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

@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: '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- */
}


.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%;
	height: 44.50vw;
	min-height: 640px;
}
.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;
	border-bottom: 1px solid rgba(255,255,255,.1);
}
.header_box .container{
	display: flex;
	justify-content: space-between;
	align-items: center;
}


.header_bg{
	background-color: #fff;
	box-shadow: 0 0 35px 0 rgba(0,0,0,.35);
}
.header_box.header_color{
	border-color: rgba(0,0,0,.1);
}

.logo{
	display: block;
	width: 180px;
	height: 29px;
	background: url(logo.png) center center/cover no-repeat;
	transition: all 0.5s;
}
.header_bg .logo,
.header_color .logo{
	background-image: url(logo02.png);
}

.nav{
	display: flex;
	justify-content: space-between;
}
.nav ul li{
	position: relative;
	float: left;
	margin: 0 40px;
}
.nav > ul > li > a{
	position: relative;
	display: block;
	font-size: 1rem;
	color: #fff;
	line-height: 90px;
	transition: all 0.4s;
}
.header_bg .nav > ul > li > a,
.header_color .nav > ul > li > a{
	color: #000;
}
.nav > ul > li > a::after{
	content: "";
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -1px;
	margin: 0 auto;
	width: 0;
	height: 3px;
	background-color: #d83037;
	border-radius: 30px;
	-webkit-transition: all .3s;
	transition: all .3s;
	opacity: 0;
}
.nav > ul > li > a:hover::after,
.nav > ul > li > a.active::after{
	width: 100%;
	opacity: 1;
}

.nav > ul > li > a:hover,
.nav > ul > li > a.active{
	color: #d83037;
}


.header_box.active {
    position: fixed;
    top: 0;
    transform: translateY(-101%);
}
.header_box.active.slideDown, .header_box.active.slideUp {
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.header_box.active.slidedowm {
    transform: translateY(0);
}


.head_search{
	float: right;
	position: relative;
	width: 45px;
	height: 90px;
	transition: all 0.3s;
}
.head_search i{
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	overflow: hidden;
	transform: translate(-50%,-50%);
	cursor: pointer;
	background: url(search_icon.png) center center/24px auto no-repeat;
}
.head_search form {
	display: block;
	position: absolute;
	right: 0;
	top: 91px;
	padding: 0 15px;
	width: 240px;
	height: 0;
	overflow: hidden;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=50);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#7f003065, endColorstr=#7f003065);
	background: rgba(0,0,0,.5);
}
.head_search input[type="text"] {
	display: block;
	float: left;
	width: 160px;
	line-height: 30px;
	height: 30px;
	overflow: hidden;
	border: 1px solid #eee;
	color: #999;
	font-size: 12px;
	padding: 0 10px;
	text-align: left;
}
.head_search input[type="submit"] {
	display: block;
	float: left;
	width: 50px;
	height: 30px;
	background-image: url(search_icon.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 60%;
	cursor: pointer;
	background-color: #d83037;
}

.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 35px;
	}
	.nav > ul > li > a{
		font-size: 0.90625rem;
		line-height: 80px;
	}
	.head_search{
		height: 80px;
	}
	.head_search form{
		top: 81px;
	}
	.logo{
		width: 174px;
		height: 28px;
		background-size: cover;
	}
	.head_show{
		float: right;
		padding: 30px 17px 0;
	}
	.head_show a{
		font-size: 14px;
		padding: 5px 20px;
		border: 1.5px solid #dfdfdf;
	}
}
@media screen and (max-width:1440px) {
	.nav ul li{
		margin: 0 30px;
	}
	.nav > ul > li > a{
		font-size: 0.8125rem;
		line-height: 70px;
	}
	.head_search{
		height: 70px;
	}
	.head_search form{
		top: 71px;
	}
	.logo{
		width: 155px;
		height: 25px;
		background-size: cover;
	}
	.head_show{
		float: right;
		padding: 25px 14px 0;
	}
	.head_show a{
		font-size: 13px;
		padding: 4px 16px;
		border: 1px solid #dfdfdf;
	}
}


.title-box{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 4%;
}
.title-box h3{
	font-size: 46px;
	line-height: 1.2;
	text-transform: uppercase;
	font-family: "gothambold";
}
.title-box p{
	font-size: 16px;
	line-height: 1.6;
	color: #000;
}
.title-box a{
    display: block;
    width: 155px;
    font-size: 16px;
    text-align: center;
    line-height: 46px;
    color: #000;
    margin-top: 45px;
    background-color: #fff;
	border-radius: 5px;
}

.title-box a:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 30px -16px rgba(0,0,0,.3);
}


.index-text h4{
	font-family: "gothambold";
	font-size: 20px;
	line-height: 1;
	margin-bottom: 20px;
	text-transform: uppercase;
}
.index-text h3{
	font-family: "gothambold";
	font-size: 46px;
	line-height: 1.2;
	margin-bottom: 20px;
	text-transform: uppercase;
}
.index-text p{
	font-size: 16px;
	line-height: 1.6;
}
.white{
	color: #fff;
}
.black{
	color: #000;
}
.orange{
	color: #d83037;
}



/* 首页公司简介 */
.index-about{
	padding: 4.5% 0;
}
.index-about .container{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.index-about-img{
	width: 46.125%;
	border-radius: 10px;
	overflow: hidden;
}
.index-about-img img{
	width: 100%;
}

.index-about-text{
	width: 44.875%;
	position: relative;
	padding-top: 2%;
}
.index-about-text img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1;
}

.index-about-text h1{
	display: block;
	font-size: 42px;
	color: #000;
	margin-bottom: 10px;
}
.index-about-text strong{
	display: block;
	font-size: 20px;
	margin-bottom: 30px;
}
.index-about-text a{
	display: block;
	width: 155px;
	font-size: 16px;
	text-align: center;
	line-height: 46px;
	color: #fff;
	margin-top: 45px;
	background-color: #d83037;
	border-radius: 5px;
}
.index-about-text a:hover{
	transform: translateY(-5px);
	box-shadow: 0 20px 30px -16px rgba(0,0,0,.8);
}

/* 首页公司简介 end*/


.index-product{
	padding: 4.5% 0;
	position: relative;
}
.index-product::before {
    content: "";
    width: 100%;
    height: 22.8125vw;
    min-height: 295px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background-color: #d93239;
}
.index-proimg{
	overflow: hidden;
	position: relative;
	background: #000;
	border-radius: 10px;
}

.index-proimg span{
	position: absolute;
	margin: 0 auto;
	left: 0;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	display: flex;
    align-items: center;
    height: 56px;
    width: 188px;
    justify-content: center;
    border: 2px solid #fff;
    font-size: 16px;
    color: #fff;
    font-family: "DIN";
    transition: all .3s;
    z-index: 999;
	opacity: 0;

}
.index-proimg span:hover {
    border-color: #c30d23;
}

.index-proimg span:hover:after {
    width: 100%;
}

.index-proimg span:after {
    content: "";
    background: #c30d23;
    transition: all .3s;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 0;
    z-index: -1;
}

.index-product h1{
	padding: 30px 10px;
	font-size: 22px;
	color: #000;
	text-transform: uppercase;
}


