@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;*/
	font-family:arial;
	background: #fff;
	font-size: 14px;
	color: #666;
	min-width: 1280px;
  	margin-left: auto;
 	margin-right: auto;
	overflow-x: hidden;
}
	
	
table {
	border-collapse: collapse;
	width: 100%;
}
	
input[type='reset'],
input[type='button'],
input[type='submit'],
input[type='radio'],
input[type='submit'] {	
	cursor: pointer; 
	border: 0;
	outline: none;	 
	-webkit-appearance: none;
}
	
input[type='checkbox'],
input[type='radio'] { 
	position: relative;
	vertical-align: middle;
	/* margin-top: -2px;
	margin-bottom:1px;
	margin-left: 5px;
	margin-right: 5px;
	-webkit-appearance: none; */
}
	
textarea,
input[type='email'],
input[type='date'],
input[type='password'],
input[type='text'] 	{	
	padding: 0px;
	color: #666;
	font-size: 12px;
	outline: none;
	-webkit-appearance: none;
}


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;
	display: block;
	width: 100%;
	min-width: 1280px;
	height: 46.875vw;
	min-height: 608px;
}
.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;
	bottom:3%;
	left: 50%;
	width: fit-content;
	height: fit-content;
	transform: translateX(-50%);
}
.swiper-banner .swiper-pagination div{
	position: relative;
	width: 35px;
	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;
	border: 1px solid #fff;
	border-radius: 50%;
	font-size: 12px;
	padding: 8px;
}
.swiper-banner .swiper-pagination div.swiper-pagination-bullet-active::after{
	opacity: 0;
}

.swiper-product .swiper-pagination{
	position: absolute;
	bottom:-10%;
	left: 50%;
	z-index: 999999 !important;
	width: fit-content;
	height: fit-content;
	transform: translateX(-50%);
	background: #fff;
}
.swiper-product .swiper-pagination div{
	position: relative;
	width: 35px;
	height: 35px;
	margin: 8px 0;
	font-size: 18px;
	line-height: 35px;
	color: #fff;
	background: none;
	font-family: 'gothambold';
}
.swiper-product .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: #666;
	border-radius: 50%;
}
.swiper-product .swiper-pagination div.swiper-pagination-bullet{
	opacity: 1;
}
.swiper-product .swiper-pagination div.swiper-pagination-bullet b{
	opacity: 0;
}
.swiper-product .swiper-pagination div.swiper-pagination-bullet::after{
	opacity: 1;
}
.swiper-product .swiper-pagination div.swiper-pagination-bullet-active b{
	opacity: 1;
	border: 1px solid #666;
	border-radius: 50%;
	font-size: 12px;
	padding: 8px;
}
.swiper-product .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: 236px;
	height: 56px;
	background: url(logo.png) center center/contain 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: #ffff00;
	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: 50px;
	opacity: 1;
}
.header_bg .nav > ul > li > a::after,
.header_color .nav > ul > li > a::after{
	background-color: #ffff00;
}

.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: #0b416d;
    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: #333;
}

.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: #333;
	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;
}



