:root {
	/*
	--theme-color: #375aaa;
	*/
	--theme-color: #dc001d;
	--theme-hover: #3071f2;
	--action-color: var(--theme-color);
	--theme-base-color: #fff;
	--theme-body-bg-color: #f5f5f5;
	--theme-el-bg-color: #fff;
	--theme-color-h: 0;
	--theme-color-s: 0%;
	--theme-color-l: 15%;
	--theme-color-hsl: var(--theme-color-h),var(--theme-color-s),var(--theme-color-l);
	--theme-black-color: hsl(var(--theme-color-hsl));
	--theme-gray-color: hsla(var(--theme-color-hsl),.8);
	--theme-light-color: hsla(var(--theme-color-hsl),.6);
	--theme-line-color: hsla(var(--theme-color-hsl),.07);
	--theme-border-color: hsla(var(--theme-color-hsl),.2);
}
*{
	outline: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

.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: 20%;
}
.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: var(--theme-color);
}
.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 .i1{
	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);
}
.yunu-link li a .i5{
	background-image: url(../images/sj-nav0.png);
}
.yunu-link li.on .i5,
.yunu-link li:hover .i5{
	background-image: url(../images/sj-nav0-on.png);
}

.g-tit3{
	padding-bottom: 10px;
	font-size: 16px;
	/*
	color: #dc001d;
	*/
	color: var(--theme-color);
	border-bottom: 1px solid #e4e4e4;
	font-weight: 600;
}
.g-tit3 span{
	font-weight: 400;
	color: #999;
	text-transform: uppercase;
}
.g-pages{
	/*
	width:100%;
	*/
	text-align: center;
	font-size: 0;
	margin: 20px auto;
	
	display: flex;
	justify-content: center;
	flex-wrap:wrap; /*自动换行*/
}
/*
.g-pages li{
	display: inline-block;
}
.g-pages li a{
	display: block;
	float: left;
	margin-right: 10px;
	padding: 2px 12px;
	border: 1px solid #ccc;
	background-color: #fff;
	text-decoration: none;
	color: #808080;
	font-size: 12px;
	line-height: 24px;
}
.g-pages li.on a,
.g-pages li a:hover{
	background-color: var(--theme-color);
	border: 1px solid var(--theme-color);
	color: #fff
}
*/
.g-pages a,.g-pages p{
	display: block;
	float: left;
	margin: 0 5px 10px;
	padding: 2px 11px;
	border: 1px solid #ccc;
	background-color: #fff;
	text-decoration: none;
	color: #808080;
	font-size: 12px;
	line-height: 24px;
}
.g-pages a:hover,.g-pages a:active{
	/*
	background-color: #dc001d;
	border: 1px solid #dc001d;
	*/
	background-color: var(--theme-color);
	border: 1px solid var(--theme-color);
	color: #fff
}

.g-pages a.current:link,.g-pages a.current:visited,.g-pages a.current:hover{
	/*
	background-color: #dc001d;
	border: 1px solid #dc001d;
	*/
	background-color: var(--theme-color);
	border: 1px solid var(--theme-color);
	color: #fff
}

.pagination{
	height: 40px;
	padding: 20px 0px;
}
.pagination p{
	margin: 0;
	cursor: pointer;
}
.pagination a{
	display: block;
	float: left;
	margin-right: 10px;
	padding: 2px 12px;
	border: 1px solid #ccc;
	background: #fff;
	text-decoration: none;
	color: #808080;
	font-size: 12px;
	line-height: 24px;
}
.pagination a:hover{
	/*
	color: #dc001d;
	border:1px solid #dc001d;
	*/
	color: var(--theme-color);
	border: 1px solid var(--theme-color);
	background: white;
}
.pagination a.page-num-current{
	border: none;
	background: var(--theme-color);
	color: #fff;
}
.pagination p{
	float: left;
	padding: 2px 12px;
	font-size: 12px;
	line-height: 24px;
	color: #bbb;
	border: 1px solid #ccc;
	background: #fcfcfc;
	margin-right: 8px;
}
.pagination p.pageRemark{
	border-style: none;
	background: none;
	margin-right: 0;
	padding: 4px 0;
	color: #666;
}
.pagination p.pageRemark b{
	color: red;
}
.pagination p.pageEllipsis{
	border-style: none;
	background: none;
	padding: 4px 0;
	color: #808080;
}
.dates li{
	margin: 20px 0;
}
.dates li span{
	float: right;
}


.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;
	
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
}
.g-cur .wp a{
	color: #2f2f2f; 
}
.g-cur .wp a:hover{
	color: var(--theme-color);
}
.row-b1{
	overflow: hidden;
	padding: 20px 0;
}
.row-b1 .col-l{
	width: 260px;
}
.row-b1 .col-r{
	float: none;
	overflow: hidden;
	margin-left: 300px;
}

.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;
	border-bottom: 1px solid #f2f2f2;
}
.snv>li.on>a{
	color: var(--theme-color);
}
.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: #dvar(--theme-color); 
}
.m-info{
	padding: 15px 0;
}
.m-info a{
	height: 34px;
	line-height: 34px;
	margin-bottom: 6px;
	color: #2f2f22;
}
.m-info p{
	height: 34px;
	line-height: 34px;
	color: #2f2f22;
}

.g-tit01{
	text-align: center;
}
.g-tit01 .tit{
	font-size: 30px;
	color: var(--theme-color);
	font-weight: 400;
	margin-bottom: 5px;
}
.g-tit01 .tit-sj{
	display: none;
}

