﻿@charset "utf-8";
a{
	outline:0;
	text-decoration: none;
}

* {
margin: 0;
padding: 0;
font-size: 100%;
box-sizing: border-box
}

html,body {
font-size: 14px;
font-family: "微软雅黑";
width:100%;
min-height:100%;
min-width:1280px;
/* overflow-x:hidden;
overflow-y:auto; */
margin:0;
padding:0;

}
body{
	position:relative;
	overflow-x:hidden;
}

a {
cursor: pointer;
outline: 0;
text-decoration: none
}

a,span {
color: inherit
}

p {
line-height: 1.7em
}

img {
color: transparent;
font-size: 0;
vertical-align: middle;
border: 0;
outline: 0;
-ms-interpolation-mode: bicubic
}

ol,ul {
list-style: none
}

li {
display: list-item
}

svg {
overflow: hidden
}

i:after {
content: " "
}

.pull-left {
float: left;
display: block
}

.pull-right {
display: block;
float: right
}

a,span {
line-height: inherit
}

.text-left {
text-align: left
}

.text-right {
text-align: right
}

.text-center {
text-align: center
}

.clear {
display: block;
visibility: hidden;
*zoom: 1;
height: 0;
line-height: 0;
clear: both
}

.clearafter:before,.clearafter:after {
content: " ";
display: table
}

.clearafter:after {
clear: both
}

.clearafter:before,.clearafter:after {
content: " ";
display: table
}

.clearafter:after {
clear: both
}

.clearfix:before,.clearfix:after,.panel-body:before,.panel-body:after {
content: " ";
display: table
}

.clearfix:after,.panel-body:after {
clear: both
}

.text-overflow {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap
}

.animated {
transition: all .3s ease 0s
}

/*.bg-scale {
	transition: all .3s ease 0s
}

/*.bg-scale:hover {
background-size: 120% 120%;
background-position: -10% -10%
}*/

.alert {
padding: 15px;
margin-bottom: 20px;
border: 1px solid transparent;
border-radius: 4px
}

.alert h4 {
margin-top: 0;
color: inherit
}

.alert .alert-link {
font-weight: 700
}

.alert>p,.alert>ul {
margin-bottom: 0
}

.alert>p+p {
margin-top: 5px
}

.alert-dismissable,.alert-dismissible {
padding-right: 35px
}

.alert-dismissable .close,.alert-dismissible .close {
position: relative;
top: -2px;
right: -21px;
color: inherit
}

.alert-success {
background-color: #dff0d8;
border-color: #d6e9c6;
color: #3c763d
}

.alert-success hr {
border-top-color: #c9e2b3
}

.alert-success .alert-link {
color: #2b542c
}

.alert-info {
background-color: #d9edf7;
border-color: #bce8f1;
color: #31708f
}

.alert-info hr {
border-top-color: #a6e1ec
}

.alert-info .alert-link {
color: #245269
}

.alert-warning {
background-color: #fcf8e3;
border-color: #faebcc;
color: #8a6d3b
}

.alert-warning hr {
border-top-color: #f7e1b5
}

.alert-warning .alert-link {
color: #66512c
}

.alert-danger {
background-color: #f2dede;
border-color: #ebccd1;
color: #a94442
}

.alert-danger hr {
border-top-color: #e4b9c0
}

.alert-danger .alert-link {
color: #843534
}

.label {
display: inline;
padding: .2em .6em .3em;
font-size: 75%;
font-weight: 700;
line-height: 1;
color: #fff;
text-align: center;
white-space: nowrap;
vertical-align: baseline;
border-radius: .25em
}

a.label:hover,a.label:focus {
color: #fff;
text-decoration: none;
cursor: pointer
}

.label:empty {
display: none
}

.btn .label {
position: relative;
top: -1px
}

.label-default {
background-color: #777
}

.label-default[href]:hover,.label-default[href]:focus {
background-color: #5e5e5e
}

.label-primary {
background-color: #2f3b83
}

.label-primary[href]:hover,.label-primary[href]:focus {
background-color: #222a5d
}

.label-success {
background-color: #5cb85c
}

.label-success[href]:hover,.label-success[href]:focus {
background-color: #449d44
}

.label-info {
background-color: #5bc0de
}

.label-info[href]:hover,.label-info[href]:focus {
background-color: #31b0d5
}