.index-product .swiper-slide{
	box-shadow: 0 0 15px 0 rgba(0,0,0,.08);
}

.index-product .swiper-slide:hover{
	background: #d83037;
}
.index-product .swiper-slide:hover h1{
	color: #fff;
}
.index-product .swiper-slide:hover img{
	transform: scale(1.1);
	    opacity: .6;
}

.index-product .swiper-slide:hover span{
	opacity: 1;
}



.product-pagination span{
	display: inline-block;
	width: 12px;
	height: 12px;
	cursor: pointer;
}
.product-pagination span.swiper-pagination-bullet-active{
	background-color: #ed7020;
}
.product-prev,.product-next{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background-position: center;
	background-size: auto 100%;
	background-repeat: no-repeat;
	background-color: #969696;
	cursor: pointer;
	z-index: 50;
}
.product-prev{
	transform: translateX(-715px) translateY(-59%);
	background-image: url(../images/brand_prv.png);
}
.product-next{
	transform: translateX(655px) translateY(-59%);
	background-image: url(../images/brand_next.png);
}
.product-prev:hover,.product-next:hover{
	background-color: #d83037;
}


.index-strength{
	padding: 0% 0 4.5% 0;
}
.index-strength ul{
	display: flex;
	justify-content: space-between;
	margin: 5% 0;
}
.index-strength ul li {
	width: 28%;
}

.index-strength ul li i{
	display: block;
	width: 50px;
	height: 50px;
	margin-bottom: 10px;
}
	
.index-strength ul li h3{
	font-size: 24px;
	line-height: 2.5;
	font-family: "gothambold";
	font-weight: normal;
	text-transform: uppercase;
	color: #333;
}
.index-strength ul li p{
	font-size: 16px;
	line-height: 1.6;
	color: #333;
}
.index-strength ul li:nth-child(1) i{
	background: url(../images/projects_01_01.png) center center/cover no-repeat;
}
.index-strength ul li:nth-child(2) i{
	background: url(../images/projects_01_02.png) center center/cover no-repeat;
}
.index-strength ul li:nth-child(3) i{
	background: url(../images/projects_01_03.png) center center/cover no-repeat;
}



.footer-box{
	padding: 4% 0;
	background-color: #f5f5f5;
	border-bottom: 5px solid #d83037;
}
.footer-box .container{
	display: flex;
	justify-content: space-between;
}
.footer-left {
}
.footer-left h3{
	font-size: 26px;
	font-family: Arial;
	line-height: 1.3;
	color: #000;
	margin-bottom: 5%;
}
.footer-left p{
	font-size: 16px;
	line-height: 1.5;
}
.footer-right{
	width: 30%;
}
.footer-right h3{
	font-size: 26px;
	font-family: Arial;
	line-height: 1.3;
	padding-left: 15px;
	color: #000;
	margin-bottom: 5%;
}
.footer-search{
	border-radius: 30px;
	padding: 8px;
	background-color: #fff;
	margin-bottom: 5%;
}
.footer-search form{
	display: flex;
	
}
.footer-search input[type="text"]{
	width: calc(100% - 80px);
	padding: 0 30px;
	font-size: 16px;
	line-height: 46px;
	background: none;
	border: 0;
}
.footer-search input[type="submit"]{
	width: 80px;
	height: 46px;
	cursor: pointer;
	border-radius: 30px;
	background: url(../images/pro_search.png) center center/auto 80% no-repeat #d4322d;
}


.links a{
	width: 40px;
	text-align: center;
	line-height: 40px;
	border-radius: 50%;
	font-size: 20px;
	color: #999;
	margin-right: 10px;
}
.links a:hover{
	background-color: #d83037;
	color: #fff;
}
.footer-box dl dt{
	font-size: 20px;
	color: #fff;
	font-weight: bold;
	margin-bottom: 20px;
}
.footer-box dl dd{
	font-size: 16px;
	line-height: 2;
}
.footer-box dl dd a{
	opacity: .7;
	color: #fff;
}
.footer-box dl dd a:hover{
	opacity: 1;
	color: #d83037;
	text-decoration: underline;
}
.copy-box{
	border-top: 1px solid #393939;
	background-color: #1b1b1b;
}
.copy-info{
	display: flex;
	justify-content: space-between;
	line-height: 70px;
	font-size: 16px;
}
.copy-info b,
.copy-info a:hover{
	color: #d83037;
}


@media screen and (max-width:1680px) {
	.title-box h3{
		font-size: 40px;
	}
	.title-box p{
		font-size: 14px;
	}
	.index-text h4{
		font-size: 18px;
		margin-bottom: 8px;
	}
	.index-text h3{
		font-size: 40px;
		margin-bottom: 20px;
	}
	
	.index-text p{
		font-size: 14px;
	}
	.index-about-text a,
	.title-box a{
		display: block;
		width: 135px;
		font-size: 14px;
		line-height: 42px;
		margin-top: 40px;
	}

	.index-about-text h1{
		font-size: 38px;
		margin-bottom: 10px;
	}
	.index-about-text strong{
		font-size: 17px;
		margin-bottom: 25px;
	}
	.index-about-text{
		width: 48%;
	}

	.product-pagination span{
		width: 10px;
		height: 10px;
	}
	.product-prev,.product-next{
		width: 55px;
		height: 55px;
	}
	.product-prev{
		transform: translateX(-625px) translateY(-59%);
	}
	.product-next{
		transform: translateX(575px) translateY(-59%);
	}
	.index-faq ul li h3{
		font-size: 18px;
		line-height: 80px;
	}
	.index-faq ul li p{
		font-size: 14px;
		
	}
	.index-faq ul li i{
		width: 12px;
		height: 12px;
	}
	.footer-left img{
		width: 236px;
		margin-bottom: 55px;
	}
	.links a{
		width: 26px;
		line-height: 26px;
		font-size: 14px;
		margin-right: 8px;
	}
	.footer-box dl dt{
		font-size: 18px;
		margin-bottom: 16px;
	}
	.footer-box dl dd{
		font-size: 14px;
	}
	
	
	
	
	
}
@media screen and (max-width:1440px) {
	.title-box h3{
		font-size: 34px;
	}
	.title-box p{
		font-size: 12px;
	}
	.index-text h4{
		font-size: 16px;
		margin-bottom: 6px;
	}
	.index-text h3{
		font-size: 34px;
		margin-bottom: 15px;
	}
	.index-text p{
		font-size: 12px;
	}
	.index-about-text a,
	.title-box a{
		display: block;
		width: 95px;
		font-size: 12px;
		line-height: 38px;
		margin-top: 35px;
	}
	
	.index-about-text h1 {
	    font-size: 32px;
	    margin-bottom: 10px;
	}
	
	.index-about-text strong{
		font-size: 14px;
		margin-bottom: 20px;
	}
	.index-about-text{
		width: 46%;
	}
	.index-product .swiper-slide{
		width: 870px;
	}
	.product-pagination span{
		width: 8px;
		height: 8px;
	}
	.product-prev,.product-next{
		width: 50px;
		height: 50px;
	}
	.product-prev{
		transform: translateX(-535px) translateY(-59%);
	}
	.product-next{
		transform: translateX(485px) translateY(-59%);
	}
	.index-faq ul li h3{
		font-size: 16px;
		line-height: 70px;
	}
	.index-faq ul li p{
		font-size: 12px;
	}
	.index-faq ul li i{
		width: 10px;
		height: 10px;
	}
	.footer-left img{
		width: 236px;
		margin-bottom: 55px;
	}
	.links a{
		width: 22px;
		line-height: 22px;
		font-size: 12px;
		margin-right: 6px;
	}

	
	
}

