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


@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- */
}
@font-face {
	font-family: 'gothambook';
	src: url(font/gothambook.eot);
	/* IE9*/
	src: url(font/gothambook.eot?#iefix) format('embedded-opentype'), /* IE6-IE8 */
	url(font/gothambook.woff) format('woff'), /* chrome、firefox */
	url(font/gothambook.ttf) format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
	url(font/gothambook.svg#gothambook) format('svg');
	/* iOS 4.1- */
}


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: gothambook,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;
}


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




.gray_bg{
	background-color: #f8f8f8;
}	
.white_bg{
	background-color: #fff;
}	
.white{
	color: #fff;
}
.black{
	color: #000;
}
.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.3333333333333333%;
	margin: 0 auto;
}




.swiper-banner{
	background: url(load.gif) center no-repeat;
}
.swiper-banner{
	display: block;
	width: 100%;
	min-width: 1280px;
	height: 46.614vw;
	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;
}


@media screen and (max-width:1680px) {
	.swiper-banner .swiper-pagination div{
		width: 21px;
		height: 30px;
		font-size: 16px;
		line-height: 30px;
	}
}
@media screen and (max-width:1440px) {
	.swiper-banner .swiper-pagination div{
		width: 18px;
		height: 25px;
		font-size: 14px;
		line-height: 25px;
	}
}






.header_box{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99;
	min-width: 1280px;
	width: 100%;
	transition: none;
	border-bottom: 1px solid rgba(255,255,255,.1);
}
.header_box .container{
	display: flex;
	justify-content: space-between;
	align-items: center;
}


.header_bg{
	background-color: #fff;
	box-shadow: 0 0 35px 0 rgba(0,0,0,.35);
}
.header_box.header_color{
	border-color: rgba(0,0,0,.1);
}

.logo{
	display: block;
	width: 157px;
	height: 39px;
	background: url(logo.png) center center/cover no-repeat;
	transition: all 0.5s;
}
.header_bg .logo,
.header_color .logo{
	background-image: url(logo02.png);
}

.nav{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.nav > ul > li{
	position: relative;
	float: left;
	margin: 0 20px;
}
.nav > ul > li > a{
	position: relative;
	display: block;
	font-size: 16px;
	color: #fff;
	line-height: 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: #fff;
	border-radius: 30px;
	-webkit-transition: all .3s;
	transition: all .3s;
	opacity: 0;
	border-radius: 8px;
}
.nav > ul > li > a:hover::after,
.nav > ul > li > a.active::after{
	width: 100%;
	opacity: 1;
}
.header_bg .nav > ul > li > a::after,
.header_color .nav > ul > li > a::after{
	background-color: #000;
}

.subnav {
    opacity: 0;
    visibility: hidden;
    transform: translate3d(0px, 0px, 0px);
    -moz-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=90);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#cc000000, endColorstr=#cc000000);
	border-top: 1px solid rgba(0,0,0,.05);
	background: #fff;
	box-shadow: 0 6px 10px rgb(0 0 0 / 5%);
    transition: all 0.3s ease-out 0s;
    position: absolute;
    width: 210px;
    top: 100px;
    left: 0;
}
.subnav > li {
    width: 100%;
    border-bottom: transparent 1px solid;
    margin-left: 0;
}
.subnav > li > a {
    background: transparent;
    color: #000;
    width: auto !important;
    padding: 10px 22px 10px 22px;
    line-height: 20px;
    display: block;
    font-size: 14px;
    text-align: left;
    transition: all 0.3s ease-out 0s;
}
.subnav > li > a > i {
    float: right;
    margin-top: 5px;
    opacity: 0;
    transition: all ease-out .2s;
    display: inline-block;
    width: 12px;
    height: 12px;
    background: url(../images/subnav.png);
}

.header_box .nav li:hover ul.subnav {
	top: 90px;
    opacity: 1;
    visibility: visible;
}
.subnav > li > a:hover {
    background: #e23c3d;
    text-indent: 7px;
}
.subnav > li > a:hover {
    color: #fff;
}
.subnav > li > a:hover i{
	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: #e23c3d;
}

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

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




.head-cart{
	position: relative;
	display: block;
	height: 90px;
	width: 50px;
}
.head-cart i{
	position: absolute;
	display: block;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 25px;
	height: 25px;
	background: url(cart_icon.png) center no-repeat;
	cursor: pointer;
}
.header-color .head-cart i,
.header-bg .head-cart i{
	background-image: url(cart.png);
}
.headcart{
	position: absolute;
	right: -18px;
	top: 80px;
	width: 425px;
	padding: 25px;
	background-color: #fff;
	box-shadow: 0 0 30px 0 rgba(0,0,0,.15);
	border-radius: 18px;
	display: none;
}
.head-cart:hover .headcart{
	display: block;
}
.headcart::after{
	content: "";
	position: absolute;
	right: 29px;
	top: -24px;
	display: block;
	border-bottom: 12px solid #fff;
	border-top: 12px solid transparent;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
}
.headcart h3{
	color: #000;
	font-size: 18px;
	font-family: 'BlueSkyStandard-Bold';
	margin-bottom: 20px;
}
.headcart-order{
	display: block;
	width: 95%;
	line-height: 50px;
	margin: 5% auto 0;
	font-size: 18px;
	color: #fff;
	text-align: center;
	border-radius: 8px;
	background-color: #ed7020;
	cursor: pointer;
}
.headcart ul{
	max-height: 257px;
	overflow-y: auto;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}
