.w1720{
	max-width:1720px;
	margin: 0 auto;
}
.header{
	position: absolute;
	width: 100%;
	left:0;
	top:30px;
	z-index:9;
}
.header .flex{
	-webkit-align-items: center;
	align-items: center;
}
.header2{
	position: inherit;
	background: #fff;
	height:90px;
}
.header2 .flex{
	height: inherit;
}
.nav li a{
	font-size: 15px;
	color: #333;
	min-width:60px;
	margin:0 25px;
	position:relative;
}
.nav li a::after{
	content:'';
	position: absolute; 
	width:0;
	height: 0;
	border-bottom:1px solid #333;
	bottom:-3px;
	left:calc(50%);
	z-index:1;
	-webkit-transition: ease-in-out .5s;
	-o-transition: ease-in-out .5s;
	transition: ease-in-out .5s;
}
.nav li a:hover::after{
	width: 36px;
	left:calc(50% - 18px);
}
.w1400{
	max-width:1400px;
	margin: 0 auto;
}
.inab_tit span{
	display: block;
	font-size: 15px;
	color: #666;
	line-height:20px;
}
.inab_tit h3{
	text-transform: uppercase;
	font-size: 40px;
	color: #000;
	line-height:1;
	font-weight:600;
	max-width: 380px;
}
.module_about .right{
	max-width:825px;
}
.module_about{
	padding:130px 0 100px 0;
}
.module_about .enitor{
	margin-top: 20px;
}
.enitor{
	font-size: 16px;
	line-height:1.8;
	color: #333;
}
.module_about .flex{
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.icon_list{
	margin-top:80px;
}
.icon_list .flex{
	-webkit-justify-content: center;
	justify-content: center;
}
.icon_list li{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content:flex-start;
	justify-content:flex-start;
	-webkit-align-items: center;
	align-items: center;
	margin:0 40px;
}
.icon_list li h3{
	text-align: center;
	font-weight: bold;
	font-size: 20px;
	margin-left: 10px;
}
.icon_list li h3 span{
	font-weight:400;
	font-size: 16px;
}
.type_list li{
	padding:0;
	width:calc((100% - 90px) / 3);
	margin-right: 45px;
	margin-bottom: 45px;
	position: relative;
	background:rgba(0,0,0,1);
}
.type_list ul{
	padding:0 55px;
}
.type_list li:nth-child(3n){
	margin-right: 0;
}
.type_list li figure{
	width: 100%;
}
.type_list li figure img{
	width: 100%;
	object-fit: cover;
	-webkit-transition: ease-in-out .5s;
	-o-transition: ease-in-out .5s;
	transition: ease-in-out .5s;
}
.type_list li figcaption{
	position: absolute;
	width: 100%;
	height: 100%;
	left:0;
	top:0;
	z-index:9;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content:center;
	justify-content:center;
	-webkit-align-items: center;
	align-items: center;
}
.type_list li figcaption h3{
	color: #fff;
	text-transform: capitalize;
	font-weight: bold;
	font-size: 30px;
	opacity:0;
	-webkit-transform:translateY(40px);
	-ms-transform:translateY(40px);
	-o-transform:translateY(40px);
	transform:translateY(40px);
	-webkit-transition: ease-in-out .5s;
	-o-transition: ease-in-out .5s;
	transition: ease-in-out .5s;
}
.type_list li:hover figcaption h3{
	opacity:1;
	-webkit-transform:translateY(0px);
	-ms-transform:translateY(0px);
	-o-transform:translateY(0px);
	transform:translateY(0px);
}
.type_list li:hover figure img{
	opacity:0.5;
}
.type_list li:last-child{
	background: #acafb4;
}
.type_nav{
	margin:50px 0 100px 0;
}
.type_nav ul{
	-webkit-justify-content: space-around;
	justify-content: space-around;
}
.type_nav li a{
	font-size: 16px;
	color: #666;
	position: relative;
}
.type_nav li a::after{
	content:'';
	position: absolute;
	width: 0;
	height: 0;
	border-top: 1px solid #666;
	left:50%;
	top:-3px;
	z-index:9;
	-webkit-transition: ease-in-out .5s;
	-o-transition: ease-in-out .5s;
	transition: ease-in-out .5s;
}
.type_nav li a:hover::after{
	width: 100%;
	left:0;
}
.product_type{
	padding:120px 0 80px 0;
}
.index_title h3{
	font-size:52px;
	color: #333;
	text-align: center;
	font-weight: bold;
}
.more{
	padding-top: 35px;
}
.more2{
	padding-top: 80px;
}
.more a{
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	font-size: 32px;
}
.more a img{
	margin-left: 10px;
	-webkit-transition: ease-in-out .5s;
	-o-transition: ease-in-out .5s;
	transition: ease-in-out .5s;
}
.more a:hover img{
	-webkit-transform: translateX(20px);
	-ms-transform: translateX(20px);
	-o-transform: translateX(20px);
	transform: translateX(20px);
}
.more a:hover{
	color: #333;
}
.w1720{
	max-width:1720px;
	margin: 0 auto;
}
.tac{
	text-align: center;
}
.index_content .enitor{
	max-width:1080px;
	margin: 0 auto;
	margin-top: 40px;
}
.index_content .tac{
	padding-top: 135px;
}
.index_content{
	padding-bottom: 100px;
}
.module_news{
	padding-top:60px;
}
.footer{
	padding:100px 0;
}
.footer .flex{
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.fo_add{
	max-width:245px;
}
.fo_add p{
	font-size: 13px;
	line-height:1.4;
}
.fo_nav li{
	padding-bottom: 10px;
}
.fo_nav li a{
	display: block;
	line-height:20px;
	font-size: 14px;
	color: #333;
	position: relative;
}
.fo_nav li a::after{
	content:'';
	position: absolute;
	width: 0;
	height:0;
	border-bottom:1px solid #333;
	left:50%;
	bottom:-3px;
	z-index:3; 
	-webkit-transition: ease-in-out .3s;
	-o-transition: ease-in-out .3s;
	transition: ease-in-out .3s;
}
.fo_nav li a:hover::after{
	width: 100%;
	left:0;
}
.fo_search aside{
	width: 310px;
	height: 42px;
	border:1px solid #666;
	border-radius:25px;
	overflow:hidden;
	position: relative;
	margin-top:45px;
}
.fo_search aside input{
	width: 100%;
	height: 100%;
	padding-left: 20px;
}
.fo_search aside button{
	position: absolute;
	width: 18px;
	height: 18px;
	background:url(../images/search.jpg) no-repeat center;
	right:20px;
	top:calc(50% - 9px);
	z-index:3;
	cursor: pointer;
}
.share{
	-webkit-align-items:flex-start;
	align-items:flex-start;
}
.share img{
	margin-left: 15px;
}
.product_list ul{
	max-width:1350px;
	margin: 0 auto;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
}
.product_list li{
	padding:20px 0 36px 0;
	width: 254px;
	height: 354px;
	margin-right: 110px;
	margin-bottom: 30px;
	-webkit-transition: ease-in-out .3s;
	-o-transition: ease-in-out .3s;
	transition: ease-in-out .3s;
}
.product_list li:nth-child(4n){
	margin-right: 0;
}
.product_list li figcaption{
	margin: 20px auto 0 auto;
	width: 150px;
	height: 24px;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
}
.product_list li figcaption p{
	text-align: center;
	line-height:22px;
	font-size: 12px;
}
.product_list li:hover{
	background: #efefef;
}
.product_list li:hover figcaption p{
	color: #333;
}
.product_swiper{
	-webkit-justify-content: space-between;
	justify-content:space-between;
}
.product_swiper .gallery-top{
	width: 600px;
	margin:0;
}
.product_swiper .product_con{
	width: 580px;
}
.product_con span.tit{
	text-transform: uppercase;
	color: #333;
	font-size: 16px;
}
.product_con aside.zs{
	font-size: 50px;
	color: #333;
	font-weight: bold;
	margin-bottom: 20px;
}
.pro_name{
	border-bottom:1px solid #efefef;
}
.pro_name h3{
	font-size: 32px;
	color: #333;
	text-transform: uppercase;
	line-height:50px;
	font-weight: bold;
}
.pro_size{
	/*height:300px;*/
	margin-top:15px;
}
.pro_size p{
	font-size: 16px;
	color: #333;
	line-height:20px;
	padding-top: 5px;
}
.pro_size span.tit{
	font-size: 22px;
	text-transform: capitalize;
	color: #555;
}

.gallery-thumbs span.tit{
	text-transform: capitalize;
	margin-bottom: 10px;
	display: block;
}
.product_swiper .gallery-thumbs{
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	min-height:182px;
	max-width:482px;
	margin:0;
	margin-bottom:10px;
}
.product_swiper .gallery-thumbs .swiper-slide{
	width: 72px;
	height: 72px;
	border:1px solid #efefef;
	margin-right: 10px;
	cursor: pointer;
}
.gallery-thumbs .swiper-slide::after{
	content:'';
	position: absolute;
	width: 30px;
	height: 30px; 
	background: url(../images/active.png) no-repeat center;
	background-size:cover;
	left:calc(50% - 15px);
	top:calc(50% - 15PX);
	z-index:9;
	opacity:0;
	pointer-events:none;
}
.gallery-thumbs .swiper-slide-thumb-active::after{
	opacity:1;
}
.pro_back{
	border-top:1px solid #efefef;
	border-bottom:1px solid #efefef;
}
.pro_back a{
	font-size:24px;
	color: #333;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	height:70px;
}
.pro_back a img{
	margin-left:20px;
}
.news_list2 li{
	border-top:1px solid #efefef;
	border-bottom:1px solid #efefef;
	padding:10px 0 20px 0;
	width:620px;
}
.news_list2 li span.news_time{
	font-weight: bold;
	font-size: 24px;
	color: #333;
}
.news_list2 li p.cn{
	font-size: 15px;
	color: #666;
	line-height:1.7;
	margin-top: 30px;
}
.news_list2 li p.en{
	line-height:1.5;
	font-size: 13px;
	color: #666;
	margin-top:10px;
}
.news_list2 ul{
	-webkit-justify-content:space-between ;
	justify-content:space-between;
}
.news_list2{
	margin-top: 100px;
}
.contact_body figcaption aside{
	border-top:1px solid #efefef;
	border-bottom:1px solid #efefef;
	padding:20px 10px;
}
.contact_body figcaption p{
	line-height:1.8;
	font-size: 16px;
	color: #444;
	max-width:560px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
}
.contact_body figcaption h3{
	font-weight: bold;
	font-size: 24px;
	margin-bottom:20px;
}
.contact_body{
	margin-top: 100px;
}
.second_color{
	margin-bottom: 25px;
}
.second_color span.tit{
	text-transform: capitalize;
    margin-bottom: 10px;
    display: block;
}
.second_color li{
	width: 72px;
	height: 72px;
	border:1px solid #efefef;
	margin-right: 10px;
	margin-bottom: 10px;
}
.second_color ul{
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	max-width:492px;
}
.product_con .color{
	min-height: 437px;
	margin-top: 50px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	-webkit-flex-direction: column;
	flex-direction: column;
}
.menu{
	display: none;
}
.menu_down{
	display: none;
}
.page {
    margin-top: 10px;
    padding: 14px 0 15px;
    text-align: center;
}

.page a {
    border: 1px solid #CCCCCC;
    margin-right: 5px;
    padding: 4px 7px;
}

.page span {
    border: 1px solid #CCCCCC;
    margin-right: 5px;
    padding: 4px 7px;
}

.page span.current {
    background: #5280e0;
    border: 1px solid #5280e0;
    color: #FFFFFF;
    font-weight: bolder;
}
.index_news{
	margin-top:100px;
}
.copy a{
	color: #999;
}