@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;
}

html,
body {
	color: #111;
	font-size: 16px;
	font-family: "Î¢ÈíÑÅºÚ";
	margin-left: auto !important;
	margin-right: auto !important;
	text-align: left;
}

@font-face {
	font-family: 'Slidexiaxing';
	src: url('/css/Slidexiaxing-Regular.ttf') format('truetype');
	src: url('/css/Slidexiaxing-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'sySong';
	src: url('/css/sySong.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

li {
	list-style: none;
}

a {
	text-decoration: none;
	color: #111;
}

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;
}

.px1400 {
	width: 1400px;
	max-width: 1400px;
	margin: 0 auto;
}

.pic {
	padding-top: 75%;
	position: relative;
	overflow: hidden;
}

.pic img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transition: all 0.5s;
	object-fit: cover;
	display: block;
}

.pic img:hover {
	transform: scale(1.1);
}

@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);
	}
}

@keyframes jello {
	from,
	11.1%,
	to {
		-webkit-transform: none;
		-moz-transform: none;
		transform: none
	}
	22.2% {
		-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
		-moz-transform: skewX(-12.5deg) skewY(-12.5deg);
		transform: skewX(-12.5deg) skewY(-12.5deg)
	}
	33.3% {
		-webkit-transform: skewX(6.25deg) skewY(6.25deg);
		-moz-transform: skewX(6.25deg) skewY(6.25deg);
		transform: skewX(6.25deg) skewY(6.25deg)
	}
	44.4% {
		-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
		-moz-transform: skewX(-3.125deg) skewY(-3.125deg);
		transform: skewX(-3.125deg) skewY(-3.125deg)
	}
	55.5% {
		-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
		-moz-transform: skewX(1.5625deg) skewY(1.5625deg);
		transform: skewX(1.5625deg) skewY(1.5625deg)
	}
	66.6% {
		-webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
		-moz-transform: skewX(-.78125deg) skewY(-.78125deg);
		transform: skewX(-.78125deg) skewY(-.78125deg)
	}
	77.7% {
		-webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
		-moz-transform: skewX(0.390625deg) skewY(0.390625deg);
		transform: skewX(0.390625deg) skewY(0.390625deg)
	}
	88.8% {
		-webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
		-moz-transform: skewX(-.1953125deg) skewY(-.1953125deg);
		transform: skewX(-.1953125deg) skewY(-.1953125deg)
	}
}

@keyframes ygd {
	0% {
		left: 0;
		right: auto;
		opacity: 0;
	}
	100% {
		
		left: 100%;
		margin-left: -33px;
		opacity: 1;
	}
}

.wap {
	display: none !important;
}


/*Í·²¿*/

.head-t {
	height: 36px;
	line-height: 36px;
	background: #1c50af;
}

.head-t a {
	display: inline-block;
	font-size: 16px;
	color: #fff;
	transition: all 0.3s;
}

.head-tl a {
	margin-left: 15px;
}

.head-tr a {
	margin-left: 30px;
}

.head-t a:hover {
	color: rgba(255, 255, 255, 0.8);
}

.head {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	z-index: 99999;
	transition: top 0.3s;
}

.head.on .head-top {
	background: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	padding-top: 10px;
	padding-bottom: 10px;
}

.head.on .nav ul li a {
	color: #1c50af;
}

.head.on .nav ul li div ul li a:hover {
	color: #fff;
}

.head.on .logo a img:first-child {
	display: none;
}

.head.on .logo a img:nth-child(2) {
	display: inline-block;
}

.head.on .search-box img:first-child {
	display: none;
}

.head.on .search-box img:nth-child(2) {
	display: inline-block;
}

.head-top {
	position: relative;
	padding-bottom: 25px;
	padding-top: 25px;
}

.logo a {
	display: block;
}

.logo a img {
	width: 100%;
	vertical-align: middle;
}

.logo a img:first-child {
	display: inline-block;
}

.logo a img:nth-child(2) {
	display: none;
}


/*nav*/

.nav {
	float: right;
	text-align: right;
	margin-top: 21px;
}

.nav>ul {
	float: left;
	font-size: 0;
}

.nav>ul>li {
	float: left;
	text-align: center;
	position: relative;
	margin: 0 20px;
}

.nav>ul>li:first-child {
	margin-left: 0;
}

.nav>ul>li>a {
	display: block;
	font-size: 18px;
	font-weight: bold;
	line-height: 40px;
	color: #fff;
	text-align: center;
	position: relative;
	transition: all 0.3s;
}

