@charset "utf-8";

/* CSS Document */
html {
	background: #fff;
	/* 10梅16=62.5% */
}

body {
	/* 12梅10=1.2 */
	/*font-size:64.5%;*/
	/*font-family:"\5FAE\8F6F\96C5\9ED1", SimSun;*/
	background-color: #fff;
	color: #444;
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', 'Hiragino Sans GB',
		'Microsoft YaHei', 'Helvetica Neue', Helvetica, Arial, sans-serif, 'Apple Color Emoji',
		'Segoe UI Emoji', 'Segoe UI Symbol';
	font-size: 1em;
}

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;
}

a {
	outline: none;
	blr: expression(this.onFocus=this.blur());
	text-decoration: none;
	color: #333;
}

a:hover {
	color: #1890ff;
	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: 600;
}

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;
	vertical-align: middle;
}

button {
	vertical-align: bottom;
}

.pa {
	position: absolute;
}

.pr {
	position: relative;
}



.topicInfo li {
	transtion: all 1s ease 0s
}

/*澶撮儴鏍峰紡*/
.wraq_header {
	width: 100%;
	height: 180px;
	top: 0;
	left: 0;
	position: relative;
	background: #e6f7ff;
	z-index: 999;
}

.header {
	max-width: 1200px;
	height: 130px;
	margin: 0 auto;
	position: relative;
}

.logo {
	float: left;
}

.logo .logo_01 {
	display: inline-block;
	width: 15%;
	z-index: 9999;
	position: relative;
	float: left;
}

.logo .logo_01 img,
.logo .logo_02 img {
	padding-top: 30px;
}

.logo .logo_02 {
	display: inline-block;
	width: 85%;
}

.top_nav {
	float: right;
	position: relative;
	margin-top: 30px;
	height: 80px;
}

.top_nav a {
	background: url(../images/top_nav_li.png) no-repeat center right;
	font-size: 14px;
	color: #999;
	margin-right: 10px;
	padding-right: 10px;
}

.top_nav a.Nobg {
	background: none;
	padding-right: 0;
	margin-right: 0;
}

.top_nav a:hover {
	color: #1890ff;
}


.search_box {
	position: absolute;
	top: 43px;
	left: -30px;
}

.ser {
	width: 260px;
	height: 38px;
	left: 33px;
	top: 0;
	line-height: 38px;
	background-color: #ffffff;
	z-index: 9999994;
	;
}

.search {
	width: 260px;
	height: 38px;
	position: relative;
	overflow: hidden;
	z-index: 9999999;
}

.search input {
	position: absolute;
	width: 260px;
	height: 38px;
	line-height: 38px;
	color: #444;
	border: none;
	background: #fff;
	/*right: 30px;*/
	top: 0px;
	padding-left: 0px;
	border: 1px solid #cccccc;
}

.search input.notxt {
	color: #444;
	padding-left: 7px;
	width: 221px;
	font-family: "Microsoft yahei";
	font-size: 14px;
}

.search input.notxt1 {
	position: absolute;
	width: 38px;
	height: 38px;
	top: -20px;
	right: 0;
	border: none;
	background: url(../images/search.png) no-repeat center center;
	cursor: pointer;
	overflow: hidden;
	background-color: #1890ff;
}



/*瀵艰埅*/
.wraq_nav {
	width: 100%;
	height: 50px;
	background: #fff;
	box-shadow: 0px -2px 9px #DDD;
}

.nav {
	max-width: 1200px;
	margin: 0 auto;
	min-height: 50px;
	line-height: 50px;
	*height: 50px;
	text-align: center;
}

.nav ul {
	max-width: 1200px;
	height: 50px;
}

.nav ul li {
	float: left;
	width: 10%;
	position: relative;
}

.nav ul li a {
	color: #333;
	font-size: 18px;
}

.nav ul li:hover {
	cursor: pointer;
	background: #1890ff;
}

.nav ul li .subNav {
	position: absolute;
	left: 0;
	top: 50px;
	display: none;
	background: rgba(64, 169, 255, 0.9);
	*background: #1890ff;
	overflow: hidden;
	z-index: 999;
	*z-index: 999999;
}

.nav ul li.on {
	background: #1890ff;
}

.nav ul li.on a {
	color: #fff;
}

.nav ul li.on .subNav {
	display: block;
	/*animation:rotate 400ms;-webkit-animation:rotate 400ms;-moz-animation:rotate 400ms;*/
}

.nav ul li.on .subNav dl {
	overflow: hidden;
	padding-top: 1px;
}

.nav ul li.on .subNav dl dd {
	height: auto;
	line-height: 18px;
	text-align: center;
}

.nav ul li.on .subNav dl dd a {
	display: block;
	line-height: 18px;
	font-weight: normal;
	color: #fff;
	padding: 8px 5px 8px 5px;
	font-size: 16px;
}

.nav ul li.on .subNav dl dd a:hover {
	color: #fff;
	background-color: #1890ff;
}

.nav ul li.active {
	background: #1890ff;
}

.nav ul li.active a {
	color: #fff;
}


