@charset "utf-8";

/* 分页 */
.page{
	margin: 40px auto;
    text-align: center;
}

.page a{
	color: #333;
	font-size: 14px;
	padding: 6px 12px;
	margin: 3px 0;
    display: inline-block;
    transition: all 0.33s;
	background-color: #fff;
    border: 1px solid #ddd;
}
.page a:hover{
	color: #fff !important;
	border: 1px solid rgba(8,166,138,1);
    background-color: rgba(8,166,138,.8);
}
.page>b{
	color: #fff;
	font-size: 14px;
	padding: 6px 12px;
	margin: 3px 0;
    display: inline-block;
	border: 1px solid rgba(8,166,138,1);
    background-color: rgba(8,166,138,.8);
}
.page span{
	margin-left: 20px;
	color: #333;
	font-size: 14px;
}


/* 小banner */

.ban-ab{
	background: url(../images/ban-ab.jpg);
}
.ban-pr{
	background: url(../images/ban-pr.jpg);
}
.ban-in{
	background: url(../images/ban-in.jpg);
}
.ban-ce{
	background: url(../images/ban-ce.jpg);
}
.ban-co{
	background: url(../images/ban-co.jpg);
}
.bans{
	height: 280px;
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	position: relative;
}
.ban-title h3{
	margin-top: 120px;
}
.ban-title h3 span{
	color: #fff;
	font-size: 40px;
	font-weight: bold;
	text-shadow: 0 2px 2px rgba(0,0,0,.5);
}
.ban-title h3 span:before {
	content: "";
	position: absolute;
	bottom: -3px;
	left: 50%;
	width: 40px;
	margin-left: -20px;
	height: 4px;
	background-color: #fff;
	box-shadow: 0 2px 2px rgba(0,0,0,.5);
}

.ban-title p{
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	line-height: 20px;
	margin-top: 18px;
	position: relative;
	text-shadow: 0 2px 8px rgba(0,0,0,.5);
}
.ban-title p:before {
	content: "";
	position: absolute;
	top: -8px;
	left: 0;
	width: 40px;
	height: 3px;
	background-color: #fff;
}

.bans-nav{
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
	width: 100%;
	margin: 0;
	text-align: center;
	background-color: rgba(8, 166, 137, .8);
}
.bans-nav li{
	display: inline-block;
}
.bans-nav li a{
	display: block;
	font-size: 18px;
	color: #fff;
	padding: 8px 25px;
}
.bans-nav li a.ha{
	color: #08A689;
	font-weight: bold;
	background-color: #fff;
	border: 1px solid #08a689;
}

.ha20 li:nth-of-type(1) a{
	color: #08A689;
	font-weight: bold;
	background-color: #fff;
	border: 1px solid #08a689;
}
.ha21 li:nth-of-type(2) a{
	color: #08A689;
	font-weight: bold;
	background-color: #fff;
	border: 1px solid #08a689;
}




/* 路径导航 */

.ljdh{}
.breadcrumb{
	background-color: #fff;
	margin: 0;
}
.breadcrumb li{
	color: #666;
}
.breadcrumb li a{
	color: #666;
	transition: all 0.33s;
}
.breadcrumb li a:hover{
	color: #08A689;
}
.breadcrumb li i{
	margin-right: 8px;
}


/*关于我们页面开始*/

/*公司简介*/
.ab-Introduction{
	margin: 20px 0;
}

.ab-title{
	color: #333;
	font-size: 30px;
	font-weight: bold;
	position: relative;
	padding-left: 8px;
	padding-bottom: 1px;
	margin: 0 0 20px;
	border-left: 6px solid #08A689;
}
.ab-title span{
	color: #999;
	font-size: 12px;
	font-weight: 300;
	display: block;
	margin-top: 3px;
}


.ab-Int{}
.ab-Int-video{
	float: left;
    width: 550px;
    padding-right: 20px;
}
.ab-Int-video video{
	width: 100%;
    outline: none;
}

.ab-Int-nr{
	margin: 10px 0;
}
.ab-Int-nr p{
	color: #333;
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 10px;
}




/*服务*/
.ab-service{
	padding: 30px 0;
	background-color: #e8e8e8;
}
.ab-ser{}
.ab-ser>p{
	color: #333;
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 10px;
}
.ab-ser-img{
	margin-bottom: 15px;
}
.ab-ser-img:after{
	content: "";
	display: block;
	clear: both;
}
.ab-ser-img li{
	float: left;
	width: 33.3%;
	padding: 10px 15px;
}
.ab-ser-img li a{
	display: block;
	position: relative;
}
.ab-ser-img li a img{
	width: 100%;
}
.ab-ser-img-text{
	opacity: 0;
	position: absolute;
	top: 0;
	bottom: 0;
	width: 100%;
	z-index: 3;
	text-align: center;
	background-color: rgba(8, 166, 137, .75);
	transition: all 0.33s;
}
.ab-ser-img-text span{
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	padding: 3px 10px;
	border: 2px solid #fff;
	margin-top: 23%;
    display: inline-block;
}
.ab-ser-img li a:hover .ab-ser-img-text{
	opacity: 1;
}





/*企业实力*/
.ab-strength{
	margin: 30px 0;
}
.ab-str-nr{
	margin: 20px 0;
}


.par-title-lis{
	margin: 10px 0;
}
.par-title-lis:after{
	content: "";
	display: block;
	clear: both;
}

