
/*******************************-------[=公用]-------
********************************/
/*头部*/
.yunu-header {
	position: relative;
}
.hdt {
	height: 100px;
	background-color: #f5f5f5;
	padding-bottom: 50px;
}
.hdt p {
	float: left;
	color: #b7b2ac;
	height: 50px;
    line-height: 50px;
	font-size: 14px; font-family: "Microsoft YaHei"; color: rgb( 153, 153, 153 );
}
.hdt .so {
	position: relative;
	float: right;
}
.hdt ul li {
    float: left;
    padding: 0 20px;
	border-left: 1px solid #e8e8e8;
	height: 50px;
	line-height: 50px;
	
}
.hdt ul li a{
	font-size: 14px; font-family: "Microsoft YaHei"; color: rgb( 153, 153, 153 );
}
.hdt ul li span{
	font-size: 18px; font-family: "Microsoft YaHei"; color: rgb( 229, 0, 27 ); font-weight: bold;
}
.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;
	top: 51px;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 99;
}
.hdb .wp,.hdt .wp{background:#fff;padding:0 10px;}
.hdb .logo img {
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%;
}
.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: #e5001b;
	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);
}
.hdb .logo{float:left;height:110px;line-height:110px;}
.yunu-nav {
	float:right;
	background-color: #fefefe;
	border-radius: 5px;
	*zoom:1;
	width: 78%;
}
.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: 14.28%;
}
.yunu-nav li > a {
	display: block;
	height: 110px;
	line-height: 110px;
	font-size: 14px;
	font-weight: bold;
	color: #666;
	text-align: center;
	background-repeat: no-repeat;
}
.yunu-nav li > a span {
	padding: 10px;
	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 {
	background: red;
	color: #fff;
	/*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;
}
.footer {padding: 40px 0;background-color: #222222;color: #acadad;}
.footer a {color: #acadad;}
.footer a:hover {color: #fff;}
.footer-copy {padding: 15px 0;font-size: 12px;text-align: center;background-color: #1b2822;color: #757575;margin-top: 40px;}
.footer-title {font-weight: bold;font-size: 18px;color: #fff;margin-bottom: 55px;}
.footer-desc {float: left;width: 38%;border-right: 2px solid #000000;}
.footer-desc p {margin: 0;font-size: 14px;line-height: 2;text-align: justify;color:#fff}
.footer-nav {float: left;width: 32%;margin: 0 5%;padding-right: 30px;border-right: 2px solid #000000;}
.footer-nav ul {margin-left: -50px;margin-top: 8px;overflow: hidden;}
.footer-nav li {float: left;width: 33.333333%;}
.footer-nav li a {display: block;font-size: 16px;margin-top: 0px;padding-bottom: 18px;color:#fff;margin-left: 50px;position: relative;-webkit-transition: all .5s;transition: all .5s;}
.footer-nav li a:before {content: '';position: absolute;width: 0;height: 2px;background: #fff;left: 0;top: 50%;margin-top: -10px;-webkit-transition: all .5s;transition: all .5s;}
.footer-nav li a:hover {padding-left: 20px;}
.footer-nav li a:hover:before {width: 10px;}
.footer-ewm {float: right;width: 17%;}
.footer-ewm .tel {font-size: 34px;font-weight: bold;margin-bottom: 20px;display: block;}
.footer-ewm ul {overflow: hidden;margin-left: -20px;}
.footer-ewm li {float: left;width: 50%;}
.footer-ewm li .wrap {margin-left: 20px;}
.footer-ewm li .img-center {height: 120px;line-height: 120px;text-align: left;}
.footer-ewm li p {margin-bottom: 0;color:#fff;text-align: center;}
.footer-desc .tel{
    background: url(../images/tel.jpg) no-repeat 0 center;
    padding-left: 55px;
    margin-top: 11px;
	color: #fff;
    font-size: 16px;
}
.footer-desc .tel strong {
    display: block;
    font-size: 28px;
    line-height: 1.4;
    color: #fff;
}
.footer-desc .dixian{margin: 14px 0;width: 90%;}
/*客服*/
	.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 #e5001b;
	-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 #e5001b;
	background-size: 18px auto;
	cursor: pointer;
}
.kf-side {
	padding: 18px 10px 10px;
	background: #e5001b;
	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: #d82634;
}
.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: #e5001b;
}
.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: #e5001b;
	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;
}
.row-b1 .col-l .m-info{background:#f3f3f3;padding:15px;}
.m-info p {
	height: 34px;
	line-height: 34px;
	font-size: 14px;
	color: #2F2F22;
}
.row-b1 .col-l .m-info p{line-height:normal}
/*内页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 {
	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: #e5001b;
}
.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-a21{padding: 40px;}
.ul-serv{overflow: hidden;font-size: 18px;text-align: center;}
.ul-serv li{width: 25%;float: left;}
.ul-serv .con{padding: 0px 10px;margin: 0 0 0 20px;background:#fff;border-left: 1px solid #ececec;}
.ul-serv li:first-child .con{border:none}
.ul-serv span{display: block;width: 150px;height: 150px;margin: 0 auto 10px;background: 0 0 no-repeat;-webkit-background-size: 100% 100%;
background-size: 100% 100%;}
.ul-serv p{white-space: nowrap;-ms-text-overflow: ellipsis;
text-overflow: ellipsis;overflow: hidden;}
.ul-serv p strong{font-size:30px;}
.ul-serv .s1 span{background-image: url(../images/icon-1.png);}
.ul-serv .s2 span{background-image: url(../images/icon-2.png);}
.ul-serv .s3 span{background-image: url(../images/icon-3.png);}
.ul-serv .s4 span{background-image: url(../images/icon-4.png);}
.ul-serv li:hover .con{background: #fff;}
.row-a21 .ul-serv{margin: 0 -72px 43px;}
.m-btn{text-align: center;}
.m-btn a{color: #fff;font-size: 18px;line-height: 2.89em;display: inline-block;padding: 0 50px 0 24px;margin: 0 18px;background: url(../images/i-1.png) no-repeat right 10px center;border-radius: 5px;}
.m-btn .b1{background-color: #135aba;}
.m-btn .b2{background-color: #f6a420;}



.yunu-case {position: relative;}
.yunu-case li {width: 1200px;}
.yunu-case li a {display: block;position: relative;}
.yunu-case li .m {float:left;width:820px;line-height: 480px;height: 480px;}
.yunu-case li .text {float:right;padding:0 50px;width:380px;height:480px;color: #403b3b;text-align: left;background: #f2f2f2;}
.yunu-case li .text h4 {margin: 80px auto 20px;width: 330px;font-size: 36px;color: rgb( 38, 38, 38 );font-weight:normal}
.yunu-case li .text p {margin: 0 auto;line-height: 25px;text-align: justify;font-size: 13px; font-family: "Microsoft YaHei"; color: rgb( 38, 38, 38 );}
.yunu-case li .text .more {display: inline-block;margin-top: 60px;font-size: 14px;color: #fff;line-height: 50px;width: 130px;background-color: #e5001b;text-align:center;}
.yunu-case .prev,.yunu-case .next {position: absolute;background: no-repeat center #fff;width: 80px;height: 80px;top: 50%;z-index: 2;border-radius: 50%;margin-top: -40px;}
.yunu-case .prev {left: -40px;background-image: url(../images/case_lico01.png);}
.yunu-case .prev:hover {background-image: url(../images/case_lico02.png);}
.yunu-case .next {right: -40px;background-image: url(../images/case_rico01.png);}
.yunu-case .next:hover {background-image: url(../images/case_rico02.png);}

.section-title {
    text-align: center;
    margin-bottom: 55px;
    font-size: 42px;
	color: #000000;
}
.section-title strong {
    display: block;
    text-transform: uppercase;
    font-size: 14px;
    font-family: "Microsoft YaHei";
    color: rgb( 153, 153, 153 );
    font-weight: normal;
}
.section-title span{color:#e5001b}
.dixian {
    margin: 10px auto;
    display: block;
    height: 1px;
    width: 80px;
    background: rgb( 119, 119, 119 );
}
.section-title p{ font-size: 18px; font-family: "Microsoft YaHei"; color: rgb( 119, 119, 119 ); }

.section-title1 {
    margin-bottom: 40px;
    text-align: center;
    font-size: 40px;
}
.section-title1 strong {
    color: #d82634;
}
.section-title1 p {
    margin: 0;
    font-size: 0;
}
.section-title1 span {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    font-size: 20px;
    padding: 0 20px;
}
.section-title1 span:before, .section-title1 span:after {
    position: absolute;
    top: 50%;
    content: '';
    width: 40px;
    height: 2px;
    background-color: #d82634;
    margin-top: -1px;
}
.section-title1 span:before {
    right: 100%;
}
.section-title1 span:after {
    left: 100%;
}

.slideGroup .parHd {
    height: auto;
    width: 100%;
    box-sizing: border-box;
}
.slideGroup .parHd ul {
    width: 100%;
    margin: 0 auto;
}
.slideGroup .parHd ul li {
    float: left;
    cursor: pointer;
}
.slideGroup .parHd ul li a {
	padding:40px;
    width: 240px;
    display: block;
    background: #ececec;
    text-align: left;
    font-size: 16px;
    color: #000;
}
.slideGroup .parHd ul li.on a {
    background-color: #e5001b;
    color: #fff;
}
.slideGroup .parHd ul li a span {
    font-size: 20px;
    font-family: "Microsoft YaHei";
    display: block;
}
.slideGroup .parHd ul li a em {
    font-size: 12px;
    font-family: "Microsoft YaHei";
}

.yunu-case-list {margin: 30px auto;}
.yunu-case-list li {float: left;width: 300px;}
.yunu-case-list li .m {background: white;margin: 10px 10px 0 10px;height: 280px;line-height: 280px;border: 1px solid #ececec; border-bottom: none;padding: 10px;}
.yunu-case-list li .m img {border: 1px solid #ececec;}
.yunu-case-list li .text {background: white;text-align: center; border: 1px solid #ececec;;border-top: none;margin: 0 10px;padding: 20px; font-size: 18px; font-family: "Microsoft YaHei"; color: rgb( 56, 56, 56 ); }
.yunu-case-list li a {display: block;}
.yunu-case-list li a:hover .m img {border: 1px solid #e5001b;}

.pro{background: url(/Public/Home/images/bg1.jpg) no-repeat center bottom;}
/*公司简介*/
.row-a3 {
	overflow: hidden;
	padding: 60px 0;
	background-repeat: repeat;
}
.m-imgtxt02_x {
	overflow: hidden;
	padding-top: 40px;
}
.m-imgtxt02_x .pic {
	float: right;
	width: 520px;
	height: 414px;
	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: 0px 30px 5px 32px;
}
.m-imgtxt02_x .txt .tit {
	display: block;
	margin-bottom: 22px;
	font-size: 28px; font-family: "Microsoft YaHei"; color: rgb( 17, 17, 17 );
}
.m-imgtxt02_x .txt .tit strong {
	display: block;
	font-size: 24px;
	color: #00824a;
	line-height: 1.4;
}
.m-imgtxt02_x .txt p {
	font-size: 14px; font-family: "Microsoft YaHei"; color: rgb( 17, 17, 17 ); line-height: 1.857; text-indent: 2em;
}
.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;
}
.m-imgtxt02_x ul{ padding-top: 30px;}
.m-imgtxt02_x ul li{float:left;margin-right: 10px;}
.m-imgtxt02_x ul li a {
    width: 130px;
    height: 50px;
    box-sizing: border-box;
    background: #e6e6e6;
    display: block;
    text-align: center;
    line-height: 50px;
    margin: 0 auto;
    font-size: 16px;
    transition: 0.3s;
	border-radius: 40px;
}
.m-imgtxt02_x ul li.on a{background: #e5001b;color: #fff;}
.m-imgtxt02_x ul li a:hover{background: #e5001b;color: #fff;}

/*某某产品*/
	.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: #f3f3f3;
}
.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: #e5001b;
}
.snv-index li.on .v1 {
	color: #e5001b;
}
.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;
}*/

