@charset "utf-8";

body {
	margin: 0;
	padding: 0 0 0 0;
	font-size: 14px;
	line-height: 1.5;
	min-width: 1170px;
	font-family: "\5FAE\8F6F\96C5\9ED1";
	font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif;
}

body, h1, h2, h3, h4, h5, a, p, ul {
	font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif;
}

body a:visited {
	text-decoration: none;
}

a:hover {
	color: #5292C6;
}

form, ul, li, p, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	list-style: none;
}

ol, ul {
	list-style-type: none
}

:link img, :visited img, a img, fieldset, img {
	border: 0
}

input, select {
	line-height: 16px;
}

img {
	border: 0;
	vertical-align: initial;
}

a {
	text-decoration: none;
}

a:hover, a:focus {
	text-decoration: none;
}

body a {
	outline: none;
	blr: expression(this.onFocus = this.blur ());
	text-decoration: none;
	/*transition:all 0.3s ease; -webkit-transition:all 0.3s ease ;*/
}
/*统一样式 start*/
.fixed:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.fixed {
	display: block;
}

.fixed {
	min-height: 1%;
}

* html .fixed {
	height: 1%;
}

body a:link {
	text-decoration: none;
}

body a:hover {
	text-decoration: none;
}

input {
	padding-top: 0;
	padding-bottom: 0
}

input::-moz-focus-inner {
	border: 0;
	padding: 0
}

input, select {
	vertical-align: middle
}

input, select, textarea {
	font-size: 14px;
	margin: 0
}

input[type=text], input[type=password], textarea {
	outline-style: none;
	-webkit-appearance: none
}

textarea {
	resize: none
}

body {
	width: 100%;
	min-width: 1200px;
}

.layer-container {
	width: 1200px;
	margin: auto;
	background-color: #fff;
	margin-top: 10px ;
	padding-bottom: 1px;
}

.xmck_container {
	margin-top: -20px;
	margin-left: -20px;
}

.ma20 {
	margin-top: 20px;
}

.head_banner {
	position: relative;
}

.head_banner img {
	width: 100%;
}

.head_banner .layer-container {
	position: absolute;
	height: 100%;
	width: 1200px;
	left: 50%;
	margin-left: -600px;
	z-index: 1;
	top: 0;
}

.head_banner .tips {
	background: rgba(1, 73, 132, 0.33);
	color: #fff;
	border-radius: 10px;
	line-height: 22px;
	padding: 0 12px;
	display: inline-block;
	float: right;
	margin-top: 20px;
	font-size: 12px;
}

.top_logo {
	float: right;
	margin-top: 11px;
	position: relative;
}

.top_logo .seach_ptext {
	border: 0;
	width: 170px;
	height: 32px;
	line-height: 32px;
	float: left;
	font-size: 14px;
	padding-left: 30px;
	padding-right: 8px;
	background: #FFFFFF url(../images/hd_ic_search.png) no-repeat left 8px
		center;
}

.top_logo .seach_ptext::-moz-placeholder {
	color: #ccc;
	opacity: 1;
}

.top_logo .seach_ptext:-moz-placeholder {
	color: #ccc;
	opacity: 1;
}

.top_logo .seach_ptext:-ms-input-placeholder {
	color: #ccc;
}

.top_logo .seach_ptext::-webkit-input-placeholder {
	color: #ccc;
}

.top_logo .searchBtn {
	background: #EC6D01;
	height: 32px;
	line-height: 32px;
	width: 64px;
	text-align: center;
	font-size: 16px;
	color: #FFFFFF;
	display: inline-block;
	border: 0;
}

.top_logo .searchBtn:focus {
	outline: none;
}

.top_logo .searchBtn i {
	margin-right: 5px;
}

.top_logo_other .seach_ptext {
	background-image: none;
	padding-left: 8px;
	width: 185px;
}

.top_logo .searchIcon {
	width: 32px;
	height: 32px;
	display: inline-block;
	background: #fff url(../images/hd_ic_search.png) no-repeat center;
	cursor: pointer;
	border: 0;
}

.top_logo .searchIconBtn {
	width: 32px;
	height: 32px;
	background: #EC6D01;
	display: inline-block;
	font-size: 16px;
	color: #FFFFFF;
	line-height: 32px;
	text-align: center;
	border: 0;
}

.top_logo_otherSearch .seach_ptext {
	background-image: none;
	padding-left: 8px;
	width: 250px;
	height: 38px;
	line-height: 18px;
}

.top_logo_otherSearch .searchIconBtn {
	height: 38px;
	width: 38px;
	line-height: 38px;
}

.menu-list {
	width: 100%;
	height: 54px;
	background: #5292C6;
}

.menu-list .nav {
	width: 1200px;
	margin: auto;
	display: block;
}

.menu-list .nav ul {
	float: left;
}

.menu-list .nav ul li {
	float: left;
	line-height: 54px;
	position: relative;
}

.menu-list .nav ul li a {
	color: #fff;
	font-size: 18px;
	display: block;
	padding: 0 40px;
}

.menu-list .nav ul li a.active, .menu-list .nav ul li a:hover {
	background: #6BA7D7;
	font-weight: bold;
}

.portlet {
	margin-top: 0;
	margin-bottom: 25px;
}

.portlet>.portlet-title {
	border-bottom: 2px solid #333;
	color: #333;
	margin-bottom: 15px;
}

.portlet>.portlet-title:after, .portlet>.portlet-title:before {
	content: " ";
	display: table;
	clear: both;
}

