@charset "UTF-8";

/*@font-face {
font-family: "Times Blod '微软雅黑'";
src: url("../font/Times-Bold.ttf"),
url("../font/Times-Bold.otf");
}*/
* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

html,
body {
	color: #333;
	font-size: 0.16rem;
	margin-left: auto !important;
	margin-right: auto !important;
	text-align: left;
	font-family: "微软雅黑";
}
#flashBoxu_u2_{4
width:100%
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
blockquote,
p {
	padding: 0;
	margin: 0;
	font-weight: normal;
}

i,
em {
	font-style: normal;
}

ol,
ul {
	list-style: none;
}

li {
	list-style-type: none;
}

a {
	text-decoration: none;
	color: inherit;
}

img,
input {
	border: 0;
}

input,
button {
	border: none;
	outline: none;
	color: inherit;
	background-color: transparent;
}

.f0 {
	font-size: 0;
}

input[type='text']:focus-visible {
	outline: none;
}

.wap {
	display: none;
}

.clear:after {
	display: block;
	content: '';
	clear: both;
	visibility: hidden;
}

.flex-between{
justify-content：spance-between;
}
.wrap {
	max-width: 5500px;
	margin: 0 auto;
        padding-left:100px;
        padding-right:100px;
}

.pic {
	padding-top: 75%;
	position: relative;
	overflow: hidden;
}

.pic img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transition: all 0.3s ease-in;
	object-fit: cover;
	display: block;
}

.icon img {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	max-width: 100%;
	max-height: 100%;
	margin: auto;
	transition: all 0.3s ease-in;
}

.cover_img {
	position: relative;
	/*padding-top: 75%;*/
	overflow: hidden;
}

.cover_img>div:first-child {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	transition: all .3s;
}