.par-title-lis li{
	float: left;
	padding: 0 15px;
}
.par-title-lis li a{
	display: block;
	color: #333;
	font-size: 18px;
	padding: 5px 20px;
    background-color: rgba(204, 204, 204, 0.5);
}
.par-title-lis li.pa a{
	color: #fff;
	font-weight: bold;
	background-color: rgba(8, 166, 137, 1);
}



.par-ul-lis{
	display: none;
}
.par-ul-lis:first-of-type{
	display: block;
}
.par-ul-lis:after{
	content: "";
	display: block;
	clear: both;
}

.par-ul-lis li{
	float: left;
	width: 25%;
	padding: 10px;
}
.par-ul-lis li a{
	display: block;
	position: relative;
	padding: 3px;
	border: 1px solid #fff;
	transition: all 0.33s;
}
.par-ul-lis li a:hover{
	border-color: #08A689;
}

.par-ul-lis li a img{
	display: block;
    width: 100%;
}
.par-ul-lis li a p{
	color: #333;
	font-size: 16px;
	line-height: 30px;
	padding: 5px 0;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	border-bottom: 2px solid #ccc;
	background-color: #fff;
	transition: all 0.33s;
}
.par-ul-lis li a:hover p{
	color: #D8212D;
	border-bottom: 2px solid #D8212D;
}


/* 国际市场 */
.ab-market{
	margin: 30px 0;
}
.ab-mar{}
.ab-mar-img{
	width: 100%;
	padding: 20px;
}
.ab-mar-img img{
	width: 100%;
}


/* 全球客户 */
.ab-customer{
	padding: 30px 0;
	background-color: #e8e8e8;
}
.ab-cus{}
.ab-cus-lis{}
.ab-cus-lis:after{
	content: "";
	display: block;
	clear: both;
}
.ab-cus-lis li{
	float: left;
    width: 14.2%;
    padding: 15px;
}
.ab-cus-lis li a{
	display: block;
    border: 1px solid #ccc;
    transition: all 0.33s;
}
.ab-cus-lis li a:hover{
	border-color: #08A689;
}
.ab-cus-lis li a img{
	width: 100%;
}


/* 荣誉认证 */
.ab-honor{
	margin: 30px 0;
}
.ab-hon{}
.ab-hon-lis{}
.ab-hon-lis:after{
	content: "";
	display: block;
	clear: both;
}
.ab-hon-lis li{
	float: left;
	width: 33.3%;
	padding: 15px;
}
.ab-hon-lis li a{
	display: block;
    position: relative;
    width: 100%;
    height: 250px;
    background-color: #eee;
}
.ab-hon-lis li a img{
	display: block;
    max-height: 100%;
    max-width: 100%;
    padding: 8px;
    margin: 0 auto;
}
.ab-hon-lis-text{
	opacity: 0;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 3;
	padding: 10px;
	text-align: center;
	background-color: rgba(8, 166, 137, .75);
	transition: all 0.33s;
}
.ab-hon-lis li a:hover .ab-hon-lis-text{
	opacity: 1;
}
.ab-hon-lis-text i{
	color: #fff;
    font-size: 56px;
    margin-top: 45px;
    display: inline-block;
}
.ab-hon-lis-text p{
	color: #fff;
    font-size: 20px;
    font-weight: bold;
	height: 44px;
	line-height: 22px;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}


#bg-img {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    background-color: rgba(0,0,0,.6);
}
#bg-img div {
    position: absolute;
    top: 40px;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 600px;
    height: 80%;
    max-height: 500px; 
    margin: 0 auto;
}
#bg-img div img {
    width: 100%;
	padding: 15px 20px;
    background-color: #fff;
}


/* 专利证书 */
.ab-patent{
	padding: 30px 0;
	background-color: #e8e8e8;
}
.ab-pat{}
.ab-pat-lis{}
.ab-pat-lis:after{
	content: "";
	display: block;
	clear: both;
}
.ab-pat-lis li{
	float: left;
	width: 20%;
	padding: 15px 10px;
}
.ab-pat-lis li a{
	display: block;
}
.ab-pat-lis li a div{
	padding: 10px;
	background-color: #fff;
	transition: all 0.33s;
}
.ab-pat-lis li a:hover div{
	background-color: #08A689;
}
.ab-pat-lis li a div img{
	width: 100%;
}
.ab-pat-lis li a p{
	color: #333;
	font-size: 16px;
	height: 44px;
	line-height: 22px;
	margin-top: 10px;
    text-align: center;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	transition: all 0.33s;
}
.ab-pat-lis li a:hover p{
	color: #08A689;
}

/*关于我们页面结束*/

