body, ul, ol, li, dl, dd, p, h1, h2, h3, h4, h5, h6, form, fieldset{
    margin:0;padding:0;
}
ul {
    display: block;
    list-style-type: disc;
    unicode-bidi: isolate;
	list-style: none;
}
ul li {
    list-style: none;
}

a {
    text-decoration: none;
    color: #666;
    outline: none;
    cursor: pointer;
}
a:hover {
    color: #009688;
}
input, textarea, select {
    font-family: inherit;
    font-weight: inherit;
}
div {
    display: block;
    unicode-bidi: isolate;
}
body, input, button, select, textarea {
    font: 13px / 1.5 Microsoft YaHei, PingFang, Heiti SC;
    color: #444;
}
.width{margin:0 auto;width:1200px;}
#msg{background: rgba(0, 0, 0, 0.5);position:fixed;width:300px;height:50px;line-height:50px;left:50%;top:40%;transform: translate(-50%, -50%);z-index:10000000;color:#fff;text-align:center;font-size:16px;
display:none;
}
/****************************************************/
.head {
    width: 100%;
    min-width: 1180px;
    background: #f4f4f4;
    height: 35px;
}
.head .left{float: left;
    height: 35px;
    line-height: 35px;
    font-size: 12px;
    color: #5d5b5b;}
.head .right{float:right;font-size: 12px;line-height:35px;}
.head .right a{font-size: 12px;color:#009688;}
.head .right .joinv-icon:before {
    content: "\ea3d";
    margin-right: 3px;
    vertical-align: -2px;
}
.head .right .icon-tuichu-:before
{
	color: #f46a6a;
}
/****************************************************/
.nav{border-bottom: 2px solid #009688;
width: 100%;
min-width: 1180px;
height: 38px;
background: #fff;
clear:both;
}
.nav ul li {
    float: left;
}
.nav ul li a {
    display: inline-block;
    padding: 0 25px;
    height: 40px;
    line-height: 40px;
    color: #5b5b5b;
    font-size: 16px;
    text-align: center;
    position: relative;
    font-weight: 500;
}
.nav ul li a:hover
{
	background-color: #009688;
	color: #fff;
}
.nav .actives {
    background-color: #009688 !important;
    color: #ffffff !important;
}

/****************************************************/
.logo_search{clear:both;height: 100px;
    padding: 10px 0;}
.logo {
    width: 350px;
    height: 53px;
    margin-top: 23px;
    float: left;
}
.search {
    float: left;
    width: 450px;
    margin-top: 23px;
    margin-left: 10px;
}
.logo_search .phone{width:300px;height:100px;float:right;}
.logo_search .phone .shouji{color:#009688;float:right;margin-right:50px;margin-top:0px;text-align:center;position:relative;}
.logo_search .phone .shouji i{font-size:60px;}
.logo_search .phone .shouji span{display:block;margin-top:-10px;}
.logo_search .phone .qrcode{position:absolute;top:0px;right:100px;display:none;}
.logo_search .phone .qrcode img{width:150px;padding:10px;border:1px solid #ccc;background:#fff;}
#scbar {
    width: 446px;
    height: auto;
    line-height: auto!important;
    border-top: 0;
    border-bottom: 0;
    background: none;
    height: 40px !important;
    line-height: 40px !important;
    border-radius: 0;
    overflow: hidden;
}
.cat:after, .sehbom, .search_bar {
    border: 2px solid #009688 !important;
}
#scbar_type {
    padding-left: 12px;
    height: 30px;
    line-height: 30px;
    margin: 5px 0;
    border-right: 1px solid #eee;
    font-size: 14px;
    padding-right: 12px;
}
.xg1, .xg1 a {
    color: #999 !important;
}
.scbar_txt {
    width: 294px;
    height: 40px;
    line-height: 40px;
    color: #666;
    font-size: 14px;
    letter-spacing: 1px;
    border: 1px solid #FFF;
    outline: none;
    background: #ffffff;
    margin-top: -6px;
}
.nex_scbar_btn {
    float: right;
}
.actives, .bg-color, .on {
    background-color: #009688 !important;
    color: #ffffff !important;
}
.nex_scbar_type_td {
    float: left;
    width: 60px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    color: #999;
}
.scbar_btn {
    background: url(../image/search_butn.png) center no-repeat;
    border: 0;
    width: 80px;
    font-size: 14px;
    font-family: Microsoft Yahei;
    height: 40px;
    line-height: 40px;
}
.nex_scbartxt {
    float: left;
    width: 276px !important;
    padding-left: 10px;
    height: 40px;
    line-height: 40px;
    border: 0;
    background: #fff;
}
.scbar_hot_td {
    margin-top: 5px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/****************************************************/
.location{height:40px;line-height:40px;}
.location span[lay-separator] {
    margin: 0;
    color: #999;
}
.location span {
    font-size: 14px;
    color: #666;
    margin: 0 2px;
}

.location a {
    line-height: 60px;
    font-size: 14px;
    color: #999;
}
/****************************************************/
/*背景层*/
#pop_layer {
		display:none ;
		position: fixed;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: 10;
		-moz-opacity: 0.8;
		opacity:.80;
		width:100%;
		height:100%;
		background: rgba(0, 0, 0, 0.5);
	}        
 /*弹出层，在背景层的上面座椅z-index只要比背景层的z-index大即可*/ 
#pop_box {
		display: none;
		background-color: #FFFFFF;
		z-index: 11;
		width: 600px;
		height: 600px;
		position:fixed;
		top:0;
		right:0;
		left:0;
		bottom:0;
		margin:auto;
		border-radius: 10px;
	}

#pop_box .content{
	margin:50px 50px 50px 50px;
}
 
