body{
	font-family: Microsoft YaHei,arial,helvetica,clean,sans-serif;
	height: 100%;
	color: #333;
	letter-spacing: 1px;	background: #fff;
}
.h_body,.h_layer{max-width: 1024px;margin: 0 auto;}
.h_header,.h_footer{display: none!important;}
.h_header_pc,.h_footer_pc{display: block!important;}

/*banner*/
.zt_banner{width: 100%;}
.zt_banner img{
	width:10.24rem;
	margin: 0 auto;
	box-shadow: 0 6px 10px rgba(0,0,0,.3);
}
.xz_banner{width: 100%;}
.xz_banner img{
	width:10.24rem;
	margin: 0 auto;
	box-shadow: 0 6px 10px rgba(0,0,0,.3);
}
.title_problem{
	font-weight:bold;
	color: #2c73e8;
	margin: .2rem 0 0.1rem;
	display: block;
}
/*title*/
.zt_title{
	width: 100%;
	text-align: center;
	font-size: .2rem;
	line-height: 1.5em;
	font-weight: bold;
}
.zt_right p span{
	font-size: 0.26rem;
	font-weight: bold;
	color: #2c73e8;
	margin: .2rem 0 0.1rem;
	display: block;
}
.zt_right p b{
	font-size: 0.16rem;
	font-weight: bold;
	color: #a71f12;
    margin: .2rem 0 0.1rem;
	display: block;
}

.zt_jieshaoleft{
	width:360px;
	float:left !important;
	}
.zt_jieshaoright{
	text-indent: 0em;
	float:right !important;
	width:560px;
	font-size: .16rem;
	line-height: 1.6em;
	color:#666;
	}
