.bg-color {
  background: #fff;
}
.clear:after{
  display: block;
  content: '';
  clear: both;
}
@font-face {
  font-family: 'ziti';
  src: url("../img/AliHYAiHei-Beta.ttf");
}
@font-face {
  font-family: 'ziti1';
  src: url("../img/ziti1.TTF");
}
/*首信*/
.top{
  width: 100%;
  height: 35px;
  line-height: 35px;
}
.top .warpper{
  height: 34px;
  border-bottom: 1px solid rgba(36,72,124,.06);
}
.top-left{
  float: left;
  color: #999;
  font-size: 14px;
}
.top-right{
  float: right;
}
.top-right span{
  float: left;
  color: #999;
  font-size: 14px;
}
.top-right strong{
  font-size: 18px;
  color: #24487c;
}
.top-right a{
  color: #999;
  font-size: 14px;
  transition: all 0.5s;
}
.top-right a:before{
  display: block;
  content: '';
  width: 1px;
  height: 15px;
  background: #d8dae2;
  float: left;
  margin:10px 20px 0 20px;
}
.top-right a:hover{
  color: #24487c;
  font-weight: bold;
  transition: all 0.5s;
}
.head {
  padding: 25px 0 28px 0;
  background: #fff url("../img/sxzn.png") no-repeat center right 68px;
}
.head .logo{
  float: left;
}
.nav{
  width: 900px;
  float: right;
}
.nav ul{
  text-align: center;
  display: flex;
  justify-content: space-between;
}
.nav ul li{
  width: 100%;
  padding-top: 14px;
  text-align: center;
  position: relative;
}
.nav ul li>a{
  display: block;
  width: 100px;
  position: relative;
  font-size: 16px;
  color: #666666;
  overflow: hidden;
  height: 42px;
}
.nav ul li>a:after{
  display: block;
  content: '';
  position: absolute;
  width: 100%;
  height:18px;
  bottom: -30px;
  background: url("../img/nav-bg.png") no-repeat center center;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.5s;
}
.nav ul li:hover>a:after{
  bottom: 0px;
  transition: all 0.5s;
}
.nav ul li.active>a:after{
  bottom: 0px;
}
.nav-erji{
  padding-left:15px;
  border: 1px solid #24487c;
  position: absolute;
  z-index: 1000;
  left: 10px;
  top:60px;
  padding-bottom: 10px;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  transition: all 0.5s;
}
.nav-erji a{
  display: block;
  width: 154px;
  line-height: 50px;
  background: #ffffff;
  color: #444444;
  font-size: 14px;
  background: url("../img/nav-line.png") no-repeat left bottom;
  transition: all 0.5s;
}
.nav-erji a:hover{
  background:#eef1f5 url("../img/nav-line1.png") no-repeat left bottom;
  transition: all 0.5s;
}
.nav ul li:hover .nav-erji{
  top: 53px;
  opacity: 1;
  visibility: visible;
  transition: all 0.5s;
}
.banner {
  position: relative;
  height: 720px;
}
.banner #bannerSwiper {
  height: 720px;
}
.banner .swiper-slide {
  position: relative;
  height: 720px;
  float: left;
}
.banner .swiper-slide a{
  display:block;
  width:100%;
  height: 100%;
}
.ban-dian{
  bottom: 20px!important;
}
.ban-dian span{
  width: 90px!important;
  height: 6px!important;
  background: #fff;
  border-radius: 0!important;
}
.ban-dian .swiper-pagination-bullet{
  opacity: 1!important;
}
.ban-dian .swiper-pagination-bullet-active{
  background: #013782;
}
/*搜索*/
.sousuo{
  width: 100%;
  height: 105px;
  background: url("../img/sousuo.png") no-repeat center center;
}
.keywords{
  float: left;
}
.keywords p{
  font-size: 14px;
  float: left;
  color: #333333;
  line-height: 105px;
}
.keywords p strong{
  color: #ffa800;
  font-size: 20px;
  padding-right: 10px;
}
.keywords a{
  color: #333333;
  font-size: 14px;
  display: block;
  line-height: 108px;
  float: left;
  padding-right: 10px;
}
.sea{
  float: left;
  width: 264px;
  height: 42px;
  border: 1px solid rgba(0,77,153,0.2);
  border-radius: 6px;
  margin-top: 35px;
  line-height: 42px;
  margin-left: 30px;
}
.search_text{
  font-size: 14px;
  color: #333;
  text-indent: 30px;
  display: block;
  height: 42px;
  float: left;
}
.search_text::-webkit-input-placeholder{
  color: #004d99;
}
.search-btn{
  float: right;
  background: url("../img/sea.png") no-repeat center center;
  width: 16px;
  height: 16px;
  margin-top: 14px;
  margin-right: 35px;
}
.sea-tit{
  float: left;
  padding-top: 30px;
  margin-left: 68px;
}
.sea-tit strong{
  color:#fff;
  font-size: 20px;
  font-style: italic;
}
.sea-tit p{
  color: #6590bb;
  font-size: 14px;
}
.sea-tel{
  float: right;
  background: url("../img/s-tel.png") no-repeat center left;
  padding-left:32px;
  margin-top: 32px;
}
.sea-tel p{
  color: #fff;
  font-size: 14px;
  font-weight: 100;
  margin-bottom: -8px;
}
.sea-tel strong{
  color: #fff;
  font-size: 24px;
}
/*解决方案*/
.index1{
  width: 100%;
  position: relative;
  background:#f7f8fc url("../img/index1.png") no-repeat top center;
  padding:72px 0 50px 0;
}
.title{
  width: 602px;
  height: 95px;
  background: url("../img/title.png") no-repeat top 10px center;
  text-align: center;
  margin: 0 auto;
}
.title1{
  height: 100px;
  background: url("../img/title1.png") no-repeat top 10px center;
}
.title2{
  background: url("../img/title2.png") no-repeat top 20px center;
  height: 90px;
}
.title2 h4{
  text-transform: uppercase;
}
.title p{
  color: #b2c3da;
  font-size: 14px;
  text-transform: uppercase;
}
.title h3{
  color: #333333;
  font-size: 36px;
  font-family: ziti;
  padding-top: 5px;
}
.title h3 span{
  font-family: ziti;
  color: #013984;
}
.title h4{
  color: #666666;
  font-size: 16px;
}
.solu{
  width: 100%;
  position: relative;
  padding-top:40px;
}
.solu-left{
  float: left;
  width: 453px;
}
.s-left{
  width: 100%;
}
.s-left li{
  position: relative;
  background: #fff;
  margin-bottom: 6px;
  transition: all 0.5s;
}
.s-left li:nth-child(1){
  width: 237px;
  height: 223px;
  float: left;
}
.s-left li:nth-child(2){
  width: 203px;
  height: 109px;
  float: right;;
}
.s-left li:nth-child(3){
  width: 203px;
  height: 109px;
  float: right;
}
.s-left li:nth-child(4){
  width: 237px;
  height: 109px;
  float: left;
}
.s-left li:nth-child(5){
  width: 203px;
  height: 109px;
  float: right;
}
.s-left li:nth-child(6){
  width: 115px;
  height: 167px;
  float: left;
}
.s-left li:nth-child(7){
  width: 115px;
  height: 167px;
  float: left;
  margin-left: 6px;
}
.s-left li:nth-child(8){
  width: 203px;
  height: 167px;
  float: right;
}
.s-left li:last-child{
  height: 167px;
}
.s-tit{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  text-align: center;
}
.s-tit img{
  display: block;
  margin: 0 auto;
  transition: all 0.5s;
}
.s-tit p{
  color: #333333;
  font-size: 16px;
  padding-top: 15px;
  font-weight: bold;
}
.solu-left ul li.on{
  transition: all 0.5s;
  background-image: linear-gradient(to right, #031a64, #004a96);
}
.solu-left ul li.on .s-tit img{
  filter:contrast(0%) brightness(800%);
  transition: all 0.5s;
}
.solu-left ul li.on .s-tit p{
  color: #fff;
  transition: all 0.5s;
}
.solu-right{
  width: 723px;
  height: 523px;
  background: #fff;
  float: right;
  position: relative;
}
.solu-right .list{
  height: 100%;
  position: relative;
}
.solu-img{
  width: 100%;
  height: 100%;
  overflow: hidden;
  line-height: 523px;
  text-align: center;
}
.solu-img img{
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
  webkit-transition: 300ms 0s all ease;
  -moz-transition: 300ms 0s all ease;
  -ms-transition: 300ms 0s all ease;
  -o-transition: 300ms 0s all ease;
  transition: 300ms 0s all ease;
}
.solu-img: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);
}
.solu-tit{
  width: 100%;
  height: 99px;
  position: absolute;
  bottom: 0;
  z-index: 100;
  background: rgba(0,0,0,0.3) url("../img/jt.png") no-repeat center right 44px;
}
.solu-tit h3{
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  padding-left: 42px;
  line-height: 28px;
}
.solu-tit h3:nth-child(1){
  padding-top: 24px;
}
/*公司简介*/
.index2{
  width: 100%;
  position: relative;
  padding: 30px 0 92px 0;
  background: url("../img/index2.png") no-repeat right top 158px;
}
.company{
  width: 100%;
  height: 674px;
  position: relative;
  margin-top: 73px;
  background: url("../img/company.jpg") no-repeat center center;
  background: url("../img/company-01.jpg") no-repeat center center;
  background: url("../img/company-02.jpg") no-repeat center center;
  background: url("../img/company-03.jpg") no-repeat center center;
  background: url("../img/company-04.jpg") no-repeat center center;
  background: url("../img/company-05.jpg") no-repeat center center;
  background: url("../img/company-06.jpg") no-repeat center center;
}
.com-left{
  width: 597px;
  float: left;
  padding-top: 84px;
}
.com-type{
  width: 100%;
  position: relative;
}
.com-type ul li{
  width: 199px;
  float: left;
}
.com-type ul li img{
  display: block;
  float: left;
  opacity: 0.5;
  padding-right: 13px;
}
.com-type ul li:after{
  display: block;
  content: '/';
  float: right;
  padding: 0 26px;
  font-size: 20px;
  color: rgba(255,255,255,0.2);
}
.com-type ul li a{
  color: #fff;
  opacity: 0.5;
  width: 123px;
  padding-left: 16px;
  font-size: 20px;
  display: block;
  float: left;
  height: 40px;
}
.com-type ul li:last-child:after{
  display: none;
}
.com-type ul li:first-child a{
  border-bottom: 6px solid #fff;
  opacity: 1;
}
.com-type ul li:first-child img{
  opacity: 1;
}
.com-type ul li:hover a{
  border-bottom: 6px solid #fff;
  opacity: 1;
}
.com-type ul li:hover img{
  opacity: 1;
}
.com-list{
  margin-top: 40px;
}
.com1 h3{
  color: #fff;
  font-size: 50px;
  font-weight: lighter;
}
.com1 h4{
  color: #fff;
  font-size: 42px;
  font-weight: lighter;
  margin-top: -20px;
  text-transform: uppercase;
}
.com1 h5{
  color: #fff;
  font-size: 30px;
  padding-top: 40px;
  padding-bottom: 15px;
}
.com1 p{
  color: #fff;
  font-size: 14px;
  line-height: 23px;
  width: 467px;
  margin-bottom: 40px;
}
.com1 a{
  display: block;
  width: 154px;
  height: 43px;
  overflow: hidden;
  position: relative;
  transition: all 0.5s;
}
.com1 a span{
  display: block;
  width: 154px;
  height: 43px;
  background: #fff;
  line-height: 43px;
  transition: all 0.5s;
}
.com1 a span img{
  display: block;
  margin: 0 auto;
  padding-top: 14px;
  transition: all 0.5s;
}
.c-more{
  background: url("../img/jia-h.png") no-repeat center center;
  color: #063d7c;
  font-size: 14px;
  text-align: center;
  text-indent: 20px;
  transition: all 0.5s;
  position: absolute;
  bottom: 43px;
  width: 154px;
  height: 43px;
  line-height: 43px;
  opacity: 0;
  visibility: hidden;
}
.com1 a:hover .c-more{
  top: 0;
  transition: all 0.5s;
  opacity: 1;
  visibility: visible;
}
.com1 a:hover span img{
  margin-top: -43px;
  transition: all 0.5s;
}
/*匠心精神*/
.adv{
  background: url("../img/adv.png") no-repeat center top;
}
.gallery-thumbs{
  width: 675px;
  margin: 0 auto;
  padding-top:108px;
  background: url("../img/a-jt.png") no-repeat top 93px left;
}
.gallery-thumbs .swiper-wrapper{
  width: 550px;
  margin-left: 160px;
}
.gallery-thumbs .swiper-slide-visible{
  width: 19px!important;
  height: 19px;
  background: url("../img/a-yu.png") no-repeat center center;
}
.gallery-thumbs .swiper-slide-visible .a-num{
  display: none;
}
.gallery-thumbs .swiper-slide-thumb-active{
  width: 51px!important;
  height: 51px!important;
  background: url("../img/a-yuan.png") no-repeat center center!important;
  margin-top: -17px;
}
.gallery-thumbs .swiper-slide-thumb-active .a-num{
  color: #fff;
  line-height: 51px;
  display: block;
  text-align: center;
  font-weight: bold;
  font-size: 22px;
}
.gallery-top{
  margin-top: 28px;
  width: 1300px;
  padding: 40px 0 55px 0;
  margin-left: -50px;
  background: url("../img/adv-bg.jpg") no-repeat center center;
}
.adv-left{
  width: 773px;
  height: 522px;
  overflow: hidden;
  background: #fefefe;
  border: 8px solid #edf1f7;
  float: left;
  margin-left: 55px;
}
.adv-left img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.adv-right{
  width: 390px;
  float: right;
  position: relative;
  margin-right: 40px;

}
.adv-right .a-title{
  
  color: #013984;
  font-size: 34px;
  margin-top: 75px;
  line-height: 40px;
}
.adv-right .a-en{
  color: rgba(1,57,132,0.3);
  font-size: 16px;
  text-transform: uppercase;
  line-height: 22px;
  padding: 20px 0 30px 0;
}
.adv-right .a-en:after{
  display: block;
  content: '';
  width: 58px;
  height: 2px;
  margin-top: 24px;
  background: #013984;
}
.adv-right .a-con{
  color: #666666;
  font-size: 14px;
  line-height: 22px;
}
.adv-right a{
  display: block;
  width: 154px;
  height: 43px;
  background: #01408b url("../img/a-more.png") no-repeat center center;
  color: #fff;
  font-size: 16px;
  text-align: center;
  transition: all 0.5s;
  line-height: 43px;
  margin-top: 70px;
}
.adv-right a:hover{
  background: #01408b url("../img/a-more1.png") no-repeat center right -5px;
  transition: all 0.5s;
  font-style: italic;
  text-align: left;
  text-indent: 14px;
}
.swiper-pagination_wrap{
  top:10px!important;
  height: 30px!important;
  left: 0;
  position: relative;
}
.swiper-pagination_wrap .em_1{
  color: #013984;
  font-size: 42px;
  font-weight: bold;
}
.swiper-pagination_wrap b{
  color: #013984;
  font-size: 27px;
}
.swiper-pagination_wrap .em_2{
  color: #013984;
  font-size: 27px;
}
.bascline{
  position: absolute;
  top: 40px;
  right: 0;
  width: 268px;
  height: 10px;
  background:url("../img/a-jd.png") no-repeat center center;
}
.bascline i{
  position: absolute;
  left:0;
  top:6px;
  width:6px;
  height: 6px;
  border-radius: 50px;
  background: #013984;
  -webkit-transition: 5s 0ms left linear!important;
  -moz-transition: 5s 0ms left linear!important;
  -ms-transition: 5s 0ms left linear!important;
  -o-transition: 5s 0ms left linear!important;
  transition: 5s 0ms left linear!important;
}
.gallery-top .swiper-slide.swiper-slide-active .bascline i{
  left: 98%;
}
.gallery-top .swiper-slide.swiper-slide-active{
  background-size:auto 100%!important;
}
/*产品中心*/
.index4{
  width: 100%;
  position: relative;
  padding: 99px 0 110px 0;
  background: url("../img/pro.png") no-repeat center top 50px;
}
.chanpin{
  margin-top:95px;
}
.chanpin .swiper-slide {
  text-align: center;
  width: 63%;
  background: #f7f8fc;
}
.gallery-item-desc {
  width: 80%;
  text-align: left;
  display: inline-block;
  opacity: 1;
  transition-duration: 1.2s;
}
.gallery-item-desc h3 {
  line-height: 1.16667;
  font-weight: 600;
  letter-spacing: .009em;
  color: #111;
  font-size: 20px;
}
.gallery-item-desc p {
  margin-top: 1em;
  color: #333;
  font-size: 15px;
}
/*.swiper-slide-prev .gallery-item-desc {*/
/*  transform: translateX(-70px);*/
/*}*/
/*.swiper-slide-next .gallery-item-desc {*/
/*  transform: translateX(70px);*/
/*}*/
.swiper-slide-active .gallery-item-desc {
  opacity: 1;
  transform: translateX(0);
}
.pro-left{
  float: left;
  background: url("../img/pro-bg.jpg") no-repeat center center;
  width: 38%;
  height: 575px;
}
.pro-left .p-title{
  color: #fff;
  font-size: 22px;
  width: 100%;
  padding-top: 80px;
  position: relative;
  line-height: 85px;
  text-indent: 110px;
  transition: all 0.6s;
}
.pro-left .p-title:before{
  display: block;
  content: '';
  width: 314px;
  height: 6px;
  background: url("../img/p-yuan.png") no-repeat center center;
  right: 0;
  position: absolute;
  top: 66px;
  transition: all 0.5s;
}
.pro-left .p-title:after{
  display: block;
  content: '';
  width: 314px;
  height: 6px;
  background: url("../img/p-yuan1.png") no-repeat center center;
  left: 0;
  position: absolute;
  transition: all 0.5s;
}
.pro-left:hover .p-title:before{
  right: 70px;
  transition: all 0.5s;
}
.pro-left:hover .p-title:after{
  left: 70px;
  transition: all 0.5s;
}
.pro-left:hover .p-title{
  text-indent: 0;
  text-align: center;
  transition: all 0.6s;
}
.p-pram{
  padding-left: 110px;
  padding-top: 38px;
}
.p-pram h3{
  color: #fff;
  font-size: 16px;
  line-height: 32px;
  font-weight: normal;
}
.p-more{
  display: block;
  width: 154px;
  height: 43px;
  color: #013984;
  font-size: 16px;
  line-height: 43px;
  margin-left: 110px;
  text-indent: 25px;
  margin-top: 47px;
  background: #fff url("../img/p-more1.png") no-repeat center right;
  transition: all 0.5s;
}
.p-more:hover{
  background: #0449a6 url("../img/p-more3.png") no-repeat center right;
  color: #fff;
  transition: all 0.5s;
}
.p-zixun{
  display: block;
  width: 154px;
  height: 43px;
  line-height: 43px;
  color: #013984;
  font-size: 16px;
  margin-left: 110px;
  text-align: center;
  margin-top: 20px;
  background: #fff url("../img/p-more2.png") no-repeat center center;
  transition: all 0.5s;
}
.p-zixun:hover{
  background: #0449a6 url("../img/p-more4.png") no-repeat center right;
  color: #fff;
  transition: all 0.5s;
}
.pro-right{
  width: 62%;
  height: 575px;
  float: right;
  position: relative;
}
.pro-right img{
  display: block;
  position: absolute;
  max-width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}
