@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: 600px;
}
.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);
}

.logo{
	display: block;
	width: 295px;
	height: 81px;
	background: url(logo.png) center center/cover no-repeat;
	transition: all 0.5s;
}

.nav{
	display: flex;
	justify-content: space-between;
}
.nav ul li{
	position: relative;
	float: left;
	margin: 0 20px;
}
.nav > ul > li > a{
	position: relative;
	display: block;
	font-size: 1rem;
	color: #000;
	line-height: 100px;
	transition: all 0.4s;
}
.nav > ul > li > a::after{
	content: "";
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0 auto;
	width: 0;
	height: 3px;
	background-color: #f3b605;
	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: 100px;
	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: 100px;
	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: #f3b605;
}

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

.header_bg .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: 90px;
	}
	.logo{
		width: 255px;
		height: 70px;
		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: 80px;
	}
	.logo{
		width: 218px;
		height: 60px;
		background-size: cover;
	}
}


.comm-container{
	padding: 5% 0 3%;
}
.comm-container h2{
	font-size: 50px;
	text-align: center;
	line-height: 1;
	color: #000;
	margin-bottom: 4%;
}
.comm-container ul{
	display: flex;
	justify-content: space-between;
	margin-bottom: 2%;
}
.comm-container ul li{
	position: relative;
	width: 32.5%;
	border-radius: 18px;
	overflow: hidden;
}
.comm-text{
	position: absolute;
	left: 6%;
	bottom: 6%;
}
.comm-text h3{
	font-size: 28px;
	line-height: 1.5;
	color: #fff;
}
.comm-text p{
	font-size: 20px;
	color: #fff;
	text-transform: uppercase;
	line-height: 1.3;
	font-family: arial;
	font-weight: bold;
}
.comm-container ul li:hover{
	transform: translateY(-5px);
	box-shadow: 0 13px 30px -14px rgba(0,0,0,.9);
}
.swiper-product .swiper-slide{
	text-align: center;
}
.swiper-product .swiper-slide a{
	display: block;
	padding: 22% 0;
	border-radius: 18px;
	overflow: hidden;
	border: 4px solid rgba(255,255,255,0);
}
.swiper-product .swiper-slide img{
	width: 50%;
	max-width: 100px;
}
.swiper-product .swiper-slide h3{
	font-size: 18px;
	line-height: 2;
	font-weight: normal;
	color: #000;
}
.swiper-product .swiper-slide p{
	font-size: 14px;
	color: #999;
}
.swiper-product .swiper-slide:hover a{
	border-color: #f3b605;
}
.join-container{
	width: 100vw;
	min-width: 1280px;
	height: 36.61458vw;
	min-height: 469px;
	background: url(../images/i_join.jpg) center bottom/cover no-repeat;
}
.join-container .container{
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: end;
}
.join-text{
	width: 39.375%;
}
.join-text span{
	display: inline-block;
	padding: 8px 30px;
	font-size: 18px;
	color: #fff;
	background-color: #f3b605;
	border-radius: 35px;
}
.join-text h2{
	font-size: 52px;
	line-height: 1.6;
	color: #fff;
}
.join-text h3{
	font-weight: normal;
	color: #fff;
	font-size: 26px;
	line-height: 1;
	margin-bottom: 45px;
}
.join-text i{
	display: block;
	width: 50px;
	height: 5px;
	background-color: #fff;
	border-radius: 10px;
	margin-bottom: 100px;
}
.join-text a{
	display: inline-block;
	font-size: 16px;
	color: #fff;
	line-height: 50px;
	padding: 0 46px;
	border: 2px solid #6c6c6c;
	border-radius: 40px;
}
.join-text a:hover{
	background-color: #f3b605;
	border-color: #f3b605;
}

.title-item{
	margin-bottom: 4%;
}
.title-item h2{
	font-size: 36px;
	line-height: 1.5;
}
.title-item h3{
	font-size: 23px;
	line-height: 1.5;
	text-transform: uppercase;
}
.title-item i{
	display: inline-block;
	width: 5.5vw;
	height: 5px;
	max-width: 95px;
	background-color: #f3b605;
	border-radius: 10px;
	margin-top: 12px;
}
.title-item i.white{
	background-color: #fff;
}

