@charset "utf-8";


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

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



a {
	text-decoration:none;
	outline:none;
	color: #666;
}
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: BlueSkyStandard , arial;
	background: #fff;
	font-size: 16px;
	color: #666;
	min-width: 1280px;
  	margin-left: auto;
 	margin-right: auto;
	overflow-x: hidden;
}
	

::-webkit-scrollbar {
	width: 8px;
	height: 10px;
}

::-webkit-scrollbar-thumb {
	background: #555;
}

::-webkit-scrollbar-track {
	/*滚动条里面轨道*/
	background: #ddd;
}

	
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;
}

textarea,
input[type='email'],
input[type='date'],
input[type='password'],
input[type='text'] 	{	
	padding: 0px;
	color: #666;
	font-size: 12px;
	outline: none;
	-webkit-appearance: none;
}

img,a,div,b,em,i,li,p,h3,span,h1,h2,h4,h5,h6{
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

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

.theme-container{
	width: 81.45%;
	margin: 0 auto;
	min-width: 1200px;
}





.theme-banner{
	background: url(load.gif) center no-repeat;
}
.theme-banner{
	display: block;
	width: 100%;
	height: 49.48vw;
	min-height: 700px;
}
.theme-banner .swiper-slide a{
	display: block;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.theme-banner .swiper-slide.swiper-slide-active a {
    transform: scale(1.05);
    transition: -webkit-transform 8s linear;
    -webkit-transform: scale(1.05);
    -webkit-transition: -webkit-transform 5s linear;
}
.theme-banner .swiper-pagination{
	position: absolute;
	bottom:3%;
	left: 50%;
	width: fit-content;
	height: fit-content;
	transform: translatex(-50%);
}
.theme-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';
}
.theme-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%;
}
.theme-banner .swiper-pagination div.swiper-pagination-bullet{
	opacity: 1;
}
.theme-banner .swiper-pagination div.swiper-pagination-bullet b{
	opacity: 0;
}
.theme-banner .swiper-pagination div.swiper-pagination-bullet::after{
	opacity: .4;
}
.theme-banner .swiper-pagination div.swiper-pagination-bullet-active b{
	opacity: 1;
	border: 1px solid #fff;
	border-radius: 50%;
	font-size: 12px;
	padding: 8px;
}
.theme-banner .swiper-pagination div.swiper-pagination-bullet-active::after{
	opacity: 0;
}







.header-box{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 999;
	min-width: 1280px;
	width: 100%;
	transition: none;
	border-bottom: 1px solid rgba(255,255,255,.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);
}



.header-bg{
	background-color: #fff;
	box-shadow: 0 0 35px 0 rgba(0,0,0,.35);
}

