@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;
}

html,
body {
	color: #333;
	font-family: "微软雅黑";
	margin-left: auto !important;
	margin-right: auto !important;
	text-align: left;
}

html {
	font-size: 100px;
}

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;
}

/* rem */

@media screen and (min-width:2000px) {
	html {
		font-size: 110px !important;
	}
}

@media screen and (max-width:1940px) {
	html {
		font-size: 100px !important;
	}
}

@media screen and (max-width:1800px) {
	html {
		font-size: 95px !important;
	}
}

@media screen and (max-width:1600px) {
	html {
		font-size: 90px !important;
	}
       .logo{width:35%;}
}

@media screen and (max-width:1400px) {
	html {
		font-size: 90px !important;
	}
}

@media screen and (max-width:1300px) {
.logo{width:30%;}

}

@media screen and (max-width:1024px) {
	html {
		font-size: 85px !important;
	}
}

@media screen and (max-width:900px) {
	html {
		font-size: 85px !important;
	}
}

@media screen and (max-width:640px) {
	html {
		font-size: 80px !important;
	}
}

@media screen and (max-width:480px) {
	html {
		font-size: 80px !important;
	}
}

@media screen and (max-width:375px) {
	html {
		font-size: 75px !important;
	}
}

@media screen and (max-width:360px) {
	html {
		font-size: 70px !important;
	}
}

@media screen and (max-width:350px) {
	html {
		font-size: 65px !important;
	}
}

/* rem */

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;
}
.topflex{
	align-items:flex-start;
}
.wp {
	width: 14.4rem;
	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;
}

/*search*/

.search-con {
	margin-left: 0.48rem;
	display: block;
	font-size: 0;
	position: relative;
	z-index: 1;
}

.search-con::before {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: -0.24rem;
	border-left: 1px solid rgba(255, 255, 255, 0.4);
	height: 0.16rem;
	z-index: -1;
}

.search-con button {
	width: 0.16rem;
	height: 0.16rem;
	text-align: center;
	background: none;
	cursor: pointer;
	font-size: 0;
}

.search-con button img {
	vertical-align: middle;
	width: 100%;
	transition: all 0.5s;
}

.search-con button:hover img {
	transform: scale(1.05);
}

.search {
	width: 500px;
	height: 50px;
	background: #fff;
	margin-top: 20px;
	position: absolute;
	right: 0;
	top: 24px;
	z-index: 1;
	display: none;
}

input,
button {
	border: none;
	outline: none;
}

.search .text {
	width: 500px;
	padding-left: 15px;
	padding-right: 80px;
	height: 50px;
	font-size: 14px;
	background: none;
	color: #333;
}

.search .button {
	width: 80px;
	height: 50px;
	background: #a90c0c url(../images/fdj.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;
}

/* 定位搜索框 */

.yc-search {
	line-height: 40px;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 999999;
	display: none;
}

.yc-search-bg {
	position: fixed;
	z-index: 99998;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .8);
}

.search {
	display: block;
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	z-index: 99999;

}

/*头部*/
.pc {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	width: 100%;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	z-index: 99991;
}

.pc.on {
	background: rgba(169, 12, 12, .8);
}

.head {
	padding: 0 5%;
	position: relative;
	z-index: 999;
}

.logo a {
	display: block;
	font-size: 0;
	padding: 0.2rem 0;
	transition: all 0.3s;
}

.pc.on .logo a {
	padding: 0.1rem 0;
}

.logo img {
	display: block;
	max-width: 100%;
}

.head-r {
	flex: 1;
	min-width: 0;
}

.head-en {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	margin-left: 0.4rem;
}

.head-en a {
	display: block;
	font-size: 0.16rem;
	color: #fff;
	transition: all 0.5s;
}

.head-en a:hover {
	color: rgba(255, 255, 255, 0.6);
}

.head-en a:hover img {
	transform: scale(1.05);
}

/* nav */
.nav {
	line-height: 0.4rem;
	margin-top: 0.1rem;
	margin-left: 12%;
}

.nav>ul {
	font-size: 0;
	text-align: right;
}

.nav>ul>li {
	display: inline-block;
	text-align: center;
	position: relative;
}

.nav>ul>li:first-child {
	margin-left: 0;
}

.nav>ul>li>a {
	display: block;
	font-size: 0.18rem;
	color: #fff;
	position: relative;
}

.nav>ul>li>a::after {
	/* content: ""; */
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	border-bottom: 3px solid #fff;
	transform: scaleX(0);
	transition: all 0.3s;
}

.nav>ul>li.on>a::after,
.nav>ul>li:hover>a::after,
.nav>ul>li.active>a::after {
	transform: none;
}

.nav>ul>li.active>a {
	font-weight: bold;
}

.nav>ul>li:hover>a {
	font-weight: bold;
}

.nav>ul>li>div {
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%) translateY(0.3rem);
	width: 100%;
	min-width: 1.2rem;
	z-index: 9999;
	line-height: normal;
	visibility: hidden;
	opacity: 0;
	transition: all 0.5s;
}

.nav>ul>li>div>ul {
	overflow: hidden;
	background: #fff;
	box-shadow: 0 0 0.1rem rgba(0, 0, 0, .2);
	margin-top: 0.26rem;
}

.nav>ul>li>div>ul>li a {
	display: block;
	font-size: 0.15rem;
	line-height: 0.45rem;
	transition: all 0.3s;
	color: #333;
}

.nav>ul>li>div>ul>li a:hover {
	background: #a90c0c;
	color: #fff;
}

.nav>ul>li:hover>div {
	opacity: 1;
	visibility: visible;
	transform: translateX(-50%) translateY(0);
}

.nav-r {
	float: left;
	position: relative;
}

.nav-r a {
	float: left;
	margin-left: 20px;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	text-align: center;
	color: #fff;
	line-height: 40px;
	font-size: 0;
}

.nav-r a img {
	vertical-align: middle;
	display: none;
}

.nav-r a img:first-child {
	display: inline-block;
}

.nav-r a span {
	display: block;
	font-size: 18px;
}


/*底部*/

.foot {
	background: #a90c0c;
	padding: 0.35rem 0;
	color: #fff;
        text-align:center;
}

.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: 0.33rem;
	width: 3.69rem;
}

.foot-t {
	align-items: flex-start;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	padding-top: 0.45rem;
}

.foot-l {
	width: 50%;
}

.foot-l h3 {
	font-size: 0.18rem;
	font-weight: bold;
	line-height: 0.3rem;
	margin-bottom: 0.1rem;
}

.foot-link a {
	display: inline-block;
	font-size: 0.16rem;
	margin-right: 0.65rem;
	line-height: 0.3rem;
}


.foot-dz p {
	font-size: 0.16rem;
	line-height: 0.35rem;
}

.foot-r img {
	display: block;
	width: 0.91rem;
	height: 0.91rem;
}

.foot-r p {
	text-align: center;
	font-size: 0.16rem;
	line-height: 0.3rem;
	margin-top: 0.1rem;
}