.news-container{
	width: 100vw;
	min-width: 1280px;
	padding: 4% 0;
	background: url(../images/i_news_bg.jpg) center top/100% auto no-repeat;
}
.news-container .swiper-slide{
	border-radius: 10px;
	overflow: hidden;
	background-color: #eee;
}
.news-container .swiper-slide .news_img{
	position: relative;
	width: 100%;
	border-radius: 10px;
	overflow: hidden;
	background: url(logo.png) center center/50% auto no-repeat #f4f4f4;
	z-index: 10;
}
.news-container .swiper-slide .news_img span{
	display: block;
	width: 100%;
	padding-bottom: 45%;
	background-size: cover;
	background-position: center;
}
.news-container .swiper-slide:hover .news_img span{
	transform: scale(1.1,1.1);
}
.news-container .swiper-slide .news_text{
	position: relative;
	padding: 10% 5% 6%;
	width: 100%;
	margin-top: -4%;
}
.news-container .swiper-slide .news_text h4{
	font-size: 20px;
	font-weight: normal;
	line-height: 2;
}
.news-container .swiper-slide .news_text p{
	font-size: 16px;
	line-height: 2;
	height: 64px;
}
.news-container .swiper-slide:hover h4,
.news-container .swiper-slide:hover p{
	color: #fff;
}
.news-container .swiper-slide:hover .news_text{
	background-color: #f3b605;
}

.news-prev,.news-next,.pro-prev,.pro-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,.pro-prev{
	left: -80px;
}
.news-next,.pro-next{
	right: -80px;
	background-position: 0 -60px
}
.news-prev:hover,
.news-next:hover,
.pro-prev:hover,
.pro-next:hover{
	background-color: #f3b605;
}





.footer-box{
	background-color: #2b2926;
}
.footer-content{
	display: flex;
	padding: 4% 0;
	justify-content: space-between;
	align-items: center;
}
.foot-logo{
	width: 30%;
	pointer-events: none;
}
.foot-logo img{
	width: 100%;
}
.footer-content i{
	display: block;
	width: 1px;
	height: 120px;
	background-color: #555451;
}
.foot-info{
	width: 50%;
}
.foot-info ul{
	display: flex;
	flex-wrap: wrap;
}
.foot-info ul li{
	width: 42%;
	font-size: 20px;
	line-height: 2;
	color: #fff;
}
.foot-info ul li:nth-child(2n){
	width: 53%;
}
.foot-info ul li i{
	display: inline-block;
	width: 30px;
	height: 30px;
	vertical-align: middle;
	margin-right: 10px;
}
.foot-info ul li:nth-child(1) i{
	background: url(../images/foot_icon_01.png) center center/cover no-repeat;
}
.foot-info ul li:nth-child(2) i{
	background: url(../images/foot_icon_02.png) center center/cover no-repeat;
}
.foot-info ul li:nth-child(3) i{
	background: url(../images/foot_icon_03.png) center center/cover no-repeat;
}
.foot-info ul li:nth-child(4) i{
	background: url(../images/foot_icon_04.png) center center/cover no-repeat;
}
.foot-qr{
	text-align: center;
	width: 140px;
}
.foot-qr div{
	width: 90%;
	margin: 0 auto;
	border-radius: 5px;
	overflow: hidden;
}
.foot-qr p{
	font-size: 14px;
	color: #fff;
	line-height: 2.5;
}


.copy-box{
	border-top: 1px solid #413f3c;
}

.copy-info{
	font-size: 16px;
	color: #636261;
	line-height: 70px;
}
.copy-info a{
	color: #636261;
}

