@charset "utf-8";


body,div,span,h1,h2,h3,h4,h5,h6,p,em,img,strong,b,small,u,i,center,dl,dt,dd,ol,
ul,li,sub,sup,tt,var,del,dfn,ins,kbd,q,s,samp,strike,applet,object,iframe,fieldset,
form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,
embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,
blockquote,pre,a,abbr,acronym,address,big,cite,code,mark,audio,video,input,textarea,select{
	margin:0; 
	padding:0;
}

ol,ul {
	list-style:none;
}

*{	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	outline: 0;
}



a {
	text-decoration:none;
	outline:none;
	color: #666;
}
a:hover {
	color: #000;
}
img {	
	border: 0;
	width: 100%;
	vertical-align: bottom;
}
a:focus {
	outline: none;
}

html {
	overflow-x:hidden;
	-webkit-text-size-adjust:none;
}
body {
	-webkit-font-smoothing: antialiased;
	font-family:arial,"思源黑体","微软雅黑";
	background: #fff;
	font-size: 14px;
	color: #666;
	min-width: 1280px;
  	margin-left: auto;
 	margin-right: auto;
	overflow-x: hidden;
}
	
	
table {
	border-collapse: collapse;
	width: 100%;
}
	
input[type='reset'],
input[type='button'],
input[type='submit'],
input[type='radio'],
input[type='submit'] {	
	cursor: pointer; 
	border: 0;
	outline: none;	 
	-webkit-appearance: none;
}
	
input[type='checkbox'],
input[type='radio'] { 
	position: relative;
	vertical-align: middle;
	margin-top: -2px;
	margin-bottom:1px;
	margin-left: 5px;
	margin-right: 5px;
	-webkit-appearance: none;
}
	
textarea,
input[type='email'],
input[type='date'],
input[type='password'],
input[type='text'] 	{	
	padding: 0px;
	color: #666;
	font-size: 12px;
	outline: none;
	-webkit-appearance: none;
}
p{
	font-family: "思源黑体 Light";
}

img,a,div,b,em,i,li,p,h3,span,h1,h2,h4,h5,h6{
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

@font-face {
	font-family: 'gothambold';
	src: url(font/gothambold.eot);
	/* IE9*/
	src: url(font/gothambold.eot?#iefix) format('embedded-opentype'), /* IE6-IE8 */
	url(font/gothambold.woff) format('woff'), /* chrome、firefox */
	url(font/gothambold.ttf) format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
	url(font/gothambold.svg#gothambold) format('svg');
	/* iOS 4.1- */
}


.gray_bg{
	background-color: #f8f8f8;
}	
.white_bg{
	background-color: #fff;
}	
.white{
	color: #fff;
}
.black{
	color: #000;
}
.gray{
	color: rgba(0,0,0,.5);
}
.fl {	
	float: left;
}
.fr {	
	float: right;
}
.clearfix {
	clear: both;
}
.clearfix:after {	
	clear: both;
	height: 0;
	content: "";
	line-height: 0;
	font-size: 0;
	display: block;
}

.text-center{
	text-align: center;
}

.radius{
	border-radius: 8px;
	overflow: hidden;
}

.rel{
	position: relative;
}

.overflow-text{
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.container{
	width: 83.3333333333333%;
	margin: 0 auto;
}




.swiper-banner{
	background: url(load.gif) center no-repeat;
}
.swiper-banner{
	display: block;
	width: 100%;
	height: 46.875vw;
	min-height: 607px;
}
.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: 1280px;
	width: 100%;
	transition: none;
}
.header_box .container{
	display: flex;
	justify-content: space-between;
	align-items: center;
}


.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);
}

.logo{
	display: block;
	width: 223px;
	height: 39px;
	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{
	display: flex;
	justify-content: space-between;
}
.nav > ul > li{
	float: left;
	margin: 0 20px;
}
.nav > ul > li > a{
	position: relative;
	display: block;
	font-size: 1rem;
	color: #fff;
	line-height: 80px;
	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: 0px;
	margin: 0 auto;
	width: 0;
	height: 3px;
	background-color: #f58244;
	border-radius: 30px;
	-webkit-transition: all .3s;
	transition: all .3s;
	opacity: 0;
}
.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: 80px;
	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: 80px;
	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: #f58244;
}

.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: 0.90625rem;
		line-height: 75px;
	}
	.head_search{
		height: 75px;
	}
	.head_search form{
		top: 75px;
	}
	.logo{
		width: 203px;
		height: 36px;
		background-size: cover;
	}
}
@media screen and (max-width:1455px) {
	.nav > ul > li{
		margin: 0 14px;
	}
	.nav > ul > li > a{
		font-size: 0.8125rem;
		line-height: 70px;
	}
	.head_search{
		height: 70px;
	}
	.head_search form{
		top: 70px;
	}
	.logo{
		width: 183px;
		height: 32px;
		background-size: cover;
	}
}





.index-product-series{
	padding: 5%;
	background-color: #eee;
}
.product-container{
	position: relative;
}
.index-product-series .swiper-slide{
	position: relative;
	width: 1180px;
	transform: scale(0.83,0.83);
}
.index-product-series .swiper-slide.swiper-slide-active{
	transform: scale(1,1);
}
.index-product-iest{
	width: 1180px;
	margin: 0 auto;
	padding-top: 3%;
}


.index-product-iest .product-pagination {
	float: right;
	width: auto;
	font-size: 24px;
	color: #b6b6b6;
}
.index-product-iest .product-pagination .swiper-pagination-current{
	font-size: 32px;
	color: #f58244;
}
/* .product-pagination span{
	display: inline-block;
	width: 15px;
	height: 15px;
	cursor: pointer;
}
.product-pagination span.swiper-pagination-bullet-active{
	background-color: #7c6fb0;
} */ 
.pro-prev,.pro-next{
	display: inline-block;
	width: 50px;
	height: 50px;
	border-radius: 12px;
	margin-right: 10px;
	background-position: center;
	background-size: auto 80%;
	background-repeat: no-repeat;
	background-color: #bebebe;
	cursor: pointer;
	z-index: 50;
}
.pro-prev{
	background-image: url(../images/brand_prv.png);
}
.pro-next{
	background-image: url(../images/brand_next.png);
}
.pro-prev:hover,.pro-next:hover{
	background-color: #f58244;
}

.index-product-text{
	position: absolute;
	z-index: 10;
	left: 6%;
	bottom: 10%;
	width: 28.8%;
	max-width: 340px;
}
.index-product-text h3{
	font-size: 52px;
	line-height: 1;
	color: #f58244;
}
.index-product-text h2{
	font-size: 30px;
	line-height: 1.6;
	color: #fff;
}
.index-product-series .swiper-slide i{
	display: block;
	position: absolute;
	z-index: 10;
	right: 6%;
	bottom: 10%;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	opacity: 0;
	background: url(more.png) center center/cover no-repeat #f58244;
}
.index-product-series .swiper-slide:hover i{
	transform: translateY(-10px);
	opacity: 1;
}
.index-product-series .swiper-slide:hover img{
	transform: scale(1.05,1.05)
}

.index-join-box{
	width: 100vw;
	min-width: 1280px;
	overflow: hidden;
	height: 52.2395vw;
	min-height: 678px;
	background: url(../images/index_join.jpg) center center/cover no-repeat;
}
.index-join-box .container{
	padding-top: 6.7%;
}
.index-join-box h2,
.joinbox h2{
	font-size: 58px;
	line-height: 1.2;
	font-family: "微软雅黑 Light";
	color: #fff;
}
.index-join-box h3,
.joinbox  h3{
	font-size: 48px;
	font-weight: normal;
	line-height: 1.3;
	color: #fff;
}
.index-join-box h5,
.joinbox  h5{
	font-size: 32px;
	line-height: 1.5;
	color: #fff;
	font-family: "微软雅黑 Light";
}
.index-join-box p,
.joinbox p{
	font-size: 16px;
	color: #fff;
	line-height: 2;
	margin-bottom: 3.3%;
}
.index-join-box a,
.index-oem-text a{
	display: block;
	width: 160px;
	font-size: 16px;
	color: #fff;
	text-align: center;
	line-height: 60px;
	background-color: #f58244;
	border-radius: 30px;
	margin-bottom: 12.5%;
}
.index-join-box a:hover,
.index-oem-text a:hover{
	transform: translateY(-5px);
	box-shadow: 0 14px 20px -10px rgb(0 0 0 / 70%);
}
.index-join-box img{
	width: 13.56%;
	max-width: 217px;
}