.header-box .theme-container{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.logo{
	display: block;
	width: 168px;
	height: 28px;
	background: url(logo.png) center center/cover no-repeat;
	transition: all 0.5s;
}
.header-color .logo,
.header-bg .logo{
	background-image: url(logo02.png);
}

.head-right{
	display: flex;
	justify-content: space-between;
}
nav ul{
	display: flex;
}
nav ul li{
	margin: 0 20px;
}
nav > ul > li > a{
	position: relative;
	display: block;
	font-size: 1rem;
	color: #fff;
	line-height: 90px;
	text-transform: uppercase;
	transition: all 0.4s;
}
nav > ul > li > a::after{
	content: "";
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0 auto;
	width: 0;
	height: 2px;
	background-color: #fff;
	-webkit-transition: all .3s;
	transition: all .3s;
	opacity: 0;
}
.header-color nav > ul > li > a::after,
.header-bg nav > ul > li > a::after{
	background-color: #da2627;
}
nav > ul > li > a:hover::after,
nav > ul > li > a.active::after{
	width: 100%;
	opacity: 1;
}


.header-color nav > ul > li > a,
.header-bg nav > ul > li > a{
	color: #000;
}



.head-search {
	position: relative;
	width: 50px;
	height: 90px;
	margin-left: 0px;
}
.head-search i {
    display: block;
    height: 100%;
    width: 50px;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    background-size: 25px;
    background-image: url(search_icon.png);
}
.head-search form {
    display: flex;
    position: absolute;
    right: 0;
    top: 90px;
    padding: 0 20px;
    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"] {
    width: 150px;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    border: 1px solid #eee;
    color: #999;
    padding: 0 10px;
    text-align: left;
}
.head-search input[type="submit"] {
    width: 50px;
    height: 30px;
    background-image: url(search_icon.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 60%;
    cursor: pointer;
    background-color: #ff984f;
}
.head-search:hover form {
    height: 60px;
    padding: 15px 20px;
}


.header-color .head-search i,
.header-bg .head-search i{
	background-image: url(search.png);
}

.header-color .head-language i,
.header-bg .head-language i{
	background-image: url(language_icons.png);
}
.header-color .head-language,
.header-bg .head-language{
	color: #333;
}

/*首页搜索*/
.i_search {
	position: fixed;
	z-index: 100;
	top: 0;
	left: 0;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	visibility: hidden;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	height: 100%;
	transition: .5s;
	text-align: center;
	pointer-events: none;
	opacity: 0;
	background: rgba(255,255,255,1);
	z-index: 99999;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.i_search em {
	position: absolute;
	top: 0;
	left: 0;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	display: block;
	transition: .5s;
	opacity: 0;
	border: 0 solid #da2627;
}

.i_search .search_page {
	margin: 5em 0;
	transition: opacity .5s,-webkit-transform .5s;
	transition: opacity .5s,transform .5s;
	transition: opacity .5s,transform .5s,-webkit-transform .5s;
	-webkit-transform: scale3d(.8,.8,1);
	transform: scale3d(.8,.8,1);
	opacity: 0;
	width: 100%;
}

.i_search .search_page form {
	display: block;
	padding: 0 15px;
	width: 60%;
	z-index: 1;
	margin: 0 auto;
	overflow: hidden;
	box-sizing: border-box;
	border-bottom: 1px solid #eee;
}

.i_search .search_page input {
	display: block;
	float: left;
	font-size: 20px;
}

.i_search .search_page input[type="text"] {
	width: 90%;
	border: 0;
	text-align: left;
	line-height: 40px;
	background: none;
	height: 40px;
	color: #333;
	-webkit-appearance: none;
}

.i_search .search_page input[type="submit"] {
	width: 10%;
	border: 0;
	text-align: center;
	line-height: 35px;
	height: 35px;
	background: url(search.png) no-repeat right;
}

.i_search.open {
	visibility: visible;
	pointer-events: auto;
	opacity: 1;
}

.i_search.open em {
	visibility: visible;
	opacity: 1;
	border-width:10px;
}

.i_search.open .search_page {
	-webkit-transform: scale3d(1,1,1);
	transform: scale3d(1,1,1);
	opacity: 1;
}

.i_search.open .search_page::before {
	content: "Search";
	font-size: 48px;
	color: #000;
	font-weight: bold;
	position: absolute;
	top: -100px;
	left: 50%;
	transform: translateX(-104px);
}
.header-sprache {
    display: flex;
    justify-content: center;
    align-items: center;
	margin-left: 15px;
	position: relative;
}
.header-sprache > a {
    display: block;
    font-size: 12px;
    color: #fff;
	border: 1px solid rgba(255,255,255,.3);
	border-radius: 50px;
	padding: 8px 18px;
}
.header-sprache > a i{
	margin-right: 10px;
	border-right: 1px solid rgba(255,255,255,.3);
	padding-right: 10px;
}
.header-sprache > a img{
	width: 18px;
	vertical-align: baseline;
}


.header-sprache .nav-item {
    width: auto;
    top: 64px;
	background: rgba(27,27,27,.9);
    padding: 24px 20px;
    border-radius: 8px;
    box-shadow: 0px 4px 9px 0px #1f354e33;
    left: 50%;
	position: absolute;
    white-space: nowrap;
   visibility: hidden;
	opacity: 0;
    transform: translate(-50%, -20px);
    transition: all .4s;
}
.header-sprache .nav-item a{
	line-height: 40px;
	color: #fff;
	font-size: 14px;
	display: flex;
	align-items: center;
	border-radius: 10px;
	overflow: hidden;
	padding: 0 12px;
}
.header-sprache .nav-item a:hover{
	background: #333;
	border-radius: 10px;
}
.header-sprache .nav-item i{
	margin-right: 10px;
}
.header-sprache .nav-item img{
	width: 20px;
	vertical-align: baseline;
}
.header-sprache:hover .nav-item {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, 0);
}


.header-box.active .header-sprache > a{
	border: 1px solid rgba(0,0,0,.3);
	color: #333;
}
.header-box.active .header-sprache > a i {
    border-right: 1px solid rgba(0,0,0,.3);
}
.header-box.header-color .header-sprache > a{
	border: 1px solid rgba(0,0,0,.3);
	color: #333;
}
.header-box.header-color .header-sprache > a i {
    border-right: 1px solid rgba(0,0,0,.3);
}

.p-top{
	padding-top: 90px;
}


.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: #da2627;
	cursor: pointer;
}
.headcart ul{
	max-height: 257px;
	overflow-y: scroll;
	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;
}


@media screen and (max-width:1680px) {

	nav > ul > li > a{
		font-size: 0.9375rem;
		line-height: 85px;
	}
	.head-search {
		height: 85px;
	}
	.head-search form {
		top: 85px;
	}
	.p-top{
		padding-top: 85px;
	}
	.head-cart{
		height: 85px;
	}
	

}



@media screen and (max-width:1440px) {

	nav > ul > li > a{
		font-size: 0.875rem;
		line-height: 80px;
	}
	.head-search {
		height: 80px;
	}
	.head-search form {
		top: 80px;
	}
	.p-top{
		padding-top: 80px;
	}
	.head-cart{
		height: 80px;
	}
	

	
}


.theme-title{
	padding-bottom: 4%;
}
.theme-title h2{
	font-size: 60px;
	font-family: 'BlueSkyStandard-Bold';
	line-height: 1.1;
	color: #000;
}
.theme-title h2.white{
	color: #fff;
}
.theme-title h3{
	font-size: 45px;
	font-family: 'BlueSkyStandard-Bold';
	line-height: 1.1;
	color: #000;
}
.theme-title h3.white{
	color: #fff;
}

.theme-product{
	padding: 5% 0 5% 0;
	overflow: hidden;
	background: #f2f2f2;
}
.swiper-product{
	padding: 0 9.3333333335%;
}

.theme-product .swiper-slide{
	width: 32%;
	margin-right: 2%;
	overflow: hidden;
	transition: .36s ease;
	position: relative;
	float: left;
}
.theme-product .swiper-slide:nth-child(3n){
	margin-right: 0%;
}
.theme-pro-text{
	position: relative;
	padding: 0 29px 14px;
	margin-top: 21px;

}
.theme-pro-text{
	position: relative;
	padding: 0 29px 30px;
	margin-top: 21px;

}
.theme-pro-img{
	position: relative;
	overflow: hidden;
	max-width: 100%;
	margin-bottom: 21px;
	transition: .36s ease;
	transform-origin: center;
}

.theme-pro-text h3{
	font-size: 1.5rem;
	line-height: 1.8;
	font-family: 'BlueSkyStandard-Bold';
	color: #000;
}
.theme-pro-text p{
	font-size: 1.125rem;
	line-height: 1.5;
	min-height: 50px;
	color: #999;
}

.theme-pro-more{
	position: absolute;
	top: 60%;
	z-index: 99;
	transform: translateY(-50%);
	width: 5vw;
	height: 5vw;
	max-width: 90px;
	max-height: 90px;
	min-width: 55px;
	min-height: 55px;
	cursor: pointer;
	border-radius: 50%;
	opacity: 0;
}
.theme-pro-more{
	right: 50px;
	background: url(../images/pro_next.png) bottom center/100% auto no-repeat #da2627;
}



.swiper-product{
	padding-bottom: 5.5%;
}

.theme-product .swiper-slide:hover .theme-pro-img{
    overflow: hidden;
    transform: scale(.9);
}

.theme-product .swiper-slide:hover .theme-pro-img img {
    transform: scale(1.2);
}

.theme-product .swiper-slide:hover  .theme-pro-more{
	opacity: 1;
	top: 70%;
}



.webpro-prev,
.webpro-next{
	position: absolute;
	top: 50%;
	z-index: 10;
	transform: translateY(-50%);
	width: 4vw;
	height: 4vw;
	max-width: 78px;
	max-height: 78px;
	min-width: 55px;
	min-height: 55px;
	cursor: pointer;
	border-radius: 50%;
	opacity: 1;
}
.webpro-prev{
	left: 3%;
	background: url(../images/pro_prev.png) top center/100% auto no-repeat #fff;
}
.webpro-next{
	right: 3%;
	background: url(../images/pro_next.png) top center/100% auto no-repeat #fff;
}
.swiper-product:hover .webpro-prev,
.swiper-product:hover .webpro-next{
	opacity: 1;
}
.webpro-prev:hover,
.webpro-next:hover{
	background-color: #da2627;
	background-position: 0 100%;
}
.webpro-prev.swiper-button-disabled,
.webpro-next.swiper-button-disabled{
	cursor: no-drop;
}

.theme-about{
	background: url(../images/index_about.jpg) center center/cover no-repeat;
	position: relative;
	padding-top: 140px;
}

.theme-about-img{
	position: absolute;
    right: 8%;
}
.theme-about-img.change{
	width: 100%;
}
.theme-about-text{
	position: relative;
	z-index: 1;
	font-size: 32px;
	font-weight: 700;
	line-height: 44px;
	width: 800px;
	margin-bottom: 80px;
}
.theme-about h4{
	font-family: "BlueSkyStandard-Bold";
	font-size: 30px;
	line-height: 1.4;
	color: #000;
	width: 82%;
	margin-bottom: 80px;
}
.theme-about p{
	font-size: 20px;
	margin-bottom:14px;
	line-height: 1.5;
	color: #999;
}
.theme-about-link{
	position: relative;
	overflow: hidden;
	background: #000;
}

.theme-about-link a{
	display: inline-block;
	width: 70px;
	height: 70px;
	text-align: center;
	border-radius: 40px;
	cursor: pointer;
	overflow: hidden;
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 1;
	transform: translate(-50%,-50%);
	
}
.theme-about-link a img{
	width: 100%;
	vertical-align: middle;
	margin-right: 10px;
	margin-bottom: 6px;
}
.theme-about-link:hover img{
transform: scale(1.1);
}

.theme-about-info{
	margin-top: -3%;
	position: relative;
	z-index: 1;
	border-radius: 10px;
	background-color: #fff;
	box-shadow: 0 0 20px rgba(0,0,0,.15);
}
.theme-about-info ol{
	width: 100%;
	display: flex;
	text-align: center;
	justify-content: space-between;
	padding: 4% 4%;
}
.theme-about-info ol li h4{
	font-size: 3.125rem;
	line-height: 1.5;
	color: #da2627;
}
.theme-about-info ol li p{
	font-size: 0.875rem;
	line-height: 1.8;
	color: #5a5a5a;
}


.theme-factory{
	width: 100vw;
	height: 38.54vw;
	min-width: 1280px;
	min-height: 506px;
	padding-top: 9%;
	position: relative;
	overflow: hidden;
}

.theme-factory-text{
	width: 50%;
	position: relative;
	margin: 0 auto;
	z-index: 99;
}
.theme-factory-desc{
	font-size: 20px;
	line-height: 32px;
	color: #fff;
	text-align: center;
}

.theme-factory .bg {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 100%;
    height: 100%;
    background: url(../images/index-factory.jpg) no-repeat center center;
    background-size: cover;
    transform: translate(-50%,-50%);
	z-index: 0;
}



.animation-light{
  position:absolute;top:100px;left:0;width:35px;height:1px;
  background:url(../images/ico_light.png) no-repeat center center;
  animation:animation-light 24s infinite;
}

.animation-bg{animation:animation-bg 16s infinite;}
@keyframes animation-bg{
0%{transform:translate(-50%,-50%) scale(1);}
60%{transform:translate(-50%,-50%) scale(1.1);}
100%{transform:translate(-50%,-50%) scale(1);}
}


.theme-production{
	position: relative;
	z-index: 88;
}
.theme-production .theme-container{
	background: #fff;
	padding: 100px;
	margin-top: -90px;
}


.theme-production .swiper-slide{
	background: #fff;
}
.theme-production  .swiper-container{
		padding-bottom: 50px;
}

.theme-production-img{
	width: 50%;
	float: right;
}
.theme-production-text{
	width: 50%;
	float: left;
	padding-right: 150px;
}
.theme-production-text p{
	border-top: 2px solid #000;
	padding-top: 40px;
	margin-top: 30px;
	font-size: 16px;
	line-height: 1.5;

}


.theme-production .webpro-prev,
.theme-production .webpro-next{
	position: relative;
	top: 83%;
	z-index: 10;
	transform: translateY(-50%);
	width: 6vw;
	height: 6vw;
	max-width: 90px;
	max-height: 90px;
	min-width: 55px;
	min-height: 55px;
	cursor: pointer;
	border-radius: 0%;
	opacity: 1;
}
.theme-production .webpro-prev{
	right: 0;
	left: auto;
	float: right;
	background: url(../images/pro_prev.png) top center/100% auto no-repeat #fff;
}
.theme-production .webpro-next{
	right: 0;
	float: right;
	background: url(../images/pro_next.png) top center/100% auto no-repeat #fff;
}

.theme-production .webpro-prev:hover,
.theme-production .webpro-next:hover{
	background-color: #da2627;
	background-position: 0 100%;
}


.theme-production .swiper-pagination{
	position: relative;
	text-align: left;
	bottom: 17px;
	z-index: 1;
}







.theme-certificate{
	padding: 8% 0 8% 0;
}
.theme-certificate .theme-container{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding:  0px 100px;
}
.theme-certificate-left{
	width: 53%;
	overflow: hidden;
}
.theme-certificate-left img{
	width: 100%;
}
.theme-certificate-right{
	width: 33.5%;
}
.theme-certificate-img{
	width: 100%;
	margin-bottom: 16%;
}
.theme-certificate-text{
	font-size: 18px;
	line-height: 1.6;
	color: #5a5a5a;
	margin: 2% 0 8%;
}
.theme-certificate-right a{
	display: block;
	width: 170px;
	font-size: 14px;
	color: #fff;
	text-align: center;
	line-height: 55px;
	background-color: #000;
}
.theme-certificate-right a:hover{
	transform: translateY(-8px);
	box-shadow: 0 15px 25px -8px rgba(0,0,0,.3);
}
.theme-certificate-img img{
	width: 90%;
}



.news-comm{
	padding: 6% 0 7%;
	background: #343434;
}
.news-comm ul li{
	margin-bottom: 3.5%;
	padding: 30px ;
	background: #3a3a3a;
}
.news-comm ul li:last-child{
	margin-bottom: 0;
}
.news-comm ul li a{
	display: flex;
	justify-content: space-between;
}
.news-comm ul li .news_text{
	width: 51.71875vw;
	min-width: 680px;
	padding-top: 1.5%;
	padding-left: 200px;
	position: relative;
}
.news-comm ul li .news_img{
	width: 35.166vw;
	min-width: 317px;
	height: 10.635vw;
	min-height: 192px;
	overflow: hidden;
}
.news-comm ul li .news_img span{
	display: block;
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: cover;
}
.news-comm ul li time{
	font-size: 1rem;
	line-height: 1.5;
	color: #868686;
	left: 0;
	position: absolute;
}.news-comm ul li time b{
	font-size: 1.875rem;
	display: block;
	color: #fff;

}
.news-comm ul li h4{
	width: 88%;
	font-weight: normal;
	padding: 1.5% 0;
	font-size: 22px;
	line-height: 1.3;
	color: #fff;
}
.news-comm ul li p{
	width: 88%;
	font-size: 1rem;
	line-height: 1.7;
	color: #8b8b8b;
}
.news-comm ul li:hover{
	background: #fff;
	color: #333;
	padding: 30px ;
}

.news-comm ul li:hover .news_text h4,
.news-comm ul li:hover .news_text time b{
	color: #000;
}

.news-comm ul li:hover .news_text{
	transform: translateX(20px);
}
.news-comm ul li:hover .news_img span{
	transform: scale(1.05,1.05);
	
}


.theme-download{
	padding: 5% 0 ;
	overflow: hidden;
	background: #f2f2f2;
}
.cta-black {
    font-family: 'BlueSkyStandard-Bold';
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 18px;
    text-transform: uppercase;
    display: inline-block;
    color: #000000 !important;
}

.cta-black:after {
    content: url(../images/arrow_right-24.svg);
    position: relative;
    top: 8px;
    right: -13px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: 0.3s all cubic-bezier(0, 1.19, 0.66, 1.49);
    transition: 0.3s all cubic-bezier(0, 1.19, 0.66, 1.49);
}

.cta-black:hover:after {
    right: -26px;
}
.theme-download-fl {
	width: 50%;
	float: left;
}

.theme-download-fr {
	width: 38%;
	float: right;
}


.theme-download-fl .theme-title h2{
	margin-bottom: 20px;
}

.theme-download-fr ul{
	display: flex;
	justify-content: space-between;
}

.theme-download-fr ul li{
	margin: 0 25px;
	max-width: 300px;
	box-shadow: 0 0 50px 0 rgb(0 0 0 / 10%);
}



.theme-contact{
	width: 23%;
	margin-left: 10%;
}
.theme-contact h3{
	font-size: 20px;
	    font-family: 'BlueSkyStandard-Bold';
	    font-weight: bold;
	    color: #000;
	    margin-bottom: 18px;
	
}



.theme-contact ul{

}
.theme-contact ul li{
	width: 100%;
	position: relative;
	padding-left: 38px;
	margin-bottom: 50px;
}

.theme-contact ul li h2{
	font-size: 18px;
	line-height: 1.6;
	color: #9e9e9e;
	margin-bottom: 10px;
}

.theme-contact ul li p{
	font-size: 16px;
	line-height: 1.6;
	color: #000;
}
.theme-contact ul li i{
	position: absolute;
	left: 0;
}
.theme-add{
	display: block;
	width: 22px;
	height: 22px;
	margin-bottom: 8px;
	background: url(../images/index_add.png) center no-repeat;
	background-size: cover;
}
.theme-tel{
	display: block;
	width: 22px;
	height: 22px;
	margin-bottom: 8px;
	background: url(../images/index_tel.png) center no-repeat;
	background-size: cover;
}
.theme-email{
	display: block;
	width: 22px;
	height: 22px;
	margin-bottom: 8px;
	background: url(../images/index_email.png) center no-repeat;
	background-size: cover;
}
.theme-web{
	display: block;
	width: 22px;
	height: 22px;
	margin-bottom: 8px;
	background: url(../images/index_web.png) center no-repeat;
	background-size: cover;
}

.footer{
	padding: 6% 0 2%;
	background-color: #f8f8f8;
}
.footer .theme-container{
	display: flex;
	justify-content: space-between;
}
.foot-left{
	width: 25%;
	max-width: 380px;
	margin-right: 10%;
	float: left;
}
.foot-left h3{
	font-family: 'BlueSkyStandard-Bold';
	font-size: 18px;
	line-height: 1.5;
	color: #333;
	margin-bottom: 10px;
}
.foot-left form{
	overflow: hidden;
	border-bottom: 1px solid rgba(255,255,255,.7);
}
.foot-left input[type="text"]{
	float: left;
	width: calc(100% - 80px);
	font-size: 14px;
	color: #fff;
	padding: 0 20px;
	line-height: 45px;
	border: 0;
	background: none;
}
.foot-left input[type="text"]::placeholder{
	color: rgba(255,255,255,.7);
}
.foot-left input[type="submit"]{
	float: right;
	width: 80px;
	height: 45px;
	border: 0;
	background: url(search_icon.png) center center/40% auto no-repeat;
}



.links{
	padding-top: 0px;
}
.links a{
	display: inline-block;
	font-size: 15px;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	color: #fff;
	background: #9e9e9e;
	border-radius: 50%;
	margin-right: 20px;
}
.links a:hover{
	background-color: rgba(0,0,0,.9);
}


.footer dl dt{
	font-size: 20px;
	font-family: 'BlueSkyStandard-Bold';
	font-weight: bold;
	color: #000;
	margin-bottom: 18px;
}
.footer dl dd a{
	font-size: 16px;
	color: #333;
	line-height: 2;
}
.footer dl dd a:hover{
	text-decoration: underline;
}


.copy-box{
	color: #fff;
	font-size: 16px;
	overflow: hidden;
	background-color: #f8f8f8;
}

.copy-box .theme-container{
	border-top: 1px solid #dfdfdf;
	padding: 50px 0 40px;
	overflow: hidden;
}
.copy-box .fr a{
	color: #666;
}


@media screen and (max-width:1680px) {
	.theme-title h2{
		font-size: 3rem;
	}
	.theme-pro-text h3{
		font-size: 1.3125rem;
	}
	.theme-pro-text p{
		font-size: 1rem;
	}
	.theme-product ul li{
		box-shadow: 0 0 25px rgba(0,0,0,.1);
	}
	.theme-product ul li h4{
		font-size: 0.90625rem;
	}
	.theme-about-content h4{
		font-size: 1.6875rem;
	}
	.theme-about-content p{
		font-size: 1.3125rem;
	}

	.theme-about-info ol li h4{
		font-size: 2.5rem;
	}
	.theme-about-info ol li p{
		font-size: 0.8125rem;
	}
	.theme-production .theme-container{
		padding: 80px;
	}
	.theme-factory-desc {
		font-size: 18px;
		line-height: 30px;
	}
	
	
	.theme-certificate-text{
		font-size: 16px;
	}
	.theme-certificate-right a{
		width: 135px;
		font-size: 1rem;
		line-height: 50px;
	}
	.theme-posi-desc{
		font-size: 18px;
	}

	.theme-contact ul li p{
		font-size: 16px;
	}
	.footer dl dt{
		font-size: 18px;
		margin-bottom: 14px;
	}
	.footer dl dd a{
		font-size: 14.5px;
	}

	
	.copy-box{
		font-size: 15px;
		line-height: 55px;
	}
	

		
}

@media screen and (max-width:1440px) {
	.theme-title h2{
		font-size: 2.675rem;
	}
	.theme-pro-text h3{
		font-size: 1.125rem;
	}
	.theme-pro-text p{
		font-size: 0.875rem;
	}
	.theme-product ul li{
		box-shadow: 0 0 20px rgba(0,0,0,.1);
	}
	.theme-product ul li h4{
		font-size: 0.8125rem;
	}
	.theme-about-content h4{
		font-size: 1.5rem;
	}
	.theme-about-content p{
		font-size: 1.125rem;
	}

	.theme-about-info ol li h4{
		font-size: 2.1875rem;
	}
	.theme-about-info ol li p{
		font-size: 0.75rem;
		line-height: 1.3;
	}
	.theme-production .theme-container{
		padding: 80px;
	}
	.theme-certificate .theme-container {

	    padding: 0px 80px;
	}
	.theme-factory-desc {
		font-size: 16px;
		line-height: 30px;
	}
		
	.theme-certificate-text{
		font-size: 14px;
	}
	.theme-certificate-right a{
		width: 135px;
		font-size: 0.875rem;
		line-height: 2.8125rem;
	}
	.theme-posi-desc{
		font-size: 16px;
	}

	.theme-contact ul li p{
		font-size: 14px;
	}
	.footer dl dt{
		font-size: 16px;
		margin-bottom: 10px;
	}
	.footer dl dd a{
		font-size: 14px;
	}


	.copy-box{
		font-size: 14px;
		line-height: 60px;
	}
}

.con-ban{
    position: relative;
    width: 100%;
    min-width: 1280px;
	height: 36.2vw;
	min-height: 523px;
    overflow: hidden;
	background: #000;
}
.con-ban div.banitem {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    width: 110vw;
	min-width: 1430px;
    height: 100%;
    background-position: center;
    background-size: cover;
    -webkit-animation: subs 6s linear 1;
    -webkit-animation-fill-mode: forwards;
    -webkit-transform: translateX(-5%);
	opacity: .9;
}

@-webkit-keyframes subs {
	0% {
		-webkit-transform:translateX(-5%)
	}
	100% {
		-webkit-transform:translateX(0)
	}
}

.tact-center{
	position: absolute;
	left:0;
	top: 50%;
	transform: translateY(-50%);
	width: 30%;
}
.tact-center h2{
	font-size: 3.2rem;
	font-family: 'BlueSkyStandard-Bold';
	line-height: 1.2;
	color: #fff;
}
.tact-center p{
	font-size: 1.125rem;
	line-height: 28px;
	color: #fff;
}
.tact-center a{
	display: block;
	width: 170px;
	float: left;
	margin: 30px auto;
	font-size: 14px;
	color: #fff;
	text-align: center;
	line-height: 55px;
	border: 1px solid #fff;
}
.tact-center a:after {
    content: '';
	background: url(../images/video.svg);
	background-size: 100%;
    position: relative;
	width: 18px;
	height: 18px;
	display: inline-block;
    top: 6px;
    right: -10px;
    -webkit-transition: 0.3s all cubic-bezier(0, 1.19, 0.66, 1.49);
    transition: 0.3s all cubic-bezier(0, 1.19, 0.66, 1.49);
}
.tact-center a:hover:after{
	right: -20px;
}
.tact-center a:hover{
	background: #e33839;
	border: 1px solid #e33839;
}
/*下载*/
.book{
	width: 100%;
	padding: 5% 0;
	overflow: hidden;
}
.book ul li{
	float: left;
	width: calc(95.5%/4);
	margin-right: 1.5%;
	overflow: hidden;
	margin-bottom: 1.5%;
}
.book ul li .book_img{
	width: 100%;
	padding-bottom: 130%;
	border: 1px solid #eee;
	box-sizing: border-box;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	margin-bottom: 15px;
}
.book ul li h3{
	color: #656565;
	font: 20px/40px arial;
	padding: 0 10px;
	margin-bottom: 5px;
}
.book ul li p{
	font: 16px/30px arial;
	padding: 0 10px;
	color: #00a0e9;
	text-transform: uppercase;
}
.book ul li i{
	display: inline-block;
	width: 19px;
	height: 18px;
	margin-left: 10px;
	background: url(../images/book_icon.png) no-repeat;
	vertical-align: text-top;
}
.book ul li:hover .book_img{
	border-color: #fff;
	box-shadow: 0 5px 60px 0 rgba(0,0,0,0.2);
}
.book ul li:hover i{
	opacity: 0;
}


.about-01{
	padding-top: 5%;
	background-color: #fff;
	overflow: hidden;
}
.about-content{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 3.5%;
}
.about-content-text{
	width: 56.77%;
}
.about-desc h3{
	font-family: 'BlueSkyStandard-Bold';
	font-size: 2rem;
	line-height: 1.5;
	color: #000;
	margin-bottom: 2%;
}
.about-desc p{
	font-size: 1rem;
	line-height: 1.8;
	color: #737373;
}
.about-content-img{
	position: relative;
	width: 39.8709%;
	border-radius: 12px;
	overflow: hidden;
	background-color: #000;
}

.about-content-img a{
	cursor: pointer;
}
.about-content-img a:hover img{
	transform: scale(1.05,1.05);
}
.about-content-img i{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	display: block;
	width: 3.85416666vw;
	height: 3.85416666vw;
	min-width: 50px;
	min-height: 50px;
	border-radius: 50%;
	background: url(../images/about_video.png) center center/cover no-repeat #da2627;
}
.about-num{
	position: relative;
	z-index: 1;
}
.about-num ul{
	padding: 4% 6%;
	display: flex;
	justify-content: space-between;
	border-radius: 14px;
	background-color: #fff;
}
.about-num ul li{
	text-align: center;
}
.about-num ul li h4{
	font-size: 3.75rem;
	line-height: 1.2;
	color: #000;
}
.about-num ul li h4 em{
	font-weight: normal;
	font-style: normal;
	font-size: 1.25rem;
	vertical-align: text-top;
	margin-left: 3px;
}
.about-num ul li p{
	font-size: 1rem;
	line-height: 1.5;
	color: #5a5a5a;
}
.about-02{
	padding: 6% 0 4%;
	background-color: #f6f6f6;
	position: relative;
}
.about-02 .fr{
	width: 47.222%;

	top: 0;
	right: 0;
	position: absolute;
}
.about-02 p{
	font-size: 0.875rem;
	color: #6f6f6f;
	line-height: 1.6;
	padding-right: 20%;
}
.about-03{
	position: relative;
	width: 100vw;
	height: 34.4vw;
	min-width: 1280px;
	min-height: 538px;
	background: #000;
	/* pointer-events: none; */
}
.about-03 video{
	width: 100%;
	height: 100%;
	object-fit: cover; 
	opacity: 0.5;
}
.about-factory{
	position: absolute;
	left: 50%;
	width: 40%;
	top: 28%;
	z-index: 10;
	transform: translateX(-50%);
	text-align: center;
}
.about-factory p{
	font-size: 1.125rem;
	color: #fff;
	line-height: 2;
}
.about-04{
	padding: 5% 0 4%;
	background-color: #fff;
}
.about-04 ul{
	display: flex;
	justify-content: space-between;
}
.about-04 ul li{
	width: 47.22%;
}
.about-04 ul li div{
	overflow: hidden;
	margin-bottom: 3%;
}
.about-04 ul li h3{
	font-size: 1.625rem;
	font-family: 'BlueSkyStandard-Bold';
	line-height: 1.3;
	color: #353535;
	margin-bottom: 2%;
}
.about-04 ul li p{
	font-size: 1.125rem;
	line-height: 1.5;
}
.about-05{
	padding: 4% 0;
}
.about-05 .swiper-slide .news-img{
	border-radius: 12px;
	overflow: hidden;
}
.about-05 .swiper-slide h3{
	font-size: 18px;
	color: #000;
	line-height: 1.3;
	margin-top: 5%;
}
.about-05 .swiper-slide a:hover .news-img img{
	transform: scale(1.05,1.05);
}


.blog-pagination{
	padding-top: 3%;
	text-align: center;
}
.blog-pagination span{
	border-radius: 15px;
	opacity: 1;
	background-color: #c0c4c7;
}
.blog-pagination span.swiper-pagination-bullet-active{
	width: 24px;
	background-color: #da2627;
}
.coverbox {
    position: relative;
    display: block;
    overflow: hidden;
}

.coverbox ._bg {
    width: 100%;
    visibility: hidden;
    display: block;
}
.coverbox .coverimg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
	border-radius: 10px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 1;
    transition: transform .6s ease 0s;
}

