@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: 'sySong';
	src:
		url('sySong.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Bebas';
	src:
		url('BEBAS-REGULAR.TTF');
	font-weight: normal;
	font-style: normal;
}

html,
body {
	color: #212121;
	font-family: "微软雅黑";
	margin-left: auto !important;
	margin-right: auto !important;
	text-align: left;
}

html {
	font-size: 100px;
	font-size: 5.2083333vw;
}

body {
	font-size: 0.16rem;
}

.index::-webkit-scrollbar,
html::-webkit-scrollbar {
	width: 4px;
	height: 8px;
	background-color: #F5F5F5;
}

.index::-webkit-scrollbar-track,
html::-webkit-scrollbar-track {
	border-radius: 10px;
	background-color: #E2E2E2;
}

.index::-webkit-scrollbar-thumb,
html::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background-color: #333;
}



@media(min-width: 1200px) {

	@media (-webkit-min-device-pixel-ratio: 1.5),
	(min-resolution: 120dpi) {}

	@media (-webkit-min-device-pixel-ratio: 1.05) {
		@media screen and (min-width:1920px) {
			html {
				font-size: 100px !important;
			}
		}

		@media screen and (max-width:1920px) {
			html {
				font-size: 95.5px !important;
			}
		}
	}

	@media (-webkit-min-device-pixel-ratio: 1.1) {
		@media screen and (min-width:1920px) {
			html {
				font-size: 100px !important;
			}
		}

		@media screen and (max-width:1920px) {
			html {
				font-size: 92.5px !important;
			}
		}
	}

	@media (-webkit-min-device-pixel-ratio: 1.15) {
		@media screen and (min-width:1920px) {
			html {
				font-size: 80px !important;
			}
		}

		@media screen and (max-width:1920px) {
			html {
				font-size: 87px !important;
			}
		}
	}

	@media (-webkit-min-device-pixel-ratio: 1.20) {
		@media screen and (min-width:1920px) {
			html {
				font-size: 80px !important;
			}
		}

		@media screen and (max-width:1920px) {
			html {
				font-size: 84px !important;
			}
		}
	}
}

/* rem */

li {
	list-style: none;
}

a {
	text-decoration: none;
	color: #212121;
}

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;
}

.flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.wp {
	width: 16rem;
	max-width: 94%;
	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);
}

@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)
	}
}

.wap {
	display: none !important;
}

/*search*/

.search {
	width: 1.72rem;
	height: 0.3rem;
	background: none;
	border: 1px solid rgba(255, 255, 255, .3);
	border-radius: 15px;
	position: relative;
}



input,
button {
	border: none;
	outline: none;
}

.search .text {
	width: 100%;
	padding-left: 0.1rem;
	padding-right: 0.45rem;
	height: 0.28rem;
	font-family: "微软雅黑";
	font-size: 0.14rem;
	background: none;
	color: #fff;
}

.search .button {
	width: 0.35rem;
	height: 0.28rem;
	background: url(../images/fdj.png) no-repeat center;
	background-size: 0.14rem 0.14rem;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
	text-align: center;
}

input::-webkit-input-placeholder {
	color: rgba(32, 79, 200, 0.5);
}

input::-moz-input-placeholder {
	color: rgba(32, 79, 200, 0.5);
}

input::-ms-input-placeholder {
	color: rgba(32, 79, 200, 0.5);
}

/*头部*/
.pc {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 999999;
	transition: all 0.7s ease-out 0s;
	padding-top: .17rem;
}

.head>div {
	height: 100%;
	align-items: center;
}

.logo {
	/* margin-top: 0.27rem; */
}

.logo a {
	display: block;
	font-size: 0;
}

.logo img {
	display: block;
	height: .74rem;
}

.logo img:nth-child(2) {
	display: none;
}

.head-r {

	display: flex;

	flex-direction: column;

	align-items: flex-end;
}

.head-r .head-top {
	display: flex;
	align-items: center;
}

.head-r .link-top a {
	position: relative;
	font-size: .14rem;
	color: rgba(255, 255, 255, 0.9);
	padding-right: .2rem;
	margin-right: .2rem;

	line-height: 1;
}

