@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;
}
strong{
font-weight:bold;
}

@font-face {
	font-family: 'sySong';
	src:
		url('sySong.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

html,
body {
	color: #333;
	font-family: "微软雅黑";
	margin-left: auto !important;
	margin-right: auto !important;
	text-align: left;
}

body {
	font-size: 16px;
}

.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;
}

li {
	list-style: none;
}

a {
	text-decoration: none;
	color: #333;
}

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: 1600px;
	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);
}

.bg_img {
	position: relative;
	overflow: hidden;
}

.bg_img .a {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	transition: all 0.4s ease-in;
}

.bg_img:hover .a {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	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;
}




/*底部*/

.foot {
	background: url(../images/footer-bg.jpg) no-repeat top center;
	padding: 54px 0 44px 0;
	color: #fff;
}

.foot a {
	color: #fff;
}

.foot a:hover {
	color: rgba(255, 255, 255, 0.8);
}

.foot-logo {
	display: block;
	margin: 0 auto;
	max-width: 100%;
	margin-bottom: 0px;
    max-height: 80px;
}

.foot-d {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.foot-d h3 {
	font-size: 14px;
	font-weight: normal;
	line-height: 30px;
	letter-spacing: 0.02em;
	color: #FFFFFF;
}

.foot-d-l p {
	font-size: 14px;
	font-weight: normal;
	line-height: 36px;
	letter-spacing: 0.06em;
	color: #FFFFFF;
}

.foot-d-c {
	margin-top: 17px;
margin-left:34%;
}

.link {
	width: 234px;
}

.link>div>p {
	line-height: 32px;
	padding-right: 20px;
	color: #fff;
	text-align: left;
	font-size: 14px;
	background: url(../images/link-icon-down.png) no-repeat;
	background-position: right center;
	background-size: 15px auto;
}

.link>div {
	position: relative;
	padding: 0 18px;
	background: rgba(255, 255, 255, 0.2);
	margin-top: 20px;
}

.link>div:hover div {
	display: block;
}

.link>div div {
	position: absolute;
	bottom: 100%;
	background: #fff;
	box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
	padding: 10px 0;
	left: 0;
	right: 0;
	max-height: 270px;
	overflow-y: auto;
	z-index: 9;
	display: none;
}

.link>div div::-webkit-scrollbar {
	width: 3px;
}

.link>div div::-webkit-scrollbar-thumb {
	border-radius: 5px;
	background: #e5e5e5;
}

.link>div div::-webkit-scrollbar-track {
	border-radius: 5px;
	background: #a51c30;
}

.link>div div a {
	display: block;
	color: #333;
	line-height: 36px;
	font-size: 14px;
	padding: 0 10px;
}

.link>div div a:hover {
	background: #a51c30;
	color: #fff;
}

.foot-d-r {
	margin-top: 19px;
}

.foot-d-r ul {
	display: flex;

}

.foot-d-r ul li {
	margin-left: 5px;
	width: 115px;
}

.foot-d-r ul li:first-child {
	margin-left: 0;
}

.foot-d-r ul li img {
	display: block;
	max-width: 65px;
	margin: 0 auto;
}

.foot-d-r ul li p {
	font-size: 12px;
	font-weight: normal;
	line-height: 24px;
	letter-spacing: 0;
	color: #FFFFFF;
	margin-top: 10px;
	text-align: center;
}



@media screen and (max-width:1600px) {
	.wp {
		width: auto;
		max-width: inherit;
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
}

@media screen and (max-width:1500px) {}

@media screen and (max-width:1400px) {}

@media screen and (max-width:1300px) {}

@media screen and (max-width:1200px) {}

@media screen and (max-width:1100px) {}

@media screen and (max-width:1024px) {
	.foot {
		padding: 30px 0;
	}
}

@media screen and (max-width:768px) {
.foot {
    background: url(../images/footer-bgm.jpg) no-repeat top center;
		padding: 30px 0;
        background-size: cover;
	}
.foot-d-r ul {
    display: flex;
    justify-content: space-around;
}
.foot-d-c {
	margin-top: 17px;
margin-left:0%;
}
}

@media screen and (max-width:640px) {}

@media screen and (max-width:480px) {
	.foot-d-l p {
		line-height: 26px;
	}

	.foot-d-c {
		width: 100%;
	}

	.link {
		width: 100%;
	}

	.link>div {
		margin-top: 10px;
	}

	.foot-d-r {
		margin: 0 auto;
		margin-top: 20px;
	}

	.foot-d-r ul li p {
		line-height: 20px;
	}
}

@media screen and (max-width:375px) {}

@media screen and (max-width:320px) {}