.develop-box {
	padding: 90px 0 ;
	background: url('../images/fz_bg.jpg') no-repeat center center
}


.develop-box .swiper-year-box,
.develop-box .swiper-box {
	position: relative
}

.develop-box .swiper-year-box {
	background: url(../images/time.png) repeat-x center 0;
	padding-top: 30px
}

.develop-box .swiper-button-box {
	position: absolute;
	left: 50%;
	width: 1.34rem;
	bottom: 10px;
	z-index: 55;
	height: 3.875rem;
}

@media (max-width:1360px) {
	.develop-box .swiper-button-box {
		bottom: auto;
		top: 0;
		left: auto;
		right: 0
	}
}

.develop-box .swiper-button-box>* {
	width: 3.875rem;
	height: 3.875rem;
	line-height: 3.875rem;
	text-align: center;
	border: 1px solid #ccc;
	color: #000
}

.develop-box .swiper-button-box>*::after {
	font-size: 20px
}

.develop-box .swiper-button-box .swiper-button-prev {
	left: 0
}

.develop-box .swiper-button-box .swiper-button-next {
	right: 0
}
.wrap {
    width: 81vw;
    max-width: 1520px;
    margin-left: auto;
    margin-right: auto;
}

.swiper-year {
	text-align: center;
	color: #cecece;
}

