	*{
		box-sizing: border-box;
	}
	.rz-logo{
		padding-left: 48px;
		padding-top: 8px;
	}
	/*Banner*/
.banner {
	position: relative;
	left: 50%;
	width: 100%;
	margin-left: -960px;
	text-align: center;
	border-top: 1px solid #96adbf;
}
.banner .hd {
	position: absolute;
	left: 0;
	bottom: 30px;
	width: 100%;
	height: 8px;
	z-index: 4;
}
.banner .hd ul {
	width: 1000px;
	height: 8px;
	margin: 0 auto;
	text-align: center;
}
.banner .hd ul li {
	display: inline-block;
*display:inline;
	zoom: 1;
	width: 8px;
	height: 8px;
	margin: 0 4px;
	border-radius: 8px;
	background: #fff;
	line-height: 999px;
	overflow: hidden;
	cursor: pointer;
	vertical-align: top;
}
.banner .hd ul .on {
	background: #395eac;
	width: 30px;
}
	.menu-item-tit{
		color: #333;
		text-align: left;
		font-size: 16px;
		
	}
	.menu-item-tit .img02{
		display:none;
	}
	.banner-menu ul li:hover .menu-item-tit{
		background: #0073bc;
		color:#ffffff;
		height: 55px;
    margin-top: -8px;
    border-top: 1px solid #0894c4;
	}
	.banner-menu ul li:hover .menu-item-tit .img01{
		display:none;
	}
	.banner-menu ul li:hover .menu-item-tit .img02{
		display:block;
	}
	.menu-item-tit img{
		float: left;
		padding:16px 20px;
	}
	.menu-blcok{
		width: 1200px;
		height: 200px;
		background: rgba(0,115,188,.8);
	    text-align: left;
	    /*justify-content: center;*/
	}
	.menu-blcok img{
		width:250px;
		height:150px;
		padding:25px;
		float: left;
		display: flex;
	    align-items: center;
	}
	.menu-blcok p{
		font-size: 14px;
	   text-indent: 2em;
	}
	.padded-20{
		padding:20px;
	}
	.padded-b-10{
		padding-bottom: 10px;
		    text-indent: 2em;
	}
	.nav{
		width: 100%;
		height: 100px;
		line-height: 100px;
		background: #fff;
	}
	.nav-ul li{
		float: left;
		padding:0 10px;
		color: #868686;
	}
	.nav-tit{
		color: #ff9900;
	}
	.service{
		height: 768px;
		background: #454545;
	}
	.service-tit{
		text-align: center;
		color: #fff;
		font-size: 24px;
		padding:40px 0;
	}
	.service-left{
		width: 20%;
		float: left;
		box-sizing: border-box;
		margin-top: 40px;
		/*background: yellow;*/

	}
	.service-right{
		width:100%;
		/*background: red;*/
	}
	.service-right li {
	    color: #999;
		text-align: center;
		display: block;
		width: 25%;
		float: left;
		position: relative;
		/* padding: 10px 0; */
		padding-bottom: 20px;
		margin-top: 30px;
	}
	.service-right-item {
	    background-color: #fff;
	    width: 227px;
	    height: 227px;
	    margin: 0 auto;
	}
	.service-template-box {
	    position: relative;
	    overflow: hidden;
	    margin: 0 auto;
	}
	.service-template-box img{
		/* width: 100%; */
		height: 170px;
	    vertical-align:middle;
	}
	.s-r-tit{
		width: 100%;
		padding:25px 0;
		text-align: center;
	}
	.s-r-p{
		text-align: left;
		padding:0 18px;
	  text-indent: 2em;
	}
	.service-left-menu{
		width: 174px;
		height: 525px;
		background-color: #333;
		margin:0 auto;
		text-align: center;
	}
	.service-icon{
		width: 100%;
		height:50px;
		line-height: 50px;
		border-bottom: 1px solid #595959;
	}
	.service-icon:last-child{
		border-bottom: 0px solid #595959;
	}
	.service-left-menu ul li{
		width: 100%;
		height:60px;
		line-height: 60px;
		border-bottom: 1px solid #595959;
		color: #fff;
	}
	.service-left-menu ul li a{
		color: #fff;
	}

