/*通用类*/
*{
	margin:0;
	padding:0;
}

body{
	min-width:1200px;
	margin:0 auto;
	font-size:14px;
	font-family:PingFang SC,Hiragino Sans GB,Microsoft YaHei UI,Microsoft YaHei,Source Han Sans CN,sans-serif;
	background:#fff;
	text-align:justify;
	color:#555;
}
h1,h2,h3{
	font-weight:500;
}

img{
	border:none;
}

a{
	cursor:pointer;
	color:#555;
	text-decoration:none;
	outline:none;
}
a:hover{
	color:#279f89;
}
ul{
	list-style-type:none;
}
em{
	font-style:normal;
}
.lt{
	float:left;
}
.rt{
	float:right;
}
input.sub,label{
	border:none;
	cursor:pointer;
}
input,textarea{
	font-family:PingFang SC,Hiragino Sans GB,Microsoft YaHei UI,Microsoft YaHei,Source Han Sans CN,sans-serif;
	outline:none;	
}
table{
	border-collapse:collapse;	
}
table td,table th{
	padding:0;	
}
input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{
    color:#999;
}
input::-moz-placeholder,textarea::-moz-placeholder{   /* Mozilla Firefox 19+ */
    color:#999;
}
input:-moz-placeholder,textarea:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
    color:#999;
}
input:-ms-input-placeholder,textarea:-ms-input-placeholder{  /* Internet Explorer 10-11 */ 
    color:#999;
}
div.clear{
	font: 0px Arial; line-height:0;
	height:0; 
	overflow:hidden;	
	clear:both;	
}
.line5{
	font-size:1px;height:5px;width:100%;clear:both;	
}
.line10{
	font-size:1px;height:10px;width:100%;clear:both;	
}
.line20{
	font-size:1px;height:20px;width:100%;clear:both;	
}
/*wrapin 主体容器宽度*/
.wrapin{
	width:1200px;
	margin-left:auto;
	margin-right:auto;
}

/*公用CSS 开始*/

.header{
	position: relative;
	z-index: 100;
	height: 70px;
	width: 100%;
	background:#fff;
	box-shadow:0 0 5px #999;
}
.header .logo{
	float: left;
	display: block;
	height: 70px;
}
.header .logo img{
	display: block;
	height: 70px;
}
.head_rt{
	float: right;
}
.nav{
	float: left;
}
.nav a{
	float: left;
	margin-right:50px;
	line-height: 70px;
	height: 68px;
	font-size:15px;
	color:#333;
}

.nav a:hover,.nav a.hover{
	color:#279f89;
	border-bottom:2px solid #279f89;
}
.head_lg{
	float: left;
	padding:18px 0 0 0;
}
.head_lg a{
	float: left;
	display: block;
	width: 73px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	border:1px solid #279f89;
	border-radius:3px;
	margin-left:10px;
	color:#279f89;
	font-size:15px;
}

/*.nav a:hover i,.nav a.hover i{*/
	/*width: 60px;*/
	/*height: 4px;*/
	/*position: absolute;*/
	/*bottom: 14px;*/
	/*left: 50%;*/
	/*margin-left:-30px;*/
	/*background:#24b0de;*/
/*}*/

.nav em{
	display: block;
	width: 60px;
	height: 19px;
	line-height: 15px;
	font-size:10px;
	color:#fff;
	text-align: center;
	background:url("nav_em.png") no-repeat top center;
	position: absolute;
	top: 8px;  /*高度调节*/
	left: 50%; /*居中 在div nav里*/
	margin-left:210px;/*左右位置调节*/
}
.head_lg .a1{
	color:#fff;
	background:#279f89;
}

.banner{
	position: relative;
	overflow: hidden;
	cursor: pointer;
	width: 100%;
	height: 730px;
}
.banner .pics li{
	width: 100%;
	height: 730px;
	background-repeat:no-repeat;
	background-position:top center;
}
.banner .btns{
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 96px;
	z-index: 60;
	text-align: left;
}
.banner .btns span{
	display: inline-block;
	width: 10px;
	height: 10px;
	font-size:1px;
	margin:0 3px;
	background:#fff;
	border-radius:5px;
}
.banner .btns .hover{
	background:#279f89;
	width: 25px;
}
.banner dl{
	padding:122px 0 0 0;
	color:#fff;
}
.banner dt{
	height: 108px;
	line-height: 108px;
	font-size:54px;
}
.banner dd{
	height: 42px;
	line-height: 42px;
	font-size:18px;
	padding-left:34px;
	background:url("ba_dd.png") no-repeat left center;
}
.banner .bn{
	display: block;
	width: 150px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	border-radius:3px;
	background:#279f89;
	font-size:18px;
	color:#fff;
	margin:20px 40px 0 0;
	float: left;
}