/* 新闻中心页面开始 */
.News{
	margin: 20px 0 50px;
}
.news{
	background-color: #fff;
}
.news-nr{}
.news-lis{}
.news-lis li{
	padding: 20px 15px;
	position: relative;
	margin-top: -1px;
	border-bottom: 1px solid #e8e8e8;
	transition: all 0.33s;
}
.news-lis li:after{
	content: "";
	display: block;
	clear: both;
}
.news-lis li h3{
	color: #333;
	font-size: 18px;
	font-weight: bold;
	height: 30px;
	line-height: 30px;
	margin: 5px 0 2px;
	position: relative;
    padding-right: 100px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	transition: all 0.33s;
}
.news-lis li h3 span{
	position: absolute;
    right: 0;
    color: #999;
    font-size: 16px;
    font-weight: 300;
}
.news-lis li p{
	color: #666;
	font-size: 14px;
	font-weight: 300;
	height: 80px;
	line-height: 20px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
}
.news-lis-img{
	float: left;
	width: 260px;
	margin-right: 15px;
	overflow: hidden;
}
.news-lis-img img{
	width: 100%;
	-webkit-transition: all ease .4s;
	-moz-transition: all ease .4s;
	-ms-transition: all ease .4s;
	-o-transition: all ease .4s;
	transition: all ease .4s;
}
.news-lis-a{
	position: absolute;
	bottom: 21px;
	color: #888;
	font-size: 14px;
	font-weight: 500;
	padding: 6px 30px;
	border: 1px solid #888;
	transition: all 0.33s;
}
.news-lis li:hover{
	z-index: 3;
	background-color: rgba(255,255,255,1);
	box-shadow: 0 1px 10px 3px rgba(3,3,3,.1);
}
.news-lis li:hover .news-lis-img img{
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.news-lis li:hover h3{
	color: #08A689;
}
.news-lis li:hover .news-lis-a{
	color: #fff;
	border-color: #08A689;
	border-radius: 30px;
	background-color: rgba(8, 166, 137, 1);
	transition: all 0.33s;
}
.news-lis-a:hover{
	background-color: #ff603b; /* 标准的语法 */
	box-shadow: 0 2px 0 #ccc, 0 3px 1px #999, inset 0 1px 1px #fff;
}

.news-re{
	padding: 15px;
	background-color: #fff;
	box-shadow: 0 2px 3px 1px rgba(0,0,0,.05);
}
.news-re-title{
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	background-color: rgba(8, 166, 137, 1);
	margin: 0;
	padding: 7px 12px 5px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.news-re-lis{
	padding: 10px 0;
	margin-bottom: 20px;
}
.news-re-lis li{}
.news-re-lis li a{
	color: #666;
	font-size: 14px;
	font-weight: 400;
	line-height: 22px;
	padding: 5px 0;
	padding-left: 18px;
	position: relative;
	box-sizing: content-box;
	white-space: inherit;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	border-bottom: 1px solid #e8e8e8;
	transition: all 0.33s;
}
.news-re-lis li a:hover{
	color: #08A689;
}
.news-re-lis li a:before{
	content: "";
	position: absolute;
	top: 17px;
    left: 7px;
    width: 4px;
    height: 4px;
	display: block;
	border-radius: 50%;
	background-color: #aaa;
}




.cu{
	position: relative;
}
.cu.pTop-lg{
	position: fixed;
	top: 0;
	z-index: 3;
	width: 263px;
    padding: 0 10px;
    margin-left: -10px;
	background-color: #fff;
    box-shadow: 0 5px 8px rgba(3,3,3,0.125);
}
.cu.pTop-md{
	position: fixed;
	top: 0;
	z-index: 3;
	width: 212px;
    padding: 0 10px;
    margin-left: -10px;
	background-color: #fff;
    box-shadow: 0 5px 8px rgba(3,3,3,0.125);
}



.cu-lx{}
.cu-lx p{
	padding: 5px;
    border-bottom: 1px dashed #eee;
}
.cu-lx p i{
	color: #08A689;
	font-size: 18px;
	width: 25px;
    display: inline-block;
    text-align: center;
}
.cu-lx p span{
	color: #333;
	font-size: 16px;
	font-weight: bold;
}
.cu-lx p em{
	color: #09ba6a;
	font-size: 12px;
}

.cu-ly{
	margin: 10px 0;
}
.cu-ly input{
	height: 30px;
    margin: 8px 0;
    padding: 5px 8px;
    border-color: #e4e4e4;
    border-radius: 0;
    background-color: #F8F8F8;
    box-shadow: none;
}
.cu-ly textarea{
    margin: 8px 0;
    padding: 5px 8px;
    border-color: #e4e4e4;
    border-radius: 0;
    background-color: #F8F8F8;
    box-shadow: none;
}
.form-control:focus {
    border-color: #08A689;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #fff;
}

.cu-ly button{
	color: #fff;
    background-color: rgba(8, 166, 137, .8);
    border-color: #08A689;
    transition: all 0.33s;
}
.cu-ly button:hover,.cu-ly button:active:hover,.cu-ly button:focus,.cu-ly button:active:focus{
	outline: 0;
	border-color: #08A689;
	background-color: rgba(8, 166, 137, 1);
}

.cu-img{
	margin-top: 20px;
}
.cu-img:after{
	content: "";
	display: block;
	clear: both;
}
.cu-img div{
	float: left;
	width: 100%;
	padding: 10px;
}
.cu-img div img{
	width: 100%;
}
.cu-img div p{
	color: #333;
	font-size: 13px;
	text-align: center;
	line-height: 30px;
}


/*newsxq*/
.newsxq-lis{}
.newsxq-lis h2{
	color: #333;
	font-size: 20px;
	font-weight: bold;
	margin: 10px 0;
}
.newsxq-lis-time{
	margin-bottom: 15px;
}
.newsxq-lis-time span{
	margin: 0 5px;
	color: #999;
	font-size: 13px;
}
.newsxq-lis-time span b{
	margin-right: 5px;
}

.newsxq-lis-nr{
	padding: 8px 0;
	border-top: 1px dashed #ccc;
    border-bottom: 1px dashed #ccc;
}
.newsxq-lis-nr p{
	color: #333;
    font-size: 14px;
    line-height: 28px;
    margin-bottom: 10px;
}
.newsxq-lis-nr p img{
	display: block;
	width: 100%;
	max-width: 550px;
	margin: 5px auto;
}
.newsxq-lis-ym{
	margin: 15px 5px;
}
.newsxq-lis-ym li{
	color: #333;
	font-size: 16px;
	font-weight: bold;
	margin: 5px 0;
	height: 22px;
	line-height: 22px;
	overflow: hidden;
    white-space: normal;
    word-break: break-all;
    text-overflow: ellipsis;
}
.newsxq-lis-ym li a{
	color: #666;
	margin-left: 8px;
	transition: all 0.33s;
}
.newsxq-lis-ym li a:hover{
	color: #08A689;
}


/*newsxq end*/

/* 新闻中心页面结束 */

/* 联系我们页面开始 */
.contact{
	margin: 30px 0;
}
.con-z{}
.con-title{
	color: #08A689;
	font-size: 38px;
	font-weight: bold;
	margin: 10px 0 20px;
}
.con-nr{}
.con-nr:after{
	content: "";
	display: block;
	clear: both;
}
.con-lis{
	float: left;
	width: 50%;
	padding: 0 10px;
}
.con-h4{}
.con-h4 span{
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	padding: 5px 20px;
	background-color: #08A689;
}
.con-lis>div{
	color: #333;
	font-size: 18px;
	font-weight: bold;
	line-height: 26px;
	margin: 5px 0;
}
.con-lis ul{
	margin: 10px 0;
}
.con-lis ul li{}
.con-lis ul li i{
	color: #08A689;
	font-size: 30px;
	margin-right: 8px;
	width: 30px;
    display: inline-block;
    text-align: center;
}
.con-lis ul li:first-of-type i{
	font-size: 28px;
}
.con-lis ul li span{
	color: #333;
	font-size: 18px;
}
.con-lis ul li span b{
	margin-right: 5px;
}
.con-lis ul li span a{
	
		color: #333;
	
		font-size: 18px;
	
		transition: all 0.33s;
	
	}
.con-lis ul li span a:hover{
	
		color: #08A689;
	}
.con-lis p{
	color: #08A689;
	font-size: 20px;
	font-weight: bold;
}


#for{
	padding-top: 0;
}
#for span{
	display: block;
	color: #333;
	font-size: 16px;
	font-weight: bold;
	margin: 13px 0 5px;
}
#for label{
	margin: 8px 0;
}
#tel{
	width: 100%;
}
.req{
	width: 100%;
	position: relative;
}

