body {
	margin: 0px;
	font-size: 13px;
	color: #666666;
	font-family: "microsoft yahei", "宋体";
	background-color: #f2f2f2;
}

body {
	_background-attachment: fixed;
	_background-image: url(../other/about:blank);
}

/*实现ie6不支持fixed方法*/
h1,
h2,
h3,
h4,
h5,
form,
p,
ul,
input,
dt,
dl,
dd {
	margin: 0px;
	padding: 0px;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

table td {
	padding: 0;
}

input,
textarea {
	font-family: "microsoft yahei", "宋体";
	font-size: 13px;
	color: #666666;
}

li {
	padding: 0px;
	margin: 0px;
	line-height: 180%;
	list-style-type: none;
}

a {
	color: #444444;
	text-decoration: none;
}

a:hover {
	color: #F45204;
}

em,
i,
span {
	font-style: normal;
}

u {
	text-decoration: none;
}

:focus {
	outline: 0
}

.f_l {
	float: left !important;
}

/* .f_r{float: right!important;} */
.substring {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.nowrap {
	white-space: nowrap;
}

.clear {
	clear: both;
}

.clearfix {
	zoom: 1;
}

.clearfix:after {
	clear: both;
}

.clearfix:after,
.clearfix:before {
	content: '\0020';
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

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

.list-split-block {
	width: 100%;
	height: 15px;
	background: transparent;
	overflow: hidden
}

/*列表分割块*/
.font_gray6 {
	color: #666666
}

.font_gray9 {
	color: #999999
}

.font_blue {
	color: #06c
}

.font_green {
	color: #37aa4b
}

.font_red {
	color: #f00
}

.font_yellow {
	color: #FF6600
}

.phcolor {
	color: #999;
}

/*链接定义*/
.link_blue a,
a.link_blue {
	color: #06c;
	text-decoration: none;
}

.link_blue a:hover,
a.link_blue:hover {
	text-decoration: underline;
	color: #F84C4C
}

.link_green a,
a.link_green {
	color: #07c68a;
	text-decoration: none;
}

.link_green a:hover,
a.link_green:hover {
	/*text-decoration: underline;*/
	/*color: #07c68a*/
	color: #0A6600;
}

.link_white a,
a.link_white {
	color: #FFFFFF;
	text-decoration: none;
}

.link_white a:hover,
a.link_white:hover {
	text-decoration: underline;
}

.link_gray3 a,
a.link_gray3 {
	color: #333333;
	text-decoration: none;
}

.link_gray3 a:hover,
a.link_gray3:hover {
	text-decoration: underline;
	color: #F45204
}

.link_gray6 a,
a.link_gray6 {
	color: #666666;
	text-decoration: none;
}

.link_gray6 a:hover,
a.link_gray6:hover {
	text-decoration: underline;
	color: #333333
}

.link_gray9 a,
a.link_gray9 {
	color: #999999;
	text-decoration: none;
}

.link_gray9 a:hover,
a.link_gray9:hover {
	text-decoration: underline;
	color: #333333
}

.link_yellow a,
a.link_yellow {
	color: #ff6600;
	text-decoration: none;
}

.link_yellow a:hover,
a.link_yellow:hover {
	text-decoration: underline;
	color: #FF6600
}

.color0a {
	color: #0A6600;
}

/**IconFont字体图标**http://www.iconfont.cn*/
@font-face {
	font-family: 'iconfont';
	src: url('../other/iconfont.eot');
	src: url('../other/iconfont.eot?#iefix') format('embedded-opentype'),
		url('../other/iconfont.woff') format('woff'),
		url('../other/iconfont.ttf') format('truetype'),
		url('../other/iconfont.svg#iconfont') format('svg');
}

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

/*input输入框没有填写错误提示*/
input.error {
	border: 1px #FF6600 solid;
	background-color: #FFEDE8;
	color: #FF0000;
}

/*按钮定义*/
.btn_blue {
	display: block;
	text-decoration: none;
	text-align: center;
	color: #FFFFFF;
	background: #60b9f9;
	border: solid 1px #37a7f8;
	font-size: 14px;
	cursor: pointer;
	border-radius: 4px;
	width: 60px;
	height: 32px;
	line-height: 32px;
}

.btn_blue.hover,
.btn_blue:hover {
	background-color: #0c8ec7;
	color: #FFFFFF;
}

.btn_yellow {
	display: block;
	text-decoration: none;
	text-align: center;
	color: #FFFFFF;
	background-color: #ff6600;
	border: 1px #de5900 solid;
	font-size: 14px;
	cursor: pointer;
	border-radius: 4px;
	width: 60px;
	height: 32px;
	line-height: 32px;
}

.btn_yellow:hover {
	background-color: #ff8331;
	color: #FFF
}

.btn_green {
	display: block;
	text-decoration: none;
	text-align: center;
	color: #FFFFFF;
	background-color: #53b684;
	border: 1px #26a666 solid;
	font-size: 14px;
	cursor: pointer;
	border-radius: 4px;
	width: 60px;
	height: 32px;
	line-height: 32px;
}

.btn_green.hover,
.btn_green:hover {
	background-color: #2b9f64;
	color: #FFF
}

.btn_gray9 {
	display: block;
	text-decoration: none;
	text-align: center;
	color: #FFFFFF;
	background-color: #999999;
	font-size: 14px;
	cursor: pointer;
	border-radius: 4px;
	border: 0px;
	width: 60px;
	height: 32px;
	line-height: 32px;
}

.btn_gray9.hover,
.btn_gray9:hover {
	background-color: #8E8E8E;
	color: #FFF
}

.btn_lightgray {
	display: block;
	text-decoration: none;
	text-align: center;
	color: #666666;
	background-color: #CCCCCC;
	font-size: 14px;
	cursor: pointer;
	border-radius: 4px;
	border: 0px;
	width: 60px;
	height: 32px;
	line-height: 32px;
}

.btn_lightgray.hover,
.btn_lightgray:hover {
	background-color: #D7D7D7;
	color: #666666
}

.btn_inline {
	display: inline;
	margin-right: 18px;
	padding: 6px 15px;
}

.btn_inline_small {
	display: inline;
	margin-right: 18px;
	padding: 4px 7px;
	font-size: 12px;
}

.btn_disabled {
	background-color: #EBEBEB;
	border: 1px #CBCECF solid;
	color: #A0A0A0;
	cursor: default
}

.btn_disabled:hover,
.btn_disabled:hover {
	background-color: #EBEBEB;
	border: 1px #CBCECF solid;
	color: #A0A0A0;
	cursor: default
}

.btn_add {
	text-align: left;
	background-image: url(../images/58.png);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	padding-left: 30px;
	padding-right: 15px;
	display: inline;
	padding-top: 7px;
	padding-bottom: 7px;
}

.btn_verficode {
	display: inline-block;
	overflow: visible;
	padding: 0 22px;
	height: 30px;
	line-height: 30px;
	vertical-align: middle;
	text-align: center;
	text-decoration: none;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	font-size: 14px;
	border-width: 1px;
	border-style: solid;
	border-color: #e7e7eb;
	color: #333;
	background-color: #fff;
	cursor: pointer;
}

.btn_verficode:hover {
	background-color: #e7e7eb;
	border-color: #dadbe0;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	color: #333
}

.btn_verficode.disabled {
	background-color: #e7e7eb;
	border-color: #dadbe0;
	color: #a5a6aa;
	cursor: default;
}

.btn_80_38 {
	width: 80px;
	height: 38px;
	line-height: 38px;
}

.btn_90_38 {
	width: 90px;
	height: 38px;
	line-height: 38px;
}

.btn_100_38 {
	width: 100px;
	height: 38px;
	line-height: 38px;
}

.btn_115_38 {
	width: 115px;
	height: 38px;
	line-height: 38px;
}

.btn_80_32 {
	width: 80px;
	height: 32px;
}

.btn_90_32 {
	width: 90px;
	height: 32px;
}

.btn_100_32 {
	width: 100px;
	height: 32px;
}

.btn_115_32 {
	width: 115px;
	height: 32px;
}

.btn_border {
	border-width: 1px;
}

/*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;
}

/*....网站最头部样式......*/
#header {
	width: 100%;
	height: 26px;
}

.header_min.navFix {
	position: fixed;
	left: 0;
	top: 0;
	_position: absolute;
	top: expression((offsetParent.scrollTop)+0);
	z-index: 9999;
}

/*实现ie6不支持fixed方法*/
.header_min {
	width: 100%;
	background-color: #f8f8f8;
	border-bottom: 1px #f0f0f0 solid;
	height: 25px;
}

.header_min .header_min_top {
	margin: 0 auto;
	width: 1200px;
	height: 25px;
	line-height: 25px;
	font-size: 12px;
}

.header_min .header_min_top .itopl {
	float: left;
	text-align: left;
	height: 25px;
	color: #dbdbdb;
}

.header_min .header_min_top .itopl a {
	padding-left: 32px;
	padding-right: 13px;
	background-image: url(../images/109.png);
	background-repeat: no-repeat;
	background-position: 12px 0px;
	background-color: #f8f8f8;
}

/* .header_min .header_min_top .itopl a.home{padding-left:22px;background-position:0px 0px;} */
.header_min .header_min_top .itopl a.home {
	background-position: 10px 0px;
}

.header_min .header_min_top .itopl a.m {
	background-position: 12px -28px;
}

.header_min .header_min_top .itopl a.help {
	background-position: 12px -51px;
}

.header_min .header_min_top .itopl a.shop {
	background-position: 12px -76px;
}

.header_min .header_min_top .itopl a.stat {
	padding-left: 15px;
	background-image: none
}

.header_min .header_min_top .itopl a.last {
	padding-left: 15px;
	background-image: none;
	padding-right: 0px;
}

.header_min .header_min_top .itopr {
	float: right;
	height: 25px;
}

.header_min .header_min_top .itopr .n {
	float: left;
	padding-left: 15px;
	padding-right: 15px;
	position: relative
}

.header_min .header_min_top .itopr .n.welcome {
	padding-left: 0px;
}

.header_min .header_min_top .itopr .n.top_min_pms .msgTig {
	background: url(../images/header_msg_gif.gif) no-repeat center right;
	padding-right: 20px;
	display: inline-block;
	color: #fb6804
}

.header_min .header_min_top .itopr .nav_down {
	padding-right: 28px;
	float: left;
	padding-left: 12px;
	border-left: 1px solid #f8f8f8;
	border-right: 1px solid #f8f8f8;
	position: relative;
}

.header_min .header_min_top .itopr .nav_down .arrow_icon {
	position: absolute;
	top: 10px;
	right: 12px;
	width: 10px;
	height: 10px;
	background: url(../images/136.png) no-repeat;
}

.header_min .header_min_top .itopr .nav_down .arrow_icon_hover {
	display: none;
	position: absolute;
	top: 10px;
	right: 12px;
	width: 10px;
	height: 10px;
	background: url(../images/136.png) no-repeat 0 -90px;
}

.header_min .header_min_top .itopr .nav_down .aname {
	display: block;
	max-width: 75px;
	_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 .itopr .nav_down .aname:hover {
	text-decoration: none
}

.header_min .header_min_top .itopr .nav_down.hover {
	height: 35px;
	border-left: 1px solid #ededed;
	border-right: 1px solid #ededed;
	border-top: 0;
	background: #fff;
}

.header_min .header_min_top .itopr .nav_down.hover .name_list {
	display: block;
}

.header_min .header_min_top .itopr .nav_down.hover .arrow_icon_hover {
	display: block;
}

.header_min .header_min_top .itopr .nav_down.hover .arrow_icon {
	display: none;
}

.header_min .header_min_top .itopr .nav_down .name_list {
	display: none;
	position: absolute;
	top: 25px;
	left: -1px;
	background: #fff;
	border: 1px solid #ededed;
	border-top: 0;
	z-index: 900;
	width: 425px
}

.header_min .header_min_top .itopr .nav_down .name_list ul li {
	width: 100%;
}

.header_min .header_min_top .itopr .nav_down .name_list ul li a {
	color: #666;
	width: 100%;
	height: 28px;
	display: block;
	line-height: 28px;
	padding-left: 12px;
	text-align: left;
	position: relative;
	text-decoration: none;
}

.header_min .header_min_top .itopr .nav_down .name_list ul li a:hover {
	background-color: #f5f5f5
}

.header_min .header_min_top .itopr .name_list_ul {
	float: left;
	width: 120px;
	margin-right: 10px;
	padding-right: 10px;
	padding-bottom: 8px;
	border-right: 1px solid #ededed;
	overflow: hidden
}

.header_min .header_min_top .itopr .name_list_ul.last {
	border: 0;
	margin: 0
}

.header_min .header_min_top .itopr .name_list_ul h3 {
	font-size: 12px;
	padding: 3px 0 0 12px;
}

.header_min .header_min_top .itopr .name_list_ul h3 a {
	color: #06c
}

.header_min .header_min_top .itopr .n.quit {
	border-right: 0px;
}

.header_min .header_min_top .itopr .n .dot {
	position: absolute;
	width: 5px;
	height: 5px;
	right: 8px;
	top: 10px;
	background-color: #FF0000;
	border-radius: 5px;
	font-size: 0px;
}

.header_min .header_min_top .itopr .n .vertical_line,
.header_min .header_min_top .itopr .nav_down .vertical_line {
	position: absolute;
	top: 12px;
	right: 0;
	width: 1px;
	height: 12px;
	background: #dbdbdb;
}

#J_header {
	float: left;
}

#J_site_nav {
	float: left;
}

#J_site_nav .name_list.site_nav {
	left: -338px;
	width: 425px
}

