/*
* @Author: zhang
* @Date:   2018-07-03
*/

/*@font-face {
    font-family: "siyuan-black";
    src: url(../new/fonts/思源黑体-Regular.otf);
}*/
body {
  /*font-family: Microsoft Yahei,"Helvetica Neue", Helvetica, Hiragino Sans GB, WenQuanYi Micro Hei, sans-serif;*/
  font-family: "Source Han Sans CN";
  width: 100%;
  min-width: 1180px;
  max-width: 1920px;
  height: 100%;
}
body,div,ul,li,p,h1{
  margin:0;
  padding:0;
}
a:hover,a:active{
  text-decoration: none;
}
a:focus {text-decoration: none;outline-style:none; -moz-outline-style: none;}
li{
  list-style:none;
}
.container{
  padding:0;
  width:1170px;
  margin:0 auto;
}
h1,h2,h3,h4,h5,h6,p{
  font-family: "Source Han Sans CN";

}
/**
 * Bootstrap 扩展
 */
#home_slide .banner-word h1{
 font-size:45.5px;
  letter-spacing:1.5px;
}
#home_slide .banner-word .container >p{
  font-size:18px;
  opacity:0.7;
  margin-top:23px;
}
#home_slide .banner-word .container .button p{
  width: 140px;
  height: 45px;
  color:#fff;
  font-size:18px;
  text-align:center;
  padding-top:10px;
  background-color: transparent;
  border-radius: 3px;
  border: 1px solid #92c3ff;
}
#home_slide .banner-word .container .dis-div{
  position:absolute;
  left:318px;
  top:76px;
  color: #e8f1ff;
  text-align:right;
  opacity: 0.7;
  letter-spacing:1px;
}
#home_slide .banner-word .container .dis-div2{
  left:728px;
  top:150px;
  opacity: 0.8;
  text-align:left;
}
#home_slide .banner-word .container .dis-div3{
  left:1010px;
  text-align:left;
}
#home_slide .banner-word .container h2{
  font-size:26px;
}
#home_slide .banner-word .container p{
  font-size:13.3px;
}
.navbar-fixed-top{
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.06);
}
.navbar-itcast {
  /*border-bottom: 1px solid rgba(255, 255, 255, 0.2);*/
  border:none;
  margin-bottom: 0;
  width: 100%;
  position: absolute;
  top: 0;
  height: 80px;
  line-height: 80px;
  color: #fff;
  background: transparent;
  min-width:1180px;
  z-index:999;
}
.navbar-itcast .nav-logo{
  float:left;
}
.navbar-itcast .nav-word{
  width:1170px;
  margin:0 auto;
  margin-top:200px;
}
.navbar-itcast .nav-word ul{
  margin-top:40px;
  overflow:hidden;
}
.navbar-itcast .nav-word div{
  margin-top:80px;
  width: 140px;
  height: 45px;
  background-color: #3466f6;
  border-radius: 3px;
  line-height:45px;
  text-align:center;
}
.navbar-itcast .nav-word li{
  float:left;
  height: 15px;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 14px;
  letter-spacing: 0;
  color: #dbdbdb;
  padding:0 10px;
  border-right:1px solid #fff;
}
.navbar-itcast .navbar-nav{
  height:80px;
}
.navbar-itcast .navbar-nav > li{
  margin:0 20px;
  padding-top:25px;
  height:100%;
}
.navbar-itcast .navbar-nav > li.menu-active{
  cursor:pointer;
  border-bottom:2px solid #3466f6;
}
.navbar-itcast .navbar-nav > li > a {
  font-size: 14px;
  height:100%;
  color:#fff;
  line-height:0;
  padding-left:0;
  padding-right:0;
}
/*.navbar-itcast .navbar-nav > li:hover > a{*/
  /*color: #fff;*/
