@charset "utf-8";

/* CSS Document */
html {
	background: #FFF;
}

body {
	font-size: 63%;
	/*font-family:"\5FAE\8F6F\96C5\9ED1", SimSun;*/
	background-color: #ffffff;
	color: #101a21;
	font-family: 'Microsoft YaHei', SimSun, SimHei, "STHeiti Light", STHeiti, "Lucida Grande", Tahoma, Arial, Helvetica, sans-serif;
}
body{
	position: relative;
	background: url(../images/p-bg4.jpg) no-repeat center bottom;
}

html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul, dd, dl, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object, a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span, strong, sub, sup, tt, var, legend, fieldset {
	margin: 0px;
	padding: 0px;
	color: #323232;
	-webkit-font-smoothing: subpixel-antialiased;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}

fieldset, img {
	border: 0;
}

img, object {
	max-width: 100%;
	/*height:auto;*/
	width: auto\9;
	/* for ie8 */
	-ms-interpolation-mode: bicubic;
	display: block;
}

a {
	outline: none;
	blr: expression(this.onFocus=this.blur());
	text-decoration: none;
	color: #323232;
}

a:hover {
	color: #0876ff;
	text-decoration: none;
}

input[type='button'] {
	outline: none;
	border: 0 none;
	background-color: transparent;
	cursor: pointer;
}

address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: 400;
}

/*定义清除浮动样式 方法一*/
.clearfix:after {
	content: '\20';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	zoom: 1;
}

/*定义清除浮动样式 方法二*/
.clear {
	clear: both;
}

/*font-size */
.f12px {
	font-size: 1.2em;
}

.f14px {
	font-size: 1.4em;
}

.f16px {
	font-size: 1.6em;
}

.f18px {
	font-size: 1.8em;
}

.f20px {
	font-size: 2.0em;
}

.f22px {
	font-size: 2.2em;
}

.f24px {
	font-size: 2.4em;
}

/*float */
.fl {
	float: left;
}

.fr {
	float: right;
}

.ct {
	margin: 0 auto;
}

ul, ol, li {
	list-style: none outside none;
}

.tc {
	text-align: center !important;
}

.tl {
	text-align: left !important;
}

.tr {
	text-align: right !important;
}

.fwn {
	font-weight: normal;
}

.fwb {
	font-weight: bold;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}

q:before, q:after {
	content: '';
	content: none;
}

input, textarea, select {
	font-weight: inherit;
}

input, select, textarea, button {
	vertical-align: middle
}

.t_nav {
	margin: 15px 0 15px 0;
	text-align: right;
}

.t_nav a {
	font-size: 14px;
	color: #fff;
	padding: 0 10px;
	background: url(../images/t_nav_03.png) no-repeat left center;
}

.t_nav a:first-child {
	background: none;
}

.pr {
	position: relative;
}

