@import url('https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
.sec0{
	background-repeat: no-repeat;
	background-image: url(../images/ban1.jpg);
	background-size: 100% auto;
	background-position: right top;
	background-attachment: fixed;
	-webkit-display: flex;
	-webkit-align-items: center;
	-webkit-justify-content: center;
	-webkit-flex-direction: column;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	position: relative;
	overflow: hidden;
	/* text-align: center; */
}
.sec0 h3{
	font-size: 60px;
	color: #fff;
	font-weight: bold;
	line-height: 1.666;
	opacity: 0;
	-webkit-transform: translateY(5vh);
	transform: translateY(5vh);
	-webkit-transition: all 1s;
	transition: all 1s;
}
.sec0.actived h3{
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.sec0 h3 .dot{
	margin-left: 0.1em;
	color: #ac1a2f;
}
.sec0 .swiper-container{
	font-size: 28px;
	line-height: 1.2;
	height: 1.2em;
	margin: 1em 0;
	color: #fff;
	opacity: 0;
	-webkit-transform: translateY(5vh);
	transform: translateY(5vh);
	-webkit-transition: opacity 1s 0.5s,transform 1s 0.5s;
	transition: opacity 1s 0.5s,transform 1s 0.5s;
}
.sec0.actived .swiper-container{
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.sec0 .more{
	display: inline-block;
	vertical-align: top;
	opacity: 0;
	-webkit-transform: translateY(5vh);
	transform: translateY(5vh);
	font-size: 14px;
	padding: 0.714em 0.786em;
	color: #fff;
	letter-spacing: 1px;
	border-bottom: 1px solid #fff;
	font-weight: bold;
	-webkit-transition: opacity 1s 1s,transform 1s 1s,background-color 0.5s,color 0.5s;
	transition: opacity 1s 1s,transform 1s 1s,background-color 0.5s,color 0.5s;
}
.sec0 .more:hover{
	background-color: #fff;
	color: #333;
}
.sec0.actived .more{
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.sec0 .mouse{
	position: absolute;
	left: auto;
	bottom: 4.4%;
	right: auto;
	margin: 0 auto;
}
.sec0 .mouse .point{
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background-color: #fff;
	-webkit-animation: mouseslide 1s infinite;
	animation: mouseslide 1s infinite;
	position: absolute;
	top: 20%;
	left: 50%;
	margin-left: -2px;
}
.text-box{width: 78%;}
@-webkit-keyframes mouseslide {
	100%{
		opacity: 0;
		-webkit-transform: translateY(25px);
	}
}
@keyframes mouseslide {
	100%{
		opacity: 0;
		transform: translateY(25px);
	}
}




.sec1{
	padding:3rem 0 5rem;
	background: #ecf5fc;
}
.sec1-con{width: 100%;-webkit-display: flex;
    margin-top: 1.2rem;
	-webkit-align-items: stretch;
	-webkit-justify-content: flex-start;
	-webkit-flex-direction: row;
	-webkit-flex-wrap: wrap;
	/* display: flex;
	align-items: stretch;
	justify-content: flex-start;
	flex-direction: row;
	flex-wrap: wrap; */}
.idx-tit{display: flex;
	justify-content: space-between;
	padding: 20px 0;
	    align-items:center}
.idx-tit1 .idx-tit-l{color: #fff;}
.idx-tit1 .idx-tit-r a{color: #fff;
    font-size: 16px;
    border-bottom: 1px solid #fff;
    padding: 0 1rem 1rem;}
.idx-tit-l{color: #333;}
.idx-tit-l h2{font-size: 42px;font-weight: bold;}
.idx-tit-l p{font-size: 28px;line-height: 40px;font-family: arial;}
.idx-tit-r a{color: #004ea2;font-size: 16px;border-bottom: 1px solid #004ea2;
	    padding: 0 1rem 1rem;}
		
.honor {
  width: 100%;
  padding-top: 108px;
  padding-bottom: 255px;
  background: url("../images/about_7.png") no-repeat;
  background-size: 100% 100%;
  position: relative;
}
.honor-top{display: flex;align-items: flex-start;justify-content: space-between;}
.honor-top .swiper-button-next,.honor-top .swiper-button-prev{margin: 0 9px;transition: ease all .5s;position: static;opacity: 1;width: 58px;height: 58px;background: #e7e7e7;border-radius: 50%;display: flex;align-items: center;justify-content: center;}
.honor-top .swiper-button-next:hover , .honor-top .swiper-button-prev:hover{background: #3d8bb9;transition: ease all .5s;}
.honor-top .swiper-button-next:hover svg, .honor-top .swiper-button-prev:hover svg{fill: white;transition: ease all .5s;}
.honor-top-right{display: flex;align-items: center;}
.honor .swiper-slide{background: transparent;}
.honor .swiper-wrapper{align-items: flex-end;}
.honor .honor-box{/*padding-left: 30%;*/}
.customer .swiper-slide{background: transparent;}
.customer .swiper-wrapper{align-items: flex-end;}
.customer .honor-box{padding-left: 10%;}
.customer .honor-lunbo-img{box-shadow: 0px 0px 28px 0px rgba(0, 0, 0, 0.1);margin: 30px 0;}
.honor-lunbo-img{max-width: 100%; font-size:14px;}
.honor .h_con .cor_t span {
  display: block;
  font-size: 30px;
  font-family: "pingFangB";
  line-height: 30px;
  margin-bottom: 70px;
  position: relative;
}
.honor .h_con .cor_t span::after {
  content: "";
  display: block;
  width: 35px;
  height: 2px;
  background-color: #3d8bb9;
  position: absolute;
  left: 0;
  top: 48px;
}
.honor .prod_con {
  padding-left: 24%;
  margin-top: 2%;
  width: 100%;
  position: relative;
}
.honor #myscroll {
  display: block;
  position: relative;
  height: 335px;
  overflow: hidden;
}
.honor #myscroll #myscrollbox {
  display: block;
  float: left;
  position: absolute;
  left: 0;
  top: 12px;
  width: 1000000px;
}
.honor #myscroll ul {
  display: block;
  float: left;
  list-style-type: none;
  padding: 0;
  margin: 0;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.honor #myscroll ul li {
  display: block;
  float: left;
  padding: 0;
  margin-right: 70px;
  cursor: pointer;
  transition: all 0.3s;
}
.honor #myscroll ul li .bg {
  position: relative;
  text-align: center;
  width: 235px;
  height: 335px;
}
.honor #myscroll ul li .bg .bg_img {
  display: block;
  border: 0;
  transition: all 1s;
  position: absolute;
  bottom: 20px;
  box-shadow: 8px 6px 5px rgba(0, 0, 0, 0.2);
}
.honor #scrollpic {
  position: relative;
}
.honor #mybtns {
  position: absolute;
  top: -100px;
  right: 6%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.honor #mybtns #left {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  display: block;
  background-color: #3d8bb9;
  position: relative;
}
.honor #mybtns #right {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  display: block;
  margin-left: 18px;
  background-color: #d0d0d0;
  position: relative;
}
.honor #mybtns #left img,
.honor #right img {
  width: 18px;
  height: 12px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.wp {
    width: 80%;
    margin: 0 auto;
}
	
		
		