/*页脚*/
.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;
}

/*LOGO通栏*/
.head {
	width: 100%;
	background: #FFF;
	/* min-width: 1000px; */
	min-width: 62.5rem;
}

.head .head_width {
	width: 100%;
}

.head .logobox {
	width: 44%;
	float: left;
	padding-top: 10px;
	overflow: hidden
}

.head .sobox {
	width: 35%;
	float: left;
	padding-top: 35px;
	margin-left: 80px;
}

.head .sobox .inputbg {
	width: 100%;
	height: 36px;
	border: 1px #0A6600 solid;
	position: relative;
	z-index: 100;
	background-color: #FFFFFF;
	float: left;
	border-radius: 25px;
}

.head .sobox .inputbg .selecttype {
	width: 50px;
	height: 36px;
	line-height: 36px;
	background-color: #ffffff;
	border-right: 1px #eeeeee solid;
	padding-left: 15px;
	padding-right: 15px;
	background-image: url(../images/17.png);
	background-repeat: no-repeat;
	background-position: right -92px;
	position: absolute;
	left: 0px;
	top: 0px;
	cursor: pointer;
	font-size: 12px;
	color: #333
}

.head .sobox .inputbg .selecttype.hover {
	background-color: #FFFFFF
}

.head .sobox .inputbg .selecttype_down {
	display: none;
	background-color: #fff;
	border: 2px #07c68a solid;
	border-top: 0px;
	position: absolute;
	left: -2px;
	top: 36px;
	font-size: 12px
}