.title-item {
    margin-bottom: 4.5%;
}
.title-item h2 {
    font-size: 42px;
    line-height: 1;
    margin-bottom: 2%;
}
.title-item h3 {
    font-size: 30px;
    line-height: 1;
}
.title-item h4{
	font-size: 20px;
	line-height: 2.2;
	color: #f58244;
}
.title-item h4.white,
.title-item h2.white{
	color: #fff;
}
.title-item h4.black{
	color: #000;
}

.index-about-series{
	padding-bottom: 2%;
	background-color: #f58244;
}
.index-about-series a img {
    width: 100%;
    border-radius: 12px;
    margin-top: -6%;
}
.index-about-series ol {
    overflow: hidden;
	display: flex;
    padding: 3% 10%;
	justify-content: space-between;
	align-items: center;
}
.index-about-series ol li h4 {
    font-size: 50px;
    line-height: 1.6;
    color: #fff;
	text-align: center;
}
.index-about-series ol li p {
    font-size: 16px;
    line-height: 1.5;
    color: #fff;
	text-align: center;
	opacity: .7;
}
.index-about-series ol li h4 em{
	font-size: 30px;
	vertical-align: text-top;
	font-weight: normal;
	font-style: normal;
}
.i-a-item{
	display: block;
	width: 2px;
	height: 40px;
	background-color: rgb(255 255 255 / 30%);
}

.index-oem{
	background-color: #eee;
}
.index-oem .container{
	padding: 5% 0;
	display: flex;
	justify-content: space-between;
}
.index-oem img{
	pointer-events: none;
	width: 50%;
	border-radius: 10px;
}
.index-oem-text{
	width: 40.9%;
	padding-top: 2%;
}
.index-oem-text h3{
	font-size: 30px;
	line-height: 1.8;
	color: #000;
}
.index-oem-text p{
	font-size: 18px;
	line-height: 1.8;
	color: #000;
	margin-bottom: 7.3%;
}
.index-oem-icon{
	position: absolute;
	right: -2%;
	bottom: -15%;
	width: 14.427vw;
	height: 20.8854vw;
	min-width: 187px;
	min-height: 271px;
	background: url(../images/index_oem_icon.png) center center/cover no-repeat;
}
	

.index-news{
	width: 100vw;
	min-width: 1280px;
	padding: 4% 0;
}
.index-news .title-item{
	margin-bottom: 4%;
}
.index-news .title-item h3{
	font-weight: normal;
}
.index-news .swiper-slide{
	border-radius: 10px;
	overflow: hidden;
	background-color: #eee;
}
.index-news .swiper-slide .news_img{
	position: relative;
	width: 100%;
	border-radius: 10px;
	overflow: hidden;
	background: url(logo02.png) center center/50% auto no-repeat #f4f4f4;
	z-index: 10;
}
.index-news .swiper-slide .news_img span{
	display: block;
	width: 100%;
	padding-bottom: 45%;
	background-size: cover;
	background-position: center;
}
.index-news .swiper-slide:hover .news_img span{
	transform: scale(1.1,1.1);
}
.index-news .swiper-slide .news_text{
	position: relative;
	padding: 10% 5% 6%;
	width: 100%;
	margin-top: -4%;
}
.index-news .swiper-slide .news_text h4{
	font-size: 20px;
	font-weight: normal;
	line-height: 2;
}
.index-news .swiper-slide .news_text p{
	font-size: 16px;
	line-height: 2;
	height: 64px;
}
.index-news .swiper-slide:hover h4,
.index-news .swiper-slide:hover p{
	color: #fff;
}
.index-news .swiper-slide:hover .news_text{
	background-color: #313131;
}

.news-prev,.news-next{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 60px;
	height: 60px;
	background-image: url(ad_ctr.png);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	background-color: #ccc;
	border-radius: 50%;
	cursor: pointer;
}
.news-prev{
	left: -80px;
}
.news-next{
	right: -80px;
	background-position: 0 -60px
}
.new-comm .swiper-slide:hover{
	background-color: #f58244;
}
.new-comm .swiper-slide:hover h3,
.new-comm .swiper-slide:hover p{
	color: #000;
}
.news-prev:hover,
.news-next:hover{
	background-color: #f58244;
}



.footer-box{
	background: #232323;
}
.footer-content{
	display: flex;
	padding: 4% 0% 4% 0;
	justify-content: space-between;
	overflow: hidden;
}
.foot-logo{
	width: 20.89855%;
	margin-right: 5%;
}
.foot-logo img{
	width: 100%;
}
.foot-search{
	width: 100%;
	margin-top: 50px;
}
.foot-search form{
	display: flex;
	border: 2px solid #5c5c5c;
	border-radius: 30px;
	overflow: hidden;
	padding: 4px;
	background-color: #232323;
}
.foot-search input[type="text"]{
	width: calc(100% - 60px);
	line-height: 36px;
	padding: 0 20px;
	border: 0;
	background: none;
}
.foot-search input[type="submit"]{
	width: 60px;
	height: 36px;
	border: 0;
	background: url(search_icon.png) center center no-repeat #f58244;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	border-radius: 40px;
}
.foot-search input[type="submit"]:hover{
	background: url(search_icon.png) center center no-repeat #666;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.footer{
	padding: 6% 0 6%;
	background-color: #fff;
}
.footer .theme-container{
	display: flex;
	justify-content: space-between;
}





.foot-menu{
	overflow: hidden;
}
.foot-menu h3{
	font-size: 20px;
	margin-bottom: 20px;
	color: #fff;
}
.foot-menu ul{
	float: left;
	margin-right: 35px;
}
.foot-menu ul li a{
	font-size: 16px;
	line-height: 2;
	color: #909090;
}
.foot-menu ul li a:hover{
	color: #f58244;
}

.copy-box{
	position: relative;
	background-color: #f58244;
}

.copy-info{
	font-size: 14px;
	color: #fff;
	position: relative;
	z-index: 99;
	line-height: 70px;
}
.copy-info a{
	color: #fff;
}

.foot-contact h3{
	font-size: 20px;
	margin-bottom: 20px;
	color: #fff;
}

.foot-contact ul li{
	width: 100%;
	position: relative;
	padding-left: 38px;
	margin-bottom: 10px;
}

.foot-contact ul li h2{
	font-size: 16px;
	line-height: 1.6;
	color: #8a8a8a;
	font-weight: normal;
	margin-bottom: 10px;
}

.foot-contact ul li p{
	font-size: 16px;
	line-height: 1.6;
	color: #000;
}
.foot-contact ul li i{
	position: absolute;
	left: 0;
	width: 20px;
	height: 20px;
}
.theme-add{
	display: block;
	background: url(../images/index_add.png) center no-repeat;
	background-size: cover;
}
.theme-phone{
	display: block;
	background: url(../images/index_phone.png) center no-repeat;
	background-size: cover;
}
.theme-tel{
	display: block;
	background: url(../images/index_tel.png) center no-repeat;
	background-size: cover;
}
.theme-email{
	display: block;
	background: url(../images/index_email.png) center no-repeat;
	background-size: cover;
}
.theme-web{
	display: block;
	background: url(../images/index_web.png) center no-repeat;
	background-size: cover;
}

