@charset "utf-8";

* {
	padding: 0;
	margin: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-weight: normal;
	outline: none;
}

@font-face {
	font-family: 'syht';
	src: url(./'SourceHanSansCN-Regular.otf');
	font-weight: normal;
	font-style: normal;
}

html,
body {
	color: #222;
	font-size: 16px;
	font-family: "微软雅黑";
	margin-left: auto !important;
	margin-right: auto !important;
	text-align: left;
}

li {
	list-style: none;
}

a {
	text-decoration: none;
	color: #222;
}

img,
input {
	border: 0;
	outline: none;
}

body .clear {
	clear: both;
	height: 0 !important;
	width: 0 !important;
	border: none !important;
	margin: 0 !important;
	padding: 0 !important;
	float: none !important;
}

.clearfix:after {
	content: "";
	clear: both;
	display: block;
	overflow: hidden;
	font-size: 0;
	height: 0;
}

.clearfix {
	zoom: 1;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.px1200 {
	width: 1200px;
	max-width: 1200px;
	margin: 0 auto;
}

.pic {
	padding-top: 75%;
	position: relative;
	overflow: hidden;
}

.pic img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 1s;
}

.pic img:hover {
	transform: scale(1.1);
}

.wap {
	display: none !important;
}

@keyframes icon-yh {
	0% {
		transform: rotateZ(0);
	}

	10% {
		transform: rotateZ(10deg);
	}

	20% {
		transform: rotateZ(0);
	}

	30% {
		transform: rotateZ(-10deg);
	}

	40% {
		transform: rotateZ(0);
	}

	50% {
		transform: rotateZ(10deg);
	}

	60% {
		transform: rotateZ(0);
	}

	70% {
		transform: rotateZ(-10deg);
	}

	80% {
		transform: rotateZ(0);
	}

	90% {
		transform: rotateZ(10deg);
	}

	100% {
		transform: rotateZ(0);
	}
}




.top {
	width: 100%;
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	z-index: 999;
	background: #0e2f76 url(../images/top-bg.jpg) no-repeat 64% top;
	transition: all 0.3s;
}

.top::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 1px;
	background: rgba(255, 255, 255, 0.2);
        height:0;
}

.xx {
	vertical-align: middle;
	padding-top: 35px;
	padding-left: 40px;
}

.logo a {
	display: block;
	font-size: 0;
	line-height: 110px;
}

.logo img {
	vertical-align: middle;
}

.top-r {
	float: right;
	position: relative;
	margin-top: 40px;
	padding-right: 55px;
	height: 30px;
}

.top-link {
	text-align: right;
	font-size: 15px;
	color: #fff;
	line-height: 30px;
}

.top-link a {
	display: inline-block;
	margin-left: 24px;
	color: #fff;
	position: relative;
}

.top-link a:first-child img {
	vertical-align: -2px;
	padding-right: 10px;
}

.top-link a::after {
	content: "";
	position: absolute;
	left: 0;
	width: 100%;
	bottom: 0;
	height: 1px;
	background: #fff;
	transform: scaleX(0);
	transition: all 0.3s;
}

.top-link a:hover::after {
	transform: none;
}
/*
.top-link a:nth-child(2) {
	width: 30px;
	height: 30px;
	line-height: 28px;
	border: 1px solid rgba(255, 255, 255, 0.3);
	border-radius: 8px;
	text-align: center;
}

*/
.search-con {
	display: inline-block;
}

.search-con button {
	position: absolute;
	top: 0;
	right: 0;
	width: 40px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background: none;
	cursor: pointer;
	color: rgba(255, 255, 255, 0.8);
	font-size: 0;
}

.search-con button img {
	vertical-align: middle;
}

.search {
	position: absolute;
	right: 0;
	top: 42px;
	width: 240px;
	height: 34px;
	background: #fff;
	border-radius: 4px;
	overflow: hidden;
	display: none;
}

input,
button {
	border: none;
	outline: none;
}

.search .text {
	width: 240px;
	padding-left: 15px;
	padding-right: 44px;
	height: 34px;
	font-size: 14px;
	background: none;
	color: #333;
}

.search .button {
	width: 34px;
	height: 34px;
	background: url(../images/fdj2.png) no-repeat center;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
	text-align: center;
}

