@charset "utf-8";
/* CSS Document @woniu*/

img {
	max-width: 100%;
}
@media screen and (max-width: 768px) {
.pl02 {
padding-left: .2rem;
}
.pall02 {
padding: .2rem;
}
}
.layui-col-space30 {
	margin: -0.325rem
}
.layui-col-space30>* {
	padding: 0.325rem
}
@media screen and (min-width:1200px) {
.layui-container {
	width: 1400px;
}
}
.flex_row {
	display: flex;
	display: -webkit-flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
/*****头部样式****/
.header {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
}
.header_ri_box {
	width: 100%;
}
#mainNav {
	width: 100%;
}
#mainNav ul.firul {
	width: 30%;
}
#mainNav ul.firul:first-child {
	width: 35%;
}
#mainNav ul.firul li.firli {
	font-size: 16px;
	font-weight: 600;
	text-align: center;
	/* width: 14%; */
	position: relative;
}
#mainNav ul.firul li.firli {
	font-size: 16px;
	font-weight: 600;
	text-align: center;
	/*width: 14%;*/

	position: relative;
}
#mainNav ul.firul li.firli>a {
	color: #fff;
	display: block;
	text-transform: capitalize;
	height: 70px;
	line-height: 70px;
	width: 100%;
	text-transform: uppercase;
	text-align: center;
	position: relative;
}
#mainNav ul.firul li.firli>a:after {
	content: "";
	position: absolute;
	width: 0;
	height: 2px;
	left: 0;
	bottom: 0;
	background-color: #5ab794;
	transition: all 0.5s;
}
#mainNav ul.firul li.firli>a:hover {
/*text-shadow: 1px 0 0 currentColor;*/

}
#mainNav ul.firul li.active>a:after {
	width: 100%;
}
#mainNav ul.firul li.firli>a.active:after {
	width: 100%;
}
#mainNav ul.firul li.firli>a:hover:after {
	width: 100%;
}
#mainNav ul.secul {
	position: absolute;
	display: flex;
	display: -webkit-flex;
	flex-direction: row;
	flex-wrap: wrap;
	top: 70px;
	z-index: 9999;
	background: rgba(255,255,255,.9);
	-webkit-box-shadow: 0 0 10px #c3c3c3;
	-moz-box-shadow: 0 0 10px #c3c3c3;
	box-shadow: 0 0 10px #c3c3c3;
	display: none;
	left: 0;
	width: 270px;
	text-align: left;
}
#mainNav ul.secul li.secli {
	width: 100%;
	border-bottom: 1px solid #ddd;
	position: relative;
}
#mainNav ul.secul li.secli .secli_icon {
	position: absolute;
	top: 50%;
	right: 2px;
	transform: translate(-1px, -50%);
}
#mainNav ul.secul li.secli a {
	display: block;
	color: #666;
	font-size: 16px;
	transition: all 0s;
	text-transform: capitalize;
	padding: 18px 20px;
}
#mainNav ul.secul li.secli a:hover {
	color: #5ab794;
	text-shadow: 1px 0 0 currentColor;
}
#mainNav ul.thiul {
	position: absolute;
	top: 0;
	right: 0;
	width: 220px;
	transform: translateX(100%);
	background: rgba(255,255,255,.9);
	-webkit-box-shadow: 0 0 10px #c3c3c3;
	-moz-box-shadow: 0 0 10px #c3c3c3;
	box-shadow: 0 0 10px #c3c3c3;
	display: none;
}
#mainNav ul.thiul li.thili {
	border-bottom: 1px solid #ddd;
}
.header_box {
	position: relative;
}
.header_box:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	left: 0;
	bottom: 20px;
	background-color: rgba(255,255,255,.5);
	z-index: -10;
}
/*****flash***/
#inBanner {
	position: relative;
	width: 100%;
	overflow: hidden;
}
#inBanner .swiper-slide img {
	display: block;
	width: 100%;
}
#inBanner .inbanner_text {
	position: absolute;
	top: 0;
	left: 0;
	width: 35%;
	height: 100%;/*background: rgba(0,0,0,.2);*/
}
#inBanner .inbanner_text .inbanner_box {
	/*background: rgba(0,0,0,0.6);*/

	width: 67%;
	height: 100%;
	margin-left: auto;
	padding-top: 30%;
	padding-right: 3%;
}
#inBanner .inbanner_text .inbanner_box h2 {
	font-size: 60px;
	color: #fff;
	font-weight: 600;
	padding-top: 0;
	padding-bottom: 0;
	line-height: 1.2em;
}
#inBanner .inbanner_text .inbanner_box h3 {
	font-size: 16px;
	color: #fff;
	margin-top: 30px;
}
.inBanner-button-next {
	position: absolute;
	top: 50%;
	right: 8%;
	transform: translateY(-50%);
	z-index: 1000;
	cursor: pointer;
	outline: none;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background: rgba(0,0,0,.2);
}
.inBanner-button-next span {
	color: #fff;
	font-size: 40px;
}
.inBanner-button-prev {
	position: absolute;
	top: 50%;
	left: 8%;
	transform: translateY(-50%);
	z-index: 1000;
	cursor: pointer;
	outline: none;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background: rgba(0,0,0,.2);
}
.inBanner-button-prev span {
	color: #fff;
	font-size: 40px;
}
.inBanner-button-next:hover span.iconfont, .inBanner-button-prev:hover span.iconfont {
	color: #e60012;
}
/****产品列表****/
.scroll_c {
	float: left;
	top: 0;
	left: 0;
	height: 100%;
	z-index: 1;
}
.scroll_c:hover .bom-text:before, .scroll_c:hover .bom-text-category:before {
	bottom: 0;
}
.scroll_c:hover .bom-text, .scroll_c:hover .bom-text ._price, .scroll_c:hover .bom-text-category {
	color: #fff;
}
.rect-57 {
	position: relative;
	display: block;
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-bottom: 56.3%;
}
.imgZoom {
	overflow: hidden;
}
.imgZoom img {
	width: 100%;
	height: auto;
	position: relative;
	-webkit-transition: all 0.8s ease-in-out;
	-moz-transition: all 0.8s ease-in-out;
	-o-transition: all 0.8s ease-in-out;
	-ms-transition: all 0.8s ease-in-out;
	transition: all 0.8s ease-in-out;
}
.imgZoom:hover img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}
.bom-text {
	padding: 10px 1%;
	background-color: #F7F7F7;
	overflow: hidden;
	z-index: 2;
	display: block;
	color: #000;
}
.bom-text:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #cd0c27;
	left: 0;
	bottom: -100%;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	z-index: -1;
}
._name {
	margin: 0;
	text-align: center;
	font-size: 18px;
	height: 34px;
	line-height: 34px;
	overflow: hidden;
}
.pr {
	position: relative;
}
._full {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.transitionf {
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
}
.in_title {
	padding-top: 80px;
}
.in_title .entit {
	margin-bottom: 12px;
	font: normal 45px "AvantGarde Bk BT";
	color: #666;
	text-align: center
}
.in_title .tit {
	width: 300px;
	margin: 0 auto;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	color: #1048a0;
}
.in_title .tit span {
	float: left;
	margin-left: 40px;
}
.in_title .tit em {
	display: block;
	width: 50px;
	height: 2px;
	margin-top: 16px;
	background: #ccc;
}
/****产品展示***/
#floor_2_main {
	background: #fff;
}
#floor_2_main .floor_2 {
	padding-bottom: 45px;
	overflow:hidden;
}
#floor_2_main .floor_2 .title {
}
#floor_2_main .proCenter .list {
	width: 100%;
	overflow: hidden;
}
#floor_2_main .proCenter .list li {
	float: left;
	width: 31.3333%;
	height: auto;
	margin-top: 30px;
	margin-right: 1%;
	margin-left: 1%;
	background: #f6f6f6;
	transition: all .5s;
	padding-bottom: 10px;
	position: relative;
}
#floor_2_main .proCenter .list li:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 68px;
	height: 61px;
	background: url(../images/innews_con_item_logo.png) no-repeat;
	background-size: cover;
	z-index: 9;
	opacity: 0;
}
#floor_2_main .proCenter .list li:hover:before {
	opacity: 1;
}
#floor_2_main .proCenter .list li a {
	display: block;
}
#floor_2_main .proCenter .list li .tit {
	height: 40px;
	line-height: 40px;
	font-size: 20px;
	text-align: center;
}
#floor_2_main .proCenter .list li:first-child {
	margin-left: 0px;
}
#floor_2_main .proCenter .list li .title {
	margin-top: 12px;
}
#floor_2_main .proCenter .list li .tit {
	color: #333;
}
#floor_2_main .proCenter .list li em {
	width: 100px;
	height: 26px;
	background: url("../images/em.png") no-repeat;
	transition: all .5s;
}
#floor_2_main .proCenter .list li:hover {
	background: #5ab794;
}
#floor_2_main .proCenter .list li:hover .tit {
	color: #fff;
}

