﻿@charset "utf-8";

/*header*/
.ad {
	width: 100%;
	background: #272727;
	line-height: 40px;
	color: #fff;
	font-size: 12px;
}

.hy {
	float: left;
	color: #fff;
	font-size: 12px;
}

.ptel {
	float: right;
	width: auto;
	line-height: 40px;
	padding-left: 30px;
	background: url(../images/tel.png) left no-repeat;
}

.ad_ct {
	width: 94%;
	margin: 0px auto;
}

.top {
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 200;
	background-color: #fff;
}

.topw {
	width: 1240px;
	margin: 0 auto;
}

.logo {
	float: left;
	width: 300px;
	max-width: 350px;
	margin-top: 1px;
	/* height: 50px;
	padding: 10px 0px; */
}

.nav {
	float: left;
	width: auto;
	padding: 0px 3%;
	margin-left: 5%;
}

.nav font {
	float: right;
	width: 100%;
	height: 30px;
	font-size: 18px;
	line-height: 30px;
	color: #2fa497;
	font-weight: bold;
	text-align: right;
}

.nav ul {
	float: left;
	width: 100%;
	text-align: center;
}

.nav>ul>li {
	/* float: left; */
	display: inline-block;
	width: 112px;
	height: 70px;
	line-height: 66px;
	text-align: center;
	white-space: nowrap;

}

.nav>ul>li>a {
	font-size: 16px;
	float: left;
	width: 100%;
	height: 66px;
	/* margin: 0px 10%; */
}

.nav>ul>li>a:hover,
.now {
	float: left;
	width: 100%;
	height: 66px;
	/* margin: 0px 10%; */
	color: #2fa497;
	border-bottom: 4px solid #2fa497;
}

.nav ul>li>ol {
	float: left;
	width: 100%;
	height: auto;
	background: rgba(0, 0, 0, 0.5);
	position: relative;
	z-index: 2;
}

.nav ul>li>ol>li {
	float: left;
	width: 100%;
	height: 60px;
	line-height: 48px;
	text-align: center;
	font-size: 15px;
	border-bottom: 1px solid #ffffff;
	z-index: 2;
}

.nav ul>li>ol>li>a {
	z-index: 2;
	color: #fff;
}

.nav ul>li>ol>li>a:hover,
.new {
	z-index: 2;
	color: #2fa497;
}


.search {
	/* float: right;
	width: 60px;
	border-left: 1px solid #dedede;
	margin-top: 20px;
	padding-left: 20px; */
}

.sbanner {
	width: 100%;
	padding-top: 70px;
}

.sbanner img {
	width: 100%;
}

.banner {
	min-width: 1240px;
	width: 100%;
	margin: 0px auto;
	/* height: 450px; */
	overflow: hidden;
	position: relative;
	padding-top: 70px;
}

