@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: 15px;
	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;
	max-width: 1440px;
}





.theme-banner{
	background: url(load.gif) center no-repeat;
}
.theme-banner{
	display: block;
	width: 100%;
	height: 42.48vw;
	min-height: 610px;
}
.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;
}
.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: 119px;
	height: 45px;
	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: #000;
}
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 #000;
}

.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: #333;
	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: 44px;
	font-family: 'BlueSkyStandard-Bold';
	line-height: 1.2;
	color: #000;
}
.theme-title h2.white{
	color: #fff;
}
.theme-title h3{
	font-size: 40px;
	font-family: 'BlueSkyStandard-Bold';
	line-height: 1.2;
	color: #000;
}
.theme-title h3.white{
	color: #fff;
}

.theme-introduce{
	padding: 5% 0;
}
.theme-introduce-box{
	display: flex;
	justify-content: space-between;
}
.theme-video{
	position: relative;
	width: 52.77%;
	cursor: pointer;
	border-radius: 15px;
	overflow: hidden;

}
.theme-video:hover img{
	transform: scale(1.04,1.04);
}
.theme-video i,
.theme-depa-left i{
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 10;
	transform: translate(-50%,-50%);
	width: 5.2vw;
	height: 5.2vw;
	min-width: 50px;
	min-height: 50px;
	max-width: 80px;
	max-height: 80px;
	border-radius: 50%;
	background: url(../images/video_icon.png) center center/cover no-repeat;
	cursor: pointer;
}
.theme-introduce-right{
	width: 51.94%;
	display: flex;
	flex-wrap: wrap;
	float: right;
	align-content: space-between;
	margin-left: 40px;
}
.theme-introduce-text{
	position: absolute;
	left: 5%;
	bottom: 30px;
	margin: auto;
	text-align: left;
}
.theme-introduce-text img{
	width: 92px;
}
.theme-introduce-text h3 {
    font-size: 32px;
    line-height: 1.2;
    font-family: 'BlueSkyStandard-Bold';
    color: #fff;
}

.theme-introduce-text p{
	font-size: 16px;
	line-height: 1;
	color: #fff;
	padding-bottom: 10px;
}


.introduce-right-01{
	border-radius: 10px;
	overflow: hidden;
	
}

.introduce-right-01 .theme-introduce-text h3,
.introduce-right-01 .theme-introduce-text p{
	color: #000;
}


.introduce-right-02{
	border-radius: 10px;
	overflow: hidden;
}



.theme-product{
	padding: 5% 0 3% 0;
	overflow: hidden;
	position: relative;
}


.theme-product .swiper-slide{
	overflow: hidden;
	transition: .36s ease;
	position: relative;
	border-radius: 20px;
	
}



.theme-pro-img{
	position: relative;
	overflow: hidden;
	max-width: 100%;
	transition: .36s ease;
	transform-origin: center;
	background: #000;
}

.theme-pro-text{
	position: absolute;
	top: 87%;
	width: 70%;
	display: inline-table;
	margin: 0 auto;
	left: 0;
	right: 0;
	text-align: center;
	transition: .36s ease;

}


.theme-pro-text h3{
	font-size: 1.5rem;
	line-height: 1.8;
	font-family: 'BlueSkyStandard-Bold';
	color: #fff;
}
.theme-pro-text p{
	font-size: 1.125rem;
	line-height: 1.5;
	min-height: 50px;
	color: #fff;
	opacity: 0;
}

.theme-pro-more{
	color: #fff;
	text-decoration: underline;
	margin-top: 50px;
	opacity: 0;
	font-size: 18px;
	display: block;
}



.swiper-product{
	/* padding-bottom: 5.5%; */
}


.theme-product .swiper-slide:hover .theme-pro-img img {
    transform: scale(1.2);
	opacity: .6;
}

.theme-product .swiper-slide:hover  .theme-pro-text{
	top: 50%;
	transform: translateY(-50%);
}

.theme-product .swiper-slide:hover  .theme-pro-text p,
.theme-product .swiper-slide:hover  .theme-pro-text span{
	opacity: 1;
}




.webpro-prev,
.webpro-next{
	position: absolute;
	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: -2%;
	background: url(../images/pro_prev.png) top center/100% auto no-repeat #fff;
}
.webpro-next{
	right: -2%;
	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: #333;
	background-position: 0 100%;
}
.webpro-prev.swiper-button-disabled,
.webpro-next.swiper-button-disabled{
	cursor: no-drop;
}

