.clearfix:after{
  display: block;
  content: '';
  clear: both;
}
@font-face {
    font-family: 'ziti';
    src: url("../images/title.otf"); }
@font-face {
    font-family: 'ziti2';
    src: url("../images/DINPro-Medium.otf");
}
*{
    box-sizing: border-box;
}
a{
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
/*头部*/
.bg-color {
  background: #fff;
}
.left{
  float: left;
}
.right{
  float: right;
}
.topper{
    width: 100%;
    line-height: 33px;
    background: url("../images/topperbg.jpg") no-repeat center;
}
.topper .fir{
    float: left;
    font-size:14px;
    color:#94bde4;
}
.topper .abox{
    float: right;
    width: 200px;
}
.topper .abox a{
    float: left;
    color:#e69ba1;
    font-size:14px;
    line-height: 33px;
    padding-left: 25px;
}
.topper .abox a:hover{
    color:#fff;
}
.topper .abox a.icon1{
    margin-right: 38px;
    background: url("../images/topper-icon1.png") no-repeat left center;
}
.topper .abox a.icon2{
    background: url("../images/topper-icon2.png") no-repeat left center;
}




.head {
  width: 100%;
  height: 130px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 1000;
}
.head .warpper{
    position: relative;
}
.head.scroll{
    box-shadow: 0px 0px 5px #eee;

}
.head .warpper{
    position: relative;
    overflow: hidden;
}
.logo-left{
    float: left;
    margin-top: 33px;
}
.logo-left .fir{
    font-size:12px;
    color:#989898;
    text-transform: uppercase;
    letter-spacing: 0.35px;
    margin-top: 6px;
}
.logo-tel{
    height: 102px;
    padding-top: 44px;
    float: right;
    padding-left: 57px;
    background:url("../images/head-tel.jpg") no-repeat left center;
}
.logo-tel .fir{
    font-size:14px;
    color:#858585;
}
.logo-tel .sec{
    font-family: ziti2;
    font-size:36px;
    color:#403f3f;
    font-weight: 700;
    line-height: 38px;
}


.head .logo-img{
    float: left;
    margin-top: 28px;
}
.head .logo-img img{
    width: 75px;
    float: left;
}
.head .logo-text{
    float: left;
    margin-left: 15px;
    border-left:1px solid #dddddd;
    padding-left: 15px;
    margin-top: 5px;
}
.head .logo-text .fir{
    font-size:24px;
    font-weight: 700;
    color:#363636;
    letter-spacing: 1px;
}
.head .logo-text .sec{
    font-size: 18px;
    color: #7e7e7e;
}


.nav{
  position: relative;
    background: url("../images/navbg.jpg") no-repeat center;
}
.nav ul li{
    position: relative;
    float: left;
    width: 150px;
}
.nav ul li a{
    display: block;
    color: #fff;
    font-size: 16px;
    position: relative;
    line-height: 66px;
    text-align:center;
}
.nav ul li a:before{
    content:"";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 15px;
    width: 1px;
    background: #247acb;
}
.nav ul li a i{
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 15px;
    width: 1px;
    background: #247acb;
}
.nav ul li a:hover{
    background: url("../images/nav-list-bg.jpg") no-repeat center;
}
.nav ul li a.active{
    background: url("../images/nav-list-bg.jpg") no-repeat center;
}

.h-link{
  float: right;
  width: 80px;
  padding-top: 30px;
  height: 70px;

}
.sousuo{
  float: left;
  height: 100%;
}
.sousuo .search{
  display:none;
  margin-top: 10px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #999;
  text-indent: 10px;
  position: absolute;
  z-index: 100;
}
.sousuo:hover .search{
  display: block;
}
.sousuo #search_text{
  width: 80%;
  float: left;
  height: 40px;
  line-height: 40px;
  text-indent: 20px;
}
.sousuo .search-btn{
  float: right;
  height: 40px;
  line-height: 40px;
  width: 20%;
}
.h-weixin{
  float: right;
  background: url("../images/h-weixin.png") no-repeat center center;
  width: 35px;
  height: 35px;
}
.h-weixin img{
  display: none;
  position: absolute;
  z-index: 100;
  width: 100px;
  height: 100px;
  margin-top: 50px;
}
.h-weixin:hover img{
  display: block;
}


/*banner*/
.banner {
    height: 600px;
  position: relative;
}
.banner .swiper-slide {
  position: relative;
  width: 100%;
  height: 100%;
}
.banner .swiper-slide img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner .swiper-slide a{
  display:block;
  width:100%;
  height: 100%;
}
.banner .pagination {
  position: absolute;
  font-size:0;
  left: 0;
  text-align: center;
  bottom: 13px;
  width: 100%;
  z-index: 9;
}
.banner .pagination .swiper-pagination-switch {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border:2px solid #fff;
  opacity: 0.6;
  margin: 0 5px;
  cursor: pointer;
}
.banner .pagination .swiper-active-switch {
  background: #fff;
  opacity: 1;
}
.banner .left-nav{
  width: 260px;
  background: rgba(0,0,0,0.8);
  position: absolute;
  left: 0;
  z-index: 100;
  top: 0;
  height: 100%;
}
.banner-dot{
    bottom: 75px!important;
}
.banner-dot span{
  width: 14px!important;
  height: 14px!important;
  background: none;
    border:2px solid #005db4;
    border-radius: 7px!important;
    opacity: 1;
}
.banner-dot .swiper-pagination-bullet-active{
  background: #005db4!important;
}

#main {
  width: 100%;
  position: relative;
}
/*首页*/
.sea-content{
    width: 100%;
    height: 107px;
    background: url("../images/key.jpg") no-repeat center center;
    position: relative;
}
.sea-content form{
    width: 400px;
    height: 45px;
    border-bottom: 1px solid #fff;
    line-height: 45px;
    float: left;
    margin-top: 25px;
}
.sea-content form input{
    border: none;
    background: none;
    width: 80%;
    height: 40px;
    line-height: 40px;
    color: #ffdacd;
    float: left;
    font-size:16px;
    text-indent: 20px;
}
.sea-content form input::-webkit-input-placeholder{
    color:#ffdacd;
    font-size:16px;
    text-indent: 20px;
}
.search-btn{
    background:url("../images/sea.png") no-repeat center center;
    width: 20px;
    height: 20px;
    float: right;
    margin-top: 10px;
    margin-right: 20px;
}
.keywords{
    width: 550px;
    float: right;
    margin-top:40px;
}
.keywords strong{
    color: #414141;
    font-size: 18px;
    display: block;
    background: url("../images/hot.png") no-repeat center left;
    text-indent: 30px;
    float: left;
}
.keywords ul li{
    padding: 0 15px;
    float: left;
}
.keywords ul li a{
    color: #4c4c4c;
    font-size: 18px;
}
.box1{
    position: relative;
    z-index: 3;
    margin-top: -54px;
    background: url("../images/box1bg.jpg") no-repeat center top;
}
.box1 .box1-list{
    margin-top: 54px;
    float: left;
    width: 380px;
    height: 270px;
    overflow: hidden;
    position: relative;
    margin-right: 30px;
}
.box1 .box1-list:last-child{
    margin-right: 0;
}
.box1 .box1-list .bg1{
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.box1 .box1-list:hover .bg1{
    -webkit-transform: scale(1.03) translateZ(0);
    -moz-transform: scale(1.03) translateZ(0);
    -ms-transform: scale(1.03) translateZ(0);
    -o-transform: scale(1.03) translateZ(0);
    transform: scale(1.03) translateZ(0);
}
.box1 .box1-list .imgbox{
    position: absolute;
    width: 90px;
    height: 90px;
    line-height: 90px;
    top:50%;
    left:50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    display: table-cell;
    text-align:center;
    background: #005db4;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    overflow: hidden;
    opacity: 1;
    visibility: visible;
}
.box1 .box1-list:hover .imgbox{
    opacity: 0;
    border-radius: 50px;
    visibility: hidden;
}
.box1 .box1-list .imgbox img{
    display: inline-block;
    max-width: 100%;
    vertical-align: middle;
}
.box1 .box1-list .text{
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.35);
    top:0;
    left:0;
    color:#fff;
    padding:60px 50px 40px 50px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    opacity: 0;
    visibility: hidden;
    text-align: center;
}
.box1 .box1-list:hover .text{
    opacity: 1;
    visibility: visible;
}
.box1 .box1-list .text .fir{
    font-size:20px;
    font-weight: 700;
}
.box1 .box1-list .text .sec{
    font-size:14px;
    line-height: 25px;
    margin: 10px 0;
}
.box1 .box1-list .text a{
    display: block;
    width:85px;
    line-height: 25px;
    font-size:14px;
    color:#fff;
    text-transform: uppercase;
    text-align:center;
    margin:10px auto 0 auto;
    border:1px solid #fff;
    border-radius: 50px;
}
.box1 .box1-list .text a:hover{
    background: #005db4;
    border:1px solid #005db4;
}