@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: 210px;
		height: 50px;
		/*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;
	}
}
@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: 190px;
		height: 45px;
		/*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;
	}
}




.ibox-product{
	padding: 5% 0 0;
}
.ibox-pro-01{
	display: block;
	border-radius: 30px;
	overflow: hidden;
	margin-bottom: 1%;
}
.ibox-product h3{
	position: absolute;
	left: 50px;
	bottom: 50px;
	font-size: 40px;
	line-height: 1.1;
	color: #fff;
	font-family: Arial;
}
.ibox-product span{
	position: absolute;
	right: 60px;
	bottom: 10px;
	opacity: 0;
	display: block;
	width: 200px;
	font-size: 16px;
	line-height: 60px;
	text-align: center;
	background-color: #fff;
	border-radius: 30px;
	box-shadow: 0 0 30px 0 rgba(0, 0, 0, .2);
}
.ibox-product span i{
	display: inline-block;
	width: 25px;
	height: 15px;
	vertical-align: middle;
	margin-left: 15px;
	background: url(../images/index_pro_more.png) center center/cover no-repeat;
}
.ibox-pro-02,
.ibox-pro-03{
	display: block;
	width: 49.5%;
	border-radius: 30px;
	overflow: hidden;
}
.ibox-pro-01:hover span,
.ibox-pro-02:hover span,
.ibox-pro-03:hover span{
	bottom: 50px;
	opacity: 1;
}
.ibox-about{
	padding: 5% 0;
	background: url(../images/index_about_bg.jpg) right bottom/30% auto no-repeat #eee;
}
.ibox-about .container{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.ibox-about-left{
	width: 46.375%;
}
.ie_video{
	position: absolute;
	right: -3%;
	top: -3%;
	width: 15.5%;
	border-radius: 60px 60px 60px 8px;
	overflow: hidden;
	background: #13446f;
	cursor: pointer;
	box-shadow: 0 0 50px 0 rgba(0, 0, 0, .2);
}
.ibox-about-right{
	width: 43.375%;
}
.ibox-about-right h3{
	font-family: Arial;
	font-size: 50px;
	line-height: 1.1;
	text-transform: uppercase;
	color: #000;
	margin-bottom: 3%;
}
.ibox-about-right p{
	font-size: 20px;
	line-height: 1.8;
	color: #000;
	margin-bottom: 8%;
}
.ibox-about-right a{
	display: block;
	width: 200px;
	font-size: 16px;
	line-height: 60px;
	text-align: center;
	background-color: #fff;
	border-radius: 30px;
	box-shadow: 0 15px 30px -12px rgba(0, 0, 0, .3);
}
.ibox-about-right a i{
	display: inline-block;
	width: 25px;
	height: 15px;
	vertical-align: middle;
	margin-left: 15px;
	background: url(../images/index_pro_more.png) center center/cover no-repeat;
}
.ibox-about-right a:hover{
	transform: translateY(-5px);
	box-shadow: 0 30px 40px -25px rgba(0, 0, 0, .8);
}
.ibox-factory{
	padding-bottom: 2%;
}
.ibox-factory-text{
	position: relative;
	z-index: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 42.1875vw;
	min-height: 548px;
	text-align: center;
	background-color: #000;
}
.ibox-factory-text video{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	width: 100%;
	height: 100%;
	opacity: .5;
	object-fit: cover;
	pointer-events: none;
}
.ibox-factory-info{
	position: relative;
	z-index: 1;
	padding-bottom: 10%;
}
.ibox-factory-info h3{
	font-size: 60px;
	line-height: 1.2;
	color: #fff;
	font-family: Arial;
	margin-bottom: 3.5%;
}
.ibox-factory-info p{
	font-size: 20px;
	line-height: 1.6;
	color: #fff;
	opacity: .7;
}
.ibox-factory-ul{
	position: relative;
	z-index: 1;
	margin-top: -6%;
}
.ibox-factory-ul ul{
	display: flex;
	justify-content: space-between;
}
.ibox-factory-ul li{
	width: 18.5%;
	padding: 2% 0 1.5%;
	text-align: center;
	background-color: #fff;
	box-shadow: 0 0 25px 0 rgba(0, 0, 0, .2);
	border-radius: 20px;
}
.ibox-factory-ul li h4{
	font-size: 24px;
	line-height: 1.1;
	font-family: Arial;
	margin-bottom: 5px;
	color: #000;
}
.ibox-factory-ul li p{
	font-size: 16px;
	margin-bottom: 0;
}
.ibox-factory-ul li i{
	display: block;
	width: 120px;
	height: 76px;
	margin: 0 auto 10px;
	background-repeat: no-repeat;
	background-size: 100% auto;
}
.ibox-factory-ul li:nth-child(1) i{
	background-image: url(../images/index_factory_01.png);
}
.ibox-factory-ul li:nth-child(2) i{
	background-image: url(../images/index_factory_02.png);
}
.ibox-factory-ul li:nth-child(3) i{
	background-image: url(../images/index_factory_03.png);
}
.ibox-factory-ul li:nth-child(4) i{
	background-image: url(../images/index_factory_04.png);
}
.ibox-factory-ul li:nth-child(5) i{
	background-image: url(../images/index_factory_05.png);
}

.ibox-factory-ul li:hover{
	background-color: #13446f;
}
.ibox-factory-ul li:hover i{
	background-position: 0 100%;
}
.ibox-factory-ul li:hover h4,
.ibox-factory-ul li:hover p{
	color: #fff;
}
.ibox-news{
	padding: 3% 0 5%;
}
.ibox-title{
	margin-bottom: 4%;
}
.ibox-title h3{
	font-size: 46px;
	line-height: 1;
	font-family: Arial;
	color: #000;
	text-transform: uppercase;
}
.ibox-title h3.white{
	color: #fff;
}

.swiper-news .swiper-slide{
	border-radius: 10px;
	overflow: hidden;
	background-color: #eee;
}
.swiper-news .swiper-slide .news_img{
	position: relative;
	width: 100%;
	border-right:  100px;
	padding-bottom: 50%;
	border-radius: 10px;
	overflow: hidden;
}
.swiper-news .swiper-slide .news_img span{
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
}
.swiper-news .swiper-slide .news_text{
	padding: 8%;
}
.swiper-news .swiper-slide .news_text h4{
	font-size: 20px;
	line-height: 1.5;
	color: #000;
	margin-bottom: 1.8%;
}
.swiper-news .swiper-slide .news_text p{
	font-size: 16px;
	line-height: 1.8;
}
.swiper-news .swiper-slide:hover{
	background-color: #13446f;
}
.swiper-news .swiper-slide:hover h4,
.swiper-news .swiper-slide:hover p{
	color: #fff;
}
.news-next,.news-prev{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	display: block;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-image: url(ban_icon.png);
	background-repeat: no-repeat;
	background-size: 100px auto;
	background-color: #dcdcdc;
	cursor: pointer;
}
.news-prev{
	left: -65px;
	background-position: -50px 0;
}
.news-next{
	right: -65px;
	background-position: -50px -50px;
}
.news-prev:hover{
	background-position: 0 0;
	background-color: #ffff00;
}
.news-next:hover{
	background-position: 0 -50px;
	background-color: #ffff00;
}
.news-prev.swiper-button-disabled,
.news-next.swiper-button-disabled{
	cursor: no-drop;
}


.banners-next,.banners-prev{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	display: block;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-image: url(ban_icon.png);
	background-repeat: no-repeat;
	background-size: 100px auto;
	background-color: #e3a91e;
	cursor: pointer;
}
.banners-prev{
	left: -65px;
	background-position: -50px 0;
}
.banners-next{
	right: -65px;
	background-position: -50px -50px;
}
.banners-prev:hover{
	background-position: 0 0;
	background-color: #ffff00;
}
.banners-next:hover{
	background-position: 0 -50px;
	background-color: #ffff00;
}
.banners-prev.swiper-button-disabled,
.banners-next.swiper-button-disabled{
	cursor: no-drop;
}




.footer{
	background-color: #eff2f9;
}
.footer-top{
	padding: 5% 0 2%;
	margin-bottom: 5%;
}
.footer-box{
	width: 73.75%;
	display: flex;
	justify-content: space-between;
}
.footer-left{
	width: 18%;
}
.footer-left img{
	width: 90%;
	margin-bottom: 11%;
}
.footer-search{
	margin-bottom: 10%;
}
.footer-search form{
	display: flex;
	border-bottom: 1px solid #000;
}
.footer-search input[type="text"]{
	width: calc(100% - 60px);
	padding: 0 15px;
	font-size: 14px;
	line-height: 46px;
	background: none;
	border: 0;
}
.footer-search input[type="submit"]{
	width: 60px;
	height: 46px;
	cursor: pointer;
	background: url(search.png) center center/auto 65% no-repeat;
}
.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: #333;
}

.footer-item h4,
.footer-contact h4{
	font-family: Arial;
	font-size: 20px;
	line-height: 2;
	margin-bottom: 10px;
	color: #000;
}
.footer-item a{
	display: block;
	font-size: 16px;
	line-height: 2;
	color: #919191;
	font-family: Arial;
}

.footer-contact{
	width: 40%;
}
.footer-contact ul li{
	font-size: 16px;
	line-height: 2;
	color: #919191;
	padding-left: 40px;
	font-family: Arial;
}
.footer-contact ul li:nth-child(1){
	width: 50%;
	float: left;
	margin-bottom: 3%;
	background: url(../images/con_01.png) left top no-repeat;
}
.footer-contact ul li:nth-child(2){
	width: 50%;
	float: left;
	margin-bottom: 3%;
	background: url(../images/con_02.png) left top no-repeat;
}
.footer-contact ul li:nth-child(3){
	clear: both;
	background: url(../images/con_03.png) left top no-repeat;
}
.footer-contact ul li span{
	display: inline-block;
	padding-left: 5px;
	width: calc(100% - 43px);
	vertical-align: top;
}

.footer a:hover div{
	color: #000;
	text-decoration: underline;
}
.copy-box{
	background: #313131;
	color: #fff;
}
.copy-info{
	display: flex;
	justify-content: space-between;
	font-size: 16px;
	line-height: 70px;
}
.copy-info a{
	color: #fff;
}

@media screen and (max-width:1680px) {
	.ibox-pro-01,
	.ibox-pro-02,
	.ibox-pro-03{
		border-radius: 25px;
	}
	.ibox-product h3{
		left: 42px;
		bottom: 42px;
		font-size: 35px;
	}
	.ibox-product span{
		right: 52px;
		bottom: 10px;
		width: 180px;
		font-size: 14px;
		line-height: 50px;
	}
	.ibox-product span i{
		width: 22px;
		height: 13px;
		margin-left: 12px;
	}
	.ibox-pro-01:hover span,
	.ibox-pro-02:hover span,
	.ibox-pro-03:hover span{
		bottom: 43px;
	}
	.ibox-about-right h3{
		font-size: 45px;
	}
	.ibox-about-right p{
		font-size: 18px;
	}
	.ibox-about-right a{
		width: 180px;
		font-size: 14px;
		line-height: 50px;
	}
	.ibox-about-right a i{
		width: 22px;
		height: 13px;
		margin-left: 12px;
	}
	.ibox-factory-info h3{
		font-size: 53px;
	}
	.ibox-factory-info p{
		font-size: 18px;
	}
	.ibox-factory-ul li h4{
		font-size: 21px;
	}
	.ibox-factory-ul li p{
		font-size: 14px;s
	}
	.ibox-factory-ul li i{
		width: 110px;
		height: 70px;
	}
	.swiper-news .swiper-slide .news_text h4{
		font-size: 18px;
	}
	.swiper-news .swiper-slide .news_text p{
		font-size: 14px;
	}
	.ibox-title h3{
		font-size: 40px;
	}
	/*.news-next,.news-prev{*/
	/*	width: 50px;*/
	/*	height: 50px;*/
	/*	background-size: 100px auto;*/
	/*}*/
	/*.news-prev{*/
	/*	right: 70px;*/
	/*}*/
	/*.news-next{*/
	/*	background-position: 0 -50px;*/
	/*}*/
	/*.news-prev:hover{*/
	/*	background-position: -50px 0;*/
	/*	background-color: #13446f;*/
	/*}*/
	/*.news-next:hover{*/
	/*	background-position: -50px -50px;*/
	/*	background-color: #13446f;*/
	/*}*/
	
	.links a{
		width: 30px;
		height: 30px;
		line-height: 30px;
		font-size: 16px;
	}
	
	.footer-item h4,
	.footer-contact h4{
		font-size: 18px;
	}
	.footer-item a{
		font-size: 14px;
	}
	
	.footer-contact ul li{
		font-size: 14px;
		padding-left: 35px;
	}
	.footer-contact ul li:nth-child(1),
	.footer-contact ul li:nth-child(2),
	.footer-contact ul li:nth-child(3){
		background-size: 18px auto;
	}
	.footer-contact ul li span{
		width: calc(100% - 38px);
	}
	
	
	.copy-info{
		font-size: 14px;
		line-height: 60px;
	}
}
@media screen and (max-width:1440px) {
	.ibox-pro-01,
	.ibox-pro-02,
	.ibox-pro-03{
		border-radius: 20px;
	}
	.ibox-product h3{
		left: 36px;
		bottom: 36px;
		font-size: 30px;
	}
	.ibox-product span{
		right: 40px;
		bottom: 7px;
		width: 160px;
		font-size: 12px;
		line-height: 40px;
	}
	.ibox-product span i{
		width: 18px;
		height: 11px;
		margin-left: 10px;
	}
	.ibox-pro-01:hover span,
	.ibox-pro-02:hover span,
	.ibox-pro-03:hover span{
		bottom: 33px;
	}
	.ibox-about-right h3{
		font-size: 40px;
	}
	.ibox-about-right p{
		font-size: 16px;
	}
	.ibox-about-right a{
		width: 160px;
		font-size: 12px;
		line-height: 40px;
	}
	.ibox-about-right a i{
		width: 18px;
		height: 11px;
		margin-left: 10px;
	}
	.ibox-factory-info h3{
		font-size: 46px;
	}
	.ibox-factory-info p{
		font-size: 16px;
	}
	.ibox-factory-ul li h4{
		font-size: 18px;
	}
	.ibox-factory-ul li p{
		font-size: 12px;
	}
	.ibox-factory-ul li i{
		width: 100px;
		height: 63px;
	}
	.swiper-news .swiper-slide .news_text h4{
		font-size: 16px;
	}
	.swiper-news .swiper-slide .news_text p{
		font-size: 12px;
	}
	.ibox-title h3{
		font-size: 35px;
	}
	/*.news-next,.news-prev{*/
	/*	width: 45px;*/
	/*	height: 45px;*/
	/*	background-size: 90px auto;*/
	/*}*/
	/*.news-prev{*/
	/*	right: 65px;*/
	/*}*/
	/*.news-next{*/
	/*	background-position: 0 -45px;*/
	/*}*/
	/*.news-prev:hover{*/
	/*	background-position: -45px 0;*/
	/*	background-color: #13446f;*/
	/*}*/
	/*.news-next:hover{*/
	/*	background-position: -45px -45px;*/
	/*	background-color: #13446f;*/
	/*}*/
	.links a{
		width: 25px;
		height: 25px;
		line-height: 25px;
		font-size: 12px;
	}
	.footer-item h4,
	.footer-contact h4{
		font-size: 16px;
	}
	.footer-item a{
		font-size: 12px;
	}
	
	.footer-contact ul li{
		font-size: 12px;
		padding-left: 35px;
	}
	.footer-contact ul li:nth-child(1),
	.footer-contact ul li:nth-child(2),
	.footer-contact ul li:nth-child(3){
		background-size: 16px auto;
	}
	.footer-contact ul li span{
		width: calc(100% - 33px);
	}
	
	.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)
	}
}

