﻿/*通用类*/
*{
	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:#f7f7f7;
	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:#f9a308;	
}
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:#ccc;
}
input::-moz-placeholder,textarea::-moz-placeholder{   /* Mozilla Firefox 19+ */
    color:#ccc;
}
input:-moz-placeholder,textarea:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
    color:#ccc;
}
input:-ms-input-placeholder,textarea:-ms-input-placeholder{  /* Internet Explorer 10-11 */ 
    color:#ccc;
}
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{
	height: 90px;
	width: 100%;
	background:#fff;
	border-bottom:1px solid #ededed;
	position: relative;
	z-index: 100;
}
.header .logo{
	float: left;
	display: block;
}
.header .logo img{
	display: block;
	height: 90px;
}
.nav{
	float: right;
}
.nav a{
	float: left;
	margin-right:70px;
	display: block;
	width: 90px;
	line-height: 90px;
	position: relative;
	font-size:16px;
	font-weight: bold;
	color:#353535;
	text-align: center;
}
.nav a:hover i,.nav a.hover i{
	display: block;
	width: 90px;
	height: 4px;
	position: absolute;
	left: 0;
	bottom: -1px;
	background:#f9a308;
}
.nav .th1{
	display: block;
	width: 60px;
	height: 22px;
	line-height: 17px;
	font-size:12px;
	background:url("../images/th1.png") no-repeat top center;
	font-weight: normal;
	color:#fff;
	position: absolute;
	top: 12px;
	left: 10px;
}
.header .lans{
	float: right;
	padding-top:27px;
}
.header .lans a{
	float: left;
	display: block;
	width: 70px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	font-size:16px;
	color:#353535;
	position: relative;
}
.header .lans em{
	width: 60px;
	height: 22px;
	line-height: 17px;
	text-align: center;
	color:#fff;
	font-size:12px;
	background:url("../images/th2.png") no-repeat top center;
	display: block;
	position: absolute;
	top: -22px;
	left: 50%;
	margin-left:-30px;
}
.header .lans .hover{
	color:#fff;
	background:#f9a308;
	border-radius:18px;
}



.footer{
	background:#292c32;
	clear: both;
}
.ft_links{
	padding:20px 0;
	border-bottom:1px solid #35373b;
}
.ft_links .t1{
	height: 30px;
	line-height: 30px;
	font-weight: bold;
	color:#adadad;
}
.ft_links a{
	line-height: 32px;
	font-size:12px;
	color:#6e6e6e;
	float: left;
	margin-right:24px;
}
.ft_links a:hover{
	color:#adadad;
}
.ft_ct{
	border-bottom:1px solid #35373b;
	padding:40px 0 50px 0;
}
.ft_nav{
	float: left;
	width: 254px;
}
.ft_nav dt{
	height: 28px;
	line-height: 28px;
	color:#adadad;
	font-weight: bold;
	font-size:14px;
}
.ft_nav dd{
	height: 30px;
	line-height: 30px;
	font-size:12px;
}
.ft_nav dd a{
	color:#6e6e6e;
}
.ft_nav dd a:hover{
	color:#adadad;
}
.ft_nav2{
	width: 400px;
}
.ft_code{
	float: right;
	width: 234px;
	padding-top:15px;
}
.ft_code .code{
	display: block;
	width: 92px;
	height: 92px;
	float: left;
}
.ft_code dl{
	float: right;
	width: 127px;
	padding-top:18px;
	line-height: 24px;
}
.ft_code dt{
	font-weight: bold;
	color:#adadad;
}
.ft_code dd{
	font-size:12px;
}

.ft_bottom{
	text-align: center;
	padding:20px 0 32px 0;
	line-height: 22px;
	color:#646468;
	font-size:12px;
}
.ft_bottom a:hover{
	color:#adadad;
}

/*公用CSS 结束*/

/*login 登录*/

.lg_bg{
	height: 594px;
	background:url("../images/lgbg.jpg") no-repeat top center;
	position: relative;
}
.lg_bar{
	width: 407px;
	height: 420px;
	position: absolute;
	right: 50%;
	margin-right:-600px;
	background:#fff;
	border-radius:8px;
	top: 50%;
	margin-top:-170px;
	box-shadow:0 0 8px #ddd;
}
.lg_bar .head{
	height: 80px;
	line-height: 80px;
	padding:0 44px;
	font-size:22px;
	color:#161a2b;
}
.lg_bar .title{
	height: 20px;
	line-height: 20px;
	position: relative;
	padding-left:66px;
	font-size:12px;
	color:#353535;
	margin-top:5px;
}
.lg_bar .title em{
	color:#f00;
}
.lg_bar .title img{
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	left: 43px;
	top: 0;
}
.lg_bar .text{
	height: 36px;
	line-height: 36px;
	width: 300px;
	margin-left:65px;
	border:0;
	border-bottom:1px solid #ededed;
	color:#353535;
}
.lg_bar .sub{
	display: block;
	width: 300px;
	height: 44px;
	line-height: 44px;
	border-radius:22px;
	margin:32px auto 0 auto;
	background:#f9a308;
	font-size:16px;
	color:#fff;
}
.lg_bar .for{
	height: 48px;
	line-height: 48px;
	text-align: center;
	font-size:12px;
}

.lg_bar .out{
	position: relative;
}
.lg_bar .reg_code{
	width: 96px;
	height: 30px;
	position: absolute;
	right: 40px;
	top: 0;
	cursor: pointer;
}

/*login 登录*/

/*reg 注册*/