.footer{
	background:#2a3f54;
}
.ft_top{
	height: 100px;
	border-bottom:1px solid #3a5167;
}
.ft_item{
	float: left;
	width: 200px;
	height: 100px;
	color:#fff;	
	position: relative;
}
.ft_item img{
	position: absolute;
	left: 0;
	top: 50%;
	margin-top:-16px;
}
.ft_item dl{
	padding:34px 0 0 35px;
}
.ft_item dt{
	height: 18px;
	line-height: 18px;
	font-weight: bold;
}
.ft_item dd{
	height: 20px;
	line-height: 20px;
	font-size:14px;
	color:#777f91;
}

.ft_ct{
	width: 1200px;
	margin:0 auto;
	padding:32px 0 26px 0;
}
.ft_ct .t1{
	height: 44px;
	line-height: 44px;
	font-weight: bold;
	color:#fff;
}
.fc_left{
	width: 305px;
	float: left;
	padding-top:4px;
}
.fc_left .tp{
	height: 55px;
}
.fc_left li{
	line-height: 40px;
	font-weight: bold;
	font-size:14px;
	color:#fff;
}
.fc_area1{
	float: left;
	width: 370px;
}
.fc_area1 ul{
	width: 240px;
}
.fc_area1 li{
	width: 120px;
	float: left;
	height: 40px;
	line-height: 40px;
}
.fc_area1 a{
	color:#777f91;
}
.fc_area1 a:hover{
	color:#fff;
}
.fc_area2{
	float: left;
	width: 210px;
}
.fc_area2 li{	
	height: 40px;
	line-height: 40px;
}
.fc_area2 a{
	color:#777f91;
}
.fc_area2 a:hover{
	color:#fff;
}
.fc_area3{
	float: left;
	width: 310px;
}
.fc_area3 li{	
	height: 40px;
	line-height: 40px;
	color:#777f91;
}
.ft_bt{
	border-top:1px solid #3a5167;
	text-align: center;
	line-height: 24px;
	color:#70788b;
	padding:18px 0;
}

/*公用CSS 结束*/

/*hm 首页*/

.hm_top{
	height: 127px;
	position: relative;
	width: 1200px;
	margin:0 auto;
	z-index: 70;
}
.hm_top .s_wp{
	width: 1200px;
	height: 200px;
	background:#fff;
	position: absolute;
	left: 0;
	bottom: 0;
	border-radius:3px;
	box-shadow:0 0 5px #eee;
}
.hm_top .fls{
	width: 400px;
	height: 200px;
	float: left;
	position: relative;
}
.hm_top dl{
	padding:40px 50px 0 110px;
}
.hm_top dt{
	height: 46px;
	line-height: 46px;
	font-size:18px;
	color:#000;
}
.hm_top dd{
	line-height: 24px;
	font-size:14px;
	color:#999;
}
.hm_top img{
	display: block;
	width: 70px;
	height: 70px;
	position: absolute;
	left: 25px;
	top: 44px;
}
.hm_top .fg{
	height: 120px;
	float: left;
	border-left:1px solid #e6e6e6;
	margin:40px 0 0 -1px;
}

.hm_tech{
	width: 1200px;
	margin:0 auto;
	padding:58px 0 76px 0;
	text-align: center;
}
.hm_tech .head{
	height: 150px;	
}
.hm_tech .head dt{
	height: 55px;
	line-height: 55px;
	font-size:28px;
	color:#2a3f54;
}
.hm_tech .head dd{
	height: 33px;
	line-height: 33px;
	color:#999;
}
.te_item{
	width: 250px;
	padding:0 25px;
	height: 190px;
	float: left;
}
.te_item img{
	display: block;
	width: 85px;
	height: 85px;
	margin:0 auto;
}
.te_item dt{
	height: 25px;
	line-height: 25px;
	font-size:16px;
	color:#2a3f54;
}
.te_item dd{
	line-height: 20px;
	color:#999;
	padding-top:5px;
}
.hm_tech .more{
	display: block;
	width: 356px;
	height: 50px;
	line-height: 50px;
	margin:50px auto 0 auto;
	background:#279f89;
	border-radius:5px;
	color:#fff;
	font-size:16px;
}

