html, body {
	height: 100%;
   	min-height: 100%;
    /*overflow: hidden;*/
   	padding: 0;
   	margin: 0;
  	position: relative;
  	font-size: 13px;
}
html {
    font-size: 100%;
}
* {
    box-sizing: border-box;
	outline: 0;
}
.search_dot {
	width: .5rem;
	height: .5rem;
	background: #60a4f1;
	display: inline-block;
}
.left-center{
	display:flex;
	align-items: center;/*垂直居中*/
	justify-content: left;/*水平居中*/
}
body {
    background-color: #fff;
    color: #333;
    font-family: Microsoft YaHei,Arial,Helvetica,sans-serif;
    /*font-size: 12px;
    line-height: 22px;*/
    margin: 0;
    padding: 0;
    min-width: 1170px;
    white-space: normal;
	word-break: break-all;
}
img{
	max-width: 100%;
}
.container{
	width: 1170px;
	padding: 0;
}
.main-content-wrap{
	min-height: 100%;
	position: relative;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control{
	cursor: default;
}
input[type="radio"][disabled], input[type="checkbox"][disabled], input.disabled[type="radio"], input.disabled[type="checkbox"], fieldset[disabled] input[type="radio"], fieldset[disabled] input[type="checkbox"]{
	cursor: default;
}
/*常用*/
select.form-control,
select{
	*zoom: 1.5;
	*margin-top: 2px;
	*height:auto;
	padding:0;
}
.padding-v-8,
.tally-contrast .padding-v-8.box{
	padding: 0 8px;
}
.padding-h-8,
.tally-contrast .padding-h-8.box{
	padding: 8px 0;
}
.table{
	margin: 0;
	/*border-bottom: 1px solid #ddd;*/
}
.form-control{
	*height: 30px;
	*line-height: 30px;
	*padding: 0 10px;
}
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus{
	text-shadow: none
}
.inline-block{
	width: auto;
	display:inline-block; _zoom:1;_display:inline;
}
.page{
	padding: 10px;
	border-top: 1px solid #ddd;
}
a{
	color: #285171;
}
a:hover{
	color: #161E3E;
}
/** {
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}*/
.m-left,
.m-center,
.m-right{
	float: left;
	width: 50%;
	height: 100%;
	position: relative;
}
#main{
	padding-bottom: 56px;
}
#main .percent5, .percent5 {
	width: 5%;
}
#main .percent10, .percent10 {
	width: 10%;
}
#main .percent15, .percent15 {
	width: 15%;
}
#main .percent20, .percent20 {
	width: 20%;
}
#main .percent25, .percent25 {
	width: 25%;
}
#main .percent30, .percent30 {
	width: 30%;
}
#main .percent35, .percent35 {
	width: 35%;
}
#main .percent40, .percent40 {
	width: 40%;
}
#main .percent45, .percent45 {
	width: 45%;
}
#main .percent50, .percent50 {
	width: 50%;
}
#main .percent55, .percent55 {
	width: 55%;
}
#main .percent60, .percent60 {
	width: 60%;
}
#main .percent65, .percent65 {
	width: 65%;
}
#main .percent70, .percent70 {
	width: 70%;
}
#main .percent75, .percent75 {
	width: 75%;
}
#main .percent80, .percent80 {
	width: 80%;
}
#main .percent85, .percent85 {
	width: 85%;
}
#main .percent90, .percent90 {
	width: 90%;
}
#main .percent95, .percent95 {
	width: 95%;
}
#main .percent100, .percent100 {
	width: 100%;
}
.break-work{
	overflow: hidden;word-break: break-all;word-spacing: normal;word-wrap: break-word;
}
.dot{
	width: 3px;
	height: 3px;
	background-color: #235fba;
	display: inline-block;
	opacity: 0.7;
	border-radius: 0px;
	vertical-align: middle;
}
.pointer{
	cursor: pointer;
}
.man-info{
	background: #f2f2f2;
	border-radius: 5px;
	padding: 5px;
	margin: 0 2px;
}
.progress{
	margin-bottom: 0;
}
.nav-tabs > li > a {
	line-height: 25px;
	padding: 2px 10px;
	color: #555;
}
.nav .navbar-text{
	padding: 2px 0;
	margin: 0;
}
.nav-tabs > li.active > a {
	font-weight: bold;
	color: #D3A400;
}
.nav-tabs > li.active > a:hover {
	color: #D3A400;
}
.nav-tabs > li > a:hover,.search-bar .nav-tabs > li > a:focus {
	background: none;
	border: 1px solid transparent;
	color: #000;
}
/*.nav-tabs > li.open > a,.nav-tabs > li.open > a:hover,.nav-tabs > li.open > a:focus {
	border:1px solid #DDDDDD;
	border-bottom: 1px solid transparent;
    cursor: pointer;
    color: #4f5fba;
    background: #fff;
    font-weight: bold;
}*/
.nav-tabs > li.open > a,.nav-tabs > li.open > a:hover,.nav-tabs > li.open > a:focus{
   background-color: #eeeeee;
    border-color: #428bca;
}
.nav-tabs > li.active > a:hover,.search-bar .nav-tabs > li.active > a:focus {
	background: #FFF;
	border: 1px solid #ddd;
	color: #4F5FBA;
	border-bottom: 1px solid transparent;
}
.btn.hover{
	background: #E6E6E6;
}
.table > thead > tr > th.no-border,
.table > tbody > tr > th.no-border, 
.table > tfoot > tr > th.no-border, 
.table > thead > tr > td.no-border, 
.table > tbody > tr > td.no-border, 
.table > tfoot > tr > td.no-border,
.no-border{
	border: none;
}
.table > thead > tr > th.no-padding,
.table > tbody > tr > th.no-padding, 
.table > tfoot > tr > th.no-padding, 
.table > thead > tr > td.no-padding, 
.table > tbody > tr > td.no-padding, 
.table > tfoot > tr > td.no-padding,
.no-padding{
	padding: 0;
}
.table > thead > tr > th,
.table > tbody > tr > th, 
.table > tfoot > tr > th, 
.table > thead > tr > td, 
.table > tbody > tr > td, 
.table > tfoot > tr > td {
	border-color: #ddd;
} 
input[type="text"].text{
	border: 1px solid #ddd;	
}
input[type="text"].text:hover{
	border-color: #aaa;	
}
input[type="text"].text:focus{
	border-color: #4F5FBA;	
}
.odd{
	background:#F9F9F1;
}
.col50{
	width: 50px;
}
.col60{
	width: 60px;
}
.col70{
	width: 70px;
}
.col80{
	width: 80px;
}
.col90{
	width: 90px;
}
.col100{
	width: 100px;
}
.col110{
	width: 110px;
}
.col120{
	width: 120px;
}
.col130{
	width: 130px;
}
.col140{
	width: 140px;
}
.col150{
	width: 150px;
}
.col160{
	width: 160px;
}
.col170{
	width: 170px;
}
.col180{
	width: 180px;
}
.col500{
	width: 500px;
}
.overflow{
	overflow: hidden;
}
p{
	word-wrap: break-word;
}
.selectInput {
	position: relative;
	width: 126px;
}
.selectInput input{
	border: none;
	height: 18px;
	z-index: 2;
	background: #fff;
	width: 100px;
	position: relative;
}
.selectInput select{
	z-index: 1;
	border: none;
	height: 18px;
	width: 120px;
	position: absolute;
	top: 2px;
	left: 2px;
	
}
input,button,select,textarea{outline:none}