.inblock {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.disnone {
	display: none;
}

.block {
	display: block;
}

.hidden {
	overflow: hidden !important;
}

.none {
	display: none;
}

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

.underline:hover {
	text-decoration: underline;
}

.mtc {
	margin: 0 auto;
}

.number {
	font-family: Arial;
}

.fw600 {
	font-weight: 600;
}

.hand {
	cursor: pointer;
}

.distable {
	display: table;
}

.distr {
	display: table-row;
}

.distd {
	display: table-cell;
}

.mr35px {
	margin-right: 35px;
}

.ml35px {
	margin-left: 35px;
}

.mr10px {
	margin-right: 10px;
}

.ml10px {
	margin-left: 10px;
}

.mt20px {
	margin-top: 20px;
}

.topicInfo li {
	transtion: all 1s ease 0s
}



/*头部样式*/


.wrap_con{

	background: #003b90 url(../images/ser_title_03.png) no-repeat ;
	background-position: bottom right;
	background-size: 12%;
}
.wraq_header {
	width: 100%;
	height: 105px;
}

.wrap_topNav {
	width: 100%;
	height: 28px;
	background: #7f0007;
}

.topNav {
	width: auto;
	float: right;
	position: relative;
}

.header {
	max-width: 1200px;
	min-width: 320px;
	height: 105px;
	margin: 0 auto;
	z-index: 9999999;
}

.logo {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	padding: 21px 0;
}
.footer_left.logo {padding:0;width: auto;}
.logo a {
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
}
.logo .logo_01 img{
	height: 63px;
}
.logo .logo_02 img{
	max-height: 63px;margin-left: 10px;
}
.ser {
	width: 230px;
	*width: 230px;
	height: 32px;
	*height: 32px;
	top: 0;
	line-height: 32px;
	background: #ffffff;
	z-index: 9999994;
	border: 1px solid #dbd9d9;
	float: right;
}

.search {
	height: 32px;
	position: relative;
	overflow: hidden;
	z-index: 9999999;
}

.search input {
	position: absolute;
	height: 32px;
	line-height: 32px;
	color: #6b6b6b;
	border: none;
	background: none;
	right: 38px;
	top: 0px;
	padding-left: 0px;
}

.search input.notxt {
	color: #999999;
	padding-left: 7px;
	width: 180px;
}

.search input.notxt1 {
	position: absolute;
	width: 38px;
	height: 32px;
	top: 0px;
	right: 0;
	border: none;
	background: url(../images/ser_03.png) no-repeat center center #003b90;
	cursor: pointer;
	overflow: hidden;
}

/*导航*/
.wrap_nav {
	width: 100%;
	border-top:1px solid rgba(255,255,255,.1);
}

.nav {
	max-width: 1400px;
	z-index: 888;
	margin: 0 auto;
	height: 50px;
}

.nav ul {
	height: 50px;
	margin: 0px auto;
	max-width: 1400px;
	display: flex;
	display: -webkit-flex;
	justify-content: space-around;
}

.nav ul li {
	float: left;
	height: 50px;
	line-height: 50px;
	text-align: left;
	position: relative;
	background: url(../images/nav_03.png) no-repeat left center;
}

.nav ul li a {
	color: #ffffff;
	font-size: 1.6em;
	padding: 0 39px;
	padding-left: 52px\9\0;
	padding-right: 52px\9\0;
	*padding-left: 52px;
	*padding-right: 52px;
	text-align: center;
}

.nav ul li:hover {
	background: #1E55AF;
	opacity: .8;
}

.nav ul li .subNav {
	position: absolute;
	left: 0;
	top: 47px;
	display: none;
	background: rgba(0, 12, 28, .8);
	overflow: hidden;
	width: 100%;
	z-index: 999;
	*background: url(../images/header_bg_02.png);
	background: url(../images/header_bg_02.png)\9\0;
}

.nav ul li .local {
	left: -86px;
}

.nav ul li.on {}

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

.nav ul li.on .subNav {
	display: block;
}

.nav ul li.on .subNav dl {
	overflow: hidden;
	padding: 5px 0;
}

.nav ul li.on .subNav dl dd {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: rgba(238, 238, 238, .2);
	height: auto;
	line-height: 42px;
	*line-height: 42px;
	text-align: center;
}

.nav ul li.on .subNav dl dd a {
	font-size: 14px;
	border: none;
	font-size: 1.4em;
	line-height: 42px;
	text-align: left;
	font-weight: normal;
	color: #fff;
	padding: 0;
}

.nav ul li.on .subNav dl dd a:hover {
	font-weight: bold;
	padding: 0;
}

.nav ul li .pos_left {
	left: -72px;
}

/*手机端导航*/
.phone_logo {
	width: 60%;
	float: left;
}

.snav {
	display: none;
	overflow: hidden;
	left: 0px;
	top: 0;
	z-index: 1002;
	padding: 20px 15px 20px 15px;
}

.mbtn {
	width: 50px;
	height: 50px;
	float: right;
	background: url(../images/p_phone_03.png) no-repeat;
	cursor: pointer;
}

.mbtn.open {
	background: url(../images/p_close_03.png) no-repeat;
	width: 50px;
	height: 50px;
}

.navm {
	position: absolute;
	width: 100%;
	background: #fff;
	overflow: hidden;
	text-align: left;
	display: none;
	left: 0;
	z-index: 9999;
}

.navm ul {
	padding: 0 0 10px;
	border-top: 1px solid #93b7d3;
}

.navm li {
	border-bottom: 1px solid #93b7d3;
	position: relative;
	overflow: hidden;
}

.navm li strong {
	cursor: pointer;
	width: 50px;
	height: 49px;
	line-height: 49px;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	display: inline-block;
	font-weight: normal;
	float: right;
	background: url(../images/strong_03.png) no-repeat center;
	margin: 0 15px 0 0;
}

.navm li strong.arrow {
	background: url(../images/strong_top_03.png) no-repeat center;
	width: 50px;
	height: 49px;
	line-height: 49px;
}

.navm li a {
	width: auto;
	font-size: 16px;
	line-height: 18px;
	padding: 15px 0px 16px 60px;
	color: #666666;
	display: inline-block;
	background: url(../images/mcircle_03.png) no-repeat left center;
}

.navm li a:hover {
	color: #333;
}

.navm li.sub_has span {
	margin-left: 10px;
}

.navm li.on a {
	color: #333;
}

.navm dl {
	display: none;
	color: #004489;
	background: #e9e9f0;
}

.navm dl dd {
	padding-left: 30px;
	line-height: 18px;
	padding: 13px 0px 13px 105px;
	border-top: 1px solid #a3bed8;
}

.navm li.on dl dd a {
	font-size: 16px;
	font-weight: normal;
	display: inline;
	border: none;
	padding: 0px;
}

.navm li dl dd a {
	float: none;
	font-size: 16px;
	color: #101a21;
	font-weight: normal;
	display: inline;
	display: block;
	border: none;
	padding: 0px;
}

.navm li dl dd a:hover {
	font-weight: bold;
}

.navm li span {
	text-align: center;
	width: 49%;
	border-left: 1px solid #93b7d3;
	display: inline-block;
}

.navm li span:first-child {
	border-left: 0px;
}

.navm li span a {
	display: inline-block;
	width: auto;
	float: none;
	padding: 15px 0 15px 0;
}

.snav #ser {
	display: block;
	position: static;
	clear: both;
	margin: 5px auto 15px;
}