.reg_bg{
	height: 740px;
	background:url("../images/regbg.jpg") no-repeat top center;
	position: relative;
}
.reg_bar{
	width: 407px;
	height: 630px;
	position: absolute;
	right: 50%;
	margin-right:-600px;
	background:#fff;
	border-radius:8px;
	top: 50%;
	margin-top:-315px;
	box-shadow:0 0 8px #ddd;
}
.reg_bar .head{
	height: 80px;
	line-height: 80px;
	padding:0 44px;
	font-size:22px;
	color:#161a2b;
}
.reg_bar .title{
	height: 20px;
	line-height: 20px;
	position: relative;
	padding-left:66px;
	font-size:12px;
	color:#353535;
	margin-top:5px;
}
.reg_bar .title em{
	color:#f00;
}
.reg_bar .title img{
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	left: 43px;
	top: 0;
}
.reg_bar .text{
	height: 36px;
	line-height: 36px;
	width: 300px;
	margin-left:65px;
	border:0;
	border-bottom:1px solid #ededed;
	color:#353535;
}
.reg_bar .sub{
	display: block;
	width: 300px;
	height: 44px;
	line-height: 44px;
	border-radius:22px;
	margin:0 auto;
	background:#f9a308;
	font-size:16px;
	color:#fff;
}
.reg_bar .for{
	height: 48px;
	line-height: 48px;
	text-align: center;
	font-size:12px;
}
.reg_bar .reg_code{
	width: 96px;
	height: 30px;
	position: absolute;
	right: 40px;
	top: 0;
	cursor: pointer;
}
.reg_bar .out{
	position: relative;
}
.reg_bar .get_code{
	position: absolute;
	right: 45px;
	top: 8px;
	font-size:12px;
	color:#f9a308;
}
.reg_bar .rem{
	height: 54px;
	line-height: 54px;
	margin-left:66px;
	font-size:12px;
	padding-left:25px;
	background:url("../images/rem.png") no-repeat left top;
	cursor: pointer;
}
.reg_bar .remhover{
	background-position:left bottom;
}
.reg_bar .rem a{
	color:#f9a308;
}

/*login 登录*/

/*help 帮助中心*/

