body {
	min-width: 300px;
}
ul {
	list-style-type: none;
}
.font_color{color:#FFF;}
/*头部样式*/
header {
	background-color:none;
	font-size: 1.6rem;
}
.preNext{font-size: 1.4rem;}
.login_bg{ background:url(../img/share_1.png) left center no-repeat !important;padding-left: 30px !important;display: inline-block !important;line-height: 30px !important;}
.header_a{color:#000 !important;}
.logo_new{ background:url(../img/logo_0.png) left center no-repeat  !important; height: 60px  !important; display: inline-block !important;margin-left: 2rem !important; width: 14rem !important; background-size: 100% auto !important;}
.header_bg{ background-color:rgba(250,250,250,0.8) !important;  box-shadow: rgba(134, 134, 134, 0.3) 0px 0px 10px  !important;}
.order{ display:none;}

.box_title {
	margin-bottom: 2rem;
	height:90px;
	position:relative;
}
.box_title hr{
	position:absolute;
	left:0;
	top:30%;
	width:100%;
	color:#000;	
	}
.box_title p{
	font-weight:normal;
	font-size: 1.6rem;
    color: #7b7b7b;
	
}
.box_title h2 {
	font-size:3rem;
	background-color:#FFF;
	position:absolute;
	 left:50%; 
	 top:0;
	  text-align:center;
	   margin:0px; 
	   z-index:2;
	   margin-left:-120px;
}
.logo {
	width: 18rem;
	background: url(../img/logo.png) left center no-repeat;
	background-size: 90% auto;
	height: 70px;
	display: inline-block;
	margin-left: 2rem;
	margin-top: 1rem;
}
.logo a {
	width: 100%;
	height: 100%;
	display: inline-block;
}
.subnav li {
	text-align: center;
}

.am-slider-default .am-control-nav li a.am-active{
	background: #be955f;
}


/*新闻切换*/
.news_box {
	height: 60px;
	background-color: #f8f8f8;
	line-height: 60px;
}
.dynamic {
	margin-top: 1.5rem;
}
.txtScroll-left .hd {
	overflow: hidden;
	height: 26px;
	padding: 0 10px;
	width: 50px;
	float: right;
}
.txtScroll-left .hd .prev {
	display: block;
	width: 6px;
	height: 9px;
	float: right;
	margin-top: 5px;
	margin-right: 10px;
	cursor: pointer;
	background: url(../img/pre.png) left center no-repeat;
}
.txtScroll-left .hd .next {
	display: block;
	width: 6px;
	height: 9px;
	float: right;
	margin-top: 5px;
	cursor: pointer;
	background: url(../img/next.png) left center no-repeat;
}
.txtScroll-left .bd {
	width: 600px;
	overflow: hidden;
	float: left;
}
.txtScroll-left .bd ul {
	overflow: hidden;
	zoom: 1;
}
.txtScroll-left .bd ul li {
	margin-right: 20px;
	float: left;
	height: 26px;
	line-height: 26px;
	width: 600px;
	text-align: left;
	_display: inline;
}
.txtScroll-left .bd ul li span {
	color: #999;
	margin-left: 20px;
}
.subnav ul {
	width: 80%;
	margin: 0 auto;
}
.subnav {
	margin-top: 3rem;
}



/*魅力富力湾*/

.box {
	position: relative;
	border: solid 1px #ffffff;
}
.box img {
	width: 100%;
	height: 100%;
}
.Img_bg {
	position: absolute;
	left: 0;
	top: 0;
	background-color: #000000;
	ilter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	width: 100%;
	height: 100%;
	text-align: center;
}
.Img_bg:hover {
	position: absolute;
	left: 0;
	top: 0;
	background-color: #000000;
	ilter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	width: 100%;
	height: 100%;
	text-align: center;
}
.bt {
	position: absolute;
	bottom: 10%;
	left: 0;
	width: 100%;
	text-align: center;
	z-index: 20;
}

/*酒店美墅*/
.slideBox {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}
.slideBox .hd {
	height: 15px;
	width: 100%;
	position: absolute;
	left: 0px;
	bottom: 15px;
	z-index: 1;
}
.slideBox .hd ul {
	overflow: hidden;
	zoom: 1;
	text-align: center;
}
.slideBox .hd ul li {
	text-align: center;
	display: inline-block;
	margin-right: 4px;
	font-size: 0px;
	color: #fff;
	width: 30px;
	height: 5px;
	line-height: 10px;
	background: #fff;
	cursor: pointer;
}
.slideBox .hd ul li.on {
	background: #c90f1a;
	color: #c90f1a;
}
.slideBox .bd {
	position: relative;
	height: 100%;
	z-index: 0;
	margin-left:20px;
	width: 90%;
}
.slideBox .bd ul li {
	zoom: 1;
	vertical-align: middle;
	padding-top: 3.5rem;
}
.slideBox .bd img {
	width: 100%;
	height: 100%;
	display: block;
}
.slideBox .bd li a {
	width: 100%;
	height: 535px;
}
/* 下面是前/后按钮代码，如果不需要删除即可 */

 @media screen and (max-width: 640px) {
 	.news_lsit{height:120px !important; overflow: hidden;display: block; background: #fff;    border-radius: 5% 5% 0 0;}

.slideBox .next {
	position: absolute;
	right: 5%;
	top: 45%;
	margin-top: -25px;
	display: block;
	width: 36px;
	height: 33px;
	text-align:center;
	font-size:26px;
}
.slideBox .prev {
	position: absolute;
	left: 80%;
	top: 5%;
	margin-left:-15px;
	margin-top: 20px;
	display: block;
	width: 36px;
	height: 33px;
	text-align:center;
	font-size:26px;
}

.footer{padding:.4rem 0;}
.footer_list{width:100%;padding: 0;}
.footer_wechat{width:100%;display: none;}
.footer_list ul li a{padding: 10px 10px;font-size:1.4rem;font-weight: normal;border-bottom: 1px solid #444;}


.footer_list_son{display:none;margin: 0;padding: 0 20px;}
.footer_list .on .footer_list_son{display:block;}
.footer_list .on .am-icon-plus:before{content: "\f068"}


 }
@media screen and (min-width: 640px){
.news_lsit{height:260px; overflow: hidden;display: block; background: #fff;    border-radius: 5% 5% 0 0;}
.slideBox .next {
    position: absolute;
    right: 8%;
    top: 5%;
    margin-top: 20px;
    display: block;
    width: 36px;
    height: 33px;
    background: url(../img/1_05.png) top center no-repeat;
}
.am-icon-chevron-circle-right:before,.am-icon-chevron-circle-left:before{ display:none;}
.slideBox .prev {
	position: absolute;
	left: 80%;
	top: 5%;
	margin-left:-15px;
	margin-top: 20px;
	display: block;
	width: 36px;
	height: 33px;
	text-align:center;
	font-size:26px;
  background: url(../img/1_03.png) top center no-repeat;
}
}
.slideBox .next {
	left: auto;
}
.slideBox .prev:hover,  .slideBox .next:hover {
	filter: alpha(opacity=100);
	opacity: 1;
}
.slideBox .prevStop {
	display: none;
}
.slideBox .nextStop {
	display: none;
}
.slideBox .Img_list ol li {
	height: 100%;
	padding: 1rem;
}
.hotel_title {
	width: 90%;
	margin: 0 auto;
}
.hotle_text {
	width: 90%;
	margin: 1.6rem auto;
	font-size: 1.6rem;
}
.booking {
	display: block;
	margin: 1rem auto;
	width: 15rem;
	height: 3.5rem;
}
.hotel_bg {
	background-color: #FFFFFF;
	ilter: alpha(opacity=70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	width: 48rem;
	height: 100%;
}
/*活动&新闻*/
.news_activer {
	margin-top: 6.2rem;
	margin-bottom:4rem;
}
.news_activer ul {
	width: 90%;
	margin: 0 auto;
}
.box_list {
	background-size: cover;
	padding-top: 3rem;
	background: #E1E1E1;
}
.box_list #hd {
	width: 100%;
}
.box_list #hd ul {
	margin: 0 auto;
	width: 258px;
}
.box_list #hd ul li {
	float: left;
	text-align: center;
	border: solid 3px #FFFFFF;
	margin: 0 1rem;
	border-radius: 50px;
	font-size: 18px;
	width: 105px;
}
.box_list #hd ul li a {
	color: #FFFFFF;
	line-height: 36px;
}
.box_list #bd {
	margin-top: 3rem;
}
.box_list #bd ul li {
	overflow: hidden;
	padding: 1rem;
}
.box_list #bd ul li img {
	width: 100%;
	border-radius:5% 5% 0 0;
	height: 100%;
}
.box_list #bd .text_list {
	background-color: #FFFFFF;
	height: 180px;
	border-radius: 0 0 5% 5%;
}
.text_list .more {
	margin-top: 4rem;
	padding: 0 1rem;
	font-size: 1.4rem;
}
.text_list .more a{
	color: #be955f;
}
/*版权*/
.copyright span a {
	color: #FFFFFF;
}
@media screen  and (max-width: 1320px) {
.news_lsit {height: 160px;}
}
@media screen  and (max-width: 1024px) {
.news_lsit {height: 230px;}
}
/*当分辨率大于1024时加载下面样式*/
@media screen and (min-width: 1024px) {

	.box_list #hd .sy{ background-color:#be955f;}
	.header_place{ position:fixed; z-index:99999;}
	.he_border1_caption_p{font-size:3rem;}
	.he_border1{ height:35rem;}
.weather {
	padding-right:35px;
	text-align: right;
	margin-top: 0px;
}
.main {
	margin-bottom: 3rem;
}
.hotel {
	margin-top: 6.2rem;
}
.about_flw {
	margin-top: 4rem;
}
header:hover .logo {
	background: url(../img/logo.png) left center no-repeat;
	background-size: 100% auto;
}
header:hover a {
	color: #000000;
}
.loginbar:active{ color: #FFFFFF;}
header:hover p {
	color: #000000;
}
.nav_margin {
	margin-right: 2rem;
}
.login_box {
	font-size:1.2rem;
	color: #FFFFFF;
	margin: 0;
	padding: 0;
	padding-left: 2rem;
	line-height: 50px;
	margin-top: 1.5rem;
}
header:hover {
	background-color: rgba(250,250,250,0.80);
}
header a:hover {
	color: #7d4b18;
}
header a.on2 {
	color: #7d4b18;
}
header a.on2:after{
	opacity: 1;
    border-bottom-color: #7d4b18;
}
.btn {
	color: #FFFFFF;
	line-height: 40px;
	margin: 0 auto;
	padding: 5px 10px;
	border: solid 1px #FFFFFF;
	display: inline;
	width: auto;
	font-size: 2.4rem;
}
.box:hover .btn {
	color: #FFFFFF;
	line-height: 40px;
	margin: 0 auto;
	padding: 5px 10px;
	display: inline;
	width: auto;
	border: none;
}
.box_list {
	background: url(../img/news_bg.jpg) no-repeat;
	background-size: cover;
	padding-top: 3rem;
	padding-bottom: 2rem;
}
.footer_cont {
	background: url(../img/footer_bg.jpg) bottom center no-repeat;
	background-size: cover;
	width: 100%;
	position: relative;
	height: 550px;
	padding-top: 2rem;
}
.footer_cont p {
	line-height: 25px;

}
.footer_kuang{
	
}
.subnav ul {
	width: 55%;
	margin: 0 auto;
}
.hotel_con {
	background: url(../img/bg.jpg) top center no-repeat;
	height: 58rem;
	background-size: cover;
	margin-top: 1rem;
	position: relative;
	width: 100%;
}
.txtScroll-left {
	width: 500px;
	height: 26px;
	position: relative;
	float: right;
}
.copyright {
	color: #707070;
	width: 100%;
	text-align: center;
	line-height: 55px;
	height: 55px;
	font-size: 1.2rem;
	background-color: #1c1a19;
}
.copyright a{color: #707070;}
.copyright .footer_nav {
	float:left;
}
.copyright .zw{
color: #FFFFFF;
float:right;
}
.copyright_con{ width:80%; margin:0 auto;}
.box_list #hd ul li {
	float: left;
	text-align: center;
	border: solid 3px #FFFFFF;
	margin: 0 1rem;
	border-radius: 50px;
	font-size: 18px;
	width: 105px;
}
.hotel_list {
	position: absolute;
z-index:;
	top: 999;
    right:5%;
	width: 50rem;
	height: 100%;
}
.box_list #bd .text_list h2 {
	width: 80%;
	text-align: center;
	margin: 0 auto;
	padding-top: 2rem;
	height: 50%;
}
}