.theme-about{
	position: relative;
	padding: 100px 0;
	background: #f6f6f6;
}

.theme-about-img{
	position: relative;
}

.theme-about-text{
	position: relative;
	z-index: 1;
	font-size: 32px;
	line-height: 44px;
	width: 780px;
	margin-bottom: 80px;
}
.theme-about-text h1{
	font-family: "BlueSkyStandard-Bold";
	font-size: 40px;
	color: #000;
	width: 82%;
	margin-bottom: 20px;
}
.theme-about-text p{
	font-size: 18px;
	margin-bottom:14px;
	line-height: 1.5;
	color: #999;
}

.theme-about-text a{
	display: block;
	width: 170px;
	font-size: 14px;
	color: #fff;
	text-align: center;
	line-height: 55px;
	background-color: #000;
	margin-top: 30px;
}
.theme-about-text a:hover{
	transform: translateY(-8px);
	box-shadow: 0 15px 25px -8px rgba(0,0,0,.3);
}



.theme-about-info{
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
	width:calc(100% - 900px);
}

.theme-about-info ol li{
	width: 40%;
	float: right;
	border-left: 4px solid #e9e9e9;
	padding-left: 20px;
	margin-left: 30px;
	margin-bottom: 50px;
}

.theme-about-info ol li h4{
	font-size: 3.125rem;
	line-height: 1;
	color: #000;
}
.theme-about-info ol li h4 em {
    font-style: normal;
    font-size: 1rem;
    vertical-align: text-top;
}

.theme-about-info ol li p{
	font-size: 16px;
	line-height: 1.8;
	color: #5a5a5a;
	margin-bottom: 0;
}

.theme-factory{
	width: 100vw;
	height: 38.54vw;
	min-width: 1280px;
	min-height: 506px;
	position: relative;
	overflow: hidden;
	background: #000;
}

.theme-factory-text{
	position: absolute;
    left: 50%;
	width: 40%;
    top: 28%;
    z-index: 10;
    transform: translateX(-50%);
    text-align: center;
}
.theme-factory-desc{
	font-size: 20px;
	line-height: 32px;
	color: #fff;
	text-align: center;
}
.theme-factory-more{
	color: #fff;
	text-decoration: underline;
	margin-top: 50px;
	font-size: 18px;
	display: block;
}


.theme-factory video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.5;
}

.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-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-hotpro{
	padding: 0% 0 5%;
}
.theme-hotpro .theme-title {
    padding-bottom: 2%;
}
.swiper-hot{
	width: 100%;
	margin: 0;
}
.swiper-hot .swiper-slide{
	padding: 15px;
}
.swiper-hot .swiper-slide a{
	display: block;
	text-align: center;
	border-radius: 12px;
	padding-bottom: 5%;
	box-shadow: 0 0 15px 0 rgba(0,0,0,.08);
}
.swiper-hot .swiper-slide img{
	margin-bottom: 5%;
	border-radius: 12px;
}
.swiper-hot .swiper-slide h3{
	font-size: 22px;
	font-family: 'BlueSkyStandard-Bold';
	line-height: 1.6;
	color: #000;
}
.swiper-hot .swiper-slide p{
	font-size: 16px;
	line-height: 1.6;
}
.theme-hotpro-left{
	padding-top: 25px;
}
.theme-hotpro-left .theme-title{
	margin-bottom: 15%;
}
.hot-prev,.hot-next{
	position: absolute;
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    cursor: pointer;
    background-repeat: no-repeat;
    background-color: #f8f8f8;
    background-size: 100% auto;
	top: 50%;
	transform: translateY(-50%);
}
.hot-prev{
	left: -75px;
	background: url(../images/hos_prev.png) top center/cover no-repeat #f8f8f8;
}
.hot-next{
	right: -75px;
	background: url(../images/hos_next.png) top center/cover no-repeat #f8f8f8;
}
.hot-prev:hover,
.hot-next:hover{
	background-color: #000;
	background-position: 0 100%;
}