input::-webkit-input-placeholder {
	color: #999;
}

input::-moz-input-placeholder {
	color: #999;
}

input::-ms-input-placeholder {
	color: #999;
}



.nav {
	height: 56px;
	line-height: 56px;
	background: #003770;
	transition: all 0.3s;
}

.nav.on {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	z-index: 999;
}

.nav>ul {
	font-size: 0;
animation-fill-mode:none;
-webkit-animation-fill-mode:none; 
}

.nav>ul>li {
	float: left;
	text-align: center;
	position: relative;
	width:9%;
}

.nav>ul>li:first-child {
	margin-left: 0;
}

.nav>ul>li>a {
	display: block;
	font-size: 18px;
	color: #fff;
	text-align: center;
	position: relative;
	transition: auto;
}

.nav>ul>li.on>div {
	border-top: 3px solid #ffffff;
}

.nav>ul>li>a::after {
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
	border-bottom: 5px solid transparent;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
}

.nav>ul>li.on>a::after {
	border-bottom: 5px solid #ffffff;
}

.nav>ul>li:hover>a {
	background: #fff;
	color: #003770;
}

.nav>ul>li>a:before {
	content: "";
	position: absolute;
	bottom: -2px;
	left: 50%;
	transform: translateX(-50%);
	width: 50%;
	height: 2px;
	background: #fff;
	display: none;
}

.nav>ul>li.active>a {}

.nav>ul>li.on>a {}

.nav>ul>li.active>a:before {
	display: none;
}

.nav>ul>li:hover>a:before {
	display: none;
}

.nav>ul>li>div {
	position: absolute;
	top: 100%;
	width: 100%;
	background: #fff;
	background: rgb(255 255 255);
	z-index: 9999;
	overflow: hidden;
	line-height: normal;
	display: none;
	
}

.nav>ul>li>div>ul {
	overflow: hidden;
}

.nav>ul>li>div>ul>li a {
	display: block;
	font-size: 14px;
	line-height: 40px;
	transition: .3s;
	color: #333;
}

.nav>ul>li>div>ul>li a:hover {
	background: #003770;
	color: #fff;
}



.foot {
	background: url(../images/foot-bg.jpg) no-repeat center;
	background-size: cover;
}

.foot>.px1200 {
	color: #d8ebff;
	padding: 30px 0;
}

.foot a {
	color: #d8ebff;
}

.foot h3 {
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 0;
}

.foot-l {
	font-size: 15px;
	width: 58.33%;
}

.foot-l h3 {
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	color: #fff;
}

.foot-l>div a {
	display: inline-block;
	width: 28.333%;
	font-size: 16px;
	line-height: 34px;
	margin: 0 2%;
}

.foot-l>div a:nth-child(3n+1) {
	margin-left: 0;
}

.foot-l a:hover {
	color: #fff;
}

.foot-r {
	width: 39.16%;
	margin-top: 25px;
}

.foot-r p {
	font-size: 15px;
	color: #d8ebff;
	line-height: 34px;
}


.foot-r .one span {
	font-size: 20px;
}


.foot-r .two span{
	font-style: normal;
	padding-left: 100px;
}

.foot-r p img {
	vertical-align: middle;
	padding-right: 10px;
}

.foot-bq {
	text-align: center;
	font-size: 15px;
	color: #d8ebff;

}