@media screen and (max-width:1680px) {
	.comm-container h2{
		font-size: 42px;
	}
	.comm-text h3{
		font-size: 24px;
	}
	.comm-text p{
		font-size: 18px;
	}
	.comm-container ul li{
		border-radius: 14px;
	}
	.swiper-product .swiper-slide a{
		border-radius: 14px;
		border: 3px solid rgba(255,255,255,0);
	}
	.swiper-product .swiper-slide h3{
		font-size: 16px;
	}
	.swiper-product .swiper-slide p{
		font-size: 13px;
	}
	.join-text span{
		padding: 6px 25px;
		font-size: 16px;
	}
	.join-text h2{
		font-size: 44px;
	}
	.join-text h3{
		font-size: 22px;
		margin-bottom: 35px;
	}
	.join-text i{
		width: 40px;
		height: 4px;
		margin-bottom: 85px;
	}
	.join-text a{
		font-size: 14.5px;
		line-height: 45px;
		padding: 0 38px;
	}
	.title-item h2{
		font-size: 32px;
	}
	.title-item h3{
		font-size: 20px;
	}
	.title-item i{
		height: 4px;
		margin-top: 10px;
	}
	.news-container .swiper-slide .news_text h4{
		font-size: 18px;
	}
	.news-container .swiper-slide .news_text p{
		font-size: 14px;
		height: 56px;
	}
	.news-prev,.news-next,.pro-prev,.pro-next{
		width: 50px;
		height: 50px;
	}
	.news-prev,.pro-prev{
		left: -70px;
	}
	.news-next,.pro-next{
		right: -70px;
		background-position: 0 -50px
	}
	.footer-content i{
		height: 100px;
	}
	.foot-info ul li{
		font-size: 17px;
	}
	.foot-info ul li i{
		width: 26px;
		height: 26px;
		margin-right: 8px;
	}
	.foot-qr{
		width: 130px;
	}
	.foot-qr p{
		font-size: 13px;
	}
	.copy-info{
		font-size: 14px;
		line-height: 60px;
	}
}
@media screen and (max-width:1455px) {
	.comm-container h2{
		font-size: 34px;
	}
	.comm-text h3{
		font-size: 20px;
	}
	.comm-text p{
		font-size: 16px;
	}
	.comm-container ul li{
		border-radius: 10px;
	}
	.swiper-product .swiper-slide a{
		border-radius: 10px;
		border: 2px solid rgba(255,255,255,0);
	}
	.swiper-product .swiper-slide h3{
		font-size: 14px;
	}
	.swiper-product .swiper-slide p{
		font-size: 12px;
	}
	.join-text span{
		padding: 4px 20px;
		font-size: 14px;
	}
	.join-text h2{
		font-size: 38px;
	}
	.join-text h3{
		font-size: 18px;
		margin-bottom: 25px;
	}
	.join-text i{
		width: 32px;
		height: 3px;
		margin-bottom: 60px;
	}
	.join-text a{
		font-size: 13px;
		line-height: 40px;
		padding: 0 30px;
	}
	.title-item h2{
		font-size: 26px;
	}
	.title-item h3{
		font-size: 18px;
	}
	.title-item i{
		height: 3px;
		margin-top: 8px;
	}
	.news-container .swiper-slide .news_text h4{
		font-size: 16px;
	}
	.news-container .swiper-slide .news_text p{
		font-size: 12px;
		height: 48px;
	}
	.news-prev,.news-next,.pro-prev,.pro-next{
		width: 40px;
		height: 40px;
	}
	.news-prev,.pro-prev{
		left: -60px;
	}
	.news-next,.pro-next{
		right: -60px;
		background-position: 0 -40px
	}
	.footer-content i{
		height: 80px;
	}
	.foot-info ul li{
		font-size: 14px;
	}
	.foot-info ul li i{
		width: 22px;
		height: 22px;
		margin-right: 6px;
	}
	.foot-qr{
		width: 120px;
	}
	.foot-qr p{
		font-size: 12px;
	}
	.copy-info{
		font-size: 12px;
		line-height: 50px;
	}
}