.label-warning {
background-color: #f0ad4e
}

.label-warning[href]:hover,.label-warning[href]:focus {
background-color: #ec971f
}

.label-danger {
background-color: #d9534f
}

.label-danger[href]:hover,.label-danger[href]:focus {
background-color: #c9302c
}

.slideBox {
border: 1px solid #ddd;
height: 100%;
overflow: hidden;
position: relative;
width: 100%;
display: block
}

.slideBox .hd {
bottom: 10px;
height: 11px;
overflow: hidden;
position: absolute;
right: 5px;
z-index: 1
}

.slideBox .hd ul {
float: left;
overflow: hidden
}

.slideBox .hd ul li {
background: #fff none repeat scroll 0 0;
border-radius: 50%;
cursor: pointer;
float: left;
height: 10px;
line-height: 10px;
margin-right: 9px;
text-align: center;
width: 10px
}

.slideBox .hd ul li.on {
background: #E32332 none repeat scroll 0 0;
color: #fff
}

.slideBox .bd {
height: 100%;
position: relative;
z-index: 0
}

.slideBox .bd li {
vertical-align: middle
}

.slideBox .bd li,.slideBox .bd li a,.slideBox .bd ul {
display: block;
width: 100%;
height: 100%
}

.slideBox .bd img {
display: block;
height: 100%;
width: 100%
}

.slideBox .prev,.slideBox .next {
background: rgba(0,0,0,0) url(images/slider-arrow.png) no-repeat scroll -110px 5px;
display: block;
height: 40px;
left: 3%;
margin-top: -25px;
opacity: .5;
position: absolute;
top: 50%;
width: 32px
}

.slideBox .next {
background-position: 8px 5px;
left: auto;
right: 3%
}

.slideBox .prev:hover,.slideBox .next:hover {
opacity: 1
}

.slideBox .prevStop {
display: none
}

.slideBox .nextStop {
display: none
}

.slideBox .bd li {
position: relative;
left: 0;
top: 0;
display: block;
width: 100%;
height: 100%
}

.slideBox .bd .title-bg {
position: absolute;
left: 0;
bottom: 0;
width: 100%;
height: 40px;
background-color: #444;
opacity: .8;
z-index: 1000
}

.slideBox .bd li span.title {
display: block;
width: 100%;
position: absolute;
left: 0;
bottom: 0;
height: 40px;
line-height: 40px;
font-size: 16px;
z-index: 2000;
text-indent: 12px;
color: #fff
}

.text-list .item {
display: block;
width: 100%;
font-size: 14px;
height: 504px;
line-height: 504px;
color: #565656;
color: #555;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap
}

.text-list .item .rt {
float: right;
color: #a0a1a3;
font-size: 12.32px
}

.text-list .item .rt .icon {
height: 504px;
width: auto
}

.text-list .item .lft {
float: left;
width: 15px;
background-image: url(../images/text-list-icon.png);
background-position: 3px center;
background-repeat: no-repeat;
height: 504px
}

.text-list .item:before,.text-list .item:after {
content: " ";
display: table
}

.text-list .item:after {
clear: both
}

.text-list .item:before,.text-list .item:after {
content: " ";
display: table
}

.text-list .item:after {
clear: both
}

.text-list .item i:after {
content: " "
}

.text-list .item i:before {
content: " "
}

.text-list .item:hover {
color: #6f95ca
}

.text-list .item:hover .rt {
color: #6f95ca
}

.text-list .hr {
height: 1px;
margin: 20px auto 16px;
border-bottom: 1px dashed #949495
}

table.table {
border-width: 1px;
border-collapse: collapse;
text-align: center;
line-height: 1.7em;
width: 100%
}

table.table th {
border-width: 1px;
border-collapse: collapse;
border-color: #1664bb;
border-style: solid;
background-color: #1664bb;
color: #fff;
font-size: 18px;
padding: 9px 12px
}

table.table td {
border-width: 1px;
border-collapse: collapse;
border-color: #ddd;
border-style: solid;
padding: 16px 12px;
font-size: 16px;
color: #000
}

table.table tr.odd td {
background-color: #f6f6f6
}

table.table tr:hover td {
background-color: #e6e6e6
}

#index-search {
display: block;
width: 370px;
height: 43px;
border: 1px solid #c9caca;
float: right;
box-sizing: border-box
}