.head .sobox .inputbg .selecttype_down .down_list {
	width: 50px;
	height: 36px;
	line-height: 36px;
	cursor: pointer;
	padding-left: 15px;
	padding-right: 15px;
}

.head .sobox .inputbg.open .selecttype_down {
	display: block;
}

.head .sobox .inputbg .selecttype_down .down_list:hover {
	background-color: #FFFFFF;
	color: #07c68a
}

.head .sobox .inputbg .inoputbox {
	position: absolute;
	left: 105px;
	top: 0px;
	width: 65%;
	height: 34px;
}

.head .sobox .inputbg .inoputbox input {
	width: 70%;
	height: 21px;
	border: 0px;
	padding-top: 7px;
	padding-left: 5px;
	font-size: 14px
}

/* .head .sobox .inputbg .sobut{background-color:#0A6600;font-size:16px;text-align:center;position:absolute;right:0px;top:0px;width:100px;height:36px;line-height:36px;border:0px;color:#FFFFFF;cursor:pointer;} */
.head .sobox .inputbg .sobut {
	background-color: #0A6600;
	font-size: 16px;
	text-align: center;
	position: absolute;
	right: 0px;
	top: 0px;
	width: 100px;
	height: 36px;
	line-height: 36px;
	border: 0px;
	color: #FFFFFF;
	cursor: pointer;
	border-radius: 25px;
}

.head .sobox .inputbg .sobut:hover {
	background: #05ce8f
}

.head .sobox .righttxt {
	float: left;
	padding-left: 20px;
	font-size: 12px;
}

.head .sobox .righttxt a.ask-price {
	display: block;
	_display: inline;
	border: 1px solid #ddd;
	width: 98px;
	text-decoration: none;
	text-align: center;
	background-color: #fff;
	color: #555;
	font-size: 13px;
	height: 28px;
	line-height: 28px;
	padding: 5px 0;
}

.head .sobox .righttxt a.ask-price:hover {
	color: #07c68a;
	;
	border: 1px #07c68a solid
}

/* .head .sobox .search_hot{padding-left:4px;padding-top:4px;width:70%;height:20px;overflow:hidden;zoom:1; font-size:12px;} */
.head .sobox .search_hot {
	padding-left: 4px;
	padding-top: 4px;
	width: 70%;
	height: 20px;
	overflow: hidden;
	zoom: 1;
	font-size: 12px;
	display: none;
}

.head .sobox .search_hot li {
	margin-right: 10px;
	float: left;
	*float: none;
	display: inline-block;
	*display: inline;
	*zoom: 1
}

.head .sobox .search_hot li a {
	color: #7f8c8d;
	*word-wrap: normal;
	text-decoration: none
}

.head .sobox .search_hot li a:hover {
	text-decoration: underline;
	color: #f60
}

.head .mobile {
	position: absolute;
	right: 0px;
	top: 12px;
	width: 65px;
}

.head .mobile .mobile_box {
	position: relative
}

.head .mobile .text {
	width: 100%;
	text-align: center;
	height: 20px;
	display: block;
	font-size: 12px;
}

.head .mobile .qrcode {
	width: 100%;
	display: block;
	text-align: center;
	margin: 0 auto;
}

.head #mobile_qrcode {
	width: 65px;
	margin: 0 auto;
	text-decoration: none;
	color: #888;
}

.head .qrcode_large {
	position: absolute;
	top: 20px;
	right: 0;
	width: 158px;
	height: 200px;
	border: 1px solid #ddd;
	background-color: #fff;
	z-index: 4000;
	color: #555 !important;
	text-align: center;
	padding-top: 12px;
	-webkit-box-shadow: 0 1px 5px 0 #e5e5e5;
	box-shadow: 0 1px 5px 0 #e5e5e5;
	font-size: 12px;
	line-height: 20px;
	display: none;
}

.head .qrcode_large .qrcode_img {
	width: 158px
}

.logo-ft {
	margin-left: -11px;
	z-index: 500;
	width: 100px;
	float: left;
	padding-top: 34px;
}

.logo-ft img {
	width: 100px;
	height: 53px
}

.logo-ft-modname {
	margin-left: 10px;
	z-index: 500;
	width: 100px;
	float: left;
	height: 53px;
	line-height: 53px;
	border-left: 1px solid #ededed;
	text-indent: 15px;
	font-size: 18px;
}

.city_top_select {
	position: relative;
	margin-left: 10px;
	margin-top: 10px;
	min-width: 100px;
	float: left;
	font-size: 12px;
	z-index: 3;
	padding-top: 25px;
}

.city_top_select .oncity {
	/* display: block; */
	_width: 80px;
	height: 28px;
	margin: 5px;
	padding: 0 14px;
	border: 1px #f5f5f5 solid;
	background: #fdfdfd;
	transition-duration: 0.3s;
}

.city_top_select .oncity a {
	display: block;
	height: 28px;
	line-height: 28px;
	background: url(img/city.png) right no-repeat;
	background-size: 14px 14px;
	padding-right: 20px;
	color: red
}

.city_top_select .citylist {
	position: absolute;
	display: none;
	top: 64px;
	width: 408px;
	height: auto;
	padding: 0 20px;
	border: 1px #f5f5f5 solid;
	background: #ffffff;
	z-index: 500;
}

.city_top_select .citylist .cybt {
	height: 38px;
	line-height: 38px;
	border-bottom: 1px #f5f5f5 solid;
	color: #666666;
}

.city_top_select .citylist .cybt a {
	color: #07c68a;
}

.city_top_select .citylist ul {
	margin: 20px 0;
	height: auto;
	overflow: hidden;
	width: 105%;
	font-size: 14px;
}

.city_top_select .citylist ul li {
	width: 20%;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	float: left;
	margin-right: 5%;
}

.city_top_select .citylist ul li a {
	color: #666666;
}

.city_top_select .citylist ul li a:hover {
	color: #07c68a;
}

.city_top_select .citylist ul li a.cur {
	color: #07c68a;
}

.city_top_select:hover .oncity {
	height: 28px;
	margin: 0;
	padding: 5px 19px;
	background: #FFFFFF;
	border-bottom: 1px #fff solid;
}

.city_top_select:hover .oncity a {
	color: #07c68a;
	background: url(img/city_hover.png) right no-repeat;
	background-size: 16px 16px;
}

.city_top_select:hover .citylist {
	display: block;
}


/*导航*/
.nav {
	height: 35px;
	width: 100%;
	min-width: 1000px;
	overflow: hidden;
	border-bottom: 1px solid #eee;
	position: fixed;
	top: 130px;
	z-index: 1000;
}

.nav .nav_width {
	width: 100%;
	height: 35px;
	background: #fff;
}

.nav .nav_width .wrap {
	width: 1200px;
	margin: 0 auto;
	height: 35px;
	position: relative;
	z-index: 1
}

.nav .nav_width .wrap .navitems {
	float: left;
	position: relative;
}

.nav .nav_width .wrap .navitems li {
	float: left;
	height: 35px;
	line-height: 35px;
}

.nav .nav_width .wrap .navitems li:last-child {
	display: none;
}

.nav .nav_width .wrap .navitems li a {
	font-size: 18px;
	display: block;
	padding: 0 20px;
	color: #333;
	font-weight: 500;
}

.nav .nav_width .wrap .navitems li a:hover {
	color: #FF0;
	background: #02bb81
}

.nav .nav_width .wrap .navitems li.selected a {
	color: #ffffff;
	background: #06ad79
}

.nav .nav_width .wrap .navlink {
	position: absolute;
	right: 0;
	top: 10px;
}

.nav .nav_width .wrap .navlink li {
	float: left;
	line-height: 18px;
}