.about-01{
	padding: 5% 0 10%;
	background-color: #eee;
}
.about-01 .container{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.about-desc{
	width: 48%;
}
.about-desc h3{
	font-size: 50px;
	line-height: 1;
	text-transform: uppercase;
	font-family: Arial;
	color: #000;
	margin-bottom: 3%;
}
.about-desc p{
	color: #6b6b6b;
	font-size: 16px;
	line-height: 1.8;
}
.about-02{
	padding: 5% 0;
}
.about-02-box{
	display: grid;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: repeat(5,1fr);
    grid-template-rows: auto;
}
.about-02-box div {
    pointer-events: none;
    border-radius: 8px;
    overflow: hidden;
}
.about-02-box div img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.about-02-01 {
    grid-area: 1/1/span 2/span 2;
}
.about-03{
	padding: 5% 0;
}
.about-03 ul{
	display: flex;
	justify-content: space-between;
}
.about-03 ul li{
	width: 32%;
}
.about-03 ul li img{
	border-radius: 20px;
	margin-bottom: 4%;
}
.about-03 ul li h3{
	font-size: 26px;
	line-height: 34px;
	height: 68px;
	color: #000;
	margin-bottom: 2%;
}
.about-03 ul li p{
	font-size: 16px;
	line-height: 1.8;
}
.about-04{
	padding: 5% 0;
	background-color: #eee;
}
.about-04 .container{
	display: flex;
	justify-content: space-between;
}
.about-04-left{
	width: 27.5%;
	display: flex;
	flex-wrap: wrap;
	align-content: space-between;
}
.about-04-left ul{
	display: flex;
	justify-content: space-between;
}
.about-04-left ul li{
	width: 32%;
	border-radius: 10px;
	overflow: hidden;
}
.about-04-right{
	width: 67.5%;
}
.about-04-right ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.about-04-right ul li{
	position: relative;
	width: 33.3333%;
	text-align: center;
}
.about-04-right ul li i{
	display: block;
	margin: 0 auto;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	margin-bottom: 4%;
	background-color: #fff;
	box-shadow: 0 0 20px 0 rgba(0,0,0,.1);
	background-size: 100% auto;
}
.about-04-right ul li:nth-child(1),
.about-04-right ul li:nth-child(2),
.about-04-right ul li:nth-child(3){
	margin-bottom: 5%;
}
.about-04-right ul li:nth-child(1) i{
	background-image: url(../images/about_04_01.png);
}
.about-04-right ul li:nth-child(2) i{
	background-image: url(../images/about_04_02.png);
}
.about-04-right ul li:nth-child(3) i{
	background-image: url(../images/about_04_03.png);
}
.about-04-right ul li:nth-child(4) i{
	background-image: url(../images/about_04_04.png);
}
.about-04-right ul li:nth-child(5) i{
	background-image: url(../images/about_04_05.png);
}
.about-04-right ul li:nth-child(6) i{
	background-image: url(../images/about_04_06.png);
}
.about-04-right ul li::after{
	content: "";
	position: absolute;
	top: 50%;
	margin-top: -50px;
	right: 0;
	display: block;
	width: 1px;
	height: 100px;
	background-color: #7e7e7e;
}
.about-04-right ul li:nth-child(3n)::after{
	width: 0;
}
.about-04-right ul li h4{
	font-size: 20px;
	line-height: 25px;
	height: 50px;
	margin-bottom: 10px;
	color: #000;
	font-family: Arial;
}
.about-04-right ul li p{
	font-size: 16px;
	color: #000;
	line-height: 1.4;
}
.about-04-right ul li:hover i{
	background-color: #13446f;
	background-position: 0 100%;
}
.about-05{
	padding: 5% 0;
}
.about-05-text{
	text-align: right;
	font-size: 16px;
	color: #000;
	line-height: 1.6;
}

@media screen and (max-width:1680px) {
	.about-desc h3{
		font-size: 44px;
	}
	.about-desc p{
		font-size: 14px;
	}
	.about-03 ul li h3{
		font-size: 23px;
		line-height: 30px;
		height: 60px;
	}
	.about-03 ul li p{
		font-size: 14px;
	}
	.about-04-right ul li h4{
		font-size: 18px;
		line-height: 23px;
		height: 46px;
		margin-bottom: 8px;
	}
	.about-04-right ul li p{
		font-size: 14px;
	}
	.about-04-right ul li i{
		width: 70px;
		height: 70px;
	}
	.about-04-right ul li::after{
		margin-top: -45px;
		height: 90px;
	}
	.about-05-text{
		font-size: 14px;
	}
}
@media screen and (max-width:1440px) {
	.about-desc h3{
		font-size: 38px;
	}
	.about-desc p{
		font-size: 12px;
	}
	.about-03 ul li h3{
		font-size: 20px;
		line-height: 26px;
		height: 52px;
	}
	.about-03 ul li p{
		font-size: 12px;
	}
	.about-04-right ul li h4{
		font-size: 16px;
		line-height: 20px;
		height: 40px;
		margin-bottom: 6px;
	}
	.about-04-right ul li p{
		font-size: 12px;
	}
	.about-04-right ul li i{
		width: 60px;
		height: 60px;
	}
	.about-04-right ul li::after{
		margin-top: -40px;
		height: 80px;
	}
	.about-05-text{
		font-size: 12px;
	}
}


.serivce-01{
	padding: 5% 0;
}
.serivce-01 .container{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.service-01-img{
	width: 47.75%;
}
.serivce-01-left{
	width: 42.5%;
}
.service-text h3{
	font-size: 46px;
	color: #000;
	font-family: Arial;
	text-transform: uppercase;
	margin-bottom: 30px;
	line-height: 1.1;
}
.service-text p{
	font-size: 16px;
	line-height: 1.8;
	color: #989898;
}
.service-02{
	width: 100%;
	min-height: ;
	height: 37.5vw;
	padding-top: 7%;
	background: url(../images/service_02.jpg) center center/cover no-repeat;
}
.service-text h3.white,
.service-text p.white{
	color: #fff;
}



.service-03{
	padding: 3% 0;
	background-color: #eee;
}
.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 em{
	position: relative;
	z-index: 1;
	display: block;
	margin: 0 auto;
	width: 75px;
	height: 75px;
	background-size: 100% auto;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.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: 4%;
	bottom: -20%;
	z-index: 0;
	font-size: 160px;
	color: #f7f7f7;
}
.service-03 ul li:hover{
	background-color: #68a3ab;
}
.service-03 ul li:hover p{
	color: #fff;
}
.service-03 ul li:hover em{
	background-position: 0 75px;
}
.service-03 ul li:hover i{
	color: #85b2b9;
}
.service-04{
	padding: 5% 0;
}
.service-04-top{
	display: flex;
	justify-content: space-between;
	margin-bottom: 1%;
	background-color: #f6f6f6;
}
.service-04-top img{
	width: 50%;
}
.service-04-text{
	width: 50%;
	display: flex;
	text-align: center;
	justify-content: center;
	align-items: center;
}

.service-04 ul{
	display: flex;
	justify-content: space-between;
}
.service-04 ul li{
	width: 19.25%;
}
.service-04-img{
	margin-bottom: 0.825%;
}


@media screen and (max-width:1680px) {
	.service-text h3{
		font-size: 40px;
		margin-bottom: 25px;
	}
	.service-text p{
		font-size: 14px;
	}
	.service-03 ul li p{
		font-size: 14px;
	}
	.service-03 ul li em{
		width: 70px;
		height: 70px;
	}
	.service-03 ul li:hover em{
		background-position: 0 70px;
	}
	.service-03 ul li i{
		font-size: 140px;
	}
}
@media screen and (max-width:1440px) {
	.service-text h3{
		font-size: 34px;
		margin-bottom: 20px;
	}
	.service-text p{
		font-size: 12px;
	}
	.service-03 ul li p{
		font-size: 12px;
	}
	.service-03 ul li em{
		width: 65px;
		height: 65px;
	}
	.service-03 ul li:hover em{
		background-position: 0 65px;
	}
	.service-03 ul li i{
		font-size: 110px;
	}
}


.contact{
	width: 100%;
	height: 39.065vw;
	min-height: 506px;
	background: url(../images/contact.jpg) center center/cover no-repeat;
}
.contact .container{
	display: flex;
	align-items: center;
	height: 100%;
}
.contact-desc h3{
	font-size: 40px;
	line-height: 1.2;
	color: #fff;
	font-family: Arial;
	text-transform: uppercase;
	margin-bottom: 5%;
}
.contact-desc ul li{
	margin-bottom: 2%;
	padding-left: 40px;
	background-repeat: no-repeat;
}
.contact-desc ul li p{
	font-size: 18px;
	line-height: 1.6;
	color: #fff;
}
.contact-desc ul li:nth-child(1){
	background-image: url(../images/icon_01.png);
}
.contact-desc ul li:nth-child(2){
	background-image: url(../images/icon_02.png);
}
.contact-desc ul li:nth-child(3){
	background-image: url(../images/icon_03.png);
}

.oneline{
	position: relative;
	/*background-color: #849698;*/
}
.oneline ul{
	display: flex;
	width: 100%;
	padding: 0 4%;
	justify-content: space-between;
}
.oneline ul li{
	text-align: center;
	overflow: hidden;
}
.oneline ul li i{
	display: inline-block;
	width: 110px;
	height: 110px;
	border-radius: 50%;
	overflow: hidden;
}
.oneline ul li h4{
	font-weight: normal;
	font-family: Arial;
	font-size: 16px;
	line-height: 3;
	color: #fff;
}
.oneline ul li p{
	font-family: Arial;
	font-size: 18px;
	line-height: 1.4;
	color: #fff;
}
.contact-msg{
	padding-bottom: 4%;
	background-color: #fff;
}
.con-msg {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	width: 100%;
	padding: 120px 5%;
	background-color: #eee;
	border-radius: 0 0 10px 0px;
}
.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;
	background-color: #eee;

}
.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;
	background-color: #eee;
	margin-bottom: 3%;
}
.con-msg input[type="submit"] {
    width: 160px;
    height: 50px;
    font-size: 1rem;
    color: #ffff00;
    line-height: 50px;
    border-radius: 30px;
    border: 0;
    background-color: #333;
}