.footer_kuang{
	width: 836px;
    margin: 0 auto;
    background: rgba(37, 30, 27, 0.85);
    overflow: hidden;
    color: #be955f;
    font-size: 14px;
    text-align: left;
    padding: 45px;
}

@media screen and (max-width: 860px) {
  .footer_kuang{width:95%;}
}
.footer_left{
	float: left;
}
.footer_left ul li{
    border-bottom: 1px solid rgba(190, 149, 95, 0.29);
    padding: 10px 0px;
}
.footer_left ul li b{
  font-size: 16px;
}
.footer_left ul li p{
	font-size: 14px;
	margin: 0;
}
.footer_left ul li span{
	 padding-top: 30px;
	line-height: 40px;
}
.footer_right{
	float: right;
	text-align: center;
	padding-top: 30px;
}
.footer_right span{
	line-height: 30px;
	display: block;
}
.footer_right img{width: 140px;}
.footer {
    background: url(../img/copyright_bg.jpg) #1c1a19 no-repeat right top;
    color: #e9e9e9;
    padding:3rem 0;
    border-bottom: 1px solid #333130;
}
.footer_list .footer_list_son a {
    font-weight: normal;
    font-size: 14px;
    color: #bcbcbc;
    line-height: 36px;
}
.footer_list .footer_list_son a:hover{
	color: #be955f;
}
.footer_list ul li a {
    display: block;
    color: #fff;
}
.wl {
    width:800px;
    float: left;
}
.footer_list_son {
    margin: 25px 0 0;
}
@media screen and (min-width:641px) and (max-width:1344px)
{
.subnav ul {
	width: 80%;
}
.he_border1 {
    height: 28rem;
}	
}
@media screen and (min-width:641px) and (max-width:1024px)
{	
.footer_list ul li a{padding: 10px 20px;font-weight: normal;border-bottom: 1px solid #444;}
.footer_list_son{display:none;margin: 0;padding: 0 40px;}
.footer_list .on .footer_list_son{display:block;}
.footer_list .on .am-icon-plus:before{content: "\f068"}
.wl {width: 100%;}
}


/*当分辨率小于640时加载下面样式*/
@media screen and (max-width: 640px) {
	.copyright {
	color: #707070;
	width: 100%;
	text-align: center;
	line-height: 55px;
	height: auto;
	padding: 10px 0;
	font-size: 1.2rem;
	background-color: #1c1a19;
}
.copyright a{color: #707070;}
.copyright .footer_nav {
	float:left;
}
.copyright .zw{
color: #FFFFFF;
float:right;
}
.copyright_con{ width:80%; margin:0 auto;}
.box_list #hd ul li {
	float: left;
	text-align: center;
	border: solid 3px #FFFFFF;
	margin: 0 1rem;
	border-radius: 50px;
	font-size: 18px;
	width: 105px;
}
	.wl{width: 100% !important;}
	.slideBox .prev {
    position: absolute;
    left: 10%;
    top: 50%;
    margin-left: -30px;
    margin-top: -50px;
    display: block;
    width: 36px;
    height: 33px;
   
}
	.subnav ul li img{ padding:10px;}
	.subnav ul li p{ margin:0;}
	.am-topbar {
	z-index: 99;
  height: 49px;
  margin-bottom: 1.6rem;
  color: #eeeafb;
  width: 100%;
}
.dropdown .btn_size {
	width: 40px;
	height: 40px;
	margin-top: 0.5rem;
    margin-right: 10px;
}
	 .tempWrap{ margin:0 auto;}
	.btn {
	color: #FFFFFF;
	line-height: 40px;
	margin: 0 auto;
	padding: 5px 10px;
	display: inline;
	width: auto;
}
.header_place{position: fixed;box-shadow: rgba(134, 134, 134, 0.3) 0px 0px 10px}
	.he_border1_caption_p{font-size:1.6rem;}
	.he_border1{ height:10rem;}
.text_list .more {
	margin-top: 4rem;
	padding: 0 1rem;
	font-size: 1rem;
}
.box_list #bd ul li {
	border-radius: 12%;
	overflow: hidden;
	padding: 0.5rem;
}
.box_list #bd .text_list h2 {
	width: 80%;
	text-align: center;
	margin: 0 auto;
	padding-top: 2rem;
	height: 50%;
	font-size: 1.6rem;
}
.slideBox {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
	background: #fffaef;
}
.weather {
	margin-top: 1.5rem;
	text-align:center;
}
.hotel {
	margin-top: 3rem;
	height: 41em;
}
.about_flw {
	margin-top: 3rem;
}
.banner {
	padding-top: 0px;
}
.footer_kuang{
	width: 100%;
	padding:20px;
}
.footer_left,.footer_right{
	float: none;
}
.footer_right span{display: block;}
.box_title h2 {
	font-size: 26px;
	text-align: center;
}
.login_box {
	color: #000;
	margin: 0;
	padding: 0;
}
.nav_bg {
	background-color:#ffecd3;
	width: 100%;
}
.nav_bg a {
	color: #000000;
	font-size: 1.6rem;
}
.logo {
	width: 11rem;
	background: url(../img/logo_0.png) left center no-repeat;
	background-size: 85% auto;
    height: 38px;
    display: inline-block;
    margin-left: 1rem;
    margin-top: 0.5rem;
}
header {
	font-size: 1.6rem;
	background-color: #FFF;
}
.hotel_list {
	position: absolute;
z-index:;
	top: 999;
	left: 0;
	width: 100%;
	height: 100%;
}
.hotel_con {
	background: none;
	height: 46rem;
	background-size: cover;
	margin-top: 1rem;
	position: relative;
	width: 100%;
}
.news_activer {
	margin-top: 3rem;
	margin-bottom:4rem;
}
.footer_nav {
	margin-right: 0rem;
	display: block;
}
.copyright {

	position: absolute;
	left: 0;
	width: 100%;
	border-top: 1px solid #333130
	background-color: #1c1a19;
	line-height: 20px;
	font-size: 1.2rem;
}
.footer_cont {
	width: 100%;
	position: relative;
	padding-top: 0rem;
	padding-bottom: 0rem;
}
.txtScroll-left {
	width: 350px;
	height: 26px;
	position: relative;
}
.box_list #hd ul {
	margin: 0;
	width: 100%;
	padding: 0;
}
.box_list #hd ul li {
	float: left;
	text-align: center;
	border: 0;
	font-size: 18px;
	width: 50%;
	margin: 0;
	border-radius: 0;
	background-color: #342c2a;
	line-height: 5rem;
}
.box_list #hd .sy {
	background-color: #be955f;
}
.box_list #bd .text_list {
	background-color: #FFFFFF;
	height: 140px;
}
.box_list {
	background-size: cover;
	padding-top: 0;
	background: #fffaef;
}
.box_list #bd {
	margin-top: 2rem;
}
.hotel_bg {
	background-color: #FFFFFF;
	ilter: alpha(opacity=70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.txtScroll-left .bd {
	width: 350px;
	overflow: hidden;
	float: left;
}
.subnav ul li {
	margin: 0.5rem 0;
}
.txtScroll-left .bd ul li {

	font-size: 1.2rem;
}
}
/*分辨率大于640小于1024时加载下面样式*/
@media screen and (min-width: 640px) and (max-width:1024px) {
	/*导航样式*/
.dropdown .btn_size {
	width: 40px;
	height: 40px;
	margin-top: 2.5rem;
}
	.header_place{ position: absolute;}
	.he_border1_caption_p{font-size:2rem;}
	.he_border1{ height:20rem;}
	.weather {
	margin-top: 1.5rem;
	text-align:center;
}
	
.box_list #bd .text_list h2 {
	width: 80%;
	text-align: center;
	margin: 0 auto;
	padding-top: 2rem;
	height: 50%;
}
.hotel {
	margin-top: 6.2rem;
}
.about_flw {
	margin-top: 6.2rem;
}
.logo {
	width: 20%;
	background: url(../img/logo_0.png) left center no-repeat;
	background-size: 85% auto;
	height: 80px;
	display: inline-block;
	margin-left: 2rem;
}
.login_box {
	color: #000;
	margin: 0;
	padding: 0;
}
.nav_bg a {
	color: #000000;
}
header {
	background-color: #FFF;
}
.box:hover .btn{
	color: #FFFFFF;
	line-height: 40px;
	margin: 0 auto;
	padding: 5px 10px;
	border: none;
	display: inline;
	width: auto;
}
.box_list {
	background: url(../img/news_bg.jpg) no-repeat;
	background-size: cover;
	padding-top: 3rem;
}
.footer_cont {
	background: url(../img/footer_bg.jpg) top center no-repeat;
	background-size: cover;
	width: 100%;
	position: relative;
	height: 65rem;
	padding-top: 2rem;
}
.footer_cont p {
	line-height: 40px;
}
.subnav ul {
	width: 80%;
	margin: 0 auto;
}
.hotel_con {
	background: url(../img/bg.jpg) top center no-repeat;
	height: 58rem;
	background-size: cover;
	margin-top: 1rem;
	position: relative;
	width: 100%;
}
.txtScroll-left {
	width: 200px;
	height: 26px;
	position: relative;
	float: right;
}
.copyright {
	color: #707070;
	width: 100%;
	text-align: center;
	line-height: 55px;
	height: 55px;
	font-size: 1.2rem;
	background-color: #1c1a19;
}
.copyright a{color: #707070;}
.copyright .footer_nav {
	float:left;
}
.copyright .zw{
color: #FFFFFF;
float:right;
}
.copyright_con{ width:80%; margin:0 auto;}
.box_list #hd ul li {
	float: left;
	text-align: center;
	border: solid 3px #FFFFFF;
	margin: 0 1rem;
	border-radius: 50px;
	font-size: 18px;
	width: 105px;
}
.box_list #hd .sy {
    background-color: #0e90d2;
}
.box_list #hd ul li {
	float: left;
	text-align: center;
	border: solid 3px #FFFFFF;
	margin: 0 1rem;
	border-radius: 50px;
	font-size: 18px;
	width: 105px;
}
.hotel_list {
	position: absolute;
z-index:;
	top: 999;
	left: 50%;
	width: 50rem;
	height: 100%;
}
.hotel_list {
	position: absolute;
z-index:;
	top: 999;
	left: 10%;
	width: 50rem;
	height: 100%;
}
.btn {
	color: #FFFFFF;
	line-height: 40px;
	margin: 0 auto;
	padding: 5px 10px;
	border: solid 1px #FFFFFF;
	display: inline;
	width: auto;
}
}
	/*导航样式*/