/*}*/
.navbar-itcast .navbar-nav > li div{
  width: 704px;
  height: 406px;
  background-color: #ffffff;
  border-radius: 3px;
  box-shadow: 0 0 16px 0 rgba(116, 116, 116, 0.38);
  position:absolute;
  top: 100%;
  z-index: -1;
  left: -220px;
  display:none;
}
.navbar-itcast .navbar-nav > li:hover div{
  display: block;
}
.navbar-itcast .navbar-nav > li div .outer >li{
  float:left;
  width:298px;
  font-size:14px;
  height:356px;
  margin-top:25px;
  padding:0 10px;
  line-height:33px;
}
.navbar-itcast .navbar-nav > li div .outer >li li:first-child{
  color: #84919c;
  margin-bottom:12px;
  margin-top:-8px;
  padding-left:30px;
}
.navbar-itcast .navbar-nav > li div .outer >li+li{
  width:198px;
  border-left: 1px solid rgba(27, 58, 110,0.25);
}
.navbar-itcast .navbar-nav > li div .outer >li a{
  display: block;
  height: 33px;
  padding-left:30px;
  color:#1b3a6e!important;
}
.navbar-itcast .navbar-nav > li div .outer >li li.icon a{
  padding-left:66px;
  position: relative;
}
.navbar-itcast .navbar-nav > li div .outer >li li.icon a:before{
  content:url(../img/menu.png);
  position:absolute;
  left:42px;
}
.navbar-itcast .navbar-nav > li div .outer >li li a:hover{
  background-color: #ecf1fb;
}

.navbar-itcast .navbar-nav > li.last:hover{
  border:none;
}
.navbar-itcast .navbar-nav > li.last{
  margin-left:40px;
  padding-top:10px;
}
.navbar-itcast .navbar-nav > li > a >p{
  width:88px;
  height:32px;
  border:1px solid #fff;;
  border-radius:3px;
  background:transparent;
  line-height:30px;
  text-align:center;
}
/*.navbar-itcast .navbar-nav > li > a >p.active{*/
  /*border-color:#459ad3;*/
  /*color:#459ad3;*/
/*}*/
.navbar-itcast .navbar-nav > li > a >p.hover{
  border-color:#459ad3;
  color:#459ad3;
}
.navbar-itcast .navbar-nav > li > a >p:hover{
  border-color:#3466f6;
  background-color:#3466f6;
  color: #fff;
}
.navbar-itcast .navbar-nav > li > a:active,.navbar-itcast .navbar-nav > li > a:link,.navbar-itcast .navbar-nav > li > a:visited{
  color:#fff;
}

/**
 * 轮播通栏
 */

#home_slide{
  background-position: center center;
  background-size: cover;
  width: 100%;
  overflow: hidden;
  text-align: center;
  height: 606px;
}

#home_slide img {
  width: 100%;
  height: 606px;
}

@media screen and (min-width: 768px) {
  #home_slide img{
    width:100%;
    height: 606px;
  }
}


/**
 * 网站特色模块
 */

#features {
  background-color: #fff;
  margin-top:80px;
  width:100%;
}
#features .row div{
  width: 283px;
  height: 143px;
  /* margin-right:16px; */
  margin-right: 175px;
}
#features .row h1{
  margin-top:23px;
  margin-left:23px;
  line-height:60px;
  color:#494949;
}
#features .row p{
  font-size:16px;
  color:#5f5f5f;
  margin-left:23px;
}


/**
 * 云时代
 */

#cloud {
  margin-top:80px;
  width:100%;
  height: 628px;
  background-color: #f5f7fb;
  text-align:center;
}

#cloud  .container {
  height: 628px;
  /*background: url(../img/cloud.png) no-repeat center 223px;*/
  overflow: hidden;
}
#cloud .container >h2{
  margin-top:80px;
  color:#333;
}
#cloud .container >p{
  margin-top:20px;
  color:#999;
  font-size:16px;
}
#cloud .container #cloud-skip{
  margin-top:70px;
}
#cloud .container #cloud-skip:hover{
  cursor:pointer;
  animation-fill-mode : forwards;
  -webkit-animation: skip 0.5s linear;
  -moz-animation: skip 0.5s linear;
  -o-animation: skip 0.5s linear;
  animation: skip 0.5s linear;
}
#cloud .container .move{
  position:relative;
  top:-246px;
  text-align:left;
}
#cloud .container .move h4{
  color: #0074cf;
  font-size:20px;
}
#cloud .container .move p{
  color: #4f4f4f;
  font-size:16px;
}
#cloud .container .move .ping1{
  position: absolute;
  left:312px;
  animation:common 1000ms ease-in 0ms, lt 1000ms ease-in 0ms;
}
#cloud .container .move .ping2{
  position: absolute;
  left:225px;
  top:-12px;
  animation:common 1500ms ease-in 0ms, ltw 1500ms ease-in 0ms;
}
#cloud .container .move .ping3{
  position: absolute;
  left:223px;
  top:120px;
  animation:common 1000ms ease-in 0ms, lb 1000ms ease-in 0ms;
}
#cloud .container .move .ping4{
  position: absolute;
  left:146px;
  top:106px;
  animation:common 1500ms ease-in 0ms, lbw 1500ms ease-in 0ms;
}
#cloud .container .move .ping5{
  position: absolute;
  right:361px;
  animation:common 1000ms ease-in 0ms, rt 1000ms ease-in 0ms;
}
#cloud .container .move .ping6{
  position: absolute;
  right:198px;
  top:-12px;
  animation:common 1500ms ease-in 0ms, rtw 1500ms ease-in 0ms;
}
#cloud .container .move .ping7{
  position: absolute;
  right:215px;
  top:148px;
  animation:common 1000ms ease-in 0ms, rb 1000ms ease-in 0ms;
}
#cloud .container .move .ping8{
  position: absolute;
  right:58px;
  top:168px;
  animation:common 1500ms ease-in 0ms, rbw 1500ms ease-in 0ms;
}