.about-01{
	width: 100vw;
	min-width: 1280px;
	height: 43.75vw;
	min-height: 561px;
	background: url(../images/about.jpg) center center/cover no-repeat;
}
.about-01 .container{
	height: 100%;
	display: flex;
	justify-content: end;
	align-items: center;
}
.about-desc{
	width: 43%;
	margin-right: 3%;
}
.about-desc h3{
	color: #000;
	font-size: 38px;
	line-height: 1.3;
	margin-bottom: 5%;
}
.about-desc p{
	font-size: 18px;
	line-height: 2;
	color: #787878;
}
.about-02{
	padding: 4% 0;
	background-color: #434343;
}
.about-02-img{
	display: flex;
	justify-content: space-between;
}
.about-02-img img{
	object-fit: cover;
	width: 100%;
}
.about-02-01{
	width: 49.5%;
	display: flex;
	flex-wrap: wrap;
	align-content: space-between;
}
.about-02-02{
	width: 49.5%;
	border-radius: 10px;
	overflow: hidden;
	pointer-events: none;
}
.about-02-top{
	width: 100%;
	border-radius: 10px;
	overflow: hidden;
	pointer-events: none;
	margin-bottom: 8px;
}
.about-02-bottom{
	display: flex;
	justify-content: space-between;
	width: 100%;
}
.about-02-left{
	width: 45.58%;
	border-radius: 10px;
	overflow: hidden;
	pointer-events: none;
}
.about-02-right{
	width: 53.787878%;
	border-radius: 10px;
	overflow: hidden;
	pointer-events: none;
}
.about-03{
	padding: 5% 0;
	background-color: #f3b605;
}
.about-03-box{
	display: grid;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: repeat(5,1fr);
    grid-template-rows: auto;
}
.about-03-box img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.about-03-box div {
    pointer-events: none;
    border-radius: 8px;
    overflow: hidden;
}
.about-03-01 {
    grid-area: 1/1/span 2/span 2;
}
.about-03-05 {
    grid-area: 2/3/span 1/span 2;
}
.about-04{
	width: 100vw;
	min-width: 1280px;
	height: 40.57191vw;
	min-height: 519px;
	background: url(../images/about_04.jpg) center center/cover no-repeat;
}
.about-04 .container{
	height: 100%;
	display: flex;
	justify-content: end;
	align-items: center;
}
.about-04-text{
	width: 50%;
	padding: 0 5%;
}
.about-04-text .title-item{
	margin-bottom: 6%;
}
.about-04-text p{
	padding: 0 5%;
	font-size: 17px;
	line-height: 1.8;
	margin-bottom: 12%;
}
.about-04-text ul{
	display: flex;
	justify-content: space-between;
}
.about-04-text ul li{
	width: 32.339%;
	pointer-events: none;
}
.about-05{
	padding: 4% 0;
}
.about-05-img{
	position: relative;
	pointer-events: none;
	border-radius: 8px;
	overflow: hidden;
}
.about-05-img .title-item{
	position: absolute;
	left: 66.625%;
	top: 50%;
	transform: translateY(-50%);
	margin-bottom: 0;
}
.about-05 ul{
	display: flex;
	justify-content: space-between;
	margin-top: 0.7%;
}
.about-05 ul li{
	display: block;
	width: 24.5%;
	border-radius: 8px;
	overflow: hidden;
	pointer-events: none;
}

@media screen and (max-width:1680px) {
	.about-desc h3{
		font-size: 32px;
	}
	.about-desc p{
		font-size: 16px;
	}
	.about-04-text p{
		font-size: 15px;
	}
}
@media screen and (max-width:1455px) {
	.about-desc h3{
		font-size: 26px;
	}
	.about-desc p{
		font-size: 14px;
	}
	.about-04-text p{
		font-size: 13px;
	}
}