.portlet>.portlet-title>.caption {
	display: inline-block;
	padding: 15px 0;
	float: left;
	font-size: 18px;
	color: #333333;
	letter-spacing: 0.4px;
	text-align: left;
	font-weight: bold;
	line-height: inherit;
	max-width: 80%;
}

.portlet>.portlet-title-index>.caption {
	font-size: 20px;
	color: #222;
}

.portlet>.portlet-title>.caption img {
	margin-right: 10px;
	vertical-align: text-bottom;
	width: 23px;
}

.portlet>.portlet-title>.hasSubtitle {
	padding: 10px 0;
}

.portlet>.portlet-title>.hasSubtitle+.tools {
	padding-top: 35px;
}

.portlet>.portlet-title>.caption small {
	font-size: 11px;
	color: #666666;
	font-weight: normal;
	line-height: 18px;
	display: block;
	letter-spacing: 0;
}

.portlet>.portlet-title>.tools {
	float: right;
	display: inline-block;
	padding: 20px 0 8px;
}

.portlet>.portlet-title>.tools>a {
	height: inherit;
}

.portlet .portlet-body {
	clear: both;
}

.friend {
	background: #F7F7F7;
	padding-bottom: 40px;
}

.friend-links {
	border-bottom: 1px solid #E9E9E9;
	margin-bottom: 25px;
}

.friend-links-title {
	font-size: 16px;
	width: 10%;
	color: #222222;
	font-weight: bold;
	float: left;
	display: block;
	line-height: 60px;
}

.friend-links>ul {
	width: 90%;
	float: left;
}

.friend-links>ul>li {
	float: left;
	width: 20%;
	padding: 0 15px;
	box-sizing: border-box;
	text-align: center;
	position: relative;
}

.friend-links>ul>li>a {
	font-size: 14px;
	color: #222222;
	text-align: center;
	display: block;
}

.friend-links>ul>li+li:before {
	background: #E9E9E9;
	position: absolute;
	width: 1px;
	height: 24px;
	top: 50%;
	margin-top: -12px;
	left: 0;
	content: "";
}

.friend-links li .dropdown-menu {
	max-height: 200px;
	overflow-y: auto;
	margin-top: 2px;
}

.friend-links li .dropdown-menu::-webkit-scrollbar {
	width: 5px;
	height: 8px;
	background-color: rgba(0, 0, 0, 0.1);
}

.friend-links li .dropdown-menu::-webkit-scrollbar-thumb {
	background-color: rgba(0, 0, 0, 0.3)
}

.friend-links li .dropdown-toggle span.username {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	max-width: 88%;
	display: inline-block;
	line-height: 60px;
}

.friend-links li .dropdown-toggle i.fa {
	vertical-align: top;
	line-height: 60px;
}

.friend-links .bs-select, .friend-links .bs-select .btn {
	border: 0;
	background: transparent;
	line-height: 50px;
	height: 100%;
}

.friend-links select {
	appearance: none;
}

.friend-links .bs-caret {
	display: none;
}

.friend-links .bootstrap-select.btn-group .dropdown-toggle .filter-option
	{
	text-overflow: ellipsis;
	position: relative;
	padding-right: 16px;
	width: auto;
	max-width: 100%;
}

.friend-links .bootstrap-select.btn-group .dropdown-toggle .filter-option:after
	{
	position: absolute;
	top: 50%;
	right: 0;
	width: 8px;
	height: 6px;
	border-left: 1px solid #555;
	border-bottom: 1px solid #555;
	content: "";
	transform: rotate(-45deg);
	margin-top: -4px;
}

/* .friend-links .dropdown-menu li{width: 100%; display: block; float: none;}
.friend-links .dropdown-menu li+li:before{display: none;}
.friend-links .dropdown-menu li a{line-height: inherit;} */
.friend-boxs li {
	width: 288px;
	height: 168px;
	margin-right: 15px;
	float: left;
	background: #E9E9E9;
}

.friend-boxs li:last-child {
	margin-right: 0;
}

.friend-boxs li .friend-title {
	background: #E5E5E5;
	line-height: 50px;
	font-size: 14px;
	color: #333333;
	padding: 0 25px;
	min-height: 50px;
}

.friend-boxs li .friend-body {
	font-size: 14px;
	color: #333333;
	line-height: 22px;
	padding: 18px 25px;
}

.friend-boxs li .friend-body a {
	width: 50%;
	float: left;
	color: #333333;
}

.friend-boxs li .friend-body p img {
	margin-right: 15px;
}

.footer {
	background: #3498db; 
	text-align: center;
	font-size: 13px;
	color: #fff;
	line-height: 22px;
	padding-bottom: 40px;
	margin-top: 8px;
}

.footer a {
	color: #333333;
	margin-right: 15px;
}

.footer a:hover {
	color: #5292C6;
}

.footer span {
	color: #999999;
}

.footer img {
	vertical-align: middle;
	margin: 0 6px;
}

.fixed-right {
	width: 56px;
	right: 0;
	top: 50%;
	margin-top: -170px;
	position: fixed;
	z-index: 99;
}

.consulting-service {
	display: block;
	width: 56px;
	padding: 15px 10px;
	text-align: center;
	font-size: 18px;
	color: #333333;
	letter-spacing: 0.18px;
	background: #FFFFFF;
	border: 1px solid #E9E9E9;
	margin-bottom: 8px;
}

.consulting-service:hover, .consulting-service:focus {
	color: #333333;
}