.banner>ul {
	display: none;
	/*width: 999999999px;*/
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.banner>ul>li {
	float: left;
	width: 100%;
	height: 100%;
}

.banner>ul>li>a {
	display: block;
	font-size: 200px;
	text-align: center;
	line-height: 450px;
	font-weight: bold;
}

.banner>ul>li>a>img {
	width: 100%;
}

.img-btn-list {
	width: 100%;
	position: absolute;
	bottom: 5%;
	left: 0;
	text-align: center;
}

.img-btn-list>span:nth-child(1) {
	display: inline-block;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	margin: 0 10px;
	background: url(../images/pic01.png);
	cursor: pointer;
}

.img-btn-list>span:nth-child(1).current {

	background: url(../images/pic01_1.png);
}

.img-btn-list>span:nth-child(2) {
	display: inline-block;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	margin: 0 10px;
	background: url(../images/pic02.png);
	cursor: pointer;
}

.img-btn-list>span:nth-child(2).current {

	background: url(../images/pic02_11.png);

}

.img-btn-list>span:nth-child(3) {
	display: inline-block;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	margin: 0 10px;
	background: url(../images/pic03.png);
	cursor: pointer;
}

.img-btn-list>span:nth-child(3).current {

	background: url(../images/pic03_1.png);
}

.img-btn-list>span:nth-child(4) {
	display: inline-block;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	margin: 0 10px;
	background: url(../images/pic04.png);
	cursor: pointer;
}

.img-btn-list>span:nth-child(4).current {

	background: url(../images/pic04_1.png);
}

.img-btn-list>span:nth-child(5) {
	display: inline-block;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	margin: 0 10px;
	background: url(../images/pic07.png);
	cursor: pointer;
}

.img-btn-list>span:nth-child(5).current {

	background: url(../images/pic07_1.png);
}



.title {
	width: 100%;
	padding: 30px 0px;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	background: url(../images/tit_line.png) bottom center no-repeat;
}

.tit_d {
	width: 100%;
	padding: 20px 0px;
	text-align: center;
	font-size: 14px;
	color: #999;
}

.yfsl {
	width: 100%;
	background: url(../images/dline.png) bottom center repeat-y #f6f6f6;
	position: relative;
	margin-top: 8%;
}

.yfsl_dq {
	width: 12%;
	position: absolute;
	z-index: 1;
	top: -12%;
	left: 44%;
}

.yfsl_dq img {
	width: 100%;
}

.yfsl_tl {
	width: 94%;
	margin: 0px auto;
	padding: 40px 0px;
}

.yfsl_tit {
	float: left;
	width: 50%;
	font-size: 24px;
	font-weight: bold;
	line-height: 60px;
	background: url(../images/dot.jpg) left bottom no-repeat;
}

.yfsl_tet {
	float: right;
	width: 50%;
	color: #999;
	line-height: 60px;
	text-align: right;
}

.yfsl_ct {
	width: 98%;
	margin: 0px auto;
}

.yfsl_ct ul {
	width: 100%;
}

.yfsl_ct ul li {
	float: left;
	width: 46%;
	background: #fff;
	margin: 1% 2%;
	box-shadow: 3px 3px 10px #888;
}

.yf_tl {
	float: left;
	width: 50%;
	line-height: 24px;
	padding: 6% 2% 2% 2%;
	color: #999;
}

.yf_tl b {
	color: #222;
}

.yf_img {
	float: right;
	width: 36%;
	padding: 2%;
}

.yf_img img {
	width: 100%;
}

.news {
	width: 100%;
	min-width: 1240px;
	background: #f5f5f5;
	padding-bottom: 30px;
}

.news_tit {
	width: 1240px;
	margin: 0 auto;
	padding: 20px;
	box-sizing: border-box;
	overflow: hidden;
}

.yfsl_btn {
	float: right;
	padding-top: 20px;
}

.yfsl_btn a {
	float: left;
	padding: 5px 30px;
	margin-left: 20px;
	border-radius: 20px;
	cursor: pointer;
}

.yfsl_btn a:hover,
.yfslon {
	float: left;
	padding: 5px 30px;
	background: #2fa497;
	color: #fff;
	margin-left: 20px;
}

.more {
	float: left;
	padding: 5px 30px;
	background: #cccccc;
	margin-left: 20px;
}

.newss {
	width: 100%;
	height: auto;
	max-width: 1140px;
	margin: 0px auto;
}

.newss_lf {
	float: left;
	width: 28%;
	height: auto;
}

.newss_rg {
	float: right;
	width: 70%;
	height: auto;
}

.newss_rg ul {
	float: left;
	width: 100%;
	height: auto;
}

.newss_rg ul li {
	float: left;
	width: 46%;
	height: auto;
	border-bottom: 1px dashed #9d9d9d;
	padding: 10px 0px;
	margin-right: 4%;
}

.newss_rq {
	float: left;
	width: 10%;
	height: 50px;
	background: url(../images/n_rqbg.jpg) repeat-x;
	color: #fff;
	text-align: center;
	line-height: 25px;
}

.newss_ct {
	float: right;
	width: 85%;
	height: 50px;
}

.newss_tl {
	float: left;
	width: 100%;
	height: 30px;
}

.newss_text {
	float: left;
	width: 100%;
	height: 20px;
	font-size: 0.85em;
	color: #999;
}


/*.news_ct,.news_ct ul{*/
/*width:100%;*/
/*}*/
/*.news_ct ul li{*/
/*float:left;*/
/*width:32.3%;*/
/*margin:0.5%;*/
/*background:#f8f8f8;*/
/*border-bottom:3px solid #cacaca;*/
/*}*/
/*.news_ct ul li:hover{*/
/*border-bottom:3px solid #2fa497;*/
/*}*/
/*.news_img,.news_img img{*/
/*width:100%;*/
/*}*/
/*.news_imgs,.news_imgs img{*/
/*width:100%;*/
/*}*/
/*.news_d{*/
/*width:100%;*/
/*padding:10px 0px;*/
/*line-height:28px;*/
/*}*/
/*.news_rq{*/
/*float:left;*/
/*width:16%;*/
/*color:#999;*/
/*font-size:12px;*/
/*padding-left:4%;*/
/*}*/
/*.news_rq b{*/
/*font-size:14px;*/
/*color:#222;*/
/*}*/
/*.news_r{*/
/*float:left;*/
/*width:74%;*/
/*}*/
/*.news_tl{*/
/*float:left;*/
/*width:100%;*/
/*white-space:nowrap;*/
/*overflow:hidden;*/
/*}*/
/*.news_txt{*/
/*float:left;*/
/*width:100%;*/
/*color:#999;*/
/*white-space:nowrap;*/
/*overflow:hidden;*/
/*}*/
.bottom {
	width: 100%;
	background: #ffffff;
	color: #666;
}

.bottom_t {
	width: 94%;
	margin: 0px auto;
	padding-top: 134px;
	background: #ffffff;

}

.d_logo {
	float: left;
	max-width: 270px;
	width: 26%;
	padding-top: 4%;
}

.bo_ct {
	float: left;
	width: 46%;
	padding: 2% 6% 2% 10%;
}

.bo_ct_nav {
	float: left;
	width: 100%;
}

.bo_ct_nav a {
	color: #666;
	padding: 0px 2%;
	margin-bottom: 10px;
}

.bo_ct_li {
	float: left;
	width: 90%;
	margin-top: 10px;
	padding: 10px 0px 10px 2%;
	line-height: 33px;
	/*background: url(../images/d_pic.png) left no-repeat;*/
}

.bo_ct_li a {
	color: #999;
}

.ewm {
	float: right;
	width: 10%;
	text-align: center;
	padding-top: 30px;
}

.ewm img {
	width: 100%;
}

.bottom_l {
	width: 94%;
	margin: 10px auto;
}

.link_tl {
	float: left;
	width: 8%;
	padding-left: 3%;
	line-height: 24px;
	background: url(../images/link.png) left no-repeat;
}

.link_ct {
	float: left;
	width: 89%;
	line-height: 24px;
}

.link_ct a {
	color: #666;
	padding: 0px 10px;
}

.footer {
	width: 94%;
	padding: 10px 3%;
	border-top: 1px solid #575757;
}

.footer a {
	color: #999999;
}

/*内页*/
.sssad {
	width: 94%;
	padding: 10px 3%;
	background: #f8f8f8;
	font-size: 12px;
	color: #999;
}

.c_c {
	width: 94%;
	margin: 40px auto;
}

.c_lf {
	float: left;
	/* width: 18%; */
	width: 100%;
}

.c_lf ul {
	float: left;
	width: 100%;
}

.c_lf ul>li {
	/* float: left;
	width: 80%;
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 1px;
	padding: 17px 10%;
	background: url(../images/jt.png) right no-repeat #f6f6f6; */
	float: left;
	width: 21%;
	font-size: 16px;
	line-height: 24px;
	margin: 2%;
	padding: 10px 0;
	text-align: center;
	background-color: #f6f6f6;
}

.c_lf ul>li a {
	width: 100%;
	display: inline-block;
}

.c_lf ul>li:hover {
	/* float: left;
	width: 80%;
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 1px;
	padding: 17px 10%; */
	color: #fff;
	/* background: url(../images/jt01.png) right top 20px no-repeat #2fa497; */
	background-color: #2fa497;
}

.c_lf ul>li:hover a {
	color: #fff;
}

.c_lf ul>a>li {
	float: left;
	width: 70%;
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 1px;
	padding: 17px 20% 17px 10%;
	background: url(../images/jt.png) right no-repeat #f6f6f6;
}

.c_lf ul>a>li:hover {
	float: left;
	width: 70%;
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 1px;
	padding: 17px 20% 17px 10%;
	color: #fff;
	background: url(../images/jt01.png) right no-repeat #2fa497;
}

.c_lf ul>li>ol>li>a {
	float: left;
	width: 100%;
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 1px;
	padding: 17px 0px;
	color: #fff;
	border-bottom: 1px solid #fff;
}

.c_lf ul>li>ol>li>a:hover {
	float: left;
	width: 100%;
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 1px;
	padding: 17px 0px;
	color: #fff;
	border-bottom: 1px solid #fff;
}

.lf_search {
	float: left;
	width: 100%;
	margin: 20px 0px;
}

.search_w {
	float: left;
	width: 76%;
	border: 1px solid #ccc;
	line-height: 28px;
	font-size: 14px;
	height: 28px;
	color: #999;
	padding: 0px 2%;
	background: #fff;
	outline: none;
}

.lf_search_btn {
	float: right;
	height: 28px;
	width: 18%;
}

.search_w a {
	float: right;
	width: 20%;
	outline: none;
}

.search_w a img {
	width: 100%;
}

#sear {
	cursor: pointer;

}