/*公司简介*/
.in-company{
    position: relative;
    padding:85px 0 95px 0;
    background: url("../images/companybg.jpg") no-repeat left bottom;
}
.in-company-left {
    float: left;
    width: 540px;
}
.in-company-left .in-company-left-title{
    font-size:32px;
    font-weight: 700;
    letter-spacing: 1px;
    color:#353535;
    line-height: 35px;
}
.in-company-left .line{
    max-width: 100%;
    margin:15px 0;
}
.in-company-left .sec{
    font-size:22px;
    color:#353535;
    margin-top: 12px;
}
.in-company-left .des{
    font-size: 14px;
    color: #858585;
    line-height: 24px;
    text-align: justify;
    margin-top: 20px;
}
.in-company-left .des a{
    color:#005db4;
    font-weight: 700;
}
.in-company-left .des a:hover{
    text-decoration: underline;
}
.more-button{
    display: block;
    position: relative;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    width: 170px;
    line-height: 50px;
    background: #1f3c88;
    font-size:16px;
    color:#fff;
    padding-left: 35px;
    margin-top: 48px;
    border-radius: 5px;
}
.more-button::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
    z-index: -1;
    opacity: 0;
    -webkit-transform: scale3d(0.4, 1, 1);
    transform: scale3d(0.4, 1, 1);
    -webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
    transition: transform 0.5s, opacity 0.5s;
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.more-button:hover::before{
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.more-button i{
    position: absolute;
    display: block;
    width: 24px;
    height: 24px;
    background: url("../images/more-bg.png") no-repeat center;
    top:50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right:35px;
}
.in-company .company-item {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 100px;
}
.in-company .company-item .company-list{
    padding-left: 15px;
    background: url("../images/combg2.jpg") no-repeat left top;
}
.in-company .company-item .company-list .aa1{
    font-size:54px;
    color:#3e3e3e;
    font-family: ziti2;
    line-height: 33px;
}
.in-company .company-item .company-list .aa1 i{
    display: inline-block;
    font-size:54px;
    color:#3e3e3e;
    font-family: ziti2;
    line-height: 33px;
}

.in-company .company-item .company-list .aa1 span{
    color:#005db4;
    font-size:14px;
}
.in-company .company-item .company-list .aa2{
    font-size:14px;
    color:#858585;
}

.in-company-right{
    float: right;
    width:576px;
    height: 507px;
    position: relative;
}
.in-company-right img{
    width:100%;
    height: 100%;
    object-fit: cover;
}
@-webkit-keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}
.in-company-right .yuan{
    position: absolute;
    width: 113px;
    height: 113px;
    background: url("../images/company-icon.png") no-repeat center;
    top: 199px;
    left: 292px;
    animation: rotation 10s linear infinite;
}