#index-search input {
float: right;
display: block;
width: 265px;
height: 100%;
line-height: 43px;
border: 0;
background-color: #fff;
outline: 0;
box-sizing: border-box
}

#index-search button {
	float: right;
	display: block;
	width: 45px;
	height: 43px;
	background: url(../images/index_sprite.png) no-repeat #f1f1f1;
	background-position: -16px 13px;
	color: #fff;
	box-sizing: border-box;
	border: 0;
	position: relative;
	right: -1px;
	top: -1px;
	border:1px solid #ddd;
	border-left: none;
}

.panel-title {
border-bottom: 2px solid #bf1a20
}

.panel-title .title {
height: 38px;
line-height: 36px;
padding: 0 32px;
float: left;
display: inline-block;
color: #565656;
font-size: 16px;
border-bottom: 3px solid #565656;
position: relative;
left: 0;
bottom: -2px;
font-weight: 700
}

.panel-title .more {
float: right;
height: 38px;
line-height: 36px;
font-size: 14px;
color: #595757;
position: relative;
left: 0;
top: .3em
}

.panel-title2 {
height: 38px;
position: relative;
left: 0;
top: 0
}

.panel-title2 .more {
float: right;
height: 38px;
line-height: 36px;
font-size: 12px;
color: #040000;
position: relative;
left: 0;
top: .3em
}

.panel-title2 span.bd {
display: block;
width: 100%;
position: absolute;
left: 0;
bottom: 0;
height: 3px;
border: 2px solid #bf1a20
}

.panel-title2 span.title {
display: block;
padding: 0 20px;
position: relative;
left: 0;
height: 38px;
line-height: 36px;
font-size: 16px;
width: 151px;
text-indent: 1em;
color: #565656;
float: left
}

.panel-title2 span.on {
background-image: url(../images/title1.png);
background-position: left bottom;
background-repeat: no-repeat;
color: #fff
}

.drop-down-data {
display: none;
position: absolute;
left: 0;
top: 0;
border: 1px solid #ddd
}

.drop-down-item {
display: block;
width: 100%;
text-align: left;
line-height: 2.2em;
background-color: #fff;
border-bottom: 1px dashed #ddd;
padding: 0 .5em
}

.drop-down-item:last-child {
border-bottom: 0
}

.container {
display: block;
width: 1200px;
*width: 1180px;
_width: 1200px;
margin: 0 auto;
box-sizing: border-box
}[class*=span] {
}

.row {
margin-left: -10px;
margin-right: -10px;
*zoom: 1;
position: relative
}

.span12 {
width: 1180px;
float: left;
min-height: 1px;
margin-left: 10px;
margin-right: 10px
}

.span11 {
width: 1080px;
float: left;
min-height: 1px;
margin-left: 10px;
margin-right: 10px
}

.span10 {
width: 980px;
float: left;
min-height: 1px;
margin-left: 10px;
margin-right: 10px
}

.span9 {
width: 880px;
float: left;
min-height: 1px;
margin-left: 10px;
margin-right: 10px
}

.span8 {
width: 780px;
float: left;
min-height: 1px;
margin-left: 10px;
margin-right: 10px
}

.span7 {
width: 680px;
float: left;
min-height: 1px;
margin-left: 10px;
margin-right: 10px
}

.span6 {
width: 580px;
float: left;
min-height: 1px;
margin-left: 10px;
margin-right: 10px
}

.span5 {
width: 480px;
float: left;
min-height: 1px;
margin-left: 10px;
margin-right: 10px
}

.span4 {
width: 380px;
float: left;
min-height: 1px;
margin-left: 10px;
margin-right: 10px
}

.span3 {
width: 210px;
float: left;
min-height: 1px;
margin-left: 10px;
margin-right: 10px
}

.span2 {
width: 180px;
float: left;
min-height: 1px;
margin-left: 10px;
margin-right: 10px
}

.span1 {
width: 80px;
float: left;
min-height: 1px;
margin-left: 10px;
margin-right: 10px
}

.dvd12 {
width: 100%;
float: left;
min-height: 1px
}

.dvd11 {
width: 91.66666667%;
float: left;
min-height: 1px
}

.dvd10 {
width: 83.33333333%;
float: left;
min-height: 1px
}

.dvd9 {
width: 75%;
float: left;
min-height: 1px
}

