
.main_2{
	width: 100%;
	height: 150px;
}
.main_2 img{
	width: 100%;
	height: auto;
	float: left;
}
.tab_li{
	width: 100%;
	padding: 10px 0;
}
.tab_li ul{
	display: block;
	width: 100%;
	height: 25px;
	border-bottom: 1px solid #e5e5e5;
	position: relative;
	color: rgb(121,88,88);
}
.tab_li li{
	display: inline-block;
	position: absolute;
	padding-bottom: 5px;
	height: 20px;
	font-size: 0.8rem;
}
.tab_li li:first-child{
	left: 10%;
}
.tab_li li:nth-child(2){
	left: 45%;
}
.tab_li li:last-child{
	left: 77%;
}
.tab_li .tabCale{
	border-bottom: 2px solid #452323;
	font-weight: bolder;
}
.tabLi{
	display: none;
}
.tabLi:first-child{
	display: block;
	min-height: 300px;
}
/*关于兰境*/
.tabBox{
	margin-bottom: 20px;
	padding: 0 1rem;
}
.tabLi:first-child p{
	text-indent: 2em;
	line-height: 24px;
	font-size: .85rem;
	padding-top: 20px;
}
/*人物介绍框*/
.jie_shao{
	width: 100%;
	height: 120px;
	display: block;
}
.ren_img{
	width: 28%;
	height: 120px;
	overflow: hidden;
	display: inline-block;
	float: left;
	text-align: center;
}
.ren_img img{
	width: 86%;
	height: auto;
	border-radius: 50%;
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;
}
.jie_shao_box{
	width: 70%;
	height: 120px;
	display: inline-block;
	float: left;
	padding-left: 0.4rem;
}
.jie_shao_box dl dt.title_M{
	display: block;
	width: 99%;
	height: 40px;
	border-bottom: 1px solid #452323;
	position: relative;
	padding-bottom: 0.2rem;
    margin-bottom: 0.2rem;
}
.ren_name{
	font-size: 0.8rem;
	color: #452323;
	font-weight: 700;
}
.en_name{
	font-size: .8rem;
	color: #452323;
}
.ren_biao_qian{
	font-size: .8rem;
	color: #452323;
	font-weight: 700;
	position: absolute;
	left: 50%;
	bottom: 5px;
	opacity: 0.8;
}
.jie_shao_content{
	font-size: .9rem;
	line-height: 20px;
}
.jie_shao_content p{
	font-size: .75rem;
	color: #000000;
}
/*logo墙*/
.he_zuo_jg{
	display: block;
	width: 100%;
	height: auto;
	padding-top: 20px;
}
.he_zuo_jg .he_zuo{
	display: inline-block;
	width: 32%;
	font-size: 1.5rem;
	color: #000;
	text-align: center;
}
.he_zuo_jg .he_zuo img{
	width: 75%;
	height: auto;
}
/*弹窗*/
#like{
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0,0,0,.7);
	z-index: 100 !important;
	overflow: hidden;
}
#like .likes{
	display: none;
	position: absolute;
	display: block;
	width: 80%;
	height: 84%;
	top: 6%;
	left: 10%;
	background: #fff;
	overflow-y: scroll;
	border-bottom: 20px solid #fff;
}
#like .likes .guanH{
	position: absolute;
	top: 10px;
	right: 10px;
}
.likesx{
	display: inline-block;
	width: 25px;
	height: 3px;
	border-radius: 1.5px;
	background: #000;
	line-height: 0;
	font-size: 0;
	vertical-align: middle;
	-webkit-transform: rotate(45deg);
}
.likesx:after{
	content: '/';
	display: block;
	width: 25px;
	height: 3px;
	border-radius: 1.5px;
	background: #000;
	-webkit-transform: rotate(90deg);
}
.likes li{
	font-size: .8rem;
	line-height: 24px;
	padding: 0 10px;
	color: #000;
}
.contenTitle{
	font-size: 1rem !important;
	height: 60px;
	line-height: 50px !important;
	padding: 10px 0;
	text-align: center;
}
/*轮播图*/
.swiper-container{
	height: 100%;
}
.swiper-slide{
	padding: 0;
}
.swiper-slide img{
	height: 100%;
}
.swiper-pagination .swiper-pagination-bullet{
	background: none;
	border: 1px solid #fff;
	width: 4px;
	height: 4px;
}
.swiper-pagination .swiper-pagination-bullet-active{
	background-color: #fff;
}