/*产品中心*/
.in-product{
    padding:55px 0;
    background:#f5f5f5 url("../images/productbg.jpg") no-repeat center top;
}
.productbox{
    position: relative;
}
.productbox .swiper-slide .imgbox{
    width: 100%;
    height: 235px;
    overflow: hidden;
    position: relative;
}
.productbox .swiper-slide .imgbox img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.productbox .swiper-slide .imgbox:hover img{
    -webkit-transform: scale(1.03) translateZ(0);
    -moz-transform: scale(1.03) translateZ(0);
    -ms-transform: scale(1.03) translateZ(0);
    -o-transform: scale(1.03) translateZ(0);
    transform: scale(1.03) translateZ(0);
}
.productbox .swiper-slide .imgbox .product-title{
    line-height: 40px;
    background: rgba(0,0,0,0.4);
    font-size:14px;
    color:#fff;
    text-align:center;
    position: absolute;
    left:0;
    bottom:0;
    padding:0 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: pre-wrap;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    width: 100%;
}
.productbox .swiper-slide .imgbox:hover .product-title{
    line-height: 50px;
}
.productbox .product-button{
    width: 200px;
    margin: 30px auto 0 auto;
    position: relative;
    height: 55px;
}
.productbox .product-button .swiper-button-prev-product{
    width: 55px;
    height: 55px;
    border-radius: 40px;
    border:2px solid #338ccb;
    background:url("../images/product-left.png") no-repeat center;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.productbox .product-button .swiper-button-prev-product:hover{
    background:#c72834 url("../images/product-left.png") no-repeat center;
    border:2px solid #c72834;
}
.productbox .product-button .swiper-button-next-product{
    width: 55px;
    height: 55px;
    border-radius: 40px;
    border:2px solid #338ccb;
    background:url("../images/product-right.png") no-repeat center;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.productbox .product-button .swiper-button-next-product:hover{
    background:#c72834 url("../images/product-right.png") no-repeat center;
    border:2px solid #c72834;
}
.productbox .product-button a{
    display: block;
    margin:0 auto;
    width: 55px;
    height: 55px;
    border-radius: 40px;
    border:2px solid #338ccb;
    background:url("../images/product-more.png") no-repeat center;
    position: relative;
    top: 7px;

}
.productbox .product-button a:hover{
    background:#c72834 url("../images/product-more.png") no-repeat center;
    border:2px solid #c72834;
}
.product-lx{
    width: 100%;
    height: 252px;
    margin-top: 60px;
}
.product-lx .product-lx-left{
    float: left;
    width: 318px;
    height: 252px;
}
.product-lx .product-lx-left img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.product-lx .product-lx-right{
    float: right;
    width: 882px;
    height: 252px;
    background: #fff url("../images/product-img2.jpg") no-repeat right 70px center;
    padding:24px 100px 60px 50px;
    box-shadow: 0px 0px 10px #d0d0d0;
}
.product-lx .product-lx-right .fir{
    font-size:22px;
    color:#4a4a4a;
}
.product-lx .product-lx-right .fir span{
    font-size:36px;
    color:#df3441;
    font-family: ziti2;
}
.product-lx .product-lx-right .sec{
    font-size:18px;
    color:#868686;
    margin: 20px 0;
}
.product-lx .product-lx-right .abox a{
    display: inline-block;
    line-height: 55px;
    border:1px solid #9e9e9e;
    font-size:16px;
    color:#9e9e9e;
    padding:0 38px;
    border-radius: 50px;
}
.product-lx .product-lx-right .abox a i{
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    width: 0;
    height: 10px;
    display: inline-block;
    background:url("../images/product-right.png") no-repeat center right;
}
.product-lx .product-lx-right .abox a:hover{
    color:#fff;
    background: #c72834;
    border:1px solid #c72834;
}
.product-lx .product-lx-right .abox a.active{
    color:#fff;
    background: #c72834;
    border:1px solid #c72834;
}
.product-lx .product-lx-right .abox a:hover i{
    width: 38px;
}
.product-lx .product-lx-right .abox a.active i{
    width: 38px;
}
.product-lx .product-lx-right .abox a span{
    display: inline-block;
}
.product-lx .product-lx-right .abox a:nth-child(1){
    margin-right: 25px;
}



.in-news{
    padding-bottom:80px;
    background: #f5f5f5 url("../images/newsbg.png") no-repeat center bottom;
}
.index_news .index_news_right{
    float: right;
    width:338px;
}
.index_news .index_news_right .tbox{
    width:100%;
    height: 110px;
    background: #005db4;
    padding:0 15px;
}
.index_news .index_news_right .tbox .t1{
    color:#fff;
    font-size:18px;
    padding-top: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.index_news .index_news_right .tbox .time{
    color:#fff;
    font-size:18px;
    margin-top: 8px;
}
.index_news .index_news_right .imgbox{
    width:100%;
    height: 165px;
    overflow: hidden;
}
.index_news .index_news_right .imgbox img{
    width:100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.index_news .index_news_right:hover .imgbox img{
    -webkit-transform: scale(1.05) translateZ(0);
    -moz-transform: scale(1.05) translateZ(0);
    -ms-transform: scale(1.05) translateZ(0);
    -o-transform: scale(1.05) translateZ(0);
    transform: scale(1.05) translateZ(0);
}
.index_news .index_news_right .des{
    width:100%;
    height: 100px;
    background: #fff;
    padding: 26px 19px;
    font-size:14px;
    color:#8a8a8a;
    line-height: 22px;
}
.index_news .index_news_left{
    float: left;
    width:827px;
}
.index_news .index_news_left_list:nth-child(-n+2){
    margin-bottom: 23px;
}
.index_news .index_news_left_list .time{
    float: left;
    width:110px;
    height: 110px;
    background: #005db4;
    text-align:center;
    color:#fff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.index_news .index_news_left_list .time .fir{
    font-weight: 700;
    font-size:38px;
    padding-top: 20px;
}
.index_news .index_news_left_list .time .sec{
    font-size:14px;
}
.index_news .index_news_left_list .text{
    float: left;
    width:717px;
    padding-left:30px;
    height: 110px;
    border-bottom:1px solid #efefef;
    position: relative;
    background: #fff;
}
.index_news .index_news_left_list .text .fir{
    font-size:18px;
    color:#484848;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 29px;
    position: relative;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.index_news .index_news_left_list:hover .text .fir{
    color:#005db4;
    font-weight: 700;
    padding-left: 25px;
}
.index_news .index_news_left_list .text .fir:before{
    content:"";
    position: absolute;
    left:0;
    top:50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width:0;
    height: 2px;
    background: #005db4;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.index_news .index_news_left_list:hover .text .fir:before{
    width: 20px;
}
.index_news .index_news_left_list .text .con{
    font-size:14px;
    color:#8a8a8a;
    line-height: 25px;
    margin-top: 3px;
}


.title{
    margin-bottom: 30px;
    position: relative;
    text-align:center;
}
.title img{
    margin:13px auto 10px auto;
}
.title h3{
    color: #fff;
    font-size: 32px;
    font-weight: bold;
    line-height: 33px;
}
.title .fir{
    font-size:14px;
    color:#80b5d9;
}





/*网站底部*/
.footbox{
    position: relative;
}
.foot{
    width: 100%;
    position: relative;
    padding: 70px 0 50px 0;
    background: #1b263a;
}
.foot .warpper{
    position: relative;
}
.foot .foot-list{
    float: left;
    width: 220px;
}
.foot .foot-list .bigtitle{
    font-size:22px;
    font-weight: 700;
    color:#fff;
    margin-bottom: 30px;
}
.foot .foot-list .abox a{
    display: block;
    float: left;
    width: 50%;
    line-height: 30px;
    color:#8995ab;
    font-size:14px;
    padding-left:18px;
    position: relative;
}
.foot .foot-list .abox a:after{
    position: absolute;
    content:"";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #45536a;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    left:0;
    top:50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.foot .foot-list .abox a:hover:after{
    background: #005db4;
    left: 8px;
}
.foot .foot-item{
    float: right;
    width: 356px;
    height: 210px;
    border-bottom:4px solid #005db4;
    background: #233046;
    padding-left: 35px;
}
.foot .foot-item .foot-item-tel{
    padding-left: 65px;
    background: url("../images/foot-item-tel-bg.png") no-repeat left center;
    margin-top: 44px;
}
.foot .foot-item .foot-item-tel .fir{
    font-size:14px;
    color:#8995ab;
}
.foot .foot-item .foot-item-tel .sec{
    font-size:36px;
    color:#fff;
    font-weight: 700;
    font-family: ziti2;
    line-height: 35px;
}
.foot .foot-item .foot-item-tel-sec{
    margin-top: 25px;
    padding-left: 0;
    background: none;
}
.foot .foot-item .foot-item-tel-sec .sec{
    font-size:16px;
    line-height: 23px;
}
.foot .foot-item.er{
    padding:30px;
    text-align:center;
}
.foot .foot-item.er img{
    width: 100%;
}
.foot .foot-item.er p{
    font-size:14px;
    color:#8995ab;
    margin-top: 5px;
}

.footp{
    background: #243045;
    line-height: 60px;
    text-align:center;
    color: #8995ab;
    font-size: 14px;
    border-top:1px solid #3d4b64;
}
.footp a{
    color: #8995ab;
}
.footp a:hover{
    color:#fff;
    text-decoration: underline;
}

.go-top-area {
    position: relative;
    z-index: 999;
}
.go-top-wrap {
    position: relative;
}
.go-top-area .go-top {
    position: fixed;
    cursor: pointer;
    top: 0;
    right: 24px;
    color: #ffffff;
    background-color: #005db4;
    z-index: 9999;
    width: 40px;
    text-align: center;
    height: 42px;
    line-height: 42px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.9s ease-out 0s;
    -moz-transition: all 0.9s ease-out 0s;
    -ms-transition: all 0.9s ease-out 0s;
    -o-transition: all 0.9s ease-out 0s;
    transition: all 0.9s ease-out 0s;
    border-radius: 10px;
}
.go-top-wrap .go-top-btn {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    top: 3px;
    z-index: 1;
    background: #005db4;
    border-radius: 10px;
}
.go-top-area .go-top.active {
    top: 98%;
    -webkit-transform: translateY(-98%);
    -moz-transform: translateY(-98%);
    -ms-transform: translateY(-98%);
    -o-transform: translateY(-98%);
    transform: translateY(-98%);
    opacity: 1;
    visibility: visible;
    border-radius: 10px;
    right: 20px;
}
.go-top-area .go-top::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: #ff5316;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    border-radius: 10px;
}
@keyframes ripple {
    0%, 35% {
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
        opacity: 1; }
    50% {
        -webkit-transform: scale(1.5);
        -moz-transform: scale(1.5);
        -ms-transform: scale(1.5);
        -o-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0.8; }
    100% {
        opacity: 0;
        -webkit-transform: scale(2);
        -moz-transform: scale(2);
        -ms-transform: scale(2);
        -o-transform: scale(2);
        transform: scale(2); } }
@-webkit-keyframes ripple {
    0%, 35% {
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
        opacity: 1; }
    50% {
        -webkit-transform: scale(1.5);
        -moz-transform: scale(1.5);
        -ms-transform: scale(1.5);
        -o-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0.8; }
    100% {
        opacity: 0;
        -webkit-transform: scale(2);
        -moz-transform: scale(2);
        -ms-transform: scale(2);
        -o-transform: scale(2);
        transform: scale(2); } }
.go-top-wrap .go-top-btn::after {
    z-index: -1;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    height: 40px;
    -webkit-animation: ripple 1.6s ease-out infinite;
    -moz-animation: ripple 1.6s ease-out infinite;
    -o-animation: ripple 1.6s ease-out infinite;
    animation: ripple 1.6s ease-out infinite;
    opacity: 0;
    background: #005db4;
    border-radius: 10px;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.go-top-area .go-top img {
    position: absolute;
    top: 50%;
    left: -4px;
    right: 0;
    margin: 0 auto;
    font-size: 15px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}
.go-top-wrap .go-top-btn img {
    font-size: 20px;
    font-weight: 700;
    padding-left: 4px;
    color: #fff;
    margin: 0 auto;
}
.go-top-area .go-top img:last-child {
    opacity: 0;
    visibility: hidden;
    top: 60%;
}
.go-top-area .go-top:focus img:first-child, .go-top-area .go-top:hover img:first-child {
    opacity: 0;
    top: 0;
    visibility: hidden;
}
.go-top-area .go-top:focus img:last-child, .go-top-area .go-top:hover img:last-child {
    opacity: 1;
    visibility: visible;
    top: 50%;
}




    /***/
/*左侧栏*/
.pro-sider {
  float: left;
  width: 257px;
  border: 5px solid #0e71bb;
}
.pro-sider .in-title {
  height: 97px;
  background:#0e71bb;
  text-align: center;
  line-height: 1;
  overflow: hidden;
}
.pro-sider .in-title h3 {
  margin-top: 25px;
  font-size: 30px;
  color: #fff;
  margin-bottom: 10px;
  font-weight: bold;
}
.pro-sider .in-title em {
  font-size: 14px;
  color: #fff;
  letter-spacing: 2px;
  font-weight: 100;
}
.pro-sider .pro-sider-ul {
  border: 1px solid #ededed;
  background: #fff;
  border-top: none;
  overflow: hidden;
}
.pro-sider .pro-sider-ul .ul-li {
  padding: 0 15px;
  height: 59px;
}
.pro-sider .pro-sider-ul .ul-li a {
  position: relative;
  height: 70px;
  line-height: 70px;
  font-size: 14px;
  color: #666666;
  display: block;
  padding-left: 10px;
  padding-right: 30px;
  border-bottom: 1px dashed #ededed;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.pro-sider .pro-sider-ul .ul-li a h2{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bold;
}
.pro-sider .pro-sider-ul .ul-li a div.icon {
  position: absolute;
  width: 16px;
  height: 16px;
  text-align: center;
  line-height: 16px;
  background: #ededed url(../images/sider-bg-01.png) no-repeat center;
  border-radius: 50%;
  right: 8px;
  top: 50%;
  margin-top: -8px;
  font-size: 12px;
}
.pro-sider .pro-sider-ul .ul-li:hover a,
.pro-sider .pro-sider-ul .ul-li.active a {
  color: #0e71bb;
}
.pro-sider .pro-sider-ul .ul-li:hover div.icon,
.pro-sider .pro-sider-ul .ul-li.active div.icon {
  background: #0058b1 url(../images/sider-bg-02.png) no-repeat center;
}
.pro-sider .pro-sider-ul .ul-li:last-child a {
  border-bottom: none;
}
.pro-sider .pro-sider-tel {
  text-align: center;
  padding: 30px 0;
}
.pro-sider .pro-sider-tel span {
  display: block;
  font-size: 24px;
  color: #0e71bb;
  padding-bottom: 30px;
}
.pro-sider .pro-sider-tel img{
  display: block;
  margin: 0 auto;
  padding-bottom: 20px;
}
.pro-sider .pro-sider-tel em {
  font-size: 16px;
  color: #333;
}
.pro-sider .pro-sider-tel em strong{
  font-size: 20px;
}


#main .company-main {
  padding: 50px 0 60px;
  background: #f2f2f2;
  overflow: hidden;
}
#main .company-main .warpper {
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 2px 1px rgba(102, 102, 102, 0.1);
}
#main .company-main .com-main-left,
#main .company-main .com-main-rig {
  position: relative;
  float: left;
  height: 490px;
  overflow: hidden;
}
#main .company-main .com-main-left {
  padding: 0 47px 0 30px;
  width: 523px;
}
#main .company-main .com-main-left .title {
  margin: 35px 0 25px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ededed;
}
#main .company-main .com-main-left .title h3 {
  font-size: 22px;
  color: #0058b1;
  font-weight: bold;
  margin-bottom: 4px;
}
#main .company-main .com-main-left .title em {
  font-size: 16px;
  color: #d1d1d1;
}
#main .company-main .com-main-left .com-content {
  overflow: hidden;
  font-size: 14px;
  color: #595959;
  line-height: 24px;
  height: 216px;
}
#main .company-main .com-main-left .com-content img {
  max-width: 100%;
}
#main .company-main .com-main-left .com-btn {
  margin-top: 35px;
  float: left;
  overflow: hidden;
  border: 1px solid #268ae7;
}
#main .company-main .com-main-left .com-btn a {
  display: block;
  width: 145px;
  float: left;
  height: 38px;
  line-height: 38px;
  text-align: center;
  font-size: 14px;
  color: #595959;
}
#main .company-main .com-main-left .com-btn a.active {
  background: #268ae7;
  color: #fff;
}
#main .company-main .com-main-rig {
  width: 600px;
}
#main .company-main .com-main-rig .company-img {
  position: relative;
  width: 570px;
  height: 420px;
  font-size: 0;
  text-align: center;
  line-height: 420px;
  margin-top: 35px;
  z-index: 1;
}
#main .company-main .com-main-rig .company-img img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}
#main .company-main .com-main-rig::after {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  right: 0;
  width: 450px;
  background: #0058b1;
}
#main .news-main {
  background: #fff;
  overflow: hidden;
  padding: 50px 0 40px;
}
#main .news-main .news-content {
  float: left;
  width: 600px;
}
#main .news-main .news-content .news-title {
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  font-weight: bold;
  color: #323232;
  border-bottom: 1px solid #ededed;
  margin-bottom: 20px;
}
#main .news-main .news-content .news-title a {
  font-weight: normal;
  float: right;
  font-size: 14px;
  color: #0058b1;
}
#main .news-main .news-content .news-title a:hover {
  text-decoration: underline;
}
#main .news-main .news-content .news-show {
  overflow: hidden;
  height: 140px;
  margin-bottom: 25px;
}
#main .news-main .news-content .news-show .show-box {
  width: 160px;
  float: left;
  text-align: center;
  line-height: 140px;
  color: #fff;
  font-size: 27px;
  font-weight: bold;
  background: #0058b1;
}
#main .news-main .news-content .news-show .show-img {
  float: left;
  width: 440px;
  height: 140px;
  font-size: 0;
  text-align: center;
  line-height: 140px;
}
#main .news-main .news-content .news-show .show-img img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}
#main .news-main .news-content .news-show-one {
  margin-bottom: 20px;
  padding-bottom: 25px;
  border-bottom: 1px solid #ededed;
}
#main .news-main .news-content .news-show-one .title {
  overflow: hidden;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 10px;
}

