@charset "utf-8";

/* CSS Document */
html {
	background: #FFF;
}

body {
	font-size: 74%;
	/*font-family:"\5FAE\8F6F\96C5\9ED1", SimSun;*/
	background-color: #ffffff;
	color: #000;
	font-family: 'Microsoft YaHei', SimSun, SimHei, "STHeiti Light", STHeiti, "Lucida Grande", Tahoma, Arial, Helvetica, sans-serif;
}

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: #fefefe; */
	-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
}

.top_nav {
	margin: 15px 0 15px 0;
	text-align: right;
}

.top_nav a {
	font-size: 14px;
	color: #666666;
	padding: 0 10px;
}

.top_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 {
	position: relative;
	z-index: 115;
	background: url(../images/blue_bg.jpg) no-repeat center top;
}
@media screen and (min-width: 1040px) {
	.wrap_con.on{
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		z-index: 9999;
	}
	.wrap_con.on .wraq_header{display: none;}
}
.wraq_header {
	width: 100%;
	height: 105px;
	border-top: 8px solid #064acb;
	background: #064acb;
	background: url(../images/blue_bg.jpg) no-repeat center bottom;
	background-size: cover;
}

.wrap_topNav {
	width: 100%;
	height: 28px;
	background: #7f0007;
}

.topNav {
	width: auto;
	float: right;
	position: relative;
	margin: 30px 0 0 0;
}

.header {
	max-width: 1300px;
	min-width: 320px;
	height: 105px;
	margin: 0 auto;
	z-index: 9999999;
}

.logo {
	width: 66%;
	padding-top: 1%;
	float: left;
}

.logo a {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: middle;
}

.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 #064acb;
	cursor: pointer;
	overflow: hidden;
}

/*导航*/
.wrap_nav {
	width: 100%;
	z-index: 999;
	background: #064acb;
}

.nav {
	max-width: 1300px;
	z-index: 888;
	margin: 0 auto;
	height: 47px;
}

.nav ul {
	height: 47px;
	margin: 0px auto;
	max-width: 1300px;
	display: flex;
}

.nav ul li {
	float: left;
	height: 47px;
	line-height: 47px;
	text-align: center;
	position: relative;
	display: inline-block;
	width: 100%;
	width: 16.6%\9\0;
	float: left\9\0;
	*width: 16.6%;
	*float: left;



}

.nav ul li a {
	color: #ffffff;
	font-size: 1.6em;
	/* padding:0 52px; */
	padding-left: 52px\9\0;
	padding-right: 52px\9\0;
	*padding-left: 52px;
	*padding-right: 52px;
	text-align: center;
}

.nav ul li:hover {
	background: #033aa4;
}

.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;
	position: absolute;

	text-align: center;


}

.fadeInUpSmall {
	-webkit-animation-name: fadeInUpSmall;
	animation-name: fadeInUpSmall;
	animation-duration: 0.4s;
	-webkit-animation-duration: 0.4s;
	animation-timing-function: ease-in-out;
	-webkit-animation-timing-function: ease-in-out;
	visibility: visible !important;
}

@-webkit-keyframes fadeInUpSmall {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 20px, 0);
		transform: translate3d(0, 20px, 0);
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInUpSmall {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 20px, 0);
		-ms-transform: translate3d(0, 20px, 0);
		transform: translate3d(0, 20px, 0);
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}
}

.nav li.on .second_nav1 {
	display: block;
}

.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: 22px;
	padding: 10px 0;
	text-align: center;
}

.nav ul li.on .subNav dl dd a {
	font-size: 14px;
	border: none;
	font-size: 1.4em;
	line-height: 22px;
	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;
}

.phone_logo a {
	max-width: 50%;
	display: inline-block;
	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: #064acb;
	overflow: hidden;
	text-align: left;
	display: none;
	left: 0;
	z-index: 9999;
}

.navm ul {
	padding: 0 0 10px;
	border-top: 1px solid #e0eefa;
}

.navm li {
	border-bottom: 1px solid #e0eefa;
	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: #fff;
	display: inline-block;
}

.navm li a:hover {
	color: #fff;
}

.navm li.sub_has span {
	margin-left: 10px;
}

.navm li.on a {
	color: #fff;
}

.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 #f0f0f0;
}

.navm li.on dl dd a {
	font-size: 16px;
	font-weight: normal;
	display: inline;
	border: none;
	padding: 0px;
	color: #333;
}

.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;
	border: 1px solid #dbd9d9;
	margin: 10px 0 10px 57px;
}

.search01 input {
	position: absolute;
	width: 200px;
	height: 40px;
	line-height: 40px;
	color: #6b6b6b;
	border: none;
	right: 35px;
	top: 0px;
	padding-left: 0px;
}