.margin-0{
	margin: 0!important;
}
.margin-top-0{
	margin-top: 0!important;
}
.margin-right-0{
	margin-right: 0!important;
}
.margin-bottom-0{
	margin-bottom: 0!important;
}
.margin-left-0{
	margin-left: 0!important;
}
.margin-xs{
	margin: 5px;
}
.margin-top-xs{
	margin-top: 5px;
}
.margin-right-xs{
	margin-right: 5px;
}
.margin-bottom-xs{
	margin-bottom: 5px;
}
.margin-left-xs{
	margin-left: 5px;
}
.margin-sm{
	margin: 10px;
}
.margin-top-sm{
	margin-top: 10px;
}
.margin-right-sm{
	margin-right: 10px;
}
.margin-bottom-sm{
	margin-bottom: 10px;
}
.margin-left-sm{
	margin-left: 10px;
}
.margin-lg{
	margin: 20px;
}
.margin-top-lg{
	margin-top: 20px;
}
.margin-right-lg{
	margin-right: 20px;
}
.margin-bottom-lg{
	margin-bottom: 20px;
}
.margin-left-lg{
	margin-left: 20px;
}
.padding-0{
	padding: 0!important;
}
.padding-top-0{
	padding-top: 0!important;
}
.padding-right-0{
	padding-right: 0!important;
}
.padding-bottom-0{
	padding-bottom: 0!important;
}
.padding-left-0{
	padding-left: 0!important;
}
.padding-xs{
	padding: 5px;
}
.padding-top-xs{
	padding-top: 5px;
}
.padding-right-xs{
	padding-right: 5px;
}
.padding-bottom-xs{
	padding-bottom: 5px;
}
.padding-left-xs{
	padding-left: 5px;
}
.padding-sm{
	padding: 10px;
}
.padding-top-sm{
	padding-top: 10px;
}
.padding-right-sm{
	padding-right: 10px;
}
.padding-bottom-sm{
	padding-bottom: 10px;
}
.padding-left-sm{
	padding-left: 10px;
}
.padding-lg{
	padding: 20px;
}
.padding-top-lg{
	padding-top: 20px;
}
.padding-right-lg{
	padding-right: 20px;
}
.padding-bottom-lg{
	padding-bottom: 20px;
}
.padding-left-lg{
	padding-left: 20px;
}


.RequiredFalse,
.repeatEdit .form-control.RequiredFalse,
.repeatEdit .form-group-sm .form-control.RequiredFalse{
	border: 1px solid #CC2F2B;
}
.RequiredFalse.form-control:focus,
.repeatEdit .form-control.RequiredFalse:focus,
.repeatEdit .form-group-sm .form-control.RequiredFalse:focus{
	border: 1px solid #CC2F2B;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(204, 47, 43, 0.6)
}

.loading_win8{
	background: url(../images/preloader-w8-line-black.gif) center center no-repeat;
	height: 40px;
}
pre{
	font-size: 12px;
	border: none;
	color: #555;
	/*font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;*/
	font-family:Microsoft YaHei,Arial,Helvetica,sans-serif;
	background: transparent;
	padding: 4px 8px;
	background: #f2f3f9;
	margin: 0;
	/*pre自动换行*/
	white-space:pre-wrap;
	white-space:-moz-pre-wrap;
	white-space:-pre-wrap;
	white-space:-o-pre-wrap;
	word-wrap:break-word;
}

.dropdown-menu{
	min-width: 100px;
}