#main .news-main .news-content .news-show-one .title a {
  display: block;
  float: left;
  color: #323232;
  max-width: 500px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#main .news-main .news-content .news-show-one .title a h4{
  font-weight: bold !important;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#main .news-main .news-content .news-show-one .title a:hover {
  color: #0058b1;
}
#main .news-main .news-content .news-show-one .title span {
  float: right;
  color: #808080;
}
#main .news-main .news-content .news-show-one .title span em {
  color: #d9d9d9;
  margin: 0 5px;
}
#main .news-main .news-content .news-show-one .news-p {
  font-size: 14px;
  line-height: 24px;
  color: #808080;
}
#main .news-main .news-content .news-list {
  overflow: hidden;
}
#main .news-main .news-content .news-list ul {
  margin: 0 -20px;
}
#main .news-main .news-content .news-list ul li {
  float: left;
  width: 280px;
  margin: 0 20px;
  font-size: 14px;
  line-height: 30px;
}
#main .news-main .news-content .news-list ul li a {
  position: relative;
  padding-left: 10px;
  display: block;
  color: #808080;
}
#main .news-main .news-content .news-list ul li a h4{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#main .news-main .news-content .news-list ul li a::after {
  position: absolute;
  content: '';
  width: 2px;
  height: 2px;
  background: #555555;
  left: 0;
  top: 50%;
  margin-top: -1px;
}
#main .news-main .news-content .news-list ul li a:hover {
  color: #0058b1;
}
#main .news-main .online-main {
  width: 480px;
  float: right;
}
#main .news-main .online-main .title {
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  font-weight: bold;
  color: #323232;
  border-bottom: 1px solid #ededed;
  margin-bottom: 20px;
}
#main .news-main .online-main .online-form {
  overflow: hidden;
}
#main .news-main .online-main .online-form input {
  float: left;
  display: block;
  width: 460px;
  padding: 0 9px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #ededed;
  margin-bottom: 13px;
  font-size: 14px;
  color: #323232;
}
#main .news-main .online-main .online-form input.code {
  width: 300px;
}
#main .news-main .online-main .online-form a {
  display: block;
}
#main .news-main .online-main .online-form a.code {
  float: right;
  height: 42px;
  max-width: 130px;
  line-height: 42px;
  font-size: 0;
  text-align: center;
}
#main .news-main .online-main .online-form a.code img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}
#main .news-main .online-main .online-form textarea {
  display: block;
  float: left;
  font-size: 14px;
  color: #323232;
  width: 460px;
  border: 1px solid #ededed;
  height: 120px;
  line-height: 30px;
  padding: 5px 9px;
  margin-bottom: 26px;
}
#main .news-main .online-main .online-form .btn-box {
  float: left;
  width: 100%;
  overflow: hidden;
}
#main .news-main .online-main .online-form .btn-box a.btn {
  display: block;
  width: 265px;
  height: 42px;
  text-align: center;
  line-height: 42px;
  background: #268ae7;
  color: #fff;
  margin: 0 auto;
}
#main .news-main .online-main .online-form .btn-box a.btn:hover {
  background: #0058b1;
}
.link-cover {
  overflow: hidden;
  padding: 30px 0 20px;
  border-top: 1px solid #e6e6e6;
}
.link-cover .title {
  float: left;
  width: 80px;
  height: 35px;
  background: url(../images/link-icon.png) no-repeat left center;
}
.link-cover .link-list {
  float: left;
  width: 1000px;
  height: 35px;
  overflow: hidden;
}
.link-cover .link-list a {
  display: block;
  float: left;
  height: 35px;
  line-height: 35px;
  padding: 0 22px;
  font-size: 14px;
  color: #808080;
}
.link-cover .link-list a img{
  display: block;
  height: 25px;
  margin:5px 0 0;
  width: auto;
}
.link-cover .link-list a:hover {
  color: #268ae7;
}
.link-cover .link-list em {
  display: block;
  float: left;
  font-size: 14px;
  color: #e6e6e6;
  line-height: 35px;
}
.link-cover .link-list.active {
  height: auto;
}
.link-cover .link-more {
  cursor: pointer;
  float: right;
  font-size: 14px;
  color: #4c4c4c;
  line-height: 35px;
  height: 35px;
  padding-right: 20px;
  background: url(../images/down-arr.png) no-repeat right center;
}
.link-cover .link-more.on {
  background: url(../images/up-arr.png) no-repeat right center;
}