/*lh*/
.advantage {
	min-width: 1200px;
	height: 540px;
	background-size: cover;
	background: rgba(0,0,0,0.8);
}

.advantage-tit {
	text-align: center;
	color: #fff;
	font-size: 24px;
	padding: 40px 0;
}

.advantage-right-item {
	background-color: #fff;
	width: 300px;
	height: 280px;
	margin: 0 auto;
}

.honorBox li{
	box-sizing: border-box;
	margin-right: 10px;
}

.advantage-template-box {
	/*width: 265px;
	    height: 200px;*/
	position: relative;
	overflow: hidden;
	margin: 0 auto;
}

.advantage-template-box img {
	width: 100%;
	height: 240px;
}

.advantage-template-box img {
	cursor: pointer;
	transition: all 0.5s;
	/* 所有的属性变化在0.5s的时间段内完成 */
}

.advantage-template-box img:hover {
	transform: scale(1.2);
	/* 鼠标放到图片上的时候图片按比例放大1.5倍   */
}

.a-tit {
	padding: 5px 0;
	text-align: center;
	font-size: 16px;
	color: #6b6666;
}

.a-p {
	text-align: left;
	padding: 0 18px;
	color: #868686;
  text-indent: 2em;
}

.lsy-ellipsis-8 {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	word-break: break-all;
	white-space: normal !important;
	-webkit-line-clamp: 8;
	-webkit-box-orient: vertical;
}


/*··················································*/

.customer-tit {
	text-align: center;
	color: #333333;
	font-size: 30px;
	padding: 40px 0;
}
.customer_cont ul li{
		float:left;
		margin:0 10px;
	}

.customer_item {
	width:178px;
	border: 1px solid #dfdfdf;
	margin-bottom: 18px;
	overflow: hidden;
}

.customer_item img {
	width:100%;
	vertical-align:middle;
	cursor: pointer;
	transition: all 0.5s;
	/* 所有的属性变化在0.5s的时间段内完成 */
}

.customer_item img:hover {
	transform: scale(1.2);
	/* 鼠标放到图片上的时候图片按比例放大1.5倍   */
}