.Validform_wrong{
	color: red;
}
.Validform_right{
	color: green;
}
@media screen and (max-width:1680px) {
	.contact-desc h3{
		font-size: 35px;
	}
	.contact-desc ul li{
		padding-left: 35px;
		background-size: 18px auto;
	}
	.contact-desc ul li p{
		font-size: 16px;
	}
	
	
	.oneline ul li h4{
		font-size: 16px;
	}
	.oneline 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-desc h3{
		font-size: 30px;
	}
	.contact-desc ul li{
		padding-left: 30px;
		background-size: 16px auto;
	}
	.contact-desc ul li p{
		font-size: 14px;
	}
	
	
	.oneline ul li h4{
		font-size: 14px;
	}
	.oneline 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;
	}
}

.faq-top{
	padding-top: calc(90px + 5%);
	padding-bottom: 5%;
}
.faq-top h3{
	font-size: 46px;
	font-family: Arial;
	line-height: 1;
	color: #000;
	margin-bottom: 1%;
}
.faq-top p{
	font-size: 18px;
	line-height: 1.8;
	color: #000;
}
.faq-list{
	/*padding: 5% 0;*/
	/*background-color: #eee;*/
}
.faq-list ul{
	/*margin-bottom: 4%;*/
	border-top: 1px solid #cbd5da;
}
.faq-list ul li{
	position: relative;
	cursor: pointer;
	padding: 20px 40px 20px 80px;
	border-bottom: 1px solid #cbd5da;
}
.faq-list ul li h3{
	font-size: 20px;
	line-height: 2.5;
	color: #000;
}
.faq-list ul li p{
	max-height: 0;
	width: 80%;
	height: auto;
	overflow: hidden;
	font-size: 20px;
	color: #565c5f;
	opacity: 0;
	line-height: 32px;
	transition: all 0.6s;
}
.faq-list ul li.on{
	padding-bottom: 40px;
}
.faq-list ul li.on p{
	opacity: 1;
	max-height: 300px;
}
.faq-list ul li i{
	position: absolute;
	display: block;
	width: 20px;
	height: 20px;
	left: 30px;
	top: 35px;
}
.faq-list ul li i::before{
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	display: block;
	width: 100%;
	height: 2px;
	background-color: #000;
}
.faq-list ul li i::after{
	content: "";
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	display: block;
	width: 2px;
	height: 100%;
	background-color: #000;
}
.faq-list ul li.on i::after{
	width: 0;
}