.consulting-guide {
	display: block;
	/* background-image: linear-gradient(180deg, #FF7500 0%, #FFA456 100%); */
	filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#FF7500',
		endColorStr='#FFA456', gradientType='0');
	background: -webkit-linear-gradient(top, #FF7500, #FFA456);
	background: -o-linear-gradient(bottom, #FF7500, #FFA456);
	background: -moz-linear-gradient(bottom, #FF7500, #FFA456);
	background: linear-gradient(to bottom, #FF7500, #FFA456);
	font-size: 18px;
	color: #FFFFFF;
	letter-spacing: 0.18px;
	width: 56px;
	padding: 15px 10px;
	text-align: center;
}

.consulting-guide:hover, .consulting-guide:focus {
	color: #FFFFFF;
}

.page-bar {
	border-bottom: 1px solid #E9E9E9;
	margin-top: 10px;
	margin-bottom: 0;
	background: #fff;
}

.page-bar-detail {
	margin-bottom: 2px;
	border-bottom: 0;
}

.page-bar .page-breadcrumb {
	display: inline-block;
	padding: 13px 6px;
	margin: 0;
	list-style: none;
	font-size: 14px;
}

.page-bar .page-breadcrumb>li {
	display: inline-block;
	color: #9D9D9D;
}

.page-bar .page-breadcrumb>li>i {
	color: #8C8C8C;
	font-size: 12px;
	text-shadow: none;
}

.page-bar .page-breadcrumb>li>a {
	color: #9D9D9D;
}

.page-bar .page-breadcrumb>li span {
	color: #222222;
}

.information_title {
	border-bottom: 2px solid #333;
	margin-bottom: 15px;
}

.more {
	font-size: 14px;
	color: #5292C6;
	float: right;
}

.more img {
	margin-left: 3px;
}

.more:hover, .more:focus {
	color: #5292C6;
}

.information_list li {
	position: relative;
	font-size: 0;
	padding: 4px 0 4px 12px;
}

.information_list li:before {
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -2px;
	background: #999999;
	width: 4px;
	height: 4px;
	display: inline-block;
	content: " ";
	border-radius: 10px;
}

.information_list li a {
	line-height: 26px;
	width: 78%;
	display: inline-block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	font-size: 16px;
	color: #333333;
	letter-spacing: 0.4px;
	text-align: justify;
}

.information_list li a:hover {
	color: #5292C6;
}

.information_list li span {
	line-height: 26px;
	float: right;
	width: 20%;
	text-align: right;
	display: inline-block;
	font-size: 16px;
	color: #9D9D9D;
}

.information_list2 li a {
	font-size: 14px;
	color: #666666;
	line-height: 28px;
}

.information_list2 li span {
	font-size: 14px;
	color: #666666;
	color: #9D9D9D;
}

.information_title .information_tabs li {
	float: left;
	border-bottom: 6px solid transparent;
	margin-right: 24px;
	margin-bottom: -2px;
}

.information_title .information_tabs a {
	font-size: 20px;
	color: #333333;
	display: inline-block;
	font-weight: bold;
	padding: 14px 1px;
	letter-spacing: 0.4px;
}

.information_title .information_tabs li.active {
	border-bottom-color: #5292C6;
}

.information_title .information_tabs li.active a, .information_title .information_tabs li:hover a
	{
	color: #0167B5;
}

.information_title .tools {
	float: right;
	display: inline-block;
	padding: 18px 0 8px;
}

.credit-title {
	margin-bottom: 10px;
}

.credit-title>.caption {
	float: left;
	display: inline-block;
	font-weight: bold;
	font-size: 20px;
	color: #333333;
}

.credit-title>.tools {
	float: right;
	display: inline-block;
}

.credit-title>.tools .seach_ptext {
	background-color: #F7F7F7;
	border: 1px solid #E9E9E9;
}

.credit_tabs_title {
	border-bottom: 2px solid #333;
	margin-bottom: 10px;
}

.credit_tabs_title>.caption {
	float: left;
	display: inline-block;
	font-weight: bold;
	font-size: 18px;
	color: #333333;
	padding: 10px 0;
}

.credit_tabs_title .tools {
	float: right;
	display: inline-block;
	padding: 16px 0 8px;
}

.credit_tabs li {
	float: left;
	border-bottom: 6px solid transparent;
	margin-right: 24px;
	margin-bottom: -2px;
}

.credit_tabs li a {
	padding: 13px 1px 14px;
	font-size: 18px;
	color: #333333;
	display: inline-block;
	font-weight: bold;
}

.credit_tabs li.active {
	border-bottom-color: #5292C6;
}

.credit_tabs li.active a, .credit_tabs li:hover a {
	color: #5292C6;
}

.credit_tabs_two {
	float: left;
}

.credit_tabs_two .tools {
	float: right;
	display: inline-block;
	padding: 10px 0 8px;
}

.credit_tabs_two li {
	float: left;
	position: relative;
}

.credit_tabs_two li+li:after {
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -5px;
	width: 1px;
	height: 10px;
	background: #E5E5E5;
	content: '';
}

.credit_tabs_two li a {
	font-weight: normal;
	font-size: 16px;
	color: #666666;
	padding: 10px 15px;
	display: inline-block;
}

.credit_tabs_two li:first-child a {
	padding-left: 0;
}

.credit_tabs_two li:last-child a {
	padding-right: 0;
}

.credit_tabs_two li.active a, .credit_tabs_two li:hover a {
	color: #5292C6;
	font-weight: bold;
}

.credit_tabs_two_title {
	margin-bottom: 10px;
	clear: none;
}

.credit_tabs_two_title .credit_tabs_four {
	float: left;
}

.credit_tabs_two_title .tools {
	float: right;
	display: inline-block;
	padding-top: 11px;
}

.credit_tabs_three li {
	float: left;
	margin-bottom: -1px;
	display: block;
}

.credit_tabs_three li a {
	font-weight: normal;
	font-size: 14px;
	color: #666666;
	padding: 7px 10px;
	border: 1px solid #E9E9E9;
	border-bottom: 0;
	display: block;
	margin-right: 4px;
}

.credit_tabs_three li.active a {
	color: #5292C6;
	background: #FFFFFF;
	border-bottom-color: transparent;
}

.credit_tabs_three li:hover a {
	color: #5292C6;
}

.credit_tabs_four_title {
	padding: 15px 20px;
}

.credit_tabs_four .tools {
	float: right;
	display: inline-block;
	padding: 10px 0 8px;
}

.credit_tabs_four li {
	float: left;
	margin-right: 15px;
}

.credit_tabs_four li a {
	font-weight: normal;
	font-size: 14px;
	color: #666666;
	padding: 5px 8px;
	background: #F7F7F7;
	display: inline-block;
}

.credit_tabs_four li.active a, .credit_tabs_four li:hover a {
	color: #5292C6;
	background: #EDF4F9;
}

/**/
.public_tabs_four li {
	float: left;
	margin-right: 15px;
}

.public_tabs_four li a {
	font-weight: normal;
	padding: 5px 12px;
	background: #fff;
	display: inline-block;
	font-size: 14px;
	color: #8C8C8C;
}

.public_tabs_four li.active a, .public_tabs_four li:hover a {
	color: #fff;
	background: #5292C6;
}

.credit_content_three {
	border: 1px solid #E9E9E9;
	min-height: 100px;
}

.dropdown-menu {
	padding: 12px 0;
}

.dropdown-menu>li>a {
	padding: 6px 15px;
}

.dropdown-menu>li.active:hover>a, .dropdown-menu>li.active>a,
	.dropdown-menu>li:hover>a {
	background: #F0FBFF;
}

.marginBottom25 {
	margin-bottom: 25px !important;
}

.text-center {
	text-align: center !important;
}

.radius0 {
	border-radius: 0 !important;
}

.public-title {
	margin-bottom: 30px;
}

.public-title strong {
	font-size: 20px;
	color: #333333;
	font-weight: bold;
	margin-right: 10px;
}

.public-title i {
	font-style: normal;
	font-size: 14px;
	color: #ED7C1B;
}
.title1 {
	max-width: 240px;
	font-size: 14px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	display: block;
	color: #555555;
}

.tztbTitle1 {
	max-width: 1040px;
}

/***/
.mainContent {
	padding: 15px 0;
}

.mainContent .mainContent-left {
	width: 280px;
	float: left;
}

.mainContent .mainContent-right {
	width: 890px;
	float: right;
}

.sidebar {
	background: #FFFFFF;
	box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.10);
	min-height: 240px;
	padding-top: 24px;
	padding-bottom: 32px;
	margin-bottom: 25px;
}

.side_nav .tit {
	font-size: 16px;
	color: #333333;
	letter-spacing: 0;
	padding: 24px 24px 12px;
}

.side_nav>ul {
	margin: 0px;
}

.side_nav>ul>li {
	line-height: 40px;
	position: relative;
}

.side_nav>ul>li>a {
	font-size: 16px;
	color: #333333;
	padding: 0 24px;
	display: block;
}

.side_nav>ul>li.active>a {
	font-weight: bold;
}

.side_nav>ul>li.active .second-child {
	display: block;
}

/*二级菜单*/
.second-child {
	display: none;
}

.second-child li {
	line-height: 38px;
	position: relative;
}

.second-child>li:first-child {
	padding-top: 10px;
}

.second-child>li:last-child {
	padding-bottom: 10px;
}

.second-child li a {
	font-size: 14px;
	color: #666666;
	display: block;
	padding: 0 40px;
	transition: all 0.5s;
	position: relative;
}

.second-child li a:after {
	position: absolute;
	right: 0;
	top: 0;
	height: 0;
	width: 2px;
	background: #5292C6;
	content: "";
	transition: height 0.5s;
}

.second-child li.active>a, .second-child li:hover>a {
	background: #F0FBFF;
	color: #5292C6;
}

.second-child li.active>a:after, .second-child li:hover>a:after {
	height: 100%;
}

/*三级菜单*/
.second-child li.active .third-child {
	display: block;
}

.third-child {
	padding: 5px 0;
	display: none;
}

.third-child li {
	line-height: 38px;
	position: relative;
}

.third-child li a {
	font-size: 14px;
	color: #666666;
	display: block;
	padding: 0 40px 0 50px;
	transition: all 0.5s;
	position: relative;
}

.third-child li a:after {
	position: absolute;
	right: 0;
	top: 0;
	height: 0;
	width: 2px;
	background: #5292C6;
	content: "";
	transition: height 0.5s;
}

.third-child li.active a, .third-child li:hover a {
	background: #F0FBFF;
	color: #5292C6;
}

.third-child li.active a:after, .third-child li:hover a:after {
	height: 100%;
}

.marginbottom20 {
	margin-bottom: 20px !important;
}

.tools .top_logo {
	margin-top: 0;
	float: left;
}

.tools .top_logo .queryCriteria {
	font-size: 20px;
	font-weight: bold;
	float: left;
	margin-right: 10px;
	"
}

.queryCriteria {
	
}

/*table*/
.table>thead>tr>td, .table>thead>tr>th, .table>tbody>tr>th {
	padding: 17px 22px;
	vertical-align: middle;
}

.table>tbody>tr>td {
	padding: 14px 22px;
	line-height: 1.7;
}

.table tbody tr .thTitle {
	font-size: 18px;
	color: #333333;
	font-weight: bold;
	text-align: left !important;
}

.public-table {
	border: 1px solid #E9E9E9;
}

.public-table thead tr th, .public-table tr th {
	background: #ceebfc;
	font-size: 14px;
	color: #666666;
	font-weight: 500;
}

.public-table>thead>tr>th {
	border-bottom: 0;
	border: 1px solid #e6e6e6;
}

.public-table>tbody>tr>td, .public-table tr td {
	border-top: 0;
	font-size: 14px;
	color: #666666;
	border-bottom: 1px solid #E9E9E9;
}

.public-table>tbody>tr>td:nth-child(2) {
	min-width: 80px;
    text-align: center;
}


.public-table>tbody>tr>td .title1 a {
	color: #555555;
	background: none !important;
}

.public-table>tbody>tr>td a:hover {
	color: #5292C6;
}

.public-table>tbody>tr>td .operation {
	color: #5292C6;
}

.form-table>tbody>tr>td {
	border: 1px solid #E9E9E9;
}

.form-table>thead>tr>th:first-child, .form-table>tbody>tr>td:first-child
	{
	text-align: right;
}

.firstChild-center thead tr th:first-child, .firstChild-center tbody tr td:first-child
	{
	text-align: center;
}

.operation-table thead tr th:last-child, .operation-table tr th:last-child,
	.operation-table tbody tr td:last-child, .operation-table tr td:last-child
	{
	text-align: right;
}

/*分页*/
.pagenation {
	text-align: right;
	margin-bottom: 30px;
}

.pagenation>ul>li {
	display: inline-block;
	margin: 0 2px;
}

.pagenation>ul>li>a {
	border: 1px solid #E9E9E9;
	padding: 5px 10px;
	display: inline-block;
	font-size: 14px;
	color: #666666;
}

.pagenation>ul>li.active>a, .pagenation>ul>li:hover>a {
	border-color: #5292C6;
	background: #5292C6;
	color: #fff;
}

.pagenation {
	text-align: right;
	margin-bottom: 30px;
}

.pagenation>ul>li {
	display: inline-block;
	margin: 0 2px;
}

.pagenation>ul>li>a {
	border: 1px solid #E9E9E9;
	padding: 5px 10px;
	display: inline-block;
	font-size: 14px;
	color: #666666;
}

.pagenation>ul>li.active>a, .pagenation>ul>li:hover>a {
	border-color: #5292C6;
	background: #5292C6;
	color: #fff;
}

.pagesite {
	text-align: right;
	margin-bottom: 30px;
}

.pagesite a, .pagesite select {
	border: 1px solid #E9E9E9;
	padding: 5px 10px;
	display: inline-block;
	font-size: 14px;
	color: #666666;
	margin: 0 2px;
}

.pagesite select:focus {
	outline: none;
}

.pagesite a.active, .pagesite a:hover {
	border-color: #5292C6;
	background: #5292C6;
	color: #fff;
}

.detail {
	/*border: 1px solid #E9E9E9;*/
	margin-top: 15px;
	margin-bottom: 50px;
	padding: 30px;
	padding-top: 10px;
}

.marginbottom15 {
	margin-bottom: 12px !important;
}

/*搜索*/
.form-control {
	height: 32px;
	padding: 5px 12px;
	background: #FFFFFF;
	border: 1px solid #E9E9E9;
	border-radius: 0;
}

.form-group .input-inline {
	margin-right: 0;
}

.form-control::-moz-placeholder {
	color: #ccc;
	opacity: 1;
}

.form-control:-moz-placeholder {
	color: #ccc;
	opacity: 1;
}

.form-control:-ms-input-placeholder {
	color: #ccc;
}

.form-control::-webkit-input-placeholder {
	color: #ccc;
}

.search-box {
	background: #F7F7F7;
	border: 1px solid #E9E9E9;
	padding: 20px 20px 20px 15px;
	margin-bottom: 15px;
}

/* 
.search-box .form-group {
	margin-bottom: 8px;
} */
.search-box .row, .search-box .form-group {
	margin-left: -10px;
	margin-right: -10px;
}

.search-box [class*="col-"] {
	padding-left: 10px;
	padding-right: 10px;
}

.search-box .control-label {
	font-size: 14px;
	color: #666666;
	padding-right: 0;
	padding-top: 4px;
}

.search-box .form-control {
	background: #FFFFFF;
	border: 1px solid #E9E9E9;
	border-radius: 0;
}

.search-box .input-icon.right>i {
	margin-top: 3px;
}

.search-box .input-group-as {
	color: #666666;
	line-height: 32px;
}

.btn {
	padding: 5px 20px;
	border-radius: 0;
	font-size: 14px;
}

.btnExport{
    width: 90px;
    height: 38px;
    background: #f8ac59;
    margin-left: 10px !important;
    margin-top: -4px !important;
    padding: 5px !important;
    font-size: 16px;
}

.btn-white {
	background: #FFFFFF;
	border: 1px solid #E9E9E9;
	color: #666666;
}

.btn-blue {
	background: #5292C6;
	font-size: 14px;
	color: #FFFFFF;
}

.btn-blue.focus, .btn-blue:focus, .btn-blue:hover {
	color: #fff;
}

.btn-blue.focus, .btn-blue:focus {
	background: #3d82b9;
}

.btn-blue:hover {
	background: #75a6cc;
}

.btn-orange {
	background: #EC6D01;
	font-size: 14px;
	color: #FFFFFF;
}

.btn-orange.focus, .btn-orange:focus, .btn-orange:hover {
	color: #fff;
}

.btn-orange.focus, .btn-orange:focus {
	background: #ec6e02;
}

.btn-orange:hover {
	background: #ff9336;
}

.search-box .btn {
	min-width: 90px;
	text-align: center;
	margin-left: 10px;
}

.orange-tip {
	font-size: 12px;
	color: #EC6D01;
}

/*弹窗*/
.opacity {
	background: rgba(0, 0, 0, 0.3);
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: 1031;
	display: none;
	transition: display 3s;
}

.opacity-dialog {
	position: fixed;
	z-index: 1032;
	display: none;
	transition: display 3s;
	text-align: center;
}

.card {
	display: inline-block;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
	position: relative;
	background: #fff;
	min-width: 356px;
}

.card .card-header {
	height: 54px;
	position: relative;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 20px;
	font-size: 16px;
	color: rgba(0, 0, 0, 0.85);
}

.card .card-header .closeDialog {
	display: block;
	font-size: 20px;
	line-height: 30px;
	float: right;
	color: rgba(0, 0, 0, 0.20);
}

.card-header:after {
	content: '';
	position: absolute;
	background-color: #bbb6b6;
	display: block;
	z-index: 15;
	top: auto;
	right: auto;
	bottom: 0;
	left: 0;
	height: 1px;
	width: 100%;
	transform-origin: 50% 100%;
	transform: scaleY(calc(1/ 2));
}

.card .card-content {
	position: relative;
	line-height: 1.6;
}

.card .card-content-padding {
	padding: 20px;
	position: relative;
}

.card .card-content .form-horizontal .form-group {
	margin-left: 0;
	margin-right: 0;
}

.card .card-content .form-horizontal .form-group:last-child {
	margin-bottom: 0;
}

.card .card-content .control-label {
	min-width: 75px;
	text-align: left;
}

.card .card-footer {
	position: relative;
	box-sizing: border-box;
	height: 64px;
	padding: 16px 20px;
	color: inherit;
	text-align: right;
}

.card .card-footer a {
	margin-left: 8px;
}

.card-footer:before {
	content: '';
	position: absolute;
	background-color: #ccc;
	display: block;
	z-index: 15;
	top: 0;
	right: auto;
	bottom: auto;
	left: 0;
	height: 1px;
	width: 100%;
	transform-origin: 50% 0%;
	transform: scaleY(calc(1/ 2));
}

.question-dialog {
	width: 360px;
}

.write_question {
	background: #F7F7F7;
	border: 1px solid #E9E9E9;
	padding: 15px 24px;
}

.write_question .write_title {
	font-size: 16px;
	color: #333333;
	padding-bottom: 15px;
}

.write_question textarea {
	background: #FFFFFF;
	border: 1px solid #E9E9E9;
	min-height: 100px;
}

.marginLeft-btn .btn {
	margin-left: 8px;
}

/*tab切换*/
.custom_tabs li {
	float: left;
	margin-bottom: -1px;
	display: block;
}

.custom_tabs li a {
	font-weight: normal;
	font-size: 14px;
	color: #666666;
	padding: 7px 20px;
	border: 1px solid #E9E9E9;
	border-bottom: 0;
	display: block;
	margin-right: 5px;
}

.custom_tabs li.active a {
	color: #5292C6;
	background: #FFFFFF;
	border-bottom-color: transparent;
}

.custom_tabs.custom_tabs_search li.active a {
	background: #f7f7f7;
}

.custom_tabs li:hover a {
	color: #5292C6;
}

.field-tabs {
	width: 100%;
}

.field-tabs li {
	position: relative;
	line-height: 38px;
	border-left: 1px solid #e9e9e9;
}

.field-tabs li a {
	font-size: 16px;
	color: #666;
	padding: 0 15px;
}

.field-tabs li:hover a, .field-tabs li.active a {
	color: #5292C6;
}

.field-tabs li:before {
	transition: height 0.5s linear;
	width: 2px;
	height: 0;
	position: absolute;
	top: 50%;
	margin-top: -6px;
	left: -1px;
	content: "";
	background: #5292C6;
}

.field-tabs li:hover:before, .field-tabs li.active:before {
	height: 12px;
}

.datepicker-dropdown {
	padding: 0;
	margin-top: 0;
}

.datepicker-dropdown.dropdown-menu:before, .datepicker-dropdown.dropdown-menu:after
	{
	display: none;
}

.datepicker table thead .dow {
	border-top: 1px solid #E9E9E9;
}

.datepicker table tfoot {
	border-top: 1px solid #E9E9E9;
}

.datepicker table tfoot tr th {
	color: #5292C6;
	font-weight: normal;
}

.datepicker table tr td, .datepicker table tr th {
	border-radius: 0;
}

.datepicker table tr td.today, .datepicker table tr td.today:hover,
	.datepicker table tr td.today:hover:hover {
	color: #5292C6 !important;
	background-color: #fff !important;
	border: 1px solid #5292C6 !important;
}

.datepicker table tr td.day:hover, .datepicker table tr td.day.focused {
	color: #5292C6 !important;
	background-color: transparent !important;
}

.border-line {
	border: 1px solid #E9E9E9;
}

.tab-content-padding {
	padding: 15px 8px 15px 15px;
}

/*float*/
.floatBox {
	background: #FFFFFF;
	box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.15);
	border-radius: 2px;
	position: absolute;
	left: 50%;
	top: 60px;
	min-width: 520px;
	margin-left: -260px;
	z-index: 6;
	display: none;
}

.offsetLeft {
	margin-left: 0;
	right: auto;
	left: 0;
}

.offsetRight {
	margin-left: 0;
	right: 0;
	left: auto;
}

.offsetBottom {
	top: auto;
	bottom: 60px;
}

.floatBox .floatBox_title {
	border-bottom: 1px solid #E9E9E9;
	height: 56px;
	padding: 18px 20px;
}

.floatBox .floatBox_tips {
	width: 80px;
	display: inline-block;
	text-align: right;
	padding-right: 10px;
}

.floatBox .floatBox_title .floatBox_tips {
	color: #5292C6;
}

.floatBox .floatBox_body {
	padding-left: 20px;
	font-size: 14px;
	color: #666666;
	margin: 3px 0;
	max-height: 400px;
	overflow-y: auto;
}

.floatBox .floatBox_body::-webkit-scrollbar {
	width: 5px;
	height: 8px;
	background-color: rgba(0, 0, 0, 0.1);
}

.floatBox .floatBox_body::-webkit-scrollbar-thumb {
	background-color: rgba(0, 0, 0, 0.3);
}

.floatBox_body ul li {
	padding: 10px 10px 20px 0;
	line-height: 2;
}

.floatBox_body ul li>div {
	padding: 5px 0;
}

.floatBox_body ul li+li {
	border-top: 1px solid #E9E9E9;
}

.floatBox_body ul li .floatBox_tips {
	color: #333333;
	float: left;
}

.floatBox_body ul li .floatBox_Con {
	max-width: 400px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	float: left;
}

.floatBox .floatBox_footer {
	border-top: 1px solid #E9E9E9;
	height: 50px;
	padding: 13px 20px;
	color: #D03232;
}

.systemHelp-title>.caption {
	float: left;
	display: inline-block;
	font-weight: bold;
	font-size: 20px;
	color: #333333;
}

.systemHelp-title>.tools {
	float: right;
	display: inline-block;
}

.public_list {
	min-height: 136px;
}

.public_list li {
	position: relative;
	font-size: 0;
	padding: 4px 0 4px 15px;
}

.public_list li:before {
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -2px;
	background: #999999;
	width: 4px;
	height: 4px;
	display: inline-block;
	content: " ";
	border-radius: 10px;
}

.public_list li a {
	line-height: 26px;
	width: 100%;
	display: inline-block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	font-size: 14px;
	color: #666;
	text-align: justify;
}

.public_list li a:hover {
	color: #5292C6;
}

.service_company {
	margin-right: -24px;
}

.service_company_title a {
	display: block;
	font-size: 16px;
	color: #333333;
	background: #F7F7F7;
	line-height: 56px;
	text-align: center;
}

.service_company li {
	margin-right: 24px;
	background: #F7F7F7;
	width: 202px;
	height: 56px;
	line-height: 56px;
	float: left;
	text-align: center;
	margin-bottom: 10px;
}

.service_company li:last-child {
	margin-right: 0;
}

.service_company li a {
	display: block;
	font-size: 16px;
	color: #333333;
}

.data_null {
	font-size: 14px;
	color: #666666;
	text-align: center;
}

.data_null img {
	max-width: 100%;
	height: 100px;
	margin: 10px auto 15px;
	display: block;
	overflow: hidden;
}

.marginbottom0 {
	margin-bottom: 0 !important;
}

.marginbottom10 {
	margin-bottom: 10px !important;
}

/**/
.btn-default {
	border-color: #E9E9E9;
}

.bootstrap-select .dropdown-toggle:focus {
	outline: none !important;
}

.bootstrap-select .btn-default.focus, .bootstrap-select .btn-default:focus,
	.bootstrap-select.open>.dropdown-toggle.btn-default:hover,
	.bootstrap-select .btn-default:hover, .bootstrap-select .btn-default.active,
	.bootstrap-select .btn-default:active, .bootstrap-select.open>.dropdown-toggle.btn-default
	{
	background-color: transparent;
	border-color: #e9e9e9;
}

.search-box .bs-select.form-control {
	border-color: transparent;
}

.bootstrap-select .btn {
	padding-left: 12px;
}

.widthAuto {
	width: auto !important;
}

.bootstrap-select .dropdown-menu::-webkit-scrollbar {
	width: 5px;
	height: 8px;
}

.bootstrap-select .dropdown-menu::-webkit-scrollbar-track-piece {
	background-color: rgba(0, 0, 0, 0.2);
	-webkit-border-radius: 0;
}

.bootstrap-select .bs-caret .caret {
	border-top: 4px dashed rgba(0, 0, 0, 0.25);
	border-bottom: none;
}

.toggleTr {
	font-size: 14px;
	color: #5292C6 !important;
}

.toggleTr i {
	margin-left: 4px;
}

.marginbottom25 {
	margin-bottom: 25px !important;
}

.hasTab-tool>ul {
	float: left;
}

.hasTab-tool>.tools {
	float: right;
	padding-top: 7px;
}

.padding15 {
	padding: 15px;
}

.paddingbottom0 {
	padding-bottom: 0 !important;
}

.panel {
	background: #FAFAFA;
	padding: 20px;
	margin-bottom: 15px;
}

.panel>.panel-title:after, .panel>.panel-title:before {
	content: " ";
	display: table;
	clear: both;
}

.panel>.panel-title>.caption {
	display: inline-block;
	float: left;
	font-size: 16px;
	color: #333333;
	text-align: left;
	font-weight: 500;
	line-height: inherit;
	max-width: 80%;
}

.panel>.panel-title>.caption img {
	margin-right: 10px;
	vertical-align: text-bottom;
}

.panel>.panel-title>.caption small {
	font-size: 11px;
	color: #666666;
	font-weight: normal;
	line-height: 18px;
	display: block;
	letter-spacing: 0;
}

.panel>.panel-title>.tools {
	float: right;
	display: inline-block;
}

.panel>.panel-title>.tools>a {
	height: inherit;
}

.panel .panel-body {
	clear: both;
	padding: 15px 0 0;
	font-size: 14px;
	color: #666666;
	letter-spacing: 0;
	line-height: 22px;
}

.margin-bottom-0 {
	margin-bottom: 0 !important;
}

.mon_list li {
	position: relative;
	font-size: 0;
	padding: 4px 5px;
}

.mon_list li a {
	line-height: 26px;
	max-width: 92%;
	display: inline-block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	font-size: 14px;
	color: #666666;
	letter-spacing: 0.4px;
	text-align: justify;
	position: relative;
	padding-left: 20px;
}

.mon_list li a:before {
	position: absolute;
	left: 8px;
	top: 50%;
	margin-top: -2px;
	background: #999999;
	width: 4px;
	height: 4px;
	display: inline-block;
	content: " ";
	border-radius: 10px;
}

.mon_list li a:hover {
	color: #5292C6;
}

.mon_list li span {
	line-height: 26px;
	display: inline-block;
	font-size: 14px;
	color: #9D9D9D;
	float: left;
}

.mon_list li:last-child {
	background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.20) 0%,
		#FFFFFF 100%);
}