@media screen and (max-width:1680px) {
	.index-product-series .swiper-slide,
	.index-product-iest{
		width: 1020px;
	}
	.index-product-iest .product-pagination {
		font-size: 21px;
	}
	.index-product-iest .product-pagination .swiper-pagination-current{
		font-size: 28px;
	}
	.pro-prev,.pro-next{
		width: 45px;
		height: 45px;
		border-radius: 10px;
	}
	.index-product-text h3{
		font-size: 46px;
	}
	.index-product-text h2{
		font-size: 26px;
	}
	.index-product-series .swiper-slide i{
		width: 70px;
		height: 70px;
	}
	.index-join-box h2,
	.joinbox h2{
		font-size: 50px;
	}
	.index-join-box h3,
	.joinbox h3{
		font-size: 42px;
	}
	.index-join-box h5,
	.joinbox h5{
		font-size: 26px;
	}
	.index-join-box p,
	.joinbox p{
		font-size: 14px;
	}
	.index-join-box a,
	.index-oem-text a{
		width: 145px;
		font-size: 14px;
		line-height: 53px;
	}
	.title-item h2 {
	    font-size: 36px;
	}
	.title-item h3 {
	    font-size: 26px;
	}
	.title-item h4{
		font-size: 18px;
	}
	.index-about-series ol li h4 {
	    font-size: 45px;
	}
	.index-about-series ol li p {
	    font-size: 14px;
	}
	.index-about-series ol li h4 em{
		font-size: 26px;
	}
	.i-a-item{
		width: 1px;
		height: 35px;
	}
	.index-oem-text h3{
		font-size: 26px;
	}
	.index-oem-text p{
		font-size: 16px;
	}
	.index-news .swiper-slide .news_text h4{
		font-size: 18px;
	}
	.index-news .swiper-slide .news_text p{
		font-size: 14px;
		height: 56px;
	}
	.news-prev,.news-next{
		width: 50px;
		height: 50px;
	}
	.news-prev{
		left: -70px;
	}
	.news-next{
		right: -70px;
		background-position: 0 -50px
	}
	.foot-search{
		margin-top: 40px;
	}
	.foot-menu h3{
		font-size: 17.5px;
		margin-bottom: 18px;
	}
	.foot-menu ul{
		margin-right: 28px;
	}
	.foot-menu ul li a{
		font-size: 14.5px;
	}
	.foot-contact h3{
		font-size: 18px;
	}
	.foot_icon img {
		width: 424px;
		margin-bottom: -44px;
	}
	
	.copy-info{
		font-size: 14px;
	}
}
@media screen and (max-width:1455px) {
	.index-product-series .swiper-slide,
	.index-product-iest{
		width: 860px;
	}
	.index-product-iest .product-pagination {
		font-size: 18px;
	}
	.index-product-iest .product-pagination .swiper-pagination-current{
		font-size: 24px;
	}
	.pro-prev,.pro-next{
		width: 40px;
		height: 40px;
		border-radius: 8px;
	}
	.index-product-text h3{
		font-size: 40px;
	}
	.index-product-text h2{
		font-size: 22px;
	}
	.index-product-series .swiper-slide i{
		width: 60px;
		height: 60px;
	}
	.index-join-box h2,
	.joinbox h2{
		font-size: 42px;
	}
	.index-join-box h3,
	.joinbox h3{
		font-size: 36px;
	}
	.index-join-box h5,
	.joinbox h5{
		font-size: 22px;
	}
	.index-join-box p,
	.joinbox p{
		font-size: 12px;
	}
	.index-join-box a,
	.index-oem-text a{
		width: 130px;
		font-size: 12px;
		line-height: 45px;
	}
	.title-item h2 {
	    font-size: 30px;
	}
	.title-item h3 {
	    font-size: 22px;
	}
	.title-item h4{
		font-size: 16px;
	}
	.index-about-series ol li h4 {
	    font-size: 40px;
	}
	.index-about-series ol li p {
	    font-size: 12px;
	}
	.index-about-series ol li h4 em{
		font-size: 22px;
	}
	.i-a-item{
		width: 1px;
		height: 30px;
	}
	.index-oem-text h3{
		font-size: 22px;
	}
	.index-oem-text p{
		font-size: 14px;
	}
	.index-news .swiper-slide .news_text h4{
		font-size: 16px;
	}
	.index-news .swiper-slide .news_text p{
		font-size: 12px;
		height: 48px;
	}
	.news-prev,.news-next{
		width: 40px;
		height: 40px;
	}
	.news-prev{
		left: -60px;
	}
	.news-next{
		right: -60px;
		background-position: 0 -40px
	}
	.foot-search{
		margin-top: 30px;
	}
	.foot-menu h3{
		font-size: 15px;
		margin-bottom: 15px;
	}
	.foot-menu ul{
		margin-right: 20px;
	}
	.foot-menu ul li a{
		font-size: 12px;
	}
	
	.foot_icon img {
	    width: 390px;
	    margin-bottom: -41px;
	}
	
	.foot-contact ul li h2 {
	    font-size: 12px;
	}
	.foot-contact h3{
		font-size: 16px;
	}
	.copy-info{
		font-size: 12px;
		line-height: 50px;
	}
	
	.foot-search form {
	    padding: 4px;
	}
	
	.foot-contact ul li i{
		position: absolute;
		left: 0;
		width: 18px;
		height: 18px;
	}
	
}


