body {
    padding: 0;
    margin: 0;
}

* {
    font-family: "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
}
a {
    text-decoration: none;
    -webkit-transition: all .4s;
    transition: all .4s;
}

a:hover, a:focus {
    text-decoration: none;
    color: #333;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
}
p{
    margin:0;
}
ul, li {
    margin: 0;
    padding: 0;
    list-style: none;
}
h1, h2, h3 {
    margin: 0;
    padding: 0;
}
.padd50{
    padding:50px 0;
}
.clearfix {
    clear: both;
}
.white-bg{
    background-color:#fff !important;
    overflow: hidden;
}
.gray-bg{
    background-color:#f4f6f9 !important;
    overflow: hidden;
}
/*header*/
#header {
    width: 100%;
    background-color: #fff;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(90, 91, 95, 0.15);
    -moz-box-shadow: 0px 1px 2px 0px rgba(90, 91, 95, 0.15);
    -ms-box-shadow: 0px 1px 2px 0px rgba(90, 91, 95, 0.15);
    box-shadow: 0px 1px 2px 0px rgba(90, 91, 95, 0.15);
    margin-bottom:1px;
}
#header .navbar {
    margin-bottom: 0;
}
.homefixed{
    position: fixed;
    top: 0;
    z-index: 1000;
    padding: 0px 0px;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(90, 91, 95, 0.15);
    -moz-box-shadow: 0px 1px 2px 0px rgba(90, 91, 95, 0.15);
    -ms-box-shadow: 0px 1px 2px 0px rgba(90, 91, 95, 0.15);
    box-shadow: 0px 1px 2px 0px rgba(90, 91, 95, 0.15);
}
#header .navbar-toggle{
    border:1px solid #059cd4;
}
#header .navbar-toggle .icon-bar{
    background-color: #059cd4;
}
#header .navbar-brand{
    padding: 12px 15px;
    margin-right: 70px;
}
.navbar-style .nav > li {
    padding: 15px 0;
}
.navbar-style .nav > li:hover a{
    color: #16a8f4;
}
.navbar-style .nav > li:hover .subnav-box a{
    color: #555;
}
.subnav-box ul li h3:hover a, .subnav-box ul li h3:hover span{
    color: #16a8f4 !important;
} 
.navbar-style .nav > li:hover .subnav-box{
    display: block;
}
.navbar-style .nav > li > a {
    padding: 10px 20px;
    font-size: 1.1em;
    color: #646464;
} 
.navbar-nav li a:hover{
    background-color: transparent;
    color:#16a8f4;
}
.navbar-style .yhdl{
    margin:13px 30px 0 0;
    padding: 0 32px;
    height: 40px;
    display: inline-block;
    border-radius: 20px;
    text-align: center;
    line-height: 38px;
    font-size: 1em;
    border: solid 1px #ccc;
    color: #646464;
}
.navbar-style .yhdl:hover{
    background-color: #21baf2;
    border:1px solid #21baf2;
    color: #fff;
}
.navbar-style .yusy{
    font-size: 1em;
    color: #646464;
}
.navbar-style .yusy:hover{
    color: #16a8f4;
}
.subnav-box{
    min-width: 520px;
    position: absolute;
    left: -60px;
    top: 71px;
    z-index: 210;
    border-radius: 4px;
    white-space: nowrap;
    display: none;
}
.subnav-box .row {
    padding: 24px 0 10px 0;
    background: #fff;
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.1);
    margin:0;
    float: left;
}
.subnav-box .subitem {
    min-width: 260px;
    position: relative;
}
.subnav-box h2{
    font-size: 14px;
    line-height: 24px;
    color: #666;
    margin-bottom: 10px;
    padding: 0 30px;
}
.subnav-box ul{
    padding: 10px 30px 0 23px;
    border-right: solid 1px #dfe1e6;
}
.subnav-box .subitem:last-child ul{
    border-right: 0;
}
.subnav-box ul li {
    margin-bottom: 20px;
}
.subnav-box ul li h3 {
    overflow: hidden;
    line-height: 24px;
    margin-bottom: 3px;
    color: #1e2631;
}
.subnav-box ul li h3 span{
    color: #16a8f4;
    font-size: 20px;
}
.subnav-box ul li h3 a{
    font-size: 16px;
    color: #555;
    font-weight: bold;
}
.subnav-box ul li p {
    font-size: 12px;
    line-height: 24px;
    color: #9297a1;
}
#banner .carousel-control {
    position: absolute;
    width: inherit;
    top: 50%;
    margin-top: -20px;
    background-image: none !important;
    filter:none !important;
}
#banner .left{
    left: 50px;
}
#banner .right{
    right: 50px;
}
#banner .carousel-control div{
   width: 40px;
   height: 40px;
   line-height: 40px;
   text-align: center;
   border-radius: 3px;
   background:rgba(0,0,0,0.3);
   color: #fff;
   display: none;
}
#banner .carousel-control div i{
    font-size: 30px; 
}
#banner:hover .carousel-control div{
    display: block;
    text-decoration: none;
    color: #fff
}
#banner .carousel-control{
    background:none;
}
#banner .carousel-indicators li{
    width: 12px;
    height: 12px;
    background-color: #919191;
    border: 1px solid #fff;
    margin:0;
    margin-right: 3px;
    border-radius: 12px;
}
#banner .carousel-indicators .active{
    width: 12px;
    height: 12px;
    background-color: #059cd4;
    border: 1px solid #fff;
}
.bgtitle{
    text-align: center;
}
.bgtitle h2{
    font-size:28px; 
    -webkit-animation:gdownIn 1s 0.7s both; 
    -moz-animation:gdownIn 1s 0.7s both; 
    animation:gdownIn 1s 0.7s both;
}
.bgtitle p{
    font-size: 16px;
    line-height: 40px;
    color: #999;
}
.ywtsbox{
    margin-top: 40px;
    border:1px solid #f5f5f5;
}
.ywtsbox .col-md-3{
    text-align: center;
    border-right: 1px solid #f5f5f5;
    min-height: 300px;
    cursor: pointer;
    padding: 0;
}
.ywtsbox .col-md-3:last-child{
    border-right: 0;
}
.ywtsbox .col-md-3 a{
    display: block;
     padding:40px 40px;
}