.hm_tc{
	position: relative;
}
.hm_tc .bg{
	height: 355px;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	background:#2a3f54;
}
.hm_tc .head{
	text-align: center;
	color:#fff;
	height: 200px;
}
.hm_tc .head dt{
	height: 54px;
	line-height: 54px;
	padding-top:64px;
	font-size:28px;
}
.hm_tc .head dd{
	height: 36px;
	line-height: 36px;
	font-size:16px;
}
.tc_floor{
	width: 380px;
	height: 560px;
	float: left;
	background:#fff;
	border-radius:3px;
	box-shadow:0 2px 5px #ccc;
	position: relative;
}
.hm_tc .fg30{
	width: 30px;
	height: 100px;
	float: left;
}
.hm_tc .t1{
	height: 75px;
	line-height: 75px;
	text-align: center;
	padding-top:24px;
	font-size:24px;
	font-weight: bold;
	color:#2a3f54;
}
.hm_tc .t2{
	height: 64px;
	line-height: 64px;
	text-align: center;
	font-size:18px;
	font-weight: bold;
}
.hm_tc .t2 strong{
	font-size:72px;
	color:#279f89;
}
.hm_tc .t3{
	height: 64px;
	line-height: 64px;
	text-align: center;
	color:#ff7452;
	font-size:16px;
}
.hm_tc ul{
	width: 300px;
	margin:10px auto 0 auto;
	border-top:1px solid #ececec;
	padding-top:18px;
}
.hm_tc li{
	height: 36px;
	line-height: 36px;
	width: 110px;
	float: left;
	padding-left:40px;
	background:url("tc_li.png") no-repeat 15px center;
}
.hm_tc .buya{
	display: block;
	width: 160px;
	height: 50px;
	line-height: 50px;
	border-radius:3px;
	text-align: center;
	background:#279f89;
	text-align: center;
	color:#fff;
	position: absolute;
	left: 50%;
	bottom: 56px;
	margin-left:-80px;
}

.hm_fw{
	width: 1200px;
	margin:0 auto;
	padding:84px 0;
	position: relative;
}
.hm_fw .head{
	height: 114px;
	text-align: center;
}
.hm_fw .head dt{
	height: 48px;
	line-height: 48px;
	font-size:28px;
	color:#2a3f54;
}
.hm_fw .head dd{
	height: 38px;
	line-height: 38px;
	color:#999;
}
.hm_fw .more{
	display: block;
	width: 160px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background:#279f89;
	border-radius:3px;
	margin:0 auto;
	font-size:16px;
	color:#fff;
}
.hm_fw .lis{
	width: 185px;
	height: 290px;
	border:1px solid #279f89;
	border-radius:3px;
	position: absolute;
	top: 400px;
	padding:20px 0 0 0;
}
.hm_fw .lis li{
	height: 46px;
	line-height: 46px;
	padding-left:43px;	
	background:url("tc_li.png") no-repeat 21px center;
}

.hm_xz{
	height: 390px;
	background:url("xzbg.jpg") no-repeat top center;
	text-align: center;
	color:#fff;
}
.hm_xz dl{
	padding:74px 0 0 0;
	height: 150px;
}
.hm_xz dt{
	height: 56px;
	line-height: 56px;
	font-size:28px;
}
.hm_xz dd{
	height: 32px;
	line-height: 32px;
	font-size:16px;
}
.hm_xz a{
	display: inline-block;
	width: 200px;
	height: 50px;
	line-height: 50px;
	border-radius:3px;	
	margin:0 20px;
	text-align:left;
	text-indent:60px;
	font-size:16px;
	color:#fff;
}
.hm_xz .a1{
	background:#279f89 url("xz_a1.png") no-repeat 22px center;
}
.hm_xz .a2{
	background:#279f89 url("xz_a2.png") no-repeat 22px center;
}

