@charset "utf-8";

.swiper-banner{
	background: url(load.gif) center no-repeat;
}
.swiper-banner{
	display: block;
	width: 100%;
	height: 52.55vw;
	min-height: 700px;
}
.swiper-banner .swiper-slide a{
	display: block;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.swiper-banner .swiper-pagination{
	position: absolute;
	top: 50%;
	left: 93%;
	width: fit-content;
	height: fit-content;
	transform: translateY(-50%);
}
.swiper-banner .swiper-pagination div{
	position: relative;
	display: block;
	width: 25px;
	height: 35px;
	margin: 8px 0;
	font-size: 18px;
	line-height: 35px;
	color: #fff;
	background: none;
	font-family: 'gothambold';
}
.swiper-banner .swiper-pagination div::after{
	content: "";
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 7px;
	height: 7px;
	background-color: #fff;
	border-radius: 50%;
}
.swiper-banner .swiper-pagination div.swiper-pagination-bullet{
	opacity: 1;
}
.swiper-banner .swiper-pagination div.swiper-pagination-bullet b{
	opacity: 0;
}
.swiper-banner .swiper-pagination div.swiper-pagination-bullet::after{
	opacity: 1;
}
.swiper-banner .swiper-pagination div.swiper-pagination-bullet-active b{
	opacity: 1;
}
.swiper-banner .swiper-pagination div.swiper-pagination-bullet-active::after{
	opacity: 0;
}







.header_box{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99;
	min-width: 1300px;
	width: 100%;
	transition: none;
	border-bottom: 1px solid rgba(255,255,255,.1);
}
.header_box::after{	content: "";	position: absolute;	left: 0;	top: 0;	display: block;	width: 100%;	height: 100%;	background-image: linear-gradient(to bottom, rgba(0,0,0,.1), rgba(0,0,0,0));
	z-index: -1;}
.header_bg{
	background-color: #fff;
	box-shadow: 0 0 35px 0 rgba(0,0,0,.35);
}
.header_box.header_color{
	border-color: rgba(0,0,0,.1);
}
.header_box.header_bg::after{
	display: none;
}

.logo{
	position: absolute;
	top: 33px;
	left: 0;
	z-index: 10;
	display: block;
	width: 290px;
	height: 37px;
	background: url(logo.png) center center/cover no-repeat;
	transition: all 0.5s;
}
.header_bg .logo,
.header_color .logo{
	background-image: url(logo02.png);
}

.nav{
	float: right;
}
.nav ul li{
	position: relative;
	float: left;
	margin: 0 20px;
}
.nav > ul > li > a{
	position: relative;
	display: block;
	font-size: 16px;
	color: #fff;
	line-height: 110px;
	transition: all 0.4s;
}
.header_bg .nav > ul > li > a,
.header_color .nav > ul > li > a{
	color: #000;
}
.nav > ul > li > a::after{
	content: "";
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -1px;
	margin: 0 auto;
	width: 0;
	height: 3px;
	background-color: #fff;
	border-radius: 30px;
	-webkit-transition: all .3s;
	transition: all .3s;
	opacity: 0;
}
.header_bg .nav > ul > li > a::after,
.header_color .nav > ul > li > a::after{
	background-color: #0e223b;
}
.nav > ul > li > a:hover::after,
.nav > ul > li > a.active::after{
	width: 100%;
	opacity: 1;
}


.header_box.active {
    position: fixed;
    top: 0;
    transform: translateY(-101%);
}
.header_box.active.slideDown, .header_box.active.slideUp {
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.header_box.active.slidedowm {
    transform: translateY(0);
}


.head_search{
	float: right;
	position: relative;
	width: 45px;
	height: 110px;
	transition: all 0.3s;
}
.head_search i{
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	overflow: hidden;
	transform: translate(-50%,-50%);
	cursor: pointer;
	background: url(search_icon.png) center center/24px auto no-repeat;
}
.head_search form {
	display: block;
	position: absolute;
	right: 0;
	top: 111px;
	padding: 0 15px;
	width: 240px;
	height: 0;
	overflow: hidden;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=50);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#7f003065, endColorstr=#7f003065);
	background: rgba(0,0,0,.5);
}
.head_search input[type="text"] {
	display: block;
	float: left;
	width: 160px;
	line-height: 30px;
	height: 30px;
	overflow: hidden;
	border: 1px solid #eee;
	color: #999;
	font-size: 12px;
	padding: 0 10px;
	text-align: left;
}
.head_search input[type="submit"] {
	display: block;
	float: left;
	width: 50px;
	height: 30px;
	background-image: url(search_icon.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 60%;
	cursor: pointer;
	background-color: #0e223b;
}

.head_search:hover form {
	height: 60px;
	padding: 15px 15px;
}

.header_bg .head_search i,
.header_color .head_search i{
	background-image: url(search.png);
}



@media screen and (max-width:1680px) {
.nav ul li{
	margin: 0 17px;
}
.nav ul li a{
	font-size: 15px;
	line-height: 100px;
}
.head_search{
	height: 100px;
}
.head_search form{
	top: 101px;
}
.logo{
	top: 30px;
    width: 275px;
	height: 35px;
    background-size: contain;
}
}
@media screen and (max-width:1440px) {
.nav ul li{
	margin: 0 14px;
}
.nav ul li a{
	font-size: 14px;
	line-height: 90px;
}
.head_search{
	height: 90px;
}
.head_search form{
	top: 91px;
}
.logo{
	top: 27px;
    width: 260px;
	height: 33px;
    background-size: contain;
}
}

.commbox{
	padding: 6% 0;
	background-color: #eee;
}
.commbox .container{
	border-radius: 18px;
	overflow: hidden;
}
.product-comm-text{
	position: absolute;
	right: 0;
	bottom: 0;
	display: flex;
	width: 50%;
	padding: 2.5% 3.5%;
	background-color: #ef8b2b;
	border-radius: 18px 0 0 0;
}
.product-comm-icon{
	width: 55px;
	height: 55px;
	margin-right: 5%;
}
.product-comm-text em{
	width: 1px;
	height: 55px;
	background-color: #fff;
	margin-right: 5%;
}
.product-comm-text h3{
	font-size: 1.75rem;
	font-weight: normal;
	color: #fff;
	line-height: 55px;
}
.pro-prev,.pro-next{
	position: absolute;
	z-index: 2;
	bottom: calc(6.2% + 2.5px);
	width: 50px;
	height: 50px;
	border-radius: 50%;
	border: 1px solid #fff;
	cursor: pointer;
	background-image: url(ban_icon.png);
	background-size: 100px auto;
}
.pro-prev{
	right: calc(3% + 70px);
	background-position: -50px 0;
}
.pro-next{
	right: 3%;
	background-position: -50px -50px;
}
.pro-prev:hover{
	background-position: 0 0;
	background-color: #fff;
}
.pro-next:hover{
	background-position: 0 -50px;
	background-color: #fff;
}

.about-comm{
	display: flex;
	justify-content: space-between;
}
.about-comm-text{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50%;
	background-color: #fff;
}
.about-comm-img{
	width: 50%;
}
.about-comm-font{
	width: 80%;
}

.title-comm{
	margin-bottom: 40px;
}
.title-comm h3{
	font-family: "gothambold";
	font-size: 3rem;
	line-height: 1.1;
	text-transform: uppercase;
	color: #000;
	margin-bottom: 10px;
}
.title-comm h4{
	font-family: '思源黑体';
	font-size: 1.6875rem;
	font-weight: normal;
	color: #000;
	line-height: 1.4;
}
.title-comm i,
.oem-comm-text i,
.about-craftsman-text i{
	display: block;
	margin-top: 20px;
}
.title-comm i::before,
.title-comm i::after,
.oem-comm-text i::before,
.oem-comm-text i::after,
.about-craftsman-text i::before,
.about-craftsman-text i::after{
	content: "";
	display: block;
	width: 25px;
	height: 5px;
	border-radius: 30px;
}
.title-comm i span,
.oem-comm-text i span,
.about-craftsman-text i span{
	display: block;
	width: 30px;
	height: 5px;
	background-color: #4a99d1;
	border-radius: 30px;
}
.title-comm i::before,
.oem-comm-text i::before,
.about-craftsman-text i::before{
	background-color: #ef8b2b;
	margin-bottom: 5px;
}
.title-comm i::after,
.about-craftsman-text i::after{
	background-color: #273244;
	margin-top: 5px;
}
.oem-comm-text i::after{
	background-color: #fff;
	margin-top: 5px;
}
.title-comm h3.white,
.title-comm h4.white{
	color: #fff;
}
.title-comm i.white::after{
	background-color: #fff;
}


.about-comm-info{
	font-size: 1rem;
	line-height: 2;
	color: #737373;
}
.about-comm-font ol{
	display: flex;
	justify-content: space-between;
	padding-right: 6%;
	margin: 30px 0 40px;
}
.about-comm-font ol li h4{
	font-size: 2.5rem;
	line-height: 1.4;
	color: #000;
}
.about-comm-font ol li p{
	font-size: 0.875rem;
	color: #737373;
}
.about-comm-font a{
	display: block;
	width: 190px;
	font-size: 1rem;
	line-height: 55px;
	border-radius: 30px;
	text-align: center;
	color: #fff;
	background-color: #479cd5;
}
.about-comm-font a:hover{
	transform: translateY(-5px);
	box-shadow: 0 16px 25px -12px rgba(0,0,0,.6);
}
.oem-comm{
	padding: 4% 0;
	background-color: #283245;
}
.oem-comm .container{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.oem-comm-img{
	width: 51.375%;
}
.radius{
	border-radius: 10px;
	overflow: hidden;
}
.oem-comm-text{
	width: 31.25%;
	margin-right: 8%;
}
.oem-comm-text h3{
	font-size: 1.875rem;
	line-height: 1.6;
	color: #fff;
	margin-bottom: 5%;
}
.oem-comm-text p{
	font-size: 1.125rem;
	line-height: 1.8;
	color: #fff;
	margin-bottom: 8%;
}
.oem-comm-text a{
	display: block;
	width: 190px;
	font-size: 1rem;
	line-height: 55px;
	border-radius: 30px;
	text-align: center;
	color: #fff;
	border: 2px solid #fff;
	margin-top: 18%;
}
.oem-comm-text a:hover{
	color: #283245;
	background-color: #fff;
}
.join-comm{
	width: 100%;
	height: 49.895vw;
	min-height: 648px;
	background: url(../images/index_join.jpg) center center/cover no-repeat;
}

.join-comm a{
	display: block;
	width: 100%;
	height: 100%;
	padding-top: 5%;
}
.join-comm-text p{
	display: inline-block;
	font-size: 1.125rem;
	line-height: 2.1;
	padding: 0 26px;
	color: #fff;
	background-color: #ef8b2b;
	border-radius: 50px;
}
.join-comm-text h3{
	margin-top: 1.3%;
	color: #fff;
	font-size: 3.5rem;
	line-height: 1.3;
}
.join-comm-text h4{
	font-size: 2.25rem;
	font-weight: normal;
	line-height: 1.6;
	color: #fff;
}




.news-comm{
	padding: 4% 0;
}
.swiper-container-news .swiper-slide{
	width: calc(97%/3);
	margin-right: 1.5%;
}
.news-comm a{
	display: block;
	background-color: #eee;
}
.news-comm .news_img{
	background-position: center;
	background-image: url(logo.png);
	background-color: #f8f8f8;
	background-size: 45% auto;
	background-repeat: no-repeat;
}
.news-comm .news_img span{
	display: block;
	height: 14.63vw;
	min-height: 195px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	transition: all 0.5s;
}
.news-comm .news_text{
	position: relative;
	z-index: 4;
	width: 100%;
	padding: 8% 6%;
	transition: all 0.5s;
	box-shadow: 0 10px 30px -18px rgba(0,0,0,.15);
}
.news-comm .news_text h4{
	font-size: 1.5rem;
	line-height: 2.25rem;
	height: 4.5rem;
	margin-bottom: 10px;
	font-weight: normal;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}
.news-comm .news_text p{
	font-size: 1rem;
	color: #8b8b8b;
	line-height: 2rem;
	height: 4rem;
	overflow: hidden;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}
.news-comm a:hover .news_img span{
	transform: scale(1.05,1.05);
}
.news-comm a:hover{
	background-color: #479cd5;
}
.news-comm a:hover h4,
.news-comm a:hover p{
	color: #fff;
}
.news-prev,.news-next,.vi-prev,.vi-next{
	position: absolute;
	transform: translateY(-50%);
	top: 50%;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background-position: center;
	background-size: auto 100%;
	background-repeat: no-repeat;
	background-color: #969696;
	cursor: pointer;
	z-index: 50;
}
.news-prev{
	left: -90px;
	background-image: url(../images/brand_prv.png);
}
.news-next{
	right: -90px;
	background-image: url(../images/brand_next.png);
}
.vi-prev{
	left: 0;
	background-image: url(../images/brand_prv.png);
}
.vi-next{
	right: 0;
	background-image: url(../images/brand_next.png);
}
.news-prev:hover,.news-next:hover,.vi-prev:hover,.vi-next:hover{
	background-color: #0e223b;
}


.footer-comm{
	padding: 5.2% 0 3.2%;
	background-color: #313131;
	border-bottom: 1px solid #464646;
}
.footer-comm .container{
	display: flex;
	justify-content: space-between;
}
.footer-left{
	width: 21.875%;
}
.footer-left img{
	width: 86.85%;
	margin: 0 0 10% 5%;
}
.footer-left form{
	padding: 5px;
	border-radius: 40px;
	background-color: #fff;
	overflow: hidden;
}
.footer-left input[type="text"]{
	float: left;
	width: calc(100% - 55px);
	padding: 0 25px;
	line-height: 32px;
	border: 0;
}
.footer-left input[type="submit"]{
	float: right;
	width: 55px;
	height: 32px;
	background: url(search_icon.png) center center/30px auto no-repeat #ef8b2b;
	border-radius: 30px;
}
.footer-info i{
	display: inline-block;
	padding: 6px;
	border-radius: 30px;
	border: 1px solid #5a5a5a;
	font-size: 1rem;
	line-height: 22px;
	font-style: normal;
	margin-right: 10px;
}
.footer-info i img{
	width: 22px;
}
.footer-info i span{
	display: inline-block;
	padding: 0 10px;
	color: #fff;
}
.footer-info h3{
	font-size: 2.625rem;
	line-height: 1.6;
	color: #fff;
}
.footer-info p{
	font-size: 1.125rem;
	line-height: 2.7;
	color: #fff;
}

.copy-box{
	font-size: 16px;
	line-height: 70px;
	color: #939393;
	background-color: #313131;
}
.copy-box a{
	color: #939393;
}
@media screen and (max-width:1800px) {
	.footer-info i{
		padding: 6px;
		font-size: 14px;
		line-height: 20px;
		margin-right: 8.5px;
	}
	.footer-info i img{
		width: 20px;
	}
	.footer-info i span{
		padding: 0 8.5px;
	}
	.footer-info h3{
		font-size: 2.125rem;
	}
	.footer-info p{
		font-size: 1rem;
	}
	
}
@media screen and (max-width:1680px) {
	.commbox .container{
		border-radius: 14px;
	}
	.product-comm-text{
		border-radius: 14px 0 0 0;
	}
	.product-comm-icon{
		width: 50px;
		height: 50px;
	}
	.product-comm-text em{
		height: 50px;
	}
	.product-comm-text h3{
		font-size: 1.5rem;
		line-height: 50px;
	}
	.pro-prev, .pro-next{
		width: 45px;
		height: 45px;
		background-size: 90px auto;
	}
	.pro-prev{
		right: calc(3% + 65px);
		background-position: -45px 0;
	}
	.pro-next{
		background-position: -45px -45px;
	}
	.pro-next:hover{
		background-position: 0 -45px;
	}
	.title-comm{
		margin-bottom: 35px;
	}
	.title-comm h3{
		font-size: 2.75rem;
		margin-bottom: 8px;
	}
	.title-comm h4{
		font-size: 1.5rem;
	}
	.title-comm i,
	.oem-comm-text i,
	.about-craftsman-text i{
		margin-top: 17px;
	}
	.title-comm i::before,
	.title-comm i::after,
	.oem-comm-text i::before,
	.oem-comm-text i::after,
	.about-craftsman-text i::before,
	.about-craftsman-text i::after{
		width: 22px;
		height: 4px;
	}
	.title-comm i span,
	.oem-comm-text i span,
	.about-craftsman-text i span{
		width: 27px;
		height: 4px;
	}
	.title-comm i::before,
	.oem-comm-text i::before,
	.about-craftsman-text i::before{
		margin-bottom: 4px;
	}
	.title-comm i::after,
	.oem-comm-text i::after,
	.about-craftsman-text i::after{
		margin-top: 4px;
	}
	.about-comm-info{
		font-size: 0.9375rem;
	}
	.about-comm-font ol{
		margin: 25px 0 30px;
	}
	.about-comm-font ol li h4{
		font-size: 2.1875rem;
	}
	.about-comm-font ol li p{
		font-size: 0.8125rem;
	}
	.about-comm-font a,
	.oem-comm-text a{
		width: 180px;
		font-size: 0.9375rem;
		line-height: 50px;
	}
	.radius{
		border-radius: 8px;
		overflow: hidden;
	}
	.oem-comm-text h3{
		font-size: 1.6875rem;
	}
	.oem-comm-text p{
		font-size: 0.96875rem;
	}
	.join-comm-text p{
		font-size: 1rem;
		padding: 0 22px;
	}
	.join-comm-text h3{
		font-size: 3.125rem;
	}
	.join-comm-text h4{
		font-size: 2rem;
	}
	.news-comm .news_text h4{
		font-size: 1.3125rem;
		line-height: 2rem;
		height: 4rem;
		margin-bottom: 8px;
	}
	.news-comm .news_text p{
		font-size: 0.90625rem;
		line-height: 1.8125rem;
		height: 3.625rem;
	}
	.news-prev,
	.news-next,
	.vi-prev,
	.vi-next{
		width: 55px;
		height: 55px;
	}
	.news-prev{
		left: -80px;
	}
	.news-next{
		right: -80px;
	}
	.footer-left form{
		padding: 4px;
	}
	.footer-left input[type="text"]{
		width: calc(100% - 50px);
		padding: 0 20px;
		line-height: 30px;
	}
	.footer-left input[type="submit"]{
		width: 50px;
		height: 30px;
		background-size: 27px auto;
	}
	.footer-info i{
		padding: 5px;
		font-size: 0.875rem;
		line-height: 20px;
		font-style: normal;
		margin-right: 9px;
	}
	.footer-info i img{
		width: 20px;
	}
	.footer-info i span{
		padding: 0 8px;
	}
	.footer-info h3{
		font-size: 2rem;
	}
	.footer-info p{
		font-size: 0.9375rem;
	}
	.copy-box{
		font-size: 15px;
		line-height: 65px;
	}
}
@media screen and (max-width:1540px) {
	.footer-info i{
		padding: 4px;
		font-size: 0.8125rem;
		line-height: 18px;
		margin-right: 7px;
	}
	.footer-info i img{
		width: 18px;
	}
	.footer-info i span{
		padding: 0 7px;
	}
	.footer-info h3{
		font-size: 1.875rem;
	}
	.footer-info p{
		font-size: 0.8125rem;
	}
}
@media screen and (max-width:1440px) {
	.commbox .container{
		border-radius: 10px;
	}
	.product-comm-text{
		border-radius: 10px 0 0 0;
	}
	.product-comm-icon{
		width: 45px;
		height: 45px;
	}
	.product-comm-text em{
		height: 45px;
	}
	.product-comm-text h3{
		font-size: 1.25rem;
		line-height: 45px;
	}
	.pro-prev, .pro-next{
		width: 40px;
		height: 40px;
		background-size: 80px auto;
	}
	.pro-prev{
		right: calc(3% + 60px);
		background-position: -40px 0;
	}
	.pro-next{
		background-position: -40px -40px;
	}
	.pro-next:hover{
		background-position: 0 -40px;
	}
	.title-comm{
		margin-bottom: 30px;
	}
	.title-comm h3{
		font-size: 2rem;
		margin-bottom: 5px;
	}
	.title-comm h4{
		font-size: 1.25rem;
	}
	.title-comm i,
	.oem-comm-text i,
	.about-craftsman-text i{
		margin-top: 13px;
	}
	.title-comm i::before,
	.title-comm i::after,
	.oem-comm-text i::before,
	.oem-comm-text i::after,
	.about-craftsman-text i::before,
	.about-craftsman-text i::after{
		width: 19px;
		height: 3px;
	}
	.title-comm i span,
	.oem-comm-text i span,
	.about-craftsman-text i span{
		width: 22px;
		height: 3px;
	}
	.title-comm i::before,
	.oem-comm-text i::before,
	.about-craftsman-text i::before{
		margin-bottom: 3px;
	}
	.title-comm i::after,
	.oem-comm-text i::after,
	.about-craftsman-text i::after{
		margin-top: 3px;
	}
	.about-comm-info{
		font-size: 0.875rem;
	}
	.about-comm-font ol{
		margin: 20px 0 25px;
	}
	.about-comm-font ol li h4{
		font-size: 1.875rem;
	}
	.about-comm-font ol li p{
		font-size: 0.75rem;
	}
	.about-comm-font a,
	.oem-comm-text a{
		width: 170px;
		font-size: 0.875rem;
		line-height: 45px;
	}
	.radius{
		border-radius: 6px;
		overflow: hidden;
	}
	.oem-comm-text h3{
		font-size: 1.5rem;
	}
	.oem-comm-text p{
		font-size: 0.875rem;
	}
	.join-comm-text p{
		font-size: 0.875rem;
		padding: 0 18px;
	}
	.join-comm-text h3{
		font-size: 2.75rem;
	}
	.join-comm-text h4{
		font-size: 1.75rem;
	}
	.news-comm .news_text h4{
		font-size: 1.125rem;
		line-height: 1.75rem;
		height: 3.5rem;
		margin-bottom: 5px;
	}
	.news-comm .news_text p{
		font-size: 0.8125rem;
		line-height: 1.625rem;
		height: 3.25rem;
	}
	.news-prev,
	.news-next,
	.vi-prev,
	.vi-next{
		width: 50px;
		height: 50px;
	}
	.news-prev{
		left: -70px;
	}
	.news-next{
		right: -70px;
	}
	.footer-left form{
		padding: 3px;
	}
	.footer-left input[type="text"]{
		width: calc(100% - 45px);
		padding: 0 16px;
		line-height: 28px;
	}
	.footer-left input[type="submit"]{
		width: 45px;
		height: 28px;
		background-size: 23px auto;
	}
	.footer-info i{
		padding: 3px;
		font-size: 0.75rem;
		line-height: 16px;
		margin-right: 6px;
	}
	.footer-info i img{
		width: 16px;
	}
	.footer-info i span{
		padding: 0 6px;
	}
	.footer-info h3{
		font-size: 1.75rem;
	}
	.footer-info p{
		font-size: 0.75rem;
	}
	.copy-box{
		font-size: 14px;
		line-height: 60px;
	}
}


.con-banner{
	width: 100%;
	height: 42vw;
	min-height: 560px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.about-box{
	padding: 7.8% 0 6.8%;
	background: url(../images/about_bg.jpg) left bottom/39% auto no-repeat #273244;
}
.about-box .container,
.about-base .container,
.about-base-img-top,
.about-base-img-bottom,
.about-images-top,
.about-area .container{
	display: flex;
	justify-content: space-between;
}

.about-desc{
	width: 77.8125%;
}
.about-desc h3{
	font-size: 2.5rem;
	font-family: "思源黑体";
	color: #fff;
	line-height: 1.5;
	margin-bottom: 25px;
}
.about-desc p{
	font-size: 16px;
	line-height: 2;
	color: #fff;
	opacity: .43;
	margin-bottom: 60px;
}
.about-desc ol{
	margin-bottom: 2%;
}
.about-desc ol li{
	position: relative;
	float: left;
	padding-right: 7%;
	border-radius: 10px;
}
.about-desc ol li:first-child{
	padding-left: 0;
}
.about-desc ol li h4{
	font-size: 3.75rem;
	color: #fff;
}
.about-desc ol li h4 em{
	font-size: 2.25rem;
	vertical-align: text-top;
}
.about-desc ol li h6{
	font-size: 16px;
	line-height: 1.8;
	color: #fff;
	opacity: .7;
	font-weight: normal;
}

.about-base{
	padding: 6.5% 0;
	background-color: #eee;
}
.about-base-left{
	width: 35.625%;
}
.about-base-left p{
	font-size: 1.125rem;
	line-height: 1.8;
	color: #6b6b6b;
}
.about-base-right{
	width: 51.8125%;
}
.about-base-right span{
	position: absolute;
	left: 11px;
	bottom: 11px;
	display: block;
	font-size: 0.875rem;
	color: #fff;
	line-height: 34px;
	padding: 0 21px;
	border-radius: 30px;
	background-color: #479cd5;
}
.about-base-img-top{
	margin-bottom: 2%;
}
.about-base-img-left{
	width: 57%;
}
.about-base-border{
	border: 4px solid #fff;
	border-radius: 8px;
	overflow: hidden;
}
.about-base-img-right{
	width: 41.37%;
}
.about-base-img-right-02{
	position: absolute;
	left: 0;
	bottom: 0;
}
.about-base-img-bottom div{
	width: 32.5693%;
}
.about-craftsman{
	width: 100%;
	height: 46.145vw;
	min-height: 620px;
	margin-top: -6%;
	background: url(../images/about_03.jpg) top center/cover no-repeat;
}
.about-craftsman .container{
	display: flex;
	justify-content: flex-end;
	align-items: center;
	height: 100%;
}
.about-craftsman-text{
	width: 29.6875%;
	margin-right: 6%;
	padding-top: 3%;
}
.about-craftsman-text h3{
	font-family: '思源黑体';
	font-size: 1.875rem;
	line-height: 1.4;
	color: #000;
}
.about-craftsman-text i{
	margin: 6% 0;
}
.about-craftsman-text p{
	font-size: 18px;
	line-height: 1.8;
	color: #000;
}
.about-idea{
	padding: 5.72% 0;
	background: url(../images/about_idea.jpg) center bottom/cover no-repeat;
}
.about-idea ul{
	width: 45%;
}
.about-idea ul li{
	padding: 3.5% 8%;
	margin-bottom: 1.7%;
	border-radius: 18px;
}
.about-idea ul li:nth-child(1){
	background-color: #fff;
}
.about-idea ul li:nth-child(2){
	background-color: #e68b2f;
}
.about-idea ul li:nth-child(3){
	background-color: #479cd5;
	margin-bottom: 0;
}
.about-idea ul li h3{
	font-size: 1.5rem;
	font-weight: 600;
	letter-spacing: 2px;
	margin-bottom: 1.3%;
}
.about-idea ul li p{
	font-size: 1rem;
	line-height: 1.6;
}
.about-images{
	padding: 7.2% 0 4.4%;
}
.about-images::before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	display: block;
	width: 100%;
	height: 25.72vw;
	background-color: #f5f5f5;
}
.about-images-top{
	margin-bottom: 5.35%;
}
.about-images-right{
	width: 69.625%;
	border-radius: 18px;
	overflow: hidden;
	margin-right: 6.375%;
}
.about-vi{
	width: 87.5%;
	margin: 0 auto;
}
.about-area{
	padding: 7.8% 0;
	background-color: #eee;
}
.about-area .container{
	align-items: center;
}
.about-area-img{
	width: 53.25%;
	border-radius: 18px;
	overflow: hidden;
}
.about-area-text{
	width: 33.75%;
	margin-right: 5.625%;
}
.about-area-text h5{
	font-family: '思源黑体';
	font-size: 1.75rem;
	margin-bottom: 3%;
	color: #000;
}
.about-area-text p{
	font-size: 18px;
	line-height: 1.8;
	color: #000;
}


@media screen and (max-width:1760px) {
	.about-area-text h5{
		font-size: 1.625rem;
	}
	.about-area-text p{
		font-size: 1.0625rem;
	}
}
@media screen and (max-width:1680px) {
	.about-desc h3{
		font-size: 2.25rem;
		margin-bottom: 20px;
	}
	.about-desc p{
		font-size: 0.9375rem;
		margin-bottom: 50px;
	}
	.about-desc ol li h4{
		font-size: 3.3125rem;
	}
	.about-desc ol li h4 em{
		font-size: 2rem;
	}
	.about-desc ol li h6{
		font-size: 0.9375rem;
	}
	.about-base-left p{
		font-size: 1rem;
	}
	.about-base-right span{
		font-size: 0.8125rem;
		line-height: 31px;
		padding: 0 19px;
	}
	.about-craftsman-text h3{
		font-size: 1.6875rem;
	}
	.about-craftsman-text p{
		font-size: 1rem;
	}
	.about-idea ul li,
	.about-images-right,
	.about-area-img{
		border-radius: 14px;
	}
	.about-idea ul li h3{
		font-size: 1.375rem;
	}
	.about-idea ul li p{
		font-size: 0.90625rem;
	}
	.about-area-text h5{
		font-size: 1.5rem;
	}
	.about-area-text p{
		font-size: 1rem;
	}
}
@media screen and (max-width:1560px) {
	.about-area-text h5{
		font-size: 1.375rem;
	}
	.about-area-text p{
		font-size: 0.9375rem;
	}
}
@media screen and (max-width:1440px) {
	.about-desc h3{
		font-size: 2rem;
		margin-bottom: 15px;
	}
	.about-desc p{
		font-size: 0.875rem;
		margin-bottom: 40px;
	}
	.about-desc ol li h4{
		font-size: 2.875rem;
	}
	.about-desc ol li h4 em{
		font-size: 1.75rem;
	}
	.about-desc ol li h6{
		font-size: 0.9375rem;
	}
	.about-base-left p{
		font-size: 0.875rem;
	}
	.about-base-right span{
		font-size: 0.75rem;
		line-height: 28px;
		padding: 0 17px;
	}
	.about-craftsman-text h3{
		font-size: 1.5rem;
	}
	.about-craftsman-text p{
		font-size: 14px;
	}
	.about-idea ul li,
	.about-images-right,
	.about-area-img{
		border-radius: 10px;
	}
	.about-idea ul li h3{
		font-size: 1.125rem;
	}
	.about-idea ul li p{
		font-size: 0.8125rem;
	}
	.about-area-text h5{
		font-size: 1.25rem;
	}
	.about-area-text p{
		font-size: 0.875rem;
	}
}


.service01{
	display: flex;
	width: 100%;
	height: 38.28125vw;
	min-height: 500px;
	justify-content: center;
	align-items: center;
	background: url(../images/service_01.jpg) center center/cover no-repeat;
}
.service01 h3{
	font-size: 4.375rem;
	color: #fff;
}
.service02{
	padding: 6% 0;
	background: url(../images/service_02.jpg) right bottom/39.375% auto no-repeat #283245;
}
.service02 .container,
.service05 .container{
	display: flex;
	justify-content: space-between;
}
.service02-img{
	width: 51.375%;
}
.service02-right{
	padding-top: 8%;
	width: 31.25%;
	margin-right: 7%;
}
.service-text h3{
	font-size: 1.6875rem;
	line-height: 1.6;
	margin-bottom: 25px;
}
.service-text p{
	font-size: 1.125rem;
	line-height: 2;
	margin-bottom: 25px;
}
.service03{
	padding: 7% 0 0;
	background-color: #eee;
}
.service03-img{
	position: relative;
	z-index: 1;
	width: 37.625%;
	margin-left: 1.5%;
}
.service03-text{
	margin: 5% 18% 0 0;
}
.service03-bottom{
	position: relative;
	z-index: 0;
	padding: 3%;
	transform: translateY(-75%);
	overflow: hidden;
	background-color: #283245;
	border-radius: 20px;
}
.service03-bottom ul{
	float: right;
	width: 60%;
	display: flex;
	justify-content: space-between;
}
.service03-bottom ul li{
	display: flex;
	justify-content: space-between;
	width: 32%;
}
.service03-bottom ul li img{
	width: 38%;
}
.service03-bottom ul li div{
	position: relative;
	width: 55%;
}
.service03-bottom ul li h5{
	position: relative;
	padding-left: 30px;
	font-size: 14px;
	color: #fff;
	line-height: 25px;
}
.service03-bottom ul li h5::after{
	content: "";
	position: absolute;
	left: 0;
	top: 16px;
	display: block;
	border-style: solid;
	border-color: transparent;
	border-width: 8px 10px 8px 0;
	border-right-color: #cfb24f;
}
.service03-bottom ul li p{
	position: absolute;
	bottom: 0;
	left: 0;
	font-size: 18px;
	color: #fff;
	padding-top: 8%;
	border-top: 1px solid #7e848f;
}
.service03-bottom ul li p span{
	color: #cfb24f;
}
.service04{
	width: 100%;
	padding-top: 6%;
	height: 39vw;
	min-height: 510px;
	background: url(../images/service_04.jpg) center center/cover no-repeat;
}
.service05{
	padding: 8% 0;
	background-color: #eee;
}
.service05-left{
	padding-top: 4%;
}
.service05-img{
	width: 63.375%;
}

@media screen and (max-width:1680px) {
	.service01 h3{
		font-size: 3.75rem;
	}
	.service-text h3{
		font-size: 1.6875rem;
		margin-bottom: 20px;
	}
	.service-text p{
		font-size: 1rem;
		margin-bottom: 20px;
	}
	.service03-bottom{
		border-radius: 16px;
	}
	.service03-bottom ul li h5{
		padding-left: 25px;
		font-size: 13px;
		line-height: 20px;
	}
	.service03-bottom ul li h5::after{
		top: 14px;
		border-width: 6px 8px 6px 0;
	}
	.service03-bottom ul li p{
		font-size: 16px;
	}
}
@media screen and (max-width:1440px) {
	.service01 h3{
		font-size: 3.125rem;
	}
	.service-text h3{
		font-size: 1.5rem;
		margin-bottom: 15px;
	}
	.service-text p{
		font-size: 0.875rem;
		margin-bottom: 15px;
	}
	.service03-bottom{
		border-radius: 12px;
	}
	.service03-bottom ul li h5{
		padding-left: 20px;
		font-size: 12px;
		line-height: 15px;
	}
	.service03-bottom ul li h5::after{
		top: 12px;
		border-width: 4px 6px 4px 0;
	}
	.service03-bottom ul li p{
		font-size: 14px;
	}
}


.join-banner{
	width: 100%;
	height: 56vw;
	min-height: 730px;
	padding-top: 9.1145%;
	background: url(../images/join_01.jpg) bottom center/100% auto no-repeat;
}
.join-advantage{
	width: 100%;
	padding-bottom: 4%;
	background: url(../images/join_02.jpg) top center/100% auto no-repeat;
}
.join-advantage .container{
	padding: 3.5%;
	border-radius: 30px;
	background-color: #fff;
	overflow: hidden;
}
.join-advantage ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.join-advantage ul li{
	width: 32%;
	margin-bottom: 1%;
	display: flex;
	padding: 6px;
	justify-content: space-between;
	background-color: #eee;
	border-radius: 25px;
	overflow: hidden;
}
.join-advantage ul li:nth-child(4),
.join-advantage ul li:nth-child(5),
.join-advantage ul li:nth-child(6){
	margin-bottom: 0;
}
.join-advantage-img{
	width: 50%;
	border-radius: 20px;
	overflow: hidden;
}
.join-advantage-text{
	width: 42%;
	padding-top: 5.5%;
	margin-right: 2.5%;
}
.join-advantage-text h3{
	font-size: 1.375rem;
	line-height: 2;
	color: #000;
}
.join-advantage-text p{
	font-size: 0.9375rem;
	line-height: 1.4;
	color: #515151;
}
.join-advantage .container::after{
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	width: 100%;
	height: 6px;
	background-color: #ef8b2b;
}
.join-info{
	padding: 5% 0;
	text-align: center;
	background-color: #283245;
}
.join-info-title{
	width: 38%;
	max-width: 578px;
	margin-bottom: 2%;
}
.join-info-text{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 3.5% 5%;
	border-radius: 30px;
	text-align: left;
	background-color: #fff;
}
.join-info-left h3{
	font-family: "思源黑体";
	font-size: 2.0625rem;
	line-height: 1.6;
	color: #000;
	margin-bottom: 5%;
}
.join-info-left h6{
	display: inline-block;
	font-size: 1.75rem;
	font-weight: normal;
	color: #fff;
	padding: 0 35px;
	line-height: 60px;
	background-color: #e68b2f;
	border-radius: 30px;
}
.join-info-right{
	width: 61%;
	padding: 1% 0 1% 6%;
	border-left: 1px solid #ccc;
}
.join-info-right p{
	font-size: 1.25rem;
	line-height: 2;
	color: #000;
}
.join-support{
	padding: 5% 0 3.5%;
	background-color: #4a68a6;
}
.join-support ul{
	display: flex;
	padding-top: 3%;
	flex-wrap: wrap;
	justify-content: space-between;
}
.join-support ul li{
	position: relative;
	width: 23.4375%;
	padding: 3% 2.5% 2%;
	border-radius: 20px;
	background-color: #fff;
	margin-bottom: 4%;
}
.join-support ul li i{
	position: absolute;
	left: 9.5%;
	top: -30px;
	display: block;
	width: 60px;
	height: 60px;
	font-size: 2.75rem;
	color: #fff;
	text-align: center;
	line-height: 60px;
	font-style: normal;
	border-radius: 50%;
	background-color: #e68b2f;
}
.join-support ul li h3{
	font-family: '思源黑体';
	font-size: 1.5rem;
	line-height: 1.6;
	color: #000;
	margin-bottom: 1.2%;
}
.join-support ul li p{
	font-size: 0.9375rem;
	line-height: 27px;
	height: 108px;
}
.join-area{
	width: 100%;
	padding: 6% 0;
	height: 45.677vw;
	min-height: 596px;
	background: url(../images/join_05.jpg) center center/cover no-repeat;
}
.join-area p{
	margin-top: 2%;
	font-size: 1.125rem;
	line-height: 2;
	color: #000;
}
.join-apply{
	padding: 6% 0;
	background-color: #fff;
}
.join-apply .container{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.join-apply-img{
	width: 52.375%;
	border-radius: 10px;
	overflow: hidden;
}
.join-apply-text p{
	font-size: 1.125rem;
	line-height: 1.8;
	margin-bottom: 5.5%;
}
.join-apply-text h6{
	font-size: 1.25rem;
	font-weight: normal;
	line-height: 1.8;
	color: #555;
}
.join-apply-text h5{
	font-size: 2.625rem;
	line-height: 1.3;
	color: #000;
}


@media screen and (max-width:1860px) {
	.join-advantage-text h3{
		font-size: 1.25rem;
	}
	.join-advantage-text p{
		font-size: 0.875rem;
	}
}
@media screen and (max-width:1680px) {
	.join-advantage .container,
	.join-info-text{
		border-radius: 25px;
	}
	.join-advantage-text{
		padding-top: 5%;
	}
	.join-advantage-text h3{
		font-size: 1.125rem;
	}
	.join-advantage-text p{
		font-size: 0.8125rem;
	}
	.join-advantage .container::after{
		height: 5px;
	}
	.join-info-left h3{
		font-size: 1.6875rem;
	}
	.join-info-left h6{
		font-size: 1.5625rem;
		padding: 0 30px;
		line-height: 55px;
	}
	.join-info-right{
		width: 60%;
		padding-left: 5%;
	}
	.join-info-right p{
		font-size: 1.125rem;
	}
	.join-support ul li{
		border-radius: 16px;
		padding: 2.7% 2% 1.6%;
	}
	.join-support ul li i{
		top: -25px;
		left: 8%;
		width: 50px;
		height: 50px;
		font-size: 2.25rem;
		line-height: 50px;
	}
	.join-support ul li h3{
		font-size: 1.3125rem;
	}
	.join-support ul li p{
		font-size: 0.84375rem;
		line-height: 24px;
		height: 96px;
	}
	.join-area p{
		font-size: 1rem;
	}
	.join-apply-img{
		border-radius: 8px;
	}
	.join-apply-text p{
		font-size: 1rem;
	}
	.join-apply-text h6{
		font-size: 1.125rem;
	}
	.join-apply-text h5{
		font-size: 2.25rem;
	}
}
@media screen and (max-width:1560px) {
	.join-area p{
		font-size: 0.9375rem;
	}
}
@media screen and (max-width:1440px) {
	.join-advantage .container,
	.join-info-text{
		border-radius: 20px;
	}
	.join-advantage-text{
		padding-top: 3%;
	}
	.join-advantage-text h3{
		font-size: 1rem;
	}
	.join-advantage-text p{
		font-size: 0.75rem;
	}
	.join-advantage .container::after{
		height: 4px;
	}
	.join-info-left h3{
		font-size: 1.5rem;
	}
	.join-info-left h6{
		font-size: 1.375rem;
		padding: 0 25px;
		line-height: 50px;
	}
	.join-info-right{
		width: 59%;
		padding-left: 4%;
	}
	.join-info-right p{
		font-size: 1rem;
	}
	.join-support ul li i{
		top: -20px;
		width: 40px;
		height: 40px;
		font-size: 1.75rem;
		line-height: 40px;
	}
	.join-support ul li h3{
		font-size: 1.125rem;
	}
	.join-support ul li p{
		font-size: 0.75rem;
		line-height: 20px;
		height: 80px;
	}
	.join-area p{
		font-size: 0.875rem;
	}
	.join-apply-img{
		border-radius: 6px;
	}
	.join-apply-text p{
		font-size: 0.875rem;
	}
	.join-apply-text h6{
		font-size: 1rem;
	}
	.join-apply-text h5{
		font-size: 2.125rem;
	}
}



.contact-banner{
	width: 100%;
	height: 42.03125vw;
	min-height: 540px;
	background: url(../images/contact.jpg) center center/cover no-repeat;
}

.contact-box{
	padding: 6% 0 4%;
}
.contact-top h3{
	font-size: 2.8125rem;
	line-height: 1.6;
	color: #000;
	margin-bottom: 1%;
}
.contact-top p{
	font-size: 1rem;
	line-height: 2;
}
.contact-top ul{
	width: 30%;
	display: flex;
	justify-content: space-between;
}
.contact-top ul li{
	width: 30%;
	text-align: center;
}
.contact-top ul li span{
	font-size: 0.875rem;
	line-height: 2;
}
.contact-desc ul{
	display: flex;
	justify-content: space-between;
	padding: 4% 1% 3%;
	background-color: #283245;
	border-radius: 20px;
}
.contact-desc ul li{
	position: relative;
	width: calc(100%/6);
	text-align: center;
}
.contact-desc ul li::after{
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
	height: 62px;
	background-color: #313b4c;
}
.contact-desc ul li:last-child::after{
	width: 0;
}
.contact-desc ul li img{
	width: 40px;
}
.contact-desc ul li p{
	font-size: 1rem;
	color: #fff;
	opacity: .43;
	margin: 6% 0;
}
.contact-desc ul li h3{
	font-size: 1.25rem;
	line-height: 28px;
	font-weight: normal;
	color: #fff;
}
.contact-desc ul li h4{
	font-size: 1rem;
	line-height: 28px;
	font-weight: normal;
	color: #fff;
}


.contact-msg{
	padding-top: 4%;
}
.contact-msg form{
	display: block;
	border-radius: 20px;
	padding: 5% 4%;
	border: 5px solid #434343;
}
.con-name,.con-email{
	margin-right: 5%;
}
.con-name,.con-email,.con-tel{
	position: relative;
	width: 30%;
	margin-bottom: 35px;
	border-bottom: 1px solid #c4c4c4;
}
.contact-msg input[type="text"]{
	width: 75%;
	font-size: 14px;
	line-height: 50px;
	border: 0;
	background: none;
}
.contact-msg em{
	position: absolute;
	top: 0;
	right: 0;
	font-size: 14px;
	font-style: normal;
	line-height: 50px;
}
.contact-msg textarea{
	width: 100%;
	height: 150px;
	font-size: 14px;
	font-family: "微软雅黑";
	line-height: 30px;
	background: none;
	border: 0;
	border-bottom: 1px solid #c4c4c4;
}
.con-submit{
	padding-top: 35px;
}
.con-submit input[type="submit"]{
	width: 172px;
	font-size: 14px;
	line-height: 48px;
	color: #fff;
	background-color: #479cd5;
	border: 0;
	border-radius: 30px;
}

.Validform_wrong{
	color: red;
}
.Validform_right{
	color: green;
}

@media screen and (max-width:1680px) {
	.contact-top h3{
		font-size: 2.5rem;
	}
	.contact-top p{
		font-size: 0.90625rem;
	}
	.contact-top ul li span{
		font-size: 0.8125rem;
	}
	.contact-desc ul{
		border-radius: 16px;
	}
	.contact-desc ul li::after{
		height: 50px;
	}
	.contact-desc ul li img{
		width: 35px;
	}
	.contact-desc ul li p{
		font-size: 0.875rem;
	}
	.contact-desc ul li h3{
		font-size: 1.125rem;
		line-height: 23px;
	}
	.contact-desc ul li h4{
		font-size: 0.875rem;
		line-height: 23px;
	}
	.contact-msg from{
		border-radius: 16px;
	}
	.con-name, .con-email, .con-tel{
		margin-bottom: 30px;
	}
	.contact-msg input[type="text"],
	.contact-msg em{
		font-size: 13px;
		line-height: 45px;
	}
	.contact-msg textarea{
		font-size: 13px;
		line-height: 26px;
		height: 120px;
	}
	.con-submit {
	    padding-top: 30px;
	}
	.con-submit input[type="submit"] {
	    width: 162px;
	    font-size: 13px;
	    line-height: 44px;
	}
}
@media screen and (max-width:1440px) {
	.contact-top h3{
		font-size: 2.1875rem;
	}
	.contact-top p{
		font-size: 0.8125rem;
	}
	.contact-top ul li span{
		font-size: 0.75rem;
	}
	.contact-desc ul{
		border-radius: 12px;
	}
	.contact-desc ul li::after{
		height: 38px;
	}
	.contact-desc ul li p{
		font-size: 0.75rem;
	}
	.contact-desc ul li h3{
		font-size: 0.9375rem;
		line-height: 18px;
	}
	.contact-desc ul li h4{
		font-size: 0.75rem;
		line-height: 18px;
	}
	.contact-msg from{
		border-radius: 12px;
	}
	.con-name, .con-email, .con-tel{
		margin-bottom: 25px;
	}
	.contact-msg input[type="text"],
	.contact-msg em{
		font-size: 12px;
		line-height: 40px;
	}
	.contact-msg textarea{
		font-size: 12px;
		line-height: 22px;
		height: 90px;
	}
	.con-submit {
	    padding-top: 25px;
	}
	.con-submit input[type="submit"] {
	    width: 172px;
	    font-size: 14px;
	    line-height: 48px;
	    color: #fff;
	    background-color: #479cd5;
	    border: 0;
	    border-radius: 30px;
	}
	.con-submit input[type="submit"] {
	    width: 152px;
	    font-size: 12px;
	    line-height: 40px;
	}
}



.news-box{
	padding: 80px 0;
	overflow: hidden;
}
.news-list ol li{
    position: relative;
    margin-bottom: 25px;
    background: #fff;
	overflow: hidden;
	transition: all 0.5s;
}
.news-list ol li a{
	position: relative;
    display: block;
    width: 100%;
    height: 100%;
	padding: 25px;
    overflow: hidden;
	box-sizing: border-box;
}
.news-list ol li .news-img{
    float: left;
    width: 25%;
    height: 224px;
	background: url(logo02.png) center no-repeat #f4f4f4;
    background-size: 150px;
	overflow: hidden;
}
.news-list ol li .news-img div{
    width: 100%;
    height: 100%;
	background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	overflow: hidden;
	transition: all 0.5s;
}
.news-list ol li .news-info{
	position: absolute;
	top: 50px;
	left: 30%;
    width: 50%;
	transition: all 0.5s;
}
.news-list ol li .news-info h3{
    display: block;
    width: 100%;
    padding-bottom: 15px;
	font-size: 22px;
	font-weight: normal;
	text-overflow: ellipsis;
	white-space: nowrap;
    color: #333;
	overflow: hidden;
}
.news-list ol li .news-info p{
	font-size: 15px;
    height: 50px;
    line-height: 25px;
	color: #999;
    overflow: hidden;
}
.news-list ol li .news-date{
	position: absolute;
	top: 50px;
	right: 50px;
    width: 100px;
    height: 150px;
	text-align: right;
    overflow: hidden; 
}
.news-list ol li .news-date span{
	display: block;
	font-family: "arial";
	font-size: 36px;
	transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
}
.news-list ol li .news-date font{
    display: block;
    font-family: "arial";
	font-size: 32px;
	color: #333;
	transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
}
.news-list ol li .news-date item{
	position: absolute;
	bottom: -50px;
	right: 5px;
    display: block;
    width: 13px;
    height: 26px;
	background: url(../images/r_arrow.png) no-repeat center;
    transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
}
.news-list ol li:hover{
	box-shadow: 0 0 25px 0 rgba(0, 0, 0, .1);
}
.news-list ol li:hover .news-img div{
    transform: scale(1.1, 1.1);
}
.news-list ol li:hover .news-info{
    left: calc(30% + 20px);
}
.news-list ol li:hover .news-date item{
    bottom: 30px;
}
.news-list ol li:hover .news-info h3{
	color: #0e223b;
}



.news_show_left{
	float: left;
	width: 27%;
	padding: 30px;
	background: #fff;
	border-radius: 5px;
	box-sizing: border-box;
	overflow: hidden;
}
.news_show_left h2 {
	font-size: 1.5em;
	font-weight: bold;
    margin-bottom: 20px;
    line-height: 1.4;
	color: #000;
    text-align: left;
}
.news_info{
	padding-bottom: 25px;
	line-height: 30px;
	font-size: 16px;
	color: #999;
	border-bottom: 1px solid #eee;
}
.news_info a{
	display: block;
	width: 180px;
	padding: 16px 10px;
	margin-top: 30px;
	font-size: 16px;
	line-height: 1;
	text-align: center;
	color: #fff;
	background: #0e223b;
	border-radius: 40px;
	cursor: pointer;
}
.news_content{
	float: right;
	width: 70%;
	font-size: 16px;
	padding: 50px 35px;
	line-height: 28px;
	color: #555;
	background: #fff;
	border-radius: 5px;
	box-sizing: border-box;
	overflow: hidden;
}
.news_content img{
	max-width: 100%;
}
.news_show_content p {
	margin_-bottom: 10px;
}
.news_info a:hover{
	background-color: #0e223b;
}
.light {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 100;
    display: none;
    padding: 25px 10px 13px;
    background-color: #fff;
    border: 4px solid #ddd;
    transform: translate(-50%,-50%);
}
.light i {
    position: absolute;
    right: 8px;
    top: 8px;
    display: block;
    width: 20px;
    height: 20px;
    background: url(closed_02.png) center no-repeat;
    background-size: cover;
    cursor: pointer;
}
.light img {
    width: 250px;
}
.light p {
    text-align: center;
}

@media screen and (max-width:1680px) {
	.news-box{
		padding: 70px 0;
	}
	.news_list ol li a{
		padding: 23px;
	}
	.news_list ol li .news-img{
		height: 210px;
	}
	.news_list ol li .news-info h3{
		font-size: 20px;
	}
	.news_list ol li .news-info p{
		font-size: 14px;
	}
	.news_list ol li .news-date font{
		font-size: 29px;
	}
	.news_list ol li .news-date{
		top: 48px;
	}
	.news_info{
		font-size: 15px;
	}
	.news_info a{
		padding: 15px 8px;
		font-size: 15px;
		width: 170px;
	}
	.news_show_left{
		padding: 28px;
	}
	.news_show_left h2{
		font-size: 1.4em;
	}
	.news_content{
		font-size: 15px;
	}
}
@media screen and (max-width:1440px) {
	.news-box{
		padding: 60px 0;
	}
	.news_list ol li a{
		padding: 20px;
	}
	.news_list ol li .news-img{
		height: 200px;
	}
	.news_list ol li .news-info h3{
		font-size: 18px;
	}
	.news_list ol li .news-info p{
		font-size: 13px;
	}
	.news_list ol li .news-date font{
		font-size: 27px;
	}
	.news_list ol li .news-date{
		top: 45px;
	}
	.news_show_left h2{
		font-size: 1.3em;
	}
	.news_info{
		font-size: 14px;
	}
	.news_info a{
		padding: 12px 8px;
		font-size: 14px;
		width: 140px;
	}
	.news_content{
		font-size: 14px;
	}
}


/* expage */
.curr {
	display: inline-block;
	padding:0 12px;
	margin-right: 1px;
	font-size: 16px;
	line-height: 35px;
	text-align: center;
	color: #fff;
	background: #cecece;
	border-radius: 4px;
}
a.page {
	display: inline-block;
	padding:0 12px;
	margin-right: 1px;
	font-size: 16px;
	line-height: 35px;
	text-align: center;
	color: #fff;
	background: #0e223b;
	border-radius: 4px;
}
a.page:visited {
	line-height: 42px;
	text-decoration: none;
	color: #fff;
}
.ra {
	color: #666;
}
.ra a,
.ra a:link {
	text-decoration: none;
	color: #666;
}
.ra a:hover {
	text-decoration: underline;
	color: #666;
}
.red {
	color: #ff3330;
}
.yrr {
	color: #FF9900;
}
.bb {
	font-weight: bold;
}
.expage {
	width: 100%;
	padding-top: 30px;
	margin-left: 0px;
	line-height: 30px;
	text-align: center;
}
.error {
	border: 1px #f40 solid;
}
.right {
	border: 1px #44b549 solid;
}




.p_top{
	padding-top: 110px;
}
.product-serach{
	position: relative;
	z-index: 1;
	transform: translateY(-50%);
}
.product-serach form{
	display: block;
	margin: 0 auto;
	width: 45%;
	overflow: hidden;
	border-radius: 10px;
	border: 3px solid #fff;
	background-color: #fff;
	box-shadow: 0 0 30px 0 rgba(0,0,0,.15);
}
.product-serach input[type="text"]{
	float: left;
	width: calc(100% - 100px);
	line-height: 55px;
	font-size: 16px;
	padding: 0 30px;
	background-color: #fff;
	border-radius: 30px;
	border: 0;
}
.product-serach input[type="submit"]{
	float: right;
	width: 100px;
	height: 55px;
	border-radius: 8px;
	background: url(search_icon.png) center center/36px 36px no-repeat #ef8b2b;
	cursor: pointer;
}

.product-box{
	padding: 6% 0;
}
.type-title{
	font-size: 32px;
	font-weight: normal;
	line-height: 1;
	margin-top: 15px;
	margin-bottom: 35px;
}

.type-list ul{
	width: 100%;
}
.type-list ul li{
	position: relative;
	float: left;
	width: calc(99%/2);
	margin: 0 1% 1% 0;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 8px 20px -4px rgba(0,0,0,.2);
}
.type-list ul li:hover{
	transform: translateY(-8px);
}
.type-list ul li:nth-child(2n){
	margin-right: 0;
}
.type-list ul li a{
	display: block;
}
.type-list ul li img{
	width: 100%;
}
.type-list ul li div{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 8%;
}
.type-list ul li h3{
	font-size: 30px;
	color: #fff;
	line-height: 1.3;
	font-family: "微软雅黑";
}
/* .type-list ul li:hover h3{
	color: #0e223b;
} */
.type-list ul li p{
	font-size: 30px;
	font-weight: bold;
	line-height: 1.3;
	color: #fff;
}
.type-list ul li i{
	position: absolute;
	left: 50%;
	bottom: 0;
	z-index: 1;
	width: 0;
	height: 4px;
	background-color: #242b6c;
	transform: translateX(-50%);
	transition: all 0.4s;
}
.type-list ul li:hover i{
	width: 100%;
}

@media screen and (max-width:1680px) {
	.p_top{
		padding-top: 100px;
	}
	.product-serach input[type="text"]{
		width: calc(100% - 90px);
		line-height: 50px;
		font-size: 15px;
		padding: 0 25px;
	}
	.product-serach input[type="submit"]{
		width: 90px;
		height: 50px;
		background-size: 32px 32px;
	}
	.type-list ul li h3,.type-list ul li p{
		font-size: 27px;
	}
}
@media screen and (max-width:1440px) {
	.p_top{
		padding-top: 90px;
	}
	.product-serach input[type="text"]{
		width: calc(100% - 80px);
		line-height: 45px;
		font-size: 14px;
		padding: 0 20px;
	}
	.product-serach input[type="submit"]{
		width: 80px;
		height: 45px;
		background-size: 28px 28px;
	}
	.type-list ul li h3,.type-list ul li p{
		font-size: 24px;
	}
}


.product-banner{
	width: 100%;
	height: 42.03125vw;
	min-height: 546px;
	background: url(../images/product.jpg) center center/cover no-repeat;
}

.pro_title{
	padding-bottom: 30px;
}
.pro_title h2{
	font-size: 30px;
	color: #000;
}
.product_menu{
	padding-top: 2%;
	margin-bottom: 3%;
	border-bottom: 1px solid #e5e5e5;
}
.product_menu li{
	position: relative;
	margin-right: 6px;
	float: left;
}
.product_menu li:last-child{
	margin-right: 0;
}

.product_menu ul > li > a{
	display: block;
	padding: 0 40px;
	font-size: 18px;
	line-height: 65px;
	position: relative;
	color: #8d8d8d;
	border-radius: 8px 8px 0 0;
}


.product_menu ul > li:hover > a,
.product_menu ul > li.on > a{
	color: #fff;
	background-color: #479cd5;
}


.product_menu li .menu_down{
	position: absolute;
	top: 65px;
	left: 0;
	z-index: 100;
	width: 100%;
	background-color: #3a3a3a;
	opacity: 0;
	visibility: hidden;
	border-radius: 0 0 5px 5px;
	overflow: hidden;
}
.product_menu ul li .menu_down a{
	display: block;
	padding: 0 18px;
	font-size: 14px;
	line-height: 45px;
	color: #fff;
}
.product_menu ul li .menu_down a:hover,
.product_menu ul li .menu_down a.on{
	background-color: #202020;
}
.product_menu ul li:hover .menu_down{
	opacity: 1;
	visibility: visible;
}

.searchbox{
	width: 27.85%;
	border-radius: 5px;
	overflow: hidden;
}
.searchbox input[type="text"]{
	float: left;
	width: calc(100% - 60px);
	padding: 0 20px;
	font-size: 16px;
	line-height: 46px;
	border: 0;
	background-color: #fff;
}
.searchbox input[type="submit"]{
	float: right;
	width: 60px;
	height: 46px;
	background: url(../images/pro_search.png) center center/100% auto no-repeat #0e223b;
}


.product_list ul li{
	position: relative;
	float: left;
	width: calc(94%/5);
	margin: 0 1.5% 1.5% 0;
	transition: all 0.5s;
}
.product_list ul li a{
	display: block;
	padding: 45px 10px 40px;
	background-color: #fff;
}
.product_list ul li:nth-child(5n){
	margin-right: 0;
}
.product_list ul li img{
	width: 100%;
}
.product_list ul li h3{
	font-size: 24px;
	line-height: 1.5;
	font-weight: normal;
	text-align: center;
	margin-top: 8px;
	color: #000;
	background-color: #fff;
}
.product_list ul li p{
	font-size: 16px;
	color: #636062;
	text-align: center;
}
.product_list ul li:hover{
	transform: translateY(-5px);
	box-shadow: 0 20px 35px -15px rgba(0,0,0,.25);
}
.product_list ul li em{
	position: absolute;
	top: 10px;
	right: 10px;
	display: block;
	padding: 4px 15px;
	color: #fff;
	background-color: #e68b2f;
	border-radius: 5px;
	font-style: normal;
}
.product_mext{
	margin-bottom: 30px;
	font-size: 16px;
	line-height: 46px;
}
.product_mext a{
	margin: 0 8px;
}
.product_mext a:hover{
	text-decoration: underline;
}
.product_left {
    width: 30%;
    height: auto;
}
.product_left .product-img {
    border: 1px solid #d5d5d5;
}
.product_left .product-img img{
	width: 100%;
}
.product_left .swiper-pagination{
	padding: 0 20px;
	text-align: left;
	bottom: 15px;
}
.product_left .swiper-pagination span.swiper-pagination-bullet-active{
	background-color: #000;
}
.product_info{
	padding: 30px 0 15px;
	border-bottom: 1px solid #e5e5e5;
}
.product_info h2{
	font: bold 28px/1.5 "arial";
	color: #000;
}
.product_info p{
	font: 18px/1.5 "微软雅黑";
	color: #666;
}
.product_desc{
	padding: 35px 0 15px;
	border-bottom: 1px solid #e5e5e5;
}
.product_desc h2,
.product_recom h2 {
	margin-bottom: 20px;
	font: 24px/1 '微软雅黑';
	color: #000;
}
.product_desc ul li{
	font-size: 16px;
	line-height: 1.8;
	font-family: arial,'微软雅黑';
	color: #999;
}
.product_recom{
	padding-top: 30px;
}
.product_recom ul li{
	width: 100%;
	margin-bottom: 12px;
	background-color: #fff;
	transition: all 0.5s;
}
.product_recom ul li:hover{
	box-shadow: 0 0 25px 0 rgba(0,0,0,.15);
}
.product_recom ul li a{
	position: relative;
	display: block;
	width: 100%;
	padding: 12px;
	overflow: hidden;
	box-sizing: border-box;
	background: #fff;
}
.product_recom ul li em{
	position: absolute;
	top: 50%;
	right: 20px;
	z-index: 9;
	display: block;
	width: 45px;
	line-height: 20px;
	font-size: 14px;
	font-style: normal;
	text-align: center;
	color: #fff;
	border-radius: 20px;
	background-color: #000;
	transform: translateY(-50%);	
}
.product_recom ul li a .img {
    width: 110px;
    float: left;
    overflow: hidden;
    margin-right: 30px;
}
.product_recom ul li a .text{
	float: left;
	width: 58%;
	padding-top: 30px;
}
.product_recom ul li a .text h3{
	font-size: 16px;
	line-height: 2;
	color: #000;
	width: 70%;
}
.product_recom ul li a .text p{
	font-size: 14px;
	color: #adadad;
}
.product_right{
	width: 66%;
	padding: 2%;
	text-align: center;
	background-color: #fff;
	box-sizing: border-box;
}
.product_detailed {
	min-height: 700px;
	text-align: center;
}
.product_detailed img{
	width: auto;
	max-width: 100%;
}


.mask_bg {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10000;
	display: none;
	background: #000;
	opacity: 0;
	-webkit-animation: maskShow cubic-bezier(0.68, -0.55, 0.27, 1.55) 1s forwards;
	-o-animation: maskShow cubic-bezier(0.68, -0.55, 0.27, 1.55) 1s forwards;
	-ms-animation: maskShow cubic-bezier(0.68, -0.55, 0.27, 1.55) 1s forwards;
	animation: maskShow cubic-bezier(0.68, -0.55, 0.27, 1.55) 1s forwards;
}

@-webkit-keyframes maskShow {
	from {
		opacity: 0;
	}
	to {
		opacity: 0.7;
	}
}

@-o-keyframes maskShow {
	from {
		opacity: 0;
	}
	to {
		opacity: 0.7;
	}
}

@-ms-keyframes maskShow {
	from {
		opacity: 0;
	}
	to {
		opacity: 0.7;
	}
}

@keyframes maskShow {
	from {
		opacity: 0;
	}
	to {
		opacity: 0.7;
	}
}

.video_show {
	width: 1000px;
	height: 680px;
	position: fixed;
	left: 50%;
	margin-left: -500px;
	top: -1000px;
	margin-top: -340px;
	opacity: 0;
	z-index: 10001;
	border-radius: 5px;
	display: none;
	-webkit-animation: introShow cubic-bezier(0.68, -0.55, 0.27, 1.55) 1.2s 0.5s forwards;
	-o-animation: introShow cubic-bezier(0.68, -0.55, 0.27, 1.55) 1.2s 0.5s forwards;
	-ms-animation: introShow cubic-bezier(0.68, -0.55, 0.27, 1.55) 1.2s 0.5s forwards;
	animation: introShow cubic-bezier(0.68, -0.55, 0.27, 1.55) 1.2s 0.5s forwards;
}

@-webkit-keyframes introShow {
	from {
		opacity: 0;
		top: -1000px;
	}
	to {
		opacity: 1;
		top: 50%;
	}
}

@-o-keyframes introShow {
	from {
		opacity: 0;
		top: -1000px;
	}
	to {
		opacity: 1;
		top: 50%;
	}
}

@-ms-keyframes introShow {
	from {
		opacity: 0;
		top: -1000px;
	}
	to {
		opacity: 1;
		top: 50%;
	}
}

@keyframes introShow {
	from {
		opacity: 0;
		top: -1000px;
	}
	to {
		opacity: 1;
		top: 50%;
	}
}

.video_show i {
	display: block;
	width: 40px;
	height: 40px;
	position: absolute;
	right: -17px;
    top: 18px;
	line-height: 40px;
	font-size: 20px;
	text-align: center;
	cursor: pointer;
	color: #fff;
	font-size: 22px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	font-weight: bold;
	background: url(closed.png);
	background-size: cover;
}

.video_show i:hover {
	transform: rotate(90deg);
}

.video_show .content {
	width: 90%;
	margin: 20px 5%;
}

.video_show .content h2 {
	line-height: 50px;
	color: #4c321c;
}

.video_show .content .show_date {
	width: 100%;
	height: 25px;
	margin: 10px 0;
	background: #F9F9F9;
	line-height: 25px;
	color: #666;
	text-indent: 2em;
}

.video_show .content .show_intro {
	width: 100%;
	text-align: left;
	font-size: 14px;
	border: 10px solid #fff;
	background-color: #fff;
    display: grid;
}

.video_show iframe,
.video_show video{
	width: 100%;
	max-height: 500px;
}


.video_ise {
    display: inline-block!important;
    margin: 0 auto;
    width: 81px;
    height: 81px;
    cursor: pointer;
    line-height: 50px;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    opacity: 1;
    margin-top: -40px;
	z-index: 99;
}
.video_ise img{
	width: 100%;
}
.pro_video:hover .video_ise{
	width: 100px;
	height: 100px;
	margin-top: -50px;
}

.pro_video:hover .video_img{
	opacity: .9;
}

.pro_video{
	background-color: #000;
}

.node{
	padding: 150px 0;
	text-align: center;
}
.node h4{
	font-size: 30px;
	font-weight: normal;
	color: #000;
}

@media screen and (max-width:1680px) {
	.pro_title h2{
		font-size: 27px;
	}
	.product_menu ul > li > a{
		padding: 0 30px;
		font-size: 16px;
		line-height: 55px;
	}
	.product_menu li .menu_down{
		top: 55px;
	}
	.product_menu ul li .menu_down a{
		font-size: 13px;
		line-height: 40px;
		padding: 0 14px;
	}
	.searchbox input[type="text"]{
		font-size: 15px;
		line-height: 44px;
	}
	.searchbox input[type="submit"]{
		height: 44px;
	}
	.product_list ul li a{
		padding: 40px 8px 35px;
	}
	.product_list ul li em{
		top: 8px;
		right: 8px;
		padding: 3px 12px;
		font-size: 13px;
		border-radius: 4px;
	}
	.product_list ul li h3{
		font-size: 22px;
	}
	.product_list ul li p{
		font-size: 15px;
	}
	.product_mext{
		font-size: 15px;
		line-height: 44px;
	}
	.product_info h2{
		font-size: 25px;
	}
	.product_info p{
		font-size: 16px;
	}
	.product_desc h2,
	.product_recom h2 {
		margin-bottom: 15px;
		font-size: 22px;
	}
	.product_desc ul li{
		font-size: 14px;
	}
	.product_recom ul li a .img{
		width: 100px;
		margin-right: 25px;
	}
	.product_recom ul li a .text{
		padding-top: 25px;
	}
}
@media screen and (max-width:1440px) {
	.pro_title h2{
		font-size: 24px;
	}
	.product_menu ul > li > a{
		font-size: 14px;
		padding: 0 20px;
		line-height: 45px;
	}
	.product_menu li .menu_down{
		top: 45px;
	}
	.product_menu ul li .menu_down a{
		font-size: 12px;
		line-height: 35px;
		padding: 0 10px;
	}
	.searchbox input[type="text"]{
		font-size: 14px;
		line-height: 42px;
	}
	.searchbox input[type="submit"]{
		height: 42px;
	}
	.product_list ul li a{
		padding: 32px 6px 27px;
	}
	.product_list ul li em{
		top: 6px;
		right: 6px;
		padding: 2px 10px;
		font-size: 12px;
		border-radius: 3px;
	}
	.product_list ul li h3{
		font-size: 20px;
	}
	.product_list ul li p{
		font-size: 14px;
	}
	.product_mext{
		font-size: 14px;
		line-height: 42px;
	}
	.product_info h2{
		font-size: 22px;
	}
	.product_info p{
		font-size: 14px;
	}
	.product_desc h2,
	.product_recom h2 {
		margin-bottom: 10px;
		font-size: 20px;
	}
	.product_desc ul li{
		font-size: 12px;
	}
}