.swiper-year li {
	cursor: pointer;
	width: 15%;
	font-size: 24px;
	overflow: hidden
}

.swiper-year li .inner {
	position: relative;
	float: left
}

.swiper-year li .y {
	display: block;
	line-height: 50px;
	margin: 0 auto
}

.swiper-year li .icon {
	width: 6px;
	height: 6px;
	background-color: #999999;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	z-index: 5;
	top: 0;
	border-radius: 50%
}

.swiper-year li.swiper-slide-thumb-active {
	color: #da2627
}

.swiper-year li.swiper-slide-thumb-active .icon {
	background-color: #da2627
}

@media (max-width:992px) {
	.swiper-year li {
		width: 20%
	}
}

@media (max-width:480px) {
	.swiper-year li {
		width: 25% !important
	}
}

.swiper-step {
	margin-bottom: 80px;
}

.swiper-step li .info{
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: left;
}

@media (min-width:992px) {
	.swiper-step li {
		display: flex
	}

	.swiper-step li .cover-box {
		width: 60%;
		padding-right: 5%
	}

	.swiper-step li .img {
		display: block
	}

	.swiper-step li .info {
		flex: 1
	}

	.swiper-step li .inner {
		white-space: nowrap;
		position: absolute;
		transition: .6s;
		left: .36rem;
		top: .8rem;
		right: .36rem;
		bottom: .8rem
	}
}

@media (min-width:992px) and (max-width:1360px) {
	.swiper-step li {
		align-items: center
	}
}

@media (max-width:768px) {
	.swiper-step .cover-box {
		max-width: 400px;
		margin-bottom: .5rem
	}
}

@media (max-width:991px) {
	.swiper-step .info {
		margin-top: .5rem
	}
}

.swiper-step .txt {
	font-size: 16px;
	width: 80%;
	line-height: 26px;
	color: #666
}

.swiper-step .year {
-webkit-text-stroke: 1px #da2627;
    color: transparent;
    font-size: 7vw;
    line-height: 1;
}
	

.swiper-step h4 {
	font-size: .24rem;
	padding-bottom: .2rem;
	position: relative;
	margin-bottom: .26rem
}

@media (max-width:992px) {
	.swiper-step h4 {
		font-size: 20px
	}
}

@media (max-width:640px) {
	.swiper-step h4 {
		font-size: 19px
	}
}

.swiper-step h4::after {
	content: '';
	display: block;
	position: absolute;
	width: 33px;
	height: 2px;
	background-color: #fdd000;
	left: 0;
	bottom: 0
}