.product-banner{
	margin: 8% 0 3%;
}


.con-ban{
    position: relative;
    width: 100%;
    min-width: 1280px;
	height: 26.22916vw;
	min-height: 460px;
    overflow: hidden;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	border-radius: 10px;
}

.con-ban::before {
    content: "";
    width: 100%;
    height:100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background-color: #000;
	opacity: .3;
}

.contact-ban{
    position: relative;
    width: 100%;
    min-width: 1280px;
	height: 32.22916vw;
	min-height: 538px;
    overflow: hidden;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.con-ban .container, .service-ban .container, .contact-ban .container, .product-ban .container {
    display: flex;
    position: relative;
    z-index: 1;
    align-items: center;
    height: 100%;
    min-height: 470px;
}
.con-ban .container h2, .service-ban .container h2, .contact-ban .container h2 {
    font-size: 70px;
    color: #fff;
    width: 100%;
	font-family: "gothambold";
}



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

@keyframes subs {
	0% {
		transform: scale(1.2,1.2)
	}
	100% {
		transform:scale(1,1)
	}
}



.about-01{
	width: 100vw;
	min-width: 1280px;
	padding: 4.5% 0;
	background: #fff;
}
.about-01-top{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.about-01-left{
	width: 50%;
	color: #333;
}
.about-01-left p{
	opacity: .7;
}
.about-01-right{
	width: 36.875%;
	position: relative;
	overflow: hidden;
}
.about-02{
	width: 100%;
	padding: 5% 0;
	background: #f7f7f7;
}
.about-02 .container{
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 100%;
}
.about_02_img{
	width: 49%;
}
.about-02 .index-text{
	width: 38%;
}


.gray{
	
	color: #7e7e7e;
}
.about-03{
	padding: 4.5% 0;
}
.about-03 .index-text{
	margin-bottom: 3%;
}
.about-03-box{
	display: grid;
	grid-column-gap: 10px;
	grid-row-gap: 10px;
	grid-template-columns: repeat(5,1fr);
	grid-template-rows: auto;
}
.about-03-01{
	grid-area: 1/1/span 2/span 2;
}
.about-03-05{
	grid-area: 2/3/span 1/span 2;
}
.about-03-box div{
	pointer-events: none;
	border-radius: 8px;
	overflow: hidden;
}
.about-04{
	width: 100vw;
	height: 40.57291vw;
	min-width: 1280px;
	min-height: 519px;
	background: url(../images/about_04.jpg) center center/cover no-repeat;
}
.about-04 .container{
	display: flex;
	align-items: center;
	height: 100%;
}
.about-04-box{
	width: 50%;
	padding-top: 4%;
}
.about-04-box ul{
	display: flex;
	margin-top: 25%;
}
.about-04-box ul li{
	width: 19.75%;
	border-radius: 8px;
	overflow: hidden;
	margin-right: 8px;
}

.foot-copy{
	padding: 3% 0;
	background-color: #1b1b1b;
}
.foot-copy .container{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.foot-right{
	text-align: right;
	font-size: 16px;
	line-height: 2;
}
.foot-right a:hover{
	color: #d83037;
}
.foot-right b{
	color: #d83037;
}

@media screen and (max-width:1680px) {
	.foot-right{
		font-size: 14px;
	}
}
@media screen and (max-width:1440px) {
	.foot-right{
		font-size: 12px;
	}
}


.service-01{
	padding: 4.5% 0;
	background-color: #b8a594;
}
.service-01 .container{
	display: flex;
	justify-content: space-between;
}
.service-01-left{
	width: 50.625%;
	border-radius: 8px;
	overflow: hidden;
	pointer-events: none;
}
.service-01-right{
	width: 39.6875%;
	padding-top: 4%;
}
.service-02{
	width: 100vw;
	height: 42.9166vw;
	min-width: 1280px;
	min-height: 549px;
	background: url(../images/service_02.jpg) center center/cover no-repeat;
}
.service-02 .container{
	padding-top: 8%;
}
.service-03{
	padding: 4.5% 0;
}
.service-03-top{
	width: 100%;
	height: 30.0520vw;
	min-height: 385px;
	display: flex;
	justify-content: flex-end;
	border-radius: 8px;
	overflow: hidden;
	background: url(../images/service_03_img.jpg) left top/auto 100% no-repeat;
	margin-bottom: 1%;
}
.service-03-left,
.service-03-right{
	width: 50%;
}
.service-03-right{
	justify-content: space-between;
	border-radius: 8px;
	background-color: #d83037;
	padding-top: 8%;
}
.service-03-right .index-text{
	width: 80%;
	margin: 0 auto;
}
.service-03 ul{
	display: flex;
	justify-content: space-between;
}
.service-03 ul li{
	width: 19.5%;
	border-radius: 8px;
	overflow: hidden;
}

.projects-02{
	padding: 4.5% 0;
	background-color: #eee;
}
.projects-02-left{
	width: 50.625%;
	padding-top: 24.37%;
	border-radius: 8px;
	overflow: hidden;
	margin-bottom: 1%;
	background: url(../images/projects_02_01.jpg) top center/100% auto no-repeat;
}
.projects-02-right{
	width: 48.6875%;
	padding-top: 24.37%;
	border-radius: 8px;
	overflow: hidden;
	margin-bottom: 1%;
	background: url(../images/projects_02_02.jpg) top center/100% auto no-repeat;
}
.projects-02-left-text{
	padding: 55px 70px;
	background-color: #d83037;
	border-radius: 8px;
}
.projects-02-right-text{
	padding: 55px 70px;
	background-color: #0085a0;
	border-radius: 8px;
}
.projects-02-left-text h3,
.projects-02-right-text h3{
	font-size: 28px;
	font-family: "gothambold";
	line-height: 1.3;
	color: #fff;
	margin-bottom: 10px;
}
.projects-02-left-text p,
.projects-02-right-text p{
	font-size: 16px;
	line-height: 1.6;
	color: #fff;
}
.projects-02-box{
	position: relative;
	padding: 95px 70px;
	border-radius: 8px;
	background-color: #fff;
}
.projects-02-box h3{
	font-size: 28px;
	font-family: "gothambold";
	line-height: 1.3;
	color: #000;
	margin-bottom: 10px;
}
.projects-02-box p{
	font-size: 16px;
	line-height: 1.6;
}
.projects-02-box img{
	width: 722px;
	position: absolute;
	top: -50px;
	right: 160px;
}
@media screen and (max-width:1680px) {
	.index-strength ul li i{
		width: 50px;
		height: 50px;
	}
	.index-strength ul li h3{
		font-size: 26px;
	}
	.index-strength ul li p{
		font-size: 16px;
	}
	.projects-02-left-text,
	.projects-02-right-text{
		padding: 45px 60px;
	}
	.projects-02-box{
		padding: 85px 60px;
	}
	.projects-02-left-text h3,
	.projects-02-right-text h3,
	.projects-02-box h3{
		font-size: 24px;
		margin-bottom: 8px;
	}
	.projects-02-left-text p,
	.projects-02-right-text p,
	.projects-02-box p{
		font-size: 14px;
	}
	.projects-02-box img{
		width: 602px;
		top: -40px;
		right: 120px;
	}
}
@media screen and (max-width:1440px) {
	.index-strength ul li i{
		width: 50px;
		height: 50px;
	}
	.index-strength ul li h3{
		font-size: 22px;
	}
	.index-strength ul li p{
		font-size: 14px;
	}
	.projects-02-left-text,
	.projects-02-right-text{
		padding: 35px 50px;
	}
	.projects-02-box{
		padding: 75px 50px;
	}
	.projects-02-left-text h3,
	.projects-02-right-text h3,
	.projects-02-box h3{
		font-size: 20px;
		margin-bottom: 6px;
	}
	.projects-02-left-text p,
	.projects-02-right-text p,
	.projects-02-box p{
		font-size: 12px;
	}
	.projects-02-box img{
		width: 482px;
		top: -20px;
		right: 80px;
	}
}


.hinges-01{
	padding: 4.5% 0;
	background-color: #313131;
}
.hinges-logo{
	width: 260px;
}
.hinges-01-box{
	margin: 3% 0 5%;
}
.hinges-01-box h4{
	font-size: 20px;
	line-height: 2;
	color: #fff;
}
.hinges-01-box p{
	font-size: 16px;
	line-height: 2;
	color: #fff;
}
.hinges-01 ul{
	display: flex;
	justify-content: space-between;
}
.hinges-01 ul li{
	width: 31.875%;
	background-color: #d83037;
}
.hinges-01-text{
	padding: 10% 6%;
}
.hinges-01-text h3{
	font-size: 26px;
	line-height: 35px;
	height: 70px;
	margin-bottom: 10px;
	color: #fff;
	font-family: "gothambold";
	text-transform: uppercase;
}
.hinges-01-text p{
	font-size: 16px;
	line-height: 1.8;
	color: #fff;
}
.hinges-more{
	display: inline-block;
	margin: 5% auto 0;
	font-size: 30px;
	line-height: 1;
	font-weight: bold;
	color: #fff;
	padding: 18px 45px;
	border: 3px solid #d83037;
	border-radius: 50px;
}
.hinges-more:hover{
	color: #fff;
	background-color: #d83037;
}
.hinges-01-info p{
	margin-top: 25px;
	font-size: 16px;
}
.hinges-02{
	padding: 4.5% 0;
	background-color: #b8a594;
}
.hinges-02 ul{
	display: flex;
	justify-content: space-between;
}
.hinges-02 ul li{
	width: 23.3125%;
}
.hinges-02 ul li:hover{
	transform: translateY(-5px);
}

@media screen and (max-width:1680px) {
	.hinges-01-text h3{
		font-size: 22px;
		line-height: 30px;
		height: 60px;
		margin-bottom: 8px;
	}
	.hinges-01-text p{
		font-size: 14px;
	}
	.hinges-more{
		font-size: 26px;
		padding: 15px 35px;
	}
	.hinges-01-info p{
		margin-top: 20px;
		font-size: 14px;
	}
}
@media screen and (max-width:1440px) {
	.hinges-01-text h3{
		font-size: 18px;
		line-height: 25px;
		height: 50px;
		margin-bottom: 6px;
	}
	.hinges-01-text p{
		font-size: 12px;
	}
	.hinges-more{
		font-size: 22px;
		padding: 12px 25px;
	}
	.hinges-01-info p{
		margin-top: 15px;
		font-size: 12px;
	}
}



.contact{
	padding: 4.5% 0;
	background-color: #eee;
}
.contact-box{
	display: flex;
	justify-content: space-between;
	margin-top: 3%;
	border-radius: 10px;
	overflow: hidden;
	background-color: #fff;
}
.contact-desc{
	width: 39%;
	padding: 4%;
	border-radius: 10px;
	overflow: hidden;
	background-color: #d83037;
}
.contact-desc ul li{
	padding-left: 36px;
	margin-bottom: 30px;
}
.contact-desc ul li p{
	font-size: 18px;
	line-height: 1.8;
	color: #fff;
}
.contact-desc ul li:last-child{
	margin-bottom: 0;
}
.contact-desc ul li:nth-child(1){
	background: url(../images/con_01.png) left 7px no-repeat;
}
.contact-desc ul li:nth-child(2){
	background: url(../images/con_02.png) left 3px no-repeat;
}
.contact-desc ul li:nth-child(3){
	background: url(../images/con_03.png) left 4px no-repeat;
}
.contact-right{
	width: 61%;
}
.contact-right ul{
	display: flex;
	justify-content: center;
	padding: 7% 6%;
}
.contact-right ul li{
	text-align: center;
}
.contact-right ul li i{
	display: inline-block;
	width: 126px;
	border-radius: 50%;
	overflow: hidden;
}
.contact-right ul li h4{
	font-size: 18px;
	color: #000;
	line-height: 2.5;
	margin-bottom: 5px;
}
.contact-right ul li p{
	font-size: 14px;
	line-height: 1.8;
	color: #000;
}


.contact-msg{
	width: 100vw;
	padding: 6% 0;
	min-width: 1280px;
	background-color: #b8a594;
}

.jo-msg {
	margin-top: 3%;
    padding: 4%;
    background-color: #fff;
    border-radius: 12px;
}
.con-name,.con-email,.con-tel {
    position: relative;
    width: 30%;
    margin-bottom: 3%;
}
.con-name, .con-email {
    margin-right: 5%;
}
.jo-msg input[type="text"] {
    width: 100%;
    font-size: 1rem;
    line-height: 50px;
    border: 0;
    border-bottom: 1px solid #d2d2d2;
}
.jo-msg em {
    position: absolute;
    right: 0;
    font-style: normal;
    line-height: 50px;
}
.jo-msg textarea {
    width: 100%;
	font-family: arial;
    font-size: 1rem;
    line-height: 2;
    height: 120px;
    border: 0;
    border-bottom: 1px solid #d2d2d2;
    margin-bottom: 30px;
}
.jo-msg input[type="submit"] {
    width: 160px;
    height: 50px;
    font-size: 1rem;
    color: #fff;
    line-height: 50px;
    border-radius: 30px;
    border: 0;
    background-color: #ef9b38;
}

.Validform_wrong{
	color: red;
}
.Validform_right{
	color: green;
}
@media screen and (max-width:1680px) {
	.contact-desc ul li{
		padding-left: 32px;
		margin-bottom: 25px;
	}
	.contact-desc ul li p{
		font-size: 16px;
	}
	.contact-desc ul li:nth-child(1){
		background-size: 18px auto;
	}
	.contact-desc ul li:nth-child(2){
		background-size: 16px auto;
	}
	.contact-desc ul li:nth-child(3){
		background-size: 14px auto;
	}
	.contact-right ul li i{
		width: 116px;
	}
	.contact-right ul li h4{
		font-size: 17px;
	}
	.contact-right ul li p{
		font-size: 13px;
	}
	.jo-msg input[type="text"] {
	    font-size: 0.875rem;
	    line-height: 45px;
	}
	.jo-msg textarea {
	    font-size: 0.875rem;
	}
	.jo-msg input[type="submit"] {
	    width: 150px;
	    height: 45px;
	    font-size: 0.875rem;
	    line-height: 45px;
	}
	.jo-msg em {
	    line-height: 45px;
		font-size: 14px;
	}
}
@media screen and (max-width:1440px) {
	.contact-desc ul li{
		padding-left: 28px;
		margin-bottom: 20px;
	}
	.contact-desc ul li p{
		font-size: 14px;
	}
	.contact-desc ul li:nth-child(1){
		background-size: 16px auto;
	}
	.contact-desc ul li:nth-child(2){
		background-size: 14px auto;
	}
	.contact-desc ul li:nth-child(3){
		background-size: 12px auto;
	}
	.contact-right ul li i{
		width: 96px;
	}
	.contact-right ul li h4{
		font-size: 15px;
	}
	.contact-right ul li p{
		font-size: 12px;
	}
	.jo-msg input[type="text"] {
	    font-size: 0.75rem;
	    line-height: 40px;
	}
	.jo-msg textarea {
	    font-size: 0.75rem;
	}
	.jo-msg input[type="submit"] {
	    width: 140px;
	    height: 40px;
	    font-size: 0.75rem;
	    line-height: 40px;
	}
	.jo-msg em {
	    line-height: 40px;
		font-size: 12px;
	}
}


.news-box{
	padding: 80px 0;
	overflow: hidden;
}
.news-list ol li{
    position: relative;
    margin-bottom: 25px;
    background: #fff;
	overflow: hidden;
	transition: all 0.5s;
}
.news-list ol li a{
	position: relative;
    display: block;
    width: 100%;
    height: 100%;
	padding: 2%;
    overflow: hidden;
	box-sizing: border-box;
}
.news-list ol li .news-img{
    float: left;
    width: 17.5vw;
    height: 12vw;
	min-width: 226px;
	min-height: 155px;
	background: url(logo02.png) center no-repeat #f4f4f4;
    background-size: 150px;
	overflow: hidden;
}
.news-list ol li .news-img div{
    width: 100%;
    height: 100%;
	background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	overflow: hidden;
	transition: all 0.5s;
}
.news-list ol li .news-info{
	position: absolute;
	top: 50px;
	left: 30%;
    width: 50%;
	transition: all 0.5s;
}
.news-list ol li .news-info h3{
    display: block;
    width: 100%;
    padding-bottom: 15px;
	font-size: 22px;
	font-weight: normal;
	text-overflow: ellipsis;
	white-space: nowrap;
    color: #333;
	overflow: hidden;
}
.news-list ol li .news-info p{
	font-size: 15px;
    height: 50px;
    line-height: 25px;
	color: #999;
    overflow: hidden;
}
.news-list ol li .news-date{
	position: absolute;
	top: 50px;
	right: 50px;
    width: 100px;
    height: 150px;
	text-align: right;
    overflow: hidden; 
}
.news-list ol li .news-date span{
	display: block;
	font-family: "arial";
	font-size: 36px;
	transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
}
.news-list ol li .news-date font{
    display: block;
    font-family: "arial";
	font-size: 32px;
	color: #333;
	transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
}
.news-list ol li .news-date item{
	position: absolute;
	bottom: -50px;
	right: 5px;
    display: block;
    width: 13px;
    height: 26px;
	background: url(../images/r_arrow.png) no-repeat center;
    transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
}
.news-list ol li:hover{
	box-shadow: 0 0 25px 0 rgba(0, 0, 0, .1);
}
.news-list ol li:hover .news-img div{
    transform: scale(1.1, 1.1);
}
.news-list ol li:hover .news-info{
    left: calc(30% + 20px);
}
.news-list ol li:hover .news-date item{
    bottom: 30px;
}
.news-list ol li:hover .news-info h3{
	color: #d83037;
}
@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: #ef9b38;
	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: #ef9b38;
}
.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: #d83037;
	border-radius: 4px;
}
a.page:visited {
	line-height: 42px;
	text-decoration: none;
	color: #fff;
}
.ra {
	color: #666;
}
.ra a,
.ra a:link {
	text-decoration: none;
	color: #666;
}
.ra a:hover {
	text-decoration: underline;
	color: #666;
}
.red {
	color: #ff3330;
}
.yrr {
	color: #FF9900;
}
.bb {
	font-weight: bold;
}
.expage {
	width: 100%;
	padding-top: 30px;
	margin-left: 0px;
	line-height: 30px;
	text-align: center;
}
.error {
	border: 1px #f40 solid;
}
.right {
	border: 1px #44b549 solid;
}


.pro-ban{
	width: 100vw;
	height: 31.25vw;
	min-width: 1280px;
	min-height: 400px;
	background: url(../images/procuct.jpg) center center/cover no-repeat;
}
.pro-ban .container{
	height: 100%;
	display: flex;
	align-items: center;
}




.p_top{
	padding-top: 90px;
}
.product-serach{
	position: relative;
	z-index: 1;
	transform: translateY(-50%);
}
.product-serach form {
    display: block;
	width: 61.875%;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 50px;
    border: 5px solid #fff;
	border-radius: 24px;
    background-color: #fff;
	box-shadow: 0 12px 24px -10px rgba(0,0,0,.1);
}
.product-serach input[type="text"] {
    float: left;
    width: calc(100% - 115px);
    line-height: 65px;
    font-size: 16px;
    padding: 0 30px;
    background-color: #fff;
    border-radius: 30px;
    border: 0;
}
.product-serach input[type="submit"] {
    float: right;
    width: 115px;
    height: 65px;
    border-radius: 24px;
    background: url(search_icon.png) center center/36px 36px no-repeat #434343;
    cursor: pointer;
}
@media screen and (max-width: 1680px){
	.product-serach form {
		border: 4px solid #fff;
		background-size: 20px;
	}
	.product-serach input[type="text"] {
		width: calc(100% - 105px);
		line-height: 60px;
		font-size: 15px;
		padding: 0 25px;
	}
	.product-serach input[type="submit"] {
		background-size: 20px;
	    width: 105px;
	    height: 60px;
	    background-size: 38px;
	}
}
@media screen and (max-width: 1440px){
	.product-serach form {
		border: 3px solid #fff;
		background-size: 16px;
	}
	.product-serach input[type="text"] {
	    width: calc(100% - 95px);
	    line-height: 55px;
	    font-size: 15px;
	    padding: 0 20px;
	}
	.product-serach input[type="submit"] {
		background-size: 16px;
	    width: 95px;
	    height: 55px;
	    background-size: 32px;
	}
}


.pro_title{
	padding-bottom: 30px;
}
.pro_title h2{
	font-size: 30px;
	color: #000;
}
.product_menu {
    margin-bottom: 3%;
    border-bottom: 1px solid #e5e5e5;
}
.product_menu li {
    position: relative;
    margin-right: 6px;
    float: left;
}
.product_menu li:last-child{
	margin-right: 0;
}

.product_menu ul > li > a{
    display: block;
    padding: 0 40px;
    font-size: 18px;
    line-height: 65px;
    position: relative;
    color: #8d8d8d;
    border-radius: 8px 8px 0 0;
	text-transform: uppercase;
}


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


.product_menu li .menu_down {
    position: absolute;
    top: 65px;
    left: 0;
    z-index: 100;
    width: 230px;
    background-color: #c6c6c6;
    opacity: 0;
    visibility: hidden;
    border-radius: 0 0 5px 5px;
    overflow: hidden;
}
.product_menu ul li .menu_down a{
	display: block;
	padding: 0 18px;
	font-size: 14px;
	line-height: 45px;
	font-weight: normal;
	color: #000;
}
.product_menu ul li .menu_down a:hover,
.product_menu ul li .menu_down a.on{
	color: #fff;
	background-color: #333;
}
.product_menu ul li:hover .menu_down{
	opacity: 1;
	visibility: visible;
}

.searchbox{
	width: 27.85%;
	padding: 3px;
	background-color: #fff;
	border-radius: 40px;
	overflow: hidden;
}
.searchbox from{
	
}
.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 #d83037;
}

