/*-----------reset begin----------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
	font-family: 'Microsoft Yahei', 'simsun', 'arial', 'tahoma', serif;
}
body{
  min-width:1200px!important;
}

h1, h2, h3, h4, h5, h6, em, i {
	font-weight: 400;
}

ul, ol, li {
	list-style-type: none
}

a, a:link, a:visited {
	color: #143a83;
	text-decoration: none;
	outline: 0
}

a:hover {
	text-decoration: none
}

* {
	box-sizing: border-box;
}
/* 閲嶇疆琛ㄥ崟鍏冪礌 *//* for ie6 */
legend {
	color: #000;
}

/* img 鎼溅锛氳閾炬帴閲岀殑 img 鏃犺竟妗� */
fieldset, img {
	border: none;
}

/* 娉細optgroup 鏃犳硶鎵舵 */
button, input, textarea {
	font-size: 100%; /* 浣垮緱琛ㄥ崟鍏冪礌鍦� ie 涓嬭兘缁ф壙瀛椾綋澶у皬 */
	outline: none;
	border:none;
}
/* 鍘婚櫎button銆乮nput榛樿鏍峰紡(杈规) */
button,input[type='button'] {
	margin: 0;
	padding: 0;
	outline: none;
	border: none;
}
button:focus, input[type='button']:focus {
	outline:none !important;
}
/*Firefox*/
input::-moz-focus-inner, button::-moz-focus-inner {
	border: 0 !important;
}
input {
	padding: 0 10px;
}

/* 閲嶇疆 hr */
hr {
	border: none;
	height: 1px;
}

/* 璁╅潪ie娴忚鍣ㄩ粯璁や篃鏄剧ず鍨傜洿婊氬姩鏉★紝闃叉鍥犳粴鍔ㄦ潯寮曡捣鐨勯棯鐑� */
html {
	overflow-y: scroll;
}

/* 灏嗘枩浣撴壎姝� */
address, cite, dfn, em, var, i {
	font-style: normal;
}

input[type='number']::-webkit-outer-spin-button,
input[type='number']::-webkit-inner-spin-button {
	-webkit-appearance: none !important;
	margin: 0;
}

/*鍦╢irefox涓嬬Щ闄nput[number]鐨勪笂涓嬬澶�*/
input[type="number"] {
	-moz-appearance: textfield;
}
/*-----------reset end----------*/




