@charset "utf-8";
html{
	font-size: 625%;
}
body,ul,p,h1,h2,h3,h4,h5,h6,figure,dl,dt,dd{
	margin: 0;
	padding: 0;
	font-family: "微软雅黑";
	font-weight: normal;
	font-size: .16rem;
}
ul,dl{
	list-style: none;
}
a{
	text-decoration: none;
	color: #333;
}
img{
	max-width: 100%;
	border: 0;
	display: block;
}
.clear{
	clear: both;
}

.background{
	background: #f4f4f4;
}
input[type=text]{-webkit-appearance:none;}

/*header*/
#header{
	width: 100%;
	max-width: 6.4rem;
	margin: 0 auto;
	background: #fff;
	padding: 1% 0;
}
#header h1{
	float: left;
	width: 2.2rem;
	margin-left: 1%;
}
#header h1 img{
	width: 100%;
}
#header form{
	width: 41%;
	float: right;
	font-size: 0;
	margin: 1.5% 1% 1.5% 0;
	border-radius: .30rem;
	border: .01rem #dcdcdc solid;
	background: #e5e5e5;
} 
#header form input{
	width: 80%;
	padding: .07rem 0;
	outline: none;
	font-size: .12rem;
	text-indent: .08rem;
	background: transparent;
	border: 0;
}
#header form button{
	width: .18rem;
	height: .18rem;
	float: right;
	background: transparent;
	border: none;
	outline: none;
	margin: 0.06rem .06rem 0 0;
	padding: 0;
	font-size: 0;
}
#header form button img{
	width: 100%;
}
/*banner*/
#banner{
	width: 100%;
	max-width: 6.4rem;
	margin: 0 auto;
	overflow: hidden;
}
#banner .swiper-container{
	width: 100%;
}
#banner .swiper-slide{
	display: inline-block;
	font-size: 0;
}
#banner .swiper-slide img{
	width: 100%;
	display: inline-block;
}



/*radio*/
.radio{
	width: 100%;
	max-width: 6.4rem;
	margin: 0 auto;
	background: #fff;
	border-bottom: .01rem #eee solid;
}
.radio img{
	float: left;
	padding: 2%;
	width: .26rem;
	height: .26rem;
}
.radio .scrollleft{
	width: 80%;
	float: left;
	padding: 2%;
}
.radio .scrollleft li{
	font-size: .15rem;
	color: #444;
	float:left;
	display:inline;
	text-align:left;
	width: 6.0rem;
	line-height: .28rem;
}

/*nav*/
.nav{
	width: 100%;
	max-width: 6.4rem;
	margin: 0 auto;
	overflow: hidden;
	background: #fff;
	margin-top: 2%;
	padding: 1% 0 3%;
}
.nav ul li{
	width: 47%;
	float: left;
	margin: 2% 0 0 2%;
	position: relative;
}
.nav ul li dl{
	position: absolute;
	top: 20%;
	left: 8%;
}
.nav ul li dl dt {
	font-size: .20rem;
}

.nav ul li dl dd {
	font-size: .16rem;
}

