@charset "utf-8";

.wap {
	display: none;
}




.px1600 {
	max-width: 1600px;
	margin: 0 auto;
}

.px1400 {
	max-width: 1400px;
	margin: 0 auto;
}

.t-search-zzc {
	position: fixed;
	z-index: 99998;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .6);
}

.t-search {
	padding: 0 0 10px 0;
	display: none;
	display: block;
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	z-index: 99999;
}

.t-search>div {
	min-width: 500px;
	margin: 0 auto;
	position: relative;
	padding-right: 50px;
	padding: 5px 0;
	background: #fff;
}

.t-search>div input[type="text"] {
	display: block;
	width: 100%;
	padding: 0 70px 0 20px;
	font-size: 16px;
	height: 30px;
	box-sizing: border-box;
}

.search-btn {
	position: absolute;
	right: 0;
	top: 0;
	height: 40px;
	width: 40px;
	background: #7C261F;
}

.search-btn input {
	display: block;
	width: 20px;
	margin: 10px auto;
}

.search-box {
	overflow: hidden;
}

.search-box>div {
	float: right;
	padding-left: 9px;
}

.search-box input[type="text"] {
	width: 8rem;
	padding: 0 10px 0 .5rem;
	background: none;
	color: #222;
	vertical-align: middle;
	transition: all 0.3s;
	font-size: .18rem;
	background-color: #fff;
}

.search-box input[type="text"]::placeholder {
	color: #aaaaaa;
}

.search-box input.p-submit {
	width: 30px;
	color: #aaaaaa;
	height: 30px;
	font-size: 14px;
	vertical-align: middle;
	background-position: center center;
	cursor: pointer;
	font-size: 0;
}

.search-box img {
	display: block;
	cursor: pointer;
}


.b-top {
	line-height: 40px;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 999999;
	display: none;
}


.search-switch {
	cursor: pointer;
}

.b-top-r>ul>li a:hover {
	color: #fff;
}

.head {
	z-index: 999;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	transition: all 0.5s;
	padding: .15rem 0;
}


.head_wit {
	background-position: center top;
	/* background: linear-gradient(180deg, #9b231c 20%, rgba(155, 35, 28, .8)); */
	/* box-shadow: 0 10px 10px rgba(0, 0, 0, .1); */
	/* padding: .3rem 0 .15rem 0; */
	background: linear-gradient(-90deg,
			#78231c 0%,
			#872e27 100%);
}

/* 
.head_wit .head-top {}

.head_wit.head:before {
    transform: translateY(-200%);
}

.head_wit .nav-a>ul>li a {
    color: #333;
}

.head_wit .nav-a>ul>li {
    border-color: #333;
}

.head_wit .nav>ul>li>a {
    color: #333;
}

.head_wit .nav-use div a {
    color: #333;
}

.head_wit .nav-use div:nth-child(1)::after {
    background: rgba(51, 51, 51, .5);
}

.head_wit .nav-use div a img {
    display: block;
}

.head_wit .nav-use div a img:nth-child(1) {
    display: none;
}

.head_wit .nav>ul>li:hover>a::after {
    border-bottom: 10px solid #F0B327;
} */

.head-top {
	position: relative;
	padding: 0 .5rem;
}

.head-top>div {
	display: flex;
	align-items: center;
}

.logo {
	float: left;
}


.nav {
	position: relative;
	flex: 1;
	min-width: 0;
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
	flex-direction: column;
}

.nav-a {
	display: flex;
	align-items: center;
}

.nav-a>ul {
	/* overflow: hidden; */
	font-size: 0;
	display: flex;
	align-items: center;
}

.nav-a>ul>li {
	padding: 0 .15rem;
	border-left: 1px solid #fff;
	position: relative;
}

.nav-a>ul>li:hover div {
	display: block;
}

.nav-a>ul>li div {
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
	background: #fff;
	z-index: 9;
	display: none;
}

.nav-a>ul>li.yxlogin {
	border-radius: 4px;
	border: solid 1px rgba(255, 255, 25, .3);
}

.nav-a>ul>li.first {
	border-left: none;
}

.nav-a>ul>li a {
	display: flex;
	align-items: center;
	font-size: 0.15rem;
	color: #fff;
	line-height: .15rem;
}

.nav-a>ul>li.yxlogin a {
	line-height: .32rem;
}

.nav-a>ul>li.yxlogin div a {
	display: block;
	font-size: .15rem;
	color: #333;
	text-align: center;
}

.nav-a>ul>li.yxlogin div a:hover {
	color: #872e27;
	font-weight: 600;
}

.nav-a>ul>li a img {
	margin-right: .05rem;
	display: block;
}

.nav-a>ul>li a span {
	display: block;
}

.nav-a>ul>li a:hover span {
	text-decoration: underline;
}

.nav-a>ul>li b {
	height: 14px;
	display: block;
	width: 2px;
	background: #666;
}

.nav>ul {
	margin-top: .1rem;
}

.nav>ul>li {
	float: left;
	position: relative;
	margin-left: .45rem;
}

.nav>ul>li:first-child {
	border-left: none;
	padding-left: 0;
	margin-left: 0;
}

.nav>ul>li>a {
	display: flex;
	font-size: .18rem;
	color: #fff;
	text-align: center;
	line-height: .36rem;
	position: relative;
	align-items: center;
	font-weight: 600;
}

.head_wit .nav>ul>li.active>a::after {
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -15px;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #F0B327;
}

.head_wit .nav>ul>li:active>a::after {
	border-bottom: 10px solid #7C261F;
	width: 100%;
}

/* .nav>ul>li.active>a::after {
    content: "";
    position: absolute;
    left: 50%;
    left: 50%;
    transform: translateX(-50%);
    bottom: -20px;
    border-left: .06rem solid transparent;
    border-right: .06rem solid transparent;
    border-bottom: .12rem solid #F0B327;
} */


.nav>ul>li:hover>a::after {
	content: "";
	position: absolute;
	left: 50%;
	left: 50%;
	transform: translateX(-50%);
	bottom: -15px;
	border-bottom: 10px solid #fefeff;
	border-left: 0.06rem solid transparent;
	border-right: 0.06rem solid transparent;
	border-bottom: 0.12rem solid #fff;
}

.nav>ul>li:hover>div {
	display: block;
	transform: scale(1);
}

.nav>ul>li>div {
	position: absolute;
	top: 100%;
	width: 160px;
	z-index: 9999;
	padding: 35px 0 15px 0;
	line-height: normal;
	transform: scaleY(0);
	transition: all 0.3s;
	transform-origin: center 20px;
}

.nav>ul>li>div::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 15px;
	bottom: 0;
	background: #fff;
	z-index: 8;
	box-shadow: 0 0 5px rgba(0, 0, 0, .1);
	/* border-top: 4px solid #F0B327; */
}