.index-blog{
	padding: 5% 0;
	background-color: #eee;
}
.index-blog .swiper-slide{
	background-color: #fff;
	border-radius: 15px;
	overflow: hidden;
}
.index-blog .swiper-slide a{
	display: block;
	transition: all 0.6s;
}
.index-blog .swiper-slide .news-img{
	border-radius: 15px;
	overflow: hidden;
}
.index-blog .swiper-slide .news-img img{
	width: 100%;
	height: 16.5833vw;
	min-height: 187px;
	object-fit: cover;
}
.index-blog .swiper-slide .news-info{
	padding: 8% 7%;
}
.index-blog .swiper-slide .news-info h3{
	font-size: 20px;
	line-height: 2;
	color: #000;
	font-weight: normal;
}
.index-blog .swiper-slide .news-info p{
	font-size: 16px;
	height: 54px;
	line-height: 1.7;
	color: #999;
}
.index-blog .swiper-slide:hover .news-img img{
	transform: scale(1.05,1.05);
}
.index-blog .swiper-slide:hover a{
	background-color: #333;
}
.index-blog .swiper-slide:hover h3{
	color: #fff;
}
.index-blog .swiper-slide:hover p{
	color: #fff;
}


.news-prev,.news-next{
	position: absolute;
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    cursor: pointer;
    background-repeat: no-repeat;
    background-color: #f8f8f8;
    background-size: 100% auto;
	top: 50%;
	transform: translateY(-50%);
}
.news-prev{
	left: -75px;
	background: url(../images/hos_prev.png) top center/cover no-repeat #f8f8f8;
}
.news-next{
	right: -75px;
	background: url(../images/hos_next.png) top center/cover no-repeat #f8f8f8;
}
.news-prev:hover,
.news-next:hover{
	background-color: #000;
	background-position: 0 100%;
}


.theme-onelist {
    padding: 5% 0 5%;
    overflow: hidden;
}
.onelist ul{
	display: flex;
	justify-content: space-between;
}
.onelist ul li{
	width: calc(100%/6);
	text-align: center;
}
.onelist ul li i{
	display: block;
	width: 8vw;
	margin: 0 auto 4%;
	max-width: 130px;
	min-width: 100px;
	min-height: 100px;
	border-radius: 50%;
	overflow: hidden;
}
.onelist ul li h4{
	font-size: 1.125rem;
	line-height: 2;
	padding-bottom: 10px;
	color: #000;
	font-family: "BlueSkyStandard-Bold";
}
.onelist ul li p{
	font-size: 1rem;
	line-height: 1.5;
}

.theme-contact{
	padding: 80px 0;
}
.theme-contact ul{
	display: flex;
	justify-content: space-between;
}
.theme-contact ul li:nth-child(1){
	width: 32%;
}
.theme-contact ul li p{
	font-size: 18px;
	line-height: 1.6;
	color: #656565;
}
.theme-add{
	display: block;
	width: 38px;
	height: 38px;
	margin-bottom: 10px;
	background: url(../images/index_add.png) center no-repeat;
}
.theme-tel{
	display: block;
	width: 38px;
	height: 38px;
	margin-bottom: 8px;
	background: url(../images/index_tel.png) center no-repeat;
}
.theme-email{
	display: block;
	width: 38px;
	height: 38px;
	margin-bottom: 8px;
	background: url(../images/index_email.png) center no-repeat;
}
.theme-web{
	display: block;
	width: 38px;
	height: 38px;
	margin-bottom: 8px;
	background: url(../images/index_web.png) center no-repeat;
}
	







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





.footer{
	padding: 4% 0 4%;
	background-color: #1f1f1f;
}
.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: 22px;
	line-height: 1.5;
	color: #fff;
	margin-bottom: 10px;
}
.foot-left form{
	overflow: hidden;
	border-bottom: 1px solid rgba(255,255,255,.3);
}
.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: 50px;
	height: 50px;
	border: 0;
	background: url(search_icon.png) center center/50% auto no-repeat;
}



.links{
	padding-top: 30px;
}
.links a{
	display: inline-block;
	font-size: 15px;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	color: #fff;
	background: #343434;
	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: #fff;
	margin-bottom: 18px;
}
.footer dl dd a{
	font-size: 16px;
	color: #fff;
	line-height: 2;
	opacity: .5;
}
.footer dl dd a:hover{
	text-decoration: underline;
	opacity: 1;
}


.copy-box{
	color: #fff;
	font-size: 16px;
	overflow: hidden;
	background-color: #1f1f1f;
}
.copy-box a{
	color: #fff;
}
.copy-box .theme-container{
	border-top: 1px solid #333;
	line-height: 80px;
	overflow: hidden;
}
.copy-box .fr a{
	color: #666;
}