.headcart .node{
	padding: 90px 0;
}
.headcart ul li{
	position: relative;
	padding: 8px 0;
	border-bottom: 1px solid #eee;
}
.headcart ul li:last-child{
	border-bottom: 0;
}
.head-pro{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.head-pro-img{
	width: 30%;
}
.head-pro-text{
	width: 45%;
	margin-right: 15%;
}
.head-pro-text h4{
	font-size: 15px;
	line-height: 1.5;
	color: #000;
}
.head-pro-text p{
	font-size: 14px;
}
.headcart ul li strong{
	position: absolute;
	right: 10px;
	top: 50%;
	display: block;
	transform: translateY(-50%);
	width: 40px;
	height: 40px;
	background: url(del.png) center no-repeat;
	cursor: pointer;
}


.header_color .head-cart i, .header-bg .head-cart i {
    background-image: url(cart.png);
}


.headcart ul::-webkit-scrollbar{
	width: 6px;
	background-color: #fff;
}
.headcart ul::-webkit-scrollbar-thumb{
  background-color: #999;
  border-radius: 30px;
}


.head_language{
	position: relative;
	color: #fff;
	font-size: 14px;
	padding: 0 14px;
	line-height: 36px;
	border: 1px solid #fff;
	border-radius: 5px;
	cursor: pointer;
}
.head_language i{
	display: inline-block;
	vertical-align: middle;
	width: 14px;
	height: 14px;
	margin-right: 10px;
	background: url(qiu_icon.png) center center/cover no-repeat;
}
.language_box{
	position: absolute;
	top: 50px;
	left: 0;
	width: 100%;
	text-align: center;
	background-color: #fff;
	border-radius: 5px;
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
	border: 1px solid #fff;
}
.language_box a{
	display: block;
	color: #000;
	border-bottom: 1px dashed #ccc;
}
.language_box.show{
	top: 39px;
	opacity: 1;
	visibility: visible;
}
.language_box a:last-child{
	border-bottom: 0;
}

.head_language a:hover{
	background-color: #eee;
}


.header_color .head_language,
.header_bg .head_language{
	color: #333;
	border-color: #ccc;
}
.header_color .head_language i,
.header_bg .head_language i{
	background-image: url(qiu_icon02.png);
}

.header_color .head_language .language_box,
.header_bg .head_language .language_box{
	border-color: #ccc;
}

@media screen and (max-width:1680px) {
	.nav > ul > li{
		margin: 0 15px;
	}
	.nav > ul > li > a{
		font-size: 14px;
		line-height: 80px;
	}
	.head_search{
		height: 80px;
	}
	.head_search form{
		top: 81px;
	}
	.logo{
		width: 147px;
		height: 37px;
		background-size: cover;
	}
	.head_show{
		float: right;
		padding: 30px 17px 0;
	}
	.head_show a{
		font-size: 14px;
		padding: 5px 20px;
		border: 1.5px solid #dfdfdf;
	}
	.subnav{
		top: 90px;
	}
	.header_box .nav li:hover ul.subnav {
		top: 80px;
	}
	.head-cart{
		height: 80px;
	}
	.headcart{
		top: 70px;
	}
	.head_language{
		font-size: 13px;
		padding: 0 13px;
		line-height: 34px;
	}
	.head_language i{
		width: 13px;
		height: 13px;
		margin-right: 9px;
	}
	.language_box{
		top: 46px;
	}
	.language_box.show{
		top: 37px;
	}
}
@media screen and (max-width:1440px) {
	.nav > ul > li{
		margin: 0 10px;
	}
	.nav > ul > li > a{
		font-size: 12px;
		line-height: 70px;
	}
	.head_search{
		height: 70px;
	}
	.head_search form{
		top: 71px;
	}
	.logo{
		width: 137;
		height: 34px;
		background-size: cover;
	}
	.head_show{
		float: right;
		padding: 25px 14px 0;
	}
	.head_show a{
		font-size: 13px;
		padding: 4px 16px;
		border: 1px solid #dfdfdf;
	}
	.subnav{
		top: 80px;
	}
	.header_box .nav li:hover ul.subnav {
		top: 70px;
	}
	.head-cart{
		height: 70px;
	}
	.headcart{
		top: 60px;
	}
	.head_language{
		font-size: 12px;
		padding: 0 12px;
		line-height: 32px;
	}
	.head_language i{
		width: 12px;
		height: 12px;
		margin-right: 8px;
	}
	.language_box{
		top: 42px;
	}
	.language_box.show{
		top: 35px;
	}
}



.index-type{
	padding: 5% 0;
}
.type-container{
	position: relative;
}
.index-type .swiper-slide{
	position: relative;
	width: 1185px;
	margin: 0 25px;
	transform: scale(0.8,0.8);
	border-radius: 25px;
	overflow: hidden;
}
.index-type .swiper-slide.swiper-slide-active{
	transform: scale(1,1);
}

.index-type-text{
	width: 40%;
	height: 80%;
	position: absolute;
	top: 10%;
	left: 5%;
	padding: 4%;
	background-color: #fff;
	border-radius: 20px;
}
.index-type-text i{
	display: block;
	width: 74px;
	height: 74px;
	border-radius: 28px;
	border: 1px solid #fff;
	background-repeat: no-repeat;
	background-size: 100% auto;
}
.index-type-text h3{
	font-size: 40px;
	line-height: 2;
	color: #fff;
	margin-top: 3%;
}
.index-type-text p{
	width: 70%;
	font-size: 18px;
	line-height: 1.6;
	color: #fff;
}
.index-type-text em{
	position: absolute;
	right: 10%;
	bottom: 0%;
	opacity: 0;
	display: block;
	width: 30px;
	height: 7px;
	background: url(../images/pro_more.png) center center/cover no-repeat;
}

.index-type .swiper-slide:hover .index-type-text i{
	background-position: 0 100%;
	background-color: #fff;
}
.index-type .swiper-slide:hover .index-type-text em{
	opacity: 1;
	bottom: 10%;
}


.index-type .type-pagination {
	position: inherit;
	width: 83.33333333333%;
	margin: 3% auto 0;
	text-align: center;
	border-radius: 10px;
}
.index-type .type-pagination span{
	opacity: .15;
	border-radius: 10px;
	background-color: #e23c3d;
}
.index-type .type-pagination span.swiper-pagination-bullet-active{
	opacity: 1;
}
.type-prev,.type-next{
	position: absolute;
	top: 44%;
	left: 50%;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background-position: center;
	background-size: auto 100%;
	background-repeat: no-repeat;
	background-color: #969696;
	cursor: pointer;
	z-index: 50;
}
.type-prev{
	transform: translateX(-705px) translateY(-59%);
	background-image: url(../images/brand_prv.png);
}
.type-next{
	transform: translateX(645px) translateY(-59%);
	background-image: url(../images/brand_next.png);
}
.type-prev:hover,.type-next:hover{
	background-color: #e23c3d;
}



.index-about{
	padding: 0 0 6%;
	background-color: #fff;
}
.index-about .container{
	display: flex;
	justify-content: space-between;
}
.index-about-img{
	width: 46.625%;
	border-radius: 16px;
	overflow: hidden;
}
.index-about-text{
	width: 37.5%;
	padding-top: 4%;
}
.index-about-text h2{
	font-family: "gothambold";
	font-size: 40px;
	line-height: 1.2;
	color: #383431;
	margin-bottom: 4%;
}
.index-about-text p{
	font-family: Arial;
	font-size: 16px;
	color: #737373;
	line-height: 1.8;
	margin-bottom: 8%;
}
.index-about-text a{
	display: block;
	width: 50.5%;
	border-radius: 8px;
	overflow: hidden;
}

.index-box{
	position: relative;
	padding: 6% 0 0;
}
.index-box::before{
	content: "";
	width: 100%;
	height: 22.8125vw;
	min-height: 295px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	background-color: #d93239;
}

.index-process{
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-radius: 30px;
	overflow: hidden;
	background-color: #fff;
	box-shadow: 0 8px 25px 0 rgba(0, 0, 0, .1);
}
.index-process img{
	width: 53.5%;
	pointer-events: none;
}
.index-process-text{
	width: 46.5%;
	padding: 0 7%;
}
.title-item h2{
	font-size: 55px;
	line-height: 1;
	font-family: "gothambold";
	color: #000;
}
.index-process-text p{
	margin: 6% 0 15%;
	font-size: 16px;
	line-height: 1.6;
	font-family: Arial;
	color: #737373;
}
.more{
	position: relative;
	display: block;
	width: 190px;
	line-height: 55px;
	text-align: center;
	font-size: 16px;
	border-radius: 30px;
	background-color: #d4322d;
}
.more span{
	display: inline-block;
	color: #fff;
}
.more:hover{
	padding-right: 85px;
}
.more i{
	position: absolute;
	right: 40%;
	top: 22px;
	display: block;
	width: 19px;
	height: 13px;
	opacity: 0;
	background: url(../images/index_more.png) center center/cover no-repeat;
}
.more:hover i{
	opacity: 1;
	right: 28px;
}

.ie_video{
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	padding: 20px 24px;
	background-color: #d4322d;
	border-radius: 0 30px 0 0;
	cursor: pointer;
}
.ie_video img{
	width: 38px;
}

.index-cer{
	padding: 8% 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.index-cer img{
	width: 55.25%;
}
.index-cer-text{
	width: 30%;
}
.index-cer-text p{
	font-size: 16px;
	line-height: 1.6;
	margin: 6% 0 10%;
}


.index-contact{
	position: relative;
	z-index: 10;
	border-radius: 25px;
	padding: 4% 4.5%;
	background-color: #dc3433;
	background: url(../images/index_contact_bg.jpg) right center/auto 100% no-repeat #e23c3d;
	margin-bottom: -3.5%;
}
.index-contact h3{
	font-size: 44px;
	line-height: 1.3;
	margin-bottom: 1.5%;
	color: #fff;
}
.index-contact ol{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 62%;
}
.index-contact ol li{
	display: flex;
	align-items: center;
	font-size: 16px;
	line-height: 3;
	color: #fff;
}
.index-contact ol li:last-child{
	width: 100%;
}
.index-contact ol li i{
	display: block;
	width: 35px;
	height: 35px;
	background-size: cover;
	background-repeat: no-repeat;
	margin-right: 10px;
}
.index-con01{
	background-image: url(../images/index_icon_01.png);
}
.index-con02{
	background-image: url(../images/index_icon_02.png);
}
.index-con03{
	background-image: url(../images/index_icon_03.png);
}
.index-con04{
	background-image: url(../images/index_icon_04.png);
}
.index-contact img{
	position: absolute;
	width: 17%;
	bottom: 0;
	right: 10%;
	pointer-events: none;
}


.footer{
	background-color: #f1f1f1;
}
.footer-top{
	padding: 7% 0 4%;
	border-bottom: 3px solid #fc3d49;
}
.footer-top .container{
	display: flex;
	justify-content: space-between;
}
.footer-box{
	width: 53.75%;
	display: flex;
	justify-content: space-between;
}
.footer-right{
	width: 25%;
}
.footer-right h3{
	font-size: 26px;
	font-family: Arial;
	line-height: 1.3;
	padding-left: 15px;
	color: #000;
	margin-bottom: 5%;
}
.footer-search{
	border-radius: 30px;
	padding: 8px;
	background-color: #fff;
	margin-bottom: 5%;
}
.footer-search form{
	display: flex;
	
}
.footer-search input[type="text"]{
	width: calc(100% - 80px);
	padding: 0 30px;
	font-size: 16px;
	line-height: 46px;
	background: none;
	border: 0;
}
.footer-search input[type="submit"]{
	width: 80px;
	height: 46px;
	cursor: pointer;
	border-radius: 30px;
	background: url(../images/index_search.png) center center/auto 110% no-repeat #d4322d;
}
.links a{
	display: inline-block;
	width: 35px;
	height: 35px;
	margin-right: 5px;
	text-align: center;
	line-height: 35px;
	color: #717171;
	font-size: 20px;
	border-radius: 50%;
}
.links a:hover{
	color: #fff;
	background-color: #d4322d;
}

.footer-item h4{
	font-family: Arial;
	font-size: 18px;
	line-height: 2;
	margin-bottom: 10px;
	color: #000;
}
.footer-item a{
	display: block;
	font-size: 16px;
	line-height: 2;
	color: #c1c1c1;
	font-family: Arial;
}
.footer-item a:hover,
.copy-info a:hover{
	color: #e23c3d;
}
.copy-box{
	background: #313131;
}
.copy-info{
	display: flex;
	justify-content: space-between;
	font-size: 16px;
	line-height: 70px;
}


@media screen and (max-width:1680px) {
	.index-type .swiper-slide{
		width: 1030px;
		margin: 0 20px;
		border-radius: 21px
	}
	.index-type-text{
		border-radius: 16px;
	}
	.index-type-text i{
		display: block;
		width: 64px;
		height: 64px;
		border-radius: 24px;
	}
	.index-type-text h3{
		font-size: 35px;
	}
	.index-type-text p{
		font-size: 16px;
	}
	.index-type-text em{
		width: 27px;
		height: 6px;
	}
	.type-pagination span{
		width: 10px;
		height: 10px;
	}
	.type-prev,.type-next{
		width: 55px;
		height: 55px;
	}
	.type-prev{
		transform: translateX(-610px) translateY(-59%);
	}
	.type-next{
		transform: translateX(560px) translateY(-59%);
	}
	
	.index-about-text h2{
		font-size: 35px;
	}
	.index-about-text p{
		font-size: 14px;
	}
	.title-item h2{
		font-size: 47px;
	}
	.index-process{
		border-radius: 25px;
	}
	.ie_video{
		padding: 18px 22px;
		border-radius: 0 25px 0 0;
	}
	.ie_video img{
		width: 34px;
	}
	.index-process-text p{
		font-size: 14px;
	}
	.more{
		width: 170px;
		line-height: 50px;
		font-size: 14px;
	}
	.more:hover{
		padding-right: 75px;
	}
	.more i{
		top: 20px;
		width: 17px;
		height: 12px;
	}
	.more:hover i{
		right: 25px;
	}
	.index-cer-text p{
		font-size: 14px;
	}
	
	
	
	.index-contact h3{
		font-size: 40px;
	}
	.index-contact ol li{
		font-size: 14px;
	}
	.index-contact ol li i{
		display: block;
		width: 30px;
		height: 30px;
		margin-right: 5px;
	}
	.footer-right h3{
		font-size: 23px;
		padding-left: 13px;
	}
	.footer-search{
		padding: 6px;
	}
	.footer-search input[type="text"]{
		width: calc(100% - 70px);
		padding: 0 25px;
		font-size: 14px;
		line-height: 42px;
	}
	.footer-search input[type="submit"]{
		width: 70px;
		height: 42px;
	}
	.links a{
		width: 30px;
		height: 30px;
		line-height: 30px;
		font-size: 16px;
	}
	
	.footer-item h4{
		font-size: 18px;
	}
	.footer-item a{
		font-size: 14px;
	}
	.copy-info{
		font-size: 14px;
		line-height: 60px;
	}
}
@media screen and (max-width:1440px) {
	.index-type .swiper-slide{
		width: 870px;
		margin: 0 20px;
		border-radius: 18px;
	}
	.index-type-text{
		border-radius: 13px;
	}
	.index-type-text i{
		display: block;
		width: 54px;
		height: 54px;
		border-radius: 20px;
	}
	.index-type-text h3{
		font-size: 30px;
	}
	.index-type-text p{
		font-size: 14px;
	}
	.index-type-text em{
		width: 24px;
		height: 5px;
	}
	.type-pagination span{
		width: 8px;
		height: 8px;
	}
	.type-prev,.type-next{
		width: 50px;
		height: 50px;
	}
	.type-prev{
		transform: translateX(-525px) translateY(-59%);
	}
	.type-next{
		transform: translateX(475px) translateY(-59%);
	}
	
	.index-about-text h2{
		font-size: 30px;
	}
	.index-about-text p{
		font-size: 12px;
	}
	.title-item h2{
		font-size: 40px;
	}
	.index-process{
		border-radius: 20px;
	}
	.ie_video{
		padding: 15px 19px;
		border-radius: 0 20px 0 0;
	}
	.ie_video img{
		width: 30px;
	}
	.index-process-text p{
		font-size: 12px;
	}
	.more{
		width: 150px;
		line-height: 45px;
		font-size: 12px;
	}
	.more:hover{
		padding-right: 70px;
	}
	.more i{
		top: 17px;
		width: 16px;
		height: 11px;
	}
	.more:hover i{
		right: 21px;
	}
	.index-cer-text p{
		font-size: 12px;
	}
	
	
	
	
	.index-contact h3{
		font-size: 36px;
	}
	.index-contact ol li{
		font-size: 12px;
	}
	.index-contact ol li i{
		display: block;
		width: 25px;
		height: 25px;
		margin-right: 5px;
	}
	.footer-right h3{
		font-size: 20px;
		padding-left: 11px;
	}
	.footer-search{
		padding: 4px;
	}
	.footer-search input[type="text"]{
		width: calc(100% - 60px);
		padding: 0 21px;
		font-size: 12px;
		line-height: 36px;
	}
	.footer-search input[type="submit"]{
		width: 60px;
		height: 36px;
	}
	.links a{
		width: 25px;
		height: 25px;
		line-height: 25px;
		font-size: 12px;
	}
	.footer-item h4{
		font-size: 16px;
	}
	.footer-item a{
		font-size: 12px;
	}
	.copy-info{
		font-size: 12px;
		line-height: 50px;
	}
}


.con-ban{
    position: relative;
    width: 100vw;
    min-width: 1280px;
	height: 41.666vw;
	min-height: 533px;
    overflow: hidden;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	pointer-events: none;
}

.banitem {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
	transform: scale(1.3,1.3);
    background-position: center;
    background-size: cover;
    -webkit-animation: subs 10s linear 1;
    -webkit-animation-fill-mode: forwards
}
.con-ban img{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
}

@keyframes subs {
	0% {
		transform: scale(1.2,1.2)
	}
	100% {
		transform:scale(1,1)
	}
}

.con-ban .container,
.service-ban .container,
.contact-ban .container,
.product-ban .container{
	display: flex;
	position: relative;
	z-index: 1;
	align-items: center;
	height: 100%;
	min-height: 470px;
}
.con-ban .container h2,
.service-ban .container h2,
.contact-ban .container h2{
	font-size: 55px;
	font-family: Arial;
	color: #fff;
	width: 100%;
}


.about-01{
	padding: 5% 0;
	background-color: #f6f6f6;
}
.about-desc h3{
	font-size: 36px;
	font-family: Arial;
	line-height: 1.2;
	margin-bottom: 2.5%;
	color: #383431;
}
.about-desc p{
	font-size: 18px;
	line-height: 1.8;
}
.about-01 ul{
	margin-top: 3%;
	display: flex;
	justify-content: space-between;
}
.about-01 ul li{
	width: 23.875%;
	border-radius: 10px;
	overflow: hidden;
}
.about-01 ul li:hover img{
	transform: scale(1.05,1.05);
}
.about-02{
	padding: 5% 0;
}
.about-02 ul{
	display: flex;
	justify-content: space-between;
}
.about-02 ul li{
	width: 46.875%;
}
.about-02 ul li img{
	pointer-events: none;
	border-radius: 20px;
}
.about-02 ul li h3{
	padding-top: 5%;
	text-align: center;
	font-size: 26px;
	color: #000;
}
.about-03{
	padding: 4% 0 6%;
}
.about-03 .container{
	display: flex;
	justify-content: space-between;
}
.about-text h3{
	font-size: 40px;
	line-height: 1.3;
	color: #000;
}
.about-text h3.white,
.about-text p.white{
	color: #fff;
}
.about-text p{
	font-size: 16px;
	line-height: 1.8;
	color: #000;
}
.about-03-right{
	width: 47.5%;
}
.about-03-right ul{
	margin-top: 6%;
	display: flex;
	justify-content: space-between;
}
.about-03-right ul li h4{
	font-size: 40px;
	color: #000;
	line-height: 1.8;
}
.about-03-right ul li p{
	font-size: 16px;
	line-height: 1.8;
	color: #737373;
}
.about-04-img{
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	width: 100%;
	height: 40.46875vw;
	min-height: 525px;
	background: url(../images/about_04.jpg) center center/cover no-repeat;
}
.about-04-img h3{
	margin-bottom: 4%;
}
.about-04 ul{
	display: flex;
	padding: 4% 0 7%;
	justify-content: space-between;
}
.about-04 ul li{
	width: 29.68%;
	border-radius: 25px;
	padding-bottom: 3%;
	background-color: #f8f8f8;
}
.about-04 ul li img{
	border-radius: 25px;
}
.about-04-font{
	padding: 7%;
}
.about-04-font h4{
	font-size: 26px;
	line-height: 2;
	color: #000;
	font-family: Arial;
}
.about-04-font p{
	font-size: 16px;
	line-height: 1.8;
}
.about-05{
	padding-bottom: 5%;
}
.about-05 img{
	position: relative;
	z-index: 1;
	width: 55%;
	border-radius: 20px;
	pointer-events: none;
}
.about-05-text{
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 0;
	width: 49%;
	height: 29.79vw;
	min-height: 386px;
	padding: 6% 4% 0 9%;
	border-radius: 20px;
	background: url(../images/index_contact_bg.jpg) right bottom/42.29% auto no-repeat #e03a39;
}
.about-05-text p{
	margin-top: 4%;
	opacity: .7;
}
.about-06{
	width: 100%;
	height: 46.25vw;
	min-height: 600px;
	background: url(../images/about_06.jpg) center center/cover no-repeat;
}
.about-06 .container{
	padding-top: 9%;
}
.about-06 p{
	margin-top: 1.5%;
}
.about-07{
	padding: 5% 0 9%;
	background: url(../images/about_07.jpg) center top/100% auto no-repeat;
}
.about-07 .about-text{
	margin-bottom: 3%;
}
.about-07-swiper .container{
	display: flex;
	justify-content: space-between;
}
.about-07-swiper .swiper-slide img{
	width: 48.73%;
	border-radius: 20px;
	pointer-events: none;
}
.about-07-right{
	width: 36.25%;
	padding-top: 6%;
	margin-right: 5%;
}
.about-07-right h4{
	font-size: 130px;
	font-family: Arial;
	-webkit-text-fill-color:transparent;   
	-webkit-text-stroke:1px #de3736;  
}
.about-07-right p{
	font-size: 18px;
	line-height: 1.6;
}
.about-07-thumbs{
	margin-top: 2%;
	background: url(../images/about_07_bg.jpg) repeat-x;
	padding-top: 30px;
}
.about-07-thumbs .swiper{
	width: 60%;
	margin: 0 auto;
	text-align: center;
}
.about-07-thumbs .swiper .swiper-slide i{
	display: block;
	margin: 0 auto 6%;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: #9d9d9d;
}
.about-07-thumbs .swiper .swiper-slide span{
	font-family: Arial;
	font-size: 20px;
	color: #9d9d9d;
	cursor: pointer;
}
.about-07-thumbs .swiper .swiper-slide.swiper-slide-thumb-active i{
	background-color: #e02728;
}
.about-07-thumbs .swiper .swiper-slide.swiper-slide-thumb-active span{
	color: #e02728;
}
@media screen and (max-width:1680px) {
	.con-ban .container h2,
	.service-ban .container h2{
		font-size: 48px;
	}
	.about-desc h3{
		font-size: 32px;
	}
	.about-desc p{
		font-size: 16px;
	}
	.about-02 ul li h3,
	.about-04-font h4{
		font-size: 23px;
	}
	.about-text h3,
	.about-03-right ul li h4{
		font-size: 36px;
	}
	.about-text p,
	.about-03-right ul li p,
	.about-04-font p{
		font-size: 14px;
	}
	.about-07-right h4{
		font-size: 110px; 
	}
	.about-07-right p{
		font-size: 16px;
	}
	.about-07-right{
		padding-top: 4%;
	}
	.about-07-thumbs .swiper .swiper-slide i{
		width: 5px;
		height: 5px;
	}
	.about-07-thumbs .swiper .swiper-slide span{
		font-size: 18px;
	}
}
@media screen and (max-width:1440px) {
	.con-ban .container h2,
	.service-ban .container h2{
		font-size: 40px;
	}
	.about-desc h3{
		font-size: 28px;
	}
	.about-desc p{
		font-size: 14px;
	}
	.about-02 ul li h3,
	.about-04-font h4{
		font-size: 20px;
	}
	.about-text h3,
	.about-03-right ul li h4{
		font-size: 32px;
	}
	.about-text p,
	.about-03-right ul li p,
	.about-04-font p{
		font-size: 12px;
	}
	.about-07-right h4{
		font-size: 90px; 
	}
	.about-07-right p{
		font-size: 14px;
	}
	.about-07-thumbs .swiper .swiper-slide i{
		width: 4px;
		height: 4px;
	}
	.about-07-thumbs .swiper .swiper-slide span{
		font-size: 16px;
	}
}



.service-ban{
	position: relative;
	width: 100%;
	height: 31.25vw;
	min-height: ;
	overflow: hidden;
}
.service-01{
	padding: 5% 0;
}
.service-title{
	margin-bottom: 3.5%;
}
.service-title h2{
	font-family: Arial;
	text-transform: uppercase;
	font-size: 46px;
	line-height: 2;
	color: #000;
}
.service-title h2.white{
	color: #fff;
}
.service-title p{
	font-size: 16px;
	line-height: 1.6;
	color: #585858;
}
.service-title p.white{
	color: #fff;
	opacity: .7;
}
.service-01 ul{
	display: flex;
	justify-content: space-between;
}
.service-01 ul li{
	width: 18.4375%;
	border-radius: 10px;
	overflow: hidden;
	background-color: #fff;
	box-shadow: 0 0 40px 0 rgba(0,0,0,.15);
}
.service-01 ul li:nth-child(1) .service_01_img{
	background-color: #a8b6ab;
}
.service-01 ul li:nth-child(2) .service_01_img{
	background-color: #cda16b;
}
.service-01 ul li:nth-child(3) .service_01_img{
	background-color: #b9d0d9;
}
.service-01 ul li:nth-child(4) .service_01_img{
	background-color: #d05151;
}
.service-01 ul li:nth-child(5) .service_01_img{
	background-color: #988e7b;
}
.service_01_text{
	padding: 12% 8%;
	text-align: left;
}
.service_01_text h3{
	font-size: 20px;
	font-family: Arial;
	margin-bottom: 5%;
	text-transform: uppercase;
	color: #000;
}
.service_01_text p{
	font-size: 15px;
	font-family: Arial;
	line-height: 1.4;
}
.service-02{
	width: 100%;
	height: 37vw;
	min-height: 480px;
	background: url(../images/service_02.jpg) center center/cover no-repeat;
}
.service-02 .container{
	padding-top: 8%;
}
.service-03{
	padding: 5% 0;
	background-color: #d69d8b;
}
.service-03 ul{
	display: flex;
	justify-content: space-between;
}
.service-03 ul li{
	width: 13.375%;
	padding: 2% 0 1.5%;
	text-align: center;
	position: relative;
	border-radius: 10px;
	overflow: hidden;
	background-color: #fff;
}
.service-03 ul li img{
	position: relative;
	z-index: 1;
	width: 38%;
}
.service-03 ul li p{
	position: relative;
	z-index: 1;
	font-size: 16px;
	color: #000;
	line-height: 1.4;
}
.service-03 ul li i{
	position: absolute;
	right: 15%;
	bottom: -20%;
	z-index: 0;
	font-size: 160px;
	color: #f7f7f7;
}
.service-04{
	padding: 5% 0;
}
.service-04 img{
	border-radius: 10px;
	pointer-events: none;
}
.service-04 ul{
	display: flex;
	justify-content: space-between;
}
.service-04 ul li{
	width: 24.375%;
}
.service-04-img{
	margin-bottom: 0.825%;
}


@media screen and (max-width:1680px) {
	.service-title h2{
		font-size: 42px;
	}
	.service-title p{
		font-size: 14px;
	}
	.service_01_text h3{
		font-size: 18px;
	}
	.service_01_text p{
		font-size: 13.5px;
	}
	.service-03 ul li p{
		font-size: 14px;
	}
	.service-03 ul li i{
		font-size: 140px;
	}
}
@media screen and (max-width:1440px) {
	.service-title h2{
		font-size: 36px;
	}
	.service-title p{
		font-size: 12px;
	}
	.service_01_text h3{
		font-size: 16px;
	}
	.service_01_text p{
		font-size: 12px;
	}
	.service-03 ul li p{
		font-size: 12px;
	}
	.service-03 ul li i{
		font-size: 110px;
	}
}


.contact-ban{
	position: relative;
	width: 100%;
	height: 38.22vw;
	min-height: 489px;
	overflow: hidden;
}
.contact-ban p{
	font-size: 16px;
	line-height: 2;
	margin-top: 1.5%;
	color: #fff;
}
.contact .container{
	margin-top: -8%;
	display: flex;
	justify-content: space-between;
	overflow: hidden;
	border-radius: 10px;
	background-color: #fff;
	box-shadow: 0 0 30px 0 rgba(0,0,0,.05);
	margin-bottom: 4%;
}
.oneline{
	padding: 5% 0 13%;
	background-color: #f7f7f7;
}
.oneline .container{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.oneline h3{
	font-family: Arial;
	font-size: 44px;
	line-height: 1.1;
	text-transform: uppercase;
	color: #000;
	margin-bottom: 3%;
}
.oneline ul{
	display: flex;
	width: 60%;
	justify-content: space-between;
}
.oneline ul li{
	width: 29%;
	text-align: center;
	padding: 5% 0;
	overflow: hidden;
	background-color: #fff;
	box-shadow: 0 0 15px 0 rgba(0,0,0,.05);
	border-radius: 10px;
}
.oneline ul li i{
	display: inline-block;
	width: 48%;
	max-width: 145px;
	border-radius: 50%;
	overflow: hidden;
}
.oneline ul li h4{
	font-weight: normal;
	font-family: Arial;
	font-size: 18px;
	line-height: 3;
	color: #000;
}
.oneline ul li p{
	font-family: Arial;
	font-size: 16px;
	line-height: 1.4;
	color: #585858;
}
.contact-desc{
	width: 32%;
	padding: 4%;
	background-color: #e03b39;
}
.contact-desc ul li:last-child{
	margin-bottom: 0;
}
.contact-desc ul li{
	padding-top: 35px;
	margin-bottom: 30px;
}
.contact-desc ul li h4{
	font-size: 18px;
	line-height: 1.8;
	color: #fff;
	font-family: Arial;
}
.contact-desc ul li p{
	font-size: 16px;
	font-family: Arial;
	line-height: 1.8;
	color: #fff;
}
.contact-desc ul li:nth-child(1){
	background: url(../images/con_01.png)  no-repeat;
}
.contact-desc ul li:nth-child(2){
	background: url(../images/con_02.png)  no-repeat;
}
.contact-desc ul li:nth-child(3){
	background: url(../images/con_03.png)  no-repeat;
}
.con-msg {
	display: flex;
	align-items: center;
	width: 68%;
    padding: 5%;
    background-color: #fff;
    border-radius: 12px;
}
.con-msg form{
	width: 100%;
}
.con-name,.con-email,.con-tel {
    position: relative;
    width: 30%;
    margin-bottom: 3.5%;
}
.con-name, .con-email {
    margin-right: 5%;
}
.con-msg input[type="text"] {
    width: 100%;
    font-size: 1rem;
    line-height: 50px;
    border: 0;
    border-bottom: 1px solid #d2d2d2;
}
.con-msg em {
    position: absolute;
    right: 0;
    font-style: normal;
    line-height: 50px;
}
.con-msg textarea {
    width: 100%;
	font-family: arial;
    font-size: 1rem;
    line-height: 2;
    height: 120px;
    border: 0;
    border-bottom: 1px solid #d2d2d2;
    margin-bottom: 10%;
}
.con-msg input[type="submit"] {
    width: 160px;
    height: 50px;
    font-size: 1rem;
    color: #fff;
    line-height: 50px;
    border-radius: 30px;
    border: 0;
    background-color: #e03b39;
}

.Validform_wrong{
	color: red;
}
.Validform_right{
	color: green;
}
@media screen and (max-width:1680px) {
	.contact-ban p{
		font-size: 14px;
	}
	.oneline ul li h4{
		font-size: 16px;
	}
	.oneline ul li p{
		font-size: 14px;
	}
	.contact-desc ul li h4{
		font-size: 16px;
	}
	.contact-desc ul li p{
		font-size: 14px;
	}
	.con-msg input[type="text"] {
	    font-size: 0.875rem;
	    line-height: 45px;
	}
	.con-msg textarea {
	    font-size: 0.875rem;
		height: 100px;
	}
	.con-msg input[type="submit"] {
	    width: 150px;
	    height: 45px;
	    font-size: 0.875rem;
	    line-height: 45px;
	}
	.con-msg em {
	    line-height: 45px;
		font-size: 14px;
	}
}
@media screen and (max-width:1440px) {
	.contact-ban p{
		font-size: 12px;
	}
	.oneline ul li h4{
		font-size: 14px;
	}
	.oneline ul li p{
		font-size: 12px;
	}
	.contact-desc ul li h4{
		font-size: 14px;
	}
	.contact-desc ul li p{
		font-size: 12px;
	}
	.con-msg input[type="text"] {
	    font-size: 0.75rem;
	    line-height: 40px;
	}
	.con-msg textarea {
	    font-size: 0.75rem;
		height: 80px;
	}
	.con-msg input[type="submit"] {
	    width: 140px;
	    height: 40px;
	    font-size: 0.75rem;
	    line-height: 40px;
	}
	.con-msg em {
	    line-height: 40px;
		font-size: 12px;
	}
}


.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: 2%;
    overflow: hidden;
	box-sizing: border-box;
}
.news-list ol li .news-img{
    float: left;
    width: 17.5vw;
    height: 12vw;
	min-width: 226px;
	min-height: 155px;
	background: url(logo02.png) center no-repeat #f4f4f4;
    background-size: 150px;
	overflow: hidden;
}
.news-list ol li .news-img div{
    width: 100%;
    height: 100%;
	background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	overflow: hidden;
	transition: all 0.5s;
}
.news-list ol li .news-info{
	position: absolute;
	top: 50px;
	left: 30%;
    width: 50%;
	transition: all 0.5s;
}
.news-list ol li .news-info h3{
    display: block;
    width: 100%;
    padding-bottom: 15px;
	font-size: 22px;
	font-weight: normal;
	text-overflow: ellipsis;
	white-space: nowrap;
    color: #333;
	overflow: hidden;
}
.news-list ol li .news-info p{
	font-size: 15px;
    height: 50px;
    line-height: 25px;
	color: #999;
    overflow: hidden;
}
.news-list ol li .news-date{
	position: absolute;
	top: 50px;
	right: 50px;
    width: 100px;
    height: 150px;
	text-align: right;
    overflow: hidden; 
}
.news-list ol li .news-date span{
	display: block;
	font-family: "arial";
	font-size: 36px;
	transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
}
.news-list ol li .news-date font{
    display: block;
    font-family: "arial";
	font-size: 32px;
	color: #333;
	transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
}
.news-list ol li .news-date item{
	position: absolute;
	bottom: -50px;
	right: 5px;
    display: block;
    width: 13px;
    height: 26px;
	background: url(../images/r_arrow.png) no-repeat center;
    transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
}
.news-list ol li:hover{
	box-shadow: 0 0 25px 0 rgba(0, 0, 0, .1);
}
.news-list ol li:hover .news-img div{
    transform: scale(1.1, 1.1);
}
.news-list ol li:hover .news-info{
    left: calc(30% + 20px);
}
.news-list ol li:hover .news-date item{
    bottom: 30px;
}
.news-list ol li:hover .news-info h3{
	color: #e23c3d;
}
@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:1440px) {
	.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: #e23c3d;
	border-radius: 40px;
	cursor: pointer;
}
.news_content{
	float: right;
	width: 70%;
	min-height: 500px;
	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: #e23c3d;
}
.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: #e23c3d;
	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;
}


