@charset "utf-8";

html, body{
	position: relative;
	width: 100%;
	height: 100%;
}
body{
	padding-top: 90px;
	min-width: 1350px;
	min-height: 800px;
}
header{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	min-width: 1350px;
	height: 90px;
	padding: 0 3%;
	background-color: #fff;
	z-index: 20;
}
.logo{
	float: left;
	width: 110px;
	margin-top: 10px;
	margin-right: 45px;
}
nav{
	float: left;
}
nav > ul > li{
	position: relative;
	float: left;
	padding: 0 25px;
	line-height: 90px;
}
nav > ul > li > a{
	position: relative;
	display: block;
	font-size: 14px;
	color: #333;
}
nav > ul > li > a::after{
	content: "";
	position: absolute;
	left: 50%;
	bottom: 20px;
	transform: translateX(-50%);
	display: block;
	width: 0;
	height: 1px;
	background-color: #2aa0dd;
	transition: all 0.4s;
}
nav > ul > li > a:hover::after,
nav > ul > li > a.on::after{
	width: 100%;
}

.header-right{
	float: right;
	line-height: 90px;
}
.cut{
	float: right;
	display: inline-block;
	width: 80px;
	font-size: 14px;
	margin: 24px 0 0 35px;
	line-height: 38px;
	text-align: center;
	color: #fff;
	background-color: #2aa0dd;
	border-radius: 6px;
}
.mall{
	position: relative;
	float: right;
	font-size: 14px;
	line-height: 90px;
	color: #333;
	cursor: pointer;
}
.h-icon i{
	display: inline-block;
	width: 10px;
	height: 5px;
	vertical-align: middle;
	margin-left: 8px;
	background: url(../images/header_icon.png) center no-repeat;
}

.sub-menu{
	position: absolute;
	top: 100px;
	left: 0;
	background-color: #fff;
	box-shadow: 0 6px 15px rgba(0,0,0,.06);
	opacity: 0;
	visibility: hidden;
}
.sub-menu a{
	display: block;
	font-size: 14px;
}
nav > ul > li .sub-menu{
	width: 230px;
}
nav > ul > li .sub-menu a{
	line-height: 45px;
	padding: 0 20px;
	border-bottom: 1px solid #f4f4f4;
}
nav > ul > li .sub-menu a:hover{
	padding: 0 30px;
	color: #fff;
	background-color: #2aa0dd;
}
nav > ul > li:hover .sub-menu{
	top: 90px;
	opacity: 1;
	visibility: initial;
}

.mall .sub-menu{
	padding: 6px 0;
	left: 50%;
	width: 120PX;
	transform: translateX(-50%);
	border-radius: 8px;
}
.mall .sub-menu a{
	text-align: center;
	line-height: 30px;
}
.mall .sub-menu a:hover{
	color: #fff;
	background-color: #2aa0dd;
}
.mall:hover .sub-menu{
	top: 90px;
	opacity: 1;
	visibility: initial;
}


.content-info{
	position: absolute;
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
	width: 18.125%;
	height: fit-content;
	margin: auto;
}
.content-info img{
	margin-bottom: 40px;
}
.content-info form{
	display: block;
	width: 90%;
	margin: 0 auto;
	overflow: hidden;
	border-radius: 30px;
	border: 1px solid #a9a9a9;
}
.content-info input[type="text"]{
	float: left;
	width: calc(100% - 70px);
	line-height: 50px;
	padding: 0 22px;
}
.content-info input[type="submit"]{
	float: right;
	width: 70px;
	height: 50px;
	background: url(../images/search.png) center no-repeat;
	cursor: pointer;
}


foorer{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	line-height: 60px;
	text-align: center;
	padding: 0 3%;
	background-color: #eef0f2;
}

.home-index{
	width: 100%;
	height: 100%;
}


.gray-bg{
	background-color: #f8f8f8;
}
.white-bg{
	background-color: #fff;
}

.mainbox{
	width: 1200px;
	margin: 0 auto;
}
.menu-page{
	padding: 30px 0;
	font-size: 14px;
	margin-bottom: 10px;
}
.menu-page span{
	float: right;
	cursor: pointer;
	color: #000;
	margin-right: 8px;
}
.menu-page a{
	margin: 0 8px;
	color: #000;
}
.menu-page a:hover{
	text-decoration: underline;
}
.container{
	padding: 60px;
	margin-bottom: 50px;
	background-color: #fff;
}
.foot{
	width: 100%;
	line-height: 60px;
	text-align: center;
	padding: 0 3%;
	background-color: #eef0f2;
}