.req:after{
	content: "*";
	position: absolute;
	top: 10px;
    left: 6px;
	color: #D8212D;
	font-size: 16px;
}

#nr{
	width: 100%;
}
#tj{
	margin: 20px 0;
}
#tj button{
	width: 50%;
    outline: 0;
    margin: 10px auto;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
	border-radius: 0;
    border: 1px solid rgba(8, 166, 137, 1);
    background-color: rgba(8, 166, 137,.8);
    transition: all 0.33s;
}
#tj button:active,#tj button:active:hover,#tj button:active:focus,#tj button:hover,#tj button:focus,#tj button:visited{
	width: 80%;
	outline: 0;
	color: #fff;
	border-radius: 30px;
	background-color: rgba(8, 166, 137, 1);
}
.form-control {
	padding: 5px 15px;
	border-radius: 0;
    background-color: #F4F4F4;
    transition: all 0.33s;
}


.con-map{
	padding: 30px 0;
	background-color: #e8e8e8;
}
.con-map-img{
	margin: 20px 0;
}
.con-map-img img{
	width: 100%;
	max-width: 1000px;
}




/* 联系我们页面结束 */


/* 产品页面开始 */
/* .hotproduct{
	margin: 30px 0;
}
.hot{}
.hot-title{}
.hot-title span{
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	padding: 6px 50px;
	border-radius: 30px;
	background-color: #08A689;
}
.hot-lis{
	margin: 30px 0 0;
}
.hot-lis:after{
	content: "";
	display: block;
	clear: both;
}
.hot-lis li{
	width: 50%;
    float: left;
    padding: 0 15px;
	margin-bottom: 20px;
}
.hot-lis li a{
	display: block;
	position: relative;
    padding: 5px 10px;
	z-index: 3;
	background-color: rgba(8,166,138,.2);
	border: 1px solid rgba(8,166,138,.5);
	transition: all 0.33s;
}
.hot-lis li a:hover{
	margin-bottom: 3px;
	margin-top: -3px;
	box-shadow: 0 5px 5px 1px rgba(3,3,3,.2);
}
.hot-lis li a:before{
	content: "";
    position: absolute;
    top: 40px;
    left: 30px;
    z-index: -1;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background-color: rgba(255,255,255,1);
	transition: all 0.33s;
}
.hot-lis li a:hover:before{
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	border-radius: 0;
	border: 1px solid #08A68A;
}
.hot-lis li a:after{
	content: "";
	display: block;
	clear: both;
}
.hot-lis-img{
	float: left;
	width: 200px;
	padding: 5px;
	margin-right: 10px;
	position: relative;
}
.hot-lis-img img{
	width: 100%;
}
.hot-lis-title{
	color: #333;
	font-size: 16px;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: all 0.33s;
}
.hot-lis li a:hover .hot-lis-title{
	color: #08A68A;
}
.hot-lis-p{
	color: #888;
	font-size: 14px;
	height: 72px;
	line-height: 18px;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	transition: all 0.33s;
}
.hot-lis li a:hover .hot-lis-p{
	color: #333;
}
.hot-lis-more{
	float: right;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	padding: 5px 20px;
	margin-top: 15px;
	margin-right: 15px;
	background-color: rgba(8,166,138,.85);
	transition: all 0.33s;
}
.hot-lis li a:hover .hot-lis-more{
	border-radius: 30px;
	background-color: rgba(8,166,138,1);
}
 */