@media screen and (max-width:1680px) {
	.theme-title h2{
		font-size: 40px;
	}
	.theme-introduce-text h3 {
	    font-size: 28px;
	}
	.theme-introduce-right {
	    width: 53.94%;
	    margin-left: 22px;
	}
	
	.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-text {
		width: 750px;
	}
	.theme-about-info {
	    width: calc(100% - 800px);
	}

	.theme-about-info ol li h4{
		font-size: 48px;
	}
	.theme-about-info ol li p{
		font-size: 14px;
	}
	
	.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: 38px;
	}
	.theme-introduce-text h3 {
	    font-size: 26px;
	}
	.theme-introduce-right {
	    width: 53.94%;
	    margin-left: 22px;
	}

	.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-text p{
		font-size: 16px;
	}

	.theme-about-text {
		width: 700px;
	}
	.theme-about-info {
	    width: calc(100% - 750px);
	}

	.theme-about-info ol li h4{
		font-size: 48px;
	}
	.theme-about-info ol li p{
		font-size: 14px;
	}

	.index-blog .swiper-slide .news-info h3{
		font-size: 18px;
	}
	.index-blog .swiper-slide .news-info p{
		font-size: 14px;
	}
	
	.theme-contact {
	    padding: 60px 0;
	}

	.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: 40.5vw;
	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: 40%;
}
.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;
	margin-top: 3%;
}
.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;
	cursor: pointer;
}
.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: #333;
	border: 1px solid #333;
}



.tact_center{
	position: absolute;
	left:0;
	top: 50%;
	transform: translateY(-50%);
	width: 45%;
}
.tact_center h2{
	font-size: 3.2rem;
	line-height: 1.2;
	color: #fff;
	font-weight: normal;
	
}

.tact_center p{
	font-size: 1.125rem;
	line-height: 28px;
	color: #fff;
	margin-top: 3%;
}






/*下载*/
.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: 5% 0;
	background-color: #fff;
	overflow: hidden;
}
.about-content{
	margin-bottom: 3.5%;
}
.about-content-text{

}
.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: 640px;
	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 #333;
}

.theme-vr-text {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    margin: auto;
    text-align: center;
	z-index: 99;
}
.theme-vr-text img {
    width: 92px;
}
.theme-vr-text p {
    font-size: 28px;
    line-height: 2;
    color: #fff;
}
.about-num{
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	z-index: 1;
	box-shadow: 0 0 25px rgb(0 0 0 / 10%);
}
.about-num ul{
	width: calc(100% - 640px);
	padding: 0% 6%;
	border-radius: 14px;
	background-color: #fff;
}
.about-num ul li{
	text-align: left;
	width: 50%;
	float: left;
	padding: 6% 0;
	
}
.about-num ul li h4{
	font-size: 50px;
	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-vi{
	padding: 5% 0;
}
.about-vi .swiper-slide {
    overflow: hidden;
	border-radius: 15px;
}
.about-vi .swiper-slide:hover img{
    transform: scale(1.05,1.05);
}

.vi-prev,.vi-next{
	position: absolute;
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    cursor: pointer;
    background-repeat: no-repeat;
    background-color: #f8f8f8;
    background-size: 100% auto;
	top: 50%;
	transform: translateY(-50%);
}
.vi-prev{
	left: -75px;
	background: url(../images/hos_prev.png) top center/cover no-repeat #f8f8f8;
}
.vi-next{
	right: -75px;
	background: url(../images/hos_next.png) top center/cover no-repeat #f8f8f8;
}
.vi-prev:hover,
.vi-next:hover{
	background-color: #000;
	background-position: 0 100%;
}

.about-video{
	background-color: #2a2a2a;
	padding: 5% 0;
}


.video  .video-one{
	background: #333333;
	border: 15px solid #333333;
	overflow: hidden;
}
.video .video-img{
	position: relative;
	width: 100%;
	padding-bottom: 62.5%;
	background-position: center;
	background-size: cover;
	cursor: pointer;
	
}
.video .video-img i{
	position: absolute;
	width: 65px;
	height: 65px;
	margin: 0 auto;
	background: url(../images/i_icon.png) center no-repeat;
	background-size: cover;
	left: 50%;
	top: 50%;
	z-index: 10;
	transform: translate(-50%,-50%);
	
}


.video .video-img:hover i{
	opacity: 0;
}


.video  .video-title{
	padding: 5% 0;
	color: #fff;
	min-height: 70px;
}
.video .swiper-slide:hover .video-img {
    transform: scale(1.05,1.05);
}


.video-prev,.video-next{
	position: absolute;
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    cursor: pointer;
    background-repeat: no-repeat;
    background-color: #f8f8f8;
    background-size: 100% auto;
	top: 50%;
	transform: translateY(-50%);
}
.video-prev{
	left: -75px;
	background: url(../images/hos_prev.png) top center/cover no-repeat #f8f8f8;
}
.video-next{
	right: -75px;
	background: url(../images/hos_next.png) top center/cover no-repeat #f8f8f8;
}
.video-prev:hover,
.video-next:hover{
	background-color: #000;
	background-position: 0 100%;
}

.about-honor{
	    padding: 5% 0;
}
.about-honor .swiper-slide{
    border: 1px solid  #eee
}


.honor-prev,.honor-next{
	position: absolute;
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    cursor: pointer;
    background-repeat: no-repeat;
    background-color: #f8f8f8;
    background-size: 100% auto;
	top: 50%;
	transform: translateY(-50%);
}
.honor-prev{
	left: -75px;
	background: url(../images/hos_prev.png) top center/cover no-repeat #f8f8f8;
}
.honor-next{
	right: -75px;
	background: url(../images/hos_next.png) top center/cover no-repeat #f8f8f8;
}
.honor-prev:hover,
.honor-next:hover{
	background-color: #000;
	background-position: 0 100%;
}



.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;
	padding: 5% 0;
	background: #f6f6f6;

}
.about-03 .about-factory{
	display: flex;
	justify-content: space-between;
}
.about-03-img{
	width: 700px;
}

