.areaheart{
	width: 100%;
	max-width: 640px;
	min-width: 320px;
	margin: 0 auto;
	background: url('../img/banner.png') no-repeat top center;
	background-size: 100%;
}
#nav{
	width: 100%;
	background: #F7F7F7;
	position: fixed;
	left: -100%;
	top: 0;
	z-index: 1;
}
#nav .nav_title{
	padding: 0 .3rem;
	height: 1.1rem;
	line-height: 1.1rem;
	font-size: .32rem;
	color: #0a102b;
	background: #F6C471;
}
#nav .nav_title h2{
	font-weight: normal;
}
#nav .nav_title .nav_close{
	margin-top: .4rem;
}
#nav .nav_title img{
	width: .36rem;
	height: .36rem;
}
#nav ul{
	height: 400px;
	overflow: scroll;
}
#nav li{
	text-align: center;
	position: relative;
}
#nav li a{
	/* height: 1rem; */
	display: block;
	line-height: 1rem;
	font-size: .38rem;
	color: #0a102b;
	padding: 0 .6rem;
	border-bottom: 1px solid #E7E3D7;
}
#nav li ol{
	display: none;
}
#nav li ol a{
	font-size: .32rem;
	background: #FFF8ED;
	border-bottom: 1px solid #fff;
}
.top{
	width: 100%;
	height: 1.1rem;
	background: rgba(255, 255, 255, .8);
	box-shadow: 0 1px 1px 0 #ddd;
}
.logo{
	width: 70%;
	height: 100%;
	text-align: center;
}
.logo img{
	width: 4.14rem;
	height: .72rem;
	/*margin: .2rem auto;*/
}
.logo_img_box{
	display: flex;
	justify-content: center;
	height: 100%;
	padding-left: .3rem;
	overflow: hidden;
	flex-direction: column;
}
.top_txt p{
	color: #243b2b;
	font-family: "方正粗黑宋简体";
	font-size: .3rem;
	line-height: 1.4rem;
}
.nav{
	width: .7rem;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-right: .3rem;
	overflow: hidden;
}
.nav img{
	width: .40rem;
	height: .35rem;
}
.banner{
	height: 5.5em;
	display: flex;
	position: relative;
	flex-direction: column;
	justify-content: center;
}
.search{
	width: 94%;
	height: .6rem;
	overflow: hidden;
	line-height: .6rem;
	border-radius: .3rem;
	background: rgba(255, 255, 255, 0.6);
	position: absolute;
	left: 3%;
	top: .4rem;
}
.search_ipt{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 86%;
	background: transparent;
	border: 0 none;
	outline: none;
	text-indent: .2rem;
	color: #333;
}
.search_sub{
	position: absolute;
	right: 0;
	top: 0;
	width: 12%;
	height: 100%;
	background: url('../img/icon_search.png') no-repeat center;
	background-size: 40%;
	border: 0 none;
	outline: none;
	text-indent: 10rem;
}
.head_info{
	width: 80%;
	margin: 0 auto;
	background: rgba(255,255,255,.4);
	border-radius: 1.23rem 0 0 1.23rem;
}
.pic_box{
	width: 2.46rem;
	height: 2.46rem;
	display: flex;
	border-radius: 50%;
	overflow: hidden;
	background: #fff;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.head_pic img{
	max-width: 100%;
	max-height: 100%;
}
.head_txt{
	width: 3rem;
	text-align: center;
	line-height: .64rem;
	padding-right: 6%;
}
.head_txt .name{
	line-height: .8rem;
	
	color: #fff;
	font-size: .34rem;
        padding-top: .15rem;
}
.head_txt span{
	font-size: .3rem;
	color: #e60012;
	display: inline-block;
	text-indent: .3rem;
	
	position: relative;
	text-indent: .5rem;
}
.head_txt span i{
	position: absolute;
	left: 0;
	top: .22rem;
	width: .4rem;
	height: .35rem;
}
.head_txt span img{
	width: 100%;
	height: 100%;
}
.recommend{
	/*width: 4.68rem;*/
	margin: 0 auto;
}
.recommend p {
    display: block;
    font-size: .28rem;

    background: rgba(255,255,255,.4);
    padding: 0 .2rem;
    border-radius: .1rem;
    margin-bottom: .2rem;
    text-shadow: #fff 1px 1px 0px;
 line-height: .48rem;
}
.recommend p a{
	color: #f6c471;
}
.recommend p:last-child{
	margin-bottom: 0;
}
.info{
	width: 100%;
	text-align: center;
	padding: .2rem .28rem;
	background: #F3F4F9;
}
.info_list{
	padding: 0 .6rem;
	/* padding-top: .2rem; */
	margin-top: .38rem;
	background-color: #fff;
	background: #FFF8ED;
	border: .02rem solid #F6C471;
	position: relative;
	box-shadow: 0 3px 5px 0px #ddd;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.info_list::before{
	content: "";
	width: .68rem;
	height: .68rem;
	position: absolute;
	right: .12rem;
	top: .12rem;
	background: url('../img/bg_rt.png') no-repeat right top;
	background-size: 60%;
}
.info_list::after{
	content: "";
	width: .68rem;
	height: .68rem;
	position: absolute;
	left: .12rem;
	bottom: .12rem;
	background: url('../img/bg_lb.png') no-repeat left bottom;
	background-size: 60%;
}
.bg_list{
	position: absolute;
	left: .12rem;
	top: .12rem;
	/*display: none;*/
}