.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;
	transition: all 0.5s;
	border-radius: 10px;
	overflow: hidden;
}
.product_list ul li a{
	display: block;
	padding: 20px;
	background-color: #fff;
}
.product_list ul li:nth-child(5n){
	margin-right: 0;
}
.product_list ul li img{
	width: 80%;
	display: block;
	margin: 0 auto;
	padding: 8% 0;
}
.product_list ul li h3{
	font-size: 18px;
	height: 27px;
	overflow: hidden;
	line-height: 1.5;
	font-weight: normal;
	text-align: center;
	margin-bottom: 8px;
	color: #000;
	background-color: #fff;
}
.product_list ul li p{
	font-size: 16px;
	color: #636062;
	text-align: center;
	margin-bottom: 5px;
}
.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: #d83037;
	border-radius: 5px;
	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: #d83037;
	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 {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10000;
	display: none;
	background: #000;
	opacity: 0;
	-webkit-animation: maskShow cubic-bezier(0.68, -0.55, 0.27, 1.55) 1s forwards;
	-o-animation: maskShow cubic-bezier(0.68, -0.55, 0.27, 1.55) 1s forwards;
	-ms-animation: maskShow cubic-bezier(0.68, -0.55, 0.27, 1.55) 1s forwards;
	animation: maskShow cubic-bezier(0.68, -0.55, 0.27, 1.55) 1s forwards;
}