.search01 input.notxt {
	color: #4f544f;
	padding-left: 7px;
	width: calc(100% - 40px);
	outline: none;
	right: auto;
	left: 0;
	background: #fff;
}
input.notxt{position:absolute;width: calc(100% - 120px);height: 100%;color: #666;left: 0px;top: 0;padding:0;margin:0px;outline: none;font-size: 14px;z-index: 3;padding: 0 0 0 20px;background: transparent;border: 0;box-sizing: border-box;}
input.notxt1{position:absolute;width: 120px;height: 100%;border:none;background: none;right: 0;cursor: pointer;z-index: 3;font-size: 0;bottom: 0;background: url(../images/search.png) center no-repeat #000;box-sizing: border-box;}

.search01 input.notxt1 {
	position: absolute;
	width: 40px;
	height: 40px;
	top: 0px;
	right: 0px;
	border: none;
	background: url(../images/ser_03.png) no-repeat center center #064acb;
	cursor: pointer;
	overflow: hidden;
	padding: 0px;
}



.wrap_footer {
	background: #064acb;
	padding: 28px 0 28px 0;
	/* border-bottom: 9px solid #033aa4; */
}

.footer {
	max-width: 1300px;
	margin: 0 auto;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
}
.footer:nth-child(1)>div{
	width: 25%;
}
.box{
	background: rgba(0, 0, 0, 0.3);
	margin-top: 28px;
}
.footerbot{justify-content: center;align-items: center;padding: 10px 0;}
.footerbot ul li{display: inline-block;}
.footerbot ul  li a{
	font-size: 15px;
    color: #fff;
    font-weight: normal;
    height: 40px;
    line-height: 40px;
}
.footer_left {
	/* width: 21%; */
	padding-right: 3%;
	box-sizing: border-box;
}

.footer_left1 {
	/* width: 40%; */
	padding: 0 3%;
	box-sizing: border-box;
	border-right: 1px solid rgba(255, 255, 255, .2);
	border-left: 1px solid rgba(255, 255, 255, .2);
	*
;
}

.footer .title h2 {
	font-size: 16px;
	color: #fff;
	font-weight: normal;
	height: 40px;
	line-height: 40px;
}

.footer_right {
	/* width: 133px; */
	padding: 0 3%;
	text-align: center;
	box-sizing: border-box;
	border-right-color: rgba(255, 255, 255, .2);
	border-right-width: 1px;
	border-right-style: solid;
	*
	border-right: 1px solid #ffffff;
	border-right: 1px solid #ffffff\9\0;
}

.footer img {
	width: 90px;
	height: 90px;
	margin: 0 auto;
	overflow: hidden;
	min-width: 60px;
}

.footer_right p {
	font-size: 12px;
	color: #fefefe;
	margin: 2px 0 0 0;
}

.footer_right1 {
	padding: 0 3%;
	box-sizing: border-box;
	min-width: 60px;
	text-align: center;
	color: #fefefe;
	font-size: 13px;
}

.footer_right1 img {
	/* display: inline; */
	margin-bottom: 5px;
}

.friendLink ul {
	overflow: hidden;
}

.friendLink ul li {
	margin: 0 0px 5px 1px;
	/* float: left; */
	/* min-width: 69px; */
}

.friendLink ul li a {
	color: #fefefe;
	font-size: 13px;
}

.friendLink1 {
	/* margin: 0px 0 0 90px; */
}


@media screen and (max-width: 1500px) {
	.wrap_erweima {
		display: none;
	}
}


@media screen and (max-width:1388px) {}

@media screen and (max-width:1386px) {
	.header {
		max-width: 1000px;
	}
	.footer_right{padding: 0 3%;}
.footer_left1{width: 27%;padding-right: 1%;}
	.topNav {
		margin: 30px 10px 0 0;
	}

	.nav {
		max-width: 1000px;
	}

	.nav ul {
		max-width: 1000px;
	}

	.nav ul li a {
		padding: 0 34px;
	}

	.footer {
		max-width: 1000px;
	}

	.friendLink ul li {
		/* width: 50%; */
		margin-right: 0px;
	}

	.friendLink1 {
		/* margin: 0 0 0 10%; */
	}
}


@media screen and (max-width:1200px) {}



@media screen and (max-width: 999px) {
	.wrap_nav {
		background: none;
	}

	.topNav {
		display: none;
	}

	.nav {
		display: none;
	}

	.logo {
		padding: 10px 0 10px 15px;
		width: 80%;
	}

	.header {
		height: auto;
	}

	.wraq_header {
		height: auto;
	}

	.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;
	}
.footerbot{display: block;text-align: center;}
	.friendLink ul li {
		width: 49%;
	}

	.copy {
		display: none;
	}

	.footer_copy {
		display: block;
	}

	.friendLink ul li {
		width: 100%;
		float: none;
	}

	.footer_left {
		height: auto;
		width: 20%;
	}

	.footer_left1 {
		height: auto;
		width: 28%;
	
	}

	.footer_right {
		
	}

	.footer_right1 {
		
		text-align: center;
	}
	.footer:nth-child(1){display: flex;flex-wrap: wrap;}
.footer:nth-child(1)>div{
	width: 50%;
	margin-bottom: 20px;
}
}


@media screen and (max-width:479px) {.footer:nth-child(1){
    display: flex;
    justify-content: flex-start;
}.footer:nth-child(1)>div{
    width: 100%;
    border: none;
    padding: 0;
}
.footer_right,.footer_right1{width: auto !important;display: inline-block;}	.footer_right{
    margin-right: 30px;
}								}












@media screen and (max-width:760px) {
	.logo a {
		width: 48%;

	}
}

@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;
	}

	.mbtn.open {
		background-size: 36px;
		width: 36px;
		height: 36px;
		background-position: no-repeat;
	}

	.navm li strong {
		width: 50px;
	}

	.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 (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;
		margin: 10px;
	}
}