.trans_tabs {
	margin-bottom: 8px;
}

.trans_tabs li {
	float: left;
	margin-right: 30px;
}

.trans_tabs li:last-child {
	margin-right: 0;
}

.trans_tabs li a {
	font-size: 16px;
	color: #666666;
}

.trans_tabs li.active a, .trans_tabs li:hover a {
	color: #5292C6;
	font-weight: bold;
}

.border-bottom-0 {
	border-bottom: 0;
}

.padding-b-20 {
	padding-bottom: 20px;
}

.white-space-normal {
	white-space: normal !important;
}

.ellipsis {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-wrap: normal;
}

.limit-width {
	width: 180px;
}

.el-message-box {
	padding: 10px;
}

.el-message-box__header, .el-message-box__header .el-icon-warning,
	.el-message-box__status.el-icon-warning {
	display: none;
}

.el-message-box__status+.el-message-box__message {
	padding-left: 0 !important;
}

.el-message-box .el-button {
	border-radius: 0 !important;
}

.el-message-box .el-button--primary {
	color: #fff;
	background-color: #5191C6;
	border-color: #5191C6;
}

.el-message-box .el-button--primary:focus, .el-message-box .el-button--primary:hover
	{
	background: #5b9dd2;
	border-color: #5b9dd2;
	color: #fff;
}

