﻿body {
	margin: 0px;
	font-size: 13px;
	color: #666666;
	font-family: "microsoft yahei", "宋体";
	background-color: #eef0f5;
	min-width: 1000px
}
body {
	_background-attachment: fixed;
	_background-image: url(about:blank);
} /*实现ie6不支持fixed方法*/
h1, h2, h3, h4, h5, form, p, ul, ol, input {
	margin: 0px;
	padding: 0px;
}
input, textarea, button {
	font-family: "microsoft yahei", "宋体";
	font-size: 13px;
	color: #666666;
	vertical-align: middle
}
li, dl, dd, dt {
	padding: 0px;
	margin: 0px;
	line-height: 180%;
	list-style-type: none;
}
img {
	border: 0px;
	vertical-align: middle;
}
a {
	color: #444444;
	text-decoration: none;
}
a:hover {
	color: #0188cc;
	text-decoration: underline;
}
a.noline:hover {
	text-decoration: none;
}
em, i, span {
	font-style: normal;
	font-weight: normal;
}
u {
	text-decoration: none;
}
:focus {
	outline: 0
}
.f_l {
	float: left
}
.f_r {
	float: right
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.substring {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.nowrap {
	white-space: nowrap;
}
.clear {
	clear: both;
	height: 0px;
	font-size: 0px;
	line-height: 0px;
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
.clearfix {
	zoom: 1;
}
.font_gray3 {
	color: #333333
}
.font_gray6 {
	color: #666666
}
.font_gray9 {
	color: #999999
}
.font_blue {
	color: #0086c3
}
.font_green {
	color: #61AF00
}
.font_red {
	color: #F00
}
.font_yellow {
	color: #FF6600
}
.font_white {
	color: #ffffff
}
.link_white a {
	color: #FFFFFF;
}
.link_white a:hover {
	color: #FF0;
	text-decoration: underline;
}
.link_gray3 a {
	color: #333333;
	text-decoration: none;
}
.link_gray3 a:hover {
	text-decoration: underline;
	color: #0188cc
}
.link_gray6 a {
	color: #666666;
}
.link_gray6 a:hover {
	text-decoration: underline;
	color: #0188cc
}
.link_gray9 a {
	color: #999999;
}
.link_gray9 a:hover {
	text-decoration: underline;
	color: #0188cc
}
.link_yellow a {
	color: #FF6600;
}
.link_yellow a:hover {
	text-decoration: underline;
	color: #fa8638
}
.link_blue a {
	color: #2484D0;
}
.link_blue a:hover {
	text-decoration: underline;
	color: #3a9ce9
}
.vline {
	display: inline-block;
	width: 1px;
	height: 12px;
	vertical-align: middle;
	background: #e0e0e0;
	margin: 0 10px
}
/*列表单元格定义*/
.td1, .td2, .td3, .td4, .td5, .td6, .td7, .td8, .td10 {
	float: left;
	width: 100px;
}
.th1, .th2, .th3, .th4, .th5, .th6, .th7, .th8 {
	float: left;
	width: 100px;
}
/*按钮定义*/
.btn_blue, .btn_yellow {
	display: block;
	text-decoration: none;
	text-align: center;
	color: #FFFFFF;
	font-size: 14px;
	cursor: pointer;
	border-radius: 4px;
	width: 80px;
	height: 32px;
	line-height: 32px;
	border: 0px;
}
.btn_blue {
	background-color: #4098e6;
}
.btn_blue.hover, .btn_blue:hover, a.btn_blue:hover {
	background-color: #5cadf6;
	color: #FFF;
	text-decoration: none
}
.btn_yellow {
	background-color: #FF6600;
}
.btn_yellow.hover, a.btn_yellow:hover {
	background-color: #ff4400;
	color: #FFF;
	text-decoration: none
}
.btn_lightgray {
	display: block;
	text-decoration: none;
	text-align: center;
	color: #666666;
	background-color: #EDEDED;
	font-size: 14px;
	cursor: pointer;
	border-radius: 4px;
	border: 0px;
	width: 60px;
	height: 32px;
	line-height: 32px;
	border: 0px #cccccc solid;
}
.btn_lightgray.hover, .btn_lightgray:hover {
	background-color: #e4e4e4;
	color: #333;
	text-decoration: none
}

.top_wrapper {
    width: 100%;
	background-color: #fff;
}

.top_wrapper .wrap {
    max-width: 1200px;
    width: 1200px;
    margin: 0 auto;
    padding: 11px 0;
    display: flex;
    justify-content: space-between;
}
.top_wrapper .wrap .top_h_left {
    display: flex;
    align-items: center;
}
.top_wrapper .wrap .top_h_left .left_item, .top_wrapper .wrap .top_h_right .right_item {
    color: #666;
    font-size: 12px;
    margin-right: 20px;
    position: relative;
}
.top_wrapper .wrap .top_h_left .left_item::before, .top_wrapper .wrap .top_h_right .right_item::before {
    content: "";
    position: absolute;
    right: -10px;
    top: 1px;
    width: 1px;
    height: 13px;
    background-color: #dddddd;
}
.top_wrapper .wrap .top_h_left .left_item:last-child::before, .top_wrapper .wrap .top_h_right .right_item:last-child::before {
  width: 0;
  height: 0;
  content: "";
}
/*右边导航*/
.top_wrapper .wrap .top_h_right {
    display: flex;
    align-items: center;
}

/*导航栏*/
#mainNav {
	width: 100%;
	height: auto;
}
.header {
	width: 100%;
	height: 91px;
	background: #fff;
	position: relative;
	z-index: 1003;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	transition: all 0.4s;
}

.header a {
	color: #313534
}
.header a:hover {
	text-decoration: none
}
.header .wrap {
	max-width: 1200px;
	width: 1200px;
	margin: 0 auto;
    height: 91px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header .logo {
	float: left;
	position: relative
}
.header .logo a {
    display: block;
    width: 192px;
    height: 50px;
    background-repeat: no-repeat;
    background-size: contain;
}
.header .logo a span {
	display: none
}
.header .logo #version_switch {
	position: absolute;
	left: 185px;
	top: 5px;
	width: 55px;
	height: 18px;
	line-height: 18px;
	text-align: center;
	color: #fff;
	background: #ff5a00;
	border-radius: 5px;
	font-size: 12px;
	cursor: pointer;
	transform: scale(0.88)
}
.header .change-city {
	float: left;
	height: 22px;
	line-height: 22px;
	border-left: 1px solid #dfdfdf;
	padding: 0 2px 0 10px;
	margin: 26px 12px 0 12px
}
.header .change-city b {
	display: inline-block;
	font-weight: 400;
	vertical-align: middle
}
.header .change-city label {
	vertical-align: middle;
	margin-left: 3px;
	margin-top: -3px;
	width: 75px;
	color: #999;
	cursor: pointer;
}
.header .change-city label .arrow {
	display: inline-block;
	vertical-align: middle;
	width: 0;
	height: 0;
	margin-left: 5px;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 4px solid #999;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	transform: rotate(0);
	-webkit-transform: rotate(0)
}
.header .change-city:hover a {
	text-decoration: none
}
.header .change-city:hover a b {
	color: #999
}
.header .change-city:hover a label {
	color: #4098e6
}
.header .change-city:hover a label .arrow {
	border-top-color: #4098e6
}
.header .change-col {
	float: left;
	width: 35px;
	height: 75px;
}
.head_b {
    width: 100%;
    background-color: #1787fb;
}
.head_b .nav {
    max-width: 1200px;
    width: 1200px;
    margin: 0 auto;
}
.head_b .nav ul {
	padding: 0;
	margin: 0;
}
.head_b .nav li {
	display: inline-block;
	vertical-align: top;
	text-align: center;
}
.head_b .nav li:hover {
    background-color: #1070d4;
}
.head_b .nav li.cur {
    background-color: #1070d4;
}
.head_b .nav li.item_phone {
    display: flex;
    position: relative;
}
.head_b .nav li.item_phone .phone-box {
    width: 170px;
    position: absolute;
    right: -1px;
    top: 42px;
    background: #fff;
    text-align: left;
    border: 1px #eeeeee solid;
    box-shadow: 0 1px 12px 0 rgba(0,0,0,.2);
    border-radius: 0 0 4px 4px;
    color: #444;
    z-index: 14;
    display: none;
}
.head_b .nav li.item_phone .phone-box img{
    width: 100%;
    height: 100%;
}
.head_b .nav li.item_phone:hover .phone-box {
	display: block
}
.head_b .nav li a {
	display: block;
    position: relative;
    padding: 10px 22px;
	font-size: 16px;
    color: #fff;
}
.head_b .nav li a:hover {
	text-decoration: none
}
.head_b .nav li.more-menu {
	position: relative;
	cursor: pointer;
	width: 65px;
}
.head_b .nav li.more-menu i {
	display: inline-block;
	background-image: url(../images/icon.png);
	background-repeat: no-repeat;
	background-position: 0 -327px;
	width: 22px;
	height: 22px;
	margin-top: 27px;
}
.head_b .nav li.more-menu.hover {
	background-color: #f1f1f1;
}
.head_b .nav li.more-menu.hover i {
	background-position: 0 -352px;
}
.head_b .nav li.more-menu.hover .menu-list {
	display: block
}
.head_b .nav li .menu-list {
	width: 125px;
	padding: 6px 0;
	position: absolute;
	background: #fff;
	left: 0;
	top: 75px;
	z-index: 1050;
	display: none
}
.head_b .nav li .menu-list p {
	height: 44px;
	line-height: 44px;
	cursor: pointer
}
.head_b .nav li .menu-list p a {
	width: 100%;
	padding-left: 25px;
	display: inline-block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #333;
	text-align: left
}
.head_b .nav li .menu-list p a:hover {
	background: #4098e6;
	color: #FFF
}
.head_b .nav li .menu-list, .head_b .user-nav li.user .user-box {
	border: 1px #eeeeee solid;
	box-shadow: 0 1px 12px 0 rgba(0,0,0,.2);
	border-radius: 0 0 4px 4px;
	color: #444;
	z-index: 14
}
.header .user-nav {
	float: right;
	font-size: 14px;
}
.header .user-nav li {
	display: inline-block;
	vertical-align: top;
	text-align: center;
	padding: 0 8px;
}
.header .user-nav li a {
	display: block;
	position: relative;
	color: #888888
}
.header .user-nav li a:hover {
	color: #4098e6
}
.header .user-nav li.link-publish i.icon {
	display: inline-block;
	background-image: url(../images/icon.png);
	background-repeat: no-repeat;
	background-position: 1px -420px;
	width: 20px;
	height: 20px;
	vertical-align: middle
}
.header .user-nav li.link-publish:hover i.icon {
	background-position: -21px -420px;
}
.header .user-nav li.link-publish span {
	vertical-align: middle
}
.header .user-nav li.btn-outline a {
    padding: 8px 18px;
    border-radius: 20px;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
	color: #4098e6;
	border: 1px #4098e6 solid
}
.header .user-nav li.btn-outline a.kuan {
    border: 1px #ff772d solid;
    color: #ff772d;
}
.header .user-nav li.btn-outline a:hover {
	background: #4098e6;
	color: #fff
}
.header .user-nav li.btn-outline a.kuan:hover {
    background: #ff772d;
    color: #fff;
}
.header .user-nav li.message {
	width: 45px;
	padding: 0;
	position: relative;
}
.header .user-nav li.message i.icon {
	display: inline-block;
	background-image: url(../images/icon.png);
	background-repeat: no-repeat;
	background-position: 1px -389px;
	width: 20px;
	height: 20px;
	margin: 28px 0 27px 0;
}
.header .user-nav li.message i.message-num {
	position: absolute;
	top: 15px;
	left: 26px;
	z-index: 999;
	padding: 0 5px;
	min-width: 8px;
	height: 18px;
	line-height: 18px;
	text-align: center;
	border-radius: 10px;
	background: #ff5a00;
	color: #fff;
	font-size: 12px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}
.header .user-nav li.message:hover {
	background-color: #f1f1f1;
}
.header .user-nav li.message:hover i.icon {
	background-position: -21px -389px;
}
.header .user-nav li.user {
	padding: 0;
	position: relative;
}
.header .user-nav li.user:hover {
	background: #f1f1f1;
}
.header .user-nav li.user .avatar-round {
	padding: 22px 12px 22px 12px;
	overflow: hidden;
	width: 30px;
	height: 30px;
}
.header .user-nav li.user .avatar-round img {
	width: 30px;
	height: 30px;
	vertical-align: middle;
	border-radius: 50%
}
.header .user-nav li.user .user-box {
	width: 170px;
	position: absolute;
	right: 0;
	background: #fff;
	text-align: left;
	display: none
}
.header .user-nav li.user:hover .user-box {
	display: block
}
.header .user-nav li.user .user-box .section {
	padding: 18px 5px 10px 18px;
	line-height: 22px;
	border-bottom: 1px solid #eee;
	font-weight: 600;
	overflow: hidden
}
.header .user-nav li.user .user-box .section a {
	display: block;
	line-height: 22px;
	height: 22px;
	color: #333;
	padding: 0
}
.header .user-nav li.user .user-box .section a:hover {
	color: #4098e6
}
.header .user-nav li.user .user-box .section .user-name {
	font-size: 12px;
	color: #999;
	height: 22px;
	display: block
}
.header .user-nav li.user .user-box .user-box-list {
	padding: 6px 0
}
.header .user-nav li.user .user-box .user-box-list p {
	height: 44px;
	line-height: 44px;
}
.header .user-nav li.user .user-box .user-box-list .user-box-list-area:not(:last-child) {
	border-bottom: 1px solid #eaeaea
}
.header .user-nav li.user .user-box .user-box-list .user-box-list-area a {
	display: block;
	padding-left: 20px;
	position: relative;
	color: #676767;
}
.header .user-nav li.user .user-box .user-box-list .user-box-list-area a:hover {
	background: #4098e6;
	color: #FFF
}
/*下拉导航*/
.header .wrap .all-nav-list {
	z-index: 10;
	position: absolute;
	right: 35px;
	top: 0;
	width: 55px;
	height: 75px;
	display: block;
	cursor: pointer;
	text-align: center;
}
.header .wrap .all-nav-list>span {
	width: 40px;
	height: 40px;
	margin-top: 15px;
	display: inline-block;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	transition: all 0.4s;
}
.header .wrap .all-nav-list.fs>span {
	background-image: url(../images/icon4.png);
	transform: rotate(-180deg);
}
#mainNav .dropdown-nav {
	position: fixed;
	left: 0;
	top: 75px;
	width: 100%;
	background: #4098e6;
	cursor: default;
	z-index: 999;
	display: none
}
#mainNav .nav-category {
	padding: 30px 0 25px 30px;
}
#mainNav .nav-category dl {
	float: left;
	width: 14%
}
#mainNav .nav-category dl a {
	color: #fff;
	font-size: 12px;
	display: inline-block;
}
#mainNav .nav-category dt a {
	font-size: 18px;
	font-weight: bold;
}
#mainNav .nav-category dt {
	margin-bottom: 20px;
}
#mainNav .nav-category dd {
	line-height: 30px;
	position: relative;
	cursor: pointer;
}
#mainNav .nav-category dd input {
	position: absolute;
	left: 0;
	top: 0;
	width: 80px;
	height: 30px;
	opacity: 0;
	filter: alpha(opacity=0);
	cursor: pointer;
	font-size: 0;
}
#mainNav .nav-category dl a.no_hover {
	cursor: default;
}
#mainNav .nav-category dl a:hover {
	color: #feef49;
}
#mainNav .nav-category dl form:hover a {
	color: #d8b056;
}
#mainNav .nav-category dl a.no_hover:hover {
	color: #fff;
	text-decoration: none
}
/*搜索框的头部*/
.search-box {
	float: left;
	width: 734px;
	position: relative;
}
.search-form {
	position: relative;
	zoom: 1;
}
.search-form .sidebar-search {
	display: flex;
}
.search-form-shadow {
	box-shadow: 0 1px 5px rgba(83,202,195,.5)
}
.nav-search .search-form-shadow {
	box-shadow: none
}
.search-form-con {
	position: relative;
    display: flex;
	z-index: 150;
}

