@charset "UTF-8";

html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	font-size: 100px;
}

body {
	font-size: 16px;
	font-family: 'Microsoft YaHei', 'PingFangSC-Regular', 'helvetica neue', tahoma, 'PingFang SC', 'microsoft yahei', arial, 'hiragino sans gb', sans-serif;
	color: #666;
	min-width: 1400px;
	background-color: #fff;
	-webkit-font-smoothing: antialiased;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
	padding: 0;
	border: 0;
	background: 0;
}

button:focus,
input:focus,
optgroup:focus,
select:focus,
textarea:focus {
	text-decoration: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	outline: none;
}

textarea {
	resize: none;
}

img {
	display: block;
	border: 0;
	vertical-align: bottom;
}

a {
	color: #222;
	text-decoration: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	outline: none;
}

a,
a:hover,
a:active,
a:visited,
a:link,
a:focus {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-tap-highlight-color: transparent;
	outline: none;
	background: none;
	text-decoration: none;
}

a:hover {
	color: #bf000a;
}

ul,
li {
	list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-variant: normal;
}

input::-webkit-input-placeholder {
	color: #bcbcbc;
}

input:-moz-placeholder {
	color: #bcbcbc;
}

input::-moz-placeholder {
	color: #bcbcbc;
}

input:-ms-input-placeholder {
	color: #bcbcbc;
}

.clearfix:before,
.clearfix:after {
	content: "";
	display: table;
}

.clearfix:after {
	clear: both;
	overflow: hidden;
}

.contentbox {
	width: 1400px;
	margin: 0 auto;
}

/* ====== 头部 ======*/
.header_box {
	height: 475px;
	margin-bottom: 52px;
	background: #d20000 url(../images/head-bg.jpg) center no-repeat;
}

.header_in {
	width: 1400px;
}

.search_row {
	display: flex;
	justify-content: right;
	color: #f5ebe0;
	padding-top: 30px;
	line-height: 45px;
}

a.search_left_out {
	margin-right: 20px;
	cursor: pointer;
	color: #f5ebe0;
}

.search_left_out:hover {
	text-decoration: underline;
}

.search_box {
	width: 186px;
	height: 45px;
	background-color: #c60000;
	border: 1px solid #e64238;
	border-radius: 23px;
	display: flex;
	position: relative;
	overflow: hidden;
}

.search_box input {
	width: 140px;
	background-color: transparent;
	padding: 0 18px;
	box-sizing: border-box;
	color: #fff;
}

.search_box input::-webkit-input-placeholder {
	color: #fff !important;
}

.search_box input:-moz-placeholder {
	color: #fff !important;
	opacity: 1 !important;
}

.search_box input::-moz-placeholder {
	color: #fff !important;
	opacity: 1 !important;
}

.search_box input:-ms-input-placeholder {
	color: #fff !important;
}

.search_box a {
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	width: 45px;
	height: 45px;
	background: #fff url(../images/input-search-btn.png) center no-repeat;
	border-radius: 23px 23px 23px 0px;
}

.search_box a:hover {
	background-color: #f5ebe0;
}

.header_logo {
	overflow: hidden;
}

.header_logo img {
	width: 679px;
	height: 120px;
	margin: 55px 0 6px 203px;
}

ul.nav_box {
	display: flex;
	justify-content: space-between;
	font-size: 20px;
	margin-top: 172px;
	padding: 0 50px;
}

ul.nav_box li.active a,
ul.nav_box li:hover a {
	font-weight: bold;
	color: #c20000;
}

/* ====== 底部 ======*/
.footer_box {
	background: #da0000;
}

.footer_top {
	height: 240px;
	background: #da0000 url(../images/footer-bg.png) 938px top no-repeat;
	display: flex;
	justify-content: space-between;
}

.footer_left {
	width: 500px;
	padding: 50px 0 0 30px;
}

.select_row select {
	width: 188px;
	height: 38px;
	background-color: transparent;
	border: 1px solid #ed8080;
	outline: none;
	color: #e8d3d3;
	padding: 0 10px;
}

.select_row select option {
	color: #333;
}

.select_row select+select {
	margin-left: 60px;
}

.footer_data {
	width: 472px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	font-size: 14px;
	color: #fff;
	line-height: 26px;
	padding-top: 26px;
}

.footer_data p {
	width: 220px;
}

.footer_right {
	padding: 40px 16px 0 0;
}

.footer_right img {
	width: 122px;
	height: 122px;
	margin: 0 auto;
}

.footer_right p {
	text-align: center;
	font-size: 14px;
	color: #e8d3d3;
	line-height: 22px;
	padding-top: 8px;
}

.footer_bottom {
	background-color: #bf000a;
	height: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 14px;
}

.footer_bottom img {
	padding-right: 20px;
}

/* ======右侧返回顶部====== */
.right_nav {
	position: fixed;
	width: 146px;
	right: 50px;
	bottom: 8%;
	z-index: 100;
	cursor: pointer;
	display: none;
}

.right_nav a.goTop {
	display: block;
	width: 146px;
	padding-left: 65px;
	height: 49px;
	line-height: 49px;
	font-size: 14px;
	color: #666;
	border-radius: 24px;
	border: 1px solid #e5e5e5;
	background: url(../images/gotop.png) no-repeat 26px center #fff;
}