/* 产品中心 */
.product{
	padding: 30px 0;
	background-color: #e8e8e8;
}
.pro{}
.pro-nr{
	margin-bottom: 20px;
}
.pro-title{
	margin: 0;
	position: relative;
}
.pro-title span{
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	padding: 8px 20px;
	background-color: #08A689;
}
.pro-title a{
	float: right;
	color: #08A689;
	font-size: 14px;
	padding: 3px 8px;
	font-style: normal;
	margin-top: 12px;
	border: 1px solid #08A689;
	background-color: #fff;
	transition: all 0.33s;
}
.pro-title a:hover{
	color: #fff;
	background-color: #08A689;
}

.pro-p{
	color: #333;
	font-size: 14px;
	line-height: 24px;
	margin: 15px 0;
}
.pro-lis{
	margin-left: -15px;
	margin-right: -15px;
}
.pro-lis:after{
	content: "";
	display: block;
	clear: both;
}
.pro-lis li{
	float: left;
	width: 33.3%;
	padding: 0 15px;
	margin-bottom: 20px;
}
.pro-lis li a{
	display: block;
	padding-bottom: 10px;
	border: 1px solid #fff;
	background-color: rgba(255,255,255,1);
	transition: all 0.33s;
}
.pro-lis li a:hover{
	border: 1px solid #08a689;
	box-shadow: 0 5px 15px rgba(3,3,3,0.15);
}
.pro-lis li a div{
	padding: 3px;
	margin-bottom: 10px;
	position: relative;
}
.pro-lis li a div i{
	opacity: 0;
	color: #fff;
	font-size: 60px;
	position: absolute;
	top: 3px;
	left: 3px;
	right: 3px;
	bottom: 3px;
	padding-top: 20%;
	text-align: center;
	background-color: rgba(8, 166, 137, 0.8);
	transition: all 0.33s;
}
.pro-lis li a:hover div i{
	opacity: 1;
}

.pro-lis li a div img{
	width: 100%;
}

.pro-lis li a p{
	color: #333;
	font-size: 14px;
	height: 36px;
	line-height: 18px;
	padding: 0 10px;
	text-align: center;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	transition: all 0.33s;
}
.pro-lis li a:hover p{
	color: #08A689;
}


/* pro */
.prlb{
    background-color: #fff;
	margin-bottom: 20px;
    box-shadow: 0 2px 3px 1px rgba(0,0,0,.05);
}
.prlb-title{
	color: #fff;
	font-size: 26px;
	font-weight: bold;
	margin: 0;
	padding: 12px 0;
	text-align: center;
	background-color: #08A689;
}
.prlb-lis{
	padding: 10px 0 20px;
}
.prlb-lis:after{
	content: "";
	display: block;
	clear: both;
}
.prlb-lis li{
	padding: 0px 15px;
	transition: all 0.33s;
}
.prlb-lis li.p{
	border-left: 5px solid #08a689;
	background-color: rgba(8, 166, 137, 0.25);
}
.prlb-lis li:hover{
	border-left: 5px solid #08a689;
	background-color: rgba(8, 166, 137, 0.25);
}
.prlb-lis li a{
	color: #333;
	font-size: 16px;
	padding: 10px 0;
	display: block;
	border-bottom: 1px dashed #ccc;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: all 0.33s;
}

.prlb-lis .on{
	border-left: 5px solid #08a689;
	background-color: rgba(8, 166, 137, 0.25);
	}


/* 产品详情 */
.proxq-dat{
	margin: 30px 0;
}
.dat-img{}


.banner{
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}

.banner .img{
	padding: 3px;
    border: 1px solid #eee;
    margin-bottom: 20px;
}
.banner .img li{
	display: none;
}
.banner .img li.ab{
	display: block !important;
}
.banner .img li img{
	width: 100%;
}

.banner .num{
	width: 100%;
	text-align: center;
}
.banner .num li{
	display: inline-block;
	width: 90px;
	border: 1px solid #ccc;
	padding: 3px;
	background-color: #fff;
	cursor: pointer;
	margin: 0 5px;
}
.banner .num li.at{
	border-color: #08A689;
	border-width: 2px;
}


.banner .num li img{
	width: 100%;
}

.dat-nr{}
.dat-title{
	color: #333;
	font-size: 26px;
	margin: 10px 0 20px;
}
.dat-p{
	color: #666;
	font-size: 14px;
	margin-bottom: 10px;
}
.dat-p span{
	margin-right: 15px;
}
.dat-p span b,.dat-p b{}

.dat-td{
	padding: 20px 25px;
	position: relative;
	margin: 20px 0 25px;
	background-color: rgba(8, 166, 137, 0.15);
}
.dat-cont{
	padding-right: 120px;
}
.dat-cont p{
	color: #333;
	font-size: 18px;
	font-weight: bold;
}
.dat-cont p i{
	color: #333;
	font-size: 22px;
	margin-right: 10px;
	vertical-align: middle;
}
.dat-cont p a{

	color: #333;

	font-size: 18px;

	transition: all 0.33s;

}
.dat-cont p a:hover{

	color: #08A689;

}

.dat-td img{
	position: absolute;
	right: 25px;
    top: 18px;
	z-index: 3;
	width: 100%;
	max-width: 96px;
}
.dat-td1 img{
	position: absolute;
	right: 200px;
    top: 18px;
	z-index: 5;
	width: 100%;
	max-width: 96px;
}