.pro-ban{
	width: 100vw;
	height: 31.25vw;
	min-width: 1280px;
	min-height: 400px;
	background: url(../images/procuct.jpg) center center/cover no-repeat;
}
.pro-ban .container{
	height: 100%;
	display: flex;
	align-items: center;
}





.pro_list{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.pro_list li{
	width: 48%;
	margin-bottom: 2%;
	border-radius: 10px;
	background-color: #7d7d7d;
}
.pro_list li img{
	border-radius: 10px;
}
.pro_list li h4{
	padding: 0 5%;
	font-size: 32px;
	line-height: 2.8;
	text-transform: uppercase;
	font-weight: normal;
	color: #fff;
}
.pro_list li:hover{
	transform: translateY(-5px);
	background-color: #e23c3d;
	box-shadow: 0 15px 35px -20px rgba(0,0,0,.8);
}
@media screen and (max-width:1680px) {
	.pro_list li h4{
		font-size: 26px;
	}
}
@media screen and (max-width:1440px) {
	.pro_list li h4{
		font-size: 20px;
	}
}



.product-ban{
	position: relative;
	width: 100%;
	height: 37.333vw;
	min-height: 485px;
	overflow: hidden;
}

.product-ban-text{
	font-family: Arial;
	color: #fff;
}
.product-ban-text a{
	font-family: Arial;
	color: #fff;
	font-size: 16px;
	line-height: 1.5;
}
.product-ban-text h2{
	font-size: 44px;
	line-height: 2;
}
.product-ban-text p{
	font-family: Arial;
	font-size: 16px;
	opacity: .7;
	line-height: 1.6;
}

.p_top{
	padding-top: 90px;
}
.product-serach{
	width: 100%;
	height: 39vw;
	min-height: 505px;
	margin-bottom: -5%;
}
.product-serach .container{
	display: flex;
	align-items: center;
	height: 100%;
}
.product-serach h3{
	font-size: 56px;
	line-height: 1.2;
	font-family: Arial;
	text-transform: uppercase;
	color: #000;
	margin-bottom: 35px;
}
.product-serach form {
    display: block;
	width: 100%;
    margin: 0 auto;
    overflow: hidden;
	border-bottom: 2px solid #000;
}
.product-serach input[type="text"] {
    float: left;
    width: calc(100% - 100px);
    line-height: 65px;
    font-size: 16px;
    padding: 0 25px;
    background: none;
    border: 0;
}
.product-serach input[type="submit"] {
    float: right;
    width: 100px;
    height: 65px;
    border-radius: 24px;
    background: url(../images/pro_icon.png) center center/cover no-repeat;
    cursor: pointer;
}

.pro-search{
	margin-bottom: 5%;
}
.pro-search h2{
	text-align: center;
	font-size: 48px;
	font-family: Arial;
	text-transform: uppercase;
	color: #000;
	margin-bottom: 2.5%;
}
.pro-search form{
	display: flex;
	width: 65%;
	margin: 0 auto;
	border-bottom: 2px solid #000;
}
.pro-search input[type="text"]{
	width: calc(100% - 120px);
	height: 70px;
	padding: 0 30px;
	font-size: 18px;
	border: 0;
}
.pro-search input[type="submit"]{
	width: 120px;
	height: 70px;
	background: url(../images/pro_icon.png) center center/cover no-repeat;
	border: 0;
}

@media screen and (max-width: 1680px){
	.product-ban-text a,
	.product-ban-text p{
		font-size: 14px;
	}
	.product-ban-text h2{
		font-size: 40px;
	}
	.product-serach h3{
		font-size: 50px;
		margin-bottom: 30px;
	}
	.product-serach input[type="text"] {
		width: calc(100% - 95px);
		line-height: 60px;
		font-size: 15px;
		padding: 0 20px;
	}
	.product-serach input[type="submit"] {
	    width: 95px;
	    height: 60px;
	}
	.pro-search h2{
		font-size: 40px;
	}
	.pro-search input[type="text"]{
		width: calc(100% - 100px);
		height: 60px;
		padding: 0 25px;
		font-size: 16px;
	}
	.pro-search input[type="submit"]{
		width: 100px;
		height: 60px;
	}
}
@media screen and (max-width: 1440px){
	.product-ban-text a,
	.product-ban-text p{
		font-size: 12px;
	}
	.product-ban-text h2{
		font-size: 36px;
	}
	.product-serach h3{
		font-size: 44px;
		margin-bottom: 25px;
	}
	.product-serach input[type="text"] {
		width: calc(100% - 85px);
		line-height: 50px;
		font-size: 14px;
		padding: 0 15px;
	}
	.product-serach input[type="submit"] {
	    width: 85px;
	    height: 50px;
	}
	.pro-search h2{
		font-size: 32px;
	}
	.pro-search input[type="text"]{
		width: calc(100% - 80px);
		height: 50px;
		padding: 0 20px;
		font-size: 14px;
	}
	.pro-search input[type="submit"]{
		width: 80px;
		height: 50px;
	}
}


.pro_title{
	padding-bottom: 30px;
}
.pro_title h2{
	font-size: 30px;
	color: #000;
}
.product_menu {
	position: relative;
	z-index: 10;
	transform: translateY(-50%);
	text-align: center;
	background-color: #464646;
	border-radius: 12px;
}
.product_menu li {
	display: inline-block;
    position: relative;
    margin: 0 5px 0 0;
	border-radius: 12px;
}
.product_menu li:last-child{
	margin-right: 0;
}

.product_menu li i{
	display: block;
	width: 70px;
	height: 70px;
	margin: 0 auto;
	background-position: top;
	background-size: 100% auto;
}
.product_menu ul > li h3{
	font-weight: normal;
	line-height: 2;
	font-size: 16px;
}
.product_menu ul > li > a{
    display: block;
    position: relative;
    color: #fff;
	padding: 10px 20px;
	border-radius: 12px;
}


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


.product_menu li .menu_down {
    position: absolute;
    top: 125px;
    left: 50%;
	transform: translateX(-50%);
    z-index: 100;
    width: 160%;
	text-align: center;
    background-color: #464646;
    opacity: 0;
    visibility: hidden;
    border-radius: 5px;
    overflow: hidden;
}
.product_menu ul li .menu_down a{
	display: block;
	padding: 0;
	font-size: 14px;
	line-height: 45px;
	font-weight: normal;
	color: #fff;
}
.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;
}

