@charset "utf-8";


body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
em,
img,
strong,
b,
small,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
sub,
sup,
tt,
var,
del,
dfn,
ins,
kbd,
q,
s,
samp,
strike,
applet,
object,
iframe,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
mark,
audio,
video,
input,
textarea,
select {
	margin: 0;
	padding: 0;
}


@font-face {
	font-family: 'gothambold';
	src: url(font/gothambold.eot);
	/* IE9*/
	src: url(font/gothambold.eot?#iefix) format('embedded-opentype'),
		/* IE6-IE8 */
		url(font/gothambold.woff) format('woff'),
		/* chrome、firefox */
		url(font/gothambold.ttf) format('truetype'),
		/* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
		url(font/gothambold.svg#gothambold) format('svg');
	/* iOS 4.1- */
}

@font-face {
	font-family: 'gothambook';
	src: url(font/gothambook.eot);
	/* IE9*/
	src: url(font/gothambook.eot?#iefix) format('embedded-opentype'),
		/* IE6-IE8 */
		url(font/gothambook.woff) format('woff'),
		/* chrome、firefox */
		url(font/gothambook.ttf) format('truetype'),
		/* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
		url(font/gothambook.svg#gothambook) format('svg');
	/* iOS 4.1- */
}

@font-face {
	font-family: 'Adobe Garamond Pro';
	src: url(font/AGARAMONDPRO-BOLDITALIC.eot);
	/* IE9*/
	src: url(font/AGARAMONDPRO-BOLDITALIC.eot?#iefix) format('embedded-opentype'),
		/* IE6-IE8 */
		url(font/AGARAMONDPRO-BOLDITALIC.woff) format('woff'),
		/* chrome、firefox */
		url(font/AGARAMONDPRO-BOLDITALIC.ttf) format('truetype'),
		/* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
		url(font/AGARAMONDPRO-BOLDITALIC.svg#AGARAMONDPRO-BOLDITALIC) format('svg');
	/* iOS 4.1- */
}


ol,
ul {
	list-style: none;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	outline: 0;
}



a {
	text-decoration: none;
	outline: none;
	color: #666;
}

a:hover {
	color: #000;
}

img {
	border: 0;
	width: 100%;
	vertical-align: bottom;
}

a:focus {
	outline: none;
}

html {
	overflow-x: hidden;
	-webkit-text-size-adjust: none;
}

body {
	-webkit-font-smoothing: antialiased;
	font-family: arial;
	background: #fff;
	font-size: 14px;
	color: #666;
	min-width: 1280px;
	margin-left: auto;
	margin-right: auto;
	overflow-x: hidden;
}


table {
	border-collapse: collapse;
	width: 100%;
}

input[type='reset'],
input[type='button'],
input[type='submit'],
input[type='radio'],
input[type='submit'] {
	cursor: pointer;
	border: 0;
	outline: none;
	-webkit-appearance: none;
}

input[type='checkbox'],
input[type='radio'] {
	position: relative;
	vertical-align: middle;
	/* margin-top: -2px;
	margin-bottom:1px;
	margin-left: 5px;
	margin-right: 5px;
	-webkit-appearance: none; */
}

textarea,
input[type='email'],
input[type='date'],
input[type='password'],
input[type='text'] {
	padding: 0px;
	color: #666;
	font-size: 12px;
	outline: none;
	-webkit-appearance: none;
}


img,
a,
div,
b,
em,
i,
li,
p,
h3,
span,
h1,
h2,
h4,
h5,
h6 {
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}




.gray_bg {
	background-color: #f8f8f8;
}

.white_bg {
	background-color: #fff;
}

.white {
	color: #fff;
}

.black {
	color: #000;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.clearfix {
	clear: both;
}

.clearfix:after {
	clear: both;
	height: 0;
	content: "";
	line-height: 0;
	font-size: 0;
	display: block;
}

.text-center {
	text-align: center;
}

.radius {
	border-radius: 8px;
	overflow: hidden;
}

.rel {
	position: relative;
}

.overflow-text {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.container {
	width: 83.3333333333333333%;
	margin: 0 auto;
}




.swiper-banner {
	background: url(load.gif) center no-repeat;
}

.swiper-banner {
	display: block;
	width: 100%;
	min-width: 1280px;
	height: 46.614vw;
	min-height: 600px;
}

.swiper-banner .swiper-slide a {
	display: block;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.swiper-banner .swiper-pagination {
	position: absolute;
	top: 50%;
	left: 93%;
	width: fit-content;
	height: fit-content;
	transform: translateY(-50%);
}

.swiper-banner .swiper-pagination div {
	position: relative;
	display: block;
	width: 25px;
	height: 35px;
	margin: 8px 0;
	font-size: 18px;
	line-height: 35px;
	color: #fff;
	background: none;
	font-family: 'gothambold';
}

.swiper-banner .swiper-pagination div::after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 7px;
	height: 7px;
	background-color: #fff;
	border-radius: 50%;
}

.swiper-banner .swiper-pagination div.swiper-pagination-bullet {
	opacity: 1;
}

.swiper-banner .swiper-pagination div.swiper-pagination-bullet b {
	opacity: 0;
}

.swiper-banner .swiper-pagination div.swiper-pagination-bullet::after {
	opacity: 1;
}

.swiper-banner .swiper-pagination div.swiper-pagination-bullet-active b {
	opacity: 1;
}

.swiper-banner .swiper-pagination div.swiper-pagination-bullet-active::after {
	opacity: 0;
}







.header_box {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99;
	min-width: 1280px;
	width: 100%;
	transition: none;
}

.header_box .container {
	display: flex;
	justify-content: space-between;
	align-items: center;
}


.header_bg {
	background-color: #fff;
	box-shadow: 0 0 35px 0 rgba(0, 0, 0, .35);
}

.header_box.header_color {
	border-color: rgba(0, 0, 0, .1);
}

.logo {
	display: block;
	width: 210px;
	height: 42px;
	background: url(logo.png) center center/cover no-repeat;
	transition: all 0.5s;
}

.header_bg .logo,
.header_color .logo {
	background-image: url(logo_02.png);
}

.nav {
	display: flex;
	justify-content: space-between;
}

.nav>ul>li {
	position: relative;
	float: left;
	margin: 0 20px;
}

.nav>ul>li>a {
	position: relative;
	display: block;
	font-size: 16px;
	color: #fff;
	line-height: 100px;
	transition: all 0.4s;
}

.header_bg .nav>ul>li>a,
.header_color .nav>ul>li>a {
	color: #000;
}

.nav>ul>li>a::after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 18%;
	margin: 0 auto;
	width: 0;
	height: 2px;
	background-color: #fff;
	border-radius: 30px;
	-webkit-transition: all .3s;
	transition: all .3s;
	opacity: 0;
	border-radius: 8px;
}

.nav>ul>li>a:hover::after,
.nav>ul>li>a.active::after {
	width: 100%;
	opacity: 1;
}

.header_bg .nav>ul>li>a::after,
.header_color .nav>ul>li>a::after {
	background-color: #000;
}


.subnav {
	opacity: 0;
	visibility: hidden;
	transform: translate3d(0px, 0px, 0px);
	-moz-transform: translate3d(0px, 0px, 0px);
	-webkit-transform: translate3d(0px, 0px, 0px);
	filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=90);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#cc000000, endColorstr=#cc000000);
	border-top: 1px solid rgba(0, 0, 0, .05);
	background: #fff;
	box-shadow: 0 6px 10px rgb(0 0 0 / 5%);
	transition: all 0.3s ease-out 0s;
	position: absolute;
	width: 210px;
	top: 130px;
	left: 0;
}

.subnav>li {
	width: 100%;
	border-bottom: transparent 1px solid;
	margin-left: 0;
}

.subnav>li>a {
	background: transparent;
	color: #000;
	width: auto !important;
	padding: 10px 30px 10px 30px;
	line-height: 20px;
	display: block;
	font-size: 12px;
	text-align: left;
	transition: all 0.3s ease-out 0s;
}

.subnav>li>a>i {
	float: right;
	margin-top: 5px;
	opacity: 0;
	transition: all ease-out .2s;
	display: inline-block;
	width: 12px;
	height: 12px;
	background: url(../images/subnav.png);
}

.header_box .nav li:hover ul.subnav {
	top: 100px;
	opacity: 1;
	visibility: visible;
}

.subnav>li>a:hover {
	background: #000;
	text-indent: 7px;
}

.subnav>li>a:hover {
	color: #fff;
}

.subnav>li>a:hover i {
	opacity: 1;
}


.header_box.active {
	position: fixed;
	top: 0;
	transform: translateY(-101%);
}

.header_box.active.slideDown,
.header_box.active.slideUp {
	transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.header_box.active.slidedowm {
	transform: translateY(0);
}


.head_search {
	float: right;
	position: relative;
	width: 45px;
	height: 100px;
	transition: all 0.3s;
}

.head_search i {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	overflow: hidden;
	transform: translate(-50%, -50%);
	cursor: pointer;
	background: url(search_icon.png) center center/24px auto no-repeat;
}

.head_search form {
	display: block;
	position: absolute;
	right: 0;
	top: 100px;
	padding: 0 15px;
	width: 240px;
	height: 0;
	overflow: hidden;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=50);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#7f003065, endColorstr=#7f003065);
	background: rgba(0, 0, 0, .5);
}

.head_search input[type="text"] {
	display: block;
	float: left;
	width: 160px;
	line-height: 30px;
	height: 30px;
	overflow: hidden;
	border: 1px solid #eee;
	color: #999;
	font-size: 12px;
	padding: 0 10px;
	text-align: left;
}

.head_search input[type="submit"] {
	display: block;
	float: left;
	width: 50px;
	height: 30px;
	background-image: url(search_icon.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 60%;
	cursor: pointer;
	background-color: #000;
}

.head_search:hover form {
	height: 60px;
	padding: 15px 15px;
}

.header_bg .head_search i,
.header_color .head_search i {
	background-image: url(search.png);
}





@media screen and (max-width:1680px) {
	.nav>ul>li {
		margin: 0 15px;
	}

	.nav>ul>li>a {
		font-size: 14px;
		line-height: 90px;
	}

	.head_search {
		height: 90px;
	}

	.head_search form {
		top: 90px;
	}

	.logo {
		width: 180px;
		height: 36px;
		background-size: cover;
	}

	.subnav {
		top: 120px;
	}

	.header_box .nav li:hover ul.subnav {
		top: 90px;
	}

}

@media screen and (max-width:1440px) {
	.nav>ul>li {
		margin: 0 10px;
	}

	.nav>ul>li>a {
		font-size: 12px;
		line-height: 80px;
	}

	.head_search {
		height: 80px;
	}

	.head_search form {
		top: 80px;
	}

	.logo {
		width: 150px;
		height: 30px;
		background-size: cover;
	}

	.subnav {
		top: 100px;
	}

	.header_box .nav li:hover ul.subnav {
		top: 80px;
	}
}




.index-title{
	margin-bottom: 3%;
}
.index-title h2{
	font-size: 40px;
	line-height: 1.4;
	margin-bottom: 1%;
}
.index-title p{
	font-size: 16px;
	line-height: 2;
	color: #585858;
	margin-top: 1%;
}


.index-product {
	position: relative;
	padding: 5% 0;
	background-color: #fff;
}

.product-container {
	position: relative;
	padding: 0 2%;
}

.index-product .swiper-slide {
	position: relative;
	width: 42%;
	text-align: right;
	margin-right: 2.5%;
	transition: all 0.6s;
}
.index-product .swiper-slide div{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 50%;
	padding: 5%;
	text-align: left;
}
.index-product .swiper-slide h5{
	font-size: 20px;
	line-height: 2;
	font-weight: normal;
	color: #fff;
}
.index-product .swiper-slide h3{
	color: #fff;
	font-size: 45px;
	line-height: 1;
	text-transform: uppercase;
}
.index-product .swiper-slide.swiper-slide-active div{
	opacity: 1;
}
.index-product .swiper-slide i{
	position: absolute;
	right: 5%;
	bottom: 7%;
	display: block;
	width: 84px;
	height: 84px;
	opacity: 0;
	background: url(../images/pro_icon.png) center center/cover no-repeat #313131;
}
.index-product .swiper-slide:hover i{
	opacity: 1;
}

.index-product .product-pagination {
	padding-top: 3.5%;
	width: auto;
	text-align: center;
}

.index-product .product-pagination span {
	position: relative;
	width: 35px;
	height: 35px;
	border: 1px solid #fff;
	opacity: 1;
	background: none;
	margin: 0 3px;
}

.index-product .product-pagination span::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	display: block;
	width: 7px;
	height: 7px;
	background-color: #1b1b1b;
	border-radius: 50%;
}

.index-product .product-pagination span.swiper-pagination-bullet-active {
	border-color: #616161;
}

.pro-prev,.pro-next{
	position: absolute;
	bottom: 11%;
	width: 55px;
	height: 55px;
	background-image: url(ban_icon.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-color: #ccc;
	border-radius: 50%;
	cursor: pointer;
}
.pro-prev{
	left: 8%;
}
.pro-next{
	left: calc(8% + 75px);
	background-position: 0 100%;
}
.pro-prev:hover,.pro-next:hover{
	background-color: #779090;
}

.pro_more{
	position: absolute;
	right: 8%;
	bottom: 12%;
	border-radius: 30px;
	display: inline-block;
	padding: 0 35px;
	line-height: 40px;
	color: #7f7f7f;
	border: 1px solid #cfcfcf;
}
.pro_more i{
	position: relative;
	margin-left: 8px;
	display: inline-block;
	width: 14px;
	height: 14px;
	vertical-align: middle;
}
.pro_more i::after{
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	background-color: #7f7f7f;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.pro_more i::before{
	content: "";
	display: block;
	width: 1px;
	height: 100%;
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	background-color: #7f7f7f;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.pro_more:hover{
	color: #fff;
	background-color: #779090;
	border-color: #779090;
}
.pro_more:hover i::before,
.pro_more:hover i::after{
	background-color: #fff;
}

.index-about {
	position: relative;
	width: 100%;
	height: 52.6vw;
	min-height: 682px;
	background: url(../images/index_about.jpg) center center/cover no-repeat;
}

.index-about .container {
	padding-top: 5.3%;
	height: 100%;
}
.index-about h3{
	font-size: 48px;
	line-height: 1.4;
	color: #000;
	margin-bottom: 2.5%;
}
.index-about .index-icon{
	display: block;
}
.index-icon{
	display: inline-block;
	text-align: center;
}
.index-icon::before,
.index-icon::after,
.index-icon span{
	content: "";
	display: inline-block;
	width: 5px;
	height: 12px;
	border-radius: 15px;
	margin: 0 2px;
}
.index-icon::before{
	background-color: #000;
}
.index-icon span{
	background-color: #ea373f;
}
.index-icon::after{
	background-color: #fad600;
}



.title-icon{
	display: block;
	margin-top: 10px;
}
.title-icon::before{
	content: "";
	display: inline-block;
	width: 8px;
	height: 8px;
	background-color: #009b01;
	margin-right: 6px;
	border-radius: 50%;
}
.title-icon span{
	display: inline-block;
	width: 8px;
	height: 8px;
	background-color: #eee;
	margin-right: 6px;
	border-radius: 50%;
}
.title-icon::after{
	content: "";
	display: inline-block;
	width: 8px;
	height: 8px;
	background-color: #fe0000;
	border-radius: 50%;
}

.index-join{
	width: 100%;
	padding: 5% 0;
	background-color: #eee;
}
.index-join img{
	width: 100%;
}
.index-join a{
	display: block;
}

.index-join-text{
	position: absolute;
	left: 4%;
	top: 10%;
}
.index-join-text h5,
.join-text h5{
	font-weight: normal;
	display: inline-block;
	font-size: 18px;
	line-height: 35px;
	padding: 0 25px;
	color: #fff;
	background-color: #779090;
	border-radius: 30px;
	margin-bottom: 20px;
}
.index-join h2,
.join-text h2{
	font-size: 46px;
	line-height: 1.4;
	color: #fff;
}
.index-join p,
.join-text p{
	font-size: 30px;
	line-height: 1.4;
	color: #fff;
	margin-bottom: 2.5%;
}


.index-news{
	padding: 5% 0;
	background-color: #fff;
}
.index-news .swiper-slide{
	overflow: hidden;
	background-color: #eee;
	border-radius: 10px;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.index-news .swiper-slide .news_img{
	position: relative;
	width: 100%;
	overflow: hidden;
	border-radius: 10px;
	background: url(logo02.png) center center/50% auto no-repeat #f4f4f4;
}
.index-news .swiper-slide .news_img span{
	display: block;
	width: 100%;
	padding-bottom: 45%;
	background-size: cover;
	background-position: center;
}
.index-news .swiper-slide:hover .news_img span{
	transform: scale(1.1,1.1);
}
.index-news .swiper-slide .news_text{
	position: relative;
	padding: 6% 5%;
	width: 100%;
}
.index-news .swiper-slide .news_text h4{
	font-size: 20px;
	color: #000;
	font-weight: normal;
	line-height: 2;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.index-news .swiper-slide .news_text p{
	font-size: 16px;
	line-height: 2;
	height: 64px;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.index-news .swiper-slide:hover h4,
.index-news .swiper-slide:hover p{
	color: #fff;
}
.index-news .swiper-slide:hover{
	background-color: #779090;
}

.news-prev,.news-next{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 60px;
	height: 60px;
	background-image: url(ad_ctr.png);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	background-color: #ccc;
	border-radius: 50%;
	cursor: pointer;
}
.news-prev{
	left: -80px;
}
.news-next{
	right: -80px;
	background-position: 0 -60px
}
.news-prev:hover,
.news-next:hover{
	background-color: #779090;
}


.footer{
	width: 100%;
	border-top: 7px solid #779090;
	background: url(../images/footer_bg.jpg) right bottom/20% auto no-repeat #2c2c2c;
}

.footer-top{
	display: flex;
	justify-content: space-between;
	padding: 4% 0;
}

.footer-top i{
	display: block;
	width: 1px;
	background-color: #fff;
	opacity: .3;
}

.foot-logo{
	width: 18.3125%;
	height: max-content;
	margin: auto 0;
}

.foot-right{
	width: 72.8%;
}
.foot-right p{
	font-size: 16px;
	line-height: 1.4;
	color: #fff;
	opacity: .7;
}
.foot-right h3{
	font-size: 30px;
	line-height: 1.6;
	font-weight: normal;
	color: #fff;
}
.foot-right em{
	display: inline-block;
	width: 3.6%;
}

.copyright{
	border-top: 1px solid #424242;
	font-size: 16px;
	color: #828282;
	line-height: 66px;
}
.copyright a{
	float: right;
	color: #828282;
}



@media screen and (max-width:1680px) {
	.title-font{
		font-size: 38px;
	}
	.index-title p{
		font-size: 14px;
	}
	.index-product .swiper-slide h5{
		font-size: 18px;
	}
	.index-product .swiper-slide h3{
		font-size: 40px;
	}
	.index-product .swiper-slide i{
		width: 70px;
		height: 70px;
	}
	.index-product .product-pagination span{
		width: 30px;
		height: 30px;
	}
	.index-product .product-pagination span::after{
		width: 6px;
		height: 6px;
	}
	.pro-prev,.pro-next{
		width: 50px;
		height: 50px;
	}
	.pro-next{
		left: calc(8% + 65px);
	}
	.pro_more{
		font-size: 13px;
		padding: 0 28px;
		line-height: 35px;
	}
	.pro_more i{
		margin-left: 7px;
		width: 13px;
		height: 13px;
	}
	.index-about h3{
		font-size: 40px;
	}
	.title-icon{
		margin-top: 8px;
	}
	.title-icon::before,
	.title-icon span,
	.title-icon::after{
		width: 7px;
		height: 7px;
	}
	.index-join-text h5{
		font-size: 16px;
		line-height: 30px;
		padding: 0 20px;
		margin-bottom: 16px;
	}
	.index-join h2{
		font-size: 40px;
	}
	.index-join p{
		font-size: 27px;
	}
	
	.index-news .swiper-slide .news_text h4{
		font-size: 17px;
	}
	.index-news .swiper-slide .news_text p{
		font-size: 14px;
		height: 56px;
	}
	.news-prev,.news-next{
		width: 50px;
		height: 50px;
	}
	.news-prev{
		left: -70px;
	}
	.news-next{
		right: -70px;
		background-position: 0 -50px;
	}
	.index-join-text h5,
	.join-text h5{
		font-size: 16px;
		line-height: 32px;
		padding: 0 20px;
		margin-bottom: 17px;
	}
	.index-join h2,
	.join-text h2{
		font-size: 42px;
	}
	.index-join p,
	.join-text p{
		font-size: 27px;
	}
	.foot-right p{
		font-size: 14px;
	}
	.foot-right h3{
		font-size: 27px;
	}
	.copyright{
		font-size: 14px;
	}
}

@media screen and (max-width:1440px) {
	.title-font{
		font-size: 32px;
	}
	.index-title p{
		font-size: 12px;
	}
	.index-product .swiper-slide h5{
		font-size: 16px;
	}
	.index-product .swiper-slide h3{
		font-size: 35px;
	}
	.index-product .swiper-slide i{
		width: 59px;
		height: 59px;
	}
	.index-product .product-pagination span{
		width: 25px;
		height: 25px;
	}
	.index-product .product-pagination span::after{
		width: 5px;
		height: 5px;
	}
	.pro-prev,.pro-next{
		width: 45px;
		height: 45px;
	}
	.pro-next{
		left: calc(8% + 55px);
	}
	.pro_more{
		font-size: 12px;
		padding: 0 22px;
		line-height: 30px;
	}
	.pro_more i{
		margin-left: 6px;
		width: 12px;
		height: 12px;
	}
	.index-about h3{
		font-size: 32px;
	}
	.index-join-text h5{
		font-size: 14px;
		line-height: 25px;
		padding: 0 15px;
		margin-bottom: 12px;
	}
	.index-join h2{
		font-size: 35px;
	}
	.index-join p{
		font-size: 24px;
	}
	
	
	.title-icon{
		margin-top: 5px;
	}
	.title-icon::before,
	.title-icon span,
	.title-icon::after{
		width: 6px;
		height: 6px;
	}
	.index-news .swiper-slide .news_text h4{
		font-size: 15px;
	}
	.index-news .swiper-slide .news_text p{
		font-size: 12px;
		height: 48px;
	}
	.news-prev,.news-next{
		width: 40px;
		height: 40px;
	}
	.news-prev{
		left: -60px;
	}
	.news-next{
		right: -60px;
		background-position: 0 -40px;
	}
	.index-join-text h5,
	.join-text h5{
		font-size: 14px;
		line-height: 28px;
		padding: 0 16px;
		margin-bottom: 14px;
	}
	.index-join h2,
	.join-text h2{
		font-size: 38px;
	}
	.index-join p,
	.join-text p{
		font-size: 24px;
	}
	
	.foot-right p{
		font-size: 12px;
	}
	.foot-right h3{
		font-size: 24px;
	}
	.copyright{
		font-size: 12px;
	}
}


.con-ban {
	position: relative;
	width: 100vw;
	min-width: 1280px;
	height: 41.6666vw;
	min-height: 540px;
	overflow: hidden;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	pointer-events: none;
}

.banitem {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	width: 100%;
	height: 100%;
	transform: scale(1.3, 1.3);
	background-position: center;
	background-size: cover;
	-webkit-animation: subs 10s linear 1;
	-webkit-animation-fill-mode: forwards
}

.con-ban img {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
}

@keyframes subs {
	0% {
		transform: scale(1.2, 1.2)
	}

	100% {
		transform: scale(1, 1)
	}
}


.company{
	padding: 5% 0;
	background: url(../images/about_bg.jpg) right bottom/26.9% auto no-repeat #779090;
}
.company ul{
	padding-top: 3%;
	display: flex;
	justify-content: space-between
}
.company ul li{
	width: 15.92%;
}
.about-desc{
	width: 100%;
}
.about-desc h3{
	color: #fff;
	font-size: 46px;
	line-height: 1.8;
}
.about-desc p{
	margin-top: 2%;
	font-size: 18px;
	line-height: 1.7;
	color: #fff;
}
.company-video{
	padding: 3.5% 0;
	background-color: #eee;
}
.company-video .swiper-slide {
    cursor: pointer;
    border-radius: 10px;
    overflow: hidden;
}
.company-video .swiper-slide i {
    position: absolute;
    left: 15px;
    bottom: 15px;
    display: flex;
    width: auto;
    height: 40px;
    padding: 3px;
    background: linear-gradient(to right, #838282, #545454);
    border-radius: 40px;
    overflow: hidden;
}
.video-prev, .video-next{
    position: absolute;
	top: 50%;
	transform: translateY(-50%);
    bottom: 68px;
    width: 60px;
    height: 60px;
	background-image: url(ban_icon.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-color: #d4d4d4;
    border-radius: 50%;
    cursor: pointer;
}
.video-prev{
    left: -80px;
    
}
.video-next{
    right: -80px;
	background-position: 0 100%;
}
.video-prev:hover,
.video-next:hover{
	background-color: #779090;
}
.video-prev.swiper-button-disabled,
.video-next.swiper-button-disabled{
	cursor: default;
}
.video-prev.swiper-button-disabled:hover,
.video-next.swiper-button-disabled:hover{
	background-color: #d4d4d4;
}
.company-make{
	padding: 8% 0;
}
.company-make .container{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.make-img{
	width: 50%;
}
.make-text{
	width: 33.125%;
}


.font-text h3{
	font-size: 30px;
	line-height: 1.6;
	color: #000;
	margin-bottom: 20px;
}
.font-text p{
	margin-top: 20px;
	font-size: 18px;
	line-height: 1.8;
	color: #000;
}
.font-text h3.white,.font-text p.white{
	color: #fff;
}

.make-text ul{
	margin-top: 18%;
	display: flex;
	justify-content: space-between;
}
.make-text ul li{
	width: 32.2%;
	border-radius: 5px;
	overflow: hidden;
}

.company-technology{
	width: 100%;
	height: 41.7vw;
	min-height: 542px;
	background: url(../images/about_04.jpg) center center/cover no-repeat;
}
.company-technology .container{
	display: flex;
	align-items: center; 
	height: 100%;
}
.technology-text{
	width: 45.25%;
	padding: 4% 4% 0;
	background-color: #313131;
}
.technology-text img{
	margin-top: 12%;
	width: 44.55%;
	pointer-events: none;
	max-width: 274px;
}
.company-produce{
	padding: 5% 0;
	background-color: #313131;
}
.company-produce .container{
	display: flex;
	justify-content: space-between;
}
.produce-text{
	width: 40%;
	padding-top: 1.5%;
}
.company-produce img{
	width: 48.56%;
}
.company-quality{
	width: 100%;
	height: 40.4vw;
	min-height: 524px;
	background: url(../images/about_06.jpg) center center/cover no-repeat;
}
.company-quality .container{
	display: flex;
	justify-content: end;
}
.quality-text{
	width: 30.9%;
	padding-top: 9%;
	margin-right: 8%;
}

@media screen and (max-width:1680px) {
	.about-desc h3{
		font-size: 40px;
	}
	.about-desc p{
		font-size: 16px;
	}
	.video-prev, .video-next{
	    width: 50px;
	    height: 50px;
	}
	.video-prev{
	    left: -70px;
	}
	.video-next{
	    right: -70px;
	}
	.font-text h3{
		font-size: 26px;
		margin-bottom: 17px;
	}
	.font-text p{
		margin-top: 17px;
		font-size: 16px;
	}
}

@media screen and (max-width:1440px) {
	.about-desc h3{
		font-size: 34px;
	}
	.about-desc p{
		font-size: 14px;
	}
	.video-prev, .video-next{
	    width: 40px;
	    height: 40px;
	}
	.video-prev{
	    left: -60px;
	}
	.video-next{
	    right: -60px;
	}
	.font-text h3{
		font-size: 26px;
		margin-bottom: 17px;
	}
	.font-text p{
		margin-top: 14px;
		font-size: 14px;
	}
}


.join-ban{
	width: 100%;
	height: 83.22vw;
	min-height: 1080px;
	background: url(../images/join_bg.jpg) top center/102% auto no-repeat;
}
.join-itse{
	height: 41.6vw;
	min-height: 540px;
	padding-top: 9%;
}
.join-01{
	padding-top: 4%;
}
.join-01 ul{
	padding-top: 3%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.join-01 ul li{
	width: 32.8%;
	text-align: center;
	padding: 2.5% 0;
	background-color: #fff;
	margin-bottom: 0.8%;
}
.join-01 ul li i{
	display: inline-block;
	max-width: 60px;
	padding: 8px;
	background-color: #f1f3fe;
	border-radius: 5px;
	margin-bottom: 10px;
	pointer-events: none;
}
.join-01 ul li h3{
	font-size: 26px;
	line-height: 2;
	color: #000;
}
.join-01 ul li p{
	font-size: 18px;
	line-height: 1.6;
}
.join-02{
	padding: 5% 0;
	background-color: #eee;
}
.join-02-box{
	position: relative;
	pointer-events: none;
}
.join-02-box .font-text{
	position: absolute;
	top: 16%;
	left: 6.6%;
	width: 34.375%;
}
.join-03{
	width: 100%;
	height: 39.58vw;
	min-height: 515px;
	background: url(../images/join_03.jpg) center center/cover no-repeat;
}
.join-03 .container{
	height: 100%;
	display: flex;
	align-items: center;
}
.join-03-text{
	padding-top: 5%;
	color: #fff;
}
.join-03-text h4{
	font-size: 24px;
	line-height: 1.6;
}
.join-03-text p{
	font-size: 16px;
	line-height: 1.8;
	opacity: 0.7;
	margin-bottom: 5%;
}
.join-04{
	padding: 5% 0;
}
.join-04 .container {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.join-04 .container img{
	width: 50%;
}
.join-04-text{
	width: 40%;
}
.join-04-text span.join-04-span{
	display: inline-block;
	padding: 0 30px;
	border-radius: 20px;
	font-size: 14px;
	color: #fff;
	line-height: 30px;
	background-color: #779090;
	margin-top: 6%;
}
.join-04-text h4{
	font-size: 52px;
	line-height: 1.4;
	color: #000;
}

@media screen and (max-width:1680px) {
	.join-01 ul li i{
		max-width: 55px;
	}
	.join-01 ul li h3{
		font-size: 23px;
	}
	.join-01 ul li p{
		font-size: 16px;
	}
	.join-03-text h4{
		font-size: 21px;
	}
	.join-03-text p{
		font-size: 15px;
	}
	.join-04-text span.join-04-span{
		padding: 0 25px;
		font-size: 13px;
		line-height: 26px;
	}
	.join-04-text h4{
		font-size: 46px;
	}
	
}

@media screen and (max-width:1440px) {
	.join-01 ul li i{
		max-width: 50px;
	}
	.join-01 ul li h3{
		font-size: 20px;
	}
	.join-01 ul li p{
		font-size: 14px;
	}
	.join-03-text h4{
		font-size: 18px;
	}
	.join-03-text p{
		font-size: 14px;
	}
	.join-04-text span.join-04-span{
		padding: 0 20px;
		font-size: 12px;
		line-height: 22px;
	}
	.join-04-text h4{
		font-size: 40px;
	}
}




.contact-box{
	padding: 5% 0;
	background: url(../images/contact_bg.jpg) center top/100% auto repeat-y;
}
.contact-box .container{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.contact-desc{
	width: 30%;
}
.contact-desc h3{
	font-size: 28px;
	color: #fff;
	line-height: 2;
	margin-bottom: 3%;
}
.contact-desc p{
	font-size: 16px;
	color: #fff;
	line-height: 2;
	opacity: .7;
	margin-bottom: 20%;
}
.contact-qr img{
	display: block;
	width: 30%;
}
.contact-qr span{
	display: block;
	font-size: 16px;
	line-height: 3;
	color: #fff;
}




.con-msg {
	width: 62%;
}

.con-name,
.con-email,
.con-tel {
	position: relative;
	width: 47.5%;
	margin-bottom: 5%;
}

.con-name{
	margin-right: 5%;
}

.con-msg input[type="text"] {
	width: 100%;
	font-size: 1rem;
	color: #fff;
	line-height: 50px;
	border: 0;
	background: none;
	border-bottom: 1px solid #656565;
}

.con-msg em {
	position: absolute;
	right: 0;
	font-style: normal;
	line-height: 50px;
}

.con-msg textarea {
	width: 100%;
	font-family: arial;
	font-size: 1rem;
	line-height: 2;
	height: 150px;
	border: 0;
	color: #fff;
	background: none;
	border-bottom: 1px solid #656565;
	margin-bottom: 6%;
}
.con-msg input[type="text"]::placeholder,
.con-msg textarea::placeholder{
	color: #fff;
}
.con-msg input[type="submit"] {
	width: 160px;
	height: 50px;
	font-size: 1rem;
	color: #fff;
	line-height: 50px;
	border-radius: 30px;
	border: 1px solid #fff;
	background: none;
}
.con-msg input[type="submit"]:hover{
	background-color: #fff;
	color: #000;
}

.Validform_wrong {
	color: red;
}

.Validform_right {
	color: green;
}

@media screen and (max-width:1680px) {
	.contact-desc h3{
		font-size: 24px;
	}
	.contact-desc p,.contact-qr span{
		font-size: 14px;
	}


	.con-msg input[type="text"] {
		font-size: 0.875rem;
		line-height: 45px;
	}

	.con-msg textarea {
		font-size: 0.875rem;
		height: 140px;
	}

	.con-msg input[type="submit"] {
		width: 150px;
		height: 45px;
		font-size: 0.875rem;
		line-height: 45px;
	}

	.con-msg em {
		line-height: 45px;
		font-size: 14px;
	}
}

@media screen and (max-width:1440px) {
	.contact-desc h3{
		font-size: 20px;
	}
	.contact-desc p,.contact-qr span{
		font-size: 12px;
	}
	

	.con-msg input[type="text"] {
		font-size: 0.75rem;
		line-height: 40px;
	}

	.con-msg textarea {
		font-size: 0.75rem;
		height: 130px;
	}

	.con-msg input[type="submit"] {
		width: 140px;
		height: 40px;
		font-size: 0.75rem;
		line-height: 40px;
	}

	.con-msg em {
		line-height: 40px;
		font-size: 12px;
	}
}




.news-box {
	padding: 80px 0;
	overflow: hidden;
}
.news-list{
	margin-top: 3%;
}
.news-list ol li {
	position: relative;
	margin-bottom: 25px;
	background: #fff;
	overflow: hidden;
	transition: all 0.5s;
}

.news-list ol li a {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	padding: 2%;
	overflow: hidden;
	box-sizing: border-box;
}

.news-list ol li .news-img {
	float: left;
	width: 17.5vw;
	height: 12vw;
	min-width: 226px;
	min-height: 155px;
	background: url(logo02.png) center no-repeat #f4f4f4;
	background-size: 150px;
	overflow: hidden;
}

.news-list ol li .news-img div {
	width: 100%;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
	transition: all 0.5s;
}

.news-list ol li .news-info {
	position: absolute;
	top: 50px;
	left: 30%;
	width: 50%;
	transition: all 0.5s;
}

.news-list ol li .news-info h3 {
	display: block;
	width: 100%;
	padding-bottom: 15px;
	font-size: 22px;
	font-weight: normal;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #333;
	overflow: hidden;
}

.news-list ol li .news-info p {
	font-size: 15px;
	height: 50px;
	line-height: 25px;
	color: #999;
	overflow: hidden;
}

.news-list ol li .news-date {
	position: absolute;
	top: 50px;
	right: 50px;
	width: 100px;
	height: 150px;
	text-align: right;
	overflow: hidden;
}

.news-list ol li .news-date span {
	display: block;
	font-family: "arial";
	font-size: 36px;
	transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
}

.news-list ol li .news-date font {
	display: block;
	font-family: "arial";
	font-size: 32px;
	color: #333;
	transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
}

.news-list ol li .news-date item {
	position: absolute;
	bottom: -50px;
	right: 5px;
	display: block;
	width: 13px;
	height: 26px;
	background: url(../images/r_arrow.png) no-repeat center;
	transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
}

.news-list ol li:hover {
	box-shadow: 0 0 25px 0 rgba(0, 0, 0, .1);
}

.news-list ol li:hover .news-img div {
	transform: scale(1.1, 1.1);
}

.news-list ol li:hover .news-info {
	left: calc(30% + 20px);
}

.news-list ol li:hover .news-date item {
	bottom: 30px;
}

.news-list ol li:hover .news-info h3 {
	color: #ff7327;
}

@media screen and (max-width:1680px) {

	.news-list ol li .news-info,
	.news-list ol li .news-date {
		top: 42px;
	}

	.news-list ol li .news-info h3 {
		padding-bottom: 13px;
		font-size: 20px;
	}

	.news-list ol li .news-info p {
		font-size: 14px;
		height: 44px;
		line-height: 22px;
	}

	.news-list ol li .news-date {
		width: 90px;
		height: 125px;
	}

	.news-list ol li .news-date font {
		font-size: 28px;
	}

	.news-list ol li:hover .news-date item {
		bottom: 21px;
	}
}

@media screen and (max-width:1440px) {

	.news-list ol li .news-info,
	.news-list ol li .news-date {
		top: 35px;
	}

	.news-list ol li .news-info h3 {
		padding-bottom: 10px;
		font-size: 18px;
	}

	.news-list ol li .news-info p {
		font-size: 13px;
		height: 40px;
		line-height: 20px;
	}

	.news-list ol li .news-date {
		width: 80px;
		height: 100px;
	}

	.news-list ol li .news-date font {
		font-size: 24px;
	}

	.news-list ol li:hover .news-date item {
		bottom: 12px;
	}
}


.news_show_left {
	float: left;
	width: 27%;
	padding: 30px;
	background: #fff;
	border-radius: 5px;
	box-sizing: border-box;
	overflow: hidden;
}

.news_show_left h2 {
	font-size: 1.5em;
	font-weight: bold;
	margin-bottom: 20px;
	line-height: 1.4;
	color: #000;
	text-align: left;
}

.news_info {
	padding-bottom: 25px;
	line-height: 30px;
	font-size: 16px;
	color: #999;
	border-bottom: 1px solid #eee;
}

.news_info a {
	display: block;
	width: 180px;
	padding: 16px 10px;
	margin-top: 30px;
	font-size: 16px;
	line-height: 1;
	text-align: center;
	color: #fff;
	background: #ff7327;
	border-radius: 40px;
	cursor: pointer;
}

.news_content {
	float: right;
	width: 70%;
	min-height: 500px;
	font-size: 16px;
	padding: 50px 35px;
	line-height: 28px;
	color: #555;
	background: #fff;
	border-radius: 5px;
	box-sizing: border-box;
	overflow: hidden;
}

.news_content img {
	max-width: 100%;
}

.news_show_content p {
	margin_-bottom: 10px;
}

.news_info a:hover {
	background-color: #ff7327;
}

.light {
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 100;
	display: none;
	padding: 25px 10px 13px;
	background-color: #fff;
	border: 4px solid #ddd;
	transform: translate(-50%, -50%);
}

.light i {
	position: absolute;
	right: 8px;
	top: 8px;
	display: block;
	width: 20px;
	height: 20px;
	background: url(closed_02.png) center no-repeat;
	background-size: cover;
	cursor: pointer;
}

.light img {
	width: 250px;
}

.light p {
	text-align: center;
}

@media screen and (max-width:1680px) {
	.news-box {
		padding: 70px 0;
	}

	.news_list ol li a {
		padding: 23px;
	}

	.news_list ol li .news-img {
		height: 210px;
	}

	.news_list ol li .news-info h3 {
		font-size: 20px;
	}

	.news_list ol li .news-info p {
		font-size: 14px;
	}

	.news_list ol li .news-date font {
		font-size: 29px;
	}

	.news_list ol li .news-date {
		top: 48px;
	}

	.news_info {
		font-size: 15px;
	}

	.news_info a {
		padding: 15px 8px;
		font-size: 15px;
		width: 170px;
	}

	.news_show_left {
		padding: 28px;
	}

	.news_show_left h2 {
		font-size: 1.4em;
	}

	.news_content {
		font-size: 15px;
	}
}

@media screen and (max-width:1440px) {
	.news-box {
		padding: 60px 0;
	}

	.news_list ol li a {
		padding: 20px;
	}

	.news_list ol li .news-img {
		height: 200px;
	}

	.news_list ol li .news-info h3 {
		font-size: 18px;
	}

	.news_list ol li .news-info p {
		font-size: 13px;
	}

	.news_list ol li .news-date font {
		font-size: 27px;
	}

	.news_list ol li .news-date {
		top: 45px;
	}

	.news_show_left h2 {
		font-size: 1.3em;
	}

	.news_info {
		font-size: 14px;
	}

	.news_info a {
		padding: 12px 8px;
		font-size: 14px;
		width: 140px;
	}

	.news_content {
		font-size: 14px;
	}
}


/* expage */
.curr {
	display: inline-block;
	padding: 0 12px;
	margin-right: 1px;
	font-size: 16px;
	line-height: 35px;
	text-align: center;
	color: #fff;
	background: #cecece;
	border-radius: 4px;
}

a.page {
	display: inline-block;
	padding: 0 12px;
	margin-right: 1px;
	font-size: 16px;
	line-height: 35px;
	text-align: center;
	color: #fff;
	background: #6f94dc;
	border-radius: 4px;
}

a.page:visited {
	line-height: 42px;
	text-decoration: none;
	color: #fff;
}

.ra {
	color: #666;
}

.ra a,
.ra a:link {
	text-decoration: none;
	color: #666;
}

.ra a:hover {
	text-decoration: underline;
	color: #666;
}

.red {
	color: #ff3330;
}

.yrr {
	color: #FF9900;
}

.bb {
	font-weight: bold;
}

.expage {
	width: 100%;
	padding-top: 30px;
	margin-left: 0px;
	line-height: 30px;
	text-align: center;
}

.error {
	border: 1px #f40 solid;
}

.right {
	border: 1px #44b549 solid;
}


.pro-ban .container {
	height: 100%;
	display: flex;
	align-items: center;
}



.product-serach{
	padding-bottom: 4.5%;
}
.product-serach h2{
	font-size: 56px;
	line-height: 1;
	font-weight: normal;
	color: #000;
	margin-bottom: 2%;
}
.product-serach form{
	display: flex;
	justify-content: space-between;
	width: 70%;
	margin: 0 auto;
	border-bottom: 2px solid #000;
}
.product-serach input[type="text"]{
	width: calc(100% - 120px);
	line-height: 90px;
	border: 0;
	background: none;
	padding: 0 40px;
	font-size: 25px;
}
.product-serach input[type="submit"]{
	width: 120px;
	line-height: 90px;
	border: 0;
	background: url(seicon.png) center center/auto 30% no-repeat;
}



.pro_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.pro_list li {
	position: relative;
	width: 48.5%;
	margin-bottom: 2%;
}

.pro-text{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50%;
    padding: 5%;
    text-align: left;
}
.pro-text h5{
    font-size: 20px;
    line-height: 2;
    font-weight: normal;
    color: #fff;
}
.pro-text h3 {
	color: #fff;
    font-size: 45px;
    line-height: 1;
    text-transform: uppercase;
}
.pro_list li i {
    position: absolute;
    right: 5%;
    bottom: 7%;
    display: block;
    width: 84px;
    height: 84px;
    opacity: 0;
    background: url(../images/pro_icon.png) center center/cover no-repeat #313131;
}
.pro_list li:hover i {
    opacity: 1;
}

@media screen and (max-width:1680px) {
	.pro-text h5 {
	    font-size: 18px;
	}
	.pro-text h3 {
	    font-size: 40px;
	}
	.pro_list li i {
	    width: 70px;
	    height: 70px;
	}
	.product-serach h2{
		font-size: 48px;
	}
	.product-serach input[type="text"]{
		width: calc(100% - 100px);
		line-height: 78px;
		padding: 0 30px;
		font-size: 21px;
	}
	.product-serach input[type="submit"]{
		width: 100px;
		line-height: 78px;
	}
}

@media screen and (max-width:1440px) {
	.pro-text h5 {
	    font-size: 16px;
	}
	.pro-text h3 {
	    font-size: 35px;
	}
	.pro_list li i {
	    width: 59px;
	    height: 59px;
	}
	.product-serach h2{
		font-size: 40px;
	}
	.product-serach input[type="text"]{
		width: calc(100% - 80px);
		line-height: 65px;
		padding: 0 25px;
		font-size: 18px;
	}
	.product-serach input[type="submit"]{
		width: 80px;
		line-height: 65px;
	}
}



.product-banner {
	width: 100%;
	height: 41vw;
	min-height: 530px;
	background: url(../images/product.jpg) center center/cover no-repeat;
}
.product-banner .container{
	display: flex;
	height: 100%;
	align-items: center;
}


.pro_bg {
	min-width: 1280px;
	background-color: #f4f4f4;
}

.pro-search {
}

.pro-search h2 {
	text-align: left;
	font-size: 60px;
	font-family: Arial;
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 2.5%;
}

.pro-search form {
	display: flex;
	width: 90%;
	border-bottom: 2px solid #fff;
}

.pro-search input[type="text"] {
	width: calc(100% - 120px);
	height: 70px;
	padding: 0 30px;
	font-size: 18px;
	border: 0;
	background: none;
	color: #fff;
}
.pro-search input[type="text"]::placeholder{
	color: #fff;
}

.pro-search input[type="submit"] {
	width: 120px;
	height: 70px;
	background: url(../images/pro_icon.png) center center/cover no-repeat;
	border: 0;
}

@media screen and (max-width: 1680px) {
	.p_top {
		padding-top: 110px;
	}
	.product-serach h3 {
		font-size: 50px;
		margin-bottom: 30px;
	}

	

	.pro-search h2 {
		font-size: 50px;
	}

	.pro-search input[type="text"] {
		width: calc(100% - 100px);
		height: 60px;
		padding: 0 25px;
		font-size: 16px;
	}

	.pro-search input[type="submit"] {
		width: 100px;
		height: 60px;
	}
}

@media screen and (max-width: 1440px) {
	.p_top {
		padding-top: 100px;
	}
	.product-serach h3 {
		font-size: 44px;
		margin-bottom: 25px;
	}

	

	.pro-search h2 {
		font-size: 40px;
	}

	.pro-search input[type="text"] {
		width: calc(100% - 80px);
		height: 50px;
		padding: 0 20px;
		font-size: 14px;
	}

	.pro-search input[type="submit"] {
		width: 80px;
		height: 50px;
	}
}


.pro_title {
	padding-bottom: 30px;
}

.pro_title h2 {
	font-size: 30px;
	color: #000;
}

.product_menu {
	position: relative;
	z-index: 30;
	/* 
	border-bottom: 1px solid #d7d9e0; */
}

.product_menu li {
	position: relative;
	z-index: 0;
	float: left;
	margin-right: 5px;
}
.product_menu ul{
	background-color: #8b8b8d;
	border-radius: 5px;
}
.product_menu ul>li>a {
	display: block;
	padding: 0 30px;
	font-size: 20px;
	line-height: 80px;
	text-transform: uppercase;
	position: relative;
	color: #fff;
	border-radius: 5px;
}
.product_menu ul>li>a>b{
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	opacity: 0;
}

.product_menu ul>li:hover>a,
.product_menu ul>li.on>a {
	color: #fff;
	background-color: #779090;
}

.product_menu ul>li:hover>a b,
.product_menu ul>li.on>a b{
	opacity: 1;
}

.product_menu li .menu_down {
	position: absolute;
	top: 83px;
	left: 0;
	z-index: 30;
	width: 100%;
	background-color: #3a3a3a;
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
	border-radius: 5px;
}

.product_menu ul li .menu_down a {
	display: block;
	padding: 0 25px;
	font-size: 16px;
	line-height: 55px;
	font-weight: normal;
	color: #fff;
}

.product_menu ul li .menu_down a:hover,
.product_menu ul li .menu_down a.on {
	color: #fff;
	background-color: #202020;
}

.product_menu ul li:hover .menu_down {
	opacity: 1;
	visibility: visible;
}

.type_manu {
	font-size: 0;
	margin-bottom: 2%;
}

.type_manu a {
	display: inline-block;
	padding: 14px 25px;
	font-size: 16px;
	line-height: 1;
	background-color: #fff;
	border-radius: 30px;
	color: #a3a3a3;
	margin: 0 10px 10px 0;
}

.type_manu a:hover,
.type_manu a.on {
	color: #fff;
	background-color: #6f94dc;
}



.searchbox {
	width: 27.85%;
	padding: 3px;
	background-color: #fff;
	border-radius: 40px;
	overflow: hidden;
}

.searchbox input[type="text"] {
	float: left;
	width: calc(100% - 60px);
	padding: 0 20px;
	font-size: 16px;
	line-height: 46px;
	border: 0;
	background-color: #fff;
}

.searchbox input[type="submit"] {
	float: right;
	width: 60px;
	height: 46px;
	border-radius: 40px;
	background: url(../images/pro_search.png) center center/100% auto no-repeat #ff7327;
}

.product_list ul {
	display: flex;
	justify-content: left;
	flex-wrap: wrap;
}

.product_list ul li {
	position: relative;
	width: calc(94%/5);
	margin: 0 1.5% 1.5% 0;
	overflow: hidden;
	background-color: #fff;
	transition: all 0.5s;
}

.product_list ul li a {
	display: block;
	padding: 0 0 8px;
	background-color: #fff;
}

.product_list ul li:nth-child(5n) {
	margin-right: 0;
}

.product_list ul li img {
	width: 100%;
}

.product_list ul li .img {
	overflow: hidden;
}

.product_list ul li h3 {
	font-size: 24px;
	padding: 0 8%;
	line-height: 1.5;
	font-weight: normal;
	text-align: center;
	margin-top: 8px;
	color: #000;
	background-color: #fff;
}

.product_list ul li p {
	font-size: 16px;
	line-height: 1.8;
	color: #636062;
	margin-bottom: 5px;
	text-align: center;
}

.product_list ul li:hover {
	transform: translateY(-5px);
	box-shadow: 0 20px 35px -15px rgba(0, 0, 0, .25);
}

.product_list ul li em {
	position: absolute;
	top: 10px;
	right: 10px;
	display: block;
	padding: 8px 15px;
	color: #fff;
	line-height: 1;
	background-color: #000;
	border-radius: 50px;
	font-style: normal;
}

.product_mext {
	margin-bottom: 30px;
	font-size: 16px;
	line-height: 46px;
}

.product_mext a {
	margin: 0 8px;
}

.product_mext a:hover {
	text-decoration: underline;
}

.product_left {
	width: 30%;
	height: auto;
}

.product_left .product-img {
	border: 1px solid #d5d5d5;
}

.product_left .product-img img {
	width: 100%;
}

.product_left .swiper-pagination {
	padding: 0 20px;
	text-align: left;
	bottom: 15px;
}

.product_left .swiper-pagination span.swiper-pagination-bullet-active {
	background-color: #000;
}

.product_info {
	padding: 30px 0 15px;
	border-bottom: 1px solid #e5e5e5;
}

.product_info h2 {
	font: bold 28px/1.5 "arial";
	color: #000;
}

.product_info p {
	font: 18px/1.5 "微软雅黑";
	color: #666;
}

.product_desc {
	padding: 35px 0 15px;
	border-bottom: 1px solid #e5e5e5;
}

.product_desc h2,
.product_recom h2 {
	margin-bottom: 20px;
	font: 24px/1 '微软雅黑';
	color: #000;
}

.product_desc ul li {
	font-size: 16px;
	line-height: 1.8;
	font-family: arial, '微软雅黑';
	color: #999;
}

.product_recom {
	padding-top: 30px;
}

.product_recom ul li {
	width: 100%;
	margin-bottom: 12px;
	background-color: #fff;
	transition: all 0.5s;
}

.product_recom ul li:hover {
	box-shadow: 0 0 25px 0 rgba(0, 0, 0, .15);
}

.product_recom ul li a {
	position: relative;
	display: block;
	width: 100%;
	padding: 12px;
	overflow: hidden;
	box-sizing: border-box;
	background: #fff;
}

.product_recom ul li em {
	position: absolute;
	top: 50%;
	right: 20px;
	z-index: 9;
	display: block;
	width: 45px;
	line-height: 20px;
	font-size: 14px;
	font-style: normal;
	text-align: center;
	color: #fff;
	border-radius: 2px;
	background-color: #bf9f62;
	transform: translateY(-50%);
}

.product_recom ul li a .img {
	width: 110px;
	float: left;
	overflow: hidden;
	margin-right: 30px;
}

.product_recom ul li a .text {
	float: left;
	width: 58%;
	padding-top: 30px;
}

.product_recom ul li a .text h3 {
	font-size: 16px;
	line-height: 2;
	color: #000;
	width: 70%;
}

.product_recom ul li a .text p {
	font-size: 14px;
	color: #adadad;
}

.product_right {
	width: 66%;
	padding: 2%;
	text-align: center;
	background-color: #fff;
	box-sizing: border-box;
}

.product_detailed {
	min-height: 700px;
	text-align: center;
}

.product_detailed img {
	width: auto;
	max-width: 100%;
}


.mask_bg,
.main_bg {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10000;
	display: none;
	background: #000;
	opacity: 0;
	-webkit-animation: maskShow cubic-bezier(0.68, -0.55, 0.27, 1.55) 1s forwards;
	-o-animation: maskShow cubic-bezier(0.68, -0.55, 0.27, 1.55) 1s forwards;
	-ms-animation: maskShow cubic-bezier(0.68, -0.55, 0.27, 1.55) 1s forwards;
	animation: maskShow cubic-bezier(0.68, -0.55, 0.27, 1.55) 1s forwards;
}

@-webkit-keyframes maskShow {
	from {
		opacity: 0;
	}

	to {
		opacity: 0.7;
	}
}

@-o-keyframes maskShow {
	from {
		opacity: 0;
	}

	to {
		opacity: 0.7;
	}
}

@-ms-keyframes maskShow {
	from {
		opacity: 0;
	}

	to {
		opacity: 0.7;
	}
}

@keyframes maskShow {
	from {
		opacity: 0;
	}

	to {
		opacity: 0.7;
	}
}

.video_show {
	width: 1000px;
	height: 680px;
	position: fixed;
	left: 50%;
	margin-left: -500px;
	top: -1000px;
	margin-top: -340px;
	opacity: 0;
	z-index: 10001;
	border-radius: 5px;
	display: none;
	-webkit-animation: introShow cubic-bezier(0.68, -0.55, 0.27, 1.55) 1.2s 0.5s forwards;
	-o-animation: introShow cubic-bezier(0.68, -0.55, 0.27, 1.55) 1.2s 0.5s forwards;
	-ms-animation: introShow cubic-bezier(0.68, -0.55, 0.27, 1.55) 1.2s 0.5s forwards;
	animation: introShow cubic-bezier(0.68, -0.55, 0.27, 1.55) 1.2s 0.5s forwards;
}

@-webkit-keyframes introShow {
	from {
		opacity: 0;
		top: -1000px;
	}

	to {
		opacity: 1;
		top: 50%;
	}
}

@-o-keyframes introShow {
	from {
		opacity: 0;
		top: -1000px;
	}

	to {
		opacity: 1;
		top: 50%;
	}
}

@-ms-keyframes introShow {
	from {
		opacity: 0;
		top: -1000px;
	}

	to {
		opacity: 1;
		top: 50%;
	}
}

@keyframes introShow {
	from {
		opacity: 0;
		top: -1000px;
	}

	to {
		opacity: 1;
		top: 50%;
	}
}

.video_show i {
	display: block;
	width: 40px;
	height: 40px;
	position: absolute;
	right: 0px;
	top: 18px;
	line-height: 40px;
	font-size: 20px;
	text-align: center;
	cursor: pointer;
	color: #fff;
	font-size: 22px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	font-weight: bold;
	background: url(closed.png);
	background-size: cover;
}

.video_show i:hover {
	transform: rotate(90deg);
}

.video_show .content {
	width: 90%;
	margin: 20px 5%;
}

.video_show .content h2 {
	line-height: 50px;
	color: #4c321c;
}

.video_show .content .show_date {
	width: 100%;
	height: 25px;
	margin: 10px 0;
	background: #F9F9F9;
	line-height: 25px;
	color: #666;
	text-indent: 2em;
}

.video_show .content .show_intro {
	width: 100%;
	text-align: left;
	font-size: 14px;
	border: 10px solid #fff;
	background-color: #fff;
	display: grid;
}

.video_show iframe,
.video_show video {
	width: 100%;
	max-height: 500px;
}


.video_ise {
	display: inline-block !important;
	margin: 0 auto;
	width: 81px;
	height: 81px;
	cursor: pointer;
	line-height: 50px;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	opacity: 1;
	margin-top: -40px;
	z-index: 99;
}

.video_ise img {
	width: 100%;
}

.pro_video:hover .video_ise {
	width: 100px;
	height: 100px;
	margin-top: -50px;
}

.pro_video:hover .video_img {
	opacity: .9;
}

.pro_video {
	background-color: #000;
}

.node {
	width: 100%;
	padding: 150px 0;
	text-align: center;
}

.node h4 {
	font-size: 30px;
	font-weight: normal;
	color: #000;
}

@media screen and (max-width:1680px) {
	.pro_title h2 {
		font-size: 27px;
	}
	.product_menu ul>li>a {
		padding: 0 25px;
		font-size: 17px;
		line-height: 70px;
	}

	.type_manu a {
		font-size: 14px;
		padding: 11px 20px;
		margin: 0 8px 8px 0;
	}

	.product_menu li .menu_down {
		top: 73px;
	}

	.product_menu ul li .menu_down a {
		font-size: 14px;
		line-height: 50px;
		padding: 0 20px;
	}

	.searchbox input[type="text"] {
		font-size: 15px;
		line-height: 42px;
	}

	.searchbox input[type="submit"] {
		height: 42px;
	}

	.product_list ul li em {
		top: 8px;
		right: 8px;
		padding: 6px 12px;
		font-size: 13px;
	}

	.product_list ul li h3 {
		font-size: 20px;
	}

	.product_list ul li p {
		font-size: 14.5px;
	}

	.product_mext {
		font-size: 15px;
		line-height: 44px;
	}

	.product_info h2 {
		font-size: 25px;
	}

	.product_info p {
		font-size: 16px;
	}

	.product_desc h2,
	.product_recom h2 {
		margin-bottom: 15px;
		font-size: 22px;
	}

	.product_desc ul li {
		font-size: 14px;
	}

	.product_recom ul li a .img {
		width: 100px;
		margin-right: 25px;
	}

	.product_recom ul li a .text {
		padding-top: 25px;
	}
}

@media screen and (max-width:1440px) {
	.pro_title h2 {
		font-size: 24px;
	}
	.product_menu ul>li>a {
		font-size: 14px;
		padding: 0 16px;
		line-height: 60px;
	}

	.type_manu a {
		font-size: 12px;
		padding: 8px 15px;
		margin: 0 5px 5px 0;
	}

	.product_menu li .menu_down {
		top: 63px;
	}

	.product_menu ul li .menu_down a {
		font-size: 12px;
		line-height: 45px;
		padding: 0 10px;
	}

	.searchbox input[type="text"] {
		font-size: 14px;
		line-height: 38px;
	}

	.searchbox input[type="submit"] {
		height: 38px;
	}

	.product_list ul li em {
		top: 6px;
		right: 6px;
		padding: 5px 10px;
		font-size: 12px;
	}

	.product_list ul li h3 {
		font-size: 16px;
	}

	.product_list ul li p {
		font-size: 13px;
	}

	.product_mext {
		font-size: 14px;
		line-height: 42px;
	}

	.product_info h2 {
		font-size: 22px;
	}

	.product_info p {
		font-size: 14px;
	}

	.product_desc h2,
	.product_recom h2 {
		margin-bottom: 14px;
		font-size: 20px;
	}

	.product_desc ul li {
		font-size: 12px;
	}

	.product_recom ul li a .img {
		width: 90px;
		margin-right: 15px;
	}

	.product_recom ul li a .text {
		padding-top: 20px;
	}
}

.pro_bg{
	background-color: #f4f4f4;
}

.pro-title {
	padding-bottom: 3%;
}

.pro-title h3 {
	font-size: 24px;
	color: #000;
}

.product-box {
	padding: 3% 0 5%;
}

.pro-box {
	padding: 4% 0;
}

.pro-container {
	width: 73.6%;
	min-width: 1100px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

.product-left {
	width: 30%;
	min-width: 290px;
	max-width: 422px;
}

.product-img {
	border-radius: 10px;
	overflow: hidden;
}

.product-img .swiper-pagination span.swiper-pagination-bullet-active {
	background-color: #000;
}

.product-info {
	padding: 8% 0;
}

.product-info h2 {
	font-size: 1.75rem;
	line-height: 1.3;
	color: #000;
}

.product-info p {
	font-size: 1.125rem;
	line-height: 2;
	color: #7b7b7b;
}

.product-button {
	overflow: hidden;
	padding-bottom: 10%;
	border-bottom: 1px solid #dedede;
}

.product-button-01,
.product-button-02 {
	display: block;
	width: 48%;
	font-size: 1rem;
	line-height: 55px;
	height: 55px;
	text-align: center;
	color: #fff;
	border-radius: 30px;
	border: none;
	outline: none;
	-webkit-appearance: none;
	font-family: BlueSkyStandard, arial;
	transition: all 0.4s;
}

.product-button-01 {
	background-color: #000;
}

.product-button-02 {
	background-color: #aaa;
}

.product-button-01:hover {
	background-color: #000;
}

.product-button-02:hover {
	color: #fff;
	background-color: #aaa;
}

.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: 65%;
}

.product-recom ul li h4 {
	font-size: 22px;
	line-height: 1.5;
	font-weight: normal;
	color: #000;
}

.product-recom ul li p {
	font-size: 1rem;
	line-height: 2;
	color: #adadad;
}

.product-recom ul li em {
	display: block;
	position: absolute;
	right: 15px;
	top: 15px;
	font-size: 0.875rem;
	padding: 4px 10px;
	border-radius: 30px;
	color: #fff;
	z-index: 99;
	font-style: normal;
	background-color: #ff7327;
}

.product-detailed {
	width: 66%;
	padding: 2%;
	min-width: 650px;
	overflow: hidden;
	background-color: #fff;
}




.consult-top {
	bottom: calc(4% + 60px);
	right: 2%;
	position: fixed;
	width: 375px;
	height: 575px;
	padding: 30px 35px 50px;
	margin-bottom: 25px;
	border-radius: 10px;
	overflow: hidden;
	background-color: #fff;
	box-shadow: 0 15px 30px -10px rgba(0, 0, 0, .3);
	opacity: 0;
	visibility: hidden;
	z-index: 200;
}

.consult-top.on {
	opacity: 1;
	visibility: inherit;
	bottom: 180px;
}

.consult-top::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 0;
	display: block;
	width: 100%;
	height: 110px;
	background-color: #fff;
	border-radius: 10px 0 0 0;
}

.consult-top i {
	float: right;
	position: relative;
	z-index: 1;
	width: 16px;
	height: 16px;
	/* border-right: 2px solid #fff;
	border-bottom: 2px solid #fff; */
	transform: rotate(45deg);
	cursor: pointer;
}

.consult-top i::after {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	display: block;
	width: 100%;
	height: 2px;
	background-color: #000;
}

.consult-top i::before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	display: block;
	width: 2px;
	height: 100%;
	background-color: #000;
}

.consult-top h3 {
	margin-top: 25px;
	font-size: 30px;
	line-height: 2;
	color: #333;
}

.consult-top p {
	font-size: 16px;
	line-height: 1.6;
	color: #333;
	margin-bottom: 45px;
}

.consult-top h5 {
	font-size: 14px;
	line-height: 1.5;
	font-weight: normal;
	color: #333;
}

.consult-top h5 b {
	color: #ff0000;
}

.consult-top input[type="text"] {
	width: 100%;
	color: #c4c8d3;
	line-height: 40px;
	border: 0;
	border-bottom: 1px solid #4a4a4a;
	background: none;
}

.consult-name {
	position: relative;
	margin-bottom: 35px;
}

.consult-email {
	position: relative;
	margin-bottom: 70px;
}

.consult-top em {
	position: absolute;
	left: 0;
	bottom: -30px;
	line-height: 30px;
	font-style: normal;
}

.consult-submit {
	position: relative;
	z-index: 1;
	/* 
	padding: 6%;
	background-color: #fff;
	border: 2px solid #bfbfbf; */
	border-radius: 10px;
}

.consult-top input[type="submit"] {
	width: 100%;
	color: #fff;
	line-height: 50px;
	font-weight: bold;
	text-transform: uppercase;
	border: 0;
	background-color: #000;
	border-radius: 30px;
}

.consult-bottom {
	text-align: right;
	height: 80px;
}

.consult-info {
	position: fixed;
	right: 100px;
	bottom: 100px;
	z-index: 200;
	display: inline-block;
	width: 280px;
	height: 80px;
	padding: 20px 25px;
	text-align: left;
	margin-right: 10px;
	border-radius: 5px 5px 0 5px;
	box-sizing: border-box;
	background-color: #fff;
	box-shadow: 0 10px 18px -6px rgba(0, 0, 0, .25);
}

.consult-info::after {
	content: "";
	position: absolute;
	bottom: 0;
	right: -10px;
	display: block;
	width: 10px;
	height: 14px;
	background: url(../images/consult_img.png) center no-repeat;
}

.consult-info h4,
.consult-info p {
	font-size: 14px;
	color: #656565;
	line-height: 1.5;
}

.consult-info i {
	position: absolute;
	top: 15px;
	right: 20px;
	display: block;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	border: 1px solid #e3e5e7;
	cursor: pointer;
	transform: rotate(45deg);
}

.consult-info i::before {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 1px;
	height: 65%;
	background-color: #6d737a;

}

.consult-info i::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 65%;
	height: 1px;
	background-color: #6d737a;
}

.consult-icon {
	position: fixed;
	right: 20px;
	bottom: 100px;
	z-index: 200;
	display: inline-block;
	width: 64px;
	height: 64px;
	border-radius: 50%;
	background-color: #000;
	cursor: pointer;
	overflow: hidden;
	box-shadow: 0 0 25px 0 rgba(0, 0, 0, .15);
}

.consult-icon:hover img {
	transform: rotateY(180deg);
}









@media screen and (max-width:1680px) {
	.product-img {
		border-radius: 8px;
	}

	.video_ise {
		width: 71px;
		height: 61px;
	}

	.product-info h2 {
		font-size: 1.5rem;
	}

	.product-info p {
		font-size: 1rem;
	}

	.product-button-01,
	.product-button-02 {
		font-size: 0.9375rem;
		line-height: 46px;
		height: 46px;
	}

	.product-itse h3,
	.product-recom h3 {
		font-size: 1rem;
	}

	.pro-more {
		font-size: 0.8125rem;
	}

	.patent {
		line-height: 46px;
		padding-left: 60px;
		font-size: 14px;
	}

	.product-recom ul li h4 {
		font-size: 1.125rem;
	}

	.product-recom ul li p {
		font-size: 0.875rem;
	}

	.product-recom ul li em {
		font-size: 0.8125rem;
		padding: 3px 8px;
	}
}

@media screen and (max-width:1580px) {
	.patent {
		line-height: 44px;
		padding-left: 55px;
		font-size: 13px;
	}
}

@media screen and (max-width:1440px) {
	.product-img {
		border-radius: 6px;
	}

	.video_ise {
		width: 61px;
		height: 61px;
	}

	.product-info h2 {
		font-size: 1.25rem;
	}

	.product-info p {
		font-size: 0.875rem;
	}

	.product-button-01,
	.product-button-02 {
		font-size: 0.875rem;
		line-height: 42px;
		height: 42px;
	}

	.product-itse h3,
	.product-recom h3 {
		font-size: 0.875rem;
		margin-bottom: 6%;
	}

	.pro-more {
		font-size: 0.875rem;
	}

	.patent {
		line-height: 42px;
		padding-left: 50px;
		font-size: 12px;
	}

	.product-recom ul li h4 {
		font-size: 1rem;
	}

	.product-recom ul li p {
		font-size: 0.875rem;
	}

	.product-recom ul li em {
		top: 10px;
		right: 10px;
		font-size: 0.875rem;
		padding: 2px 6px;
	}
}










.new_pro_bg {
	min-width: 1280px;
	background: url(../images/new_pro_bg.jpg) top center/100% auto no-repeat #fafbfc;
}

.new-pro-top {
	width: 100%;
	height: 36.458vw;
	min-height: 468px;
}

.new-pro-top .container {
	display: flex;
	height: 100%;
	padding-left: 5.3%;
	padding-top: 15%;
}

.news-search{
	width: 36%;
}
.news-search form{
	display: flex;
	padding-top: 3%;
	border-bottom: 2px solid #000;
}
.news-search input[type="text"]{
	width: calc(100% - 70px);
	line-height: 70px;
	font-size: 16px;
	padding: 0 20px;
	background: none;
	border: 0;
}
.news-search input[type="submit"]{
	width: 70px;
	height: 70px;
	background: url(../images/pro_icon.png) center center/cover no-repeat;
	border: 0;
}

@media screen and (max-width:1680px) {
	.news-search input[type="text"]{
		width: calc(100% - 60px);
		line-height: 60px;
		font-size: 14px;
		padding: 0 15px;
	}
	.news-search input[type="submit"]{
		width: 60px;
		height: 60px;
	}
}

@media screen and (max-width:1440px) {
	.news-search input[type="text"]{
		width: calc(100% - 50px);
		line-height: 50px;
		font-size: 12px;
		padding: 0 10px;
	}
	.news-search input[type="submit"]{
		width: 50px;
		height: 50px;
	}
}






.cer ul {
	display: flex;
	flex-wrap: wrap;
}

.cer ul li {
	width: calc(97%/4);
	margin: 0 1% 1% 0;
}

.cer ul li:nth-child(4n) {
	margin-right: 0;
}

.cer ul li .cer_img {
	overflow: hidden;
	text-align: center;
	background-color: #fff;
}
.cer ul li .cer_img img{
	width: auto;
	max-width: 100%;
}

.cer ul li h3 {
	font-size: 16px;
	line-height: 3;
	font-weight: normal;
	text-align: center;
}

.cer ul li:hover .cer_img {
	background-color: #fff;
	box-shadow: 0 22px 27px -10px rgba(0,0,0,.2);
}

.cer_box {
	padding: 4% 0;
}

.cer_menu {
	display: flex;
	justify-content: space-between;
	width: 100%;
	line-height: 35px;
	overflow: hidden;
	padding-bottom: 20px;
}

.cer_link i {
	display: inline-block;
	padding: 0 15px;
	font-style: normal;
}

.cer_menu span {
	display: block;
	float: right;
	width: 100px;
	line-height: 35px;
	text-align: center;
	color: #fff;
	background: #333;
	cursor: pointer;
}

.cer_top {
	display: flex;
	justify-content: space-between;
	padding: 25px;
	overflow: hidden;
	background: #fff;
	border: 1px solid #eee;
}

.cer_top .fl {
	width: 310px;
	pointer-events: none;
	border: 1px solid #eee;
}

.cer_top .fr {
	width: calc(100% - 360px);
}

.cer_top .fr h3 {
	color: #333;
	line-height: 2;
	font-weight: normal;
	font-size: 26px;
	padding-bottom: 8px;
}

.cer_top .fr p {
	color: #666;
	line-height: 1.8;
	font-size: 14px;
}

.cer_title {
	margin-bottom: 2.5%;
}

.cer_title h2 {
	font-size: 26px;
	font-weight: normal;
	color: #000;
}

.cer_recom {
	display: flex;
	flex-wrap: wrap;
}

.cer_recom li a {
	display: block;
	padding-bottom: 12px;
}

.cer_recom li {
	position: relative;
	width: calc(94%/5);
	margin: 0 1.5% 1.5% 0;
	border: 1px solid #eee;
	border-radius: 8px;
	overflow: hidden;
}

.cer_recom li:nth-child(5n) {
	margin-right: 0;
}

.cer_recom li .img {
	border-radius: 8px;
	overflow: hidden;
}

.cer_recom li span {
	display: block;
	margin-top: 12px;
	text-align: center;
	font-size: 24px;
	line-height: 1.3;
	color: #000;
}

.cer_recom li p {
	font-size: 14px;
	text-align: center;
	color: #999;
	line-height: 2;
}

.cer_recom li em {
	position: absolute;
	top: 10px;
	right: 10px;
	display: block;
	padding: 8px 15px;
	color: #fff;
	line-height: 1;
	background-color: #ff7327;
	border-radius: 50px;
	font-style: normal;
}

.cer_recom li:hover {
	transform: translateY(-5px);
	box-shadow: 0 14px 30px -8px rgba(0, 0, 0, .15);
}

@media screen and (max-width:1680px) {
	.cer ul li h3 {
		font-size: 14px;
	}

	.cer_top .fl {
		width: 290px;
	}

	.cer_top .fr {
		width: calc(100% - 340px);
	}

	.cer_top .fr h3 {
		font-size: 23px;
		padding-bottom: 5px;
	}

	.cer_top .fr p {
		font-size: 13px;
	}

	.cer_title h2 {
		font-size: 23px;
	}

	.cer_recom li em {
		top: 8px;
		right: 8px;
		padding: 6px 12px;
		font-size: 13px;
	}

	.cer_recom li span {
		font-size: 21px;
	}

	.cer_recom li p {
		font-size: 13px;
	}
}

@media screen and (max-width:1440px) {
	.cer ul li h3 {
		font-size: 12px;
	}

	.cer_top .fl {
		width: 270px;
	}

	.cer_top .fr {
		width: calc(100% - 310px);
	}

	.cer_top .fr h3 {
		font-size: 20px;
	}

	.cer_top .fr p {
		font-size: 12px;
	}

	.cer_title h2 {
		font-size: 20px;
	}

	.cer_recom li em {
		top: 6px;
		right: 6px;
		padding: 5px 10px;
		font-size: 12px;
	}

	.cer_recom li span {
		font-size: 18px;
	}

	.cer_recom li p {
		font-size: 12px;
	}
}



.login_bg {
    width: 100%;
    height: 800px;
    position: relative;
}
.login_box {
    position: relative;
    left: 50%;
    top: 50%;
    padding: 105px 50px 0;
    transform: translate(-50%,-50%);
    width: 480px;
    box-sizing: border-box;
    height: 530px;
    border-radius: 20px;
    box-shadow: 0 0 60px 0 rgb(0 0 0 / 15%);
}
.l_logo {
    display: block;
    margin: 0 auto 75px;
}
.login_box input[type='password'] {
    width: 100%;
    height: 60px;
    border: 1px solid #eee;
    border-radius: 4px;
    padding: 0 15px;
    box-sizing: border-box;
    background: #fff;
    font-size: 18px;
    margin-bottom: 25px;
}
.login_box [type='submit'] {
    width: 100%;
    height: 60px;
    font-size: 18px;
    text-align: center;
    line-height: 60px;
    color: #fff;
    background: #333;
    border-radius: 4px;
    margin-bottom: 40px;
    cursor: pointer;
}