.nav>ul>li>div>ul {
	overflow: hidden;
	position: relative;
	z-index: 9;
}

.nav>ul>li>div>ul>li {}

.nav>ul>li>div>ul>li a {
	display: block;
	font-size: .18rem;
	color: #333333;
	line-height: .43rem;
	white-space: nowrap;
	text-align: center;
}

.nav>ul>li>div>ul>li a:hover {
	background: #EDEDED;
	position: relative;
}

.nav>ul>li>div>ul>li a:hover::before {
	content: "";
}

.nav-pic {
	float: left;
	overflow: hidden;
	width: 140px;
	margin-right: 40px;
}

.nav-pic img {
	display: block;
	width: 100%;
}

.nav-use {
	float: right;
	overflow: hidden;
	font-size: 0;
	margin-left: .2rem;
}

.nav-use div {
	display: inline-block;
	vertical-align: middle;
	position: relative;
}



.nav-use div a {
	display: block;
	font-size: 0;
	color: #ffffff;
}

.nav-use div a img {
	display: inline-block;
	vertical-align: middle;
	display: none;
	height: .1 9rem;
}

.nav-use div a img:nth-child(1) {
	display: block;
}

.nav-use div a span {
	display: block;
	font-size: 20px;
}

.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;
}

/* nav */

#downPage {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: .35rem;
	z-index: 9;
	cursor: pointer;
}

#downPage img {
	display: block;
	animation: bb 2s linear 0s infinite;
}

@keyframes bb {
	0% {
		transform: translate(0, 0);
		opacity: 0;
	}

	20% {
		transform: translate(0, 3px);
		opacity: 1;
	}

	80% {
		transform: translate(0, 10px);
		opacity: 1;
	}

	90% {
		transform: translate(0, 10px);
		opacity: 0;
	}

	100% {
		transform: translate(-50%, 10px);
		opacity: 0;
	}
}

.pic {
	/* padding-top: 75%; */
	position: relative;
	overflow: hidden;
}

.pic img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transition: all 1s;
}

a:hover .pic img {
	transform: scale(1.2);
}






.footer {
	background-color: #8B1415;
}

.foot-c {
	padding-top: .45rem;
	padding-bottom: .4rem;
	display: flex;
	justify-content: space-between;
	align-items: center;

}

.foot1 {
	width: 4.7rem;
}

.foot1 h3 {
	font-size: 0.22rem;
	font-weight: 600;
	line-height: 0.48rem;
	letter-spacing: 0.01rem;
	color: #fef3f2;
}

.foot1 div {
	margin-top: .1rem;
	display: flex;
	flex-wrap: wrap;
}

.foot1 div a {
	font-size: 0.14rem;
	font-weight: normal;
	font-stretch: normal;
	line-height: 0.32rem;
	letter-spacing: 0.01rem;
	color: #fef3f2;
	margin-right: .25rem;
	min-width: 1.2rem;
}