.con-ban{
    position: relative;
    width: 100%;
    min-width: 1280px;
	height: 36.8543vw;
	min-height: 479px;
	pointer-events: none;
	background-size: cover;
}
.con-ban img{
	position: absolute;
	z-index: 10;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.banitem {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
	transform: scale(1.2,1.2);
    background-position: center;
    background-size: cover;
    -webkit-animation: subs 6s linear 1;
    -webkit-animation-fill-mode: forwards
}

@keyframes subs {
	0% {
		transform: scale(1.2,1.2)
	}
	100% {
		transform:scale(1,1)
	}
}

.con-ban .container{
	height: 100%;
}


.aboutbox{
	padding: 5% 0;
	background-color: #f58244;
}
.aboutbox .container{
	display: flex;
	justify-content: space-between;
}
.aboutbox-right{
	float: right;
	width: 75%;
}
.aboutbox-right h3{
	font-size: 44px;
	line-height: 2;
	color: #fff;
	margin-bottom: 3%;
}
.about-num{
	width: 80%;
	margin-bottom: 4%;
}
.about-num ol{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.about-num ol li h4{
	font-size: 50px;
	color: #fff;
}
.about-num ol li h4 em{
	vertical-align: text-top;
	font-size: 30px;
	font-weight: normal;
	font-style: normal;
}
.about-num ol li p{
	font-size: 16px;
	line-height: 2;
	color: #fff;
}
.a-icon{
	display: block;
	width: 2px;
	height: 40px;
	background-color: rgb(255 255 255 / 20%);
}
.about-desc p{
	font-size: 16px;
	line-height: 2;
	color: #fff;
}

.aboutbox2{
	padding: 5% 0;
	background: url(../images/about_02.jpg) bottom center/100% auto no-repeat #f5f5f5;
}
.aboutbox2 .container{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.about-02-text{
	width: 29%;
}
.text .title-item h2{
	margin-bottom: 0;
}
.text .title-item{
	margin-bottom: 45px;
}
.about-02-text p{
	font-size: 18px;
	line-height: 2;
	color: #000;
}
.about-02-img{
	width: 58.3125%;
}
.about-02-img img{
	pointer-events: none;
	border-radius: 12px;
}
.about-02-img ul{
	margin-top: 1.5%;
	display: flex;
	justify-content: space-between;
}
.about-02-img ul li{
	width: calc(95.5%/4);
}
.aboutbox3{
	width: 100%;
	height: 39.4791vw;
	min-height: 512px;
	background: url(../images/about_03.jpg) center center/cover no-repeat;
}
.aboutbox3 .container{
	height: 100%;
	display: flex;
	justify-content: end;
	align-items: center;
}
.about-03-text{
	padding-right: 3%;
}
.about-03-text h5{
	font-size: 20px;
	line-height: 1.8;
	color: #fff;
	margin-bottom: 30px;
}
.about-03-text p{
	font-size: 20px;
	line-height: 60px;
	color: #fff;
}
.about-03-text p strong{
	display: inline-block;
	padding: 14px 30px;
	border-radius: 30px;
	line-height: 1;
	color: #fff;
	background: #f58244;
	margin-right: 10px;
}
.aboutbox4{
	width: 100%;
	height: 42.03125vw;
	min-height: 546px;
	background: url(../images/about_04.jpg) center center/cover no-repeat;
}
.aboutbox4 .container{
	display: flex;
	align-items: center;
	height: 100%;
}
.about-04-text{
	width: 35%;
}
.about-04-text ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.about-04-text ul li{
	width: 46.25%;
	border-radius: 10px;
	overflow: hidden;
	pointer-events: none;
	margin-bottom: 4%;
}
.aboutbox5{
	padding: 5% 0;
}
.aboutbox5 .container{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.about-05-img{
	width: 51.75%;
	border-radius: 10px;
	overflow: hidden;
	pointer-events: none;
}
.about-05-text{
	width: 39.375%;
}
.about-05-text h3{
	font-size: 30px;
	line-height: 1.8;
	color: #000;
}
.about-05-text p{
	font-size: 18px;
	line-height: 2;
	margin-bottom: 60px;
}
.about-05-text ul{
	display: flex;
	justify-content: space-between;
}
.about-05-text ul li{
	width: 32.33%;
	border-radius: 8px;
	overflow: hidden;
	pointer-events: none;
}
@media screen and (max-width:1680px) {
	.ban-icon {
		pointer-events: none;
		width: 200px;
		height: 204px;
		bottom: -70px;
	}
	.aboutbox-right h3{
		font-size: 38px;
	}
	.about-num ol li h4{
		font-size: 44px;
	}
	.about-num ol li h4 em{
		font-size: 26px;
	}
	.about-num ol li p{
		font-size: 14px;
	}
	.a-icon{
		width: 1px;
		height: 35px;
	}
	.about-desc p{
		font-size: 14px;
	}
	.text .title-item{
		margin-bottom: 40px;
	}
	.about-02-text p{
		font-size: 16px;
	}
	.about-03-text h5{
		font-size: 17.5px;
		margin-bottom: 24px;
	}
	.about-03-text p{
		font-size: 17.5px;
		line-height: 55px;
	}
	.about-03-text p strong{
		padding: 11px 22px;
		line-height: 1;
	}
	.about-05-text h3{
		font-size: 26px;
	}
	.about-05-text p{
		font-size: 16px;
		margin-bottom: 50px;
	}
}
@media screen and (max-width:1455px) {
	.ban-icon {
		pointer-events: none;
		width: 165px;
		height: 168px;
		bottom: -60px;
	}
	.aboutbox-right h3{
		font-size: 32px;
	}
	.about-num ol li h4{
		font-size: 38px;
	}
	.about-num ol li h4 em{
		font-size: 24px;
	}
	.about-num ol li p{
		font-size: 12px;
	}
	.a-icon{
		width: 1px;
		height: 30px;
	}
	.about-desc p{
		font-size: 12px;
	}
	.text .title-item{
		margin-bottom: 35px;
	}
	.about-02-text p{
		font-size: 14px;
	}
	.about-03-text h5{
		font-size: 15px;
		margin-bottom: 18px;
	}
	.about-03-text p{
		font-size: 15px;
		line-height: 50px;
	}
	.about-03-text p strong{
		padding: 8px 16px;
	}
	.about-05-text h3{
		font-size: 22px;
	}
	.about-05-text p{
		font-size: 14px;
		margin-bottom: 40px;
	}
}



.servicebox{
	width: 100%;
	height: 40.3125vw;
	min-height: 516px;
	background: url(../images/service.jpg) center center/cover no-repeat;
}
.servicebox2{
	width: 100%;
	height: 43.489vw;
	min-height: 565px;
	background: url(../images/service_02.jpg) center center/cover no-repeat;
}
.servicebox2 .container{
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 100%;
}
.servicebox2 img.service_02_img{
	width: 50%;
	border-radius: 15px;
}
.service-text h3{
	font-size: 30px;
	line-height: 2;
	color: #fff;
}
.service-text p{
	font-size: 18px;
	line-height: 2;
	color: #fff;
	margin-bottom: 22%;
}
.service-text ul{
	display: flex;
	justify-content: space-between;
	width: 86%;
}
.service-text ul li{
	width: 48%;
	pointer-events: none;
	border-radius: 8px;
	overflow: hidden;
}
.servicebox3{
	padding: 5% 0;
}
.servicebox3 .container{
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}
.service-img{
	width: 50%;
	pointer-events: none;
	border-radius: 10px;
	overflow: hidden;
}
.service-03-text{
	width: 31.5625%;
	margin-right: 8%;
}
.service-03-text h2{
	line-height: 1.4;
}
.service-03-text p{
	margin:  3% 0 16%;
	font-size: 18px;
	line-height: 1.8;
	color: #000;
}
.service-03-text img{
	pointer-events: none;
	width: 30%;
	border-radius: 20px;
}
.servicebox4{
	width: 100%;
	height: 40.52vw;
	min-height: 526px;
	background: url(../images/service_04.jpg) center center/cover no-repeat;
}
.servicebox4 .container{
	height: 100%;
	display: flex;
	align-items: center;
}
.servicebox-text h2{
	line-height: 1.4;
}
.servicebox-text ul{
	width: 92%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.servicebox-text ul li{
	width: 49%;
	padding: 2.5% 0 2.5% 18%;
	margin-bottom: 1.5%;
	border-radius: 20px;
	position: relative;
	border: 1px solid #fff;
	background-color: #c3c9cc;
}
.servicebox-text ul li i{
	position: absolute;
	left: 9%;
	top: 50%;
	transform: translateY(-50%);
	width: 75px;
	height: 75px;
	display: block;
	background-color: #232323;
	border-radius: 50%;
	pointer-events: none;	
}
.servicebox-text ul li p{
	font-size: 24px;
	color: #000;
	line-height: 2;
}
.servicebox-text ul li h3{
	font-size: 20px;
	font-weight: normal;
	color: #fff;
}
.servicebox-text ul li h3 b{
	font-size: 42px;
}
.servicebox5{
	width: 100%;
	padding: 5% 0 2%;
	background: url(../images/service_05.jpg) center bottom/100% auto no-repeat #fff;
}
.servicebox5 .container{
	display: flex;
	justify-content: space-between;
}
.service-05-text h2{
	line-height: 1.4;
}
.service-05-text p{
	font-size: 18px;
	line-height: 1.6;
	color: #000;
}
.service-05-right{
	display: block;
	width: 45%;
	max-width: 720px;
	margin-right: 3%;
}
.service-05-right ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
}
.service-05-right ul li{
	width: 35%;
	pointer-events: none;
	margin: 0 0 8%;
	border: 4px solid #f58244;
	border-radius: 15px;
	background-color: #fff;
	overflow: hidden;
	box-shadow: 0 5px 25px 0 rgb(0 0 0 / 5%);
}
.servicebox6{
	padding: 5% 0;
	background-color: #f5f5f5;
}
.servicebox6 ul{
	display: flex;
	justify-content: space-between;
}
.servicebox6 ul li{
	width: 30.6875%;
	border-radius: 20px;
	background-color: #313131;
	padding: 1.1%;
}
.servicebox6 ul li img{
	pointer-events: none;
	border-radius: 14px;
	overflow: hidden;
}
.service-06-text{
	padding: 10% 6% 6%;
}
.service-06-text h3{
	font-size: 30px;
	line-height: 1;
	margin-bottom: 5%;
	color: #fff;
}
.service-06-text p{
	font-size: 16px;
	line-height: 2;
	color: #fff;
}
@media screen and (max-width:1680px) {
	.service-text h3{
		font-size: 26px;
	}
	.service-text p,
	.service-03-text p{
		font-size: 16px;
	}
	.servicebox-text ul li{
		border-radius: 16px;
	}
	.servicebox-text ul li i{
		width: 68px;
		height: 68px;
	}
	.servicebox-text ul li p{
		font-size: 20px;
		color: #000;
		line-height: 2;
	}
	.servicebox-text ul li h3{
		font-size: 17px;
		font-weight: normal;
		color: #fff;
	}
	.servicebox-text ul li h3 b{
		font-size: 36px;
	}
	.service-05-text p{
		font-size: 16px;
	}
	.service-06-text h3{
		font-size: 26px;
	}
	.service-06-text p{
		font-size: 14px;
	}
}
@media screen and (max-width:1455px) {
	.service-text h3{
		font-size: 22px;
	}
	.service-text p,
	.service-03-text p{
		font-size: 14px;
	}
	.servicebox-text ul li{
		border-radius: 14px;
	}
	.servicebox-text ul li i{
		width: 60px;
		height: 60px;
	}
	.servicebox-text ul li p{
		font-size: 17px;
	}
	.servicebox-text ul li h3{
		font-size: 14px;
	}
	.servicebox-text ul li h3 b{
		font-size: 30px;
	}
	.service-05-text p{
		font-size: 14px;
	}
	.service-06-text h3{
		font-size: 22px;
	}
	.service-06-text p{
		font-size: 12px;
	}
}




.joinbox{
	width: 100%;
	height: 49.8958vw;
	min-height: 647px;
	padding-top: 10.2%;
	background: url(../images/join_01.jpg) center center/cover no-repeat;
}
.joinbox .container{
	height: 100%;
}
.joinbox2{
	padding: 6.5% 0 4.5%;
	background-color: #fff;
}
.joinbox2 .container{
	display: flex;
	justify-content: space-between;
}
.join-02-right{
	width: 35.5%;
	pointer-events: none;
}
.join-02-left{
	width: 59.875%;
}
.join-02-left ul{
	padding-top: 3%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.join-02-left ul li{
	position: relative;
	width: 29%;
	height: 10.93vw;
	min-height: 142px;
	padding-left: calc(42px + 2%);
}
.join-02-left ul li img{
	position: absolute;
	left: 0;
	top: 0;
	width: 42px;
	pointer-events: none;
}
.join-02-left ul li h3{
	font-size: 24px;
	font-weight: normal;
	line-height: 2;
	color: #000;
}
.join-02-left ul li p{
	font-size: 16px;
	line-height: 1.6;
	color: #8d8d8d;
}
.joinbox3{
	margin-top: -7%;
	width: 100%;
	height: 45.88vw;
	background: url(../images/join_03.png) top center/100% auto no-repeat;
}
.joinbox3 .container{
	display: flex;
	justify-content: end;
	height: 100%;
	padding-top: 23.4%;
}
.joinbox3 ul{
	width: 49.375%;
	overflow: hidden;
}
.joinbox3 ul li{
	width: 28.8%;
	float: left;
	margin: 0 1% 1% 0;
}
.joinvi .swiper-slide h3{
	position: absolute;
	left: 10px;
	bottom: 10px;
	width: calc(100% - 20px);
	font-size: 18px;
	line-height: 3;
	text-align: center;
	font-weight: normal;
	color: #000;
	opacity: 0;
	background-color: #f58244;
}
.joinvi .swiper-slide:hover h3{
	opacity: 1;
}
.joinbox4{
	padding: 5%;
	background-color: #00593b;
}
.joinbox4 ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.joinbox4 ul li{
	padding: 2% 0;
	width: 23.5%;
	text-align: center;
	margin-bottom: 1.5%;
	border-radius: 10px;
	box-shadow: 0 0 20px 0 rgb(0 0 0 / 20%);
	background-color: #fff;
}
.joinbox4 ul li div{
	width: 80px;
	height: 80px;
	margin: 0 auto;
	background-size: 100% auto;
	background-repeat: no-repeat;
}
.joinbox4 ul li h3{
	font-size: 20px;
	line-height: 1.8;
	font-weight: normal;
	color: #000;
}
.joinbox4 ul li p{
	font-size: 16px;
	line-height: 1.8;
	color: #949494;
}
.joinbox4 ul li:hover h3,
.joinbox4 ul li:hover p{
	color: #fff;
}
.joinbox4 ul li:hover div{
	background-position: 0 100%;
}
.joinbox4 ul li:hover{
	background-color: #f58244;
}
.join_icon01{
	background-image: url(../images/join_04_01.png);
}
.join_icon02{
	background-image: url(../images/join_04_02.png);
}
.join_icon03{
	background-image: url(../images/join_04_03.png);
}
.join_icon04{
	background-image: url(../images/join_04_04.png);
}
.join_icon05{
	background-image: url(../images/join_04_05.png);
}
.join_icon06{
	background-image: url(../images/join_04_06.png);
}
.join_icon07{
	background-image: url(../images/join_04_07.png);
}
.join_icon08{
	background-image: url(../images/join_04_08.png);
}

.joinbox5{
	padding: 5% 0;
	background-color: #eee;
}
.joinbox5 ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.joinbox5 ul li{
	width: 48.5%;
	height: 15.364vw;
	min-height: 200px;
	background-color: #fff;
	margin-bottom: 1.5%;
	border-radius: 15px;
	padding: 2.5%;
	border: 4px solid #fff;
}
.joinbox5 ul li h3{
	font-size: 24px;
	line-height: 1.3;
	font-weight: normal;
	color: #000;
	margin-bottom: 3%;
}
.joinbox5 ul li p{
	font-size: 16px;
	line-height: 1.8;
	color: #7a7a7a;
}
.joinbox5 ul li:hover{
	border-color: #f58244;
}
.joinbox6{
	padding: 5% 0;
}
.joinbox6 .container{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.join-06-left{
	width: 47.3125%;
	pointer-events: none;
}
.join-06-right{
	width: 39.375%;
}
.join-06-right h2{
	line-height: 1.3;
}
.join-06-right span{
	display: inline-block;
	width: 110px;
	font-size: 14px;
	line-height: 30px;
	text-align: center;
	color: #fff;
	background-color: #f58244;
	border-radius: 30px;
}
.join-06-right h3{
	font-size: 52px;
	color: #000;
	line-height: 1.6;
}

@media screen and (max-width:1680px) {
	.join-02-left ul li{
		padding-left: calc(36px + 1%);
	}
	.join-02-left ul li img{
		width: 36px;
	}
	.join-02-left ul li h3{
		font-size: 21px;
	}
	.join-02-left ul li p{
		font-size: 14px;
	}
	.join-prev, .join-next {
	    width: 45px;
	    height: 45px;
	    border-radius: 10px;
	}
	.joinvi .swiper-slide h3{
		font-size: 16px;
	}
	.joinbox4 ul li div{
		width: 75px;
		height: 75px;
	}
	.joinbox4 ul li h3{
		font-size: 18px;
	}
	.joinbox4 ul li p{
		font-size: 14px;
	}
	.joinbox5 ul li h3{
		font-size: 21px;
	}
	.joinbox5 ul li p{
		font-size: 14px;
		line-height: 1.8;
		color: #7a7a7a;
	}
	.join-06-right span{
		width: 100px;
		font-size: 13px;
		line-height: 27px;
	}
	.join-06-right h3{
		font-size: 46px;
	}
}
@media screen and (max-width:1455px) {
	.join-02-left ul li{
		padding-left: calc(30px + 2%);
	}
	.join-02-left ul li img{
		width: 30px;
	}
	.join-02-left ul li h3{
		font-size: 18px;
	}
	.join-02-left ul li p{
		font-size: 12px;
	}
	.join-prev, .join-next {
	    width: 40px;
	    height: 40px;
	    border-radius: 8px;
	}
	.joinvi .swiper-slide h3{
		font-size: 14px;
	}
	.joinbox4 ul li div{
		width: 70px;
		height: 70px;
	}
	.joinbox4 ul li h3{
		font-size: 16px;
	}
	.joinbox4 ul li p{
		font-size: 12px;
	}
	.joinbox5 ul li h3{
		font-size: 18px;
	}
	.joinbox5 ul li p{
		font-size: 12px;
	}
	.join-06-right span{
		width: 90px;
		font-size: 12px;
		line-height: 24px;
	}
	.join-06-right h3{
		font-size: 40px;
	}
}


.skill-ban{
	width: 100vw;
	min-width: 1280px;
	height: 36.8543vw;
	min-height: 472px;
	overflow: hidden;
	position: relative;
	background-size: cover;
}
.skill-ban .container{
	height: 100%;
	display: flex;
	align-items: flex-end;
}
.skill-ban ul{
	display: flex;
	margin-bottom: 3%;
}
.skill-ban ul li{
	margin-right: 3%;
}
.skill-ban ul li a{
	display: block;
	width: 170px;
	font-size: 18px;
	line-height: 58px;
	text-align: center;
	color: #fff;
	border-radius: 10px;
	border: 2px solid rgb(255 255 255 / 20%);
}
.skill-ban ul li a:hover,
.skill-ban ul li a.on{
	color: #fff;
	border-color: #f58244;
	background-color: #f58244;
}
.skill{
	padding: 5% 0;
	pointer-events: none;
}
.skill-container{
	width: 62.5%;
	margin: 0 auto;
}
.skill_bg{
	background-color: #f8f8f8;
}
.skill img{
	margin-bottom: 3%;
}

@media screen and (max-width:1680px) {
	.skill-ban ul li a{
		width: 150px;
		font-size: 16px;
		line-height: 50px;
	}
}
@media screen and (max-width:1455px) {
	.skill-ban ul li a{
		width: 130px;
		font-size: 14px;
		line-height: 42px;
	}
}


.contact-ban{
	width: 100%;
	height: 42.7vw;
	min-height: 554px;
	background: url(../images/contact.jpg) center center/cover no-repeat;
}
.contact{
	padding: 5% 0;
	background-color: #f7f8f9;
}
.contact-desc ul{
	display: flex;
	justify-content: center;
}
.contact-desc ul li{
	width: 27%;
	margin: 0 0.5%;
	text-align: center;
	border-radius: 12px;
	padding: 2.5% 0 3.5%;
	max-width: 420px;
	background-color: #fff;
}
.contact-desc ul li img{
	width: 20%;
	max-width: 70px;
}
.contact-desc ul li p{
	line-height: 2;
	font-size: 24px;
	color: #000;
}
.contact-desc ul li h3{
	font-size: 24px;
	color: #000;
}
.contact-desc ul li h3.font{
	font-size: 21px;
}


.contact-msg {
    padding: 5% 0;
    background-color: #fff;
}
.con-name,.con-email,.con-tel{
	position: relative;
	width: 30%;
	margin-bottom: 3%;
}
.con-name,.con-email{
	margin-right: 5%;
}
.contact-msg em{
	position: absolute;
	line-height: 50px;
	right: 0;
	top: 0;
	font-size: 16px;
}
.Validform_wrong{
	color: red;
}
.Validform_right{
	color: green;
}
.con-content{
	margin-bottom: 3%;
}
.contact-msg input[type="text"] {
    width: 100%;
    font-size: 16px;
    padding: 0 10px;
    line-height: 50px;
    background: none;
    border: 0;
    border-bottom: 1px solid #c4c4c4;
}
.contact-msg em {
    position: absolute;
    right: 10px;
    font-size: 16px;
    line-height: 50px;
    font-style: normal;
}
.contact-msg textarea {
    width: 100%;
    font-family: arial,"思源黑体","微软雅黑";
    line-height: 25px;
    font-size: 16px;
    padding: 0 10px;
    height: 150px;
    background: none;
    border: 0;
    border-bottom: 1px solid #c4c4c4;
}
.contact-msg input[type="submit"] {
    width: 170px;
    font-size: 16px;
    color: #fff;
    line-height: 48px;
    background: #f58244;
    border-radius: 8px;
}

@media screen and (max-width:1680px) {
	.contact-desc ul li p{
		font-size: 20px;
	}
	.contact-desc ul li h3{
		font-size: 20px;
	}
	.contact-desc ul li h3.font{
		font-size: 18px;
	}
	.contact-msg input[type="text"] {
	    font-size: 14px;
	    line-height: 45px;
	}
	.contact-msg em {
	    font-size: 14px;
	    line-height: 45px;
	    font-style: normal;
	}
	.contact-msg textarea {
	    line-height: 22px;
	    font-size: 14px;
	    height: 132px;
	}
	.contact-msg input[type="submit"] {
	    width: 160px;
	    font-size: 14px;
	    line-height: 45px;
	}
}
@media screen and (max-width:1455px) {
	.contact-desc ul li p{
		font-size: 17px;
	}
	.contact-desc ul li h3{
		font-size: 17px;
	}
	.contact-desc ul li h3.font{
		font-size: 15px;
	}
	.contact-msg input[type="text"] {
	    font-size: 12px;
	    line-height: 40px;
	}
	.contact-msg em {
	    font-size: 12px;
	    line-height: 40px;
	    font-style: normal;
	}
	.contact-msg textarea {
	    line-height: 20px;
	    font-size: 12px;
	    height: 120px;
	}
	.contact-msg input[type="submit"] {
	    width: 150px;
	    font-size: 12px;
	    line-height: 40px;
	}
}



.news-box{
	padding: 4% 0;
	overflow: hidden;
}
.news-box .about-info{
	margin-bottom: 4%;
}
.news-list ol{
	margin-top: 3%;
}
.news-list ol li{
    position: relative;
    margin-bottom: 25px;
    background: #fff;
	overflow: hidden;
	transition: all 0.5s;
	border-radius: 10px;
}
.news-list ol li a{
	position: relative;
    display: block;
    width: 100%;
    height: 100%;
	padding: 2%;
    overflow: hidden;
	box-sizing: border-box;
}
.news-list ol li .news-img{
    float: left;
    width: 20vw;
    height: 12vw;
	min-width: 260px;
	min-height: 155px;
	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: #f58244;
}
@media screen and (max-width:1680px) {
	.news-list ol li .news-info,
	.news-list ol li .news-date{
		top: 42px;
	}
	.news-list ol li .news-info h3{
	    padding-bottom: 13px;
		font-size: 20px;
	}
	.news-list ol li .news-info p{
		font-size: 14px;
	    height: 44px;
	    line-height: 22px;
	}
	.news-list ol li .news-date{
		width: 90px;
		height: 125px;
	}
	.news-list ol li .news-date font{
		font-size: 28px;
	}
	.news-list ol li:hover .news-date item {
	    bottom: 21px;
	}
}
@media screen and (max-width:1455px) {
	.news-list ol li .news-info,
	.news-list ol li .news-date{
		top: 35px;
	}
	.news-list ol li .news-info h3{
	    padding-bottom: 10px;
		font-size: 18px;
	}
	.news-list ol li .news-info p{
		font-size: 13px;
	    height: 40px;
	    line-height: 20px;
	}
	.news-list ol li .news-date{
		width: 80px;
		height: 100px;
	}
	.news-list ol li .news-date font{
		font-size: 24px;
	}
	.news-list ol li:hover .news-date item {
	    bottom: 12px;
	}
}


.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: #f58244;
	border-radius: 40px;
	cursor: pointer;
}
.news_content{
	float: right;
	width: 70%;
	min-height: 800px;
	font-size: 16px;
	padding: 50px 35px;
	line-height: 2;
	color: #555;
	background: #fff;
	border-radius: 5px;
	box-sizing: border-box;
	overflow: hidden;
}
.news_content img{
	max-width: 100%;
}
.news_content iframe,
.news_show .news_content video{
	width: 100%;
	height: 500px;
}
.news_show_content p {
	margin_-bottom: 10px;
}
.news_info a:hover{
	background-color: #f58244;
}
.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;
	}
	.news_content iframe,
	.news_show .news_content video{
		width: 100%;
		height: 450px;
	}
}
@media screen and (max-width:1455px) {
	.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;
	}
	.news_content iframe,
	.news_show .news_content video{
		width: 100%;
		height: 420px;
	}
}


/* expage */
.curr {
	display: inline-block;
	padding:0 12px;
	margin-right: 1px;
	font-size: 16px;
	line-height: 35px;
	text-align: center;
	color: #666;
	background: #ccc;
	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: #f58244;
	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;
}



.big_list ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.big_list ul li{
	position: relative;
	width: 48.5%;
	margin: 0 0 2% 0;
	border-radius: 10px;
	overflow: hidden;
}
.big_list ul li:hover{
	transform: translateY(-8px);
}
.big-text{
	position: absolute;
	left: 7%;
	bottom: 12%;
	width: 18%;
}
.big-text h3{
	font-size: 30px;
	color: #fff;
}
.big-text h4{
	font-size: 40px;
	color: #f68346;
	line-height: 1.1;
	margin-bottom: 3%;
}


.pro-ban{
	width: 100%;
	height: 41.6666vw;
	min-height: 542px;
	background: url(../images/product.jpg) center center/cover no-repeat;
}
.pro-ban .container{
	display: flex;
	align-items: center;
	height: 100%;
}
.pro-text{
	width: 100%;
}
.pro-text h3{
	font-size: 40px;
	line-height: 1.4;
	color: #000;
	margin-bottom: 2.5%;
}
.p_top{
	padding-top: 80px;
}

.search-box{
	width: 36.6875%;
}
.search-box form{
	display: flex;
	background-color: #fff;
	border: 2px solid #f58244;
	padding: 5px;
	overflow: hidden;
	border-radius: 15px;
	overflow: hidden;
}
.search-box input[type="text"]{
	width: calc(100% - 100px);
	line-height: 60px;
	padding: 0 15px;
	font-size: 16px;
	border: 0;
}
.search-box input[type="submit"]{
	width: 100px;
	line-height: 60px;
	border-radius: 10px;
	background: url(search_icon.png) center center/auto 60% no-repeat #f58244;
}


.product-serach {
    width: 32%;
	margin: 0 auto 4%;
	text-align: center;
}
.product-serach h2{
	font-size: 44px;
	color: #000;
	letter-spacing: 3px;
	line-height: 1.6;
	margin-bottom: 3%;
}
.product-serach h3{
	font-size: 24px;
	font-weight: normal;
	color: #000;
	line-height: 1.6;
	margin-bottom: 8%;
}
.product-serach form {
    display: block;
    margin: 0 auto;
    width: 100%;
    overflow: hidden;
    border-radius: 40px;
    border: 1px solid #f58244;
}
.product-serach input[type="text"] {
    float: left;
    width: calc(100% - 100px);
    line-height: 50px;
    font-size: 16px;
    padding: 0 30px;
	background: none;
	color: #000;
    border-radius: 30px;
    border: 0;
}
.product-serach input[type="text"]::placeholder{
	color: #999;
}
.product-serach input[type="submit"] {
    float: right;
    width: 100px;
    height: 50px;
    border-radius: 40px;
    background: url(search_icon.png) center center/32px 32px no-repeat #f58244;
    cursor: pointer;
}
@media screen and (max-width: 1680px){
	.big-text h3{
		font-size: 25px;
	}
	.big-text h4{
		font-size: 34px;
	}
	.p_top{
		padding-top: 75px;
	}
	.product-serach h2{
		font-size: 38px;
	}
	.product-serach h3{
		font-size: 21px;
	}
	.product-serach input[type="text"] {
		width: calc(100% - 90px);
		line-height: 45px;
		font-size: 15px;
		padding: 0 25px;
	}
	.product-serach input[type="submit"] {
	    width: 90px;
	    height: 45px;
	    background-size: 32px 32px;
	}
	
	.pro-text h3{
		font-size: 35px;
	}
	.search-box form{
		padding: 4px;
	}
	.search-box input[type="text"]{
		width: calc(100% - 90px);
		line-height: 50px;
		font-size: 14px;
	}
	.search-box input[type="submit"]{
		width: 90px;
		line-height: 50px;
	}
}
@media screen and (max-width: 1440px){
	.big-text h3{
		font-size: 20px;
	}
	.big-text h4{
		font-size: 26px;
	}
	.p_top{
		padding-top: 70px;
	}
	.product-serach h2{
		font-size: 32px;
	}
	.product-serach h3{
		font-size: 18px;
	}
	.product-serach input[type="text"] {
	    width: calc(100% - 80px);
	    line-height: 40px;
	    font-size: 14px;
	    padding: 0 20px;
	}
	.product-serach input[type="submit"] {
	    width: 80px;
	    height: 40px;
	    background-size: 28px 28px;
	}
	
	.pro-text h3{
		font-size: 30px;
	}
	.search-box form{
		padding: 3px;
	}
	.search-box input[type="text"]{
		width: calc(100% - 80px);
		line-height: 40px;
		font-size: 12px;
	}
	.search-box input[type="submit"]{
		width: 80px;
		line-height: 40px;
	}
}


.pro_title{
	padding-bottom: 30px;
}
.pro_title h2{
	font-size: 30px;
	font-weight: normal;
	color: #000;
}

.pro_bg{
	background-color: #eee;
}


.product_menu{
	position: relative;
	z-index: 10;
	border-radius: 5px;
	background-color: #434343;
	margin-bottom: 2%;
	transform: translateY(-50%);
}

.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: 70px;
    position: relative;
    color: #fff;
    border-radius: 5px;
}


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


.product_menu li .menu_down {
    position: absolute;
    top: 72px;
    left: 0;
    z-index: 10;
    width: 150px;
    background-color: #c6c6c6;
    opacity: 0;
    visibility: hidden;
    border-radius: 5px;
    overflow: hidden;
}
.product_menu ul li .menu_down a{
	display: block;
	padding: 0 18px;
	font-size: 14px;
	line-height: 45px;
	font-weight: normal;
	color: #000;
}
.product_menu ul li .menu_down a:hover,
.product_menu ul li .menu_down a.on{
	color: #fff;
	background-color: #333;
}
.product_menu ul li:hover .menu_down{
	opacity: 1;
	visibility: visible;
}



.searchbox{
	width: 27.85%;
	padding: 3px;
	background-color: #fff;
	border-radius: 40px;
	overflow: hidden;
}
.searchbox from{
	
}
.searchbox input[type="text"]{
	float: left;
	width: calc(100% - 90px);
	padding: 0 20px;
	font-size: 16px;
	line-height: 46px;
	border: 0;
	background-color: #fff;
}
.searchbox input[type="submit"]{
	float: right;
	width: 90px;
	height: 46px;
	border-radius: 40px;
	background: url(../images/pro_search.png) center center/60% auto no-repeat #f58244;
}


.product_list ul li{
	position: relative;
	float: left;
	width: calc(92%/5);
	margin: 0 2% 2% 0;
	text-align: center;
	border-radius: 8px;
	overflow: hidden;
	transition: all 0.5s;
}
.product_list ul li a{
	display: block;
	padding-bottom: 20px;
	background-color: #fff;
}
.product_list ul li:nth-child(5n){
	margin-right: 0;
}
.product_list ul li .img{
	width: 100%;
	overflow: hidden;
	border-radius: 8px;
	margin-bottom: 20px;
}
.product_list ul li img{
	width: 100%;
}
.product_list ul li h3{
	font-size: 24px;
	line-height: 1.5;
	font-weight: normal;
	color: #000;
}
.product_list ul li p{
	font-size: 18px;
	color: #636062;
}
.product_list ul li:hover{
	transform: translateY(-10px);
	box-shadow: 0 30px 50px -25px rgba(0,0,0,.45);
}
.product_list ul li em{
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 10;
	display: block;
	padding: 8px 15px;
	color: #fff;
	line-height: 1;
	background-color: #f58244;
	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: 15px;
	right: 15px;
	z-index: 9;
	display: block;
	width: 45px;
	line-height: 20px;
	font-size: 14px;
	font-style: normal;
	text-align: center;
	color: #fff;
	border-radius: 2px;
	background-color: #f58244;	
}
.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{
	transform: scale(1.2,1.2);
}

.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: 60px;
	}
	.product_menu li .menu_down{
		top: 62px;
		width: 130px;
	}
	.product_menu ul li .menu_down a{
		font-size: 13px;
		line-height: 40px;
		padding: 0 14px;
	}
	
	
	.searchbox input[type="text"]{
		width: calc(100% - 80px);
		font-size: 15px;
		line-height: 42px;
	}
	.searchbox input[type="submit"]{
		width: 80px;
		height: 42px;
	}
	.product_list ul li em{
		padding: 6px 12px;
		font-size: 13px;
		border-radius: 4px;
	}
	.product_list ul li h3{
		font-size: 21px;
	}
	.product_list ul li p{
		font-size: 16px;
	}
	.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:1455px) {
	.pro_title h2{
		font-size: 24px;
	}
	.product_menu ul > li > a{
		font-size: 14px;
		padding: 0 20px;
		line-height: 50px;
	}
	.product_menu li .menu_down{
		top: 52px;
		width: 110px;
	}
	.product_menu ul li .menu_down a{
		font-size: 12px;
		line-height: 35px;
		padding: 0 10px;
	}
	
	.searchbox input[type="text"]{
		width: calc(100% - 70px);
		font-size: 14px;
		line-height: 38px;
	}
	.searchbox input[type="submit"]{
		width: 70px;
		height: 38px;
	}
	.product_list ul li em{
		padding: 5px 10px;
		font-size: 12px;
		border-radius: 3px;
	}
	.product_list ul li h3{
		font-size: 18px;
	}
	.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: 14px;
		font-size: 20px;
	}
	.product_desc ul li{
		font-size: 12px;
	}
	.product_recom ul li a .img{
		width: 90px;
		margin-right: 15px;
	}
	.product_recom ul li a .text{
		padding-top: 20px;
	}
}