@media screen and (max-width: 1024px) {
.am-collapse {
	margin-top: 0!important;
}
.am-collapse>a {
	border-bottom: 1px solid #5a4742;
/*	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .05);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .05);*/
	background-color: #342c2a;
	color: #fff;
	height: 49px;
	line-height: 49px;
	padding: 0;
	text-indent: 10px;
}
.am-menu-sub a {
	color: #555;
	height: 44px;
	line-height: 44px;
	text-indent: 5px;
	padding: 0;
	text-indent: 1rem;
}
.am-menu-sub li {
	text-indent: 1rem;
}
.nav_bg {
	background-color:#ffecd3;
	width: 100%;
	float: right;
}
}
 @media screen and (min-width: 1024px) {
 	.am-topbar-nav > li > a:hover:after {
    opacity: 1;
    border-bottom-color: #7d4b18;
}
header .nav_list a:hover {
	color: #FFFFFF;
	line-height: 40px;
	display:block;
	background-color:#be955f;
}
.nav_list {
	position: fixed;
	width: 100%;
	background-color: rgba(67,67,67,0.5);
	left: 0;
	top: 88px;
	padding-right: 2rem;
	padding-left: 35%;
}
header .nav_list a {
	color: #FFFFFF;
	display:block;
	line-height: 40px;
}
.nav_list li {
	float: left;
	width: 120px;
	text-align: center;
}
#serve {
    position: fixed;
    width: 100%;
    background-color: rgba(67,67,67,0.5);
    left: 0;
    top: 88px;
    padding-right: 2rem;
    padding-left: 60%;}