.type_manu{
	font-size: 0;
	margin-bottom: 2%;
}
.type_manu a{
	display: inline-block;
	padding: 14px 25px;
	font-size: 16px;
	line-height: 1;
	background-color: #fff;
	border-radius: 30px;
	color: #a3a3a3;
	margin: 0 10px 10px 0;
}
.type_manu a:hover,
.type_manu a.on{
	color: #fff;
	background-color: #e23c3d;
}



.searchbox{
	width: 27.85%;
	padding: 3px;
	background-color: #fff;
	border-radius: 40px;
	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;
	border-radius: 40px;
	background: url(../images/pro_search.png) center center/100% auto no-repeat #e23c3d;
}

.product_list ul{
	display: flex;
	justify-content: left;
	flex-wrap: wrap;
}
.product_list ul li{
	position: relative;
	width: calc(94%/5);
	margin: 0 1.5% 1.5% 0;
	border-radius: 8px;
	overflow: hidden;
	background-color: #fff;
	box-shadow: 0 0 15px 0 rgba(0,0,0,.15);
	transition: all 0.5s;
}
.product_list ul li a{
	display: block;
	padding: 0 0 8px;
	background-color: #fff;
}
.product_list ul li:nth-child(5n){
	margin-right: 0;
}
.product_list ul li img{
	width: 100%;
}
.product_list ul li .img{
	border-radius: 8px;
	overflow: hidden;
}
.product_list ul li h3{
	font-size: 24px;
	padding: 0 8%;
	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;
	line-height: 1.8;
	color: #636062;
	margin-bottom: 5px;
	text-align: center;
}
.product_list ul li:hover{
	transform: translateY(-5px);
	box-shadow: 0 20px 35px -15px rgba(0,0,0,.25);
}
.product_list ul li em{
	position: absolute;
	top: 10px;
	right: 10px;
	display: block;
	padding: 8px 15px;
	color: #fff;
	line-height: 1;
	background-color: #e23c3d;
	border-radius: 50px;
	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: #bf9f62;
	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,.main_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: 0px;
    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{
	width: 100%;
	padding: 150px 0;
	text-align: center;
}
.node h4{
	font-size: 30px;
	font-weight: normal;
	color: #000;
}

@media screen and (max-width:1680px) {
	.pro_title h2{
		font-size: 27px;
	}
	.product_menu li i{
		width: 60px;
		height: 60px;
	}
	.product_menu ul > li h3{
		font-size: 14px;
	}
	.product_menu ul > li > a{
		padding: 8px 16px;
	}
	.type_manu a{
		font-size: 14px;
		padding: 11px 20px;
		margin: 0 8px 8px 0;
	}
	.product_menu li .menu_down{
		top: 107px;
	}
	.product_menu ul li .menu_down a{
		font-size: 13px;
		line-height: 40px;
		padding: 0;
	}
	.searchbox input[type="text"]{
		font-size: 15px;
		line-height: 42px;
	}
	.searchbox input[type="submit"]{
		height: 42px;
	}
	.product_list ul li em{
		top: 8px;
		right: 8px;
		padding: 6px 12px;
		font-size: 13px;
	}
	.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:1440px) {
	.pro_title h2{
		font-size: 24px;
	}
	.product_menu li i{
		width: 50px;
		height: 50px;
	}
	.product_menu ul > li h3{
		font-size: 12px;
	}
	.product_menu ul > li > a{
		padding: 6px 12px;
	}
	.type_manu a{
		font-size: 12px;
		padding: 8px 15px;
		margin: 0 5px 5px 0;
	}
	.product_menu li .menu_down{
		top: 89px;
	}
	.product_menu ul li .menu_down a{
		font-size: 12px;
		line-height: 35px;
		padding: 0;
	}
	.searchbox input[type="text"]{
		font-size: 14px;
		line-height: 38px;
	}
	.searchbox input[type="submit"]{
		height: 38px;
	}
	.product_list ul li em{
		top: 6px;
		right: 6px;
		padding: 5px 10px;
		font-size: 12px;
	}
	.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;
	}
}