.product-box{
	padding: 5% 0;
}

.product-info{
	float: left;
	width: 42%;
	min-height: 100vh;
	height: auto;
	min-width: 546px;
	border-right: 1px solid #ebebeb;
}
.product-right{
	width: 58%;
}
.product-right img{
	width: 100%;
}
.pro-back{
	width: 100%;
	font-size: 16px;
	line-height: 2;
	padding: 3.5% 5%;
}
.pro-back a{
	cursor: pointer;
}
.pro-back i{
	display: inline-block;
	width: 32px;
	height: 32px;
	margin-right: 10px;
	vertical-align: middle;
	background: url(back.png) center center/cover no-repeat;
}
.pro-left-info{
	padding: 8% 16%;
}
.myswiper-box{
	padding: 12% 0;
}
.myswiper-box .swiper-slide{
	width: calc(94%/4);
	margin-right: 2%;
	border-radius: 10px;
	overflow: hidden;
}
.myswiper-box .swiper-slide:last-child{
	margin-right: 0;
}
.myswiper-box .product-prev,
.myswiper-box .product-next{
	display: none;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 30px;
	height: 60px;
	cursor: pointer;
}
.myswiper-box .product-prev{
	left: -50px;
	background: url(../images/brand_prv.png) center center/auto 50% no-repeat #afafaf;
}
.myswiper-box .product-next{
	right: -50px;
	background: url(../images/brand_next.png) center center/auto 50% no-repeat #afafaf;
}
.myswiper-box .product-prev:hover,
.myswiper-box .product-next:hover{
	background-color: #f58244;
}
.myswiper-box .product-prev.on,
.myswiper-box .product-next.on{
	display: block;
}
.pro-title{
	margin-bottom: 3%;
}
.pro-title h3{
	font-size: 1.625rem;
	font-weight: normal;
	line-height: 1.4;
	color: #000;
}
.pro-title p{
	font-size: 1rem;
	color: #686868;
	line-height: 2.2;
}
.pro-list h3{
	position: relative;
	font-size: 1rem;
	line-height: 2.5;
	font-weight: normal;
	color: #353535;
	border-bottom: 1px solid #dedede;
	margin-bottom: 3%;
}
.pro-list h3 i{
	float: right;
	position: relative;
	margin: 14px 3px 0 0;
	display: inline-block;
	width: 12px;
	height: 12px;
	cursor: pointer;
}
.pro-list h3 i::before{
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	height: 2px;
	transform: translateY(-50%);
	background-color: #bdbdbd;
}
.pro-list h3 i::after{
	content: "";
	position: absolute;
	left: 50%;
	top: 0;
	width: 2px;
	height: 100%;
	transform: translateX(-50%);
	background-color: #bdbdbd;
}
.pro-list h3 i.on::after{
	display: none;
}
.product-desc li{
	position: relative;
	float: left;
	width: 49%;
	color: #818386;
	line-height: 2;
	font-size: 14px;
	margin-right: 1%;
	padding-left: 13px;
}
.product-highlights li{
	position: relative;
	color: #818386;
	line-height: 2;
	font-size: 14px;
	padding-left: 13px;
}
.product-desc li::after{
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background-color: #9a9c9e;
}
.product-highlights li::after{
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 12px;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background-color: #9a9c9e;
}
.product-highlights{
	display: none;
}
.pro-link{
	padding-top: 17%;
}
.pro-link h3{
	font-size: 16px;
	font-weight: normal;
	line-height: 2.5;
	color: #858585;
	margin-bottom: 1%;
}
.pro-link a{
	display: inline-block;
	width: 170px;
	text-align: center;
	line-height: 46px;
	color: #fff;
	background-color: #f58244;
	border-radius: 6px;
}
.pro-link a img{
	width: 33px;
	height: 21px;
	vertical-align: middle;
	margin-right: 6px;
}
.product-recom{
	padding: 6%;
}
.product-recom h3{
	font-size: 1.75rem;
	font-weight: normal;
	text-align: left;
	line-height: 2;
	margin-bottom: 3%;
	color: #000;
}
.product-recom ul li{
	float: left;
	display: block;
	width: calc(94%/4);
	margin-right: 2%;
	text-align: left;
	padding: 1%;
	background-color: #fff;
	box-shadow: 0 0 15px 0 rgba(0,0,0,.2);
}
.product-recom ul li h4{
	font-size: 18px;
	line-height: 1.5;
	font-weight: normal;
	margin-top: 3%;
	color: #333;
}
.product-recom ul li p{
	font-size: 16px;
	color: #999;
}