.dvd8 {
width: 66.66666667%;
float: left;
min-height: 1px
}

.dvd7 {
width: 58.33333333%;
float: left;
min-height: 1px
}

.dvd6 {
width: 50%;
float: left;
min-height: 1px
}

.dvd5 {
width: 41.66666667%;
float: left;
min-height: 1px
}

.dvd4 {
width: 33.33333333%;
float: left;
min-height: 1px
}

.dvd3 {
width: 25%;
float: left;
min-height: 1px
}

.dvd2 {
width: 16.66666667%;
float: left;
min-height: 1px
}

.dvd1 {
width: 8.33333333%;
float: left;
min-height: 1px
}

.panel {
margin-bottom: 20px;
background-color: #fff;
border: 1px solid transparent;
border-radius: 4px;
box-shadow: 0 1px 1px rgba(0,0,0,.05)
}

.panel-body {
padding: 15px
}

.panel-heading {
padding: 10px 15px;
border-bottom: 1px solid transparent;
border-top-right-radius: 3px;
border-top-left-radius: 3px
}

.panel-heading>.dropdown .dropdown-toggle {
color: inherit
}

.panel-title {
margin-top: 0;
margin-bottom: 0;
font-size: 16px;
color: inherit
}

.panel-title>a,.panel-title>small,.panel-title>.small,.panel-title>small>a,.panel-title>.small>a {
color: inherit
}

.panel-footer {
padding: 10px 15px;
background-color: #f5f5f5;
border-top: 1px solid #ddd;
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px
}

.panel>.list-group,.panel>.panel-collapse>.list-group {
margin-bottom: 0
}

.panel>.list-group .list-group-item,.panel>.panel-collapse>.list-group .list-group-item {
border-width: 1px 0;
border-radius: 0
}

.panel>.list-group:first-child .list-group-item:first-child,.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child {
border-top: 0;
border-top-right-radius: 3px;
border-top-left-radius: 3px
}

.panel>.list-group:last-child .list-group-item:last-child,.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child {
border-bottom: 0;
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px
}

.panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child {
border-top-right-radius: 0;
border-top-left-radius: 0
}

.panel-heading+.list-group .list-group-item:first-child {
border-top-width: 0
}

.list-group+.panel-footer {
border-top-width: 0
}

.panel-group {
margin-bottom: 20px
}

.panel-group .panel {
margin-bottom: 0;
border-radius: 4px
}

.panel-group .panel+.panel {
margin-top: 5px
}

.panel-group .panel-heading {
border-bottom: 0
}

.panel-group .panel-heading+.panel-collapse>.panel-body,.panel-group .panel-heading+.panel-collapse>.list-group {
border-top: 1px solid #ddd
}

.panel-group .panel-footer {
border-top: 0
}

.panel-group .panel-footer+.panel-collapse .panel-body {
border-bottom: 1px solid #ddd
}

.panel-default {
border-color: #ddd
}

.panel-default>.panel-heading {
color: #333;
background-color: #f5f5f5;
border-color: #ddd
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
border-top-color: #ddd
}

.panel-default>.panel-heading .badge {
color: #f5f5f5;
background-color: #333
}

.panel-default>.panel-footer+.panel-collapse>.panel-body {
border-bottom-color: #ddd
}

.panel-primary {
border-color: #2f3b83
}

.panel-primary>.panel-heading {
color: #fff;
background-color: #2f3b83;
border-color: #2f3b83
}

.panel-primary>.panel-heading+.panel-collapse>.panel-body {
border-top-color: #2f3b83
}

.panel-primary>.panel-heading .badge {
color: #2f3b83;
background-color: #fff
}

.panel-primary>.panel-footer+.panel-collapse>.panel-body {
border-bottom-color: #2f3b83
}

.panel-success {
border-color: #d6e9c6
}

.panel-success>.panel-heading {
color: #3c763d;
background-color: #dff0d8;
border-color: #d6e9c6
}

.panel-success>.panel-heading+.panel-collapse>.panel-body {
border-top-color: #d6e9c6
}

.panel-success>.panel-heading .badge {
color: #dff0d8;
background-color: #3c763d
}

.panel-success>.panel-footer+.panel-collapse>.panel-body {
border-bottom-color: #d6e9c6
}

.panel-info {
border-color: #bce8f1
}