.g-tit01 .tit-sj a{
	position: relative;
	display: inline-block;
	color: var(--theme-color);
	padding: 0 10px;
}
.g-tit01 .tit-sj a:before{
	content: '';
	position: absolute;
	top: 50%;
	right: 100%;
	width: 48px;
	height: 1px;
	background-color: #ebebeb;
}
.g-tit01 .tit-sj a:after{
	content: '';
	position: absolute;
	top: 50%;
	left: 100%;
	width: 48px;
	height: 1px;
	background-color: #ebebeb;
}
.g-tit01 p{
	font-size: 16px;
	color: #414141;
}
.g-tit01 span{
	display: block;
	font-size: 12px;
	color: #e6e6e6;
}
.g-tit01_bai .tit,
.g-tit01_bai p{
	color: #fff;
}
.g-more01{
	display: block;
	width: 300px;
	margin: 0 auto;	
	height: 50px;
	line-height: 50px;
	text-align: center;
	color: #fff;
	border: 1px solid var(--theme-color);
	background-color: var(--theme-color);
	transition: .6s;
	-ms-transition: .6s;
	-moz-transition: .6s;
	-webkit-transition: .6s;
	-o-transition: .6s;
}
.g-more01:hover{
	background-color: transparent;
	color: var(--theme-color);
}
.g-tit02{
	font-size: 20px;
	color: #fff;
	margin: 20px 0;
	font-weight: 400;
}
.g-tit02 span{
	font-size: 14px;
}

.hd-top{
	overflow: hidden;
}
.hd-top .logo{
	float: left;
	height: 120px;
	line-height: 120px;
}
.hd-top .logo img{
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%;
}
.hd-top .txt{
	float: left;
	margin: 36px 0 0 15px;
	padding-left: 30px;
	border-left: 1px solid #a1a0a0;
}
.hd-top .txt p, .hd-top .txt h1{
	line-height: 24px;
	font-size: 16px;
	color: #666;
}
.hd-top .txt h1{
	display: inline;
	color: var(--theme-color);
	font-weight: normal;
}
.hd-top .txt p span{
	color: var(--theme-color);
}
.hd-top .tel{
	float: right;
	margin-top: 30px;
	padding-left: 55px;
	background: url(../images/icon13.png) left center no-repeat;
	line-height: 30px;
}
.hd-top .tel h6{
	font-weight: 400;
}
.hd-top .tel strong{
	font-size: 18px;
	line-height: 27px;
	color: var(--theme-color);
	font-weight: bold;
}
.yunu-header.fixed .hd-bottom{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 9999;
}
.hd-bottom{
	*zoom: 1;
	background-color: var(--theme-color);
	position: relative;
}
.hd-bottom h2 a, .hd-bottom .title a{
	color: var(--theme-color);
}
.hd-bottom:after,.hd-bottom:before{
	display: block; 
	content: "clear"; 
	height: 0; 
	clear: both; 
	overflow: hidden; 
	visibility: hidden; 
}
.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: var(--theme-color);
	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);
}
.hd-bottom h2, .hd-bottom .title{
	display: none;
	text-align: center;
	font-size: 30px;
	color: var(--theme-color);
	font-weight: 400;
	height: 50px;
	line-height: 50px;
}
.yunu-nav{
	position: relative;
}
.yunu-nav:after,.yunu-nav:before{
	display: block; 
	content: "clear"; 
	height: 0; 
	clear: both; 
	overflow: hidden; 
	visibility: hidden; 
}
.yunu-nav > li{
	float: left;
	width: 12.5%;
	position: relative;
	background-image: url(../images/icon14.png);
	background-repeat: no-repeat;
	background-position: left center;
	transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	-o-transition: .3s;
}
.yunu-nav li.on,
.yunu-nav li.current-menu-item,
.yunu-nav li.current-menu-parent,
.yunu-nav li.current-menu-ancestor,
.yunu-nav li.current-post-ancestor,
.yunu-nav li:hover{
	background-image: url(../images/icon14-on.png);
	background-position: bottom center;
}
.yunu-nav li li.current-menu-item,
.yunu-nav li li.current-menu-parent,
.yunu-nav li li.current-menu-ancestor,
.yunu-nav li li.current-post-ancestor,
.yunu-nav li li:hover{
	background-image: none;
}
.yunu-nav li > a{
	display: block;
	font-size: 16px;
	text-align: center;
	height: 60px;
	line-height: 60px;
	color: #fff;
}
.sub-menu{
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	
	z-index: 999;
	/*
	transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	-o-transition: .3s;	
	*/	
}
/*
.yunu-nav li:hover .sub-menu{
	display: block;
}
*/

.sub-menu li{	
	width: 100%;	
	background-color: rgba(220, 0, 29, 0.85);
	border-bottom: 1px solid rgba(250, 253, 253, 0.35);
	transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	-o-transition: .3s;
}
.sub-menu li a{
	display: block;
	padding-left: 10px;
	font-size: 15px;
	text-align: left;
	height: 40px;
	line-height: 40px;
	color: #fff;
	transition: .6s;
	-ms-transition: .6s;
	-moz-transition: .6s;
	-webkit-transition: .6s;
	-o-transition: .6s;
}
.sub-menu li a:hover{
	padding-left: 15px;
}

@media only screen and (min-width: 960px){
	.sub-menu{
		width: 150px;
	}
	.sub-menu .sub-menu{
		left: 151px;
		top: 1px;
	}
	
	.yunu-nav li i{
		/*
		float: right;
		*/
		width: 12px;
		height: 12px;
		
		position: relative;
		transition: all .5s;
		
		display: inline-block;
	}
	.yunu-nav li i:after{
		content: '';
		display: inline-block;
		width: 8px;
		height: 8px;
		border-right: 1px solid #fff;
		border-bottom: 1px solid #fff;
		transform: rotate(45deg);
		/*
		position: absolute;
		*/
		position: relative;
		left: 6px;
		top: -3px;
		transition: all .3s;
	}
	.yunu-nav > li:hover > a >i:after{
		transform: rotate(-135deg);
		top: 3px;
	}
	.yunu-nav li li i{
		float: right;
		right: 10px;
	}
	.yunu-nav > li > ul > li:hover > a >i:after{
		transform: rotate(-45deg);
		top: -1px;
	}
}
/*
.menu li ul{
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	z-index: 999;
	transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	-o-transition: .3s;
	
}
.menu li:hover ul{
	display: block;
}
.menu li ul li{
	background-color: rgba(220, 0, 29, 0.85);
	border-bottom: 1px solid rgba(250, 253, 253, 0.35);
	transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	-o-transition: .3s;
}
.menu li ul li a{
	display: block;
	font-size: 15px;
	text-align: center;
	height: 40px;
	line-height: 40px;	
	color: #fff;
	transition: .6s;
	-ms-transition: .6s;
	-moz-transition: .6s;
	-webkit-transition: .6s;
	-o-transition: .6s;
}
.menu li ul li a:hover{
	padding-left: 15px;
}
*/