@media screen and (max-width:1680px) {
	.faq-top h3{
		font-size: 40px;
	}
	.faq-top p{
		font-size: 16px;
	}
	.faq-list ul li{
		padding-left: 75px;
	}
	.faq-list ul li h3{
		font-size: 18px;
	}
	.faq-list ul li p{
		font-size: 18px;
		line-height: 28px;
	}
	.faq-list ul li i{
		width: 16px;
		height: 16px;
		left: 30px;
		top: 35px;
	}
}
@media screen and (max-width:1440px) {
	.faq-top h3{
		font-size: 36px;
	}
	.faq-top p{
		font-size: 14px;
	}
	.faq-list ul li{
		padding-left: 70px;
	}
	.faq-list ul li h3{
		font-size: 16px;
	}
	.faq-list ul li p{
		font-size: 16px;
		line-height: 24px;
	}
	.faq-list ul li i{
		width: 12px;
		height: 12px;
		left: 30px;
		top: 35px;
	}
}


.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: #0b416d;
}
@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: #0b416d;
	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: #0b416d;
}
.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: #0b416d;
	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;
}



.product-bg{
	padding-top: calc(90px + 5%);
	padding-bottom: 5%;
	background-color: #eff2f9;
}

.pro_list{
	display: flex;
	flex-wrap: wrap;
}
.pro_list li{
	width: calc(94%/2);
	margin: 0 3% 2% 0;
	border-radius: 25px;
	overflow: hidden;
	position: relative;

	/*box-shadow: 0 0 30px 0 rgba(0,0,0,.15);*/
}
.pro_list li:nth-child(3n){
	/*margin-right: 0;*/
}
.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);
}
.pro_list li:hover .theme-pro-text{
	bottom: 5%;
	/*transform: translateY(-50%);*/
}
@media screen and (max-width:1680px) {
	.pro_list li{
		border-radius: 20px;
	}
	.pro_list li h4{
		font-size: 26px;
	}
}
@media screen and (max-width:1440px) {
	.pro_list li{
		border-radius: 15px;
	}
	.pro_list li h4{
		font-size: 20px;
	}
}

