/* CSS Document */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
	font: 16px/1.5 'PingFang SC', 'Microsoft YaHei', Helvetica, 'Helvetica Neue', Tahoma, Arial, sans-serif;
}

html,
body {
	width: 100%;
	min-width: 1400px;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,
img {
	border: 0;
}

i,
em {
	font-style: normal;
}

address,
caption,
cite,
code,
dfn,
em,
i,
strong,
th,
var {
	font-style: normal;
	font-weight: normal;
}

ol,
ul {
	list-style: none;
}

caption,
th {
	text-align: left;
}

input,
select {
	outline: none;
	font-size: 16px;
	vertical-align: middle;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

q:before,
q:after {
	content: '';
}

abbr,
acronym {
	border: 0;
}

li {
	list-style: none;
}

a {
	text-decoration: none;
}

.clearfix:after {
	content: '.';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

*html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

*html body {
	margin: 0;
	height: 100%;
	position: relative;
}

.banner {
	width: 100%;
	background: url(../images/banner.png) no-repeat center;
	background-size: cover;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}

.banner_warp {
	width: 1200px;
	padding-top: 64px;
	margin: 0 auto;
	position: relative;
}

.banner_top {
	width: 100%;
	height: 60px;
	margin: 0 auto 62px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.banner_logo {
	height: 60px;

	img {
		height: 100%;
	}
}

.banner_search {
	height: 54px;
	border: 2px solid #b00000;
	display: flex;
	align-items: center;
}

.banner_search_type {
	width: 142px;
	height: 54px;
	background: #f4f4f4;
	color: #5a5a5a;
	line-height: 54px;
	text-align: center;
}

.banner_search_type i {
	display: inline-block;
	width: 15px;
	height: 9px;
	background: url(../images/arrow.png) no-repeat center;
	vertical-align: middle;
	margin-left: 10px;
}

.banner_search_write {
	width: 346px;
	height: 54px;
	background: #fff;
	color: #5a5a5a;
	line-height: 54px;
	text-indent: 20px;
	border: none;
	outline: none;
}

.banner_search_write::-webkit-input-placeholder {
	color: #b4b4b4;
}

.banner_search_write:-moz-placeholder {
	color: #b4b4b4;
}

.banner_search_write::-moz-placeholder {
	color: #b4b4b4;
}

.banner_search_write:-ms-input-placeholder {
	color: #b4b4b4;
}

.banner_search_btn {
	cursor: pointer;
	border: 0;
	outline: 0;
	width: 90px;
	height: 54px;
	/* font-size: 26px; */
	color: #fff;
	line-height: 54px;
	text-align: center;
	background: #b00000;
}

.banner_guide {
	width: 325px;
}

.banner_guide_tit {
	height: 84px;
	background: #b00000;
	color: #fff;
	font-size: 20px;
	line-height: 84px;
	text-align: center;
	margin: 0 auto;
}

.banner_guide_list {
	padding: 16px 0;
	background: rgba(176, 0, 0, 0.22);
	margin: 0 auto;
	position: relative;
}

.banner_guide_list li {
	display: block;
	width: 100%;
	height: 60px;
	color: #fff;
	font-size: 18px;
	line-height: 60px;
	text-indent: 45px;
	background: url(../images/arrow1.png) no-repeat 285px center;
	background-size: 19px 15px;
	margin: 0 auto;
	cursor: pointer;
}

.banner_detail {
	width: 1200px;
	margin-top: 24px;
	margin-bottom: 64px;
	display: flex;
	justify-content: space-between;
	column-gap: 14px;
}

.banner_detail li {
	height: 200px;
	flex: 1;
	background: rgba(176, 0, 0, 0.22);
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 16px;
	column-gap: 16px;
}

.banner_detail li>div {
	height: 100%;
	padding: 24px 0;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.banner_item_tit {
	font-size: 18px;
	color: #fff;
}

.banner_item_txt {
	font-size: 14px;
	color: #fff;
	text-align: justify;
	margin: 8px 0;
}

.banner_item_link {
	display: flex;
	align-items: center;
	column-gap: 16px;
	color: #fff;
	font-size: 18px;
}

.one {
	width: 100%;
	height: 100px;
	padding: 40px 0;
	background: #fff;
	position: relative;
	margin: 0 auto;
}


.one_warp {
	width: 1196px;
	height: 96px;
	border: 2px solid #af0000;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.one_warp .one_line {
	width: 2px;
	height: 60px;
	background: #dd220d;
}

.one_warp .one_item {
	flex: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 60px;
}

.one_warp .one_item i {
	width: 60px;
	height: 60px;
	margin-right: 16px;
}

.one_warp .one_item i.one_icon1 {
	background: url(../images/icon4.png) no-repeat center;
}

.one_warp .one_item i.one_icon2 {
	background: url(../images/icon5.png) no-repeat center;
}

.one_warp .one_item i.one_icon3 {
	background: url(../images/icon6.png) no-repeat center;
}

.one_warp .one_item i.one_icon4 {
	background: url(../images/icon7.png) no-repeat center;
}

.one_warp .one_item i.one_icon5 {
	background: url(../images/icon8.png) no-repeat center;
}

.one_warp .one_item .one_inner {
	height: 60px;
}

.one_inner .one_tit {
	width: 100%;
	line-height: 30px;
	color: #dd220d;
}

.one_inner .one_txt {
	width: 100%;
	line-height: 30px;
	color: #272727;
}

.two {
	width: 100%;
	height: auto;
	padding: 44px 0;
	background: #ebebeb;
	margin: 0 auto;
}

.two_warp {
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	column-gap: 18px;
}

.two_warp .two_item {
	width: 388px;
	height: 448px;
	background: #fff;
}


.two_warp .two_item img {
	display: block;
	margin: 0 auto;
}

.two_warp .two_item .two_list {
	/* width: 530px; */
	height: 312px;
}

.two_item .two_list a {
	display: block;
	padding: 0 14px;
	height: 42px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.two_list a .two_point {
	display: block;
	width: 14px;
	height: 14px;
	border-radius: 7px;
	background: #f60000;
}

.two_list a .two_tit {
	width: 240px;
	color: #000;
	font-size: 14px;
	line-height: 42px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-break: break-all;
}

.two_list a .two_time {
	width: 90px;
	color: #000;
	font-size: 14px;
	line-height: 42px;
	text-align: right;
}

.two_warp .two_item .two_more {
	display: block;
	width: 50px;
	height: 32px;
	padding-right: 30px;
	background: url(../images/arrow2.png) no-repeat right center;
	background-size: 19px 15px;
	color: #8b8b8b;
	position: absolute;
	bottom: 22px;
	right: 40px;
}

.three {
	width: 100%;
	height: auto;
	padding: 35px 0;
	background: #fff;
	margin: 0 auto;
	position: relative;
}

.three_warp {
	width: 1200px;
	height: auto;
	margin: 0 auto;
	position: relative;
}

.three_tit {
	display: block;
	width: 1200px;
	height: 39px;
	color: #000;
	/* font-size: 26px; */
	line-height: 39px;
	padding-bottom: 10px;
	border-bottom: 5px solid #d7d8da;
	margin: 0 auto;
	position: relative;
}

.three_tit i {
	display: block;
	width: 150px;
	height: 5px;
	background: #d00e0e;
	position: absolute;
	bottom: -5px;
	left: 0;
}

#three_box {
	width: 1200px;
	height: 185px;
	overflow: hidden;
	margin: 44px auto 0;
}

#three_inner {
	width: 800%;
}

#three_inner ul {
	float: left;
}

#three_inner li {
	float: left;
	margin-right: 30px;
}

#three_inner li a {
	float: left;
	display: block;
	width: 245px;
	height: 185px;
	overflow: hidden;
}

#three_inner li img {
	display: block;
	width: 245px;
	height: 185px;
	margin: 0 auto;
}

