* {
	padding: 0;
	margin: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-weight: normal;
	outline: none;
}

html,
body {
	color: #333;
	font-size: 16px;
	font-family: "微软雅黑";
	margin-left: auto !important;
	margin-right: auto !important;
	text-align: left;
	max-width: 1920px; 
overflow-x: hidden;
}

button {
	border: none;
	background: none;
	outline: none;
	cursor: pointer;
}
.m-search-btn {     display: inline-block;
    position: static;
    margin-right: 15px; }
a {
	text-decoration: none;
	display: block;
	cursor: pointer;
}

img {
	transition: all 1s;
}

.index a:hover img {
	transform: scale(1.1);
}

p {
	margin: auto;
}

li {
	list-style: none;
}

.clear {
	clear: both;
}

.px1400 {
	max-width: 1400px;
	margin: 0 auto;
}

img,
input {
	border: 0;
	outline: none;
}

.pic img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%; object-fit: cover;
}

.pic {
	display: block;
	padding-top: 75%;
	position: relative;
	overflow: hidden;
}

.wap {
	display: none;
}

/* head */
.head {
	left: 0;
	right: 0;
	padding-top: 22px;
	padding-bottom: 22px;background: #004694;
}
.nav-bg{  
	background-color: #075da0;
}

.search { display: inline-block; padding: 0 3px 0 14px; border: 1px solid #468abf; border-radius: 28px; font-size: 0; }
.search .input { width: 185px; font-size: 14px; font-weight: 500; line-height: 32px; height: 32px; color: #fff; text-align: left; vertical-align: top; background: none; }
.search .input::placeholder { color: #eee; }
.search .submit { width: 32px; height: 32px; background-image: url(../images/g_icon1_2.png); background-repeat: no-repeat; background-position: 00% 50%; background-color: transparent; background-size: 78%; }

.logo {
	position: relative;
	float: left;
}

.logo img {
	display: block; max-height: 85px;
}

.top-link { margin: -6px 0 14px; font-size: 15px; font-weight: 500; line-height: 30px; color: #8eacc3; text-align: right; }
.top-link a { display: inline; color: #fff; }
.top-link a:hover { text-decoration: underline; }
.top-link span { padding: 0 15px; }

.nav {

}

.nav>ul {
	font-size: 0;
	text-align: center;
}

.nav>ul>li {
	position: relative;
	transition: all 0.3s;
	box-sizing: border-box;
	float: left;
width: 7.0923%;
}

.nav>ul>li:first-child {
	margin-left: 0;
}

.nav>ul>li>a {
	font-size: 18px;
	color: #ffffff;
	position: relative;
	display: block;
	line-height: 55px;
}

.nav>ul>li>.first {
	font-weight: bold;
}

.nav>ul>li:hover>a {
	font-weight: bold;
}

.nav>ul>li:hover ul {
	transition: all 1s;
transform: rotateX(0deg);
-ms-transform: rotateX(0deg);
opacity: 1;
visibility: visible;
}

.nav>ul>li ul li:hover a {
	color: #004694;
}

.nav>ul>li ul {
	position: absolute;
	left: calc(50% - 81px);
	top: 100%;
	padding: 0;
	width: 162px;
	overflow: hidden;
	transition: all 0.1s;
	z-index: 99;
    box-shadow: 0 0 6px 0 rgb(0 0 0 / 60%);
    transform: rotateX(90deg);
    transform-origin: 50% 0%;
    -ms-transform: rotateX(90deg);
    -ms-transform-origin: 50% 0%;
opacity: 0;
visibility: hidden;
}

.nav>ul>li ul li {
	background: #fff;
	padding: 5px 10px;
	text-align: center;
}

.nav>ul>li ul li a {
	font-size: 14px;
	color: #000;
	padding: 8px 0;
}

.nav>ul>li ul li:hover {
	background: #004694;
}

.nav>ul>li ul li:hover a {
	color: #fff;
}

/* banner */

.banner img {
	width: 100%;
}

.banner .slick-prev {
	background: url(../images/banner-prev.png) no-repeat center;
	width: 62px;
	height: 62px;
	z-index: 1;
	left: 20px;
opacity: .38;
transition: all .3s;

}

.banner .slick-next {
	background: url(../images/banner-next.png) no-repeat center;
	width: 62px;
	height: 62px;
	z-index: 1;
	right: 20px;
opacity: .38;
transition: all .3s;
}
.banner:hover .slick-prev, .banner:hover .slick-next { opacity: .9;  }
.banner .slick-dots {
	bottom: 30px;
	text-align: center;
}

.banner .slick-dots li {
	width: 8px;
	height: 8px;
	background-color: #ffffff;
	opacity: 0.4;
	border-radius: 50%;
	margin-left: 10px;
	transition: all 0.3s;
	position: relative;

}

.banner .slick-dots li.slick-active {
	opacity: 1;
}

/* footer */
.footer {
	background: #004694;
	padding-top: 40px;
	background-size: cover;
}

.footer .px1400 {
	margin-bottom: 29px;
}

.fot-l {
	float: left;
	width: 30.42%;
}

.fot-link { width: 37%; margin-left: 6%; }
.fot-link a { display: inline; font-size: 14px; line-height: 36px; color: #fff; margin-right: 14px; white-space: nowrap;}
.fot-link a:hover { text-decoration: underline; }
.fot-l h2 {
	font-size: 24px;
	font-weight: bold;
	line-height: 36px;
	color: #ffffff;
	background: url(../images/f-l-bg.png) no-repeat left;
	padding-left: 20px;
background-size: 4px 24px;
}

.fot-l p {
	display: block;
	font-size: 14px;
	line-height: 36px;
	color: #ffffff;
}

.fot-r {
	float: right;
	/* width: 20%; */
}

.fot-r .gz {
	margin-right: 30px;
}

.fot-r .test {
	float: left;
}

.fot-r span {
	display: block;
	font-size: 14px;
	line-height: 36px;
	color: #ffffff;
	text-align: center;
}

.bq {
padding: 18px 0;
	background-color: #075da0;
}

.bq p {
	font-size: 16px;
	line-height: 34px;
	color: #ffffff;
	text-align: center;
}
.bq p a{
	color:#fff;
	display: inline-block;
}

.sec1 { padding: 15px 0 0; }

#mask { display: none; position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 102; background: rgba(0, 0, 0, 0.75); }
#mask .close { width: 70px; height: 70px; position: absolute; top: 100px; right: 10%; bottom: auto; left: auto; z-index: 1; cursor: pointer; }
#mask .close i { display: block; width: 100%; height: 3px; background: #fff; }
#mask .close i:nth-child(1) { -webkit-transform: translate(0, 33px) rotate(45deg); -moz-transform: translate(0, 33px) rotate(45deg); -o-transform: translate(0, 33px) rotate(45deg); -ms-transform: translate(0, 33px) rotate(45deg); transform: translate(0, 33px) rotate(45deg); }
#mask .close i:nth-child(2) { -webkit-transform: translate(0, 31px) rotate(-45deg); -moz-transform: translate(0, 31px) rotate(-45deg); -o-transform: translate(0, 31px) rotate(-45deg); -ms-transform: translate(0, 31px) rotate(-45deg); transform: translate(0, 31px) rotate(-45deg); }
#nav-mask { display: none; position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 99; background: rgba(0, 0, 0, 0.85); }
.search-box { position: absolute; top: 40%; right: auto; bottom: auto; left: 50%; z-index: 1; -webkit-transform: translate(-50%, 0%); -moz-transform: translate(-50%, 0%); -o-transform: translate(-50%, 0%); -ms-transform: translate(-50%, 0%); transform: translate(-50%, 0%); width: 50%; max-width: 650px; overflow: hidden; }
.search-box .input { width: -webkit-calc(100% - 55px); width: -moz-calc(100% - 55px); width: calc(100% - 55px); height: 55px; padding: 0 10px 0 15px; vertical-align: top; font-size: 16px; font-weight: 500; line-height: 55px; color: #333; text-align: left; border: 1px solid #eee; }
.search-box .over { background: #fff; white-space: nowrap; padding: 15px 10px 15px 15px; opacity: 0; -webkit-transition: all 0.4s ease 0s; -moz-transition: all 0.4s ease 0s; -o-transition: all 0.4s ease 0s; transition: all 0.4s ease 0s; transform: translateY(-100%); -ms-transform: translateY(-100%); }
.search-box .submit { width: 50px; height: 55px; vertical-align: top; background-image: url("../images/g_icon2.png"); background-repeat: no-repeat; background-position: 50% 45%; background-color: transparent; -o-background-size: auto; background-size: auto; }
.search-box.show .over { opacity: 1; transform: translateY(0); -ms-transform: translateY(0); }