/*-----------global setting begin-----------*/
.fl {
	float: left;
}
.fr {
	float: right;
}
.clearfix:after{/*浼厓绱犳槸琛屽唴鍏冪礌 姝ｅ父娴忚鍣ㄦ竻闄ゆ诞鍔ㄦ柟娉�*/
	content: "";
	display: block;
	height: 0;
	clear:both;
	visibility: hidden;
}
.clearfix{
	*zoom: 1;/*ie6娓呴櫎娴姩鐨勬柟寮� *鍙峰彧鏈塈E6-IE7鎵ц锛屽叾浠栨祻瑙堝櫒涓嶆墽琛�*/
}
.ellipsis {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.hide {
	display: none;
}
.show {
	display: block;
}
.w1200 {
	width: 1200px;
	margin: 0 auto;
}
.w410 {
	width: 410px;
}
.mb20 {
	margin-bottom: 20px;
}
.mr20 {
	margin-right: 20px;
}
body {
	background: url("../img/index-bg.png");
	background-size: 100% 100%;
}
.pageset {
	text-align: center;
	margin-bottom: 30px;
}
/*-----------global setting end-----------*/

/*--------澶撮儴logo+瀵艰埅_begin--------*/
.header {
	width: 100%;
}

.header .logoBar {
	height: 100px;
	line-height: 100px;
	border-bottom: 1px solid #0f3272;
}

.header .logoBar .webLogo {
	height: 100px;
	line-height: 100px;
	padding-top: 20px;
}

.header .logoBar .webLogo .logo {
	display: inline-block;
	width: 460px;
	height: 60px;
	background: url("../img/logo.png") left 0 no-repeat;
}

.header .logoBar .slogan {
	margin-top: 10px;
}

.header .logoBar .slogan p {
	text-align: right;
	line-height: 40px;
	font-size: 24px;
	font-family: "瀹嬩綋";
	font-weight: bold;
	color: #0f3272;
}

.header .nav {
	height: auto;
	margin-bottom: 20px;
	padding: 0 20px;
	position: relative;
	z-index: 1;
}

.nav a {
	color: #333;
}

.nav .nLi {
	float: left;
	position: relative;
	display: inline;
	padding: 20px 0;
}

.nav .nLi h3 a {
	display: block;
	padding: 0 17px;
	font-size: 18px;
}

.nav .nLi h3 a.selected {
	color: #0f3272;
}

.nav .sub {
	display: none;
	width: max-content;
	min-width: 118px;
	top: 60px;
	position: absolute;
	background: #0f3272;
	line-height: 26px;
	padding: 5px 20px;
}
.nav .sub li.subLi {
	height: 40px;
	line-height: 40px;
}

.nav .sub:before {
	content: '';
	width: 0;
	height: 0;
	position: absolute;
	top: -24px;
	left: 50px;
	border-width: 12px 8px;
	border-style: solid;
	border-color: transparent transparent #0f3272 transparent;
}

.nav .sub li {
	zoom: 1;
}

.nav .sub a {
	display: block;
	padding: 0 10px;
	color: #fff;
	position: relative;
}

.nav .sub a:hover {
	color: #fff;
}

.nav .sub a:hover:before {
	content: '';
	display: inline-block;
	width: 10px;
	height: 10px;
	border: #fff;
	background: #fff;
	border-radius: 50%;
	position: absolute;
	left: -8px;
	top: 15px;
}

.nav h3 a:hover {
	color: #0f3272;
	border: 1px solid #0f3272;
}
/*--------澶撮儴logo+瀵艰埅_end--------*/

/*--------搴曢儴_begin--------*/
.footer {
	width: 100%;
	height: 100px;
	line-height: 100px;
	text-align: center;
	background: #0f3272;
}
.footer span {
	color: #fff;
	font-size: 16px;
	margin-right: 50px;
}

.footer span a {
	color: #407ad0;
}
/*--------搴曢儴_end--------*/


/*---------浜岀骇椤甸潰鑿滃崟鏍廮begin----------*/
.siderBar{
	width:200px;
	position:absolute;
	left:0;
	top:0;
}

.siderBar > .menu{
	border: 1px solid #bfbfbf;
	border-radius: 5px;
	padding-bottom: 10px;
}
.siderBar > .menu li{
	height: 50px;
	line-height: 50px;
}
.siderBar > .menu li:hover{
	background: #f8f8f8;
}

.siderBar > .menu a{
	display:block;
	line-height:50px;
	padding: 0 30px;
	position:relative;
	font-size: 18px;
	color: #333;
	border-bottom: 1px solid #bfbfbf;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.siderBar > .menu a.active {
	background: #0f3272;
	color: #fff;
}
.siderBar > .menu a.active:before {
	content: '';
	display: inline-block;
	width: 5px;
	height: 20px;
	background: #fff;
	border-radius: 4px;
	vertical-align: middle;
	margin: -1px 10px 0 -15px;
}
/*---------浜岀骇椤甸潰鑿滃崟鏍廮end----------*/


/*---------浜岀骇椤甸潰鍐呭澶撮儴_begin----------*/
.subpage .content-box > .title{
	height: 60px;
	line-height: 60px;
	font-size: 24px;
	color: #333;
	border-bottom: 1px solid #0f3272;
}
.subpage .content-box > .title:before {
	content: '';
	display: inline-block;
	width: 5px;
	height: 20px;
	background: #0f3272;
	border-radius: 4px;
	margin: 0 10px 0 20px;
	vertical-align: middle;
}
.subpage .content-box > .title > span{
	display:inline-block;
	line-height: 60px;
}
/*---------浜岀骇椤甸潰鍐呭澶撮儴_end----------*/
.search-box{
    display: flex;
    align-items: center;
    height: 100px;
    line-height: 100px;
}
.search-box .slogan{
    border-right: 1px solid #ddd;
    padding-right: 10px;

}
.search-box .search{
    border: 1px solid #ddd;
    margin-left: 10px;
    padding: 8px;
    display: flex;
    align-items: center;
margin-top: 10px;
}
.search-box .search input{
    width: 80px;
    font-size: 14px;
    color: #333;
}
.search-box .search .icon{
    width: 20px;
    height: 20px;
    background: url('../img/search.png') no-repeat 0 0/100% 100%;
    flex-shrink: 0;
    cursor: pointer;
}