@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 {
	font-family: "微软雅黑";
	font-size: 16px;
	color: #333;
	margin-left: auto !important;
	margin-right: auto !important;
	text-align: left;
}

li {
	list-style: none;
}

a {
	text-decoration: none;
	color: #333;
}

a:hover {
	color: #00469d;
}

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;
	justify-content: space-between;
}

.pic {
	padding-top: 75%;
	position: relative;
	overflow: hidden;
}

.pic img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transition: all 0.5s;
}

.pic img:hover {
	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)
	}
}

@keyframes ygd {
	0% {
		left: 0;
		right: auto;
		opacity: 0;
	}

	100% {

		left: 100%;
		margin-left: -33px;
		opacity: 1;
	}
}

.wap {
	display: none !important;
}


/*头部*/

.head {
	/* position: fixed; */
	left: 0;
	right: 0;
	top: 0;
	z-index: 99999;
	transition: top 0.3s;
	
}

.head.on .head-top {
	/*background: #9b0000;*/
	box-shadow: 0 0 5px rgba(0, 0, 0, .2);
	/* padding-bottom: 10px; */
}

.head-top {
	position: relative;
	transition: top 0.3s;
	background: url(../images/head-bj.png) no-repeat center 0;
	background-size:cover;
	padding: 36px 0 34px;
}

.head-top>div {
	/* padding-left: 7.13%; */
	/* padding-right: 6.25%; */
}

.head.on .logo a {
	margin-top: 10px;
}

.logo a {
	display: block;
	/* margin-top: 23px; */
	transition: top 0.3s;
}

.logo a img {
	display: block;
	width: 100%;
}

.head-r {
	justify-content: flex-end;
	width: 40%;
	display:flex;
	justify-content:space-between;
	align-items:center;
}
.head-txt{float:left;}

/* 搜索 */
.search-k {
	width: 100%;
}

.search {
	float: right;
	width: 290px;
	height: 40px;
	background: #d94444;

	border-radius: 40px;
	position: relative;
	margin-top: 0px;
	transition: top 0.3s;
}

input,
button {
	border: none;
	outline: none;
}

.search .text {
	width: 100%;
	padding-left: 15px;
	padding-right: 50px;
	height: 40px;
	font-size: 14px;
	background: none;
	color: #fff;
}

.search .button {
	width: 15px;
	height: 15px;
	
	position: absolute;
	top: 13px;
	right: 18px;
	cursor: pointer;
}

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*/

.nav {

	height: 55px;
	background:#9c130a;
}

.nav>ul {
	font-size: 0;
	height: 100%;
}

.nav>ul>li {
	float: left;
	position: relative;
	width: 11.1111%;
}

.nav>ul>li>a {
	display: block;
	font-size: 17px;
	line-height: 55px;
	color: #fff;
	/* padding: 0 15px; */
	text-align: center;
	position: relative;
	transition: all 0.3s;
}

.nav>ul>li:first-child>a::before {
	display: none;
}

.nav>ul>li a.active {
	background:url(../images/nav-hover.png) no-repeat;
	background-size:cover;
	
}
.nav>ul>li a.active {
	color:#fff;
	font-weight:bold;
}

.nav>ul>li:hover>a {
	/* font-weight: bold; */
}

.nav>ul>li.on>div {
	/* border-top: 3px solid #ffffff; */
}

.nav>ul>li>a::after {
	/* content: ""; */
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
	border-bottom: 5px solid transparent;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
}

.nav>ul>li.on>a::after {
	border-bottom: 5px solid #ffffff;
}

.nav>ul>li>div {
	position: absolute;
	top: 100%;
	width: 100%;
	min-width: 120px;
	left: 50%;
	transform: translateX(-50%);
	background: #fff;
	z-index: 9999;
	overflow: hidden;
	line-height: normal;
	display: none;
	box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}

.nav>ul>li>div>ul {
	overflow: hidden;
}

.nav>ul>li>div>ul>li a {
	display: block;
	font-size: 16px;
	line-height: 42px;
	transition: .3s;
	color: #333;
	text-align: center;
}
.nav>ul>li.active ul li a {
	color:#333;
}
.nav>ul>li>div>ul>li a:hover {
	background: #9b0000;
	color: #fff;
}