/*云跳跃*/
@-webkit-keyframes skip {
  0%   {transform:translate(0,0px)}
  50%  {transform:translate(0,-50px)}
  100% {transform:translate(0,0)}
}
@-moz-keyframes skip {
  0%   {transform:translate(0,0px)}
  50%  {transform:translate(0,-50px)}
  100% {transform:translate(0,0)}
}
@-o-keyframes skip {
  0%   {transform:translate(0,0px)}
  50%  {transform:translate(0,-50px)}
  100% {transform:translate(0,0)}
}
@keyframes skip {
  0%   {transform:translate(0,0px)}
  50%  {transform:translate(0,-50px)}
  100% {transform:translate(0,0)}
}
/*共有特效*/
@-webkit-keyframes common {
  from  {opacity:0;}
  to {opacity:1;}
}
@-moz-keyframes common {
  from  {opacity:0;}
  to {opacity:1;}
}
@-o-keyframes common {
  from  {opacity:0;}
  to {opacity:1;}
}
@keyframes common {
  from  {opacity:0;}
  to {opacity:1;}
}

/*左上*/
@-webkit-keyframes lt {
  from   {left:-521px;}
  to {left:312px;}
}
@-moz-keyframes lt {
 from   {left:-521px;}
 to {left:312px;}
}
@-o-keyframes lt {
 from   {left:-521px;}
 to {left:312px;}
}
@keyframes lt {
 from   {left:-521px;}
 to {left:312px;}
}

/*左上文字*/
@-webkit-keyframes ltw {
 from   {left:-666px;}
 to {left:225px;}
}
@-moz-keyframes ltw {
 from   {left:-666px;}
 to {left:225px;}
}
@-o-keyframes ltw {
 from   {left:-666px;}
 to {left:225px;}
}
@keyframes ltw {
 from   {left:-666px;}
 to {left:225px;}
}

/*左下*/
@-webkit-keyframes lb {
 from   {left:-521px;}
 to {left:223px;}
}
@-moz-keyframes lb {
 from   {left:-521px;}
 to {left:223px;}
}
@-o-keyframes lb {
 from   {left:-521px;}
 to {left:223px;}
}
@keyframes lb {
 from   {left:-521px;}
 to {left:223px;}
}

/*左下文字*/
@-webkit-keyframes lbw {
 from   {left:-666px;}
 to {left:146px;}
}
@-moz-keyframes lbw {
 from   {left:-666px;}
 to {left:146px;}
}
@-o-keyframes lbw {
 from   {left:-666px;}
 to {left:146px;}
}
@keyframes lbw {
 from   {left:-666px;}
 to {left:146px;}
}

/*右上*/
@-webkit-keyframes rt {
 from   {right:-521px;}
 to {right:361px;}
}
@-moz-keyframes rt {
 from   {right:-521px;}
 to {right:361px;}
}
@-o-keyframes rt {
 from   {right:-521px;}
 to {right:361px;}
}
@keyframes rt {
 from   {right:-521px;}
 to {right:361px;}
}