.about-03 .about-03-text {
 width:calc(100% - 800px);
}
.about-03 .about-03-text p{
	font-size: 18px;
	line-height: 1.5;
}


.about-04{
	padding: 5% 0 4%;
	background-color: #fff;
}

.about-04 .about-team{
	display: flex;
	justify-content: space-between;
}
.about-04-img{
	width: 680px;
}

.about-04 .about-04-text {
 width:calc(100% - 800px);
 float: right;
}
.about-04 .about-04-text p{
	font-size: 18px;
	line-height: 1.5;
}

.about-04 .about-04-text img{
	width: auto;
	margin-top: 100px;
}


.about-05 {
    padding: 5% 0 5%;
    background-color: #212121;
}


.about-05 ul{
	display: flex;
	justify-content: space-between;
}
.about-05 ul li{
	width: 23%;
	display: flex;
	flex-direction: column;
	align-items: center;
	background: #fff;
	padding:40px 20px;
	overflow: hidden;
	border-radius: 20px;
}
.about-05 ul li div{
	overflow: hidden;
	margin-bottom: 3%;
}
.about-05 ul li h3{
	font-size: 22px;
	font-family: 'BlueSkyStandard-Bold';
	line-height: 1.3;
	color: #353535;
	margin-bottom: 4%;
}
.about-05 ul li p{
	font-size: 16px;
	text-align: center;
	line-height: 1.5;
}


.about-06 {
    padding: 5% 0 5%;
	overflow: hidden;
}
.about-06 ul{
}
.about-06 ul li{
	float: left;
	width: calc((100% - 104px)/5);
	margin: 0 26px 26px 0;
	background: #fff;
	overflow: hidden;
	border-radius: 10px;
	box-shadow: 0 0 35px 0 rgb(0 0 0 / 6%);
}
.about-06 ul li:nth-child(5n) {
    margin-right: 0;
}

.about-06 ul li h3 {
    padding:  25px;
    font-size: 18px;
	font-weight: normal;
	position: relative;
	overflow: hidden;
}
.about-06 ul li h3 i{
	position: absolute;
	bottom: -20px;
	    font-family: 'BlueSkyStandard-Bold';
	right: 0;
	font-size: 60px;
	opacity: 0.06;
}



@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-03 .about-03-text p{
		font-size: 16px;
	}
	.about-03-img{
		width: 600px;
	}
	
	.about-03 .about-03-text {
	 width:calc(100% - 700px);
	}
	
	.about-04-img{
		width: 600px;
	}
	
	.about-04 .about-04-text {
	 width:calc(100% - 700px);
	}
	
	
	.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-03 .about-03-text p{
		font-size: 14px;
	}
	.about-03-img{
		width: 580px;
	}
	
	.about-03 .about-03-text {
	 width:calc(100% - 650px);
	}
	
	.about-04-img{
		width: 580px;
	}
	
	.about-04 .about-04-text {
	 width:calc(100% - 650px);
	}
	
	.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%;
	}

	
}