#profor{
	position: relative;
	padding: 60px 15px 20px 15px;
	background-color: #f2f2f2;
}
#profor h4{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 3;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	background-color: #08A689;
	margin: 0;
	padding: 12px 30px;
}
#profor label{
	width: 100%;
	position: relative;
	margin: 8px 0;
	padding: 0 8px;
	padding-left: 80px;
}
#profor label span{
	position: absolute;
	left: 10px;
	float: left;
	color: #333;
	font-size: 16px;
	font-weight: bold;
	line-height: 34px;
}
#profor label .red::after{
	content: "*";
	position: absolute;
	top: 1px;
    left: -10px;
	color: #D8212D;
	font-size: 16px;
	clear: both;
}

#profor label input{
	width: 100%;
	background-color: #fff;
}

#protj{
	margin: 15px 0;
}
#protj button{
	width: 30%;
	min-width: 200px;
	outline: 0;
	margin: 10px auto;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	border-radius: 0;
	border: 1px solid rgba(8, 166, 137, 1);
	background-color: rgba(8, 166, 137,.8);
	transition: all 0.33s;
}
#protj button:active,#protj button:active:hover,#protj button:active:focus,#protj button:hover,#protj button:focus,#protj button:visited{
	width: 60%;
	outline: 0;
	color: #fff;
	border-radius: 30px;
	background-color: rgba(8, 166, 137, 1);
}


.proxq-zy{
	padding: 30px 0;
	background-color: #e8e8e8;
}

.proxq-lis{
	margin-bottom: 15px;
}
.proxq-lis>h3{
	color: #333;
	font-size: 18px;
	font-weight: bold;
	padding-left: 5px;
	border-left: 8px solid #08A689;
}
.proxq-lis-nr{}
.proxq-lis-nr>div,.proxq-lis-nr>p{
	color: #333;
	font-size: 14px;
	line-height: 26px;
	margin: 10px 0;
}
.proxq-lis-nr table{
	border: 1px solid #ccc;
	background-color: #fff;
}
.proxq-lis-nr table td{
	color: #333;
	font-size: 14px;
	padding: 5px !important;
	text-align: center;
	background-color: #fff !important;
	vertical-align: middle !important;
}
.proxq-lis-nr table tr:first-of-type{
	color: #fff !important;
	background-color: rgba(8, 166, 137, 1) !important;
}
.proxq-lis-nr table tr:first-of-type td{
	color: #fff !important;
	background-color: rgba(8, 166, 137, 1) !important;
}

.proxq-lis-nr table tr:nth-of-type(2n) td{
	background-color: #eee !important;
}

/* 推荐产品 */
.recommend{
	margin: 30px 0;
}
.rec-title{
	color: #333;
	font-size: 18px;
	font-weight: bold;
	padding-left: 5px;
	border-left: 8px solid #08A689;
}
.rec-lis{
	margin: 20px -15px;
}
.rec-lis:after{
	content: "";
	display: block;
	clear: both;
}
.rec-lis li{
	float: left;
	width: 25%;
	padding: 0 15px;
	margin-bottom: 20px;
}
.rec-lis li a{
	display: block;
	padding-bottom: 15px;
	border: 1px solid #eee;
	background-color: rgba(255,255,255,1);
	transition: all 0.33s;
}
.rec-lis li a:hover{
	border: 1px solid #08a689;
	box-shadow: 0 5px 15px rgba(3,3,3,0.15);
}
.rec-lis li a div{
	padding: 3px;
	margin-bottom: 10px;
	position: relative;
}
.rec-lis li a div i{
	opacity: 0;
	color: #fff;
	font-size: 60px;
	position: absolute;
	top: 3px;
	left: 3px;
	right: 3px;
	bottom: 3px;
	padding-top: 20%;
	text-align: center;
	background-color: rgba(8, 166, 137, 0.8);
	transition: all 0.33s;
}
.rec-lis li a:hover div i{
	opacity: 1;
}
.rec-lis li a div img{
	width: 100%;
}
.rec-lis li a p{
	color: #333;
	font-size: 14px;
	height: 48px;
	line-height: 24px;
	padding: 0 10px;
	text-align: center;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	transition: all 0.33s;
}
.rec-lis li a:hover p{
	color: #08A689;
}


/* 产品页面结束 */

/* 应用领域页面开始 */

.appms{
	margin: 30px 0;
}

.appms-img{
	float: left;
	width: 300px;
	margin-right: 40px;
	padding: 5px;
    border: 1px solid #08a689;;
}
.appms-img img{
	width: 100%;
}

.appms-text{}
.appms-text h2{
	color: #08A689;
	font-size: 36px;
	font-weight: bold;
	margin: 20px 0 15px;
}
.appms-text p{
	color: #333;
	font-size: 16px;
	line-height: 26px;
}

.apptu{
	padding: 30px 0;
	background-color: #e8e8e8;
}
.apptu-title{
	color: #333;
	font-size: 18px;
	font-weight: bold;
	padding-left: 5px;
	border-left: 8px solid #08A689;
}
.apptu-lis{
	margin: 15px -15px;
}
.apptu-lis:after{
	content: "";
	display: block;
	clear: both;
}
.apptu-lis li{
	float: left;
	width: 100%;
	padding: 0 15px;
}
.apptu-lis li img{
	width: 100%;
}







/* 应用领域页面结束 */