.head-r .link-top a:hover {
	color: #FFA400;
}

.head-r .link-top a:after {
	content: "";
	position: absolute;
	right: 0;
	width: 1px;
	height: .12rem;
	top: 50%;
	transform: translateY(-50%);
	background: rgba(255, 255, 255, .3);
}

/* nav */
.nav {
	width: 100%;
	line-height: 0.3rem;

	margin-top: 0.15rem;
}

.nav>ul {
	flex: 1;
	font-size: 0;
	text-align: right;
}

.nav>ul>li {
	display: inline-block;
	text-align: center;
	position: relative;
	padding-left: .35rem;
	margin-left: .35rem;
}

.nav>ul>li:after {
	content: "";
	position: absolute;
	left: 0;
	width: .01rem;
	height: .18rem;
	background: rgba(255, 255, 255, 0.3);
	top: 50%;
	transform: translateY(-50%) rotate(25deg);
}

.nav>ul>li:first-child {
	margin-left: 0;
}

.nav>ul>li:first-child:after {
	display: none;
}

.nav>ul>li>a {
	display: block;
	font-size: 0.2rem;

	text-align: center;
	color: #fff;
	position: relative;
}

.nav>ul>li:hover>a,
.nav>ul>li.active>a {
	color: #fff;
}

.nav>ul>li>a::before {
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 100%;
	width: 1px;
	height: 0;
	border-left: 1px dashed #fff;
	transition: all 0.3s;
	display: none;
}

.nav>ul>li.active:hover>a::before {
	height: 7px;
}

.nav>ul>li>div {
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%) translateY(0.3rem);
	width: 100%;
	min-width: 1.4rem;
	z-index: 9999;
	line-height: normal;
	visibility: hidden;
	opacity: 0;
	transition: all 0.5s;
}

.nav>ul>li>div>ul {
	margin-top: 0.12rem;
	background: #fff;
	background-size: 100% auto;
	box-shadow: 0 0 0.1rem rgba(0, 0, 0, .2);
	padding: 0.1rem 0.05rem;
	border-radius: 0 0 0.15rem 0.15rem;
	position: relative;
}

.nav>ul>li>div>ul::after {
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: -0.11rem;
	border-top: 6px solid transparent;
	border-bottom: 6px solid #fff;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	transition: all 0.3s;
}

.nav>ul>li>div>ul>li {
	margin: 0.1rem 0;
}

.nav>ul>li>div>ul>li a {
	display: inline-block;
	font-size: 0.16rem;
	line-height: 0.24rem;
	position: relative;
	transition: all 0.3s;
	color: #333;
}

.nav>ul>li>div>ul>li a::after {
	content: '';
	position: absolute;
	bottom: 0px;
	left: 0;
	height: 1px;
	width: 0;
	border-bottom: 1px solid #1853B9;
	transition: all 0.3s;
}

.nav>ul>li>div>ul>li a:hover::after {
	width: 100%;
}

.nav>ul>li>div>ul>li a:hover {
	color: #1853B9;
}

.nav>ul>li:hover>div {
	opacity: 1;
	visibility: visible;
	transform: translateX(-50%) translateY(0);
}

.pc.show {
	transform: translateY(-100%);
	opacity: 0;

}

.pc.on {
	background: #1853B9;
	box-shadow: 0 0.05rem 0.1rem 0 rgba(0, 0, 0, .1);
	padding-bottom: 0.17rem;
}



















/*底部*/
.foot {
	background: url(../images/footbg.jpg) no-repeat center;
	background-size: cover;

	color: #fff;
}

.foot .wp {
	padding-top: 0.5rem;
	padding-bottom: .4rem;
}

.foot a {
	color: #fff;
	transition: all 0.5s;
}

.foot a:hover {
	color: rgba(255, 255, 255, 1);
}



.foot-l {}

.foot-logo {
	display: block;
	height: .85rem;
}

.foot-logo img {}

.foot-l p {
	font-size: 0.16rem;
	line-height: 0.36rem;
	margin-top: 0.1rem;
}

.foot-c {
	width: 45%;
}

.foot-c ul {
	display: flex;
	flex-wrap: wrap;
}