@-webkit-keyframes maskShow {
	from {
		opacity: 0;
	}
	to {
		opacity: 0.7;
	}
}

@-o-keyframes maskShow {
	from {
		opacity: 0;
	}
	to {
		opacity: 0.7;
	}
}

@-ms-keyframes maskShow {
	from {
		opacity: 0;
	}
	to {
		opacity: 0.7;
	}
}

@keyframes maskShow {
	from {
		opacity: 0;
	}
	to {
		opacity: 0.7;
	}
}

.video_show {
	width: 1000px;
	height: 680px;
	position: fixed;
	left: 50%;
	margin-left: -500px;
	top: -1000px;
	margin-top: -340px;
	opacity: 0;
	z-index: 10001;
	border-radius: 5px;
	display: none;
	-webkit-animation: introShow cubic-bezier(0.68, -0.55, 0.27, 1.55) 1.2s 0.5s forwards;
	-o-animation: introShow cubic-bezier(0.68, -0.55, 0.27, 1.55) 1.2s 0.5s forwards;
	-ms-animation: introShow cubic-bezier(0.68, -0.55, 0.27, 1.55) 1.2s 0.5s forwards;
	animation: introShow cubic-bezier(0.68, -0.55, 0.27, 1.55) 1.2s 0.5s forwards;
}