.nav .nav_width .wrap .navlink li a {
	padding: 0 12px;
	font-size: 13px;
	text-decoration: none;
	color: #333;
	margin-left: 12px;
}

.nav .nav_width .wrap .navlink li a:hover {
	/*color: #FF0;*/
	color: #0A6600;
}

/* background:#02bb81 */
/* .nav .nav_width.navFix{height:38px;position:fixed; left:0; top:26px; _position:absolute; top:expression((offsetParent.scrollTop)+36); z-index:9998;} 实现ie6不支持fixed方法  */
/* .nav .nav_width.navFix{height:38px;position:fixed; left:0; top:174px; _position:absolute; top:expression((offsetParent.scrollTop)+36); z-index:40;} */
/*实现ie6不支持fixed方法*/
.nav .nav_width.navFix .wrap {
	height: 38px;
}

.nav .nav_width.navFix .wrap .navitems li {
	height: 35px;
	line-height: 35px;
}

.nav .nav_width.navFix .wrap .navitems li a {
	font-size: 18px;
}

.nav .nav_width.navFix .wrap .navlink li {
	height: 38px;
	line-height: 23px;
}

/*当前位置*/
.location {
	width: 100%;
	background: #FFF;
	border-bottom: 1px #ededed solid;
	color: #666;
	overflow: hidden;
	font-size: 12px;
}

.location .box {
	height: 36px;
	line-height: 36px;
	margin: 0 auto;
}

.location_pos {
	float: left;
}

.location_pos em {
	font-family: "SimSun";
	padding: 0 10px;
}

.location_tip {
	float: right;
	color: #FF6600;
}

.location_tip a {
	color: #FF6600;
	color: #783400;
	font-size: 12px;
	padding: 1px 3px 0 3px;
	height: 16px;
	line-height: 16px;
	display: inline-block;
	border-radius: 5px;
	background: #fbde2d;
	border: 1px solid #e3c71c;
}

.location_tip a:hover {
	color: #F00;
}

/*底部页脚*/
.foot_lab_bg {
	width: 100%;
	background-color: #fff;
	min-width: 1000px;
}

.foot_lab {
	margin: 0 auto;
	width: 1200px;
	padding-top: 30px;
	padding-bottom: 30px;
}

.foot_lab .ylist {
	width: 12%;
	float: left;
	height: 50px;
	background-image: url(../images/124.png);
	background-repeat: no-repeat;
	padding-left: 7.5%;
	font-size: 20px;
	background-position: 20px 0px;
}

.foot_lab .ylist span {
	font-size: 13px;
	display: block
}

.foot_lab .ylist.y1 {
	background-position: 20px -214px;
}

.foot_lab .ylist.y2 {
	background-position: 20px -161px;
}

.foot_lab .ylist.y3 {
	background-position: 20px -107px;
}

.foot_lab .ylist.y4 {
	background-position: 20px -54px;
}

.foot_lab .ylist.y5 {
	background-position: 20px 0px;
}

.foot {
	margin: 0 auto;
	width: 1200px;
	padding: 20px 0;
}

.foot .service {
	float: left;
	width: 330px;
	height: 155px;
	border-right: 1px #3e3e3e solid;
}

.foot .service .tel {
	font-size: 30px;
	color: #fff;
	font-weight: bold;
	padding-bottom: 10px;
}

.foot .service .tel font {
	font-size: 12px;
	color: #999;
	height: 25px;
	line-height: 25px;
}

/* .foot .service .txt{color:#fffff2;margin-top:6px; font-size:12px} */
.foot .service .txt {
	color: #fffff2;
	margin: 20px 0;
	font-size: 12px
}

.foot .service .kf {
	padding-top: 20px;
}

.foot .service .kf .kf_btn {
	height: 30px;
	line-height: 30px;
	font-size: 13px;
	display: block;
	color: #FFF;
	border-left: none;
	width: 125px;
	text-indent: 35px;
	border-radius: 5px;
	background: #00a0e9 url(../images/112.png) no-repeat 10px -85px
}

.foot .service .kf .kf_btn:hover {
	text-decoration: none;
	background-color: #0086c3
}

.foot .about {
	float: left;
	height: 150px;
	width: 120px;
	padding-left: 40px;
	border-right: 1px #3e3e3e solid;
	line-height: 180%;
	padding-top: 10px;
}

.foot .about.last {
	border: 0px;
}

.foot .about .atit {
	font-size: 15px;
	color: #fff;
	padding-bottom: 8px;
	font-weight: bold
}

/* .foot .about a { font-size:12px; color:#999999; padding-left:2px} */
.foot .about a {
	font-size: 12px;
	color: #cccccc;
	padding-left: 2px;
	font-weight: 400;
}

.foot .about a:hover {
	color: #fff;
	text-decoration: none
}

/*底部二位码*/
.foot .dimensionsCode {
	width: 180px;
	height: 110px;
	overflow: hidden;
	padding-top: 8px
}

.foot .dimensionsCode li {
	float: left;
	width: 76px;
	border: 1px solid #fff;
	background: #fff;
	padding: 1px 1px 0 1px;
	text-align: left;
	color: #888;
	line-height: 20px;
	margin-left: 5px;
	margin-right: 12px;
	position: relative;
	border-radius: 2px
}

.foot .dimensionsCode li p {
	width: 100%;
	line-height: 20px;
	height: 20px;
	text-align: center;
	overflow: hidden;
	font-size: 12px
}

/* .foot .dimensionsCode li .code{float:left;width:75px;height:75px;display:block;background:url(../images/footer_qrcode.png) no-repeat;} */
.foot .dimensionsCode li:nth-child(1) .code {
	float: left;
	width: 75px;
	height: 75px;
	display: block;
	background: url(../images/footer_qrcode.jpeg) no-repeat;
	background-size: cover;
}

.foot .dimensionsCode li:nth-child(2) .code {
	float: left;
	width: 75px;
	height: 75px;
	display: block;
	background: url(../images/wechat.jpeg) no-repeat;
	background-size: cover;
}

/* .foot .dimensionsCode li .app_bg{background-position:left top;} */
/* .foot .dimensionsCode li .wechat_bg{background-position:-82px top;} */

.foottxt {
	margin: 0 auto;
	width: 1200px;
	padding-bottom: 20px;
	text-align: center;
	font-size: 12px;
	margin-top: 5px;
	line-height: 200%;
}

.foot_nav {
	height: 40px;
	padding-top: 20px;
	width: 100%;
	text-align: center;
	overflow: hidden;
	font-size: 12px;
	color: #CCC
}

.foot_nav a {
	line-height: 40px;
	font-size: 13px;
	padding: 0 20px;
	color: #444444;
}

.foot_nav a:hover {
	color: #07c68a;
}

/*底部浮动透明层提示*/
/*.login_tool_bar{width:100%;position:fixed;z-index:1000;bottom:0;left:0;}*/
.slide_tip {
	width: 100%;
	background-color: #000000;
	height: 100px;
	background: rgba(0, 0, 0, .5);
	-pie-background: rgba(0, 0, 0, .5);
	z-index: 1000;
	position: relative;
}

.slide_tip .imgbg {
	position: absolute;
	background-image: url(../images/126.png);
	background-repeat: no-repeat;
	background-position: 50% 0px;
	height: 170px;
	width: 100%;
	bottom: 0px;
}

.slide_tip .btnboxs {
	margin: 0 auto;
	width: 550px;
	padding-left: 450px;
	height: 50px;
	padding-top: 40px;
	position: relative;
}