/*人物介绍*/
.zt_people{
	width:100%;
	height: auto;
	overflow: hidden;
}
.people_center{
	padding: 0.4rem ;
	background: #f7f8f9;
    overflow: hidden;	
}
.zt_left{
	float:left;
	padding: 10px;
	position: relative;
}
.zt_left img{
	width: 400px;
	height: 293px;
}
.sj_left{
	position: absolute;
	background: url(../images/sj_left.png) no-repeat;
	width: .17rem;
	height: .17rem;
	top: 0;
	left: 0;
}
.sj_right{
	position: absolute;
	background: url(../images/sj_right.png) no-repeat;
	width: .17rem;
	height: .17rem;
	bottom: 0;
	right: 0;
}
.zt_right b{
	font-size: .26rem;
}
.zt_right b span{
	font-weight: 400;
	color: #666;
	font-family: arial;
	letter-spacing: 0.01rem;
	display: initial;
}
.zt_right ul{
	height: auto;
	overflow: hidden;
	margin: .25rem 0;
}
.zt_right ul li{
	font-size: .18rem;
	color: #666;
	font-weight: 600;
	float: left;
	margin-right: .2rem;
	margin-bottom: .1rem;
	display: flex;
	align-items: center;
}
.zt_right ul li span{
	background: #2c73e8;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	float: left;
	margin: 0 10px 0 0;
}
.zt_right p{
	font-size: .16rem;
	color: #666;
	line-height: 1.8em;
}
/*高峰论坛*/
.gf_title{
	font-size: .32rem;
	font-weight: 600;
	letter-spacing: 0.02rem;
	margin: .6rem 0 0 0;
}
.gf_title span{
	width: 0.08rem;
	height: .34rem;
	background: #2c73e8;
	float: left;
	margin: .06rem .16rem 0 0;
	font-weight: 600;
}
.gf_erji{
	color: #2c73e8;
	font-style: oblique;
	font-size: .3rem;
	height: auto;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-bottom: .15rem;
}
.gf_erji span{
	float: left;
}
.gf_erji span:nth-child(2){
	margin:0 .2rem;
}
.erji_left{
	background-color: #2c73e8;
	background-image: linear-gradient(to right, #fff, #2c73e8);
	height: .02rem;
	width: 2.76rem;
}
.erji_right{
	background-color: #2c73e8;
	background-image: linear-gradient(to left, #fff, #2c73e8);
	height: .02rem;
	width: 2.76rem;
}
.gf_text{
	padding-bottom: .3rem;
}
.gf_text ul{
	height: auto;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.gf_text ul li{
	float: left;
	border-bottom: 1px solid #e6e6e6;
	padding: .2rem 0;
	margin: 0.2rem 0;
}
.gf_text ul li:nth-last-child(1){
	border-bottom: 0;
	padding-bottom: 0;
}
.gf_text ul li:nth-last-child(2){
	border-bottom: 0;
	padding-bottom: 0;
}
.gf_text ul li img{
	width:100%;
	transition: all 0.5s;
}
.gf_text ul li h1{
	font-weight: 400;
	font-size: .22rem;
	font-weight:bold;
	color: #2c73e8;
	line-height: .28rem;
	margin-bottom: .18rem;
	text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.gf_text ul li p{
	font-size: .16rem;
	line-height: 1.8em;
	color: #666;
	text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
	margin-top:10px;
	height: 5.4em; 
    overflow: hidden;
    
}
.gf_text ul li h3{
	font-size: .16rem;
	line-height: 1.8em;
	color: #666;    
}
.img_over{
	overflow: hidden;
	float: left;
    width: 2rem;
    height: 1.5rem;
	margin-right: .2rem;
	border-radius:3px;
}
.gf_text ul li:hover .img_over img{
	transform: scale(1.2);
	transition: all 0.5s;
}
.gf_text ul li:hover div h1{
	color: #900;
}
/*观点*/
.guandian ul{
	height: auto;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
}

.guandian ul li{
	width: 24%;
	height: auto;
	margin:0 0.5%
}
.guandian ul li a p{
	font-size: .16rem;
	color: #333;
	line-height: .28rem;
	margin: -.25rem 0 .15rem 0;
}
.gd_img{
	overflow: hidden;
}
.guandian ul li a .gd_img img{
	width: 100%;
}
.gd_tit{
	background: transparent linear-gradient(180deg, #6BC50600 6%, #1B2C0F00 -18%, #000 113%) 0% 0% no-repeat padding-box;
	position: absolute;
	width: 3.29rem;
	height: 2.17rem;
	bottom: 0;
	display: flex;
    align-items: flex-end;
}
.guandian ul li a .gd_tit span{
	font-size: .22rem;
	color: #fff;
	line-height: .28rem;
	padding: .15rem .2rem;
}

/*人物观察*/
.see_text{
	height:auto;
	overflow:hidden;
	padding-bottom: .5rem;
}
.see_text ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.see_text ul li{
	float: left;
	width: 100%;
	padding: .2rem 0;
	border-bottom: 1px solid #e6e6e6;
}
.see_text ul li:nth-last-child(1){
	border-bottom: 0;
	padding-bottom: 0;
}
.see_text ul li:nth-last-child(2){
	border-bottom: 0;
	padding-bottom: 0;
}
.see_title{
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
}
.see_text ul li a div h1{
	font-size: .22rem;
	color:#2c73e8;
	font-weight: 400;
	margin-bottom: .2rem;
	text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    float: left;
    padding-left: .2rem;
}
.see_text ul li a div span{
	background: #2c73e8;
	margin-right: .15rem;
	display: initial;
	width: 0.1rem;
	height: 0.1rem;
	position: absolute;
	left: 0;
	margin-top: 8px;
	width:7px;
	height: 7px;
	border-radius: 50%;
	top: 3px;
}
.see_text ul li a div img{
	width: 1.59rem;
	height: 1.05rem;
	transition: all 0.5s;
}
.see_text ul li a div p{
	font-size: .16rem;
	line-height: .24rem;
	color: #999;
	text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.see_text ul li:hover a h1{
	color: #900;
}
.see_1{
	overflow: hidden;
	float: left;
	width: 1.59rem;
	height: 1.05rem;
	margin-right: .25rem;
}
.see_text ul li:hover a div .see_1 img{
	transform: scale(1.2);
	transition: all 0.5s;
}
.yi_jianju{
	padding-bottom: .1rem;
}
/*book*/
.book_all{
	width: 100%;
	background: #f7f8f9;
	padding-bottom: .2rem;
}
.book_center{
	height: auto;
	overflow: hidden;
}
.book ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.book ul li a{
	float: left;
	width: 4.4rem;
	height: 2.28rem;
	background: #fff;
	display: block;
	padding: 9px 0 0 12px;
	margin-bottom: .22rem;
}
.book_position{
	width: 1.46rem;
	height: 2.08rem;
	position: relative;
	float: left;
	margin-right: .38rem;
}
.book_position img:nth-child(2){
	border-radius: 0 0 0 9px;
}
.book_position img:nth-child(1){
	position: absolute;
	left: 0;
}
.text_1 div{
	height: auto;
	overflow: hidden;
}
.text_1 div h1{
	font-size: .22rem;
	color: #2c73e8;
	margin: .14rem 0 .47rem 0;
}
.text_1 div span{
	display: block;
	font-size: .14rem;
	color: #333;
	margin-bottom: .1rem;
}
.md-close{
	background: none;
	border: 0;
	font-size: .22rem !important;
	position: absolute;
	right: 20px;
	top: 10px;
}
.md-content{
	position: relative;
}
/*bottom*/
.bottom_img img{
	width: 5.98rem;
	height: 2.98rem;
	box-shadow: 0 6px 10px rgba(0,0,0,.3);
}
.bottom_center{
	padding-left: 0.3rem;
	padding-top: .3rem;
}
.bottom_text{
	width: 6.57rem;
	margin-left: .5rem;
	margin-top: .16rem;
}
.bottom_text p{
	font-size: .18rem;
	line-height: .3rem;
}
.bottom_p{
	color: #2c73e8 !important;
	font-size: .18rem;
	font-family: "arial";
	margin-top: .15rem;
}
.bottom_p b{
	font-size: .2rem;
	letter-spacing: 0.01rem;
}

.gf_lt, .gf_title, .people_center, .gf_erji, .gf_text, .guandian, .book_center, .people_see{	margin: 0 auto;}
.see_1 img:nth-last-child(1){
	display: none;
}
.see_1 img:nth-last-child(2){
	display: none;
}
.san_jianju{
	padding-bottom: .3rem;
}

.sj_left, .sj_right{
	display: block;
}
.gf_title{
	padding-top: .5rem;
}
.gf2_title{
	padding: .3rem 0;
}
.gf_text{
	padding-bottom: 0;
}
.ej_2{
	padding-top: .5rem;
	padding-bottom: .3rem;
}
.ej_1{
	padding-bottom: .3rem;
}
.gf_text ul li:nth-child(1){
	padding-top: 0;
}
.gf_text ul li:nth-child(2){
	padding-top: 0;
}

/*轮播图*/
.lunwen{
	height: auto;
	overflow: hidden;
	width: 100%;
}
.pc_yincang{
	display: none;
}
.pc_lubo{
	display: block;
	width: 10.24rem;
	margin: 15px auto 0;
}
/*.swiper-slide{
	float: left;
	width: 3.26rem !important;
	margin-left: .14rem;
	background: transparent linear-gradient(180deg, #6BC50600 0%, #1B2C0F00 51%, #1F2A37 145%) 0% 0% no-repeat padding-box;
	border-radius: 0 0 5px 8px;
}
.swiper-slide img{
	width: 3.26rem !important;
}*/
.h_swiper{
	width: 100%;
}
#swiper1{margin-bottom:0.1rem ;}
.swiper-container {width: 100%;}
.swiper-slide {text-align: center; font-size: 0.22rem;
    display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-box-pack: center; -ms-flex-pack: center;
    -webkit-justify-content: center; justify-content: center; -webkit-box-align: center;-ms-flex-align: center; -webkit-align-items: center; align-items: center;}
.swiper-slide p {position: absolute; bottom: 0; width: 100%; background: rgba(0, 0, 0, 0.5);color: #fff; z-index: 22; left: 0; text-align: left; padding: 0.1rem 0.2rem 0.2rem;}
.h_swiper{width: 100%;}
.h_swiper ul{padding: 0.2rem;}
.h_swiperL{width: 100%;}
.swiper-pagination-bullet{width: 0.24rem!important;height: 0.24rem!important;font-size: 0.14rem; text-align: center;border-radius: 2px!important;color: #fff;opacity: 1!important;background:rgba(0, 0, 0, 0.5)!important;}
.swiper-pagination-bullet-active{background: rgb(17, 52, 212)!important;}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{font-size: 0;padding:0.15rem 0.2rem;text-align: right;bottom: 0!important;}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet { margin: 0 1px!important;}

.pc_lubo .swiper-slide p{
	display: block;
	width: 100%;
	position: absolute;
	bottom: 15px;
	color: #fff;
	padding: 0 .25rem;
	text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.pc_lubo .swiper-slide p span{
	display: block;
	font-size: .18rem;
}
.pc_lubo .swiper-slide:nth-child(1){
	width: 6.8rem !important;
	margin-left: 0 !important;
}
.pc_lubo .swiper-slide:nth-child(1) img{
	width: 6.8rem !important;
}
.pc_lubo .swiper-slide:nth-child(1) p span{
	font-size: .22rem;
}
.pc_lubo .swiper-slide:nth-child(1) p{
	padding: 0 .5rem;
}
.pc_lubo .swiper-slide:nth-child(4){
	margin-top: .15rem;
}
.pc_lubo .swiper-slide:nth-child(5){
	margin-top: .15rem;
}

.app_nav{
	display:none;
}
.pc_nav{
    display: block;
	margin-top:20px;
}.img_img{margin:0 auto;width:auto;}
@media only screen and (min-width: 320px) and (max-width: 800px) {
	.zt_right p b{
		font-size: 0.24rem!important;
	}
}
@media (min-width: 1024px){
  .h_swiper{padding: 0;margin-bottom: 20px;}
  #swiper2 .h_title{margin:0.3rem 0 0.2rem;}
  .h_title .h_title1 span{ font-size: 0.22rem;}
  .h_title .h_title2{font-size: 0.1rem;}

}
@media only screen and (max-width:1024px ) {
	.h_body{max-width: 7.5rem;margin: 0 auto;}
	.h_header_pc,.h_footer_pc{display: none!important;}
	.h_header,.h_footer{display: block!important;}


	/* 弹出层 */
.h_layer{width: 100%;max-width:7.5rem;background: #fff; position: fixed; z-index: 3;left: 50%;transform: translateX(-50%); bottom: 0; height: 100%;opacity: 1;padding: 0.6rem 0.2rem;}
.h_nav_title{position:relative;padding-bottom:0.3rem;margin-bottom:0.3rem;text-align:center;font-size: 0.24rem;border-bottom: 1px solid #f1f1f1;}
.h_nav_title .h_close{position: absolute;right: 0;top:0;padding: 0 0.2rem}
.h_nav_title .h_close span{font-size: 0.5rem}
.h_nav_list li{ float: left;width: 21.8%;margin: 0.24rem 1.6%;text-align: center;line-height: 2.2em;background: #f6f6f6; color: #333; font-size: 0.24rem; border-radius: 0.06rem;}


.h_list{margin: 0.25rem 0.2rem 0;padding-bottom: 0.14rem;border-bottom: 1px solid #eee}
.h_list_con{width: 100%;}
.h_list_con h2{font-size: 0.32rem;color: #333;font-weight:500;margin-bottom: 0.2rem}
.h_list_con .h_author1{display: flex;justify-content: space-between;align-items: center;width: 100%; color: #999;font-size: 0.24rem;}
.h_list_con .h_author1 .h_data span{margin-left: 0.2rem;color: #777}
.h_footer p{font-size: 0.18rem; text-align: center; color: #666; line-height: 3em; font-family: arial;}
	.zt_jieshaoleft{width: 100%;}
	.zt_jieshaoright{width: 100%;font-size: 0.24rem;margin-top: 0.2rem;}
	.zt_right ul li span{
		width: 5px;
		height: 5px;
	}
	.pc_lubo{
		display: none;
	}
	.pc_yincang{
		display: block;
	}
	.lunwen{
		padding: 0 .2rem;
	}
	.swiper-slide img{
		width: 100% !important;
	}
	.swiper-slide span{
		display: block;
		color: #fff;
		font-weight: 500;
		font-size: .24rem !important;
		bottom: .5rem;
		position: absolute;
		z-index: 9999;
		padding: 0 .3rem;
	}
	/*.swiper-pagination-bullet{
		background: #fff !important;
	}*/
	.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{	
		bottom: 0px !important;
	}
	.swiper-slide{
		float: left;
		position: relative !important;
		width: 100% !important;
		margin: 0 !important;
	}
		
	img{
		border-radius: 8px;
	}
	
	.gf_lt, .gf_title, .people_center, .gf_erji, .gf_text, .guandian, .book_center, .people_see{
		width: 100%;
	}
	.zt_banner img {
	    width: 100%;
	    height: auto;
	}
	.xz_banner img {
	    width: 100%;
	    height: auto;
	}
	.zt_title{
		font-size: .26rem;
		line-height: .36rem;
		text-align: left;
		padding: 0.2rem;
		font-weight: bold;
		margin: 0;
	}
	.people_center{
		padding: .2rem;
	}
	.zt_left img{
		width: 2.31rem;
		height: 1.53rem;
		margin-right: .3rem;
	}
	.sj_left, .sj_right{
		display: none;
	}
	.zt_left{
		padding: 0;
	}
	.zt_right {
	    float: none;
	    width: 100%;
	    margin-left: 0;
	}
	.zt_right b span{
		font-size: .24rem;
	}
	.zt_right ul{
		margin: .15rem 0 0 0;
		min-height: 1rem;
	}
	.zt_right ul li{
		font-size: .24rem;
		line-height: .36rem;
		margin-bottom: 0;
	}
	.zt_right p{
		font-size: .24rem;
		line-height: .36rem;
		background: #fff;
		padding: .2rem;
		margin-top: .25rem;
	}
	.gf_text ul li{
		width: 100%;
	}

	.erji_left, .erji_right{
		width: 30%;
	}
	.gf_text ul li h1{
		font-size: .26rem;
		line-height: .34rem;
	}
	.gf_text ul li h3{
		font-size: .24rem;
		line-height: .34rem;
		
	}
	.gf_text ul li p{
		height: 2.8em;
		text-overflow: ellipsis;
	    display: -webkit-box;
	    -webkit-line-clamp: 2;
	    -webkit-box-orient: vertical;
	    overflow: hidden;
	    font-size: .24rem;
	    line-height: .34rem;
	}
	.zcr_text{
		height: auto!important;
		-webkit-line-clamp: 6!important;
	}
	.gf_text ul li:nth-last-child(2){
		border-bottom: 1px solid #e6e6e6;
		padding-bottom: .2rem;
	}
	.gd_tit{
		border-radius: 8px;
		width: 100%;
		height: auto;
	}
	.gd_img{
		border-radius: 8px;
	}
	.guandian ul li{
		margin-bottom: .2rem;
		width: 49%;
		height: auto;
	}
	.guandian ul li a .gd_tit span{
		font-size: .24rem;
		line-height: .34rem;
		text-overflow: ellipsis;
	    display: -webkit-box;
	    -webkit-line-clamp: 2;
	    -webkit-box-orient: vertical;
	    overflow: hidden;
	}
	.guandian ul li a .gd_img img{
		height: auto;
	}
	.see_text ul li{
		width: 100%;
		float: initial;
	}
	.people_see{
		padding: 0 .2rem;
	}
	.see_text ul li a div h1{
		font-size: .26rem;
	}
	.see_text ul li a div p{
		display: none;
	}
	.see_1{
		width: 100%;
		height: auto;
		overflow: hidden;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.see_text ul li a div img{
		float: left;
		width: 32%;
		height: 100%;
	}
	.see_text ul li:hover a div .see_1 img{
		transition: none;
		transform: none;
	}
	.see_text ul li:nth-last-child(2){
		border-bottom:0;
		padding-bottom: .2rem;
	}
	.see_1 img:nth-last-child(1){
		display: block;
	}
	.see_1 img:nth-last-child(2){
		display: block;
	}
	.bottom_center{
		padding: 0;
	}
	.bottom_img{
		width: 100%;
		float: none;
	}
	.bottom_img img{
		border-radius: 0;
		width: 100%;
		height: auto;
	}
	.bottom_text p{
		padding: .2rem;
		margin: 0;
	}
	.bottom_p{
		padding-top: 0 !important;
	}
	.book ul li{
		width: 30%;
		height: auto;
		overflow: hidden;
	}
	.book ul li a{
		width: 100%;
		background: none;
		padding: 0;
		height: auto;
		overflow: hidden;
		margin: 0;
	}
	.book_position{
		width: 2.06rem;
		height: 2.96rem;
		margin: 0;
	}
	.book_position img{
		width: 100%;
		border-radius: 0 0 0 8px !important;
	}
	.text_1 div span{
		display: none;
	}
	.text_1{
		width: 100%;
	}
	.text_1 div{
		width: 100%;
		text-align: center;
		float: none;
	}
	.text_1 div h1{
		font-size: .24rem;
		margin-bottom: .3rem !important;
		margin-top: .25rem !important;
	}
	.book_all{
		padding: 0 .2rem;
		background: none;
	}
	.md-content > div{
		font-size: .24rem !important;
		padding: 0 !important;
	}
	.md-content{
		background: none !important;
		color: #fff !important;
	}
	.md-overlay{
		background: rgba(45,45,45, .94) !important;
	}
	.md-modal{
		top: 35% !important;
		width: 98% !important;
		padding: .2rem !important;
		max-width: initial !important;
		min-width: initial !important;
	}
	.md-content > div p{
		font-size: .26rem !important;
		line-height: .36rem !important;
	}
	.gf_title{
		margin: 0 0 .3rem 0;
	}
	.see_text ul li:nth-child(1){
		padding-top: 0;
	}
	.see_text ul li{
		border: 0;
		padding: .15rem 0;
	}
	.gf_erji{
		padding-bottom: .3rem;
	}
	.gf_text ul li:nth-child(1){
		padding-top: 0;
	}
	.ej_2{
		padding-top: .3rem;
	}
	.gf_text{
		padding-bottom: 0;
	}
	.see_text{
		padding-bottom: 0;
	}
	.gf2_title{
		padding-top: .3rem;
	}
	.san_jianju{
		padding-bottom: 0;
	}
	.er_jianju{
		padding-left: .2rem;
	}
	.gf_text ul li:nth-child(2){
		padding-top: .2rem;
	}
	.md-close{
		color: #fff;
		font-size: .3rem !important;
	}
	.see_text ul li a div span{
		top: 0px;
	}
	.see_text ul li:hover a h1{
		color: #2c73e8;
	}
	.see_text ul li:hover a div .see_1 img{
		transform: initial;
		transition: initial;
	}
	.gf_text ul li:hover .img_over img{
		transform: initial !important;
		transition: initial !important;
	}
		.gf_text ul li:hover div h1{
		color: #2c73e8;
	}
	.md-content div h1{
		font-size: .32rem;
	}
	.app_nav{
		display:block;
		background: #313131;
		padding: .2rem;
	}
	.app_nav span{
		font-size: .22rem;
		color: #fff;
	}
	.pc_nav{
        display: none;
    }
	.see_text ul li a div span{
		width:5px;
		height: 5px;
		margin-top:5px;
	}
	.guandian ul li a p{
		font-size: .24rem;
	}
	.img_img{margin:0 auto;width:100%;}
	.mingjia-left{padding-left: .2rem; padding-right: .2rem;}
}