/*新闻*/
.home_news{
	width: 100%;
	max-width: 6.4rem;
	margin: 0 auto;
	background: #fff;
	margin-top: 2%;
	padding-bottom: 5%;
}
.home_news .tabs{
	width: 100%;
	height: .43rem;
	background: #dcdcdc;
}
.home_news .tabs li{
	width: 25%;
	font-size: .16rem;
	line-height: .43rem;
	text-align: center;
	float: left;
}
.home_news .tabs li a{
	display: block;
}
.home_news .tabs .thistab a{
	background: #a71c41;
	color: #fff;
}
.home_news .tab_con ul{
	margin: 0 2%;
}
.home_news .tab_con ul li{
	padding: 2.7% 0;
	border-bottom: .01rem #eee solid;
	text-align: left;
	font-size: .15rem;
}
.home_news .tab_con ul li span{
	display: block;
	width: .20rem;
	height: .20rem;
	text-align: center;
	line-height: .20rem;
	background: #f5f5f5;
	float:left;
}
.home_news .tab_con ul li em{
	display: block;
	width: 88%;
	text-align: left;
	line-height: .20rem;
	float:left;
	margin-left: .10rem;
	font-style: normal;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

/*项目简介*/
.project{
	width: 100%;
	max-width: 6.4rem;
	margin: 2% auto 0;
	background: #fff;
	padding-bottom: 3%;
}
.project .title_p{
	width: 100%;
	height: .43rem;
	background: #dcdcdc;
}
.project .title_p h2{
	width: 96%;
	font-size: .16rem;
	line-height: .43rem;
	text-align: left;
	margin: 0 2%;
}
.project .dan{
	display: inline-block;
	margin-top: 2%;
}
.project .dan figure{
	width: 100%;
	display: inline-block;
	text-align: center;
}
.project .dan figure span.picture{
	display: block;
	width: 100%;
	border: 1px #dcdcdc solid;
}
.project .dan figure span.picture a{
	display: block;
	width: 100%;
	background: #fff;
	overflow: hidden;
	border: 3px #fff solid;
	box-sizing: border-box;
}
.project .dan figure img{
	width: 100%;
        height: 100px;
}
.project figure figcaption{
	width: 100%;
	font-size: .14rem;
	margin-top: 2%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.project figure figcaption a{
	color: #333;
}


/*bottom*/
.bottom{
	width: 100%;
	max-width: 6.4rem;
	margin: 0 auto;
	padding: 2% 0;
	margin-top: 2%;
}
.bottom p{
	text-align: center;
	font-size: .13rem;
	color: #333;
}
/*kong*/
.kong{
	height: 0.9rem;
}


/*#footer*/
#footer{
	width: 100%;
	max-width: 6.4rem;
	margin: 0 auto;
}
#footer .content{
	width: 100%;
	max-width: 6.4rem;
	background: #fff;
	position: fixed;
	bottom: 0rem;
	z-index: 999;
	border-top: .01rem #dcdcdc solid;
}
#footer .content figure{
	font-size: 0;
	width: 20%;
	float: left;
	text-align: center;
	padding: 1.5% 0;
}
#footer .content figure img{
	width: 32%;
	margin-left: 34%;
}
#footer .content figure figcaption{
	font-size: .12rem;
	margin-top: 2%;
}
#footer .content figure figcaption a{
	color: #444;
}
#footer .content figure.active figcaption a{
	color: #a71c41;
}

/*点击查看微信二维码*/
#wechat{
	width: .18rem;
	padding: .10rem .08rem .10rem .18rem;
	background: #a71c41;
	border-top-left-radius: 3.0rem;
	border-bottom-left-radius: 3.0rem;
	position: fixed;
	right: 0;
	top: 50%;
	margin-top: -0.90rem;
	z-index: 999;
}
#wechat p{
	font-size: .14rem;
	color: #fff;
}

/*弹窗*/
.copyright01 {
	display: none;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 999;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	z-index: 99999;
}
.falvshengming{
	width: 2.4rem;
	height: 3.0rem;
	overflow: hidden;
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 100000;
	background: #fff none repeat scroll 0% 0%;
	margin: -1.5rem 0 0 -1.2rem;
}
.falvshengming img{
	display: block;
	width: 1.2rem;
	height: 1.2rem;
	margin: .50rem auto 0;
}
.falvshengming p{
	font-size: .14rem;
	text-align: center;
	margin-top: .30rem;
}


/*内页*/
/*banner_n*/
.banner_n{
	width: 100%;
	max-width: 6.4rem;
	margin: 0 auto;
}
.banner_n img{
	width: 100%;
}
.background{
	background: #f8f8f8;
}
/*分页*/
table.pages{
	margin: 10% auto 5%;
	border-collapse:separate;
	border-spacing:.03rem 0;
}
table.pages td{
	border: .01rem #dcdcdc solid;
	font-size: .12rem;
	color: #333;
}
table.pages td a{
	display: block;
	padding: .05rem .08rem;
}
table.pages td.active a{
	background: #a71c41;
	color: #fff;
}
/*万厦项目*/
.project_n{
	width: 100%;
	max-width: 6.4rem;
	margin: 0 auto;
}
.infor{
	width: 100%;
	margin: 0 auto;
	background: #fff;
}
.infor ul{
	padding: 3% 0;
	margin: 0 2%;
}
.infor li{
	font-size: .16rem;
	text-align: center;
	display: inline-block;
} 
.infor li a{
	color: #444;
}