.hm_dy{
	width: 1200px;
	margin:0 auto;
	padding:78px 0 86px 0;
}
.hm_dy .head{
	height: 140px;
	text-align: center;
}
.hm_dy .head dt{
	height: 70px;
	line-height: 70px;
	font-size:28px;
	color:#2a3f54;
}
.hm_dy .head dd{
	height: 36px;
	line-height: 36px;
	font-size:16px;
	color:#999;
}
.hm_dy .item{
	float: left;
	width: 300px;
	padding-left:100px;
	position: relative;
}
.hm_dy .item dt{
	height: 66px;
	line-height: 66px;
	font-size:18px;
	font-weight: bold;
	color:#279f89;
}
.hm_dy .item dd{
	font-size:16px;
	line-height: 28px;
}
.hm_dy .item img{
	display: block;
	width: 60px;
	height: 60px;
	position: absolute;
	left: 25px;
	top: 5px;
}
.hm_dl{
	height: 300px;
	background:url("dlbg.jpg") no-repeat top center;
	text-align: center;
	color:#fff;
}
.hm_dl dt{
	padding-top:80px;
	height: 54px;
	line-height: 54px;
	font-size:28px;
}
.hm_dl dd{
	height: 36px;
	line-height: 36px;
}
.hm_dl .cnta{
	display: block;
	width: 160px;
	height: 50px;
	line-height: 50px;
	margin:30px auto 0 auto;
	background:#279f89;
	border-radius:3px;
	color:#fff;
	font-size:16px;
}
.hm_fri{
	padding:72px 0;
	width: 1200px;
	margin:0 auto;
}
.hm_fri .head{
	text-align: center;
}
.hm_fri .head dt{
	height: 60px;
	line-height: 60px;
	font-size:28px;
	color:#2a3f54;
}
.hm_fri .head dd{
	height: 40px;
	line-height: 40px;
	color:#999;
}
.hm_fri a{
	display: block;
	margin:20px 20px 0 20px;
	width: 200px;
	float: left;
}
.hm_fri img{
	display: block;
	width: 200px;
	height: 80px;
}

/*hm 首页*/

/*reg 注册*/

.reg_wp{
	width: 100%;
	height: 763px;
	background:url("regbg.jpg") no-repeat top center;
}
.reg_fm{
	width: 370px;
	float: right;
	margin-top:90px;
	background:#fff;
	border-radius:5px;
	box-shadow:0 0 5px #eee;
	padding:0 28px 53px 28px;
}
.reg_fm .title{
	height: 96px;
	line-height: 96px;
	font-size:26px;
}
.reg_fm .in{
	height: 48px;
	line-height: 48px;
	border:1px solid #dcdcdc;
	border-radius:3px;
	background:url("reg_in.png") repeat-x left top;
}
.reg_fm .text{
	height: 48px;
	line-height: 48px;
	border:0;
	background:none;
	width: 100%;
	text-indent:36px;
	color:#000;
}
.reg_fm .text1{
	background:url("reg1.png") no-repeat 12px center;
}
.reg_fm .text2{
	background:url("reg2.png") no-repeat 12px center;
}
.reg_fm .text3{
	background:url("reg3.png") no-repeat 12px center;
}
.reg_fm .text4{
	background:url("reg4.png") no-repeat 12px center;
}
.reg_fm .text5{
	background:url("reg5.png") no-repeat 12px center;
}
.reg_fm .fg22{
	height: 22px;
	clear: both;
}
.reg_fm .in2{
	float: left;
	width: 220px;
}
.reg_fm .yzm{
	float: right;
	display: block;
	width: 130px;
	height: 48px;
	border:1px solid #dcdcdc;
}
.reg_fm .yzm img{
	display: block;
	width: 130px;
	height: 48px;
}
.reg_fm .get_code{
	float: right;
	display: block;
	width: 130px;
	height: 50px;
	line-height: 50px;
	border-radius:25px;
	text-align: center;
	background:#279f89;
	color:#fff;
}
.reg_fm .rem{
	height: 54px;
	line-height: 54px;
	clear: both;
	color:#2a3f54;
	padding-left:38px;
	background:url("rem.png") no-repeat left top;
}
.reg_fm .remhover{
	background-position:left bottom;
}
.reg_fm .rem a{
	color:#2a3f54;
}
.reg_fm .sub{
	display: block;
	width: 100%;
	height: 50px;
	line-height: 50px;
	border-radius:3px;
	color:#fff;
	font-size:20px;
	background:#279f89;
}
.reg_fm .rbt{
	text-align: center;
	height: 80px;
	line-height: 80px;
	margin-bottom:-50px;
	color:#279f89;
}
.reg_fm .rbt a{
	color:#279f89;
	margin:0 5px;
}