.slide_tip .btnboxs a {
	padding: 8px 50px;
	font-size: 18px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	background-color: #FF5A00;
	color: #FFFFFF;
	text-decoration: none;
	margin-right: 40px;
	cursor: pointer
}

.slide_tip .btnboxs a:hover {
	background-color: #FF7900
}

.slide_tip .btnboxs a.login {
	background-color: #99CC00
}

.slide_tip .btnboxs a:hover.login {
	background-color: #B6F200
}

.slide_tip .btnboxs .close {
	width: 33px;
	height: 33px;
	position: absolute;
	right: 0px;
	top: -20px;
	background-image: url(../images/127.png);
	cursor: pointer;
}

.slide_tip .btnboxs .close:hover {
	background-position: 0px -38px;
}

/* 弹出框 */
body {
	_background-attachment: fixed;
	_background-image: url(../other/about:blank);
}

.fade {
	opacity: 0;
	-webkit-transition: opacity .08s linear;
	-o-transition: opacity .08s linear;
	transition: opacity .08s linear;
}

.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;
}

.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: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.modal_content.no_pad {
	padding: 0;
}

.modal_content .modal_header {
	height: 30px;
	padding-top: 10px;
	padding-left: 15px;
	background: #f0f0f0;
	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: 16px;
	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;
}

/*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: 10px 20%;
	background: #f0f0f0;
	overflow: hidden
}

.modal_content .modal_footer .res_add_but {
	margin: 0 auto;
	width: auto;
}

.modal_content .modal_footer .res_add_but .butlist {
	width: 50%;
	text-align: center;
	float: left;
}

.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: 72px;
	height: 30px;
	line-height: 30px;
}

/*-----jquery tip--------*/
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%
}

/* 自动消失的提示框 */
.disappear_tooltip {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1000000;
	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;
	filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#7F000000, endcolorstr=#7F000000);
}

.disappear_tooltip .icon {
	width: 29px;
	height: 29px;
	float: left;
	margin-top: 20px;
}

.disappear_tooltip .content {
	float: left;
	padding-left: 15px;
}

.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;
}

/*职位、地区、行业、专业弹出框样式*/
.modal_body_box {
	border: 1px solid #ccc;
}

.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: transparent;
	_height: 20px;
}

.modal_body_box .list_nav li label {
	float: none;
	width: auto;
	padding: 5px 6px;
	text-decoration: none;
	cursor: pointer;
	font-size: 14px;
	height: 20px;
	line-height: 20px;
	display: block;
}

.modal_body_box .list_nav li:hover {
	color: #5f8dc9;
	background-color: #eaf7ff;
}

.modal_body_box .list_nav li.current,
.modal_body_box .list_nav li.seledted {
	color: #5f8dc9;
	font-weight: bold;
}

.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: #5f8dc9;
}

.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;
}

/*弹窗提示框内容列表 by liangcaijian*/
.tig_list_box {
	padding: 0 30px 20px 30px
}

.tig_list_box li {
	background: url(../images/libg.png) no-repeat 2px -16px;
	padding-left: 12px
}

.tig_list_box li em {
	color: #F00;
	margin-left: 15px
}

.tig_list_box li.title {
	font-weight: bold;
	padding-left: 0px;
	height: 30px;
	line-height: 30px;
	padding-top: 15px;
	background: none
}

/* 行业 */
#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: 300px;
}

.modal_body_box3 .left_box {
	width: 135px;
	height: 300px;
	float: left;
	overflow-x: hidden;
	overflow-y: scroll;
}

.modal_body_box3 .right_box {
	width: 400px;
	height: 300px;
	padding-left: 5px;
	float: left;
	overflow: hidden;
}

.modal_body_box3 .left_box .list_nav li {
	text-align: center;
}

.modal_body_box3 .right_box .list_nav {
	display: none;
}

.modal_body_box3 .right_box .list_nav li {
	float: left;
}

.modal_body_box3 .right_box .list_nav li label {
	padding: 6px 10px;
}

/* 下拉框定义 */
.dropdowbox1 {
	display: none;
	position: absolute;
	left: -1px;
	top: 27px;
	z-index: 20;
}

.open .dropdowbox1 {
	display: block;
}

.dropdow_inner1 {
	position: relative;
	min-width: 94px;
	_width: 94px;
	height: auto;
	border: 1px solid #ddd;
	color: #333;
	background: #fff;
	cursor: auto;
}

.dropdow_inner1 .nav_box {}

.dropdow_inner1 .nav_box li {
	margin: 0;
}

.dropdow_inner1 .nav_box li a {
	display: block;
	float: none;
	height: 20px;
	line-height: 20px;
	padding: 3px 12px;
	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.select:hover {
	background: #07c68a;
	text-decoration: none;
	color: #ffffff;
}

.dropdow_inner1 .nav_box li a:hover {
	background: #f1f1f1;
	text-decoration: none;
	color: #FF6600;
}

.dropdowbox2 {
	display: none;
	position: absolute;
	left: -1px;
	top: 27px;
	z-index: 20;
}

.open .dropdowbox2 {
	display: block;
}

.dropdow_inner2 {
	position: relative;
	width: 695px;
	height: auto;
	border: 1px solid #ddd;
	color: #333;
	background: #fff;
	cursor: auto;
}

.dropdow_inner2 .nav_box {
	padding: 8px;
}

.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: 3px 12px;
	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.select:hover {
	background: #07c68a;
	text-decoration: none;
	color: #ffffff;
}

.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_inner3 .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 {}

.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;
	height: auto;
	border: 1px solid #ddd;
	color: #333;
	background: #fff;
	cursor: auto;
}

.dropdow_innerview .nav_box {}

.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 {}

.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 {}

.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: #e9f5f1;
	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 {}

.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;
}

.select_input_multi {
	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 -30px;
	cursor: pointer;
	background-color: #FFFFFF;
}

.select_input_multi.input_focus {
	background-color: #ECF9FF;
	border: 1px #33CCFF solid;
}

.select_input_date {
	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 -64px;
	cursor: pointer;
	background-color: #FFFFFF;
}

.select_130_34 {
	width: 118px;
}

.select_205_34 {
	width: 193px;
}

.select_205_34 .result {
	float: left;
	_display: inline;
	max-width: 160px;
	white-space: nowrap;
	_white-space: normal;
	_width: 200px;
	_height: 26px;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	_background: transparent;
}

.select_245_34 {
	width: 233px;
}

/*列表无数据*/
.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: 25px;
	text-align: left;
	float: left;
}

.list_empty_group .list_empty .list_empty_right .sorry_box {
	padding-top: 20px;
	color: #Fd8000;
	font-size: 20px;
}

.list_empty_group .list_empty .list_empty_right .stips_box {
	padding-top: 15px;
	font-size: 16px;
	color: #999;
}

/**********************************************jquery.modal.dialog.js配合common_ajax_dialog.css的样式，把它移到这里来了************************************************/
/*弹出框登录口*/
.modal_login_group {
	width: 700px;
	background: #fff;
	padding-bottom: 25px;
	position: relative;
}

.modal_login_group .a_close_group {
	position: absolute;
	right: -40px;
	top: 0;
	width: 40px;
	height: 40px;
	background: #F5F5F5;
}

.modal_login_group .a_close_group .a_close {
	display: block;
	position: absolute;
	right: 12px;
	top: 12px;
	width: 16px;
	height: 16px;
	background: url(../images/44.png) no-repeat;
}

.modal_login_group .a_close_group .a_close:hover {
	background-position: 0 -24px;
}

.modal_login_group .modal_login_left {
	float: left;
	width: 350px;
	height: 300px;
	background: url(../images/137.png) no-repeat 25px 50px;
}