.pro-title{
	padding-bottom: 3%;
}
.pro-title h3{
	font-size: 24px;
	color: #000;
}

.product-box{
	padding: 5% 0;
}

.pro-box {
    padding: 4% 0;
}
.pro-container{
	width: 73.6%;
	min-width: 1100px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.product-left{
	width: 30%;
	min-width: 290px;
	max-width: 422px;
}
.product-img{
	border-radius: 10px;
	overflow: hidden;
}
.product-img .swiper-pagination span.swiper-pagination-bullet-active{
	background-color: #e23c3d;
}
.product-info{
	padding: 8% 0;
}
.product-info h2{
	font-size: 1.75rem;
	line-height: 1.3;
	color: #000;
}
.product-info p{
	font-size: 1.125rem;
	line-height: 2;
	color: #7b7b7b;
}
.product-button{
	overflow: hidden;
	padding-bottom: 10%;
	border-bottom: 1px solid #dedede;
}
.product-button-01, .product-button-02 {
	display: block;
	width: 48%;
	font-size: 1rem;
	line-height: 55px;
	height: 55px;
	text-align: center;
	color: #fff;
	border-radius: 30px;
	border: none;
	outline: none;
	-webkit-appearance: none;
	font-family: BlueSkyStandard , arial;
	transition: all 0.4s;
}
.product-button-01 {
	background-color: #2d2d2d;
}
.product-button-02 {
	background-color: #c94141;
}
.product-button-01:hover{
	background-color: #232323;
}
.product-button-02:hover{
	color: #fff;
	background-color: #af2222;
}

.product-itse,
.product-recom{
	padding-top: 6%;
}
.product-itse h3,
.product-recom h3{
	color: #000;
	font-size:1.375rem;
	line-height: 22px;
	margin-bottom: 6%;
}
.product-desc{
	margin-bottom: 6%;
}
.product-desc li {
    color: #666;
    line-height: 2;
    font-size: 14px;
    text-align: left;
    width: 100%;
}


.product-recom{
	border-top: 1px solid #e6e6e6;
}
.product-recom ul li{
	margin-bottom: 3%;
	width: 100%;
	background-color: #fff;
}
.product-recom ul li:hover{
	box-shadow: 0 0 20px 0 rgba(0,0,0,.15);
}
.product-recom ul li a{
	position: relative;
	display: flex;
	padding: 10px;
	justify-content: space-between;
	align-items: center;
}
.product-recom ul li .img{
	width: 35%;
}
.product-recom ul li .text{
	width: 58%;
}
.product-recom ul li h4{
	font-size: 22px;
	line-height: 1.5;
	font-weight: normal;
	color: #000;
}
.product-recom ul li p{
	font-size: 1rem;
	line-height: 2;
	color: #adadad;
}
.product-recom ul li em{
	display: block;
	position: absolute;
	right: 15px;
	top: 15px;
	font-size: 0.875rem;
	padding: 4px 10px;
	border-radius: 30px;
	color: #fff;
	z-index: 99;
	font-style: normal;
	background-color: #e23c3d;
}
.product-detailed{
	width: 66%;
	padding: 2%;
	min-width: 650px;
	overflow: hidden;
	background-color: #fff;
}




.consult-top{
	bottom: calc(4% + 60px);
	right: 2%;
	position: fixed;
	width: 375px;
	height: 575px;
	padding: 30px 35px 50px;
	margin-bottom: 25px;
	border-radius: 10px;
	overflow: hidden;
	background-color: #fff;
	box-shadow: 0 15px 30px -10px rgba(0,0,0,.3);
	opacity: 0;
	visibility: hidden;
	z-index: 200;
}
.consult-top.on{
	opacity: 1;
	visibility: inherit;
	bottom: 180px;
}
.consult-top::after{
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 0;
	display: block;
	width: 100%;
	height: 110px;
	background-color: #fff;
	border-radius: 10px 0 0 0;
}
.consult-top i{
	float: right;
	position: relative;
	z-index: 1;
	width: 16px;
	height: 16px;
	/* border-right: 2px solid #fff;
	border-bottom: 2px solid #fff; */
	transform: rotate(45deg);
	cursor: pointer;
}
.consult-top i::after{
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	display: block;
	width: 100%;
	height: 2px;
	background-color: #000;
}
.consult-top i::before{
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	display: block;
	width: 2px;
	height: 100%;
	background-color: #000;
}
.consult-top h3{
	margin-top: 25px;
	font-size: 30px;
	line-height: 2;
	color: #333;
}
.consult-top p{
	font-size: 16px;
	line-height: 1.6;
	color: #333;
	margin-bottom: 45px;
}
.consult-top h5{
	font-size: 14px;
	line-height: 1.5;
	font-weight: normal;
	color: #333;
}
.consult-top h5 b{
	color: #ff0000;
}
.consult-top input[type="text"]{
	width: 100%;
	color: #c4c8d3;
	line-height: 40px;
	border: 0;
	border-bottom: 1px solid #4a4a4a;
	background: none;
}
.consult-name{
	position: relative;
	margin-bottom: 35px;
}
.consult-email{
	position: relative;
	margin-bottom: 70px;
}
.consult-top em{
	position: absolute;
	left: 0;
	bottom: -30px;
	line-height: 30px;
	font-style: normal;
}
.consult-submit{
	position: relative;
	z-index: 1;/* 
	padding: 6%;
	background-color: #fff;
	border: 2px solid #bfbfbf; */
	border-radius: 10px;
}
.consult-top input[type="submit"]{
	width: 100%;
	color: #fff;
	line-height: 50px;
	font-weight: bold;
	border: 0;
	background-color: #e23c3d;
	border-radius: 30px;
}
.consult-bottom{
	text-align: right;
	height: 80px;
}
.consult-info{
	position: fixed;
	right: 100px;
	bottom: 100px;
	z-index: 200;
	display: inline-block;
	width: 280px;
	height: 80px;
	padding: 20px 25px;
	text-align: left;
	margin-right: 10px;
	border-radius: 5px 5px 0 5px;
	box-sizing: border-box;
	background-color: #fff;
	box-shadow: 0 10px 18px -6px rgba(0,0,0,.25);
}
.consult-info::after{
	content: "";
	position: absolute;
	bottom: 0;
	right: -10px;
	display: block;
	width: 10px;
	height: 14px;
	background: url(../images/consult_img.png) center no-repeat;
}
.consult-info h4,.consult-info p{
	font-size: 14px;
	color: #656565;
	line-height: 1.5;
}
.consult-info i{
	position: absolute;
	top: 15px;
	right: 20px;
	display: block;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	border: 1px solid #e3e5e7;
	cursor: pointer;
	transform: rotate(45deg);
}
.consult-info i::before{
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 1px;
	height: 65%;
	background-color: #6d737a;
	
}
.consult-info i::after{
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 65%;
	height: 1px;
	background-color: #6d737a;
}
.consult-icon{
	position: fixed;
	right: 20px;
	bottom: 100px;
	z-index: 200;
	display: inline-block;
	width: 64px;
	height: 64px;
	border-radius: 50%;
	background-color: #c94141;
	cursor: pointer;
	overflow: hidden;
	box-shadow: 0 0 25px 0 rgba(0,0,0,.15);
}
.consult-icon:hover img{
	transform: rotateY(
	180deg);
}









@media screen and (max-width:1680px) {
	.product-img{
		border-radius: 8px;
	}
	.video_ise {
		width: 71px;
		height: 61px;
	}
	.product-info h2{
		font-size: 1.5rem;
	}
	.product-info p{
		font-size: 1rem;
	}
	.product-button-01, .product-button-02 {
		font-size: 0.9375rem;
		line-height: 46px;
		height: 46px;
	}
	.product-itse h3,
	.product-recom h3{
		font-size: 1rem;
	}
	.pro-more{
		font-size: 0.8125rem;
	}
	.patent{
		line-height: 46px;
		padding-left: 60px;
		font-size: 14px;
	}
	.product-recom ul li h4{
		font-size: 1.125rem;
	}
	.product-recom ul li p{
		font-size: 0.875rem;
	}
	.product-recom ul li em{
		font-size: 0.8125rem;
		padding: 3px 8px;
	}
}
@media screen and (max-width:1580px) {
	.patent{
		line-height: 44px;
		padding-left: 55px;
		font-size: 13px;
	}
}
@media screen and (max-width:1440px) {
	.product-img{
		border-radius: 6px;
	}
	.video_ise {
		width: 61px;
		height: 61px;
	}
	.product-info h2{
		font-size: 1.25rem;
	}
	.product-info p{
		font-size: 0.875rem;
	}
	.product-button-01, .product-button-02 {
		font-size: 0.875rem;
		line-height: 42px;
		height: 42px;
	}
	.product-itse h3,
	.product-recom h3{
		font-size: 0.875rem;
		margin-bottom: 6%;
	}
	.pro-more{
		font-size: 0.875rem;
	}
	.patent{
		line-height: 42px;
		padding-left: 50px;
		font-size: 12px;
	}
	.product-recom ul li h4{
		font-size: 1rem;
	}
	.product-recom ul li p{
		font-size: 0.875rem;
	}
	.product-recom ul li em{
		top: 10px;
		right: 10px;
		font-size: 0.875rem;
		padding: 2px 6px;
	}
}




/*采购车*/

.cart-page{
	position: fixed;
	top: 0;
	z-index: 10002;
	right: -410px;
	width: 410px;
	height: 100%;
	box-sizing: border-box;
	background-color: #fff;
	opacity: 0;
	transition: all 0.8s;
}

.cart-page.on{
	right: 0;
	opacity: 1;
}
.cart-page-t h2{
    line-height: 64px;
    padding: 0 20px;
	font-weight: normal;
    font-size: 20px;
	color: #fff;
	background-color: #e23c3d;
}
.cart-page-t i{
    position: absolute;
    right: 20px;
    top: 10px;
}

.cart-page-c{
	padding: 20px;
	height: calc(100% - 176px);
	overflow-y: auto;
	overflow-x: hidden;
}
.cart-page-c p{
    font-size: 16px;
    color: #929292;
}
.cart-page-product {
    padding-top: 20px;
}
.cart-page-product ul {
    width: 100%;
	
    padding-right: 5px;
    margin-bottom: 10px;
}

.cart-page-product ul li{
	float: left;
	position: relative;
	width: calc((100% - 20px)/3);
	margin: 0 10px 10px 0;
}
.cart-page-product ul li p{
	font-size: 12px;
}
.cart-page-product ul li:nth-child(3n){
	margin-right: 0;
}
.cart-page-product ul li .pro-img{
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
}
.cart-page-product ul li:hover img {
	transform: scale(1.05,1.05);
	z-index: 0;
}
.cart-page-product ul li i {
    position: absolute;
    left: 5px;
    top: 5px;
    z-index: 10;
}
.cart-page-product ul li i input{
	width: 15px;
	height: 15px;
}
.cart-page-product ul li input {
    display: block;
}
















.cart_page,.send_page{
	position: fixed;
	top: 0;
	z-index: 10002;
	right: -410px;
	width: 410px;
	height: 100%;
	box-sizing: border-box;
	background-color: #fff;
	opacity: 0;
	transition: all 0.8s;
}

.cart_page.on,.send_page.on{
	right: 0;
	opacity: 1;
}
.cart_page_t h2,.send_page_t h2{
    line-height: 64px;
	font-weight:normal;
    border-bottom: 1px solid #eee;
    padding: 0 30px;
    font-size: 20px;
	color: #000;
	background-color: #fff;
}
.cart_page_t i,.send_page_t i {
    position: absolute;
    right: 20px;
    top: 10px;
}



.care-msg{
	margin-top: 3%;
}
.cart_page_closed:hover,.send_page_closed:hover {
    transform: rotateZ(90deg);
}
.cart_list{
	height: calc(100% - 156px);
	overflow-y: auto;
}
.cart_list::-webkit-scrollbar,.send_page_c::-webkit-scrollbar{
	width: 5px;
	height: 5px;
}
.cart_list::-webkit-scrollbar-thumb,.send_page_c::-webkit-scrollbar-thumb{
	background-color: rgba(0,0,0,.2);
	border-radius: 10px;
	-webkit-box-shadow:  inset 1px 1px 0 rgba(0,0,0,.1);
}
.cart_list ul li{
	position: relative;
	padding: 4%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	overflow: hidden;
	border-bottom: 1px solid #eee;
}
.cart_list ul li strong {
	display: block;
    width: 30px;
    height: 30px;
    background-image: url(del.png);
    background-color: #fff;
    z-index: 1;
    cursor: pointer;
}
.cart_list ul li .pro_img{
	width: 30%;
}
.cart_list ul li .pro_bot{
	width: 50%;
}
.cart_list ul li .pro_bot h3 {
    color: #000;
	font-weight: normal;
    font-size: 18px;
}
.cart_list ul li .pro_bot p {
    line-height: 1.5;
    text-transform: capitalize;
    color: #989898;
    font-size: 14px;
}

.add_order_box,.msg-submit{
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 20;
	padding: 20px 40px;
	width: 410px;
	border-top: 1px solid #e6e6e6;
	background-color: #fff;
	box-sizing: border-box;
	box-shadow: 0 0 20px 0 rgba(0,0,0,.1);
}
.add_order_box .add_order,.msg-submit .inputtxt{
    color: #fff;
    text-align: center;
    cursor: pointer;
    cursor: pointer;
    background: #313131;
    height: 50px;
    line-height: 50px;
    border-radius: 50px;
    width: 100%;
    float: left;
    font-size: 16px;
	border: 0;
}

.send_page_c{
	padding: 20px;
	height: calc(100% - 176px);
	overflow-y: auto;
	overflow-x: hidden;
}
.send_page_c p{
    font-size: 16px;
    color: #929292;
}
.care_name {
    margin-bottom: 12px;
}
.care_name input[type="text"], .care-email input[type="text"] {
    width: 100%;
    padding: 0 20px;
    line-height: 50px;
    border: 1px solid #dcdcdc;
    box-sizing: border-box;
    border-radius: 4px;
}
.send_page_product{
	padding-top: 20px;
}
.send_page_product h2{
	font-size: 16px;
	margin-bottom: 10px;
}
.send_page_product ul {
    width: 100%;
	overflow: hidden;
    padding-right: 5px;
    margin-bottom: 10px;
}

.send_page_product ul li{
	float: left;
	position: relative;
	width: calc((100% - 20px)/3);
	margin: 0 10px 10px 0;
}
.send_page_product ul li p{
	font-size: 12px;
}
.send_page_product ul li:nth-child(3n){
	margin-right: 0;
}
.send_page_product ul li .pro-img{
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-bottom: 10px;
}
.send_page_product ul li:hover img {
	transform: scale(1.05,1.05);
	z-index: 0;
}
.send_page_product ul li .pro-desc{
    font-size: 14px;
    line-height: 2;
    color: #777;
    overflow: hidden;
}
.send_page_product ul li i {
    position: absolute;
    left: 5px;
    top: 5px;
    z-index: 10;
}
.send_page_product ul li i input{
	width: 15px;
	height: 15px;
}
.send_page_product ul li input {
    display: block;
}



.msg-name,.msg-eml{
    width: 100%;
    height: 60px;
    position: relative;
}
.msg input[type="text"] {
    width: 100%;
    padding: 0 22px;
    line-height: 50px;
	border: 0;
    border-bottom: 1px solid #d2d2d2;
    box-sizing: border-box;
	background: none;
}
.msg em {
    display: block;
    padding: 0 22px;
    line-height: 25px;
    position: absolute;
	font-style: normal;
    right: 0;
    top: 12px;
}
.msg [type="submit"] {
    width: 100%;
    height: 55px;
    font-size: 14px;
    line-height: 55px;
    color: #fff;
    border-radius: 30px;
    background-color: #e23c3d;
    cursor: pointer;
}


.keyword_title{
	padding-bottom: 4%;
}
.keyword_title h4{
	font-size: 18px;
	line-height: 2;
	color: #000;
}






.new_pro_bg{
	padding-top: 90px;
}


@media screen and (max-width:1680px) {
	.new_pro_bg{
		padding-top: 80px;
	}
}
@media screen and (max-width:1440px) {
	.new_pro_bg{
		padding-top: 70px;
	}
}






.loging-box{
	width: 100%;
	height: 100%;
	background: url(../images/loging_bg.jpg) center center/cover no-repeat;
}
.loging-box .container{
	display: flex;
	align-items: center;
	padding-left: 2.5%;
	height: 100%;
}
.loging-content{
	width: 480px;
	padding: 8% 3% 5%;
	background-color: #fff;
	box-shadow: 0 0 30px 0 rgba(0,0,0,0.15);
}
.loging-content img{
	display: block;
	width: 50%;
	pointer-events: none;
	margin: 0 auto 12%;
}
.loging-content input[type="password"]{
	width: 100%;
	padding: 0 20px;
	line-height: 50px;
	font-weight: normal;
	background-color: #eee;
	border: 0;
	border-radius: 8px;
}
.user_word{
	position: relative;
	padding-bottom: 30px;
}
.user_word em{
	position: absolute;
	bottom: 5px;
	left: 0;
	display: block;
	font-style: normal;
	line-height: 25px;
	padding: 0 15px;
	font-size: 14px;
}


.loging-content input[type="submit"]{
	width: 100%;
	padding: 0 20px;
	line-height: 50px;
	color: #fff;
	text-align: center;
	font-size: 15px;
	background-color: #e23c3d;
	border: 0;
	border-radius: 8px;
}
.user_sub{
	margin-bottom: 20%;
}

.p-top {
    padding-top: 90px;
}
@media screen and (max-width:1680px) {
	.p-top {
	    padding-top: 80px;
	}
}
@media screen and (max-width:1440px) {
	.p-top {
	    padding-top: 70px;
	}
}

.cer{
	padding: 5% 0;
}
.cer ul{
	display: flex;
	flex-wrap: wrap;
}
.cer ul li{
	width: calc(96%/5);
	margin: 0 1% 1% 0;
}
.cer ul li:nth-child(5n){
	margin-right: 0;
}
.cer ul li .cer_img{
	border-radius: 10px;
	overflow: hidden;
	background-color: #eee;
}
.cer ul li h3{
	font-size: 16px;
	line-height: 3;
	font-weight: normal;
	text-align: center;
}
.cer ul li:hover .cer_img{
	background-color: #fff;
	box-shadow: 0 22px 27px -10px rgba(205,216,229,.78);
}
.cer_box{
	padding: 4% 0;
}
.cer_menu {
	display: flex;
	justify-content: space-between;
    width: 100%;
    line-height: 35px;
    overflow: hidden;
    padding-bottom: 20px;
}
.cer_link i{
	display: inline-block;
	padding: 0 15px;
	font-style: normal;
}
.cer_menu span {
    display: block;
    float: right;
    width: 100px;
    line-height: 35px;
    text-align: center;
    color: #fff;
    background: #333;
    cursor: pointer;
}
.cer_top {
	display: flex;
	justify-content: space-between;
    padding: 25px;
    overflow: hidden;
    background: #fff;
    border: 1px solid #eee;
}
.cer_top .fl {
	width: 310px;
	pointer-events: none;
    border: 1px solid #eee;
}
.cer_top .fr{
	width: calc(100% - 360px);
}
.cer_top .fr h3 {
	color: #333;
    line-height: 2;
    font-weight: normal;
    font-size: 26px;
    padding-bottom: 8px;
}
.cer_top .fr p {
    color: #666;
    line-height: 1.8;
    font-size: 14px;
}
.cer_title{
	margin-bottom: 2.5%;
}
.cer_title h2{
	font-size: 26px;
	font-weight: normal;
	color: #000;
}
.cer_recom{
	display: flex;
	flex-wrap: wrap;
}
.cer_recom li a{
	display: block;
	padding-bottom: 12px;
}
.cer_recom li{
	position: relative;
	width: calc(94%/5);
	margin: 0 1.5% 1.5% 0;
	border: 1px solid #eee;
	border-radius: 8px;
	overflow: hidden;
}
.cer_recom li:nth-child(5n){
	margin-right: 0;
}
.cer_recom li .img{
	border-radius: 8px;
	overflow: hidden;
}
.cer_recom li span{
	display: block;
	margin-top: 12px;
	text-align: center;
	font-size: 24px;
	line-height: 1.3;
	color: #000;
}
.cer_recom li p{
	font-size: 14px;
	text-align: center;
	color: #999;
	line-height: 2;
}
.cer_recom li em {
    position: absolute;
    top: 10px;
    right: 10px;
    display: block;
    padding: 8px 15px;
    color: #fff;
    line-height: 1;
    background-color: #e23c3d;
    border-radius: 50px;
    font-style: normal;
}
.cer_recom li:hover{
	transform: translateY(-5px);
	box-shadow: 0 14px 30px -8px rgba(0,0,0,.15);
}

@media screen and (max-width:1680px) {
	.cer ul li h3{
		font-size: 14px;
	}
	.cer_top .fl {
		width: 290px;
	}
	.cer_top .fr{
		width: calc(100% - 340px);
	}
	.cer_top .fr h3 {
	    font-size: 23px;
	    padding-bottom: 5px;
	}
	.cer_top .fr p {
	    font-size: 13px;
	}
	.cer_title h2{
		font-size: 23px;
	}
	.cer_recom li em {
	    top: 8px;
	    right: 8px;
	    padding: 6px 12px;
	    font-size: 13px;
	}
	.cer_recom li span{
		font-size: 21px;
	}
	.cer_recom li p{
		font-size: 13px;
	}
}
@media screen and (max-width:1440px) {
	.cer ul li h3{
		font-size: 12px;
	}
	.cer_top .fl {
		width: 270px;
	}
	.cer_top .fr{
		width: calc(100% - 310px);
	}
	.cer_top .fr h3 {
	    font-size: 20px;
	}
	.cer_top .fr p {
	    font-size: 12px;
	}
	.cer_title h2{
		font-size: 20px;
	}
	.cer_recom li em {
	    top: 6px;
	    right: 6px;
	    padding: 5px 10px;
	    font-size: 12px;
	}
	.cer_recom li span{
		font-size: 18px;
	}
	.cer_recom li p{
		font-size: 12px;
	}
}