.banner .swiper-slide img{
	float: left;
}
.banner .swiper-pagination-bullet{
	width: 30px;
	height: 10px;
	border-radius: 20px;
}
.banner .swiper-pagination-bullet-active{
	background-color: #b51818;
	opacity: 1;
}

.row-a1{
	background-color: var(--theme-color);
}
.m-so01{
	float: right;
	position: relative;
	margin-top: 21px;
	
	z-index: 999;
}
.m-so01 .inp{
	width: 397px;
	height: 44px;
	border: 1px solid #ee808e;
	border-radius: 20px;
	padding: 0 75px 0 22px;
	background-color: transparent;
	font-size: 14px;
	color: #fff;
}
.m-so01 .sub{
	position: absolute;
	top: 0;
	right: 0;
	border: 0;
	width: 69px;
	height: 44px;
	background: url(../images/so.png) center center no-repeat;
	font-size: 0;
	cursor: pointer;
	border-radius: 20px;
}
.m-so01 .tips{
	width: 180px;
	height: 42px;
	line-height: 42px;
	border: 1px solid #858585;
	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;	
	display: none;	
	z-index: 1000;
}
.m-so01 .tips::before{
	content: "";
	width: 12px;
	height: 12px;
	border-top: 1px solid #bababa;
	border-left: 1px solid #bababa;
	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;
}
.m-so01 .tips.on{
	display: block;
}
.ul-link01{
	float: left;
	border-left: 1px solid #ee808e;
}
.ul-link01 li{
	float: left;
	width: 220px;
	padding: 14px 0 0;
	border-right: 1px solid #ee808e;
	cursor: pointer;
}
.ul-link01 li .pic{
	width: 42px;
	height: 42px;
	margin: 0 auto;
	text-align: center;
	line-height: 42px;
}
.ul-link01 li .pic img{
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%;
	position: relative;
	top: 0;
}
.ul-link01 li .pic img:hover{
	animation: mytop .8s;
	-ms-animation: mytop .8s;
	-moz-animation: mytop .8s;
	-webkit-animation: mytop .8s;
	-o-animation: mytop .8s;
}
@keyframes mytop{
	0%{
		top: 0;
	}
	50%{
		top: -20px;
	}
	100%{
		top: 0;
	}
}
@-moz-keyframes mytop{
	0%{
		top: 0;
	}
	50%{
		top: -20px;
	}
	100%{
		top: 0;
	}
}
@-webkit-keyframes mytop{
	0%{
		top: 0;
	}
	50%{
		top: -20px;
	}
	100%{
		top: 0;
	}
}
@-o-keyframes mytop{
	0%{
		top: 0;
	}
	50%{
		top: -20px;
	}
	100%{
		top: 0;
	}
}
.ul-link01 li a{
	display: block;
	color: #fff;
	text-align: center;
	line-height: 30px;
}

.row-a2{
	margin: 55px 0;
	overflow: hidden;
}
.m-tab01{
	/*
	margin: 50px 0;
	*/
	margin: 15px 0 50px;
	text-align: center;
	font-size: 0;
	/*
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	*/
}
.m-tab01 ul{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.m-tab01 li{
	display: inline-block;
	margin: 0 5px 10px;
}
.m-tab01 li a{
	display: block;
	min-width: 60px;
	padding:0 10px;
	border: 1px solid #b9b9b9;
	height: 42px;
	line-height: 42px;
	color: #333;
	font-size: 16px;
	text-align: center;
}
.m-tab01 li.active a,
.m-tab01 li a:hover{
	color: #fff;
	background-color: var(--theme-color);
}
.m-tab01 li a span, .m-tab01 li a h2{
	padding-left: 20px;
	font-size: 16px;
	font-weight: normal;
	display: inline-block;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/icon15.png);
}
.m-tab01 li.active a span,
.m-tab01 li a:hover span
.m-tab01 li.active a h3,
.m-tab01 li a:hover h3{
	background-image: url(../images/icon15-on.png)
}
.m-imgtxt02.swiper-container{
	overflow: hidden;
}
/*
.m-imgtxt02.swiper-container .swiper-slide{
	display: none;
}
*/

.ul-imgtxt01{
	overflow: hidden;
	margin: 0 -15px;
}
.ul-imgtxt01 li{
	float: left;
	width: 25%;
	margin-bottom: 28px;
}
.ul-imgtxt01 li a{
	display: block;
	border: 1px solid #e4e4e4;
	padding: 15px 15px 0 15px;
	margin: 0 15px;
	transition: .6s;
	-ms-transition: .6s;
	-moz-transition: .6s;
	-webkit-transition: .6s;
	-o-transition: .6s;
}
/*
.ul-imgtxt01 li:hover a{
	border: 1px solid #e8314d;
}
*/
.ul-imgtxt01 li a:hover{
	border: 1px solid #e8314d;
}

.ul-imgtxt01 li .pic{
	overflow: hidden;
	position: relative;
	height: 0;
	padding-top: 100%;
}
.ul-imgtxt01 li .pic img{
	position: absolute;
	display: block;	
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;	
	max-width: 100%;
	max-height: 100%;
	margin: auto;
	vertical-align: middle;	
	transition: .6s;
	-ms-transition: .6s;
	-moz-transition: .6s;
	-webkit-transition: .6s;
	-o-transition: .6s;
}
.ul-imgtxt01 li .pic img:hover{
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}
.ul-imgtxt01 li .txt{
	overflow: hidden;
}
.ul-imgtxt01 li .txt .tit{
	text-align: center;
	font-size: 14px;
	font-weight: 400;
	/*
	color: #d83648;
	*/
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	height: 42px;
	line-height: 42px;
}
.ul-imgtxt01 li a:hover .txt .tit{
	color: #e8314d;
}
.ul-imgtxt01 li .txt .more{
	display: none;
	float: right;
	margin-left: 10px;
	height: 40px;
	line-height: 40px;
	color: #d83648;
	font-size: 12px;
	text-transform: uppercase;
}