.pic img:hover {
	transform: scale(1.05);
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.flex {
	display: flex;
	justify-content: space-evenly;
	flex-wrap: wrap;
	align-items:center
}

.head {

	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	z-index: 99;
	padding: 0.15rem 0 0.63rem;
	background: url(../images/head.jpg) repeat-x top;
	background-size: auto 1.8rem;
	transition: all .3s;
}

.head>.w {
	padding: 0 0.4rem;
}

.head.scroll {
	background: #9d1b1d;
	padding-bottom: 0.15rem;
}

.head.scroll .logo {
	margin-top: 0;
}

.logo {
	width: 5.31rem;
}

.logo a {
	display: block;
	overflow: hidden;
}

.logo a img {
	display: block;
	width: 100%;
}

.d1 {
	text-align: right;
}

.d1 .link,
.d1 .search {
	display: inline-block;
	vertical-align: middle;
}

.d1 .link a {
	display: inline-block;
	vertical-align: middle;
	font-size: 0.14rem;
	color: #f6f6f6;
	line-height: 1.07;
	padding: 0 0.17rem;
	border-left: 2px solid #cfcaca;
}

.d1 .link a:first-child {
	border: none;
	padding-left: 0.23rem;
	background: url(../images/h-icon.jpg) no-repeat left top;
	background-size: 0.15rem;
}

.d1 .search {
	width: 0.25rem;
	height: 0.25rem;
	position: relative;
}

.d1 .search .input {
	position: absolute;
	z-index: 1;
	left: auto;
	right: -0.12rem;
	top: -0.06rem;
	bottom: auto;
	height: 0.36rem;
	width: 0.2rem;
	background: #fff;
	opacity: 0;
	visibility: hidden;
	transition: all .3s;
	text-align: left;
	border-radius: 0.05rem;
}

.d1 .search .input input {
	width: 88%;
	height: 0.36rem;
	line-height: 0.36rem;
	font-size: 0.14rem;
	padding: 0 0.14rem;
}

.d1 .search .p-ico input {
	opacity: 0.75;
	position: absolute;
	left: 0;
	width: 0.2rem;
	top: 50%;
	right: 0;
	bottom: 0;
	z-index: 5;
	line-height: 0.42rem;
	transform: translateY(-50%);
}

.d1 .search .p-ico input.search2 {
	display: none;
}

.search.on .input {
	width: 3rem;
	opacity: 1;
	visibility: visible;
}

.search.on .p-ico {
	color: #9d1b1d;
}

.d1 .search.on .p-ico input.search1 {
	display: none;
}

.d1 .search.on .p-ico input.search2 {
	display: block;
}

.nav>ul>li {
	position: relative;
	line-height: 0.56rem;
	margin-left: 0.38rem;
}

.nav>ul>li:first-child {
	margin-left: 0;
}

.nav>ul>li>a {
	display: block;
	font-size: 0.22rem !important;
	color: #ffffff;
}

.nav>ul>li>div {
	position: absolute;
	left: 50%;
	top: 100%;
	width: 1.5rem;
	background: #fff;
	transform: translateX(-50%);
	display: none;
	z-index: 99;
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.nav>ul>li:last-child>div {
	left: auto;
	right: 0;
	transform: none;
}

.nav>ul>li>div a {
	display: block;
	font-size: 0.2rem;
	color: #333;
	line-height: 0.46rem;
	text-align: center;
	border-top: 1px dashed #e2e2e2;
	transition: all .3s;
}

.nav>ul>li>div li:first-child a {
	border: none;
}

.nav>ul>li>div a:hover {
	color: #fff;
	background: #941308;
	border-top-color: #941308;
}

.nav>ul>li.on>a,
.nav>ul>li.active>a {
	font-weight: 600;
}

.h-right .nav {
	margin-top: 0.1rem;
}

.foot {
	padding-top: 0.27rem;
	padding-bottom: 0.19rem;
	background: url(../images/foot.jpg) no-repeat 50%;
	background-size: cover;
}

.foot>div {
	position: relative;
}

.f-logo {
	position: absolute;
	left: 400px;
	right: 0;
	top: 0.28rem;
	width: 5.31rem;
	height: 0.79rem;
	margin: auto;
}

.f-logo img {
	display: block;
	width: 100%;
}

.f-l {
	margin-left: 230px;
}

.f-l h4 {
	font-size: 0.24rem;
	color: #fff;
	font-weight: 600;
	line-height: 1;
}

.f-l .p {
	margin-top: 0.16rem;
}

.f-l .p p {
font-size: 0.16rem;
    color: #fff;
    line-height: 0.32rem;
    padding-left: 0.32rem;
    background-position: left center;
    background-repeat: no-repeat;
}

.f-l .p p:nth-child(2) {
	background-image: url(../images/l-icon01.jpg);
}



.f-l .p p:nth-child(5) {
	background-image: url(../images/l-icon03.jpg);
}

.f-l .p p:nth-child(6) {
	background-image: url(../images/l-icon04.jpg);
}

.f-r {
	width: 1.1rem;
}

.f-r img {
	display: block;
	width: 100%;
}

.f-r p {
	font-size: 0.14rem;
	color: #fff;
	line-height: 1;
	margin-top: 0.1rem;
	text-align: center;
}

.bq {
	padding: 0.1rem;
	background: #7c0a00;
}

.bq p {
	font-size: 0.14rem;
	line-height: 0.35rem;
	color: #fff;
	text-align: center;
}

.bq p a {
	margin: 0.05rem;
}

.phone {
	display: none;
}

.top {
	/*max-width: 1920px;*/
	margin: 0 auto;
	position: fixed;
	right: 0.3rem;
	top: 0.4rem;
	width: 0.39rem;
	height: 0.39rem;
	z-index: 9999;
}

.wap-menu {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 99999;
	font-size: 0;
}

.wap-menu img {
	height: 0.39rem;
}

.close-menu {
	display: none;
	position: absolute;
	right: 0;
	top: 0;
}

.head2 {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	z-index: 99;
	transition: all .3s;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

.head2 .d1 {
	background: #9d1b1d;
	padding-top: 0.08rem;
	padding-bottom: 0.07rem;
}

.head2 .d2 {
	background: #fff;
	padding-top: 0.31rem;
	padding-bottom: 0.32rem;
}

.head2 .d2 .logo {
	margin-top: 0;
	width: 4.19rem;
}

.head2 .d2 .nav>ul>li>a {
	color: #333333;
}

.head2 .d2 .nav>ul>li {
	padding-left: 0.18rem;
	margin-left: 0.2rem;
	line-height: 0.3rem;
	border-left: 1px solid #d9d9d9;
}

.head2 .d2 .nav>ul>li:first-child {
	margin-left: 0;
	padding-left: 0;
	border-left: none;
}

.head2 .d2 .nav>ul>li>div {
	left: auto;
	transform: none;
	right: -0.2rem;
	padding-top: 0.2rem;
	background: transparent;
	box-shadow: none;
}

.head2 .d2 .nav>ul>li>div>ul {
	background: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.head2 .d2 .nav>ul>li.on>a,
.head2 .d2 .nav>ul>li.active>a {
	color: #9d1b1d;
}

.head2 .d2>div {
	align-items: center;
}

.body_b .head2 {
	opacity: 0;
	transform: translateY(-100%);
}

.body_b.showdiv .head2 {
	transition: all 0.7s ease-in-out 0.5s;
	transform: none;
	opacity: 1;
}


@media screen and (max-width: 1024px) {
	.wrap {
		max-width: none;
		padding: 0 .3rem;
	}

	html,
	body {
		overflow-x: hidden;
	}

	.pc {
		display: none;
	}

	.phone {
		display: block;
	}

	.wap-header {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		background: #9d1b1d;
		background-size: cover;
		padding: 0.2rem;
		z-index: 999;
	}

	.m-logo {
		font-size: 0;
	}

	.m-logo a {
		font-size: 0;
		line-height: 0.4rem;
	}

	.m-logo img {
		max-height: 0.8rem;
		max-width: 80%;
		vertical-align: middle;
	}

	.m-tlink {
		padding: 0.125rem 0.125rem 0;
	}

	.m-tlink a {
		font-size: 0.21rem;
		margin: 5px 0;
		display: inline-block;
		background: #fff;
		color: #003e73;
		line-height: 0.5rem;
		padding: 0 0.06rem;
		border-radius: 5px;
	}

	.m-search {
		margin: 0 0.12rem;
		padding-right: 0.5rem;
		padding-left: 0.1rem;
		padding-top: 0.05rem;
		padding-bottom: 0.05rem;
		position: relative;
		line-height: 0.7rem;
		/* background: #fff; */
		margin-top: 0.15rem;
		border: 1px solid #fff;
	}

	.m-search input[type="text"] {
		display: block;
		width: 100%;
		line-height: 0.7rem;
		background: none;
		color: #fff;
	}

	.m-search input[type="text"]::placeholder {
		color: #fff;
	}

	.m-search input[type="image"] {
		position: absolute;
		right: 0.15625rem;
		top: 50%;
		height: 0.25rem;
		transform: translateY(-50%);
	}

	.m-nav {
		position: fixed;
		top: 1.2rem;
		right: -100%;
		bottom: 0;
		z-index: 999;
		background: #9d1b1d;
		overflow-y: scroll;
		width: 100%;
		max-width: 5.8593rem;
	}

	.m-nav ul {
		padding: 0 0.23437rem;
	}

	.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: 0.32rem;
		line-height: 0.66rem;
		padding: 0.26rem 0;
		position: relative;
		color: #fff;
	}

	.m-nav>ul>li ul li a {
		padding: 0.12rem 0;
	}

	.m-nav>ul>li>span {
		position: absolute;
		width: 0.4rem;
		height: 0.4rem;
		background: url(../images/nav-icon.jpg) no-repeat center center;
		background-size: 0.2rem;
		right: 0;
		top: 0.42rem;
		cursor: pointer;
		display: block;
		color: #fff;
		transition: all 0.3s;
	}

	.f-logo {
		position: static;
		width: 6rem;
		height: auto;
	}

	.f-l h4 {
		font-size: 0.3rem;
	}

	.f-l .p p {
		font-size: 0.24rem;
		line-height: 2;
		padding-left: 0.55rem;
	}

	.f-r {
		width: 110px;
	}

	.bq p {
		font-size: 0.24rem;
		line-height: 1.5;
	}

	.bq {
		padding: 0.15rem;
	}

	.f-c {
		margin-top: 0.3rem;
	}
}

@media screen and (max-width: 800px) {
	.f-l {
		float: none;
		width: auto;
		margin-left: 0px;
	}

	.f-r {
		float: none;
		width: 100px;
		margin: 0.3rem auto;
	}

	.m-nav {
		max-width: none;
		width: 100%;
	}
}