/*reg 注册*/

/*down 下载*/

.down_wp{
	height: 763px;
	background:url("downbg.jpg") no-repeat top center;
}
.down_wp .head{
	padding:120px 0 150px 0;
}
.down_wp .head dt{
	height: 62px;
	line-height: 62px;
	font-size:36px;
	font-weight: bold;
	color:#2a3f54;
}
.down_wp .head dd{
	height: 32px;
	line-height: 32px;
	color:#777;
	font-size:16px;
}
.down_wp .item{
	float: left;
	width: 244px;
	height: 278px;
	background:#fff;
	border-radius:5px;
	box-shadow:0 0 7px #eee;
	margin-right:20px;
}
.down_wp .item dl{
	padding:36px 0 0 30px;
}
.down_wp .item dt{
	height: 56px;
	line-height: 56px;
	font-size:20px;
	color:#2a3f54;
}
.down_wp .item dd{
	font-size:14px;
	line-height: 30px;
}
.down_wp .down{
	display: block;
	width: 180px;
	height: 50px;
	line-height: 50px;
	background:#279f89;
	border-radius:3px;
	font-size:16px;
	color:#fff;
	text-indent:66px;
	margin:20px 0 0 30px;
	position: relative;
}
.down_wp .down img{
	display: block;
	width: 30px;
	height: 30px;
	position: absolute;
	left: 20px;
	top: 50%;
	margin-top:-15px;
}
.down_wp .down2{
	background:#999;
}

/*down 下载*/

/*buy 购买*/

.buy_banner{
	height: 340px;
	position: relative;
}
.buy_in{
	width: 100%;
	height: 400px;
	position: absolute;
	left: 0;
	top: 0;
	background:url("buy_banner.jpg") no-repeat top center;
}
.buy_in dl{
	width: 1200px;
	color:#fff;
	position: absolute;
	left: 50%;
	top: 120px;
	margin-left:-600px;
}
.buy_in dt{
	height: 55px;
	line-height: 55px;
	font-size:36px;
	font-weight: bold;
}
.buy_in dd{
	height: 44px;
	line-height: 44px;
	font-size:16px;
}
.buy_list{
	width: 1200px;
	margin:0 auto;
}
.buy_item{
	 width: 380px;
	 height: 560px;
	 background:#fff;
	 border-radius:5px;
	 position: relative;
	 margin-bottom:56px;	
	 float: left; 
}
.buy_item .tc_floor{
	width: 378px;
	height: 558px;
	position: absolute;
	left: 0;
	top: 0;
	border:1px solid #fff;
	border-radius:5px;
}
.buy_item:hover .tc_floor{
	border-color:#ff7452;
	padding:30px 0;
	top: -30px;
	box-shadow:0 0 5px #ff7452;
}
.buy_item:hover .tc_floor .buya{
	bottom: 86px;
	background:#ff7452;
}
.buy_item:hover .tc_floor .t2 strong{
	color:#ff7452;
}
.buy_list .fg24{
	width: 24px;
	height: 560px;
	float: left;
}
.buy_item .t1{
	height: 75px;
	line-height: 75px;
	text-align: center;
	padding-top:24px;
	font-size:24px;
	font-weight: bold;
	color:#2a3f54;
}
.buy_item .t2{
	height: 64px;
	line-height: 64px;
	text-align: center;
	font-size:18px;
	font-weight: bold;
}
.buy_item .t2 strong{
	font-size:72px;
	color:#279f89;
}
.buy_item .t3{
	height: 64px;
	line-height: 64px;
	text-align: center;
	color:#ff7452;
	font-size:16px;
}
.buy_item ul{
	width: 300px;
	margin:10px auto 0 auto;
	border-top:1px solid #ececec;
	padding-top:18px;
}
.buy_item li{
	height: 36px;
	line-height: 36px;
	width: 110px;
	float: left;
	padding-left:40px;
	background:url("tc_li.png") no-repeat 15px center;
}
.buy_item .buya{
	display: block;
	width: 160px;
	height: 50px;
	line-height: 50px;
	border-radius:3px;
	text-align: center;
	background:#279f89;
	text-align: center;
	color:#fff;
	position: absolute;
	left: 50%;
	bottom: 56px;
	margin-left:-80px;
}