.about-06{
	padding: 5% 0;
	background-color: #f7f7f7;
}
.about-06 .theme-container{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.about-06-img{
	position: relative;
	width: 45%;
	border-radius: 10px;
	overflow: hidden;
	background-color: #fff;
}
.about-06-img img{
	width: 100%;
	transition: all 0.5s;
}
.about-06-img i{
	position: absolute;
	right: 5%;
	bottom: 5%;
	display: block;
	width: 28px;
	height: 28px;
	background: url(../images/big_icon.png) center center/cover no-repeat;
}
.about-06-img a:hover img{
	transform: scale(1.04,1.04);
}
.about-06-text{
	width: 100%;
	position: relative;
}
.swiper-button-box{
	width: 100px;
	position: absolute;
	top: 0;
	right: 0;
}
.about-06-text .swiper-button-box>* {
    width: 3.875rem;
    height: 3.875rem;
    line-height: 3.875rem;
    text-align: center;
    border: 1px solid #ccc;
    color: #000;
}
.about-06-text .swiper-button-box>*::after {
    font-size: 20px;
}
.about-06-text .swiper-button-box .swiper-button-next {
    right: -0;
}
.about-06-text .swiper-button-box .swiper-button-prev {
    left: -1.875rem;
}
@media screen and (max-width:1680px) {
	.about-desc h3{
		font-size: 1.625rem;
	}
	.about-desc p{
		font-size: 0.875rem;
	}
	.about-num ul li h4{
		font-size: 3.125rem;
	}
	.about-num ul li h4 em{
		font-size: 1.125rem;
	}
	.about-num ul li p{
		font-size: 0.875rem;
	}

	.about-factory p{
		font-size: 1rem;
	}
	.about-04 ul li h3{
		font-size: 1.375rem;
	}
	.about-04 ul li p{
		font-size: 1rem;
	}
	.about-05 .swiper-slide h3{
		font-size: 1rem;
	}
	.tact-center h2{
		font-size: 2.7rem;
	}
	.tact-center p{
		font-size: 1.1em;
	}
	.theme-about-img{
		right: 0;
	}
	
}
@media screen and (max-width:1440px) {
	.about-desc h3{
		font-size: 1.25rem;
	}
	.about-desc p{
		font-size: 0.75rem;
	}
	.about-num ul li h4{
		font-size: 2.5rem;
	}
	.about-num ul li h4 em{
		font-size: 1rem;
	}
	.about-num ul li p{
		font-size: 0.75rem;
	}

	.about-factory p{
		font-size: 0.875rem;
	}
	.about-04 ul li h3{
		font-size: 1.125rem;
	}
	.about-04 ul li p{
		font-size: 0.875rem;
	}
	.about-05 .swiper-slide h3{
		font-size: 0.875rem;
	}
	.tact-center h2{
		font-size: 2.3rem;
	}
	.tact-center p{
		font-size: 1em;
	}
	
	.theme-about-img {
	    transform: scale(.9);
	    transform-origin: top;
		right: 5%;
	}
	.theme-about-text{
		width: 690px;
	}
	
	.theme-about h4 {
	    font-size: 28px;
	    line-height: 1.4;
		margin-bottom: 70px;
	}
	
}



.projects-container{
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	z-index: 10;
}
.projects-container h3{
	font-family: 'BlueSkyStandard-Bold';
	font-size: 6.875rem;
	text-transform: uppercase;
	color: #fff;
}


.projects-1{
	padding: 6% 0;
}
.projects-1 ul{
	display: flex;
	justify-content: space-around;
}
.projects-1 ul li{
	width: 30%;
	padding: 5% 4%;
	text-align: center;
	background-color: #2f2f2f;
	border-radius: 18px;
}
.projects-1 ul li img{
	width: 8.333333vw;
	min-width: 110px;
	margin-bottom: 10px;
}
.projects-1 ul li h3{
	font-size: 1.875rem;
	color: #fff;
	line-height: 2;
}
.projects-1 ul li p{
	font-size: 1.125rem;
	line-height: 1.6;
	opacity: .5;
	color: #fff;
}



.projects-02{
	padding: 5% 0;
	background-color: #f4f4f4;
	overflow: hidden;
}

.projects-con{
	display: flex;
	flex-wrap: wrap;
	position: relative;
}
.projects-2-left:before,
.projects-2-right:before,
.projects-2-bottom:before{
	display: block;
	content: '';
	position: absolute;
	left: 11px;
	right: 11px;
	top: 11px;
	bottom: 11px;
	background-color: #fff;
	z-index: 0;
}



.projects-2-left,
.projects-2-right,
.projects-2-bottom {
	position: relative;
    padding: 0 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    min-height: 300Px;
    font-size: 12px;
	overflow: hidden;
}
	
.projects-2-img{
	overflow: hidden;
	width: 34%;
	position: relative;
}
.projects-2-img img{
	width: 100%;
}
.projects-2-left{
	margin-left: 53%;
	flex-direction: row;
	justify-content: flex-start;
}
.projects-2-right{
	margin-left: 53%;
	flex-direction: row;
	justify-content: flex-start;
}
.projects-2-bottom{
	border-radius: 10px;
	width: 53%;
	left: 0;
	top: 0;
	position: absolute;
	height: 100%;
	flex-direction: row;
	justify-content: flex-start;
}

.projects-2-bottom .projects-2-text{
	width: 53%;
}
.projects-2-bottom .projects-2-img {
    width: 44%;
}
.projects-2-text{
	position: relative;
	z-index: 1;
	border-radius: 10px;
	overflow: hidden;
	padding: 0 40px;
	width: 70%;
}
.projects-2-text h3,
.projects-2-bottom h3{
	font-size: 28px;
	line-height: 1.3;
	text-transform: uppercase;
	margin-bottom: 13px;
}
.projects-2-text p,
.projects-2-bottom p{
	font-size: 16px;
	line-height: 1.4;
	opacity: .7;
}




.projects-03{
	padding-bottom: 5%;
}
.projects-msg{
	margin-top: -3%;
	padding: 4%;
	border-radius: 20px;
	box-shadow: 0 0 25px 0 rgba(0,0,0,.15);
	background-color: #fff;
}
.projects-font{
	font-size: 1.125rem;
	color: #7f7f7f;
	margin-top: 1%;
}
.con-name,
.con-email,
.con-tel{
	position: relative;
	float: left;
	width: calc(88%/3);
	margin-bottom: 2%;
}
.con-name,
.con-email{
	margin-right: 6%;
}
.con-msg input[type="text"]{
	width: 100%;
	padding: 0 14px;
	font-size: 16px;
	font-family: BlueSkyStandard;
	line-height: 60px;
	border: 0;
	border-bottom: 1px solid #e5e5e5;
}
.con-msg input[type="text"]::input-placeholder{
	color: #999;
}
.con-msg textarea{
	width: 100%;
	height: 150px;
	font-size: 16px;
	padding: 0 14px;
	font-family: BlueSkyStandard;
	line-height: 25px;
	border: 0;
	border-bottom: 1px solid #e5e5e5;
}
.con-submit{
	padding-top: 2.5%;
}
.con-submit input[type="submit"]{
	display: block;
	width: 385px;
	line-height: 64px;
	font-size: 18px;
	color: #fff;
	border: 0;
	margin: 0 auto;
	border-radius: 30px;
	text-transform: uppercase;
	font-family: BlueSkyStandard;
	background-color: #000;
}
.con-msg em{
	font-size: 16px;
	line-height: 65px;
	position: absolute;
	right: 14px;
	top: 0;
	font-style: normal;
}
.Validform_wrong{
	color: red;
}
.Validform_right{
	color: green;
}

@media screen and (max-width:1680px) {
	.projects-container h3{
		font-size: 5.625rem;
	}
	.projects-desc ul li{
		width: 400px;
		padding-left: 90px;
		margin-bottom: 25px;
	}
	.projects-desc ul li i{
		width: 70px;
		height: 70px;
	}
	.projects-desc ul li h3{
		font-size: 1.5625rem;
	}
	.projects-desc ul li p{
		font-size: 1rem;
	}
	.projects-font{
		font-size: 1rem;
	}
	
	.projects-1 ul li h3 {
	    font-size: 26px;
	}
	.projects-1 ul li p {
	    font-size: 16px;
	}
	
	.con-msg input[type="text"]{
		font-size: 0.875rem;
		line-height: 50px;
		padding: 0 10px;
	}
	.con-msg em{
		font-size: 0.875rem;
		line-height: 50px;
		right: 10px;
	}
	.con-msg textarea{
		padding: 0 10px;
		font-size: 0.875rem;
		height: 130px;
	}
	.con-submit input[type="submit"]{
		width: 360px;
		font-size: 1rem;
		line-height: 60px;
	}
	
	
	.projects-2-left, .projects-2-right, .projects-2-bottom {
	    min-height: 268px;
	}
	
	.projects-2-img {
		width: 46%;
	}
	
	.projects-2-right .projects-2-text,
	.projects-2-left .projects-2-text{
	
		padding: 0 24px;
		width: 86%;
	}
	
	.projects-2-bottom .projects-2-text{
		width: 45%;
	}
	
	
	.projects-2-bottom .projects-2-img {
		width: 48%;
	}
	.projects-2-text h3, .projects-2-bottom h3 {
	    font-size: 24px;
	    line-height: 1.3;

	}
	
	
	
	
	
	
	
}
@media screen and (max-width:1440px) {
	.projects-container h3{
		font-size: 4.375rem;
	}
	.projects-desc ul li{
		width: 360px;
		padding-left: 80px;
		margin-bottom: 20px;
	}
	.projects-desc ul li i{
		width: 60px;
		height: 60px;
	}
	.projects-desc ul li h3{
		font-size: 1.25rem;
	}
	.projects-desc ul li p{
		font-size: 0.875rem;
	}
	.projects-font{
		font-size: 0.875rem;
	}
	
	.projects-1 ul li h3 {
	    font-size: 1.25rem;
	}
	.projects-1 ul li p{
		font-size: 0.875rem;
	}
	
	.projects-2-left, .projects-2-right, .projects-2-bottom {
	    min-height: 268px;
	}
	
	.projects-2-img {
		width: 46%;
	}
	
	
	.projects-2-right .projects-2-text,
	.projects-2-left .projects-2-text{

		padding: 0 24px;
		width: 86%;
	}

	.projects-2-bottom .projects-2-text{
		width: 45%;
	}
	
	
	.projects-2-bottom .projects-2-img {
		width: 53%;
	}



	
	.projects-2-text h3, .projects-2-bottom h3 {
	    font-size: 20px;
	    line-height: 1.3;
	    text-transform: uppercase;
	    margin-bottom: 13px;
	}
	.projects-2-text p, .projects-2-bottom p {
	    font-size: 14px;
	    line-height: 1.3;
	    opacity: .7;
	}
	
	.con-msg input[type="text"]{
		font-size: 0.75rem;
		line-height: 45px;
		padding: 0 5px;
	}
	.con-msg em{
		font-size: 0.75rem;
		line-height: 45px;
		right: 5px;
	}
	.con-msg textarea{
		padding: 0 5px;
		font-size: 0.75rem;
		height: 110px;
	}
	.con-submit input[type="submit"]{
		width: 340px;
		font-size: 0.875rem;
		line-height: 55px;
	}
}


.con-ban .theme-container{
	height: 100%;
}
.con-title{
	position: absolute;
	left: 0;
	bottom: 12%;
}
.con-title h3{
	font-size: 3.75rem;
	line-height: 1.3;
	color: #fff;
	font-family: 'BlueSkyStandard-Bold';
}
.service-01{
	padding: 4% 0;
}
.service-font{
	margin-top: 1%;
	font-size: 18px;
}
.service-01 ul{
	display: flex;
	justify-content: space-between;
}
.service-01 ul li{
	width: calc(95%/4);
	padding: 2% 0 2%;
	text-align: center;
	background-color: #fff;
	border-radius: 12px;
}
.service-01 ul li h3{
	font-size: 55px;
	font-family: 'BlueSkyStandard-Bold';
	line-height: 1.1;
	margin-bottom: 4%;
	color: #333;
}
.service-01 ul li h4{
	font-size: 16px;
	line-height: 1;
	font-weight: normal;
	margin-bottom: 8%;
	color: #666;
}
.service-01 ul li p{
	width: 80%;
	display: block;
	margin: 0 auto;
	font-size: 14px;
	line-height: 1.6;
}

.service-01 ul li i {
    display: block;
    width: 80px;
    height: 80px;
    margin: 0 auto 0;
    pointer-events: none;
}



.service-02{
	padding: 5% 0;
	background-color: #f4f4f4;
}

.service-2{
	position: relative;
	width: 100%;
	height: 41.6979vw;
	min-height: 510px;
	background-color: #000;
}
.service-2 video{
	width: 100%;
	height: 100%;
	object-fit: cover;
	overflow: hidden;
	opacity: .7;
}
.service-2 .theme-container{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
	display: flex;
	align-items: center;
}
.service-2-text {
	width: 30%;
}
.service-2-text p{
	font-size: 18px;
	line-height: 1.8;
	color: #fff;
}





.service-03{
	padding: 4% 0 4%;
	background: #303030;
}

.service-03 h2{
	margin-bottom: 3%;
	color: #fff;
}


.service-03 ul{
	width: 100%;
	margin: 1.5% auto 0;
	display: flex;
	justify-content: space-between;
}
.service-03 ul li{
	width: calc(90%/6);
	text-align: center;
}
.service-03 ul li i{
	pointer-events: none;
	display: block;
	width: 100%;
	padding: 10% 0;
	margin: 0 auto 10px;
	background-color: #4a4a4a;
	border-radius: 10px;
}
.service-03 ul li i img{
	width: 35%;
	max-width: 80px;
}
.service-03 ul li h3{
	font-size: 1rem;
	color: #fff;
	font-weight: normal;
	line-height: 2;
}
.service-04{
	padding: 4% 0;
	background-color: #f4f4f4;
}
.service-04-top{
	display: flex;
	justify-content: right;
	border-radius: 20px;
	overflow: hidden;
	margin-bottom: 2%;
	background: url(../images/service_04.jpg) left top/auto 100% no-repeat;
}
.service-04-text{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 41.45vw;
	height: 29.6875vw;
	min-width: 545px;
	min-height: 390px;
	background-color: #fff;
	border-radius: 0;
}
.service-04-desc{
	width: 80%;
	height: 65%;
}
.service-04-desc p{
	line-height: 1.6;
}
.service-04 ul{
	display: flex;
	justify-content: space-between;
}
.service-04 ul li{
	width: calc(97%/4);
	pointer-events: none;
	border-radius: 15px;
	overflow: hidden;
}
.service-04 ul li img{
	width: 100%;
}




.service-05 {
    width: 100vw;
    height: 38.54vw;
    min-width: 1280px;
    min-height: 506px;
    padding-top: 9%;
    position: relative;
    overflow: hidden;
}
.service-05 .bg {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 100%;
    height: 100%;
    background: url(../images/service-05.jpg) no-repeat center center;
    background-size: cover;
    transform: translate(-50%,-50%);
    z-index: 0;
}

.service-05-text {
    width: 70%;
    position: relative;
    margin: 0 auto;
    z-index: 99;
}

.service-05-text a {
    display: block;
    width: 170px;
	margin: 50px auto;
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 55px;
	border: 1px solid #fff;
}
.service-05-text a:hover {
	background-color: #fff;
	color: #333;

}



@media screen and (max-width:1680px) {
	.con-title h3{
		font-size: 3.4375rem;
	}
	.service-font{
		font-size: 1rem;
	}
	.service-01 ul li h3{
		font-size: 3rem;
	}
	.service-01 ul li h4{
		font-size: 0.9375rem;
	}
	.service-01 ul li p{
		font-size: 0.8125rem;
	}
	.service-02-box ul li i{
		width: 35px;
		height: 35px;
	}
	.service-02-box ul li h3{
		font-size: 2.5rem;
	}
	.service-02-box ul li p{
		font-size: 0.9375rem;
	}
	.service-03 ul li h3{
		font-size: 0.875rem;
	}
	
	
	.service-05 {
	    height: 41.54vw;
	}
	
	.theme-title h3{
		font-size: 40px;
	}
	
}
@media screen and (max-width:1440px) {
	.con-title h3{
		font-size: 3.125rem;
	}
	.service-font{
		font-size: 0.875rem;
	}
	.service-01 ul li h3{
		font-size: 2.375rem;
	}
	.service-01 ul li h4{
		font-size: 0.875rem;
	}
	.service-01 ul li p{
		font-size: 0.75rem;
	}
	.service-02-box ul li i{
		width: 30px;
		height: 30px;
	}
	.service-02-box ul li h3{
		font-size: 2.1875rem;
	}
	.service-02-box ul li p{
		font-size: 0.875rem;
	}
	.service-03 ul li h3{
		font-size: 0.75rem;
	}
	
	.service-05 {
	    height: 41.54vw;
	}
	
	.theme-title h3{
		font-size: 35px;
	}
	
}

.contact-top{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 4%;
}
.contact-left h3{
	font-size: 40px;
	line-height: 1.1;
	color: #000;
	font-family: "BlueSkyStandard-Bold";
}
.onelist ul{
	display: flex;
	justify-content: space-between;
}
.onelist ul li{
	text-align: center;
}
.onelist ul li i{
	display: block;
	width: 8vw;
	height: 8vw;
	margin: 0 auto 4%;
	min-width: 100px;
	min-height: 100px;
	border-radius: 50%;
	overflow: hidden;
}
.onelist ul li h4{
	font-size: 1.125rem;
	line-height: 2;
	color: #000;
	font-family: "BlueSkyStandard-Bold";
}
.onelist ul li p{
	font-size: 1rem;
}

.contact{
	padding: 5% 0;
}
.contact-box{
	display: flex;
	justify-content: space-between;
	background-color: #333;
	border-radius: 20px;
	overflow: hidden;
}
.contact-desc{
	width: 36%;
	padding: 4%;
}
.contact-desc h3{
	font-size: 1.5625rem;
	line-height: 1.3;
	color: #fff;
	font-family: 'BlueSkyStandard-Bold';
	margin-bottom: 10%;
}
.contact-desc h5{
	font-size: 1.25rem;
	line-height: 1.4;
	color: #fff;
}
.contact-desc p{
	font-size: 1rem;
	color: #fff;
	opacity: .7;
	line-height: 1.6;
	margin-bottom: 6%;
}
.contact-desc p:last-child{
	margin-bottom: 0;
}
.contact-msg{
	width: 68%;
	padding: 4%;
	background-color: #fafafa;
	border-radius: 20px;
	overflow: hidden;
}
.contact-msg input[type="text"]{
	padding-right: 48%;
	font-family: "BlueSkyStandard";
	font-size: 14px;
	width: 100%;
	line-height: 45px;
	background: none;
	border: 0;
	border-bottom: 1px solid #cecece;
}
.contact-msg textarea{
	font-family: "BlueSkyStandard";
	font-size: 14px;
	width: 100%;
	line-height: 25px;
	height: 125px;
	background: none;
	border: 0;
	font-family: "arial";
	border-bottom: 1px solid #cecece;
}
.contact-msg .con-content{
	padding-top: 2%;
	margin-bottom: 5%;
}
.con-sul input[type="submit"]{
	font-family: "BlueSkyStandard";
	width: 220px;
	line-height: 60px;
	font-size: 16px;
	color: #fff;
	background-color: #2c2c2c;
	text-align: center;
	border-radius: 30px;
}
.con-sul input[type="submit"]:hover{
	background-color: #da2627;
}
.contact-msg em{
	position: absolute;
	right: 0;
	top: 0;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	line-height: 45px;
}

@media screen and (max-width:1680px) {
	.contact-desc h3{
		font-size: 1.375rem;
	}
	.contact-desc h5{
		font-size: 1.125rem;
	}
	.contact-desc p{
		font-size: 0.875rem;
	}
	
	.contact-msg input[type="text"]{
		font-size: 13px;
		line-height: 40px;
	}
	.contact-msg textarea{
		font-size: 13px;
		height: 115px;
		line-height: 22px;
	}
	.con-sul input[type="submit"]{
		width: 200px;
		line-height: 52px;
		font-size: 15px;
	}
	.contact-msg em{
		font-size: 13px;
		line-height: 40px;
	}
	.onelist ul li h4{
		font-size: 1rem;
	}
	.onelist ul li p{
		font-size: 0.875rem;
	}
	
}
@media screen and (max-width:1440px) {
	.contact-desc h3{
		font-size: 1.25rem;
	}
	.contact-desc h5{
		font-size: 1rem;
	}
	.contact-desc p{
		font-size: 0.75rem;
	}
	.contact-msg input[type="text"]{
		font-size: 12px;
		line-height: 38px;
	}
	.contact-msg textarea{
		font-size: 12px;
		height: 100px;
		line-height: 20px;
	}
	.con-sul input[type="submit"]{
		width: 180px;
		line-height: 45px;
		font-size: 14px;
	}
	.contact-msg em{
		font-size: 12px;
		line-height: 38px;
	}
	.onelist ul li h4{
		font-size: 0.875rem;
	}
	.onelist ul li p{
		font-size: 0.75rem;
	}
}



.news-box{
	padding: 8% 0 4%;
	overflow: hidden;
}
.news-list ol li{
    position: relative;
    margin-bottom: 25px;
    background: #fff;
	overflow: hidden;
	transition: all 0.5s;
}
.news-list ol li a{
	position: relative;
    display: block;
    width: 100%;
    height: 100%;
	padding: 25px;
    overflow: hidden;
	box-sizing: border-box;
}
.news-list ol li .news-img{
    float: left;
    width: 25%;
    height: 224px;
	background: url(logo02.png) center no-repeat #f4f4f4;
    background-size: 150px;
	overflow: hidden;
}
.news-list ol li .news-img div{
    width: 100%;
    height: 100%;
	background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	overflow: hidden;
	transition: all 0.5s;
}
.news-list ol li .news-info{
	position: absolute;
	top: 50px;
	left: 30%;
    width: 50%;
	transition: all 0.5s;
}
.news-list ol li .news-info h3{
    display: block;
    width: 100%;
    padding-bottom: 15px;
	font-size: 22px;
	font-weight: normal;
	text-overflow: ellipsis;
	white-space: nowrap;
    color: #333;
	overflow: hidden;
}
.news-list ol li .news-info p{
	font-size: 15px;
    height: 50px;
    line-height: 25px;
	color: #999;
    overflow: hidden;
}
.news-list ol li .news-date{
	position: absolute;
	top: 50px;
	right: 50px;
    width: 100px;
    height: 150px;
	text-align: right;
    overflow: hidden; 
}
.news-list ol li .news-date span{
	display: block;
	font-family: "arial";
	font-size: 36px;
	transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
}
.news-list ol li .news-date font{
    display: block;
    font-family: "arial";
	font-size: 32px;
	color: #333;
	transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
}
.news-list ol li .news-date item{
	position: absolute;
	bottom: -50px;
	right: 5px;
    display: block;
    width: 13px;
    height: 26px;
	background: url(../images/r_arrow.png) no-repeat center;
    transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
}
.news-list ol li:hover{
	box-shadow: 0 0 25px 0 rgba(0, 0, 0, .1);
}
.news-list ol li:hover .news-img div{
    transform: scale(1.1, 1.1);
}
.news-list ol li:hover .news-info{
    left: calc(30% + 20px);
}
.news-list ol li:hover .news-date item{
    bottom: 30px;
}
.news-list ol li:hover .news-info h3{
	color: :																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																									;;
}



.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: #e33839;
	border-radius: 40px;
	cursor: pointer;
}
.news_content{
	float: right;
	width: 70%;
	font-size: 16px;
	padding: 50px 35px;
	line-height: 28px;
	color: #555;
	background: #fff;
	border-radius: 5px;
	box-sizing: border-box;
	overflow: hidden;
}
.news_content img{
	max-width: 100%;
}
.news_show_content p {
	margin_-bottom: 10px;
}
.news_info a:hover{
	background-color: #e33839;
}
.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_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_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: 0;
}
a.page {
	display: inline-block;
	padding:0 12px;
	margin-right: 1px;
	font-size: 16px;
	line-height: 35px;
	text-align: center;
	color: #fff;
	background: #000;
	border-radius: 0;
}
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-type{
	font-size: 0;
	display: flex;
	justify-content: center;
	position: absolute;
	bottom: 0;
	width: 100%;
	 background-color: rgba(255,255,255,.1);
	z-index: 99;
	backdrop-filter: blur(2px);
}