.tabs .thistab{
	color: #a71c41;
}
.project_n .tab_conbox{
	background: #fff;
	margin-top: 2%;
	padding: 2%;
}
.project_n .tab_conbox .project figure{
	width: 49%;
	float: left;
	margin: 2% 2% 0 0;
	text-align: center;
}
.project_n .tab_conbox .project figure img{
	width: 100%;
        height: 150px;
}
.project_n .tab_conbox .project figure:nth-child(even){
	margin-right: 0;
}
.project_n .tab_conbox .project figure figcaption{
	margin-top: 2%;
	font-size: .15rem;
}
/*万厦项目/详情*/
/*head*/
.head{
	width: 100%;
	max-width: 6.4rem;
	margin: 0 auto;
	position: relative;
	height: .44rem;
}
.head h2{
	text-align: center;
	line-height: .44rem;
	background: #a71c41;
	font-size: .18rem;
	color: #fff;
	border-bottom: .01rem #dcdcdc solid;
}
.head .back img{
	width: .25rem;
	height: .25rem;
	position: absolute;
	top: 0;
	margin: .09rem 0 0 2%;
}
.project_d{
	width: 100%;
	max-width: 6.4rem;
	margin: 0 auto;
}
.project_d .content{
	width: 96%;
	margin: 2%;
}
.project_d .content figure{
	width: 100%;
	padding-bottom: 3%;
	border-bottom: .01rem #dcdcdc dashed;
}
.project_d .content figure img{
	width: 100%;
}
.project_d .content figure figcaption{
	width: 100%;
}
.project_d .content figure figcaption ul li{
	font-size: .15rem;
	color: #555;
	margin-top: 2%;
}
.project_d .content figure figcaption ul li span{
	font-size: .16rem;
	color: #222;
}
.project_d h2{
	font-size: .16rem;
	color: #333;
	margin-top: 3%;
}
.project_d p{
	font-size: .14rem;
	color: #555;
	margin-top: 1%;
	text-align: justify;
	text-indent: .30rem;
	line-height: 1.7;
}

/*顾问服务*/
.adviser_n{
	width: 100%;
	max-width: 6.4rem;
	margin: 0 auto;
}
.adviser_n ul.tab_conbox{
	width: 100%;
	background: #fff;
	margin-top: 2%;
	padding: 2% 0 3%;
}
.adviser_n li.tab_con{
	width: 96%;
	margin: 0 2%;
} 
.adviser_n .project p{
	font-size: .15rem;
	color: #333;
	text-align: justify;
	text-indent: .30rem;
	margin-top: 1%;
	line-height: 1.7;
}
.adviser_n .project h2{
	font-size: .16rem;
	color: #a71c41;
	text-align: left;
	margin-top: 2%;
}

.adviser_n .project4 figure{
	width: 49%;
	float: left;
	margin: 2% 2% 0 0;
	text-align: center;
}
.adviser_n .project4 figure img{
	width: 100%;
        height: 170px;
	border: .01rem #a71c41 solid;
	box-sizing: border-box;
}
.adviser_n .project4 figure:nth-child(even){
	margin-right: 0;
}
.adviser_n .project4 figure figcaption{
	margin-top: 2%;
	font-size: .15rem;
}

/*创客空间*/
.space_n{
	width: 100%;
	max-width: 6.4rem;
	margin: 2% auto 0;
	background: #fff;
}
.space_n .content{
	width: 96%;
	margin: 0 2%;
	padding: 2% 0;
}
.space_n .content h2{
	font-size: .17rem;
	color: #222;
	text-align: left;
	margin-top: 2%;
}
.space_n .content p{
	font-size: .15rem;
	color: #333;
	text-align: justify;
	text-indent: .30rem;
	line-height: 1.7;
	margin-top: 2%;
}
.space_n .content img{
	margin-top: 2%;
}

/*业主服务*/
.owner_n{
	width: 100%;
	max-width: 6.4rem;
	margin: 0 auto;
}
.owner_n .tab_conbox{
	background: #fff;
	margin-top: 2%;
	padding: 2%;
}
.owner_n .owner h2{
	font-size: .16rem;
	color: #a71c41;
	margin-top: 2%;
	text-align: left;
} 
.owner_n .owner p{
	font-size: .15rem;
	color: #333;
	margin-top: 2%;
	text-align: justify;
	/*text-indent: .30rem;*/
	line-height: 1.7;
} 
.owner_n .owner h3{
	font-size: .15rem;
	color: #222;
	margin-top: 2%;
	text-align: left;
} 
.owner_n .owner table{
	width: 100%;
	margin: 2% 0;
	border-collapse: collapse;
	border: .01rem #dcdcdc solid;
	text-align: center;
}
.owner_n .owner table th{
	font-size: .14rem;
	padding: 2% 0;
	background: #eee;
	color: #333;
}
.owner_n .owner table td{
	font-size: .13rem;
	padding: 1.5% 0;
	color: #555;
}

