/* header */

#header {
	z-index: 5555;
	height: 73px;
	position: fixed;
	right: 0;
	left: 0;
	top: 0;
	background: rgba(255, 255, 255, 0.8);
}

#logo img {
	width: auto;
	height: 50px;
	position: absolute;
	top: 50%;
	left: 48px;
	transform: translateX(0%) translateY(-50%);
}

#logo {
	width: 24%;
	position: absolute;
	top: 50%;
	left: 48px;
	float: left;
	transform: translateX(0%) translateY(-50%);
}

#wrap {
	width: 65%;
	height: 1.352rem;
	top: 0;
	position: absolute;
	right: 48px;
}

#wrap>ul {
	width: 100%;
	height: 100%;
}

#wrap>ul>li {
	position: relative;
	float: left;
	/* transition: 0.8s; */
	width: auto;
	height: 1.352rem;
	font-size: 18px;
	width: 10.5%;
	line-height: 1.352rem;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
	user-select: none;
	padding-bottom: 4px;
}

#wrap>ul>li>a {
	color: #000000;
	text-decoration: none;
	/* transition: 0.1s; */
	display: inline-block;
}

#wrap span {
	display: block;
	color: #666666;
	font-size: 12px;
}

#wrap>ul>li.on {
	/* background: #d12b35; */
}

#wrap>ul>li:hover {
	background: #d12b35;
	color: #fff;
	transition: 1s;
}

#wrap>ul>li>a:hover {
	color: #fff;
}

#wrap>ul>li.on>a {
	/* color: #fff; */
}

#wrap>ul>li.on>a>span {
	color: #fff;
}

#wrap>ul>li:not(:first-of-type):hover {
	background: #d12b35;
	color: #fff;
	transition: 1s;
}

#wrap>ul>li:not(:first-of-type):hover>a {
	color: #fff;
	transition: 0.1s;
}

#wrap>ul>li:not(:first-of-type):hover>a>span {
	color: #fff;
}

#wrap #img {
	position: absolute;
	display: none;
	top: 1.35rem;
	right: 0;
	width: 634px;
	height: 235px;
	background-color: rgb(255, 255, 255, 0.8);
	box-shadow: 0px 4px 16px 0px rgb(0 0 0 / 8%);
	background: url(../image/dhbj.png) no-repeat 58% 16%;
}

/* #wrap ul li:nth-child(6) #img{
	left: initial;
	right: 0;
} */

.right_2x {
	height: auto;
	float: right;
	margin-top: 2px;
	position: absolute;
	right: 0;
	top: 0;
}

.sc_wrap {
	width: 160px;
	height: 100%;
	right: 176px;
	position: absolute;
	top: 0;
	border-left: 1px solid #ccc;
}

.sc_wrap a {
	font-size: 18px;
	font-weight: bold;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #333333;
	line-height: 1.352rem;
	padding: 0px 0px 0px 64px;
	margin: 0 auto;
	background: url(../image/sc.png) no-repeat 30px;
}


.ierm_wrap {
	width: 634px;
	height: 235px;
	background-color: rgb(255, 255, 255, 0.8);
	box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.08);
	/* opacity: 0.94; */
	background: url(../image/dhbj.png) no-repeat 58% 16%;
}

.left_item {
	float: left;
	width: 35%;
	padding: 36px 40px;
}

.right_item {
	float: right;
	width: 52%;
	padding: 35px 0px;
}

.right_item img {
	width: 87%;
}

.left_item a {
	color: #333333 !important;
	font-size: 16px;
	font-weight: 100;
}

.left_item a:hover {
	color: #d12b35;

}

.left_item ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
}

.left_item ul li {
	line-height: 40px;
	text-align: left;
	width: 50%;
}

.banner_top {
	height: 4px;
	position: fixed;
	top: 1.36rem;
	width: 100%;
	z-index: 555;
	background: url(../image/banner_top.png) no-repeat;
	background-size: 100% 100%;
}

.banner_top {
	height: 4px;
	background: #D12B35;
	background-size: 100% 100%;
}

/* footer */
.footer {
	width: 100%;
	height: 145px;
	background-color: #be2933;
}

.footer_box {
	width: 89%;
	height: auto;
	margin: 0 auto;
	position: relative;
}

.footer_box_left {
	width: auto;
	float: left;
	/* padding: 3.5% 0; */
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateX(0%) translateY(68%);
}

.footer_box_left p:nth-child(2) {

	color: #ffffff;
}

.footer_box_left p:nth-child(3) {
	padding-left: 8px;
	color: rgb(255, 255, 255, 0.8);
}

.footer_box_left p {
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 27px;
	letter-spacing: 0px;
	color: #ffffff;
	/* opacity: 0.6; */
}

.footer_box_left p b {
	font-weight: normal;
}

.footer_box_right1 {
	float: right;
	position: absolute;
	right: 0;
	transform: translateX(0%) translateY(45%) !important;
}

.footer_box_right {
	float: right;
	position: absolute;
	right: 0;
	width: 19%;
}

.footer_box_right .ewm {
	margin-top: 20px;
}

.footer_box_right .ewm ul {
	display: flex;
	justify-content: flex-end;
}

.footer_box_right .ewm ul li {
	text-align: center;
	margin-right: 15px;
}

.footer_box_right .ewm li img {
	width: auto;
	height: 90px;
}

.footer_box_right .ewm li p {
	font-size: 14px;
	color: #fff;
	margin-top: 10px;
}

.f_select {
	width: 363px;
	padding-top: 10px;
}

.footer_box_right ul li a {
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #ffffff;
}

.footer_box_right ul li {
	float: left;
}

.footer_box_right ul li:nth-child(1) {

	margin-left: 0px;
}

@media screen and (max-width: 1100px) and (min-width: 450px) {
	#wrap {
		width: 60%;
	}

	#wrap>ul>li>a {
		font-size: 16px;
	}

	
}
@media screen and (max-width:650px) {
	.footer_box_left {
		width: auto;
		float: none;
		padding: 3.5% 0 0 0;
		position: inherit;
		left: 0;
		top: 0;
		transform: translateX(0%) translateY(0%);
	}

	.footer_box_right {
		float: none;
		position: inherit;
		right: 0;
		transform: translateX(0%) translateY(0%);
	}

    .footer_box_right .ewm ul {
		justify-content: center;
	}

	.footer_box_right ul li {
		width: 16%;
		text-align: center;
		line-height: inherit;
	}

	.footer_box_right .ewm ul li {
		width: auto;
	}

	.footer_box_right .ewm {
		padding-bottom: 20px;
	}
	.footer_box_left p {
		font-size: 10px;
		text-align: center;
	}

	.footer_box_left p:nth-child(2) {
		float: none !important;
		line-height: 10px;
	}

	.footer_box_left p:nth-child(2) b {
		display: block;
		text-align: center;
	}

	.footer_box_left p:nth-child(3) {
		float: none !important;
		color: rgb(255 255 255);
	}
	
	.footer_box_left {
		/* padding: 10px 0px 0 0; */
		/* margin-top: 30px; */
	}

	.footer_box_right ul li {
		width: 16%;
		text-align: center;
		line-height: inherit;
	}

	.footer_box_right ul li {

		margin-left: 0rem;
	}

	.footer_box,
	.footer_box_left,
	.footer_box_right {
		width: 100%;
	}

	.footer_box_right ul {
		overflow: hidden;
		width: 95%;
		margin: 0 auto;
	}

	.footer_box_right ul li a {
		font-size: 12px;
		line-height: 16px;
	}
	
	.footer {
		height: auto;
	}
	.banner_top {
		display: none;
	}
}