.modal_login_group .modal_login_right {
	float: left;
	width: 350px;
	position: relative;
	overflow: hidden;
}

.modal_login_group .modal_login_right .right_all_box {
	width: 350px;
	position: relative;
	overflow: hidden;
}

.modal_login_group .modal_login_right .right_all_box .code_login {
	width: 41px;
	height: 41px;
	background-image: url(../images/121.png);
	background-repeat: no-repeat;
	position: absolute;
	right: 1px;
	top: 1px;
	cursor: pointer
}

.modal_login_group .modal_login_right .right_all_box .code_login:hover {
	background-position: 0px -42px;
}

.modal_login_group .modal_login_right .right_all_box .txt_login {
	width: 41px;
	height: 41px;
	background-image: url(../images/121.png);
	background-repeat: no-repeat;
	position: absolute;
	right: 1px;
	top: 1px;
	cursor: pointer;
	background-position: -59px 0px;
	display: none
}

.modal_login_group .modal_login_right .right_all_box .txt_login:hover {
	background-position: -59px -42px;
}

.modal_login_group .modal_login_right {
	position: relative;
	display: block;
}

.modal_login_group .modal_login_right .righttab {
	position: absolute;
	width: 52px;
	height: 52px;
	top: 0;
	right: 0;
	background: url(../images/52.png) no-repeat 0px 0px;
	cursor: pointer;
}

.modal_login_group .modal_login_right .righttab.hover {
	background: url(../images/52.png) no-repeat 0px -60px;
}

.modal_login_group .modal_login_right .tit {
	font-size: 18px;
	height: 58px;
	line-height: 58px;
	padding-bottom: 25px;
	padding-top: 25px;
	color: #333333
}

.modal_login_group .modal_login_right .tit .switch_login_type {
	width: 302px;
}

.modal_login_group .modal_login_right .tit .switch_login_type .login_type {
	width: 50%;
	position: relative;
	text-align: center;
	color: #666;
	font-size: 16px;
	float: left;
	cursor: pointer;
}

.modal_login_group .modal_login_right .tit .switch_login_type .login_type .bottom_line {
	display: none;
	position: absolute;
	left: 0;
	bottom: 5px;
	width: 100%;
	height: 2px;
	background: #FF5A00;
}

.modal_login_group .modal_login_right .tit .switch_login_type .login_type.select {
	color: #F45204;
}

.modal_login_group .modal_login_right .tit .switch_login_type .login_type.select .bottom_line {
	display: block;
}

.modal_login_group .modal_login_right .login_type_group {
	position: relative;
	width: 700px;
}

.modal_login_group .modal_login_right .login_type_group .type_box {
	float: left;
	width: 350px;
}

.modal_login_group .modal_login_right .err {
	display: none;
	width: 288px;
	height: 26px;
	line-height: 26px;
	color: #CC3300;
	background-color: #FFD8CE;
	border: 1px #FF9E86 solid;
	font-size: 12px;
	padding-left: 10px;
	margin-bottom: 15px;
	border-radius: 3px;
}

.modal_login_group .modal_login_right .codebox {
	margin: 0 auto;
	width: 150px;
	height: 150px;
	padding: 10px;
	margin-top: 70px;
	border: 1px #eeeeee solid;
}

.modal_login_group .modal_login_right .codebox img {
	width: 150px;
	height: 150px;
	border: 0px;
}

.modal_login_group .modal_login_right .codetip {
	margin: 0 auto;
	width: 190px;
	text-align: center;
	margin-top: 35px;
	margin-bottom: 40px;
	height: 36px;
	line-height: 36px;
	background-color: #EEEEEE;
	color: #999999;
	border-radius: 30px;
}

.modal_login_group .modal_login_right .captcha_box {
	display: none;
	padding-top: 15px;
}

.modal_login_group .modal_login_right .inputbox {
	height: 60px;
	position: relative;
	background-color: #FFFFFF;
	margin-bottom: 10px;
}

.modal_login_group .modal_login_right .inputbox input.input_focus {
	background-color: #FFFFFF;
	border-color: #33CCFF
}

.modal_login_group .modal_login_right .inputbox .imgbg {
	background-image: url(../images/51.png);
	background-repeat: no-repeat;
	background-position: left 0px;
	width: 40px;
	height: 40px;
	left: 1px;
	top: 1px;
	position: absolute;
	border-radius: 3px 0px 0px 3px;
}

.modal_login_group .modal_login_right .inputbox .imgbg.pwd {
	background-position: left -63px;
}

.modal_login_group .modal_login_right .txtbox {
	height: 30px;
	padding-left: 23px;
	font-size: 12px;
}

.modal_login_group .modal_login_right .txtbox .td1 {
	width: 200px;
}

.modal_login_group .modal_login_right .txtbox .td2 {
	width: 93px;
	text-align: right
}

.modal_login_group .modal_login_right .btnbox {
	height: 60px;
	margin-bottom: 10px;
}

.modal_login_group .modal_login_right .qqbox {
	width: 298px;
}

.modal_login_group .modal_login_right .qqbox .txt {
	float: left;
	color: #999;
	line-height: 35px;
}

.modal_login_group .modal_login_right .qqbox .txt.first {
	padding-right: 10px;
}

.modal_login_group .modal_login_right .qqbox .txt.last {
	padding-left: 0;
	float: right;
}

.modal_login_group .modal_login_right .qqbox .qtit {
	font-size: 14px;
	height: 30px;
	margin-bottom: 15px;
	border-bottom: 1px #dddddd dashed;
	width: 300px;
}

.modal_login_group .modal_login_right .qqbox .imglist {
	width: 45px;
	float: left;
	height: 40px;
}

.modal_login_group .modal_login_right .qqbox .appsparent {
	padding-left: 0;
	padding-top: 0;
	float: left;
}

.modal_login_group .modal_login_right .qqbox .appsparent .apps {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

.modal_login_group .modal_login_right .qqbox .appsparent .apps .ali {
	width: 35px;
	height: 35px;
	float: left;
	margin-right: 8px;
	margin-left: 8px;
	background-image: url(../images/119.png);
	background-repeat: no-repeat;
	display: block
}

.modal_login_group .modal_login_right .qqbox .appsparent .ali.qq {
	background-position: -46px 0px;
}

.modal_login_group .modal_login_right .qqbox .appsparent .ali.qq:hover {
	background-position: -46px -40px;
}

.modal_login_group .modal_login_right .qqbox .appsparent .ali.weixin {
	background-position: -92px 0px;
}

.modal_login_group .modal_login_right .qqbox .appsparent .ali.weixin:hover {
	background-position: -92px -40px;
}

.modal_login_group .modal_login_right .qqbox .appsparent .ali.sain {
	background-position: 0px 0px;
}

.modal_login_group .modal_login_right .qqbox .appsparent .ali.sain:hover {
	background-position: 0px -40px;
}

.modal_login_group .modal_login_right .qqbox .appsparent .ali.taobao {
	background-position: -137px 0px;
}

.modal_login_group .modal_login_right .qqbox .appsparent .ali.taobao:hover {
	background-position: -137px -40px;
}

.modal_login_group .modal_login_right .input_login {
	width: 248px;
	height: 40px;
	border: 1px #DDDDDD solid;
	line-height: 40px;
	padding-left: 50px;
	font-size: 14px;
	color: #666666;
	border-radius: 3px;
}

.modal_login_group .modal_login_right .input_login.code {
	width: 150px;
}

.modal_login_group .modal_login_right .btn_login {
	display: block;
	text-decoration: none;
	text-align: center;
	color: #FFFFFF;
	background-color: #FF6600;
	font-size: 14px;
	cursor: pointer;
	border-radius: 4px;
	border: 0px;
	width: 302px;
	height: 40px;
	line-height: 40px;
	border: 0px #35639F solid;
	letter-spacing: 8px;
}

.modal_login_group .modal_login_right .btn_login.get_code {
	position: absolute;
	top: 0;
	right: 51px;
	width: 100px;
	letter-spacing: 0;
	height: 42px;
	line-height: 42px;
	border-radius: 0 4px 4px 0;
	background-color: #FF6600;
}

.modal_login_group .modal_login_right .btn_login.btn_disabled {
	background-color: #EBEBEB;
	border: 1px #CBCECF solid;
	color: #A0A0A0;
	cursor: default
}

.modal_login_group .modal_login_right .btn_login.btn_disabled:hover {
	background-color: #EBEBEB;
	border: 1px #CBCECF solid;
	color: #A0A0A0;
	cursor: default
}

.modal_login_group .modal_login_right .btn_login:hover {
	background-color: #FF4400;
}

.modal_login_group .modal_login_right .get_code:hover {
	background-color: #FF4400;
}

/****************** 发送消息，聊天弹窗口，消息列表 *******************/
.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: 55px;
	overflow: hidden;
	border-bottom: 1px #e9e9e9 solid;
	position: relative
}