.btn-search {
	height: 46px;
	line-height: 46px;
	text-align: center;
	color: #fff;
	background: #4098e6;
	border: 0;
	cursor: pointer;
	font-size: 18px;
	width: 120px;
	padding: 0;
	border-radius: 0 6px 6px 0;
}
.city-sel {
	display: block;
	width: 60px;
	height: 44px;
	border: 1px solid #e8e8e8;
	border-right: none;
	/* float: left; */
	padding: 0 15px 0 15px;
	background-color: #fff;
	position: relative;
	cursor: pointer;
	overflow: hidden;
	border-radius: 6px 0px 0px 6px;
}
.city-sel b {
	font-weight: 400;
	font-size: 13px;
	color: #717171;
	display: inline-block;
	height: 44px;
	line-height: 44px;
}
.city-sel .icon-arrow-down {
	position: absolute;
	right: 7px;
	top: 20px;
	background: url(../images/icon_dot.png) no-repeat;
	width: 16px;
	height: 16px;
	display: inline-block
}
.city-sel .line {
	width: 1px;
	height: 28px;
	background-color: #f1f1f1;
	position: absolute;
	top: 8px;
	right: 0
}
.search-form-con .selecttype_down {
	display: none;
	background-color: #fff;
	border: 1px #e8e8e8 solid;
	border-top: 0px;
	position: absolute;
	left: 0px;
	top: 45px;
}
.search-form-con .selecttype_down .down_list {
	width: 59px;
	height: 36px;
	line-height: 36px;
	cursor: pointer;
	padding-left: 15px;
	padding-right: 15px;
}
.search-form-con.open .selecttype_down {
	display: block;
}
.search-form-con .selecttype_down .down_list:hover {
	background-color: #f5f5f5;
	color: #4098e6
}
.search-form .ipt-wrap {
	/* float: left; */
	width: 536px;
	background: #fff;
	border: 1px solid #e8e8e8;
	border-left: none;
	border-right: none
}
.search-form .ipt-search {
	width: 100%;
	height: 30px;
	line-height: 30px;
	padding: 7px 0;
	border: 0;
	font-size: 13px;
    text-indent: 10px;
	color: #414a60
}
.search-form .publish_order {
	float: left;
	margin: 12px 0 0 15px;
	padding-left: 18px;
	background: url(../images/109.png) no-repeat 0 -108px;
	color: #4098e6;
	text-decoration: none;
	font-size: 12px
}
.search-form .publish_order:hover {
	color: #f60;
	text-decoration: underline;
}
.search_hot {
	padding-top: 10px;
	width: 100%;
	height: 25px;
	overflow: hidden;
}
.search_hot li {
	margin-right: 15px;
	float: left;
*float:none;
	display: inline-block;
*display:inline;
*zoom:1;
	color: #dddddd
}
.search_hot li.small {
	margin-right: 5px
}
.search_hot li a {
	color: #dddddd;
}
.search_hot li a:hover {
	text-decoration: underline;
	color: #f60
}
.search_hot li.choose_city {
	float: left
}
.search_hot li.choose_city a {
	color: #ffde00;
}
/*浮动状态*/
#mainNav.fixed-nav {
    position: fixed;
    top: 0;
    z-index: 999;
}
#mainNav.fixed-nav {
    position: fixed;
    top: 0;
    z-index: 999;
}
#mainNav.fixed-nav .top_wrapper, #mainNav.fixed-nav .head_b {
    display: none;
}
/*小型导航栏*/
.head {
	width: 100%;
	background: #FFF
}
.head .box {
	height: 128px;
	position: relative;
}
.head .logobox {
	width: 35%;
	float: left;
	padding-top: 18px;
	overflow: hidden;
	position: relative;
}
.head .logobox img {
	width: 285px;
}
.head .logobox .back-index {
	width: 48px;
	height: 18px;
	background: url(../images/161.png) no-repeat 0px 0px;
	margin-left: 10px;
	margin-top: 15px;
}
.head .logobox .sub-txt-group {
	position: absolute;
	left: 72%;
	top: 50px;
	cursor: pointer;
}
.head .logobox .sub-txt-group .stg-txt {
	height: 20px;
	line-height: 20px;
	float: left;
}
/*最顶端的通栏*/
.header_min {
	width: 100%;
	background-color: #f8f8f8;
	border-bottom: 1px #f0f0f0 solid;
}
.header_min .header_min_top {
	margin: 0 auto;
	width: 1200px;
	height: 35px;
	line-height: 35px;
	font-size: 12px;
}
.header_min .header_min_top .itopr {
	float: left;
	width: 50%;
	text-align: left;
	height: 35px;
	color: #dbdbdb;
}
.header_min .header_min_top .itopr a {
	padding-left: 32px;
	padding-right: 10px;
	background-image: url(../images/109.png);
	background-repeat: no-repeat;
	background-position: 12px 0px;
}
.header_min .header_min_top .itopr a.home {
	background-position: 12px 0px;
}
.header_min .header_min_top .itopr a.m {
	background-position: 12px -28px;
}
.header_min .header_min_top .itopr a.help {
	background-position: 12px -51px;
}
.header_min .header_min_top .itopr a.shop {
	background-position: 12px -76px;
}
.header_min .header_min_top .itopr a.stat {
	padding-left: 15px;
	background-image: none
}
.header_min .header_min_top .itopr a.last {
	padding-left: 15px;
	background-image: none;
	padding-right: 0px;
}
.header_min .header_min_top .itopl {
	float: right;
	height: 35px;
}
.header_min .header_min_top .itopl .n {
	float: left;
	padding-left: 15px;
	padding-right: 15px;
	position: relative
}
.header_min .header_min_top .itopl .n .vertical_line, .header_min .header_min_top .itopl .name .vertical_line {
	position: absolute;
	top: 12px;
	right: 0;
	width: 1px;
	height: 12px;
	background: #dbdbdb;
}
.header_min .header_min_top .itopl .n.welcome {
	padding-left: 0px;
	border-right: 0px;
}
.header_min .header_min_top .itopl .name {
	padding-right: 17px;
	float: left;
	padding-left: 12px;
	cursor: pointer;
	position: relative;
}
.header_min .header_min_top .itopl .name .arrow_icon {
	position: absolute;
	top: 15px;
	right: 10px;
	width: 10px;
	height: 10px;
	background: url(../images/136.png) no-repeat;
}
.header_min .header_min_top .itopl .name .arrow_icon_hover {
	display: none;
	position: absolute;
	top: 15px;
	right: 10px;
	width: 10px;
	height: 10px;
	background: url(../images/136.png) no-repeat;
	background-position: 0 -90px;
}
.header_min .header_min_top .itopl .name.per_name {
	width: 52px;
}
.header_min .header_min_top .itopl .name.com_name {
	width: 82px;
}
.header_min .header_min_top .itopl .name.per_name .aname {
	display: block;
	max-width: 51px;
	_display: inline;
	white-space: nowrap;
	_white-space: normal;
	_height: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	_background: transparent;
}
.header_min .header_min_top .itopl .name.com_name .aname {
	display: block;
	max-width: 78px;
	_display: inline;
	white-space: nowrap;
	_white-space: normal;
	_height: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	_background: transparent;
}
.header_min .header_min_top .itopl .name.per_name.hover {
	width: 51px;
	height: 39px;
	border: 1px solid #ededed;
	border-bottom: 0;
	background: #fff;
	padding-left: 11px;
}
.header_min .header_min_top .itopl .name.com_name.hover {
	width: 81px;
	height: 39px;
	border: 1px solid #ededed;
	border-bottom: 0;
	background: #fff;
	padding-left: 11px;
}
.header_min .header_min_top .itopl .name .name_list {
	display: none;
	position: absolute;
	top: 35px;
	left: -1px;
	background: #fff;
	border: 1px solid #ededed;
	border-top: 0;
	z-index: 900;
}
.header_min .header_min_top .itopl .name .name_list li {
	cursor: pointer
}
.header_min .header_min_top .itopl .name.per_name .name_list li a {
	color: #666;
	width: 67px;
	height: 34px;
	display: block;
	line-height: 34px;
	padding-left: 12px;
	text-align: left;
	position: relative;
	text-decoration: none;
}
.header_min .header_min_top .itopl .name.com_name .name_list li a {
	color: #666;
	width: 97px;
	height: 34px;
	display: block;
	line-height: 34px;
	padding-left: 12px;
	text-align: left;
	position: relative;
	text-decoration: none;
}
.header_min .header_min_top .itopl .name .name_list li a:hover {
	color: #ff6600;
	background-color: #f5f5f5
}
.header_min .header_min_top .itopl .name.hover .name_list {
	display: block;
}
.header_min .header_min_top .itopl .name.hover .arrow_icon_hover {
	display: block;
}
.header_min .header_min_top .itopl .name.hover .arrow_icon {
	display: none;
}
.header_min .header_min_top .itopl .name.per_name.hover .vertical_line {
	right: -1px;
}
.header_min .header_min_top .itopl .n.quit {
	border-right: 0px;
}
.header_min .header_min_top .itopl .n .dot {
	position: absolute;
	width: 5px;
	height: 5px;
	right: 8px;
	top: 10px;
	background-color: #FF0000;
	border-radius: 5px;
	font-size: 0px;
}
.footer_min {
	margin: 0 auto;
	width: 1200px;
	margin-top: 40px;
	margin-bottom: 50px;
	font-size: 12px;
}
.footer_min .links {
	width: 1200px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border: 1px #dddddd solid;
	border-left: 0px;
	border-right: 0px;
}
.footer_min .links a {
	margin-left: 10px;
	margin-right: 10px;
}
.footer_min .txt {
	line-height: 180%;
	text-align: center;
	padding-top: 20px;
}
/*当前位置*/
.location {
	width: 100%;
	color: #666;
	overflow: hidden;
	font-size: 12px;
}
.location .box {
	padding-top: 15px
}
.location_pos {
	float: left;
}
.location_pos em {
	font-family: "SimSun";
	padding: 0 10px;
}
.location_tip {
	float: right;
	color: #FF6600;
}
/*AJAX loading*/
.ajax_loading {
	display: none;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-color: #FFFFFF;
	filter: alpha(opacity=50);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
	background: rgba(255,255,255,.5);
	z-index: 999;
}
.ajax_loading .ajaxloadtxt {
	background-image: url(../images/loading.gif);
	background-repeat: no-repeat;
	background-position: center 5px;
	width: 150px;
	height: 28px;
	background-color: #FFFFFF;
	text-align: center;
	margin: 0 auto;
	padding-top: 40px;
	margin-top: 100px;
	font-size: 12px;
}
p#vtip {
	display: none;
	position: absolute;
	padding: 10px;
	left: 5px;
	font-size: 12px;
	background-color: white;
	border: 1px solid #a6c9e2;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	z-index: 9999;
	line-height: 170%
}
/* 弹出框 */
.fade {
	opacity: 0;
	-webkit-transition: opacity .08s linear;
	-o-transition: opacity .08s linear;
	transition: opacity .08s linear;
}
.fade.in {
	opacity: 1;
}
.modal_backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	z-index: 1040;
	-webkit-opacity: 0.5;
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: .5;
	filter: alpha(opacity=50);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
	_position: absolute;
