﻿body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td {
	margin: 0;
	padding: 0;
}

body,
button,
input,
select,
textarea {
	font-size: 12px;
	font-family: "微软雅黑";
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
}

address,
cite,
dfn,
em,
var {
	font-style: normal;
}

code,
kbd,
pre,
samp {
	font-family: couriernew, courier, monospace;
}

small {
	font-size: 12px;
}

ul,
ol {
	list-style: none;
	padding: 0;
	margin: 0;
}

a {
	text-decoration: none;
}

/*a:hover {*/
/*text-decoration: underline;*/
/*}*/

sup {
	vertical-align: text-top;
}

sub {
	vertical-align: text-bottom;
}

legend {
	color: #000;
}

fieldset,
img {
	border: 0;
}

button,
input,
select,
textarea {
	font-size: 100%;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

img {
	border: 0;
}

input::-webkit-input-placeholder {
	color: #666;
}

input::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #666;
}

input:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #666;
}

input:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #666;
}

.w1200 {
	width: 1200px;
}

input,
button {
	outline: none;
}

.vat {
	vertical-align: top;
}

.obj-cent {
	object-fit: contain;
}

.obj-cover {
	object-fit: cover;
}

.obj-scale-down {
	object-fit: scale-down;
}

.header {
	background: #004098;
}

.header .container {
	padding: 25px 0;
}

.header .logo {
	width: 60%;
	text-align: left;
}

.header .box-event {
	width: 40%;
	text-align: right;
	position: relative;
	z-index: 8;
}

.header .search-btn {
	border-radius: 50%;
	/* border: 1px solid #707070; */
	width: 48px;
	height: 48px;
	float: right;
	cursor: pointer;
	font-size: 34px;
	background-color: #a8bddd;
	text-align: center;
}

.header .search-btn .icon {
	font-size: 30px;
	color: #3e6db5;
	line-height: 36px;
}

.header .search-wrap {
	width: 300px;
	height: 35px;
	padding-left: 20px;
	background-color: rgba(255, 255, 255, .8);
	-webkit-transition: all 400ms;
	-moz-transition: all 400ms;
	-ms-transition: all 400ms;
	-o-transition: all 400ms;
	transition: all 400ms;
	border-radius: 8px;
	overflow: hidden;
}


.header .search-wrap input {
	width: 260px;
	height: 35px;
	border: none;
	color: #333;
	font-size: 14px;
	background-color: transparent;
	padding: 0;
	margin: 0;
}

.header .search-wrap button {
	background-color: #0856c1;
	cursor: pointer;
	width: 40px;
	height: 35px;
	font-size: 26px;
	color: #fff;
	text-align: center;
	padding: 0;
	margin: 0;
}

.header .search-wrap button .icon {
	font-size: 20px;
	color: #666;
}

/*nav*/
.nav {
	background-color: #074aa7;
	position: relative;
	z-index: 8;
}

.nav ul {
	font-size: 0;
	text-align: center;
}

.nav ul li.nav-li-1 {
	display: inline-block;
	*display: inline;
	zoom: 1;
	width: 7.69%;
	text-align: center;
	position: relative;
	z-index: 999;
}

.nav ul li.nav-li-1 a {
	display: block;
	font-size: 14px;
	color: #fff;
	line-height: 40px;
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms;
}

.nav ul li.nav-li-1 .sub-nav {
	display: none;
	width: 250px;
	/* padding: 10px 0; */
	position: absolute;
	top: 40px;
	left: 0;
	background: #1064d9;
}

.nav ul li .sub-nav .sub-list {
	text-align: center;
	width: 100%;
}

.nav ul li .sub-nav .sub-list a.item-2 {
	padding: 10px 10px;
	line-height: 1.4;
	color: #fff;
	/*font-weight: normal;*/
}

.nav ul li a.active {
	background-color: #1064d9;
}

/*hover*/
.nav ul li:hover a.item-1 {
	background-color: #1064d9;
}

.nav ul li .sub-nav .sub-list a:hover {
	color: #1064d9;
	background-color: #fff;
}

/*footer*/
.footer {
	background-color: #245cb2;
	text-align: center;
}

.footer .top {
	padding-top: 25px;
	padding-bottom: 25px;
}

.footer .top .f-left {
	width: 470px;
}

.footer .top .f-right {
	width: 230px;
}

.footer .top .f-right .text {
	width: 86px;
	padding-left: 25px;
	font-size: 16px;
	color: #fff;
	line-height: 36px;
}

.footer .top .f-center {
	width: 500px;
	text-align: left;
}

.footer .top .f-center .tel,
.footer .top .f-center .tel p,
.footer .top .f-center .tel span,
.footer .top .f-center .tel a {
	font-size: 14px !important;
	color: #fff !important;
	line-height: 1 !important;
}

.footer .top .f-center .con-text {
	padding-top: 10px;
}

.footer .top .f-center .con-text,
.footer .top .f-center .con-text p,
.footer .top .f-center .con-text span,
.footer .top .f-center .con-text a {
	font-size: 14px !important;
	color: #fff !important;
	line-height: 30px !important;
}

.footer .cp {
	background-color: #184fa4;
	padding: 6px;
}

.footer .cp,
.footer .cp p,
.footer .cp a,
.footer .cp span,
.footer .cp p {
	font-size: 14px !important;
	color: #fff !important;
	line-height: 30px !important;
}

.go-top {
	position: fixed;
	bottom: 3%;
	right: 1%;
	width: 64px;
	height: 64px;
	font-size: 26px;
	line-height: 64px;
	text-align: center;
	color: #fff;
	border-radius: 50%;
	background-color: rgba(0, 0, 0, .2);
	z-index: 9;
	cursor: pointer;
}

@media screen and (max-device-width: 500px) {

	html,
	body {
		min-width: 1200px;
	}
}