.join-01{
	width: 100vw;
	min-width: 1280px;
	height: 44.6354vw;
	min-height: 571px;
	background: url(../images/join_01.jpg) center center/cover no-repeat;
}
.join-01 .container{
	padding-top: 8.64%;
}
.join-01 span{
	display: inline-block;
	padding: 10px 28px;
	border-radius: 30px;
	font-size: 18px;
	line-height: 1;
	color: #fff;
	background-color: #f3b605;
}
.join-01 h2{
	font-size: 51px;
	line-height: 1.4;
	color: #fff;
	margin-top: 1.5%;
}
.join-01 h3{
	font-size: 26px;
	line-height: 1.4;
	font-weight: normal;
	margin-bottom: 2%;
}
.join-01 i{
	display: block;
	width: 3vw;
	min-width: 45px;
	height: 5px;
	background-color: #fff;
	border-radius: 10px;
}
.join-02{
	width: 100vw;
	min-width: 1280px;
	padding: 4% 0 2.5%;
	background: url(../images/join_02.jpg) center top/100% auto no-repeat;
}
.join-02 ul,
.join-03 ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 87.5%;
	margin: 0 auto;
}
.join-02 ul li{
	width: 31.6428%;
	margin-bottom: 2%;
}
.join-02 ul li h3{
	font-size: 18px;
	font-weight: normal;
	color: #000;
	padding: 0 6%;
	line-height: 3.5;
	background-color: #eee;
}
.join-03 {
	padding: 4% 0 3%;
	background-color: #313131;
}
.join-03 ul li {
    width: 23.4285%;
    margin-bottom: 2%;
    background: #fff;
    float: left;
	padding: 3% 0;
    box-sizing: border-box;
}
.join-03 ul li i {
    width: 5vw;
    height: 5vw;
	min-width: 70px;
	min-height: 70px;
    display: block;
    overflow: hidden;
    border-radius: 50%;
    margin: 0 auto 20px;
    background: #f3f3f3;
}
.join-03 ul li h3 {
    color: #000;
    text-align: center;
    font-size: 18px;
    font-weight: normal;
    line-height: 1;
    margin-bottom: 10px;
}
.join-03 ul li p {
    line-height: 2;
    color: #787878;
    text-align: center;
    font-size: 14px;
}
.join-04{
	padding: 4% 0;
	background-color: #eee;
}
.join-04 ul {
    display: grid;
    grid-column-gap: 50px;
    grid-row-gap: 40px;
    grid-template-columns: auto auto;
    grid-template-rows: auto auto;
}
.join-04 ul li {
    padding: 5% 8%;
    background-color: #fff;
    border-radius: 10px;
}
.join-04 ul li h3 {
    font-size: 24px;
    line-height: 2;
    color: #000;
    font-weight: normal;
}
.join-04 ul li p {
    font-size: 16px;
    line-height: 2;
}
.join-05{
	padding: 4% 0;
}
.join-05 .container{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.join-05-img{
	width: 47.75%;
	border-radius: 8px;
	overflow: hidden;
	pointer-events: none;
}
.join-05-text{
	width: 52.25%;
	text-align: center;
}
.join-05-text p{
	font-size: 14px;
	line-height: 2;
	margin-bottom: 4%;
}
.join-05-text span{
	display: inline-block;
	padding: 0 15px;
	font-size: 14px;
	line-height: 2.2;
	border-radius: 15px;
	color: #fff;
	background-color: #e40c1c;
}
.join-05-text img{
	width: 18px;
	vertical-align: sub;
	margin-right: 5px;
}
.join-05-text h4{
	font-size: 42px;
	font-weight: normal;
	line-height: 1.5;
	color: #000;
}


@media screen and (max-width:1680px) {
	.join-01 span{
		padding: 8.5px 25px;
		font-size: 16px;
	}
	.join-01 h2{
		font-size: 43px;
	}
	.join-01 h3{
		font-size: 22px;
	}
	.join-02 ul li h3{
		font-size: 16px;
	}
	.join-03 ul li h3 {
	    font-size: 16px;
	}
	.join-03 ul li p {
	    font-size: 13px;
	}
	.join-04 ul li h3 {
	    font-size: 21px;
	}
	.join-04 ul li p {
	    font-size: 14px;
	}
	.join-05-text p{
		font-size: 13px;
	}
	.join-05-text span{
		padding: 0 13px;
		font-size: 13px;
	}
	.join-05-text img{
		width: 16px;
		margin-right: 4px;
	}
	.join-05-text h4{
		font-size: 38px;
	}
	
}
@media screen and (max-width:1455px) {
	.join-01 span{
		padding: 7px 22px;
		font-size: 14px;
	}
	.join-01 h2{
		font-size: 36px;
	}
	.join-01 h3{
		font-size: 18px;
	}
	.join-02 ul li h3{
		font-size: 14px;
	}
	.join-03 ul li h3 {
	    font-size: 14px;
	}
	.join-03 ul li p {
	    font-size: 12px;
	}
	.join-04 ul li h3 {
	    font-size: 18px;
	}
	.join-04 ul li p {
	    font-size: 12px;
	}
	.join-05-text p{
		font-size: 12px;
	}
	.join-05-text span{
		padding: 0 11px;
		font-size: 12px;
	}
	.join-05-text img{
		width: 14px;
		margin-right: 3px;
	}
	.join-05-text h4{
		font-size: 32px;
	}
}


.contact{
	width: 100vw;
	min-width: 1280px;
	height: 43.4375vw;
	min-height: 556px;
	background: url(../images/contact.jpg) center center/cover no-repeat;
}
.contact .container{
	display: flex;
	justify-content: end;
	align-items: center;
	height: 100%;
	padding-top: 70px;
}
.contact-desc{
	width: 43.125%;
}
.contact-desc h3{
	font-size: 36px;
	color: #000;
	line-height: 2;
	margin-bottom: 20px;
}
.contact-desc ul{
	margin-bottom: 40px;
}
.contact-desc ul li{
	font-size: 20px;
	line-height: 2;
	color: #000;
	margin-bottom: 5px;
}
.contact-desc ul li i{
	display: inline-block;
	width: 30px;
	height: 30px;
	vertical-align: middle;
	margin-right: 10px;
}
.contact-desc ul li:nth-child(1) i{
	background: url(../images/foot_icon_01.png) center center/cover no-repeat;
}
.contact-desc ul li:nth-child(2) i{
	background: url(../images/foot_icon_02.png) center center/cover no-repeat;
}
.contact-desc ul li:nth-child(3) i{
	background: url(../images/foot_icon_03.png) center center/cover no-repeat;
}
.contact-desc ul li:nth-child(4) i{
	background: url(../images/foot_icon_04.png) center center/cover no-repeat;
}
.con-qr{
	width: 160px;
	text-align: center;
}
.con-qr img{
	width: 85%;
}
.con-qr p{
	font-size: 14px;
	line-height: 3;
	color: #000;
}
@media screen and (max-width:1680px) {
	.contact-desc h3{
		font-size: 30px;
		line-height: 1.8;
		margin-bottom: 15px;
	}
	.contact-desc ul{
		margin-bottom: 30px;
	}
	.contact-desc ul li{
		font-size: 17px;
		line-height: 1.8;
		margin-bottom: 4px;
	}
	.contact-desc ul li i{
		width: 26px;
		height: 26px;
		margin-right: 8px;
	}
	.con-qr{
		width: 130px;
		text-align: center;
	}
	.con-qr p{
		font-size: 13px;
	}
}
@media screen and (max-width:1455px) {
	.contact-desc h3{
		font-size: 24px;
		line-height: 1.6;
		margin-bottom: 10px;
	}
	.contact-desc ul{
		margin-bottom: 22px;
	}
	.contact-desc ul li{
		font-size: 14px;
		line-height: 1.6;
		margin-bottom: 3px;
	}
	.contact-desc ul li i{
		width: 22px;
		height: 22px;
		margin-right: 6px;
	}
	.con-qr{
		width: 120px;
		text-align: center;
	}
	.con-qr p{
		font-size: 12px;
	}
}


.room_box{
	padding: 5% 0;
}
.room_list ul{
	display: flex;
	flex-wrap: wrap;
	margin-top: 4%;
	justify-content: space-between;
}
.room_list ul li{
	position: relative;
	width: 48%;
	margin: 0 0 4% 0;
	border-radius: 10px;
	overflow: hidden;
}
.room_list ul li img{
	border-radius: 10px;
}
.room_list ul li:hover{
	transform: translateY(-5px);
	box-shadow: 0 15px 25px -18px rgba(0,0,0,.6);
}
.room_text{
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 5% 6%;
}
.room_text h4{
	font-size: 38px;
	color: #fff;
	line-height: 1;
	margin-bottom: 10px;
}
.room_text h3{
	font-size: 26px;
	color: #fff;
	line-height: 1;
}
.room_text p{
	font-size: 18px;
	line-height: 1;
	color: #8d8d8d;
}
.room_menu{
	color: #919191;
	font-size: 18px;
	margin-bottom: 4%;
}
.room_menu a{
	color: #919191;
}
.room_menu a:hover{
	color: #000;
}
.room_content{
	display: flex;
	justify-content: space-between;
	border-radius: 10px;
	overflow: hidden;
	background-color: #fff;
	margin-bottom: 4%;
}
.room_img{
	width: 72.875%;
	border-radius: 10px;
	overflow: hidden;
}
.room_info{
	position: relative;
	width: 27.125%;
	padding: 5% 3.5%;
}
.room_info h2{
	font-size: 44px;
	line-height: 1.8;
	line-height: 1;
	color: #000;
}
.room_info h3{
	font-size: 30px;
	color: #000;
	line-height: 1.8;
}
.room_info i{
	display: block;
	width: 100%;
	height: 5px;
	margin: 5% 0 7%;
	background-color: #f3b605;
}
.room_info h4{
	font-size: 20px;
	line-height: 1.4;
	color: #000;
	margin-bottom: 10px;
}
.room_info p{
	font-size: 16px;
	line-height: 1.8;
	color: #585858;
}
.room_font{
	position: absolute;
	left: 13%;
	bottom: 10%;
}
.room_recom ul{
	display: flex;
	flex-wrap: wrap;
}
.room_recom ul li{
	width: calc(88%/5);
	margin: 0 3% 2% 0;
	background-color: #fff;
	border-radius: 10px;
	overflow: hidden;
}
.room_recom ul li:hover{
	transform: translateY(-5px);
	box-shadow: 0 15px 25px -10px rgba(0,0,0,.3);
}
.room_recom ul li img{
	border-radius: 10px;
	margin-bottom: 8px;
}
.room_recom ul li a{
	display: block;
	text-align: center;
	padding-bottom: 8%;
}
.room_recom ul li h3{
	font-size: 26px;
	color: #000;
	font-weight: normal;
	line-height: 2;
}
.room_recom ul li span{
	font-size: 16px;
	line-height: 1.3;
}
@media screen and (max-width:1680px) {
	.room_text h4{
		font-size: 30px;
	}
	.room_text h3{
		font-size: 22px;
	}
	.room_text p{
		font-size: 16px;
	}
	.room_menu{
		font-size: 16px;
	}
	.room_info h2{
		font-size: 38px;
	}
	.room_info h3{
		font-size: 26px;
	}
	.room_info i{
		height: 4px;
	}
	.room_info h4{
		font-size: 18px;
		margin-bottom: 8px;
	}
	.room_info p{
		font-size: 14px;
	}
	.room_recom ul li h3{
		font-size: 23px;
	}
	.room_recom ul li span{
		font-size: 14px;
	}
}
@media screen and (max-width:1455px) {
	.room_text h4{
		font-size: 25px;
	}
	.room_text h3{
		font-size: 18px;
	}
	.room_text p{
		font-size: 14px;
	}
	.room_menu{
		font-size: 14px;
	}
	.room_info h2{
		font-size: 32px;
	}
	.room_info h3{
		font-size: 22px;
	}
	.room_info i{
		height: 3px;
	}
	.room_info h4{
		font-size: 16px;
		margin-bottom: 6px;
	}
	.room_info p{
		font-size: 12px;
	}
	.room_recom ul li h3{
		font-size: 20px;
	}
	.room_recom ul li span{
		font-size: 12px;
	}
}



.news-box{
	padding: 4% 0;
	overflow: hidden;
}
.news-box .about-info{
	margin-bottom: 4%;
}
.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(logo.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: #f3b605;
}
@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: #f3b605;
	border-radius: 40px;
	cursor: pointer;
}
.news_content{
	float: right;
	width: 70%;
	min-height: 800px;
	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%;
	width: auto;
}
.news_show_content p {
	margin_-bottom: 10px;
}
.news_info a:hover{
	background-color: #f3b605;
}
.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: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;
	}
}