@media only screen and (max-width: 1200px) and (min-width: 992px) {
	
.banner .num li {
    width: 20%;
    margin: 0 3px;
}
.dat-title {
    font-size: 24px;
    margin: 10px 0;
}
.dat-cont p {
    font-size: 18px;
}
.dat-cont p i {
    font-size: 24px;
}
.xiangqing img{
	width: 100% !important; height:auto !important;
}	
.xiangqingtb table {
            table-layout: fixed !important;
            width: 100% !important;
            border-collapse:collapse;
            border:none;
            font-size:0.23rem;
        }
 
.xiangqingtb table td,th {
            width:1px;
            white-space:nowrap; /* 自适应宽度*/
            word-break:keep-all; /* 避免长单词截断，保持全部 */
            border:solid #676767 1px;
            text-align:center;
            white-space:pre-line;
            word-break:break-all !important;
            word-wrap:break-word !important;
            display:table-cell;
            vertical-align:middle !important;
            white-space: normal !important;
            height:auto;
            vertical-align:text-top;
            padding:2px 2px 0 2px;
            display: table-cell;
        }
	
}


@media only screen and (max-width: 991px) and (min-width: 768px) {
.ab-pat-lis li {
    width: 25%;
}
.ab-cus-lis li {
    width: 20%;
    padding: 10px;
}	

.prlb {
    background-color: transparent;
    box-shadow: none;
}	
.prlb-title {
    display: none;
}	
.prlb-lis {
    padding: 0;
	margin: 0 -10px;
}	
.prlb-lis li {
    float: left;
    padding: 0 15px;
    margin: 6px 10px;
	border: 1px solid #fff;
    background-color: #fff;
    transition: all 0.33s;
}
.prlb-lis li.p {
    border-left: none;
    border: 1px solid #08a689;
    background-color: rgba(8, 166, 137, 1);
}
.prlb-lis li.p a{
	color: #fff;
}
.prlb-lis li:hover{
	border-left: none;
	border: 1px solid #08a689;
	background-color: rgba(8, 166, 137, 1);
}
.prlb-lis li:hover a{
	color: #fff;
}
.prlb-lis li a {
	padding: 6px 0;
    border-bottom: none;
}	

.news-re {
    display: none;
}



.banner .num li {
    width: 20%;
    margin: 0 3px;
}
.dat-td {
    padding: 18px 20px;
    margin: 20px 0;
}
.dat-title {
    font-size: 24px;
    margin: 10px 0;
}
.dat-cont p {
    font-size: 18px;
}
.dat-cont p i {
    font-size: 24px;
}
.dat-td img {
    max-width: 115px;
}
.dat-cont a {
    font-size: 18px;
    padding: 5px 30px;
    margin: 15px 0 10px;
}


.appms-text h2 {
    font-size: 30px;
    margin: 10px 0 10px;
}

	

	
}