.search .sead {
	width: 265px;
	top: 60px;
	right: 0;
	position: absolute;
	background: #272727;
	display: none;



}

.search .sead input[type="text"] {
	width: 166px;
	height: 30px;
	border: none;
	background: none;
	outline: none;
	padding-left: 6px;
	color: #feec30;
}

input::-webkit-input-placeholder {
	color: #fff;
}

input::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #fff;
}

input:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #fff;
}

input:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #fff;
}

.search .sead input[type="submit"] {
	border: none;
	font-size: 16px;
	height: 30px;
	background: none;
	cursor: pointer;
	color: #fff;
}

.search .sead input[type="submit"]:hover {

	color: #feec30;
}

.search .sead span {
	display: inline-block;
	height: 30px;
	line-height: 30px;
	text-align: center;
	width: 40px;

	float: right;
	border-radius: 20px;
	cursor: pointer;
	color: #ccc;
}

.search .sead span:hover {

	color: #feec30;
}

.c_rg,
/*.c_prod {*/
/*float: right;*/
/*width: 76%;*/
/*}*/

.c_prod ul {
	width: 100%;
}

.c_prod ul li {
	float: left;
	width: 31.3%;
	margin: 0% 1% 2% 1%;
}

.c_prod_tl {
	float: left;
	width: 100%;
	text-align: center;
}

.c_prod_tl a {
	float: left;
	width: 90%;
	padding: 18px 5%;
	background: #e9e9e9;
	height: 20px;
	overflow: hidden;
	line-height: 20px;
}

.c_prod_tl a:hover {
	float: left;
	width: 90%;
	padding: 18px 5%;
	color: #fff;
	background: #2fa497;
	height: 20px;
	overflow: hidden;
	line-height: 20px;
}

.c_prod ul li.c_prodli {
	float: left;
	background: #f8f8f8;
	border-bottom: 3px solid #cacaca;
}

.c_prod ul li.c_prodli:hover {
	border-bottom: 3px solid #2fa497;
}

.fy {
	width: 800px;
	margin: 15px auto;
}

.case_d {
	float: left;
	width: 100%;
	height: 20px;
	margin: 20px 0px;
}

.case_d_tl {
	float: left;
	width: 100%;
	height: 20px;
	overflow: hidden;
}

.case_d img {
	width: 100%;
}

.t_tl {
	width: 100%;
	font-size: 20px;
	line-height: 30px;
	text-align: center;
	padding-bottom: 30px;
}

.t_ad {
	width: 100%;
	font-size: 12px;
	line-height: 38px;
	text-align: center;
	color: #999999 !important;
	background: #f8f8f8;
}

.t_ad tr td {
	font-size: 12px;
	line-height: 38px;
	text-align: center;
	color: #999999 !important;
	background: #f8f8f8;
}

.t_ad p {
	float: left;
	padding: 0px 3px;
}

.t_ad a {
	float: left;
	padding: 0px 3px;
}

.ttt {
	width: 100%;
	line-height: 24px;
	font-size: 14px;
	padding: 40px 0px;
}

.show_fh {
	width: 200px;
	height: 46px;
	background: url(../images/fh_b.jpg) center no-repeat;
	margin: 0px auto;
	padding: 40px 170px;
}

.show_fh a {
	float: left;
	width: 200px;
	height: 46px;
	background: #2fa497;
	text-align: center;
	line-height: 46px;
	color: #fff;
	border-radius: 25px;
}

.show_fh a:hover {
	float: left;
	width: 200px;
	height: 46px;
	background: #ff3a43;
	text-align: center;
	line-height: 46px;
	color: #fff;
	border-radius: 25px;
}

.prod_t {
	width: 100%;
}

.prodimg {
	float: left;
	width: 50%;
}

.prodimg img {
	width: 100%;
}

.prodrg {
	float: right;
	width: 45%;
	padding-bottom: 60px;

}

.prodimg01 {
	float: right;
	width: 50%;
}

.prodimg01 img {
	width: 100%;
}

.prodrg01 {
	float: left;
	width: 45%;
	padding-bottom: 60px;

}

.prodrg_tl {
	float: left;
	width: 100%;
	font-size: 30px;
	font-weight: bold;
	padding-bottom: 20px;

}

.prodrg_tl01 {
	float: left;
	width: 100%;
	font-size: 30px;
	font-weight: bold;
	padding: 5% 0px;
	background: url(../images/dot.jpg) left bottom no-repeat;
}