/* expage */
.curr {
	display: inline-block;
	padding:0 12px;
	margin-right: 1px;
	font-size: 16px;
	line-height: 35px;
	text-align: center;
	color: #666;
	background: #fff;
	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: #f3b605;
	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 h3 {
	font-size: 32px;
	line-height: 2;
	color: #666;
	letter-spacing: 1px;
	margin-bottom: 1.5%;
}
.big_list ul {
    display: flex;
    flex-wrap: wrap;
	margin-bottom: 2%;
}
.big_list ul li {
    width: calc(96.8%/5);
    margin: 0 0.8% 0.8% 0;
    background-color: #fff;
    border: 1px solid #e5e5e5;
}
.big_list ul li:nth-child(5n){
	margin-right: 0;
}
.big_list ul li a {
    display: block;
    position: relative;
    text-align: center;
    padding: 13% 0 14%;
}
.big_list ul li img {
    width: 35%;
    max-width: 90px;
	margin-bottom: 5px;
}
.big_list ul li h4 {
    font-size: 16px;
    line-height: 1.5;
    color: #000;
    font-weight: normal;
}
.big_list ul li p {
    font-size: 14px;
    line-height: 1.5;
    color: #b8b9ba;
}
.big_list ul li em {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 0;
    height: 5px;
    background-color: #f3b605;
}
.big_list ul li:hover em {
    width: 100%;
}
@media screen and (max-width:1680px) {
	.big_list h3 {
		font-size: 26px;
	}
	.big_list ul li h4 {
	    font-size: 14px;
	}
	.big_list ul li p {
	    font-size: 13px;
	}
}
@media screen and (max-width:1455px) {
	.big_list h3 {
		font-size: 20px;
	}
	.big_list ul li h4 {
	    font-size: 13px;
	}
	.big_list ul li p {
	    font-size: 12px;
	}
}




.pro_bg{
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-color: #cacfd2;
}
.product-box.product-top{
	padding-top: 38%;
}

.p_top{
	padding-top: 90px;
}
.product-serach {
    width: 50%;
	margin: 0 auto 4%;
	text-align: center;
}
.product-serach h2{
	font-size: 58px;
	letter-spacing: 5px;
	color: #474443;
	line-height: 2;
	margin-bottom: 3%;
}
.product-serach h3{
	font-size: 24px;
	font-weight: normal;
	color: #fff;
	line-height: 1.6;
	margin-bottom: 8%;
}
.product-serach form {
    display: block;
    margin: 0 auto;
    width: 100%;
    overflow: hidden;
	border-radius: 5px;
    background-color: #fff;
    box-shadow: 0 0 30px 0 rgb(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;
    background: url(search_icon.png) center center/36px 36px no-repeat #f3b605;
    cursor: pointer;
}
@media screen and (max-width: 1680px){
	.product-serach h2{
		font-size: 50px;
	}
	.product-serach h3{
		font-size: 21px;
	}
	.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;
	}
}
@media screen and (max-width: 1440px){
	.product-serach h2{
		font-size: 42px;
	}
	.product-serach h3{
		font-size: 18px;
	}
	.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;
	}
}