@-webkit-keyframes introShow {
	from {
		opacity: 0;
		top: -1000px;
	}
	to {
		opacity: 1;
		top: 50%;
	}
}

@-o-keyframes introShow {
	from {
		opacity: 0;
		top: -1000px;
	}
	to {
		opacity: 1;
		top: 50%;
	}
}

@-ms-keyframes introShow {
	from {
		opacity: 0;
		top: -1000px;
	}
	to {
		opacity: 1;
		top: 50%;
	}
}

@keyframes introShow {
	from {
		opacity: 0;
		top: -1000px;
	}
	to {
		opacity: 1;
		top: 50%;
	}
}

.video_show i {
	display: block;
	width: 40px;
	height: 40px;
	position: absolute;
	right: -17px;
    top: 18px;
	line-height: 40px;
	font-size: 20px;
	text-align: center;
	cursor: pointer;
	color: #fff;
	font-size: 22px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	font-weight: bold;
	background: url(closed.png);
	background-size: cover;
}

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

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

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

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

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

.video_show iframe,
.video_show video{
	width: 100%;
	max-height: 500px;
}


.video_ise {
    display: inline-block!important;
    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{
	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 30px;
		font-size: 14.5px;
		line-height: 45px;
	}
	.product_menu li .menu_down{
		top: 45px;
		width: 190px;
	}
	.product_menu ul li .menu_down a{
		font-size: 13px;
		line-height: 40px;
		padding: 0 14px;
	}
	.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;
		border-radius: 4px;
	}
	.product_list ul li h3{
		font-size: 16px;
	}
	.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 30px;
		line-height: 50px;
	}
	.product_menu li .menu_down{
		top: 35px;
		width: 160px;
	}
	.product_menu ul li .menu_down a{
		font-size: 12px;
		line-height: 35px;
		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;
		border-radius: 3px;
	}
	.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;
	}
}

.product-box{
	padding: 5% 0;
}