.foot-bq div.px1200 {
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.foot-bq div p {
	line-height: 26px;
	padding: 17px 0;
}


@media screen and (max-width:1240px) {
	.px1200 {
		width: auto;
		margin-left: 20px;
		margin-right: 20px;
	}

}

@media screen and (max-width: 1200px) {
	.foot-l h3{
		font-size: 18px;
	}
	.foot-l>div a{
		font-size: 14px;
	}
	.foot-r p{
		font-size: 14px;
	}
	.foot-r p:first-child span {
	    font-size: 18px;
	}
	.foot-bq div p{
		font-size: 14px;
	}
}

@media screen and (max-width: 1100px) {
	.logo img {
		max-height: 64px;
	}
}

@media screen and (max-width:1024px) {
	body {
		padding-top: 60px !important;
	}

	.pc {
		display: none !important;
	}

	.banner .slick-slide a:before {
		display: none;
	}

	.m-top {
		max-width: 1920px;
		margin: 0 auto;
		position: fixed;
		right: 20px;
		top: 18px;
		width: 25px;
		height: 25px;
		z-index: 9999;
	}

	.wap {
		display: block !important;
	}

	.wap-menu {
		position: absolute;
		top: 0;
		right: 0;
		z-index: 99999;
		font-size: 0;
	}

	.wap-menu img {
		max-width: inherit;
		height: 25px;
	}

	.close-menu {
		display: none;
		position: absolute;
		right: 0;
		top: 0;
	}

	.m-head {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		background: #0e2f76;
		z-index: 999;
		padding: 10px 20px;
	}

	.m-logo {
		font-size: 0;
	}

	.m-logo a {
		font-size: 0;
		line-height: 40px;
		display: block;
	}

	.m-logo img {
		max-height: 40px;
		max-width: 80%;
		vertical-align: middle;
	}

	.m-tlink {
		font-size: 12px;
		padding: 10px 15px 0 15px;
		color: rgba(255, 255, 255, 0.6);
	}

	.m-tlink a {
		font-size: 12px;
		margin: 0 8px;
		color: #fff;
		display: inline-block;
		line-height: 24px;
		
		line-height: 24px;
		border-radius: 5px;
	}

	.m-tlink a img {
		vertical-align: -2px;
		padding-right: 5px;
		height: 14px;
	}

	.m-tlink a img:last-child {
		height: 12px;
		vertical-align: -2px;
	}

	.m-search {
		margin: 0 15px;
		padding-right: 50px;
		padding-left: 10px;
		padding-top: 5px;
		padding-bottom: 5px;
		position: relative;
		line-height: 35px;
		
		margin-top: 15px;
		margin-bottom: 15px;
		border: 1px solid #fff;
	}

	.m-search input[type="text"] {
		display: block;
		width: 100%;
		line-height: 25px;
		background: none;
		color: #fff;
		font-size: 12px;
	}

	.m-search input[type="text"]::placeholder {
		color: #fff;
	}

	.m-search input[type="image"] {
		position: absolute;
		right: 10px;
		top: 10px;
		height: 15px;
	}

	.m-nav {
		position: fixed;
		top: 60px;
		right: -100%;
		bottom: 0;
		z-index: 999;
		background: #0e2f76;
		border-top: 1px solid rgba(255, 255, 255, 0.2);
		overflow-y: scroll;
		width: 100%;
		max-width: 375px;
	}

	.m-nav .top-r {
		color: #fff;
		padding-left: 15px;
	}

	.m-nav ul {
		padding: 0 15px;
	
	}

	.m-nav ul li {
		border-bottom: 1px solid rgba(255, 255, 255, 0.2);
		position: relative;
	}

	.m-nav ul li>span.on {
		transform: rotateZ(90deg);
	}

	.m-nav ul li ul {
		display: none;
	}

	.m-nav ul li ul li {
		border: none;
	}

	.m-nav>ul>li a {
		display: block;
		font-size: 14px;
		line-height: 20px;
		padding: 15px 0;
		position: relative;
		color: #fff;
	}

	.m-nav>ul>li ul li a {
		padding: 10px 0;
	}

	.m-nav>ul>li>span {
		position: absolute;
		width: 20px;
		height: 20px;
		background: url(../images/m-nav_down.png) no-repeat;
		background-size: 14px 14px;
		background-position: center center;
		right: 0;
		top: 15px;
		cursor: pointer;
		display: block;
		color: #fff;
		transition: all 0.3s;
	}
	
	.foot-l, .foot-r{
		float:none;
		width: auto;
		text-align: center;
	}
	.foot>.px1200{
		padding: 15px 0;
	}
	.foot-bq div p{
		padding: 10px 0;
	}

	

}

@media screen and (max-width:768px) {}
@media screen and (max-width:600px) {
	.foot-l>div a{
		width: auto;
	}
	.foot-l>div a:nth-child(3n+1){
		margin-left: inherit;
	}
}

@media screen and (max-width:480px) {}

@media screen and (max-width:375px) {}

@media screen and (max-width:320px) {}


.pb_sys_common{
line-height: 40px !important;
}