.panel-info>.panel-heading {
color: #31708f;
background-color: #d9edf7;
border-color: #bce8f1
}

.panel-info>.panel-heading+.panel-collapse>.panel-body {
border-top-color: #bce8f1
}

.panel-info>.panel-heading .badge {
color: #d9edf7;
background-color: #31708f
}

.panel-info>.panel-footer+.panel-collapse>.panel-body {
border-bottom-color: #bce8f1
}

.panel-warning {
border-color: #faebcc
}

.panel-warning>.panel-heading {
color: #8a6d3b;
background-color: #fcf8e3;
border-color: #faebcc
}

.panel-warning>.panel-heading+.panel-collapse>.panel-body {
border-top-color: #faebcc
}

.panel-warning>.panel-heading .badge {
color: #fcf8e3;
background-color: #8a6d3b
}

.panel-warning>.panel-footer+.panel-collapse>.panel-body {
border-bottom-color: #faebcc
}

.panel-danger {
border-color: #ebccd1
}

.panel-danger>.panel-heading {
color: #a94442;
background-color: #f2dede;
border-color: #ebccd1
}

.panel-danger>.panel-heading+.panel-collapse>.panel-body {
border-top-color: #ebccd1
}

.panel-danger>.panel-heading .badge {
color: #f2dede;
background-color: #a94442
}

.panel-danger>.panel-footer+.panel-collapse>.panel-body {
border-bottom-color: #ebccd1
}