/*.wraq_header.current{height:50px;  z-index: 100000000000;background: #1890ff;position: fixed;top:0;left: 0;box-shadow: 0px 4px 0px rgba(140,0,0,0.3);}
.wraq_header.current .wraq_nav{background: #1890ff;}
.wraq_header.current .nav{height:50px; line-height:50px;max-width:1200px;margin:0 auto;}
.wraq_header.current .nav li{width:11.1%;background:none;font-size:0.9em;height:50px; line-height:50px;transition: all 0.3s ease 0s;-webkit-transition: all 0.3s ease 0s;-moz-transition: all 0.3s ease 0s;}
.wraq_header.current .nav ul{background: none;height:50px;}
.wraq_header.current .nav li a{color:#fff;}
.wraq_header.current .nav li:hover{cursor:pointer;font-weight:normal;background-color:#fff;transition: all 0.3s ease 0s;-o-transition: all 0.3s ease 0s;-webkit-transition: all 0.3s ease 0s;-moz-transition: all 0.3s ease 0s;border-bottom: 0;}
.wraq_header.current .nav li:hover a{color:#1890ff;}
.wraq_header.current .nav ul li.on .subNav dl dd a{color:#fff;}
*/
/*footer*/
.footer_wrap {
	width: 100%;
	background: #1890ff;
	overflow: hidden;
}

.footer {
	max-width: 1200px;
	overflow: hidden;
	margin: 0 auto;
	background: url(../images/footer_bg.png) no-repeat right top;
}

.footer .lf {
	float: left;
	width: 37.75%;
	overflow: hidden;
	margin: 30px 0;
}

.footer .md {
	float: left;
	width: 34.16%;
	overflow: hidden;
	margin: 30px 0;
}

.footer .rt {
	float: right;
	width: 27.5%;
	overflow: hidden;
	margin: 30px 0;
}

.footerList {
	overflow: hidden;
	border-left: 1px solid #91d5ff;
	padding: 0 8%;
}

.footerList ul {
	overflow: hidden;
}

.footerList ul li {
	float: left;
	width: 100%;
	/*margin-top: 10px;*/
}

.footerList ul li a {
	color: #e6f7ff;
	font-size: 14px;
	display: block;
	/*height: 20px;*/
	overflow: hidden;
	margin:0px 0px 6px;
}

.footerList ul li a i {
	color: #e6f7ff;
	font-style: normal;
	margin-right: 5px;
}

.footerList ul li a:hover {
	/* color: #40a9ff; */
	text-decoration: underline;
}

.footerTitle {
	margin-bottom: 10px;
}

.footerTitle h3 {
	font-size: 18px;
	color: #fff;
	font-weight: normal;
}

.footerContact {}

.footerContact p {
	color: #e6f7ff;
	font-size: 14px;
	margin-bottom: 6px;
	text-align: justify;
}

.copyRight {
	width: 100%;
	background: #0050b3;
	overflow: hidden;
}

.copyRight p {
	padding: 10px 0;
	text-align: center;
	color: #e6f7ff;
	font-size: 14px;
}

.goTop {
	position: absolute;
	bottom: 0;
	right: 30px;
	z-index: 99;
	color: #1890ff;
	text-align: center;
	font-size: 16px;
	transition: none;
	z-index: 9999;
}

.goTop i {
	color: #1890ff;
	display: block;
	margin-bottom: 8px;
	transition: all 0.3s ease;
}

.goTop:hover {
	color: #1890ff;
}

.goTop:hover i {
	transform: translateY(-5px);
	-webkit-transform: translateY(-5px);
	-moz-transform: translateY(-5px);
}

@keyframes rotate {
	from {
		transform: rotateX(90deg) translateY(0%);
		top: 43px;
	}

	to {
		transform: rotateX(0deg) translateY(0%);
		top: 43px;
	}
}

@-moz-keyframes rotate {
	from {
		-moz-transform: rotateX(90deg) translateY(0%);
		top: 43px;
	}

	to {
		-moz-transform: rotateX(0deg) translateY(0%);
		top: 43px;
	}
}

@-webkit-keyframes rotate {
	from {
		-webkit-transform: rotateX(90deg) translateY(0%);
		top: 43px;
	}

	to {
		-webkit-transform: rotateX(0deg) translateY(0%);
		top: 43px;
	}
}


/*鎵嬫満绔鑸�*/
/*1229*/
.snav {
	display: none;
	background-color: #fff;
	right: 0px;
	top: 0;
	z-index: 9995;
	width: 100%;
}

.mbtn {
	display: none;
	width: 100%;
	height: 35px;
	z-index: 1002;
	cursor: pointer;
	line-height: 35px;
	background: #40a9ff;
}

.mbtn span {
	width: 30px;
	height: 30px;
	margin-right: 6px;
	float: right;
	color: #1890ff;
	font-size: 20px;
	line-height: 32px;
	text-align: center;
	background-color: #fff;
	margin-top: 2px;
}

.mtopList {
	float: left;
	margin-left: 11px;
	position: relative;
	z-index: 9999;
}