.product-ban{
	width: 100%;
	height: 43.17vw;
	min-height: 560px;
	background-size: cover;
}
.product-ban .container{
	padding-bottom: 2.5%;
	display: flex;
	align-items: flex-end;
	height: 100%;
}
.product-menu{
	width: 100%;
	font-size: 0;
	border-bottom: 1px solid #ccc;
	margin-bottom: 20px;
}
.product-menu a{
	display: inline-block;
	font-size: 16px;
	padding: 0 30px;
	/*margin-right: 0.7%;*/
	color: #000;
	border-radius: 10px 10px 0 0;
	line-height: 48px;
	/*background-color: #fff;*/
}
.product-menu a:hover,
.product-menu a.on{
	color: #fff;
	background-color: #333;
}

.button-option{
	width: 100%;
	font-size: 0;
}
.button-option a{
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	padding: 0 30px;
	margin-right: 0.7%;
	margin-bottom: 0.5%;
	color: #000;
	border-radius: 30px;
	line-height: 48px;
	background-color: #bfbfbf;
}
.button-option a:hover,
.button-option a.on{
	color: #333;
	background-color: #ffff00;
}

.pro-bg{
	background-color: #eee;
}


.product-serach{
	padding-bottom: 5%;
}
.product-serach h3{
	font-size: 48px;
	line-height: 1.2;
	font-family: Arial;
	text-transform: uppercase;
	color: #000;
	margin-bottom: 40px;
}
.product-serach form {
	display: block;
	width: 70%;
	margin: 0 auto;
	overflow: hidden;
	/*border-bottom: 2px solid #000;*/
	background: #fff;
	box-shadow: 0 0 20px 5px #ccc;
	padding: 5px;
	border-radius: 10px;
}
.product-serach input[type="text"] {
    float: left;
    width: calc(100% - 120px);
    line-height: 65px;
    font-size: 16px;
    padding: 0 25px;
    background: none;
    border: 0;
}
.product-serach input[type="submit"] {
    float: right;
    width: 120px;
    height: 65px;
    border-radius: 10px;
    background: url(../images/pro_icon.png) center center/cover no-repeat;
    cursor: pointer;
	background-color: #ffff00;
	transition: 0.6s ease-in;
}
.product-serach input[type="submit"]:hover {
	transform: scale(1.2,1.2);
}

.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-menu a{
		font-size: 14px;
		padding: 0 25px;
		line-height: 44px;
	}
	.product-serach h3{
		font-size: 42px;
		margin-bottom: 30px;
	}
	.product-serach input[type="text"] {
		width: calc(100% - 120px);
		line-height: 60px;
		font-size: 15px;
		padding: 0 20px;
	}
	.product-serach input[type="submit"] {
	    width: 120px;
	    height: 60px;
	}
	.pro-search h2{
		font-size: 40px;
	}
	.pro-search input[type="text"]{
		width: calc(100% - 120px);
		height: 60px;
		padding: 0 25px;
		font-size: 16px;
	}
	.pro-search input[type="submit"]{
		width: 120px;
		height: 60px;
	}
}
@media screen and (max-width: 1440px){
	.product-menu a{
		font-size: 12px;
		padding: 0 20px;
		line-height: 40px;
	}
	.product-serach h3{
		font-size: 36px;
		margin-bottom: 25px;
	}
	.product-serach input[type="text"] {
		width: calc(100% - 100px);
		line-height: 50px;
		font-size: 14px;
		padding: 0 15px;
	}
	.product-serach input[type="submit"] {
	    width: 100px;
	    height: 50px;
	}
	.pro-search h2{
		font-size: 32px;
	}
	.pro-search input[type="text"]{
		width: calc(100% - 100px);
		height: 50px;
		padding: 0 20px;
		font-size: 14px;
	}
	.pro-search input[type="submit"]{
		width: 100px;
		height: 50px;
	}
}


.pro_title{
	padding-bottom: 30px;
}
.pro_title h2{
	font-size: 30px;
	color: #000;
}

.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: #0b416d;
}



.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 #0b416d;
}

.new-ban{
	width: 100%;
	height: 38.229vw;
	min-height: 496px;
	background: url(../images/new_pro.jpg) center center/cover no-repeat;
}

.product_list ul{
	display: flex;
	justify-content: left;
	flex-wrap: wrap;
}
.product_list ul li{
	position: relative;
	width: calc(91%/4);
	margin: 0 3% 1.5% 0;
	overflow: hidden;
	background-color: #fff;
	box-shadow: 0 0 15px 0 rgba(0,0,0,.05);
	transition: all 0.5s;
	border-radius: 10px;
}
.product_list ul li a{
	display: block;
	padding: 0 0 12px;
	background-color: #fff;
}
.product_list ul li:nth-child(4n){
	margin-right: 0;
}
.product_list ul li img{
	width: 100%;
}
.product_list ul li .img{
	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: 15px;
	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: 18px;
	right: 18px;
	display: block;
	padding: 8px 15px;
	color: #fff;
	line-height: 1;
	background-color: #c0b194;
	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;
	}
	
	.searchbox input[type="text"]{
		font-size: 15px;
		line-height: 42px;
	}
	.searchbox input[type="submit"]{
		height: 42px;
	}
	.product_list ul li em{
		top: 16px;
		right: 16px;
		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;
	}
	
	.searchbox input[type="text"]{
		font-size: 14px;
		line-height: 38px;
	}
	.searchbox input[type="submit"]{
		height: 38px;
	}
	.product_list ul li em{
		top: 14px;
		right: 14px;
		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: #0b416d;
}
.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{
	width: 70%;
	overflow: hidden;
}
.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: #333;
}
.product-button-02 {
	background-color: #999;
}
.product-button-01:hover{
	background-color: #555;
}
.product-button-02:hover{
	color: #fff;
	background-color: #434343;
}

.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: #0b416d;
}
.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: #333;
	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: #333;
	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: #333;
}
.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;
    padding: 0 30px;
    font-size: 20px;
	color: #333;
	background-color: #ffff00;
}
.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;
	line-height: 1.8;
	font-weight: normal;
    font-size: 18px;
}
.cart_list ul li .pro_bot p {
    line-height: 2;
    text-transform: capitalize;
    color: #989898;
    font-size: 14px;
}
.cart_list ul li .pro_bot i{
	display: block;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	margin-top: 5px;
	border: 1px solid #ddd;
}

.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: #333;
    cursor: pointer;
}


.keyword_title{
	padding-bottom: 4%;
}
.keyword_title h4{
	font-size: 18px;
	line-height: 2;
	color: #000;
}


.p_top{
	padding-top: 90px;
}