.foot-c ul li {
	width: 50%;
	margin: 0.1rem 0;
	position: relative;
}

.foot-c ul li p {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	font-size: .14rem;
	color: rgba(255, 255, 255, 0.9);
}

.foot-c ul li p img {
	margin-right: .1rem;
}


.foot-r {}

.foot-r ul {
	display: flex;
	flex-wrap: wrap;
}

.foot-r ul li {
	position: relative;
	margin-left: 0.18rem;
}

.foot-r ul li .icon {
	position: relative;
	width: .55rem;
	height: .55rem;
	display: flex;
	justify-content: center;
	align-items: center;
	background: url(../images/ewm-qq.png) no-repeat center center/100% 100%;

	transition: all .6s;
}

.foot-r ul li:hover .icon {
	border-radius: 50%;
	background: #fff;

}

.foot-r ul li .icon img {
	height: .26rem;
}

.foot-r ul li .icon img.ft_ewmh {
	display: none;
}

.foot-r ul li:hover .icon img.ft_ewmh {
	display: flex;
}

.foot-r ul li:hover .icon img.ft_ewm {
	display: none;
}

.foot-r ul li .ewm {
	/*position: absolute;
	bottom: 100%;
	left: 50%;
	transform: translate(-50%, -10px);
	opacity: 0;
	padding-bottom: .3rem;
	z-index: -1;*/
	width: .9rem;
        height:.9rem;
	transition: all .6s;
}

/*.foot-r ul li .ewm:after {
	content: "";
	position: absolute;
	left: 50%;
	transform: translatex(-50%);
	bottom: .15rem;
	border: .1rem solid transparent;
	border-top: .1rem solid #fff;
}

.foot-r ul li:hover .ewm {
	opacity: 1;
	z-index: 6;
	transform: translate(-50%, 0px)
}*/

.foot-r ul li .ewm img {
	display: block;
	width: 100%;
	height: 100%;
}
.foot-r ul li .ewm p{
  text-align:center; 
line-height:30px;
}


.foot-bq {
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	margin-top: 0.3rem;
	text-align: center;
}

.foot-bq p {
	line-height: 0.24rem;
	font-size: 0.14rem;
	color: rgba(255, 255, 255, 1);
	padding: 0.2rem 0;
}

/* rem */
@media(max-width: 1024px) {
	.wp {
		padding: 0 15px;
		width: 100%;
		max-width: 100%;
	}

	html {
		font-size: 85px;
	}

}

@media screen and (max-width:1024px) {
	body {
		padding-top: 60px !important;
	}

	.pc {
		display: none !important;
	}

	.m-top {
		max-width: 19.2rem;
		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 {
		height: 25px;
	}

	.close-menu {
		display: none;
		position: absolute;
		right: 0;
		top: 0;
	}

	.m-head {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		background: #1853B9;
		z-index: 999;
		padding: 10px 20px;
	}

	.m-head.on {
		box-shadow: 0 0.05rem 0.1rem 0 rgba(0, 0, 0, .1);
	}

	.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;
		color: #fff;
		display: inline-block;
		line-height: 24px;
		/*background: #fff;*/
		line-height: 24px;
		border-radius: 5px;
	}

	.m-tlink a img {
		vertical-align: -2px;
		padding-right: 5px;
		height: 14px;
	}

	.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;
		margin-bottom: 15px;
		border-radius: 10px;
		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: #1853B9;
		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;
		/* 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(../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 .wp {
		padding-top: .15rem;
		padding-bottom: .15rem;
	}

	.foot-l {
		width: 100%;
	}

	.foot-logo {
		margin: 0 auto;
	}

	.foot-c {
		width: 100%;
	}

	.foot-r {
		width: 100%;
		margin-top: .15rem;
	}

	.foot-r ul {
		justify-content: center;
	}

	/*.foot-bq {
		margin-top: 0;
	}*/
}

@media screen and (max-width:768px) {
	.foot-c ul li {
		width: 100%;
		margin: .05rem 0;
	}
}

@media screen and (max-width:640px) {}

@media screen and (max-width:480px) {}

@media screen and (max-width:375px) {}

@media screen and (max-width:320px) {}