.prodrg_ct {
	float: left;
	width: 100%;
	padding-top: 20px;
}

.prodrg_ct span {
	color: #2fa497;
}

.prod_dt {
	width: 100%;
	background: #f6f6f6;
	margin: 30px 0px;
}

.prod_dt img {
	margin: inherit;
}

.prod_text {
	width: 100%;
	line-height: 24px;
	font-size: 14px;
}

.fw_ct {
	font-size: 16px;
	float: left;
	width: 100%;
	padding-top: 20px;
	color: #999;
}

.load {
	float: right;
	width: 76%;
}

.load ul {
	width: 100%;
}

.load ul li {
	float: left;
	width: 94%;
	border-bottom: 1px dashed #ddd;
	background: url(../images/load.jpg) left no-repeat;
	padding: 20px 0px 20px 6%;
}

.load_lf {
	float: left;
	width: 80%;
	color: #999;
	line-height: 18px;
}

.load_btn {
	float: right;
	width: 10%;
	line-height: 36px;
}

.load_btn a {
	color: #2fa497;
}

.load_btn a:hover {
	text-decoration: underline;
}

.contact,
.contact ul {
	width: 100%;
	margin: 20px auto;
}

.contact ul li {
	float: left;
	width: 33%;
	border-right: 1px solid #ddd;
}

.contact_pic {
	width: 70px;
	margin: 0px auto;
}

.contact_tl {
	width: 80%;
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	margin: 30px auto;
}

.contact_ct {
	width: 80%;
	text-align: center;
	margin: 0px auto 30px auto;
	line-height: 30px;
}

.map {
	width: 100%;
}

.about {
	width: 94%;
	margin: 40px auto;
	background: #f8f9fb;
}

.about_img {
	float: left;
	width: 50%;
}

.about_img img {
	width: 100%;
}

.about_txt {
	float: left;
	width: 40%;
	padding: 4% 5%;
}

.honor {
	width: 100%;

	position: relative;

}

.honor_ct {
	width: 94%;
	margin: 0px auto;
	padding: 100px 0px 20px 0px;
}

.honor_ct ul {
	width: 100%;
}

.honor_ct ul li {
	float: left;
	width: 250px;
	height: 150px;
	padding: 40px 10px;
}

.title01 {
	width: 100%;
	padding: 30px 0px;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	position: absolute;
	z-index: 33;
	top: 20px;
	background: url(../images/tit_line.png) bottom center no-repeat;
}

.fangan_img {
	float: left;
	width: 40%;
}

.fangan_img img {
	width: 100%;
}

.fangan {
	float: right;
	width: 55%;
}

.fa {
	float: left;
	width: 100%;
	padding-top: 20px;
}

.fa ul {
	float: left;
	width: 100%;
}

.fa ul li {
	float: left;
	width: 25%;
}

.fa_img {
	width: 40%;
	margin: 10px auto;
}

.fa_tl {
	color: #333;
	font-size: 14px;
	width: 100%;
	text-align: center;
}

.fa_tl p {
	margin: 10px auto;
	line-height: 24px;
	font-size: 12px;
	height: 72px;
	color: #999;
	width: 90%;
	text-align: left;
}

.fa_ct {
	width: 94%;
	border-top: 3px solid #eee;
	margin-top: 5%;
	padding: 30px 3%;
}

.fa_ct_tit {
	width: 100%;
	font-size: 24px;
	font-weight: bold;
	line-height: 60px;
	background: url(../images/dot.jpg) left bottom no-repeat;
}

.products,
.products ul {
	width: 100%;
}

.products ul li {
	float: left;
	width: 23%;
	margin: 1%;
}

.xgal {
	width: 100%;
	background: #2fa497;
	position: relative;
}

.xgal_lfbtn {
	width: 52px;
	position: absolute;
	top: 40%;
	z-index: 33;
	left: 0px;
}

.xgal_rtbtn {
	width: 52px;
	position: absolute;
	top: 40%;
	z-index: 33;
	right: 0px;
}

.xgal_www {
	float: left;

}

.xgal_img {
	float: left;
	width: 50%;
}

.xgal_img img {
	width: 100%;
}

.xgal_rg {
	float: left;
	width: 40%;
	padding: 0px 5%;
	color: #fff;
}

.xgal_rg_tl {
	float: left;
	width: 100%;
	font-size: 18px;
	padding-top: 20px;
}

.xgal_rg_ct {
	float: left;
	width: 100%;
	padding: 5% 0px;
	line-height: 20px;
}

.xgal_rg_more {
	float: left;
	width: 70px;
	padding-right: 30px;
	background: url(../images/ssjt.png) right no-repeat;
}

.xgal_rg_more a {
	color: #fff;
}

#foot {
	display: none;
}

.slider {
	width: 94%;
	height: auto;
	margin: 0px auto;
	position: relative;
}

.slider .content li {
	width: 50%;
	height: auto;
}

.slider .nav {
	display: none;
	margin: 3px 0;
	text-align: center;
}

.style1 {
	width: 100%;
}

.style1 .container {
	width: 100%;
	height: auto;
	overflow: hidden;
}


.product {
	width: 100%;
	background: #f6f6f6;
	padding-bottom: 20px;
}

.product ul {
	width: 94%;
	margin: 0px auto;
}

.product ul li {
	float: left;
	width: 10%;
	margin: 20px 1%;
}

#div1 {
	width: 100%;
	/* height: 330px; */
	position: relative;
	margin: 10px auto;
	overflow: hidden;
	min-width: 1240px;
}

#div1 ul {
	width: 1100px;
	height: 330px;
	position: relative;
}

#div1 ul li {
	width: 200px;
	height: 230px;
	float: left;
	list-style: none;
	padding-right: 20px;
}

.companyAdvantage {
	/* padding: 40px 0; */
	background: #f5f5f5;
}

.companyAdvantage img {
	width: 100%;
	/* min-width: 1240px; */
}

.wrap {
	width: 1240px;
	margin: 0 auto;
	overflow: hidden;
}