.login_bg{
	width: 100vw;
	height: 100vh;
	display: flex;
	justify-content: space-between;
}
.login_img{
	width: 63%;
	height: 100%;
	background: url(../images/login_bg.jpg) center center/cover no-repeat;
}
.login_box{
	width: 37%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #fff;
	box-shadow: 0 0 40px 0 rgba(0,0,0,0.05);
}
.login_text{
	width: 54%;
}
.login_text a.l_logo{
	display: block;
	width: 71.61%;
	margin: 0 auto 14%;
}
.login_text .formitem{
	position: relative;
	padding-bottom: 30px;
}
.login_text input[type='password']{
	width: 100%;
	padding: 0 20px;
	line-height: 60px;
	background-color: #eee;
	font-size: 16px;
	border-radius: 10px;
	border: 0;
}
.login_text input[type='submit']{
	width: 100%;
	line-height: 60px;
	font-size: 16px;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	background-color: #13446f;
	border-radius: 10px;
	margin-bottom: 14%;
}







.pro-show .container {
    padding: 0 2.5%;
}
.pro-show-title{
	font-size: 42px;
	color: #000;
	text-transform: uppercase;
	margin-bottom: 5%;
}
.menu-box{
	color: #000;
	font-size: 16px;
}
.menu-box a{
	display: inline-block;
	margin: 0 16px;
	color: #000;
}
.menu-box a:hover{
	text-decoration: underline;
}
.product-show {
    display: flex;
    justify-content: space-between;
}
.product-show-left{
	width: 55%;
	overflow: hidden;
}
.myswiper-box{
	width: 14%;
}
.swiper_smallpro{
	height: 31vw;
	min-height: 405px;
	max-height: 610px;
}
.swiper_smallpro img{
	vertical-align: bottom;
}
.swiper-bigpro{
	width: 82%;
	border-radius: 8px;
	overflow: hidden;
	border: 1px solid #ccc;
}
.product-prev{
	width: 100%;
	height: 1.2vw;
	max-height: 23px;
	min-height: 18px;
	cursor: pointer;
	background: url(../images/i_prev.jpg) center no-repeat;
}
.product-next{
	width: 100%;
	height: 1.2vw;
	max-height: 23px;
	min-height: 18px;
	cursor: pointer;
	background: url(../images/i_next.jpg) center no-repeat;
}
.swiper_smallpro .swiper-slide{
	border: 2px solid #ddd;
	overflow: hidden;
}
.swiper_smallpro .swiper-slide.swiper-slide-thumb-active{
	border-color: #ebdcb7;
}
.product-show-right {
    width: 41%;
    padding-top: 2%;
}
.product-show-right h3{
	font-size: 30px;
	line-height: 2;
	color: #000;
	font-family: Arial;
}
.product-show-right h4{
	font-size: 16px;
	line-height: 1.6;
	color: #000;
	font-weight: normal;
	margin-bottom: 3%;
}
.product-show-right p{
	font-size: 16px;
	line-height: 1.8;
	color: #a3a3a3;
	margin-bottom: 10%;
}


.pro-color{
	padding-bottom: 10%;
}
.pro-color-title,.pro-model{
	font-size: 20px;
	font-family: Arial;
	color: #000;
	margin-bottom: 4%;
}
.pro-model>div{
	border: 1px solid #ccc;
	display: inline-block;
	padding: 5px 15px;
	border-radius: 5px;
	margin-bottom: 10px;
	cursor: pointer;
	font-size: 16px;
}
.pro-model .cursor{
	background: #ffff00;
}
.pro-color span{
	display: inline-block;
	width: 40px;
	height: 40px;
	border: 1px solid #ddd;
	margin-right: 8px;
	border-radius: 50%;
	overflow: hidden;
	cursor: pointer;
}
.pro-color span i{
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
}
.pro-color span i::after{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	display: block;
	width: 100%;
	height: 100%;
	transition: all 0.4s;
	background: url(pro_01.png) center center/cover no-repeat;
}
.pro-color span[data-number="#fff"] i::after,
.pro-color span[data-number="#ffffff"] i::after{
	background: url(pro_02.png) center center/cover no-repeat;
}
.pro-color span.on i::after{
	opacity: 1;
}



.pro-desc{
	background-color: #fff;
	margin-bottom: 10px;
}
.pro-desc-title{
	font-size: 18px;
	line-height: 65px;
	color: #000;
	padding: 0 30px;
	border-bottom: 1px solid #f6f6f6;
}
.pro-desc-title i{
	display: inline-block;
	float: right;
}
.pro-desc-content{
	height: auto;
	/*max-height: 0;*/
	transition: all 0.6s;
	overflow: hidden;
}
.pro-desc-content div{
	padding: 60px;
}
.pro-desc-content div img{
	max-width: 100%;
	width: auto;
}
.pro-desc-content.on{
	/*max-height: 1500px;*/
}
.pro-desc-content{
	font-size: 16px;
	line-height: 2;
}
.pro-deise{
	float: right;
	display: block;
	width: 15px;
	height: 15px;
	cursor: pointer;
	margin-top: 25px;
	background: url(../images/pro_icon.jpg) center center/cover no-repeat;
}
.pro-deise.on{
	transform: rotate(180deg);
}
.pro-desc-content ul li{
	font-size: 16px;
	line-height: 2.4;
}
.pro-desc-content div div{
	padding: 0;
}
.big-product .swiper-slide{
	border: 1px solid #ddd;
	text-align: center;
}
.big-img{
	overflow: hidden;
	margin-bottom: 15px;
}
.big-product .swiper-slide a{
	padding-bottom: 15px;
	display: block;
}
.big-product .swiper-slide h4{
	font-size: 24px;
	font-family: Arial;
}
.big-product .swiper-slide p{
	font-size: 16px;
	line-height: 1.6;
}
.big-prev,.big-next{
	position: absolute;
	top: -25%;
	display: block;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-color: #eee;
	cursor: pointer;
	background-image: url(ban_icon.png);
	background-size: 100px auto;
}
.big-prev{
	right: 70px;
	background-position: 0 0;
}
.big-next{
	right: 0;
	background-position: 0 -50px;
}

.ibox-link{
	padding: 3% 0;
}

.ibox-link img{
	border-radius: 20px;
}

@media screen and (max-width:1680px) {
	.pro-show-title{
		font-size: 38px;
	}
	.menu-box{
		font-size: 14px;
	}
	
	
	
	.pro-desc-title {
	    font-size: 16px;
	}
	.pro-desc-content ul li{
		font-size: 14px;
	}
	.big-product .swiper-slide h4{
		font-size: 21px;
	}
	.big-product .swiper-slide p{
		font-size: 14px;
	}
}
@media screen and (max-width:1440px) {
	.pro-show-title{
		font-size: 34px;
	}
	.menu-box{
		font-size: 12px;
	}



	.pro-desc-title {
	    font-size: 14px;
	}
	.pro-desc-content ul li{
		font-size: 14px;
	}
	.big-product .swiper-slide h4{
		font-size: 18px;
	}
	.big-product .swiper-slide p{
		font-size: 12px;
	}
}

.theme-product{
	padding: 100px 0;
	overflow: hidden;
	position: relative;
	/*background-color: #f9f9f9;*/
}

.theme-container{
	width: 83.33%;
	margin: 0 auto;
	/*min-width: 1200px;*/
	max-width: 1600px;
}