.ywtsbox .col-md-3 a span{
    display: inline-block;
    font-size: 45px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.ywtsbox .col-md-3 a h3{
    font-size: 20px;
    font-weight: normal;
    padding-bottom: 10px;
    color: #333;
}
.ywtsbox .col-md-3 a p{
    font-size: 14px;
    text-align: justify;
    color: #999;
    line-height: 20px;
}
.yellow-ico{
    color: #ff7800;
}
.green-ico{
   color: #2acf8f; 
}
.blue-ico{
   color: #01b4ff; 
}
.purple-ico{
  color: #9671ff;  
}
.ywtsbtn{
    text-align: center;
    margin-top: 50px;
}
.ywtsbtn a{
    padding: 18px 50px;
    background:#16a8f4;
    background: linear-gradient(to right, #059cd4 , #04cdff);
    border-radius: 5px;
    color: #fff;   
}
.ywtsbtn a:hover{
   box-shadow: 0px 0px 10px rgba(0,55,137,0.7); 
}
.ywtsbox .col-md-3:hover{
    background-color:#16a8f4;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
}
.ywtsbox .col-md-3:hover span{
    color: #eef9fe;
}
.ywtsbox .col-md-3:hover h3{
    color: #fff;
}
.ywtsbox .col-md-3:hover p{
    color: #eef9fe;
}
.csspbox{
    margin-top: 30px;
    height: 300px;
    background-color: #f4f6f9;
}
#hb-img {
    margin: 0 40px;
}
.csspdiv{
    margin:0 10px;
    background-color: #fff;
    text-align: center;
    height: 300px;
    border-radius: 5px;
    cursor: default;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    transition:All 0.4s ease-in-out;
    -webkit-transition:All 0.4s ease-in-out;    
    -moz-transition:All 0.4s ease-in-out; 
    -o-transition:All 0.4s ease-in-out;
}
.csspdiv img{
    height: 130px;
    width: 100%;
}
.csspdiv h3{
    font-size: 20px;
    font-weight: normal;
    margin-top: 30px;
}
.csspdiv p{
    color: #999;
    margin-top: 15px;
    min-height: 40px;
    margin-bottom:10px;
}
.csspdiv a{
    display: inline-block;
    background-color:#16a8f4;
    padding: 10px 30px;
    color: #fff;
    border-radius: 3px;
}
.csspdiv a:hover{
   background-color:#059cd4;
   background-size: 100% 100%; 
}
.csspbox .swiper-button-prev{
    left: 0;
}
.csspbox .swiper-button-next{
    right: 0;
}
.csspdiv:hover{
    transform:translate(0,-10px); 
    -webkit-transform:translate(0,-10px);    
    -moz-transform:translate(0,-10px); 
    -o-transform:translate(0,-10px); 
    -ms-transform:translate(0,-10px);
}
.xwdtbox{
    margin-top:40px;
}
.xwdtdiv{
    padding:10px;
}
.xwdtdiv a{
   display: block;
   padding:30px 15px;
   box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); 
   border-radius: 3px;
}
.xwdtdiv a:hover .right h3{
    color: #16a8f4;
}
.xwdtdiv a:hover .left img{
    transform: scale(1.1, 1.1);
}
.xwdtdiv .left{
    float: left;
    width: 190px;
    height: 140px;
    margin-right: 20px;
}
.xwdtdiv .left img{
    width: 100%;
    height: 100%;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    transition-property: all;
    transition-duration: 0.6s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-delay: 0s;
}
.xwdtdiv .right h3{
    font-size: 16px;
    color: #333;
    margin-bottom: 5px;
    font-weight: bold;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.xwdtdiv .right span{
    color: #999;
    margin-bottom: 15px;
    display: block;
}
.xwdtdiv .right p{
    color: #666;
    max-height: 80px;
    overflow: hidden;
    text-align: justify;
}
.footer{
    padding: 50px 0 20px 0;
    background-color:#1e2631; 
}
.footer-left{
    float: left;
    width: 60%;
    margin-top: 10px;
}
.footer-dl{
    float: left;

}
.footer-dl dt{
    font-size: 16px;
    color: #fff;
    margin-bottom:20px;
}
.footer-dl dd{
    line-height:35px;
}
.footer-dl dd a{
    color: #9297a1;
}
.footer-dl dd a:hover{
    color: #e4e9f2;
}
.footer-right{
    float: right;
    width: 40%;
}
.footer-logo{
    float: right;
    text-align: center;
    position: relative;
}
.footer-logo:after {
    content: '';
    display: block;
    width: 1px;
    height: 70px;
    background: #83888f;
    right: 0;
    top: 46px;
    position: absolute;
}
.footer-logo span{
    display: inline-block;
    width: 64px;
    height: 64px;
    line-height: 64px;
    border-radius: 50%;
    background-color: rgba(255,255,255,0.15);
    text-align: center;
}
.footer-logo span i{
    color: #00baff;
    font-size: 30px;
}
.footer-logo p{
    color: #02b7fa;
    font-size: 30px;
    margin-top: 15px;
}
.footer-wx{
    float: right;
    text-align: center;
}
.footer-wx img{
    width: 120px;
    height: 120px;
}
.footer-wx h6{
    margin-top: 12px;
    color: #fff;
}
.footer-text p{
    text-align: right;
    color: #9297a1;
}
.footer-bqxx{
    padding-top:30px;
    text-align: center;
}
.footer-text{
    margin-top: 5px;
}
.footer-bqxx p{
    line-height: 25px;
    color: #9297a1;
}
/*产品*/
.lqcspt{
    margin-top: 25px;
}
.lqcspt .col-md-4{
    border:1px solid #d1d3d8;
    border-right: none;
    position: relative;
    padding: 20px;
    text-align: center;
    font-size: 22px;
    cursor: pointer;  
}
.lqcspt .col-md-4:last-child {
    border-right: solid 1px #d1d3d8;
}
.lqcspt .col-md-4:after{
    content: '';
    display: block;
    position: absolute;
    left: -1px;
    top: -1px;
    right: -1px;
    bottom: -1px;
    border: solid 1px transparent;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    z-index: 1;
}
.lqcspt .col-md-4 span{
    font-size: 25px;
    position: relative;
    top: 2px;
    margin-right: 5px;
}
.lqcspt .cur:after{
    border-color: #02b7fa;
}
.lqcspt .cur{
    color: #02b7fa; 
}
.lqcspt-box{
    padding:50px 30px 0px 30px;
}
.lqcspt-div .lqcspt-wzxx h2{
    font-size: 30px;
    margin-bottom:30px;
    margin-top: 30px;
}
.lqcspt-div .lqcspt-wzxx p{
    font-size: 16px;
    min-height: 100px;
    color: #666;
    text-align: justify;
}
.lqcspt-div .mbsy-btn{
    display: inline-block;
    background-color: #02b7fa;
    border:1px solid #02b7fa;
    padding: 15px 35px;
    font-size: 16px;
    border-radius: 25px;
    color: #fff;
    margin-top:10px;
    transition-delay: .1s;
    -webkit-transition-delay: .1s;
}
.lqcspt-div  .mbsy-btn:hover{
     border:1px solid #02b7fa;
    background-color: #fff;
    color: #02b7fa;
    transition-delay: .1s;
    -webkit-transition-delay: .1s;  
    transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 1;
}
.cpysbox{
    margin-top: 30px;
}
.cpysdiv{
    padding: 10px;
}
.cpysdiv a{
    display: block;
    padding: 40px 15px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    text-align: center;
    min-height: 300px;            
}
.cpysdiv a:hover span{
    animation: moveUp .5s ease-in-out both;
    -webkit-animation: moveUp .5s ease-in-out both
}

.cpysdiv a span{
    width: 90px;
    height: 90px;
    line-height: 90px;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
}
.cpysdiv a span i{
    font-style: normal;
    font-size: 35px;
    color: #fff;
}
.cyan-circle{
    background-color: #4acdf5;
}
.yellow-circle{
    background-color: #fdaa5e;
}
.bule-circle{
    background-color: #589dfb;
}
.purple-circle{
    background-color: #967dca;
}
.cpysdiv a h5{
    font-size: 20px;
    margin-top: 25px;
    color: #333;
}
.cpysdiv a p{
    color: #999;
    margin-top: 15px;
}
.hzqy{
    margin-top: 50px;
}
.hzqy ul li a{
    margin:15px 0px;
    display: block;
    text-align: center;
}
.hzqy ul li a img{
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    transition-property: all;
    transition-duration: 0.6s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-delay: 0s;
}
.hzqy ul li a:hover img{
    transform: scale(1.5, 1.5);
}
@keyframes moveUp {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-30px);
  }
  100% {
    transform: translateY(0px);
  }
}
@-webkit-keyframes moveUp {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-30px);
  }
  100% {
    transform: translateY(0px);
  }
}

 .csspbox {
    height: 300px;
   /* margin: 20px auto 0 auto;*/
    overflow: hidden;
    width: 1200px;
}
.csspbox_main {
    height: 300px;
}
.csspbox-content{
    float: left;
    height: 202px;
    width: 1100px;
    margin:0 auto;
    margin-left: 10px;
}
.csspbox-content ul li {
    display: inline;
    float: left;
    height: 300px; 
    width: 275px;
    overflow: hidden;
    position: relative;  
}
.leftBtn {
    cursor: pointer;
    display: inline;
    float: left;
    height: 45px;
    margin: 120px 0px 0 0;
    width: 45px;
}
.rightBtn {
    float: right;
    margin-top: 120px;
    cursor: pointer;
    width: 45px;
    height: 45px;
}
.leftBtn span, .rightBtn span{
    color: #009cff;
    font-size: 45px;
}