.pro-type .pro-item{
	margin-right: 60px;
}
.pro-type .pro-item > a{
	position: relative;
	display: inline-block;
	padding: 10px 0 20px 0;
}
.pro-type .pro-img{
	width: 60px;
	height: 60px;
	margin: 0 auto 8px;
	background-size: 100% auto;
	background-repeat: no-repeat;
}
.pro-type .pro-item > a h3{
	font-size: 14px;
	font-weight: normal;
	color: #fff;
}
.pro-type .pro-item > a::after{
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 10;
	margin: 0 auto;
	display: block;
	width:  0;
	height: 2px;
	background-color: #fff;
	transition: 0.3s all;
}
.pro-type .pro-item > a.on::after,
.pro-type .pro-item > a:hover::after{
	width: 100%;
}

.pro-type .pro-item > a:hover h3,
.pro-type .pro-item > a.on h3{
	color: #fff;
}
.pro-type .pro-item > a.on .pro-img,
.pro-type .pro-item > a:hover .pro-img{
	transform: rotateY(180deg);
}


.item-menu{
	position: absolute;
	top: 124px;
	left: 50%;
	z-index: 10;
	height: 0;
	min-height: 0;
	max-height: 0;
	margin-left: -100px;
	width: 200px;
	background-color: #fff;
	box-shadow: 0 12px 20px -10px rgba(0,0,0,.15);
	overflow: hidden;
}
.item-menu a{
	display: block;
	font-size: 14px;
	line-height: 40px;
	text-align: center;
	border-bottom: 1px solid #eee;
}
.item-menu a:hover{
	color: #fff;
	background-color: #e33839;
}