.theme-product .swiper-slide{
	overflow: hidden;
	transition: .36s ease;
	position: relative;
	border-radius: 10px;

}

.theme-pro-img{
	position: relative;
	overflow: hidden;
	max-width: 100%;
	width: 100%;
	transition: .5s ease-in;
	transform-origin: center;
	/*background: #000;*/
}

.theme-pro-text{
	position: absolute;
	bottom: -100px;
	width: 80%;
	display: inline-table;
	margin: 0 auto;
	left: 0;
	right: 0;
	text-align: right;
	transition: .36s ease;
}

.theme-pro-text h3{
	font-size: 32px;
	line-height: 1.8;
	font-family: 'BlueSkyStandard-Bold';
	color: #fff;
}
.theme-pro-text p{
	font-size: 20px;
	line-height: 1.5;
	min-height: 40px;
	text-transform: uppercase;
	color: #fff;
	opacity: 1;
}
.theme-pro-more{
	color: #fff;
	text-decoration: underline;
	opacity: 1;
	font-size: 16px;
	display: inline-block;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background: url(../images/right_black.png) center center/50% no-repeat;
	background-color: #ffff00;
}

.swiper-product{
	overflow: hidden;
	position: relative;
}

.theme-product .swiper-slide:hover .theme-pro-img img {
	/*transform: scale(1.2);*/
	/*opacity: .6;*/
}

.theme-product .swiper-slide:hover  .theme-pro-text{
	bottom: 5%;
	/*transform: translateY(-50%);*/
}

.theme-product .swiper-slide:hover  .theme-pro-text p,
.theme-product .swiper-slide:hover  .theme-pro-text span{
	opacity: 1;
}


.webpro-prev,
.webpro-next{
	position: absolute;
	bottom: -120px;
	z-index: 10;
	transform: translateY(-50%);
	width: 60px;
	height: 60px;
	max-width: 65px;
	max-height: 65px;
	min-width: 40px;
	min-height: 40px;
	cursor: pointer;
	border-radius: 50%;
	opacity: 1;
}
.webpro-prev{
	left: 0%;
	background: url(../images/pro_prev.png) top center/100% auto no-repeat #fff;
	background-color: #ccc;
}
.webpro-next{
	left: 80px;
	background: url(../images/pro_next.png) top center/100% auto no-repeat #fff;
	background-color: #ccc;
}
.swiper-product:hover .webpro-prev,
.swiper-product:hover .webpro-next{
	opacity: 1;
}
.webpro-prev:hover,
.webpro-next:hover{
	background-color: #333;
	background-position: 0 100%;
}
.webpro-prev.swiper-button-disabled,
.webpro-next.swiper-button-disabled{
	cursor: no-drop;
}


.display{
	display: flex;
	text-align: center;
	align-items: center;
}
.flex{flex: 1;}
.wrap{
	flex-wrap: wrap;
}
.ltext{
	text-align: left !important;
}
.rtext{
	text-align: right !important;
}
.shadow{
	box-shadow: 0 0 20px 10px #eee;
}
.lh{
	line-height: 1.6;
}

.fw{font-weight: bold !important;}
.bgf8{background: #f8f8f8 !important;}
.bgfff{background: #fff !important;}
.bge{background: #eee !important;}
.bg333{background: #333 !important;}
.c333{color: #333 !important;}
.c666{color: #666 !important;}
.c999{color: #999 !important;}
.ccc{color: #ccc !important;}
.cfff{color: #fff !important;}

.f12{font-size: 12px !important;}
.f13{font-size: 13px !important;}
.f14{font-size: 14px !important;}
.f15{font-size: 15px !important;}
.f16{font-size: 16px !important;}
.f17{font-size: 17px !important;}
.f18{font-size: 18px !important;}
.f20{font-size: 20px !important;}
.f22{font-size: 22px !important;}
.f24{font-size: 24px !important;}
.f25{font-size: 25px !important;}
.f26{font-size: 26px !important;}
.f30{font-size: 30px !important;}
.f40{font-size: 40px !important;}
.f50{font-size: 50px !important;}

.pt5{padding-top: 5px!important;}
.pt10{padding-top: 10px!important;}
.pt20{padding-top: 20px!important;}
.pt30{padding-top: 30px!important;}

.pb5{padding-bottom: 5px!important;}
.pb10{padding-bottom: 10px!important;}
.pb20{padding-bottom: 20px!important;}
.pb30{padding-bottom: 30px!important;}
.pb40{padding-bottom: 40px!important;}

.mt5{margin-top: 5px!important;}
.mt10{margin-top: 10px!important;}
.mt15{margin-top: 15px!important;}
.mt20{margin-top: 20px!important;}
.mt30{margin-top: 30px!important;}
.mt40{margin-top: 40px!important;}
.mt50{margin-top: 50px!important;}

.mb5{margin-bottom: 5px!important;}
.mb10{margin-bottom: 10px!important;}
.mb20{margin-bottom: 20px!important;}
.mb30{margin-bottom: 30px!important;}
.mb40{margin-bottom: 40px!important;}

.ml10{margin-left: 10px!important;}
.ml20{margin-left: 20px!important;}
.ml30{margin-left: 30px!important;}
.ml40{margin-left: 40px!important;}
.ml50{margin-left: 50px!important;}
.ml60{margin-left: 60px!important;}

.mr10{margin-right: 10px!important;}
.mr20{margin-right: 20px!important;}
.mr30{margin-right: 30px!important;}

.box{
	padding: 5% 0;
}
.title{
	font-size: 50px;
	text-align: center;
	color: #333;
	font-weight: bold;
	text-transform: uppercase;
}
.more{
	display: inline-block;
	width: 50px;
	height: 50px;
	background-color:#000;
	color: #fff000;
	font-size: 16px;
	border-radius: 200px;
	padding: 0 13px;
	transition: .5s ease;
	position: relative;
	overflow: hidden;
}
.more_block{
	background-color:#fff000;
	color: #000;
}
.more .more_item{
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	display: flex;
	align-items: center;
	padding: 0 13px;
}
.more_item .text{
	margin-right: 10px;
	width: 90px;
	opacity: 0;
}
.more_item img{
	width: 25px;
}
.more:hover {
	width: 162px;
}
.more:hover .more_item{
	padding: 0 20px;
}
.more:hover .more_item .text{
	opacity: 1;
}

.play{
	width: 50px;
	height: 50px;
}
.a_scale:hover :first-child{
	transform: scale(1.04,1.04);
}
.a_img:hover img{
	transform: scale(1.04,1.04);
}

.language {
	display: flex;
	align-items: center;
	float: right;
	height: 100%;
}
.translateSelectLanguage{
	float: right;
	border: 1px solid #eee;
	padding: 5%;
	border-radius: 5px;
	margin-left: 20px;
}