.section6{background:#f6f6f6;line-height:68px;}

.section6 a {
	color: #333;
	transition: all 0.3s;
}

.section6 a:hover {
	color:#9b0000;
}

.section6 .link {
	border-bottom: 1px solid rgba(255, 255, 255, 0.13);
	/* padding: 20px 0; */
}

.section6 .link h3 {
	float: left;
	font-size: 18px;
	/* line-height: 36px; */
	margin-right: 25px;
	background: url(../images/link-line.png) no-repeat right center;
	padding-right: 15px;
	color: #9b0000;
}

.section6 .link ul {
	overflow: hidden;
}

.section6 .link ul li {
	float: left;
	/* line-height: 36px; */
	margin-right: 25px;
	padding-right: 25px;
	position: relative;
}

.section6 .link ul li:last-child {
	margin-right: 0;
	padding-right: 0;
}

.section6 .link ul li::after {
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
	height: 16px;
	background: #fff;
}

.section6 .link ul li:last-child:after {
	display: none;
}

.section6 .link ul li a {
	font-size: 16px;
	display: block;
}




/*foot*/

.foot {
	background: url(../images/foot-bj.png) no-repeat center 0;
	background-size:cover;
	color: #fff;
	padding-bottom: 30px;
	padding-top: 30px;

}
.foot-le{width:42.5%;float:left;margin-top:10px;}
.foot-ce{width:42.5%;float:left;margin-top:20px;}
.foot-ri{width:15%;float:right;overflow:hidden;font-size:14px;}
.foot-le p{line-height:30px;font-size:16px;}
.foot-le p a{color:#fff;}
.foot-ri li{float:left;width:43%;margin-left:7%;}
.foot-ri li img{width:100%;height:100%;}
.foot-ri li p{text-align:center;}



.links-title{border-bottom:0px solid #eee;}
.links-title h3{}
.links-cont{margin:15px auto 30px;}
.links-ul{overflow:hidden;}
.links-ul li{float:left;/* width:19%; *//* margin-right:1.25%; *//* background:#f4f1f1; */margin-top:15px;line-height: 35px;text-align:center;transition: all 0.5s;margin-right: 27px;/* background: url(../images/arrow.png) no-repeat left center; */}
.links-ul li:nth-child(5n){/* float:right; *//* margin-right:0; */}
.links-ul li a{display:block;}
.links-ul li:hover{color:#9b0000;   transform: translateY(-5px);}
.links-ul li:hover a{color:#9b0000}


@media screen and (max-width:1440px) {
	.px1400 {
		width: auto;
		margin-left: 20px;
		margin-right: 20px;
	}

}

@media screen and (max-width:1600px) {
	.head-top>div {
		padding: 0 0px;
	}
}

@media screen and (max-width:1400px) {
	.logo a {
		/* margin-top: 45px; */
	}

	.logo a img {
		height: 55px;
	}

	.head.on .logo a {
		margin-top: 18.5px;
	}

	.search {
		/* margin-top: 15px; */
	}
}

@media screen and (max-width:1300px) {

	
	.logo a img {
		height: 50px;
	}
	.head-txt img{height:35px;}
	.search{width:240px;}
	
}

@media screen and (max-width:1200px) {
	.logo a img {
		height: 50px;
	}

	.nav>ul>li>a {
		padding: 0 10px;
		font-size: 16px;
	}

	.head.on .logo a {
		margin-top: 23.5px;
	}

}

@media screen and (max-width:1100px) {
	.foot-le p{font-size:14px;}
	.foot-ce img{max-width:85%;}
.links-ul li{/* width:24%; */margin-right: 5.3333%;}
.links-ul li:nth-child(4n){margin-right:0;float:left;}
.links-ul li:nth-child(5n){float:left;margin-right:1.3333%;}
	}

@media screen and (max-width:1024px) {
	body {
		padding-top: 60px !important;
	}

	.pc {
		display: none !important;
	}

	.wap {
		display: block !important;
	}

	.m-top {
		max-width: 1920px;
		margin: 0 auto;
		position: fixed;
		right: 20px;
		top: 17.5px;
		width: 25px;
		height: 25px;
		z-index: 9999;
	}

	.wap-menu {
		position: absolute;
		top: 0;
		right: 0;
		z-index: 99999;
		font-size: 0;
	}

	.wap-menu img {
		height: 25px;
		width: 25px;
	}

	.close-menu {
		display: none;
		position: absolute;
		right: 0;
		top: 0;
	}



	.m-head {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		background: #9b0000;
		box-shadow: 0 0 10px rgba(0, 0, 0, .1);
		z-index: 999;
		padding: 10px 15px;
	}

	.m-logo {
		font-size: 0;
	}

	.m-logo a {
		font-size: 0;
		line-height: 40px;
		/* display: block; */
	}

	.m-logo img {
		max-height: 40px;
		max-width: 80%;
		vertical-align: middle;
	}

	.m-tlink {
		padding: 10px 15px 0 15px;
	}

	.m-tlink a {
		display: inline-block;
		margin-right: 20px;
		font-size: 12px;
		color: #fff;
		line-height: 28px;
	}

	.m-search {
		margin: 0 15px;
		padding-right: 50px;
		padding-left: 10px;
		padding-top: 5px;
		padding-bottom: 5px;
		position: relative;
		line-height: 35px;
		/* background: #fff; */
		margin-top: 15px;
		border: 1px solid #fff;
	}

	.m-search input[type="text"] {
		display: block;
		width: 100%;
		line-height: 25px;
		background: none;
		color: #fff;
	}

	.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: #9b0000;
		overflow-y: scroll;
		width: 100%;
		max-width: 375px;
		border-top: 1px solid rgba(255, 255, 255, 0.2);
	}

	.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: 14px;
		line-height: 20px;
		padding: 15px 0;
		position: relative;
		color: #fff;
	}

	.m-nav>ul>li ul li a {
		padding: 10px 0;
	}

	.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;
	}

	.foot {
		padding-bottom: 20px;
		padding-left: 10px;
		padding-right: 10px;
	}

	.foot .link h3 {
		font-size: 16px;
		line-height: 30px;
	}

	.foot .link ul li a {
		font-size: 14px;
		line-height: 30px;
	}

	.foot .link ul li::after {
		height: 14px;
	}

	.foot .link ul li {
		margin-right: 15px;
		padding-right: 15px;
	}

	.foot .link {
		padding: 20px 0 10px 0;
	}

	.foot-d {
		flex-wrap: wrap;
		margin-top: 10px;
	}

	.foot-d .foot-dz {
		width: 100%;
		margin-left: 0;
		text-align: center;
	}

	.foot-d .foot-dz p {
		font-size: 14px;
	}

	.foot-wx {
		width: 100%;
		margin-top: 20px;
	}

	.foot-wx ul {
		justify-content: center;
	}

	.foot-wx ul li p {
		font-size: 14px;
	}

}
@media screen and (max-width:991px) {
	.foot-le{float:none;width:100%;text-align:center;}
	.foot-ce{float:none;width:100%;margin-bottom:25px;}
	.foot-ce img{margin:0 auto;display:block;}
	.foot-ri{float:none;width:30%;margin:0 auto;}
.links-ul{/* display:flex; */flex-wrap: wrap;justify-content: space-between;}
.links-ul li{/* width:32%; */margin-right: 5.3333%;}
.links-ul li:nth-child(5n){/* margin-right:0; */}

	}
@media screen and (max-width:768px) {
	.foot-wx ul li img {
		max-width: 80px;
	}
}

@media screen and (max-width:640px) {
	.foot .link h3 {
		float: none;
		margin-right: 0;
	}
	.foot-ri{width:40%;}
	.links-ul li{/* width:49%; */margin-right: 7%;}
	
}

@media screen and (max-width:440px) {.links-ul li{/* width:100%; */margin-right: 5%;}}

@media screen and (max-width:375px) {
	.foot-wx ul li {
		margin-left: 20px;
	}
	.foot-ri{width:45%;}
	
}