.foot1 div a:hover {
	text-decoration: underline;
}

.foot2 a {
	display: block;
}

.foot2 a img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
}

.foot2 img {
	display: block;
	max-width: 100%;
	margin: 0 auto;
}

.foot3 p {
	font-size: 0.14rem;
	font-weight: normal;
	font-stretch: normal;
	line-height: 0.3rem;
	letter-spacing: 0.01rem;
	color: #fef3f2;
}

.foot3 ul {
	display: flex;
	align-items: center;
	margin-top: .15rem;
}

.foot3 ul li {
	margin-left: .1rem;
}

.foot3 ul li:nth-child(1) {
	margin-left: 0;
}

.foot3 ul li a {
	display: block;
}

.foot3 ul li a img {
	display: block;
}

.foot4 div img {
	display: block;
	width: 0.98rem;
	margin: 0 auto;
}

.foot4 p {
	text-align: center;
	font-family: MicrosoftYaHei;
	font-size: 0.14rem;
	font-weight: normal;
	font-stretch: normal;
	line-height: 0.3rem;
	letter-spacing: 0.01rem;
	color: #fef3f2;
}

.bq {
	background-color: #641912;
	padding: .1rem;
}

.bq p {
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	font-size: 0.14rem;
	font-weight: normal;
	font-stretch: normal;
	line-height: 0.26rem;
	letter-spacing: 0.01rem;
	color: #fef3f2;
}

.bq p a {
	color: #fff;
}

.bq p img {
	/* display: block; */
	margin: 0 .1rem;
	vertical-align: middle;
}

.bq p span {
	display: block;
	font-size: 0.14rem;
	font-weight: normal;
	line-height: 0.86rem;
	color: #ffffff;
}

@font-face {
	font-family: "sys";
	src: url(./fonts/SOURCEHANSERIFCN-MEDIUM.OTF);
}

@media screen and (max-width: 1720px) {}

@media screen and (max-width: 1620px) {
	.px1600 {
		padding-left: 10px;
		padding-right: 10px;
	}

	.head-top {
		padding: 0 .15rem;
	}
}

@media screen and (max-width: 1520px) {
	.px1500 {
		padding-left: 10px;
		padding-right: 10px;
	}

	.nav>ul>li {
		margin-left: .2rem;
	}

}

@media screen and (max-width:1400px) {
	.px1400 {
		padding-left: 10px;
		padding-right: 10px;
	}

	.nav>ul>li>a {
		font-size: .18rem;
	}

	.nav-use div a span {
		font-size: 18px;
	}

	.nav>ul>li {
		margin-left: .1rem;
	}

	.nav-use {
		margin-left: .1rem;
	}

	.head-top {
		padding: 0 .2rem;
	}
}


@media screen and (max-width: 1320px) {


	.px1320 {
		padding-left: 10px;
		padding-right: 10px;
	}



	.px1300 {
		padding-left: 10px;
		padding-right: 10px;
	}

}

@media screen and (max-width:1220px) {

	.nav>ul>li {
		margin-left: .1rem;
	}

	.nav-use {
		margin-left: 10px;
	}

}

@media screen and (max-width:1024px) {
	body {
        padding-top: .5rem;
    }

	.b-top {
		display: none;
	}

	.m-head {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;

		z-index: 999;
	}

	.m-logo {
		font-size: 0;
		padding: 10px;
		z-index: 9999;
		position: relative;
		background: #7C261F;
		box-shadow: 0 0 10px rgba(0, 0, 0, .1);
	}

	.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;
		font-size: 0;
	}

	.m-tlink a {
		font-size: 12px;
		margin-right: 10px;
		color: #fff;
		display: inline-block;
		line-height: 24px;
		background: #fff;
		color: #304174;
		line-height: 24px;
		padding: 0 15px;
		border-radius: 5px;
		margin-bottom: 5px;
	}

	.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: 0;
		left: 100%;
		right: 0;
		bottom: 0;
		z-index: 999;
		overflow-y: scroll;
		background: rgba(0, 116, 87, .9);
		padding-top: 60px;
		background: #7C261F;
	}

	.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;
	}
}

@media screen and (max-width:1024px) {
	.foot1 div a {
		margin-right: .15rem;
		min-width: auto;
	}


	.foot-c {
		display: block;
		padding: .2rem 0;
	}

	.foot2 a img {
		margin: .1rem 0;
		max-width: 100%;
	}

	.foot1 {
		width: auto;
	}

	.footer {
		/* margin-top: .3rem; */
	}
}

@media screen and (max-width:768px) {
	body {
		padding-top: 0;
	}

}

@media screen and (max-width:640px) {}

@media screen and (max-width:480px) {}

@media screen and (max-width:375px) {}