#serve li{
     float: left;
    width: 20%;
    text-align: center;}
#news{
	 position: fixed;
    width: 100%;
    background-color: rgba(67,67,67,0.5);
    left: 0;
    top: 88px;
    padding-right: 2rem;
    padding-left: 60%;}
#news li{    float: left;
    width: 20%;
    text-align: center;}
#contacts{
	position: fixed;
    width: 100%;
    background-color: rgba(67,67,67,0.5);
    left: 0;
    top: 88px;
    padding-right: 3rem;
    padding-left: 35%;}
#contacts li{  float: right;
    width: 14%;
    text-align: center; }
.loginbar {
	background: url(../img/share.png) left center no-repeat;
	padding-left: 30px;
	display: inline-block;
	line-height: 30px;
}
header .loginbar:hover {
	background: url(../img/share_0.png) left center no-repeat;
	padding-left: 30px;
	display: inline-block;
	line-height: 30px;
}
header:hover .loginbar {
	background: url(../img/share_1.png) left center no-repeat;
	padding-left: 30px;
	display: inline-block;
	line-height: 30px;
	height:30px;
}
/*分享样式*/

.bdsharebuttonbox{
	background-color:rgba(255,255,255,0.5);
	padding-left: 10px;
			  top:87px;
			right: -230px;
			position:fixed;
			z-index:999;
			transition: all 200ms;
			-moz-transition:all 200ms; /* Firefox 4 */
            -webkit-transition: all 200ms; /* Safari 和 Chrome */
            -o-transition: all 200ms; /* Opera */
}
.on{ right:0;}		
#share:hover header{
		 	background-color: rgba(250,250,250,0.80);
		 }
