@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;
}
a{    text-decoration: none;}
html,
body {
	color: #151515;
	font-size: 16px;
	font-family: "微软雅黑";
	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: #151515;
}

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: 100%;
	transition: all 0.8s;
}

.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 {}

.top {
	background: url(../images/top-bg.jpg) no-repeat center;
	background-size: cover;
	height: 181px;
}

.logo {
	margin-top: 27px;
}

.logo a {
	display: block;
}

.logo img {
	display: block;
	max-width: 100%;
}


/*search*/

.search {
	width: 266px;
	height: 40px;
	border: 1px solid rgba(255, 255, 255, 0.6);
	border-radius: 20px;
	margin-top: 40px;
	position: relative;
}

input,
button {
	border: none;
	outline: none;
}

.search .text {
	width: 266px;
	padding-left: 45px;
	padding-right: 60px;
	height: 38px;
	font-size: 14px;
	background: none;
	color: #fff;
}

.search .button {
	width: 40px;
	height: 40px;
	line-height: 40px;
	background: none;
	font-size: 16px;
	color: #fff;
	position: absolute;
	top: 0;
	right: 15px;
	cursor: pointer;
	text-align: center;
}

.search::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 15px;
	transform: translateY(-50%);
	width: 20px;
	height: 18px;
	background: url(../images/fdj.png) no-repeat;
}

input::-webkit-input-placeholder {
	color: #afafaf;
}

input::-moz-input-placeholder {
	color: #afafaf;
}

input::-ms-input-placeholder {
	color: #afafaf;
}

.top-r {
	width: calc(100% - 580px);
}

/*导航*/

.nav {
	width: 100%;
	height: 60px;
	line-height: 60px;
	margin-top: 27px;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.nav>ul {
	font-size: 0;
}

.nav>ul>li {
	float: left;
	width: 233px;
	text-align: center;
	position: relative;
}

.nav>ul>li>a {
	display: block;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	position: relative;
	text-decoration: none;
}

.nav>ul>li>a::after {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	width: 1px;
	height: 30px;
	background-color: rgba(255, 255, 255, 0.2);
}

.nav>ul>li:first-child>a::after {
	display: none;
}

.nav>ul>li.active>a,
.nav>ul>li:hover>a {
	font-weight: bold;
}

.nav>ul>li>div {
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	min-width: 120px;
	z-index: 9999;
	overflow: hidden;
	line-height: normal;
	background: #fff;
	box-shadow: 0 2px 10px rgba(0, 0, 0, .15);
	display: none;
}

.nav>ul>li>div>ul {
	overflow: hidden;

}

.nav>ul>li>div>ul>li a {
	display: block;
	font-size: 14px;
	line-height: 42px;
	color: #333;
}

.nav>ul>li>div>ul>li a:hover {
	background: #923a2b;
	color: #fff;
}


/*底部*/

.foot {
	background: url(../images/foot-bg.jpg) no-repeat center;
	background-size: cover;
	width: 100%;
	padding-top: 30px;
}

.foot>div {
	color: #fff;
}

.foot a {
	color: #fff !important;
	text-decoration: none !important;
}

.lxfs h3 {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 10px;
}

.lxfs p {
	font-size: 14px;
	line-height: 30px;
}

.foot-logo {
	display: block;
	margin-left: 148px;
	margin-top: 47px;
}

.foot-wx {
	padding-bottom: 30px;
}

.foot-wx img {
	display: block;
	width: 126px;
	height: 125px;
}

.foot-wx p {
	text-align: center;
	font-size: 14px;
	margin-top: 15px;
}

.foot .bottom p{
	line-height: 60px;
	border-top: 1px solid #a56256;
	text-align: center;
}


@media screen and (max-width:1540px) {}

@media screen and (max-width:1600px) {}