/*右上文字*/
@-webkit-keyframes rtw {
 from   {right:-666px;}
 to {right:198px;}
}
@-moz-keyframes rtw {
 from   {right:-666px;}
 to {right:198px;}
}
@-o-keyframes rtw {
 from   {right:-666px;}
 to {right:198px;}
}
@keyframes rtw {
 from   {right:-666px;}
 to {right:198px;}
}

/*右下*/
@-webkit-keyframes rb {
 from   {right:-521px;}
  to {right:215px;}
}
@-moz-keyframes rb {
 from   {right:-521px;}
  to {right:215px;}
}
@-o-keyframes rb {
 from   {right:-521px;}
  to {right:215px;}
}
@keyframes rb {
 from   {right:-521px;}
  to {right:215px;}
}

/*右下文字*/
@-webkit-keyframes rbw {
  from  {right:-666px;}
  to {right:58px;}
}
@-moz-keyframes rbw {
  from  {right:-666px;}
  to {right:58px;}
}
@-o-keyframes rbw {
  from  {right:-666px;}
  to {right:58px;}
}
@keyframes rbw {
  from  {right:-666px;}
  to {right:58px;}
}
/**
 * 模块化发展
 */

#model {
  margin-top:0;
  width:100%;
  height: 888px;
  background-color: #fff;
  text-align:center;
}

#model  .container {
  height:888px;
  overflow: hidden;
}
#model > .container >h2{
  margin-top:60px;
  color:#333;
}
#model > .container >p{
  margin-top:20px;
  color:#999;
  font-size:16px;
}
#model > .container .word{
  position: relative;
  font-size:16px;
  color:  #0862d3;
}
#model > .container .word ul{
  position: absolute;
  margin-top:60px;
}
#model > .container .word .left{
  margin-left:160px;
}
#model > .container .word .right{
  left:736px;
}
#model > .container .word li {
  width: 283px;
  height: 34px;
  line-height:32px;
  border-radius: 16px;
  margin-bottom:23px;
  border: solid 1px rgba(8, 98, 211, 0.27);
}
#model > .container .system{
  position:relative;
  bottom:-266px;
  font-size: 16px;
  font-weight:600;
}
#model > .container .system h2{
  color: #035ccc;
}
#model > .container .system >p{
  color: #045dcc;
  font-family: SourceHanSansCN-Regular;
}
#model > .container .image{
  position:relative;
  top:288px;
}
#model > .container .image a{
  background:url('../img/xls.png'),no-repeat;
  display:block;
  width: 68px;
  height: 77px;
  transition:0.3s;
  -webkit-transition:0.3s;
  -moz-transition:0.3s;
}
#model > .container .image p{
  margin-top:20px;
  color:#0074cf;
}
#model > .container .image p+p{
  margin-top:10px;
  color:#333;
}
#model > .container .image .img-01 a{
  background:url('../img/xsls.png'),no-repeat;
}
#model > .container .image .img-03 a{
  background:url('../img/qqd.png'),no-repeat;
}
#model > .container .image .img-01 p{
  margin-left:-8px;
}
#model > .container .image .img-02 p{
  margin-left:-26px;
}
#model > .container .image .img-03 p{
  margin-left:-36px;
}
#model > .container .image div:hover a{
  transform:rotateY(180deg);
  -webkit-transform:rotateY(180deg);
  -moz-transform:rotateY(180deg);
  -ms-transform:rotateY(180deg);
  -o-transform:rotateY(180deg);
}


#model > .container .image >div{
  position:absolute;
  color:#353535;
}
#model > .container img.top{
  position:absolute;
  top:148px;
  left:456px;
  background-color:#fff;
}
#model > .container .image .img-01{
   left:316px;
 }
#model > .container .image .img-02 {
  left: 550px;
}
#model > .container .image .img-03{
  left:788px;
}