.product-info{
	float: left;
	width: 42%;
	min-height: 100vh;
	height: auto;
	min-width: 546px;
	border-right: 1px solid #ebebeb;
}
.product-right{
	width: 58%;
}
.product-right img{
	width: 100%;
}
.pro-back{
	width: 100%;
	font-size: 16px;
	line-height: 2;
	padding: 3.5% 5%;
}
.pro-back a{
	cursor: pointer;
}
.pro-back i{
	display: inline-block;
	width: 32px;
	height: 32px;
	margin-right: 10px;
	vertical-align: middle;
	background: url(back.png) center center/cover no-repeat;
}
.pro-left-info{
	padding: 8% 16%;
}
.myswiper-box{
	padding: 12% 0;
}
.myswiper-box .swiper-slide{
	width: calc(94%/4);
	margin-right: 2%;
	border-radius: 10px;
	overflow: hidden;
}
.myswiper-box .swiper-slide:last-child{
	margin-right: 0;
}
.myswiper-box .product-prev,
.myswiper-box .product-next{
	display: none;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 30px;
	height: 60px;
	cursor: pointer;
}
.myswiper-box .product-prev{
	left: -50px;
	background: url(../images/brand_prv.png) center center/auto 50% no-repeat #afafaf;
}
.myswiper-box .product-next{
	right: -50px;
	background: url(../images/brand_next.png) center center/auto 50% no-repeat #afafaf;
}
.myswiper-box .product-prev:hover,
.myswiper-box .product-next:hover{
	background-color: #fff500;
}
.myswiper-box .product-prev.on,
.myswiper-box .product-next.on{
	display: block;
}
.pro-title h3{
	font-size: 1.625rem;
	font-weight: normal;
	line-height: 1.4;
	color: #000;
}
.pro-title p{
	font-size: 1rem;
	color: #686868;
	line-height: 2.2;
}
.pro-list h3{
	position: relative;
	font-size: 1rem;
	line-height: 2.5;
	font-weight: normal;
	color: #353535;
	border-bottom: 1px solid #dedede;
	margin-bottom: 3%;
}
.pro-list h3 i{
	float: right;
	position: relative;
	margin: 14px 3px 0 0;
	display: inline-block;
	width: 12px;
	height: 12px;
	cursor: pointer;
}
.pro-list h3 i::before{
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	height: 2px;
	transform: translateY(-50%);
	background-color: #bdbdbd;
}
.pro-list h3 i::after{
	content: "";
	position: absolute;
	left: 50%;
	top: 0;
	width: 2px;
	height: 100%;
	transform: translateX(-50%);
	background-color: #bdbdbd;
}
.pro-list h3 i.on::after{
	display: none;
}
.product-desc li{
	position: relative;
	float: left;
	width: 49%;
	color: #818386;
	line-height: 2;
	font-size: 14px;
	margin-right: 1%;
	padding-left: 13px;
}
.product-highlights li{
	position: relative;
	color: #818386;
	line-height: 2;
	font-size: 14px;
	padding-left: 13px;
}
.product-desc li::after{
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background-color: #9a9c9e;
}
.product-highlights li::after{
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 12px;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background-color: #9a9c9e;
}
.product-highlights{
	display: none;
}
.pro-link{
	padding-top: 17%;
}
.pro-link h3{
	font-size: 16px;
	font-weight: normal;
	line-height: 2.5;
	color: #858585;
	margin-bottom: 1%;
}
.pro-link a{
	display: inline-block;
	width: 170px;
	text-align: center;
	line-height: 46px;
	color: #fff;
	background-color: #fff500;
	border-radius: 6px;
}
.pro-link a img{
	width: 33px;
	height: 21px;
	vertical-align: middle;
	margin-right: 6px;
}
.product-recom{
	padding: 6%;
}
.product-recom h3{
	font-size: 1.75rem;
	font-weight: normal;
	text-align: left;
	line-height: 2;
	margin-bottom: 3%;
	color: #000;
}
.product-recom ul li{
	float: left;
	display: block;
	width: calc(94%/4);
	margin-right: 2%;
	text-align: left;
	padding: 1%;
	background-color: #fff;
	box-shadow: 0 0 15px 0 rgba(0,0,0,.2);
}
.product-recom ul li h4{
	font-size: 18px;
	line-height: 1.5;
	font-weight: normal;
	margin-top: 3%;
	color: #333;
}
.product-recom ul li p{
	font-size: 16px;
	color: #999;
}

@media screen and (max-width:1680px) {
	.video_ise{
		width: 70px;
		height: 70px;
	}
	.pro-back{
		font-size: 15px;
	}
	.pro-back i{
		width: 28px;
		height: 28px;
	}
	.pro-title h3{
		font-size: 1.5rem;
	}
	.pro-title p{
		font-size: 0.90625rem;
	}
	.myswiper-box .swiper-slide{
		border-radius: 8px;
	}
	.myswiper-box .product-prev,
	.myswiper-box .product-next{
		width: 25px;
		height: 52px;
	}
	.myswiper-box .product-prev{
		left: -45px;
	}
	.myswiper-box .product-next{
		right: -45px;
	}
	.product-desc li,
	.product-highlights li{
		font-size: 13px;
		padding-left: 11px;
	}
	.product-desc li::after,
	.product-highlights li::after{
		width: 3px;
		height: 3px;
	}
	.product-recom h3{
		font-size: 1.5rem;
	}
	.product-recom ul li h4{
		font-size: 1.03125rem;
	}
	.product-recom ul li p{
		font-size: 0.90625rem;
	}
}
@media screen and (max-width:1440px) {
	.video_ise{
		width: 60px;
		height: 60px;
	}
	.pro-back{
		font-size: 14px;
	}
	.pro-back i{
		width: 24px;
		height: 24px;
	}
	.pro-title h3{
		font-size: 1.25rem;
	}
	.pro-title p{
		font-size: 0.8125rem;
	}
	.myswiper-box .product-prev,
	.myswiper-box .product-next{
		width: 20px;
		height: 44px;
	}
	.myswiper-box .swiper-slide{
		border-radius: 6px;
	}
	.myswiper-box .product-prev{
		left: -30px;
	}
	.myswiper-box .product-next{
		right: -30px;
	}
	.product-desc li,
	.product-highlights li{
		font-size: 12px;
		padding-left: 9px;
	}
	.product-desc li::after,
	.product-highlights li::after{
		width: 2px;
		height: 2px;
	}
	.product-recom h3{
		font-size: 1.25rem;
	}
	.product-recom ul li h4{
		font-size: 0.9375rem;
	}
	.product-recom ul li p{
		font-size: 0.8125rem;
	}
}



.pro-serach{
	margin-bottom: 6%;
}
.pro-serach h2{
	font-family: "gothambold";
	font-size: 50px;
	line-height: 1;
	color: #000;
	text-transform: uppercase;
	margin-bottom: 3%;
}
.pro-serach form{
	display: flex;
	justify-content: space-between;
	width: 70%;
	overflow: hidden;
	border-radius: 25px;
	padding: 2px;
	margin: 0 auto;
	box-shadow: 0 0 30px 0 rgba(0, 0, 0, .1);
}
.pro-serach input[type="text"]{
	width: calc(100% - 120px);
	padding: 0 30px;
	font-size: 16px;
	line-height: 70px;
	border-radius: 15px;
	border: 0;
}
.pro-serach input[type="submit"]{
	width: 120px;
	height: 70px;
	border-radius: 25px;
	background: url(../images/pro_search.png) center center/auto 80% no-repeat #434343;
}
.pro_list{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 3%;
}
.pro_list li{
	width: calc(98.5%/4);
	margin-right: 0.5%;
	margin-bottom: 0.5%;
}
.pro_list li:nth-child(4n){
	margin-right: 0;
}
.pro_list li h3,
.pro_title{
	font-size: 32px;
	color: #000;
	line-height: 2;
	font-family: "gothambold";
	text-transform: uppercase;
}
.pro_list li a{
	display: block;
	border-radius: 10px;
	overflow: hidden;
	text-align: center;
	background-color: #eee;
}
.pro_list li img{
	border-radius: 10px;
}
.pro_list li h4{
	font-size: 20px;
	line-height: 3.3;
	text-transform: uppercase;
	color: #000;
}
.pro_list li a:hover{
	background-color: #d83037;
}
.pro_list li a:hover h4{
	color: #fff;
}