.m-column-t {
  position: relative;
  text-align: center;
  font-size: 0;
}
.m-column-t .center {
  display: inline-block;
  font-size: 0;
}
.m-column-t .center h3 {
  color: #333;
  font-size: 30px;
}
.m-column-t .center p {
  color: #d2d2d2;
  font-size: 30px;
}
.m-column-t span {
  position: absolute;
  width: 415px;
  top: 50%;
  margin-top: -5px;
  height: 5px;
  border-bottom: 1px solid #d2d2d2;
  z-index: 1;
}
.m-column-t span.mcl {
  left: 0;
}
.m-column-t span.mcl em {
  float: right;
}
.m-column-t span.mcr {
  right: 0;
}
.m-column-t span em {
  display: block;
  height: 11px;
  border-left: 1px solid #d2d2d2;
}
.textLine {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.textLine3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.textHidden {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.domHidden {
  overflow: hidden;
}
.about-main {
  padding: 20px 0 70px;
  min-height: 170px;
}
.about-main .ab-content {
  float: right;
  width: 925px;
}
.about-main .ab-content .title {
  line-height: 50px;
}
.about-main .ab-content .title a {
  color: #333;
  padding: 0 5px;
}
.about-main .ab-content .title span.icon-home {
  color: #535353;
}
.about-main .ab-content .title em {
  color: #999;
}
.about-main .ab-content .ab-conBox {
  overflow: hidden;
  background: #fff;
  min-height: 55px;
  padding: 30px 45px 40px;
}
.about-main .ab-content .ab-conBox .de-title {
  text-align: center;
  font-size: 20px;
  color: #333;
  line-height: 25px;
  margin-bottom: 8px;
}
.about-main .ab-content .ab-conBox .sub-co {
  font-size: 14px;
  color: #999;
  text-align: center;
  line-height: 18px;
}
.about-main .ab-content .ab-conBox .ab-detail {
  overflow: hidden;
  margin-top: 30px;
  font-size: 14px;
  color: #777373;
  line-height: 25px;
}
.ab-sild {
  float: left;
  width: 260px;
}
.ab-sild .title {
  position: relative;
  height: 50px;
  text-align: center;
  background: #f3c04b;
  font-size: 16px;
  line-height: 50px;
  color: #fff;
  border-bottom: 1px solid #fff;
}
.ab-sild .title span {
  position: absolute;
  height: 3px;
  width: 30px;
  top: 50%;
  margin-top: -3px;
  border-bottom: 1px solid #fff;
}
.ab-sild .title span em {
  display: block;
  height: 7px;
  border-left: 1px solid #fff;
}
.ab-sild .title span.stl {
  left: 35px;
}
.ab-sild .title span.stl em {
  float: right;
}
.ab-sild .title span.str {
  right: 35px;
}
.ab-sild .sild-cate {
  background: #fff;
  margin-bottom: 20px;
}
.ab-sild .sild-cate .list {
  overflow: hidden;
}
.ab-sild .sild-cate .list li {
  position: relative;
  border-bottom: 1px solid #eee;
  height: 60px;
  line-height: 60px;
}
.ab-sild .sild-cate .list li a {
  display: block;
  padding-right: 35px;
  font-size: 14px;
  color: #333;
  padding-left: 20px;
}
.ab-sild .sild-cate .list li:last-child {
  border-bottom: none;
}
.ab-sild .sild-cate .list li:hover {
  border-color: #f3c04b;
  background: #f3c04b;
}
.ab-sild .sild-cate .list li:hover a {
  color: #fff;
}
.ab-sild .sild-cate .list li:hover:after {
  color: #fff;
}
.ab-sild .sild-cate .list li:after {
  font-weight: bold;
  right: 20px;
  top: 0;
  color: #999;
  position: absolute;
  content: "\e904";
  font-family: 'icomoon' !important;
}
.ab-sild .sild-cont {
  background: #fff;
}
.ab-sild .sild-cont .cont-list {
  padding: 20px;
}
.ab-sild .sild-cont .cont-list ul li {
  color: #333;
  padding: 5px 0;
  padding-left: 60px;
  font-size: 14px;
}
.ab-sild .sild-cont .cont-list ul li span {
  width: 60px;
  margin-left: -60px;
  display: block;
  height: 20px;
  line-height: 20px;
  float: left;
  color: #666;
}
.pro-center {
  background: #fff;
  padding-bottom: 25px;
}
.pro-center .pro-list {
  overflow: hidden;
  padding: 25px 18px 10px;
}
.pro-center .pro-list ul li {
  float: left;
  width: 200px;
  margin: 0 10px 20px;
  border: 1px solid #fff;
}
.pro-center .pro-list ul li:hover {
  border-color: #f3c04b;
}
.pro-center .pro-list ul li .img {
  overflow: hidden;
  width: 200px;
  height: 200px;
  line-height: 200px;
  text-align: center;
  font-size: 0;
  background: #eee;
}
.pro-center .pro-list ul li .img img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}
.pro-center .pro-list ul li .title {
  background: #f7f8fc;
  height: 40px;
  line-height: 40px;
  padding: 0 5px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: #333;
}
.pro-center .pro-list ul li .title:hover {
  color: #f3c04b;
}
.page {
  font-size: 0;
  text-align: center;
}
.page .center {
  display: inline-block;
  overflow: hidden;
}
.page .center .page-span {
  float: left;
  font-size: 14px;
  color: #c3c3c3;
  line-height: 32px;
  margin-right: 30px;
}
.page .center .page-list {
  float: left;
  overflow: hidden;
}
.page .center .page-list ul li {
  float: left;
  width: auto;
  min-width: 30px;
  height: 32px;
  text-align: center;
  line-height: 30px;
  font-size: 14px;
  margin: 0 4px;
  padding: 0;
  border: none;
  background: transparent;
}
.page .center .page-list ul li a {
  min-width: 20px;
  padding: 0 5px;
  border: 1px solid #eee;
  display: block;
  color: #333;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  overflow: hidden;
  background: #fff;
}
.page .center .page-list ul li:hover a {
  color: #f3c04b;
}
.page .center .page-list ul li.active a {
  background: #f3c04b;
  color: #fff;
}
.news-center {
  background: #fff;
  padding-bottom: 25px;
}
.news-center .new-list {
  padding: 45px 45px 0px;
}
.news-center .new-list ul li {
  margin-bottom: 35px;
  border-bottom: 1px solid #eee;
}
.news-center .new-list ul li a {
  overflow: hidden;
  display: block;
  height: 90px;
  padding-bottom: 30px;
}
.news-center .new-list ul li a .img {
  float: left;
  width: 130px;
  height: 90px;
  background: #eee;
  line-height: 90px;
  font-size: 0;
  text-align: center;
}
.news-center .new-list ul li a .img img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}
.news-center .new-list ul li a .info {
  float: right;
  width: 690px;
}
.news-center .new-list ul li a .info h3 {
  font-size: 14px;
  font-weight: bold;
  line-height: 24px;
  color: #333;
}
.news-center .new-list ul li a .info em {
  display: block;
  font-size: 12px;
  color: #999;
  line-height: 16px;
  margin-bottom: 10px;
}
.news-center .new-list ul li a .info p {
  font-size: 14px;
  line-height: 22px;
  color: #999;
  max-height: 44px;
  overflow: hidden;
}
.news-center .new-list ul li a:hover h3 {
  color: #f3c04b;
}
.message-c {
  background: #fff;
  padding: 40px 50px;
  overflow: hidden;
}
.message-c .p {
  font-size: 16px;
  line-height: 30px;
  color: #666;
  margin-bottom: 35px;
}
.message-c .from input {
  display: block;
  height: 38px;
  line-height: 38px;
  padding: 0 5px;
  border: 1px solid #d2d2d2;
  margin-bottom: 10px;
  font-size: 14px;
  color: #333;
}
.message-c .from input[name=user],
.message-c .from input[name=phone] {
  width: 348px;
}
.message-c .from textarea {
  font-size: 14px;
  color: #333;
  line-height: 20px;
  display: block;
  width: 728px;
  height: 130px;
  border: 1px solid #d2d2d2;
  padding: 5px;
  margin-bottom: 10px;
}
.message-c .from .code {
  overflow: hidden;
}
.message-c .from .code input[name=code] {
  width: 258px;
  float: left;
}
.message-c .from .code a {
  display: block;
  float: left;
  width: 80px;
  height: 38px;
  padding: 1px 0;
  margin-left: 10px;
}
.message-c .from .code a img {
  width: 80px;
  height: 38px;
}
.message-c .from .btn {
  padding-top: 25px;
}
.message-c .from .btn a {
  display: block;
  width: 362px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  color: #fff;
  font-size: 16px;
  background: #8fa4de;
}
.message-c .from .btn a:hover {
  background: #8397d0;
}
.contact-o {
  background: #fff;
  overflow: hidden;
  padding: 40px 0;
  text-align: center;
}
.contact-o iframe {
  width: 830px;
  height: 500px;
  margin: 0 auto;
}
/*内页产品分类*/
.inner-pro-type{
  width: 100%;
  position: relative;
  margin-top: 20px;
}
.inner-pro-type ul li{
  width: 120px;
  line-height: 40px;
  border: 1px solid #eee;
  text-align: center;
  margin-right: 20px;
  float: left;
}
.inner-pro-type ul li a{
  color: #999;
  display: block;
  width: 100%;
}
.inner-pro-type ul li:hover{
  background: #ec5c2b;
}
.inner-pro-type ul li:hover a{
  color: #fff;
}
.inner-pro-type ul li .pro-active{
  background: #ec5c2b;
  color: #fff;
}
.sidebar{width: 278px;height:auto;float: left;}
.sidebar ul{
    border: 1px solid #eaeaea;
    border-top: none;
    height: 525px;
    overflow-y: auto;
}
.sidebar .top{
    width: 100%;
    height: 89px;
    background: url("../images/tlt.jpg") center no-repeat;
    line-height: 90px;
    color:#fff;
    font-weight: 700;
    text-align:center;
    font-size:30px;
}
.it1{height:auto;}
.it1 li{border-bottom: 1px solid #fff;background: #F2F2F2;overflow: hidden;}
.it1 li .a1{display: block;width:100%;height: 50px;position: relative;}
.it1 li .a1 .one{position: absolute;width: 100%;height: 50px;left: -100%;top: 0;z-index:1;background: #3abd3a;transition: 0.5s;-webkit-transition:0.5s }
.it1 li .a1 .two{
    position: absolute;
    width: 100%;
    height: 50px;
    left: 0;
    top: 0;
    z-index: 2;
    background: #f2f2f2;
    line-height: 50px;
    font-size: 18px;
    text-indent: 1.5em;
    color: #424242;
    transition: 0.5s;
    background: url(../Image/jt.png) right 30px center no-repeat;
}
.it1 li .a1:hover .one{transform: translateX(100%);-webkit-transform:translateX100%); }
.it1 li .a1:hover .two{color: #fff;background: rgba(0,0,0,0.0) url("../images/jt2.png") right 30px center no-repeat;}
.it1 li .a1[data=active] .one{transform: translateX(100%);-webkit-transform:translateX100%); }
.it1 li .a1[data=active] .two{color: #fff;background: rgba(0,0,0,0.0) url("../images/jt2.png") right 30px center no-repeat;}
.it1 li .xzz .one{transform: translateX(266px);-webkit-transform:translateX(266px); }
.it1 li .xzz .two{color: #fff;background: rgba(0,0,0,0.0) url("../images/jt2.png") right 30px center no-repeat;}
.it1 li dl{
    width: 100%;box-sizing: border-box;background: #fff;
    display: none;
}
.it1 li dl a{
    display: block;
    padding-left: 20px;
    margin: 0 auto;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    color: #5f5f5f;
    text-indent: 1.8em;
    background: url(../images/jt.png) left 31px center no-repeat;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    border-bottom: 1px solid #e4e4e4;
}
.it li .xzz .one{transform: translateX(266px);-webkit-transform:translateX(266px); }
.it li .xzz .two{color: #fff;background: rgba(0,0,0,0.0) url("../images/jt2.png") right 30px center no-repeat;}
.it1 li dl a:hover{color: #00a73e;transform: translateX(10px);-webkit-transform: translateX(10px);background: url("../images/jt2.png") left 38px center no-repeat; }


.jishu-list {
    border-bottom: 1px solid #eee;
    line-height: 45px;
}

.jishu-list .jishu-title {
    float: left;
    font-size: 16px;
    color: #666;
    padding-left: 3.5%;
    line-height: 45px;
    position: relative;
}

.jishu-list .jishu-title:hover {
    color: #d12613;
}

.jishu-list .jishu-title i {
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width:30px;
    height: 30px;
    background: url("../images/wenjian.png") no-repeat left center;
}

.jishu-list .jishu-title:hover i {
    color: #d12613;
}

.jishu-list .yulan {
    display: block;
    float: right;
    color: #666;
    font-size: 16px;
    padding-left: 3%;
    background: url("../images/yulan.png") no-repeat left center;
    background-size: 34%;
    margin-right: 3%;
}

.jishu-list .download {
    display: block;
    float: right;
    color: #666;
    font-size: 16px;
    padding: 0;
    padding-left: 3%;
    background: url("../images/download.png") no-repeat left center;
    background-size: 34%;
}



.nei-banner{
    width: 100%;
    height: 400px;
    background: url("../images/s-banner.jpg") no-repeat center;
}
.nei-banner .fir{
    font-size:32px;
    font-weight: 700;
    color:#fff;
    letter-spacing: 1px;
    padding-top: 178px;
}
.nei-banner .sec{
    font-size:16px;
    color:#fff;
    letter-spacing: 1px;
    margin-top: 4px;
    font-weight: 700;
}
.contact-info{
    float: left;
    width: 450px;
}
.contact-info .c-title{
    font-size: 30px;
    color: #192437;
    line-height: 38px;
    margin-bottom: 30px;
}
.contact-info .contact-info-list{
    height: 96px;
    padding-left: 60px;
    border-bottom: 1px solid #eee;
    padding-top: 20px;
}
.contact-info .contact-info-list.phone{
    background: url('../images/c-phone.png') no-repeat left center;
}
.contact-info .contact-info-list.address{
    background: url('../images/c-address.png') no-repeat left center;
}
.contact-info .contact-info-list.website{
    background: url('../images/c-website.png') no-repeat left center;
}
.contact-info .contact-info-list .fir{
    font-size: 17px;
    text-transform: uppercase;
    color: #7f8692;
    letter-spacing: 1px;
    font-family: ziti2;
}
.contact-info .contact-info-list .sec{
    font-size: 20px;
    color: #192437;
    font-family: ziti2;
}
.contact-form{
    float: right;
    width: 700px;
}
.common-inner .in-company-right{
    width: 600px;
    height: auto;
}
.common-inner .in-company-right-top{
     width: 100%;
     height: 293px;
}

.common-inner .in-company{
    padding:70px 0 0 0;
    background: url("../images/com-innerbg.jpg") no-repeat bottom center;
}
.common-inner .in-company .in-company-left-title{
    margin-top: 5px;
}
.common-inner .in-company-right-bottom{
    width: 100%;
    height: 143px;
    background: #005db4 url("../images/com-bg333.png") no-repeat left 143px center;
    padding-left: 243px;
}
.common-inner .in-company-right-bottom .fir{
    font-size:33px;
    font-family: ziti2;
    color:#fff;
    padding-top: 30px;
}
.common-inner .in-company-right-bottom .sec{
    font-size:16px;
    color:#4d94d7;
}
.common-inner .in-company .company-item .company-list .aa1{
    color:#fff;
}
.common-inner .in-company .company-item .company-list .aa2 {
    color: #fff;
}
.common-inner .in-company .company-item .company-list .aa1 span{
    color:#597dba;
}
.common-inner .in-company .company-item .company-list{
    background: url(../images/combg22.png) no-repeat left top;
}
.common-inner  .in-company .company-item
{
    margin-top: 84px;
}
.inner-shebei{
    background: #f4f4f4;
    padding:65px 0;
}
.inner-shebei .inner-shebie-left{
    float: left;
    width: 600px;
    height: 457px;
    position: relative;
}
.inner-shebei .inner-shebie-left .imgbox{
    width: 100%;
    height: 457px;
    position: relative;
}
.inner-shebei .inner-shebie-left .imgbox img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.inner-shebei .inner-shebie-left .imgbox .inner-shebei-title{
    position: absolute;
    width: 100%;
    line-height: 60px;
    background: rgba(0,0,0,0.3);
    font-size:16px;
    color:#fff;
    padding:0 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    left:0;
    bottom:0;
}
.inner-shebei  .jiaodian{
    position: absolute;
    width: 100px;
    height: 10px;
    right:30px;
    bottom:27px;
}
.inner-shebei .swiper-pagination{
    width: 100%;
}
.inner-shebei .swiper-pagination-bullet{
    width: 10px;
    height: 10px;
    background: #fff;
    opacity: 1;
    margin:0 4px;
}
.inner-shebei  .swiper-pagination-bullet-active{
    background: #005db4;
    width: 24px;
    border-radius: 5px;
}
.inner-shebei .inner-shebie-right{
    float: left;
    width: 600px;
    height: 457px;
    background: #fff;
    padding:77px 55px;
}
.inner-shebei .inner-shebie-right .fir{
    font-size:22px;
    color:#353535;
}
.inner-shebei .inner-shebie-right img{
    margin:15px 0;
}
.inner-shebei .inner-shebie-right .sec{
    font-size:14px;
    color:#606060;
    line-height: 25px;
}
.inner-shebei .inner-shebie-right a{
    display: inline-block;
    line-height: 55px;
    font-size: 16px;
    color: #fff;
    padding: 0 38px;
    border-radius: 50px;
    background: #c72834;
    margin-top: 75px;
}
.inner-shebei .inner-shebie-right a:hover{
    background: #005db4;
}
.inner-shebei .inner-shebie-right a i{
    width: 38px;
    height: 10px;
    display: inline-block;
    background: url(../images/product-right.png) no-repeat center right;
}
.new-pro-list {
    float: left;
    width: 296px;
    margin-right: 20px;
    margin-bottom: 20px;
    border: 1px solid #efefef;
    border-radius: 5px;
    padding: 10px;
}
.new-pro-list:nth-child(3n){
    margin-right: 0;
}
.new-pro-list .imgbox{
    width: 100%;
    height: 240px;
    overflow: hidden;
}
.new-pro-list .imgbox img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.new-pro-list:hover .imgbox img{
    -webkit-transform: scale(1.03) translateZ(0);
    -moz-transform: scale(1.03) translateZ(0);
    -ms-transform: scale(1.03) translateZ(0);
    -o-transform: scale(1.03) translateZ(0);
    transform: scale(1.03) translateZ(0);
}
.new-pro-list .new-pro-list-title{
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size:16px;
    color:#666;
    text-align: center;
    margin-bottom: 12px;
    margin-top: 5px;
}
.new-pro-list:hover .new-pro-list-title{
    color: #015cb5;
}
.new-pro-list span{
    display: block;
    width: 29px;
    height: 29px;
    border-radius: 30px;
    border:1px solid #888;
    font-size:27px;
    text-align:center;
    line-height: 29px;
    color:#888;
    margin:15px auto 8px auto;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.new-pro-list:hover span{
    background: #015cb5;
    border:1px solid #015cb5;
    color:#fff;
}
.pcon{
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}
.pcon .pcon-list{
    width: 48%;
    padding: 15px 20px;
    background: #f7f7f7;
}
.pcon .pcon-list .pcon-list-item{
    padding-left: 55px;
}
.pcon .pcon-list .pcon-list-item.mobile{
    margin-bottom: 25px;
    background: url("../images/c-phone.png") no-repeat left center;
}
.pcon .pcon-list .pcon-list-item.address{
    background: url("../images/c-address.png") no-repeat left center;
}
.pcon .pcon-list .pcon-list-item .fir{
    font-size: 20px;
    color:#333;
    font-family: ziti2;
}
.pcon .pcon-list .pcon-list-item .sec{
    font-size: 14px;
    color:#666;
}
.pcon .pcon-list .imgbox{
    float: left;
    width: 130px;
}
.pcon .pcon-list .imgbox img{
    width: 100%;
}
.pcon .pcon-list .text{
    float: left;
    margin-left: 20px;
    margin-top: 38px;
}
.pcon .pcon-list .text .fir{
    font-size:20px;
    color:#333;
}
.pcon .pcon-list .text .sec{
    font-size:14px;
    color:#888;
}
.pcon .pcon-list .abox{
    width: 70px;
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}
.pcon .pcon-list .abox a{
    display: inline-block;
    width: 30px;
    height: 30px;
    border: 1px solid #666;
    border-radius: 50%;
}
.pcon .pcon-list .abox a.weixin{
    background:url("../images/c-weixin.png") no-repeat center;
}
.pcon .pcon-list .abox a.weixin:hover{
    background:#199a45 url("../images/f-weixin.png") no-repeat center;
    border:1px solid #199a45;
}
.pcon .pcon-list .abox a.qq{
    background:url("../images/c-qq.png") no-repeat center;
}
.pcon .pcon-list .abox a.qq:hover{
    background:#199a45 url("../images/f-qq.png") no-repeat center;
    border:1px solid #199a45;
}
.lxcon .lxcon-title .fir{
    font-size: 28px;
    color: #005db4;
}
.lxcon .lxcon-title .sec{
    font-size: 14px;
    color: #888;
}
.lxcon .lxcon-form{
    margin-top: 20px;
    background: #f7f7f7;
    padding: 25px;
}
.lxcon .lxcon-form .inputbox input{
    float: left;
    width: 570px;
    line-height: 40px;
    border:1px solid #eee;
    padding:0 20px;
    color:#888;
    font-size:14px;
    outline: none;
    background: #fff;
    margin-right: 10px;
    margin-bottom: 10px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.lxcon .lxcon-form .inputbox input:focus{
    border:1px solid #005db4;
}
.lxcon .lxcon-form .inputbox input:nth-child(2n){
    margin-right: 0;
}
.lxcon .lxcon-form .inputbox input::placeholder{
    color:#888;
    font-size:14px;
}
.lxcon .lxcon-form textarea{
    border:1px solid #eee;
    width: 100%;
    height: 120px;
    padding:10px 20px;
    color:#888;
    font-size:14px;
    outline: none;
    background: #fff;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    margin-bottom: 4px;
}
.lxcon .lxcon-form textarea:focus{
    border:1px solid #005db4;
}
.lxcon .lxcon-form textarea::placeholder{
    color:#888;
    font-size:14px;
}
.lxcon .lxcon-form .verify{
    float: left;
    width: 128px;
    height: 40px;
}
.lxcon .lxcon-form .verify img{
    width: 100%;
    height: 100%;
}
.lxcon .lxcon-form .submit{
    width: 100%;
    border-radius: 5px;
    height: 50px;
    line-height: 50px;
    background: #005db4;
    color: #fff;
    font-size: 16px;
    letter-spacing: 1px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    cursor: pointer;
}
.lxcon .lxcon-form .submit:hover{
    border-radius: 0;
}

.foot-list-all{
    float: none;
    width: 100%;
}
.foot-list-all .abox a{
    display: inline-block !important;
    float: none!important;
    width: auto!important;
    padding:0 10px 0 15px;
}