#floor_2_main .proCenter .list li:hover img {
	-webkit-filter: brightness(105%);
	filter: brightness(105%);
}
.index .tab {
	text-align: center;
	padding-top: 50px;
}
.index .tab a {
	padding: 0 16px;
	height: 40px;
	line-height: 40px;
	background: #5ab794;
	font-size: 18px;
	display: inline-block;
	margin: 0 20px;
	color: #fff;
}
.index .tab a:hover {
	background: #2a9e72;
}
.index .more {
	margin-top: 40px;
}
.index .more .line {
	display: block;
	width: 600px;
	height: 1px;
	margin-top: 24px;
	background: #ccc;
}
.index .more .look_more {
	display: block;
	width: 198px;
	height: 48px;
	font-size: 16px;
	line-height: 48px;
	text-align: center;
	border: 1px solid #ccc;
	transition: all .5s;
}
.index .more .look_more:hover {
	background: #5ab794;
	color: #fff;
	transition: all .5s;
	border: 1px solid #5ab794;
}
.index .in_title .tit {
	width: 300px;
	margin: 0 auto;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	color: #5ab794;
	overflow: hidden;
}
.index .in_title .tit span {
	float: left;
	margin-left: 40px;
}
.index .in_title .tit em {
	display: block;
	width: 50px;
	height: 2px;
	margin-top: 16px;
	background: #ccc;
}


/****我们的优势*****/
.lc-cont {
	padding: 25px 0;
	background: url(../images/liuc_bg.jpg) center top no-repeat;
	color: #fff;
	height: 100px
}
.lc-cont h2 {
	font-size: 20px;
	line-height: 42px;
	font-weight:400;
}
.lc-cont h3, .lc-cont h3 i {
	font-size: 32px;
	line-height: 48px;
	font-weight:400;
}
.lc-cont li {
	transition: all .5s;
	display: inline-block;
	margin-top:10px;
}
.lc-cont li p {
	line-height: 50px;
	font-size: 16px
}
.lc-cont li:nth-child(even) p {
	line-height: 24px;
	color: #fff
}
.lc-cont li:nth-child(even) i {
	font-size: 24px;
	font-weight: bold
}
.lc-cont li:nth-child(even) {
	padding: 0 21px
}
.lc-cont li:hover {
	transform: rotateY(360deg);
	transition: all .5s
}


/*工程案例*/
#floor_4_main {
	background: #f6f6f6;
	padding-bottom: 45px;
	overflow:hidden;
}
#floor_4_main .floor_4 {
}
#floor_4_main .proCase {
	position: relative;
	margin-top: 60px;
}
#floor_4_main .proCase .list {
	width: 106%;
}
#floor_4_main .proCase .list li {
	position: relative;
	display: block;
	float: left;
	width: 320px;
	height: 450px;
	margin-right: 30px;
	border: 1px solid #ddd;
	background: #fff;
	transition: all ease 600ms;
}
#floor_4_main .proCase .list li a {
	display: block;
	padding: 20px;
}
#floor_4_main .proCase .list li a img {
	display: block;
	width: 100%;
}
#floor_4_main .proCase .list li .title {
	margin-top: 20px;
}
#floor_4_main .proCase .list li .tit {
	font-size: 20px;
	color: #333;
}
#floor_4_main .proCase .list li .cont {
	margin-top: 12px;
	font-size: 14px;
	color: #333;
}
#floor_4_main .proCase .list li .view_detail {
	position: absolute;
	bottom: 30px;
	left: 30px;
	display: block;
	width: 120px;
	height: 32px;
	font-size: 14px;
	line-height: 30px;
	text-align: center;
	background: #5ab794;
	color: #fff;
}
#floor_4_main .proCase .list li:hover {
	border: 1px solid #5ab794;
	background: #5ab794;
	transition: all ease 600ms;
}
#floor_4_main .proCase .list li:hover .tit {
	color: #fff;
}
#floor_4_main .proCase .list li:hover .cont {
	color: #c1d4f1;
}
#floor_4_main .proCase .list li:hover .view_detail {
	background: #fff;
	color: #5ab794;
}
#floor_4_main .proCase .hd {
	position: absolute;
	width: 100%;
}
#floor_4_main .proCase .hd .prev {
	width: 42px;
	height: 42px;
	background-position: 0px -60px;
	cursor: pointer;
	position: absolute;
	top: -200px;
	left: -80px;
	transition: all ease 600ms;
}
#floor_4_main .proCase .hd .next {
	width: 42px;
	height: 42px;
	background-position: -126px -60px;
	cursor: pointer;
	position: absolute;
	top: -200px;
	right: -80px;
	transition: all ease 600ms;
}
#floor_4_main .proCase .hd .prev:hover {
	background-position: -42px -60px;
	transition: all ease 600ms;
}
#floor_4_main .proCase .hd .next:hover {
	background-position: -84px -60px;
	transition: all ease 600ms;
}
.ico {
    background: url(../images/icon.png) no-repeat;
    display: inline-block;
    vertical-align: middle;
}