.owner_n .owner ul li{
	width: 49%;
	float: left;
	margin: 2% 2% 0 0;
}
.owner_n .owner ul li:nth-child(even){
	margin: 2% 0 0 0;
}
.owner_n .owner ul li img{
	width: 100%;
	height: 100%;
	border-radius: .04rem;
}
.owner_n .owner ul li p{
	font-size: .14rem;
	text-align: center;
	color: #555;
	margin-top: 1%;
}




/*媒体中心*/
.news_n{
	width: 100%;
	max-width: 6.4rem;
	margin: 0 auto;
}
.news_n .tab_conbox{
	background: #fff;
	margin-top: 2%;
	padding: 2%;
}
.news_n .news figure{
	padding: 2% 0;
	border-bottom: .01rem #dcdcdc solid;
} 
.news_n .news figure img{
	float: left;
	width: 30%;
}
.news_n .news figure figcaption{
	width: 66%;
	float: left;
	margin-left: 3%;
}
.news_n .news figure figcaption h2{
	font-size: .16rem;
	margin-top: 2%;
}
.news_n .news figure figcaption h2 a{
	color: #333;
}
.news_n .news figure figcaption p{
	font-size: .14rem;
	margin-top: 2%;
}
.news_n .news figure figcaption p a{
	color: #444;
}
.news_n .news figure figcaption h6{
	font-size: .12rem;
	margin-top: 2%;
	float: right;
}
.news_n .news figure figcaption h6 a{
	color: #a71c41;
}

.news_n .tab_conbox .news2 figure{
	width: 49%;
	float: left;
	margin: 2% 2% 0 0;
	background: #eee;
}
.news_n .tab_conbox .news2 figure:nth-child(even){
	margin-right: 0;
}
.news_n .tab_conbox .news2 figure img{
	width: 100%;
}
.news_n .tab_conbox .news2 figure figcaption{
	padding: 2%;
}
.news_n .tab_conbox .news2 figure figcaption h2{
	font-size: .15rem;
	color: #a71c41;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.news_n .tab_conbox .news2 figure figcaption p{
	font-size: .13rem;
	color: #555;
	text-align: justify;
	margin-top: 1%;
	line-height: 1.6;
}

/*新闻详情*/
.news_d{
	width: 100%;
	max-width: 6.4rem;
	margin: 0 auto;
}
.news_d .content{
	width: 96%;
	margin: 0 2%;
	padding-bottom: 3%;
	border-bottom: .01rem #dcdcdc solid;
}
.news_d .content .tit{
	padding: 4% 0 2% 0;
	text-align: center;
	border-bottom: 1px #dcdcdc dashed;
	margin-bottom: 2%;
}
.news_d .content .tit h3{
	font-size: .17rem;
	color: #444;
	margin-bottom: 1%;
}
.news_d .content .tit em{
	font-style: normal;
	font-size: .12rem;
	color: #555;
}
.news_d .content .tit span{
	font-style: normal;
	font-size: .12rem;
	color: #555;
	margin-left: 2%;
}
.news_d .content p{
	font-size: .15rem;
	color: #444444;
	margin-top: 2%;
	text-align: justify;
	text-indent: .30rem;
	line-height: 1.7;
}
.news_d .content img{
	display: block;
	margin: 1.5% auto;
}
.news_d .newsnext{
	margin: 5% 2% 3% ;
}
.news_d .newsnext li{
	display: block;
	margin-top: 2%;
	font-size: .14rem;
	padding: 2.8% 0;
	background: #f0eaec;
	text-align: left;
	text-indent: .16rem;
}

/*走进万厦*/
.about_n{
	width: 100%;
	max-width: 6.4rem;
	margin: 0 auto;
}
.about_n .tab_conbox{
	background: #fff;
	margin-top: 2%;
	padding: 2%;
}
.about_n .tab_conbox .about1 img{
	display: block;
	margin: 2% auto;
}
.about_n .tab_conbox .about1 p{
	font-size: .15rem;
	color: #333;
	text-align: justify;
	text-indent: .30rem;
	line-height: 1.7;
	margin-top: 2%;
}
.about_n .tab_conbox .about2{
	display: block;
	margin: 2% auto;
}
.about_n .tab_conbox .about3 img{
	width: 49%;
	float: left;
	margin-right: 2%;
	margin-top: 2%;
}