_top:expression(offsetParent.scrollTop);
_left:expression(offsetParent.scrollLeft);
}
.modal_backdrop.fade {
	filter: alpha(opacity=0);
	opacity: 0;
}
.modal_backdrop.in {
	filter: alpha(opacity=50);
	opacity: .5;
}
.modal_scrollbar_measure {
	position: absolute;
	top: -9999px;
	width: 50px;
	height: 50px;
	overflow: scroll;
}
.modal {
	overflow: hidden;
	-webkit-overflow-scrolling: touch;
	outline: 0;
}
.modal .modal_dialog {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1050 !important;
}
.modal.in .modal_dialog {
	-webkit-transition: -webkit-transform .2s ease-out;
	-o-transition: -o-transform .2s ease-out;
	transition: transform .2s ease-out;
	-webkit-transform: translate(0, -25%);
	-ms-transform: translate(0, -25%);
	-o-transform: translate(0, -25%);
	transform: translate(0, -25%);
}
.modal_content {
	padding: 5px;
	background: #a3a3a3;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	overflow: hidden;
	box-shadow: 1px 1px 50px rgba(0,0,0,.3);
}
.modal_content.no_pad {
	padding: 0;
}
.modal_content .modal_header {
	height: 30px;
	padding-top: 10px;
	padding-left: 15px;
	background: #F8F8F8;
	border-bottom: 1px solid #eee;
	position: relative;
	cursor: move;
	moz-user-select: -moz-none;
	-moz-user-select: none;
	-o-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.modal_content .modal_header .title {
	font-size: 14px;
	color: #333333;
	line-height: 20px;
}
.modal_content .modal_header .max_remind {
	font-size: 12px;
	color: #999999;
}
.modal_content .modal_header .close {
	display: block;
	position: absolute;
	right: 15px;
	top: 12px;
	width: 16px;
	height: 16px;
	background: url(../images/44.png) no-repeat;
*font-size:0;
}
.modal_content .modal_header .close:hover {
	background-position: 0 -24px;
}
.modal_content .modal_body {
	padding: 15px;
	background: #fff;
}
.modal_content .modal_body.no_pad {
	padding: 0;
	background: none;
}
.modal_content .modal_body .confirm {
	text-align: center;
	padding: 0 50px;
}
.modal_content .modal_body .agreement {
	width: 900px;
	height: 600px;
	overflow-y: scroll;
	overflow-x: hidden;
}
.modal_content .modal_body .refresh_jobs_all_confirm {
	padding: 20px 10px;
	line-height: 180%;
}
.modal_content .modal_body .refresh_jobs_all_confirm a {
	text-decoration: none;
}
.modal_content .modal_body .refresh_jobs_all_confirm a:hover {
	text-decoration: underline;
}
.modalfast {
	overflow: hidden;
	-webkit-overflow-scrolling: touch;
	outline: 0;
}
.modalfast .modal_dialog {
	position: absolute;
	top: 0;
	left: 0;
}
.modalfast.in .modal_dialog {
	z-index: 1050;
	-webkit-transition: -webkit-transform .2s ease-out;
	-o-transition: -o-transform .2s ease-out;
	transition: transform .2s ease-out;
	-webkit-transform: translate(0, -25%);
	-ms-transform: translate(0, -25%);
	-o-transform: translate(0, -25%);
	transform: translate(0, -25%);
}
.modalfast .modal_content {
	padding: 5px;
	background: #a3a3a3;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.modalfast .modal_content.no_pad {
	padding: 0;
}
.modalfast .modal_content .modal_header {
	height: 30px;
	padding-top: 10px;
	padding-left: 15px;
	background: #f0f0f0;
	position: relative;
	moz-user-select: -moz-none;
	-moz-user-select: none;
	-o-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: default;
}
.modalfast .modal_content .modal_header .title {
	font-size: 16px;
	color: #333333;
	line-height: 20px;
}
.modalfast .modal_content .modal_header .max_remind {
	font-size: 12px;
	color: #999999;
}
.modalfast .modal_content .modal_header .close {
	display: block;
	position: absolute;
	right: 15px;
	top: 12px;
	width: 16px;
	height: 16px;
	background: url(../images/44.png) no-repeat;
*font-size:0;
}
.modalfast .modal_content .modal_header .close:hover {
	background-position: 0 -24px;
}
.modalfast .modal_content .modal_body {
	padding: 15px;
	background: #fff;
}
.modalfast .modal_body_box3 {
	width: 100%;
	height: 330px;
}
.modalfast .modal_body_box3 .left_box {
	width: 150px;
	height: 330px;
}
.modalfast .modal_body_box3 .right_box {
	width: 390px;
	height: 330px;
}
/*AJAX loading*/
.modal_content .modal_body .ajax_loading {
	display: block;
	margin: 0 30px;
	position: relative;
	width: 150px;
	height: 68px;
}
.modal_content .modal_body .ajax_loading .ajaxloadtxt {
	background-image: url(../images/loading.gif);
	background-repeat: no-repeat;
	background-position: center 5px;
	width: 150px;
	height: 28px;
	background-color: #FFFFFF;
	text-align: center;
	margin: 0 auto;
	padding-top: 40px;
	font-size: 12px;
	border: 0;
}
.modal_content .modal_footer {
	padding: 15px 0;
	border-top: 1px #f0f0f0 solid;
	background: #FFF
}
.modal_content .modal_footer .res_add_but {
	width: auto;
	text-align: right
}
.modal_content .modal_footer .res_add_but .butlist {
	display: inline-block;
	margin-right: 25px;
}
.modal_content .modal_footer .res_add_but .J_hoverbut {
	display: inline-block;
*display:inline;
*zoom:1;
	moz-user-select: -moz-none;
	-moz-user-select: none;
	-o-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	width: 85px;
	height: 33px;
	line-height: 33px;
}
/* 自动消失的提示框 */
.disappear_tooltip {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1000000;
	background: #000;
	background: rgba(0,0,0,.7);
	-pie-background: rgba(0,0,0,.7);
	padding: 0 18px;
	height: 70px;
	line-height: 70px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color: #fff;
	text-align: center;
	font-size: 16px;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: .3s;
	animation-duration: .3s;
}
.disappear_tooltip .icon {
	width: 29px;
	height: 29px;
	float: left;
	margin-top: 20px;
}
.disappear_tooltip .content {
	float: left;
	padding-left: 15px;
}
.disappear_tooltip a {
	color: #0F0
}
.disappear_tooltip.remind .icon {
	background: url(../images/45.png) no-repeat;
}
.disappear_tooltip.success .icon {
	background: url(../images/45.png) 0 -59px no-repeat;
}
.disappear_tooltip.goldremind {
	height: 110px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
.disappear_tooltip.goldremind .icon {
	float: none;
	display: inline-block;
*display:inline;
*zoom:1;
	background: url(../images/92.png) no-repeat;
	width: 30px;
	height: 30px;
	margin-left: -60px;
}
.disappear_tooltip.goldremind .content {
	float: none;
	_width: 200px;
	height: 50px;
	line-height: 50px;
	padding-left: 0px;
	font-size: 14px;
	position: relative;
}
.disappear_tooltip.goldremind .content .point {
	position: absolute;
	color: #f0fd3e;
	font-size: 24px;
	padding-left: 15px;
	line-height: 30px;
	left: 50%;
	top: -28px;
	margin-left: -24px;
}
@-webkit-keyframes bounceIn {
0% {
opacity:0;
-webkit-transform:scale(.5);
transform:scale(.5)
}
100% {
opacity:1;
-webkit-transform:scale(1);
transform:scale(1)
}
}
@keyframes bounceIn {
0% {
opacity:0;
-webkit-transform:scale(.5);
-ms-transform:scale(.5);
transform:scale(.5)
}
100% {
opacity:1;
-webkit-transform:scale(1);
-ms-transform:scale(1);
transform:scale(1)
}
}
.tip_anim {
	display: block;
	-webkit-animation-name: bounceIn;
	animation-name: bounceIn
}
@-webkit-keyframes bounceOut {
100% {
opacity:0;
-webkit-transform:scale(.7);
transform:scale(.7)
}
30% {
-webkit-transform:scale(1.03);
transform:scale(1.03)
}
0% {
-webkit-transform:scale(1);
transform:scale(1)
}
}
@keyframes bounceOut {
100% {
opacity:0;
-webkit-transform:scale(.7);
-ms-transform:scale(.7);
transform:scale(.7)
}
30% {
-webkit-transform:scale(1.03);
-ms-transform:scale(1.03);
transform:scale(1.03)
}
0% {
-webkit-transform:scale(1);
-ms-transform:scale(1);
transform:scale(1)
}
}
.tip_anim_close {
	z-index: -100;
	background: rgba(0,0,0,0);
	-pie-background: rgba(0,0,0,0);
	-webkit-animation-name: bounceOut;
	animation-name: bounceOut;
	-webkit-animation-duration: .2s;
	animation-duration: .2s;
	display: block
}
/****************** 发送消息，聊天弹窗口，消息列表 *******************/
.talk_box {
	width: 420px;
	overflow: hidden;
}
.talk_box .view_chat_records {
	display: block;
	width: 100%;
	height: 32px;
	text-align: center;
	color: #666;
}
.talk_box .msglist-img {
	width: 100%;
	background-color: #FFFFFF;
	height: 58px;
	overflow: hidden;
	border-bottom: 1px #e9e9e9 solid;
	position: relative
}
.talk_box .msglist-img .pic {
	position: absolute;
	left: 0;
	top: 0;
	height: 55px;
	border-bottom: 1px #FFFFFF solid;
	width: 60px;
}
.talk_box .msglist-img .pic img {
	width: 46px;
	height: 46px;
	border: 1px #E4E4E4 solid;
	border-radius: 6px;
}
.talk_box .msglist-img .describe {
	padding-left: 62px;
	height: 55px;
	font-size: 12px
}
.talk_box .msglist-img .describe .tit {
	height: 27px;
}
.talk_box .msglist-img .describe .tit .name {
	width: 270px;
}
.talk_box .msglist-img .describe .tit .more {
	position: absolute;
	right: 0;
	top: 0;
}
.talk_box .msglist-img .describe span {
	margin-left: 5px;
	color: #999999
}
.talk_box .msglist-img .describe .txt {
	width: 100%;
	height: 20px;
	color: #666;
}
.talk_box .msglist-img .describe .txt .f_r {
	float: right
}
.talk_box .textarea_box {
	width: 100%;
	height: 105px;
}
.talk_box .textarea_box .input_dialog {
	border: 1px solid #e3e3e3;
	overflow: hidden
}
.talk_box .textarea_box .input_dialog #description {
	width: 100%;
	height: 51px;
	padding: 7px;
	border-width: 0;
	resize: none;
	font-size: 12px;
	background: #f7f7f7
}
.talk_box .textarea_box .textarea_func {
	padding: 9px 0 0 12px;
	height: 30px;
	position: relative
}
.talk_box .textarea_box .textarea_func span.font_count {
	top: 13px;
	left: 3px;
	position: absolute;
	font-size: 12px;
}
.talk_box .textarea_box .textarea_func span.font_count b {
	color: #39f;
	font-weight: bold
}
.talk_box .textarea_box .chat_send_out {
	background: #FF6600;
	color: #fff;
	text-align: center;
	border-radius: 6px;
	border: 1px solid #ef6000;
	display: block;
	height: 26px;
	line-height: 24px;
	padding: 0 20px;
	font-size: 13px;
	cursor: pointer;
	float: right;
}
.talk_box .textarea_box .chat_send_out.disabled {
	background: #999;
	border-color: #868686;
}
.talk_box .textarea_box .chat_send_out:hover {
	background: #ff9000;
	border-color: #e47b00;
}
.talk_box .textarea_box .chat_send_close {
	background: #999999;
	color: #fff;
	text-align: center;
	border-radius: 6px;
	border: 1px solid #868686;
	display: block;
	height: 26px;
	line-height: 24px;
	padding: 0 20px;
	font-size: 13px;
	cursor: pointer;
	float: right;
	margin-right: 12px
}
.talk_box .textarea_box .chat_send_close:hover {
	background: #868686;
	border-color: #737373;
}
/* 消息详情对话 */
.chat_box {
	margin: 10px 0;
	padding: 0 12px 0 5px;
	height: 250px;
	overflow-x: hidden;
	overflow-y: auto;
	font-size: 12px;
	position: relative;
}
.chat_box .msg_name {
	width: 100;
	text-align: center;
	line-height: 25px
}
.chat_box .msgshow-left {
	width: 100%;
	min-height: 50px;
	padding-bottom: 25px;
	overflow: hidden;
	position: relative
}
.chat_box .msgshow-left .msg_unread {
	position: absolute;
	top: 12px;
	left: 43px;
	height: 6px;
	width: 6px;
	border-radius: 6px;
	background: #F00;
	overflow: hidden
}
.chat_box .msgshow-left .pic {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
}
.chat_box .msgshow-left .pic img {
	width: 40px;
	height: 40px;
	border-radius: 50%;
}
.chat_box .msgshow-left .txt {
	float: left;
	margin-left: 60px;
	height: 100%;
	;
	max-width: 260px;
	_width: 260px;
	padding: 10px 10px 8px 10px;
	line-height: 160%;
	color: #333;
	border-radius: 5px;
	background-color: #f3f3f3;
	position: relative;
	word-break: break-all;
}
.chat_box .msgshow-left .txt .arrow {
	width: 6px;
	height: 12px;
	position: absolute;
	left: -6px;
	top: 10px;
	background-image: url(../images/msg_arrow1.png);
	background-repeat: no-repeat;
	background-size: 6px 12px;
}
.chat_box .msgshow-left .txt .times {
	position: absolute;
	z-index: 10;
	width: 150px;
	left: 0;
	bottom: -20px;
	color: #999;
	text-align: left
}
.chat_box .msgshow-left .txt a {
	color: #06c
}
.chat_box .msgshow-left .txt a:hover {
	color: #F84C4C
}
.chat_box .msgshow-left .txt p {
	color: #999;
	line-height: 120%;
	padding-top: 0.12rem;
}
.chat_box .msgshow-right {
	width: 100%;
	min-height: 50px;
	position: relative;
	padding-bottom: 35px;
	overflow: hidden;
}
.chat_box .msgshow-right .msg_unread {
	position: absolute;
	top: 12px;
	right: 45px;
	height: 6px;
	width: 6px;
	border-radius: 6px;
	background: #F00;
	overflow: hidden
}
.chat_box .msgshow-right .pic {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
}
.chat_box .msgshow-right .pic img {
	width: 40px;
	height: 40px;
	border-radius: 50%;
}
.chat_box .msgshow-right .txt {
	float: right;
	margin-right: 60px;
	height: 100%;
	max-width: 260px;
	_width: 260px;
	padding: 10px 10px 8px 10px;
	line-height: 160%;
	color: #fff;
	border-radius: 5px;
	background-color: #4098e6;
	position: relative;
	word-break: break-all;
}
.chat_box .msgshow-right .txt .arrow {
	width: 6px;
	height: 12px;
	position: absolute;
	right: -6px;
	top: 10px;
	background-image: url(../images/msg_arrow.png);
	background-repeat: no-repeat;
	background-size: 6px 12px;
}
.chat_box .msgshow-right .txt .times {
	position: absolute;
	z-index: 10;
	width: 150px;
	right: 0;
	bottom: -20px;
	color: #999;
	text-align: right
}
.chat_box .msgshow-right .txt a {
	color: #FF0
}
.chat_box .msgshow-right .txt a:hover {
	color: #d9d91e
}
.chat_box .msgshow-right .txt p {
font-size:.234rem;
	color: #fff;
	line-height: 120%;
	padding-top: 0.12rem;
}

/*公用滚动条下拉框样式*/
.scrollbar::-webkit-scrollbar-track-piece {
background:transparent;
border-left:1px solid #d2d2d2;
border-radius: 5px;
}
.scrollbar::-webkit-scrollbar {
width:6px;
height:6px;
background: transparent;
box-shadow: 0 0 3px #b3c0d3 inset;
border-radius: 5px;
background-color: #dcdcdc
}
.scrollbar::-webkit-scrollbar-thumb {
background-color:#b3c0d3;
background-clip:padding-box;
border:1px solid #b3c0d3;
min-height:28px;
border-radius: 5px;
}
.scrollbar::-webkit-scrollbar-thumb:hover {
background-color:#c6d2e4;
}
/*职位、地区、行业、专业弹出框样式*/
.modal_body_box {
	border: 1px solid #e0e0e0;
	color: #333
}
.modal_body_box .list_box input {
*top:1px;
	margin: 0;
	margin: 0 4px 0 0;
*margin:0 0 0 -4px;
}
.modal_body_box .list_nav li {
	display: block;
	margin: 0;
	padding: 0;
	padding: 0;
	_display: inline;
	white-space: nowrap;
	_white-space: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	background: url(../images/index_arrow.png) no-repeat right 12px center;
}
.modal_body_box .last .list_nav li {
	background-image: none
}
.modal_body_box .list_nav li label {
	float: none;
	width: auto;
	text-decoration: none;
	cursor: pointer;
	font-size: 13px;
	display: block;
}
.modal_body_box .list_nav li:hover {
	color: #4098e6;
	background-color: #f2f5f9;
}
.modal_body_box .list_nav li.current, .modal_body_box .list_nav li.seledted {
	background-color: #f2f5f9
}
.modal_body_box .list_nav li.current label, .modal_body_box .list_nav li.seledted label {
	color: #4098e6
}
.modal_body_box .left_box .list_nav li {
	display: block;
	margin: 0;
	padding: 0;
	padding: 0;
	_display: inline;
	white-space: nowrap;
	_white-space: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	background: url(../images/index_arrow.png) no-repeat right 12px center;
	font-size: 14px;
	cursor: pointer;
}
.modal_body_box .left_box .list_nav li label {
	float: none;
	width: auto;
	text-decoration: none;
	cursor: pointer;
	font-size: 14px;
	display: block;
}
.modal_body_box .left_box .list_nav li:hover {
	color: #4098e6;
	background: #f2f5f9;
	border-color: #f2f5f9;
}
.modal_body_box .left_box .list_nav li.current, .modal_body_box .left_box .list_nav li.seledted {
	color: #2698e4;
	background: #f2f5f9;
	border-color: #2698e4;
}
.modal_body_box .right_box .list_nav li {
	display: block;
	margin: 0;
	padding: 0;
	padding: 0;
	_display: inline;
	white-space: nowrap;
	_white-space: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	_background: transparent;
	_height: 20px;
}
.modal_body_box .right_box .list_nav li label {
	float: none;
	width: auto;
	cursor: pointer;
	font-size: 14px;
	display: block;
}
.modal_body_box .right_box .list_nav li:hover {
	color: #4098e6;
	background-color: #f2f5f9;
}
.modal_body_box .right_box .list_nav li.current, .modal_body_box .right_box .list_nav li.seledted {
	background-color: #f2f5f9
}
.modal_body_box .right_box .list_nav li.current label, .modal_body_box .right_box .list_nav li.seledted label {
	color: #4098e6
}
.modal_body_box .list_nav1 li {
	display: block;
	margin: 0;
	padding: 0;
	height: 20px;
	line-height: 20px;
	padding: 8px 0;
}
.modal_body_box .list_nav1 li label {
	float: none;
	width: auto;
	padding: 3px 6px;
	text-decoration: none;
	cursor: pointer;
	font-size: 14px;
}
.modal_body_box .list_nav1 li:hover {
	color: #4098e6;
}
.modal_body_box .list_nav1 li.current, .modal_body_box .list_nav1 li.seledted {
	color: #5f8dc9;
}
.listed_group {
	display: none;
	margin-bottom: 10px;
	line-height: 24px;
	font-size: 14px;
}
.listed_group.nmb {
	margin-bottom: 0;
}
.listed_group .left_text {
	float: left;
}
.listed_group .center_text {
	float: left;
	max-width: 515px;
}
.listed_group .center_text .listed_item_parent {
	padding-right: 10px;
	padding-bottom: 10px;
	float: left;
}
.listed_group .center_text .listed_item {
	display: block;
	float: left;
	padding: 5px 10px;
	line-height: 14px;
	border-radius: 2px;
	text-decoration: none;
	color: #fff;
	background-color: #5F8DC9;
	position: relative;
	padding-right: 17px;
}
.listed_group .center_text .listed_item:hover {
	background-color: #4579C0
}
.listed_group .center_text .listed_item .del {
	position: absolute;
	top: 5px;
	right: 10px;
	width: 17px;
	height: 14px;
	background: url(../images/89.png) no-repeat;
}
.listed_group .center_text .listed_item span {
	padding: 0 15px 0 0;
}
.listed_group .right_text {
	display: block;
	float: right;
	background: url(../images/26.png) no-repeat 0px 5px;
	padding-left: 18px;
	text-decoration: none;
	color: #999;
	font-size: 12px;
}
.listed_group .right_text:hover {
	color: #FF6600;
	background-position: 0px -35px;
}
/* 行业 */
#body_trade {
	display: none;
}
.modal_body_box1 {
	width: 600px;
	height: 320px;
	padding: 10px 20px;
	overflow-x: hidden;
	overflow-y: scroll;
}
.modal_body_box1 .list_nav li {
	width: 33.3333%;
	float: left;
}
.modal_body_box1 .list_nav1 li {
	width: 33.3333%;
	float: left;
}
/* 职位 */
#body_jobs {
	display: none;
}
.modal_body_box2 {
	width: 627px;
	height: 248px;
}
.modal_body_box2 .item {
	width: 33.3333%;
	height: 248px;
	float: left;
	overflow-x: hidden;
	overflow-y: scroll;
}
.modal_body_box2 .item .list_nav {
	display: none;
}
.modal_body_box2 .list_nav li label {
	padding: 7px 12px;
}
/* 地区、专业 */
#body_city {
	display: none;
}
#body_major {
	display: none;
}
.modal_body_box3 {
	width: 100%;
	height: 450px;
}
.modal_body_box3 .left_box {
	width: 150px;
	height: 450px;
	float: left;
	overflow-x: hidden;
	overflow-y: scroll;
	border-right: 1px #DDDDDD solid;
	background: #f9fafb
}
.modal_body_box3 .right_box {
	width: 560px;
	height: 450px;
	padding-left: 8px;
	float: left;
	overflow-y: scroll;
}
.modal_body_box3 .left_box .list_nav li {
	text-align: left;
	background-color: #fafafa;
	border-left: 4px #f9fafb solid;
}
.modal_body_box3 .left_box .list_nav li label {
	padding: 5px 10px;
}
.modal_body_box3 .left_box .list_nav li.current, .modal_body_box3 .left_box .list_nav li.seledted {
	background-color: #ffffff;
	border-left: 4px #4098e6 solid;
}
.modal_body_box3 .left_box .list_nav li:hover, .modal_body_box3 .left_box .list_nav li:hover {
	background-color: #ffffff;
	border-left: 4px #4098e6 solid;
}
.modal_body_box3 .right_box .list_nav {
	display: none;
}
.modal_body_box3 .right_box .list_nav li {
	float: left;
	background-image: none;
	width: 33.33%;
	box-sizing: border-box;
	height: 35px;
	line-height: 35px;
}
.modal_body_box3 .right_box .list_nav li label {
	padding: 0 0 0 8px;
}
/* 搜索框 */
.keywordPanel {
	position: relative;
	width: 100%;
	font-size: 12px;
	margin-bottom: 12px;
}
.keywordPanel input {
	width: 89.8%;
	padding: 0 8% 0 2%;
	border: 1px solid #dce0e7;
	height: 35px;
	line-height: 35px;
	background: #fff
}
.keywordPanel input.focus, .keywordPanel input:focus {
	border: 1px solid #4098e6
}
.keywordPanel .keywordInput button {
	width: 35px;
	height: 35px;
	background: url(../images/cj_seach.gif) center center no-repeat;
	border: 0;
	outline: 0;
	position: absolute;
	right: 0;
	top: 0
}
.keywordPanel div.matchscroll {
	position: absolute;
	top: 37px;
	left: 0;
	right: 0;
	background: #fff;
	max-height: 300px;
	overflow-y: auto;
	border: 1px solid #4098e6;
	border-top: 0;
	display: none;
	z-index: 99
}
.keywordPanel .matchList li {
	padding: 10px 2px 9px 24px;
	background-color: #fff;
	cursor: pointer
}
.keywordPanel .matchList li:hover {
	background-color: #f2f5f9
}
.keywordPanel .matchList li .p-name {
	line-height: 20px;
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}
.keywordPanel .matchList li .p-name .h {
	color: #2087e2
}
.keywordPanel .matchList li .p-des {
	display: block;
	margin-top: 3px;
	line-height: 18px;
	font-size: 12px;
	color: #9fa3b0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}
.keywordPanel .matchList li .blank {
	font-size: 12px;
	color: #9fa3b0;
}
/* 地区新样式 */
.modal_body_box_new_city {
	width: 647px;
	height: 351px;
	border: 0;
}
.modal_body_box_new_city .select_group {
	width: 100%;
	height: 50px;
	border-bottom: 1px solid #f0f0f0;
}
.modal_body_box_new_city .select_group .select_g1 {
	width: 100px;
	height: 50px;
	line-height: 50px;
	padding-right: 15px;
	text-align: right;
	font-weight: bold;
	float: left;
}
.modal_body_box_new_city .select_group .select_g2 {
	width: 512px;
	padding: 10px 0;
	float: left;
}
.modal_body_box_new_city .select_group .select_g2 select {
	padding: 3px 3px 3px 10px;
	background: transparent;
	height: 30px;
	width: 180px;
	font-size: 14px;
	float: left;
	outline: none;
	border: 1px solid #D0D0D0;
	cursor: pointer;
	margin-right: 10px;
	line-height: 30px;
}
.modal_body_box_new_city .select_group .select_g2.s2 select {
	width: 180px;
}
.modal_body_box_new_city .select_group .select_g2.s3 select {
	width: 150px;
}
.modal_body_box_new_city .select_group .select_g2.s4 select {
	width: 100px;
}
.modal_body_box_new_city .child_line_group {
	width: 100%;
	height: 300px;
	overflow-x: hidden;
	overflow-y: scroll;
}
.modal_body_box_new_city .child_line_group .child_line {
	width: 100%;
	border-bottom: 1px solid #f0f0f0;
}
.modal_body_box_new_city .child_line_group .child_line .cl1 {
	width: 99px;
	line-height: 30px;
	padding-right: 15px;
	background-color: rgb(245,245,245);
	text-align: right;
	font-weight: bold;
	float: left;
}
.modal_body_box_new_city .child_line_group .child_line .cl2 {
	width: 500px;
	padding-left: 12px;
	border-left: 1px solid #f0f0f0;
	float: left;
}
.modal_body_box_new_city .child_line_group .child_line .cl2 .child_li {
	display: block;
	width: 110px;
	height: 17px;
	line-height: 17px;
	padding: 7px 0 4px 0;
	float: left;
}
.modal_body_box_new_city .child_line_group .child_line .cl2 .child_li label {
	height: 14px;
	line-height: 14px;
	cursor: pointer;
}
.modal_body_box_new_city .child_line_group .child_line .cl2 .child_li .child_input {
	vertical-align: bottom;
}
.modal_body_box_new_city .child_line_group .child_line .cl2 .child_li .txt {
	padding-left: 5px;
}
.listed_group.city_new {
	padding-top: 10px;
	background: #f5f5f5;
}
.listed_group.city_new .left_text {
	width: 100px;
	padding-right: 15px;
	text-align: right;
	font-weight: bold;
	float: left;
}
.listed_group.city_new .right_text {
	margin-right: 15px;
}
.listed_group.city_new.pb10 {
	padding-bottom: 10px;
}
.modal_content .modal_body.pd0 {
	padding: 0;
}
/*职位分类二级样式调整*/
.modal_body_box_jl2 {
	height: 390px;
}
.modal_body_box_jl2 .left_box {
	width: 190px;
	height: 390px;
	float: left;
	overflow-x: hidden;
	overflow-y: scroll;
	border-right: 1px #DDDDDD solid;
	background: #f9fafb
}
.modal_body_box_jl2 .right_box {
	width: 518px;
	height: 390px;
	padding-left: 8px;
	float: left;
	overflow-x: hidden;
	overflow-y: scroll;
}
.modal_body_box_jl2 .left_box .list_nav li {
	text-align: left;
	background-color: #fafafa;
	border-left: 4px #f9fafb solid;
}
.modal_body_box_jl2 .left_box .list_nav li label {
	padding: 8px 10px;
}
.modal_body_box_jl2 .left_box .list_nav li.current, .modal_body_box_jl2 .left_box .list_nav li.seledted {
	background-color: #ffffff;
	border-left: 4px #4098e6 solid;
}
.modal_body_box_jl2 .left_box .list_nav li:hover, .modal_body_box_jl2 .left_box .list_nav li:hover {
	background-color: #ffffff;
	border-left: 4px #4098e6 solid;
}
.modal_body_box_jl2 .right_box .list_nav {
	display: none;
}
.modal_body_box_jl2 .right_box .list_nav li {
	float: left;
	background-image: none;
	width: 168px;
	box-sizing: border-box;
	height: 35px;
	line-height: 35px;
}
.modal_body_box_jl2 .right_box .list_nav li label {
	padding: 0 0 0 8px;
}
/* 分站地区新样式 */
.modal_body_box_site {
	width: 320px;
	height: 180px;
	padding: 10px;
	overflow-x: hidden;
}
.modal_body_box_site .list_nav li {
	float: left;
}
.modal_body_box_site .list_nav li label {
	padding: 5px 10px;
	cursor: pointer;
	font-size: 13px;
	display: block;
}
.modal_body_box_site .list_nav li:hover {
	color: #2698e4;
	background: #f7f9fa;
	border-color: #2698e4;
}
.modal_body_box_site .list_nav li.current, .modal_body_box_site .list_nav li.seledted {
	color: #2698e4;
	background: #f7f9fa;
	border-color: #2698e4;
}
/* 下拉框定义 */
.dropdowbox1 {
	display: none;
	position: absolute;
	left: -1px;
	top: 30px;
	z-index: 20;
}
.open .dropdowbox1 {
	display: block;
}
.dropdow_inner1 {
	position: relative;
	width: 100px;
	height: auto;
	border: 1px solid #ddd;
	color: #333;
	background: #fff;
	cursor: auto;
}
.dropdow_inner1 .nav_box li {
	margin: 0;
}
.dropdow_inner1 .nav_box li a {
	display: block;
	float: none;
	height: 20px;
	line-height: 20px;
	padding: 6px 15px;
	text-decoration: none;
	color: #333;
	_height: 18px;
	white-space: nowrap;
	_white-space: normal;
	_background: transparent;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}
.dropdow_inner1 .nav_box li a.select, .dropdow_inner1 .nav_box li a:hover {
	background: #f2f2f2;
	text-decoration: none;
	color: #FF6600;
}
.dropdowbox2 {
	display: none;
	position: absolute;
	left: -1px;
	top: 28px;
	z-index: 20;
}
.open .dropdowbox2 {
	display: block;
}
.dropdow_inner2 {
	position: relative;
	width: 685px;
	height: auto;
	border: 1px solid #ddd;
	color: #333;
	background: #fff;
	cursor: auto;
}
.dropdow_inner2 .nav_box {
	padding: 10px;
}
.dropdow_inner2 .nav_box li {
	margin: 0;
	float: left;
}
.dropdow_inner2 .nav_box li a {
	display: block;
	float: none;
	height: 20px;
	line-height: 20px;
	padding: 6px 15px;
	text-decoration: none;
	color: #333;
	_height: 18px;
	white-space: nowrap;
	_white-space: normal;
	_background: transparent;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}
.dropdow_inner2 .nav_box li a.select, .dropdow_inner2 .nav_box li a:hover {
	background: #f2f2f2;
	text-decoration: none;
	color: #FF6600;
}
.dropdowbox3 {
	display: none;
	position: absolute;
	left: -1px;
	top: 30px;
	z-index: 20;
}
.open .dropdowbox3 {
	display: block;
}
.dropdow_inner3 {
	position: relative;
	width: 608px;
	height: auto;
	border: 1px solid #ddd;
	color: #333;
	background: #fff;
	cursor: auto;
}
.dropdow_inner3 .nav_box {
	padding: 10px 0;
}
.dropdow_inner3 .nav_box .tabnav {
	position: relative;
	z-index: 2;
	margin: 0;
	padding: 5px 0 0 15px;
	border: 0;
}
.dropdow_inner3 .nav_box .tabnav .tab_list {
	float: left;
	width: auto;
	height: 28px;
	line-height: 28px;
	margin-right: 5px;
	background: #fff;
	border: 1px solid #ddd;
	border-bottom: none;
	padding: 0 12px;
	color: #00528c;
	cursor: pointer;
	white-space: nowrap;
}
.dropdow_inner3 .nav_box .tabnav .tab_list.select {
	height: 29px;
	background: #fff;
	font-weight: bold;
	color: #404040;
}
.dropdow_inner3 .nav_box .tab_content {
	display: none;
	padding-top: 10px;
	border-top: 1px solid #e2e2e2;
	position: relative;
	top: -1px;
	overflow-x: hidden;
	overflow-y: auto;
}
.dropdow_inner3 .nav_box .tab_content.select {
	display: block;
}
.dropdow_inner3 .nav_box li {
	margin: 0;
	float: left;
}
.dropdow_inner3 .nav_box li a {
	display: block;
	float: none;
	height: 20px;
	line-height: 20px;
	padding: 6px 15px;
	text-decoration: none;
	color: #333;
	_height: 18px;
	white-space: nowrap;
	_white-space: normal;
	_background: transparent;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}
.dropdow_inner3 .nav_box li a.select, .dropdow_inner2 .nav_box li a:hover {
	background: #f2f2f2;
	text-decoration: none;
	color: #FF6600;
}
.dropdowbox4 {
	display: none;
	position: absolute;
	left: -1px;
	top: 30px;
	z-index: 20;
}
.open .dropdowbox4 {
	display: block;
}
.dropdow_inner4 {
	position: relative;
	width: 150px;
	height: auto;
	border: 1px solid #ddd;
	color: #333;
	background: #fff;
	cursor: auto;
}
.dropdow_inner4 .nav_box li {
	margin: 0;
}
.dropdow_inner4 .nav_box li a {
	display: block;
	float: none;
	height: 20px;
	line-height: 20px;
	padding: 6px 15px;
	text-decoration: none;
	color: #333;
	_height: 18px;
	white-space: nowrap;
	_white-space: normal;
	_background: transparent;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}
.dropdow_inner4 .nav_box li a.select, .dropdow_inner4 .nav_box li a:hover {
	background: #f2f2f2;
	text-decoration: none;
	color: #FF6600;
}
.dropdowboxview {
	display: none;
	position: absolute;
	left: 0;
	top: 33px;
	z-index: 20;
}
.open .dropdowboxview {
	display: block;
}
.dropdow_innerview {
	position: relative;
	width: 310px;
	max-height: 162px;
	overflow-x: hidden;
	border: 1px solid #ddd;
	color: #333;
	background: #fff;
	cursor: auto;
}
.dropdow_innerview .nav_box li {
	margin: 0;
}
.dropdow_innerview .nav_box li a {
	display: block;
	float: none;
	height: 20px;
	line-height: 20px;
	padding: 6px 10px;
	text-decoration: none;
	color: #333;
	_height: 18px;
	white-space: nowrap;
	_white-space: normal;
	_background: transparent;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}
.dropdow_innerview .nav_box li a.select, .dropdow_innerview .nav_box li a:hover {
	background: #f2f2f2;
	text-decoration: none;
	color: #FF6600;
}
.dropdowbox5 {
	display: none;
	position: absolute;
	left: -1px;
	top: 38px;
	z-index: 20;
}
.open .dropdowbox5 {
	display: block;
}
.dropdow_inner5 {
	position: relative;
	width: 159px;
	height: auto;
	border: 1px solid #ddd;
	color: #333;
	background: #fff;
	cursor: auto;
}
.dropdow_inner5 .nav_box li {
	margin: 0;
}
.dropdow_inner5 .nav_box li a {
	display: block;
	float: none;
	height: 20px;
	line-height: 20px;
	padding: 6px 15px;
	text-decoration: none;
	color: #333;
	_height: 18px;
	white-space: nowrap;
	_white-space: normal;
	_background: transparent;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}
.dropdow_inner5 .nav_box li a.select, .dropdow_inner5 .nav_box li a:hover {
	background: #f2f2f2;
	text-decoration: none;
	color: #FF6600;
}
.dropdowbox6 {
	display: none;
	position: absolute;
	left: -1px;
	top: 38px;
	z-index: 20;
}
.open .dropdowbox6 {
	display: block;
}
.dropdow_inner6 {
	position: relative;
	width: 300px;
	height: 116px;
	padding: 10px 25px;
	border: 1px solid #ddd;
	color: #333;
	background: #fff;
	cursor: auto;
}
.dropdow_inner6 .nav_box div {
	display: none;
}
.dropdow_inner6 .nav_box div.active {
	display: block;
}
.dropdow_inner6 .nav_box li {
	display: block;
	width: 20%;
	padding-top: 2px;
	margin: 0;
	float: left;
	text-align: center;
}
.dropdow_inner6 .nav_box li a {
	float: none;
	height: 24px;
	line-height: 24px;
	display: block;
	padding-top: 2px;
	text-decoration: none;
	color: #333;
}
.dropdow_inner6 .nav_box li a:hover {
	background: #e8f0f7;
	text-decoration: none;
}
.dropdow_inner6 .prev {
	display: block;
	position: absolute;
	width: 25px;
	height: 136px;
	background: url(../images/34.png) no-repeat 8px 61px;
	left: 0;
	top: 0;
	cursor: pointer;
}
.dropdow_inner6 .prev:hover {
	background-position: -30px 61px;
}
.dropdow_inner6 .next {
	display: block;
	position: absolute;
	width: 25px;
	height: 136px;
	background: url(../images/34.png) no-repeat;
	right: 0;
	top: 0;
	cursor: pointer;
	background-position: -68px 61px;
}
.dropdow_inner6 .next:hover {
	background-position: -106px 61px;
}
.dropdowbox7 {
	display: none;
	position: absolute;
	left: -1px;
	top: 38px;
	z-index: 20;
}
.open .dropdowbox7 {
	display: block;
}
.dropdow_inner7 {
	position: relative;
	width: 133px;
	height: auto;
	border: 1px solid #ddd;
	color: #333;
	background: #fff;
	cursor: auto;
}
.dropdow_inner7 .nav_box li {
	margin: 0;
}
.dropdow_inner7 .nav_box li a {
	display: block;
	float: none;
	height: 20px;
	line-height: 20px;
	padding: 6px 15px;
	text-decoration: none;
	color: #333;
	_height: 18px;
	white-space: nowrap;
	_white-space: normal;
	_background: transparent;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}
.dropdow_inner7 .nav_box li a.select, .dropdow_inner7 .nav_box li a:hover {
	background: #f2f2f2;
	text-decoration: none;
	color: #FF6600;
}
/*模仿下拉按钮的*/
.select_input {
	width: 98px;
	padding-left: 10px;
	line-height: 32px;
	height: 32px;
	border: 1px #DDDDDD solid;
	background-image: url(../images/17.png);
	background-repeat: no-repeat;
	background-position: right 0px;
	cursor: pointer;
	background-color: #FFFFFF;
}
.select_input.input_focus {
	background-color: #ECF9FF;
	border: 1px #33CCFF solid;
}
/*列表无数据*/
.list_empty_group {
	padding: 60px 0;
	text-align: center;
	background: #fff;
}
.list_empty_group .list_empty {
	display: inline-block;
*display:inline;
*zoom:1;
}
.list_empty_group .list_empty .list_empty_left {
	width: 100px;
	height: 100px;
	background: url(../images/138.png) no-repeat;
	float: left;
}
.list_empty_group .list_empty .list_empty_right {
	padding-left: 15px;
	text-align: left;
	float: left;
}
.list_empty_group .list_empty .list_empty_right .sorry_box {
	padding-top: 10px;
	color: #Fd8000;
	font-size: 20px;
}
.list_empty_group .list_empty .list_empty_right .stips_box {
	padding-top: 15px;
	font-size: 16px;
	color: #999;
}
/*分页*/
.qspage {
	font-size: 14px;
	line-height: 450%;
	text-align: center;
	width: 100%;
	margin-top: 15px;
	overflow: hidden
}
.qspage a {
	padding: 7px 12px;
	border: 1px #CCCCCC solid;
	margin-right: 5px;
	text-decoration: none;
	color: #666666;
	background-color: #fff;
	border-radius: 4px;
}
.qspage a:hover {
	background-color: #0189da;
	border: 1px #0189da solid;
	color: #fff
}
.qspage .current {
	padding: 7px 12px;
	border: 1px #0189da solid;
	color: #FFFFFF;
	margin-right: 5px;
	background-color: #0189da;
	border-radius: 4px;
}
/*************************网站页脚 底部by liangcaijian @632324010*********************/
.foorNav {
	background: #252c3d;
	color: #6a7488;
	margin-top: 20px;
	width: 100%;
	overflow: hidden
}
.foorBox {
	width: 1200px;
	min-width: 1200px;
	margin: 0 auto;
	padding: 25px 0 25px 0;
	clear: both;
	position: relative;
}
.foorNav .link {
	float: left;
	width: 77%
}
.foorNav .link dl {
	float: left;
	width: 18%;
	list-style: none;
	text-align: left;
	overflow: hidden
}
.foorNav .link dl dt {
	font-size: 16px;
	padding: 0 0 8px 0;
}
.foorNav .link dl dt a {
	color: #6a7488;
}
.foorNav .link dl dt a:hover {
	color: #FF6600;
	text-decoration: none
}
.foorNav .link dl dd {
	line-height: 26px;
	margin: 0;
	padding-left: 1px;
	text-align: left;
	overflow: hidden
}
.foorNav .link dl dd a {
	float: left;
	width: 100%;
	overflow: hidden;
	color: #6a7488;
	text-decoration: none;
	font-size: 12px
}
.foorNav .link dl dd a:hover {
	color: #FF6600;
	text-decoration: underline
}
.foorNav .link dl.contact {
	width: 300px;
	font-size: 12px
}
.foorNav .service {
	float: right;
	width: 23%;
	text-align: right
}
.foorNav .service .title {
	font-size: 16px;
	padding-bottom: 10px;
}
.foorNav .service .tel {
	font-size: 22px;
	padding-bottom: 5px;
	font-weight: bold
}
.foorNav .service .txt {
	margin-top: 4px;
	font-size: 14px
}
.foorNav .service .btnlist {
	padding-top: 25px;
	width: 163px;
	float: right
}
.foorNav .service .btnlist .li {
	width: 37px;
	height: 37px;
	float: left;
	margin-left: 17px;
	position: relative
}
.foorNav .service .btnlist .li .iconfoot {
	display: block;
	background-image: url(../images/icon.png);
	background-repeat: no-repeat;
	width: 35px;
	height: 35px;
	line-height: 35px;
	border-radius: 50%;
	border: 1px #6a7488 solid;
	overflow: hidden;
	text-indent: 300px
}
.foorNav .service .btnlist .li .iconfoot:hover {
	border-color: #5d7bb6
}
.foorNav .service .btnlist .li .iconfoot.s1 {
	background-position: 9px -511px;
}
.foorNav .service .btnlist .li .iconfoot.s2 {
	background-position: 8px -550px;
}
.foorNav .service .btnlist .li .iconfoot.s3 {
	background-position: 5px -584px;
}
.foorNav .service .btnlist .li .outcode {
	width: 110px;
	height: 135px;
	position: absolute;
	bottom: 40px;
	right: 0px;
	border-radius: 5px;
	display: none
}
.foorNav .service .btnlist .li .outcode.s1 {
	background: url(../images/sidebar-appcode_01.jpg);
}
.foorNav .service .btnlist .li .outcode.s2 {
	background: url(../images/sidebar-appcode_03.jpg);
}
.foorNav .service .btnlist .li .outcode.s3 {
	background: url(../images/sidebar-appcode_04.jpg);
}
.foorNav .service .btnlist .li.hover .outcode {
	display: block
}
.foorNav .footer {
	width: 100%;
	padding-top: 20px;
	line-height: 150%;
	font-size: 12px;
	overflow: hidden;
}
.foorNav .footer a {
	color: #6a7488;
	margin-left: 5px;
	margin-right: 5px;
	text-decoration: none
}
.foorNav .footer a:hover {
	color: #0F64C2;
	text-decoration: underline
}
.mingqi {
	background-color: #d7c39c;
	font-size: 12px;
	color: #fff;
	padding: 1px 4px;
	margin-left: 4px;
	border-radius: 2px;
	height: 20px;
	line-height: 20px;
}
.yirenzheng {
	background-color: #4ba1ee;
	font-size: 12px;
	color: #fff;
	padding: 1px 4px;
	margin-left: 4px;
	border-radius: 2px;
	height: 20px;
	line-height: 20px;
}
/************网站页脚 底部by liangcaijian @632324010**********/

/*======定义容器的宽度==========*/
.box {
	margin: 0 auto;
	width: 1200px;
}

/*当窗口改变时发生*/
@media screen and (max-width:1200px) {
.box {
	width: 1000px;
	min-width: 1000px;
}
/*导航栏*/
.header .wrap {
	max-width: 1000px;
	width: 1000px;
}
.header .logo {
	padding-top: 24px;
}
.header .logo a {
	width: 150px;
	height: 24px;
	background-size: 100%
}
.header .nav, .header .user-nav {
	font-size: 13px;
}
.header .nav li a {
	padding: 0 12px;
}
.header .user-nav {
	font-size: 12px;
}
.header .nav li.more-menu {
	width: 55px;
}
.header_min .header_min_top {
	width: 1000px;
	min-width: 1000px;
}
/*页脚*/
.foorBox {
	width: 1000px;
	min-width: 1000px;
}
}
@media screen and (max-width:1280px) {
.header .wrap .all-nav-list {
	display: none
}
}
.head_btn a:hover, .head_btn a:active {
	color: #ffffff !important;
}
.head_btn .btn {
	float: right;
	display: inline-block;
	margin-left: 17px;
	padding: 0 20px;
	border-radius: 6px;
	height: 35px;
	line-height: 35px;
	font-size: 18px;
	color: #ffffff;
	cursor: pointer;
	margin: 0 auto;
	margin-top: 18%;
	background-image: -webkit-linear-gradient(315deg, #ffa472, #fd6b1c);
	background-image: linear-gradient(135deg, #ffa472, #fd6b1c);
	box-shadow: 1px 3px 8px rgba(254,119,46,.42);
	-webkit-box-shadow: 1px 3px 8px rgba(254,119,46,.42);
	-moz-box-shadow: 1px 3px 8px rgba(254,119,46,.42);
}
.head_btn .btn2 {
	float: right;
	display: inline-block;
	margin-left: 17px;
	padding: 0 20px;
	border-radius: 6px;
	height: 35px;
	line-height: 35px;
	font-size: 18px;
	color: #ffffff;
	cursor: pointer;
	margin: 0 auto;
	margin-top: 18%;
	background-image: -webkit-linear-gradient(315deg, #4eb2ff, #0090ff);
	background-image: linear-gradient(135deg, #4eb2ff, #0090ff);
	box-shadow: 1px 3px 8px rgba(21,153,255,.42);
	-webkit-box-shadow: 1px 3px 8px rgba(21,153,255,.42);
	-moz-box-shadow: 1px 3px 8px rgba(21,153,255,.42);
}
/*footer*/
.w1000{width:1200px; margin:0 auto}
.web_foot{width:100%;text-align:center;background:#31383e;margin-top:20px;}
.web_foot_wt{padding:45px 0px;}
.web_foot_wh{width:630px;padding-left:50px; position:relative}
.web_foot_wh_lline{width:1px;height:120px;border-left:1px  dashed #555555; display:inline-block; position:absolute;left:30px;top:40px;}
.web_foot_wh_rline{width:1px;height:120px;border-left:1px  dashed #555555; display:inline-block; position:absolute;right:20px;top:40px;}
.web_foot_wh dl{float:left;width:110px;text-align:center;}
.web_foot_wh dl dt{color:#ccc; font-size:16px; padding-bottom:10px;}
.web_foot_wh dl dd{color:#999; line-height:36px; font-size:12px;}
.web_foot_wh dd ul li a{color:#999;}
.web_foot_pho{width:255px;text-align:center; margin-top:20px;}
.web_foot_pho dl{line-height:30px;}
.web_foot_pho dl dt{width:54px;height:45px;display:block;margin:0 auto 10px;background:url(../images/kf_tel.png) no-repeat;}
.web_foot_pho dl dd{color:#b3b1b1;}
.web_foot_pho dl dd.web_foot_pho_nmb{color:#ffa405;font-size:30px; padding:10px 0;}
.web_foot_wx{margin-top:75px;width:105px;text-align:center; margin-left:20px;}
.web_foot_wx dl dt{width:105px;height:115px;display:block;}
.web_foot_wx dl dd{color:#ccc; font-size:12px;}
.web_foot_bt{background:#31383e;line-height:30px;}
.web_foot_bt_c{width:1200px; margin:0 auto;border-top:1px solid #50565b;padding-top:25px;padding-bottom:15px;}
.web_foot_bt P{color:#999; font-size:12px;}
.web_foot_bt P a{color:#999}
.web_foot_bt_cr{color:#505050;}
.web_foot_bt_bot{margin-top:20px;}


@font-face {
  font-family: "iconfont"; /* Project id 4804468 */
  src: url('//at.alicdn.com/t/c/font_4804468_w5e1qw783kq.woff2?t=1736297766309') format('woff2'),
       url('//at.alicdn.com/t/c/font_4804468_w5e1qw783kq.woff?t=1736297766309') format('woff'),
       url('//at.alicdn.com/t/c/font_4804468_w5e1qw783kq.ttf?t=1736297766309') format('truetype');
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-shoujiduan:before {
  content: "\e61f";
}

.icon-icon-test:before {
  content: "\e633";
}

.icon-icon-test1:before {
  content: "\e638";
}

.icon-icon-test2:before {
  content: "\e64f";
}