.cp-prev{
  left: 16%!important;
  background: url("../img/p-left.png") no-repeat center center;
  width: 76px!important;
  height: 76px!important;
  transition: all 0.5s;
}
.cp-next{
  right:16%!important;
  background: url("../img/p-right.png") no-repeat center center;
  width: 76px!important;
  height: 76px!important;
  transition: all 0.5s;
}
.cp-prev:hover{
  background: url("../img/p-left-h.png") no-repeat center center;
  transition: all 0.5s;
}
.cp-next:hover{
  background: url("../img/p-right-h.png") no-repeat center center;
  transition: all 0.5s;
}
/*设备*/
.index5{
  width: 100%;
  position: relative;
  background: url("../img/shebei-bg.png") no-repeat center bottom;
}
.shebei{
  margin-top: 70px;
  position: relative;
}
.gallery-top1 {
  height: 307px;
  width: 100%;
}
.gallery-thumbs1 {
  height: 60px;
  box-sizing: border-box;
  background: url("../img/sb-line.png") no-repeat center top;
  padding: 0 158px;
  margin-top: 80px;
}
.gallery-thumbs1 .swiper-slide {
  width: 20%;
  height: 100%;
  opacity: 1;
  text-align: center;
}
.sb-title{
  color: #333333;
  line-height: 80px;
  font-size: 16px;
  position: relative;
}
.gallery-thumbs1 .swiper-slide-thumb-active .sb-title{
  color: #345c97;
  font-size: 18px;
  font-weight: bold;
}
.gallery-thumbs1 .swiper-slide-thumb-active .sb-title:before{
  display: block;
  content: '';
  position: absolute;
  width: 12px;
  height: 12px;
  background: #013984;
  border-radius: 50%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.shebei-list{
  position: relative;
  width: 100%;
  height: 293px;
  background: #f7f8fc;
}
.sb-left{
  width: 470px;
  height: 264px;
  float: left;
  overflow: hidden;
  margin-left: 110px;
  margin-top: 40px;
  position: relative;
  z-index: 100;
}
.sb-left img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sb-right{
  width: 433px;
  float: right;
  margin-right: 90px;
  margin-top: 40px;
  background: #f7f8fc;
}
.sb-right h3{
  color: #333333;
  font-size: 22px;
  padding-top:10px;
}
.sb-right ul{
  margin-top: 22px;
}
.sb-right ul li{
  color: #333333;
  font-size: 14px;
  line-height: 27px;
}
.sb-dian{
  width: 37px!important;
  height: 264px;
  top: 40px;
  left: 544px!important;
  background: rgba(1,57,132,0.5);
}
.sb-dian span{
  display: block;
  width: 33px!important;
  height: 10px!important;
  opacity: 1!important;
  border-radius: 0!important;
  margin-top: 15px!important;
  margin-left: 14px!important;
  margin-bottom: 20px!important;
}
.sb-dian .swiper-pagination-bullet{
  background: url("../img/sb-yuan.png") no-repeat center center!important;
}
.sb-dian .swiper-pagination-bullet-active{
  width:69px!important;
  height: 11px!important;
  background: url("../img/sb-yuan1.png") no-repeat center center!important;
}
.sb-dian span:first-child{
  margin-top: 24px!important;
}
.sb-prev{
  left: -30px!important;
  background: url("../img/p-left.png") no-repeat center center;
  width: 76px!important;
  height: 76px!important;
  top: 30%!important;
}
.sb-next{
  right: -30px!important;
  background: url("../img/p-right.png") no-repeat center center;
  width: 76px!important;
  height: 76px!important;
  top: 30%!important;
}
/*新闻资讯*/
.index6{
  width: 100%;
  position: relative;
  padding: 89px 0 0 0;
  background:#f7f8fc;
  margin-top: 80px;
}
.news{
  padding-top: 65px;
}
.n-left{
  width: 578px;
  float: left;
}
.n-img{
  width: 100%;
  height: 242px;
  overflow: hidden;
}
.n-img img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  webkit-transition: 300ms 0s all ease;
  -moz-transition: 300ms 0s all ease;
  -ms-transition: 300ms 0s all ease;
  -o-transition: 300ms 0s all ease;
  transition: 300ms 0s all ease;
}
.n-text{
  width: 100%;
  padding-top: 28px;
}
.n-text h3{
  color: #666666;
  font-size: 18px;
  font-weight: bold;
}
.n-text p{
  color: #999999;
  font-size: 14px;
  line-height: 22px;
  padding-top: 20px;
}
.n-left:hover .n-img 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);
}
.n-left:hover .n-text h3{
  color: #013984;
}
.n-right{
  width: 578px;
  float: right;
}
.n-right ul li{
  padding: 20px 0;
  border-bottom: 1px solid #d7d7d7;
}
.n-right ul li:last-child{
  border-bottom: 0;
}
.n-right ul li .n-time{
  width: 60px;
  float: left;
  text-align: center;
}
.n-right ul li .n-time span{
  color: #666666;
  font-size: 47px;
  display: block;
}
.n-right ul li .n-time p{
  color: #999999;
  font-size: 16px;
  margin-top: -10px;
}
.n-right ul li .n-tit{
  width: 430px;
  float: right;
  margin-right: 10px;
}
.n-right ul li .n-tit h3{
  color: #666666;
  font-size: 16px;
  font-weight: bold;
}
.n-right ul li .n-tit p{
  color: #999999;
  font-size: 14px;
  line-height: 22px;
  padding-top: 15px;
}
.n-right ul li:hover .n-tit h3{
  color: #013984;
}
.n-right ul li:hover .n-time span{
  color: #013984;
}
.n-right ul li:hover .n-time p{
  color: #000;
}
.n-right ul li:hover{
  border-bottom: 1px solid #013984;
}
.n-right ul li:last-child:hover{
  border-bottom: none;
}
.index7{
  width: 100%;
  position: relative;
  padding-top: 45px;
  padding-bottom: 82px;
  background: #f7f8fc;
}
.ques-list{
  width: 100%;
}
.ques-title{
  float: left;
  width: 100px;
}
.ques-title h3{
  color: #013984;
  font-size: 24px;
  font-weight: bold;
}
.ques-title p{
  color: #999999;
  font-size: 18px;
}
.ques-list{
  width: 1058px;
  float: right;
  position: relative;
}
.ques-list .swiper-slide{
  border: 1px solid #e6e6e8;
  width: 455px!important;
  background:#f7f8fc;
  padding: 20px 37px 20px 25px;
}
.ques-list .swiper-slide .q span{
  display: block;
  width: 32px;
  height: 32px;
  background: #000;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  border-radius: 50%;
  float: left;
  line-height: 32px;
  margin-right: 25px;
}
.ques-list .swiper-slide .q p{
  color: #292929;
  font-size: 16px;
  font-weight: bold;
  line-height: 32px;
}
.ques-list .swiper-slide .a{
  margin-top: 10px;
}
.ques-list .swiper-slide .a span{
  display: block;
  width: 32px;
  height: 32px;
  background: #013984;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: 32px;
  border-radius: 50%;
  float: left;
  margin-right: 25px;
}
.ques-list .swiper-slide:hover{
  background: #fff;
}
.ques-list .swiper-slide .a p{
  color: #696969;
  font-size: 14px;
}
.q-next{
  width: 36px!important;
  height: 36px!important;
  background: url("../img/q-next.png") no-repeat center center;
  opacity: 1!important;
  right: 106%!important;
  top: 85%!important;
}
.q-prev{
  width: 36px!important;
  height: 36px!important;
  background: url("../img/q-prev.png") no-repeat center center;
  opacity: 1!important;
  left: -143px!important;
  top: 85%!important;
}
/*底部*/
.foot{
  width: 100%;
  position: relative;
  height: 370px;
  background: url("../img/foot.jpg") no-repeat center center;
}
.f-nav{
  padding-top: 63px;
}
.f-nav ul{
  padding: 18px 0;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.f-nav ul li{
  width: 170px;
  float: left;
  height: 23px;
  text-align: center;
  background: url("../img/f-line.png") no-repeat center right;
}
.f-nav ul li a{
  color: #fff;
  font-size: 16px;
}
.f-logo{
  width: 320px;
  float: left;
  margin-left: 20px;
  position: relative;
}
.f-logo img{
  padding-top: 78px;
  display: block;
}
.f-logo p{
  color: rgba(203,203,203,0.39);
  font-size: 12px;
  padding-top: 13px;
  text-transform: uppercase;
}
.f-logo:after{
  display: block;
  content: '';
  width: 1px;
  height: 148px;
  background: #fff;
  position: absolute;
  right: 0;
  top:41px;
}
.f-lx{
  width: 595px;
  float: left;
  margin-left: 67px;
  position: relative;
}
.f-lx:after{
  display: block;
  content: '';
  width: 1px;
  height: 148px;
  background: #fff;
  position: absolute;
  right: 0;
  top:41px;
}
.flx{
  margin-top: 41px;
}
.flx ul li{
  width: 100%;
  float: left;
  color: #fff;
  font-size: 14px;
  line-height: 30px;
}
.flx ul li:last-child{
  width: 100%;
}
.f-lx p{
  color: #fff;
  padding-top: 40px;
  font-size: 12px;
}
.f-lx p a{
  color: #fff;
}
.f-ewm{
  width: 130px;
  float: right;
  margin-right: 5px;
  margin-top: 40px;
}
.fewm{
  width: 130px;
  height: 130px;
}
.fewm img{
  max-width: 100%;
}
.f-ewm p{
  color: rgba(255,255,255,0.5);
  font-size: 12px;
  text-align: center;
  padding-top: 10px;
}

/*-内页-公司简介*/
.nei-banner{
  width: 100%;
  position: relative;
}
.nei-banner img{
  max-width: 100%;
}
.nei-tit{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  z-index: 100;
}
.nei-tit h3{
  color: #fff;
  font-size: 53px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: bold;
}
.nei-tit p{
  color: #fff;
  font-size: 38px;
  text-align: center;
  letter-spacing: 10px;
  font-weight: lighter;
  text-transform: uppercase;
}
.location{
  width: 100%;
  position: relative;
  background: #f9fcff;
}
.location .warpper{
  line-height: 55px;
  border-bottom: 1px dashed #adb8ca;
}
.location .warpper p{
  color: #666666;
  font-size: 14px;
}
.location .warpper p a{
  color: #666666;
  font-size: 14px;
}
.location .warpper p:before{
  display: block;
  content: '';
  width: 6px;
  height: 18px;
  background: #093d77;
  float: left;
  margin-top: 18px;
  margin-right: 10px;
}

.about-list{
  width: 100%;
  position: relative;
  margin-top: 35px;
}
.am-sticky .about-list{
  margin-top: 0;
}
.about-list li{
  width: 33%;
  line-height: 50px;
  text-align: center;
  float: left;
}
.about-list li a{
  color: #666666;
  display: block;
  background: #f4f4f4;
  font-size: 18px;
}
.about-list li a.am-active{
  background: url("../img/ab-li.png") repeat center center;
  color: #fff;
}
.info-about1{
  width: 100%;
  position: relative;
  padding: 83px 0;
  background:url("../img/ab1-bg.png") no-repeat center center;
}
.ab1-title{
  background: url("../img/ab1.png") no-repeat top 22px center;
  text-align: center;
  margin-bottom: 46px;
}
.ab1-title h3{
  color: #013984;
  font-size: 32px;
  font-family: ziti1;
}
.ab1-title p{
  color: #2a2a2a;
  font-size: 24px;
  margin-top: -10px;
}
.ab1-left{
  width:381px;
  height: 211px;
  float: left;
}
.ab1-left img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ab1-right{
  width: 789px;
  float: right;
}
.ab1-right p{
  color: #666666;
  font-size: 14px;
  line-height: 30px;
  line-height: 21px;
}
.info-about2{
  width: 100%;
  background: #f9fcff;
  padding: 70px 0 90px 0;
  position: relative;
}
.info-about2 ul li{
  width: 394px;
  height: 192px;
  background: #fff;
  position: relative;
  float: left;
  margin-right: 8px;
}
.info-about2 ul li:last-child{
  margin-right: 0;
}
.ab2-title{
  background: url("../img/ab2.png") no-repeat top 22px center;
  text-align: center;
  margin-bottom: 46px;
}
.ab2-tit{
  position: absolute;
  left:50%;
  top: 60%;
  text-align: center;
  width: 100%;
  transform: translate(-50%,-50%);
}
.ab2-tit span{
  display: block;
  color: #666666;
  font-size: 14px;
  font-weight: normal;
}
.ab2-tit h3{
  color: #1d1d1d;
  font-size: 24px;
  font-weight: bold;
  padding-top: 10px;
}
.ab2-tit h3:after{
  display: block;
  content: '';
  width: 6px;
  height: 6px;
  background: #013984;
  margin: 10px auto;
}
.ab2tit{
  transition: all 0.5s;
}
.ab2tit p{
  color: #666666;
  font-size: 18px;
}
.ab2tit h4{
  color: #cccccc;
  font-size: 14px;
  font-weight: normal;
  opacity: 0;
  visibility: hidden;
  padding: 0 40px;
  transition: all 0.5s;
}
.info-about2 ul li:hover .ab2-tit h3:after{
  display: none;
}
.info-about2 ul li:hover .ab2tit{
  background: #013984;
  padding: 20px 0;
  margin-top: 10px;
  transition: all 0.5s;
}
.info-about2 ul li:hover .ab2tit h4{
  opacity: 1;
  visibility: visible;
  transition: all 0.5s;
}
.info-about2 ul li:hover .ab2tit p{
  color: #fff;
}
.info-about3{
  width: 100%;
  position: relative;
}
.ab3-1{
  width: 100%;
  height: 180px;
  background: url("../img/ab3-bg.jpg") no-repeat center center;
}
.ab3-1-left{
  float: left;
  text-align: left;
  padding-top: 60px;
}
.ab3-1-left h3{
  color: #fff;
  font-size: 34px;
  font-family: ziti1;
}
.ab3-1-left p{
  color: rgba(255,255,255,0.39);
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2.4px;
  font-weight: 100;
}
.ab3-1-right{
  float: right;
  margin-top: 70px;
  margin-right: 130px;
  position: relative;
}
.ab3-1-right a{
  display: block;
  width: 159px;
  height: 43px;
  color: #fff;
  line-height: 43px;
  text-align: center;
  font-size: 16px;
  position: relative;
  z-index: 10;
}
.ab3-1-right a:before{
  display: block;
  content: '';
  width: 159px;
  height: 43px;
  position: absolute;
  background: #013984;
  z-index: -1;
  transition: all 0.5s;
}
.ab3-1-right a:after{
  display: block;
  transition: all 0.5s;
  content: '';
  width: 159px;
  height: 43px;
  background: #6691cb;
  position: absolute;
  top: 5px;
  left: 5px;
  z-index: -10;
}
.ab3-1-right a:hover:before{
  background: #6691cb;
  transition: all 0.5s;
}
.ab3-1-right a:hover:after{
  background: #013984;
  transition: all 0.5s;
}
.ab3-1-right a:hover{
  color: #fff;
}
.ab3-2{
  width: 100%;
  position: relative;
  padding: 65px 0;
  background: url("../img/ab3-bg1.jpg") no-repeat center center;
}
.ab3-2-left{
  width: 637px;
  height: 390px;
  background: #3081c4;
  border: 6px solid #3081c4;
  float: left;
}
.ab3-2-left .swiper-slide{
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.ab3-2-left .swiper-slide img{
  display: block;
  width: 100%;
  height: 390px;
  object-fit: cover;
}
.hj-next{
  width: 33px!important;
  height: 390px!important;
  background: url("../img/hj-next.png") no-repeat center center;
  top: 28px!important;
  right: 0!important;
}
.hj-next:after,.hj-prev:after{
  display: none;
}
.hj-prev{
  width: 33px!important;
  height: 390px!important;
  top: 28px!important;
  left: 0!important;
  background: url("../img/hj-prev.png") no-repeat center center;
}
.ab3-2-right{
  width: 450px;
  float: right;
  margin-right: 29px;
}
.ab3-title{
  height: 81px;
  background: url("../img/ab3.png") no-repeat top 25px center;
  text-align: center;
  margin-bottom: 46px;
}
.ab3-title h3{
  color: #fff;
  font-size: 32px;
  font-family: ziti1;
}
.ab3-title p{
  color: #fff;
  font-size: 24px;
  margin-top: -10px;
}
.ab3-tit{
  margin-top: 75px;
  margin-left: 83px;
}
.ab3-tit p{
  background: url("../img/ab3-li.png") no-repeat center left;
  color: #fff;
  font-size: 23px;
  padding-left: 71px;
  line-height: 45px;
}
.info-about4{
  width: 100%;
  position: relative;
  padding: 70px 0;
}
.ab4-title{
  background: url("../img/ab4.png") no-repeat top 22px center;
}
.ab4-list .swiper-slide{
  height: 235px;
}
.ab4-list .swiper-slide a{
  display: block;
  width: 100%;
  height: 100%;
  line-height: 235px;
  overflow: hidden;
  background: #f9fcff;
  position: relative;
  text-align: center;
}
.ab4-list .swiper-slide a img{
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}
.ab4-list .swiper-slide p{
  width: 100%;
  height: 35px;
  line-height: 35px;
  background: #001e4c;
  color: #fff;
  position: absolute;
  bottom: 0;
  z-index: 10;
  transition: all 0.5s;
}
.ho-more{
  width:36px;
  height: 35px;
  background: url("../img/more.png") no-repeat center center;
  position: absolute;
  right: 0;
  z-index: 10;
  bottom: 0;
}
.ab4-list .swiper-slide:hover p{
  background: rgba(0,30,76,0.5);
}
/*设备能力*/
.info-sehbei{
  width: 100%;
  position: relative;
  padding: 87px 0;
}
.sb-title{
  height: 85px;
  background: url("../img/sb-title.png") no-repeat top 43px center;
}
.sb-title h3{
  font-size: 26px;
}
.sb-title p{
  margin-top: -40px;
}
.equi-type{
  width: 100%;
  height: 60px;
  border-radius: 30px;
  background: #f8f8f8;
}
.equi-type ul li{
  width: 20%;
  float: left;
  position: relative;
  transition: all 0.5s;
}
.equi-type ul li img{
  display: block;
  padding-top: 28px;
  float: left;
  transition: all 0.5s;
}
.equi-type ul li h3{
  color: #093d77;
  font-size: 18px;
  line-height: 60px;
  text-indent: 14px;
  transition: all 0.5s;
}
.equi-type ul li p{
  position: absolute;
  opacity: 0;
  visibility: hidden;
  left:60px;
  color: rgba(255,255,255,0.1);
  font-size: 60px;
  font-style: italic;
  top: -13px;
  transition: all 0.5s;
  font-weight: bold;
}
.equi-type ul li.on{
  background: url("../img/sb-li.png") no-repeat center center;
}
.equi-type ul li.on h3{
  color: #fff;
  text-align: center;
}
.equi-type ul li.on p{
  opacity: 1;
  visibility: visible;
}
.equi-type ul li.on img{
  display: none;
}
.equi-type ul li:hover{
  background: url("../img/sb-li.png") no-repeat center center;
}
.equi-type ul li:hover h3{
  color: #fff;
  text-align: center;
}
.equi-type ul li:hover p{
  opacity: 1;
  visibility: visible;
}
.equi-type ul li:hover img{
  display: none;
}
.equi-list{
  margin-top: 65px;
  width: 100%;
  position: relative;
}
.equi-list ul li{
  position: relative;
  width: 373px;
  height: 293px;
  margin-right: 35px;
  margin-bottom: 50px;
  float: left;
  overflow:hidden;
}
.equi-list ul li:nth-child(3n){
  margin-right: 0;
}
.equi-img{
  width: 100%;
  height: 242px;
  overflow:hidden;
}
.equi-img img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.equi-list ul li:hover .equi-img 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);
}
.equi-tit{
  width: 100%;
  height: 44px;
  margin-top: 7px;
  transition: all 0.5s;
  background: url("../img/sb-dian.png") no-repeat center left;
  text-indent: 95px;
  color: #001e4c;
  font-size: 16px;
  line-height: 44px;
}
.equi-hover{
  position: absolute;
  top: -100%;
  height: 212px;
  width: 343px;
  background: rgba(0,30,76,0.6);
  z-index: 10;
  padding: 15px;
  transition: all 0.5s;
}
.equi-hover p{
  color: #fff;
  font-size: 14px;
  line-height: 26px;
}
.equi-list ul li:hover .equi-tit{
  transition: all 0.5s;
  text-indent: 170px;
  color: #fff;
  background: #001e4c url("../img/sb-yuan-h.png") no-repeat center left;
}
.equi-list ul li:hover .equi-hover {
  top: 0;
  transition: all 0.5s;
}
/*解决方案*/
.info-solu{
  width: 100%;
  position: relative;
  padding: 80px 0;
}
.solu-title{
  background: url("../img/solu-title.png") no-repeat top 26px center;
}
.jiejue{
  width: 100%;
  position: relative;
}
.solu-type{
  width: 100%;
}
.solu-type ul li{
  width: 92px;
  float: left;
  margin-right: 46px;
}
.solu-type ul li:last-child{
  margin-right: 0;
}
.jiejue-img{
  width: 96px;
  height: 96px;
  border: 1px solid #013984;
  background: #fff;
  border-radius: 50%;
}
.solu-type ul li img{
  display: block;
  margin: 0 auto;
  transition: all 0.5s;
  padding-top: 30px;
}
.solu-type ul li h3{
  color: #333333;
  font-size: 18px;
  padding-top: 20px;
  text-align: center;
}
.solu-type ul li:hover .jiejue-img{
  transition: all 0.5s;
  background-image: linear-gradient(to right, #031a64, #004a96);
}
.solu-type ul li:hover .jiejue-img img{
  filter: contrast(0%) brightness(800%);
  transition: all 0.5s;
}
.solu-type ul li:hover h3{
  color: #02347f;
}
.solu-type ul li.active .jiejue-img{
  background-image: linear-gradient(to right, #031a64, #004a96);
}
.solu-type ul li.active .jiejue-img img{
  filter: contrast(0%) brightness(800%);
}
.solu-type ul li.active h3{
  color: #02347f;
}
.solu-list{
  margin-top: 85px;
}
.solu-list ul li{
  height: 326px;
  width: 100%;
  margin-bottom: 67px;
}

.jj-img{
  width: 50%;
  height: 326px;
  float: left;
  background: #f9fcff;
  line-height: 326px;
  text-align: center;
  position: relative;
}
.jj-img img{
  display: inline-block;
  max-height: 100%;
  max-width: 100%;
  vertical-align: middle;
}
.jj-img:after{
  display: block;
  content: '';
  width: 51px;
  height: 49px;
  background: url("../img/fangda.jpg") no-repeat center center;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 10;
}
.solu-word{
  width: 50%;
  height: 326px;
  position: relative;
  background: #001e4c;
  float: right;
}
.soluword{
  position: absolute;
  left: 50%;
  top:50%;
  transform: translate(-50%,-50%);
  width: 100%;
}
.soluword h3{
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  padding-left: 94px;
  transition: all 0.5s;
}
.soluword h3:before{
  display: block;
  content: '';
  width: 10px;
  height: 10px;
  background: #fff;
  border-radius: 50%;
  float: left;
  position: absolute;
  top: 11px;
  left: 63px;
}
.solu-list ul li:hover h3,.solu-list ul li:hover p{
  padding-left: 132px;
  transition: all 0.5s;
}
.solu-list ul li:hover .soluword h3:before{
  width:113px;
  left: 0;
  border-radius: 0px;
  background: url("../img/jj-yuan.png") no-repeat center center;
}
.soluword p{
  color: #fff;
  font-size: 18px;
  padding-top: 10px;
  padding-left: 94px;
  transition: all 0.5s;
}
/*内页-产品中心*/
.info-pro{
  width: 100%;
  position: relative;
  padding: 50px 0;
}
.cp-title{
  height: 78px;
  background: url("../img/ab2.png") no-repeat top 20px center;
}
.info-pro ul li{
  width: 380px;
  height: 300px;
  float: left;
  margin-right: 30px;
  margin-bottom: 30px;
}
.info-pro ul li:nth-child(3n){
  margin-right: 0;
}
.info-pro ul li .img{
  width: 100%;
  height: 250px;
  overflow:hidden;
  background: #e9f3fd;
}
.info-pro ul li .img img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  webkit-transition: 300ms 0s all ease;
  -moz-transition: 300ms 0s all ease;
  -ms-transition: 300ms 0s all ease;
  -o-transition: 300ms 0s all ease;
  transition: 300ms 0s all ease;
}
.info-pro ul li h3{
  background: #013984;
  line-height: 50px;
  text-align: center;
  color: #fff;
}
.info-pro ul li:hover .img 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);
}
.prodect-Info{
  padding-top: 30px;
}
.pro-cp{
  width: 100%;
  height: 500px;
  text-align: center;
}
.pro-cp img{
  display:inline-block;
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}
.info-title-pro{
  font-size: 20px;
  line-height: 30px;
  color: #013984;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 50px 0 18px 0;
}
.info-main-rig p{
  line-height: 40px;
  font-size: 16px;
  color: #333;
}
.info-main-rig p strong{
  color: #013984;
}
.pro-lx{
  color: #333;
  font-size:16px;
  margin-top: 20px;
}
.pro-lx strong{
  color: #013984;
  font-size: 20px;
}
.info-mian-le{
  width: 50%;
  height: 500px;
  float: left;
}
.center-content p{
  line-height: 30px;
  font-size: 16px;
}