@media screen and (max-width:1680px) {
	.pro-serach h2{
		font-size: 55px;
	}
	.pro-serach form{
		border-radius: 20px;
	}
	.pro-serach input[type="text"]{
		width: calc(100% - 110px);
		padding: 0 25px;
		font-size: 14px;
		line-height: 60px;
	}
	.pro-serach input[type="submit"]{
		width: 110px;
		height: 60px;
		border-radius: 20px;
	}
	.pro_list li h3,
	.pro_title{
		font-size: 26px;
	}
	.pro_list li h4{
		font-size: 18px;
	}
}
@media screen and (max-width:1440px) {
	.pro-serach h2{
		font-size: 50px;
	}
	.pro-serach form{
		border-radius: 15px;
	}
	.pro-serach input[type="text"]{
		width: calc(100% - 100px);
		padding: 0 20px;
		font-size: 12px;
		line-height: 50px;
	}
	.pro-serach input[type="submit"]{
		width: 100px;
		height: 50px;
		border-radius: 15px;
	}
	.pro_list li h3,
	.pro_title{
		font-size: 22px;
	}
	.pro_list li h4{
		font-size: 16px;
	}
}



.pro-container {
    width: 1250px;
    margin: 0 auto;
}
.pro-mest {
    margin-bottom: 70px;
}
.pro-mext {
    font-size: 15px;
    line-height: 35px;
}
.product-left {
    width: 678px;
}
.product-left .my-box,
.swiper_smallpro{
    width: 107px;
    height: 500px;
	padding: 0;
}
.swiper-bigpro {
    width: 500px;
    height: 500px;
    border: 1px solid #eee;
	border-radius: 5px;
	overflow: hidden;
}
.swiper-bigpro i {
    position: absolute;
    right: 30px;
    bottom: 30px;
    z-index: 2;
    display: block;
    width: 27px;
    height: 27px;
    background: url(../images/pro_img.png) center center/cover no-repeat;
}

.swiper_smallpro .swiper-slide{
	 border: 1px solid #e5e5e5;
	 overflow: hidden;
	 border-radius: 5px;
}
.swiper_smallpro .swiper-slide.swiper-slide-thumb-active{
	border-color: #d83037;
}

.product-right {
    width: 490px;
	padding-top: 5%;
}
.product-right h3{
	font-size: 18px;
	font-weight: normal;
	line-height: 2;
	color: #4b4b4b;
}
.product-right h2{
	font-size: 36px;
	line-height: 1.6;
	color: #000;
	margin-bottom: 5px;
}
.product-right p{
	font-size: 18px;
	line-height: 1.6;
	color: #8f8f8f;
}
.pro-desc-box{
	padding: 4% 6% 8%;
	border-radius: 15px;
	background-color: #fff;
}
.pro_show_title{
	font-size: 34px;
	line-height: 2;
	margin-bottom: 3%;
	text-align: center;
	color: #000;
}
.pro-desc-box ul li{
	display: flex;
	justify-content: space-between;
	font-size: 18px;
	line-height: 3.2;
	padding-left: 25px;
	border-bottom: 1px solid #e5e5e5;
}
.pro-desc-box ul li span:nth-child(1){
	display: inline-block;
	width: 25%;
	color: #000;
}
.pro-desc-box ul li span:nth-child(2){
	display: inline-block;
	width: 75%;
	color: #585858;
}
.swiper-recom .swiper-slide a {
    position: relative;
    display: block;
    background-color: #fff;
    transition: all 0.4s;
    text-align: center;
    padding:10% 5%;
	border-radius: 5px;
	overflow: hidden;
	box-shadow: 0 20px 35px -15px rgba(0,0,0,.1);
}
.swiper-recom .swiper-slide a em {
    position: absolute;
    top: 18px;
    right: 18px;
    color: #fff;
    padding: 3px 8px;
    border-radius: 5px;
    font-size: 12px;
    background-color: #dc152c;
    font-style: normal;
}
.swiper-recom .swiper-slide a .img {
    overflow: hidden;
    margin-bottom: 5%;
	background: #fff;
	padding: 8%;
}
.swiper-recom .swiper-slide a h4 {
    font-size: 18px;
    line-height: 1.7;
    color: #000;
}
.swiper-recom .swiper-slide a p {
    font-size: 15px;
    color: #999;
}

.pro-prev,.pro-next {
    position: absolute;
    left: 50%;
    margin-left: -12px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    cursor: pointer;
}
.pro-prev {
    transform: rotateZ(90deg);
    top: -40px;
    background: url(ab_prv.png) top center/75% auto no-repeat;
}
.pro-next {
    transform: rotateZ(90deg);
    bottom: -40px;
    background: url(ab_next.png) top center/75% auto no-repeat;
}

@media screen and (max-width:1680px) {
	.pro-mest {
	    margin-bottom: 60px;
	}
	.pro-mext {
	    font-size: 14px;
	    line-height: 30px;
	}
	.pro-container {
	    width: 1200px;
	}
	.product-left {
	    width: 630px;
	}
	.product-left .my-box,
	.swiper_smallpro{
	    width: 99.5px;
	    height: 470px;
		padding: 0;
	}
	.swiper-bigpro {
	    width: 470px;
	    height: 470px;
	}
	.swiper-bigpro i {
	    right: 25px;
	    bottom: 25px;
	    width: 24px;
	    height: 24px;
	}
	.product-right {
	    width: 470px;
	}
	.product-right h3{
		font-size: 16px;
	}
	.product-right h2{
		font-size: 32px;
	}
	.product-right p{
		font-size: 16px;
	}
	.pro-desc-box ul li{
		font-size: 16px;
		padding-left: 20px;
	}
	.swiper-recom .swiper-slide a h4 {
	    font-size: 16px;
	}
	.swiper-recom .swiper-slide a p {
	    font-size: 13.5px;
	}
}
@media screen and (max-width:1440px) {
	.pro-mest {
	    margin-bottom: 50px;
	}
	.pro-mext {
	    font-size: 13px;
	    line-height: 25px;
	}
	.pro-container {
	    width: 1150px;
	}
	.product-left {
	    width: 580px;
	}
	.product-left .my-box,
	.swiper_smallpro{
	    width: 92px;
	    height: 440px;
		padding: 0;
	}
	.swiper-bigpro {
	    width: 440px;
	    height: 440px;
	}
	.swiper-bigpro i {
	    right: 20px;
	    bottom: 20px;
	    width: 21px;
	    height: 21px;
	}
	.product-right {
	    width: 450px;
	}
	.product-right h3{
		font-size: 14px;
	}
	.product-right h2{
		font-size: 28px;
	}
	.product-right p{
		font-size: 14x;
	}
	.pro-desc-box ul li{
		font-size: 14px;
		padding-left: 15px;
	}
	.swiper-recom .swiper-slide a h4 {
	    font-size: 14px;
	}
	.swiper-recom .swiper-slide a p {
	    font-size: 12px;
	}
}