@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,'微软雅黑 Light';
	background: #fff;
	font-size: 14px;
	color: #666;
	min-width: 1250px;
  	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;
}

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: #717272;
}
.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;
}

.inner{
	width: 72.916666666%;
	margin: 0 auto;
}

@media screen and (max-width:1680px) {
	.inner{
		width: 82%;
		min-width: 1200px;
	}
}
@media screen and (max-width:1440px) {
	.inner{
		min-width: 1000px;
	}
}







.swiper-banner{
	background: url(load.gif) center no-repeat;
}
.swiper-banner{
	display: block;
	width: 100%;
	height: 49.32vw;
	min-height: 625px;
}
.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: 1250px;
	width: 100%;
	transition: none;
	border-bottom: 1px solid rgba(255,255,255,.1);
}
.header_bg{
	background-color: #fff;
	box-shadow: 0 0 35px 0 rgba(0,0,0,.35);
}
.header_box.header_color{
	border-color: rgba(0,0,0,.1);
}

.header_box .inner{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.logo{
	display: block;
	width: 287px;
	height: 41px;
	margin-top: -8px;
	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,
.nav ul {
	display: flex;
}
.nav ul li{
	position: relative;
	margin: 0 20px;
}
.nav > ul > li > a{
	position: relative;
	display: block;
	font-size: 1rem;
	color: #fff;
	line-height: 90px;
	transition: all 0.4s;
}
.header_bg .nav > ul > li > a,
.header_color .nav > ul > li > a{
	color: #000;
}
.nav > ul > li > a::after{
	content: "";
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -1px;
	margin: 0 auto;
	width: 0;
	height: 3px;
	background-color: #65c3cc;
	border-radius: 30px;
	-webkit-transition: all .3s;
	transition: all .3s;
	opacity: 0;
}
.header_bg .nav > ul > li > a::after,
.header_color .nav > ul > li > a::after{
	background-color: #65c3cc;
}
.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: 90px;
	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: 91px;
	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: #65c3cc;
}

.head_search:hover form {
	height: 60px;
	padding: 15px 15px;
}
.header_bg .head_search i,
.header_color .head_search i{
	background-image: url(search.png);
}

.header_box.active .head_show a{
	color: #000;
}
.header_box.active .head_show a:hover{
	color: #fff;
}

@media screen and (max-width:1680px) {
	.logo{
		width: 260px;
		height: 37px;
		margin-top: -6px;
	}
	.nav ul li{
		margin: 0 16px;
	}
	.nav > ul > li > a{
		font-size: 15px;
		line-height: 85px;
	}
	.head_search{
		height: 85px;
	}
	.head_search form{
		top: 86px;
	}
}
@media screen and (max-width:1440px) {
	.logo{
		width: 230px;
		height: 33px;
		margin-top: -4px;
	}
	.nav ul li{
		margin: 0 15px;
	}
	.nav > ul > li > a{
		font-size: 13px;
		line-height: 80px;
	}
	.head_search{
		height: 80px;
	}
	.head_search form{
		top: 81px;
	}
}

.pro-box{
	padding: 78px 0;
	background-color: #f6f6f6;
}
.t-title{
	padding-bottom: 40px;
}
.t-title p{
	font-size: 1.25rem;
	line-height: 1.6;
	letter-spacing: 1px;
	color: #64c4cc;
}
.t-title h3{
	font-size: 2.5rem;
	line-height: 1.4;
	letter-spacing:2px;
	color: #000;
	margin: 6px 0;
}
.t-title h3.white,
.t-title p.white{
	color: #fff;
}
.pro-cut{
	position: relative;
}
.pro-cut .swiper-slide{
	position: relative;
	width: 23.214%;
	margin-right: 2.35%;
	border-radius: 15px;
	overflow: hidden;
	background-color: #fff;
	transition: all 0.5s;
}
.pro-cut .swiper-slide:last-child{
	margin-right: 0;
}
.pimg{
	border-radius: 15px;
	overflow: hidden;
}
.pimg img{
	width: 100%;
}
.ptext{
	padding: 50px;
}
.ptext h4{
	font-size: 1.375rem;
	font-weight: normal;
	margin-bottom: 10px;
	color: #000;
}
.ptext p{
	font-size: 0.875rem;
	color: #737373;
}
.pro-cut .swiper-slide em{
	position: absolute;
	top: 20px;
	left: 20px;
	color: #fff;
	font-style: normal;
	padding: 6px 14px;
	background-color: #6ac4cd;
	border-radius: 30px;
}
.pro-cut .swiper-slide:hover{
	background-color: #6ac4cd;
}
.pro-cut .swiper-slide:hover h4,
.pro-cut .swiper-slide:hover p{
	color: #fff;
}
.pro-prev,.pro-next{
	position: absolute;
	top: -140px;
	width: 60px;
	height: 60px;
	background-color: #6ac4cd;
	cursor: pointer;
	border-radius: 50%;
	background-size: cover;
}
.pro-prev{
	right: 80px;
	background-image: url(../images/pro-prev.png);
}
.pro-next{
	right: 0;
	background-image: url(../images/pro-next.png);
}
.pro-prev.swiper-button-disabled,
.pro-next.swiper-button-disabled{
	cursor: text;
	background-color: #b9b9b9;
}
.pro-scrollbar {
    margin: 75px auto 0;
    width: 75%;
    height: 7px;
    border-radius: 10px;
    background: #dcdcdc;
	border-radius: 10px;
}
.pro-scrollbar .swiper-scrollbar-drag {
    background: #6ac4cd;
	border-radius: 10px;
}

.j-box{
	position: relative;
	width: 100%;
	height: 38.208333vw;
	min-height: 485px;
	margin-bottom: 10px;
	user-select:none;
	background: url(../images/i_join_bg.jpg) center center/cover no-repeat;
}
.j-box .j-img{
	position: absolute;
	top: -8.767123%;
	right: 3.541666%;
	width: 35.78125%;
	height: 50vw;
	min-height: 633px;
	background: url(../images/i_join_img.png) center center/cover no-repeat;
}
.j-box a{
	display: block;
	width: 100%;
	height: 100%;
}
.j-box .inner{
	display: flex;
	align-items: center;
	height: 100%;
}
.j-text{
	width: 100%;
}
.j-text span{
	display: inline-block;
	padding: 9px 33px;
	font-size: 1.125rem;
	line-height: 1;
	color: #fff;
	border-radius: 40px;
	background-image: linear-gradient(135deg, #2c2a9a, #e51bfb);
}
.j-text h4{
	font-size: 3.4375rem;
	line-height: 2;
	color: #fff;
}
.j-text p{
	font-size: 2.25rem;
	color: #fff;
	line-height: 1;
	margin-bottom: 2.8%;
}
.j-text h5{
	font-size: 1.5rem;
	line-height: 1.3;
	color: #fff;
	margin-bottom: 8.5%;
}
.j-text img{
	width: 102px;
}

.a-box{
	display: flex;
	justify-content: space-between;
	overflow: hidden;
}
.a-left,
.a-right{
	width: 50%;
}
.a-left{
	pointer-events: none;
}
.a-left img{
	width: 100%;
}
.a-right{
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #313131;
}
.a-text{
	width: 64.16666%;
}
.a-font{
	font-size: 22px;
	line-height: 1.8;
	margin-bottom: 60px;
}
.a-text a{
	display: block;
	width: 204px;
	line-height: 50px;
	font-size: 16px;
	color: #6ac4cd;
	text-align: center;
	border: 2px solid #6ac4cd;
	border-radius: 30px;
}
.a-text a:hover{
	color: #fff;
	background-color: #6ac4cd;
}
.n-box{
	padding: 4.5% 0;
}
.n-box .swiper-slide {
	width: 48%;
	margin-right: 4%;
    padding-bottom: 1.5%;
}
.n-box .n-img {
    background-position: center;
    background-image: url(logo.png);
    background-color: #f8f8f8;
    background-size: 45% auto;
    background-repeat: no-repeat;
	border-radius: 8px;
	overflow: hidden;
}
.n-box .n-img span {
    display: block;
    padding-bottom: 50%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: all 0.5s;
}
.n-box .n-text {
    position: relative;
    z-index: 4;
    width: 88%;
    padding: 6%;
    margin: -10% auto 0;
    background-color: #fff;
    transition: all 0.5s;
	border-radius: 8px;
}
.n-box .n-text h4 {
    font-size: 1.125rem;
    line-height: 3;
    font-weight: normal;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.n-box .n-text p {
    margin-bottom: 5%;
    font-size: 0.875rem;
    color: #8b8b8b;
    line-height: 28px;
    height: 56px;
}
.n-box .n-text time {
    display: block;
    width: 100%;
    border-top: 1px solid #e7e5e6;
    font-size: 0.875rem;
    color: #8b8b8b;
    padding-top: 3%;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.n-box .swiper-slide:hover .n-text {
    box-shadow: 0 10px 30px -18px rgb(0 0 0 / 30%);
}
.news-prev, .news-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 60px;
    height: 60px;
    cursor: pointer;
    border-radius: 50%;
    transition: all 0.3s;
    z-index: 10;
}
.news-prev {
    left: -90px;
    background: url(../images/pro-prev.png) center center/cover no-repeat #b9b9b9;
}
.news-next {
    right: -90px;
    background-position: 0 -60px;
	background: url(../images/pro-next.png) center center/cover no-repeat #b9b9b9;
}
.news-prev:hover,
.news-next:hover{
	background-color: #6ac4cd;
}
.h-box{
	pointer-events: none;
	overflow: hidden;
}
.h-box img{
	width: 100%;
}
.f-box{
	padding: 4% 0;
	border-bottom: 1px solid #65c3cc;
	background-color: #2c2c2c;
}
.f-box .inner{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.foot-logo{
	width: 23.57%;
	max-width: 330px;
}
.foot-info p{
	font-size: 16px;
	color: #fff;
	opacity: .7;
}
.foot-info h5{
	font-size: 2rem;
	color: #fff;
	font-weight: normal;
	line-height: 1.8;
}
.foot-seart{
	width: 21.65%;
}
.foot-seart h5{
	font-size: 22px;
	line-height: 1.6;
	font-weight: normal;
	color: #fff;
	text-align: center;
	margin-bottom: 8px;
}
.foot-seart form{
	display: flex;
	padding: 5px;
	background-color: #fff;
	border-radius: 40px;
	overflow: hidden;
}
.foot-seart form input[type="text"]{
	width: calc(100% - 65px);
	padding: 0 20px;
	font-size: 0.875rem;
	line-height: 40px;
	border: 0;
}
.foot-seart form input[type="submit"]{
	width: 65px;
	height: 40px;
	border-radius: 30px;
	background: url(../images/pro_search.png) center center/80% auto no-repeat;
	background-color: #64c4cc;
}

.c-box{
	font-size: 14px;
	color: #828282;
	line-height: 70px;
	background-color: #2c2c2c;
}
.c-box a{
	color: #828282;
}
.c-box a:hover{
	color: #6ac4cd;
}

@media screen and (max-width:1680px) {
	.pro-box{
		padding: 68px 0;
	}
	.t-title{
		padding-bottom: 30px;
	}
	.t-title p{
		font-size: 1.03125rem;
	}
	.t-title h3{
		font-size: 2.1875rem;
	}
	.pro-cut .swiper-slide,
	.pimg{
		border-radius: 12px;
	}
	.ptext h4{
		font-size: 1.25rem;
		margin-bottom: 8px;
	}
	.ptext p{
		font-size: 0.8125rem;
	}
	.ptext{
		padding: 40px;
	}
	.pro-cut .swiper-slide em{
		top: 18px;
		left: 18px;
		padding: 5px 11px;
		font-size: 0.8125rem;
	}
	.pro-prev,.pro-next{
		top: -120px;
		width: 55px;
		height: 55px;
	}
	.pro-prev{
		right: 70px;
	}
	.pro-scrollbar {
		margin-top: 65px;
		height: 6px;
	}
	.j-text span{
		padding: 8px 26px;
		font-size: 1.03125rem;
	}
	.j-text h4{
		font-size: 2.9375rem;
	}
	.j-text p{
		font-size: 1.875rem;
	}
	.j-text h5{
		font-size: 1.3125rem;
	}
	.j-text img{
		width: 87px;
	}
	.a-font{
		font-size: 1.1875rem;
		margin-bottom: 50px;
	}
	.a-text a{
		display: block;
		width: 184px;
		font-size: 0.90625rem;
		line-height: 44px;
	}
	.n-box .n-text h4 {
	    font-size: 1.0625rem;
	    line-height: 2.6;
	}
	.n-box .n-text p {
	    font-size: 0.8125rem;
	    line-height: 24px;
	    height: 48px;
	}
	.n-box .n-text time {
	    font-size: 0.8125rem;
	}
	.news-prev, .news-next{
		width: 55px;
		height: 55px;
	}
	.news-prev{
		left: -80px;
	}
	.news-next{
		right: -80px;
	}
	.foot-info p{
		font-size: 0.90625rem;
	}
	.foot-info h5{
		font-size: 1.625rem;
	}
	.foot-seart h5{
		font-size: 1.1875rem;
		margin-bottom: 6px;
	}
	.foot-seart form{
		padding: 4px;
	}
	.foot-seart form input[type="text"]{
		width: calc(100% - 60px);
		padding: 0 18px;
		font-size: 0.8125rem;
		line-height: 36px;
	}
	.foot-seart form input[type="submit"]{
		width: 60px;
		height: 36px;
	}
	.c-box{
		font-size: 13px;
		line-height: 60px;
	}
}
@media screen and (max-width:1440px) {
	.pro-box{
		padding: 58px 0;
	}
	.t-title{
		padding-bottom: 20px;
	}
	.t-title p{
		font-size: 0.9375rem;
	}
	.t-title h3{
		font-size: 1.875rem;
	}
	.pro-cut .swiper-slide,
	.pimg{
		border-radius: 10px;
	}
	.ptext{
		padding: 30px;
	}
	.ptext h4{
		font-size: 18px;
		margin-bottom: 6px;
	}
	.ptext p{
		font-size: 12px;
	}
	.pro-cut .swiper-slide em{
		top: 16px;
		left: 16px;
		padding: 4px 8px;
		font-size: 12px;
	}
	.pro-prev,.pro-next{
		top: -100px;
		width: 50px;
		height: 50px;
	}
	.pro-prev{
		right: 60px;
	}
	.pro-scrollbar {
		margin-top: 55px;
		height: 5px;
	}
	.j-text span{
		padding: 6px 20px;
		font-size: 0.9375rem;
	}
	.j-text h4{
		font-size: 2.4375rem;
	}
	.j-text p{
		font-size: 1.5rem;
	}
	.j-text h5{
		font-size: 1.125rem;
	}
	.j-text img{
		width: 72px;
	}
	.a-font{
		font-size: 1rem;
		margin-bottom: 40px;
	}
	.a-text a{
		display: block;
		width: 164px;
		font-size: 0.8125rem;
		line-height: 36px;
	}
	.n-box .n-text h4 {
	    font-size: 1rem;
	    line-height: 2.2;
	}
	.n-box .n-text p {
	    font-size: 0.75rem;
	    line-height: 20px;
	    height: 40px;
	}
	.n-box .n-text time {
	    font-size: 0.75rem;
	}
	.news-prev, .news-next{
		width: 50px;
		height: 50px;
	}
	.news-prev{
		left: -70px;
	}
	.news-next{
		right: -70px;
	}
	.foot-info p{
		font-size: 0.75rem;
	}
	.foot-info h5{
		font-size: 1.25rem;
	}
	.foot-seart h5{
		font-size: 1.125rem;
		margin-bottom: 4px;
	}
	.foot-seart form{
		padding: 3px;
	}
	.foot-seart form input[type="text"]{
		width: calc(100% - 55px);
		padding: 0 16px;
		font-size: 0.8125rem;
		line-height: 32px;
	}
	.foot-seart form input[type="submit"]{
		width: 55px;
		height: 32px;
	}
	.c-box{
		font-size: 12px;
		line-height: 50px;
	}
}


.a-ban{
	position: relative;
	width: 100%;
	pointer-events: none;
}
.a-ban .inner{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	height: 100%;
}
.a-ban .inner img{
	position: absolute;
	left: 0;
	bottom: -84px;
	width: 125px;
}
.ab-01{
	padding: 115px 0 80px;
	background-color: #64c4cc;
}
.about-desc p{
	font-size: 1rem;
	line-height: 2;
	color: #fff;
	opacity: .7;
}
.ab-02{
	padding: 5% 0 1.5%;
	background-color: #f5f5f5;
	overflow: hidden;
}
.ab-02 .inner{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.ab-font{
	width: 30%;
}
.ab-desc{
	font-size: 1.125rem;
	line-height: 2;
	color: #000;
}
.ab-desc.white{
	color: #fff;
}
.ab-img{
	width: 56%;
}
.ab-img img{
	width: 100%;
}
.ab-03{
	width: 100%;
	height: 42.4479vw;
	margin-bottom: 10px;
	background: url(../images/about_03.jpg) center top/cover no-repeat;
}
.ab-03 .inner{
	height: 100%;
	padding-top: 10%;
}
.ab-con{
	width: 32.85%;
}
.ab-04{
	width: 100%;
	height: 40.57vw;
	min-height: 515px;
	margin-bottom: 10px;
	background: url(../images/about_04.jpg) center center/cover no-repeat;
}
.ab-04 .inner{
	display: flex;
	align-items: center;
	justify-content: end;
	height: 100%;
}
.ab-04-text{
	width: 41.785%;
}
.ab-04-text ul{
	margin-top: 18%;
	display: flex;
	justify-content: left;
	flex-wrap: wrap;
}
.ab-04-text ul li{
	width: calc((100% - 15px)/4);
	margin: 0 5px 5px 0;
	border: 3px solid #fff;
}
.ab-04-text ul li:nth-child(4n){
	margin-right: 0;
}
.ab-04-text ul li img{
	width: 100%;
}
.ab-05{
	padding: 4.5% 0;
	background-color: #313131;
}
.ab-05 ul{
	display: flex;
	justify-content: space-between;
	
}
.ab-05 ul li{
	width: calc(98%/3);
	border-radius: 12px;
	overflow: hidden;
	background-color: #fff;
}
.ab-05-img{
	width: 100%;
	border-radius: 12px;
	overflow: hidden;
}
.ab-text{
	padding: 6%;
}
.ab-text h3{
	font-size: 24px;
	color: #000;
	font-weight: normal;
	margin-bottom: 10px;
}
.ab-text p{
	font-size: 18px;
	line-height: 1.5;
	color: #666;
}



@media screen and (max-width:1680px) {
	.a-ban .inner img{
		position: absolute;
		left: 0;
		bottom: -70px;
		width: 105px;
	}
	.ab-01{
		padding: 100px 0 70px;
	}
	.about-desc p{
		font-size: 0.875rem;
	}
	.ab-desc{
		font-size: 1rem;
	}
	.ab-03 {
	    height: 46.5vw;
		min-height: 590px;
	    background-size: 113% auto;
	}
	.ab-03,
	.ab-04{
		margin-bottom: 8px;
	}
	.ab-text h3{
		font-size: 21px;
	}
	.ab-text p{
		font-size: 16px;
	}
}
@media screen and (max-width:1440px) {
	.a-ban .inner img{
		position: absolute;
		left: 0;
		bottom: -57px;
		width: 85px;
	}
	.ab-01{
		padding: 85px 0 60px;
	}
	.about-desc p{
		font-size: 0.75rem;
	}
	.ab-desc{
		font-size: 0.875rem;
	}
	.ab-03,
	.ab-04{
		margin-bottom: 6px;
	}
	.ab-text h3{
		font-size: 18px;
	}
	.ab-text p{
		font-size: 14px;
	}
}


.se-01{
	width: 100%;
	height: 40.1vw;
	min-height: 510px;
	background: url(../images/service_01.jpg) center center/cover no-repeat;
}
.se-01 .inner{
	padding-top: 7.5%;
}
.se-desc{
	font-size: 22px;
	line-height: 2;
}
.se-02{
	display: flex;
	justify-content: space-between;
}
.se-left{
	width: 50%;
	pointer-events: none;
}
.se-right{
	width: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #64c4cc;
}
.se-text{
	width: 65%;
	height: 65.384%;
}
.se-03{
	padding: 5% 0;
}
.se-03 .inner{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.se-info{
	width: 37.5%;
	max-width: 525px;
}
.se-img{
	width: 50%;
	border-radius: 8px;
	overflow: hidden;
}
.se-info .se-desc{
	margin-bottom: 22.5%;
}
.se-info ul{
	display: flex;
	justify-content: space-between;
}
.se-info ul li{
	width: calc(94%/3);
	margin-right: 2%;
	border-radius: 6px;
	overflow: hidden;
}
.se-04{
	width: 100%;
	height: 38.645vw;
	min-height: 490px;
	background: url(../images/service_04.jpg) center center/cover no-repeat;
}
.se-04 .inner{
	display: flex;
	justify-content: flex-end;
	align-items: center;
	height: 100%;
}
@media screen and (max-width:1680px) {
	.se-desc{
		font-size: 19px;
	}
}
@media screen and (max-width:1440px) {
	.se-desc{
		font-size: 16px;
	}
}



.jo_bg{
	width: 100%;
	background: url(../images/join_bg.jpg) center top/100% auto no-repeat;
}
.jo-01{
	position: relative;
	z-index: 1;
	width: 100%;
	height: 45.833vw;
	min-height: 573px;
}
.jo-01 .inner{
	display: flex;
	flex-wrap: wrap;
	height: 100%;
	align-items: center;
}
.jo-01 .j-img{
	position: absolute;
	top: 26.7796%;
	right: 3.541666%;
	width: 39.58333%;
	height: 55.677vw;
	min-height: 706px;
	background: url(../images/i_join_img.png) center center/cover no-repeat;
}
.jo-02-img{
	width: 100px;
	margin-bottom: 5%;
}
.jo-02{
	padding-bottom: 5%;
}
.jo-02 ul{
	display: flex;
	justify-content: space-between;
	margin-top: 1.5%;
}
.jo-02 ul li{
	position: relative;
	width: 22.357%;
	border-radius: 14px;
	overflow: hidden;
	pointer-events: none;
}
.jo-desc{
	position: absolute;
	left: 0;
	right: 0;
	top: 73%;
	width: 83%;
	margin: 0 auto;
}
.jo-desc h3{
	font-size: 1.5rem;
	font-weight: normal;
	line-height: 2;
	color: #fff;
}
.jo-desc p{
	font-size: 1rem;
	line-height: 1.6;
	color: #fff;
	opacity: .7;
}
.jo-03{
	padding: 5% 0;
	background-color: #313131;
}
.jo-03 ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.jo-03 ul li{
	width: 23.42%;
	padding: 3% 0;
	margin: 1% 0;
	text-align: center;
	background-color: #fff;
	border-radius: 12px;
}
.jo-03 ul li img{
	width: 60px;
}
.jo-03 ul li h4{
	font-size: 1.25rem;
	line-height: 2.6;
	font-weight: normal;
	color: #000;
}
.jo-03 ul li p{
	font-size: 1rem;
	line-height: 1.8;
	color: #949494;
}
.jo-04{
	padding: 5% 0;
	background: #fff;
}
.jo-04 .inner{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.jo-font{
	width: 40.7%;
}
.jo-font-p{
	font-size: 14px;
	line-height: 2;
	color: #393939;
}
.jo-img{
	width: 55%;
	border-radius: 14px;
	overflow: hidden;
	pointer-events: none;
}
.jo-img img{
	width: 100%;
}
.jo-05{
	padding: 4% 0;
	background: #e5e5e5;
}
.jo-msg{
	padding: 4%;
	background-color: #fff;
	border-radius: 12px;
}
.con-name,.con-email,.con-tel{
	position: relative;
	width: 30%;
	margin-bottom: 3%;
}
.jo-msg em{
	position: absolute;
	right: 0;
	font-style: normal;
	line-height: 50px;
}
.con-name,.con-email{
	margin-right: 5%;
}
.jo-msg input[type="text"]{
	width: 100%;
	font-size: 1rem;
	line-height: 50px;
	border: 0;
	border-bottom: 1px solid #eee;
}
.jo-msg textarea{
	width: 100%;
	font-size: 1rem;
	line-height: 2;
	font-family: "微软雅黑";
	height: 120px;
	border: 0;
	border-bottom: 1px solid #eee;
	margin-bottom: 30px;
}
.jo-msg input[type="submit"]{
	width: 160px;
	height: 50px;
	font-size: 1rem;
	color: #fff;
	line-height: 50px;
	border-radius: 30px;
	border: 0;
	background-color: #66c4cd;
}
.Validform_wrong{
	color: red;
}
.Validform_right{
	color: green;
}
@media screen and (max-width:1680px) {
	.jo-02-img{
		width: 85px;
	}
	.jo-desc h3{
		font-size: 1.3125rem;
	}
	.jo-desc p{
		font-size: 0.875rem;
	}
	.jo-font-p{
		font-size: 0.8125rem;
	}
	.jo-msg input[type="text"]{
		font-size: 0.875rem;
		line-height: 45px;
	}
	.jo-msg textarea{
		font-size: 0.875rem;
	}
	.jo-msg input[type="submit"]{
		width: 150px;
		height: 45px;
		font-size: 0.875rem;
		line-height: 45px;
	}
}
@media screen and (max-width:1440px) {
	.jo-02-img{
		width: 70px;
	}
	.jo-desc h3{
		font-size: 1.125rem;
	}
	.jo-desc p{
		font-size: 0.75rem;
	}
	.jo-font-p{
		font-size: 0.75rem;
	}
	.jo-msg input[type="text"]{
		font-size: 0.75rem;
		line-height: 40px;
	}
	.jo-msg textarea{
		font-size: 0.75rem;
	}
	.jo-msg input[type="submit"]{
		width: 140px;
		height: 40px;
		font-size: 0.75rem;
		line-height: 40px;
	}
}

.co-box{
	width: 100%;
	padding: 120px 0 80px;
	background: url(../images/con_bg.png) center top/100% auto no-repeat;
}
.co-centent{
	border-radius: 15px;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
	background-color: #64c4cc;
}
.co-desc{
	width: 30%;
	padding: 3.5%;
}
.co-desc p{
	font-size: 1rem;
	line-height: 2;
	color: #fff;
}
.co-desc h4{
	font-size: 2rem;
	line-height: 1.5;
	font-weight: normal;
	color: #fff;
	margin-bottom: 20%;
}
.co-desc .con-qr{
	width: 35%;
}
.co-desc .con-qr div{
	text-align: center;
	font-size: 0.875rem;
	line-height: 2;
	color: #fff;
}
.co-msg{
	width: 70%;
	padding: 3.5%;
	border-radius: 15px;
	overflow: hidden;
	background-color: #eee;
}
.co-msg .con-name,
.co-msg .con-email,
.co-msg .con-tel{
	position: relative;
	float: left;
	width: 48%;
	margin-right: 0;
	margin-bottom: 5%;
}
.co-msg .con-name{
	margin-right: 4%;
}
.co-msg input[type="text"]{
	width: 100%;
	font-size: 1rem;
	line-height: 45px;
	border: 0;
	border-bottom: 1px solid #cacaca;
	background: none;
}
.co-msg textarea{
	width: 100%;
	height: 120px;
	font-family: "微软雅黑";
	font-size: 1rem;
	line-height: 30px;
	border: 0;
	border-bottom: 1px solid #cacaca;
	background: none;
}
.co-msg input[type="submit"]{
	margin-top: 4%;
	width: 172px;
	line-height: 48px;
	color: #fff;
	text-align: center;
	background: none;
	border: 0;
	border-radius: 30px;
	background-color: #313131;
}
.co-msg em{
	position: absolute;
	top: 0;
	right: 0;
	line-height: 45px;
	font-style: normal;
}

@media screen and (max-width:1680px) {
	.co-box{
		padding: 100px 0 70px;
	}
	.co-desc p{
		font-size: 0.9375rem;
	}
	.co-desc h4{
		font-size: 1.75rem;
	}
	.co-desc .con-qr div{
		font-size: 0.8125rem;
	}
	
	.co-msg input[type="text"]{
		font-size: 15px;
		line-height: 43px;
	}
	.co-msg textarea{
		height: 110px;
		font-size: 0.9375rem;
		line-height: 27px;
	}
	.co-msg input[type="submit"]{
		margin-top: 4%;
		width: 162px;
		line-height: 45px;
	}
}
@media screen and (max-width:1440px) {
	.co-box{
		padding: 85px 0 60px;
	}
	.co-desc p{
		font-size: 0.875rem;
	}
	.co-desc h4{
		font-size: 1.5rem;
	}
	.co-desc .con-qr div{
		font-size: 0.75rem;
	}
	.co-msg input[type="text"]{
		font-size: 14px;
		line-height: 40px;
	}
	.co-msg textarea{
		height: 100px;
		font-size: 0.875rem;
		line-height: 25px;
	}
	.co-msg input[type="submit"]{
		margin-top: 4%;
		width: 152px;
		line-height: 43px;
	}
}



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



.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: #65c3cc;
	border-radius: 40px;
	cursor: pointer;
}
.news_content{
	float: right;
	width: 70%;
	font-size: 16px;
	padding: 50px 35px;
	line-height: 28px;
	color: #555;
	background: #fff;
	border-radius: 5px;
	box-sizing: border-box;
	overflow: hidden;
}
.news_content img{
	max-width: 100%;
}
.news_show_content p {
	margin_-bottom: 10px;
}
.news_info a:hover{
	background-color: #65c3cc;
}
.light {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 100;
    display: none;
    padding: 25px 10px 13px;
    background-color: #fff;
    border: 4px solid #ddd;
    transform: translate(-50%,-50%);
}
.light i {
    position: absolute;
    right: 8px;
    top: 8px;
    display: block;
    width: 20px;
    height: 20px;
    background: url(closed_02.png) center no-repeat;
    background-size: cover;
    cursor: pointer;
}
.light img {
    width: 250px;
}
.light p {
    text-align: center;
}

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


/* expage */
.curr {
	display: inline-block;
	padding:0 12px;
	margin-right: 1px;
	font-size: 16px;
	line-height: 35px;
	text-align: center;
	color: #fff;
	background: #cecece;
	border-radius: 4px;
}
a.page {
	display: inline-block;
	padding:0 12px;
	margin-right: 1px;
	font-size: 16px;
	line-height: 35px;
	text-align: center;
	color: #fff;
	background: #65c3cc;
	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;
}



.pr-01{
	width: 100%;
	height: 46.354vw;
	background: url(../images/pro_01.jpg) bottom center/cover no-repeat;
}
.pr-01 .inner{
	display: flex;
	align-items: center;
	height: 100%;
}
.pr-info{
	width: 100%;
}
.pr-info img{
	width: 112px;
	margin-bottom: 3%;
}
.pr-info h3{
	font-size: 2.25rem;
	letter-spacing: 1.5px;
	line-height: 1.6;
	color: #fff;
}
.pr-info p{
	font-size: 1.375rem;
	letter-spacing: 3px;
	line-height: 1.6;
	color: #fff;
	margin-bottom: 5%;
}
.pr-info form{
	display: flex;
	justify-content: space-between;
	width: 45%;
	padding: 5px;
	background-color: #fff;
	border-radius: 35px;
	overflow: hidden;
}
.pr-info input[type="text"]{
	width: calc(100% - 90px);
	font-size: 1rem;
	padding: 0 30px;
	line-height: 45px;
	border: 0;
}
.pr-info input[type="submit"]{
	width: 90px;
	line-height: 45px;
	border-radius: 30px;
	background-image: url(../images/pro_search.png);
	background-color: #64c4cc;
	background-size: 60% auto;
	background-position: center;
}
.pro_bg{
	width: 100%;
	background: url(../images/pro_02.jpg) top center/100% auto no-repeat #b2d1ac;
}
.product-box.pro_bg{
	padding-top: 0;
}

@media screen and (max-width:1680px) {
	.pr-info img{
		width: 102px;
	}
	.pr-info h3{
		font-size: 1.875rem;
	}
	.pr-info p{
		font-size: 1.1875rem;
	}
}
@media screen and (max-width:1440px) {
	.pr-info img{
		width: 80px;
	}
	.pr-info h3{
		font-size: 1.5625rem;
	}
	.pr-info p{
		font-size: 1rem;
	}
}


.p_top{
	padding-top: 90px;
}
.product-serach{
	padding-bottom: 3.5%;
}
.product-serach h3{
	font-size: 2.75rem;
	color: #fff;
	margin-bottom: 2%;
}
.product-serach form{
	display: block;
	margin: 0 auto;
	width: 32%;
	overflow: hidden;
	border-radius: 40px;
	border: 1px solid rgba(255,255,255,.7);
}
.product-serach input[type="text"]{
	float: left;
	width: calc(100% - 100px);
	line-height: 55px;
	font-size: 16px;
	padding: 0 35px;
	background: none;
	border-radius: 30px;
	border: 0;
}
.product-serach input[type="submit"]{
	float: right;
	width: 100px;
	height: 55px;
	border-radius: 8px;
	background: url(search_icon.png) center center/36px 36px no-repeat;
	cursor: pointer;
}

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

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

@media screen and (max-width:1680px) {
	.p_top{
		padding-top: 80px;
	}
	.product-serach h3{
		font-size: 2.1875rem;
	}
	.product-serach input[type="text"]{
		width: calc(100% - 90px);
		line-height: 50px;
		font-size: 15px;
		padding: 0 25px;
	}
	.product-serach input[type="submit"]{
		width: 90px;
		height: 50px;
		background-size: 32px 32px;
	}
	.type-list ul li h3,.type-list ul li p{
		font-size: 27px;
	}
	.recom-text h3{
		font-size: 1.875rem;
	}
	.recom-text p{
		font-size: 1.125rem;
	}
	.recom-text a{
		width: 130px;
		line-height: 45px;
		height: 45px;
		font-size: 0.90625rem;
	}
	.recom-title h3{
		font-size: 1.625rem;
	}
	.recomlist-product ul li,
	.recomlist-product ul li .recom-img{
		border-radius: 16px;
	}
	.recom-info h4{
		font-size: 1.1875rem;
	}
	.recom-info p{
		font-size: 0.8125rem;
	}
	.skill-text p{
		font-size: 0.90625rem;
	}
	.skill-text h3{
		font-size: 2.1875rem;
	}
}
@media screen and (max-width:1440px) {
	.p_top{
		padding-top: 70px;
	}
	.product-serach h3{
		font-size: 1.875rem;
	}
	.product-serach input[type="text"]{
		width: calc(100% - 80px);
		line-height: 45px;
		font-size: 14px;
		padding: 0 20px;
	}
	.product-serach input[type="submit"]{
		width: 80px;
		height: 45px;
		background-size: 28px 28px;
	}
	.type-list ul li h3,.type-list ul li p{
		font-size: 24px;
	}
	.recom-text h3{
		font-size: 1.5rem;
	}
	.recom-text p{
		font-size: 0.9375rem;
	}
	.recom-text a{
		width: 115px;
		line-height: 40px;
		height: 40px;
		font-size: 0.8125rem;
	}
	.recom-title h3{
		font-size: 1.375rem;
	}
	.recomlist-product ul li,
	.recomlist-product ul li .recom-img{
		border-radius: 12px;
	}
	.recom-info h4{
		font-size: 1rem;
	}
	.recom-info p{
		font-size: 0.75rem;
	}
	.skill-text p{
		font-size: 0.8125rem;
	}
	.skill-text h3{
		font-size: 1.75rem;
	}
}




.pro_title{
	padding-bottom: 30px;
}
.pro_title h2{
	font-size: 30px;
	color: #000;
}
.product_menu{
	padding-top: 2%;
	margin-bottom: 3%;
}
.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 30px;
	font-size: 16px;
	line-height: 50px;
	position: relative;
	color: #8d8d8d;
	border-radius: 6px;
}


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


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

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


.product_list ul li{
	position: relative;
	float: left;
	width: calc(95.5%/4);
	margin: 0 1.5% 1.5% 0;
	transition: all 0.5s;
}
.product_list ul li a{
	display: block;
	background-color: #fff;
	border-radius: 10px;
}
.product_list ul li .desc{
	padding: 10%;
}
.product_list ul li:nth-child(4n){
	margin-right: 0;
}
.product_list ul li .img{
	border-radius: 10px;
	overflow: hidden;
}
.product_list ul li img{
	width: 100%;
}
.product_list ul li h3{
	font-size: 24px;
	line-height: 1.5;
	font-weight: normal;
	margin-top: 8px;
	color: #000;
	background-color: #fff;
}
.product_list ul li p{
	font-size: 16px;
	color: #636062;
	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: 4px 15px;
	color: #fff;
	background-color: #e68b2f;
	border-radius: 5px;
	font-style: normal;
}

@media screen and (max-width:1680px) {
	.pro_title h2{
		font-size: 27px;
	}
	
}
@media screen and (max-width:1440px) {
	.pro_title h2{
		font-size: 24px;
	}
	
}




.productBox{
	padding: 150px 0 90px;
}


.product_mext{
	margin-bottom: 30px;
	font-size: 16px;
	line-height: 50px;
}
.product_mext a{
	margin: 0 8px;
	color: #666;
}
.product_mext a:hover{
	text-decoration: underline;
}
.product_left {
	float: 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{
	float: left;
	width: 75%;
	margin-right: 2%;
	margin-bottom: 12px;
	background-color: #fff;
	transition: all 0.5s;
}
.product_recom ul li:nth-child(2n){
	margin-right: 0;
}
.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%;
	overflow: hidden;
	box-sizing: border-box;
	background: #fff;
}
.product_recom ul li em{
	position: absolute;
	top: 12px;
	right: 12px;
	z-index: 9;
	display: block;
	width: 45px;
	line-height: 22px;
	font-size: 12px;
	font-style: normal;
	text-align: center;
	color: #fff;
	border-radius: 20px;
	background-color: #e68b2f;	
}
.product_recom ul li a .img {
    width: 100%;
    overflow: hidden;
}
.product_recom ul li a .img img{
	width: 100%;
}
.product_recom ul li a .text{
	width: 100%;
	padding: 8%;
}
.product_recom ul li a .text h4{
	font-size: 18px;
	line-height: 2;
	font-weight: normal;
	color: #000;
}
.product_recom ul li a .text p{
	font-size: 14px;
	color: #adadad;
}
.product_right{
	float: 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%;
}

@media screen and (max-width:1680px) {
	.pro-desc h3{
		font-size: 20px;
	}
	.pro-desc p{
		font-size: 13px;
	}
	.product_recom ul li a .text h4{
		font-size: 17px;
	}
	.product_recom ul li a .text p{
		font-size: 13px;
	}
}
@media screen and (max-width:1440px) {
	.pro-desc h3{
		font-size: 18px;
	}
	.pro-desc p{
		font-size: 12px;
	}
	.product_recom ul li a .text h4{
		font-size: 16px;
	}
	.product_recom ul li a .text p{
		font-size: 12px;
	}
}


.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: 4.8vw;
    height: 4.8vw;
	min-width: 75px;
	min-height: 75px;
    cursor: pointer;
    line-height: 50px;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    opacity: 1;
    transform: translateY(-50%);
	z-index: 99;
}
.video_ise img{
	width: 100%;
}
.pro_video:hover img{
	transform: scale(1.05);
}

.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;
}