﻿
/*******************************-------[=公用]-------
********************************/
	/*头部*/
	.yunu-header {
	position: relative;
}
.hdt {
	background-color: #303030;
	height: 30px;
	line-height: 30px;
}
.hdt p {
	float: left;
	color: #b7b2ac;
}
.hdt .so {
	position: relative;
	float: right;
}
.hdt .so .inp {
	padding: 0 5px;
	width: 112px;
	height: 24px;
	border: 0;
	font-size: 12px;
	background-color: transparent;
	color: #666;
}
.hdt .so .btn {
	width: 50px;
	height: 24px;
	color: #f7c51e;
	background-color: transparent;
	border: 0;
	cursor: pointer;
}
.hdc {
	overflow: hidden;
	padding-bottom: 42px;
	background-color: #454545;
}
.hdc .logo {
	float: left;
	height: 109px;
	line-height: 109px;
}
.hdc .logo img {
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%;
}
.hdc .tel {
	float: right;
	margin-top: 25px;
	padding-left: 45px;
	background: url(../images/tel1.png) left center no-repeat;
}
.hdc .tel .s1 {
	display: block;
	margin-bottom: 4px;
	font-size: 21px;
	letter-spacing: 1px;
	color: #ddd;
}
.hdc .tel .s2 {
	font-size: 14px;
	color: #989898;
}
.hdc .txt {
	float: left;
	margin: 25px 0 0 12px;
}
.hdc .txt .s1 {
	display: block;
	margin-bottom: 8px;
	font-size: 24px;
	color: #ddd;
}
.hdc .txt .s2 {
	font-size: 16px;
	color: #989898;
}
.hdb {
	position: absolute;
	bottom: -33px;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 99;
}
.menuBtn {
	display: none;
	position: relative;
	float: right;
	margin-top: 4px;
	width: 40px;
	height: 40px;
	padding: 5px;
	cursor: pointer;
}
.menuBtn b {
	display: block;
	width: 100%;
	height: 2px;
	border-radius: 2px;
	background-color: #f7c51e;
	margin: 5px 0 7px;
	transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	-o-transition: .3s;
}
.menuBtn.open b {
	position: absolute;
	left: 5px;
	top: 35%;
	display: none;
	width: 30px;
}
.menuBtn.open b:first-child {
	display: block;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
}
.menuBtn.open b:last-child {
	display: block;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
}
.yunu-nav {
	background-color: #fefefe;
	border-radius: 5px;
	*zoom:1;
}
.yunu-nav:after,.yunu-nav:before {
	display:block;
	content:"clear";
	height:0;
	clear:both;
	overflow:hidden;
	visibility:hidden;
}
.yunu-nav li {
	position: relative;
	float: left;
	width: 16.66%;
}
.yunu-nav li > a {
	display: block;
	height: 75px;
	line-height: 75px;
	font-size: 14px;
	font-weight: bold;
	color: #666;
	text-align: center;
	background-repeat: no-repeat;
}
.yunu-nav li > a span {
	display: block;
	background-repeat: no-repeat;
	position: relative;
}
.yunu-nav li > a span:after {
	content: '';
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 3px;
	background-color: #f7c51e;
}
.yunu-nav li.on > a span:after,
.yunu-nav li:hover > a span:after {
	display: block;
}
.yunu-nav li.on > a span,
.yunu-nav li:hover > a span {
	color: #000;
	/*background-position: top center;
	background-image: url(../images/icon1_x.png);*/
}
.yunu-nav li .v1 span {
	/*display: inline-block;*/
	/*padding: 0 20px 0 10px;*/
}
.yunu-nav li .v1 span {
	/*display: inline-block;*/
	/*background-position: center right;
	background-image: url(../images/icon4_x.png);*/
}
.yunu-nav li .v1 span i {display: inline-block;vertical-align: middle;width: 16px;height: 16px;background: url(../images/icon4_x.png) center no-repeat;}
.yunu-nav li:hover .v1 span {
	/*background-position: center right;
	background-image: url(../images/icon4_x.png);*/
}
.yunu-nav li:hover .nav-sub1 {
	display: block;
}
.nav-sub1 {
	display: none;
	position: absolute;
	top: 100%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	padding: 10px 0;
	min-width: 120px;
	background-color: #f9f9f9;
}
.nav-sub1 > dd {
	position: relative;
}
.nav-sub1 > dd > a {
	display: block;
	padding: 0 10px;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	color: #666;
	text-indent: 0;
	transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	-o-transition: .3s;
}
.nav-sub1 > dd .v2 span {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	background: url(../images/icon5_x.png) center right no-repeat;
}
.nav-sub1 > dd:hover > a {
	color: #000;
	background-color: #f2f2f2;
	text-indent: 1em;
}
.nav-sub1 > dd:hover .nav-sub2 {
	display: block;
}
.nav-sub2 {
	display: none;
	position: absolute;
	top: 0;
	left: 100%;
	padding: 10px 0;
	min-width: 120px;
	background-color: #fff;
	border-top: 2px solid #fdfb5d;
}
.nav-sub2 dd .v3 {
	display: block;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 14px;
	color: #666;
	text-indent: 0;
	transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	-o-transition: .3s;
}
.nav-sub2 dd .v3:hover {
	text-indent: 1em;
	background-color: #f2f2f2;
}
/*底部*/
	.yunu-footer {
	padding-bottom: 20px;
	background-color: #333;
}
.fd-nav {
	text-align: center;
	background-color: #ffd501;
	font-size: 0;
}
.fd-nav li {
	display: inline-block;
	font-size: 14px;
	height: 60px;
	line-height: 60px;
	text-align: center;
}
.fd-nav li a {
	display: inline-block;
	width: 185px;
	color: #000;
}
.fdt {
	overflow: hidden;
	padding-top: 20px;
}
.fd-logo {
	float: left;
	height: 114px;
	line-height: 114px;
	opacity: .4;
}
.fd-logo img {
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%;
}
.fd-qr {
	float: right;
}
.fd-qr .qr {
	width: 110px;
	height: 98px;
}
.fd-qr .qr img {
	display: block;
	width: 100%;
	height: 100%;
}
.fd-qr p {
	padding-top: 16px;
	text-align: center;
	font-size: 13px;
	color: #666;
}
.fd-txt {
	padding-left: 20px;
	float: left;
	font-size: 14px;
	color: #666;
	line-height: 2;
}
.yunu-footer .copy {
	text-align: center;
	height: 26px;
	line-height: 26px;
	font-size: 14px;
}
.yunu-footer .copy span {
	display: inline-block;
	padding: 0 17px;
	color: #fff;
	background: url(../images/bg3.png) center center no-repeat;
}
/*客服*/
	.kf {
	width: 208px;
	position: fixed;
	/* right: 20px;*/
	right: -208px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 999;
}
.kt-top {
	height: 40px;
	line-height: 40px;
	background: url("../images/kefu.png") 12px center no-repeat #ffd501;
	-o-background-size: auto 20px;
	-ms-background-size: auto 20px;
	-moz-background-size: auto 20px;
	-webkit-background-size: auto 20px;
	background-size: auto 20px;
	padding-left: 46px;
	font-size: 14px;
	color: #fff;
}
.kt-top span:hover {
	transform: rotate(90deg);
}
.kt-top span {
	width: 18px;
	height: 16px;
	float: right;
	position: relative;
	margin: 10px 10px 0px 0px;
	cursor: pointer;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
}
.kt-top span b {
	width: 100%;
	height: 2px;
	background: #fff;
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
}
.kt-top span b:first-child {
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
}
.kt-top span b:last-child {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
}
.kf .con {
	overflow: hidden;
	background: #fff;
}
.kf .qq li {
	height: 36px;
	line-height: 36px;
	border-bottom: #f5f5f5 solid 1px;
	padding-left: 16px;
}
.kf .qq li a {
	height: 36px !important;
	color: #666;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-decoration: initial;
	display: block;
}
.kf .qq li a img {
	padding-right: 6px;
}
.kf .con h5 {
	height: 26px;
	line-height: 26px;
	margin-top: 12px;
	background: url('../images/lianxi.png') 16px center no-repeat;
	padding-left: 45px;
	color: #666;
	font-size: 14px;
}
.kf .contact {
	margin-top: 1px;
}
.kf .contact p {
	height: 26px;
	line-height: 26px;
	color: #666;
	font-size: 14px;
	padding-left: 22px;
}
.kf .contact p:nth-child(2n) {
	padding-left: 32px;
}
.kf .con h5.qr-icon {
	background: url('../images/erweima.png') 16px center no-repeat;
}
.kf .con .qr {
	margin-top: 10px;
	padding-left: 40px;
}
.kf .con .qr img {
	width: 110px;
	height: 110px;
}
.kf .backTop {
	width: 100%;
	height: 40px;
	margin-top: 10px;
	background: url('../images/huidaodingbu.png') center center no-repeat #ffd501;
	background-size: 18px auto;
	cursor: pointer;
}
.kf-side {
	padding: 18px 10px 10px;
	background: #ffd501;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	left: -34px;
	cursor: pointer;
}
.kf-side b {
	display: block;
	color: #fff;
	line-height: 18px;
	font-size: 14px;
	font-weight: normal;
}
.kf-side span.arrow {
	width: 12px;
	height: 12px;
	background: url('../images/jt-1.png') no-repeat;
	-o-background-size: auto 12px;
	-ms-background-size: auto 12px;
	-moz-background-size: auto 12px;
	-webkit-background-size: auto 12px;
	background-size: auto 12px;
	display: block;
	margin-top: 10px;
}
.kf-side span.on {
	background: url('../images/jt-2.png') no-repeat;
	-o-background-size: auto 12px;
	-ms-background-size: auto 12px;
	-moz-background-size: auto 12px;
	-webkit-background-size: auto 12px;
	background-size: auto 12px;
}
/*手机底部菜单*/
	.h50 {
	display: none;
}
.yunu-link {
	display: none;
	overflow: hidden;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 9;
	background-color: #fff;
	padding: 4px 0;
	box-shadow: 5px 0 10px rgba(0,0,0,.05);
}
.yunu-link li {
	float: left;
	width: 25%;
}
.yunu-link li a {
	display: block;
	text-align: center;
	font-size: 13px;
	color: #000;
}
.yunu-link li.on a,
.yunu-link li:hover a {
	color: #ffd501;
}
.yunu-link li a i {
	display: block;
	width: 25px;
	margin: 0 auto;
	height: 25px;
	background-repeat: no-repeat;
	background-position: center center;
	-o-background-size: auto 18px;
	-ms-background-size: auto 18px;
	-moz-background-size: auto 18px;
	-webkit-background-size: auto 18px;
	background-size: auto 18px;
}
.yunu-link li a .i1 {
	background-image: url(../images/sj-nav1.png);
}
.yunu-link li.on .i1,
.yunu-link li:hover .i2 {
	background-image: url(../images/sj-nav1-on.png);
}
.yunu-link li a .i2 {
	background-image: url(../images/sj-nav2.png);
}
.yunu-link li.on .i2,
.yunu-link li:hover .i2 {
	background-image: url(../images/sj-nav2-on.png);
}
.yunu-link li a .i3 {
	background-image: url(../images/sj-nav3.png);
}
.yunu-link li.on .i3,
.yunu-link li:hover .i3 {
	background-image: url(../images/sj-nav3-on.png);
}
.yunu-link li a .i4 {
	background-image: url(../images/sj-nav4.png);
}
.yunu-link li.on .i4,
.yunu-link li:hover .i4 {
	background-image: url(../images/sj-nav4-on.png);
}
/*标题*/
	.g-tit01_x {
	text-align: center;
}
.g-tit01_x .tit {
	margin-bottom: 5px;
	font-size: 30px;
	color: #434343;
	font-weight: bold;
}
.g-tit01_x p {
	font-size: 16px;
	color: #666;
}
/*******************************-------[=内页公用]-------
********************************/
	.g-tit3 {
	padding-bottom: 10px;
	font-size: 16px;
	color: #f7c51e;
	border-bottom: 1px solid #e4e4e4;
	font-weight: 600;
}
.g-tit3 span {
	font-weight: 400;
	color: #999;
	text-transform: uppercase;
}
.g-pages {
	text-align: center;
	font-size: 0;
	margin: 20px 0;
}
.g-pages li {
	display: inline-block;
}
.g-pages li a {
	display: block;
	padding: 2px 10px;
	line-height: 24px;
	margin: 0 2px;
	border: 1px solid #dbdbdb;
	font-size: 13px;
}
.g-pages li.on a,
.g-pages li a:hover {
	background-color: #f7c51e;
	border: 1px solid #f7c51e;
	color: #fff
}
/*内页左侧*/
	.g-cur {
	height: 40px;
	line-height: 40px;
	background: #f3f3f3;
}
.g-cur .wp {
	background: url('../images/home.png') left center no-repeat;
	padding-left: 20px;
	box-sizing: border-box;
}
.g-cur .wp a {
	color: #2f2f2f;
}
.g-cur .wp a:hover {
	color: #f7c51e;
}
.row-b1 {
	overflow: hidden;
	padding: 20px 0;
}
.row-b1 .col-l {
	width: 260px;
}
.row-b1 .col-r {
	float: none;
	overflow: hidden;
	margin-left: 300px;
}
.g-titIns1 {
	height: 44px;
	line-height: 44px;
	font-size: 20px;
	color: #545454;
	border-bottom: 1px solid #ebebeb;
	font-weight: normal;
	position: relative;
}
.g-titIns1::after {
	content: '';
	width: 80px;
	height: 1px;
	background: #f7c51e;
	position: absolute;
	left: 0;
	bottom: -1px;
}
/*.snv {
	padding-top: 12px;
	margin-bottom: 30px;
}
.snv li {
	line-height: 44px;
	background: url('../images/jiantou-r.png') 6px 18px no-repeat;
	text-indent: 20px;
	-o-background-size: auto 10px;
	-ms-background-size: auto 10px;
	-moz-background-size: auto 10px;
	-webkit-background-size: auto 10px;
	background-size: auto 10px;
}
.snv li a {
	display: block;
	color: #000;
	font-size: 14px;
	border-bottom: 1px solid #f2f2f2;
}
.snv>li.on>a {
	color: #f7c51e;
}
.snv-sub {
	padding-bottom: 10px;
	display: none;
}
.snv-sub dd {
	background: url('../images/jiantou-r.png') 12px 18px no-repeat;
	text-indent: 26px;
	-o-background-size: auto 10px;
	-ms-background-size: auto 10px;
	-moz-background-size: auto 10px;
	-webkit-background-size: auto 10px;
	background-size: auto 10px;
}
.snv-sub dd.on a {
	color: #f7c51e;
}*/
	.m-info {
	padding: 15px 0;
}
.m-info p {
	height: 34px;
	line-height: 34px;
	font-size: 14px;
	color: #2F2F22;
}
/*内页banner]*/
	.ban {
	height: 359px;
	-webkit-background-size: cover;
	background-size: cover;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center center;
}
/*******************************-------[=首页]-------
********************************/
	.ban-index.swiper-container {
	position: relative;
}
.ban-index.swiper-container .swiper-slide .con {
	padding-top: 31%;
	background-repeat: no-repeat;
	background-position: center center;
	-o-background-size: cover;
	-ms-background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
}
.ban-index.swiper-container .swiper-pagination {
	bottom: 20px;
}
.ban-index.swiper-container .swiper-pagination .swiper-pagination-bullet {
	margin: 0 6px;
	width: 12px;
	height: 12px;
	background-color: #fff;
	opacity: .4;
}
.ban-index.swiper-container .swiper-pagination .swiper-pagination-bullet-active {
	opacity: 1;
	background-color: #f7c51e;
}
.ban-index.swiper-container .swiper-button-prev,
.ban-index.swiper-container .swiper-button-next {
	margin-top: -16px;
	width: 32px;
	height: 32px;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
}
.ban-index.swiper-container .swiper-button-prev {
	left: 25px;
	background-image: url(../images/left_arrow.png);
}
.ban-index.swiper-container .swiper-button-next {
	right: 25px;
	background-image: url(../images/right_arrow.png);
}
.ban-index.swiper-container .txt {
	position: absolute;
	top: 50%;
	left: 18%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	padding: 37px 15px;
	width: 420px;
	background-color: #666;
	opacity: .9;
	z-index: 99;
}
.ban-index.swiper-container .txt .tit {
	margin-bottom: 20px;
	font-size: 30px;
	color:#f7c51e;
}
.ban-index.swiper-container .txt p {
	font-size: 16px;
	color: #ccc;
}
/*某某产品*/
	.row-a1 {
	overflow: hidden;
	padding: 60px 0;
	background-color: #cdcdcd;
}
.row-a1 .col-l {
	width: 260px;
}
.row-a1 .col-r {
	float: none;
	margin-left: 289px;
}
.g-tit02_x {
	position: relative;
	background-color: #666;
}
.g-tit02_x .s1 {
	position: absolute;
	top: 7px;
	left: 0;
	right: 0;
	width: 100%;
	text-align: center;
	font-size: 47px;
	color: #ccc;
	text-transform: uppercase;
	opacity: .25;
	z-index: 1;
}
.g-tit02_x .s2 {
	position: relative;
	display: block;
	height: 92px;
	line-height: 92px;
	font-size: 34px;
	color: #fff;
	text-align: center;
	z-index: 2;
}
.m-so01_x {
	position: relative;
}
.m-so01_x:after,.m-so01_x:before {
	display:block;
	content:"clear";
	height:0;
	clear:both;
	overflow:hidden;
	visibility:hidden;
}
.m-so01_x .inp {
	float: left;
	padding: 0 5px;
	width: 210px;
	height: 30px;
	color: #666;
	font-size: 12px;
	background-color: #fff;
	border: #f7c51e 2px solid;
	font-family: SimSun;
}
.m-so01_x .btn {
	float: left;
	width: 50px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 14px;
	color: #fff;
	background-color: #f7c51e;
	border: 0;
	font-family: SimSun;
	cursor: pointer;
}
.g-tips {
	width: 148px;
	height: 42px;
	line-height: 42px;
	border: #858585 1px solid;
	background-color: #fff;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	position: absolute;
	left: 50px;
	top: 128%;
	padding: 0 15px 0 40px;
	display: none;
	font-size: 14px;
	z-index: 99;
}
.g-tips::before {
	content: "";
	width: 12px;
	height: 12px;
	border-top: #bababa 1px solid;
	border-left: #bababa 1px solid;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	position: absolute;
	left: 10px;
	top: -7px;
	background: #fff;
}
.gtips.on {
	display: block;
}
.snv-index {
	padding: 8px;
	margin-bottom: 13px;
	background-color: #fff;
}
.snv-index li {
	}