/* 登录注册按钮     */
.login_res_btn{ position: relative; right:-447px; top: 41px;display:none;}
.login_res_btn>div,.login_res_btn a{ float: left; display: block; width: 70px; height: 40px; line-height: 40px; background-color: #007eff; text-align: center; color: #FFFFFF; font-size: 16px;cursor:pointer;}
.login_res_btn .resign{position:relative;}
.login_res_btn .login{background:#ff5f5f;}
.login_res_btn .resign:hover .register_box{display:block;}
.login_res_btn .login:hover .register_box{display:none;}
.login_res_btn .resign .register_box{position:absolute;top:37px;left:-65px;width:203px;height:269px;background:url("../images/register_bg.png") no-repeat 0 9px;display:none;z-index:1000;}
.login_res_btn .resign .register_box .register_box_list{width:145px;margin:52px auto 0 auto;}
.login_res_btn .resign .register_box .register_box_list>a{width:100%;height:74px;line-height:74px;font-size:18px;color:#fff;display:block;margin-bottom:3px; background-color: #fff; color: #666;}
.login_res_btn .resign .register_box .register_box_list>a:hover{color:#fff;background:#0185ff;}
.login_res_btn .resign:hover{background:#0564c5;transition:background 0.5s;-moz-transition:background 0.5s;-webkit-transition:background 0.5s; -o-transition:color 0.5s;}
.login_res_btn .login:hover{background-color:#e10505;transition:background-color 0.5s;-moz-transition:background-color 0.5s;-webkit-transition:background-color 0.5s; -o-transition:color 0.5s;}
.login_res_btn a.login{width: 90px; background: #ff5f5f url(../index/images/index_ico1.png) no-repeat 15px center; padding-left: 15px;}
/* 登录后的状态 */
.already_login{position: relative;right:-447px; top:45px;cursor:pointer;}
.already_login .user_info{float:left;position:relative;}
.already_login .user_info>span{float:left;}
.already_login .user_info .user_img{width:40px;height:40px;overflow:hidden;border-radius:50%;position:relative;}
.already_login .user_info .user_img>img{width:100%;height:100%;}
.already_login .user_info .user_message_num{width:25px;height:25px;text-align:center;line-height:25px;color:#fff;background:#ff0000;border-radius:50%;position:absolute;top:-7px;left:27px;border:1px solid #fff;z-index:100;
	transition: all .5s ease-in-out;-ms-transition: all .5s ease-in-out;-moz-transition: all .5s ease-in-out;-webkit-transition: all .5s ease-in-out;}
.already_login .user_info .user_message_num:hover{width:30px;height:30px;line-height:30px;}

.already_login .user_info .user_name{width:110px;float:left;margin-left:5px;cursor:pointer;}
.already_login .user_info .user_name span{width:100%;float:left;}
.already_login .user_info .user_name .name{color:#333;font-size:16px; overflow: hidden; text-overflow: ellipsis; white-space:nowrap;}
.already_login .user_info .user_name .welcome{color:#999;font-size:12px;}
.already_login .user_info .arrow_down{width:10px;height:10px;background:url("../img/reagin_arrow.png") no-repeat;margin:17px 0 0 0;}
.already_login .already_login_box{position:absolute;width:160px;padding:60px 5px 0 5px;display:none;z-index:10;}
.already_login .already_login_box .arrow{position:absolute;top:-12px;height:12px;width:34px;left:30px;background:url("../images/bg_jt_par.png") no-repeat;}
.already_login .already_login_box ul{width:100%;float:left;border:1px solid #e2e2e2;background:#fff;opacity:.97;position:relative;padding:10px 0;}
.already_login .already_login_box ul li{height:35px;line-height:35px;width:96%;float:left;margin:0 2%;}
.already_login .already_login_box ul li>a{display:block;width:100%;padding:0 25px 0 28px;box-sizing: border-box;}
.already_login .already_login_box ul li>a i{background:url("../images/icon/user_icon.png") no-repeat;margin:10px 5px 0 0;float:left;width:20px;height:18px;}
.already_login .already_login_box ul li .user_icon01{background-position:0 -78px;}
.already_login .already_login_box ul li .user_icon02{background-position:0 -122px;margin-top:12px;}
.already_login .already_login_box ul li .user_icon03{background-position:-90px 0;}
.already_login .already_login_box ul li .user_icon04{background-position:-41px -36px;}
.already_login .already_login_box ul li .user_icon05{;background-position:2px -36px}
.already_login .already_login_box ul li .user_icon06{;background-position:-42px -118px}
.already_login .already_login_box ul li .user_icon07{;background-position:-130px -0}
.already_login .already_login_box ul li .user_icon08{;background-position:-128px -35px;}
.already_login .already_login_box ul .active_user .user_icon01{background-position:-46px -77px;}
.already_login .already_login_box ul .active_user .user_icon02{background-position: -93px -78px;}
.already_login .already_login_box ul .active_user .user_icon03{background-position:-40px 0;}
.already_login .already_login_box ul .active_user .user_icon04{background-position:-92px -35px;}
.already_login .already_login_box ul .active_user .user_icon05{background-position:2px 0;}
.already_login .already_login_box ul .active_user .user_icon06{background-position:-77px -118px;}
.already_login .already_login_box ul .active_user .user_icon07{background-position:-171px 0;}
.already_login .already_login_box ul .active_user .user_icon08{background-position:-171px -35px;}
.already_login .already_login_box ul .active_user{background-color:#2e98fa;}
.already_login .already_login_box ul .active_user>a{color:#fff;}
a.service_list.sub6:hover span{background-position:-53px -368px;}
a.service_list.sub7:hover span{background-position:-52px -450px;}
a.service_list.sub8:hover span{background-position:-52px -540px;}
a.service_list.sub9:hover span{background-position:-52px -640px;}
a.service_list.sub7 span{ background-position:0 -450px;}
a.service_list.sub8 span{ background-position:0 -540px;}
a.service_list.sub9 span{ background-position:0 -640px;}

.partment_btn{ display: inline-block; vertical-align: middle;}
.partment_btn{padding: 0px 12px; height: 42px; line-height: 42px; margin-left: -122px; cursor: pointer; color: #fff; text-align: center; border-radius: 5px; background-color: #027fff;}
.partment_btn>i.ico_partment{background: url(../images/index_sprite.png) no-repeat; display: inline-block; width: 21px; height: 21px; vertical-align: middle; background-position: -57px 0px; margin: 0px 3px;}

/*部门下拉列表*/
.partment_listss{ width: 600px; background-color: #fff; position: absolute; left: 300px; top: 140px; z-index: 999;}
.partment_listss>.ico_jt{ display: block; position: absolute; right: 50px; top: -20px;  width: 0px; height: 0px; border: 10px solid transparent; border-bottom:10px solid #eee;}
.partment_listss .list_txt{ border: 1px solid #E2E2E2; box-shadow: 2px 2px 7px #ddd; padding: 15px;box-sizing: border-box;}
.partment_listss .list_txt a{ display:inline-block; color: #333; padding:5px 10px;text-align: center;}
.partment_listss .list_txt a:hover{ background-color: #0d5caa; color: #fff;}