.about_n .tab_conbox .about3 ul{
	background: #f9f9f9;
}
.about_n .tab_conbox .about3 ul li{
	border-bottom: 1px dotted #d2d2d2;
	display: inline-block;
	width: 100%;
	position: relative;
	min-height: .50rem;
	_height: .50rem;
	z-index: 10;
	zoom: 1
}
.about_n .tab_conbox .about3 ul li h4{
	cursor: pointer;
	background: rgb(255,255,255) url(../img/bg3.jpg) no-repeat right 18px;
	text-decoration: none;
	font-size: .16rem;
	color: #555;
	display: block;
	line-height: .50rem;
	font-weight: normal;
}
.about_n .tab_conbox .about3 ul li.selected h4{
	background-position: 840px -37px;
	border-bottom: 1px dotted #d2d2d2;
}
.about_n .tab_conbox .about3 ul li.noline {
	border-bottom: none;
}
.about_n .tab_conbox .about3 ul li h4:hover {
	color: #a71c41;
	text-decoration: underline;
}
.about_n .tab_conbox .about3 ul li.selected h4{
	background-position: right -37px;
	border-bottom: .01rem dotted #d2d2d2;
}
.about_n .tab_conbox .about3 .list-item{
	display: none;
}
.about_n .tab_conbox .about3 .list-item img{
	width: 49%;
	float: left;
	margin: 2% 2% 2% 0;
}


























.about_n .tab_conbox .about3 img:nth-child(even){
	margin-right: 0;
}
.about_n .tab_conbox .about4 .content{
	margin-bottom: 3%;
}
.about_n .tab_conbox .about4 .content .title{
	border-bottom: .01rem #a71c41 solid;
}
.about_n .tab_conbox .about4 .content .title h2{
	width: 1.0rem;
	height: .35rem;
	text-align: center;
	line-height: .35rem;
	color: #fff;
	background: #a71c41;
}
.about_n .tab_conbox .about4 .content ul{
	margin-top: 2%;
}
.about_n .tab_conbox .about4 .content ul li{
	font-size: .15rem;
	color: #333;
	line-height: 1.7;
}

/*人才招聘*/
.join_n{
	width: 100%;
	max-width: 6.4rem;
	margin: 0 auto;
	background: #fff;
	margin-top: 2%;
	padding: 2% 0;
}
.join_n .content{
	width: 96%;
	margin: 0 auto;
}
.join_n .content .top h2{
	font-size: .17rem;
	color: #a71c41;
}
.join_n .content .top p{
	font-size: .15rem;
	color: #444;
	text-align: justify;
	text-indent: .30rem;
	line-height: 1.7;
	margin-top: 2%;
}
.join_n .content .top h3{
	font-size: .16rem;
	color: #222;
	text-align: left;
	margin-top: 2%;
}
.join_n .content .top img{
	margin-top: 2%;
}
.join_n .content .gon .contain-biao{
	margin-top: 2%;
	padding: 3% 0;
	border-bottom: .01rem #eee solid;
}
.join_n .content .gon .contain-img{
	width: .81rem;
	height: .50rem;
	position: relative;
	float: left;
}  
.join_n .content .gon .contain-img span{
	font-size: .14rem;
	color: #333;
	position: absolute;
	right: .05rem;
	bottom: .05rem;
}
.join_n .content .gon .contain-bh{
	float: left;
	margin-left: 2%;
}
.join_n .content .gon .contain-bh h5{
	font-size: .15rem;
	line-height: .50rem;
	color: #444;
}
#span{
	float: right;
	line-height: .50rem;
	font-size: .15rem;
	color: #333;
}
.join_n .content .gon .contain-xiang{
	margin-top: 3%;
	display: none;
} 
.join_n .content .gon .contain-xiang h4{
	font-size: .15rem;
	color: #a71c41;
}
.join_n .content .gon .contain-xiang h2{
	font-size: .15rem;
	color: #333;
	margin-top: 2%;
}
.join_n .content .gon .contain-xiang ul li{
	font-size: .14rem;
	color: #555;
	line-height: 1.7;
}
.join_n .content .gon .contain-xiang p{
	font-size: .15rem;
	color: #222;
	margin-top: 2%;
}