/*统一弹窗*/
.confirm-opacity {
	background: rgba(0, 0, 0, 0.3);
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: 1031;
	transition: display 3s;
}

.confirm-dialog {
	z-index: 1032;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	/* background: rgba(0, 0, 0, 0.3); */
}

.confirm-dialog::after {
	content: "";
	display: inline-block;
	height: 100%;
	width: 0;
	vertical-align: middle;
}

.confirm-dialog-box {
	display: inline-block;
	width: 420px;
	padding-bottom: 10px;
	vertical-align: middle;
	background-color: #fff;
	border-radius: 4px;
	border: 1px solid #ebeef5;
	font-size: 18px;
	-webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
	text-align: left;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	padding: 10px 10px 5px;
}

.confirm-dialog-box_content {
	position: relative;
	padding: 10px 15px;
	color: #606266;
	font-size: 16px;
	line-height: 1.8;
	min-height: 100px;
}

.confirm-dialog-box_btns {
	padding: 15px;
	text-align: right;
}

.confirm-dialog-box_btns .btn {
	margin-left: 10px;
}

.ui-helper-hidden-accessible {
	display: none;
}

.top_logo .searchIcon:focus, .top_logo_otherSearch .searchIconBtn:focus
	{
	outline: none;
}

/*二维码*/
.wechat {
	cursor: pointer;
	position: relative;
}