/*slip*/
.index_slip {
	height: 180px;
}
.index_slip .slip_tit {
	width: 772px;
}
.index_slip .slip_tit .tit1 {
	padding-top: 50px;
	font: bold 32px "microsoft yahei";
	color: #fff;
}
.index_slip .slip_tit .tit2 {
	margin-top: 14px;
	font-size: 24px;
	color: #fff;
}
.index_slip .slip_btn {
	display: block;
	margin-left: 124px;
	margin-top: 64px;
	width: 202px;
	height: 57px;
	background: url("../images/ixbanner-btn.png") no-repeat;
	font: bold 20px "microsoft yahei";
	line-height: 56px;
	text-align: center;
	color: #fff;
}
.index_slip1 {
	background: url("../images/ixbannerbg.jpg") no-repeat center center;
}
.index_slip1 .slip_tit {
	width: 900px;
}
.index_slip1 .slip_btn {
	margin-left: 94px;
}

/****首页关于我们****/
.index #floor_1_main {
	height: 416px;
	background: #f6f6f6;
	display:block;
}
#floor_1_main .about {
	padding-top: 80px;
}
#floor_1_main .about .item {
	display: block;
	width: 600px;
	height: 424px;
}
#floor_1_main .about img {
	display: block;
	width: 100%;
	height: 100%;
}
#floor_1_main .about img:hover {
	-webkit-filter: brightness(105%);
	filter: brightness(105%);
}
#floor_1_main .contW {
	position: relative;
	display: block;
	width: 800px;
	height: 374px;
	margin-top: 50px;
	background: #fff;
}
#floor_1_main .contW .title {
	margin-left: 50px;
	padding-top: 50px;
}
#floor_1_main .contW .title .entit {
	font: normal 45px "AvantGarde Bk BT";
	color: #666;
}
#floor_1_main .contW .title .tit {
	font: bold 30px "microsoft yahei";
	color: #5ab794;
}
#floor_1_main .contW .cont {
	width: 684px;
	margin-top: 30px;
	margin-left: 50px;
	font-size: 14px;
	color: #666;
	line-height: 30px;
	text-align: justify;
}
#floor_1_main .contW .view_detail {
	position: absolute;
	bottom: 0px;
	left: 50px;
	display: block;
	width: 150px;
	height: 38px;
	font-size: 14px;
	line-height: 38px;
	text-align: center;
	color: #fff;
	background: #5ab794;
}
#floor_1_main .contW .view_detail:hover {
	background: #0185d0;
	transition: all .5s;
}
/****关于我们完****/

/*新闻动态*/
#floor_5_main {
	width:100%;
	padding-bottom: 45px;
	background: #fff;
	overflow:hidden;
}
.news-down{ width:100%; overflow:hidden; margin-top:40px;}
.news-down .left{width:48%;padding-right:2%;border-right:1px solid rgba(170,170,170,0.3);float:left;}