.search01 {
	width: 50%;
	height: 40px;
	background: rgba(255, 255, 255, .2);
	border-radius: 50px;
	position: relative;
	overflow: hidden;
	z-index: 9999999;
}

.search01 input {
	position: absolute;
	width: 200px;
	height: 40px;
	line-height: 40px;
	color: #6b6b6b;
	border: none;
	background: none;
	right: 35px;
	top: 0px;
	padding-left: 0px;
}

.search01 input.notxt {
	color: #4f544f;
	padding-left: 7px;
	width: 80%;
}

.search01 input.notxt1 {
	position: absolute;
	width: 20px;
	height: 40px;
	top: 0px;
	right: 0px;
	border: none;
	background: url(../images/ser_03.png) no-repeat center center;
	cursor: pointer;
	overflow: hidden;
	padding: 0px;
}




@media screen and (max-width: 1500px) {
	.wrap_erweima {
		display: none;
	}
}


@media screen and (max-width:1388px) {
	.logo {
		width: 50%;
	}
}

@media screen and (max-width:1386px) {
	.header {
		max-width: 1000px;
	}

	.topNav {
		margin: 0 10px 0 0;
	}

	.nav {
		max-width: 1000px;
	}

	.nav ul {
		max-width: 1000px;
	}

	.nav ul li a {
		padding: 0 27px;
	}

	.footer {
		max-width: 1000px;
	}

	.friendLink ul li {
		width: 50%;
		margin-right: 0px;
	}

	.friendLink1 {
		margin: 0 0 0 10%;
	}
}


@media screen and (max-width:1400px) {}



@media screen and (max-width:999px) {
	.wrap_nav {
		background: none;
	}

	.wraq_header {
		display: none;
	}

	.nav {
		display: none;
	}

	.snav {
		display: block;
		background: rgba(0, 12, 28, 0);
	}

	.wrap_nav {
		top: 0px;
	}

	.wrap_phone_nav {
		border-top: 10px solid #004cba;
	}

	.footer {
		margin: 0 15px;
	}

	.friendLink ul li {
		width: 49%;
	}

	.copy {
		display: none;
	}

	.footer_copy {
		display: block;
	}

	.friendLink ul li {
		width: 100%;
		float: none;
	}

	.footer_left {
		height: auto;
		width: 50%;
	}

	.footer_left1 {
		height: auto;
		width: 49%;
		border-right: 0px;
	}

	.footer_right {
		width: 50%;
		margin: 10px 0 0 0;
	}

	.footer_right1 {
		width: 49%;
		margin: 10px 0 0 0;
		text-align: center;
	}

}


@media screen and (max-width:1023px) {}











@media screen and (max-width:760px) {}

@media screen and (max-width:639px) {
	.friendLink ul li {
		width: auto;
		float: none;
		display: block;
		margin: 0 0 10px 0;
	}
}

@media screen and (max-width:480px) {
	.mbtn {
		background-size: 36px;
		width: 36px;
		height: 36px;
		margin: 10px 0 0 0;
	}

	.mbtn.open {
		background-size: 36px;
		width: 36px;
		height: 36px;
		background-position: no-repeat;
		margin: 10px 0 0 0;
	}

	.navm li strong {
		width: 50px;
		height: 41px;
		line-height: 41px;
	}

	.navm li strong.arrow {
		width: 50px;
		height: 41px;
		line-height: 41px;
	}

	.search01 input.notxt {
		width: 82%;
	}

	.footer_left {
		width: 100%;
		float: none;
	}

	.footer_left1 {
		width: 100%;
		float: none;
	}

	.friendLink1 {
		margin: 0px;
	}
}

@media screen

/*and (min-width:320px)*/
and (max-width:360px) {
	.phone_logo {
		width: 80%;
	}

	.navm li a {
		font-size: 14px;
		padding: 10px 0px 10px 13px;
	}

	.navm li strong {
		width: 50px;
		height: 41px;
	}

	.search01 {
		width: auto;
	}
}