.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;
	border-radius: 18px;
}
.projects-1 ul li img{
	width: 105px;
	margin-bottom: 10px;
}
.projects-1 ul li h3{
	font-size: 1.875rem;
	color: #333;
	line-height: 2;
}
.projects-1 ul li p{
	font-size: 1.125rem;
	line-height: 1.6;
	color: #959896;
}



.projects-02{
	padding: 5% 0;
	background-color: #f4f4f4;
	overflow: hidden;
}

.projects-service-top{
	background: url(../images/projects-service.jpg) top center no-repeat;
	height: 499px;
	margin-top: 50px;
}

.service-top-con{
	padding-top: 204px;
	padding-left: 100px;
	width: 45%;
}

.service-top-con h2{
	font-size: 28px;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.service-top-con p{
	font-size: 18px;
	color: #fff;
	line-height: 1.4;
}

.projects-service-bottom{
	display: flex;
	justify-content: center;
	margin-top: 15px;
}
.service-bottom-tab{
	float: left;
	width: 50%;
	box-sizing: border-box;
    display: flex;
    flex-direction: column;
	background: #fff;
	
}
.service-bottom-tab div{
	padding: 40px 50px 40px 50px;
	color: #333;
}
.service-bottom-tab div h2{
	font-size: 28px;
	margin-bottom: 20px;
}
.service-bottom-tab div p{
	font-size: 18px;
	line-height: 1.4;
	width: 80%;
	color: #898989;
}

.service-bottom-tab.fl{
	margin-right: 30px;
}



.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: 36.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: 48%;
}
.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;
	background: #fff;
	overflow: hidden;
	border-radius: 20px;
}
.service-03 ul li i{
	pointer-events: none;
	display: block;
	width: 100%;
	padding: 10% 0;
}
.service-03 ul li i img{
	width: 90px;
	height: 70px;
}
.service-03 ul li h3{
	font-size: 14px;
	font-weight: normal;
	line-height: 2;
	padding-bottom: 8%;
}
.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: 36.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: 32.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: 36px;
	}
	
}
@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{
	padding: 5% 0;
}
.contact-top {
    position: relative;
    overflow: hidden;
    padding: 30px 0 100px;
}

.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: #333;
}
.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: 18px;
	}
	.onelist ul li p{
		font-size: 15px;
	}
	
}
@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: 16px;
	}
	.onelist ul li p{
		font-size: 14px;
	}
}



.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_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: #000;
	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: #000;
}
.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: relative;
	bottom: 0;
	width: 100%;
	background: #f2f2f2;
	z-index: 99;
	backdrop-filter: blur(2px);
}



.pro-type .pro-item{
	margin: 0 60px;
}
.pro-type .pro-item > a{
	position: relative;
	display: inline-block;
	padding: 20px 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: #333;
}
.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: #000;
	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: #000;
}
.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: #000;
}

.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;
	color: #fff;
}
.pro-aline a{
	display: inline-block;
	margin: 0 10px;
	color: #fff;
}
.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: 22.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,
.new-product ul li .img{
	margin: 20px;
	overflow: hidden;
	border-radius: 10px;
}

.product-list ul li img,
.new-product ul li img{
	width: 100%;
}
.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: 19vw;
	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: #333;
	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,
.new-product 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: 22vw;
	visibility: initial;
	
}
.product-list ul li:hover a{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	height: 26vw;
	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: 20px;
	left: 20px;
	display: block;
	padding: 4px 10px;
	color: #fff;
	border: 1px solid #333;
	background: #333;
	color: #FFF;
	border-radius: 20px;
	font-family: 'BlueSkyStandard-Bold';
	font-style: normal;
	z-index: 9;
}
.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;
	}
	.tact_center h2 {
	    font-size: 48px;
	}
	.tact_center p{
		font-size: 16px;
	}
	
	
	.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: 20px;
	left: 20px;
		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;
	}
	
	.product-list ul li:hover span,
	.product-list ul li:hover input {
	    opacity: 1;
	    top: 22vw;
	    visibility: initial;
	}
	
	.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;
	}
	.tact_center h2 {
	    font-size: 45px;
	}
	.tact_center p{
		font-size: 16px;
	}
	.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: 20px;
		left: 20px;
		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:hover span, 
	.product-list ul li:hover input {
	    opacity: 1;
	    top: 24vw;
	    visibility: initial;
	}
	
	
	.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: #000;
    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;
}

