﻿@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: #000;
	font-size: 16px;
	font-family: "微软雅黑";
	margin-left: auto !important;
	margin-right: auto !important;
	text-align: left;
}

html,
body {
	min-width: 1600px;
	width: 100%;
}

li {
	list-style: none;
}

a {
	text-decoration: none;
	color: #000;
}

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 img {
	display: block;
	width: 100%;
	height: 380px;
	transition: all 0.5s;
}

.pic:hover img {
	transform: scale(1.1);
}

@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: 200px;
	z-index: 99999;
	background: url(../images/top-bg.jpg) no-repeat center top;
	background-size: cover;
}

.top>div.px1400 {
	height: 134px;
}

.pc.on .top {
	box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
}

.logo {
	margin-top: 27px;
}

.logo a {
	display: block;
}

.logo img {
	display: block;
}


/*search*/

.search {
	width: 237px;
	height: 34px;
	border: 1px solid #FFFFFF;
	border-radius: 5px;
	margin-top: 37px;
	position: relative;
	z-index: 1;
}

input,
button {
	border: none;
	outline: none;
}

.search .text {
	width: 237px;
	padding-left: 10px;
	padding-right: 40px;
	height: 32px;
	font-size: 14px;
	background: none;
	color: #fff;
}

.search .button {
	width: 40px;
	height: 32px;
	background: url(../images/fdj.png) no-repeat center;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
	text-align: center;
}

input::-webkit-input-placeholder {
	color: rgba(255, 255, 255, 0.8);
}

input::-moz-input-placeholder {
	color: rgba(255, 255, 255, 0.8);
}

input::-ms-input-placeholder {
	color: rgba(255, 255, 255, 0.8);
}



/*导航*/

.nav {
	height: 66px;
	line-height: 66px;
	background: rgba(120, 0, 5, 0.6);
}

.nav>ul {
	font-size: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	padding-right: 24px;
}

.nav>ul>li {
	text-align: center;
	position: relative;
}

.nav>ul>li>a {
	display: block;
	font-size: 22px;
	color: #fff;
	text-align: center;
	position: relative;
}

.nav>ul>li.active>a,
.nav>ul>li:hover>a {
	font-weight: bold;
}

.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 {
	background: url(../images/foot-bg.png) no-repeat;
	background-size: cover;
	height: 318px;
	padding-top: 90px;
	margin-top: -60px;
	position: relative;
	z-index: 3;
}

.foot a {
	color: #fff;
}

.foot>div.px1400 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.foot-l {
	width: 780px;
}

.link {
	line-height: 36px;
	padding-top: 25px;
}

.link span {
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	display: inline-block;
	vertical-align: middle;
	padding-right: 17px;
	position: relative;
	margin-right: 20px;
}

.link span::after {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	width: 1px;
	height: 17px;
	background: rgba(255, 255, 255, 0.48);
}

.link>a {
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	margin: 0 15px;
	color: rgba(255, 255, 255, 0.8);
	transition: all 0.3s;
}

.link>a:hover {
	color: #fff;
}

.foot-bq {
	border-top: 2px solid rgba(255, 255, 255, 0.2);
	padding-top: 30px;
	margin-top: 30px;
	font-size: 16px;
	line-height: 28px;
	color: rgba(255, 255, 255, 0.5);
}

.foot-r ul {
	width: 450px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.foot-r ul li {
	text-align: center;
}

.foot-r ul li img {
	width: 130px;
}

.foot-r ul li p {
	color: rgba(255, 255, 255, 0.8);
	font-size: 16px;
	line-height: 28px;
	margin-top: 5px;
}