﻿@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-size: 16px;
	font-family: "微软雅黑";
	margin-left: auto !important;
	margin-right: auto !important;
	text-align: left;
}

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;
}

.px1400 {
	width: 1400px;
	max-width: 1400px;
	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);
}

@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: 20px;
	display: block;
}

.search-con button {
	width: 35px;
	height: 35px;
	line-height: 25px;
	border-radius: 50%;
	border: 1px solid rgba(255, 255, 255, 0.2);
	text-align: center;
	background: none;
	cursor: pointer;
	font-size: 0;
}

.search-con button img {
	vertical-align: middle;
	width: 19px;
}

.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: #c11601 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;

}

/*头部*/

.top {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 99999;
	transform: translateY(-100%);
	opacity: 0;
	transition: all 0.7s ease-out
}

.top.show {
	transform: none;
	opacity: 1;
}

.top.on {
	background-color: #a81b00;
	padding-bottom: 15px;
	margin-top: -30px;
}

.top-t {
	width: 100%;
	height: 30px;
	background-color: #a81b00;
	color: #fff;
	font-size: 14px;
}

.top-t>div {
	height: 100%;
}

.top-t a {
	display: inline-block;
	margin: 0 5px;
	color: #fff;
	transition: all 0.3s;
}

.top-tr a img {
	vertical-align: middle;
	padding-right: 5px;
}

.top-t a:hover {
	opacity: 0.8;
}

.top>.px1400 {
	margin-top: 20px;
}

.logo {
	font-size: 0;
	width: 19.64%;
}

.logo a {
	display: block;
	font-size: 0;
}

.logo img {
	max-width: 100%;
}

/*导航*/

.nav {
	flex: 1;
	height: 50px;
	line-height: 50px;
	margin-left: 8%;
}

.nav>ul {
	font-size: 0;
	text-align: center;
}

.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: 18px;
	color: #fff;
	text-align: center;
	position: relative;
}

.nav>ul>li>a::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	border-bottom: 3px solid #fff;
	transform: scale(0);
	transition: all 0.3s;
}

.nav>ul>li.active>a::after,
.nav>ul>li:hover>a::after {
	transform: none;
}

.nav>ul>li.on>div {
	/* border-top: 3px solid #ffffff; */
}

.nav>ul>li.active>a,
.nav>ul>li:hover>a {
	font-weight: bold;
	color: #fff;
}

.nav>ul>li>div {
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	min-width: 120px;
	background: #fff;
	background: rgb(255, 255, 255, 1);
	z-index: 9999;
	overflow: hidden;
	line-height: normal;
	display: none;
	box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}

.nav>ul>li>div>ul {
	overflow: hidden;
}

.nav>ul>li>div>ul>li a {
	display: block;
	font-size: 14px;
	line-height: 40px;
	transition: .3s;
	color: #333;
}

.nav>ul>li>div>ul>li a:hover {
	background: #c11601;
	color: #fff;
}

.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: url(../images/foot-bg.jpg) no-repeat center;
	background-size: cover;
	padding: 50px 0;
	color: #fff;
}

.foot a {
	color: #fff;
}

.foot a:hover {
	color: #fff;
}

.foot-logo {
	display: block;
	max-width: 100%;
}

.foot-dz {
	line-height: 44px;
}

.foot-dz img {
	padding-right: 10px;
	vertical-align: -2px;
}

.foot-wx ul li {
	margin-left: 60px;
	text-align: center;
	position: relative;
}

.foot-wx ul li::after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: -30px;
	border-left: 1px dashed rgba(255, 255, 255, 0.2);
}

.foot-wx ul li:first-child {
	margin-left: 0;
}

.foot-wx ul li:first-child:after {
	display: none;
}

.foot-wx ul li img {
	display: block;
	max-width: 120px;
}

.foot-wx ul li p {
	margin-top: 10px;
}

@media screen and (max-width:1420px) {
	.px1400 {
		width: auto;
		margin-left: 20px;
		margin-right: 20px;
	}
}

@media screen and (max-width:1400px) {}

@media screen and (max-width:1300px) {
	.nav {
		margin-left: 4%;
	}
}

@media screen and (max-width:1200px) {
	.nav>ul>li>a {
		font-size: 16px;
	}

	.foot-logo {
		width: 280px;
	}

	.foot-wx ul li img {
		max-width: 90px;
	}
}

@media screen and (max-width:1100px) {}

