
/*guide*/
.guide{
	padding:33px 0;
	background:#fff;
	overflow:hidden;
}
.guide-l{
	float:left;
	height:105px;
	width:188px;
	background:#e3e3e0;
	padding:34px 19px 0;
	font-size:12px;
	color:#fff;
	text-transform: uppercase;
	overflow:hidden;
	box-shadow: 2px 3px 10px rgba(0,0,0,0.2);
}
.guide-l h3{ 
	font-size:18px;
	margin-bottom:5px;
    color:#777;
}
.guide-l p{ 
	font-size:16px;
	margin-bottom:5px;
    color:#777;
}
.guide-l img{
	float:right;
	margin-top:8px
}
.guide-l-des{
	float:left;
}
.guide-r{
	float:left;
	width:100%;
}
.guide-r ul li{
	box-shadow: 1px 2px 20px #e3e3e0;
	float:left;
	width:182px;
	height:105px;
	background:#fff;
	margin-left:4px;
	text-align:center;
	padding-top:19px;
	transition: all 0.6s;
}
.guide-tb{
	height:51px;
}
.guide-tb img{
	max-height:51px;
	width:auto;
	display: block;
	margin:auto;
}
.guide-r ul li h3{
	font-size:18px;
	color:#4c4c4c;
	font-weight:normal;
	margin-top:5px; font-weight:bold
}
.guide-r ul li:hover{
	box-shadow: 1px 2px 20px rgba(0,0,0,0.6);
}
.guide-r ul li:hover h3{
	color:#d91635;
}
.w{
	width:1325px;
	margin:auto;
}




/*part1*/
.part1{
	padding:30px 0 30px 0;
	overflow:hidden;
}
.title{
	padding:12px 18px;
	border:1px solid #e5e5e5;
	background:#f6f6f6;
}
.title h3{
	font-size:16px;
	color:#333;
	background:url(../images/link2.png) no-repeat left 3px;
	padding-left:10px;
}
.title h3 span{
	font-size:14px;
	text-transform: uppercase;
	font-weight:normal;
	color:#999999;
}
.title h3 a{
	float:right;
	font-size:13px;
	color:#1CA472;
	font-weight:normal;
}
.title h3 a:hover{
	color:#e40001;
}
.hos-news{
	width:900px;
	float:left;
}
.hos-news-des{
	height:325px;
	border:1px solid #e5e5e5;
	border-top:0;
	padding:25px 19px 0;
	overflow:hidden;
}
.hos-news-des-t{
	overflow:hidden;
	text-align:center;
	padding-bottom:14px;
}
.hos-news-des-t ul li{
	display: inline-block;
	font-size:14px;
	color:#555;
	margin:0 10px;
	padding:10px 20px;
	cursor: pointer;
}
.hos-news-des-t ul .on{
	color:#fff;
	background:#1CA472;
}
.hos-news-box-l{
	float:left;
	width:320px;
	padding-top:9px;
}
.hos-news-box-l img{
	display: block;
	width:100%;
	height:auto
}
.hos-news-box-l .swiper-pagination{
	text-align: right;
}
.hos-news-box-l .swiper-pagination-bullet{
	width:24px;
	height:18px;
	background:#fff;
	border-radius: 3px;
	opacity: 1;
	line-height:18px;
	text-align:center;
}
.hos-news-box-l .swiper-pagination-bullet-active{
	background:#e40001;
	color:#fff
}
.hos-news-box{
	float:left;
	width:475px; margin-left:20px
}
.hos-news-box-r{
	display: none;
}
.hos-news-box-r li{
	padding:10px 0;
	border-bottom:1px dashed #e5e5e5;
	overflow:hidden;
	background:url(../images/point.png) no-repeat left center;
	padding-left:10px;
}
.hos-news-box-r li a{
	float:left;
	width:78%;
	font-size:14px;
	color:#555;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
    padding-right:5%;
}
.hos-news-box-r li span{
	float:right;
	font-size:14px;
	color:#878787
}
.hos-news-box-r li a:hover{
	color:#1CA472;
}



/*hos-about*/
.hos-about1{
	float:right;
	width:400px;
}
.hos-about1-main{
	font-size:14px;
	color:#555;
	line-height:26px;
	padding:20px;
	border:1px solid #e5e5e5;
	border-top:0;
	height:310px;
}




/*hos-about*/
.hos-about{
	float:left;
	width:400px; margin-left:26px
}
.hos-about-main{
	font-size:14px;
	color:#555;
	line-height:26px;
	padding:20px;
	border:1px solid #e5e5e5;
	border-top:0;
	height:290px;
}
.hos-about-main-t{
	height:190px;
    text-align:center;
}
.hos-about-main-t video{
	width:100%;
	height:190px;
	object-fit:fill 
}

.hos-about-main-b{
	overflow:hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp:3;
	-webkit-box-orient: vertical;
	margin-top:5px;
    font-size:13px;
}
.hos-about-main-b a{
	color:#555;
}
.hos-about-main-b span{
	color:red;
}