/*工程案例*/
	.row-a4 {
	overflow: hidden;
	padding: 20px 0;
}
.ul-imgtxt03_x {
	overflow: hidden;
	margin: 35px -6px 60px;
}
.ul-imgtxt03_x li {
	float: left;
	width: 33.333333%;
	margin-bottom: 12px;
}
.ul-imgtxt03_x li .con {
	padding: 10px 10px 0;
}
.ul-imgtxt03_x li .pic {
	overflow: hidden;
	position: relative;
	height: 250px;
}
.ul-imgtxt03_x li .pic img {
	margin: auto;
	display: inline-block;
	vertical-align: middle;
	width: 100%;
	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-a4 .more{
	width: 180px;
    height: 50px;
    box-sizing: border-box;
    background: #e5001b;
    display: block;
    text-align: center;
    line-height: 50px;
    margin: 0 auto;
    font-size: 14px;
    color: #fff;
    transition: 0.3s;
}

.bg2{background:#f5f5f5;padding:40px 0;}
.in-fw {margin-left: -20px;}
.in-fw li {float: left;width: 20%;}
.in-fw li .wrap {margin: 0 0 0 20px;background-color: #fff;padding: 35px 15px 25px 15px;-webkit-transition: all 0.5s;transition: all 0.5s;}
.in-fw li .img-center {height: 50px;line-height: 50px;}
.in-fw li .text {font-size: 0;height: 122px;overflow: hidden;}
.in-fw li h4 {margin: 10px 0 10px;text-align: center;font-size: 16px;color: #282828;font-weight: normal;}
.in-fw li p {padding:0px;text-align:center;font-size:12px;color:#666666;}
.in-fw li p a {display: block;font-size: 14px;position: relative;line-height: 34px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;padding: 0 0 0 20px;}
.in-fw li p a:before {content: "";width: 4px;height: 4px;background: #787878;position: absolute;left: 10px;top: 50%;margin-top: -2px;}
.in-fw li .more {display: block;margin: 15px auto 0;text-align: center;width: 154px;
    line-height: 36px;color: #e5001b;-webkit-transition: all 0.5s;transition: all 0.5s;}
/* .in-fw li .wrap:hover {background-color: #e5e5e5;} */
/* .in-fw li .more:hover {background-color: #fff;color: #3388e2;} */
.in-fw li .dixian{width:180px;background:#c1c1c1}

/**/
.row-a5 {
	overflow: hidden;
	padding-bottom: 60px;
}
.row-a5 .g-tit01_x {
	margin-bottom: 60px;
}
.row-a5 .col-l {
	padding-top: 40px;
    padding-right: 40px;
	border-right: 1px solid #cacaca;
	width: 50%;
}
.row-a5 .col-r {
	padding-top: 40px;
    padding-left: 40px;
	width: 50%;
}
.m-imgtxt03_x {
	overflow: hidden;
	padding: 40px 20px;
	margin-bottom: 10px;
}
.m-imgtxt03_x .pic {
	overflow: hidden;
	float: left;
	width: 100%;
	height: 170px;
}
.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: rgb( 18, 17, 17 );
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.ul-news01_x li .tit a:hover {
	color: #e5001b;
}
.ul-news02_x {
	overflow: hidden;
}
.ul-news02_x li {
	overflow: hidden;
	margin-bottom: 10px;
	padding: 12px 0 12px 0px;
	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: 70px;
	background: url(/Public/Home/images/wd.jpg) no-repeat;
	height:64px;
	margin: 30px 0;
}
.ul-news02_x li .txt .tit a {
	display: block;
	padding: 5px 0;
	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: #e5001b;
}
.ul-news02_x li .txt p {
	overflow: hidden;
	font-size: 12px;
	color: #999;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.in-news-tit {padding: 40px 20px;border-bottom: 1px dotted #cacaca;font-weight: bold;font-size: 20px;color: #434343;}
.in-news-tit .more {float: right;font-weight: normal;font-size: 14px;text-align: right;}
.news-menu {overflow: hidden;}
.news-menu li {float: left;margin-right: 40px;}
.news-menu li a {color: #434343;}
.news-menu li.active a,.news-menu li a:hover {color: #434343;}
.in-news-tit strong {
    display: block;
    font-size: 20px;
    line-height: 1.1;
    margin-bottom: 5px;
    position: relative;
    text-transform: uppercase;
}
.in-news-tit strong:before {
    position: absolute;
    top: 50%;
    left: 100%;
    content: '';
    width: 25px;
    height: 3px;
    background-color: #333;
    margin-top: 0px;
    margin-right: 10px;
}
/*友情链接*/
	.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: 33.333333%;
	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 {
	background-color: #666666;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 15px;
	color: #fff;
	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: #e5001b;
	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: #e5001b;
	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: #e5001b;
}
.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 #e5001b;
}
.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;
}
.col-l .ul-newslist{background:#f3f3f3;padding:10px;}
.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: #e5001b;
}
.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;
}

.section {
    padding: 40px 0;
}

.pagination p{
    margin:0;
    cursor:pointer
}
.pagination{
    height:40px; 
    text-align:center;
    padding:10px 0px;
}
.pagination a{
    display:inline-block;
    margin-right:10px;
    padding:4px 12px;
    height:24px;
    border:1px #cccccc solid;
    background:#fff;
    text-decoration:none;
    color:#808080;
    font-size:12px;

}
.pagination a:hover{
    color:#e5001b;
    background: white;
    border:1px #e5001b solid;
}
.pagination a.cur{
    border:none;
    background:#e5001b;
    color:#fff;
}
.pagination p{
    display:inline-block;
    padding:4px 12px;
    font-size:12px;
    height:24px;
 
    color:#bbb;
    border:1px #ccc solid;
    background:#fcfcfc;
    margin-right:8px;
}
.pagination p.pageRemark{
    border-style:none;
    background:none;
    margin-right:0px;
    padding:4px 0px;
    color:#666;
}
.pagination p.pageRemark b{
    color:red;
}
.pagination p.pageEllipsis{
    border-style:none;
    background:none;
    padding:4px 0px;
    color:#808080;
}
.dates li {font-size: 14px;margin:20px 0}
.dates li span{float:right}

.yunu-curmbs {padding: 15px 0;border-bottom: 1px dashed #dcdcdc;margin-bottom: 20px;}
.yunu-curmbs span {padding-left: 10px;border-left: 10px solid #333;}
.yunu-curmbs em {font-style: normal;padding: 0 5px;color: #999;}

.yunu-menu-inner {text-align: center;margin-bottom: 20px;}
.yunu-menu-inner a {float: left;width: 16.666666666%;}
.yunu-menu-inner span {display: block;margin-left: 1px;background-color: #f4f4f4;color: #333;font-size: 18px;line-height: 55px;}
.yunu-menu-inner a:hover span,.yunu-menu-inner a.active span {background: url(../images/p16-icon6.png) no-repeat center bottom #d82634;color: #fff;}


.gsjj dt {float: left;width: 886px;}
.gsjj dd {margin-left: 886px;border: 2px solid #d82634;border-left: 0;margin-top: 45px;padding: 45px 0 45px 64px;}
.gsjj dd small {display: block;font: 20px "Times New Roman", Times, serif;text-transform: uppercase;}
.gsjj dd strong {display: block;font: bold 50px "Times New Roman", Times, serif;text-transform: uppercase;}
.gsjj dd h4 {margin: 5px 0 0;color: #d82634;font-size: 36px;}
.gsjj dd h5 {margin: 0;font-size: 26px;font-weight: normal;}
.gsjj-text {margin: 30px 0 0;}
.gsjj-text dt {font-size: 24px;}
.gsjj-text dt strong {display: block;font-size: 36px;}
.gsjj-text dt strong span {font-weight: normal;color: #d82634;font-family: "Times New Roman", Times, serif;}
.gsjj-text dd {margin: 20px 0 0;color: #666;line-height: 1.8;}
.gsjj-text dd p{font-size: 16px;text-indent: 2em;}

.yunu-about-2 {
    background: url(../images/about_10.jpg) no-repeat 0 0;
	margin-bottom: 50px;
}
.yunu-about-2 p {
	padding: 67px 30px;
    margin: 0 auto;
    width: 835px;
    background-color: rgba(255, 255, 255, 0.68);
    font-size: 16px;
    line-height: 2;
}


.m-link1 {
    padding: 20px 0;
}
.m-link1 .item {
    overflow: hidden;
    color: #333;
}
.m-link1 .item:first-child {
    margin-bottom: 40px;
}
.m-link1 .item span {
    float: left;
    font-size: 14px;
    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: #333;
    height: 21px;
    line-height: 21px;
}
.ul-link1 li a:hover {
    color: #e5001b;
}


.lxkf {margin: 0;overflow: hidden;}
.lxkf dt {float: left;}
.lxkf dt img {display: block;}
.lxkf dd {margin-left: 260px;}
.lxkf dd h4 {margin: 0 0 15px;padding: 25px 0 10px;display: inline-block;border-bottom: 5px solid #d82634;font-size: 24px;color: #d82634;}
.lxkf dd h4 span {color: #999;font-size: 16px;margin-left: 10px;}
.lxkf dd p {margin: 0;line-height: 2;}
.yunu-contact-text {float: left;width: 430px;margin: 0;background-color: #f2f2f2;}
.yunu-contact-text dt {font-size: 26px;text-align: center;background-color: #d82634;color: #fff;line-height: 100px;}
.yunu-contact-text dd {font-size: 16px;padding: 30px 0 30px 100px;line-height: 30px;border-bottom: 1px solid #ddd;margin: 0;background: no-repeat 30px center;}
.yunu-contact-text dd.i1 {background-image: url(../images/l1.png)}
.yunu-contact-text dd.i2 {background-image: url(../images/l2.png)}
.yunu-contact-text dd.i3 {background-image: url(../images/l3.png)}
.yunu-contact-map {margin-left: 430px;}

.yunu-message {background: url(../images/r1-orderform-1-bg.jpg) no-repeat center bottom #fff;border: 1px solid #ddd;padding: 50px 200px;margin-bottom: 30px;}
.form-group {margin-bottom: 15px;}
.form-label {float: left;line-height: 34px;width: 120px;text-align: right;}
.form-label span {color: #d82634;}
.form-content {margin-left: 130px;}
.form-control {line-height: 20px;font-size: 14px;border: 1px solid #ddd;padding: 6px 12px;width: 600px;display: inline-block;vertical-align: top;font-family: "Microsoft Yahei",PingFangSC-Regular,"Helvetica Neue",Helvetica,Arial,"Hiragino Sans GB","Heiti SC","WenQuanYi Micro Hei",sans-serif;}
select.form-control {height: 34px;}
.form-submit {padding: 6px 22px;color: #fff;background-color: #d82634;border: 0;cursor: pointer;font-size: 16px;border-radius: 3px;}
.form-button {padding: 6px 22px;color: #fff;background-color: #767676;border: 0;cursor: pointer;font-size: 16px;border-radius: 3px;}