.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>div {
	position: absolute;
	top: 100%;
	min-width: 170px;
	left: 50%;
	transform: translateX(-50%);
	background: #fff;
	background: rgb(255 255 255);
	z-index: 9999;
	overflow: hidden;
	line-height: normal;
	display: none;
	box-shadow: 0 0 10px rgba(0, 0, 0, .2);
	border-radius: 8px;
}

.nav>ul>li>div>ul {
	overflow: hidden;
}

.nav>ul>li>div>ul>li a {
	display: block;
	font-size: 16px;
	line-height: 42px;
	transition: .3s;
	color: #333;
}

.nav>ul>li>div>ul>li a:hover {
	background: #1c50af;
	color: #fff;
}

.search-box {
	float: right;
	font-size: 0;
	margin-top: 11px;
	margin-left: 20px;
}

.search-box img {
	cursor: pointer;
	vertical-align: middle;
}

.search-box img:first-child {
	display: inline-block;
}

.search-box img:nth-child(2) {
	display: none;
}


/* ¶¨Î»ËÑË÷¿ò */

.b-top {
	line-height: 40px;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 999999;
	display: none;
}

.t-search-zzc {
	position: fixed;
	z-index: 99998;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .6);
}

.t-search {
	display: none;
	display: block;
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	z-index: 99999;
}

.t-search>div {
	min-width: 500px;
	margin: 0 auto;
	position: relative;
	padding-right: 50px;
	padding: 5px 0;
	background: #fff;
}

.t-search>div input[type="text"] {
	display: block;
	width: 100%;
	padding: 0 90px 0 20px;
	font-size: 14px;
	height: 40px;
	box-sizing: border-box;
}

.search-btn {
	position: absolute;
	right: 0;
	top: 0;
	width: 70px;
	height: 50px;
	background: #1c50af url(../img/fdj.png) no-repeat center;
}

.search-btn input {
	display: block;
	width: 20px;
	margin: 10px auto;
}

.wap-menu {
	position: fixed;
	top: 17.5px;
	right: 10px;
	z-index: 99999;
	font-size: 0;
}

.wap-menu img {
	height: 25px;
}

.close-menu {
	display: none;
	position: absolute;
	right: 0;
	top: 0;
}


/*foot*/

.foot {
	background: url(/img/foot-bg.png) no-repeat center top;
	background-size: cover;
	padding: 50px 0 30px 0;
	margin-top: 136px;
	position: relative;
}

.foot>div.px1400 {
	position: relative;
}

.foot-l {
	width: 35.28%;
}

.foot-logo {
	width: 213px;
	height: 213px;
	position: absolute;
	top: -102px;
	left: 50%;
	transform: translateX(-50%);
}

.foot-logo img {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
}

.foot-logo img:first-child {
	width: 100%;
	height: 100%;
	opacity: 0.04;
	animation: footlogo 2s infinite linear;
}

@keyframes footlogo {
	0% {
		transform: translateX(-50%) translateY(-50%) scale(1);
		opacity: 0.15
	}
	100% {
		transform: translateX(-50%) translateY(-50%) scale(1.65);
		opacity: 0
	}
}

.foot-c {
	font-family: 'Slidexiaxing';
	font-size: 65px;
	letter-spacing: -22px;
	color: #fff;
	position: absolute;
	top: 205px;
	left: 50%;
	transform: translateX(-50%);
}

.foot-l h3 {
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 20px;
}

.foot-l ul {
	margin-left: -8px;
	margin-right: -8px;
}

.foot-l ul li {
	float: left;
	width: 33.333%;
	position: relative;
	top: 0;
	transition: all 0.3s;
}

.foot-l ul li a {
	display: block;
	margin: 12px 8px;
	color: #fff;
	background: rgba(158, 191, 255, 0.2);
	height: 54px;
	line-height: 54px;
	text-align: center;
	transition: all 0.3s;
}

.foot-l ul li:hover {
	top: -5px;
}

.foot-r h3 {
	text-align: right;
}

.foot-r ul li a {
	background: none;
	border: 1px dashed rgba(255, 255, 255, 0.5);
	transition: all 0.3s;
}

.foot-r ul li a:hover {
	border: 1px solid rgba(255, 255, 255, 0.5);
	background: none;
}

.foot-link {
	background: #1b4797;
	border-bottom: 1px solid #3c68b7;
	color: rgba(255, 255, 255, 0.74);
	font-size: 14px;
	padding: 20px 0;
	text-align: center;
}

.foot-link a {
	display: inline-block;
	margin: 0 10px;
	color: rgba(255, 255, 255, 0.74);
	padding: 5px 0;
	transition: all 0.3s;
}

.foot-link a:hover {
	color: rgba(255, 255, 255, 1);
}

.foot-bq {
	background: #1b4797;
}