@media screen and (max-width:1680px) {
	.video_ise{
		width: 70px;
		height: 70px;
	}
	.pro-back{
		font-size: 15px;
	}
	.pro-back i{
		width: 28px;
		height: 28px;
	}
	.pro-title h3{
		font-size: 1.5rem;
	}
	.pro-title p{
		font-size: 0.90625rem;
	}
	.myswiper-box .swiper-slide{
		border-radius: 8px;
	}
	.myswiper-box .product-prev,
	.myswiper-box .product-next{
		width: 25px;
		height: 52px;
	}
	.myswiper-box .product-prev{
		left: -45px;
	}
	.myswiper-box .product-next{
		right: -45px;
	}
	.product-desc li,
	.product-highlights li{
		font-size: 13px;
		padding-left: 11px;
	}
	.product-desc li::after,
	.product-highlights li::after{
		width: 3px;
		height: 3px;
	}
	.product-recom h3{
		font-size: 1.5rem;
	}
	.product-recom ul li h4{
		font-size: 1.03125rem;
	}
	.product-recom ul li p{
		font-size: 0.90625rem;
	}
}
@media screen and (max-width:1455px) {
	.video_ise{
		width: 60px;
		height: 60px;
	}
	.pro-back{
		font-size: 14px;
	}
	.pro-back i{
		width: 24px;
		height: 24px;
	}
	.pro-title h3{
		font-size: 1.25rem;
	}
	.pro-title p{
		font-size: 0.8125rem;
	}
	.myswiper-box .product-prev,
	.myswiper-box .product-next{
		width: 20px;
		height: 44px;
	}
	.myswiper-box .swiper-slide{
		border-radius: 6px;
	}
	.myswiper-box .product-prev{
		left: -30px;
	}
	.myswiper-box .product-next{
		right: -30px;
	}
	.product-desc li,
	.product-highlights li{
		font-size: 12px;
		padding-left: 9px;
	}
	.product-desc li::after,
	.product-highlights li::after{
		width: 2px;
		height: 2px;
	}
	.product-recom h3{
		font-size: 1.25rem;
	}
	.product-recom ul li h4{
		font-size: 0.9375rem;
	}
	.product-recom ul li p{
		font-size: 0.8125rem;
	}
}
