/*header and footer

*/

html,body{
    min-width: 1280px;
    overflow-x: auto;
}
.container,
.container-in{
    margin-left: auto;
    margin-right: auto;
}
.container{
    width: 1600px;
    
}

.container-in{
    width: 1200px;
}


.top-wrap{
    position: relative;
}
nav{
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 999;
    margin-left: -800px;
}


nav .container{

    margin: 0 auto;

    height: 120px;

    line-height: 120px;

}









nav .brand-logo {

    position: absolute;

    top: 50%;

    transform: translateY(-50%);

    color: #fff;

    display: inline-block;

    font-size: 2.1rem;

    padding: 0;

    white-space: nowrap;

    width: 170px;

  }

  nav .brand-logo img{

    display: block;
    width: 100%;

  }



  .right-nav{

    position: absolute;

    right: 0;

    top: 0;

    padding: 0;

    background: none;

  }

  .right-nav li{

      display: inline-block;

  }

  nav ul a {

    /* transition: background-color .3s; */

    font-size: 16px;

    color: #fff;

    display: block;

    padding: 0;

    margin: 0 30px;

    cursor: pointer;

    position: relative;

  }

  nav ul a:hover{

      color: #fff;

  }

  nav ul a:hover:after,

  nav ul a.cur::after{

      content: '';

      display: block;

      width: 100%;

      height: 4px;

      background-color: #fff;

      position: absolute;

      bottom: 27px;


  }




/* footer */

/* footer */
footer{
    background-color: #004e96;
    color: #fff;
    padding-top: 70px;
    line-height: 38px;
}

footer h2{
    font-weight: bold;
    position: relative;
    margin-bottom: 15px;

}
footer h2:after{
    content: "";
    display: inline-block;
    width: 25px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    left: 0;
    bottom: -3px;
}

footer a{
    display: block;
    color: #a3b5cf;
}
footer a:hover{
    color: #fff;
}
footer .f-phone,
footer .f-add{
    line-height: 22px;
    padding-left: 60px;
}

footer .f-phone b,
footer .f-add b{
    color: #2883de;
}

footer .f-phone h3,
footer .f-add h3{
    font-size: 17px;
    font-weight: bold;
}
footer .f-phone{
    margin-bottom: 30px;
    background: url("../images/f-phone.png") no-repeat left center;
}
footer .f-add{

    background: url("../images/f-add.png") no-repeat left center;
}

footer  .ewm-wrap{
    text-align: center;
}


footer  .f-bottom{
    border-top: 1px solid #3371ab;
    color: #a3b5cf;
    padding: 5px 0;
    margin-top: 50px;
}
footer  .f-bottom span:nth-child(1){
    padding-left: 64px;

}
footer  .f-bottom span:nth-child(2){
    float:right;
    padding-right: 100px;
}

footer .f-logo{
    text-align: center;
}



footer .layui-col-xs2:nth-child(2){
    padding-left: 50px;
}
footer .layui-col-xs2:nth-child(3){
    padding-left: 20px;
}







/* common-title */

/* com-title */
.com-title{
    text-align: center;
    /* padding: 70px 0; */
    padding: 50px 0;
}
.com-title h2{
    font-size: 28px;
    font-weight: bold;
    font-family: "黑体";
    line-height: 60px;
    margin-bottom: 10px;
    color: #333;
    background: url("../images/title-bg.png") no-repeat center bottom;
}