.wechat-in {
	display: none;
	position: absolute;
	bottom: 100%;
	left: 0;
	background: #fff;
	padding: 10px;
	border: 1px solid #eeecec;
}

.wechat-in:before {
	position: absolute;
	bottom: -7px;
	left: 50%;
	margin-left: -7px;
	display: inline-block !important;
	border-right: 7px solid transparent;
	border-top: 7px solid #eee;
	border-left: 7px solid transparent;
	content: '';
}

.wechat-in:after {
	position: absolute;
	bottom: -5px;
	left: 50%;
	margin-left: -6px;
	display: inline-block !important;
	border-right: 6px solid transparent;
	border-top: 6px solid #fff;
	border-left: 6px solid transparent;
	content: '';
}

.wechat-in img {
	width: 150px;
}

.wechat:hover .wechat-in {
	display: block;
}

.redtip {
	font-weight: bold;
	color: #ff693d;
}

.credit-title .caption {
	color: #fff;
}

.credit-title {
	height: 79px;
	line-height: 79px;
	padding-left: 60px;
	box-sizing: border-box;
	color: #fff !important;
	width: 100%;
	background: url(../images/pageTitleBg.png) no-repeat;
	background-size: cover;
}

/*0428新增*/
.table thead tr th {
	height: 40px !important;
}

.public-table tbody tr {
	
}

.credit-title {
	height: 52px;
	line-height: 52px;
}

.seach_ptext {
	position: relative;
	top: 7px !important;
}