.about-desc h2,.contact h2{
	color: #000;
	line-height: 2;
	font-family: "微软雅黑 Light";
}
.about-desc p{
	margin: 20px 0;
	line-height: 1.8;
}

.contact h2{
	padding-left: 20px;
	margin-bottom: 10px;
}
.con-item{
	float: left;
	padding: 0 20px;
}
.con-item h3{
	color: #333;
	line-height: 2;
	font-family: "微软雅黑 Light";
}
.con-item p{
	font-size: 14px;
	line-height: 1.8;
	color: #999;
}


.pro-box{
	margin-bottom: 50px;
}
.product-left{
	float: left;
	width: 234px;
}
.pro-title{
	width: 100%;
	padding: 10px 10px;
	font-size: 18px;
	color: #000;
	font-weight: 200;
	background-color: #d3d3d3;
}
.product-type{
	padding: 10px;
	background-color: #fff;
}
.product-top ul li{
	line-height: 40px;
	border-bottom: 1px solid #eee;
}
.product-top ul li a{
	display: block;
	width: 100%;
	line-height: 35px;
}
.product-top ul li i{
	display: inline-block;
	border: 1px solid #666;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	margin: 0 8px;
	padding: 1px;
	vertical-align: middle;
}
.product-top ul li i::after{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	border: 50%;
	background-color: #fff;
	border-radius: 50%;
}
.product-top ul li.on i::after{
	background-color:#666
}
.product-top ul li:hover a,
.product-bottom ol li:hover a{
	background-color: #f8f8f8;
}

.product-type span{
	display: block;
	line-height: 35px;
	font-weight: bold;
	padding-left: 6px;
	color: #333;
}
.product-bottom ol li{
	line-height: 30px;
}
.product-bottom ol li a{
	display: block;
	width: 100%;
	line-height: 35px;
	padding: 0 8px;
}
.product-bottom ol li i{
	display: inline-block;
	border: 1px solid #999;
	width: 10px;
	height: 10px;
	margin-right: 8px;
	vertical-align: middle;
	border-radius: 2px;
	padding: 1px;
}
.product-bottom ol li i::after{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 1px;
	background-color: #fff;
}
.product-bottom ol li.on i::after{
	background-color: #999;
}
.product-ise{
	width: 100%;
	height: 25px;
}
.product-right{
	float: right;
	width: 931px;
}
.product-right ul li{
	float: left;
	width: calc(25% - 7.5px);
	text-align: center;
    /* height: 320px; */
	margin: 0 10px 10px 0;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
}
.product-right ul li:nth-child(4n){
	margin-right: 0;
}
.product-right ul li a{
	display: block;
	width: 100%;
	height: 100%;
	padding: 1px 15px;
}
.product-right ul li .pro-img{
	margin-top: 25px;
	text-align: center;
	display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.product-right ul li img{
    text-align: center;
    width: 160px;
    height: 160px;
}
.product-right ul li h3 {/* 
    line-height: 20px; */
    color: #000;
	line-height: 25px;
	font-weight: normal;
    font-size: 16px;/* 
    max-height: 40px;
    min-height: 40px; */
    margin-top: 25px;
}
.product-right ul li p{
	font-size: 14px;
	color: #999;
	line-height: 20px;
	margin-bottom: 25px;
}
.text-overflow{
	text-overflow: -o-ellipsis-lastline;
	word-break: break-all;
	word-wrap: break-word;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}

.product-right ul li:hover{
	box-shadow: 0 0 25px 0 rgba(0,0,0,.15);
}


.product-price{
	color: #000;
	font-size: 24px;
	color: #df3033;
	margin-top: 15px;
}

.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: #2aa0dd;
	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;
}


.product-show{
	padding: 120px;
	background-color: #fff;
}
.product-show h2{
	font-size: 28px;
	font-weight: normal;
	color: #000;
	line-height: 1.8;
	margin-bottom: 30px;
}
.pro-show-img{
	width: 100%;
}
.mySwiper{
	overflow: hidden;
}
.mySwiper .swiper-slide{
	border: 1px solid #eee;
	cursor: pointer;
}
.myswiper-pagination{
	padding-top: 15px;
}
.myswiper-pagination span{
	width: 10px;
	height: 10px;
	margin-right: 8px;
}
.myswiper-pagination span.swiper-pagination-bullet-active{
	background-color: #2aa0dd;
}
.pro-desc{
	padding: 0 30px;
	text-align: center;
}