/*联系我们*/
.contact_n{
	width: 100%;
	max-width: 6.4rem;
	margin: 0 auto;
	margin-top: 2%;
	background: #fff;
}
.contact_n figure{
	width: 47%;
	padding: 5% 0;
	float: left;
	margin: 2% 0 0 2%;
	background: #F7F7F7;
}
.contact_n figure img{
	width: 40%;
	margin: 0 30%;
}
.contact_n figure figcaption{
	text-align: center;
	font-size: .14rem;
	color: #444;
	margin-top: 2%;
}
.contact_n img.map{
	width: 96%;
	margin: 2%;
}



















/*媒体查询*/
@media (min-width:550px) and (max-width:640px){
	
	
}
@media (min-width:480px) and (max-width:550px){
	#header form input{
		width: 80%;
	}
	.nav ul li dl dt{
		font-size: .20rem;
	}
	.nav ul li dl dd{
		font-size: .16rem;
	}
	.focus .fcon dl dd{
		font-size: .14rem;
		line-height: 1.5;
		max-height: 1.05rem;
		overflow: hidden;
	}
	.kong{
		height: 0.8rem;
	}
	
	
}
@media (min-width:400px) and (max-width:480px){
	#header h1{
		width: 2.1rem;
	}
	#header form input{
		width: 76%;
	}
	
	.nav ul li dl dt{
		font-size: .18rem;
	}
	.nav ul li dl dd{
		font-size: .15rem;
	}
	.focus .fcon dl dd{
		font-size: .14rem;
		line-height: 1.5;
		max-height: .88rem;
		overflow: hidden;
	}
	.kong{
		height: 0.76rem;
	}
	#footer .content figure img{
		width: 34%;
		margin-left: 33%;
	}
	
	.news_n .news figure figcaption p{
		font-size: .14rem;
		margin-top: 1%;
	}
	.news_n .news figure figcaption h6{
		font-size: .12rem;
		margin-top: 1%;
	}
	
	
}
@media (min-width:350px) and (max-width:400px){
	#header h1{
		width: 1.90rem;
	}
	#header form input{
		width: 74%;
	}
	.nav ul li dl dt{
		font-size: .17rem;
	}
	.nav ul li dl dd{
		font-size: .13rem;
	}
	.focus .fcon dl dt{
		font-size: .16rem;
	}
	.focus .fcon dl dd{
		font-size: .13rem;
		line-height: 1.5;
		max-height: .78rem;
		overflow: hidden;
	}
	.kong{
		height: 0.70rem;
	}
	#footer .content figure img{
		width: 36%;
		margin-left: 32%;
	}
	.home_news .tabs{
		height: .40rem;
	}
	.home_news .tabs li{
		font-size: .15rem;
		line-height: .40rem;
	}
	.project .title_p{
		height: .40rem;
	}
	.project .title_p h2{
		font-size: .15rem;
		line-height: .40rem;
	}
	
	.news_n .news figure figcaption h2{
		font-size: .14rem;
		margin-top: 2%;
	}
	.news_n .news figure figcaption p{
		font-size: .12rem;
		margin-top: 1%;
	}
	.news_n .news figure figcaption h6{
		font-size: .10rem;
		margin-top: 1%;
	}
	
}
@media (max-width:350px){
	#header h1{
		width: 1.70rem;
	}
	#header form input{
		width: 71%;
	}
	.nav ul li dl dt{
		font-size: .16rem;
	}
	.nav ul li dl dd{
		font-size: .12rem;
	}
	.focus .fcon dl dt{
		font-size: .16rem;
	}
	.focus .fcon dl dd{
		font-size: .12rem;
		line-height: 1.5;
		max-height: .70rem;
		overflow: hidden;
	}
	.kong{
		height: 0.65rem;
	}
	#footer .content figure img{
		width: 36%;
		margin-left: 32%;
	}
	.home_news .tabs{
		height: .40rem;
	}
	.home_news .tabs li{
		font-size: .15rem;
		line-height: .40rem;
	}
	.project .title_p{
		height: .40rem;
	}
	.project .title_p h2{
		font-size: .15rem;
		line-height: .40rem;
	}
	
	
	table.pages td{
		font-size: .10rem;
	}
	table.pages td a{
		padding: .04rem .07rem;
	}
	.infor li{
		font-size: .15rem;
	} 
	
	.news_n .news figure figcaption h2{
		font-size: .12rem;
		margin-top: 1%;
	}
	.news_n .news figure figcaption p{
		font-size: .12rem;
		margin-top: 1%;
	}
	.news_n .news figure figcaption h6{
		font-size: .10rem;
		margin-top: 1%;
	}
	
	
}