.com-title p{
    font-size: 14px;
    text-transform: uppercase;
    font-family: "arial";
    color: #808080;
}
.fyckgdmore{margin-top: 30px;text-align: center}
.typical .fyckgdmore a{display: inline-block;padding: 0 30px;-webkit-border-radius:30px;-moz-border-radius:30px;border-radius:30px;width: 120px;height: 40px;line-height: 40px;border: 1px solid #0061de;color: #0061de;float: inherit;margin: 0}
.typical .fyckgdmore a:hover{background: #0061de;color: #fff}

@media (max-width: 1680px){
    .container{
        width: 1200px;
    }
     
    nav{
     margin-left: -600px;
    }
 }
 



 /* .com-title */
 .banner{
     position: relative;
 }
 .banner .com-title{
     position: absolute;
     top: 32%;
     width: 1200px;
     left: 50%;
     margin-left: -600px;
     text-align: center;
 }
.banner img{
    max-width: 100%;
}
 .banner .com-title h2{
     background-image: url("../images/title-bg2.png");
 }
 .banner .com-title h2,
 .banner .com-title p{
     color: #fff;
 }




/* 合作伙伴 */
.Partner-section {
  padding-top: 75px;
  padding-bottom: 160px;
}
.Partner-section .layui-row a{
    display: block;
    border-radius: 10px;
    box-shadow: 0 0 12px #ddd;
    overflow: hidden;
    transition: all .4s ease;
}
.Partner-section .layui-row a:hover{
    box-shadow: 0 0 25px #bbb;
    
}
.Partner-section .layui-row a img{
    max-width: 100%;
}

/* 服务支持 */
.service-section a,
.service-section .layui-row a h2,
.service-section .layui-row a h2 b{
    transition: all .4s ease-in;
}
.service-section a{
    display: block;
    border-bottom: 3px solid #e5e5e5;
    padding-bottom: 20px;
}

.service-section .layui-row a p{
    font-size: 16px;
    line-height: 24px;
    max-height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #333;
}
.service-section .layui-row a i{
    display: inline-block;
    width: 22px;
    height: 10px;
    background: url("../images/icon-arrow-right.png") no-repeat left center;
    margin-top: 15px;

}

.service-section a .img-wrap{
    overflow: hidden;
}

.service-section a .img-wrap img{
    transition: all .5s ease;
}
.service-section .layui-row a:hover img{
    transform: scale(1.1);
    opacity: .8;
}

.service-section .layui-row a:hover i{
    background-image: url("../images/icon-arrow-right-hover.png");
}

.service-section .layui-row a:hover {
    border-bottom-color: #1972cb;
}



/* 热门产品 公用 */
.hot-procon {
    line-height: 30px;
}
.hot-procon .logo{
    height: 48px;
}
.hot-procon .logo img{
    max-width: 100%;;
    max-height: 100%;
}
.hot-procon h2{
    font-size: 24px;
    margin-top: 25px;
    margin-bottom: 20px;
    height: 30px;
    overflow: hidden;
}

.hot-procon  p{
    font-size: 14px;
    font-family: "黑体";
    color: #a3a3a3;
    max-height: 60px;
    overflow: hidden;
}

.hot-procon a{
    font-size: 14px;
    border: 1px solid #a5beef;
    padding: 5px 13px;
    color: #1972cb;
    margin-top: 20px;
    display: inline-block;
    transition: all .4s ease-in;
}
.hot-procon  a:hover{
    background: #1972cb;
    color: #fff;
}





.s-title{
    text-align: center;
    padding: 40px 0;
}

.s-title a{
    display: inline-block;
    height: 60px;
    margin: 0 15px;
    line-height: 60px;
    color: #fff;
    font-size: 16px;
    border-radius: 5px;
    vertical-align: middle;
    width: 210px;
    background-color: #ecf4fe;
    color: #505050;
    overflow: hidden;
}
.s-title a i{
    /* display: inline-block; */
    vertical-align: middle;
    display: none;
}




.page{
    text-align:center;
    line-height:30px;
    border: 1px dashed #e6e6e6;
    padding: 18px ;
    margin: 35px 0;
}
.page a{
    display:inline-block;
    color:#555;
   width: 30px;
   height: 30px;
   line-height: 30px;
    margin:0 5px;
    -webkit-border-radius:15px;
    -moz-border-radius:15px;
    border-radius:15px;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
}
.page a.prev,
.page a.next{
    border: 0;
    border-radius: 50%;
    padding: 0;

}

.page a.prev i,
.page a.next i{
    color: #333;

}
.page a.prev{
    margin-left: 0;
    margin-right: 110px;
}

.page a.next{
    margin-right: 0;
    margin-left: 110px;
}
.page .pageCurrent,
.page a:hover{
    background:#3386d0;
    color:#fff;
}

.page a.home{
    background: url("../images/icon-arrow-left.jpg") no-repeat center;
}
.page a.last{
    background: url("../images/icon-arrow-right.jpg") no-repeat center;
}

.page a.home:hover,
.page a.last:hover,
.page a.prev:hover,
.page a.next:hover{
    background-color: transparent;
    opacity: .8;
}


.oth-wrap{
    position: fixed;
    right: 0 ;
    top:185px;
    z-index: 999;
}

.oth-wrap a{
    display: block;
    width: 80px;
    margin-top: 5px;
}
.oth-wrap a img{width: 100%;}

/* 6-3 */
.right-nav li .pro-list{
    position: absolute;

    background-color: #e7e7e8;
    color: #333;
    border-radius: 5px;
    padding: 10px;
    width: 120px;
    text-align: center;
    display: none;
    top: 100%;
    margin-top: -5px;

}
.right-nav li:hover .pro-list{
    display: block;
}
.right-nav li .pro-list::before{
    content: "";
    border: 10px solid transparent;
    border-bottom: 10px solid #e7e7e8;
    width: 0;
    height: 0px;
    display: block;
    position: absolute;
    top: -19px;
    left: 50%;
    margin-left: -10px;
}


.right-nav li .pro-list a{
    color: #333;
    line-height: 26px;
    font-size: 14px;
    border-bottom: 1px solid #dfdfdf;;
    margin: 0 auto;
    padding: 0;
    height: auto;
}
.right-nav li .pro-list a:hover{
    border-color:  #1e4f91;
}

.right-nav li .pro-list a:hover::after{
    display: none;
}