.pro-type .pro-item:hover .item-menu{
	height: auto;
	min-height: auto;
	max-height: 400px;
}

.product-box{
	padding: 2% 0;
}
.pro-content{
	display: flex;
	justify-content: space-between;
}

.product-content{
	width: 100%;
	min-height: 680px;
}
.pro-aline{
	width: 100%;
	font-size: 1rem;
	line-height: 2;
	padding-bottom: 20px;
}
.pro-aline a{
	display: inline-block;
	margin: 0 10px;
}
.pro-aline a:hover{
	text-decoration: underline;
}
.pro-aline a:first-child{
	margin-left: 0;
}
.type-box{
	display: flex;
	justify-content: space-between;
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 0 25px 0 rgba(0,0,0,.1);
}
.type-video{
	width: 58.3333%;
	border-radius: 12px;
	overflow: hidden;
	background-color: #000;
}
.type-video:hover img{
	transform: scale(1.05,1.05);
}
.type-video img{
	opacity: .5;
}
.type-video i{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	z-index: 1;
	width: 3.5468333vw;
	height: 3.5468333vw;
	min-height: 50px;
	min-width: 50px;
	background: url(../images/pro_video.png) center center/cover no-repeat;
}

.type-video a{
	cursor: pointer;
}
.type-info{
	width: 31.25%;
	height: 80%;
	padding-top: 7%;
	margin-right: 5%;
}
.type-info h3{
	font-size: 1.875rem;
	margin-bottom: 3%;
	color: #000;
}
.type-info p{
	font-size: 1rem;
	line-height: 1.6;
}
.type-content{
	padding-top: 4%;
	font-size: 1rem;
	line-height: 1.8;
}




.product-list ul,
.new-product ul{
	display: flex;
	flex-wrap: wrap;
}


.product-list ul li,
.new-product ul li{
	position: relative;
	width: calc(94%/4);
	height: 25.5vw;
	min-height: 331px;
	margin: 0 2% 2% 0;
	text-align: center;
	transition: all 0.5s;
	box-shadow: 0 2px 20px 0 rgb(0 0 0 / 5%);
}
.product-list ul li a,
.new-product ul li a{
	display: block;
	height: 100%;
	background-color: #fff;
}
.product-list ul li:nth-child(4n),
.new-product ul li:nth-child(4n){
	margin-right: 0;
}
.product-list ul li .img{
	padding: 20px;
	overflow: hidden;
}

.product-list ul li img,
.new-product ul li img{
	width: 100%;
	margin-bottom: 8%;
}
.product-list ul li h3,
.new-product ul li h3{
	font-size: 1.125rem;
	line-height: 2;
	text-align: center;
	margin-top: 5px;
	color: #000;
	background-color: #fff;
}
.product-list ul li p,
.new-product ul li p{
	font-size: 1rem;
	line-height: 1.4;
	color: #636062;
	text-align: center;
}
.product-list ul li span,
.product-list ul li input{
	position: absolute;
	top: 24vw;
	left: 0;
	right: 0;
	z-index: 15;
	display: block;
	margin: 0 auto;
	width: 180px;
	font-size: 14px;
	line-height: 50px;
	height: 50px;
	text-align: center;
	border-radius: 0;
	color: #fff;
	background-color: #da2627;
	opacity: 0;
	visibility: hidden;
}

.new-product ul li:hover{
	box-shadow: 0 20px 35px -15px rgba(0,0,0,.25);
}

.product-list ul li:hover img{
	transform: scale(1.1);
}
.product-list ul li:hover h3{
margin-top: -10px;
}
.product-list ul li:hover p{
	opacity: 0;
}



.product-list ul li:hover span,
.product-list ul li:hover input{
	opacity: 1;
	top: 24vw;
	visibility: initial;
	
}
.product-list ul li:hover a{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	height: 29vw;
	min-height: 390px;
	box-shadow: 0 20px 35px -15px rgba(0,0,0,.1);
}
.product-list ul li em,
.new-product ul li em{
	position: absolute;
	font-size: 12px;
	top: 12px;
	left: 12px;
	display: block;
	padding: 4px 10px;
	color: #fff;
	border: 1px solid #da2627;
	color: #da2627;
	border-radius: 20px;
	font-family: 'BlueSkyStandard-Bold';
	font-style: normal;
	z-index: 99;
}
.pro-serach-box{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100vw;
	min-width: 1280px;
	height: 15.36458vw;
	min-height: 200px;
	max-height: 295px;
	background: url(../images/pro_search_bg.jpg) center center/cover no-repeat;
}
.pro-serach{
	text-align: center;
	width: 33.75%;
	max-width: 650px;
}
.pro-serach h3{
	font-size: 2rem;
	line-height: 2;
	color: #000;
	margin-bottom: 4%;
}
.pro-serach form{
	overflow: hidden;
	border-bottom: 1px solid #dcdcdc;
}
.pro-serach input[type="text"]{
	float: right;
	width: calc(100% - 70px);
	line-height: 55px;
	border: 0;
	padding: 0 10px;
	font-size: 1rem;
	font-family: BlueSkyStandard , arial;
	background-repeat: no-repeat;
	background: no-repeat;
}
.pro-serach input[type="submit"]{
	float: left;
	width: 70px;
	height: 55px;
	border: 0;
	background: url(search.png) center center no-repeat;
}


.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 h3{
		font-size: 1.25rem;
	}
	.pro-menu > ul > li > a{
		padding: 16px 20px;
		font-size: 1rem;
	}
	.pro-menu > ul > li:hover .menu-down,
	.pro-menu > ul > li.on .menu-down{
		padding: 8px 0;
	}
	.menu-down a{
		padding: 16px 20px;
		font-size: 0.875rem;
	}
	.pro-aline{
		font-size: 0.875rem;
	}
	.type-info h3{
		font-size: 1.625rem;
	}
	.type-info p{
		font-size: 0.875rem;
	}
	.type-content{
		font-size: 0.875rem;
	}
	.product-list ul li em{
		top: 11px;
		left: 11px;
		padding: 3px 12px;
		font-size: 13px;
		border-radius: 20px;
	}
	.product-list ul li h3{
		font-size: 1rem;
	}
	.product-list ul li p{
		font-size: 0.875rem;
	}
	.product-list ul li span,
	.product-list ul li input{
		width: 150px;
		font-size: 0.875rem;
		line-height: 45px;
		height: 45px;
	}
	.pro-serach h3{
		font-size: 1.625rem;
	}
	.pro-serach input[type="text"]{
		width: calc(100% - 60px);
		line-height: 50px;
	}
	.pro-serach input[type="submit"]{
		width: 60px;
		height: 50px;
	}
}
@media screen and (max-width:1680px) {
	.pro-title h3{
		font-size: 1.0625rem;
	}
}
@media screen and (max-width:1440px) {
	.pro-title h3{
		font-size: 1rem;
	}
	.pro-menu > ul > li > a{
		padding: 14px 18px;
		font-size: 0.875rem;
	}
	.menu-down a{
		padding: 14px 18px;
		font-size: 0.75rem;
	}
	.pro-menu > ul > li:hover .menu-down,
	.pro-menu > ul > li.on .menu-down{
		padding: 6px 0;
	}
	.pro-aline{
		font-size: 0.75rem;
	}
	.type-info h3{
		font-size: 1.375rem;
	}
	.type-info p{
		font-size: 0.75rem;
	}
	.type-content{
		font-size: 0.75rem;
	}
	.product-list ul li em{
		top: 10px;
		left: 10px;
		padding: 2px 10px;
		font-size: 12px;
		border-radius: 20px;
	}
	.product-list ul li h3{
		font-size: 0.875rem;
	}
	.product-list ul li p{
		font-size: 0.75rem;
	}
	.product-list ul li span,
	.product-list ul li input{
		width: 130px;
		font-size: 12px;
		line-height: 40px;
		height: 40px;
	}
	.pro-serach h3{
		font-size: 1.375rem;
	}
	.pro-serach input[type="text"]{
		width: calc(100% - 56px);
		line-height: 45px;
	}
	.pro-serach input[type="submit"]{
		width: 56px;
		height: 45px;
	}
	
	
	

}

@media screen and (max-width: 1280px){
	.product-list ul li span {
	   top: 325px;
	}
}






.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: -17px;
    top: 18px;
	line-height: 40px;
	font-size: 20px;
	text-align: center;
	cursor: pointer;
	color: #fff;
	font-size: 22px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	font-weight: bold;
	background: url(closed.png);
	background-size: cover;
}

.video_show i:hover {
	transform: rotate(90deg);
}

.video_show .content {
	width: 90%;
	margin: 20px 5%;
}

.video_show .content h2 {
	line-height: 50px;
	color: #4c321c;
}

.video_show .content .show_date {
	width: 100%;
	height: 25px;
	margin: 10px 0;
	background: #F9F9F9;
	line-height: 25px;
	color: #666;
	text-indent: 2em;
}

.video_show .content .show_intro {
	width: 100%;
	text-align: left;
	font-size: 14px;
	border: 10px solid #fff;
	background-color: #fff;
    display: grid;
}

.video_show iframe,
.video_show video{
	width: 100%;
	max-height: 500px;
}


.video_ise {
    display: inline-block!important;
    width: 81px;
    height: 81px;
    cursor: pointer;
    line-height: 50px;
    position: absolute;
    top: 0;
    left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
    opacity: 1;
	z-index: 99;
}
.video_ise img{
	width: 100%;
}
.pro_video:hover .video_ise{
	transform: scale(1.08,1.08);
}

.pro_video:hover .video_img{
	opacity: .9;
}

.pro_video{
	background-color: #000;
}



.pro-box{
	padding: 4% 0;
}
.pro-container{
	width: 73.6%;
	min-width: 1000px;
	margin: 0 auto;
	display: flex;
	overflow: hidden;
	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: #da2627;
}
.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: 50px;
	height: 50px;
	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: #e33839;
}
.product-button-01:hover{
	background-color: #e3383a;
}
.product-button-02:hover{
	background-color: #d83334;
}