.help_wp{
	width: 1200px;
	margin:35px auto;
}
.help_aside{
	background:#fff;
	min-height: 950px;
	width: 310px;
	float: left;
	border-radius:8px;
	box-shadow:0 0 20px #ffebe4;
}
.help_aside .title{
	display: block;
	width: 250px;
	height: 66px;
	line-height: 66px;
	margin:0 auto;
	border-bottom:1px solid #ececec;
	font-size:18px;
	color:#f9a308;
	background:url("../images/help_title.png") no-repeat right top;
}
.hp_linksdown .title{
	background-position:right bottom;
}
.help_aside .links{
	padding:10px 0;
	display: none;
}
.hp_linksdown .links{
	display: block;
}
.help_aside .links a{
	display: block;
	height: 45px;
	line-height: 45px;
	padding:0 30px;
}
.help_aside .links a:hover,.help_aside .links a.hover{
	color:#555;
	background:#fde6bd; /* 一些不支持背景渐变的浏览器 */  
	background:linear-gradient(to right, #fde6bd, #fffbf5);
	background:-moz-linear-gradient(to right, #fde6bd, #fffbf5);
	background:-webkit-gradient(to right, #fde6bd, #fffbf5);
	background:-o-linear-gradient(to right, #fde6bd, #fffbf5);
}

.help_section{
	background:#fff;
	min-height: 900px;
	width: 770px;
	padding:0 50px 50px 50px;
	float: right;
	border-radius:8px;
	box-shadow:0 0 20px #ffebe4;
	display: none;
}
.show{
	display: block;
}
.help_section .title{
	height: 80px;
	line-height: 80px;
	font-size:18px;
	color:#f9a308;
}
.help_cnt{
	font-size:14px;
	line-height: 30px;
}
.help_cnt img{
	margin:20px 0;
	max-width:100%;
}

/*help 帮助中心*/

/*city 城市*/

.citybg{
	padding-bottom:50px;
	background:url("../images/citybg.jpg") no-repeat top center;
}
.city_top{
	margin:0 auto;
	width: 760px;
	padding:36px 0;
}
.city_top .title{
	height: 84px;
	line-height: 84px;
	text-align: center;
	font-size:28px;
	color:#353535;
}
.cy_search{
	width: 600px;
	height: 50px;
	float: left;
	border-radius:25px;
	background:#fff;
	overflow: hidden;
	box-shadow:0 0 20px #ffebe4;
}
.cy_search .text{
	float: left;
	height: 50px;
	line-height: 50px;
	border:0;
	padding-left:44px;
	width: 460px;
	background:url("../images/cy_text.png") no-repeat left center;
}
.cy_search .sub{
	float: right;
	width: 90px;
	height: 50px;
	background:#f9a308;
	font-size:16px;
	color:#fff;
}
.city_top .excela{
	float: right;
	height: 50px;
	width: 82px;
	line-height: 50px;
	background:#fff url("../images/exa.png") no-repeat 24px center;
	overflow: hidden;
	box-shadow:0 0 20px #dedede;
	border-radius:25px;
	color:#217346;
	padding-left:50px;
}
.hot_keys{
	clear: both;
	height: 46px;
	line-height: 46px;
	color:#999;
}
.hot_keys span,.hot_keys a{
	float: left;
	margin-right:15px;
	color:#999;
}
.hot_keys a:hover{
	color:#f9a308;
}
.cy_tab{
	width: 1200px;
	margin:0 auto;
	box-shadow:0 0 20px #ffebe4;
	background:#fff;
	text-align: center;
}
.cy_tab td{
	height: 50px;
	/*width: 12.5%;*/
}
.cy_tab th{
	height: 50px;
	/*width: 15%;*/
	background:#f9a308;
	font-size:16px;
	font-weight: normal;
	color:#fff;
}
.cy_tab th a{
	color:#fff;
	display: inline-block;
	padding-left:16px;
}
.cy_tab th span{
	padding-right:10px;
	background:url("../images/sel1.png") no-repeat right center;
}
.cy_tab .a1{
	background:url("../images/cy_1.png") no-repeat left center;
}
.cy_tab .a2{
	background:url("../images/cy_2.png") no-repeat left center;
}
.cy_tab .a3{
	background:url("../images/cy_3.png") no-repeat left center;
}
.cy_tab .a4{
	background:url("../images/cy_4.png") no-repeat left center;
}
.cy_tab .a5{
	background:url("../images/cy_5.png") no-repeat left center;
}

.cy_tab tr:nth-child(odd) td{
	background:#f9f8f3;
}
.cy_tab .type{
	padding-left:12px;
	display: inline-block;
	position: relative;
}
.cy_tab .g{
	display: inline-block;
	width: 6px;
	height: 6px;
	border-radius:100%;
	background:#1ec268;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top:-3px;
}
.cy_tab .e{
	display: inline-block;
	width: 6px;
	height: 6px;
	border-radius:100%;
	background:#ff7452;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top:-3px;
}

/*city 城市*/

/*down 下载*/

.downbg{
	padding-bottom:167px;
	background:url("../images/downbg.jpg") no-repeat top center;
}
.dw_top{
	text-align: center;
	padding:80px 0 120px 0;
}
.dw_top dt{
	height: 66px;
	line-height: 66px;
	font-size:28px;	
	color:#333;
}
.dw_top dd{
	height: 38px;
	line-height: 38px;
	color:#999;
}

.dw_fls{
	width: 275px;
	float: left;
	height: 306px;
	padding-top:26px;
	background:#fff;
	border-radius:10px;
	box-shadow:0 0 20px #ffebe4;
	text-align: center;
	position: relative;
}
.dw_fls .ico{
	display: block;
	width: 100px;
	height: 100px;
	margin:0 auto;
}
.dw_fls dt{
	height: 33px;
	line-height: 33px;
	font-size:16px;
	font-weight: bold;
}
.dw_fls dd{
	font-size:12px;
	line-height: 24px;
}
.dw_fls .go{
	display: block;
	width: 120px;
	height: 35px;
	line-height: 35px;
	margin:25px auto 0 auto;
	background:#f9a308;
	border-radius:17px;
	color:#fff;
}
.dw_fls .unable{
	background:#e5e5e5;
}
.dw_fg{
	width: 22.5px;
	float: left;
	height: 200px;
}

/*down 下载*/

/*meal 套餐*/

.mealbg{
	padding-bottom:70px;
	background:#fff url("../images/mealbg.jpg") no-repeat top center;
}
.meal_top{
	text-align: center;
	padding:88px 0 50px 0;
}
.meal_top dt{
	height: 60px;
	line-height: 60px;
	font-size:28px;
	color:#353535;
}
.meal_top dd{
	height: 36px;
	line-height: 36px;
	color:#999;
	font-size:16px;
}

.meal_wp{
	width: 1208px;
	margin:0 auto;
}
.meal_fls{
	width: 200px;
	height: 495px;
	float: left;
	border:1px solid #ededed;
	background:#fff;
	margin-left:-1px;
	position: relative;
}
.meal_fls .yh{
	font-size:12px;
	line-height: 15px;
	color:#fff;
	background:#e83647;
	position: absolute;
	right: 4px;
	top: 14px;
	z-index: 10;
	width: 44px;
	height: 37px;
	border-radius:22px 22px 22px 0;
	text-align: center;
	padding-top:7px;
}
.meal_fls:hover{
	position: relative;
	z-index: 10;
	border-color:#f9a308;
}
.meal_fls .name{
	text-align: center;
	height: 66px;
	line-height: 66px;
	padding-top:18px;
}
.meal_fls .price{
	height: 46px;
	line-height: 46px;
	font-size:42px;
	color:#84bf2a;
	font-weight: bold;
	text-align: center;
}



.meal_fls .price em{
	font-size:16px;
	font-weight: normal;
}
.meal_fls .old{
	height: 40px;
	line-height: 40px;
	text-align: center;
	text-decoration: line-through;
	color:#999;
}
.meal_fls .buya{
	display: block;
	width: 120px;
	height: 36px;
	line-height: 36px;
	border-radius:18px;
	margin:20px auto 26px auto;
	text-align: center;
	background:#f9a308;
	font-size:14px;
	color:#fff;
}
.meal_fls ul{

}
.meal_fls li{
	height: 36px;
	line-height: 36px;
	margin-left:23px;
	padding-left:24px;
	background:url("../images/meli.png") no-repeat left center;
}

.alert_flog{
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 200;
	background:#000;
	opacity: 0.5;
	display: none;
}
.me_win{
	width: 305px;
	height: 466px;
	padding:0 40px;
	position: fixed;
	left: 50%;
	top: 50%;
	z-index: 220;
	margin:-233px 0 0 -192px;
	background:#fff;
	border-radius:10px;
	color:#353535;
	display: none;
}
.me_win .title{
	height: 94px;
	line-height: 94px;
	font-size:16px;
	font-weight: bold;
}
.me_win li{
	height: 48px;
	line-height: 34px;
	clear: both;
}
.me_win .tit{
	width: 90px;
	float: left;
	font-weight: bold;
}
.me_win .num_ctrl{
	float: left;
	height: 32px;
	border:1px solid #e5e5e5;
	width: 90px;
	border-radius:3px;
}
.me_win .cbtn{
	width: 23px;
	height: 32px;
	float: left;
	text-align: center;
	line-height: 32px;
	cursor: pointer;
}
.me_win .num{
	width: 42px;
	height: 32px;
	float: left;
	border:0;
	border-left:1px solid #e5e5e5;
	border-right:1px solid #e5e5e5;
	text-align: center;
}
.me_win .ri{
	float: left;
	padding-left:10px;
}
.me_win .zj{
	height: 100px;
	padding:30px 0 0 96px;
	border-top:1px solid #e5e5e5;
	position: relative;
	margin-top:20px;
}
.me_win .ti{
	font-weight: bold;
	position: absolute;
	left: 0;
	top: 40px;
}
.me_win .price{
	height: 44px;
	line-height: 44px;
	font-size:42px;
	color:#84bf2a;
	font-weight: bold;
}
.me_win .price em{
	font-size:16px;
	font-weight: normal;
}
.me_win .sb{
	height: 30px;
	line-height: 30px;
	color:#f55f33;
}
.me_win .paya{
	display: block;
	width: 120px;
	height: 35px;
	line-height: 35px;
	border-radius:17.5px;
	background:#f9a308;
	text-align: center;
	color:#fff;
	margin:0 auto;
}
.me_win .top_close{
	width: 100px;
	height: 100px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 20;
	background:url("../images/me_close.png") no-repeat center center;
	cursor: pointer;
}

/*meal 套餐*/

/*index 首页*/

.homebg{
	background:#fff;
}
.homebg .header{
	background:none;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 100;
	border:0;
}
.homebg .nav a{
	color:#fff;
}
.homebg .lans .hover{
	color:#f05b2f;
	background:#fff;
}
.homebg .lans a{
	color:#fff;
}

.banner{
	position: relative;
	overflow: hidden;
	cursor: pointer;
	height: 750px;
}
.banner .pics li{
	width: 100%;
	height: 750px;
	background-repeat:no-repeat;
	background-position:top center;
}
.banner .btns{
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 120px;
	z-index: 60;
	text-align: center;
}
.banner .btns span{
	display: inline-block;
	width: 12px;
	height: 12px;
	font-size:1px;
	margin:0 3px;
	background:#eee;
	border-radius:100%;
}
.banner .btns .hover{
	background:#f60;
}
.banner .t1{
	padding-top:225px;
	color:#fff;
	height: 106px;
	line-height: 106px;
	font-size:52px;
	font-weight: bold;
}
.banner .t2{	
	color:#fff;
	height: 64px;
	line-height: 64px;
	font-size:30px;
}
.banner .t3{	
	color:#fff;
	height: 38px;
	line-height: 38px;
	font-size:24px;
}
.banner .more{
	display: block;
	width: 120px;
	height: 44px;
	line-height: 44px;
	border-radius:22px;
	background:#f55f33;
	text-align: center;
	color:#fff;
	margin-top:42px;
}

.hm_down{
	height: 128px;
	position: relative;
	z-index: 70;
}
.hm_down .wp{
	width: 1200px;
	position: absolute;
	left: 50%;
	top: -90px;
	z-index: 70;
	margin-left:-600px;
}
.hw_item{
	width: 385px;
	height: 150px;
	background:#fff;
	border-radius:10px;
	float:left;
	position: relative;
	box-shadow:0 5px 5px #eee;
}
.hw_item dl{
	padding:30px 0 0 140px;
}
.hw_item dt{
	height: 34px;
	line-height: 34px;
	font-size:16px;
	font-weight: bold;
}
.hw_item dd{
	font-size:12px;
	line-height: 24px;
}
.hw_item .ico{
	display: block;
	position: absolute;
	left: 20px;
	top: 50%;
	width: 100px;
	height: 100px;
	margin-top:-50px;
}
.hw_item .downa{
	display: block;
	width: 50px;
	height: 50px;
	position: absolute;
	right: 30px;
	top: 50%;
	margin-top:-25px;
	background:url("../images/dwy.png") no-repeat center center;
	position: absolute;
}
.hm_down .fg{
	width: 22.5px;
	height: 100px;
	float: left;
}

.hm_wx{
	width: 1200px;
	margin:0 auto;
	text-align: center;
}
.hm_wx .head{
	text-align: center;
}
.hm_wx .head dt{
	height: 55px;
	line-height: 55px;
	font-size:28px;
	color:#353535;
}
.hm_wx .head dd{
	height: 50px;
	line-height: 50px;
	font-size:16px;
	color:#999;
}
.hm_wx .fls{
	width: 400px;
	float: left;
	text-align: center;
	height: 210px;
}
.hm_wx .ico{
	display: block;
	width: 70px;
	height: 70px;
	margin:0 auto;
}
.hm_wx dt{
	height: 60px;
	line-height: 60px;
	font-size:18px;
}
.hm_wx dd{
	height: 36px;
	line-height: 36px;
}

.hm_ip{
	height: 500px;
	background:url("../images/ipbg.jpg") no-repeat top center;
	text-align: center;
}
.hm_ip .head{
	text-align: center;
	padding:80px 0 30px 0;
}
.hm_ip .head dt{
	height: 66px;
	line-height: 66px;
	font-size:28px;
	color:#353535;
}
.hm_ip .head dd{
	height: 40px;
	line-height: 40px;
	color:#999;
	font-size:16px;
}
.hm_ip .item{
	float: left;
	width: 300px;
}
.hm_ip .item img{
	display: block;
	width: 70px;
	height: 70px;
	margin:0 auto;
}
.hm_ip .item dt{
	height: 62px;
	line-height: 62px;
	font-size:18px;
}
.hm_ip .item dd{
	font-size:14px;
	line-height: 24px;
}

.hm_jd{
	width: 1200px;
	margin:0 auto;
	padding-bottom:64px;
}
.hm_jd .head{
	text-align: center;
	padding:75px 0 35px 0;
}
.hm_jd .head dt{
	height: 60px;
	line-height: 60px;
	font-size:28px;
	color:#353535;
}
.hm_jd .head dd{
	height: 36px;
	line-height: 36px;
	font-size:16px;
	color:#999;
}
.hm_jd .cleft{
	float:left;
	padding:170px 0 0 40px;
	width: 120px;
}
.hm_jd .item{
	width: 118px;
	height: 108px;
	border:1px solid #f9a308;
	margin-bottom:46px;
	text-align: center;
}
.hm_jd .item dt{
	height: 50px;
	line-height: 50px;
	padding-top:12px;
	font-size:40px;
	color:#f8a612;
}
.hm_jd .item dd{
	height: 30px;
	line-height: 30px;
	font-size:18px;
}
.hm_jd .map{
	width: 925px;
	height: 762px;
	float: right;
	display: block;
	margin-right:30px;
}

.hm_cj{
	height: 460px;
	background:url("../images/cjbg.jpg") no-repeat top center;
}
.hm_cj .head{
	text-align: center;
	height: 184px;
	color:#fff;
}
.hm_cj .head dt{
	height: 66px;
	line-height: 66px;	
	font-size:28px;
	padding-top:46px;
}
.hm_cj .head dd{
	height: 46px;
	line-height: 46px;
	font-size:16px;
}
.hm_cj .fls{
	width: 385px;
	height: 185px;
	padding-top:25px;
	float: left;
	background:#fff;
	border-radius:10px;
	text-align: center;
}
.hm_cj .ico{
	display: block;
	width: 70px;
	height: 70px;
	margin:0 auto;
}
.hm_cj dt{
	height: 50px;
	line-height: 50px;
	font-size:18px; 
}
.hm_cj dd{
	height: 36px;
	line-height: 36px;
}
.hm_cj .fg{
	width: 22.5px;
	height: 100px;
	float: left;
}

.hm_bz{
	width: 1200px;
	margin:0 auto;
	padding-bottom:50px;
	position: relative;
	overflow: hidden;
}
.hm_bz .head{
	text-align: center;
	padding:75px 0 38px 0;
}
.hm_bz .head dt{
	height: 60px;
	line-height: 60px;
	font-size:28px;
	color:#333;
}
.hm_bz .head dd{
	height: 40px;
	line-height: 40px;
	font-size:16px;
	color:#999;
}
.hm_bz .s_list{
	width: 1250px;
}
.bz_item{
	width: 384px;
	float: left;
	margin-right:24px;
}
.bz_item .photo{
	height: 184px;
	display: block;
	margin-bottom:12px;
}
.bz_item .photo img{
	display: block;
	height: 184px;
}
.bz_item li{
	height: 34px;
	line-height: 34px;
	font-size:16px;
}
.bz_item li a{
	display:inline-block;
	max-width:95%;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}

.fbar{
	position: fixed;
	right: 20px;
	top: 50%;
	z-index: 150;
	width: 120px;
	height: 250px;
	margin-top:-125px;
	background:#f55f33;
	text-align: center;
	border-radius:10px;
	box-shadow:0 0 20px #fff;
}
.fbar .head{
	height: 60px;
	color:#fff;
	padding-top:22px;
}
.fbar .head dt{
	height: 28px;
	line-height: 28px;
	font-size:20px;
}
.fbar .head dd{
	height: 16px;
	line-height: 16px;
	font-family:Impact;
}
.fbar .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;
}
.fbar .btn img{
	display: block;
	width: 30px;
	height: 30px;
	position: absolute;
	left: 1px;
	top: 0;
}
.fbar .btn .wx{
	display: none;
	width: 92px;
	height: 92px;
	position: absolute;
	top: 0;
	left:auto;	
	right: 100px;
	z-index: 150;
}
.fbar .btn:hover .wx{
	display: block;
}

.fbar_win{
	width: 395px;
	height: 260px;
	position: fixed;
	left: 50%;
	top: 50%;
	border-radius:10px;
	background:#fff;
	z-index: 200;
	margin:-130px 0 0 -197px;
	box-shadow:0 0 15px #feede9;
	display: none;
}
.fbar_win .head{
	height: 62px;
	line-height: 62px;
	border-bottom:1px solid #eaeaea;
	font-size:22px;
	padding:0 28px;
	color:#000;
}
.fbar_win .head em{
	color:#f55f33;
}
.fbar_win .close{
	width: 62px;
	height: 62px;
	position: absolute;
	right: 0;
	top: 0;
	background:url("../images/fbar_close.png") no-repeat center center;
	z-index: 10;
	cursor: pointer;
}
.fbar_win .qq{
	width: 88px;
	height: 88px;
	border:1px solid #eff3f4;
	float: left;
	margin:17px 0 0 28px;
}
.fbar_win .qq img{
	display: block;
	width: 88px;
	height: 88px;
}
.fbar_win dl{
	float: left;
	padding:30px 0 0 20px;
}
.fbar_win dt{
	height: 34px;
	line-height: 34px;
	font-size:22px;
	color:#353535;
}
.fbar_win dd{
	height: 30px;
	line-height: 30px;
	color:#999;
}
.fbar_win .ctrls{
	text-align: center;
	padding-top:20px;
}
.fbar_win .ctrls a{
	display: inline-block;
	width: 158px;
	height: 38px;
	line-height: 38px;
	border:1px solid #dfdfdf;
	border-radius:3px;
	margin:0 10px;
}
.fbar_win .ctrls .a1{
	background:#f55f33;
	border-color:#f55f33;
	color:#fff;
}

/*index 首页*/



/*admin 后台*/

.ad_banner{
	height: 117px;
	position: relative;
}
.adb_in{
	height: 132px;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background:url("../images/adb_banner.jpg") no-repeat top center;
}
.adb_in dl{
	float: left;
	padding:34px 0 0 0;
	color:#f9a308;
}
.adb_in dt{
	height: 36px;
	line-height: 36px;
	font-size:26px;
	font-weight: bold;
}
.adb_in dd{
	height: 22px;
	line-height: 22px;
	text-transform: uppercase;
	color:#f9a308;
}

.ad_main{
	width: 1200px;
	margin:0 auto;
	padding-bottom:40px;
	position: relative;
	z-index: 10;
}
.ad_left{
	width: 180px;
	padding:0 20px 30px 20px;
	background:#fff;
	border-radius:10px;
	position: relative;
	height: 800px;
	box-shadow:0 5px 10px #ddd;
	float: left;
}
.ad_nav{
	padding-top:13px;
}
.ad_nav a{
	display: block;
	height: 50px;
	line-height: 50px;
	border-bottom:1px solid #f5f5f5;
	font-size:16px;
	color:#485153;
	padding-left:44px;
	position: relative;
	background:url("../images/as_nav.png") no-repeat right top;
}
.ad_nav a:hover,.ad_nav a.hover{
	color:#f9a308;
	background-position:right bottom;
}
.ad_nav img{
	display: block;
	width: 24px;
	height: 24px;
	position: absolute;
	left: 8px;
	top: 13px;
}

.ad_right{
	width: 880px;
	padding:0 40px 30px 40px;
	background:#fff;
	border-radius:10px;
	position: relative;
	height: 800px;
	box-shadow:0 5px 10px #ddd;
	float: right;
}
.ar_head{
	height: 72px;
	line-height: 72px;
	border-bottom:1px solid #ddd;
	position: relative;
}
.ar_head .tit{
	font-size:20px;
	color:#f9a308;
	position: relative;
	padding-left:16px;
}
.ar_head .tit i{
	display: block;
	width: 4px;
	height: 18px;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top:-9px;
	background:#f9a308;
}
.ar_ctrl{
	position: absolute;
	right: 0;
	padding-right:62px;
	height: 30px;
	line-height: 30px;
	top: 21px;
	background:url("../images/ar_of.png") no-repeat right center;
	cursor: pointer;
}
.ar_ctrlon{
	background-image:url("../images/ar_on.png");
}

.ip_top{
	padding:15px 0 25px 0;
	clear: both;
	height: 44px;
	line-height: 44px;
}
.ip_top .add{
	float: left;
	width: 260px;
	height: 42px;
	line-height: 42px;
	position: relative;
	border-radius:3px;
	border:1px solid #e8e8e8;
	margin-right:20px;
}
.ip_top .text{
	width: 245px;
	padding-left:15px;
	background:none;
	border:0;
	height: 42px;
}
.ip_top .adda{
	display: block;
	width: 42px;
	height: 42px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 10;
	background:url("../images/ip_add.png") no-repeat center center;
}

.ip_tab{
	width: 100%;
	border:1px solid #ededed;
	font-size:12px;
}
.ip_tab th{
	height: 38px;
	background:#f3f5f8;
}
.ip_tab .t1{
	width: 224px;
	text-align: center;
	border-right:1px solid #ededed;
}
.ip_tab .t2{
	padding-left:35px;
	text-align:left;
}
.ip_tab td{
	height: 50px;
}
.ip_tab .t2 a{
	color:#f9a308;
	margin-right:10px;
}
.edit_win{
	width: 335px;
	padding:0 25px;
	height: 410px;
	background:#fff;
	position: fixed;
	left: 50%;
	top: 50%;
	z-index: 220;
	border-radius:3px;
	margin:-205px 0 0 -197px;
	display: none;
}
.edit_win .head{
	height: 70px;
	line-height: 70px;
	border-bottom:1px solid #eee;
	font-size:20px;
	color:#f9a308;
	margin-bottom:4px;
}
.edit_win .top_close{
	width: 70px;
	height: 70px;
	position: absolute;
	right: 0;
	top: 0;
	background:url("../images/close.png") no-repeat center center;
	z-index: 10;
	cursor: pointer;
}
.edit_win .in{
	height: 44px;
	line-height: 44px;
	margin-top:15px;
	clear: both;
}
.edit_win .tit{
	width: 55px;
	float: left;
	text-align:right;
	padding-right:15px;
}
.edit_win .text{
	float: left;
	height: 42px;
	line-height: 42px;
	border:1px solid #e8e8e8;
	border-radius:2px;
	width: 230px;
	padding-left:20px;
}
.edit_win .only{
	background:#f8f8f8;
}
.edit_win .sub{
	display: block;
	width: 100px;
	height: 44px;
	line-height: 44px;
	border-radius:3px;
	margin:20px 0 0 70px;
	background:#f9a308;
	color:#fff;
	font-size:16px;
}

.re_top{
	padding:15px 0 25px 0;
	height: 44px;
	line-height: 44px;
	clear: both;
	font-size:12px;
}
.re_top .tit{
	float: left;
	padding:0 12px;
}
.re_top .tcal{
	width: 205px;
	height: 42px;
	line-height: 42px;
	float: left;
	border:1px solid #e8e8e8;
	border-radius:3px;
	padding-left:10px;
	background:url("../images/tcal.png") no-repeat right center;
	color:#555;
}
.re_top .ss{
	float: right;
	border:1px solid #e8e8e8;
	border-radius:3px;
	width: 280px;
	height: 42px;
	position: relative;
}
.re_top select{
	width: 90px;
	height: 42px;
	border:0;
	float: left;
	font-size:12px;
	padding-left:5px;
}
.re_top .se{
	width: 80%;
	float: left;
	height: 42px;
	border:0;
	font-size:12px;
	padding-left:10px;
}
.re_top .sub{
	width: 40px;
	height: 42px;
	float: right;
	background:url("../images/re_sub.png") no-repeat center center;
}

.re_tab{
	width: 100%;
	border:1px solid #f3f5f8;
	font-size:12px;
	text-align: center;
}
.re_tab th{
	height: 38px;
	background:#f3f5f8;
	border:1px solid #f3f5f8;
}
.re_tab td{
	height: 50px;
	border:1px solid #f3f5f8;
}
.ar_mof{
	position: absolute;
	right: 0;
	height: 38px;
	line-height: 38px;
	top: 18px;
}
.ar_mof .a1{
	float: left;
	display: block;
	width: 120px;
	height: 38px;
	line-height: 38px;
	background:#e85050;
	text-align: center;
	border-radius:3px;
	color:#fff;
}
.ar_mof .a2{
	float: left;
	display: block;
	width: 100px;
	height: 38px;
	line-height: 38px;
	background:#f9a308 url("../images/ar_a2.png") no-repeat 15px center;
	text-align: center;
	border-radius:3px;
	color:#fff;
	margin-left:26px;
	padding-left:30px;
}

.ad_inf{
	margin-top:20px;
	overflow: hidden;
	position: relative;
	border:1px solid #ededed;
}
.ad_inf li{
	height: 56px;
	line-height: 56px;
	border-top:1px solid #ededed;
	margin-top:-1px;
	position: relative;
	clear: both;
}
.ad_inf .cz{
	font-weight: bold;
	font-size:14px;
	color:#ff8400;
	position: absolute;
	right: 20px;
	padding-left:22px;
	/*background:url("../images/cz.png") no-repeat left center;*/
}
.ad_inf .tit{
	width: 158px;
	height: 56px;
	float: left;
	text-align: center;
	border-right:1px solid #ededed;
	background:#f3f5f8;
}
.ad_inf .inf{
	float: left;
	padding:0 30px;
	width: 600px;
}
.ca_ye{
	height: 70px;
	line-height: 70px;
	background:#eef4f6;
	padding:0 20px;
	font-size:14px;
	color:#555;
}
.ca_ye strong{
	font-size:20px;
	color:#e85050;
}
.ca_sels{
	padding:30px 0;
	display:flex;
	justify-content:space-between;
}
.ca_sels .sel{
	width: 148px;
	height: 108px;
	border:1px solid #ececec;
	border-radius:3px;
	text-align: center;
	cursor: pointer;
}
.ca_sels .sel dt{
	padding-top:20px;
	height: 45px;
	line-height: 45px;
	font-size:18px;
	color:#f9a308;
}
.ca_sels .sel strong{
	font-size:36px;
	font-family:Impact;
}
.ca_sels .sel dd{
	height: 30px;
	line-height: 30px;
	color:#555;
}
.ca_sels .hover{
	color:#fff;
	border-color:#e85050;
	background:#e85050;
}
.ca_sels .hover dt{
	color:#fff;
}
.ca_sels .hover dd{
	color:#fff;
}
.ca_inp{
	height: 52px;
	line-height: 52px;
	clear: both;
}
.ca_inp .text{
	width: 310px;
	height: 50px;
	line-height: 50px;
	float: left;
	padding-left:20px;
	border:1px solid #ececec;
	border-radius:3px;
	font-size:14px;
}
.ca_inp strong{
	font-size:16px;
	color:#e85050;
	float: left;
	padding:0 10px;
}
.ca_title{
	height: 50px;
	line-height: 50px;
	padding-top:20px;
	border-bottom:1px solid #ececec;
	font-weight: bold;
	font-size:15px;
}
.ca_type{
	padding:24px 0 16px 0;
}
.ca_type .item{
	float: left;
	width: 95px;
	height: 50px;
	line-height: 50px;
	border:1px solid #ececec;
	margin-right:25px;
	position: relative;
	font-size:15px;
	padding-left:60px;
	cursor: pointer;
}
.ca_type .item img{
	display: block;
	width: 30px;
	height: 30px;
	position: absolute;
	left: 22px;
	top: 10px;
}
.ca_type .hover{
	border-color:#e85050;
	background:url("../images/ca_sel.png") no-repeat right bottom;
}

.ca_zf{
	height: 72px;
	line-height: 72px;
	border-bottom:1px solid #ececec;
}
.ca_zf strong{
	font-size:24px;
	color:#e85050;
}

.ca_pay{
	display: block;
	width: 160px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border-radius:3px;
	background:#f9a308;
	font-size:16px;
	color:#fff !important;
	margin-top:25px;
}


.page{
	text-align:right;
	padding-top:28px;
}
.page a{
	display: inline-block;
	height: 34px;
	line-height: 34px;
	border:1px solid #e5e5e5;
	background:#f9f8f8;
	padding:0 12px;
	margin-left:3px;
}
.page a:hover,.page a.hover{
	color:#fff;
	background:#47b4ce;
}


.me_win select{
	width: 90px;
	height: 36px;
	border:0;
	float: left;
	font-size:14px;
	padding-left:25px;
}

/*.buy_server .only{*/
	/*background:#f8f8f8;*/
/*}*/

.me_win .text{
	float: left;
	height: 35px;
	line-height: 46px;
	/*border:1px solid #e8e8e8;*/
	border:none;
	border-radius:2px;
	width: 70px;
	padding-left:42px;
}

.me_win .buy_server_expiretime2{
	float: left;
	height: 35px;
	line-height: 46px;
	/*border:1px solid #e8e8e8;*/
	border:none;
	border-radius:2px;
	width: 150px;
	/*padding-left:42px;*/
}



.logincount_comment {
	margin-top:10px;
}

.buy_server_comment {
	margin-top:10px;
	color: red;
}



/*确认线路页面	确认修改 按钮*/
.ad_right .ad_inf .okline{
	margin-top:10px;
	margin-left: 20px;
	float: left;
	display: block;
	width: 90px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	font-size:16px;
	color:#353535;
	position: relative;
	/*color: white;*/
}

/*切换线路页面	确认修改 按钮*/
.ad_right .ad_inf .hover{
	color:#fff;
	background:#f9a308;
	border-radius:18px;
}

/*确认线路页面	修改线路input输入框 按钮*/
.ad_right .oklinetext{
	margin-top:8px;
	margin-left: -20px;
	width: 600px;
	float: left;
	height: 35px;
	line-height: 42px;
	border:1px solid #e8e8e8;
	border-radius:2px;
	padding-left:20px;
}


/*切换线路页面	遮罩层*/
.edit_line{
	width: 600px;
	padding:25px;
	height: 520px;
	background:#fff;
	position: fixed;
	left: 45%;
	top: 45%;
	z-index: 220;
	border-radius:3px;
	margin:-205px 0 0 -197px;
	display: none;

	/*position: relative;*/
}

.edit_line .checkbox {
        width: 500px;
        height: 400px;
        overflow: auto;
        background:#fff;
        margin: auto;
        /*top: 10%;*/
        position: relative;
    }

.edit_line .checkbox label {
	margin-left: -20px;
	width: 280px;
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer;
	display: inline-block;
    max-width: 100%;
}

.edit_line input[type="checkbox"] {
    width: 20px;
    height: 20px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    line-height: 18px;
    margin-right: 10px;
    position: relative;
}

.edit_line .head{
	height: 70px;
	line-height: 70px;
	border-bottom:1px solid #eee;
	font-size:22px;
	color:#f9a308;
	margin-bottom:4px;
}

.edit_line .head2{
	height: 70px;
	line-height: 70px;
	font-size:14px;
	/*color:#f9a308;*/
}

.edit_line .top_close{
	width: 70px;
	height: 70px;
	position: absolute;
	right: 0;
	top: 0;
	background:url("../images/close.png") no-repeat center center;
	z-index: 10;
	cursor: pointer;
}
.edit_line .in{
	height: 44px;
	line-height: 44px;
	margin-top:15px;
	clear: both;
}
.edit_line .tit{
	width: 55px;
	float: left;
	text-align:right;
	padding-right:15px;
}
.edit_line .text{
	float: left;
	height: 42px;
	line-height: 42px;
	border:1px solid #e8e8e8;
	border-radius:2px;
	width: 230px;
	padding-left:20px;
}
.edit_line .only{
	background:#f8f8f8;
}
.edit_line .sub{
	display: block;
	width: 100px;
	height: 44px;
	line-height: 44px;
	border-radius:3px;
	margin:20px 0 0 70px;
	background:#f9a308;
	color:#fff;
	font-size:16px;
}


/*切换线路 */

/*实名认证 */
.realname_cz{
	font-weight: bold;
	font-size:14px;
	color:#ff8400;
	position: absolute;
	margin-left: 8px;
	/*background:url("../images/cz.png") no-repeat left center;*/
}

.int_a1 a:hover,a:active {
	color: #f9a308;
}

.realname_cz_okline{   /*实名认证 确认按钮*/
	margin-top:10px;
	margin-left: 20px;
	float: left;
	display: block;
	/*width: 90px;*/
	height: 36px;
	line-height: 36px;
	text-align: center;
	font-size:14px;
	/*color:#353535;*/
	position: relative;
	color: #fff;
	background: #f9a308;
	border-radius: 10px;
	/*color: white;*/
}
.int_a2 a:hover,a:active {
	color: #fff;
}

/*实名认证 */

/*重要通知*/
.important-notice{
    position: fixed;
    left: 35%;
    top: 33%;
    width: 500px;
    background-color: white;
    z-index: 1000;
    border-radius: 5px;
    box-shadow: 0 0 10px white;
}

.important-notice > .title{
    border-bottom: 1px solid rgb(234,234,234);
    height: 32px;
    padding: 10px 20px;
    font-weight: bold;
    font-size: 20px;
}

.important-notice>.title>span{
    display: inline-block;
    vertical-align: middle;
}

.important-notice>.title>.close{
    float: right;
    margin-top: 10px;
    width: 15px;
    height: 15px;
    background: url("../images/close.png") no-repeat;
    background-size: contain;
    cursor: pointer;
}

.important-notice > .content{
    padding: 20px;
    font-size: 16px;
    line-height: 45px;
}
/*重要通知*/