.row-a3{
	padding: 60px 0;
	background-position: center center;
	background-repeat: no-repeat;
	-o-background-size: cover;
	-ms-background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
}
.ul-imgtxt02{
	overflow: hidden;
	background-position: center center;
	background-repeat: no-repeat;
	margin: 35px -34px;
}
.ul-imgtxt02 li{
	float: left;
	width: 25%;
}
.ul-imgtxt02 li .con{
	display: block;
	padding: 60px 0;
	margin: 0 34px;
	background-image: url(../images/bj2.png);
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
	transition: .6s;
	-ms-transition: .6s;
	-moz-transition: .6s;
	-webkit-transition: .6s;
	-o-transition: .6s;
}
.ul-imgtxt02 li:hover .con{
	background-image: url(../images/bj2-h.png);
}
.ul-imgtxt02 li .pic{
	width: 48px;
	height: 48px;
	margin: 0 auto;
	text-align: center;
	line-height: 48px;
}
.ul-imgtxt02 li .pic img{
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%;
	transition: .6s;
	-ms-transition: .6s;
	-moz-transition: .6s;
	-webkit-transition: .6s;
	-o-transition: .6s;
}
.ul-imgtxt02 li .pic .img2{
	display: none;
}
.ul-imgtxt02 li:hover .pic .img1{
	display: none;
}
.ul-imgtxt02 li:hover .pic .img2{
	display: inline-block;
}
.ul-imgtxt02 li .txt{
	text-align: center;
	color: #999;
	margin: 10px 0;
}
.ul-imgtxt02 li:hover .txt{
	color: #fff;
}
.ul-imgtxt02 li .txt .tit{
	font-size: 16px;
	font-weight: 400;
}
.ul-imgtxt02 li .txt p{
	font-size: 12px;
}
.row-a3 .g-more01{
	width: 200px;
	border-radius: 30px;
}

.row-a4{
	overflow: hidden;
	margin: 60px 0;
}
.row-a4 .g-tit01 .tit{
	background-position: center center;
	background-repeat: no-repeat;
	font-size: 44px;
	color: #333;
	font-weight: 600;
	height: 90px;
	line-height: 90px;
}
.row-a4 .g-tit01 p{
	display: none;
	font-size: 20px;
	color: #999;
}
.m-imgtxt04.swiper-container{
	overflow: hidden;
	margin: 74px -9px 0;
}
.m-imgtxt04 .swiper-slide{
	float: left;
	width: 33.33%;
	cursor: pointer;
}
.m-imgtxt04 .swiper-slide .con{
	margin: 0 19px;
	background-color: #f3f5f6;
}
.m-imgtxt04 .swiper-slide .pic{
	overflow: hidden;
	position: relative;
	height: 0;
	padding-top: 89%;
}
.m-imgtxt04 .swiper-slide .pic img{
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	transition: .6s;
	-ms-transition: .6s;
	-moz-transition: .6s;
	-webkit-transition: .6s;
	-o-transition: .6s;
}
.m-imgtxt04 .swiper-slide:hover .pic img{
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}
.m-imgtxt04 .swiper-slide .txt{
	padding: 30px 42px 50px;
	color: #666;
}
.m-imgtxt04 .swiper-slide .txt .tit{
	text-align: center;
	font-size: 18px;
	height: 50px;
	line-height: 50px;
	font-weight: 400;
	border-bottom: 1px solid #bababa;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.m-imgtxt04 .swiper-slide .txt p{
	line-height: 26px;
	margin: 20px 0;
}
.m-imgtxt04 .swiper-slide .txt .btn{
	display: none;
	width: 150px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #fff;
	border-radius: 30px;
	background-color: var(--theme-color);
}
.m-imgtxt04.swiper-container .swiper-pagination{
	bottom: 0;
}
.m-imgtxt04.swiper-container .swiper-pagination-bullet-active{
	background-color:var(--theme-color);
}

.row-a5{
	padding: 60px 0;
	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;
}
.m-imgtxt01.swiper-container{
	margin: 60px 0;
	overflow: hidden;
}
.m-imgtxt01.swiper-container .swiper-slide{
	background-color: #fff;
}
.m-imgtxt01 .swiper-slide .pic{
	overflow: hidden;
	position: relative;
	height: 0;
	padding-top: 75%;
}
.m-imgtxt01 .swiper-slide .pic img{
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	transition: .6s;
	-ms-transition: .6s;
	-moz-transition: .6s;
	-webkit-transition: .6s;
	-o-transition: .6s;
}
.m-imgtxt01 .swiper-slide .pic img:hover{
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}
.m-imgtxt01 .swiper-slide p{
	height: 58px;
	line-height: 58px;
	text-align: center;
	font-size: 16px;
	/*
	color: #222;
	*/
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	transition: .6s;
	-ms-transition: .6s;
	-moz-transition: .6s;
	-webkit-transition: .6s;
	-o-transition: .6s;
}
.m-imgtxt01 .swiper-slide p:hover{
	color: #fff;
	background-color: var(--theme-color);
}
.m-txt03{
	display: none;
	overflow: hidden;
}
.m-txt03 .more{
	float: right;
	display: block;
	width: 72px;
	height: 72px;
	padding: 14px 20px;
	border-radius: 50%;
	font-size: 16px;
	color: var(--theme-color);
	background-color: #fff;
}
.m-txt03 .txt{
	float: left;
}
.m-txt03 .txt .tit{
	font-weight: 400;
	font-size: 20px;
	color: #fff;
	
	text-align:center;
}
.m-txt03 .txt .tel{
	font-size: 16px;
	color: #fff;
	text-align: center;
}
.m-txt03 .txt .tel a{
	display: inline-block;
	color: #fff;
	font-size: 24px;
}