.bg_list img{
	width: .42rem;
	height: .42rem;
}
.bg_rb{
	left: auto;
	right: .12rem;
	top: auto;
	bottom: .12rem;
}
.info_list h3{
	color: #CF9742;
	line-height: 1.2rem;
	font-weight: normal;
	/*font-family: 方正粗黑宋简体;*/
	font-size: .36rem;
}
.icon_min,
.icon_add{
	width: .24rem;
	height: .24rem;
}
.icon_min img,
.icon_add img{
	width: 100%;
	height: 100%;
}
.icon_min{
	display: none;
}
.info_list_in{
	width: 96%;
	margin: 0 auto;
	background: #FFF8ED;
	padding: .4rem;
	font-size: .26rem;
	color: #333;
	line-height: .40rem;
	text-align: left;
	border: .02rem solid #F6C471;
	border-top: 0 none;
	box-shadow: 0 3px 5px 0px #ddd;
	display: none;
overflow: hidden;
}
.info_list_in li h4{
	font-weight: normal;
	display: inline-block;	
}
.info_list_in li h5{
	font-size: .26rem;
	color: #243b2b;
}
.jiaoyu li{
	margin-bottom: .2rem;
	list-style: disc;
	position: relative;
}
.works ul li{
	padding-left: .5rem;
	position: relative;
}
.works ul li::before{
	content: '';
	position: absolute;
	left: 0;
	top: .05rem;
	width: .3rem;
	height: .3rem;
	background: url(../img/icon_time.png) no-repeat center;
	background-size: 100%;
}
.disc ul{
	/*padding: 0 .4rem;*/
	padding-left: .4rem;
}
.disc li{
	list-style: disc;
}
.jiaoyu ul{
	padding-left: .3rem;
}
.jiaoyu li::before{
	content: '';
	position: absolute;
	left: -13px;
	top: 14px;
	height: 100%;
	width: 1px;
	background: #000;
}
.jiaoyu li p{
	/*text-indent: .3rem;*/
}
.res_focus li{
	margin-bottom: .2rem;
	padding-bottom: .2rem;
	border-bottom: 1px solid #EAE4DA;
}
.res_focus li:last-child{
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 0 none;
}
.res_focus li p{
	color: #243b2b;
}
.info_list_pic{
	padding-top: .2rem;
}
.info_list_pic li{
	width: 30%;
	float: left;
	margin-right: 5%;
	font-size: .24rem;
	text-align: center;
	line-height: .52rem;
}
.info_list_pic li:nth-child(3n){
	margin-right: 0;
}
.ewm_box,
.pic_list_box{
	display:flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.pic_list_box{
	height: 2.1rem;
	background: #fff;
}
.ewm_box{
	width: 100%;
	height: 2rem;
	margin-bottom: .2rem;
}
.info_list_pic li img,
.ewm_box img{
	max-width: 100%;
	max-height: 100%;
}
.footer{
	margin-top: .2rem;
	padding: .2rem 0;
	text-align: center;
	font-size: .20rem;
	line-height: .30rem;
	color: #000;
	background: #f8f8f8;
	border-top: .04rem solid #F3C275;
}
/*内容页面公共样式*/
.public{
	width: 96%;
	border: 1px solid #000;
	margin: .4em auto;
	position: relative;
	background: #FFF8ED;
	border: .02rem solid #F6C471;
    overflow: hidden;
   min-height:7rem;
}
.public::before{
	content: "";
	width: .68rem;
	height: .68rem;
	position: absolute;
	right: .12rem;
	top: .12rem;
	background: url('../img/bg_rt.png') no-repeat right top;
	background-size: 60%;
}
.public::after{
	content: "";
	width: .68rem;
	height: .68rem;
	position: absolute;
	left: .12rem;
	bottom: .12rem;
	background: url('../img/bg_lb.png') no-repeat left bottom;
	background-size: 60%;
}
.title_bg{
	position: absolute;
	left: -0.15rem;
	top: 0.18rem;
	width: 1.81rem;
	height: .69rem;
}
.title_bg img{
	width: 100%;
	height: 100%;
}
.title_bg h2{
	position: absolute;
	left: 0.34rem;
	top: 0;
	color: #fff;
	font-weight: normal;
	font-size: .30rem;
	line-height: 0.52rem;
	padding-right: .3rem;
	background: url('../img/title_bg2.png') no-repeat right center;
	background-size: auto 100%;
	background-color: #f6c370;
	height: .544rem;
min-width:100px;
}
.h_box{
	position: absolute;
	left: 0;
	top: 0;
	width: 300%;
	height: 1rem;
}
.public_in{
	padding: 0 .5rem;
	padding-top: 1rem;
}
.pic_list li{
	float: left;
	width: 45%;
	margin-bottom: .1rem;
	text-align: center;
}
.pic_list li:nth-child(2n){
	float: right;
}
.pic_list li .picBox{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 2rem;
}
.pic_list li img{
	max-width: 100%;
	max-height: 100%;
}
.pic_list li p{
	color: #666;
	font-size: .2rem;
	line-height: .3rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.see_more{
	    margin: .4rem auto;
    min-width: 2rem;
    height: .54rem;
    border-radius: .1rem;
    border: 2px solid #F6C575;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    max-width: 2.5rem;
}
.see_more a{
	color: #F6C575;
	font-size: .26rem;
}
.see_more a::after{
	content: '';
	display: inline-block;
	width: .3rem;
	height: .2rem;
	margin-left: .12rem;
	background: url(../img/icon_more.png) no-repeat center;
	background-size: 100%;
}

.pic_con{
	margin-bottom: 0.5rem;
}
.art_title{
	font-size: .3rem;
	color: #666;
	line-height: .3rem;
	text-align: center;
}
.art_info ul{
	display: inline-block;
}
.art_info li{
	float: left;
	color: #666;
	font-size: .2rem;
	line-height: .5rem;
	margin: 0 .13rem;
}
.art_in{
  	font-size: 14px;
	line-height: 30px; 
	color: #666;
}
.art_in img{
	max-width: 100%;
	height: auto;
	margin: 0.2rem auto;
}
.art_page {
	padding-top: .2rem;
	font-size: .28rem;
	color: #333;
	margin-top: .2rem;
	padding-bottom: .1rem;
	border-top: 1px solid #ddd;
}
.art_page li{
	margin-bottom: .1rem;
}
.art_page li a{
	font-size: .24rem;
	color: #444;
}
.art_list li{
	font-size: .2rem;
	line-height: .4rem;
	position: relative;
	text-indent: .2rem;
	margin-bottom: .4rem;
}
.art_list li::before{
	content: '';
	position: absolute;
	left: 0;
	top: .14rem;
	display: block;
	width: .08rem;
	height: .13rem;
	background: url(../img/icon_right.png) no-repeat center;
	background-size: 100%;
}

.art_list li a{
	color: #333;
	display: block;
	/* overflow: hidden; */
	/* text-overflow: ellipsis; */
	/* white-space: nowrap; */
}

.info_list_no li{
	font-size: .2rem;
	line-height: .4rem;
	color: #666;
}
.public{
	box-shadow: 0 3px 5px 0px #ddd;
}
.all .art_list{
	padding-bottom: .5rem;
}
.all .art_list li{
	margin-bottom: .2rem;
}
.all .more{
	position: absolute;
	right: .25rem;
	top: .3rem;
	font-size: .2rem;
	color: #333;
}
.team h4{
	color: #333;
	line-height: .6rem;
}
.team .art_in{
	color: #333;
}
.team_box{
	margin-bottom: .4rem;
}

#nav li i{
	content: "";
	position: absolute;
	right: 10px;
	top: .5rem;
	margin-top: -.2rem;
	width: .4rem;
	height: .4rem;
	-webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
#nav li i.hot{
	-webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}
#nav li img{
	display: block;
	width: 100%;
	height: 100%;
}





/* iphone 5 width:320px */
@media only screen and (max-width: 374px) and (min-width: 320px){
	.top_txt p{
		display: none;
	}
	.banner{
		height: 4.5em;
	}
	.head_info{
		width: 84%;
	}
	.pic_box{
		width: 2rem;
		height: 2rem;
	}
	.head_txt span{
		margin-left: .2rem;
	}
	.recommend p{
		margin-bottom: .2rem;
		padding: 0 .1rem;
		line-height: .4rem;
	}
}
/* iphone 6 width:375px */
@media only screen and (max-width: 413px) and (min-width: 375px){
	
}
/* iphone 6P width:414px */
@media only screen and (max-width: 639px) and (min-width: 414px){
	.banner{
		height: 6rem;
	}
}
/* iphone 6P width:414px */
@media only screen and (max-width: 768px) and (min-width: 640px){
	.banner{
		height: 10rem;
	}
	.search{
		height: .8rem;
		line-height: .5rem;
	}
}



.img_box{
	width: 100%;
	height: 4rem;
	padding: .08rem;
	margin: 0.2rem 0;
	border: 1px solid #ddd;
	display:flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.img_box img{
	max-height: 100%;
	margin: 0;
}