﻿/* 手机 mobile start*/
@media (max-width: 767px) {
body{
	background-size:100% auto;
	font-size:13px;
	min-width: 320px;
}

.visible-xs{display: block !important;}
.visible-xs-block {display: block !important;}
.visible-xs-inline {display: inline !important;}
.visible-xs-inline-block {display: inline-block !important;}
.hidden-xs{display:none !important;}

.wrapin{
	width:100%;
}


.ba_out{
	width: 100%;
	position: relative;	
}

.banner{
	width:100%;	
	position:relative;
	overflow:hidden;		
	cursor:pointer;		
}
.ba_out .cbtn{
	width: 20px;
	height: 30px;
	position: absolute;
	top: 50%;
	margin-top:-15px;
	z-index: 50;
	cursor: pointer;
}
.ba_out .my-prev{
	left: 10px;
	background:url("../images/ba_pre.png") no-repeat center center;
}
.ba_out .my-next{
	right: 10px;
	background:url("../images/ba_next.png") no-repeat center center;
}
.banner .swiper-slide{
	width:100%;	
	height: auto;
	background-repeat:no-repeat;
	background-position:top center;
}
.banner .swiper-slide img{
	display:block;
	width:100%;
	height:auto;
}
.banner .swiper-pagination {
  position: absolute;
  left: 0;
  text-align: center;
  bottom:10px;
  width: 100%;
}
.banner .swiper-pagination-bullet {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: #999;
  box-shadow: 0px 1px 2px #555 inset;
  margin: 0 3px;
  cursor: pointer;
}
.banner .swiper-pagination-bullet-active {
  background: #fff;
}


.hot_item{
	width: 92%;
	height: 150px;
	box-shadow:0 0 10px rgba(0,0,0,0.15);
	background:#fff;
	position: relative;	
	margin:0 auto 20px auto;
}
.hot_item .photo{
	float: right;
	display: block;
	width: 140px;
	height: 100px;
	margin:15px 15px 0 0;
}
.hot_item .photo img{
	display: block;
	width: 140px;
	height: 100px;
}
.hot_item .intro{
	float: left;
	width: 130px;
	padding-left:15px;
	color:#222;
}
.hot_item .name{
	height: 60px;
	line-height: 60px;
	position: relative;
	font-size:16px;
	font-weight: bold;	
	white-space:nowrap;
}
.hot_item .name i{
	display: block;
	width: 40px;
	height: 2px;
	background:#f00;
	position: absolute;
	left: 0;
	top: 50px;
}
.hot_item .tip{
	font-size:16px;
	line-height: 24px;
}
.hot_item .more{
	margin-top:10px;
	display: block;
}

.h_about{
	width: 92%;
	margin:0 auto 10px auto;
}
.h_about .titlem{
	height: 50px;
	line-height: 50px;
	font-size:20px;
	font-weight: bold;
	margin-bottom:10px;
	position: relative;
}
.h_about .titlem i{
	display: block;
	width: 40px;
	height: 2px;
	background:#f00;
	position: absolute;
	bottom: 0;
	left: 0;
}
.h_about .photo{
	width: 100%;
	height: auto;	
	display: block;
	margin-bottom:5px;
}
.h_about .photo img{
	display: block;
	width: 100%;
	height: auto;
}
.h_about .title{	
	display: none;
}
.h_about p{
	font-size:16px;
	line-height: 32px;
}
.h_about strong{
	color:#f00;
}
.h_about .more{
	display: block;
	width: 100%;
	height: 38px;
	line-height: 38px;
	text-align: center;
	background:#f00;
	color:#fff;
	margin-top:15px;
}
.h_about .more:hover{
	background:#d70003;
}

.h_pros{
	width: 92%;	
	margin:0 auto;
}

.hp_item{
	border-bottom:1px solid #eee;
	padding:12px 0;
}
.hp_item .photo{
	display: block;
	width: 130px;
	height: 85px;
	float: left;
	margin-right:5px;
}
.hp_item .photo img{
	display: block;
	width: 130px;
	height: 85px;
}
.hp_item .name{
	line-height: 30px;
	font-size:16px;
}
.hp_item p{
	color:#999;
	line-height: 1.6;
}
.hp_item .date{
	float: left;
	line-height: 32px;
	color:#ccc;
}
.hp_item .read{
	float: right;
	line-height: 32px;
	color:#ccc;
	padding-left:22px;
	background:url("../images/read.png") no-repeat left center;
}

.h_navs{
	margin:0 auto;	
	width: 92%;
}
.hn_item{
	width: 100%;
	height: 100px;
	margin-bottom:10px;
	position: relative;
}
.hn_item1{
	background:url("../images/hn1.png") no-repeat left top;
	background-size:100% 100%;
}
.hn_item2{
	background:url("../images/hn2.png") no-repeat left top;
	background-size:100% 100%;
}
.hn_item .ico{
	display: block;
	position: absolute;
	left: 20px;
	top: 30px;
	height: 40px;
}
.hn_item dl{
	position: absolute;
	left: 70px;
	top: 22px;
	color:#fff;
}
.hn_item dt{
	height: 30px;
	line-height: 30px;
	font-size:20px;
	font-weight: bold;
}
.hn_item dd{
	height: 32px;
	line-height: 32px;
	font-size:12px;
}
.hn_item .more{
	display: block;
	width: 102px;
	height: 30px;
	line-height: 30px;
	border:1px solid #fff;
	text-align: center;
	color:#fff;
	position: absolute;
	right: 22px;
	top: 34px;
}
.hn_item .more:hover{
	background:#fff;
	color:#f00;
}

.fm_top{
	background:#000;
	border-top:3px solid #f00;
	padding:20px 4%;
	color:#fff;
	font-weight: bold;
}
.fm_top .t1{
	height: 46px;
	line-height: 46px;
	font-size:16px;
}
.fm_top li{
	height: 32px;
	line-height: 32px;
	font-weight: normal;
	padding-left:30px;
	position: relative;
}
.fm_top li img{
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top:-10px;
}
.fm_top .wp{
	width: 260px;
	margin:30px auto 0 auto;
}
.fm_top dl{
	width: 88px;
	margin:0 21px;
	float: left;
	text-align: center;
	font-weight: normal;
}
.fm_top dt{
	display: block;
	height: 88px;
}
.fm_top img{
	display: block;
	width: 88px;
	height: 88px;
}
.fm_top dd{
	line-height: 3;
}
.fm_bottom{
	text-align: center;
	line-height: 2;
	padding:10px;
	color:#999;
}

.footer{
	display: none;
}
.fr_bar{
	display: none;
}

.fm_bar{
	width: 100%;
	height: 55px;
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 100;
	background:#000;
}
.fm_bar a{
	float: left;
	display: block;
	width: 25%;
	height: 55px;
	text-align: center;
	color:#fff;
	box-sizing:border-box;
	padding-top:10px;
	line-height: 2;
	font-size:12px;
}
.fm_bar .hover{
	color:#f00;
}
.fm_bar img{
	display: block;
	height: 20px;
	margin:0 auto;
}
.fm_zw{
	height: 55px;
	clear: both;
}

.pr_hot{
	display: none;
}
.pr_left{
	display: none;
}

.pr_right{
	width: 92%;		
	margin:0 auto 30px auto;
}

	
.pr_right .head{
	height: 60px;
	line-height: 60px;
	position: relative;
	font-size:20px;	
	margin-bottom:20px;
	clear: both;
}
.pr_right .head i{
	display: block;
	width: 40px;
	height: 2px;
	background:#f00;
	position: absolute;
	left: 0;
	bottom: 0;
}
	
.pr_right2{
	width: 92%;		
	margin:0 auto 30px auto;
}
	
.pr_right .photo{
	width: 100%;
	display: block;
	height:auto;
}
	
.pr_right2 .head{
	height: 60px;
	line-height: 60px;
	position: relative;
	font-size:20px;	
	margin-bottom:20px;
	clear: both;
}
.pr_right2 .head i{
	display: block;
	width: 40px;
	height: 2px;
	background:#f00;
	position: absolute;
	left: 0;
	bottom: 0;
}
	
	
.pr_right .intro{
	width: 100%;	
	font-size:14px;
	line-height: 1.8;
	padding-top:10px;
}
.pr_right .intro em{
	color:#f00;
}
.pr_right li{
	height: 46px;
	line-height: 46px;
	clear: both;
	border-bottom:1px dotted #ccc;
}
.pr_right li a{
	display:inline-block;
	max-width:700px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.pr_right li .read{
	float: right;
	color:#999;
	padding-left:18px;
	background:url("../images/read.png") no-repeat left center;
}
.page{
	text-align: center;
	margin-top:20px;
	height: 32px;
	line-height: 32px;
}
.page a{
	display: inline-block;
	margin:0 5px;
	height: 32px;
	line-height: 32px;
	padding:0 12px;
	background:#eee;
}
.page a:hover,.page a.now{
	color:#fff;
	background:#ea594f;
}

	
.pr_right .intro2{
	width: 100%;
	float:inherit;
	font-size:14px;
	line-height: 1.8;
}

.pr_right .intro2 h2{ border-bottom: 1px #DFD9D9 solid; margin-bottom:10px; padding-bottom: 10px;}
.pr_right .intro2 em{
	color:#f00;
}

.agentlist ul li{ border:1px solid #F1EFEF; margin: 25px auto; height: auto;}

.agentlist ul li .agentimg{ width: 100%;float:none;}
.agentlist ul li .agentinfo{ width: 100%;float:left;}

	
/* 手机 mobile end*/	
}