.pro-sider {
  float: left;
  width: 260px;
}
.pro-sider .in-title {
  height: 80px;
  background: url(../images/i-pro-title.jpg) no-repeat center;
  text-align: center;
  line-height: 1;
  overflow: hidden;
}
.pro-sider .in-title h3 {
  margin-top: 20px;
  font-size: 22px;
  color: #fff;
  margin-bottom: 5px;
}
.pro-sider .in-title em {
  font-size: 13px;
  color: #728dbc;
}
.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: 58px;
  line-height: 58px;
  font-size: 14px;
  color: #595959;
  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;
}
.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,
.pro-sider .pro-sider-ul .ul-li.active {
  background: #268ae7;
}
.pro-sider .pro-sider-ul .ul-li:hover a,
.pro-sider .pro-sider-ul .ul-li.active a {
  border: none;
  color: #fff;
}
.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 {
  overflow: hidden;
  height: 100px;
  line-height: 1;
  font-size: 20px;
  color: #0058b1;
  border: 1px solid #ededed;
  border-top: none;
  padding-left: 80px;
  background: url(../images/sider-tel.png) no-repeat 25px center;
}
.pro-sider .pro-sider-tel span {
  display: block;
  margin: 30px 0 8px;
  font-size: 14px;
  color: #808080;
}
.pro-sider .pro-sider-tel em {
  letter-spacing: 2px;
  font-weight: bold;
}


.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;
}
@media screen and (max-width: 1500px){
  .pro-left .p-title{
    text-indent: 80px;
  }
  .pro-left .p-title:before{
    right: -50px;
  }
  .pro-left .p-title:after{
    left: -50px;
  }
  .pro-left:hover .p-title:before{
    right: 0;
  }
  .pro-left:hover .p-title:after{
    left: 0;
  }
  .p-pram{
    padding-left: 80px;
  }
  .p-more{
    margin-left: 80px;
  }
  .p-zixun{
    margin-left: 80px;
  }
  .gallery-top{
    margin-top: 28px;
    width: 1200px;
    padding: 40px 0 55px 0;

    background: url("../img/adv-bg.jpg") no-repeat center center;
  }
  .adv-left{
    width: 673px;
    height: 522px;
    overflow: hidden;
    background: #fefefe;
    border: 8px solid #edf1f7;
    float: left;
    margin-left: 55px;
  }
  .cp-prev{
    left: 15%!important;
  }
  .cp-next{
    right: 15%!important;
  }
}