.menu-blcok {
	display: none;
}
.massage{
	padding: 50px 0;
}
.massage_left {
	width: 62%;
	float: left;
	
/*	background: yellow;*/
}
.massage-left-item{
	padding: 0 25px;
	
}
.massage-left-en{
	padding: 22px 0;
	border-top: 1px solid #F1F1F1;
	border-bottom: 1px solid #F1F1F1;
}
.massage_right {
	width: 37%;
	height: 452px;
	float: right;
	/*background: red;*/
	border: 1px solid #f1f1f1;
}
.massage-template-box{
	text-align: center;
	overflow: hidden;
}
.massage-template-box img{
	width: 100%;
	cursor: pointer;
	transition: all 0.5s;
	/* 所有的属性变化在0.5s的时间段内完成 */
}
.massage-template-box img:hover {
	transform: scale(1.2);
	/* 鼠标放到图片上的时候图片按比例放大1.5倍   */
}
.m-p{
	padding: 25px 30px;
}
.massage_tit{
	font-size: 24px;
	color: #333333;
}
.tab_tit{
	font-size: 16px;
	line-height: 32px;
	color: #333333;
}
.tab_tit ul li{
	padding: 0 32px;
}
.tab-nav{
	line-height: 32px;
}
.tab-template-box{
	height: 72px;
	width: 130px;
}
.tab-template-box img{
	width: 100%;
}
.tab_cont_1{
	display: none;
}
.tab_cont_1.active{
	display: block;
}
.tab_cont_2{
	display: none;
}
.tab_cont_2.active{
	display: block;
}
.tab_cont_3{
	display: none;
}
.tab_cont_3.active{
	display: block;
}
/*top下拉列表*/
.moreMenu_cont{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.swiper-container2 .swiper-slide {
    width: 100%;
    height: 46px;
    line-height: 46px;
    border-bottom: 1px solid #595959;
    color: #fff;
}
.swiper-container2 .swiper-slide a{
	color: #FFFFFF
}

/*lsy*/
.t-cont{
	color:#868686;
	line-height:25px;
	padding-top: 15px;
}
.padded-r-20{
	padding-right: 20px;
}
.month{
	letter-spacing: 2px;
}
.text-center{
	text-align: center;
}
.index-more{
	color: #095db0;
}
/* 商品页商品排序 */
.con {
    width: 1200px;
    margin: 0 auto;
    background: #fff;
    padding-bottom: 10px;
}
.plist {
	width: 1148px;
	margin: 50px auto;
	background: #fff;
	/* padding: 0 26px 30px 26px; */
}
.plist ul {
	padding-bottom: 50px;
}
.plist li {
	width: 278px;
	float: left;
	display: inline;
	margin-right: 12px;
	margin-top: 30px;
}
.plist li:nth-child(4n) {
	float: right;
	margin-right: 0;
}
.plist li .p {
	width:278px;
	height: 159px;
	position: relative;
	overflow: hidden;
	text-align: center;
	background: rgba(227, 227, 227, 0.7);
	border: 1px solid #e0e1e2;
}
.plist li .p a {
	display: block;
	width: 278px;
	height: 159px;
	background: url(/public/template/default/images/tm.png);
	position: absolute;
	bottom: -159px;
	left: 0;
	z-index: 10;
	transition: all 0.5s;
}
.plist li .p:hover a {
	bottom: 0;
}
.plist li .p .nop {
	width: 278px;
	height: 159px;
	line-height: 159px;
	text-align: center;
	background: #f2f2f2;
}
.plist li h3 {
	padding: 5px;
	text-align: center;
	font-size: 16px;
}
.plist li p {
	font-size: 14px;/*padding:6px 0 4px;*/
	height: 31px;
	line-height: 31px;
}
.plist li .price {
	font-size: 15px;
	color: #153e88;
}
.plist li .price a {
	color: #da1215;
	border: 1px solid #da1215;
	border-radius: 2px;
	font-size: 12px;
	padding: 1px 5px;
	margin-left: 10px;
}
.yunu-case-in .hd {float: left;width: 260px;margin-left: 20px;}
.yunu-case-in .hd h4 {margin: 0;background: url(../image/case_ltbg.gif) no-repeat;height: 92px;line-height: 110px;overflow: hidden;color: #fff;font-weight: normal;font-size: 24px;padding-left: 20px;}
.yunu-case-in .hd li a,.yunu-case-in .hd .more {margin-top: 1px;display: block;line-height: 50px;background: #333 url(/public/template/default/images/case_ico01.png) no-repeat 20px center;padding-left: 50px; color: #fff;}
.yunu-case-in .hd li.on a,.yunu-case-in .hd .more:hover {background-image: url(/public/template/default/images/case_ico02.png);background-color: #5c7abc;color: #fff;}
.yunu-case-in .bd {float: right;width: 920px;}
.yunu-case-in .bd li {overflow: hidden;display: none;width: 920px;}
.yunu-case-in .bd .m {float: left;width: 530px;height: 398px;line-height: 398px;padding: 10px 40px;}
.yunu-case-in .bd .text {margin-left: 530px;padding: 25px 25px 0;margin-top: 10px;background-color: #5c7abc;color: #fff;height: 340px;}
.yunu-case-in .bd .text h4 {white-space: nowrap;overflow: hidden;text-overflow: ellipsis;font-size: 18px;margin: 15px 0;}
.yunu-case-in .bd .text h4:after {content: '';display: block;width: 20px;height: 2px;background-color: #fff;margin-top: 15px;}
.yunu-case-in .bd .text p {margin: 0;line-height: 30px;text-align: justify;height: 150px;overflow: hidden;}
.yunu-case-in .bd .text .more {display: inline-block;margin-top: 20px;color: #fff;border: 1px solid #fff;border-radius: 5px;padding: 8px 12px;width: 120px;text-align: center;}