.product-show-img-top{
	overflow: hidden;
	border-radius: 15px;
}



.pro-box{
	padding: 4% 0;
	overflow: hidden;
}
.pro-container{
	width: 81.45%;
    margin: 0 auto;
    min-width: 1200px;
    max-width: 1440px;
	display: block;
}
.product-left{
	width:calc(100% - 400px);
	float: left;
}
.product-img{
	border-radius: 10px;
	overflow: hidden;
	width: 460px;
	float: left;
	position: relative;
}
.product-img .swiper-pagination span.swiper-pagination-bullet-active{
	background-color: #333;
}



.product-show-img-thumbs{
	width: 300px;
	margin: 15px auto;
}
.product-show-img-thumbs .swiper-slide{
	border-radius: 15px;
	overflow: hidden;
	box-sizing: border-box;
	border: 1px solid #fff;
	cursor: pointer;
}
.product-show-img-thumbs .swiper-slide.swiper-slide-thumb-active{
	border-color: #000;
}

.product-show-prev,
.product-show-next{
	position: absolute;
	bottom: 42px;
	width: 30px;
	height: 30px;
	background: url(../images/ad_ctr03.png) no-repeat;
	cursor: pointer;
}
.product-show-prev{
	left: 40px;
}
.product-show-next{
	right: 40px;
	background-position: 0 -30px;
}
.product-show-prev.swiper-button-disabled,
.product-show-next.swiper-button-disabled{
	opacity: 0.2;
}
.provideo img.videoico {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 40px;
    height: 40px;
    margin: auto;
}


.product-left-top{
	display: flex;
	justify-content: space-between;
}

.pro-search form{
	width: 400px;
	height: 48px;
	background-color: #fff;
	border: 1px solid #f1f1f1;
	border-radius: 30px;
	overflow: hidden;
}
.pro-search input[type="text"]{
	float: left;
	width: 330px;
	padding: 0 30px;
	line-height: 48px;
	box-sizing: border-box;
	border: none;
	outline: none;
}
.pro-search [type="submit"]{
	float: right;
	width: 68px;
	height: 48px;
	background: url(search.png) center no-repeat;
	cursor: pointer;
}



.product-info{
	width: 48%;
	padding: 0 0;
	float: left;
}
.product-info h2{
	font-size: 1.75rem;
	line-height: 1.3;
	color: #000;
	margin-bottom: 3%;
}
.product-info h3{
	font-size: 20px;
	line-height: 1.3;
	color: #333;
	font-weight: normal;
	margin-bottom: 3%;
}
.product-info p{
	font-size: 1.125rem;
	line-height: 2;
	color: #7b7b7b;
}
.product-button{
	overflow: hidden;
	padding-top: 20%;
}
.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: #eee;
	color: #333;
}
.product-button-01:hover{
	background-color: #000;
}
.product-button-02:hover{
	background-color: #000;
	color: #fff;
}

.pro-show-content {
    padding: 40px 0px 0;
}
.pro-show-content h3 {
    font-size: 28px;
    line-height: 2.5;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 20px;
	color: #000000;
}

.product-Description{
	height: 500px;
	overflow: hidden;
	background: #000;
}
.product-Description video{
	height: 100%;
}


.product-desc{
	margin-bottom: 6%;
}
.product-desc li {
    color: #666;
    line-height: 2;
    font-size: 14px;
    text-align: left;
	float: left;
	width: 50%;
	font-size: 15px;
	line-height: 35px;
	position: relative;
	  padding-left: 13px;
}

.product-desc li::before {
    content: "";
    display: block;
    width: 4px;
    height: 4px;
	overflow: hidden;
    background-color: #ccc;
    position: absolute;
    left: 0;
    top: 50%;
	margin-top: -2px;
}



.pro-description{
	display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 50px;
    padding: 20px;
}

.pro-description p{
	color: #666;
}

.product-contact{
	border-radius: 20px;
	overflow: hidden;
	margin-top: 20px;
}

.product-recom{
	width: 320px;
	overflow: hidden;
	box-shadow: 0 0 20px 0 rgb(0 0 0 / 10%);
	padding: 35px;
	border-radius: 20px;
	overflow: hidden;
}