@media only screen and (max-width: 767px) {
.bans {
    height: 200px;
}
.ban-title h3 {
    margin-top: 66px;
}
.ban-title h3 span {
    font-size: 30px;
}
.ban-title h3 span:before {
    bottom: 0px;
    height: 3px;
}

.bans-nav li a {
    font-size: 16px;
    padding: 5px 10px;
}
.ab-title {
    font-size: 26px;
}
.ab-Int-video {
    float: none;
    width: 100%;
    max-width: 600px;
    padding-right: 0;
}
.ab-ser-img li {
    padding: 10px 10px;
}
.ab-ser-img-text span {
    font-size: 16px;
    margin-top: 20%;
}
.par-ul-lis li {
    width: 33.3%;
}	

.ab-hon-lis li {
    width: 50%;
}
.ab-pat-lis li {
    width: 33.3%;
}

.ab-cus-lis li {
    width: 25%;
    padding: 10px;
}


.news-lis-img {
    float: none;
    display: block;
    width: 100%;
    max-width: 450px;
    margin-right: 0;
    margin-bottom: 15px;
}
.news-lis li h3 {
    font-size: 16px;
    margin: 0;
}
.news-lis li p {
    height: 60px;
	margin-bottom: 20px;
    -webkit-line-clamp: 3;
}
.news-lis-a {
    position: relative;
    bottom: 0;
    padding: 6px 30px;
}


.con-lis {
    width: 100%;
    margin-bottom: 20px;
}





.prlb {
    background-color: transparent;
    box-shadow: none;
}	
.prlb-title {
    display: none;
}	
.prlb-lis {
    padding: 0;
	margin: 0 -10px;
}	
.prlb-lis li {
    float: left;
    padding: 0 15px;
    margin: 6px 10px;
	border: 1px solid #fff;
    background-color: #fff;
    transition: all 0.33s;
}
.prlb-lis li.p {
    border-left: none;
    border: 1px solid #08a689;
    background-color: rgba(8, 166, 137, 1);
}
.prlb-lis li.p a{
	color: #fff;
}
.prlb-lis li:hover{
	border-left: none;
	border: 1px solid #08a689;
	background-color: rgba(8, 166, 137, 1);
}
.prlb-lis li:hover a{
	color: #fff;
}
.prlb-lis li a {
	padding: 6px 0;
    border-bottom: none;
}
.p6 li:nth-of-type(1){
	border-left: none;
	border: 1px solid #08a689;
	background-color: rgba(8, 166, 137, 1);
}
.p6 li:nth-of-type(1) a{
	color: #fff;
}
.p7 li:nth-of-type(2){
	border-left: none;
	border: 1px solid #08a689;
	background-color: rgba(8, 166, 137, 1);
}
.p7 li:nth-of-type(2) a{
	color: #fff;
}
.p8 li:nth-of-type(3){
	border-left: none;
	border: 1px solid #08a689;
	background-color: rgba(8, 166, 137, 1);
}
.p8 li:nth-of-type(3) a{
	color: #fff;
}
.p9 li:nth-of-type(4){
	border-left: none;
	border: 1px solid #08a689;
	background-color: rgba(8, 166, 137, 1);
}
.p9 li:nth-of-type(4) a{
	color: #fff;
}
.p10 li:nth-of-type(5){
	border-left: none;
	border: 1px solid #08a689;
	background-color: rgba(8, 166, 137, 1);
}
.p10 li:nth-of-type(5) a{
	color: #fff;
}
.p11 li:nth-of-type(6){
	border-left: none;
	border: 1px solid #08a689;
	background-color: rgba(8, 166, 137, 1);
}
.p11 li:nth-of-type(6) a{
	color: #fff;
}
.p22 li:nth-of-type(7){
	border-left: none;
	border: 1px solid #08a689;
	background-color: rgba(8, 166, 137, 1);
}
.p22 li:nth-of-type(7) a{
	color: #fff;
}
.p23 li:nth-of-type(8){
	border-left: none;
	border: 1px solid #08a689;
	background-color: rgba(8, 166, 137, 1);
}
.p23 li:nth-of-type(8) a{
	color: #fff;
}
	
	
	

.news-re {
    display: none;
}
.pro-lis li {
    width: 50%;
}
.pro-lis li a div i {
    font-size: 46px;
}


.banner {
    margin-bottom: 20px;
}
.banner .num li {
    width: 20%;
}

.dat-td img {
    position: relative;
    right: 0;
    top: 0;	
}
.dat-cont p {
    font-size: 18px;
}
.dat-cont p i {
    font-size: 26px;
}
.dat-cont {
    padding-right: 0;
}
.rec-lis li {
    width: 50%;
}
.rec-lis li a div i {
    font-size: 46px;
}


.appms-img {
	float: none;
    width: 100%;
    max-width: 500px;
    margin-right: 0;
    margin-bottom: 20px;
}
.appms-text h2 {
    font-size: 28px;
}
.apptu-lis li {
    width: 50%;
    margin-bottom: 20px;
}
.xiangqing img{
	width: 100% !important; height:auto !important;
}

.xiangqingtb table {
            table-layout: fixed !important;
            width: 100% !important;
            border-collapse:collapse;
            border:none;
            font-size:0.23rem;
        }
 
.xiangqingtb table td,th {
            width:1px;
            white-space:nowrap; /* 自适应宽度*/
            word-break:keep-all; /* 避免长单词截断，保持全部 */
            border:solid #676767 1px;
            text-align:center;
            white-space:pre-line;
            word-break:break-all !important;
            word-wrap:break-word !important;
            display:table-cell;
            vertical-align:middle !important;
            white-space: normal !important;
            height:auto;
            vertical-align:text-top;
            padding:2px 2px 0 2px;
            display: table-cell;
        }

	
	
}



@media only screen and (max-width: 500px) {
.bans-nav li a {
    font-size: 16px;
    padding: 4px 8px;
}
.ab-ser-img li {
    width: 100%;
    padding: 10px 15px;
}
.par-ul-lis li {
    width: 50%;
}
.par-title-lis li {
    margin-bottom: 10px;
}	
	
.ab-hon-lis-text i {
    font-size: 46px;
    margin-top: 40px;
}	
.ab-hon-lis-text p {
    font-size: 18px;
}
.ab-pat-lis li a div {
    padding: 6px;
}	
.ab-pat-lis li a p {
    font-size: 14px;
}	
	
	
.ab-mar-img {
    padding: 0;
}	
.ab-cus-lis li {
    width: 33.3%;
    padding: 8px 10px;
}	
.xiangqing img{
	width: 100% !important; height:auto !important;
}

.xiangqingtb table {
            table-layout: fixed !important;
            width: 100% !important;
            border-collapse:collapse;
            border:none;
            font-size:0.23rem;
        }
 
.xiangqingtb table td,th {
            width:1px;
            white-space:nowrap; /* 自适应宽度*/
            word-break:keep-all; /* 避免长单词截断，保持全部 */
            border:solid #676767 1px;
            text-align:center;
            white-space:pre-line;
            word-break:break-all !important;
            word-wrap:break-word !important;
            display:table-cell;
            vertical-align:middle !important;
            white-space: normal !important;
            height:auto;
            vertical-align:text-top;
            padding:2px 2px 0 2px;
            display: table-cell;
        }
	
	
}







@media only screen and (max-width: 420px) {
.ab-hon-lis li a {
    height: 210px;
}
.ab-hon-lis-text i {
    margin-top: 26px;
}
.ab-pat-lis li {
    width: 50%;
	padding: 10px 10px;
}	
.xiangqing img{
	width: 100% !important; height:auto !important;
}	
	
.xiangqingtb table {
            table-layout: fixed !important;
            width: 100% !important;
            border-collapse:collapse;
            border:none;
            font-size:0.23rem;
        }
 
.xiangqingtb table td,th {
            width:1px;
            white-space:nowrap; /* 自适应宽度*/
            word-break:keep-all; /* 避免长单词截断，保持全部 */
            border:solid #676767 1px;
            text-align:center;
            white-space:pre-line;
            word-break:break-all !important;
            word-wrap:break-word !important;
            display:table-cell;
            vertical-align:middle !important;
            white-space: normal !important;
            height:auto;
            vertical-align:text-top;
            padding:2px 2px 0 2px;
            display: table-cell;
        }	
	
}














