﻿@charset "utf-8";

@font-face {
	font-family: 'Hyzytj';
	src: url(hyzytj.ttf)
}

/* CSS Document */
* {
	box-sizing: border-box;
	/* font-family: SourceHanSans */
}

html {
	background-color: #f4f6f7;

}

body {
	font-size: 14px;
	color: #333;
	margin: 0;
}

p {
	margin-block-start: 0;
	margin-block-end: 0;
}

ul {
	list-style-type: none;
	margin-block-start: 0;
	margin-block-end: 0;
	padding-inline-start: 0;
}

a {
	text-decoration: none;
	color: #3D3D3D;
}

a:hover {
	text-decoration: none;
	color: #005C9F;
}

img {
	border: 0px;
	vertical-align: top;
}

em,
i {
	font-style: normal;
}

.clr {
	margin: 0px;
	padding: 0px;
	height: 0px;
	width: 0px;
	overflow: hidden;
	clear: both;
}

h1,
h2,
h3,
h4,
h5 {
	margin-block-start: 0;
	margin-block-end: 0;
}

h1 {
	font-size: 40px;
}

h2 {
	font-size: 36px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 14px;
}

input,
textarea,
button {
	outline: none;
}

main {
	position: relative;
	display: flex;
	flex-direction: column;
	line-height: 1;
	align-items: center;
}

footer {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 180px;
	font-size: 12px;
	align-items: center;
	line-height: 1;
	background: #013a64;
	color: #ffffff;
}

.gird-box {
	justify-content: center;
	margin-top: 19px;
}

.li-col {
	position: relative;
	padding: 0 49px 0 55px;
}

.li-col::after {
	position: absolute;
	content: '';
	width: 1px;
	height: 86px;
	top: 6px;
	right: 0;
	background-color: rgba(216, 216, 216, 0.2);
}

.li-col:last-of-type::after {
	position: absolute;
	content: '';
	width: 0;
}

.li-col h5 {
	font-size: 12px;
	margin-bottom: 18px;
}

.li-col a,
.li-col p {
	display: block;
	color: #CECECE;
	margin-bottom: 6px;
	height: 18px;
}

.li-col a:hover {
	color: #ffffff;
}

.bottom-tip {
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
	line-height: 36px;
	background-color: #013155;
}

.bottom-tip a,
.bottom-tip a:hover {
	color: #ffffff;
}

.flex {
	display: flex;
}

.overflow-con {
	overflow: hidden;
	/* 隐藏溢出的内容 */
	text-overflow: ellipsis;
	/* 使用省略号表示溢出的文本 */
	white-space: nowrap;
	/* 防止文本换行 */
}

.central-content {
	display: flex;
	justify-content: center;
	flex-direction: column;
	line-height: 1;
	align-items: center;
}

.center-width,.center-width-banner {
	width: 1400px;
}

.title h4 {
	font-weight: bold;
	color: #D3D2D2;
}

.title-more {
	line-height: 29px;
	margin-top: 5px;
	display: flex;
	justify-content: flex-start;
}

.title-more h4 {
	font-size: 20px;
	color: #3D3D3D;
}

.title-more .line {
	width: 316px;
	margin: 15px 12px 0;
}

.title-more a:hover,
.title-more a:hover span {
	color: #005C9F !important;
}

.more-el {
	font-size: 16px;
	font-weight: bold;
	color: #ADACAC;
}

.more-el span {
	color: #3D3D3D;
	margin-right: 8px;
}

.line {
	height: 2px;
	border-top: 1px solid #D8D8D8;
}

/** header */
header {
	position: relative;
	width: 100%;
	height: 155px;
	display: flex;
	justify-content: center;
	background: #FAFCFD;
}

header .center-width-banner {
	display: flex;
	justify-content: space-between;
	line-height: 1;
	align-items: flex-end;
	padding-bottom: 27px;
}

header .logo {
	position: relative;
	width: 435px;
	display: block;
	height: 83px;
}

header .logo img {
	width: auto;
	height: 100%;
}

header nav .search-header {
	width: 100%;
	display: flex;
	justify-content: flex-end;
}

header nav .search-header {
	display: flex;
	justify-content: flex-end;
	margin-bottom: 18px;
	padding-right: 15px;
}

header nav .search-header input {
	width: 317px;
	height: 33px;
	line-height: 33px;
	padding: 0 10px;
	border: 1px solid #D8D8D8;
}

header nav .search-header .sear-ico {
	display: flex;
	justify-content: center;
	line-height: 1;
	align-items: center;
	width: 81px;
	height: 34px;
	background: #3E80C6;
	cursor: pointer;
}

header nav .search-header .sear-ico img {
	width: auto;
	height: 18px;
}

header nav ul {
	display: flex;
	height: 33px;
}

header nav ul li {
	font-size: 16px;
	height: 33px;
	line-height: 23px;
	margin: 0 15px;
	position: relative;
	cursor: pointer;
}

header nav ul li a {
	color: #005C9F;
}

header nav li.cur:after {
	content: '';
	display: block;
	padding: 0 9px;
	margin-left: -9px;
	height: 2px;
	width: 100%;
	margin-top: 8px;
	background-color: #005C9F;
}

.base-page-wrapper {
	justify-content: flex-start !important;
	margin: 60px 0;
}

.zchy-box {
	position: fixed;
	bottom: 0;
	right: 0;
	width: 200px;
	height: 196px;
	background: #ffffff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	line-height: 1;
	z-index: 999;
}

.zchy-box img {
	width: 109px;
	height: 105px;
}

.zchy-box p {
	margin-top: 6px;
	font-size: 16px;
	text-align: center;
}