.foot-bq p {
	line-height: 25px;
	color: rgba(255, 255, 255, 0.74);
	font-size: 14px;
	text-align: center;
	padding: 10px 0;
}

.foot-bq p a {
	color: rgba(255, 255, 255, 0.74);
}

.wx{
	position: relative;
}
.wx>div{
	position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 85%;
    margin-bottom: 15px;
    width: 140px;
    padding: 5px;
    background: #fff;
    box-shadow: 0 0 10px rgb(0 0 0 / 30%);
    display: none;
}
.wx>div::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-top: 10px solid #fff;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
}
.wx>div img{

    display: block;
    width: 100%;

}
.wx:hover div{
	display: block;
}


/*  backtop*/

.goTop a {
	display: block;
	position: absolute;
	right: 20px;
	top: -140px;
	width: 73px;
	height: 73px;
	background: url(/img/back-top-bj.png) no-repeat;
	background-size: cover;
	text-align: center;
	font-size: 18px;
	font-weight: 600;
	line-height: 73px;
	color: #ffffff;
}


.goTop {
position: fixed;bottom: 60px;right: 0px; z-index: 99999999;display: none;
}
.goTop a::before {
	content: '';
	width: 0;
	height: 0;
	border: 5px solid #fff;
	border-top-color: transparent;
	border-left-color: transparent;
	border-right-color: transparent;
	border-bottom-color: #fff;
	position: absolute;
	left: 31px;
	top: 21px;
}

@media screen and (max-width:1420px) {
	.px1400 {
		width: auto;
		margin-left: 10px;
		margin-right: 10px;
	}
}

@media screen and (max-width:1300px) {
	.logo a img {
		max-height: 62px;
	}
	.nav>ul>li>a {
		font-size: 16px;
	}
	.nav {
		margin-top: 15px;
	}
}

@media screen and (max-width:1100px) {
	.nav>ul>li {
		margin: 0 12px;
	}
}

@media screen and (max-width:1024px) {
	body {
		padding-top: 60px !important;
	}
	.pc {
		display: none !important;
	}
	.wap {
		display: block !important;
	}
	.m-head {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		background: #1b4797;
		z-index: 999;
		padding: 10px;
	}
	.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 {
		padding: 10px 15px 0 15px;
	}
	.m-tlink a {
		display: inline-block;
		width: 22%;
		font-size: 12px;
		color: #fff;
		line-height: 28px;
	}
	.m-search {
		margin: 0 15px;
		padding-right: 50px;
		padding-left: 10px;
		padding-top: 5px;
		padding-bottom: 5px;
		position: relative;
		line-height: 35px;
		/* background: #fff; */
		margin-top: 15px;
		border: 1px solid #fff;
	}
	.m-search input[type="text"] {
		display: block;
		width: 100%;
		line-height: 25px;
		background: none;
		color: #fff;
	}
	.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: #1b4797;
		overflow-y: scroll;
		width: 100%;
		max-width: 375px;
		border-top: 1px solid rgba(255, 255, 255, 0.2);
	}
	.m-nav ul {
		padding: 0 15px;
		/* border-top: 1px solid rgba(255, 255, 255, 0.2); */
	}
	.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(/img/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 {
		margin-top: 10px;
	}
	.foot-logo {
		display: none;
	}
	.foot-c {
		display: none;
	}
	.foot-l {
		width: 48%;
	}
	.foot-l h3 {
		font-size: 20px;
	}
	.foot-l ul li a {
		font-size: 14px;
		height: 46px;
		line-height: 46px;
		margin: 8px;
	}
	.foot-link {
		padding: 15px 0;
	}
	.goTop a {
		width: 50px;
		height: 50px;
		line-height: 50px;
		right: 0;
		top: -88px;
		font-size: 14px;
		transform: scale(0.8);
	}
	.goTop a::before {
		border: 3px solid #fff;
		border-top-color: transparent;
		border-left-color: transparent;
		border-right-color: transparent;
		border-bottom-color: #fff;
		left: 22px;
		top: 14px;
	}
}

@media screen and (max-width:768px) {
	.foot {
		padding: 70px 0 30px 0;
		margin-top: -20px;
	}
	.foot-l,
	.foot-r {
		float: none;
		width: auto;
	}
	.foot-r {
		margin-top: 20px;
	}
	.foot-r h3 {
		text-align: left;
	}
	.goTop a {
		transform: scale(0.6);
		top: 16px;
	}
}

@media screen and (max-width:375px) {
	.foot-l ul li {
		width: 50%;
	}
	.foot {
		padding: 100px 0 30px 0;
		margin-top: -60px;
	}
}