.talk_box .msglist-img .pic {
	float: left;
	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: 3px;
}

.talk_box .msglist-img .describe {
	float: left;
	height: 55px;
	border-bottom: 1px #F2F2F2 solid;
	width: 360px;
	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: #ff9000;
	color: #fff;
	text-align: center;
	border-radius: 3px;
	border: 1px solid #e47b00;
	display: block;
	height: 26px;
	line-height: 26px;
	width: 70px;
	font-size: 13px;
	top: 9px;
	right: 0px;
	position: absolute;
	text-decoration: none
}

.talk_box .textarea_box .chat_send_out:hover {
	background: #ff6600;
	border-color: #e47b00;
	color: #FFF
}

.talk_box .textarea_box .chat_send_close {
	background: #999999;
	color: #fff;
	text-align: center;
	border-radius: 3px;
	border: 1px solid #868686;
	display: block;
	height: 26px;
	line-height: 26px;
	width: 70px;
	font-size: 13px;
	top: 9px;
	right: 85px;
	position: absolute;
	text-decoration: none
}

.talk_box .textarea_box .chat_send_close:hover {
	background: #868686;
	border-color: #737373;
	color: #FFF
}

/* 消息详情对话 */
.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 {
	float: left;
	height: 100%;
	width: 57px;
}

.chat_box .msgshow-left .pic img {
	width: 40px;
	height: 40px;
	border-radius: 3px;
}

.chat_box .msgshow-left .txt {
	float: left;
	height: auto;
	max-width: 260px;
	_width: 260px;
	padding: 7px 8px 5px 8px;
	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: 115px;
	left: 8px;
	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: 3px;
}

.chat_box .msgshow-right .txt {
	float: right;
	margin-right: 60px;
	height: 100%;
	max-width: 260px;
	_width: 260px;
	padding: 7px 8px 5px 8px;
	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: 115px;
	right: 8px;
	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;
}

/*分页*/
.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: #FF6600;
	border: 1px #FF6600 solid;
	color: #fff
}

.qspage .current {
	padding: 7px 12px;
	border: 1px #FF6600 solid;
	color: #FFFFFF;
	margin-right: 5px;
	background-color: #FF6600;
	border-radius: 4px;
}

.qspage strong {
	padding: 7px 12px;
	border: 1px #FF6600 solid;
	color: #FFFFFF;
	margin-right: 5px;
	background-color: #FF6600;
	border-radius: 4px;
}

.floatingPhone {
	position: absolute;
	bottom: 6px;
	right: 70px;
	font-size: 16px;
}

.floatingPhone a {
	color: #F00
}

/*当窗口改变时发生*/
@media screen and (max-width:1260px) {
	.box {
		margin: 0 auto;
		width: 1000px;
		min-width: 1000px;
	}

	.header_min .header_min_top {
		width: 1000px;
		min-width: 1000px;
	}

	/* .head .head_width { width:1000px;min-width:1000px;} */
	.head .head_width {
		min-width: 1000px;
	}

	/*导航条改变大小*/
	.head .logobox img {
		width: 255px;
	}

	.head .sobox .inputbg {
		width: 80%
	}

	.head .mobile {
		display: none
	}

	.nav .nav_width .wrap {
		width: 1000px;
		min-width: 1000px;
	}

	/*页脚*/
	.foot_lab,
	.foot,
	.foottxt {
		width: 1000px;
		min-width: 1000px;
	}

	.foot .about.last {
		display: none
	}
}

.search_m {
	width: 56px;
	line-height: 34px;
	background-color: #ffffff;
	border: none;
	margin-left: 28px;
	padding-right: 25px;
	background-image: url(../images/17.png);
	background-repeat: no-repeat;
	background-position: right -92px;
	position: absolute;
	left: 0px;
	top: 0px;
	cursor: pointer;
	font-size: 14px;
	color: #333;
}

/* .J_hoverbut {display: none;} */
/* .selecttype_down1{background-color:#fff;border:2px #07c68a solid;border-top:0px;position:absolute;left:-2px;top:36px;font-size:12px} */
.selecttype_down1 {
	background-color: #fff;
	border: 1px #0A6600 solid;
	border-top: 0px;
	position: absolute;
	left: 13px;
	top: 36px;
	font-size: 12px
}

.selecttype_down1 ul {
	width: 85px
}

.selecttype_down1 ul li {
	font-size: 15px;
	text-align: center;
	cursor: pointer;
}

.selecttype_down1 ul li:hover {
	background: #eee;
}

/* 下拉框 */
#dept,
#dept1,
#dept2,
#dept3 {
	position: relative;
}

#dept input,
#dept1 input,
#dept2 input,
#dept3 input {
	height: 30px;
	width: 255px;
	padding-left: 10px;
	box-sizing: border-box;
	position: relative;
	margin-top: 0px;
	border: 1px solid #98e6af;
	border-radius: 15px;
}

#dept input::after,
#dept ul,
#dept1 ul,
#dept2 ul,
#dept3 ul {
	display: none;
	position: absolute;
	left: 10px;
	bottom: 30px;
	width: 235px;
	height: 360px;
	text-align: left;
	box-shadow: 1px 1px 3px #d7d7d7;
	background: #EAF1ED;
	z-index: 1000;
	overflow-y: auto;
}

#dept ul li,
#dept1 ul li,
#dept2 ul li,
#dept3 ul li {
	height: 30px;
	line-height: 30px;
	padding: 0 15px 0 25px;
	position: relative;
	position: relative;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

#dept ul li:hover,
#dept ul li:hover a,
#dept1 ul li:hover,
#dept1 ul li:hover a,
#dept2 ul li:hover,
#dept2 ul li:hover a,
#dept3 ul li:hover,
#dept3 ul li:hover a {
	cursor: pointer;
	opacity: .8;
	color: #1c3e26;
	text-decoration: none;
}

#dept1 input,
#dept2 input,
#dept3 input {
	margin-top: 14px;
}

/* placeholder */
#dept1 input::-webkit-input-placeholder #dept1 input::-webkit-input-placeholder,
#dept2 input::-webkit-input-placeholder,
#dept3 input::-webkit-input-placeholder {
	color: #555;
}

/* #dept1 ul,
#dept2 ul, */
/* #dept3 ul {top: 0px;} */
#dept .arrow_icon,
#dept1 .arrow_icon,
#dept2 .arrow_icon,
#dept3 .arrow_icon {
	width: 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	overflow: hidden;
	border: 5px solid #2a583c;
	position: absolute;
	right: 90px;
	top: 13px;
	border-bottom-color: transparent;
	border-left-color: transparent;
	border-right-color: transparent;
}