#pop_box .close{
		text-align: center;
		position:absolute;
		width:45px;
		height:45px;
		font-size: 28px;
		color: #fff;
		bottom:-50px;
		margin:0 auto;
		display: block;
		cursor: pointer;
		left: 47%;
	}

#pop_box .close2{
		text-align: center;
		position:absolute;
		width:45px;
		height:45px;
		font-size: 28px;
		color: #009688;
		display: block;
		cursor: pointer;
		left:0px;
		top:0px;
	}

.login-nav {
    text-align: center;
	padding-top:50px;
}
.login-nav form{margin-top:60px;}
.login-nav-acative {
    font-size: 22px !important;
    font-weight: bold;
    color: #333 !important;
    padding-bottom: 8px;
    font-family: "microsoft yahei Bold", "microsoft yahei Regular", "microsoft yahei", SimSun, Tahoma, Helvetica, Arial, sans-serif;
}
.loginput {
    position: relative;
    height: 55px;
    line-height: 55px;
    margin-bottom: 20px;
}
.loginput .iconfont {
    display: inline-block;
    position: absolute;
    top: 0px;
    left: 5px;
}
.loginput .iconfont:before {
    font-size: 18px;
    color: #3580e6;
}


.reg-nav {
    text-align: center;
}
.reg-nav form{margin-top:60px;}
.reg-nav-acative {
    font-size: 22px !important;
    font-weight: bold;
    color: #333 !important;
    padding-bottom: 8px;
    font-family: "microsoft yahei Bold", "microsoft yahei Regular", "microsoft yahei", SimSun, Tahoma, Helvetica, Arial, sans-serif;
}
.reginput {
    position: relative;
    height: 55px;
    line-height: 55px;
    margin-bottom: 20px;
}
.reginput .iconfont {
    display: inline-block;
    position: absolute;
    top: 0px;
    left: 5px;
}
.reginput .iconfont:before {
    font-size: 18px;
    color: #3580e6;
}

.input-text{border: none;height:55px;line-height:55px;padding-left:35px;width:90%;border-bottom: 1px solid #e5e5e5;}
.normal-btn {
    width: 200px;
    height: 48px;
    line-height: 48px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    border-radius: 400px;
    background-color: #3B83FD;
    margin: 60px auto 25px auto;
    border: none;
    display: block;
    cursor: pointer;
}
.normal-btn:hover{background: #fe8103}

.wx-login .login_qrcode{text-align:center;}
.wx-login .title{text-align:center;margin-bottom:30px;padding-top:50px;font-size:22px;font-weight:Bold;}
.wx-login .tips{text-align:center;margin-top:30px;font-size:15px;font-weight:100;}
.wx-login .login_qrcode img{width:300px;}


.login-mode, .login-mode a {
    width: 60px;
    height: 60px;
    display: block;
}
.login-mode {
    line-height: 60px;
    position: absolute;
    right: 15px;
    top: 10px;
}
.login-mode .icon-zhijiao-triangle {
    color: #fff;
    z-index: 99;
    position: absolute;
    right: 12px;
}
.login-mode .iconfont {
    font-size: 59px;
    height: 60px;
    line-height: 60px;
}
[data-theme="blue"] .login-mode .icon-erweima, [data-theme="blue"] .login-mode .icon-diannao {
    color: #3B83FD;
}
.login-mode .icon-erweima, .login-mode .icon-diannao {
    z-index: 98;
    position: absolute;
    right: 0px;
    color: #3B83FD;
}
.login-mode .logintips {
    position: absolute;
    font-size: 12px;
    top: 20px;
    right: 70px;
    width: 130px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 5px;
    color: #e69822;
    border: 1px solid #e69822;
}

.login-mode .logintips .iconfont {
    color: #e69822;
    font-size: 12px;
    position: absolute;
    z-index: 99;
    right: -10px;
    top: 10px;
    background: #fff;
    line-height: 12px;
    height: 12px;
}

/****************************************************/
.side_btn {
	position: fixed;
    right: 50%;
    bottom: 200px;
    z-index: 5000;
    margin: 0 -700px 0 0;
	width: 62px;
	background-color: #009688 !important;
    color: #ffffff !important;
	text-align:center;
}
.side_btn .icon-weixin2
{
	font-size: 35px;
    line-height: 42px;
    vertical-align: top;
}
.side_btn  .text{display:block;}
.side_btn .weixin .content{position:absolute;top:-250px;right:62px;color:#000;width:300px;height:350px;border:1px solid #e5e5e5;background:#fff;
font-size:16px;display:none;
}
.side_btn .weixin .content span{display:block;}
.side_btn .weixin .content img{width:250px;height:250px;}
/****************************************************/
.page_list{padding:10px 0 30px 10px;width:600px;white-space:nowrap;font-size:9pt}
.page_list a{margin-right:5px;border:1px solid #e7ecf0;color:#00c}
.page_list a,.page_list span{display:inline-block;padding:1px;width:30px;height:30px;vertical-align:middle;text-align:center;text-decoration:none;line-height:30px}
.page_list a:visited{color:#00c}
.page_list a:hover{border:1px solid #38f;background:none repeat scroll 0 0 #f2f8ff;text-decoration:none}
.page_list a.cur{color:#232323}
.page_list span{cursor:default}
.page_list .btn_page{width:60px;border:1px solid #e1e2e3;text-align:center}
.page_list .btn_page b{color:#717171;font:9px arial;font-weight:400}
/****************************************************/
.foot{padding:40px 0;background:#444;clear:both;border-top:1px solid #000;margin-top:20px;}
.foot p{text-align:center;color:#9b9ea0;}