.news-down .right{width:47%;float:right;}
.Xij_B{ width:680px; height:510px; float:left; position:relative;}
.list_{width:680px;height:510px;overflow:hidden; }
.list_1{width:100%;height:100%;}
.list_2{position:absolute;}
.list_ul{width:auto;position:absolute;bottom:10px;text-align:right;padding-right:10px;bottom:20px;right:0px;height:22px;z-index:999;}
.list_ul a{background:#5ab794;color:#fff;font-size:9px;padding:2px 5px;cursor:pointer;}
.list_ul a.on{ background:#5ab794;}
.list_ul2{position:absolute;bottom:0px;background:rgba(0,0,0,0.6);width:100%;height:55px;line-height:55px; text-align:center;}
.list_ul2 a{color:#fff;font-size:18px;padding-left:10px; z-index:10; font-weight:bold;}

.news{height:86px;margin:2% 0;}
.news a{width:100%;}
.news .time{float:left;width:12%;text-align:center;height:86px;border-radius: 10px;-moz-box-shadow:0px 1px 4px 0px rgba(76, 106, 176, 0.35);-webkit-box-shadow:0px 1px 4px 0px rgba(76, 106, 176, 0.35);box-shadow:0px 1px 4px 0px rgba(76, 106, 176, 0.35);overflow:hidden;}
.news .time font{height:64%;font-size:30px;color:#1a1a1a;line-height:55px;background:#f4f7ff;} 
.news .time p{background:#fff;font-size:16px;color:#4d4d4d;line-height:27px;}
.news .wz{float:right;width:84%;height:86px;}
.news .wz h2{font-size:18px;color:#1a1a1a;margin:0 0 2% 0;overflow: hidden;text-overflow:ellipsis;white-space: nowrap; font-weight:700;}
.news .wz p{font-size:16px;color:#4d4d4d;line-height:26px;display: -webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow: hidden;}
.news-down .right .hx{border-top:1px solid #ded5d5;width:100%; float:left; margin:20px 0;}
.news:hover .time div{background:#5ab794;color:#fff;}
.news:hover .wz h2{color:#5ab794;}

/******新闻资讯******/

.crumbs {
	width: 100%;
	font-size: 16px;
	height: 50px;
	line-height: 50px;
	font-weight: 600;
	margin-top: 10px;
	background: url(../images/divider.png) repeat-x left bottom;
}
.icon1 {
	background: url(../images/icon1.png) no-repeat;
	display: inline-block;
	vertical-align: middle;
}
.icon {
	background: url(../images/icon.png) no-repeat;
	display: inline-block;
	vertical-align: middle;
}
.leftCon {
	width: 260px;
	float: left;
	padding-bottom: 40px;
	overflow: hidden;
}
.leftNav {
	width: 258px;
	position: relative;
	z-index: 20;
	border: 1px solid #e5e5e5;
}
.leftNav .title {
	height: 70px;
	line-height: 70px;
	color: #fff;
	background: url(../images/pimg.png) 210px center no-repeat #33a57a;
}
.leftNav .title .en {
	display: block;
	padding: 20px 0 0 15px;
	line-height: 30px;
	font-size: 28px;
	text-transform: uppercase;
	font-family: "Cambria";
}
.leftNav .title .line {
	width: 22px;
	height: 1px;
	display: block;
	margin: 10px 0 10px 15px;
	background: #fff;
}
.leftNav .title h3 {
	font-size: 20px;
	font-weight: bold;
	padding-left: 25px;
}
.leftNav .list {
	padding: 0 8px;
}
.leftNav .item {
}
.leftNav .item:first-child {
	border-top: 0px;
}
.leftNav .item h3 {
	font-weight: bold;
	color: #33a57a;
font-size: 1.locationpx;
}
.leftNav .item h3 a {
	color: #333;
	display: block;
	padding-left: 25px;
	line-height: 50px;
	border-top: 1px solid #e5e5e5;
	font-size: 16px;
}
.leftNav .item h3 strong {
	color: #f60;
}
.leftNav .item h3 a:hover, .leftNav .item h3 a.hover {
	color: #f60;
}
.leftNav .item h3 s {
	float: right;
	width: 18px;
	height: 20px;
	margin-right: 8px;
	margin-top: 16px;
	background-position: -125px -25px;
}
.leftNav .item .box {
	padding-bottom: 0;
	background: #f6f6f6;
}
.leftNav .item .box a {
	color: #333;
	line-height: 40px;
	display: block;
	height: 40px;
	padding-left: 25px;
	overflow: hidden;
}
.leftNav .item .box a s {
	width: 10px;
	height: 10px;
	margin-right: 8px;
	display: inline-block;
	background-position: 2px -178px;
}
.leftNav .item .box a:hover, .leftNav .item .box a.hover {
	color: #33a57a;
	font-weight: bold;
}
.leftCon .leftContact {
	width: 99%;
	margin-top: 20px;
	border: 1px solid #e5e5e5;
	float: left;
}
.leftCon .leftContact .title {
	height: 80px;
	line-height: 80px;
	color: #fff;
	background: url(../images/pimg.png) 210px center no-repeat #33a57a;
}
.leftCon .leftContact .title .en {
	display: block;
	padding: 20px 0 0 15px;
	line-height: 30px;
	font-size: 28px;
	text-transform: uppercase;
	font-family: "Cambria";
}
.leftCon .leftContact .title .line {
	width: 22px;
	height: 1px;
	display: block;
	margin: 10px 0 10px 15px;
	background: #fff;
}
.leftCon .leftContact .title h3 {
	font-size: 20px;
	font-weight: bold;
	padding-left: 25px;
}
.leftCon .leftContact .leftprocomt {
	padding-top: 10px;
}
.leftCon .leftContact .leftprocomt li {
	float: left;
	text-align: center;
	width: 96%;
	margin: 0 0 10px 2%!important;
}
.leftCon .leftContact .leftprocomt li img {
	width: 100%;
	height: auto;
	border-radius: 3px;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}
.leftprocomt li p {
	font-size: 14px;
	line-height: 30px;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}
.leftprocomt li:hover img {
	-webkkit-filter: brightness(105%);
	filter: brightness(105%);
}
.leftprocomt li:hover p {
	color: #1048a0;
}
.leftCon .leftContact .contxt {
	padding: 8px 10px 15px;
	line-height: 30px;
}
.leftCon .leftContact .contxt .img {
	float: left;
	display: block;
	border: 1px solid #e5e5e5;
	margin: 0 auto 10px;
	width: 100%;
}
.leftCon .leftContact .contxt img {
	width: 100%;
}
.leftCon .leftContact .contxt strong {
	color: #f00;
}
.icon2 {
	background: url(../images/icon2.png) no-repeat;
	display: inline-block;
	vertical-align: middle;
}
.rightNav {
	width: 1100px;
	float: right;
	overflow: hidden;
}
.location {
	width: 100%;
	padding: 0px 0 0;
	height: 45px;
	line-height: 45px;
	margin-bottom: 20px;
	position: relative;
	border-bottom: 2px solid #33a57a;
}
.location h3 {
	font-size: 18px;
	padding-left: 3px;
	display: inline-block;
	position: relative;
	font-weight: bold;
}
.location h3 s {
	width: 100%;
	height: 2px;
	display: block;
	position: absolute;
	left: 0;
	bottom: -2px;
	background: #195cab;
}
.location .sitepath {
	color: #333333;
	float: right;
	text-align: right;
	white-space: nowrap;
	font-size: 13px;
}
.location .sitepath a {
	color: #333333;
}
.location .sitepath a:hover {
	color: #33a57a;
}
.txtcon {
	color: #666;
	line-height: 27px;
	font-size: 16px;
}
.txtcon img {
	max-width: 100%;
}
.rightNav .item {
	width: 98%;
	height: auto;
	margin: 15px auto;
	padding: 5px;
	border-bottom: 1px solid #eaeaea;
	transition: all .5s;
	overflow: hidden;
}
.rightNav .item a {
	display: block;
	width: 100%;
}
.rightNav .item img {
	width: 90%;
	height: auto;
	display: block;
	float: left;
	border: 1px solid #e5e5e5;
	padding: 3px;
}
.rightNav .item h3 {
	font-size: 16px;
	color: #c00;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	font-weight: bold;
	transition: all ease 300ms;
}
.rightNav .item .txt {
	color: #737373;
	line-height: 24px;
	height: auto;
	margin: 5px 0 5px;
	overflow: hidden;
	font-size: 13px;
}
.rightNav .item .txt span {
	color: #f60;
}
.rightNav .item .time {
	color: #737373;
}
.rightNav .item:hover h3 {
	color: #f60;
}
.rightNav .item:hover {
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}
.pglist {
	padding: 20px 0 30px;
	width: 100%;
	text-align: center;
	clear: both;
}
.pglist a {
	color: #666;
	padding: 0 15px;
	margin: 0 3px;
	background: #fff;
	border: 1px solid #ddd;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}
.pglist span {
	color: #fff;
	padding: 0 15px;
	margin: 0 3px;
	background: #33a57a;
	border: 1px solid #ddd;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}
.pglist * {
	display: inline-block;
	vertical-align: middle;
	line-height: 34px;
	padding-bottom: 1px;
}
.pglist a:hover, .pglist .hover {
	display: inline-block;
	color: #fff;
	background: #33a57a;
	border-color: #33a57a;
}
.reLink {
	clear: left;
	width: 100%;
	height: auto;
	line-height: 38px;
	border-top: 2px solid #dddddd;
	border-bottom: 2px solid #dddddd;
	overflow: hidden;
}
.reLink .nextLink, .reLink .prevLink {
	display: block;
	text-align: left;
	color: #666;
}
.reLink .nextLink a:hover, .reLink .prevLink a:hover {
	color: #33a57a;
}
.reLink .nextLink {
	text-align: left;
}
.newsbox {
	padding-top: 30px;
	width: 100%;
	float: left;
	margin-bottom: 30px;
}
.indexTit {
	width: 100%;
	padding: 6px 0 16px;
	line-height: 40px;
}
.indexTit .more {
	float: right;
	line-height: 36px;
	font-family: arial;
	margin-top: 6px;
}
.indexTit h3 {
	font-size: 24px;
	display: inline-block;
*display: inline;
*zoom: 1;
	margin: 0 5px 0 7px;
}
.indexTit s {
	width: 25px;
	height: 30px;
	background-position: -94px -26px;
}
.indexTit .en {
	font-family: arial;
	font-size: 16px;
	display: inline-block;
*display: inline;
*zoom: 1;
}
.txtlist {
	width: 98.5%;
	position: relative;
	overflow: hidden;
	border: #ccc solid 1px;
	padding: 5px;
}
.txtlist .list {
	width: 106%;
	position: relative;
}
.txtlist li {
	width: 43%;
	height: 36px;
	line-height: 36px;
	overflow: hidden;
	float: left;
	margin-right: 5%;
}
.txtlist li a {
	width: 100%;
	display: block;
	font-size: 14px;
}
.txtlist li s {
	width: 4px;
	height: 4px;
	display: inline-block;
	vertical-align: middle;
	margin-top: -1px;
	border-radius: 100%;
	background: #333333;
	margin-right: 10px;
}
.txtlist li .time {
	float: right;
}
.prdtsl {
	width: 95%;
	overflow: hidden;
	border: 1px solid #e5e5e5;
	padding: 3px;
}
.prdtimg {
	height: 100%;
	overflow: hidden;
}
.prdtsl h3 {
	height: 40px;
	line-height: 40px;
	text-align: center;
	overflow: hidden;
	font-weight: bold;
	font-size: 16px;
	border-bottom: 1px solid #ddd;
}
.prdtsl p {
	height: 40px;
	text-align: left;
	font-size: 14px;
	line-height: 40px;
	overflow: hidden;
	text-align: center;
	transition: all ease 300ms;
	color: #f00;
	font-weight: bold;
}
.prdtsl p a {
	color: #f00;
	font-size: 18px;
}
.prdtsl span {
	font-size: 18px;
	color: #F00;
}
.wapcplist li {
	width: 48%;
	height: 35px;
	float: left;
	margin-bottom: 10px;
	line-height: 35px;
	text-align: center;
	margin-left: 2%;
	background: #33a57a;
}
.wapcplist li a {
	color: #fff;
	font-size: 15px;
}
.showImg {
	float: left;
	width: 100%;
	height: auto;
}
.showImg .showImg_left {
	width: 100%;
	height: auto;
	position: relative;
	overflow: hidden;
}
.showImg .showImg_left .hd {
	position: absolute;
	bottom: 30px;
	right: 20px;
	height: 12px;
	z-index: 1;
}
.showImg .showImg_left .hd ul {
	display: inline-block;
}
.showImg .showImg_left .hd ul li {
	display: block;
	float: left;
	width: 12px;
	height: 12px;
	background-color: #33a57a;
	border-radius: 10px;
	text-indent: -999px;
	cursor: pointer;
	margin-left: 10px;
}
.showImg .showImg_left .hd ul li.on {
	background-color: #f60;
}
.showImg .showImg_left .bd {
	width: 100%;
	height: auto;
	overflow: hidden;
}
.showImg .showImg_left .bd ul {
	display: inline-block;
}
.showImg .showImg_left .bd ul li {
	float: left;
	max-width: 560px;
}
.showImg .showImg_left .bd ul li img {
	width: 100%;
	height: auto;
	background-size: 100%;
}
.txtcon {
	width: 100%;
	height: auto;
	float: right;
	position: relative;
}
.txtcon .tit {
	font-size: 24px;
	margin-bottom: 20px;
	color: #33a57a;
	font-weight: bold;
	line-height: 45px;
	border-bottom: 1px solid #ddd;
}
.txtcon .txt {
	line-height: 30px;
	max-height: 270px;
	overflow: hidden;
}
.txtcon .btn2 {
	height: 50px;
	line-height: 50px;
	font-size: 18px;
	text-align: center;
	background: url(../images/btn2bg.jpg) no-repeat center center;
	transition: all ease 300ms;
}
.txtcon .btn2:hover {
	background-image: url(../images/blue-jbg.jpg);
	color: #fff;
}
.txtcon .btn1 {
	height: 50px;
	line-height: 50px;
	font-size: 18px;
	text-align: center;
	background: url(../images/blue-jbg.jpg) center center;
	transition: all ease 300ms;
}
.txtcon .btn1 span, .txtcon .btn1 strong {
	display: block;
	width: 100%;
	color: #fff;
	height: 50px;
	line-height: 50px;
}
.txtcon .btn1 strong {
	display: none;
}
.txtcon .tit2 {
	width: 100%;
	overflow: hidden;
}
.cp_con {
	width: 100%;
	overflow: hidden;
}
.cp_con li {
	line-height: 39px;
	font-size: 16px;
}
.showTab {
	width: 100%;
	border-bottom: 1px solid #999;
}
.showTab a {
	display: inline-block;
	cursor: pointer;
	margin-right: 12px;
	height: 50px;
	line-height: 50px;
	width: 150px;
	text-align: center;
	background: url(../images/btn2bg.jpg) no-repeat center center;
	color: #333;
	font-size: 18px;
	font-weight: 700;
}
.showTab a.hover, .showTab a:hover {
	background-image: url(../images/blue-jbg.jpg);
	color: #fff;
}
.view-table {
	line-height: 27px;
	font-size: 16px;
	padding: 10px 0;
	overflow: hidden;
}
.view-table img {
	max-width: 100%;
	height: auto !important;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
.list-img-box {
	width: 100%;
	overflow: hidden;
}
.fixedbignav {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 99999;
}
.gridex > li > a {
	position: relative;
}
.cpimg {
	background: url(../images/csdbj.jpg) no-repeat scroll center 0;
	padding: 60px 10px 40px 10px;
 position:
}
.center-block {
	display: block;
	margin-right: auto;
	margin-left: auto;
}
.gd-expander {
	position: absolute;
	overflow: hidden;
	height: 0px;
	margin-top: 20px;
	width: 1200px;
	left: 0; /* standar row margin is 30px */
}
/* inner content container */

.gd-inner {
	padding: 0;
	background: #ccc;
}
/* top arrow when expanded */

.gridex > li > a {
	position: relative;
}
.gridex > .gd-expanded > a::after {
	top: auto;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-bottom-color: #ccc;
	border-width: 0;
	left: 50%;
	margin: -25px 0 0 76px;
}
.gd-ejfl {
	width: 180px;
	height: auto;
	float: left;
	overflow: hidden;
	padding: 10px;
}
.gd-ejfl img {
	width: 100%;
	float: left;
}
 @media screen and (max-width: 450px) {
#s_bn1 .tt h5 {
	font-size: 20px;
	text-indent: 10px;
}
#s_bn1 .tt p {
	text-indent: 10px;
}
#s_bn1 .tel {
	width: 90% !important;
}
#s_bn1 .tel .btn_zixun {
	display: none;
}
.txtlist {
	width: 97%;
}
.cpnylb {
	padding: 0 !important;
}
}
.smsnumbtn {
	font-size: 0.25rem;
	padding: 0.125rem;
	width: 0.65rem;
	height: 0.65rem;
	line-height: 0.65rem;
	color: #FFFFFF;
	position: absolute;
	border: 0.0625rem solid #FFFFFF;
	background-color: orangered;
	border-radius: 0.65rem;
	margin-left: -0.25rem;
}
.leftContact .contxt .zx {
	width: 100%;
	height: 50px;
	font-size: 20px;
	line-height: 50px;
	background: #33a57a;
	color: #fff;
	display: block;
	margin-top: 10px;
}
.leftContact .contxt em {
	width: 50px;
	height: 50px;
	display: inline-block;
	background: url(../images/zx.png) center no-repeat;
	vertical-align: top;
	border-right: 1px solid #fff;
	margin-right: 35px;
}
.leftContact .contxt .zx:hover {
	background: #ed8e06
}
.cplb_st {
	height: 65px;
	line-height: 65px;
	text-align: center;
	background: #fe5722;
}
.cplb_st a {
	font-size: 16px;
	font-weight: bold;
	color: #fff;
}
.cplb_st:hover {
	background: #ff784e;
}
#cplb {
	background: #fff;
	padding: 0;
}
.nycplb {
	background: #fe5722;
	height: 65px;
	line-height: 65px;
	text-align: center;
	width: 100%;
}
.layui-nav .layui-nav-item a {
	color: #fff;
	font-size: 16px;
	font-weight: bold;
}
.layui-nav-child {
	top: 65px;
	padding: 0;
}
.layui-nav .layui-nav-child a {
	color: #000;
	font-weight: 100;
}
.layui-nav-child dd {
	border-bottom: 1px solid #ddd;
	height: 65px;
	line-height: 65px;
	overflow: hidden;
	text-align: center;
}
.layui-nav-child dd a:hover {
	background: #fe5722 !important;
	color: #fff !important;
}
.layui-icon-down:before {
	content: "";
}
.layui-nav .layui-this:after, .layui-nav-bar {
	background: none;
}
.cp_hz {
	margin: 0px 30px 0;
}
.cpnylb {
	padding: 10px;
}
.position_now {
	font-size: 14px;
	background: #F5F5F5;
}
.position_now .fl {
	color: #707070;
	line-height: 60px;
	height: 60px;
	overflow: hidden;
}
.position_now .fl img {
	height: 20px;
	margin-top: -4px;
	display: inline-block;
	margin-right: 8px;
}
.position_now a {
	display: inline-block;
	color: #707070;
}
.position_now .fr {
	font-family: impact;
	color: #33a57a;
	font-size: 0;
}
.position_now .fr img {
	height: 26px;
	float: left;
	margin: 18px 10px 0 0;
}
.position_now .fr strong {
	font-weight: 100;
	font-size: 22px;
	display: block;
	float: left;
	line-height: 60px;
}
.blank20 {
	height: 20px;
	overflow: hidden;
}
.clear {
	clear: both;
	overflow: hidden;
}
.about_ts {
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #fe5722;
	float: left;
}
.about_ts:hover {
	background: #dc3804;
}
.about_ts a {
	color: #fff;
	font-size: 16px;
	font-weight: bold;
}
.aboutl {
	width: 100%;
	float: left;
}
.aboutl h3 {
	background: url(../images/pic1.png) no-repeat right 0;
	font-size: 32px;
	line-height: 70px;
	margin: 10px 0 25px;
	color: #565656;
	display: inline-block;
	padding-right: 100px;
	font-weight: bold;
}
.aboutcon {
	font-size: 16px;
	line-height: 28px;
}
.mb30 {
	margin-bottom: 30px;
}
.imgbox {
	border: 1px solid #E5E5E5;
	padding: 10px;
	height: auto;
	overflow: hidden;
}
.imgbox h5 {
	font-size: 16px;
	font-weight: 600;
	color: #167abe;
	margin: 0;
	height: 30px;
	line-height: 30px;
	padding-top: 5px;
	text-align: center;
	overflow: hidden;
}
a:hover .imgbox h5 {
	color: #167abe;
}
.btn-pro-more {
	background: #f5f5f5 none repeat scroll 0 0;
	color: #666;
	float: left;
	height: 30px;
	line-height: 30px;
	margin-top: 15px;
	text-align: center;
	width: 100%;
}
a:hover .btn-pro-more {
	background: #167abe none repeat scroll 0 0;
	color: #fff;
	transition: all 0.5s ease 0s;
}
/****footer***/
.footer {
	background: #212529;
	padding: 50px 0 0 0;
	overflow: hidden;
	width: 100%;
	float: left;
	margin-bottom:65px;
}
.foot-lxfs{ width:25%; float:left;}
.foot-lxfs img{ max-width:100%;}
.foot-lxfs h2{ padding:20px 0 0 0; line-height:60px; font-size:24px; color:#fff; font-weight:400;}
.foot-lxfs h3{ font-size:30px; line-height:43px; color: #ffff00; font-weight:400;}
.foot-lxfs p{ font-size:16px; color:#fff; padding:5px 0;}
.foot-nav{ width:54%; float:left; margin:0 3%; overflow:hidden;}
.foot-nav ul{ width:33.3333%; float:left; text-align:left;}
.foot-nav ul h2{font-size:24px; color:#fff; font-weight:400; padding-bottom:20px; margin-bottom:10px;}
.foot-nav li{ margin-bottom:10px;}
.foot-nav li a {
    color: #a2a2a2;
	font-size:16px;
}
.foot-wx{ width:15%;}
.foot-wx h2{font-size:24px; color:#fff; font-weight:400; padding-bottom:20px; margin-bottom:10px;}
.foot-wx div{ width:140px; float:left; overflow:hidden;}
.foot-wx img{ width:100%; border-radius:10px;}
.foot-wx span{ width:100%; height:40px; line-height:40px; text-align:center; float:left; font-size:16px; color:#fff;}
.footer-cop{ border-top:1px solid #343434; line-height:70px; text-align:center; color:#a2a2a2; width:100%; float:left; margin-top:20px;}
.footer-cop a{ color:#a2a2a2;}


/********.toolbar*********/
.toolbar {
	width: 50px;
	position: fixed;
	right: 1%;
	top: 44%;
	z-index: 999;
}
.toolbar dd {
	width: 50px;
	height: 50px;
	margin-bottom: 1px;
	position: relative;
	background: url(../images/black20.png) repeat 0 0;
	-webkit-border-radius: 100%;
	border-radius: 100%;
}
.toolbar dd i {
	width: 50px;
	height: 50px;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	cursor: pointer;
	text-align: center;
	-webkit-border-radius: 100%;
	border-radius: 100%;
}
.toolbar dd i span {
	width: 35px;
	height: 35px;
	display: block;
	margin: 7px 0 0 7px;
	background: url(../images/rightfixicon.png) no-repeat 0 0;
}
.toolbar dd.gottop {
	display: none;
}
.toolbar .slide-tel {
	display: block;
	width: 0;
	height: 50px;
	line-height: 50px;
	font-size: 24px;
	font-family: arial;
	color: #FFF;
	position: absolute;
	padding: 0 0 0 50px;
	top: 0;
	right: 0;
	overflow: hidden;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	-webkit-transition: all .0s ease-in-out 0s;
	-moz-transition: all .0s ease-in-out 0s;
	transition: all .0s ease-in-out 0s;
}
.toolbar .pop {
	position: absolute;
	right: 90px;
	top: -51px;
	background: #33a57a;
	display: none;
}
.toolbar .pop-code {
	width: 160px;
}
.toolbar .pop-code img {
	width: 120px;
	height: 120px;
	display: block;
	padding: 20px 20px 0;
}
.toolbar .pop-code h3 {
	height: 52px;
	line-height: 26px;
	text-align: center;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	white-space: nowrap;
}
.toolbar .pop-code h3 b {
	display: block;
	font-size: 14px;
	font-weight: normal;
}
.toolbar .qq span {
	background-position: 0 -47px;
}
.toolbar .qq a {
	width: 50px;
	height: 50px;
	cursor: pointer;
	display: block;
}
.toolbar .qq:hover {
	background: #33a57a;
}
.toolbar .tel span {
	background-position: 0 0;
}
.toolbar .tel:hover {
	background: #33a57a;
}
.toolbar .code span {
	background-position: 0 -95px;
}
.toolbar .code:hover {
	background: #33a57a;
}
.toolbar .top span {
	background-position: 0 -142px;
}
.toolbar .top:hover {
	background: #33a57a;
}


/****手机站底部横条**/
.footer-fix {
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: #fff;
	z-index: 10;
	display: none;
}
.footer-fix li {
	float: left;
	width: 25%;
}
.footer-fix li a {
	display: block;
	text-align: center;
	padding: 7px 0;
	font-size: 12px;
	line-height: 1;
}
.footer-fix li i.i1 {
	background-image: url(../images/f_01.png);
}
.footer-fix li i.i2 {
	background-image: url(../images/f_02.png);
}
.footer-fix li i.i4 {
	background-image: url(../images/f_04.png);
}
.footer-fix li i.i3 {
	background-image: url(../images/f_03.png);
}
.footer-fix li i {
	display: block;
	height: 20px;
	background: no-repeat center;
	background-size: contain;
	margin-bottom: 4px;
}
.fbottom {
	background: #cd0c27;
	color: #fff;
	height: 60px;
	line-height: 60px;
	position: fixed;
	margin-top: 40px;
	bottom: 0;
	left: 0;
	width: 100%;
	font-size: 24px;
	font-weight: 700;
	z-index: 10000;
}
.text-right {
	text-align: right;
}
.content .title {
	text-align: center;
	font-size: 24px;
	font-weight: bold;
}
.content .mark {
	text-align: center;
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
	padding-top: 10px;
	margin-bottom: 15px;
	font-size: 14px;
}
.showContxt {
	width: 100%;
	overflow: hidden;
	font-size: 16px;
	line-height: 30px;
}
.showContxt img {
	display: block;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.pg-ab-banner {
	background: url(../images/page-contact-banner.jpg) center no-repeat;
	height: 360px;
	background-size: cover;
}
.pg-news-banner {
	background: url(../images/banner_news.jpg) center no-repeat;
	height: 410px;
	background-size: cover;
}
.pg-prd-banner {
	width: 100%;
	overflow: hidden;
	text-align: center;
}
.leftNav .submenu li {
	display: block;
	background: url(../images/jtou.png) no-repeat 90% center;
}
.leftNav .submenu li a.sub1 {
	height: 55px;
	line-height: 55px;
	display: block;
	text-indent: 50px;
	font-size: 18px;
	border: 1px solid #eee;
	border-top: 0;
	overflow: hidden;
	background: url(../images/flbs.png) 10px center no-repeat;
}
.leftNav .submenu li a.sub2 {
	height: 55px;
	line-height: 55px;
	display: block;
	text-indent: 50px;
	font-size: 18px;
	border: 1px solid #eee;
	border-top: 0;
	overflow: hidden;
	background: url(../images/flbs1.png) 10px center no-repeat;
}
.leftNav .submenu li a.sub1:hover {
	border-left: 2px solid #33a57a;
	border-right: 1px solid #f5f5f5;
	color: #33a57a
}
.leftNav .submenu li.hover a.sub1 {
	border-left: 2px solid #33a57a;
	border-right: 1px solid #f5f5f5;
	color: #33a57a
}
.leftNav .submenu li a.sub2:hover {
	border-left: 2px solid #33a57a;
	border-right: 1px solid #f5f5f5;
	color: #33a57a
}
.leftNav .submenu li.hover a.sub2 {
	border-left: 2px solid #33a57a;
	border-right: 1px solid #f5f5f5;
	color: #33a57a
}
.Productlist {
	width: 100%;
	float: left;
	overflow: hidden;
	margin-bottom: 40px;
}
.prd_item {
	margin-top: 10px;
	display: block;
	position: relative;
	text-align: center;
	border: 1px solid #eee;
	-webkit-transition: all ease 300ms;
	-moz-transition: all ease 300ms;
	-ms-transition: all ease 300ms;
	-o-transition: all ease 300ms;
	transition: all ease 300ms;
	padding: 5px;
}
.prd_item h3 {
	display: block;
	border-top: 0;
	height: 45px;
	line-height: 45px;
	overflow: hidden;
	text-align: center;
	font-size: 18px;
	font-weight: 400;
}
.prd_item:hover {
	box-shadow: 1px 2px 15px rgba(0,0,0,.2)
}
.bottomtel {
	width: 100%;
	background: #33a57a;
	height: 65px;
	line-height: 65px;
	position: fixed;
	z-index: 900;
	bottom: 0;
	font: bold 27px/65px "";
	color: #fff;
}
/*****产品内页****/
.blk-sm {
	width: 100%;
}
.p15-showcase {
	position: relative;
	padding: 12px 18px 16px 15px;
	background: #fff;
	border: 1px solid #eee;
}
.p15-showcase-left {
	position: relative;
	width: 55%;
	float: left;
	line-height: 0;
	overflow: hidden;
	border: 1px solid #e7e7e7;
}
.p15-showcase-left-jt {
	width: 12px;
	height: 23px;
	position: absolute;
	top: 50%;
	margin-top: -11px;
	cursor: pointer;
	z-index: 33
}
.p15-showcase-left-prev {
	left: 10px
}
.p15-showcase-left-next {
	right: 10px
}
.p15-showcase-left-size {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 56px;
	height: 28px;
	font-size: 14px;
	line-height: 16px;
	padding: 0 15px
}
.p15-showcase-left-size em {
	font-style: normal
}
.p15-showcase-left-pic {
	width: 100%;
	text-align: center
}
.p15-showcase-left-pic li {
	float: left
}
.p15-showcase-left-pic img {
	width: 100%;
	display: block;
}
.p15-showcase-right {
	width: 43%;
	float: right
}
.p15-showcase-right-tit {
	height: 40px;
	font-size: 24px;
	line-height: 40px;
	color: #454545;
	margin-bottom: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	border-bottom: 1px solid #ddd;
}
.p15-showcase-right-con {
	line-height: 24px;
	font-size: 14px;
	overflow: hidden
}
.cp_con {
	width: 100%;
	float: left;
	position: relative;
}
.cp_con li {
	line-height: 40px;
	font-size: 16px;
}
.cp_con li strong {
	color: #f00;
}
.cp_con .wx {
	position: absolute;
	width: 35%;
	height: auto;
	top: 0;
	right: 0;
}
.cp_con .wx img {
	width: 100%;
}
.endit-content {
	line-height: 28px;
	border: 1px solid #eee;
	border-top: none;
	padding: 19px 30px;
}
.p14-prodcontent-1-desc {
	padding-left: 15px;
	padding-right: 15px;
}
.sptimg {
	overflow: hidden;
}
.sptimg img {
	width: 255px;
	height: 144px;
	float: left;
	margin-right: 15px;
}
.sptimg img:nth-child(4) {
	margin-right: 0;
	float: right;
}
.cp_btm {
	width: 100%;
	height: auto;
	float: left;
	margin-top: 15px;
	overflow: hidden;
}
.cp_btm li {
	width: 48%;
	height: auto;
	float: left;
}
.cp_btm li a {
	width: 165px;
	height: 48px;
	line-height: 48px;
	font-size: 18px;
	float: left;
	text-align: center;
	overflow: hidden;
	color: #fff;
}
.blue {
	background: #3b8c83;
}
.oragen {
	background: #f37b1d;
}
.green {
	background: #ff542c;
}
.blue:Hover {
	background: #0a6999;
}
.oragen:hover {
	background: #c85e0b;
}
.green:hover {
	background: #429842;
}
.cpwz {
	width: 100%;
	line-height: 33px;
	float: left;
	margin-top: 5px;
	overflow: hidden;
}
.showmain {
	width: 1098px;
	float: right;
	border: 1px solid #e5e5e5;
	overflow: hidden;
	margin-top: 30px;
	margin-bottom: 30px;
}
.showtit {
	width: 100%;
	background: #f0f0f0;
	font: normal 18px/40px " ";
}
.showtit a {
	padding: 5px 16px;
	display: inline-block;
	border-right: 1px solid #e5e5e5
}
.showtit a.hovers {
	background: #fff;
	color: #0780c7;
}
.showcentent {
	padding: 10px;
	font: normal 16px/35px "";
}
.showcententbox {
	width: 100%;
	text-align: center;
}
.showcententbox img {
	margin: 10px 0;
	width: 100%;
	height: auto;
}
.showcententbox p {
	text-align: left;
	font: normal 16px/35px "";
	color: #555
}
.showcententbox p b {
	display: block;
	color: #ff7b7b
}
.label, .badge {
	display: inline-block;
	padding: 2px 4px;
	font-size: 11.844px;
	font-weight: bold;
	line-height: 14px;
	color: #fff;
	white-space: nowrap;
	vertical-align: middle;
	background-color: #999;
	overflow: hidden;
	background-color: #5eb95e;
}
.view-table {
	width: 100%;
	float: left;
}
.view-table img {
	max-width: 100%;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.view-table table {
	width: 100%;
	float: left;
	word-wrap: break-word;
	word-break: break-all;
}
.view-table td {
	border: 1px solid #ddd;
	padding: 5px;
	font-size: 16px;
}
img.showcentenimg {
	width: 100%;
	height: 343px;
	margin: 10px 0;
}
.xijie img {
	display: block;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.zxly {
	padding: 30px 20px;
	overflow: hidden;
}
.zxly h2 {
	color: #000;
	font-size: 18px;
	font-weight: bold;
}
.zxly input {
	width: 100%;
	height: 40px;
	line-height: 40px;
	float: left;
	background: #f0f0f0;
	border: 0;
	text-indent: 10px;
	font-size: 15px;
	margin-top: 10px;
}
.zxly textarea {
	width: 100%;
	height: 200px;
	line-height: 40px;
	float: left;
	background: #f0f0f0;
	border: 0;
	text-indent: 10px;
	font-size: 15px;
	margin-top: 20px;
	overflow: hidden;
}
.zxly button {
	width: 230px;
	height: 40px;
	line-height: 40px;
	float: left;
	text-align: center;
	color: #fff;
	background: #33a57a;
	border: 0;
	margin-top: 20px;
}
.zxly button:hover {
	background: #33a57a;
}
.twotitle {
	background: #fafafa;
	border: 1px solid #f0f0f0;
	display: block;
	font: bold 18px/45px " ";
	text-indent: 15px;
	overflow: hidden;
	margin-top: 15px;
	margin-bottom: 10px;
	width: 100%;
	float: left;
}
 @media screen and (max-width: 768px) {
.hide-xs {
	display: none;
}
.show-xs {
	display: block;
}
.news-fr .date {
	width: 60px;
	margin-top: 5%;
}
.news-fr .text {
	width: calc((100% - 110px)/1);
}
.news-fr .text p {
	font-size: 13px;
	color: #999;
	height: 40px;
	line-height: 20px;
	margin-bottom: 20px;
	margin-top: 10px;
	overflow: hidden;
}
.titlets {
	margin: 0 0 10px 0;
}
.titlets h3 {
	font-size: 26px;
}
.rightNav {
	width: 100%;
}
.footer-logo {
	width: auto;
	float: none;
	height: 100px;
	line-height: 100px;
}
.footer-nav {
	display: none;
}
.footer-contact {
	text-align: left;
	float: none;
	margin: 20px 0 0;
	width: 98%;
	padding-left: 2%;
}
.footer-cop {
	margin-bottom: 40px;
}
.pg-ab-banner, .pg-news-banner {
	height: 130px;
}
.rightNav .item .txt {
	height: 48px;
	overflow: hidden;
}
.news {
	padding: 10px;
}
.right-main img {
	width: 100%;
	height: auto;
}
.news h2 {
	height: 25px;
	line-height: 25px;
	font-size: 16px;
}
.new-btn {
	padding-top: 10px;
}
.btn-pro-more {
	margin-top: 5px;
}
.p15-showcase-right {
	width: 100%;
	margin-top: 10px;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
	padding-bottom: 10px;
}
.p14-product-2-list dl {
	width: 48%;
	margin-right: 1%;
	margin-left: 1%;
}
.footer-contact h2 {
	font-size: 20px;
}
.pglist a {
	padding: 0 7px;
	font-size: 14px;
}
}

.index-titled {
	width:100%;
	height: 45px;
	padding-top: 30px;
	margin-bottom:20px;
	border-bottom: 2px solid #d5d5d5;
}
.lmtitle {
	width: 75px;
	height: 40px;
	float: left;
	text-align: center;
	line-height: 40px;
	background: #33a57a;
	font-size: 20px;
	color: #fff;
	font-weight: 700;
	border-radius:5px;
}
.loucen h2 {
	font-size: 20px;
	font-weight: bold;
	color: #000;
	float: left;
	margin-left: 10px;
	line-height:40px;
	overflow: hidden;
}
.lcxfl .xfl:hover{ color:#cd0c27;}
.index-title-more {
	background: #33a57a;
	border-radius: 5px;
	font-size: 12px;
	font-weight: bold;
	float: right;
	color: #fff;
	padding: 0 10px;
	margin-left:25px;
}
.index-title-more:hover{ color:#fff;}