.three_warp .three_adv {
	display: block;
	width: 1200px;
	height: auto;
	overflow: hidden;
	margin: 40px auto 62px;
}

.three_warp .three_adv img {
	display: block;
	max-width: 1200px;
	margin: 0 auto;
}

.three_warp .three_website {
	width: 1200px;
	height: auto;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	column-gap: 24px;
	margin-top: 36px;
	/* overflow: hidden; */
}

.three_warp .three_website div {
	/* width: 299px; */
	height: 70px;
	flex: 1;
	/* font-size: 26px; */
	color: #131313;
	line-height: 70px;
	text-align: center;
	background: #ebebeb;
}

.three_warp .three_website div:hover {
	cursor: pointer;
}

.three_warp .three_website div .nav_cont {
	display: none;
	position: absolute;
	background-color: #fff;
	border: 1px solid #ddd;
	border-bottom: none;
	width: 1200px;
	max-height: 184px;
	overflow-y: auto;
	bottom: 70px;
	left: 0px;
	padding-bottom: 10px;
}

.three_warp .three_website div:hover .nav_cont {
	display: block;
}

.three_warp .three_website div .nav_cont>li {
	float: left;
	margin: 10px 10px 0 20px;
	/* list-style: none; */
}

.three_warp .three_website div .nav_cont>li>a {
	width: 200px;
	height: 34px !important;
	line-height: 34px !important;
	display: block !important;
	color: #646363;
	background: #ebebeb;
	overflow: hidden;
	text-align: center;
	font-size: 14px !important;
	border: 1px solid #e1e1e5;
}

.footer {
	height: 82px;
	background: #b00000;
	margin: 0 auto;
}

.footer_warp {
	width: 1200px;
	color: #fff;
	font-size: 14px;
	line-height: 82px;
	text-align: center;
	margin: 0 auto;
	letter-spacing: 0.3rem;
}