/*buy 购买*/

/*help 帮助*/

.help_banner{
	width: 100%;
	height: 180px;  /*最开始是400px*/
	background:url("buy_banner.jpg") no-repeat top center;
}
.help_banner .t1{
	height: 85px;
	line-height: 85px;
	padding-top:45px;
	font-size:36px;
	font-weight: bold;
	color:#fff;
}
.help_search{
	width: 600px;
}
.help_search .text{
	width: 470px;
	height: 50px;
	float: left;
	background:#fff url("text.png") no-repeat 16px center;
	border:0;
	border-radius:3px 0 0 3px;
	padding-left:40px;
}
.help_search .sub{
	width: 90px;
	height: 50px;
	float: left;
	background:#4fcab3;
	color:#fff;
	font-size:16px;
	border-radius:0 3px 3px 0;
}
.help_hot{
	clear: both;
	height: 46px;
	line-height: 46px;
	color:#fff;
}
.help_hot span,.help_hot a{
	float: left;
	margin-right:10px;
	color:#fff;
}
.help_hot a:hover{
	color:#fff;
	text-decoration: underline;
}

.help_wp{
	width: 1200px;
	margin:0 auto;
	padding-bottom:60px;
}

.help_left{
	width: 274px;
	float: left;
	padding-top:35px;
}
.help_left .title{
	height: 44px;
	line-height: 44px;
	font-size:24px;
	color:#2a3f54;
}
.help_left li{
	height: 44px;
	position: relative;
	line-height: 44px;
	padding-left:26px;
}
.help_left li em{
	display: block;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	border-radius:100%;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top:-10px;
	background:#f2f2f2;
}
.help_left li:nth-child(1) em,.help_left li:nth-child(2) em,.help_left li:nth-child(3) em{
	background:#279f89;
	color:#fff;
}
.help_fg{
	height: 800px;
	float: left;
	border-left:1px solid #e1e1e1;
	margin:40px 0 0 0;
}

