@charset "utf-8";
/* CSS Document */

body {
	position: relative;
	z-index: 999;
}

.layout, .content {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.main_banner {
	position: relative;
	height: 455px;
	background: url(../images/banner.png) no-repeat center top;
}

.main_banner .logo {
	position: absolute;
	top: 71px;
	left: 50%;
	margin-left: -279px;
	width: 557px;
	height: 197px;
	background: url(../images/logo2.png) no-repeat center top;
}

.box_search {
	position: absolute;
	top: 262px;
	right: 50%;
	margin-right: -154px;
	width: 309px;
	height: 46px;
	background: #fff;
	border-radius: 28px;
}

#search_text {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 46px;
	font: 14px / 46px "Microsoft Yahei";
	color: #666;
	text-indent: 1em;
	border: none;
	border-right: 0;
	background-color: transparent;
	box-sizing: border-box;
	outline: none;
	border-radius: 28px;
}

#search_btn {
	position: absolute;
	top: 0;
	right: 0px;
	width: 70px;
	height: 46px;
	background: url(../images/icon_search.png) no-repeat left 50%;
	cursor: pointer;
	border: none;
	outline: none;
	border-radius: 0 27px 27px 0;
	color: #bc0010;
	text-indent: 0.5em;
}

::-webkit-input-placeholder {
	/* WebKit browsers */
	color: #999;
}

::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #999;
}

:-ms-input-placeholder {
	/* Internet Explorer 10+ */
	color: #999;
}

.nav {
	height: 78px;
	background-color: #b30514;
	position: relative;
	z-index: 100;
}

.nav .layout {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}

.nav .layout .nav_item {
	display: flex;
	text-align: center;
	position: relative;
	padding: 0 15px;
	align-items: center;
}

.nav .layout .nav_item {
	display: flex;
	text-align: center;
	position: relative;
	padding: 0 15px;
	align-items: center;
}

.nav .layout .nav_item a {
	font: 20px/32px "Microsoft Yahei";
	color: #fff;
}

.nav_item_sub {
	display: none;
	position: absolute;
	left: 0;
	top: 50px;
	background-color: #a9000f;
	min-width: 100%;
	z-index: 100;
	padding-top: 5px;
}

.nav_item_sub::before {
	content: '';
	position: absolute;
	top: -8px;
	left: 50%;
	transform: translateX(-50%);
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 8px solid #fff;
}

.nav_item_sub li {
	border-bottom: 1px solid #c8212f;
}

.nav_item_sub li a {
	padding: 10px 10px;
	display: block;
	height: 100%;
	color: #fff;
	font: 20px/26px "Microsoft Yahei";
}

.nav_item_sub li a:hover {
	background-color: #8a000c;
}

.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: 20px 0 30px;
	text-align: center;
	font-size: 14px;
	background-color: #eeeeee;
}

.footer p {
	height: 30px;
	margin: 10px auto;
}

.footer span {
	margin: 0 20px;
}

.footer a {
	color: #bd2819;
	margin: 0 20px;
}

.footer a:link,
.footer a:visited {
	color: #333;
}

.footer a:hover,
.footer a:active {
	color: #e00000;
}