@media screen and (max-width:1024px) {
	body {
		padding-top: 60px !important;
	}

	.pc {
		display: none !important;
	}

	.banner .slick-slide a:before {
		display: none;
	}

	.m-top {
		max-width: 1920px;
		margin: 0 auto;
		position: fixed;
		right: 20px;
		top: 18px;
		width: 25px;
		height: 25px;
		z-index: 9999;
	}

	.wap {
		display: block !important;
	}

	.wap-menu {
		position: absolute;
		top: 0;
		right: 0;
		z-index: 99999;
		font-size: 0;
	}

	.wap-menu img {
		height: 25px;
	}

	.close-menu {
		display: none;
		position: absolute;
		right: 0;
		top: 0;
	}

	.m-head {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		background: #a81b00;
		z-index: 999;
		padding: 10px 20px;
	}

	.m-logo {
		font-size: 0;
	}

	.m-logo a {
		font-size: 0;
		line-height: 40px;
		display: inline-block;
	}

	.m-logo a:nth-child(2) {
		margin-left: 10px;
	}

	.m-logo img {
		max-height: 40px;
		vertical-align: middle;
	}

	.m-tlink {
		font-size: 12px;
		padding: 10px 15px 0 15px;
		color: rgba(255, 255, 255, 0.6);
	}

	.m-tlink a {
		font-size: 13px;
		color: #fff;
		display: inline-block;
		margin: 0 5px;
		line-height: 24px;
	}

	.m-tlink .calendar {
		color: #fff;
		margin-top: 5px;
	}

	.m-tlink img {
		vertical-align: -2px;
		padding-right: 5px;
		height: 14px;
	}

	.m-search {
		margin: 0 15px;
		padding-right: 50px;
		padding-left: 10px;
		padding-top: 5px;
		padding-bottom: 5px;
		position: relative;
		line-height: 35px;
		margin-top: 15px;
		margin-bottom: 15px;
		border-radius: 5px;
		border: 1px solid #fff;
	}

	.m-search input[type="text"] {
		display: block;
		width: 100%;
		line-height: 25px;
		background: none;
		color: #fff;
		font-size: 12px;
	}

	.m-search input[type="text"]::placeholder {
		color: #fff;
	}

	.m-search input[type="image"] {
		position: absolute;
		right: 10px;
		top: 10px;
		height: 15px;
	}

	.m-nav {
		position: fixed;
		top: 60px;
		right: -100%;
		bottom: 0;
		z-index: 999;
		background: #a81b00;
		border-top: 1px solid rgba(255, 255, 255, 0.2);
		overflow-y: scroll;
		width: 100%;
		max-width: 375px;
	}

	.m-nav .top-r {
		color: #fff;
		padding-left: 15px;
	}

	.m-nav ul {
		padding: 0 15px;
		/* border-top: 1px solid rgba(255, 255, 255, 0.2); */
	}

	.m-nav ul li {
		border-bottom: 1px solid rgba(255, 255, 255, 0.2);
		position: relative;
	}

	.m-nav ul li>span.on {
		transform: rotateZ(90deg);
	}

	.m-nav ul li ul {
		display: none;
	}

	.m-nav ul li ul li {
		border: none;
	}

	.m-nav>ul>li a {
		display: block;
		font-size: 15px;
		line-height: 20px;
		padding: 15px 0;
		position: relative;
		color: #fff;
	}

	.m-nav>ul>li ul li a {
		padding: 10px 0;
		font-size: 14px;
	}

	.m-nav>ul>li>span {
		position: absolute;
		width: 20px;
		height: 20px;
		background: url(../images/m-nav_down.png) no-repeat;
		background-size: 14px 14px;
		background-position: center center;
		right: 0;
		top: 15px;
		cursor: pointer;
		display: block;
		color: #fff;
		transition: all 0.3s;
	}


}

@media screen and (max-width:768px) {
	.foot {
		padding: 20px 0;
	}

	.foot-dz {
		width: 100%;
	}

	.foot-dz {
		line-height: 30px;
		text-align: center;
		margin-bottom: 15px;
	}

	.foot-dz p {
		font-size: 14px;
	}

	.foot-dz img {
		width: 25px;
	}

	.foot-logo {
		margin: 0 auto;
	}

	.foot-wx {
		width: 100%;
		margin-top: 25px;
	}

	.foot-wx ul {
		justify-content: center;
	}

	.foot-wx ul li p {
		font-size: 14px;
	}
}

@media screen and (max-width:640px) {}

@media screen and (max-width:480px) {
	.foot-wx ul li img {
		max-width: 80px;
	}
}

@media screen and (max-width:375px) {}

@media screen and (max-width:320px) {}