.swiper-slide img {
	display: block;
	width: 62%;
	height: 100%;
	object-fit: cover;
}

.swiper-slide .text {
	position: absolute;
	top: -10%;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	animation-name: w3;
	animation-duration: 1s;
	animation-iteration-count: 1;

}

.swiper-slide .text h1 {
	color: #fff;
	font-size: 50px;
	font-family: pingFangB;
	margin: 0 0 19px 0;
}

.swiper-slide .text p {
	color: #fff;
	font-size: 20px;
	font-family: pingFangM;
	margin: 0;
}
		
		
.about_ryzz{position:relative;background: #fff;padding:60px 0;}
.about_ryzz h3{/* text-align:center; position:relative; z-index:2; font-size:.24rem; line-height:.24rem; color:#000000; */}
.about_ryzz h3 span{color:#f0b76f;}
.about_ryzz h2{position:absolute;width:100%;left:0;top:.2rem; text-align:center; z-index:1; font-size:.36rem; line-height:.36rem; color:rgba(240,183,111,.1);}
.about_ryzz .about_fuwu_1{color:#979797;}
.about_ryzz_c .swiper-container{padding-top:60px;}
#honor .swiper-slide{background:#fafdff; text-align:center; padding:20px 45px;}
#honor .swiper-slide:nth-child(even){background:#fafafa;}
.about_ryzz_c .swiper-slide h3{font-size:.15rem; color:#000000; line-height:.15rem;}
.about_ryzz_c .swiper-slide i{display:block; width:100%; margin-top:.04rem;}
.about_ryzz_c .swiper-slide p{font-size:16px; color:#5a5a5a; margin-top:12px; margin-bottom:12px;}
.about_ryzz_c .swiper-slide img{width:100%;height: auto;}
.about_ryzz_c .swiper-button-prev,.about_ryzz_c .swiper-button-next{margin-top:0; top:.15rem; width:40px; height:40px; background-size:100% 100%; border-radius:50%;box-shadow:0 0 10px rgba(92,92,92,.1); outline:none;}
.about_ryzz_c .swiper-button-prev{background-image:url(../images/37.png); left:50%; margin-left:-48px;}
.about_ryzz_c .swiper-button-next{background-image:url(../images/38.png); right:50%; margin-right:-48px;}
.about_ryzz_c .swiper-button-prev.swiper-button-disabled{opacity:1;background-image:url(../images/35.png);}
.about_ryzz_c .swiper-button-next.swiper-button-disabled{opacity:1;background-image:url(../images/36.png);}		
.about_ryzz_c .swiper-slide{
	display: block;
}		
.about_honor{height: 380px;overflow: hidden;display: flex;
    align-items: center;    background: #f7f7f7;}
.about_team{height: 220px;}
#team .swiper-slide{padding: 20px}
		
.sec1 a{
	position: relative;
	display: block;
	    
}
.sec1 a::after{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: background-color 0.3s;
	transition: background-color 0.3s;
}

.sec1-con h5{
	text-align: center;
	font-size: 22px;
	font-weight: normal;
	padding: 1em 0;
	margin: 0 1rem;
	-webkit-transition: color 0.3s,background-color 0.3s;
	transition: color 0.3s,background-color 0.3s;
	border-bottom: 2px solid #00a0e9;
}
.sec1-con p{
	font-size: 16px;
	padding:1em 2rem 3rem;
	line-height: 24px;
}
.sec1-con ul{
	display: flex;
	align-items: stretch;
	justify-content: flex-start;
	flex-direction: row;
	flex-wrap: wrap;
}
.sec1-con li img{-moz-transition: all .8s ease 0s;-ms-transition: all .8s ease 0s;-o-transition: all .8s ease 0s;transition: all .8s ease 0s;}
.sec1-con .sec1-img{overflow: hidden;    height: 254px;
    background: #ddd;}
.sec1-con li:hover img{transform: scale(1.1);-moz-transform: scale(1.1);-webkit-transform: scale(1.1);}
.sec1-con li{width: 24.2%;margin-right: 1%;background: #fff;text-align: center;margin-bottom: 20px;}
.case li{background: #f7f7f7;}
.sec1-con li a{color: #333;}
.sec1-con li:hover{background: #00a0e9;color: #fff;-webkit-transition: color 0.3s,background-color 0.3s;
	transition: color 0.3s,background-color 0.3s;}
.sec1-con li:hover a{color: #fff;}
.sec1-con li:hover h5{border-bottom: 2px solid #fff;}
.sec1-con li:nth-child(4){margin-right: 0;}



.about_more a{width: 168px;height: 44px;background-color: #999;color: #fff;line-height: 44px;display: block;text-align: center;margin: 30px 0 0;font-size: 16px;}

.con_banner{
	background-image: url(../images/contact_banner_bg.jpg)
}
.about_banner{
    background-image: url(../images/about_banner_bg.jpg);
}
.yanfa_banner{
    background-image: url(../images/yanfa_banner.jpg);
}
.zencai_banner{
    background-image: url(../images/zencai_banner.jpg);
}
.pro_banner{
    background-image: url(../images/pro_banner.jpg);
}
.mll_banner{
    background-image: url(../images/mll_banner.jpg);
}
.jiance_banner{
    background-image: url(../images/jiance_banner.jpg);
}
.houchuli_banner{
    background-image: url(../images/houchuli_banner.jpg);
}
.case_banner{
    background-image: url(../images/case_banner.jpg);
}
.hangtian_banner{
    background-image: url(../images/hangtian_banner.jpg);
}
.hangkong_banner{
    background-image: url(../images/hangkong_banner.jpg);
}
.qiche_banner{
    background-image: url(../images/qiche_banner.jpg);
}
.fangyu_banner{
    background-image: url(../images/fangyu_banner.jpg);
}
.ai_banner{
    background-image: url(../images/ai_banner.jpg);
}



.join2{padding-top: 50px;min-height: 600px;}
.join2 .row01 {
  padding-top: 0;
  padding-bottom: 5.75vw;
      display: flex;
      align-items: stretch;
      justify-content: flex-start;
      flex-direction: row;
      flex-wrap: wrap;
}

.row01_tit{width: 100%;text-align: center;font-size: 22px;padding-bottom: 20px;border-bottom: 3px solid #00a0e9;margin-bottom: 30px;}
.row01_bot ul, .row01_bot ul dl{
	padding-top: 0;
	    display: flex;
	    align-items: stretch;
	    justify-content: flex-start;
	    flex-direction: row;
	    flex-wrap: wrap;
}
.row01_bot li{width: 32.5%;margin-right: 1%;margin-bottom: 14px;overflow: hidden;    background: #f7f7f7;}
.row01_bot li img{width: 100%;}
.row01_bot li:nth-child(3n){margin-right: 0;}
.row01_bot ul dl{background: #ecfafd;color: #000;padding:12px;margin: 0;}
.row01_bot ul dl dd{width: 50%;line-height: 28px;padding: 0;margin: 0;font-size: 16px;}
.row01_bot ul dl dd:last-child{width: 100%;}
.row01_bot ul dl dd:first-child{width: 100%;}

.joim1-img{width: 30%;}
.joim1-img img{max-width: 100%;margin: 0 auto;}
.join2-con{width: 70%;padding: 0 20px;}
.join2 .row01 .row01_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.join2 .row01 .row01_top .item{
  width: 22.5%;
  display: flex;
  justify-content: space-between;
  align-items: center;
	padding: 0 10px 25px 10px;
  border-bottom: 1px solid #eeeeee;
   transition: ease all .5s;
   position: relative;
}
.jbti-2{display: none;}
.join2-box-top{position: relative;width: 100%;}
.join2-box-top-img{position: absolute;right: 0;top: 50%;transform: translateY(-50%);display: flex;align-items: center;justify-content: center;}
.join2 .row01 .row01_top .item{cursor: pointer;}
.join2 .row01 .row01_top .item:hover .join2-box-top{color: #3d8bb9;}
.join2 .row01 .row01_top .item .join2-ul{display: none;}
.join2 .row01 .row01_top .item:hover .jbti-1{display: none;}
.join2 .row01 .row01_top .item:hover .jbti-2{display: block;}
.join2 .row01 .row01_top .on{border-color: #3d8bb9;}
.join2 .row01 .row01_top .on .jbti-1{display: none;}
.join2 .row01 .row01_top .on .jbti-2{display: block;}
.join2 .row01 .row01_top .on .join2-box-top{color: #3d8bb9;}
.join2-ul{position: absolute;top: 47px;left: 0;right: 0;margin: 0;background: #F3F3F3;padding: 17px 0 35px 31px;max-height: 297px;overflow-y: scroll;}
.join2-ul::-webkit-scrollbar{
    width: 3px;
}
/*滚动条滑块*/
.join2-ul::-webkit-scrollbar-thumb{
    border-radius: 3px;
    background: #c7c4c4;
}
.join2-ul li{padding: 9px 0;}
.join2-ul li a{font-size: 16px;
font-family: PingFang SC;
font-weight: 500;
display:block;
color: #858585;}
.join2-ul li a:hover{color: #3d8bb9;}
.join2 .row01 .row01_top .item:hover{
	 border-bottom: 1px solid #3d8bb9;
	 transition: ease all .5s;
}
.join2 .row01 .row01_top .item input::-webkit-input-placeholder{
	color: rgba(78, 77, 77, .4);
}
.join2 .row01 .row01_top .item input{
	color: rgba(78, 77, 77, .4);
}
.join2-box .on{
	border-bottom: 1px solid #3d8bb9 !important;
}
.join2-box .on h1{
	color: #3d8bb9 !important;
}
.join2-box .on span{
	color: #3d8bb9 !important;
}
.join2-box .on .img2{
	display: block !important;
}
.join2-box .on .img1{
	display: none !important;
}
.join2 .row01 .row01_top .item:hover select{
	color: #3d8bb9;
}
.join2 .row01 .row01_top .item select{
	width: 100%;
	 cursor: pointer;
}
.join2 .row01 .row01_top .item span {
  font-size: 0.8333vw;
  font-family: pingFangM;
  color: #4e4d4d;
}
.join2 .row01 .row01_top .item .search {
  color: rgba(0, 0, 0, 0.3);
}
.join2 .row01 .txt_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.8vw 0 1vw;
  border-bottom: 1px solid #eee;
  cursor: pointer;
}
.join2-box-top h3{font-size: 22px;line-height: 60px;}
.join2 .row01 .txt_box .txt_l h1 {
  font-size: 18px;
  color: #000;
  font-family: pingFangM;
  margin: 0 0 13px 0;
}
.join2 .row01 .txt_box .txt_l span {
  color: #a5a5a5;
  font-size: 16px;
  font-family: pingFangM;
  display: block;
}
.join2 .row01 .txt_box .txt_r {
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 1s;
}
.join2 .row01 .txt_box .txt_r span {
  font-size: 16px;
  color: #000;
  font-family: pingFangM;
  margin-right: 11px;
}
.join2 .row01 .txt_box .txt_r .img2 {
  display: none;
}
.join2 .row01 .txt_box:hover {
  border-bottom: 1px solid #3d8bb9;
}
.join2 .row01 .txt_box:hover h1 {
  color: #3d8bb9;
}
.join2 .row01 .txt_box:hover span {
  color: #3d8bb9;
}
.join2 .row01 .txt_box:hover .img1 {
  display: none;
}
.join2 .row01 .txt_box:hover .img2 {
  display: block;
}
.join2 .row01 .txt-con {
  background-color: #ecfafd;
  padding: 20px;
}
.join2 .row01 .txt-con .con01 {
  /* margin-bottom: 41px; */
}
.join2 .row01 .txt-con .con01 h1 {
  font-size: 16px;
  color: #000;
  font-family: pingFangM;
  margin: 0;
  margin-bottom: 24px;
}
.join2 .row01 .txt-con .con01 span {
  display: block;
  color: #737373;
  font-size: 16px;
  font-family: pingFangM;
  line-height: 22px;
}
.join2 .row01 .txt-con_btn {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.join2 .row01 .txt-con_btn .btn_box {
  width: 9.6354vw;
  height: 2.6042vw;
  background-color: #3d8bb9;
  text-align: center;
  margin-right: 2.0833vw;
  cursor: pointer;
}
.join2 .row01 .txt-con_btn .btn_box span {
  font-family: pingFangM;
  color: #fff;
  font-size: 14px;
  line-height: 2.6042vw;
}
.join2 .row01 .txt-con_btn .btn_box .mailbox {
  font-family: pingFangM;
  color: #000;
  font-size: 14px;
}
.honor_con {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
}
.honor_con li{width: 24%;margin-right: 1%;margin-bottom: 15px;}
.honor_con li:nth-child(4n){margin-right: 0;}
.about_honor img{width: 76%;
    display: block;
    margin: auto;}
.honor_con li p{font-size: 16px;line-height: 50px;text-align: center;}
@media only screen and (max-width:1024px) {
	.row01_bot li, .row01_bot ul dl dd{width: 100%;}
	.joim1-img, .join2-con{width: 100%;padding: 0;}
	.join2 .row01 .txt_box{
		padding: 2.8vw 0 3vw;
	}
}
.main_con_text{display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: wrap;} 
.contact_main{font-size: 16px;line-height: 28px}
.main_con_text_l, .main_con_text_r{width: 100%;}
.main_con_text_l img{float: right;}
.main_con_text_r img{width: 100%;}
.main_con_text_r{overflow: hidden;}
.main_con_text_l{padding:0 1rem;text-indent: 2em;}
.main_con{background-color: #fff;padding: 50px 0;min-height: 500px;}
.main_con_text p{font-size: 20px;line-height: 26px;}
.main_con_text_l p{font-size: 16px;}

.max_main{background: #f7f7f7;padding: 30px 0;}
.max_main_tit{font-size: 28px;text-align: center;margin: 20px 0;}
/* 历史与荣誉 */
.time_intt {
    padding-top: 0;
    background: url(../images/line-bgss.png)  repeat-y 21.6% 20px;
}
/* 竖向时间轴 */
.time_intt .year {
    position: relative;
    z-index: 100;
}

.time_intt .year .list {
    margin: 2% 0 4%;
    position: relative;
    overflow: hidden;
}

.time_intt .year .list ul {
    bottom: 0;
}

.time_intt .year .list ul li {
    background: url(../images/circlebgs.jpg) no-repeat 21.2% 19px;
    padding: 0;
}
.time_intt .year .list ul li .date {
    float: left;
    display: block;
    clear: left;
    width: 20%;
    text-align: right;
    font-size: 14px;
    font-size: 1.4em;
    color: #666;
    margin-top: 1%;
}

.time_intt .year .list ul li .date strong {
    font-size: 26px;
    margin-right: 5px;
    color: #333;
    font-weight: normal;
}

.time_intt .year .list ul li .intro {
    float: left;
    display: block;
    width: 65%;
    margin-left: 5%;
    position: relative;
    background: #fff;
    margin-bottom: 3%;
    padding: 10px 25px;
}

.time_intt .year .list ul li:last-child .intro {
    margin-bottom: 0;
}
.cls {
     zoom: 1; 
     position: relative; 
}
.intro:before {
    content: '';
    display: block;
    position: absolute;
    width: 16px;
    height: 33px;
    left: -16px;
    top: 12px;
    background: url(../images/leftsvbg.png) no-repeat;
}

.time_intt .year .list ul li .intro p {
    font-size: 16px;
    color: #333;
    /*font-weight: bold;*/
    line-height: 25px;
    padding: 5px 2%;
}

.content .wrapper:first-child .main .year.close .list {
    opacity: 0;
    height: 0 !important;
}
.ke-zeroborder img{padding-right: 14px;}

.lianxi {
	width: 100%;
}

.tit-in {
	display: inline-block;
	vertical-align: top;
	font-size: 30px;
	line-height: 50px;
	color: #1a1a1a;
	font-weight: bold;
	border-bottom: 4px solid #080405;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.subtit {
	font-size: 18px;
	line-height: 28px;
	padding: 5px 0;
	color: #757575;
}
.lxr-icon{
	background:url(../images/lxr.png) center center no-repeat;
	background-size: 56px;
	width: 56px;
	height: 56px;
	display: block;
	margin:0px auto
}
.cz-icon{
	background:url(../images/cz.png) center center no-repeat;
	background-size: 56px;
	width: 56px;
	height: 56px;
	display: block;
	margin:0px auto
}
.wz-icon{
	background:url(../images/wz.png) center center no-repeat;
	background-size: 56px;
	width: 56px;
	height: 56px;
	display: block;
	margin:0px auto
}
.dz-icon{
	background:url(../images/dz.png) center center no-repeat;
	background-size: 56px;
	width: 56px;
	height: 56px;
	display: block;
	margin:0px auto
}
.mail-icon{
	background:url(../images/mail.png) center center no-repeat;
	background-size: 56px;
	width: 56px;
	height: 56px;
	display: block;
	margin:0px auto
}
.wechat-icon{
	background:url(../images/wechat.png) center center no-repeat;
	background-size: 56px;
	width: 56px;
	height: 56px;
	display: block;
	margin:0px auto
}
.whatsapp-icon{
	background:url(../images/whatsapp.png) center center no-repeat;
	background-size: 56px;
	width: 56px;
	height: 56px;
	display: block;
	margin:0px auto
}
.lianxi1-icon {
    background: url(../images/tel-ico.png) center center no-repeat;
    background-size: 56px;
    width: 56px;
    height: 56px;
    display: block;
    margin: 0px auto;
}
.cont_tit, .cont_tit1{
	font-size: 24px;font-weight: 600;text-align: center;line-height: 48px;position: relative;
}
.cont_tit::before{
	position: absolute;
      left: 0px;
      top: 52%;
      content: '';
      width: calc(50% - 100px);
      height: 1px;
      background-color: #ccc;
}
.cont_tit::after{
	position: absolute;
      right: 0px;
      top: 52%;
      content: '';
      width: calc(50% - 100px);
      height: 1px;
      background-color: #ccc;
}
.cont_tit1::before{
	position: absolute;
      left: 0px;
      top: 52%;
      content: '';
      width: calc(50% - 170px);
      height: 1px;
      background-color: #ccc;
}
.cont_tit1::after{
	position: absolute;
      right: 0px;
      top: 52%;
      content: '';
      width: calc(50% - 170px);
      height: 1px;
      background-color: #ccc;
}
.contactlist {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 0px auto;
}

.contactlist ul li {
	float: left;
}

.contactlist .con_one li {
	/* width: 33.3%; */
	height: auto;
	overflow: hidden;
	text-align: center;
	padding: 25px 0;
	box-sizing: border-box;
	-webkit-transition: all .6s;
	transition: all .6s;
}
.contactlist .con_two li {
    width: 50%;
    height: auto;
    overflow: hidden;
    text-align: center;
    padding: 25px 0;
    box-sizing: border-box;
    -webkit-transition: all .6s;
    transition: all .6s;
}
.contactlist .con_two img{
    position: relative;
    padding: 0 30px;
}
.contactlist .con_two li i{
    margin-top: 18px;
}

.contactlist li:last-child {
	margin-right: 0;
}

.contactlist li i {
	font-size: 42px;
	line-height: 50px;
	margin-bottom: 20px;

	position: relative;
	display: inline-block;
}

.contactlist li span {
	display: block;
    padding: 0 15px;
	font-size: 16px;
	line-height: 26px;
}

.contactlist li:hover {
	background-color: #0168b5;
	color: #fff;
}

.contactlist li:hover i {
	animation: mybox 1s linear infinite;
}

@keyframes mybox {
	0% {
		transform: rotate(0);
	}

	50% {
		transform: rotate(18deg);
		font-size: 45px;
	}

	100% {
		transform: rotate(0);
	}
}




.wrap{
    background-color: #fff;
    padding: 0% 0 5%;
}
.wrap .inner{
    position: relative;
}
.wrap .list{
    width:100%;
    float: left;
	margin-bottom: 30px;
}

.section{
    margin-bottom: 6%;
}
.section:last-child{
    margin-bottom: 0;
}
.section .title{
    margin-bottom: 5.54%;
}
.section .title h3{
    font-size: 28px;
    color: #333;
    font-weight: bold;
}
.section .title .line{
    width: 50px;
    height: 2px;
    background-color: #ac1a2f;
    margin: 2.289% 0 2.771%;
}
.section .title p{
    font-size: 14px;
    color: #555;
    line-height: 1.86;
    margin-bottom: 0.714em;
}
.section .title p:last-child{
    margin-bottom: 0;
}
.section ul{
    -webkit-display: flex;
    -webkit-align-items: stretch;
    -webkit-justify-content: flex-start;
    -webkit-flex-direction: row;
    -webkit-flex-wrap: wrap;
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: wrap;	
}
.section li{
    width:23.5%;
    margin-right: 2%;
    margin-bottom: 2%;
    border-radius: 3px;
    overflow: hidden;
    box-shadow: 0 0 13px rgba(0,0,0,0.16);
}
.section li:nth-child(4n){
    margin-right: 0;
}
.section li .img-box{
    position: relative;
}
.list .text-box{width: 100%;}
.section li .img-box .cover{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #00a0e9;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}
.section li:hover .img-box .cover{
    opacity: 0.7;
}
.section li .img-box .cover::before{
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate3d(-50%,-50%,0);
    transform: translate3d(-50%,-50%,0);
	
	
	    width: 28px;
	    height: 28px;
	    background: url(../images/p_more.png) center center no-repeat;
	    content: " ";
	    z-index: 999;
	    color: #fff;
	    font-size: 18px;
	    display: block;
	    background-size: 100%;

}
.section li .text-box{
    text-align: center;
    padding: 8% 9.2%;
}
.section li .text-box h5{
    font-size: 18px;
    color: #333;
    font-weight: 600;
    line-height: 2.2;
    text-transform: uppercase;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.section li .text-box p{
    font-size: 14px;
    color: #555;
    line-height: 1.4;
    height: 3.6em;
}
.section .table-box{
    overflow-x: auto;
    width: 100%;
    -webkit-overflow-scrolling: touch;
}
.section table{
    width: 100%;
}
.section table tr{
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
}
.section table tr:nth-child(odd){
    background-image: linear-gradient(to right,#fff,#f3f3f3,#fff);
}
.section table td{
    font-size: 12px;
    color: #333;
    line-height: 3.9;
    height: 3.9em;
    text-transform: uppercase;
    padding-left: 3em;
}
.wrap .anchor-box{
    width: 19.4%;
    border: 1px solid #eee;
    border-bottom: 1px solid #eee;
    float: right;
    position: sticky;
    top: 150px;
}
.wrap .anchor-box h5{
    background-color: #333;
    font-size: 14px;
    color: #fff;
    font-weight: normal;
    height: 3.214em;
    line-height: 3.214em;
    padding-left: 17.65%;
    position: relative;
}
.wrap .anchor-box h5::after{
    content: "\f105";
    font-family: "FontAwesome";
    position: absolute;
    right: 10%;
    top: 50%;
    font-size: 1.2em;
    color: inherit;
    margin-top: -0.5em;
    line-height: 1;
}
.wrap .anchor-box a{
    display: block;
    font-size: 14px;
    color: #555;
    border-bottom: 1px solid #eee;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    padding: 1em 0 1em 17.65%;
}
.wrap .anchor-box a:last-child{
    border-bottom: 0 none;
}
.wrap .anchor-box a:hover,.wrap .anchor-box a.active{
    background-color: #ac1a2f;
    color: #fff;
}

.page{
	text-align: center;
}
.page .pager-holder{
	font-size: 14px;
	color: #999;
	display: inline-block;
	vertical-align: middle;
}
.page .pager-holder a {
	vertical-align: middle;
	font-size: inherit;
	color: inherit;
	margin: 0 0.2857em;
	width: 3.7143em;
	height: 3.7143em;
	border: 1px solid #ddd;
	cursor: pointer;
	-webkit-display: inline-flex;
	-webkit-align-items: center;
	-webkit-justify-content: center;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}
.page .pager-holder a.jp-current,.page .pager-holder a:hover {
	color: #fff;
	background-color: #004ea2;
}
.page a.jp-previous,.page a.jp-next{
	width: 5.7857em;
}
.page a.jp-previous{
	border-top-left-radius: 0.2143em;
	border-bottom-left-radius: 0.2143em;
}
.page a.jp-next{
	border-top-right-radius: 0.2143em;
	border-bottom-right-radius: 0.2143em;
}
.page a.jp-previous.jp-disabled:hover,.page a.jp-next.jp-disabled:hover{
	color: #999;
	background-color: transparent;
	cursor: default;
}



.sec2{
	background-color: #f7f7f7;
	padding: 3rem 0 0;
}
.about-con{display: flex;background: #fff;    align-items: stretch;
    justify-content: flex-start;
    flex-direction: row;
	    margin-top: 1.2rem;
    flex-wrap: wrap;}
.sec2 .left{
	width: 50%;
	display: inline-block;
	vertical-align: top;
}
.about_img{overflow: hidden;}
.about_img img{width: 100%;}
.about_img img{-moz-transition: all .8s ease 0s;-ms-transition: all .8s ease 0s;-o-transition: all .8s ease 0s;transition: all .8s ease 0s;}
.sec2 .left:hover img{transform: scale(1.1);-moz-transform: scale(1.1);-webkit-transform: scale(1.1);}

.sec2 .right{width: 50%;line-height: 40px;padding: 3rem;}

.sec2 .right h5{
	font-size: 30px;
	line-height: 1.2;
	color: #004ea2;font-weight: normal;
	background: url(../images/about_bg.png) bottom left no-repeat;
	margin-bottom: 1.5rem;
}
.sec2 .line{
	height: 4px;
	background-color: #fe8000;
	width: 50px;
	margin-top: 20px;
}
.about-con p{
	display: inline-block;
	vertical-align: top;
font-size: 16px;line-height:28px;color: #333;
	-webkit-transform: translateX(48px);
	transform: translateX(48px);
	-webkit-transition: transform 1s,opacity 1s;
	transition: transform 1s,opacity 1s;padding: 0.4rem 0;
}
.sec2.actived p{
	opacity: 1;
	-webkit-transform: translateX(0);
	transform: translateX(0);
}




.sec3{
	padding: 20px 0;
	background-repeat: repeat;
	background-position: center;
	background-size: auto;
	background: #f7f7f7;
}
.sec3 .about_bot{display: flex;align-items: stretch;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: wrap;}
.sec3 .about_bot li img{width: 42px;height: 42px;    margin-right: 1.6rem;}
.sec3 .about_bot li{display: flex;color: #333;align-items: center;}
.sec3 .about_bot li h2{font-size: 24px;line-height: 40px;}
.sec3 .about_bot li p{font-size: 16px;}
.sec3 li{
	display: inline-block;
	vertical-align: top;
	width: 33.3%;
	padding: 30px 0;
	opacity: 0;
	-webkit-transition-property: opacity;
	-webkit-transition-duration: 1s;
	transition-property: opacity;
	transition-duration: 1s;
}
.sec3 li:nth-child(2){
	-webkit-transition-delay: 0.5s;
	transition-delay: 0.5s;
}
.sec3 li:nth-child(3){
	-webkit-transition-delay: 0.75s;
	transition-delay: 0.75s;
}
.sec3 li:nth-child(4){
	-webkit-transition-delay: 1s;
	transition-delay: 1s;
}
.sec3.actived li{
	opacity: 1;
}
.sec3 h5{
	font-size: 32px;
	color: #fff;
	font-weight: 600;
	font-family: "Montserrat";
	margin-bottom: 0.3125em;
	line-height: 1.1;
}


.idx_case_t{padding-top: 60px;}
.sec4{
	background-image: url(../images/pro_bg.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: 100% auto;padding: 3rem 0;
}
.sec4 .text-box{
	/* width: 50%;
	padding: 3.125% 3.90625%;
	background-color: rgba(0,0,0,0.6); */
}

.sec4 h3 span{color: #ccc;font-size: 22px;font-weight: normal;}
.sec4 .line{
	margin-bottom: 30px;
	margin-top: 20px;
	width: 50px;
	height: 4px;
	background-color: #fe8000;
}
.sec4 ul{
	position: relative;
	/* margin-top: 20px;
	padding: 10px; */
	    margin-top: 1.2rem;
	margin-bottom: 30px;
	    display: flex;
	    align-items: stretch;
	    justify-content: flex-start;
	    flex-direction: row;
	    flex-wrap: wrap;
}
.sec4 li{
	width: 19.2%;float: left;margin-right:1%;
	margin-top: 10px;
	-webkit-transform: translateY(48px);
	transform: translateY(48px);
	opacity: 0;
	-webkit-transition: all 1s;
	transition: all 1s;
	position: relative;margin-bottom: 1.5%;
	overflow: hidden;
	background: #00a0e9;
	padding: 2rem 1rem ;
}
.sec4 li:hover{background: #00a0e9;}
.sec4 li:hover a{color: #fff;}
.sec4 li a{color: #060606;}
.sec4 li h3{font-size: 24px;line-height: 36px;font-weight: normal;padding: 0.8rem 0;text-align: center;color: #fff}
.sec4 li img{width:100% ;-moz-transition: all .8s ease 0s;-ms-transition: all .8s ease 0s;-o-transition: all .8s ease 0s;transition: all .8s ease 0s;}
.sec4 li:hover img{transform: scale(1.1); }

.sec4 li p{font-size:16px;line-height: 24px;margin-bottom: 2rem;; }
.sec4 li:nth-child(5n){margin-right: 0;}
.sec4 li.actived{
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}
.sec4 .pro_img{width: 234px;/* height: 223px */;height: 190px;/* border-radius: 50%; */border: 1px solid #ddd;overflow: hidden;margin: 0 auto;    display: flex;
    justify-content: center;
    align-items: center;background: #fff;}
.sec4 .pro_img img{width: 100%;}
.sec4 h4{
	border: 2px solid #ddd;
	padding: 0.588em 1.1768em;
	font-size: 17px;
	color: #fff;
	font-weight: 500;
	font-family: "Montserrat";
	float: left;
	margin-top: -0.88em;    
}
.sec4 .point{
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background-color: #ac1a2f;
	margin-left: 110px;
}
.sec4 .detail{
	float: left;
	margin-bottom: 40px;
	margin-left: 160px;
	margin-top: -30px;
}
.sec4 h5{
	font-size: 17px;
	color: #fff;
	font-family: 'Montserrat';
	font-weight: bold;
	margin-bottom: 0.588em;
}
.sec4 p{

}
.sec4 .more{
	font-size:14px;
	color:#fff;
	letter-spacing:1px;
	line-height:normal;
	font-weight:bold;
	text-transform:uppercase;
	border:solid 1px #fff;
	padding:0.714em 2.14em 0.714em 2.14em;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	position:relative;
	z-index:1;
	overflow:hidden;
	margin-bottom: 2.14em;
	display: block;
	float: right;
}
.sec4 .more:hover{
	padding-left: 1.14em;
	padding-right:3.14em;
	color: #000;
}
.sec4 .more::before{
	content: "";
	background:rgba(0,0,0,0);
	width:0;
	height:100%;
	position:absolute;
	z-index:-1;
	left:0;
	top:0;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.sec4 .more::after{
	font-family:FontAwesome;
	content:  "\f178";
	margin-left: 1em;
	position:absolute;
	right:-1.5em;
	margin-top:2px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.sec4 .more:hover::after{
	right:1.14em;
}
.sec4 .more:hover::before{
	width:100%;
	background:rgba(255,255,255,1);
}


.sec5{
	background:#f8f8f8;

	padding: 2.2% 0 2.6%;
}
.sec5 h3{
	font-size: 30px;
	color: #000;
	font-weight: bold;
	text-align: center;
}
.sec5 .line{
	margin: 20px auto 60px;
	width: 50px;
	height: 4px;
	background-color: #fe8000;
}
.sec5 ul{
	-webkit-display: flex;
	-webkit-align-items: stretch;
	-webkit-justify-content: flex-start;
	-webkit-flex-direction: row;
	-webkit-flex-wrap: wrap;
	display: flex;
	align-items: stretch;
	justify-content: flex-start;
	flex-direction: row;
	flex-wrap: wrap;
	margin-top: 1.2rem;
}
.sec5 li{
	width: 15.8%;margin-right: 1%;
	position: relative;
	margin-bottom: 30px;
	position: relative;
}
.sec5 li:nth-child(6n){
	margin-right: 0;
}
.sec5 li img{width: 100%;}
.sec5 .icon{
	width: 68px;
	height: 68px;
	position: absolute;
	left: 0;
	top: 0;
	text-align: center;
}

.sec5 .icon::before{
	content: "";
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	width: 58.8235%;
	height: 58.8235%;
	display: inline-block;
	vertical-align: top;
}

.sec5 .text-box{
	padding-left: 70px;
}
.sec5 h5{
	font-size: 17px;
	color: #fff;
	margin-bottom: 0.3em;
	font-weight: bold;
}
.news_span{width: 130px;height: 30px;border-radius: 16px;line-height: 30px;text-align: center;border: 1px solid #bbb;display: block;margin: 24px 0 14px 14px;font-size: 14px;}
.news_span a{color: #333;}

.sec6{
	background-color: #fff;
	padding: 3rem 0;
	
}
.sec6 .w1170{position: relative;}
.sec6 h3{
	font-size: 28px;
	color: #222;
	font-weight: bold;
}
.sec6 h3 span{
	font-size: 22px;font-weight: normal;color: #6f6f6f;
}
.sec6 .line{
	margin-bottom: 50px;
	margin-top: 20px;
	width: 50px;
	height: 4px;
	background-color: #fe8000;
}
.sec6 .date{
	position: absolute;
	left: 0;
	top: 0;
	width: 60px;
	text-align: center;
}
.sec6 .days{
	font-size: 30px;
	color: #fff;
	padding: 0.666em 0;
	background-color: #fe8000;
	font-family: "Montserrat";
	font-weight: 600;
	line-height: 1;
}
.sec6 .months{
	border-bottom: 4px solid #ddd;
	font-weight: 600;
	padding: 0.5em 0;
	letter-spacing: 1.14em;
	font-size: 14px;
	color: #222;
	line-height: 1.7;
}
.sec6 .text{
	padding-left: 80px;
}
.sec6 h5{
	margin-bottom: 1.1765em;
	font-size: 17px;
	color: #222;
	font-weight: normal;
	max-height: 1.1em;
}
.sec6 h5 a{
	font-size: inherit;
	color: inherit;
}
.sec6 h5 a:hover{
	text-decoration: underline;
}

.sec6 .more{
	display: inline-block;
	vertical-align: top;
	font-weight: bold;
	color: #222;
	margin-top: 0.77em;
	font-size: 13px;
	line-height: 1.5;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}
.sec6 .more:hover{
	color: #707070;
}
.sec6 .more span{
	display: inline-block;
	vertical-align: middle;	
}
.sec6 .more .icon{
	margin-left: 8px;
	color: #ac1a2f;
	font-family: 'FontAwesome';
	font-weight: normal;
}
.sec6 .more .icon::before{
	content: "\f054";
	display: inline-block;
	vertical-align: middle;
}
.sec6 .swiper-pagination{
	margin-top: 35px;
	position: static;
}
.sec6 .swiper-pagination .swiper-pagination-bullet{
	opacity: 1;
	background-color: transparent;
	width: auto;
	height: auto;
	margin: 0;
}
.sec6 .swiper-pagination .swiper-pagination-bullet::before{
	content: "";
	display: block;
	width: 5px;
	height: 5px;
	margin: 5px 7px;
	border-radius: 50%;
	background-color: #ddd;
}
.sec6 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before{
	background-color: #ac1a2f;
}

@media only screen and (max-width:1024px) {
	.newsview_txt p, .pro_txt p{font-size: 14px;}
	.wrap{
			padding: 1rem 0;
		}
		.wrap .title{
			margin-bottom: 1.5rem;
		}
		.wrap .title h3{
			font-size: 1.25rem;
			/* margin-bottom: 1rem; */
		}
		.wrap .title p{
			font-size: 0.625rem;
		}
		.wrap .content{
			font-size: 0.625rem;
			padding: 1.5rem 0;
			margin-bottom: 1.5rem;
		}
		.wrap .relative-box a{
			font-size: 0.625rem;
		}
    .ke-zeroborder tr{
		    display: flex;
		    align-items: stretch;
		    justify-content: flex-start;
		    flex-direction: row;
		    flex-wrap: wrap;
	}
	.ke-zeroborder td{width: 100%;}
	.ke-zeroborder img{padding-right: 0;}
	.page .pager-holder {
			font-size: 0.625rem;
		}

	.sec0{
		background-image: url(../images/ban1_m.jpg);
		background-position: center center;
		background-attachment: scroll;
	}
	.sec0 h3{
		font-size: 1.6rem;
	}
	.swiper-slide{font-size: 0.8rem;}
	.sec0 .swiper-container{
		font-size: 1.25rem;
	}
	.sec0 .more{
		font-size: 0.625rem;
	}




	.sec1 a{
		/* width: 50%; */
	}
	.sec1 h5{
		/* font-size: 0.6875rem; */
	}

.idx-tit-l h2{font-size: 32px;}
.idx-tit-l p{font-size: 1.25rem}
.idx-tit{align-items: center;}
.sec1-con p{font-size: 1.2rem;padding: 1em 1rem 2rem;}

.sec1-con li{width: 100%;margin-right: 0;margin-bottom: 1rem;}

	.sec2{
		padding: 2.5rem 0 1rem;
	}
	.sec2 .left{
		margin-bottom: 1rem;
		width: 100%;
	}
	.sec2 .right{width: 100%;padding: 1rem;}
	.sec2 h5{
		font-size: 1.25rem;
	}
	.sec2 .line{
		width: 1.5625rem;
		margin-top: 1rem;
	}
	.sec2 p{
		width: 100%;
		font-size: 1.25rem;
	}





	.sec3{
		padding: 1rem 0;
	}
	.sec3 li{
		width: 100%;
		padding: 1rem 0;
	}
	.sec3 h5{
		font-size: 1.5rem;
	}
	.sec3 p{
		font-size: 0.625rem;
	}

.section li{width: 100%;}

	.sec4{
		background-size: auto 100%;
		background-position: left center;
		background-attachment: scroll;
	}
	.sec4 .text-box{
		width: 100%;
	}
	.sec4 h3{
		font-size: 1.25rem;
	}
	.sec4 .line{
		margin-bottom: 1rem;
		margin-top: 1rem;
		width: 1.5625rem;
	}
	.sec4 ul{
		margin-top: 1rem;
		padding: 0.5rem;
		margin-bottom: 1.5rem;
	}
	.sec4 li{
		margin-top: 0.5rem;width: 100%
	}
	.sec4 h4{
		font-size: 0.75rem;
	}
	.sec4 .point{
		width: 0.625rem;
		height: 0.625rem;
		margin-left: 25%;
	}
	.sec4 .detail{
		margin-bottom: 2rem;
		margin-left: 35%;
		margin-top: -1.5rem;
	}
	.sec4 h5{
		font-size: 0.75rem;
	}
	.sec4 p{
		font-size: 1.25rem;
	}
	.sec4 .more{
		font-size: 0.625rem;
		float: none;
		margin-left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		display: inline-block;
	}


	.sec5{
		background-size: auto 100%;
		padding: 2.5rem 0 2rem;
		background-position: right;
		background-attachment: scroll;
	}
	.sec5 h3{
		font-size: 1.25rem;
	}
	.sec5 .line{
		margin-bottom: 2rem;
		margin-top: 1.5rem;
		width: 1.5625rem;
	}
	.sec5 li{
		width: 47%;
		margin-right: 6%;
		margin-bottom: 6%;
	}
	.sec5 li:nth-child(3n){
		margin-right: 6%;
	}
	.sec5 li:nth-child(even){
		margin-right: 0;
	}
	.sec5 .icon{
		width: 2.5rem;
		height: 2.5rem;
	}
	.sec5 .text-box{
		padding-left: 3rem;
	}
	.sec5 h5{
		font-size: 0.75rem;
	}
	.sec5 p{
		font-size: 1.25rem;
	}

li.new_cnlf{width: 100%;margin-bottom: 2rem;}
.news_span{font-size: 1.2rem;width: 9rem;height: 2.6rem;line-height:2.6rem;border-radius: 2rem;}
li.new_cnlf .news_img{height: 220px;}
.part2 p{font-size: 16px;line-height: 28px;padding: 2rem 0;}
#header .logo img{max-width: 50%;}
	.sec6{
		padding: 2rem 0;
	}
	.sec6 h3{
		font-size: 1.25rem;
	}
	.sec6 .line{
		margin-bottom: 1.5rem;
		margin-top: 1rem;
		width: 1.5625rem;
	}
	.sec6 .date{
		width: 2.5rem;
	}
	.sec6 .days{
		font-size: 1.375rem;
		padding: 0.5em 0;
	}
	.sec6 .months{
		border-bottom: 2px solid #ddd;
		font-size: 0.625rem;
		letter-spacing: 1em;
	}
	.sec6 .text{
		padding-left: 3.5rem;
	}
	.sec6 h5{
		font-size: 0.8rem;
		margin-bottom: 0.5em;
	}
	.sec6 p{
		font-size: 0.58rem;
	}
	.sec6 .more{
		font-size: 0.58rem;
	}
	.sec6 .more .icon{
		margin-left: 1em;
	}
	.sec6 .swiper-pagination{
		margin-top: 1.5rem;
	}
	.time_intt .year .list ul li .date{margin-top: 5%;}
	.time_intt .year .list ul li .date strong{font-size: 18px;}
	.time_intt .year .list ul li .intro{padding: 10px 15px;}
	.main_con_text_l, .main_con_text_r{width: 100%;}
	.main_con_text_l{padding: 0 0 2rem;}
	.main_con_text_l img{width: 100%;}
	.form-1 .item{width: 100%;}
}
@media only screen and (max-width:375px) {
	
	.page .pager-holder a{width: 4.7143em;}
	.section li{width: 48%;}
	.section li .text-box p{display: none;}
	
	.form-1 .item{width: 100% !important;}
	.sec1 a{width: 100%;}
	.sec2 .left, .sec2 .right{width: 100%;}
	.sec2 .inner.w1170{display: block;}
	.sec4 h3 span{font-size: 16px;}
	.sec4 .text-box{padding:0.5rem 0%}
	.idx_case_t {
	    padding-top: 20px;
	}
	.sec4 li{width: 49%;margin-right: 2%;}
	.sec4 li:nth-child(2n){margin-right: 0;}
	.sec4 li p{font-size: 16px;}
	.sec5 li:nth-child(2n+2){margin-right: 0;}
	.sec5 li:nth-child(5){margin-right: 6%;}
	
	.sec6 h3 span{font-size: 16px;}
	.newtel{position: inherit;}
	.new_telst{width: 100%;}
	.new_telst li{width: 31%;float: left;font-size: 16px;line-height: 36px;margin:0 1.5% 0;}
	.new_telst li:nth-child(3){margin: 0  ;}
	.new_con{margin-top: 26px;}
	li.new_cnlf{width: 100%;}
	#footer, .part2 p a{display: none;}
}

.yqlj {padding: 0.75rem 0;}
.yqlj ul {text-align: left;}
.yqlj li{display: inline-block;color: #ccc;}
.yqlj li a{color: #ccc;}