#dept1 .arrow_icon,
#dept2 .arrow_icon,
#dept3 .arrow_icon {
	top: 28px;
}

#dept .icon-sel,
#dept1 .icon-sel,
#dept2 .icon-sel,
#dept3 .icon-sel {
	width: 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	overflow: hidden;
	border: 5px solid #98e6af;
	position: absolute;
	top: 10px;
	left: 10px;
	border-bottom-color: transparent;
	border-top-color: transparent;
	border-right-color: transparent;
	/* display: none; */
}

#dept li a,
#dept1 li a,
#dept2 li a,
#dept3 li a {
	color: #006d00;
}

/* 机构简介 */
#jgjj,
#ywhz {
	display: none;
	position: absolute;
	width: 600px;
	max-height: 450px;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	z-index: 100;
	background: #fff;
	padding: 10px;
	box-sizing: border-box;
	overflow-y: auto;
}

#jgjj .close,
#ywhz .close {
	font-size: 25px;
	position: absolute;
	right: 0;
	padding-right: 20px;
	cursor: pointer;
	line-height: 25px;
}

#jgjj h2,
#ywhz h2 {
	position: absolute;
	top: 50px;
	left: 50%;
	margin-left: -150px;
}

#ywhz h2 {
	margin-left: 50px;
}

#jgjj .txt,
#ywhz .txt {
	position: absolute;
	top: 80px;
	text-indent: 2em;
}

#ywhz .txt {
	text-indent: 0;
}

#jgjj .jgjj_link,
#ywhz .ywhz_link {
	top: 690px;
	position: absolute;
	border-top: 1px solid;
	padding-top: 10px;
	padding-bottom: 15px;
}

#ywhz .ywhz_link {
	top: 220px;
}

#jgjj .txt a,
#jgjj .jgjj_link a {
	color: #98e6af;
}

#jgjj .txt a:hover,
#jgjj .jgjj_link a:hover {
	color: #20b44c;
}

/* index */
.navtitle .xhq {
	width: 20px;
	height: 18px;
	background: url(../images/xiaohongqi.png) no-repeat;
	position: absolute;
	top: 9px;
	left: 15px;
}

/* link */
.navlink .link_icon1,
.navlink .link_icon2,
.navlink .link_icon3 {
	width: 18px;
	height: 18px;
	position: absolute;
	top: 0px;
}

.navlink .link_icon1 {
	background: url(../images/jgjj.png) no-repeat;
	left: 0;
}

.navlink .link_icon2 {
	background: url(../images/jgjj.png) no-repeat;
	left: 91px;
}

.navlink .link_icon3 {
	background: url(../images/ywhz.png) no-repeat;
	right: 73px;
}

/* new-nav */
.new-nav {
	margin-top: 69px;
	width: 100%;
	height: 44px;
	/* background: #0a6600; */
}

.new-nav ul {
	position: relative;
	/*height: 44px;*/
	height: 54px;
}

.new-nav ul li {
	float: left;
	text-align: center;
	/*height: 44px;
	line-height: 44px;*/
	height: 54px;
	line-height: 54px;
	font-size: 15px;
	position: relative;
	padding: 0 12px;
}

.new-nav ul li a {
	color: #fff;
}

.new-nav .new-ul-i {
	display: none;
	width: 110px;
	height: auto;
	text-align: center;
	transition: background .8s ease;
	position: absolute;
	z-index: 300;
	background: #fff;
	left: -15px;
	box-shadow: 0 0 10px #9c9797;
}

.new-nav .new-ul .new-nav-mini>li:first-child .new-ul-i {
	border-left: 1px solid #0A6600;
	border-bottom-left-radius: 4px;
	background: url(../images/nav-bg1.jpeg) no-repeat;
	background-position: 0 0;
	background-size: cover;
}

.new-ul-i.actives {
	background: #eeecec;
}

.new-nav .new-ul-i li {
	font-size: 13px;
	height: 28px;
	line-height: 28px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 0;
	width: 100%;
}

.new-nav .new-ul-i li a {
	color: #111;
}

.new-ul-i li a:hover {
	color: #2eb36e;
	border-bottom: 1px solid #2eb36e;
}

/* li.actives:after {content: '';width: 0;height: 0;font-size: 0;line-height: 0;overflow: hidden;border: 8px solid #fff;position: absolute;top: 28px;left: 40%;border-top-color: transparent;border-left-color: transparent;border-right-color: transparent;transition: all .4s;} */

.head {
	height: 115px;
}

.head .head_width_mini,
.new-nav .new-nav-mini {
	margin: 0 auto;
	width: 1200px;
	height: 105px;
	position: relative;
	display: flex;
	justify-content: space-between;
	background-color: #fff;
}

.new-nav .new-nav-mini {
	height: 54px;
	/*background: #0A6600;*/
	background:#008836;
}

.head_width.navFix {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 900;
	background: #fff;
}

.new-ul.navFix {
	position: fixed;
	top: 165px;
	left: 0;
	right: 0;
	z-index: 10;
	/*background: #0A6600;*/
	background: #008836;
}

.menu_list_wrap,
.firstRight {
	display: none;
}

.flex-control-nav {
	margin-left: -40px;
}

.flex-direction-nav {
	width: 87%;
	left: 6.5%;
	top: 37%;
}

.flex-direction-nav li a.flex-prev {
	left: -150px;
}

.flex-direction-nav li a.flex-next {
	right: -150px;
}

.nav .nav_width .wrap .navitems li:nth-child(1) {
	display: none;
}

p {
	color: #0a020a !important;
}

/* 图片新闻的小圆点 */
.banner-circle {
	position: absolute;
	bottom: 10px;
	width: 150px;
	left: 40%;
	text-align: center;
	z-index: 10;
	display: flex;
}

.banner-circle-item {
	display: inline-block;
	width: 10px;
	height: 10px;
	background: #fff;
	border-radius: 100%;
	margin: 0 5px;
	cursor: pointer;
}

.banner-circle-item.active {
	width: 20px;
	border-radius: 5px;
	background: #fff;
}

/* .float_div {
  position: absolute;
  left: 311;
  top: 815;
  visibility: hidden;
  border: 0px solid #000;
  width: 200px;
  height: 182px;
  z-index: 999999;
}

.float_img {
  width: 100%;
  height: 100%;
  cursor: pointer;
  border-radius: 5px;
} */

.linkwrap {
	width: 1200px;
	margin: 10px auto 10px;
	background-color: #fff;
}
.linkwrap .m {
	width: 100%;
	/* display: flex; */
	padding: 0 !important;
}
.linkwrap  .linkTop {
	font-size: 12px;
	font-weight: bold;
	padding-left: 30px;
	color: #000000;
	border-bottom: 1px solid #ccc;
	height: 30px;
	line-height: 30px;
}
.linkwrap  .linkTop a {
	font-size: 12px;
	float: right;
	font-weight: normal;
	padding-right: 30px;
}
.linkwrap  .linkBot {
	padding-left: 30px;
	overflow: hidden;
	height: 60px;
}
.linkwrap  .linkBot tr {
	float: left;
	/* padding-right: 50px; */
	font-size: 14px;
	height: 26px;
	line-height: 30px;
	width: 195px;
	overflow: hidden;
}
#newtop{
	margin-top: 0 !important;
}
#newhead{
	position: fixed;
	top: 26px;
    left: 0;
    right: 0;
    z-index: 900;
    background: #fff;
}
#newmin{
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
}