.white-mask{
	position: absolute;
	background: #FFFFFF;
	width: 100%;
	height: 100%;
	opacity: .3;
}
.add-schedule .form-control, .add-schedule .form-group-sm .form-control{
	font-size: 12px;
	padding: 2px 5px;
	resize: none;
	color: #333;
	height: 24px;
}
.repeatEdit .form-control, .repeatEdit .form-group-sm .form-control{
	border: 1px solid transparent;
	box-shadow: none;
	font-size: 12px;
	padding: 2px 5px;
	background: transparent;
	resize: none;
	color: #333;
	height: 24px;
}
.repeatEdit textarea.form-control{
	height: auto;
}
.repeatEdit .dropdown-menu{
	margin-top: 6px;
}
.repeatEdit .form-control.auto{
	width: auto;
	display: inline;
}
.repeatEdit  .form-group-sm .title {
	font-weight: bold;
	font-size: 14px;
}
.repeatEdit .radio-inline, .repeatEdit .checkbox-inline, .repeatEdit .label-title{
	padding-top: 0;
}
.repeatEdit .label-title{
    display: inline-block;
    font-weight: normal;
    margin-bottom: 0;
    padding-left: 10px;
    vertical-align: middle;
}
.repeatEdit .form-control .caret{
/*	color: transparent;*/
}
.repeatEdit .form-control:hover .caret,
.repeatEdit .form-control:focus .caret{
	color: #333;
	webkit-transition: display ease-in-out .15s, display ease-in-out .15s;
  	-o-transition: display ease-in-out .15s, display ease-in-out .15s;
  	transition: display ease-in-out .15s, display ease-in-out .15s;
}
.repeatEdit .form-control:hover{
	border-color: #ddd;
  	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.repeatEdit .form-control:focus{
	border-color: #66afe9;
	background: #fff;
  	outline: 0;
  	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.repeatEdit .form-group {
	margin-bottom: 0px;
	padding: 4px;
	border: 1px solid transparent;
}
.repeatEdit .form-group:hover {
	/*background: #f5f5f5;*/
	border-color: #eee;
}

.panel,.panel-heading{
	/*border-radius: 0;*/
	position: relative;
}
.carousel-caption{
	z-index: 0;
}

/*常用end*/

/*header*/
.header{
	background: #fdfdfd;
    /*border-bottom: 1px solid #d0d0d0;*/
    height: 116px;
    width: 100%;
	position: relative;
}
.header .top-line{
	background: #161E3E;
    height: 35px;
    width: 100%;
}
.header .top-bar{
	color: #ccc;
	height: 35px;
	line-height: 35px;
	overflow: hidden;
}
.header .top-bar .imp{
	color: #fff;
}
.header .top-bar a{
	color: #ccc;
}
.header .top-bar a:hover{
	color: #fff;
}

.header .head{
	height: 81px;
	margin: 0 auto;
    position: relative;
}
.header .head .container{
	height: 100%;
}
.header .head .logo{
	padding: 10px 0;
}
.header .head .menu{
	text-align: right;
	height: 100%;
	padding: 20px 0;
}
.header .head .menu .nav{
	float: right;
}
.header .head .menu .nav,
.header .head .menu .nav li{
	height: 100%;
}
.header .head .menu .nav li{
	height: 38px;
	
}
.header .head .menu .nav a{
	line-height: 38px;
	padding: 0 10px;
	margin-left: 15px;
	color: #000;
	font-size: 14px;
}
.header .head .menu .nav a:hover,
.header .head .menu .nav a:focus{
	background: #FDFDFD;
}
.header .head .menu .nav li.active a{
	background: #FDFDFD;
	border-bottom: 4px solid #fff;;
	font-weight: bold;	
	color: #fe414d;
}
/*headerEnd*/

/*qqserver*/
.qq-service{
	position: fixed;
	right: -100px;
	top: 150px;
	z-index: 999;
}
.qq-title{
	position: absolute;	
	top: 0;
	left: -39px;
	text-align: center;
	background: #fff;
	border-radius: 5px 0 0 5px;
	width: 40px;
	padding: 20px 0;
	border: 1px solid #161E3E;
	border-right: 1px solid #ddd;
	color: #161E3E;
	
}
.qq-title.active{
	background: #f5f5f5;
}
.qq-title-in{
	height: 30px;
	line-height: 30px;
	color: #fff;
	background: #F5AA00;
}
.qq-content{
	width: 100px;
	background: #fff;
	min-height: 150px;
	border: 1px solid #161E3E;
	overflow: hidden;
	border-radius: 0 0 0 5px;
	padding: 20px 0 20px 0;
	border-right: none;
}
.qq-content li{
	overflow: hidden;
	margin-bottom: 5px;
	line-height: 15px;
}
.qq-content .glyphicon{
	margin-right: 3px;
}


/*banner*/
.banner {
    /*border-bottom: 1px solid #d0d0d0;*/
    display: block;
    height: 524px;
    margin: 0 auto;
    position: relative;
    background: url('../images/banner_bg.png');
    /*background-attachment: fixed;*/
    background-position: top center;
    background-repeat: repeat-x;
    /*background-size: cover;*/
   overflow: hidden;
}
.banner-left,.index-new-left{
	width: 285px;height: 500px;margin-top: 25px;display:block;background: url(../images/sucai.png);background-position: 0 -1371px;
	position: relative;
	box-shadow: 2px 0 10px rgba(0,0,0,0.25);
	float: left;
}
.index-new-left{
	background: transparent;
	box-shadow: none;
}
.index-dynamic-left{
	width: 285px;
	position: relative;
	box-shadow: 2px 0 10px rgba(0,0,0,0.25);
	float: left;
	height: 355px;
	display: block;
	background: #fff;
	margin-top: 20px;
}
.index-dynamic-right{
	margin-left: 295px;
	margin-top: 20px;
	background: #fff;
	height: 355px;
	border: 2px solid #c6e8ed;
}
.index-new-left-title{
	overflow: hidden;
}
.index-dynamic-nav{
	overflow: hidden;
}
.index-dynamic-nav .nav-tabs.nav-justified > li > a{
	border-radius: 0;
}
.index-dynamic-nav .nav-tabs > li > a{
	line-height: 40px;
}
.index-dynamic-nav .nav-tabs > li.active > a{
	background: #002d40;
	color: #fff;
	border-color: #002d40;
}
.index-dynamic-nav .nav-tabs > li > a{
	border-bottom-color: #002d40;
}
.index-dynamic-nav .nav-tabs > li > a:hover{
	border-bottom-color: #002d40;
}
.index-dynamic-nav .nav-tabs > li.active > a:hover,.index-dynamic-nav .nav-tabs > li.active > a:focus{
	border-color: #002d40;
}
.index-dynamic-right-title{
	font-size: 14px;
	color: #333;
}

.index-new-left-content{
	background: url(../images/sucai.png);background-position: 160px -1888px;
	box-shadow: 2px 0 10px rgba(0,0,0,0.25);
	height: 465px;
	width: 100%;
	overflow: hidden;
	margin-top: 10px;
}
.index-new-right-content{
	height: 465px;
	width: 100%;
	overflow: hidden;
	margin-top: 10px;
	border: 2px solid #c6e8ed;
	background: #fff;
}
.index-new-right-img{
	cursor: pointer;
	position: relative;height: 128px;background: url(../images/banner4.jpg) center center;display: block;background-size: cover;
}
.index-new-right-img-bg{
	position: absolute;bottom: 0;left: 0;width: 100%;height: 30px;line-height: 30px;background: url(../images/sucai.png);
	text-align: center;
	background-position: 0 -2798px;
	color: #fff;
	display: block;
}
.index-new-right-imgarea{
	width: 280px;padding: 20px;
}
.index-new-right-list{
	margin-left: 300px;
	padding: 20px 20px 20px 0;
}
.index-new-right-li{
	overflow: hidden;
	padding: 10px 0;
	border-bottom: 1px solid #eee;
}
.index-new-right-img:hover .index-new-right-img-bg{
	background-position: 0 -2849px;
}
.index-dynamic-title{
	width: 528px;
	margin: auto;
	height: 30px;
	background: url(../images/sucai.png);
	background-position: 0 -2431px;
	display: block;
}

.index-new-left-list{
	/*margin: 10px;
	padding: 10px;
	background: rgba(217,236,242,.3);
	height: 335px;
	overflow: hidden;*/
}
.index-new-left-list-wrap{
	margin: 10px;
	padding: 10px;
	/*background: rgba(217,236,242,.3);*/
	height: 200px;
	overflow: hidden;
	position: relative;
}
.index-new-left-list-li{
	padding: 10px 0;
	font-size: 12px;
	border-bottom: 1px solid #cbcecf;
	height: 60px;
	border-top: 1px solid #cbcecf;
	margin-top: -1px
}
.index-new-left-list-li:hover{
	background: #f2f2f2;
}
.index-new-btn{
	height:92px;
	background: url(../images/sucai.png);
	background-position: 0 -1230px;
	cursor: pointer;
	display: block;
	margin: 10px auto;
	width: 263px;
}
.index-new-btn:hover{
	background-position: -263px -1230px;
}

.index-new-left-title-pic,.index-new-right-title-pic{
	background: url(../images/sucai.png);background-position: 0 -519px;
	width: 120px;
	height: 24px;
	float: left;
}
.index-new-right-title-pic{
	background-position: 0 -556px;
}
.index-more{
	float: right;
	font-size: 12px;
	color: #012e41;
	margin-top: 5px;
}
.index-more:hover{
	color: #012e41;
}
.banner-left .title-pic{
	width: 285px;height: 163px;top: -15px;left: -15px;display:block;background: url(../images/sucai.png);background-position: 0 -72px;
	position: absolute;
	box-shadow: 2px 0 10px rgba(0,0,0,0.25);
}
.banner-left-content{
	position: absolute;
	top: 163px;
	width: 100%;
	left: 0;
}
.banner-right,.index-new-right{
	margin-left: 295px;
	margin-top: 25px;
}
.banner-right-left{
	width: 680px;
	height: 500px;
	background: url(../images/banner-2.png?v=20230602);
	background-size:cover;
	cursor: pointer;
	float: left;
}
.banner-right-right{
	margin-left: 680px;
	height: 500px;
	background: #002d41;
	overflow: hidden;
	background: -moz-linear-gradient(top, #002d41 0%, #034059 50%, #002d41 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#002d41), color-stop(50%,#034059),color-stop(100%,#002d41));
    background: -webkit-linear-gradient(top, #002d41 0%, #034059 50%,#002d41 100%);
    background: -o-linear-gradient(top, #002d41 0%, #034059 50%,#002d41 100%);
    background: -ms-linear-gradient(top, #002d41 0%, #034059 50%,#002d41 100%);
    background: linear-gradient(to bottom, #002d41 0%, #034059 50%,#002d41 100%);
}
.banner-right-title{
	border-bottom: 1px solid #999;
	margin: 30px 10px 10px;
	position: relative;
	overflow: hidden;
}
.banner-right-pic-title{
	width: 120px;
	height: 20px;
	background: url(../images/sucai.png);
	display: block;
	float: left;
}
.banner-right-new-title{
	background-position: 0 -2514px;
}
.banner-right-fk-title{
	background-position: 0 -2554px;
}
.banner-right-more a{
	float: right;
	color: #ccc;
	font-size: 12px;
}
.banner-right-more a:hover{
	color: #fff;
}
.banner-right-content{
	margin: 10px;
}
.banner-right-content-li{
	padding: 5px 0;
}
.banner-right-content-a{
	color: #999;
}
.banner-right-content-a:hover{
	color: #fff;
}
/*快捷查询*/
.banner .container{
	position: relative;
}
.index-canvas{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 1;
}
.index-canvas canvas{
	width: 100%!important;
	float: left;
}

.index-bg{
	background: url(../images/part-two-bg.jpg) top center no-repeat #eceff8;
	overflow: hidden;
}

.text-overhidden{
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	display:block;
}
.index-quick-1,.index-quick-2,.index-quick-3{
	width: 230px;
	height: 130px;
	background: url(../images/sucai.png);
	display: block;
	float: left;
	cursor: pointer;
}
.index-quick-1{
	background-position: 0 -596px;
}
.index-quick-1:hover{
	background-position: -261px -596px;
}
.index-quick-2{
	margin-left: 9px;
	background-position: 0 -748px;
}
.index-quick-2:hover{
	background-position: -261px -748px;
}
.index-quick-3{
	margin-left: 9px;
	background-position: 0 -902px;
}
.index-quick-3:hover{
	background-position: -261px -902px;
}
.index-quick-4{
	width: 453px;
	height: 130px;
	background: url(../images/sucai.png);
	display: block;
	float: right;
	cursor: pointer;
	background-position: 0 -1062px;
}
.index-quick-4:hover{
	background-position: 0 -2608px;
}
.ranking-list{
	position: absolute;
	top: 10px;
	right: 0;
	width: 320px;
	height: 290px;
	background: #fff;
	/*box-shadow: 0 0 5px rgba(0,0,0,.18);*/
	color: #000000;
}
.ranking-list .ranking-content{
	padding: 10px 20px;
	height: 100%;
}
.ranking-list .box {
	height: 25px;
	line-height: 25px;
	overflow: hidden;
}
.ranking-list .box .badge {
	background: #d2d2d2;
	color: #6f6465;
}

.complain-list{
	position: absolute;
	top: 10px;
	right: 0;
	width: 320px;
	height: 290px;
	background: #fff;
	/*box-shadow: 0 0 5px rgba(0,0,0,.18);*/
	color: #000000;
}
.complain-list .ranking-content{
	padding: 10px 20px;
	height: 100%;
}
.complain-list .box {
	height: 25px;
	line-height: 25px;
	overflow: hidden;
}
.complain-list .box .badge {
	background: #d2d2d2;
	color: #6f6465;
}
.ranking-medal{
	width: 16px;
	height: 25px;
	display: block;
	background: url(../images/medal.png);
	background-position: 0 4px;
	margin-left: 10px;
}
.ranking-medal.silver{
	background-position: 0 56px;
}
.ranking-medal.copper{
	background-position: 0 112px;
}

.quick-search{
	width: 100%;
	/*box-shadow: 0 0 5px rgba(0,0,0,.18);*/
	color: #fff;
}
.quick-search .quick-content{
	padding: 10px 20px;
	height: 100%;
}
.quick-search .form-control{
	border: none;
	border-bottom: 1px solid #ccc;
	background: transparent;
	padding: 0;
	height: 28px;
	line-height: 28px;
	width: 100%;
	*width: 100;
	color: #ddd;
	border-radius: 0;
	/*box-shadow: 0 1px 2px rgba(0,0,0,.08) inset,0 1px 2px rgba(0,0,0,.08) inset;*/
}
.quick-search .form-control:hover,
.quick-search .form-control:focus{
	border-color: #fff;
	box-shadow: none;
}
.quick-search .quick-btn{
	display: block;
	height: 40px;
	line-height: 40px;
	text-align: center;
	/*background: #f6ab00;*/
	background: url(../images/sucai.png);
	background-position: 2px -259px;
	/*border-top: 1px solid #FAE204;*/
	text-shadow: 0 0 2px rgba(255,255,255,.28);
	cursor: pointer;
	font-size: 16px;	
	color: #fff;
}
.quick-search .quick-btn:hover{
	background: url(../images/sucai.png);
	background-position: 2px -310px;
}
.quick-search .nav{
	border-color: #fff;
	margin: 0;
	overflow: hidden;
}
.quick-search h3{
	margin: 10px 0;
}
.quick-search .nav li a{
	color:#ccc;
	font-size: 13px;
	overflow: hidden;
	border: none;
	border-bottom: 4px solid transparent;
	outline: none;
}
.quick-search .nav li a:hover,
.quick-search .nav li a:focus{
	background: none;
	color:#fff;
	border: none;
	border-bottom: 4px solid transparent;
}
.quick-search .nav li.active a{
	background: none;
	color: #fff;
	border: none;
	border-bottom: 4px solid #fff;
}
.quick-search .tab-content{
	padding: 15px 0 0 0;
	/*border: 1px solid #d3a400;*/
}
/*快捷查询END*/

/*快速创建START*/
.ml10{
	margin-left: 10px;
}
.ml20{
	margin-left: 20px;
}
.banner .container{
	position: relative;
	z-index: 2;
}
.quick-add{
	color: #161E3E;
}
.quick-add .quick-content{
	padding: 10px 0px;
	height: 100%;
}
.quick-add .form-control{
	border-color: #ddd;
	padding: 0 12px;
	height: 28px;
	line-height: 28px;
	/*width: 240px;
	*width: 214px;
	width: 214px\9\0;*/
	width: 95%;
	*padding: 0!important;
	box-shadow: 0 1px 2px rgba(0,0,0,.08) inset,0 1px 2px rgba(0,0,0,.08) inset;
}
.quick-add textarea.form-control{
	width: 100%;
	height: 30px;
	padding: 5px 10px;
	*padding: 0!important;
}
.quick-add select.form-control{
	padding: 0;
	/**width: 214px;*/
}

.quick-add select.form-control {
	*zoom: 1.1;
}
/*.quick-add textarea.form-control{
	*width: 234px!important;
}*/
#main .quick-add .percent25{
	width: 24.99%;
}
.quick-add .form-control:hover,
.quick-add .form-control:focus{
	border-color: #444;
}
.quick-add .nav .quick-btn{
	display: block;
	height: 29px;
	line-height: 29px;
	text-align: center;
	/*background: #f6ab00;*/
	background: #6AB346 ;
	/*border-top: 1px solid #FAE204;*/
	text-shadow: 0 0 2px rgba(5,5,5,.48);
	cursor: pointer;
	font-size: 16px;
	width: 100px;
	border-radius: 5px;
	color: #fff;
	border: none;
	padding: 0;
	/*margin-left: 67%;*/	
}
.quick-add .nav .quick-btn:hover{
	background: #619C43;
	color: #fff;
}
.quick-add .nav{
	border-color: #82C0AF;
	margin: 0;
	overflow: hidden;
}
.quick-add h3{
	margin: 10px 0;
}
.quick-add .nav li a{
	color:#555;
	font-size: 13px;
	overflow: hidden;
	border: none;
	border-bottom: 4px solid transparent;
}
.quick-add .nav li a:hover,
.quick-add .nav li a:focus{
	background: none;
	color:#000;
	border: none;
	border-bottom: 4px solid transparent;
}
.quick-add .nav li.active a{
	background: none;
	color: #000;
	border: none;
	border-bottom: 4px solid #82C0AF;
}
.quick-add .tab-content{
	padding: 15px 0 0 0;
	/*border: 1px solid #d3a400;*/
}
/*快速创建END*/

.index-notic-title{
	background: url(../images/sucai.png);
	background-position: 0 -476px;
	width: 118px;
	height: 28px;
	display: block;
}


/*新闻内容*/
.news-box{
	float: left;
	margin-top: 15px;
	border: 1px solid #ddd;	
	min-height: 300px;
}
.news-box-1{
	width: 380px;
}
.news-box-2{
	width: 775px;
}
.news-box-3{
	width: 100%;
}
.news-box-border{
	border-color: #F6AB00;
}
.news-margin-l {
	margin-left: 15px;
	*margin-left: 11px;
}
.news-margin-r {
	margin-right: 15px;
	*margin-right: 11px;
}

.news-top-color{
	border-top: 2px solid #F6AB00;
}
.news-title,
.news-title-static{
	height: 35px;
	line-height: 35px;
	background: #f8f7f1;
	font-size: 14px;
	overflow: hidden;
	font-weight: bold;
}
.news-title-static{
	border-bottom: 1px solid #ddd;
	padding: 0 10px;
}
.news-title .nav{
	padding-left: 5px;
}
.news-title .nav,
.news-title .nav li{
	/*height: 40px;*/
	*margin: 0;
	*overflow: hidden;
}
.news-title .nav li{
	overflow: hidden;
}
.news-title .nav li a{
	line-height: 29px;
	height: 35px;
	*height: 28px;
	font-weight: normal;
}
.news-title .nav li.active a{
	border-top-color: #fff;
	font-weight: bold;
}
.sub-boxs {   
    background: none repeat scroll 0 0 #fff;
    display: block;
    padding: 5px 15px;
}
.ul-boxs {
    overflow: hidden;
    padding: 0;
}
.ul-boxs li {
    /*background: url("../new/i/list.gif") no-repeat scroll left center rgba(0, 0, 0, 0);*/
    display: block;
    float: left;
    line-height: 30px;
    overflow: hidden;
    margin-left: 10px;
    width: 280px;
    height: 30px;
}
.news-box-r .ul-boxs li {
	width: 240px;
}
.ul-boxs li h4 {
    border: medium none;
    display: block;
    font-size: 12px;
    font-weight: normal;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    margin: 0;
}
.news-box-2 .ul-boxs li {
	width: 350px;
}
.news-box-1 .ul-boxs li {
	width: 325px;
}
.ul-boxs li h4 a{
	color: #555;
}
/*新闻内容END*/


/*footer*/
.footer{
	border-top: 1px solid #ccc;
	/*background: #F5F5F5;*/
	background: #002d40;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	color: #fff;
}
.footer a,.footer a:hover{
	color: #fff;
}
.footer .container{
	padding: 10px 0;
	min-height: 50px;
}
/*footerEND*/
.contrast,
.tally-contrast{
	/*padding: 10px;*/
	/*word-break: keep-all;*/
	overflow-x: auto;
}
.contrast .box,
.tally-contrast .box{
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	/*margin-right: 12px;
	margin-bottom: 10px;*/
	height: 160px;
	width: 20%;
	overflow: auto;
	padding: 5px 8px;
	float: left;
	word-wrap:break-word;
}
.tally-contrast .box{
	height: 140px;
	width: 20%;
	*width: 190px;
}
.contrast .box div,
.tally-contrast .box div{
	word-wrap:break-word;
	white-space:normal;
}

/*pagination*/
.pagination{
	
}
.pagination li.active a{
	background: #F6AB00;
	border-color: #F6AB00;
}
.pagination li.active a:hover,
.pagination li.active a:focus{
	background: #F6AB00;
	border-color: #F6AB00;	
}
.pagination li a{
	color: #F6AB00;
}
.pagination li a:hover,
.pagination li a:focus {
	color: #F6AB00;
}
/*bbs*/
.bbs_menu * {
	transition: none;
}
.bbs_menu .list-group{
	margin: 0;
	padding: 0;
}
.bbs_menu .list-group .children{
	padding-left: 40px;
	/*display: none;*/
}
.bbs_menu .list-group .list-group-item {
	border: none;
	border-bottom: 1px solid #eee;
	margin: 0;
	color: #777;
	text-align: left;
}
.bbs_menu .list-group .children .list-group-item{
	padding-left: 0px;
}
.bbs_menu .list-group .children .list-group-item:last-child{
	border: none;
}
.bbs_menu .block {
	position: relative;
}
.bbs_menu .block.hit{
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;
	margin-top: -1px;
}
.bbs_menu .list-group .children{
	/*border-bottom: 1px solid #ddd;*/
}
.bbs_menu .list-group .list-group-item .glyphicon{
	opacity: .3;
}
.bbs_menu .list-group .list-group-item.hit, 
.list-group-item.hit:hover, 
.list-group-item.hit:focus,
.bbs_menu .list-group .list-group-item.active, 
.list-group-item.hit:active, 
.list-group-item.hit:active  {
	/*background: #F6AB00;*/
	background: none;
	color: #000;
	font-weight: bold;
	/*border-color: #F6AB00;*/
	font-size: 14px;
}
.bbs_menu .list-group .list-group-item.hit .glyphicon{
	opacity: 1;
	color: #333;
}
/*bbsEND*/



/*论坛列表*/
.board-list-bd .board-list-one {
    border-bottom: 1px solid #eee;
    color: #3E3E3E;
    height: 38px;
    *height: auto;
    padding: 5px 0;
    line-height: 15px;
    min-width: 565px;
    overflow: hidden;
    text-align: left;
    vertical-align: middle;
}
.board-list-bd .board-list-one.odd {
    background-color: #F2F2F2;
}

.board-list-bd .board-list-one:hover{
	/*background: #FAF3E6;*/
	background: #f5f5f5;
}
.board-list-bd .board-list-one .board-list-title {
    color: #3E3E3E;
    float: left;
    /*height: 45px;*/
    /*line-height: 35px;*/
    min-width: 315px;
    overflow: hidden;
    padding-left: 5px;
    text-align: left;
    vertical-align: middle;
    width: 54%;
}
.board-list-bd .board-list-one .board-list-title .board-list-title-box {
    display: table;
    height: 28px;
    text-overflow: ellipsis;
    vertical-align: middle;
}
.board-list-bd .board-list-one .board-list-title .board-list-title-box .board-list-title-wrap {
    display: table-cell;
    top: 50%;
    vertical-align: middle;
    width: 100%;
}
.board-list-bd .board-list-one .board-list-title .board-list-title-box .board-list-title-wrap .board-list-title-inner {
    top: -50%;
    overflow: hidden;
    height: 15px;
    *height: 16px;
    line-height: 14px;
    *line-height: 16px;
}
.board-list-bd .board-list-one .article-icon {
    margin-right: 5px;
    vertical-align: -10%;
}
.icon-notice {
    background: url("../images/sprites.png") no-repeat scroll 0 -462px;
    display: inline-block;
    font-size: 0;
    height: 15px;
    width: 15px;
}
.icon-column_up {
    background: url("../images/sprites.png") no-repeat scroll 0 -124px;
    display: inline-block;
    font-size: 0;
    height: 15px;
    width: 15px;
}
.icon-pic {
    background: url("../images/sprites.png") no-repeat scroll 0 -423px;
    display: inline-block;
    font-size: 0;
    height: 14px;
    width: 16px;
}
.board-list-bd .board-list-one a.article-icon {
    vertical-align: -10%;
}
.board-list-bd .board-list-one .article-icon {
    margin-right: 5px;
    vertical-align: -10%;
}

.board-list-bd .board-list-one .article-recommand {
    background-color: #00AF97;
    color: #FFFFFF;
    padding: 1px 2px;
}
.board-list-bd .board-list-one .article-recommand a {
    color: #FFFFFF;
}
.board-list-bd .board-list-one .article-title {
    font-size: 14px;
    margin-right: 5px;
}
.board-list-bd .board-list-one .article-title a{
	color:#000;
}
.board-list-bd .board-list-one .right {
    max-width: 376px;
    width: 41%;
}
.right {
    float: right;
}
.board-list-bd .board-list-one .board-list-write {
    color: #3e3e3e;
    float: left;
    line-height: 14px;
    overflow: hidden;
    
    text-align: left;
    vertical-align: middle;
    width: 35%;
}
.board-list-bd .board-list-one .date {
    color: #aaa;
    /* display: block; */
    font-size: 12px;
    padding-left: 5px;
}
.board-list-bd .board-list-one .board-list-count {
    color: #3E3E3E;
    float: left;
    line-height: 28px;
    overflow: hidden;
    text-align: left;
    vertical-align: middle;
    width: 29%;
}
.board-list-bd .board-list-one .board-list-count .board-list-count-inner {
    margin: 0 10px;
    overflow: hidden;
}
.board-list-bd .board-list-one .board-list-reply {
    color: #3E3E3E;
    float: left;
    line-height: 14px;
    overflow: hidden;
    text-align: left;
    vertical-align: middle;
    width: 35%;
}


.tie-item .tie-author .tie-author-column .info-name .icon_transparent_people {
    vertical-align: middle;
    background-position: 0 -496px;
}
.icon_transparent_people {
    background: url("../images/sprites.png") no-repeat scroll 0 -493px;
    display: inline-block;
    font-size: 0;
    height: 14px;
    width: 15px;
}
.icon_transparent_eye {
    background: url("../images/sprites.png") no-repeat scroll -49px -493px;
    display: inline-block;
    font-size: 0;
    height: 14px;
    width: 15px;
}
.icon_transparent_msgs {
    background: url("../images/sprites.png") no-repeat scroll -76px -494px;
    display: inline-block;
    font-size: 0;
    height: 14px;
    width: 15px;
}
.icon_transparent_msg {
    background: url("../images/sprites.png") no-repeat scroll -23px -493px;
    display: inline-block;
    font-size: 0;
    height: 14px;
    width: 15px;
}
/*论坛详细页样式*/
.tie-item:after {
    clear: both;
    content: " ";
    display: block;
    height: 0;
    visibility: hidden;
}
.tie-item {
    background-color: #F2F2F2;
    border-bottom: 1px solid #DEDEDE;
    /* min-width: 742px; */
}
.tie-item .tie-author {
    float: left;
    min-height: 155px;
    width: 100px;
}
.tie-item .tie-author .tie-author-column {
    margin-top: 20px;
    text-align: center;
}
.tie-item .tie-author .tie-author-column>img{
    border-radius: 4px;
    border: 1px solid #eee;
}
.tie-item .tie-author .tie-author-column .info-name {
    display: block;
    margin-bottom: 19px;
    margin-top: 10px;
}
.tie-item .tie-con:after {
    clear: both;
    content: " ";
    display: block;
    height: 0;
    visibility: hidden;
	
}
.tie-item .tie-con {
    overflow: hidden;
    position: relative;
    border-left: 1px solid #eee;
	background-color:#FFFFFF;	
}
.tie-item .tie-con:hover .tie-con-manange-panel{
	display: block;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.tie-item .tie-con .tie-con-hd:after {
    clear: both;
    content: " ";
    display: block;
    height: 0;
    visibility: hidden;
}
.tie-item .tie-con .tie-con-hd {
    z-index: 6;
    border-bottom: 1px solid #ddd;
}
.tie-item .tie-con .tie-con-hd-sub {
    background-color: #FFFFFF;
    border-bottom: none;
    z-index: 6;
}
.tie-item div.tie-con-hd-panel-sub {
    background: url("../images/tie-corner.jpg") no-repeat scroll left top #F2F2F2;
}
.tie-item div.tie-con-hd-panel {
    font-size: 12px;
    height: 27px;
    margin-top: 2px;
    padding-left: 35px;
    text-align: left;
    width: auto;
    background-color: #f0f0f0;
}
.tie-item .tie-con-hd-panel {
    float: right;
    height: 22px;
    line-height: 180%;
    overflow: visible;
    padding-left: 0;
    padding-right: 15px;
    position: relative;
    text-indent: 0;
    vertical-align: top;
    z-index: 0;
}
.tie-item div.tie-con-hd-panel .time {
    margin-left: 0;
    margin-right: 10px;
}
.tie-item div.tie-con-hd-panel .time {
    color: #686868;
    font-family: arial;
    margin-left: 20px;
    margin-right: 15px;
}
.tie-item .tie-con-hd-title {
    color: #000;
    float: left;
    font-size: 18px;
    line-height: 2
    min-height: 25px;
    padding-left: 1em;
    line-height: 30px;
    text-align: left;
    z-index: 2;
    margin-bottom: 5px;
    margin-top: 5px;
}
.tie-item .tie-con .tie-con-bd {
    color: #2B2B2B;
    font-size: 14px;
    line-height: 1.8;
    padding: 20px 15px 0;
    position: relative;
    text-align: left;
}
.tie-item .tie-con .tie-con-bd .tie-content {
    clear: both;
    min-height: 65px;
    min-width: 545px;
    overflow: hidden;
    position: relative;
}
.tie-item .tie-con .tie-con-bd .tie-content img{
	max-width: 300px;
	max-height: 300px;
}
.tie-item .tie-con .tie-con-manange {
    margin-top: 30px;
    margin-bottom: 15px;
    position: relative;
    min-height: 25px;
    overflow: hidden;
    padding-right: 5px;
}
.tie-item .tie-con .tie-con-manange-panel {
    padding-left: 15px;
    position: relative;
    text-align: left;
    display: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
/*.tie-item .tie-con .tie-con-manange-panel a:link {
    color: #2B2B2B;
}*/
/*.tie-item .tie-con .tie-con-manange-panel a {
    background-color: #DADADA;
    display: inline-block;
    height: 25px;
    line-height: 25px;
    text-align: center;
    vertical-align: middle;
    width: 80px;
}*/
.tie-item .tie-con .tie-con-manange-panel a {
	margin: 0 5px;
}
.tie-bottom {
	background: url(../images/im/createbg.png);
	padding: 5px 5px 25px;
	position: relative;
}
.tie-tab-bottom-nav:after {
    clear: both;
    content: " ";
    display: block;
    height: 0;
    visibility: hidden;
}
.tie-tab-bottom-nav {
    height: 25px;
    margin-bottom: 10px;
    margin-left: 220px;
    /*margin-right: 30px;*/
    position: relative;
    text-align: left;
    z-index: 2;
}
.tie-tab-bottom-nav .tie-page {
    color: #2B2B2B;
    float: right;
    font-size: 12px;
    margin-top: 5px;
}
.tie-tab-bottom-nav div.page{
	float: right;
	font-size: 12px;
    margin-top: 5px;
    margin-right: 10px;
}
.media-iconfont-gongsiing{
	margin-top: 0;
	margin-bottom: 5px;
}
.media-content{
	border-radius: 5px;
	background: #ddedd4;
	padding: 5px 10px;
	float: left;
	color: #4c4848;
}

.red, .red:visited, .red a {
    color: #BA2636;
}
.replyTitle{
	position: absolute;
	top: 6px;
	left: -100px;
	font-size: 16px;
	color: #432100;
}
#reply_tie_warning {
	margin-left: 105px;
	/*width: 715px;*/
}
#reply_tie_warning .alert{
	padding: 2px 5px;
}
#reply_tie_warning .alert-dismissable .close,#reply_tie_warning .alert-dismissible .close{
	 top: -1px;
	 right: 3px;
}
#div_reply {
    clear: both;    
	margin:5px 5px 5px 205px;
    max-width: 737px;
    min-width: 572px;
    text-align: left;
}
div.page {
    text-align: center;
   	color: #777;
}
div.page a {
	/*font-size:14px;*/
    /*border: 1px solid #DDDDDD;*/
    color: #31B0D5;
    margin: 2px;
    padding: 1px 5px 1px 5px;
    text-decoration: nobackground: #fff;background: #fff;ne;
}
div.page a.link {
    border: 0px;
}
div.page a:hover {
    background-color: #E5F0F9;
    /*border: 1px solid #F90;*/
    /*color: #FF6633;*/
}
div.page a:active {
    background-color: #E5F0F9;
    /*border: 1px solid #F90;*/
    color: #FF6633;
}
div.page span {
    margin: 2px;
	padding: 1px 5px 1px 5px;
}
div.page span.current {
    /*background-color: #FFF9DD;*/
    /*border: 1px solid #31B0D5;*/
    color: #F6AB00;
    font-weight: bold;
}
div.page span.disabled {
    /*border: 1px solid #F3F3F3;*/
    color: #CCCCCC;
}
/* 论坛样式end*/


/*contact*/
/* new test style */
  .search-bar{
  	padding: 0 5px;
  	height: 45px;
  	line-height: 45px;
  }
/*contactEND*/

  
/*提醒颜色*/
.notic_red{
	border:1px solid #ddd;
	border-top: 1px solid #f2dede;
	border-left: 5px solid #f2dede;
	margin-bottom: 10px;
}
.notic_pink{
	border:1px solid #ddd;
	border-top: 1px solid #d9edf7;
	border-left: 5px solid #d9edf7;
	margin-bottom: 10px;
}
.notic_yellow{
	border:1px solid #ddd;
	border-top: 1px solid #fcfbe3;
	border-left: 5px solid #fcfbe3;
	margin-bottom: 10px;
}


/*chat*/
.media.chat {
	overflow: hidden;
	position: relative;
}
.media.chat .media-body{
	margin-left: 40px
}
.media.chat .media-body-right{
	padding-right: 40px;
	overflow: hidden;
}
.media.chat .media-left,
.media.chat .media-right{
	width: 40px;
}
.media.chat .media-right{
	position: absolute;
	top: 0;
	right: 0;
	text-align: right;
}
.media.chat .media-left img,
.media.chat .media-right img{
	padding: 1px;
	width: 32px;
	height: 32px;
	border: 1px solid #ddd;
}
.media.chat .media-content img,
.media.chat .media-body-right img{
	max-height: 300px;
	max-width: 300px;
}

.media.chat .media-body-right .media-content{
	float: right;
	background: #cef5fc;
}
.media.chat .media-body-right .media-iconfont-gongsiing{
	text-align: right;
}
.news-wrap{
	width: 1170px;margin: 20px auto;
	/*border: 1px solid #161E3E;*/
}
.news-left-title{
	 height: 30px;line-height: 30px;
}
.news-left-title-text{
	margin-top: 25px; color: #fff; font-weight: bold;font-size: 1.25em;
}
.news-bottom-content{
	margin-left: 130px;overflow: hidden;height: 30px;line-height: 30px;
	word-break: keep-all;
	margin-right: 50px;
}
.news-bottom-content ul{
	margin: 0;	
	padding-right: 40px;
}
.news-bottom-box{
	margin-left: 30px;
	padding-left: 30px;
	border-left: 1px solid #b1b1b9;
}
.news-bottom-date{
	margin: 10px;height: 40px;border: 1px solid #00697D;padding: 0 10px;
}
.news-bottom-title{
	margin-right: 20px;overflow: hidden;
}



.ctn-left,.ctn-right{
	width: 240px;
	overflow: hidden;
}

.partner-a{
	width: 130px;
	height: 81px;
}
.partner-img{
	width: 130px;
	height: 81px;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	/*background: #f2f2f2;*/ 
	border-right: 1px solid #82C0AF;
	border-bottom: 1px solid #82C0AF;
	box-shadow: 2px 2px 5px rgba(0,0,0,.05);
}
.partner-img img{
	max-width: 130px;
	max-height: 75px;
}


.same-content{
	overflow: hidden;
}
.same-content .same-box{
	width: 20% !important;
	margin: 0 !important;
	margin: 2.5% !important;
	float: left;
	border-radius: 5px 5px;
	background: #f2f2f2;
	box-shadow: 0px 2px 1px rgba(0,0,0,.15) !important;
	overflow: hidden;
}
.same-content .same-box a{
	width: 999px !important;
	height: 12em !important;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	background: #f2f2f2;
	border-radius: 5px 5px 0 0;
	background-size: cover;
}
.same-content .same-box a img{
 	max-height: 12em !important;
 	max-width: 100% !important;
}
.tile-box {
	line-height: inherit;
	display: block;
	position: relative;
	height: auto;
	padding: 0;
	text-align: center;
	border-width: 1px;
	border-style: solid
}

.tile-header {
	font-size: 12px;
	padding: 5px 10px;
	text-align: left;
	text-transform: uppercase;
	border: 0!important;
	background: rgba(255, 255, 255, .2)
}

.tile-header .float-right {
	opacity: .6;
	-moz-opacity: .6;
	filter: alpha(opacity: 60)
}

.tile-content-wrapper {
	position: relative;
	overflow: hidden;
	padding: 10px
}

.tile-content {
	font-size: 35px;
	text-align: right
}

.tile-content span {
	font-size: 25px;
	opacity: .7;
	-moz-opacity: .7;
	filter: alpha(opacity: 70)
}

.tile-content-wrapper small {
	font-size: 125%;
	display: block;
	text-align: right;
	opacity: .9;
	-moz-opacity: .9;
	filter: alpha(opacity: 90);
	margin-top: 15px;
	margin-right: 10px;
}

.tile-content-wrapper>.glyph-icon {
	font-size: 35px;
	line-height: 70px;
	position: absolute;
	top: 50%;
	left: 15px;
	height: 70px;
	margin-top: -36px;
	opacity: .9;
	-moz-opacity: .9;
	filter: alpha(opacity: 90);
}

.tile-footer {
	display: block;
	margin: 0;
	padding: 5px 10px;
	text-align: left;
	color: inherit;
	background: rgba(0, 0, 0, .1)
}

.bg-white .tile-footer {
	border-top-style: solid;
	border-top-width: 1px
}

.tile-footer:hover {
	opacity: .8;
	color: inherit;
	-moz-opacity: .8;
	filter: alpha(opacity: 80)
}

.tile-footer .glyph-icon {
	float: right
}

.tile-box-alt .tile-header {
	padding: 10px;
	text-align: center;
}

.tile-box-alt .tile-content-wrapper>.glyph-icon {
	font-size: 65px;
	margin-top: -32px
}

.tile-box-shortcut:hover .tile-content-wrapper>.glyph-icon,
a.tile-box.btn .tile-content-wrapper>.glyph-icon,
a.tile-box.btn .tile-header .float-right {
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out
}

a.tile-box.btn:hover .tile-content-wrapper>.glyph-icon {
	opacity: .9;
	-moz-opacity: .9;
	filter: alpha(opacity: 90)
}

a.tile-box.btn:hover .tile-header .float-right {
	opacity: .9;
	-moz-opacity: .9;
	filter: alpha(opacity: 90)
}

.tile-content-wrapper .easyPieChart {
	margin-top: -5px;
	margin-bottom: -5px;
	font-size: 19px;
	font-weight: 300
}

.tile-box-shortcut .tile-header {
	background: 0 0;
	padding: 0;
	position: absolute;
	right: 10px;
	bottom: 6px;
	font-size: 100%;
	/*font-weight: bold;*/
	opacity: .7;
}

.tile-box-shortcut .bs-badge {
	left: auto;
	right: 10px;
	top: 10px;
	background: rgba(0, 0, 0, .5)
}

.tile-box-shortcut .tile-content-wrapper {
	padding: 0;
	min-height: 80px
}

.tile-box-shortcut .tile-content-wrapper>.glyph-icon {
	position: absolute;
	left: 15px;
	top: 30px
}

.tile-box-shortcut:hover .tile-content-wrapper>.glyph-icon {
	opacity: .8;
	-moz-opacity: .8;
	filter: alpha(opacity: 80)
}

.custom-popup-modal{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	background: #f2f2f2;
	overflow: auto;
	z-index: 9999;
}
.main-search-box {
    background: #fff;
    padding: 5px 10px;
    margin: 20px 1px 1px 0;
}

.pay_price{
	position: absolute;right: 5px;top: 5px;width: 80px;bottom: 5px;border-radius: 4px 4px;background: #f2f2f2;
	box-shadow: 0 0 1px rgba(0,0,0,.05);
}
.pay_price td{
	line-height: 1!important;
	border: none!important;
	padding: 0!important;
}
.pay_price small{
	vertical-align: middle;
}
.pay_price:before{
	width: 10px;
	background: #f5f5f5;
	position: absolute;
	top: 10px;
	bottom: 10px;
	left: -12px;
	content:"";
	border-radius: 4px 0 0 4px;
	box-shadow: 0 0 1px rgba(0,0,0,.05);
}
.pay_price:after{
	width: 10px;
	background: #f9f9f9;
	position: absolute;
	top: 20px;
	bottom: 20px;
	left: -24px;
	content:"";
	border-radius: 10px 0 0 10px;
	box-shadow: 0 0 1px rgba(0,0,0,.05);
}
.pay_menu{
	position: relative;min-height: 80px;
	background: #fff;
	color: #333;
}
.color-border-success{
	border-left: 3px solid #36c6d3;
}
.color-border-blue{
	border-left: 3px solid #2db7f5;
}
.color-border-red{
	border-left: 3px solid #e7505a;
}
.color-border-green{
	border-left: 3px solid #5eb95e;
}
.color-border-yellow{
	border-left: 3px solid #F1C40F;
}
.color-border-gray{
	border-left: 3px solid #f2f2f2;
	color: #999;
}
.color-border-success .pay_price{
	background: #36c6d3;
	color: #fff;
}
.color-border-blue .pay_price{
	background: #2db7f5;
	color: #fff;
}
.color-border-red .pay_price{
	background: #e7505a;
	color: #fff;
}
.color-border-green .pay_price{ 
	background: #5eb95e;
	color: #fff;
}
.color-border-yellow .pay_price{
	background: #F1C40F;
	color: #fff;	
}
.color-border-gray .pay_price{
	background: #f2f2f2;
	color: #aaa;	
}

.pay_menu:focus,.pay_menu:hover{
	/*opacity: .8;*/
}
.color-border-gray:hover,.color-border-gray:focus{
	background: #fff;
}
.badge-warning{
	background: #F37B1D;
}
.badge-secondary{
	background: #3bb4f2;
}
.badge-success{
    background-color: #5eb95e;
}
.badge-danger{
   	background-color: #dd514c;
}

.watermark{
	position: relative;
	background: #fff;
}
.watermark > div,
.watermark > table{
	background: transparent;
	position: relative;
	z-index: 1;
}
.watermark .repeat-watermark{
	position: absolute;
	top: 0;
	left: 0;
	/*z-index: -1;*/
	z-index: 0;
}

.contribution-rank{
	background: #fff;
	margin-right: 1px;
	padding: 10px;
	overflow: hidden;
}
.contribution-rank .contribution-rank-wrap{
	width: 33%;
	/*height: 126px;*/
	float: left;
	display: block;
}
.contribution-rank .contribution-rank-block{
    display: block;
    position: relative;
    width: 63px;
    height: 74px;
    margin: 0 auto;
}
.contribution-rank .contribution-rank-block img {
    width: 58px;
    height: 58px;
    margin-top: 15px;
    /*margin-left: -3px;*/
}
.contribution-rank .contribution-rank-block .contribution-rank-item-icon.top1 {
    background: url(../images/contribution-item-icon1.png) no-repeat;
}
.contribution-rank .contribution-rank-block .contribution-rank-item-icon.top2 {
    background: url(../images/contribution-item-icon2.png) no-repeat;
}
.contribution-rank .contribution-rank-block .contribution-rank-item-icon.top3 {
    background: url(../images/contribution-item-icon3.png) no-repeat;
    left: -1px;top: 1px;
}
.contribution-rank .contribution-rank-block .contribution-rank-item-icon{
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.contribution-rank-price{
	font-size: 12px;
	color: #999;
}
.line-block {
	background: #f2f2f2;
	height: 10px;
	width: 100%;
	display: block;
}
.gray-bg{
	background: #f2f2f2;
}
.white-bg{
	background: #fff;
}

.mortgage-detail .am-list{
	margin: 0;
	color: #999;
	font-size: 80%;
}
.mortgage-detail .am-list li{
	border-bottom: 1px solid #eee;
	padding: 10px 10px;
}
.am-label-svip{
	background: #ffe478;
	color: #f35a4a;
}
.am-label-vip{
	background: #f35a4a;
	color: #fff;
}

.notice-mask{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.5);
	display: block;
	z-index: 9999
}
.notice-block,.pay-result{
	margin: 100px auto 0;
	width: 80%;
	background: #fff;
	/*border: 1px solid rgba(255,0,0,.5);*/
	border-radius: .5rem;
	max-width: 460px;
}
.notice-block-top{
	height: 14rem;
	width: 100%;
	border-radius: .5rem .5rem 0 0;
	display: block;
	background: url(/pc/images/notic-img/bg.png) center bottom no-repeat;
	background-size: cover;
	position: relative;
}
.notice-block-bottom{
	padding: .5rem 1rem 1rem;
	text-align: center;
}
.notice-icon{
	position: absolute;
	left: 0%;
	right: 0%;
	height: 11rem;
	top: -5.5rem;
	text-align: center;
}
.notice-icon img{
	height: 100%;
	display: inline-block;
}
.notice-i{
	position: absolute;
	right: 2.5rem;
	width: 1px;
	height: 1rem;
	top: -1rem;
	background: #fff;
}
.notice-close{
	width: 3.5rem;
	height: 3.5rem;
	position: absolute;
	top: -4.25rem;
	right: .75rem;
	display: block;
	background: url(/pc/images/notic-img/close.png);
	background-size: cover;
}
.notice-title{
	position: absolute;
	top: 4.5rem;
	left: 0;
	width: 100%;
}
.color-1{
	border: 2px solid #f8bc17;
	border-image: -webkit-linear-gradient(to right,#f8bc17,#fbe7a4) 2 2;
	border-image: -moz-linear-gradient(to right,#f8bc17,#fbe7a4) 2 2;
	border-image: linear-gradient(to right,#f8bc17,#fbe7a4) 2 2;
	position: relative;
	background: #fff;
}
.search-icon-qa{
	width: 37px;
	position: absolute;
	top: -4px;
	right: -4px;
}
.color-1 .box-title{
	background: #f8bc17;
	background: -webkit-linear-gradient(90deg, #f8bc17, #fbe7a4); /* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(90deg, #f8bc17, #fbe7a4); /* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(90deg, #f8bc17, #fbe7a4); /* Firefox 3.6 - 15 */
	background: linear-gradient(90deg, #f8bc17, #fbe7a4); /* 标准的语法 */
	color: #fff;
	padding: .25rem .5rem;
	font-size: 110%;
}
.color-2{
	border: 2px solid #f3685a;
	border-image: -webkit-linear-gradient(to right,#f3685a,#f6c1bc) 2 2;
	border-image: -moz-linear-gradient(to right,#f3685a,#f6c1bc) 2 2;
	border-image: linear-gradient(to right,#f3685a,#f6c1bc) 2 2;
	position: relative;
	background: #fff;
}
.color-2 .box-title{
	background: #f3685a;
	background: -webkit-linear-gradient(90deg, #f3685a, #f6c1bc); /* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(90deg, #f3685a, #f6c1bc); /* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(90deg, #f3685a, #f6c1bc); /* Firefox 3.6 - 15 */
	background: linear-gradient(90deg, #f3685a, #f6c1bc); /* 标准的语法 */
	color: #fff;
	padding: .25rem .5rem;
	font-size: 110%;
}
.color-1 .box-line,.color-2 .box-line{
	border: none;
	padding: 8px 0 3px;
}
.loan-box{
	
}
.loan-box .loan-report-btn,.loan-box .loan-remark-btn{
	display: none;
}
.loan-box:hover .loan-report-btn,.loan-box:hover .loan-remark-btn{
	display: inline-block;
}

.btn-outlined.btn{
	background: #fff;
	color: #333;
	border: 1px solid #bdbdbd;
}
.btn-outlined.btn-danger {
	background: #fff;
	color: #d7342e;
	border: 1px solid #d7342e;
}
/*  -- flex弹性布局 -- */
.flex {
	display: flex;
}
.basis-xs {
	flex-basis: 20%;
}
.basis-sm {
	flex-basis: 40%;
}
.basis-df {
	flex-basis: 50%;
}
.basis-lg {
	flex-basis: 60%;
}
.basis-xl {
	flex-basis: 80%;
}
.flex-sub {
	flex: 1;
}
.flex-twice {
	flex: 2;
}
.flex-treble {
	flex: 3;
}
.flex-direction {
	flex-direction: column;
}
.flex-wrap {
	flex-wrap: wrap;
}
.align-start {
	align-items: flex-start;
}
.align-end {
	align-items: flex-end;
}
.align-center {
	align-items: center;
}
.align-stretch {
	align-items: stretch;
}
.self-start {
	align-self: flex-start;
}
.self-center {
	align-self: flex-center;
}
.self-end {
	align-self: flex-end;
}
.self-stretch {
	align-self: stretch;
}
.align-stretch {
	align-items: stretch;
}
.justify-start {
	justify-content: flex-start;
}
.justify-end {
	justify-content: flex-end;
}
.justify-center {
	justify-content: center;
}
.justify-between {
	justify-content: space-between;
}
.justify-around {
	justify-content: space-around;
}
/*  -- flex弹性布局结束 -- */