@charset "utf-8";
@import url("iconfont/iconfont.css");

/* CSS Document */


/* ------------------- basic ------------------- */

* {
	margin: 0;
	padding: 0;
	outline: none;
	list-style: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	padding: 0;
	margin: 0;
	font-family: "Microsoft YaHei","Helvetica,Pingfang SC,STHeiti,Verdana,Arial,Tahoma,sans-serif";	
	background-color: #fff;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	overflow-x: hidden;
}

header,
section,
footer,
aside,
nav,
main,
article,
figure {
	display: block;
	margin: 0;
	padding: 0;
}

input,
button {
	font-family: "Microsoft YaHei","Helvetica,Pingfang SC,STHeiti,Verdana,Arial,Tahoma,sans-serif";
}

button {
	cursor: pointer;
}

em {
	font-style: normal;
}

span,
a {
	text-decoration: none;
}

ul,
li,
p,
dl,
dt,
dd,
td,
tr,
td,
th,
tt,
b,
img {
	list-style: none;
	padding: 0;
	margin: 0;
	border: none;
}

img {
	display: block;
}
.img_wh{
	width: 100%;
	height: 100%;
}

h1,
h2,
h3,
h4,
h5 {
	font-weight: normal;
	padding: 0;
	margin: 0;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.clear {
	clear: both;
	height: 0;
/*	font-size: 1px;*/
	line-height: 0;
}

.clearfix:after {
	content: ".";
	height: 0;
	display: block;
	visibility: hidden;
	clear: both;
}

.ellipsis {
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.ellips_line2,
.ellips_line3,
.ellips_line4 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.ellips_line2 {
	-webkit-line-clamp: 2;
}

.ellips_line3 {
	-webkit-line-clamp: 3;
}
.ellips_line4 {
	-webkit-line-clamp: 4;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.justify-fix {
	display: inline-block;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 0;
	overflow: hidden;
}
.justify-list {
	text-align: justify;
	line-height: 0;
}

.justify-list .item {
	display: inline-block;
	vertical-align: top;
}

.t_a_l {
	text-align: left;
}
.t_a_c {
	text-align: center;
}
.t_a_r {
	text-align: right;
}

input:not([type]),
input[type="color"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="tel"],
input[type="url"],
input[type="text"] {
	padding: 0px;
	margin: 0;
	border: 0;
}
/*placehoder默认字体颜色*/
::-webkit-input-placeholder {color:#999;font-size:14px; } /*谷歌浏览器下的placehoder*/
:-moz-placeholder {color:#999;font-size:14px; } /* Mozilla Firefox 4 to 18 */
::-moz-placeholder {color:#999;font-size:14px; } /* Mozilla Firefox 19+ */
:-ms-input-placeholder {color:#999;font-size:14px; } /* Internet Explorer 10+ */

.f0 {
	font-size: 0;
}

.wrap {
	width: 1200px;
	margin: 0 auto;
}

.bc-w{
	background-color: #fff;
}
.mb0{
	margin-bottom: 0px !important;
}
.mb10{
	margin-bottom: 10px;
}
.mb30{
	margin-bottom: 30px !important;
}
.mb40{
	margin-bottom: 40px !important;
}
.mb50{
	margin-bottom: 50px;
}
.mb100{
	margin-bottom: 100px;
}
.mt50{
	margin-top: 50px;
}
.mt60{
	margin-top: 60px;
}

.transi{
	transition: .5s all;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
}

/*** head ***/
.header .top{
	width: 100%;
	height: 37px;
	border-top: 1px solid #fff;
	background-color: #eee;
	overflow: hidden;
}
.top .top_left li{
	display: inline-block;
	height: 36px;
	margin-right: 20px;
	font-size: 13px;
	line-height: 36px;
}
.top .top_left li .iconfont{
	font-size: 20px;
	color: #9E9C9C;
	margin-right: 8px;
	vertical-align: middle;
}
.top .top_left li .a_charge{
	display: inline-block;
	font-size: 12px;
	color: #888;
	line-height: 36px;
}
.header .color-red{
	color: #E82D23;
}
.top .top_nav .top_a a,
.top .top_nav .top_a .num{
	display: inline-block;
	font-size: 13px;
	color: #888;
	line-height: 36px;
}
.top .top_nav .top_a a:hover{
	color: #E82F24;
}
.top .top_nav .top_a .iconfont{
	font-size: 20px;
	margin-right: 5px;
	vertical-align: middle;
}
.top .top_nav .top_a .icon-shouji{
	color: #E82F24;
}
.top .top_nav .line{
	display: block;
	width: 2px;
	height: 16px;
	background-color: #C9C8C8;
	border-right: 1px solid #fff;
	margin: 10px 12px;
}

/*logo*/
.header_logo{
	width: 100%;
	height: 156px;
	position: relative;
}
.header_logo .logo{
	width: 251px;
	height: 85px;
	overflow: hidden;
	margin: 35px 0 35px 10px;
}
.header_logo .search_box{
	width: 565px;
	margin: 40px 0 0 50px;
}
.search_box .search-style a{
	display: block;
	width: 50px;
	height: 24px;
	text-align: center;
	line-height: 24px;
	font-size: 14px;
	color: #333;
}
.search_box .search-style a.active{
	background-color: #E82F24;
	color: #fff;
}
.header_logo .search_box .search{
	width: 100%;
	height: 44px;
	overflow: hidden;
}
.search_box .search .sea_int{
	width: 465px;
	height: 44px;
	padding: 0 10px;
	line-height: 40px;
	border: 2px solid #E82F24;
	font-size: 14px;
	color: #333;
}
.search_box .search button{
	width: 100px;
	height: 44px;
	background-color: #E82F24;
	border: none;
	font-size: 16px;
	color: #fff;
}
.search_box .search button .iconfont{
	font-size: 20px;
	color: #fff;
	vertical-align: middle;
	margin-right: 5px;
}
.header_logo .top-btn{
	margin: 65px 0 0;
}
.header_logo .top-btn .a-btn{
	display: block;
	width: 96px;
	height: 44px;
	text-align: center;
	line-height: 42px;
	margin-left: 15px;
	border: 1px solid #E82F24;
	font-size: 18px;
	color: #E82D23;
}
.header_logo .top-btn .login-btn{
	background-color: #E82F24;
	color: #fff;
}

/*登录之后*/
.header_logo .user-info{
	margin: 65px 0 0;
}
.header_logo .user-info .user-img{
	width: 44px;
	height: 44px;
	border-radius: 50%;
	overflow: hidden;
	margin-right: 5px;
}
.header_logo .user-info .name{
	font-size: 16px;
	color: #333333;
	line-height: 44px;
}
.header_logo .user-info .exit-btn{
	display: block;
	width: 64px;
	height: 30px;
	text-align: center;
	line-height: 28px;
	margin: 7px 0 7px 15px;
	border: 1px solid #E82F24;
	border-radius: 30px;
	font-size: 16px;
	color: #E82D23;
}


/*nav*/
.nav{
	width: 100%;
	height: 50px;
}
.nav .nav_box{
    width: 1200px;
    margin: 0 auto;
    position: relative;
}
.nav .nav_box .show_classify{
    width: 248px;
    height: 50px;
    line-height: 50px;
    background-color: #E82F24;
}
.nav .show_classify .classify_all{
    display: block;
    width: 100%;
    height: 100%;
    padding: 0 30px;
    font-size: 18px;
    color: #fff;
}
.nav .show_classify .classify_all i{
	display: inline-block;
	font-size: 20px;
	margin-right: 10px;
	vertical-align: middle;
}
.nav .show_classify .mod_nav_list{
	display: none;
	width: 248px;
	height: 515px;
	padding: 30px 15px;
	background-color: rgba(0,0,0,.25);
	position: relative;
	z-index: 99;
}
.nav .nav_box .show_classify.ind_body .mod_nav_list{
	display: block;
}
.nav .nav_box .show_classify.page_body:hover .mod_nav_list{
	display: block;
	background-color: rgba(0,0,0,.8);
}

.mod_nav_list li .mod_nav{
	width: 100%;
	height: 30px;
	position: relative;
	margin-bottom: 5px;
}
.mod_nav_list li .mod_nav .nav_link{
	width: 100%;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	color: #fff;
}
.mod_nav_list li .nav_side{
	width: 100%;
	padding: 0 0 25px 0;
	margin-bottom: 25px;
	border-bottom: 1px solid #d2d2d2;
}
.mod_nav_list li:last-child .nav_side{
	border-bottom: 1px solid transparent;
	margin-bottom: 0;
}
.mod_nav_list .nav_side .third_nav_list li{
	float: left;
	line-height: 28px;
	margin-right: 8px;
}
.nav_side .third_nav_list li a{
	display: inline-block;
	font-size: 14px;
	color: #fff;
}
.nav_side .third_nav_list li a:hover{
	text-decoration: underline;
}

.nav .nav_list{
    line-height: 50px;
    margin-left: 20px;
}
.nav .nav_list a{
    float: left;
    padding: 0 20px;
    margin-right: 5px;
    font-size: 18px;
    color: #333;
    position: relative;
}
.nav .nav_list a.on,.nav .nav_list a:hover{
	color: #E82D23;
}
 

/*footer*/
.footer{
	width: 100%;
	background-color: #ededed;
}
.footer .foot-main{
	height: 80px;
	padding: 20px 0;
	border-bottom: 1px solid #dcdcdc;
}
.foot-main .foot-column .item{
	width: 205px;
	height: 40px;
	position: relative;
}
.foot-main .foot-column .item:before{
	content: "";
	width: 2px;
	height: 40px;
	background-color: #b2b2b2;
	border-right: 1px solid #fff;
	position: absolute;
	top: 0;
	right: -62px;
	z-index: 5;
}
.foot-main .foot-column .item:nth-child(4):before{
	width: 0;
	height: 0;
}
.foot-main .foot-column .item .ico{
    float: left;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    margin-right: 15px;
}
.foot-main .foot-column .item .ico .iconfont{
	font-size: 40px;
	color: #b2b2b2;
}
.foot-main .foot-column .item h5{
	font-size: 16px;
	color: #333;
	font-weight: bold;
	line-height: 40px;
}

.foot-info-box .foot-info{
	width: 100%;
	padding: 50px 30px 40px 30px;
}
.foot-info-box .foot-info .f-tit{
	font-size: 14px;
	color: #666;
	line-height: 20px;
	font-weight: bold;
	margin-bottom: 15px;
}
.foot-info .a-list li,
.foot-info .contact-list li{
    display: block;
    height: 28px;
}
.foot-info .a-list li a{
    display: block;
    width: 140px;
    height: 28px;
    line-height: 28px;
    font-size: 12px;
    color: #666;
}
.foot-info .a-list li a:hover{
	color: #000;
}
.foot-info .contact-list li .txt{
    height: 28px;
    line-height: 28px;
    font-size: 12px;
    color: #666;
}
.foot-info .fot-ewm .code-box{
	width: 122px;
	text-align: center;
	margin-left: 60px;
}
.foot-info .fot-ewm .code-box .code-img{
	width: 122px;
	height: 122px;
	overflow: hidden;
} 
.foot-info .fot-ewm .code-box .tit{
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	color: #333;
}

/*定位弹框*/
.location-tk{
	width: 580px;
	height: 340px;
	background-color: #fff;
	border-radius: 10px;
	overflow: hidden;
	position: fixed;
	top: 25%;
    left: 50%;
    margin-left: -290px;
    z-index: 1001;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}
.location-tk.hide{
	top: -400px;
}
.cover{
	display: block;
	position: fixed;
    z-index: 1000;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0,0,0,.4);
}
.cover.hide{
	display: none;
}
.location-tk .location .close-pop{
	display: block;
	width: 24px;
	height: 24px;
	text-align: center;
	line-height: 24px;
	position: absolute;
	top: 20px;
	right: 20px;
	z-index: 9;
}
.location-tk .location .close-pop .iconfont{
	font-size: 24px;
	color: #d3cfcf;
}
.location .system-gps{
	width: 100%;
	height: 90px;
	padding: 0 25px;
	line-height: 90px;
	border-bottom: 1px solid #E5E5E5;
	font-size: 16px;
	color: #333;
}
.location .system-gps span{
	display: inline-block;
	width: 94px;
	height: 36px;
	text-align: center;
	line-height: 36px;
	background-color: #60AE00;
	border-radius: 3px;
	font-size: 16px;
	color: #fff;
	vertical-align: middle;
}
.location .hot-city{
	width: 100%;
	height: 180px;
	padding: 15px 25px;
	border-bottom: 1px solid #E5E5E5;
}
.location .hot-city .tit{
	width: 110px;
	height: 30px;
	font-size: 16px;
	color: #333;
	line-height: 30px;
}
.location .hot-city .city-list{
	width: 420px;
	height: 150px;
	overflow-y: scroll;
}
.location .hot-city .city-list li{
	float: left;	
	margin: 0 30px 5px 0;
}
.location .hot-city .city-list li a{
	display: block;
	font-size: 16px;
	color: #333;
	height: 30px;
	line-height: 30px;
}
.location .hot-city .city-list li a:hover{
	color: #E82F24;
}
.location .city-search{
	width: 100%;
	height: 70px;
	padding: 0 25px;	
}
.location .city-search .tit{
	width: 110px;
	height: 30px;
	font-size: 16px;
	color: #333;
	line-height: 30px;
	margin-top: 20px;
}
.location .city-search .pinyin{
	width: 420px;
	margin-top: 20px;
}
.location .city-search .pinyin li{
	float: left;
	font-size: 16px;
	color: #333;
	height: 30px;
	line-height: 30px;
	margin: 0 15px 5px 0;
	cursor: pointer;
}
.location .city-search .pinyin li:hover{
	color: #E82F24;
}


/*slidebar*/
.slidebar-box{
	display: none;
	width: 75px;
    height: 512px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 7px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 0 7px rgba(0,0,0,.1);
    position: fixed;
    top: 16%;
    left: 50%;
    margin-left: 620px;
    z-index: 99;
}
.slidebar-box .slide-vip{
	width: 100%;
	text-align: center;
	height: 105px;
	border-bottom: 1px solid #E5E5E5;
}
.slidebar-box .slide-vip a{
	display: block;
	width: 100%;
	height: 105px;
	padding: 8px 0 10px;
}
.slidebar-box .slide-vip .ico-img{
	width: 50px;
	height: 46px;
	margin: 0 auto 1px;
}
.slidebar-box .slide-vip .txt{
	font-size: 16px;
	color: #333;
	line-height: 20px;
}
.slidebar-box .slide-vip:hover .txt{
	color: #FCD953;
}
.slidebar-box .slidebar li{
	width: 100%;
	height: 88px;
	text-align: center;
	border-bottom: 1px solid #E5E5E5;
	position: relative;
}
.slidebar-box .slidebar li a{
	display: block;
	width: 100%;
	height: 88px;
	padding: 10px 0;
}
.slidebar-box .slidebar li .ico-img{
    width: 50px;
    height: 46px;
	margin: 0 auto 2px;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% 100%;
}
.slidebar-box .slidebar li .ico-bg2{
	background-image: url(../img/sidebar-icon2.png);
}
.slidebar-box .slidebar li .ico-bg3{
	background-image: url(../img/sidebar-icon3.png);
}
.slidebar-box .slidebar li .ico-bg4{
	background-image: url(../img/sidebar-icon4.png);
}
.slidebar-box .slidebar li .ico-bg5{
	background-image: url(../img/sidebar-icon5.png);
}
.slidebar-box .slidebar li:hover .ico-bg2{
	background-image: url(../img/sidebar-icon2-on.png);
}
.slidebar-box .slidebar li:hover .ico-bg3{
	background-image: url(../img/sidebar-icon3-on.png);
}
.slidebar-box .slidebar li:hover .ico-bg4{
	background-image: url(../img/sidebar-icon4-on.png);
}
.slidebar-box .slidebar li:hover .ico-bg5{
	background-image: url(../img/sidebar-icon5-on.png);
}

.slidebar-box .slidebar li span{
	font-size: 14px;
	color: #333;
	line-height: 20px;
}
.slidebar-box .goTop{
	width: 100%;
	height: 55px;
	text-align: center;
}
.slidebar-box .goTop a{
	display: block;
	width: 100%;
	height: 55px;
	padding: 5px 0;
}
.slidebar-box .goTop:hover a{
	background-color: #C4B71C;
}
.slidebar-box .goTop .ico{
	width: 25px;
	height: 25px;
	text-align: center;
	line-height: 25px;
	margin: 0 auto;	
}
.slidebar-box .goTop .ico .iconfont{
	font-size: 25px;
	color: #333;
}
.slidebar-box .goTop p{
	font-size: 18px;
	color: #333;
	line-height: 20px;
}
.slidebar-box .goTop:hover .ico .iconfont,
.slidebar-box .goTop:hover p{
	color: #fff;
}
.slidebar li.download-app .pos{
    width: 180px;
    border-radius: 5px;
    background: #fff;
    text-align: center;
    padding: 10px;
    box-shadow: 0 0 7px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 0 7px rgba(0,0,0,.1);
}
.slidebar li .pos{
	display: none;
	position: absolute;
	right: 90px;
	top: 0px;
}
.slidebar li.download-app .pos .p1{
	font-size: 15px;
	color: #333;
	line-height: 20px;
}
.slidebar li.download-app .pos .img-box{
	width: 122px;
	height: 122px;
	margin: 0 auto;
}
.slidebar li.download-app .pos i{
	display: block;
	position: absolute;
	width: 15px;
	height: 170px;
	right: -15px;
	top: 0;
}
.slidebar li.download-app .pos .arrow-img{
	width: 9px;
	height: 11px;
	position: absolute;
	top: 28px;
	right: -9px;
}