.mtopList li {
	float: left;
}

.mtopList li a {
	padding: 0 10px 0 0;
	color: #f2f2f2;
	font-size: 14px;
}

.mtopList li.ntop_01 {
	background: url(../../images/top_li.png) no-repeat center left;
}

.navm {
	width: 100%;
	line-height: 30px;
	background-color: #fff;
	overflow: hidden;
	text-align: left;
	display: none;
	top: 35px;
	left: 0
}

.navm li {
	border-bottom: 1px solid #69c0ff;
	position: relative;
	background: #1890ff;
	overflow: hidden;
}

.navm li a {
	font-size: 14px;
	line-height: 18px;
	padding: 7px 0px;
	color: #fff;
	padding-left: 13px;
	/* display:block;*/
	float: left;
	position: relative;
	z-index: 3;
}

.navm li a:hover {
	color: #fff;
}

.navm li span {
	padding: 10px 10px 0 0;
	/* float: right; */
	margin-right: 7px;
	color: #fff;
	cursor: pointer;
	width: 100%;
	text-align: right;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
}

.navm li.on {
	background: #69c0ff;
}

.navm li.on a {
	color: #fff;
}

.navm dl {
	background: rgba(0, 80, 179, 0.8);
	/*background: #b9a7a7;*/
	color: #fff;
}

.navm dl dd {
	padding-left: 30px;
	overflow: hidden;
	line-height: 18px;
	padding: 8px 0px 8px 10px;
	/*border-bottom:1px solid #d68e8e;*/
	border-bottom: 1px solid #fff;
}

.navm dl dd:last-child {
	border-bottom: none;
}

.navm li.on dl dd a {
	font-size: 14px;
	color: #fff;
	font-weight: normal;
	display: block;
	border: none;
	padding: 0px;
}

.navm li dl dd a {
	font-size: 14px;
	color: #fff;
	font-weight: normal;
	display: block;
	border: none;
	padding: 0px;
}

.navm li dl dd a:hover {
	color: #1890ff;
}

/*.navm li.on .subNavs{display: block;}*/
.snav .ser {
	width: 100%;
}

.snav .nser {
	display: block;
	border-bottom: 1px solid #ddd;
}

.snav .search {
	width: 100%;
	background: #fff;
}

.snav .search input.notxt {
	width: 93%;
}

.snav .search input {
	width: 100%;
	border: none;
}

.snav .search input.notxt1 {
	width: 30px;
}

.subNavs {
	width: 100%;
	overflow: hidden;
	display: none;
	background: #fff;
}

.ntop {
	overflow: hidden;
	width: 100%;
	background: #1890ff;
	border-bottom: 1px solid #69c0ff;
}

.ntop li {
	float: left;
	border-bottom: none;
}

@media screen and (max-width:1200px) {

	.header,
	.footer {
		width: 98%;
	}

	.goTop {
		right: 10px;
	}

	.top {
		width: 98%;
		margin: 0 auto;
	}

	.header_logo {
		width: 100%;
		margin: 0 auto;
	}

	.nav a {
		font-size: 0.9em;
	}

	.nav ul li.on .subNav dl dd a {
		font-size: 0.9em;
		padding: 6px;
	}

}

@media screen and (max-width:1000px) {
	.topWrap {
		display: none;
	}

	.snav {
		display: block;
	}

	.mbtn {
		display: block;
	}

	.wraq_header {
		height: auto;
	}

	.header {
		background: none;
	}

	.nav {
		display: none;
	}

	.wraq_nav {
		display: none;
	}

	.top_nav {
		display: none;
	}

	.header {
		height: 105px;
	}

	.logo .logo_01 img,
	.logo .logo_02 img {
		padding-top: 15px
	}

	.logo {
		float: none;
		width: 100%;
	}

	.footerList {
		padding: 0 5%;
	}

	.footer .rt {
		width: 18.5%
	}

	.footer .md {
		width: 43.16%
	}
}

@media screen and (max-width:800px) {

	.topWrap {
		display: none;
	}

	.snav {
		display: block;
	}

	.mbtn {
		display: block;
	}

	.header {
		background: none;
	}

	.nav {
		display: none;
	}

	.wraq_nav {
		display: none;
	}

	.flex-control-paging li a {
		height: 10px;
		width: 10px;
	}

	.footer {
		background: none;
	}

	.footer .lf {
		width: 60%;
	}

	.footer .md {
		width: 40%;
	}

	.footer .rt {
		float: none;
		width: 100%;
	}
}


@media screen and (max-width:640px) {
	.header {
		height: 97px;
	}


}

@media screen and (max-width:480px) {
	.header {
		height: 83px;
	}

	.footer .lf {
		width: 100%;
		float: none;
	}

	.footer .md {
		width: 100%;
		float: none;
	}

	.footerList {
		border: none;
	}

}

@media screen and (max-width:400px) {
	.footerList ul li {
		float: none;
		width: 100%;
	}

}

@media screen

/*and (min-width:320px)*/
and (max-width:360px) {
	.header {
		height: 76px;
	}
}