@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('sys.OTF');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'syH-r';
	src:
		url('SOURCEHANSANSCN-REGULAR.TTF') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'syH-m';
	src:
		url('SOURCEHANSANSCN-MEDIUM.OTF');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'syH-b';
	src:
		url('SOURCEHANSANSCN-BOLD.OTF');
	font-weight: normal;
	font-style: normal;
}

html,
body {
	color: #262626;
	font-size: 20px;
	font-family: 'syH-r';
	margin-left: auto !important;
	margin-right: auto !important;
	text-align: left;
}

html,
body {
	min-width: 1400px;
	width: 100%;
}

li {
	list-style: none;
}

a {
	text-decoration: none;
	color: #262626;
}

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;
}

.flex {
	display: flex;
	flex-wrap: wrap;
}

.pic img {
	display: block;
	width: 100%;
	height: 100%;
	transition: all 0.5s;
}

.pic:hover img {
	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)
	}
}

/*头部*/
.pc {
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 161px;
	z-index: 99999;
}

.top {
	height: 101px;
	background: url(../images/head-bg.jpg) no-repeat center;
	background-size: cover;
}

.logo {
	margin-top: 12px;
}

.logo a {
	display: block;
}

.logo img {
	display: block;
}


/*search*/

.search {
	width: 247px;
	height: 40px;
	border-radius: 80px;
	background: rgba(255, 255, 255, 0.3);
	margin-top: 30px;
	position: relative;
	z-index: 1;
}

input,
button {
	border: none;
	outline: none;
}

.search .text {
	width: 247px;
	padding-left: 66px;
	padding-right: 20px;
	height: 40px;
	font-family: 'syH-r';
	font-size: 14px;
	background: none;
	color: #fff;
}

.search .button {
	width: 52px;
	height: 40px;
	background: url(../images/fdj.png) no-repeat center;
	position: absolute;
	top: 0;
	left: 0;
	cursor: pointer;
	text-align: center;
}

.search::after {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 52px;
	height: 20px;
	border-right: 1px solid rgba(255, 255, 255, 0.2);
}

input::-webkit-input-placeholder {
	color: rgba(255, 255, 255, 0.5);
}

input::-moz-input-placeholder {
	color: rgba(255, 255, 255, 0.5);
}

input::-ms-input-placeholder {
	color: rgba(255, 255, 255, 0.5);
}

/*导航*/

.nav {
	height: 60px;
	line-height: 60px;
	background: #87080F;
}

.nav>ul {
	font-size: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.nav>ul>li {
	text-align: center;
	position: relative;
}

.nav>ul>li>a {
	display: block;
	font-size: 20px;
	font-weight: 500;
	color: rgba(255, 255, 255, 0.7);
	text-align: center;
	position: relative;
}

.nav>ul>li.active>a,
.nav>ul>li:hover>a {
	color: #fff;
}

.nav>ul>li>div {
	position: absolute;
	top: calc(100% - 2px);
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	min-width: 160px;
	background: #fff;
	box-shadow: 0 1px 5px rgba(0, 0, 0, .1);
	border-top: 2px solid #920F15;
	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: 16px;
	line-height: 40px;
	color: #333;
}

.nav>ul>li>div>ul>li a:hover {
	font-weight: bold;
	background: #ECECEC;
}


/*底部*/

.foot-t {
	background: url(../images/foot-bg.jpg) no-repeat center;
	background-size: cover;
	padding: 35px 0;
}

.foot-t>div {
	justify-content: center;
}

.foot a {
	color: #5B5B5B;
}

.foot a:hover {
	color: #fff;
}

.foot>div.px1400 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.lxwm {
	width: 224px;
}

.lxwm h3 {
	line-height: 24px;
	font-size: 16px;
	font-weight: normal;
	color: #FFFFFF;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	padding-bottom: 5px;
	margin-bottom: 10px;
}

.lxwm p {
	font-size: 14px;
	color: rgba(255, 255, 255, 0.7);
}
.yq{margin-left178px;margin-left: 178px;}
.yq a{color: rgba(255, 255, 255, 0.7);}
.foot-r {
	margin-left: 178px;
	margin-top: 19px;
}

.foot-r ul {
	display: flex;
	flex-wrap: wrap;
}

.foot-r ul li {
	text-align: center;
	margin-left: 36px;
}

.foot-r ul li:first-child {
	margin-left: 0;
}

.foot-r ul li img {
	display: block;
	margin: 0 auto;
	width: 91px;
}

.foot-r ul li p {
	font-size: 14px;
	color: rgba(255, 255, 255, 0.7);
	margin-top: 5px;
}

.foot-bq {
	background: #242424;
	font-size: 14px;
	padding: 10px;
	color: #5B5B5B;
	text-align: center;
}