@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 1.786em;
	color: #fff;
	letter-spacing: 1px;
	background-color: #fe8000;
	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;
}
@-webkit-keyframes mouseslide {
	100%{
		opacity: 0;
		-webkit-transform: translateY(25px);
	}
}
@keyframes mouseslide {
	100%{
		opacity: 0;
		transform: translateY(25px);
	}
}




.sec1{
	-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;
}
.sec1 a{
	position: relative;
	display: block;
	width: 33.33%;
}
.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 a:hover::after{
	background-color: rgb(0,0,0,0.1);
}
.sec1 h5{
	text-align: center;
	font-size: 15px;
	color: #333;
	padding: 2em 0;
	background-color: #f8f8f8;
	-webkit-transition: color 0.3s,background-color 0.3s;
	transition: color 0.3s,background-color 0.3s;
}
.sec1 a:hover h5{
	color: #fff;
	background-color: #fe8000;
}
.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);
}
.main_con{background-color: #fff;padding: 50px 0;min-height: 500px;}
.main_con_text p{font-size: 16px;line-height: 26px;}

.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;
}
.section li .img-box .cover{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #fe8000;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}
.section li:hover .img-box .cover{
    opacity: 0.9;
}
.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: 16px;
    color: #333;
    font-weight: normal;
    line-height: 1.625;
    text-transform: uppercase;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.section li .text-box p{
    font-size: 12px;
    color: #555;
    line-height: 1.8;
    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: #fe8000;
}
.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: #fff;
	padding: 4.2% 0;
}
.sec2 .inner.w1170{display: flex;}
.sec2 .left{
	margin-bottom: 30px;
	width: 25%;
	display: inline-block;
	vertical-align: top;
}
.sec2 .right{width: 75%;line-height: 40px;}
.sec2 h5{
	font-size: 28px;
	line-height: 1.2;
	color: #222;
}
.sec2 .line{
	height: 4px;
	background-color: #fe8000;
	width: 50px;
	margin-top: 20px;
}
.sec2 p{
	display: inline-block;
	vertical-align: top;
font-size: 18px;line-height:32px;color: #333;
	-webkit-transform: translateX(48px);
	transform: translateX(48px);
	-webkit-transition: transform 1s,opacity 1s;
	transition: transform 1s,opacity 1s;
}
.sec2.actived p{
	opacity: 1;
	-webkit-transform: translateX(0);
	transform: translateX(0);
}




.sec3{
	padding: 20px 0;
	background-repeat: repeat;
	background-image: url(../images/about_bg.jpg);
	background-position: center;
	background-size: auto;
	background-color: #ac1a2f;
	text-align: center;
}
.sec3 li{
	display: inline-block;
	vertical-align: top;
	width: 32.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;
}
.sec3 p{
	font-size: 14px;
	color: #fff;
}


.idx_case_t{padding-top: 60px;}
.sec4{
	background-image: url(../images/case_bg.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: 100% auto;
}
.sec4 .text-box{
	/* width: 50%;
	padding: 3.125% 3.90625%;
	background-color: rgba(0,0,0,0.6); */
}
.sec4 h3{
	font-size: 28px;
	color: #fff;
	font-weight: bold;
}
.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-bottom: 30px;
}
.sec4 li{
	width: 31%;float: left;margin-right: 2%;
	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;
}
.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:hover P{ background: linear-gradient(to top,rgba(254, 128, 0, 0.8), rgba(0, 0, 0, 0));}
.sec4 li p{font-size:18px;color: #fff; height: 62px;line-height: 62px;text-align: center; background: linear-gradient(to top,rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));position: absolute;bottom: 0;left: 0;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:nth-child(3n){margin-right: 0;}
.sec4 li.actived{
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}
.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: 4.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;
}
.sec5 li{
	width: 19%;margin-right: 1%;
	position: relative;
	margin-bottom: 30px;
	position: relative;
}
.sec5 li:nth-child(5n){
	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;
}
.sec5 p{
	font-size: 14px;
	color: #ddd;
	line-height: 1.7;
}


.sec6{
	background-color: #f7f7f7;
	padding: 4.2% 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;
		}

	.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: 100%;
	}
	.sec1 h5{
		font-size: 0.6875rem;
	}




	.sec2{
		padding: 2.5rem 0;
	}
	.sec2 .left{
		margin-bottom: 1rem;
		width: 100%;
	}
	.sec2 h5{
		font-size: 1.25rem;
	}
	.sec2 .line{
		width: 1.5625rem;
		margin-top: 1rem;
	}
	.sec2 p{
		width: 100%;
		font-size: 0.625rem;
	}





	.sec3{
		padding: 1rem 0;
	}
	.sec3 li{
		width: 50%;
		padding: 1rem 0;
	}
	.sec3 h5{
		font-size: 1.5rem;
	}
	.sec3 p{
		font-size: 0.625rem;
	}



	.sec4{
		background-size: auto 100%;
		background-position: left center;
		background-attachment: scroll;
	}
	.sec4 .text-box{
		width: 100%;
		padding: 2.5rem 4%;
	}
	.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;
	}
	.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: 0.625rem;
	}
	.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: 0.625rem;
	}


	.sec6{
		padding: 2.5rem 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;
	}
}
@media only screen and (max-width:768px) {
	.sec2 .inner.w1170{display: block;}
	.sec2 .right{width: 100%;}
	.sec4 li{width: 49%;}
	.sec4 li:nth-child(3n){margin-right: 2%;}
	.sec4 li:nth-child(2n){margin-right: 0;}
	.sec4 .text-box{padding: 0.5rem 0%;}
	.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%;}
	.section li{width: 48%;}
	.section li .text-box p{display: none;}
	.part2 p{line-height: 28px;padding: 20px 0;}
	.wrap .content, .main_con_text{font-size: 0.9rem;}
	
	
}
@media only screen and (max-width: 375px) {
	.sec1 a{width: 100%;}
	.page .pager-holder a{width: 4.7143em;}
	
	
	.form-1 .item{width: 100% !important;}
	.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;}
	
	#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;}