.help_right{
	width: 870px;
	float: right;
	padding-top:15px;
}
.help_item{
	padding:10px 0;
	border-bottom:1px solid #eee;
}
.help_item .name{
	height: 60px;
	line-height: 60px;
	font-size:18px;
}
.help_item .name a{	
	display:inline-block;
	max-width:95%;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.help_item .tip{
	line-height: 24px;
	color: blue;
        font-size: 24px;
}
.help_item .date{
	height: 54px;
	line-height: 54px;
	color:#777;
}

.page{
	text-align:right;
	padding-top:33px;
	font-size:12px;
}
.page a{
	display: inline-block;
	height: 34px;
	line-height: 34px;
	padding:0 15px;
	border:1px solid #e5e5e5;
	margin-right:10px;
	background:#f9f8f8;
}
.page a:hover,.page a.hover{
	color:#fff;
	background:#279f89;
}

/*help 帮助*/

/*city 城市*/

.city_banner{
	height: 280px;
	position: relative;
	width: 100%;
}
.city_in{
	height: 320px;
	width: 100%;
	background:url("city_banner.jpg") no-repeat top center;
}
.city_wp{
	width: 755px;
	margin:0 auto;
	padding-top:46px;
}
.city_wp .t1{
	height: 86px;
	line-height: 86px;
	text-align: center;
	font-size:36px;
	font-weight: bold;
	color:#fff;
}
.city_wp .exa{
	float: right;
	display: block;
	width: 132px;
	height: 50px;
	line-height: 50px;
	border-radius:5px;
	background:#fff url("exa.png") no-repeat 10px center;
	font-size:16px;
	color:#217346;
	text-indent:46px;
}
.city_list{
	width: 1200px;
	background:#fff;
	margin-bottom:50px;
	border-radius:5px;
	position: relative;
	z-index: 100;
	text-align: center;
	box-shadow:0 0 5px #ccc;
}
.city_list th{
	height: 60px;
	line-height: 60px;
	background:#f2f2f2;
	width: 16.66666%;
	font-size:16px;
	color:#279f89;
}
.city_list th span{
	display: inline-block;
	padding:0 15px 0 20px;
	position: relative;
	height: 60px;
	background:url("city_sort.png") no-repeat right center;
	cursor: pointer;
}
.city_list th .s1{
	background-image:url("city_sort1.png");
}
.city_list th .s2{
	background-image:url("city_sort2.png");
}
.city_list th img{
	display: block;
	position: absolute;
	left: 0;
	top: 15px;
	height: 30px;
}
.city_list td{
	height: 50px;
}
.city_list tr:nth-child(odd) td{
	background:#f7f7f7;
}
.city_list .type{
	display: inline-block;
	padding-left:16px;
}
.city_list .type1{
	background:url("type1.png") no-repeat left center;
}
.city_list .type2{
	background:url("type2.png") no-repeat left center;
}

/*city 城市*/
.kf{
	position: fixed;
	right: 10px;
	top: 50%;
	width: 150px;
	z-index: 200;
	margin-top:87px;
	height: 174px;
	background:#279f89;
	border-radius:5px;
	text-align: center;
	color:#fff;
}
.kf dl{
	color:#fff;
	height: 72px;
}
.kf dt{
	padding-top:14px;
	height: 28px;
	line-height: 28px;
	font-size:20px;
}
.kf dd{
	height: 18px;
	line-height: 18px;
	font-size:14px;
}
.kf ul{
	width: 110px;
	padding-top:13px;
	margin:0 auto;
	background:#fff;
	border-radius:4px;
}
.kf li{
	height: 36px;
}
.kf_win{
	width: 400px;
	height: 260px;
	background:#fff;
	position: fixed;
	left: 50%;
	top: 50%;
	z-index: 220;
	box-shadow:0 0 5px #ccc;
	margin:-130px 0 0 -200px;	
}
.kf_win .head{
	height: 64px;
	line-height: 64px;
	font-size:22px;
	border-bottom:1px solid #eaeaea;
	padding:0 26px;
}
.kf_win .head em{
	color:#279f89;
}
.kf_win .close{
	width: 64px;
	height: 64px;
	position: absolute;
	right: 0;
	top: 0;
	background:url("kf_close.png") no-repeat center center;
	z-index: 20;
	cursor: pointer;
}
.kf_win .face{
	float: left;
	display: block;
	width: 88px;
	height: 88px;
	border:1px solid #f0f1f3;
	margin:16px 0 0 28px;
}
.kf_win .face img{
	display: block;
	width: 88px;
	height: 88px;
}
.kf_win dl{
	float: left;
	padding:30px 0 0 20px;
}
.kf_win dt{
	height: 36px;
	line-height: 36px;
	font-size:26px;
}
.kf_win dd{
	height: 26px;
	line-height: 26px;
	color:#999;
}
.kf_win .bt{
	clear: both;
	padding-top:20px;
	text-align: center;
}
.kf_win .bt a{
	display: inline-block;
	width: 158px;
	height: 38px;
	line-height: 38px;
	border:1px solid #dfdfdf;
	margin:0 8px;
	border-radius:3px;
}
.kf_win .bt .a1{
	color:#fff;
	border-color:#279f89;
	background:#279f89;
}



.kf_win .fr_wx{
	display: block;
	width: 100px;
	height: 30px;
	margin:0 auto 11px auto;
	position: relative;
	z-index: 220;
}
.kf_win .code{
	display: block;
	width: 100px;
	height: 100px;
	position: absolute;
	right: 105px;
	top: 0;
	z-index: 220;
	padding-top:15px;
	/*display: none;*/
}


.kf .btn{
	width: 75px;
	height: 30px;
	line-height: 30px;
	border-radius:3px;
	background:#fff;
	display: block;
	position: relative;
	z-index: 150;
	margin:0 auto 8px auto;
	font-size:14px;
	color:#f55f33;
	padding-left:25px;
}
.kf .btn img{
	display: block;
	width: 30px;
	height: 30px;
	position: absolute;
	left: 5px;
	top: 0;
}

.kf .btn .wx{
	display: none;
	width: 92px;
	height: 92px;
	/*position: absolute;*/
	/*top: 0;*/
	/*left:auto;*/
	/*right: 100px;*/
	/*z-index: 150;*/
	padding-top:50px;
}

.hm_dt{
	height: 390px;
	text-align: center;
	color:#fff;
}

.hm_dt a{
	display: inline-block;
	width: 160px;
	height: 50px;
	line-height: 50px;
	border-radius:3px;	
	margin:20px 30px;
	text-align:left;
	text-align: center;
	font-size:16px;
        font-weight: bold;
	color:#000;
        background-color: #fff;
}