.pro_title{
	padding-bottom: 30px;
}
.pro_title h2{
	font-size: 30px;
	color: #000;
}
.product_menu {
    margin-bottom: 3%;
	background-color: #434343;
	border-radius: 5px;
}
.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: 60px;
    position: relative;
    color: #8d8d8d;
    border-radius: 5px;
}


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


.product_menu li .menu_down {
    position: absolute;
    top: 63px;
    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 #f3b605;
}


.product_list ul li{
	position: relative;
	float: left;
	width: calc(94%/5);
	margin: 0 1.5% 1.5% 0;
	transition: all 0.5s;
	border-radius: 10px;
	overflow: hidden;
}
.product_list ul li a{
	display: block;
	padding: 10px;
	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;
	margin-bottom: 5px;
}
.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: 8px 15px;
	color: #fff;
	line-height: 1;
	background-color: #f3b605;
	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: 2px;
	background-color: #f3b605;
	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;
	width: 100%
	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: 14.5px;
		line-height: 55px;
	}
	.product_menu li .menu_down{
		top: 58px;
	}
	.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{
		top: 8px;
		right: 8px;
		padding: 6px 12px;
		font-size: 13px;
		border-radius: 4px;
	}
	.product_list ul li h3{
		font-size: 20px;
	}
	.product_list ul li p{
		font-size: 14.5px;
	}
	.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: 13px;
		padding: 0 20px;
		line-height: 50px;
	}
	.product_menu li .menu_down{
		top: 53px;
	}
	.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{
		top: 6px;
		right: 6px;
		padding: 5px 10px;
		font-size: 12px;
		border-radius: 3px;
	}
	.product_list ul li h3{
		font-size: 16px;
	}
	.product_list ul li p{
		font-size: 13px;
	}
	.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: #f3b605;
}
.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: #f3b605;
	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;
	}
}