#model > .container .fir-move{
  animation:common 1200ms linear 0ms, fir-move 800ms linear 0ms;
}
#model > .container .sec-move{
  animation:common 1200ms linear 0ms, sec-move 1800ms linear 0ms;
}
#model > .container .thir-move{
  animation:common 1200ms linear 0ms, thir-move 1800ms linear 0ms;
}
#model > .container .word .move1{
  animation:common 2000ms linear 0ms, move1 1000ms linear 0ms;
}
#model > .container .word .move2 {
  animation: common 1200ms linear 0ms, move2 1200ms linear 0ms;
}
#model > .container .word .move3 {
  animation: common 1500ms linear 0ms, move3 1500ms linear 0ms;
}
#model > .container .word .move4 {
  position:absolute;
  left:0;
  animation: common 1000ms linear 0ms, move4 1000ms linear 0ms;
}
#model > .container .word .move5 {
  position:absolute;
  top:58px;
  left:0;
  animation: common 1200ms linear 0ms, move5 1200ms linear 0ms;
}
#model > .container .word .move6 {
  position:absolute;
  top:114px;
  animation: common 1500ms linear 0ms, move6 1500ms linear 0ms;
}
/*动画*/
@-webkit-keyframes fir-move {
  0% {margin-top:-100px;}
  100% {margin-top:10px;}
}
@-moz-keyframes fir-move {
  0% {margin-top:-100px;}
  100% {margin-top:10px;}
}
@-o-keyframes fir-move {
  0% {margin-top:-100px;}
  100% {margin-top:10px;}
}
@keyframes fir-move {
  0% {margin-top:-100px;}
  100% {margin-top:10px;}
}

@-webkit-keyframes sec-move {
  0% {margin-top:100px;}
  100% {margin-top:0;}
}
@-moz-keyframes sec-move {
  0% {margin-top:100px;}
  100% {margin-top:0;}
}
@-o-keyframes sec-move {
  0% {margin-top:100px;}
  100% {margin-top:0;}
}
@keyframes sec-move {
  0% {margin-top:100px;}
  100% {margin-top:0;}
}

@-webkit-keyframes thir-move {
  0% {margin-top: 200px;}
  100% {margin-top:0;}
}
@-moz-keyframes thir-move {
  0% {margin-top: 200px;}
  100% {margin-top:0;}
}
@-o-keyframes thir-move {
  0% {margin-top: 200px;}
  100% {margin-top:0;}
}
@keyframes thir-move {
  0% {margin-top: 200px;}
  100% {margin-top:0;}
}

@-webkit-keyframes move1 {
  0% {margin-left:-500px;}
  100% {margin-left:0;}
}
@-moz-keyframes move1 {
  0% {margin-left:-500px;}
  100% {margin-left:0;}
}
@-o-keyframes move1 {
  0% {margin-left:-500px;}
  100% {margin-left:0;}
}
@keyframes move1 {
  0% {margin-left:-500px;}
  100% {margin-left:0;}
}

@-webkit-keyframes move2 {
  0% {margin-left:-800px;}
  100% {margin-left:0;}
}
@-moz-keyframes move2 {
  0% {margin-left:-800px;}
  100% {margin-left:0;}
}
@-o-keyframes move2 {
  0% {margin-left:-800px;}
  100% {margin-left:0;}
}
@keyframes move2 {
  0% {margin-left:-800px;}
  100% {margin-left:0;}
}

@-webkit-keyframes move3 {
  0% {margin-left:-1000px;}
  100% {margin-left:0;}
}
@-moz-keyframes move3 {
  0% {margin-left:-1000px;}
  100% {margin-left:0;}
}
@-o-keyframes move3 {
  0% {margin-left:-1000px;}
  100% {margin-left:0;}
}
@keyframes move3 {
  0% {margin-left:-1000px;}
  100% {margin-left:0;}
}

@-webkit-keyframes move4 {
 from {left:532px;}
  to {left:0;}
}
@-moz-keyframes move4 {
 from {left:532px;}
  to {left:0;}
}
@-o-keyframes move4 {
 from {left:532px;}
  to {left:0;}
}
@keyframes move4 {
  from {left:532px;}
  to {left:0;}
}

@-webkit-keyframes move5 {
 from {left:1032px;}
  to {left:0;}
}
@-moz-keyframes move5 {
 from {left:1032px;}
  to {left:0;}
}
@-o-keyframes move5 {
 from {left:1032px;}
  to {left:0;}
}
@keyframes move5 {
  from {left:1032px;}
  to {left:0;}
}

@-webkit-keyframes move6 {
  from {left:1532px;}
  to {left:0;}
}
@-moz-keyframes move6 {
  from {left:1532px;}
  to {left:0;}
}
@-o-keyframes move6 {
  from {left:1532px;}
  to {left:0;}
}
@keyframes move6 {
  from {left:1532px;}
  to {left:0;}
}
/**
 * 产品列表
 */