.row-a6{
	padding: 60px 0;
}
.row-a6 .g-tit01{
	display: none;
}
.m-imgtxt03{
	overflow: hidden;
	position: relative;
	padding-right: 10px;
}
.m-imgtxt03:after{
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 196px;
	height: 100%;
	background-color: #f3f4f8;
	z-index: -1;
}
.m-imgtxt03 > .pic{
	float: right;
	overflow: hidden;
	width: 431px;
	height: 390px;
	margin-top: 66px;
}
.m-imgtxt03 > .pic > img{
	display: block;
	width: 100%;
	height: 100%;
	transition: .6s;
	-ms-transition: .6s;
	-moz-transition: .6s;
	-webkit-transition: .6s;
	-o-transition: .6s;
}
.m-imgtxt03 > .pic > img:hover{
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}
.m-imgtxt03 .box{
	float: left;
	width: 53%;
}
.m-imgtxt03 .box a.desc{
	display: block;
}
.m-imgtxt03 .box a.desc .tit{
	padding: 22px 0 0 18px;
	font-size: 24px;
	font-weight: 400;
	color: #666;
	background-repeat: no-repeat;
	background-position: left center;
	-webkit-background-size: contain;
	background-size: contain;
}
.m-imgtxt03 .box a.desc p{
	line-height: 26px;
	margin: 28px 0;
	color: #666;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	overflow: hidden;
}
.ul-imgtxt04{
	overflow: hidden;
	padding: 50px 0;
}
.ul-imgtxt04 li{
	float: left;
	width: 50%;
	margin-bottom: 50px;
	cursor: pointer;
}
.ul-imgtxt04 li .pic{
	float: left;
	width: 45px;
	height: 45px;
	text-align: center;
}
.ul-imgtxt04 li .pic img{
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%;
}
.ul-imgtxt04 li .txt{
	overflow: hidden;
	padding-left: 16px;
}
.ul-imgtxt04 li .txt .tit span{
	display: block;
	height: 24px;
	line-height: 24px;
	font-size: 18px;
	color: #333;
	font-weight: 400;
}
.ul-imgtxt04 li .txt p{
	height: 22px;
	line-height: 22px;
	color: #b2b2b2;
}
.m-imgtxt03 .g-more01{
	display: none;
	border-radius: 30px;
}

.row-a7{
	padding: 60px 0;
	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;
}
.row-a7 .g-tit01 .tit{
	font-size: 40px;
	font-weight: 600;
}
.row-a7 .g-tit01 p{
	font-size: 18px;
	font-weight: 600;
}
.m-txt01{
	overflow: hidden;
	margin: 200px 130px 0;
}
.m-txt01 .g-more01{
	float: right;
}
.m-txt01 .tel{
	font-weight: 600;
	height: 47px;
	line-height: 47px;
	color: #fff;
	font-size: 20px;
	padding-left: 50px;
	background: url(../images/icon16.png) left center no-repeat;
}
.m-txt01 .g-more01{
	float: right;
	width: 172px;
	height: 47px;
	line-height: 47px;
	background-color: #fff;
	color: #666;
}
.m-txt01 .g-more01:hover{
	background-color: transparent;
	color: var(--theme-color);
}

.row-a8{
	margin: 50px 0;
}
.row-a8 .g-more01{
	margin: 20px auto 10px;
}

.m-tab02{
	display: block;
	text-align: center;
	margin: 15px 0;
}
.m-tab02 li{
	display: inline-block;
	margin: 0 5px 10px;
}
.m-tab02 li h3 a{
	display: block;
	height: 42px;
	padding: 0 10px;	
	line-height: 42px;
	text-align: center;
	color: #333;
	font-size: 16px;
	font-weight: normal;
	background: #eee;
	/*
	border-radius: 8px;
	box-shadow: 0 0 10px rgba(0, 150, 255, 0.2);
	*/
}
.m-tab02 li.active a{
	color: #fff;
	background-color: var(--theme-color);
	/*
	box-shadow: 0 8px 8px 0 rgba(220,0,28, 0.12);
	*/
}
.m-list01.swiper-container, .m-list01-01.swiper-container{
	overflow: hidden;
	margin: 50px 0;
}

.content-container{
	overflow: hidden;
}