.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: 30%;
}
.product-recom ul li .text{
	width: 64%;
}
.product-recom ul li h4{
	font-size: 1.25rem;
	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: #e33839;
}
.product-detailed{
	width: 63%;
	padding: 4%;
	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: #333;
	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: calc(4% + 80px);
}
.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: 10px;
	height: 10px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	transform: rotate(45deg);
	cursor: pointer;
}
.consult-top h3{
	margin-top: 25px;
	font-size: 30px;
	line-height: 2;
	color: #fff;
}
.consult-top p{
	font-size: 16px;
	line-height: 1.6;
	color: #fff;
	margin-bottom: 45px;
}
.consult-top h5{
	font-size: 14px;
	line-height: 1.5;
	font-weight: normal;
	color: #fff;
}
.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: #e33839;
	border-radius: 5px;
}
.consult-bottom{
	text-align: right;
	height: 80px;
}
.consult-info{
	position: fixed;
	right: calc(2% + 70px);
	bottom: 4%;
	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: 2%;
	bottom: 4%;
	z-index: 200;
	display: inline-block;
	width: 64px;
	height: 64px;
	border-radius: 50%;
	background-color: #e33839;
	cursor: pointer;
}
.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.75rem;
	}
	.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.75rem;
	}
	.product-recom ul li em{
		top: 10px;
		right: 10px;
		font-size: 0.75rem;
		padding: 2px 6px;
	}
}



.series-list ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.series-list ul li{
	position: relative;
	width: 49%;
	border-radius: 12px;
	overflow: hidden;
	margin-bottom: 2%;
}
.series-list ul li h3{
	position: absolute;
	left: 0;
	bottom: 4.5%;
	padding: 0 4.5%;
	font-size: 1.25rem;
	line-height: 2;
	color: #fff;
}
.series-list ul li:hover img{
	transform: scale(1.05,1.05);
}
.series-box{
	padding: 4.5% 0;
}
.series-top{
	display: flex;
	justify-content: space-between;
	margin-bottom: 3%;
}
.series-img{
	pointer-events: none;
	width: 74%;
	border-radius: 12px;
	overflow: hidden;
}
.series-text{
	width: 24%;
	border-radius: 12px;
	padding: 4% 3%;
	background-color: #fff;
}
.series-text h3{
	font-family: 'BlueSkyStandard-Bold';
	font-size: 2.5rem;
	line-height: 1.3;
	margin-bottom: 6.5%;
	color: #000;
}
.series-text p{
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 16%;
	color: #666;
}
.series-text a{
	display: inline-block;
	width: 75%;
	line-height: 50px;
	font-size: 16px;
	border-radius: 30px;
	color: #fff;
	text-align: center;
	background-color: #da2627;
}
.series-text a:hover{
	box-shadow:  0 0 15px 0 rgba(0,0,0,.1);
}
.series-bottom{
	display: flex;
	justify-content: end;
}
.series-pro{
	width: 74%;
}
.series-pro ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: left;
}
.series-pro ul li{
	width: calc(94%/4);
	margin: 0 2% 2% 0;
	background-color: #fff;
	border-radius: 10px;
	overflow: hidden;
}
.series-pro ul li:nth-child(4n){
	margin-right: 0;
}
.series-pro ul li h3{
	font-weight: normal;
	text-align: center;
	line-height: 3.5;
}
.series-pro ul li:hover{
	transform: translateY(-5px);
	box-shadow: 0 0 20px 0 rgba(0,0,0,.15);
}


@media screen and (max-width:1680px) {
	.series-text p{
		font-size: 0.875rem;
	}
	.series-text h3{
		font-size: 1.8rem;
	}
	.series-text a{
		line-height: 45px;
		font-size: 0.9375rem;
	}
}
@media screen and (max-width:1440px) {
	.series-text p{
		font-size: 0.75rem;
	}
	.series-text h3{
		font-size: 1.3rem;
	}
	.series-text a{
		line-height: 40px;
		font-size: 0.75rem;
	}
}


/**/

.cart_page {
	width: 646px;
	min-height: 370px;
    text-transform: capitalize;
    overflow: hidden;
    position: fixed;
    left: 50%;
    top: 50%;
	margin: -278px 0 0 -250px;
    z-index: 10001;
	background-color: #fff;
	border-radius: 10px;
	
	opacity: 0;
	display: none;
	box-sizing: border-box;
    -webkit-animation: cartShow cubic-bezier(0.68, -0.55, 0.27, 1.55) 1s forwards;
    -o-animation: cartShow cubic-bezier(0.68, -0.55, 0.27, 1.55) 1s forwards;
    -ms-animation: cartShow cubic-bezier(0.68, -0.55, 0.27, 1.55) 1s forwards;
    animation: cartShow cubic-bezier(0.68, -0.55, 0.27, 1.55) 1s forwards;
}
.cart_list {
    width: calc(100%);
    min-height: 300px;
    padding: 30px;
    box-sizing: border-box;
}
.cart_list ul {
    width: 100%;
    float: left;
    height: 390px;
    overflow-y: overlay;
    padding-right: 5px;
}
.cart_list .add_order {
    color: #fff;
    text-align: center;
    cursor: pointer;
    cursor: pointer;
    background: #da2627;
    height: 58px;
    line-height: 58px;
    border-radius: 50px;
    margin: 30px 0;
    width: 100%;
    float: left;
    font-size: 16px;
}

.cart_list ul li {
    float: left;
    width: 49.5%;
    overflow: hidden;
    background: #fff;
    margin: 0 1% 1% 0;
    position: relative;
    box-sizing: border-box;
    color: #fff;
}
.cart_list ul li:nth-child(2n){
	margin-right: 0;
}
.cart_list ul li strong {
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    height: 30px;
    background-image: url(del.png);
    opacity: 0;
    z-index: 1;
    cursor: pointer;
}
.cart_list ul li:hover strong {
    opacity: 1;
}
.cart_list ul li .pro_top .fl {
    width: 120px;
    height: 120px;
    overflow: hidden;
}
.cart_list ul li .pro_top {
    width: 100%;
    display: flex;
	justify-content: space-between;
	align-items: center;
}
.cart_list ul li .pro_bot {
    width: calc( 100% - 140px);
    padding-top: 8px;
}
.cart_list ul li .pro_bot h3 {
    color: #000;
    font-size: 18px;
    margin-bottom: 10px;
}
.cart_list ul li .pro_bot p {
    line-height: 1.5;
    text-transform: capitalize;
    color: #989898;
    font-size: 14px;
}

.cart_list ul::-webkit-scrollbar ,
.headcart ul::-webkit-scrollbar{
	width: 5px;
	height: 5px;
}
.cart_list ul::-webkit-scrollbar-track,
.headcart ul::-webkit-scrollbar-track{
	background: #fff;
}
.cart_list ul::-webkit-scrollbar-thumb,
.headcart ul::-webkit-scrollbar-thumb{
	background-color: #ccc;
	border-radius: 30px;
	overflow: hidden;
}
.cart_list ul::-webkit-scrollbar-thumb:hover,
.headcart ul::-webkit-scrollbar-thumb:hover{
	background-color: #ccc;
}
.cart_list ul::-webkit-scrollbar-corner,
.headcart ul::-webkit-scrollbar-corner{
	background-color: #ccc;
}
.cart_list ul::-webkit-scrollbar-resizer,
.headcart ul::-webkit-scrollbar-resizer{
	background-color: #ccc;
}




.cart_page_t,
.cart-page-t{
	position: relative;
}
.cart_page_t h3,
.cart-page-t h3{
	line-height: 64px;
	color: #000;
	border-bottom: 1px solid #eee;
	padding: 0 30px ;
	font-size: 20px;
}
.cart_page_t i,
.cart-page-t i{
	position: absolute;
	right: 20px;
	top: 10px;
}

@-webkit-keyframes cartShow {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

@-o-keyframes cartShow {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

@-ms-keyframes cartShow {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

@keyframes cartShow {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}



.send_page,
.cart-page{
	width: 646px;
	min-height: 370px;
    text-transform: capitalize;
    overflow: hidden;
    position: fixed;
    left: 50%;
    top: 50%;
	transform: translate(-50%,-50%);
    z-index: 10001;
	background-color: #fff;
	border-radius: 10px;
	
	opacity: 0;
	display: none;
	box-sizing: border-box;
    -webkit-animation: cartShow cubic-bezier(0.68, -0.55, 0.27, 1.55) 1s forwards;
    -o-animation: cartShow cubic-bezier(0.68, -0.55, 0.27, 1.55) 1s forwards;
    -ms-animation: cartShow cubic-bezier(0.68, -0.55, 0.27, 1.55) 1s forwards;
    animation: cartShow cubic-bezier(0.68, -0.55, 0.27, 1.55) 1s forwards;
}
.send_page .send_page_c p,
.cart-page .cart-page-c p{
	font-size: 16px;
	line-height: 1.8;
	margin-bottom: 10px;
}
.send_page .send_page_c,
.cart-page .cart-page-c{
	padding: 30px 40px ;
}

.send_page_product,
.cart-page-product{
	position: relative;
	float: left;
	margin-top: 10px;
	width: 100%;
}

.send_page_product h4,
.cart-page-product h4{
	font-size: 16px;
	margin-bottom: 5px;
}
.send_page_product ul,
.cart-page-product ul{
	width: 100%;
	float: left;
	height: 202px;
	overflow-y: overlay;
	padding-right: 5px;
	margin-bottom: 10px;
}
.send_page_product ul::-webkit-scrollbar,
.cart-page-product ul::-webkit-scrollbar{
	width: 2px;
}

.send_page_product ul::-webkit-scrollbar-track,
.cart-page-product ul::-webkit-scrollbar-track{
background: #eee;
}


.send_page_product ul li,
.cart-page-product ul li{
	float: left;
	width: 24.5%;
	overflow: hidden;
	background: #fff;
	margin: 0 1% 1% 0;
	position: relative;
	box-sizing: border-box;
	color: #fff;
	min-height: 200px;
}

.send_page_product ul li i,
.cart-page-product ul li i{
	position: absolute;
	left: 0;
	top: 10px;
	z-index: 888;
	display: block;
}
.send_page_product ul li:nth-child(2n),
.cart-page-product ul li:nth-child(2n){
	margin-right: 0;
}

.send_page_product ul li .pro_top,
.cart-page-product ul li .pro_top{
	width: 100%;
	clear: both;
}

.send_page_product ul li .pro_top .fl,
.cart-page-product ul li .pro_top .fl{
	width: 120px;
	height: 120px;
	float: left;
	overflow: hidden;
}

.send_page_product ul li .pro_bot,
.cart-page-product ul li .pro_bot{
	float: right;
	width: calc( 100%);
		
}

.send_page_product ul li .pro_bot h3,
.cart-page-product ul li .pro_bot h3{
	color: #000;
	font-size: 16px;
	margin-bottom: 5px;
}

.send_page_product ul li .pro_bot p,
.cart-page-product ul li .pro_bot p{
	line-height: 1.5;
	text-transform: capitalize;
	color: #989898;
	font-size: 14px;
}

.send_page_product ul li:hover img,
.cart-page-product ul li:hover img{
	transform: scale(1.1,1.1);
}


.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: #da2627;
    cursor: pointer;
}


.keyword_title{
	padding-bottom: 4%;
}
.keyword_title h4{
	font-size: 18px;
	line-height: 2;
	color: #000;
}