#share:hover header a{
		  	color: #000;
		  }
}
/*天气预报样式*/
 @media screen and (min-width: 640px){
	 iframe{ width:322px;}
	 
	 }
 @media screen and (max-width: 640px) {
	 iframe{ width:296px; } 
.banner .text_box{ position:absolute; width:200px; height:200px; left:50%; top:50%;     margin-left: -80px;
    margin-top: -50px; text-align:center;}
.banner .text_box span.text{ color:#FFFFFF; font-size:24px;text-shadow: 2px 2px 1px #333;display: block; line-height:40px; text-align:left;}
.banner .text_box span.title{ color:#FFFFFF; font-size:12px;text-shadow: 2px 2px 1px #333;text-align: left;display: block;}
.banner span.Img_flw{ background:url(../img/ban_btn.png) left center  no-repeat; display:block;    height: 40px; background-size:contain; width:150px;
    }
	  }
@media screen and (min-width: 1024px) {
.banner .text_box{ position:absolute; width:500px; height:200px; left:50%; top:50%;     margin-left: -170px;
    margin-top: -160px; text-align:center;}
.banner .text_box span.text{ color:#FFFFFF; font-size:58px;text-shadow: 2px 2px 1px #333;display: block; line-height:40px; text-align:left;}
.banner .text_box span.title{ color:#FFFFFF; font-size:34px;text-shadow: 2px 2px 1px #333;text-align: left;display: block;}
.banner span.Img_flw{ background:url(../img/ban_btn.png) 40px center  no-repeat; display:block;    height: 40px;
    margin-top: 50px; }}
/*分辨率大于640小于1024时加载下面样式*/
@media screen and (min-width: 640px) and (max-width:1024px) {
	 .banner .text_box{ position:absolute;width: 350px;height:200px; left:50%; top:50%;margin-left: -120px;
    margin-top:-50px; text-align:center;}
.banner .text_box span.text{ color:#FFFFFF; font-size:40px;text-shadow: 2px 2px 1px #333;display: block; line-height:40px; text-align:left;}
.banner .text_box span.title{ color:#FFFFFF; font-size:24px;text-shadow: 2px 2px 1px #333;text-align: left;display: block;}
.banner span.Img_flw{ background:url(../img/ban_btn.png) left center  no-repeat; display:block;    height: 40px;
    margin-top: 20px; }
	 }