.product-recom h3{
	color: #000;
	font-size:20px;
	line-height: 1.4;
	margin-bottom: 20px;
}


.product-recom ul li{
	margin-bottom: 10%;
	width: 100%;
	background-color: #fff;
	position: relative;
}

.product-recom ul li:hover .img img {
    transform: scale(1.1);
}

.product-recom ul li a{
	position: relative;
	overflow: hidden;
}
.product-recom ul li .img{
	width: 100%;
	border-radius: 10px;
	overflow: hidden;
}
.product-recom ul li .text{
	width: 100%;
	margin-top: 10px;
}
.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: 1.2;
	color: #adadad;
}
.product-recom ul li em{
	display: block;
	position: absolute;
	left:10px;
	top: 10px;
	font-size: 0.875rem;
	padding: 4px 10px;
	border-radius: 30px;
	color: #fff;
	z-index: 99;
	font-style: normal;
	background-color: #000;
}
.product-detailed{
	width: 100%;
	overflow: hidden;
}

.botmbar_list{
	position: fixed;
	z-index: 30;
	width: 40px;
	right: 2%;
	bottom: 14%;
	opacity: 0;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.botmbar_list a{
	position: relative;
	display: block;
	width: 40px;
	height: 40px;
	margin-bottom: 15px;
}
.botmbar_list a .botmbar_img{
	display: block;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	overflow: hidden;
	background-color: #fff;
	box-shadow: 0 0 25px 0 rgba(0,0,0,.15);
}
.botmbar_box{
	position: absolute;
	top: 50%;
	right: 50px;
	text-align: center;
	z-index: 1;
	transform: translateY(-50%);
	visibility: hidden;
}
.botmbar_box i{
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto 0;
	right: -4px;
	display: block;
	width: 8px;
	height: 8px;
	background-color: #fff;
	transform: rotate(45deg);
}
.botmbar_box .radius{
	padding: 4px;
	background-color: #fff;
	box-shadow: 0 0 25px 0 rgba(0,0,0,.15);
}
.botmbar_box .botmbar_tel{
    border-radius: 4px;
    width: 180px;
    padding: 12px;
    font-size: 14px;
    background-color: #fff;
    box-shadow: 0 0 25px 0 rgb(0 0 0 / 15%);
}
.botmbar_box .radius img{
	width: 150px;
	height: 150px;
	min-width: 150px;
}
.botmbar_list a:hover .botmbar_box{
	visibility: visible;
	opacity: 1;
}






.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: #000;
	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: #000;
	cursor: pointer;
}
.consult-icon:hover img{
	transform: rotateY(
	180deg);
}









@media screen and (max-width:1680px) {

	.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: 20px;
	}
	
	.pro-show-content h3{
		font-size: 24px;
	}
	
	.pro-more{
		font-size: 0.8125rem;
	}

	.product-img{
		width: 400px;
	}
	.product-show-prev{
		left: 20px;
	}
	.product-show-next{
		right: 20px;
	}
	.product-show-img-thumbs{
		width: 260px;
	}
	
	.product-left {
	    width: calc(100% - 380px);
	    float: left;
	}
	
	.product-recom{
		width: 300px;
		padding: 26px;
	}
	.product-contact{
		width: 300px;
		
	}
	
	
	.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:1440px) {
	.product-img{
		border-radius: 6px;
		width: 400px;
	}
	.product-show-prev{
		left: 20px;
	}
	.product-show-next{
		right: 20px;
	}
	.product-show-img-thumbs{
		width: 260px;
	}
	.pro-show-content h3{
		font-size: 22px;
	}
	
	.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: 1.125rem;
		margin-bottom: 6%;
	}
	.pro-more{
		font-size: 0.75rem;
	}
	.patent{
		line-height: 42px;
		padding-left: 50px;
		font-size: 12px;
	}
	

	.product-left {
	    width: calc(100% - 340px);
	    float: left;
	}
	
	.product-recom{
		width: 280px;
		padding: 26px;
	}
	.product-contact{
		width: 280px;
		
	}
	
	.product-recom ul li h4{
		font-size: 1rem;
	}
	.product-recom ul li p{
		font-size: 0.75rem;
	}
	.product-recom ul li em{
		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: #333;
}
.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: #333;
    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: #333;
    cursor: pointer;
}


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