#products {
  background:url('../img/bj-6.png') center center no-repeat;
  margin:0;
  width:100%;
  height: 650px;
}
#products .touch-scroll {
  float:left;
  background-color:#032665;
  width:359px;
  height:650px;
}
#products .touch-scroll >ul{
  height:650px;
  width:100%;
}
#products .touch-scroll >ul >li{
  width: 359px;
  height: 96px;
  margin-top:-1px;
}
#products .touch-scroll li a{
  display:block;
  height:100%;
  width:100%;
  border-radius:0;
}
#products .touch-scroll li a div{
  margin:0 auto;
  height:100%;
  width:316px;
  padding-left: 16px;
  border-bottom:1px solid  rgba(255, 255, 255, 0.16);
}
#products .touch-scroll li a div img,#products .touch-scroll li a div ul{
  margin-top:28px;
  display:inline-block;
  float:left;
}
#products .touch-scroll li a div img{
  margin-right:28px;
}
#products .touch-scroll li a div ul li{
  color: #7dafff;
}
#products .touch-scroll li a div ul li:first-child{
  color:#fff;
  font-size:16px;
  margin-bottom:10px;
}
#products .tab-content {
  float:left;
  width:800px;
  height: 650px;
  padding-top:30px;
  padding-left:45px;
  line-height:36px;
  overflow: hidden;
}
#products .tab-content >div{
  width:800px;
  height: 650px;
  overflow: hidden;
}
#products .tab-content .customer{
  margin-top:20px;
  margin-bottom:50px;
}
#products .tab-content .btn button{
  width:120px;
  height:38px;
  text-align:center;
  font-size:14px;
  color:#fff;
  line-height:30px;
  background:transparent;
  border:1px solid rgba(255, 255, 255, 0.2);
}
#products .tab-content .customer img+img{
  margin-left:44px;
}
#products .tab-content ul li h3{
  line-height:21px;
}
#products .nav-tabs li a {
  color:#fff;
  font-size: 16px;
}

#products .nav-tabs .active a {
  border: none;
  background-color: #0489ff;
}
#products .touch-scroll li.active a div ul li{
  color:#fff;
}
#products .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
   color: #fff;
   background-color: #0489ff;
 }
#products .nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: #0489ff;
}
#products .nav > li > a:hover div ul li, .nav > li > a:focus div ul li{
  color:#fff;
}

  /*
  *信息
   */
#info{
  margin:0;
  width:100%;
  height:356px;
  background-color:#3f4552;
  padding-top:36px;
  padding-bottom:40px;
}
#info .container{
  color:#fff;
}
#info .container .left{
  float:left;
}
#info .container .right{
  float:right;
  margin-right:10px;
}
#info .container .right >ul{

}
#info .container .right >ul >li{
  float:left;
}
#info .container .right >ul >li+li{
  margin-left:92px;
}
#info .container .right >ul ul li{
  line-height:26px;
}
#info .container .right >ul p{
  margin-bottom:28px;
  font-size:16px;
  color:#e2e2e2;
}
#info .container .right >ul ul li a{
  font-size:12px;
  color:#9ea7b2;
}
#info .container .right >ul ul li a:hover,#bottom .container a:hover{
  color:#4a79ff;
}

  /*
  *底部
   */
#bottom{
  margin:0;
  width:100%;
  height: 118px;
  background-color:#282a30;
  padding-top:24px;
  padding-bottom:25px;
}
#bottom .container{
  font-size:12px;
  line-height:26px;
  color:#444953;
}
#bottom .container a{
  color:#444953;
}

/* 登录 */
.login-box,.login-about{
  float: right;
}
.login-box a{
  padding: 4px 18px;
  margin:0 20px 0 30px;
  color: #fff;
  border:1px solid #fff;
  border-radius: 4px;
}
.login-box a:hover{
  background:#fff;
  color: #003f99;
}
.login-about a{
  padding: 4px 18px;
  margin:0 20px;
  color: #003f99;
}
.ds-box{
  text-align: center;
  color: #3469ab;
  padding:30px 0 40px;
  font-size: 24px;
}
.ds-box h3{
  font-size: 32px;
}
.ds li{
  float: left;
  width: 8%;
  padding-top: 30px;
  margin-right:4.7%;
}
.ds li:last-child{
  margin-right: 0;
}
.ds li img{
  width: 100%;
}
