
/*banner*/
.fullSlide {
  width: 100%;
  position: relative;
  height: 752px;
  background: #fff;
  overflow: hidden;
}

.fullSlide .bd {
  width: 100%;
  height: 752px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
}


.fullSlide .bd ul {
  width: 100% !important;
}

.fullSlide .bd li {
  width: 100% !important;
  height: 752px;
  overflow: hidden;
  text-align: center;
}

.fullSlide .bd li a {
  display: block;
  height: 752px;
}

.fullSlide .hd {
  width: 100%;
  position: absolute;
  z-index: 2;
  bottom: 40px;
  left: 0;
  height: 30px;
  text-align: center;
}

.fullSlide .hd ul {
  text-align: center;
}

.fullSlide .hd ul li {
  cursor: pointer;
  display: inline-block;
  zoom: 1;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin: 12px;
  overflow: hidden;
  line-height: 99px;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
  background: #fff;
}

.fullSlide .hd ul .on {
  background: #23d5bb;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}


.fullSlide .next {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 50%;
  z-index: 5;
  background: url(../images/bannerR.png) no-repeat center;
  -webkit-transition: all .5s linear;
  transition: all .5s linear;
  right: 5%;
}

.fullSlide .prev {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 50%;
  z-index: 5;
  background: url(../images/bannerL.png) no-repeat center;
  -webkit-transition: all .5s linear;
  transition: all .5s linear;
  left: 5%;
}



/*title*/

.title{
  margin: 0 auto;
}

.t_l{
  float: left;
  padding-left: 20px;
  background: url(../images/title.png) no-repeat left top;
} 

.t_l h3{
  font-size: 36px;
  color: #222222;
  font-weight: bold;
  padding-top: 10px;

}


.t_l span{
  display: block;
  font-size: 14px;
  color: #222222;
  font-family: Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  margin-top: 5px;
}

.title_more{
  float: right;
  margin-top: 35px;
  width: 148px;
  height: 46px;
  line-height: 46px;
  border-radius: 45px;
  border: 1px solid #d2d2d2;
  padding-right: 8px;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.title_more a{
  display: block;
  font-size: 14px;
  color: #222222;
  font-family: Arial, Helvetica, sans-serif;
  padding-left: 25px;
  background: url(../images/more.png) no-repeat right center;
}

.title_more:hover{
  transform: translateX(10px);
  -webkit-transform: translateX(10px);
  -o-transform: translateX(10px);
}


/*pro_bg*/

.pro_bg{
  width: 100%;
  margin: 0 auto;
  height: 720px;
  background: url(../images/pro_bg.png) repeat-x bottom center;
}

.pro_bg .product{
  width: 1280px;
  margin: 0 auto;
  padding-top: 40px;
}

.pro_bg .product .title{
  height: 135px;
}

.pro_bg .product .pro_center{
  width: 1280px;
  margin: 0 auto;
  height: 470px;
  background: #f4f7fa;
  overflow: hidden;
  
}

.pro_bg .product .pro_center .pro_list{
  height: 120px;
  border-bottom: 1px solid #d8d8d8;

}

.pro_bg .product .pro_center .pro_list ul li{
  float: left;
  width: 319px;
  height: 120px;
  border-right: 1px solid #d8d8d8;
  position: relative;
  z-index: 5;
}

.pro_bg .product .pro_center .pro_list ul li:last-child{
  border-right: none;
}

.pro_bg .product .pro_center .pro_list ul li a{
  display: block;
  height: 120px;
  line-height: 120px;
  width: 285px;
  background: url(../images/more1.png) no-repeat right center;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.pro_bg .product .pro_center .pro_list ul li a i{
  display: block;
  float: left;
  margin: 0px 0 0 28px;
	font-size:40px;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.pro_bg .product .pro_center .pro_list ul li a span{
  font-size: 22px;
  color: #333333;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  float: left;
  width: 140px;
  margin-left: 20px;
}

.pro_bg .product .pro_center .pro_list ul li::after{
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: -1;
  content: "";
    background: linear-gradient(to bottom, #004d88, #004d88);
  width: 0;
  height: 100%;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}


.pro_bg .product .pro_center .pro_list ul li.casehover a{
  background: url(../images/more2.png) no-repeat right center;
}

.pro_bg .product .pro_center .pro_list ul li.casehover::after{
  width: 100%;
}

.pro_bg .product .pro_center .pro_list ul li.casehover a i{
color: #fff;

}
.pro_bg .product .pro_center .pro_list ul li.casehover a span{
  color:  #fff;
  font-weight: bold;
}

.pro_bg .product .pro_center .pro_list ul li.p1.casehover a span{
	
}



.pro_bg .product .pro_center .pro_box{
  margin: 20px auto 0 auto;
}

.pro_bg .product .pro_center .pro_box ul li{
  float: left;
  position: relative;
  z-index: 5;
  width: 295px;
  height: 63px;
  line-height: 63px;
  background: #fff;
  margin: 0 12px 17px 12px;
}

.pro_bg .product .pro_center .pro_box ul li a{
  font-size: 16px;
  color: #333333;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  text-align: center;
}
.pro_nr ul li:hover {
 background: linear-gradient(to bottom, #23d3ba, #20a0b3);
}
.pro_bg .product .pro_center .pro_box ul li::after{
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: -1;
  content: "";
    background: linear-gradient(to bottom, #44a1e9, #0964ab);
  width: 0;
  height: 100%;
  
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.pro_bg .product .pro_center .pro_box ul li.on::after{
  width: 100%;
}

.pro_bg .product .pro_center .pro_box ul li.on a{
  color:  #fff;
}


/*case*/


.case_bg{
  width: 100%;
  margin: 0 auto;
  height: 913px;
  background:url(../images/rzbg.jpg) no-repeat  center;background-size: 100%;
}

.case{
  width: 1280px;
  margin: 0px auto 0 auto;
  padding-top: 55px;
}

.case .title{
  height: 150px;
	margin-top: 20px;
}

.case .title .t_l h3{
  color: #fff;
}

.case .title .t_l  span{
  color: #fff;
}

.case .title .title_more{
  background: #fff;
  border: 1px solid #fff;
}

.case .case_center{
  margin: 0 auto;
} 

.case .case_center .case_list{
  float: left;
  background: #edeef3;
  width: 76px;
  height: 582px;
}

.case .case_center .case_list ul li{
  width: 76px;
  height: 146px;
  position: relative;
  z-index: 5;

}

.case .case_center .case_list ul li a{
  font-size: 20px;
  color: #333;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  text-align: center;
  width: 76px;
  height: 146px;
  line-height: 76px;
  writing-mode: tb-rl;

}

.case .case_center .case_list ul li::after{
  width: 100%;
  height: 0%;
  position: absolute;
  left: 0px;
  top: 0px;
  content: "";
  z-index: -1;
    background: linear-gradient(to bottom, #4aa7ef, #035ea4);
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .case_center .case_list ul li:first-child::after{
  transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
}

.case .case_center .case_list ul li.casehover::after{
  height: 100%;

}

.case .case_center .case_list ul li.casehover a{
  color: #fff;
}

.case .case_center .case_box{
  float: right;
  width: 1160px;
}

.case .case_center .case_box ul li{
  float: left;
  width: 371px;
  height: 300px;
	margin-left: 15px;
  position: relative;
}


.case .case_center .case_box ul li .pic{
	margin: 0px auto;
  width: 371px;
  height: 280px;
  position: relative;
  border: 10px solid #dfdfdf;
}

.case .case_center .case_box ul li .pic img{
  width: 371px;
  height: 260px;
}

.case .case_center .case_box ul li .txt{
  position: absolute;
  left: 0;
  top: 0;
  width: 371px;
  height: 280px;
  background: #22d0ba17;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
} 

.case .case_center .case_box ul li .txt a{
  display: block;
  text-align: center;
  opacity: 0;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.case .case_center .case_box ul li .txt i{
  display: block;
  margin: 30% auto 20px auto;
  background: url(../images/case_ico.png) no-repeat  center;
  width: 32px;
  height: 32px;
}

.case .case_center .case_box ul li .txt span{
  font-size: 18px;
  color: #fff;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.case .case_center .case_box ul li.on .txt{
  background: rgba(0,0,0,0.5);
}

.case .case_center .case_box ul li.on .txt a{
  opacity: 1;
}


/*ry*/

.ry_bg{
  width: 100%;
  margin: 0px auto 0 auto;
  height: 532px;
  background: url(../images/sysbg.jpg) no-repeat  center;background-size: 100%;
}

.ry_bg .ry{
  width: 1386px;
  margin: 0 auto;
  padding-top: 40px;
  height: 780px;
}

.ry_bg .ry .ry_t{
  height: 130px;
  width: 100%;
  margin: 0px;
}

.ry_bg .ry .ry_t .title{
  float: left;
}

.ry_bg .ry .ry_t .title .t_l{
  background: url(../images/title.png) no-repeat top  left;
}

.ry_bg .ry .ry_t .title .t_l h3{
  color: #fff;
}
.ry_bg .ry .ry_t .title .t_l span{
  color: #fff;
}

.ry_bg .ry .ry_t .ry_list{
  float: right;
}

.ry_bg .ry .ry_t .ry_list ul li{
  float: left;
  width: 175px;
  height: 48px;
  border-right: 1px solid #65decf;
  margin-left: 25px;
  position: relative;
}

.ry_bg .ry .ry_t .ry_list ul li:last-child{
  border-right: none;
}

.ry_bg .ry .ry_t .ry_list ul li a{
  display: block;
  width: 146px;
  height: 48px;
  line-height: 48px;
  background: #ffffff;
  border-radius:50px;
	float:right;
}

.ry_bg .ry .ry_t .ry_list ul li a i{
  display: block;
  text-align: center;
  font-size: 18px;
  color: #222222;

}

.ry_bg .ry .ry_t .ry_list ul li a i img{
  vertical-align: middle;
  position: relative;
  top: -2px;
  margin-right: 10px;
}



.ry_bg .ry .ry_center{
  margin: 0 auto;
  position: relative;
} 

.ry_bg .ry .ry_center .certify{

  margin: 0 auto;
  position: relative;
}

.swiper-button-next::after, .swiper-container-rtl .swiper-button-prev::after {
  content: 'next';
  display: none;
}

.swiper-button-prev::after, .swiper-container-rtl .swiper-button-next::after {
  content: 'prev';
  display: none;
}

.ry_bg .ry .ry_center .certify .swiper-button-prev{
  background: url(../images/left.png) no-repeat  center;
  width: 38px;
  height: 38px;
  outline: none;
  cursor: pointer;
  left: 0px;
}

.ry_bg .ry .ry_center .certify .swiper-button-next{
  background: url(../images/right.png) no-repeat  center;
  width: 38px;
  height: 38px;
  outline: none;
  cursor: pointer;
  right: 0px;
}


.ry_bg .ry .ry_center .certify .swiper-container{

  margin: 0 auto;
}


.ry_bg .ry .ry_center .certify .swiper-slide{
  width: 264px;
  height: 520px;

}

.ry_bg .ry .ry_center .certify .swiper-slide .pic{
  width: 264px;
  height: 370px;
  background: url(../images/ry_list.png) no-repeat center;
}

.ry_bg .ry .ry_center .certify .swiper-slide .pic img{
  width: 237px;
  height: 342px;
  margin: 13px 0 0 14px;

}

.ry_bg .ry .ry_center .certify .swiper-slide .txt a{
  font-size: 18px;
  color: #ffffff;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  margin: 70px auto 0 auto;
  text-align: center;
  opacity: 0;
}


.ry_bg .ry .ry_center .certify .swiper-slide-active{
  margin-top: 50px;
}

.ry_bg .ry .ry_center .certify .swiper-slide-active .txt a{
  opacity: 1;
}

.ry_bg .ry .ry_center .certify .swiper-slide-next{
  margin-top: 30px;
}

.ry_bg .ry .ry_center .certify .swiper-slide-prev{
  margin-top: 30px;
}

/*lc*/

.lc{
  margin: 0px auto 0 auto;
  width: 1426px;
}

.lc .title{
  margin: 0 auto;
  text-align: center;
}

.lc .title .t_l{
  float: none;
  display: inline-block;
  text-align: center;
}

.lc .lc_box{
  margin: 25px auto 0 auto;
  height: 270px;
  padding: 0 73px;
  background: url(../images/lc_bg.jpg) no-repeat center;
}

.lc .lc_box ul li{
  float: left;
  width: 120px;
  margin-right: 110px;
  margin-top: 35px;
  position: relative;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.lc .lc_box ul li:last-child{
  margin-right: 0;
}

.lc .lc_box ul li .pic{
  width: 120px;
  height: 160px;
  background: url(../images/lc_list.png) no-repeat center;
  text-align: center;
  padding-top: 34px;
}

.lc .lc_box ul li .pic img{
  display: block;
  margin: 0px auto 13px auto;
  width: 28px;
  height: 28px;
}

.lc .lc_box ul li .pic h5{
  font-size: 18px;
  color: #fff;

}

.lc .lc_box ul li .txt{
  margin: 0 auto;
  position: relative;
}

.lc .lc_box ul li .txt i{
  display: inline-block;
  padding-top: 30px;
  font-size: 14px;
  color: #333;
  background: url(../images/buttom5.png) no-repeat center top;
  text-align: center;
}

.lc .lc_box ul li .txt i.lc1{
  position: absolute;
  left: -28px;
  top: -40px;
  width: 60px;
}

.lc .lc_box ul li .txt i.lc2{
  position: absolute;
  right: -28px;
  top: -40px;
  width: 60px;
}

.lc .lc_box ul li .txt i.lc3{
  position: absolute;
  left: 0px;
  top: -6px;
  width: 120px;
}

.lc .lc_box ul li:nth-child(4) .txt i.lc2{
  position: absolute;
  right: -50px;
  top: -40px;
  width: 100px;
}

.lc .lc_box ul li:hover{
  transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  -o-transform: translateY(-10px);
}


/*about*/

.ab_bg{
  width: 100%;
  margin: 0 auto;
  height: 620px;

}

.about{
  width: 1280px;
  margin: 0 auto;
  padding-top: 110px;
}

.about .ab_l{
  float: left;
  width: 660px;
  margin-top: 8px;
}

.about .ab_l h5{
  display: inline-block;
  font-size: 22px;
  color: #333;
  font-weight: bold;
  height: 65px;

}

.about .ab_l span{
  display: block;
  font-size: 15px;
  color:  #999;
  line-height: 30px;
}

.about .ab_l p{
  font-size: 15px;
  color: #707070;
  line-height: 30px;
  height: 150px;
  overflow: hidden;
  margin-top: 35px;

}

.about .ab_l .title_more{
  margin-top: 60px;
  float: none;

}

.about .ab_img{
  float: right;
  background: url(../images/ab_bg.png) no-repeat  center;
  width: 564px;
  height: 411px;
} 

.about .ab_img img{
  width: 543px;
  height: 389px;
  margin: 11px 10px;
  border-radius: 10px;


}


/*hz*/

.hz{
  margin: 0px auto 0 auto;
  width: 80%;

  padding: 140px 0 70px 0;
}

.hz .title{
  text-align: center;
}

.hz .title .t_l{
  float: none;
  display: inline-block;
  text-align: center;

}

.hz .hz_box {
  margin: 35px auto 0 auto;
  width: 100%;
}

.hz .hz_box ul li{
  float: left;
  width: 258px;
  margin: 0 8px 5px 0;
}

.hz .hz_box ul li .pic{
  width: 258px;
  border: 1px solid #eeeeee;
  border-radius: 8px;
	padding: 30px;

}
@media screen and (max-width: 767px) {
	.hz .hz_box ul li .pic{padding: 10px;}
}
.hz .hz_box ul li .pic img{
  width: 240px;
  margin: 0 auto;
  border-radius: 8px;
  filter: grayscale(100%);
}
.hz .hz_box ul li .pic img:hover {filter: grayscale(0%);}

.hz .hz_box ul li .txt a{
  font-size: 18px;
  color: #333333;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  display: none;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  text-align: center;
  line-height: 40px;
}



/*news*/

.news_bg{
  width: 100%;
  margin: 0 auto;
  height: 750px;
  background: url(../images/news_bg.jpg) no-repeat top  center;
}

.news_bg .news{
  margin: 0 auto;
  width: 1280px;
  position: relative;
}

.news_bg .news .title{
  padding-top: 50px;
  height: 180px;

}

.news_bg .news .t_l{
  float: none;
}

.news_bg .news .news_list{
  position: absolute;
  right: 0px;
  top: 0px;
  width: 100%;
}

.news_bg .news .news_list ul{
  padding-top: 50px;
}

.news_bg .news .news_list ul li{
  width: 246px;
  height: 80px;
  line-height: 80px;
  float: right;

}

.news_bg .news .news_list ul li a{
  display: block;
  margin: 0 25px;
  height: 80px;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.news_bg .news .news_list ul li a i{
  display: block;
  font-size: 18px;
  color: #222;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
	text-align: center;
	background: #fff;
	border: 1px solid #004d88;
	border-radius: 10px;
}

.news_bg .news .news_list ul li::after{
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 0px;
  height: 100%;
  background: #2b6dd5;
  content: "";
  z-index: -1;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.news_bg .news .news_list ul li.casehover::after{
  width: 100%;
}


.news_bg .news .news_list ul li.casehover a i{
  color: #fff;
  background: #004d88;
}

.news_bg .news .news_box{
  margin: 40px auto 0 auto;
} 

.news_bg .news .news_box .news_top{
  height: 227px;
  width: 910px;
}

.news_bg .news .news_box .news_top .news_img{
  float: left;
  width: 330px;
  height: 227px;
}

.news_bg .news .news_box .news_top .news_img img{
  width: 330px;
  height: 227px;
  border-radius: 8px;
}

.news_bg .news .news_box .news_top .txt{
  float: right;
  width: 545px;
} 

.news_bg .news .news_box .news_top .txt a{
  font-size: 17px;
  color: #333333;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  margin: 30px 0 25px 0;
}

.news_bg .news .news_box .news_top:hover .txt a{
  color: #23d5bb;
}

.news_bg .news .news_box .news_top .txt p{
  font-size: 14px;
  color: #999;
  line-height: 26px;
  height: 78px;
  overflow: hidden;
}

.news_bg .news .news_box .news_top .txt span{
  display: block;
  font-size: 12px;
  color: #333;
  font-family: Arial, Helvetica, sans-serif;
  text-decoration: underline;
  margin-top: 25px;
}

.news_bg .news .news_box .list{
  margin: 45px auto 0 auto;
  width: 1360px;
}

.news_bg .news .news_box .list ul li{
  float: left;
  width: 400px;
  height: 55px;
  margin: 0 40px 25px 0;
  background: #f4f7fa;
  border-radius: 5px;
}

.news_bg .news .news_box .list ul li span{
  display: block;
  float: left;
  width: 64px;
  height: 32px;
  line-height: 32px;
  background: #fff;
  border-radius: 5px;
  text-align: center;
  font-size: 12px;
  color: #333;
  font-family: Arial, Helvetica, sans-serif;
  margin: 11px 0 0 15px;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.news_bg .news .news_box .list ul li a{
  font-size: 16px;
  color: #333333;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  float: left;
  width: 280px;
  margin-left: 25px;
  line-height: 55px;
}

.news_bg .news .news_box .list ul li:hover span{
  color: #fff;
  background: url(../images/news_list.png) no-repeat  center;
}




/*project*/

.project_bg{
  width: 100%;
  margin:  0 auto;
  height: 704px;
  background: #f4f7fa;
}

.project_bg .project{
  margin: 0 auto;
  padding-top: 40px;
  width: 1280px;
}

.project_bg .project dl{
  float: left;
  width: 300px;
  height: 593px;
  background: #fff;
  border-radius: 10px;
  margin-right: 25px;
}

.project_bg .project dl:last-child{
  margin-right: 0;
}

.project_bg .project dl dt{
  width: 300px;
  height: 51px;
  line-height: 51px;
  margin-bottom: 15px;
}

.project_bg .project dl dt a{
  display: block;
  margin: 0 auto;
  width: 260px;
  font-size: 20px;
  color: #fff;

}

.project_bg .project dl dd{
  border-bottom: 1px dashed #e5e5e5;
  height: 56px;
  line-height: 56px;
  width: 280px;
  padding: 0 10px;
  position: relative;
  z-index: 5;

}

.project_bg .project dl dd:last-child{
  border-bottom: none;
}

.project_bg .project dl dd a{
  float: left;
  width: 200px;
  font-size: 14px;
  color: #333333;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  padding-left: 15px;
}

.project_bg .project dl dd span{
  display: block;
  float: right;
  font-size: 12px;
  color: #a8a8a8;
}

.project_bg .project dl dd::after{
  position: absolute;
  left: 0px;
  bottom: -1px;
  width: 0px;
  height: 1px;
  background: #23d5bb;
  content: "";
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.project_bg .project dl dd:hover::after{
  width: 100%;
}


/*links*/

.links{
  width: 1280px;
  margin: 45px auto 40px auto;
  overflow: hidden;
}

.links .links_t{
  float: left;
  line-height: 48px;
  height: 48px;
  font-size: 18px;
  color: #222222;
  padding-left: 62px;
}

.links .yq{
  float: right;
  width: 1040px;
} 

.links .yq a{
  font-size: 16px;
  color: #888888;
  margin-right: 15px;
  line-height: 48px;
}


/*links*/

.links_bg{
  width: 100%;
  margin: 0 auto;
  height: 115px;
  background: #0a1031;
}

.links_bg .yqlj{
  width: 1280px;
  margin: 0 auto;
  height: 74px;
  border-bottom: 1px solid #232846;
  padding-top: 40px;
  line-height: 30px;
}

.links_bg .yqlj .yqlj_t{
  float: left;
  padding-left: 40px;
  background: url(../images/links1.png) no-repeat left center;
  font-size: 18px;
  color: #fff;
}

.links_bg .yqlj  .yq_list{
  float: right;
  width: 1125px;
}

.links_bg .yqlj  .yq_list a{
  margin-right: 15px;
  font-size: 16px;
  color: #a5a8b8;

}



.page_nav{
  position: fixed;
  z-index: 99;
  left: 30px;
  top: 20%;
  width: 87px;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  padding: 10px 0;
}

.page_nav ul li{
  width: 87px;
  height: 60px;
  border-bottom: 1px solid #e6e6e6;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;

}

.page_nav ul li a{
  display: block;
  text-align: center;
  font-size: 16px;
  color: #333;
  line-height: 22px;
  padding: 8px 20px 0 20px;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.page_nav ul li.active a{
  color: #fff;
}

.page_nav ul li.active {
  background: url(../images/buttom7.png) no-repeat  center;
}


.gotop {
    position: fixed;
    bottom: 80px;
    right: -80px;
    cursor: pointer;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    z-index: 9999999999;
  }
  
  .gotop img {
    width: 54px;
    height: 54px;
    background: #20a0b3;
    display: block;
    border-radius: 50%;
    padding: 5px;
    box-sizing: border-box;
  }
  
  .gotop p {
    line-height: 2;
    font-size: 14px;
    color: #333;
  }
  
  .gotopOn {
    right: 30px;
  }




.ry_bg .ry .ry_center .certify .swiper-slide{float:left;}



.case .case_center .case_list li{
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
}
.case .case_center .case_list li:nth-child(3) {
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
}

.news_bg .news .t_l h3 a{font-size:30px;}

.derg{background: none!important;}
.drtop{    padding-top: 0px!important;}
.gaodu1{height: 490px!important;}

 @media screen and (max-width: 767px) {

.pro_bg .product .pro_center .pro_list ul li {width: 25%; height:50px;}
#main {padding: 0rem;clear: both;min-width: 100%;}
html {min-width: 100%;}
.case{width: 100%;}
.pro_bg .product .pro_center{width: 100%;}
.pro_bg .product{width: 100%;}
.about{width: 100%;}
.about .ab_l{width: 100%;}
.case .case_center .case_box{width: 100%;}
.lc{width: 100%;}
.news_bg .news{width: 100%;}
.about .ab_img{width: 100%;}
.case .case_center .case_list{width: 100%;height: 270px;}
.case .case_center .case_list ul li{width: 25%;float: left;}
.pro_bg .product .pro_center .pro_list ul li a i{display: none;}
.pro_bg .product .pro_center .pro_list ul li a {width: 95px;}
.p2{margin-left: 0px;}
.p3{margin-left: 0px;}
.p4{margin-left: 0px;}
.pro_bg .product .pro_center .pro_list ul li a{line-height:50px;   }
.pro_bg .product .pro_center .pro_list ul li a span{ white-space: inherit;  font-size:16px; width: 100%; text-align: center; margin-left:0px;}
.pro_bg .product .pro_center .pro_list ul li.casehover a {background: none;}
.pro_bg .product .pro_center .pro_list ul li a{background: none;}

.pro_bg .product .pro_center .pro_box ul li{width: 42%;float: left; height: 40px; line-height: 40px; font-size: 12px; margin: 0px 12px 12px 12px;}
.ry_bg{display: none;}
.news_bg{display: none;}
.ry_bg .ry .ry_center .certify .swiper-slide .pic img{display: none;}
.lc .lc_box ul li .txt{display: none;}
.lc .lc_box{ padding: 0 7px;    height: auto;}
.lc .lc_box ul li{width: 49%;margin-right: 1px;margin-top: 35px;}
.lc .lc_box ul li .pic{width: auto;}
.hz .hz_box ul li{width: 30%;}
.hz .hz_box ul li .pic{width: auto;}
.hz{height: auto;padding: 370px 0 70px 0;}
.about .ab_l p{width: 99%;padding: 10px;}
.about .ab_l span{padding-left: 10px;width: 90%;}
.about .ab_l h5{padding-left: 10px;width: 90%;}
.about .ab_l .title_more{float:right;}
.title_more{margin-bottom: 20px;}
.case_bg{background: none;}

}