.m-news01{
	float: left;
	width: 52%;
	background-color: #f7f7f7;
	overflow: hidden;
}
.m-news01 .pic{
	overflow: hidden;
	position: relative;
	height: 0;
	padding-top: 39%;
}
.m-news01 .pic img{
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
}
.m-news01 .txt{
	padding: 15px 20px;
}
.m-news01 .txt h4 a{
	position: relative;
	display: block;
	font-size: 16px;
	color: #666;
	height: 46px;
	line-height: 46px;
	font-weight: 400;
	border-bottom: 1px dashed #b5b5b5;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	transition: .6s;
	-ms-transition: .6s;
	-moz-transition: .6s;
	-webkit-transition: .6s;
	-o-transition: .6s;
}
.m-news01 .txt h4 a:hover{
	color: var(--theme-color);
}
.m-news01 .txt h4 a:after{
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	width: 0;
	height: 1px;
	background-color: var(--theme-color);
	transition: .8s;
	-ms-transition: .8s;
	-moz-transition: .8s;
	-webkit-transition: .8s;
	-o-transition: .8s;
}
.m-news01 .txt h4 a:hover:after{
	width: 100%;
}
.m-news01 .txt p{
	color: #999;
	margin-top: 16px;
	line-height: 24px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.m-news01 .txt .time{
	display: none;
	color: #ccc;
}
.ul-news01{
	float: right;
	width: 42%;
}
.ul-news01 li{
	overflow: hidden;
	border-bottom: 1px dashed #b5b5b5;
	color: #333;
	position: relative;
}
.ul-news01 li:after{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: 1px;
	background-color: var(--theme-color);
	transition: .8s;
	-ms-transition: .8s;
	-moz-transition: .8s;
	-webkit-transition: .8s;
	-o-transition: .8s;
}
.ul-news01 li:hover:after{
	width: 100%;
}
.ul-news01 li .txt .tit{
	overflow: hidden;
}
.ul-news01 li .txt .tit .time{
	float: right;
	margin-left: 10px;
	height: 53px;
	line-height: 53px;
	transition: .8s;
	-ms-transition: .8s;
	-moz-transition: .8s;
	-webkit-transition: .8s;
	-o-transition: .8s;
}
.ul-news01 li:hover .txt .tit .time{
	color: var(--theme-color);
}
.ul-news01 li .txt{
	overflow: hidden;
}
.ul-news01 li .txt .tit h4 a{
	display: block;
	position: relative;
	padding-left: 20px;
	height: 53px;
	line-height: 53px;
	font-size: 14px;
	font-weight: 400;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	transition: .8s;
	-ms-transition: .8s;
	-moz-transition: .8s;
	-webkit-transition: .8s;
	-o-transition: .8s;
}
.ul-news01 li:hover .txt .tit h4 a{
	color: var(--theme-color);
}
.ul-news01 li .txt .tit h4 a:before{
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -4px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: #7f7f81;
	transition: .6s;
	-ms-transition: .6s;
	-moz-transition: .6s;
	-webkit-transition: .6s;
	-o-transition: .6s;
}
.ul-news01 li:hover .txt .tit h4 a:before{
	background-color: var(--theme-color);
}
.ul-news01 .txt p{
	line-height: 24px;
	padding-left: 20px;
	color: #666;
	background: url(../images/icon24.png) left 8px no-repeat;
	display: none;
}

.m-list02{
	overflow: hidden;
	position: relative;
}
.m-txt02.swiper-container{
	float: right;
	width: 89%;
	position: static;
}
.m-txt02 .swiper-wrapper{
	position: static;
}
.m-txt02 .swiper-slide{
	padding: 20px 30px;
	border: 1px solid #c4c4c4;
}
.m-txt02 .swiper-slide a.wen{
	display: block;
	padding-left: 40px;
	color: #222;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	background: url(../images/icon17.png) left center no-repeat;
	transition: .6s;
	-ms-transition: .6s;
	-moz-transition: .6s;
	-webkit-transition: .6s;
	-o-transition: .6s;
}
.m-txt02 .swiper-slide a.wen span{
	display: block;
	border-bottom: 1px dashed #b5b5b5;
	height: 28px;
	line-height: 28px;
}
.m-txt02 .swiper-slide a.wen:hover{
	color: var(--theme-color);
}
.m-txt02 .swiper-slide p.da{
	padding-left: 40px;
	height: 28px;
	line-height: 28px;
	color: #999;
	background: url(../images/icon18.png) left center no-repeat;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.m-txt02 .swiper-button-next,
.m-txt02 .swiper-button-prev{
	width: 50px;
	height: 23px;
	bottom: 7px;
	top: auto;
	background-image: url(../images/arrows.png);
	background-repeat: no-repeat;
	-webkit-background-size: auto;
	background-size: auto;
	transition: .4s;
	-ms-transition: .4s;
	-moz-transition: .4s;
	-webkit-transition: .4s;
	-o-transition: .4s;
}
.m-txt02 .swiper-button-prev{
	left: 0;
	background-position: -50px -23px;
}
.m-txt02 .swiper-button-prev:hover{
	background-position: 0 0;
}
.m-txt02 .swiper-button-next{
	left: 50px;
	background-position: -50px 0;
}
.m-txt02 .swiper-button-next:hover{
	background-position: 0 -23px;
}
.m-list02 .tit{
	float: left;
}
.m-list02 .tit .for{
	font-size: 26px;
	color: var(--theme-color);
	font-weight: 400;
}
.m-list02 .tit p{
	font-size: 12px;
	color: #5b5b5b;
}

.accordion-list {
	margin-top: 0px;
	margin-bottom: 12px;
	overflow: hidden;
}
.accordion-header {
	display: block;
	margin-top: 12px;
	padding: 10px 15px 10px 40px;
	border: 1px solid #eee;
	background: #f9f9f9 url(../images/icon-accordion.gif) no-repeat 15px 19px;
	cursor: pointer;
}
.accordion-content {
	margin: 0 auto;
	padding: 20px 16px 20px 20px;
	border: 1px solid #eee;
	border-top: none;
	color: #888;	
	line-height: 26px;
	display: none;
}
.accordion-content a:link, .accordion-content a:visited {
	color: ;
}
.inactive-header {
	color: #555;
	background: #f4f4f4 url(../images/icon-accordion.gif) no-repeat 15px -65px;
}

.row-link{
	overflow: hidden;
	background-color: var(--theme-color);
	border-bottom: 1px solid #b9b9b9;
}

.m-link1{
	padding: 20px 0;
}
.m-link1 .item{
	overflow: hidden;
	color: #fff;
}
.m-link1 .item:first-child{
	margin-bottom: 20px;
}
.m-link1 .item span{
	float: left;
	font-size: 16px;
	margin-right: 12px;
	font-weight: 600;
}
.ul-link1{
	overflow: hidden;
}
.ul-link1 li{
	float: left;
}
.ul-link1 li a{
	display: block;
	margin-right: 1em;
	color: #fff;
	height: 21px;
	line-height: 21px;
}
.ul-link1 li a:hover{
	/*
	text-decoration: underline;
	*/
	color:#EEE;
}	

.yunu-footer{
	background-color: var(--theme-color);
}
.fd-top{
	overflow: hidden;
	padding: 56px 0 38px;
}
.yunu-footer .copy-sj{
	display: none;
	float: right;
	color: #333;
	line-height: 30px;
	font-size: 18px;
}
/*
.fd-left{
	float: left;
	width: 41%;
}
.fd-left input,
.fd-left textarea{
	background-color: transparent;	
	color: #fff;
}
.fd-left .inp{
	display: inline-block;
	width: 188px;
	height: 42px;
	border: 1px solid #fff;
	padding: 0 10px;
}
.fd-left .textarea{
	overflow: hidden;
	margin: 8px 0;
	width: 380px;
	height: 82px;
	border: 1px solid #fff;
	resize: none;
	display: block;
	line-height: 38px;
	padding: 0 10px;
}
.fd-left .sub{
	width: 325px;
	height: 52px;
	line-height: 52px;
	text-align: center;
	background-color: #fff;
	border: 0;
	font-size: 16px;
	cursor: pointer;
	color: #222;
}
*/
.fd-left{
	float: left;
	width: 41%;
	color: #fff;
}
.fd-left p{
	color: #fff;
	line-height: 40px;
	padding-left: 40px;
	background-position: left center;
	background-repeat: no-repeat;
	background-image: url(../images/icon_arrow.png);
}

.fd-txt{
	float: left;
}
.fd-txt p{
	color: #fff;
	line-height: 40px;
	padding-left: 40px;
	background-position: left center;
	background-repeat: no-repeat;
}
.fd-txt .p1{
	background-image: url(../images/icon_person.png);
}
.fd-txt .p2{
	background-image: url(../images/icon_phone.png);
}
.fd-txt .p3{
	background-image: url(../images/icon_email.png);
}
.fd-txt .p4{
	background-image: url(../images/icon_position.png);
}
.fd-txt .p5{
	background-image: url(../images/icon_qq.png);
}
.fd-txt a{
	color: #fff;
}
.fd-qr{
	float: right;
}
.fd-qr .qr{
	width: 146px;
	height: 146px;
	margin: 0 auto;
	background-image: url(../images/qr_bg.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.fd-qr .qr img{
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%;
	padding: 20px;
}
.fd-qr .qr p{
	color: #fff;
	text-align: center;
	line-height: 40px;
	height: 40px;
	position: relative;
	top: -20px;
}
.yunu-footer .copy{
	text-align: center;
	background-color: #202020;
	height: 50px;
	line-height: 50px;
}
.yunu-footer .copy p{
	display: inline-block;
	font-size: 13px;
	color: #ccc;
}
.yunu-footer .copy p a{
	display: inline-block;
	color: #ccc;
}

.m-chanpin{
	overflow: hidden;
	margin-bottom: 30px;
}
.m-chanpin .desc{
	padding: 10px;
	margin-top: 20px;
	line-height: 26px;
	text-indent: 2em;
	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{
	position: relative;
	padding-bottom: 100%;
	height: 0;
	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;
	display: block;
	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 h2, .ul-imgtxt-01 li a p{
	height: 50px;
	line-height: 50px;
	font-size:14px;
	text-align: center;
	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 h2, .ul-imgtxt-01 li a:hover p{
	background-color: var(--theme-color);
	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; margin-top:30px;
}
.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;
	color: #2f2f2f;
}

.m-txt1 .btn{
	display: block;
	width: 98px;
	height: 32px;
	line-height: 32px;
	padding-left: 15px;
	background-color: var(--theme-color);
	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{
	line-height: 26px;
	margin-bottom: 10px;
}

.ul-pages1{
	overflow: hidden;
	margin: 15px 0;
}
.ul-pages1 li{
	width:100%;	
	float: left;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;	
	margin-bottom:8px;
}
.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: var(--theme-color);
}
.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;
}
.ul-link2 li a:hover{
	color: var(--theme-color);
}



div.zoomDiv{
	z-index: 999;
	position: absolute;
	top: 0;
	left: 0;
	background: #fff;
	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: #fff;
	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: 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 var(--theme-color);
}

.clearfix{
	*zoom: 1;
}

.clearfix:after{
	content: " ";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.g-titIns1{
	height: 44px;
	line-height: 44px;
	font-size: 20px;
	color: #545454;
	border-bottom: 1px solid #ebebeb;
	font-weight: normal;
	position: relative;
}
.g-titIns1 h1, .g-titIns1 h3{
	height: 44px;
	font-size: 20px;
	font-weight: normal;
	border-bottom: 1px solid var(--theme-color);
	float: left;
}

.cat-list{
	width: 100%;
	padding-top: 12px;
	margin-bottom: 20px;
}
/*
.cat-list .tit{
	line-height: 44px;
	background: url(../images/jiantou-r.png) left center no-repeat;
	text-indent: 20px;
	background-size: auto 10px;
	border-bottom: 1px solid #f2f2f2;
	width: 100%;
	float: left;
}
.cat-list .tit a{
	float: left;
	line-height: 44px;
	color: #666;
	text-indent: 0;
	padding-left: 15px;
	font-weight: normal
}
.cat-list .tit.on a{
	font-weight: bold;
}
.cat-list .tit span{float: left;}

.cat-list ul{
	display: none;
	float: left;
	width: 100%;
}
.cat-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;
}
.cat-list li a{
	display: block;
	color: #666;
	text-indent: 0;
	padding-left: 30px;
}
.cat-list li.on a{
	font-weight: bold;
}
*/
.cat-list li{
	line-height: 44px;
	/*
	background: url(../images/jiantou-r.png) left center no-repeat;
	*/
	text-indent: 20px;
	background-size: auto 10px;
	border-bottom: 1px solid #f2f2f2;
	width: 100%;
	float: left;	
	position: relative;
}

.cat-list li a{
	float: left;
	line-height: 44px;
	color: #666;
	text-indent: 0;
	width: 100%;
	padding-left: 15px;
	font-weight: normal;
	background: url(../images/jiantou-r.png) left center no-repeat;
}

.cat-list ul li.current-cat > a, .cat-list ul li.current_page_item > a{
	/*
	font-weight: bold;
	*/
	color:#e00;
}

.cat-list li em{
	position: absolute;
	width: 44px;
	height: 44px;
	right: 0;
	top: 0;	
	background: url(../images/plusandminus.png) 0 0 no-repeat;
	cursor: pointer;
}

.cat-list li.on em{
	background: url(../images/plusandminus.png) 0 -44px no-repeat;
}

.cat-list li ul{
	display: none;
}

.cat-list li li{
	text-indent: 26px;
	display: block;
	border-bottom: none;
	border-top: 1px solid #f2f2f2;
	width: 100%;
	line-height: 42px;
	background-size: 5px;
}

.cat-list li li a{
	background: url(../images/feel4.png) 18px 16px no-repeat;
	background-size: auto 12px;
	display: block;
	color: #666;
	text-indent: 0;
	padding-left: 30px;
}


.m-content .txt{
	padding: 15px 0;
	line-height: 28px;
	color: #2f2f2f;
}

.m-content .txt p{
	margin-bottom: 8px;
}

.ul-newslist, .ul-news1{
	margin-bottom: 20px;
	overflow: hidden;
}

.ul-newslist li, .ul-news1 li{
	padding: 20px 0;
	border-bottom: 1px dotted #ddd;
}
.ul-newslist.dbn li{
	padding: 10px 0;
}
.ul-news1 li{
	float: left;
	width: 50%;
}
.ul-newslist li a, .ul-news1 li a{
	display: block;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.ul-newslist.dbn li a{
	white-space:normal;
}
.ul-news1 li a{
	font-weight: 400;
}
.ul-newslist li .tit, .ul-news1 li .tit{
	overflow: hidden;
	margin-bottom: 20px;
	height: 30px;
	line-height: 30px;
}
.ul-news1 li .tit{
	margin: 0 10px;
}
.ul-newslist li .tit .time, .ul-news1 li .tit .time{
	float: right;
	margin-left: 10px;
}
.ul-newslist li .tit a{
	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;
	font-weight: 600;
}
.ul-news1 li .tit a{
	display: block;
	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;
	font-weight: 400;
}
.ul-newslist li a:hover, .ul-news1 li a:hover{
	color: var(--theme-color);
}
.ul-newslist li .txt p{
	line-height: 24px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.m-news1{
	padding-top: 20px;
}
.m-news1 h1{
	font-size: 18px;
	line-height: 28px;
	color: #434343;
	margin-bottom: 15px;
	text-align: center;
}
.m-news1 .desc{
	text-align: center;
}
.m-news1 .desc span{
	display: inline-block;
	font-size: 13px;
	margin: 0 10px;
}
.m-news1 .txt{
	padding: 15px 0;
	line-height: 28px;
	color: #2f2f2f;
}
.m-news1 .txt p{
	margin-bottom:10px;
}

.m-txt3{
	margin-top: 10px;
}
.m-txt3 .link{
	padding-left: 20px;
	margin-bottom: 15px;
	height: 36px;
	line-height: 36px;
	color: #868686;
	background-color: #f5f5f5;
	border: 1px dotted #e5e5e5;
}
.m-txt3 .link a{
	color: #868686;
}
.m-txt3 .link a:hover{
	color: var(--theme-color);
}
.m-txt3 .tabel{
	overflow: hidden;
	color: #5a5a5a;
	border-top: 1px dashed #999;
	border-bottom: 1px dashed #999;
}
.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: var(--theme-color);
}

#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: 570px;
	background: #fff;
	padding: 20px 50px;
	
	margin: 100px auto 0;
	
	position: relative;
	z-index: 1002;
	box-shadow: 1px 1px 50px rgba(0,0,0,.3);
}


.m-message{
	width: 432px;	
	margin: 48px auto 0;
}

.m-message label{
	margin-bottom: 15px;
	display: block;
}

.m-message label em{
	display: block;
	float: right;
	color: red;
	height: 32px;
	line-height: 32px;
}

.m-message label span{
	width: 70px;
	height: 32px;
	line-height: 34px;
	color: #2f2f2f;
	float: left;
	font-weight: bold;
	text-align: right;
	margin-right: 12px;
	display: inline-block;
}

.m-message label input.inp,.m-message label textarea,.m-message label.code input{
	/*
	width: 77%;
	*/
	width: 430px;
	margin: 0 auto;
	
	overflow: hidden;
	height: 32px;
	line-height: 32px;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding:0 12px;
	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;
}

#message .m-content .m-message label input.inp,#message .m-content .m-message label textarea{
	width: 470px;
}

.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 12px;
}

.m-message label.code{
	line-height: 34px;
}

.m-message label.code input{
	width: 30%;
	float: left;
	margin-right: 20px;
}

.m-message label.code .pic{
	display: inline-block;
	width: 80px;
	height: 32px;
	border:1px solid #eee;
	vertical-align: middle;
}

.m-message label.code img{
	width: 100%;
	height: 100%;
	/*
	display: inline-block;
	*/
}

.status_message{
	width: 470px;
	
	color: #2f2f2f;	
	margin-bottom: 12px;
	/*
	padding: 0 12px;
	height: 32px;
	display: none;
	*/
}

.status_message .success{
	padding: 0 12px;
	display: block;
	line-height: 34px;
	border-radius: 3px;
	border: 1px solid #badbcc;
	background:#d1e7dd;	
}

.status_message .error{
	padding: 0 12px;
	display: block;
	line-height: 34px;
	border-radius: 3px;
	border: 1px solid #f5c2c7;
	background:#f8d7da;
}

.btn-1{
	padding-left: 100px;
}

.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 input.focus{
	background: var(--theme-color);
	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 .tit{
	margin-bottom: 30px;
	font-size: 22px;
	color: var(--theme-color);
	font-weight: 600;
	text-align:center;
}
.ul-txt-01{
	overflow: hidden;	
}
.ul-txt-01 li{
	float: left;
	margin-right: 4px;
	color: #505050;
	font-family: 'microsoft yahei',Verdana, Arial;
}
.ul-txt-01 li a{
	font-size: 12px;
}
.ul-txt-01 li a:hover{
	color: var(--theme-color);
}
#maximg img{
	max-width: 100%;
	height: auto;
}

#myform4 input::-webkit-input-placeholder, #myform4 textarea::-webkit-input-placeholder{
	color: #fff;
}