	.rz-logo{
		padding-left: 48px;
		padding-top: 8px;
	}
	.banner{
		/*background: url(../images/banner.png);*/
	    min-width: 1200px;
	    height: 600px;
	    background-size: cover;
	    text-align: center;
	    color: #ffffff;
	    position: relative;
	    overflow:hidden;
	}
	.banner .banner-tit {
	    width: 100%;
	    min-width: 1200px;
	    color: #ffffff;
	    text-align: center;
	    position: absolute;
	    top: 45%;
	    left: 0;
	    margin-top: -102px;
	}
	.banner-tit h3{
		color: #006ad3;
		font-size: 50px;
	}
	.banner-tit h4{
		color: #006ad3;
		font-size:24px;
		padding-top: 20px;
	}
	.banner-menu{
		/*width: 1200px;*/
		overflow: hidden;
		position: absolute;
    	bottom: 0;
	}
	.banner-menu-item{
		width: 30%;
	}
	.banner-menu ul li {
	    color: #999;
	    display: block;
	    width: 300px;
	    height:47px;
	    float: left;
	    padding-top: 10px;
	    padding-bottom: 30px;
	    cursor:pointer;
	    transition: all .5s;
	    -webkit-transition: all .5s;
	}
	.banner-menu-item {
    	background-color: #fff;
	    width: 280px;
	    height: 47px;
	    line-height: 47px;
	}
	.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;
		/*background: yellow;*/

	}
	.service-right{
		width:80%;
		float: right;
		/*background: red;*/
	}
	.service-right li {
	    color: #999;
	    text-align: center;
	    display: block;
	    width: 25%;
	    float: left;
	    position: relative;
	    /*padding: 10px 0;*/
	    padding-bottom: 20px;
	}
	.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%;
	    vertical-align:middle;
	}
	.s-r-tit{
		padding:25px 0;
		text-align: center;
	}
	.s-r-p{
		text-align: left;
		padding:0 18px;
	  text-indent: 2em;
	}
	.service-left-menu{
		width: 174px;
		height: 574px;
		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:46px;
		line-height: 46px;
		border-bottom: 1px solid #595959;
		color: #fff;
	}
	.service-left-menu ul li a{
		color: #fff;
	}

/*lh*/
.advantage {
	background: url(../images/banner_3.png);
	min-width: 1200px;
	height: 600px;
	background-size: cover;
}

.advantage-tit {
	text-align: center;
	color: #fff;
	font-size: 24px;
	padding: 40px 0;
}

.advantage-right-item {
	background-color: #fff;
	width: 227px;
	height: 390px;
	margin: 0 auto;
}

.advantage-template-box {
	/*width: 265px;
	    height: 200px;*/
	position: relative;
	overflow: hidden;
	margin: 0 auto;
}

.advantage-template-box img {
	width: 100%;
}

.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: 25px 0;
	text-align: center;
	font-size: 16px;
	color: #333333;
}

.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: 24px;
	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;
}


