@charset "utf-8";
/* CSS Document */

body {
	position: relative;
	z-index: 999;
}

.main_banner {
	position: relative;
	height: 4.77rem;
	background: url(../images/banner2.png) no-repeat center top;
	background-size: 100% auto;
}

.nav {
	height: 0.9rem;
	background-color: #b30514;
	position: relative;
	z-index: 100;
}

.nav .layout {
	display: flex;
	align-items: center;
	width: 100%;
	height: 100%;
	overflow-x: auto;
	overflow-y: visible;
	white-space: nowrap;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: none; 
}

.nav .layout::-webkit-scrollbar {
	display: none; 
}

.nav .layout .nav_item {
	flex-shrink: 0;
	position: relative;
	padding: 0 .15rem;
	height: 100%;
	display: flex;
	align-items: center;
}


.nav .layout .nav_item a {
	font: .3rem/.9rem "Microsoft Yahei";
	color: #fff;
	display: block;
}

.nav_item_sub {
	display: none;
	position: absolute;
	left: 0;
	top: 100%;
	background-color: #a9000f;
	min-width: 2.2rem;
	z-index: 1000;
	box-shadow: 0 0.06rem 0.2rem rgba(0,0,0,0.3);
	border-radius: 0 0 0.06rem 0.06rem;
}

.nav .layout .nav_item:hover .nav_item_sub {
	display: block;
}

.nav .layout .nav_item.active .nav_item_sub {
	display: block;
}

.nav_item_sub::before {
	content: '';
	position: absolute;
	top: -.08rem;
	left: .2rem;
	transform: translateX(-50%);
	border-left: .08rem solid transparent;
	border-right: .08rem solid transparent;
	border-bottom: .08rem solid #a9000f;
}

.nav_item_sub li {
	border-bottom: 0.01rem solid #c8212f;
}

.nav_item_sub li:last-child {
	border-bottom: none;
}

.nav_item_sub li a {
	padding: 0.16rem 0.2rem;
	display: block;
	color: #fff;
	font: 0.2rem/0.52rem "Microsoft Yahei";
	white-space: nowrap;
}

.nav_item_sub li a:hover,
.nav_item_sub li a:active {
	background-color: #8a000c;
}

/* 点击下拉菜单外部时关闭 */
.nav .layout .nav_item.active > a {
	color: #ffeb3b;
}

.frd_link {
	position: relative;
	padding-top: 42px;
}

select.frd_link_tem2 {
	float: left;
	position: relative;
	width: 290px;
	height: 50px;
	margin: 0 13px 20px 0;
	padding-right: 40px;
	font-size: 16px;
	color: #333;
	text-indent: 1em;
	background-color: #fff;
	border: 1px solid #e8e8e8;
	box-sizing: border-box;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23999' d='M6 8L0 0h12z'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: calc(100% - 20px) center;
}

select.frd_link_tem2:nth-child(4n) {
	margin-right: 0
}



.footer {
	clear: both;
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
	padding: 0.2rem 0 0.3rem;
	text-align: center;
	font-size: 0.26rem;
	background-color: #eeeeee;
}

.footer p {
	width: 100%;
	height:auto;
	margin: 0.1rem auto;
}

.footer span {
	margin: 0 0.2rem;
}

.footer a {
	color: #bd2819;
	margin: 0 0.2rem;
}

.footer a:link,
.footer a:visited {
	color: #333;
}

.footer a:hover,
.footer a:active {
	color: #e00000;
}