@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;
}

html,
body {
	color: #333;
	font-size: 16px;
	font-family: "微软雅黑";
	margin-left: auto !important;
	margin-right: auto !important;
	text-align: left;
}

html,
body {
	min-width: 1600px;
	width: 100%;
	height: 100%;
}

li {
	list-style: none;
}

a {
	text-decoration: none;
	color: #333;
	transition: all 0.3s;
}

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;
}


/*搜索*/

.search-con {
	display: block;
	position: absolute;
	right: 0;
	top: 40px;
}

.search-con button {
	width: 50px;
	height: 50px;
	background: none;
	cursor: pointer;
	font-size: 0;
}

.search-con button img {
	vertical-align: middle;
}

.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: #a81111 url(../img/fdj.png) no-repeat center;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
	text-align: center;
}

input::-webkit-input-placeholder {
	color: #666;
}

input::-moz-input-placeholder {
	color: #666;
}

input::-ms-input-placeholder {
	color: #666;
}


/* 定位搜索框 */

.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;
}


/*头部*/

.top {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	padding: 0 6%;
	z-index: 999;
	border-top: 4px solid #ab1313;
}

.top:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.7);
	box-shadow: 0 0 20px rgba(0, 0, 0, .2);
	transition: all 0.5s;
}

.top.on:before {
	height: 100%;
}

.top>div {
	height: 100%;
	position: relative;
}

.logo a {
	display: inline-block;
	line-height: 131px;
}

.logo img {
	vertical-align: middle;
}

.top-r {
	margin-left: 468px;
	text-align: right;
	position: relative;
	padding-top: 45px;
}


/*导航*/

.nav {
	height: 40px;
	line-height: 40px;
	margin-right: 50px;
}

.nav>ul {
	font-size: 0;
	height: 100%;
}

.nav>ul>li {
	float: left;
	text-align: center;
	position: relative;
	width: 11%;
}

.nav>ul>li.active>a {
	/* border-bottom: 3px solid #fff; */
}

.nav>ul>li:first-child {
	margin-left: 0;
}

.nav>ul>li>a {
	display: block;
	font-size: 20px;
	color: #fff;
	text-align: center;
	position: relative;
}

.nav>ul>li>a:before {
	content: "";
	position: absolute;
	right: 50%;
	bottom: 0;
	width: 0;
	height: 2px;
	background: #fff;
	transition: all 0.3s;
}

.nav>ul>li>a:after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 0;
	height: 2px;
	background: #fff;
	transition: all 0.3s;
}

.nav>ul>li.active>a {
	color: #fff;
}

.nav>ul>li:hover>a {
	color: #fff;
}

.nav>ul>li:hover>a:before {
	width: 40px;
}

.nav>ul>li:hover>a:after {
	width: 40px;
}

.nav>ul>li>div {
	position: absolute;
	top: 100%;
	width: 100%;
	z-index: 9999;
	/*overflow: hidden;*/
	line-height: normal;
	display: none;
}

.nav>ul>li>div>ul {
	/*overflow: hidden;*/
	background: #fff;
	box-shadow: 0 0 3px rgba(0, 0, 0, .1);
	margin-top: 10px;
}

.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: #a81111;
	color: #fff;
}

.nav>ul>li>div>ul>li {
	position: relative;
}

.nav>ul>li>div>ul>li>ul {
	position: absolute;
	left: 100%;
	top: 0;
	background: #fff;
	width: 100%;
	display: none;
}

.nav>ul>li>div>ul>li:hover>a {
	color: #fff;
	background: #a81111;
}

.nav>ul>li>div>ul>li:hover>ul {
	display: block;
}

.nav>ul>li.on>div>ul>li:hover>ul {
	display: block;
}


/*底部*/

.foot {
	background: url(../img/foot-bg.jpg) no-repeat center top;
	background-size: cover;
	padding: 50px 0 0 0;
	margin-top: 20px;
}

.foot>div {
	color: #fff;
}

.foot a {
	color: #fff;
}

.foot-l {
	width: 300px;
}

.foot-logo {
	display: block;
}

.foot-dz {
	margin-top: 30px;
	padding-left: 10px;
}

.foot-dz p {
	font-size: 14px;
	line-height: 30px;
}

.foot-dz p img {
	vertical-align: middle;
	padding-right: 10px;
}

.foot-wx {
	display: block;
	margin-top: 30px;
	margin-left: 10px;
        width:107px;
}
.foot-wxt{
	line-height:45px;
}

.foot-r {
	width: 1050px;
	position: relative;
}

.foot-r:before {
	content: "";
	position: absolute;
	left: -24px;
	top: 0;
	width: 1px;
	height: 330px;
	background: rgba(235, 202, 207, 0.1);
}

.foot-r dl {
	float: left;
	margin: 0 20px;
	text-align: center;
}

.foot-r dl dt {
	margin-bottom: 10px;
}

.foot-r dl dt a {
	display: block;
	font-size: 14px;
	line-height: 30px;
	font-weight: bold;
	color: #fff;
	position: relative;
}

.foot-r dl dt a:before {
	content: "";
	position: absolute;
	right: 50%;
	bottom: 0;
	width: 0;
	height: 2px;
	background: #fff;
	transition: all 0.3s;
}

.foot-r dl dt a:after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 0;
	height: 2px;
	background: #fff;
	transition: all 0.3s;
}

.foot-r dl dt a:hover:before {
	width: 30px;
}

.foot-r dl dt a:hover:after {
	width: 30px;
}

.foot-r dl dd a {
	display: block;
	font-size: 12px;
	line-height: 30px;
	color: rgba(255, 255, 255, 0.3);
	transition: all 0.3s;
}

.foot-r dl dd a:hover {
	color: rgba(255, 255, 255, 0.8);
}

.foot-bq {
	background: #000;
	line-height: 60px;
	text-align: center;
	font-size: 14px;
	color: rgba(255, 255, 255, 0.48) !important;
	margin-top: 65px;
}

.foot-bq a {
	color: rgba(255, 255, 255, 0.48) !important;
}

@media screen and (max-width:1600px) {
	.top {
		padding: 0 20px;
	}
}