.companyAdvantage ul li {
	float: left;
	width: 25%;
	text-align: center;
	position: relative;
}

.companyAdvantage ul li i {
	vertical-align: middle;
	width: 50px;
	height: 50px;
	margin-right: 10px;
	display: inline-block;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.companyAdvantage ul li a {
	display: block;
	transition: all 0.3s 0s;
}

.companyAdvantage ul li em {
	display: block;
	width: 1px;
	height: 50px;
	background: #ccc;
	position: absolute;
	right: 0;
	top: 0;
}

.companyAdvantage ul li .AdvWord {
	vertical-align: middle;
	line-height: 25px;
	text-align: left;
	display: inline-block;
	color: #666;
	word-wrap: break-word;
}

.indexAD {
	padding: 100px 0;
	background: #fff;
}

.indexAD ul li {
	width: 25%;
	float: left;
	text-align: center;
}

.indexAD ul li a {
	display: block;
}

.indexAD ul li img {
	width: 150px;
	height: 150px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px 5px 5px 5px;
	margin: 0 auto;
}

.indexAD ul li h4 {
	font-weight: bold;
	font-size: 20px;
	color: #555;
	padding: 20px 0 5px;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.indexAD ul li p {
	width: 70%;
	color: #777;
	height: 20px;
	line-height: 20px;
	text-align: center;
	margin: 0 auto 10px auto;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.solutions {
	padding: 80px 0;
	background-image: url(../images/new_bg.jpg);
	min-width: 1240px;
	height: 740px;
}

.solutions .wrap1 h1 {
	color: #fff;
	text-align: center;
	font-size: 30px;
}

.solutions .wrap1 {
	position: relative;
	text-align: center;
}

.solutions .wrap1 p {
	color: #fff;
	font-size: 16px;
	text-align: center;
}

.solutions .wrap1 a {
	display: inline-block;
	border: 1px solid #fff;
	color: #fff;
	padding: 0 30px;
	line-height: 33px;
	margin: 40px auto 0;
	transition: all 0.3s 0s;
}

.wrap1 {
	width: 1240px;
	margin: 0 auto;
	padding-top: 290px;

}

.solutions .wrap h1 {
	color: #fff;
	text-align: center;
	font-size: 30px;
}

.solutions .wrap {
	position: relative;
	text-align: center;
}

.solutions .wrap p {
	color: #fff;
	font-size: 16px;
	text-align: center;
}

.solutions .wrap a {
	display: inline-block;
	border: 1px solid #fff;
	color: #fff;
	padding: 0 30px;
	line-height: 33px;
	margin: 40px auto 0;
	transition: all 0.3s 0s;
}

.pic_news {
	background: #f5f5f5;

}

.wrap {
	width: 1240px;
	margin: 0 auto;
}



.pic_news .news .newsPicList ul li {
	float: left;
	width: 49%;
	margin-right: 1%;
}

.pic_news .news .newsPicList ul li a {
	display: block;
	text-align: left;
	padding: 10px 10px 20px;
	background: #fff;
}

.pic_news .news .newsPicList ul li a .newsPic {
	overflow: hidden;
	background: #fff;
	padding: 10px;
	max-height: 190px;
	min-height: 190px;
}

.pic_news .news .newsPicList ul li a .newsPic img {
	width: 100%;
	transition: all 0.3s 0s;
}

.pic_news .news .newsPicList ul li a .newsName {
	background: #fff;
	padding: 10px 20px;
	height: 50px;
	font-size: 14px;
	color: #000;
	line-height: 20px;
	overflow: hidden;
}

.pic_news .news .newsPicList ul li a .newsTime {
	background: #fff;
	padding: 0 20px 10px 0;
	margin-left: 20px;
	border-bottom: 1px solid #dedede;
	display: inline-block;
	color: #999;
	font-size: 12px;
	margin-bottom: 10px;
}

.pic_news .news .newsPicList ul li a .newsTxt {
	background: #fff;
	padding: 0 20px;
	color: #999;
	font-size: 12px;
	line-height: 20px;
	height: 60px;
	overflow: hidden;
}

.p_cont {
	width: 1240px;
	margin: 0 auto;
	overflow: hidden;
}

.p_cont a {
	width: 21%;
	margin: 2%;
	float: left;
	position: relative;
}

.p_imgs {
	position: relative;
	width: 200px;
	height: 200px;
	margin: 0 auto;
}

.p_imgs img {
	width: 100%;
}

.p_imgs i {
	line-height: 20px;
	position: absolute;
	font-size: 12px;
	color: #fff;
	right: 50%;
	top: 0;
	display: inline-block;
	text-align: center;
	width: 64px;
	height: 20px;
	margin-right: -32px;
	z-index: 20;
	background: #29bcef;
	font-style: normal;
}

.p_t1 {
	padding-bottom: 5px;
	font-size: 14px;
	color: #000000;
	font-weight: 600;
	text-align: center;
}

.p_t2 {
	font-size: 12px;
	color: #999;
	height: 40px;
	overflow: hidden;
	line-height: 20px;
}

.h_khrx {
	float: right;
	font-size: 18px;
	line-height: 38px;
	color: #0093dd;
	font-weight: bold;
}

.h_search {
	float: right;
	position: relative;
}

.h_search img {
	width: 50px;
	margin-top: 10px;
	margin-right: 30px;
	cursor: pointer;
}



.h_searchbr {
	border-color: #dedede;
	/* width: 240px; */
	padding: 8px 20px;
	box-shadow: 0 2px 10px #d3eff8;
	display: none;
	position: absolute;
	left: -222px;
	top: 10px;
	border-radius: 50px;
	z-index: 100;
	background-color: #fff;
	border: 1px solid #dedede;
	overflow: hidden;
}

.h_search:hover .h_searchbr {
	display: block;
}

.h_searchbr .h_inp1 {
	width: 180px;
	border: none;
	height: 30px;
	vertical-align: middle;
	float: left;
	outline: none;
}

.h_searchbr .h_inp2 {
	background-image: url('../images/search.png');
	background-position: center;
	width: 50px;
	height: 30px;
	cursor: pointer;
	background-color: transparent;
	border: none;
	outline: none;
}

.delete {
	font-size: 18px;
	color: #000;
	line-height: 30px;
	vertical-align: bottom;
}

.fd_cont {
	position: fixed;
	bottom: 180px;
	right: 0;
	z-index: 888;
}

.fd_items li {
	height: 50px;
	background: #fff;
	cursor: pointer;
	width: 50px;
	transition: all .3s 0s;
	position: relative;
}

.fd_items li span {
	float: left;
	box-sizing: content-box;
	line-height: 15px;
	height: 50px;
	font-size: 14px;
	text-align: left;
	width: 0;
	overflow: hidden;
	color: #fff;
}

.fd_items li a {
	display: inline-block;
	width: 100%;
}

.fd_items li:hover span {
	padding: 10px 6px 0;
	text-align: center;
	box-sizing: border-box;
	width: 50px;
	display: inline-block;
	overflow: hidden;
}

.fd_items li a:hover>img {
	display: none;
}

.fd_items li:hover {
	background-color: #29bcef;

}

.fd_tel {
	width: 240px;
	position: absolute;
	bottom: 0;
	right: 50px;
	z-index: 101;
	background: #29bcef;
	padding: 10px;
	display: none;
}

.fd_tel p {
	line-height: 30px;
	text-align: center;
	color: #fff;
	font-size: 24px;
}

.fd_twx {
	width: 125px;
	position: absolute;
	bottom: 0;
	right: 50px;
	z-index: 101;
	background: #29bcef;
	padding: 10px;
	display: none;
}

.fd_twx p {
	line-height: 25px;
	text-align: center;
	color: #fff;
	font-size: 12px;
}

.fd_items li:nth-child(2):hover .fd_tel {
	display: block;
}

.fd_items li:nth-child(3):hover .fd_twx {
	display: block;
}

.i_t1 {
	font-size: 24px;
	color: #2fa497;
	text-align: center;
	padding: 40px 0;
	overflow: hidden;
	width: 1240px;
	margin: 0 auto;
}

.i_t1r img {
	width: 24px;
	display: inline-block;
	vertical-align: inherit;
	margin: 0 15px;
}

.i_t1r>img {
	width: 24px;
	display: inline-block;
	vertical-align: inherit;
	margin-right: 2px;
}

.i_t1l {
	float: left;
	font-size: 24px;
	color: #999;
	width: 100%;
}

.i_t1r {
	font-size: 24px;
	color: #999999;
	float: right;
}

.s_banner {
	width: 100%;
}

.i_t1l img {
	display: inline-block;
}

.d_dianhua {
	display: none;
}

.s_banner2 {
	display: none;
	width: 100%;
}

/* mob */
.mnav {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 997;
	background: rgba(0, 0, 0, .5);
	display: none;
}

.mnav_cont {
	width: 200px;
	height: 100%;
	background: #fff;
	position: relative;
	z-index: 999;
	overflow: scroll;
}

.mnav_lists>div {
	width: 100%;
	text-align: center;
	position: relative;
}

.mnav_lists>div a {
	width: 100%;
	display: inline-block;
	text-align: center;
	padding: 18px 0;
	color: #000;
}

.mnav_son {
	width: 100%;
	background-color: #f5f5f5;
	display: none;
}

.mnav_son a {
	font-size: 12px;
	color: #666;
	background-color: #f5f5f5;
	padding: 12px 0;
}

.mnav_colse {
	width: calc(100% - 190px);
	height: 100%;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 998;
	background: rgba(0, 0, 0, .5);
}

.open_mnav {
	float: right;
    margin: 4px 4px;
    cursor: pointer;
    width: 48px;
    padding: 12px 10px;
    box-sizing: border-box;
}

.sj_head{
	overflow: hidden;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	width: 100%;
	background-color: #ffffff;
}
.sj_logo{
	width: 130px;
	max-height: 50px;
	float: left;
}

.sj_dianh{
	width: 120px;
	float: left;
	margin-top: 18px;
}

.sj_head{
	display: none;
}

@media screen and (min-width:200px) and (max-width:800px) {
	.sj_head{
		display: block;
	}
	.xgal_www {
		width: 100%;
	}

	.slider .content li {
		width: 100%;
		height: auto;
	}

	#foot {
		display: block;
	}

	@-webkit-keyframes weui_badge {

		0%,
		100%,
		50% {
			opacity: 1
		}

		25%,
		75% {
			opacity: 0
		}
	}

	@keyframes weui_badge {

		0%,
		100%,
		50% {
			opacity: 1
		}

		25%,
		75% {
			opacity: 0
		}
	}

	.tver {
		position: fixed;
		bottom: 0;
		z-index: 10
	}

	.tver span.foot_num {
		position: absolute;
		top: 4px;
		right: 1.2em;
		animation-fill-mode: both;
		-webkit-animation-name: weui_badge;
		animation-name: weui_badge;
		animation-duration: 2.2s;
		-webkit-animation-duration: 2.2s;
		animation-delay: .5s;
		-webkit-animation-delay: .5s;
		-webkit-animation-iteration-count: infinite;
		animation-iteration-count: infinite;
		animation-direction: alternate
	}

	.tver .foot__label {
		color: #ffffff !important
	}

	.tver .foot__item:active {
		opacity: .7
	}

	.foott {
		display: -webkit-box;
		display: -webkit-flex;
		display: flex;
		z-index: 500;
		bottom: 0;
		width: 100%;
		background-color: #2fa497
	}

	.foott:before {
		content: " ";
		position: absolute;
		left: 0;
		top: 0;
		right: 0;
		height: 1px;
		border-top: 1px solid #c0bfc4;
		color: #c0bfc4;
		-webkit-transform-origin: 0 0;
		transform-origin: 0 0;
		-webkit-transform: scaleY(.5);
		transform: scaleY(.5)
	}

	.foot__item {
		display: inline-block;
		width: 50%;
		float: left;
		-webkit-box-flex: 1;
		-webkit-flex: 1;
		flex: 1;
		padding: 5px 0 0;
		font-size: 0;
		color: #999;
		text-align: center;
		-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
	}

	.foot__item.weui-bar__item_on .foot__icon,
	.foot__item.weui-bar__item_on .foot__icon>i,
	.foot__item.weui-bar__item_on .foot__label {
		color: #09bb07
	}

	.foot__icon {
		display: inline-block;
		width: 27px;
		height: 27px
	}

	.foot__icon>i,
	i.foot__icon {
		font-size: 24px;
		color: #999
	}

	.foot__icon img {
		width: 100%;
		height: 100%
	}

	.foot__label {
		text-align: center;
		color: #999;
		font-size: 10px;
		line-height: 1.8
	}

	.toolbar,
	.foot__item {
		position: relative;
	}

	.hy {
		float: inherit;
	}

	.ptel {
		display: none;
	}

	.logo {
		float: left;
		width: 50%;
		height: auto;
		padding: 10px 0px;
		margin: 0px auto;
	}

	.nav {
		float: none;
		width: 100%;
		padding: 0px;
		margin-left: 0px;
	}

	.nav font {
		display: none;
	}

	.search {
		display: none;
	}

	.nav>ul>li {
		float: left;
		width: 25%;
		height: 50px;
		line-height: 46px;
		text-align: center;
		white-space: nowrap;
	}

	.nav>ul>li>a {
		float: left;
		width: 80%;
		height: 46px;
		margin: 0px 10%;
	}

	.nav>ul>li>a:hover,
	.now {
		float: left;
		width: 80%;
		height: 46px;
		margin: 0px 10%;
		color: #2fa497;
		border-bottom: 4px solid #2fa497;
	}

	.banner {
		min-width: 0;
		width: 100%;
		height: auto;
		margin: 0px auto;
		overflow: hidden;
		position: relative;
		padding-top: 0;
	}

	.yfsl {
		width: 100%;
		background: #f6f6f6;
		position: relative;
		margin-top: 6%;
	}

	.yfsl_dq {
		width: 12%;
		position: absolute;
		z-index: 1;
		top: -2%;
		left: 44%;
	}

	.yfsl_tit {
		float: left;
		width: 110px;
		font-size: 24px;
		font-weight: bold;
		line-height: 60px;
		background: url(../images/dot.jpg) left bottom no-repeat;
	}

	.yfsl_tet {
		float: left;
		width: 100%;
		color: #999;
		line-height: 20px;
		text-align: left;
	}

	.yfsl_ct ul li {
		float: left;
		width: 100%;
		background: #fff;
		margin: 1% 0px;
		box-shadow: 3px 3px 10px #888;
	}

	.yfsl_btn {
		float: right;
		padding-top: 20px;
		font-size: 10px;
	}

	.yfsl_btn a {
		float: left;
		padding: 5px;
		margin-left: 6px;
		border-radius: 20px;
		cursor: pointer;
	}

	.yfsl_btn a:hover,
	.yfslon {
		float: left;
		padding: 5px 10px;
		background: #2fa497;
		color: #fff;
		margin-left: 6px;
	}

	.more {
		float: left;
		padding: 5px 20px;
		background: #cccccc;
		margin-left: 10px;
	}

	.news_ct ul li {
		float: left;
		width: 100%;
		margin: 1% 0px;
		background: #f8f8f8;
		border-bottom: 3px solid #cacaca;
	}

	.d_logo {
		float: none;
		width: 50%;
		padding: 10px 0px;
		margin: 0px auto;
		display: none;
	}

	.bo_ct {
		float: none;
		width: 100%;
		padding: 0;
		box-sizing: border-box;
		overflow: hidden;
	}

	.ewm {
		float: none;
		width: 140px;
		text-align: center;
		padding: 20px 0px;
		margin: 0px auto;
	}

	.link_tl {
		float: left;
		width: 18%;
		padding-left: 4%;
		line-height: 24px;
		background: url(../images/link.png) left no-repeat;
	}

	.link_ct {
		float: left;
		width: 78%;
		line-height: 24px;
	}

	.fangan_img {
		float: left;
		width: 100%;
	}

	.fangan {
		float: left;
		width: 100%;
		padding-top: 20px;
	}

	.products ul li {
		float: left;
		width: 48%;
		margin: 1%;
	}

	.xgal_img {
		float: left;
		width: 100%;
	}

	.xgal_rg {
		float: left;
		width: 80%;
		padding: 1% 10%;
		color: #fff;
	}

	.fa_tl {
		width: 100%;
		text-align: center;
		font-size: 12px;
	}

	.c_lf {
		float: left;
		width: 100%;
	}

	.c_rg,
	.c_prod {
		float: left;
		width: 100%;
	}

	.c_prod ul li {
		float: left;
		width: 93%;
		margin: 1% 3%;
	}

	.prodimg {
		float: left;
		width: 100%;
	}

	.prodrg {
		float: left;
		width: 100%;
		padding-top: 20px;
	}

	.prodimg01 {
		float: left;
		width: 100%;
		padding-top: 20px;
	}

	.prodrg01 {
		float: left;
		width: 100%;
	}

	.show_fh {
		width: 200px;
		height: 46px;
		background: none;
		margin: 0px auto;
		padding: 0;
	}

	.prod_t {
		width: 100%;
		padding-top: 20px;
	}

	.load {
		float: left;
		width: 100%;
	}

	.load ul li {
		float: left;
		width: 88%;
		border-bottom: 1px dashed #ddd;
		background: url(../images/load.jpg) left no-repeat;
		padding: 20px 0px 20px 12%;
	}

	.load_lf {
		float: left;
		width: 80%;
		color: #999;
		line-height: 18px;
	}

	.contact ul li {
		float: left;
		width: 100%;
		border-bottom: 1px solid #ddd;
		border-right: none;
		padding-top: 30px;
	}

	.about_img {
		float: left;
		width: 100%;
	}

	.about_txt {
		float: left;
		width: 90%;
		padding: 5%;
	}

	.honor {
		overflow: hidden;
	}

	.yf_tl {
		float: left;
		width: 56%;
		line-height: 24px;
		padding: 2%;
		color: #999;
	}

	.fy {
		width: 100%;
		margin: 15px auto;
	}

	.fa ul li {
		float: left;
		width: 50%;
	}

	.c_prod_tl a {
		float: left;
		width: 90%;
		padding: 18px 5%;
		background: #e9e9e9;
		height: 20px;
		overflow: hidden;
		line-height: 20px;
	}

	.c_prod_tl a:hover {
		float: left;
		width: 90%;
		padding: 18px 5%;
		color: #fff;
		background: #2fa497;
		height: 20px;
		overflow: hidden;
		line-height: 20px;
	}

	.bo_ct_nav {
		/* display: none; */
		font-size: 12px;
	}

	.bottom_l {
		display: none;
	}

	.img-btn-list>span:nth-child(1) {
		margin: 0 5px;

	}

	.img-btn-list>span:nth-child(2) {
		margin: 0 5px;
	}

	.img-btn-list>span:nth-child(3) {
		margin: 0 5px;
	}

	.img-btn-list>span:nth-child(4) {

		margin: 0 5px;
	}

	.img-btn-list>span:nth-child(5) {
		margin: 0 5px;
	}

	.topw,
	.wrap,
	.p_cont {
		width: 100%;
		margin: 0 auto;
	}

	.h_search {
		display: none;
	}

	.i_t1 {
		font-size: 24px;
		color: #2fa497;
		text-align: center;
		padding: 40px 0;
		overflow: hidden;
		width: 100%;
		margin: 0 auto;
	}

	#div1 {
		width: 100%;
		/* height: 330px; */
		position: relative;
		margin: 10px auto;
		overflow: hidden;
		min-width: inherit;
	}

	#div1 ul {
		width: 100%;
		height: 330px;
		position: relative;
	}

	#div1 ul li {
		width: 200px;
		height: 230px;
		float: left;
		list-style: none;
		padding-right: 20px;
	}

	.solutions {
		padding: 20px 0;
		background-image: url(../images/d_pic2.png);
		min-width: inherit;
		height: auto;
		background-position: center;
		background-size: cover;
	}

	.news {
		width: 100%;
		min-width: 1240px;
		background: #f5f5f5;
		padding-bottom: 30px;
	}

	.news_tit {
		width: 1240px;
		margin: 0 auto;
		padding: 20px;
		box-sizing: border-box;
		overflow: hidden;
	}

	.news {
		width: 100%;
		min-width: inherit;
		background: #f5f5f5;
		padding-bottom: 30px;
	}

	.news_tit {
		width: 100%;
		margin: 0 auto;
		padding: 20px;
		box-sizing: border-box;
		overflow: hidden;
	}

	.indexAD {
		padding: 30px 0;
		background: #fff;
	}

	.indexAD ul li {
		width: 50%;
		float: left;
		text-align: center;
	}

	.p_cont a {
		width: 44%;
		margin: 3%;
		float: left;
		height: 180px;
		overflow: hidden;
		position: relative;
	}

	.p_imgs {
		position: relative;
		width: 80%;
		height: 160px;
		margin: 0 auto;
	}

	.pic_news .news .newsPicList ul li {
		float: left;
		width: 49%;
		margin-right: 1%;
		margin-bottom: 1%;
	}

	.pic_news .news .newsPicList ul li a .newsPic {
		overflow: hidden;
		background: #fff;
		padding: 10px;
		max-height: 120px;
		min-height: auto;
	}

	.sbanner {
		width: 100%;
		/* padding-top: 110px; */
		padding-top: 0;
	}

	.c_lf ul>li {
		float: left;
		width: 23%;
		font-size: 14px;
		line-height: 24px;
		margin: 1%;
		padding: 10px 0;
		text-align: center;
		background-color: #f6f6f6;
	}

	.wrap1 {
		width: 100%;
		padding: 60px 0;
	}

	.indexAD ul li h4 {
		font-weight: normal;
	}

	.title {
		background-image: none;
		position: relative
	}

	.title::after {
		content: '';
		display: block;
		width: 100px;
		height: 1px;
		background-color: #189FE6;
		position: absolute;
		top: 46px;
		right: 10px;
		z-index: 2;
	}

	.title::before {
		content: '';
		display: block;
		width: 100px;
		height: 1px;
		background-color: #189FE6;
		position: absolute;
		top: 46px;
		left: 10px;
		z-index: 2;
	}

	body {
		padding-top: 50px!important;
		padding-bottom: 53px!important;
	}

	.bottom_t {
		padding-top: 20px;
	}

	.bottom,
	.bottom_t {
		background-color: #303030;
	}

	.ewm img {
		padding-bottom: 6px;
	}

	.bo_ct_li {
		background-image: none;
		padding: 0;
		line-height: 30px;
		font-size: 12px;
		width: 100%;
	}

	.bo_ct_nav a:first-child {
		padding-left: 0;
	}

	.bo_ct_nav a {
		padding: 0px 4px;
	}

	.d_dianhua {
		display: block;
		width: 120px;
		margin-bottom: 20px;
	}

	.s_banner {
		display: none;
	}

	.banner {
		height: calc(100vh - 103px);
	}

	.s_banner2 {
		display: block;
		width: 100%;
		height: 100%;
	}

	.s_banner2 .swiper-slide {
		widows: 100%;
		height: 100%;
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
	}

	.s_banner2 .swiper-slide a {
		width: 100%;
		height: 100%;
		display: block;
	}

	.top {
		display: none;
	}

	.newsss_rg{
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	.pic_news .news .newsPicList ul li a{
		padding: 5px;
	}
	.solutions .wrap1 a{
		margin: 20px auto 0;
	}
	.solutions .wrap1 p {
	color: #fff;
	font-size: 12px;
	text-align: center;
	padding-top: 10px;
	}
	.solutions .wrap1 h1 {
	color: #fff;
	text-align: center;
	font-size: 20px;
	padding-top: 50px;
	}
	
}