.snv-index li .v1 {
	display: block;
	padding: 6px 10px;
	border-bottom: 1px solid #e9e9e9;
	height: 55px;
	line-height: 42px;
	font-size: 16px;
	color: #666;
	font-weight: bold;
}
.snv-index li .v1 span {
	display: block;
	background: url(../images/icon2_x.png) center right no-repeat;
}
.snv-index li .v1:hover {
	color: #f7c51e;
}
.snv-index li.on .v1 {
	color: #f7c51e;
}
.snv-index-sub1 {
	display: none;
	padding-left: 30px;
}
.snv-index li.on .snv-index-sub1 {
	display: block;
}

.snv-index-sub1 dd > a {
	display: block;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	color: #333;
}
.snv-index-sub1 dd.ok > a {
	color: #f7c51e;
}
.snv-index dd.ok .v2 {
	color: #f7c51e;
}
.snv-index dd.ok .snv-index-sub2 {
	display: block;
}
.snv-index-sub2 {
	display: none;
	padding-left: 30px;
}
.snv-index-sub2 dd .v3 {
	display: block;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	color: #333;
}
/*.snv-index dd.ok .v3 {
	color: #f7c51e;
}*/
.ul-link01_x {
	display: none;
	overflow: hidden;
	padding: 20px 0 10px;
	background-color: #686868;
}
.ul-link01_x li {
	float: left;
	margin-bottom: 10px;
}
.ul-link01_x li a {
	display: block;
	padding: 0 8px;
	margin: 0 7px;
	height: 30px;
	line-height: 28px;
	text-align: center;
	border-radius: 3px;
	font-size: 14px;
	border: 1px solid #fff;
	color: #fff;
}
.m-tel01_x {
	padding: 25px 20px;
	background-color: #22824a;
	border-radius: 10px;
}
.m-tel01_x .tel {
	padding-left: 60px;
	background: url(../images/tel2.png) center left no-repeat;
}
.m-tel01_x .tel .s1 {
	display: block;
	font-size: 14px;
	color: #fff;
}
.m-tel01_x .tel .s2 {
	display: block;
	font-size: 28px;
	color: #fff;
}
.ul-imgtxt01_x {
	overflow: hidden;
	margin: 0 -10px;
}
.ul-imgtxt01_x li {
	float: left;
	width: 33.33%;
	margin-bottom: 20px;
}
.ul-imgtxt01_x li .con {
	padding: 15px;
	margin: 0 10px;
	background-color: #fff;
}
.ul-imgtxt01_x li .pic {
	overflow: hidden;
	position: relative;
	height: 0;
	padding-top: 77%;
}
.ul-imgtxt01_x li .pic img {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%;
}
.ul-imgtxt01_x li .tit a {
	overflow: hidden;
	display: block;
	font-size: 16px;
	text-align: center;
	color: #5a5a5a;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.ul-imgtxt01_x li .tit a:hover {
	color: #f7c51e;
}
/*实力*/
	.row-a2 {
	overflow: hidden;
	margin: 60px 0;
}
.ul-imgtxt02_x {
	margin-top: 60px;
}
.ul-imgtxt02_x li {
	overflow: hidden;
	position: relative;
}
.ul-imgtxt02_x li:last-child {
	padding-bottom: 36px;
}
.ul-imgtxt02_x li:after {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	width: 1px;
	height: 100%;
	background-color: #ccc;
	z-index: -1;
}
.ul-imgtxt02_x li .pic {
	float: left;
	width: 44%;
	height: 238px;
	text-align: right;
}
.ul-imgtxt02_x li:nth-child(2n) .pic {
	float: right;
	text-align: left;
}
.ul-imgtxt02_x li .pic img {
	display: inline-block;
	;max-width: 100%;
	max-height: 100%;
}
.ul-imgtxt02_x li .txt {
	overflow: hidden;
	float: left;
	width: 56%;
}
.ul-imgtxt02_x li:nth-child(2n) .txt {
	text-align: right;
}
.ul-imgtxt02_x li .txt .word {
	float: left;
	width: 21%;
	height: 238px;
}
.ul-imgtxt02_x li:nth-child(2n) .txt .word {
	float: right;
}
.ul-imgtxt02_x li .txt .word span {
	display: block;
	margin: 0 auto;
	width: 74px;
	height: 74px;
	font-size: 20px;
	color: #000;
	text-align: center;
	line-height: 74px;
	border-radius: 50%;
	background-color: #f7c51e;
}
.ul-imgtxt02_x li .txt .tit {
	overflow: hidden;
	padding-top: 10px;
	font-size: 24px;
	color: #5a5a5a;
	line-height: 2.2;
}
.ul-imgtxt02_x li .txt .tit strong {
	color: #00824a;
}
.ul-imgtxt02_x li .txt .desc {
	overflow: hidden;
	font-size: 16px;
	color: #666;
	line-height: 2.2;
}
/*公司简介*/
	.row-a3 {
	overflow: hidden;
	padding: 60px 0;
	background-repeat: repeat;
}
.m-imgtxt02_x {
	overflow: hidden;
	padding-top: 40px;
}
.m-imgtxt02_x .pic {
	float: left;
	width: 450px;
	height: 310px;
	padding-bottom: 10px;
	padding-right: 10px;
	background-repeat: no-repeat;
	background-position: bottom right;
}
.m-imgtxt02_x .pic img {
	display: block;
	width: 100%;
	height: 100%;
}
.m-imgtxt02_x .txt {
	overflow: hidden;
	padding: 13px 0 5px 32px;
}
.m-imgtxt02_x .txt .tit {
	display: block;
	margin-bottom: 22px;
	font-size: 16px;
	color: #5a5a5a;
	line-height: 2;
}
.m-imgtxt02_x .txt .tit strong {
	display: block;
	font-size: 24px;
	color: #00824a;
	line-height: 1.4;
}
.m-imgtxt02_x .txt p {
	font-size: 16px;
	color: #434343;
	line-height: 2;
}
.m-imgtxt02_x .txt p span {
	display: block;
}
.m-imgtxt02_x .txt .more {
	display: block;
	margin-top: 73px;
	width: 125px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	color: #000;
	font-size: 14px;
	border-radius: 3px;
	background-color: #ffd501;
	-moz-box-shadow: rgba(0,0,0,0.6) 1px 1px 4px 0px;
	-webkit-box-shadow: rgba(0,0,0,0.6) 1px 1px 4px 0px;
	box-shadow: rgba(0,0,0,0.6) 1px 1px 4px 0px;
	transition: .4s;
	-ms-transition: .4s;
	-moz-transition: .4s;
	-webkit-transition: .4s;
	-o-transition: .4s;
}
.m-imgtxt02_x .txt .more:hover {
	background-color: #00824a;
	color: #fff;
}
.ul-time01_x {
	padding-top: 55px;
	*zoom:1;
}
.ul-time01_x:after,.ul-time01_x:before {
	display:block;
	content:"clear";
	height:0;
	clear:both;
	overflow:hidden;
	visibility:hidden;
}
.ul-time01_x li {
	float: left;
	position: relative;
}
.ul-time01_x li .year {
	float: left;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 14px;
	color: #fff;
	background-color: #ccc;
	border-radius: 50%;
}
.ul-time01_x li .line {
	float: left;
	margin-top: 19px;
	width: 106px;
	height: 3px;
	background-color: #ebebeb;
}
.ul-time01_x .li2 .line {
	margin-left: 16px;
}
.ul-time01_x li .month {
	position: relative;
}
.ul-time01_x li .month em {
	position: absolute;
	top: -6px;
	left: -7px;
	font-size: 14px;
	color: #5a5a5a;
	line-height: 1.2;
}
.ul-time01_x li .month:hover em {
	top: -4px;
	left: -5px;
	font-size: 12px;
	color: #f66c0a;
}
.ul-time01_x li .month i {
	position: absolute;
	top: 12px;
	display: block;
	margin: 0;
	width: 16px;
	height: 16px;
	border: 3px solid #f6c933;
	background-color: #fff;
	border-radius: 50%;
	cursor: pointer;
}
.ul-time01_x li .month:hover i {
	background-color: #f66c0a;
	border-color: #f6b10a;
}
.ul-time01_x li .txt {
	position: relative;
	display: none;
	padding: 8px 8px 8px 21px;
	position: absolute;
	top: -82px;
	left: -23px;
	width: 179px;
	min-height: 50px;
	background-color: #f66c0a;
	color: #fff;
	line-height: 1.5;
	font-size: 14px;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	-o-box-sizing: content-box;
	box-sizing: content-box;
}
.ul-time01_x li .txt:after {
	content: '';
	width: 0;
	height: 0;
	position: absolute;
	left: 25px;
	bottom: -6px;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #f66c0a;
}
.ul-time01_x li:hover .txt {
	display: block;
}
.ul-time01_x li .txt span {
	position: absolute;
	left: 8px;
	font-size: 16px;
	line-height: 21px;
}
.ul-time01_x li .txt p {
	line-height: 1.4;
}
/*工程案例*/
	.row-a4 {
	overflow: hidden;
	padding: 90px 0;
}
.ul-imgtxt03_x {
	overflow: hidden;
	margin: 35px -6px 0;
}
.ul-imgtxt03_x li {
	float: left;
	width: 25%;
	margin-bottom: 12px;
}
.ul-imgtxt03_x li .con {
	margin: 0 6px;
	padding: 10px 10px 0;
	border: 1px solid #d9d9d9;
}
.ul-imgtxt03_x li .pic {
	overflow: hidden;
	position: relative;
	padding-top: 100%;
	height: 0;
}
.ul-imgtxt03_x li .pic img {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%;
}
.ul-imgtxt03_x li .pic .info {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(102, 102, 102, 0.3);
	transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	-o-transition: .3s;
}
.ul-imgtxt03_x li .pic:hover .info {
	opacity: 1;
}
.ul-imgtxt03_x li .pic .info i {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -21px 0 0 -21px;
	display: inline-block;
	width: 42px;
	height: 42px;
	vertical-align: middle;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: contain;
	background-size: contain;
}
.ul-imgtxt03_x li .tit a {
	display: block;
	overflow: hidden;
	font-size: 16px;
	text-align: center;
	color: #5a5a5a;
	height: 40px;
	line-height: 40px;
	font-weight: bold;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.ul-imgtxt03_x li .tit a:hover {
	color: #f7b500;
}
/**/
	.row-a5 {
	overflow: hidden;
	padding: 10px 0;
	background-color: #f5f5f5;
}
.row-a5 .g-tit01_x {
	margin-bottom: 60px;
}
.row-a5 .col-l {
	width: 54.3%;
}
.row-a5 .col-r {
	width: 41.6%;
}
.m-imgtxt03_x {
	overflow: hidden;
	padding: 10px 20px;
	margin-bottom: 10px;
	border-bottom: 1px solid #cccc;
}
.m-imgtxt03_x .pic {
	overflow: hidden;
	float: left;
	width: 130px;
	height: 90px;
}
.m-imgtxt03_x .pic img {
	display: block;
	width: 100%;
	height: 100%;
}
.m-imgtxt03_x .txt {
	overflow: hidden;
	padding-left: 10px;
}
.m-imgtxt03_x .txt .tit a {
	display: block;
	overflow: hidden;
	font-size: 16px;
	color: #5a5a5a;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.m-imgtxt03_x .txt .tit a:hover {
	color: #f7b500;
}
.m-imgtxt03_x .txt p {
	font-size: 13px;
	color: #7d7d7d;
	line-height: 1.7;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
.m-imgtxt03_x .txt p a {
	color: #f7b500;
}
.ul-news01_x {
	padding: 0 20px;
}
.ul-news01_x li {
	overflow: hidden;
	margin-bottom: 12px;
	line-height: 1.8;
}
.ul-news01_x li .time {
	float: right;
	margin-left: 10px;
	font-size: 14px;
	color: #9f9f9f;
}
.ul-news01_x li .tit a {
	display: block;
	overflow: hidden;
	font-size: 16px;
	color: #5a5a5a;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.ul-news01_x li .tit a:hover {
	color: #f7b500;
}
.ul-news02_x {
	overflow: hidden;
}
.ul-news02_x li {
	overflow: hidden;
	margin-bottom: 10px;
	padding: 12px 0 12px 30px;
	border-bottom: 1px dotted #dbd4cd;
}
.ul-news02_x li .time {
	float: left;
	padding-top: 5px;
	width: 60px;
	height: 60px;
	background-color: #ffd966;
	text-align: center;
	font-size: 13px;
	color: #000;
}
.ul-news02_x li .time span {
	font-size: 24px;
	display: block;
}
.ul-news02_x li .pic {
	display: none;
	float: left;
	overflow: hidden;
	width: 100px;
	height: 66px;
}
.ul-news02_x li .pic img {
	display: block;
	width: 100%;
	height: 100%;
}
.ul-news02_x li .txt {
	overflow: hidden;
	padding-left: 20px;
}
.ul-news02_x li .txt .tit a {
	display: block;
	overflow: hidden;
	font-size: 16px;
	color: #5a5a5a;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.ul-news02_x li .txt .tit a:hover {
	color: #f7b500;
}
.ul-news02_x li .txt p {
	overflow: hidden;
	font-size: 12px;
	color: #999;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
/*友情链接*/
	.row-link {
	overflow: hidden;
	background-color: #333;
	border-bottom: 1px solid #b9b9b9;
}
.m-link1 {
	padding: 20px 0;
}
.m-link1 .item {
	overflow: hidden;
	color: #fff;
}
.m-link1 .item:first-child {
	margin-bottom: 25px;
}
.m-link1 .item span {
	float: left;
	font-size: 16px;
	margin-right: 18px;
	font-weight: 600;
}
.ul-link1 {
	overflow: hidden;
}
.ul-link1 li {
	float: left;
}
.ul-link1 li a {
	display: block;
	margin-right: 20px;
	font-size: 14px;
	color: #fff;
	height: 21px;
	line-height: 21px;
}
.ul-link1 li a:hover {
	text-decoration: underline;
}
/*******************************-------[=产品列表]-------
********************************/
	.m-chanpin {
	overflow: hidden;
}
.m-chanpin .desc {
	padding: 10px;
	margin-top: 20px;
	line-height: 26px;
	text-indent: 2em;
	font-size: 14px;
	border: 1px dotted #e5e5e5;
	color: #868686;
	background-color: #f5f5f5;
}
.ul-imgtxt-01 {
	margin: 0 -10px;
	*zoom:1;
}
.ul-imgtxt-01:after,.ul-imgtxt-01:before {
	display:block;
	content:"clear";
	height:0;
	clear:both;
	overflow:hidden;
	visibility:hidden;
}
.ul-imgtxt-01 li {
	width: 25%;
	float: left;
	margin-top: 20px;
}
.ul-imgtxt-01 li a {
	margin: 0 10px;
	display: block;
	text-align: center;
}
.ul-imgtxt-01 li a .pic {
	padding-top: 77%;
	height: 0;
	position: relative;
	overflow: hidden;
}
.ul-imgtxt-01 li a .pic img {
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	max-width: 100%;
	max-height: 100%;
	margin: auto;
	transition: 1s;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	-ms-transition: 1s;
	-o-transition: 1s;
}
.ul-imgtxt-01 li a:hover .pic img {
	transform: scale(1.08);
	-webkit-transform: scale(1.08);
	-moz-transform: scale(1.08);
	-ms-transform: scale(1.08);
	-o-transform: scale(1.08);
}
.ul-imgtxt-01 li a p {
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 15px;
	color: #666;
	font-weight: 400;
	transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	-o-transition: .3s;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.ul-imgtxt-01 li a:hover {
	text-decoration: none;
}
.ul-imgtxt-01 li a:hover p {
	background-color: #f7c51e;
	color: #fff;
}
.ul-imgtxt2 {
	margin-bottom: 20px;
}
.ul-imgtxt2 li .pic {
	padding: 4px;
}
.ul-imgtxt2 li a:hover {
	border: 0;
}
/*******************************-------[=产品详情]-------
********************************/
	.m-list1 {
	overflow: hidden;
	padding: 14px 0 25px;
	border-bottom: 1px dotted #a9a9a9;
}
.m-pic1 {
	float: left;
	width: 380px;
}
.m-txt1 {
	overflow: hidden;
	padding-left: 38px;
}
.m-txt1 .protit {
	font-size: 16px;
	padding-bottom: 9px;
	margin-bottom: 9px;
	border-bottom: 1px dotted #a9a9a9;
	font-weight: 600;
}
.m-txt1 .txt {
	margin-right: 100px;
}
.m-txt1 .txt p {
	line-height: 28px;
	margin-bottom: 10px;
	font-size: 14px;
	color: #2f2f2f;
}
.m-txt1 .btn {
	display: block;
	width: 98px;
	height: 32px;
	line-height: 32px;
	padding-left: 15px;
	background-color: #f7c51e;
	color: #fff;
}
.m-txt1 .btn:hover {
	background-color: #444;
}
.m-txt1 .btn span {
	display: block;
	padding-left: 15px;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/btn-r.png);
}
.m-txt2 {
	margin-top: 12px;
}
.m-txt2 p {
	font-size: 14px;
	line-height: 26px;
	margin-bottom: 10px;
}
.ul-pages1 {
	overflow: hidden;
	margin: 15px 0;
}
.ul-pages1 li {
	float: left;
	font-size: 14px;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.ul-pages1 li:last-child {
	float: right;
}
.ul-pages1 li a {
	color: #337AB7;
	transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	-o-transition: .3s;
}
.ul-pages1 li a:hover {
	color: #f7c51e;
}
.m-list3 {
	padding: 5px 0;
}
.ul-link2 {
	overflow: hidden;
	padding-top: 20px;
}
.ul-link2 li {
	float: left;
	margin-bottom: 20px;
}
.ul-link2 li a {
	display: block;
	margin-right: 17px;
	font-size: 14px;
}
.ul-link2 li a:hover {
	color: #f7c51e;
}
/* 放大镜*/
	div.zoomDiv {
	z-index:999;
	position:absolute;
	top:0;
	left:0;
	background:#ffffff;
	border:1px solid #ddd;
	display:none;
	text-align:center;
	overflow:hidden;
	font-size: 0;
}
div.zoomMask {
	position:absolute;
	background:url(../images/mask.png) repeat scroll 0 0 transparent;
	cursor:move;
	z-index:1;
}
.yunu-showcase {
	margin-bottom: 30px;
}
.yunu-showcase-pic {
	position: relative;
	width: 100%;
	overflow: hidden;
	float: left;
}
.yunu-showcase-pic .bd {
	font-size: 0;
	margin-top: 13px;
	overflow: hidden;
}
.yunu-showcase-pic .bd li {
	height: 75px;
	line-height: 75px;
	cursor: pointer;
	display: inline-block;
	width: 99px;
	border: 1px solid #ddd;
	padding: 1px;
	margin: 0 5px;
}
.yunu-showcase-pic .bd li.active {
	border-color: #c80003;
}
.yunu-showcase-pic .prev,.yunu-showcase-pic .next {
	position: absolute;
	background: no-repeat 0 0;
	width: 14px;
	height: 27px;
	bottom: 26px;
	z-index: 2;
}
.yunu-showcase-pic .prev {
	background-image: url(../images/zlztdetailscon1btn01.png);
	left: 0;
}
.yunu-showcase-pic .next {
	background-image: url(../images/zlztdetailscon1btn02.png);
	right: 0;
}
.yunu-showcase-pic .prev:hover,.yunu-showcase-pic .next:hover {
	background-position: 0 bottom;
}
.yunu-showcase-pic .cover {
	height: 300px;
	line-height: 300px;
	border: 1px solid #ddd;
	padding: 1px;
}
.yunu-showcase-pic .cover a {
	display: block;
	width: 100%;
	height: 100%;
}
.yunu-showcase-info {
	float: right;
	width: 500px;
}
.yunu-showcase-info h1 {
	margin: 0 0 15px;
	font-size: 20px;
	overflow: hidden;
	font-weight: normal;
	border-bottom: 1px solid #ddd;
	padding-bottom: 15px;
}
.yunu-showcase-info p {
	margin: 0;
	color: #666;
	line-height: 2;
}
.yunu-showcase-info .tel {
	border-top: 2px solid #e6e6e6;
	margin-top: 15px;
	padding-top: 15px;
	background: url(../images/viskins-p1.png) no-repeat 0 15px;
	height: 42px;
	padding-left: 50px;
	line-height: 21px;
}
.yunu-showcase-info .tel a {
	float: right;
	line-height: 42px;
	padding: 0 15px;
	background-color: #c80003;
	color: #fff;
}
.yunu-showcase-info .tel span {
	display: block;
	color: #c80003;
	font-size: 18px;
}
div.zoomDiv {
	z-index:999;
	position:absolute;
	top:0;
	left:0;
	background:#ffffff;
	border:1px solid #ddd;
	display:none;
	text-align:center;
	overflow:hidden;
	font-size: 0;
}
div.zoomDiv img {
	max-width: none;
}
div.zoomMask {
	position:absolute;
	background:url(../images/mask.png) repeat scroll 0 0 transparent;
	cursor:move;
	z-index:1;
}
.img-center {
	text-align: center;
	font-size: 0;
}
.img-center img {
	display: inline-block;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
}
.m_pic_showpic {
	display: none;
}
.m_showpic img {
	display: block;
	max-width: 100%;
}
/*产品详情图片*/
	.pc-slide {
	width: 100%;
	margin: 0 auto;
}
.m-pic1 .view .swiper-slide {
	padding: 0 2px;
}
.view .swiper-slide .imgauto {
	width: 100%;
	height: 350px;
	line-height: 350px;
}
.view .swiper-container {
	width: 100%;
}
.preview {
	width: 100%;
	margin-top: 10px;
	position: relative;
}
.preview .swiper-container {
	margin: 0 10%;
}
.preview .swiper-slide {
	/*width: 33.33%;*/
	width: 101px;
	padding: 5px;
}
.preview .swiper-slide .imgauto {
	width: 100%;
	height: 80px;
	line-height: 78px;
	border: 1px solid #ddd;
	text-align: center;
	font-size: 0;
	cursor: pointer;
}
.preview .swiper-slide .imgauto img {
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%;
	padding: 5px;
}
.preview .slide6 {
	width: 82px;
}
.preview .arrow-left {
	background: url(../images/feel3.png) no-repeat left top;
	position: absolute;
	left: 10px;
	top: 50%;
	margin-top: -9px;
	width: 9px;
	height: 18px;
	z-index: 10;
}
.preview .arrow-right {
	background: url(../images/feel4.png) no-repeat left bottom;
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -9px;
	width: 9px;
	height: 18px;
	z-index: 10;
}
.preview img {
	padding: 1px;
}
.preview .active-nav .imgauto {
	border: 1px solid #f7c51e;
}
.clearfix {
	*zoom: 1;
}
.clearfix:after {
	content: " ";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.work_list {
	width: 100%;
	padding-top: 12px;
	margin-bottom: 20px;
}
.work_list .tit {
	line-height: 44px;
	background: url(../images/icon12.png) 95% center no-repeat;
	text-indent: 20px;
	background-size: auto 10px;
	border-bottom: 1px solid #f2f2f2;
	width: 100%;
	float: left;
}
.work_list .tit a {
	float: left;
	line-height: 44px;
	color: #666;
	font-size: 14px;
	text-indent: 0;
	padding-left: 5px;
	font-weight: normal
}
.work_list .tit.on a {
	font-weight: bold;
}
.work_list .tit span {
	float: left;
}
.work_list ul {
	display: none;
	float: left;
	width: 100%;
}
.work_list li {
	background: url(../images/icon12.png) 18px 15px no-repeat;
	text-indent: 26px;
	display: block;
	border-bottom: 1px solid #f2f2f2;
	width: 100%;
	line-height: 42px;
	background-size: 5px;
}
.work_list li a {
	display: block;
	color: #666;
	font-size: 14px;
	text-indent: 0;
	padding-left: 30px;
}
/*******************************-------[=关于我们]-------
********************************/
	.m-content .txt {
	padding: 15px 0;
	line-height: 28px;
	color: #2F2F2F;
	font-size: 14px;
}
/*******************************-------[=新闻列表]-------
********************************/
	.ul-newslist {
	overflow: hidden;
	margin-bottom: 30px;
}
.ul-news1 {
	margin: 0 -10px;
}
.ul-newslist li {
	font-size: 14px;
	padding: 20px 0;
	border-bottom: #dddddd 1px dotted;
}
.ul-newslist li a {
	display: block;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.ul-newslist li .top {
	overflow: hidden;
	margin-bottom: 20px;
	height: 30px;
	line-height: 30px;
}
.ul-newslist li .top .time {
	float: right;
	font-size: 14px;
	margin-left: 10px;
}
.ul-news1 li .top .time {
	font-size: 12px;
}
.ul-newslist li .top .tit {
	display: block;
	font-size: 16px;
	background: url('../images/news-r.png') left center no-repeat;
	padding-left: 14px;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.ul-newslist li .tit:hover {
	color: #f7c51e;
}
.ul-newslist li .txt p {
	font-size: 14px;
	line-height: 24px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
/*******************************-------[=新闻详情]-------
********************************/
	.m-news1 {
	padding-top: 20px;
}
.m-news1 h1 {
	line-height: 34px;
	color: #434343;
	margin-bottom: 15px;
	text-align: center;
	font-size: 24px;
}
.m-news1 .desc {
	text-align: center;
}
.m-news1 .desc span {
	display: inline-block;
	font-size: 14px;
	margin: 0 10px;
}
.m-news1 .txt {
	padding: 15px 0;
	line-height: 28px;
	color: #2F2F2F;
	font-size: 14px;
}
.m-txt3 {
	margin-top: 10px;
}
.m-txt3 .link {
	padding-left: 20px;
	margin-bottom: 15px;
	height: 36px;
	line-height: 36px;
	color: #868686;
	font-size: 14px;
	background-color: #f5f5f5;
	border: 1px dotted #e5e5e5;
}
.m-txt3 .link a {
	color: #868686;
}
.m-txt3 .link a:hover {
	color: #f7c51e;
}
.m-txt3 .tabel {
	overflow: hidden;
	color: #5a5a5a;
	border-top: 1px dashed #999;
	border-bottom: 1px dashed #999;
	font-size: 14px;
}
.m-txt3 .tabel span {
	float: left;
	height: 42px;
	line-height: 42px;
	margin-right: 10px;
}
.m-txt3 .tabel ul {
	overflow: hidden;
}
.m-txt3 .tabel li {
	float: left;
}
.m-txt3 .tabel li a {
	display: block;
	margin-right: 10px;
	height: 42px;
	line-height: 42px;
}
.m-txt3 .tabel li a:hover {
	color: #f7c51e;
}
.ul-news1 li {
	float: left;
	width: 50%;
}
.ul-news1 li .top {
	margin: 0 10px;
}
/*******************************-------[=留言反馈]-------
********************************/
	#message {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1000;
	transform: scale(0);
	transition: .3s;
}
.messagebg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.6);
	z-index: 1001;
}
#message .m-content {
	margin-top: 10%;
}
#message .m-content .m-message {
	background: #fff;
	width: 580px;
	background: #fff;
	padding: 50px;
	margin: 0 auto;
	position: relative;
	z-index: 1002;
	box-shadow: 1px 1px 50px rgba(0,0,0,.3);
}
.m-message {
	width: 494px;
	margin: 48px auto 0;
}
.m-message label {
	margin-bottom: 15px;
	display: block;
	font-size: 14px;
}
.m-message label em {
	display: block;
	float: right;
	color: red;
	height: 32px;
	line-height: 32px;
}
.m-message label span {
	width: 70px;
	height: 34px;
	line-height: 34px;
	color: #2F2F2F;
	float: left;
	font-weight: bold;
	text-align: right;
	margin-right: 30px;
	display: inline-block;
}
.m-message label input.inp,.m-message label textarea,.m-message label.code input {
	width: 77%;
	overflow: hidden;
	height: 32px;
	line-height: 32px;
	border: #cccccc 1px solid;
	border-radius: 3px;
	padding:0 14px;
	box-sizing: border-box;
	color: #555;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.m-message label input:focus,.m-message label textarea:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(247, 150, 0, .6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(247, 150, 0, .6);
}
.m-message label textarea {
	height: 72px;
	line-height: 24px;
	padding:10px 14px;
}
.m-message label.code {
	line-height: 34px;
}
.m-message label.code input {
	width: 30%;
	float: left;
	margin-right: 30px;
}
.m-message label.code .pic {
	display: inline-block;
	vertical-align: top;
	width: 80px;
	height: 32px;
}
.m-message label.code img {
	width: 100%;
	height: 100%;
	display: inline-block;
	vertical-align: middle;
}
.btn-1 input {
	width: 52px;
	height: 32px;
	line-height: 32px;
	background: #e8e8e8;
	border: none;
	color: #333;
	margin-right: 22px;
	cursor: pointer;
	transition: 0.3s;
}
.btn-1 {
	padding-left: 100px;
}
.btn-1 input.focus {
	background: #f7c51e;
	color: #fff;
}
.btn-1 input.focus:hover {
	background: #444;
}
.btn-1 input:hover {
	background: #ccc;
}
/*******************************-------[=案例详情]-------
********************************/
	.m-list2 {
	margin-top: 30px;
	padding:26px 10px 10px;
	border: 1px solid #ddd;
	background-color: #f0f0f0;
}
.m-list2 .con {
	margin-bottom: 10px;
	padding: 15px;
	background-color: #fff;
	border: 1px solid #ddd;
}
.m-list2 .box {
	padding: 26px 20px;
	background-color: #fff;
	border: 1px solid #ddd;
}
.m-list2 .con .pic {
	height: 450px;
	line-height: 450px;
	overflow: hidden;
	text-align: center;
}
.m-list2 .con .pic img {
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%;
}
.m-list2 .box .txt {
	}
.m-list2 .box .txt .tit {
	margin-bottom: 30px;
	font-size: 22px;
	color: #f7c51e;
	font-weight: 600;
}
.ul-txt-01 {
	overflow: hidden;
	padding-left: 23px;
	background: url(../images/source.gif) left center no-repeat;
}
.ul-txt-01 li {
	float: left;
	margin-right: 4px;
	font-size: 14px;
	color: #505050;
	font-family: 'microsoft yahei',Verdana, Arial;
}
.ul-txt-01 li a {
	font-size: 12px;
}
.ul-txt-01 li a:hover {
	color: #f7c51e;
}
