@charset "UTF-8";

html,
body {
	font-size: 14px;
	display: flex;
	flex-direction: column;
	height: 100%;
	scroll-behavior: smooth;
}

.float-window {
	position: absolute;
	background-color: transparent;
	z-index: 9999;
	cursor: pointer;
}

.float-window .float-window-close {
	position: absolute;
	right: 5px;
	top: 2px;
	color: white;
}

.header-container {
	height: 90px;
	width: 100%;
}
.header-container .header-name {
	width: 500px;
}

.header-container .top-bg {
	height: 80px;
	width: 100%;
	background-image: url('../img/top1.png');
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.header-container .menubar {
	height: 60px;
	/* width: 50%; */
	color: #0d0d0d;
	font-size: 20px;
	text-align: center;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.split {
	width: 100%;
	height: 20px;
	background-image: url('../img/header.png');
	background-size: 100% 100%;
	/* background-position: 0 10px; */
	z-index: 999;
	position: relative;
}

.section-split {
	background-color: #f9fbff;
	height: 20px;
	width: 100%;
	margin: 12px 0;
}

.block-flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 15px;
	margin-top: 40px;
}

.block-flex .block-item {
	flex: 1;
}

.homeImg {
	background-image: url('../img/homeImg.png');
	width: 1400px;
	height: 120px;
	margin: 15px 0px;
}

.flex-wrap ul {
	display: flex;
	flex-wrap: wrap;
	padding-left: 20px;
}

.flex-wrap ul li {
	width: 45%;
	margin-right: 5%;
	color: #7f7f7f;
	margin-top: 10px;
}

.flex-wrap ul li::marker {
	color: #00a0e9;
}

.flex-wrap ul li div {
	white-space: nowrap;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
}
.news-center {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.news-center .section-more {
	position: relative;
	right: 60px;
}
.news-center .swipe-content {
	margin-top: 20px;
	width: 90%;
}
.row-flex {
	height: 100%;
	width: 80%;
	display: flex;
	background: #ffffff;
	/* box-shadow: 0px 2px 19px 0px rgba(0, 0, 0, 0.07); */
	/* border-radius: 10px; */
	position: relative;
	/* flex-wrap: wrap; */
}
.news-center .row-flex {
	height: 700px;
	width: 1500px;
	max-width: 80vw;
	margin-top: 80px;
	border-radius: 20px;
	box-shadow: 0px 2px 19px 0px rgba(0, 0, 0, 0.07);
}
.row-flex .left {
	width: 50%;
	padding: 30px;
}

.left .shadow {
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
	height: 40px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	border-radius: 10px;
}

.shadow .data {
	position: absolute;
	left: 20px;
	bottom: -20px;
}

.shadow .content {
	position: absolute;
	bottom: 10px;
	left: 100px;
	font-size: 14px;
	color: #ffffff;
	width: 80%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.news-updates {
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: bold;
	font-size: 80px;
	color: rgba(153, 153, 153, 0.1);
	position: absolute;
	right: 0;
	bottom: 0;
}

.swipe-content {
	width: 90%;
	height: 350px;
	/* border: 1px solid #eeeeee; */
	border-radius: 10px;
	/* padding: 20px 20px 0px 20px; */
	margin-right: 30px;
	/* width: 50%; */
}

.swipe-content .shadow .date {
	background-image: url(../img/sixLin.png);
	background-size: 100% 100%;
	color: white;
	margin-left: 20px;
}

.video {
	width: 100%;
	/* height: 725px; */
}

.video video {
	width: 100%;
	height: 100%;
	object-fit: fill;
}

.carousel-indicators {
	/* background-color: #000000;
	opacity: 0.4; */
	padding: 0 10px 0 0;
	height: 40px;
	justify-content: center;
	/* border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px; */
	margin: 0;
	position: absolute;
}

.carousel-indicators li {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	margin: 5px 10px;
	border: white 1px solid;
	opacity: 1;
	background: none;
}

.carousel-indicators li.active {
	background: white;
}

.left .carousel-indicators {
	padding: 10px 10px 0 0;
	height: 40px;
	justify-content: end;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	margin-bottom: 30px;
	position: absolute;
}

/* .carousel-item {
	height: 100%;
} */

/* .carousel {
	border-radius: 10px;
	overflow: hidden;
	height: 725px;
} */

.carousel .carousel-inner {
	height: 100%;
}

.carousel-caption {
	color: #333333;
	font-weight: 600;
	font-size: 18px;
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 0;
	justify-content: left;
}

.carousel-caption p {
	width: 500px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.column-flex {
	flex: 1;
	width: 50%;
	padding: 30px;
}

.row-flex .column-flex:first-child {
	padding-right: 40px;
}

.row-flex .column-flex:last-child {
	padding-left: 40px;
}

/*@media screen and (max-width: 767px) {*/
/*	.container {*/
/*		padding: 0 10px !important;*/
/*	}*/

/*	.block-flex {*/
/*		flex-wrap: wrap;*/
/*		justify-content: center;*/
/*		align-items: center;*/
/*	}*/

/*	.block-flex .block-item {*/
/*		margin: 5px 0;*/
/*	}*/

/*	.block-flex img {*/
/*		width: 100%;*/
/*	}*/

/*	.row-flex {*/
/*		flex-wrap: wrap;*/
/*	}*/

/*	.column-flex {*/
/*		width: 100%;*/
/*		flex: auto;*/
/*	}*/

/*	.row-flex .column-flex:not(:first-child) {*/
/*		margin-top: 20px;*/
/*	}*/

/*	.row-flex .column-flex:first-child {*/
/*		padding-right: 0;*/
/*	}*/

/*	.row-flex .column-flex:last-child {*/
/*		padding-left: 0;*/
/*	}*/

/*	#other-system {*/
/*		display: none;*/
/*	}*/
/*}*/

.column-flex ul {
	padding-top: 5px;
	position: relative;
	max-width: 100%;
	margin-bottom: 0px;
	overflow: hidden;
}

.column-flex ul li {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	line-height: 40px;
	font-size: 14px;
}

.column-flex ul li .text-content {
	height: 50px;
}

.column-flex li div {
	white-space: nowrap;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
}

.column-flex li .line {
	width: 100%;
	height: 1px;
	border: 0.5px solid #e0e0e0;
}

.column-flex li div .fas {
	font-size: 12px;
	scale: 0.5;
	width: 4px;
	color: #00a0e9 !important;
}

.column-flex .border-bottom {
	padding-bottom: 3px;
}

.date {
	width: 60px;
	height: 70px;
	padding-top: 5px;
}

.date-day {
	margin-top: 10px;
	height: 25px;
	font-weight: bold;
	font-size: 15px;
	text-align: center;
}

.date-year {
	height: 25px;
	font-weight: 400;
	font-size: 11px;
	text-align: center;
}

.main-business {
	width: 80%;
	margin-left: 10%;
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	margin-top: 100px;
}
.main-business .card-item {
	width: 335px;
	height: 400px;
	border-radius: 15px;
	background-color: #effbfe;
	display: flex;
	flex-direction: column;
	font-family: microsoft yahei;
	font-size: 16px;
}
.main-business .card-item:hover {
	background-image: url('../img/business_bg.png');
	background-size: 100% 100%;
}

.main-business .card-item .card-header {
	height: 35%;
	background-image: url('../img/business.png');
	background-size: 100% 100%;
	border-radius: 10px;
	padding: 20px 10px 0 25px;
	color: #ffffff;
}

.main-business .card-item .card-header:hover {
	background-image: url('../img/business_hover.png');
}

.main-business .card-item .card-header .card-title {
	font-size: 22px;
	font-weight: 600;
	font-family: microsoft yahei;
}

.main-business .card-item .card-header span {
	font-size: 12px;
}

.main-business .card-item .card-body {
	font-size: 13px;
	padding: 20px 10px 30px 10px;
	color: #999999;
	position: relative;
}
.main-business .card-item .card-body .content {
	font-size: 15px;
	max-height: 200px;
	text-overflow: ellipsis;
	overflow: hidden;
}
.main-business .card-item .card-body .fas {
	position: relative;
	top: 3px;
}

.main-business .card-item .card-body .learn-more {
	width: 175px;
	height: 45px;
	background-color: #99dfff;
	color: #00a0e9;
	font-size: 16px;
	border-radius: 50px;
	padding: 0 10px 0 25px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: absolute;
	left: 35px;
	bottom: 30px;
}

.main-business .card-item .card-body .learn-more .more {
	height: 30px;
	width: 40px;
	background-image: url(../img/icon/arrowRight.png);
	background-size: 100% 100%;
}

.main-business .card-item .card-body .icon {
	width: 14px;
	height: 14px;
	background-image: url(../img/icon/iconRight.png);
	background-size: 100% 100%;
	flex-shrink: 0;
	margin-right: 10px;
	margin-top: 3px;
}

.main-result {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0px 350px;
	padding: 0px 150px;
	padding-top: 30px;
	row-gap: 40px;
	column-gap: 80px;
	background-image: url(../img/ellipse.png);
	background-size: 100% 100%;
}

.swiper-container .card-item {
	width: 200px;
	height: 260px;
	border-radius: 10px;
	background-color: #effbfe;
	display: flex;
	background-color: white;
}

.swiper-container .card-item .card-body {
	padding: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.swiper-container .card-item .card-name {
	font-family: Space Grotesk, Space Grotesk;
	font-size: 24px;
	font-weight: 600;
	margin-top: 30px;
}

.swiper-container .card-item .card-icon {
	width: 70px;
	height: 70px;
	border-radius: 50%;
	background-color: #ecf8fe;
	display: flex;
	justify-content: center;
	align-items: center;
}

.swiper-container .card-item .card-icon .icon {
	width: 40px;
	height: 40px;
	background-size: 100% 100%;
}

.recruitment {
	width: 80%;
	margin-left: 10%;
}

.recruitment .joinUs {
	width: 450px;
	/* height: 150px;
	background-image: url(../img/joinUs.png);
	background-size: 100% 100%; */
	margin-bottom: 120px;
}

.recruitment h1 {
	color: #00a0e9;
	font-family: Microsoft YaHei;
	font-weight: bold;
}

.recruitment .message {
	display: flex;
	height: 30px;
	align-items: center;
	justify-content: space-between;
}

.recruitment .message .left {
	display: flex;
	height: 30px;
	align-items: center;
	justify-content: space-between;
}

.recruitment .message .icon {
	width: 20px;
	height: 20px;
	background-size: 100% 100%;
	margin-right: 5px;

	position: relative;
	/* top: 1px; */
}

.recruitment .message .left span {
	margin-right: 40px;
	text-wrap: nowrap;
	font-size: 16px;
}

.recruitment .learn-more {
	font-family: Microsoft YaHei-Bold;
	font-weight: bold;
	width: 370px;
	height: 60px;
	color: #00a0e9;
	font-size: 18px;
	border-radius: 50px;
	border: 1px solid #00a0e9;
	padding: 0px 30px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.recruitment .learn-more .more {
	height: 30px;
	width: 40px;
	background-image: url(../img/icon/arrowRight.png);
	background-size: 100% 100%;
}

.container-bottom {
	margin-top: 100px;
	height: 350px;
	background-color: #00a0e9;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
	align-items: center;
}

.container-bottom .card-item {
	width: 20vw;
	background: rgba(255, 255, 255, 0.75);
	border-radius: 30px;
	/* margin-left: 4vw; */
	/* display: flex;
	justify-content: center;
	align-items: center; */

}

.container-bottom .card-item img {
	width: 100%;
	height: 100%;
}

.block-flex .system-flex {
	width: 470px;
	height: 320px;
	background: #f7f7f7;
	display: flex;
	/* align-items: center; */
	flex-direction: column;
	padding: 0px 35px;
	border-radius: 20px;
}

.system-flex .title {
	width: 89px;
	height: 299px;
	margin-right: 55px;
	background-image: url('../img/zhengshuchaxun.png');
}

.system-flex .title2 {
	background-image: url('../img/gongzuowang.png');
}

.system-flex .form-title {
	color: #bb0000;
	font-size: 18px;
	font-weight: 600;
	width: 100%;
	margin-top: 10px;
	line-height: 40px;
	border-bottom: 1px solid #dddddd;
	margin-bottom: 20px;
}

.system-flex .content {
	display: flex;
	flex-direction: column;
	align-items: center;
	/* justify-content: center; */
	height: 100%;
	padding-left: 10px;
}

.system-flex .content p {
	margin-bottom: 16px;
	width: 100%;
	position: relative;
}

.system-flex .login p {
	margin-bottom: 30px;
	width: 100%;
	position: relative;
}

.system-flex .content p img {
	width: 16px;
	height: 16px;
	position: absolute;
	right: 8px;
	top: 8px;
}

#imgVerifyCode {
	width: 68px;
	height: 30px;
	margin-top: -5px;
}

.system-flex .content .error-info {
	margin-bottom: 10px;
	margin-top: -10px;
	width: 100%;
	text-align: right;
	font-size: 14px;
	font-weight: 300;
	color: #ba3228;
	line-height: 16px;
	height: 0px;
}

.system-flex .content label {
	width: 70px;
	font-size: 16px;
	font-weight: 400;
	color: #333333;
	line-height: 19px;
	display: inline-block;
	word-break: keep-all;
	text-align-last: justify;
}

.system-flex .content input,
.system-flex .content select {
	width: 300px;
	height: 33px;
	border-radius: 4px 4px 4px 4px;
	border: 1px solid #21518e;
	padding: 0 5px;
	border-radius: 20px;
	border: 1px solid #bb0000;
}

.system-flex .content .btn_input {
	font-size: 16px;
	font-weight: 600;
	color: #ffffff;
	text-align: center;
	line-height: 20px;
	width: 140px;
	height: 32px;
	background: #bb0000;
	border-radius: 16px;
}

.section-header {
	position: relative;
	height: 30px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.section-header .title {
	font-size: 28px;
	font-weight: 600;
	color: #00a0e9;
	height: 45px;
	width: 130px;
	line-height: 23px;
	/* text-align: center; */
	/* cursor: pointer; */
	padding: 0;
}

.section-header .nav-item {
	margin-top: -15px;
}

.section-header .title img {
	width: 75%;
	height: 9px;
	margin-top: -12px;
}

.section-header .nav-item .active {
	border: 0;
	color: #bb0000;
}

.section-header .active::before {
	background: url('../img/section-header2.png');
	background-size: 100% 100%;
	content: '';
	width: 130px;
	height: 8px;
	display: block;
	position: absolute;
	bottom: -5px;
	text-align: center;
	/* left: 0; */
}

.section-header .active:hover {
	border: 0;
}

.section-header .nav-item .nav-link:hover {
	border: 0;
}

.section-header .title-bg {
	color: #ffffff;
	width: 84px;
	background: #21518e;
}

/* .section-header img {
	position: absolute;
	left: 0px;
	bottom: -8px;
	width: 64px;
	height: 8px;
} */

.section-more {
	font-size: 14px;
	width: 65px;
	font-weight: 400;
	color: #00a0e9;
	line-height: 16px;
	height: 24px;
	border: 1px solid #99dfff;
	border-radius: 50px;
	padding: 0 4px 0 9px;
}

.section-more a {
	display: inline-block;
	margin-right: 5px;
}

.iconMore {
	display: inline-block;
	background-image: url('../img/icon/more.png');
	color: #00a0e9;
	width: 18px;
	height: 18px;
	line-height: 24px;
	background-size: 100% 100%;
	/* margin-top: 5px; */
	position: absolute;
}

.cm-navbar .navbar-nav .nav-link {
	margin-top: 5px;
	font-size: 17px;
	font-weight: bold;
	color: #0d0d0d;
}

/* .list-unstyled li {
	margin-top: 20px;
} */

.list-unstyled li .date {
	background-image: url(../img/sixLine.png);
	background-size: 100% 100%;
	color: #00a0e9;
	margin-right: 20px;
	font-family: Microsoft YaHei;
}

.list-unstyled li .date-day {
	line-height: 25px;
}

.list-unstyled li .date-year {
	line-height: 20px;
}

.list-unstyled li .text-content {
	width: 80%;
}

/* .cm-navbar .navbar-nav .nav-item:hover,
.cm-navbar .navbar-nav .nav-item.active {
	background-color: white;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
} */

.navbar-nav .nav-item:hover .nav-link {
	color: #0d0d0d;
}

.navbar-light .navbar-nav .nav-link:focus {
	color: #0d0d0d;
}

/* .navbar-light .navbar-nav .nav-link:hover {
	color: #d1a834;
} */

.cm-navbar .navbar-nav .nav-item.active .nav-link {
	color: #d1a834;
	border-bottom: 3px solid #d1a834;
}

.navbar-nav .nav-item .nav-link {
	padding-bottom: 0px;
	padding-left: 1px;
	padding-right: 1px;
}

/* .cm-navbar .navbar-nav .nav-item.active .triangle {
	display: block;
} */

.cm-navbar .navbar-nav .nav-item:hover .sub-nav-bar {
	display: block;
}

.dasdq {
	position: absolute;
	top: 0px;
	left: 0px;
}

.navbar-nav {
	/* width: 1400px; */
	height: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	white-space: nowrap;
	-webkit-overflow-scrolling: touch;
}

.navbar-nav .nav-item {
	position: relative;
	margin: 5px 5px 0px 0px;
	height: 55px;
	flex: 1;
	line-height: 40px;
	padding: 0px 10px;
}

.navbar-nav .nav-item .icon {
	display: inline-block;
	width: 20px;
	height: 20px;
	background-size: 100% 100%;
	position: relative;
	top: 4px;
	left: 3px;
}

/* .nav-item-split {
	width: 2px;
	height: 28px;
	background: linear-gradient(90deg, #3A72BC 0%, #0A192D 100%);
	border-radius: 0px 0px 0px 0px;
} */

.sub-nav-bar {
	display: none;
	list-style-type: none;
	background-color: #21518e;
	padding: 0;
	z-index: 99;
	position: absolute;
	top: 47px;
	width: 100%;
}

.sub-nav-bar li {
	line-height: 38px;
	max-width: 100%;
}

.sub-nav-bar li:hover {
	background-color: #1d4980;
}

.sub-nav-bar li a {
	display: block;
	font-size: 18px;
	color: #ffffff;
	padding: 0 5px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.triangle {
	display: none;
	position: absolute;
	bottom: -3px;
	left: calc(50% - 8px);
	width: 0px;
	height: 0px;
	border: 10px solid transparent;
	border-bottom-color: #ffffff;
}

.cm-hidden {
	display: none;
}

.cm-pointer {
	cursor: pointer;
}

.cm-ff-yh {
	font-family: 'Microsoft YaHei', 微软雅黑, 'MicrosoftJhengHei', serif;
}

.cm-block-head-bottom {
	border-bottom: solid 2px;
	border-color: #007bff;
	display: inline-block;
	padding-bottom: 0.3rem;
}

.cm-trans-bottom {
	width: 100%;
	bottom: 0;
	position: absolute;
	background-color: rgba(0, 0, 0, 0.4);
}

.cm-media-img {
	max-width: 180px;
	max-height: 120px;
}

/*@media screen and (max-width: 767px) {*/
/*	.cm-media-img {*/
/*		max-width: 120px;*/
/*		max-height: 80px;*/
/*	}*/
/*}*/

.cm-link {
	color: #7f7f7f;
}

/* .cm-link:hover {
	color: #0062cc;
} */

.zsjz .cm-link:hover {
	color: #7f7f7f;
}

.es-highlight em {
	color: #dc3545;
	font-style: normal;
}

/* 面包屑 */
.nav-breadcrumb {
	height: 40px;
	line-height: 40px;
	border-bottom: 1px solid #a6a6a6;
	display: flex;
	justify-content: space-between;
	margin: 10px 0px 30px 0px;
}

.nav-breadcrumb .nowPath {
	font-size: 26px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #0075af;
	position: relative;
}

.nav-breadcrumb .nowPath .line {
	height: 3px;
	width: 100%;
	position: absolute;
	bottom: 0;
	background-color: #bb0000;
}

.aBreadcrumb .row .col .list-inline-item a {
	color: #0d0d0d;
}

.list-inline-item:not(:last-child) {
	margin-right: 6px;
	margin-left: 0;
}

.list-inline-item a {
	color: #21518e;
	font-size: 12px;
}

.content-container {
	display: flex;
	background: #f4f6f9;
	height: 100%;
}

/* 左侧子菜单 */
.left-menu-container {
	width: 100%;
	height: 100%;
	margin-right: 30px;
	background-color: white;
	/* background-image: url('../img/left1.png');
	background-size: 10px 100px;
	background-position: bottom; */
	text-align: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 30px;
	position: relative;
	/* box-shadow: 0px 2px 19px 0px rgba(0, 0, 0, 0.07); */
}
.left-menu-container img {
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
}

/*@media screen and (max-width: 767px) {*/
/*	.left-menu-container {*/
/*		display: none;*/
/*	}*/
/*}*/

.left-menu-container .left-menu-item {
	width: 200px;
	height: 32px;
	font-size: 16px;
	font-weight: 400;
	background: linear-gradient(90deg, #00aaff 0%, #008ed5 100%);
	color: #21518e;
	line-height: 19px;
}

/* 频道 */
.channel-flex {
	flex: 1;
	max-width: 100%;
	height: 100%;
	padding: 20px 50px;
}

.channel-ul {
	position: relative;
	max-width: 100%;
	margin-bottom: 0;
}

.channel-ul li {
	display: flex;
	align-items: center;
	padding-top: 5px;
	padding-bottom: 5px;
	max-width: 100%;
	line-height: 40px;
}

.channel-ul li .line {
	width: 100%;
	height: 1px;
	border-bottom: 1px solid #e0e0e0;
}

.channel-ul li div .fas {
	font-size: 12px;
	scale: 0.5;
	width: 4px;
	color: #00a0e9 !important;
}

/* .channel-ul li .date .date-day {
	font-size: 18px;
	font-weight: 400;
	color: #333333;
	line-height: 21px;
} */

/* .channel-ul li .split-line {
	height: 40px;
	width: 0px;
	margin-left: 35px;
	margin-right: 30px;
} */

.channel-ul li .title {
	white-space: nowrap;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #333333;
	font-size: 14px;
	width: 100%;
	height: 30px;
}

/*@media screen and (max-width: 767px) {*/
/*	.channel-ul li .split-line {*/
/*		margin-left: 10px;*/
/*		margin-right: 10px;*/
/*	}*/
/*}*/

/* 文章article */
.article {
	width: 80%;
	height: 100%;
	margin-left: 10%;
	background-color: white;
}
.article-container {
	margin: 20px 50px 20px 50px;
}

.article-container .main-title {
	font-size: 24px;
	font-weight: 600;
	color: #000000;
	text-align: center;
	width: 100%;
}

.article-container .sub-title {
	width: 70%;
	margin-left: 15%;
	font-size: 12px;
	font-weight: 400;
	color: #999999;
	text-align: center;
	padding-top: 10px;
	margin-top: 15px;
	border-top: 1px solid #eeeeee;
	border-image: linear-gradient(90deg, rgba(166, 166, 166, 0), rgba(166, 166, 166, 1), rgba(166, 166, 166, 0)) 1 1;
}

.article-container .sub-title span {
	margin: 0 5px;
}

.article-container .sub-title cite {
	font-style: normal;
}

.article-container .article-content {
	font-size: 16px;
	font-weight: 400;
	color: #333333;
	line-height: 32px;
}

.article-container .attach-title {
	display: flex;
	align-items: center;
}

.article-container .attach-title .attach-pre {
	width: 4px;
	height: 16px;
	background: #bb0000;
	margin-right: 5px;
}

.article-container .attach-ul {
	margin-left: 45px;
}

.article-container .attach-ul li {
	margin-top: 5px;
	margin-bottom: 5px;
}

.article-container .attach-ul li a {
	font-size: 16px;
	font-weight: 400;
	color: #21518e;
	line-height: 19px;
}

/* 页眉页脚 */
.header-section {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 100%;
	flex-direction: row;
	padding: 0 10% 0 5%;
}

.header-section .headerTitle {
	height: 110px;
	width: 300px;
	background-image: url('../img/headerTitle.png');
	background-size: 100% 100%;
}

.header-title {
	font-size: 24px;
	font-weight: 600;
	color: #0d0d0d;
	letter-spacing: 3px;
}

.header-title2 {
	font-size: 11px;
	font-weight: 400;
	color: #0d0d0d;
}

.header-sub-title {
	font-size: 6px;
	font-weight: 400;
	color: #0d0d0d;
	line-height: 19px;
	letter-spacing: 3.7px;
}

.home-title {
	text-align: center;
	width: 100%;
	font-size: 40px;
	font-weight: 800;
	color: #20184e;
	margin-top: 20px;
	font-family: Microsoft YaHei;
}

.home-title2 {
	text-align: center;
	width: 100%;
	font-size: 14px;
	font-weight: 600;
	color: #999999;
	margin-bottom: 50px;
	font-family: Microsoft YaHei;
}

.link-section {
	align-self: flex-end;
	display: flex;
	justify-content: end;
	align-items: center;
	font-size: 16px;
	color: #333333;
}

.link-section .itemTime {
	margin-bottom: 15px;
	display: inline-block;
	align-self: flex-end;
}

.link-section .item {
	cursor: pointer;
	border: 1px solid #bb0000;
	/* width: 120px; */
	height: 28px;
	padding-right: 10px;
	border-radius: 20px;
	color: #bb0000;
	line-height: 28px;
	text-align: center;
	margin: 0px 5px;
	font-weight: 600;
	display: flex;
}

.iconHome,
.iconCollect,
.iconContact {
	position: relative;
	top: 5px;

	background-size: 100%;
	width: 16px;
	height: 15.9px;
	margin: 0px 10px;
}

.iconHome {
	background-image: url('../img/icon/home.png');
}

.iconCollect {
	background-image: url('../img/icon/collect.png');
}

.iconContact {
	background-image: url('../img/icon/contact.png');
}

.link-section .item a {
	color: #21518e;
}

.link-section .split-line:last-child {
	display: none;
}

.swiper-container {
	width: 1300px;
	height: 700px;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-image: url(../img/ellipse.png);
	background-size: 100% 120%;
	background-position: 20px -50px;
}

.swiper-container .swiper-wrapper {
	width: 1300px;
	height: 260px;
	/* overflow: hidden; */
	/* margin-top: 30px; */
}

.swiper-container .swiper-wrapper .swiper-slide {
	text-align: center;
	font-size: 18px;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	transition: 300ms;
	transform: scale(0.8);
}

.swiper-container .swiper-wrapper .swiper-slide-active,
.swiper-container .swiper-wrapper .swiper-slide-duplicate-active {
	transform: scale(1);
	cursor: pointer;
}

/* .swiper-slide-next,
.swiper-slide-prev {
	transform: scale(0.9);
} */
.swiper-container .swiper-button-next {
	background-image: url('../img/icon/arrowRight.png');
	right: 0;
}

.swiper-container .swiper-button-prev {
	background-image: url('../img/icon/arrowRight.png');
	left: 0;
	transform: rotate(180deg);
}

.swiper-container .swiper-button-next,
.swiper-container .swiper-button-prev {
	top: 108px;
	height: 24px;
	width: 35px;
	background-repeat: no-repeat;
}

.swiper-container1 {
	position: relative;
}

.swiper-container1 .swiper-button-next1 {
	background-image: url('../img/icon/arrowRight.png');

	right: 0;
	position: absolute;
	z-index: 99;
}

.swiper-container1 .swiper-button-prev1 {
	background-image: url('../img/icon/arrowRight.png');
	left: 0;

	transform: rotate(180deg);
	position: absolute;
	z-index: 99;
}

.swiper-container1 .swiper-button-next1,
.swiper-container1 .swiper-button-prev1 {
	top: calc(50% - 12px);
	height: 24px;
	width: 35px;
	background-repeat: no-repeat;
}

.swiper-button-next::after,
.swiper-button-prev::after {
	display: none;
}

/* @media (max-width: 760px) {
	.swiper-button-next {
		right: 20px;
		transform: rotate(90deg);
	}

	.swiper-button-prev {
		left: 20px;
		transform: rotate(90deg);
	}
} */

.footer-parent {
	width: 100%;
	/* padding-top: 30px; */
	clear: both;
}

.footer-container {
	background-color: rgba(0, 142, 213, 0.5);
	height: 120px;
	width: 100%;
	padding-top: 0px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.footer-container .footer-content {
	font-size: 14px;
	display: flex;
	align-items: center;
	color: #ffffff;
	padding-bottom: 0px;
	/* flex-wrap: wrap; */
}

.footer-content .title-section {
	/* width: 20%; */
	margin-left: 50px;
}
.footer-content .title-section .footer-name {
	width: 450px;
}

.footer-content .title-section .title {
	font-size: 25px;
}

.footer-content .title-section .title1 {
	font-size: 10px;
}

.footer-content .info-section {
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin-left: 100px;
}

.footer-content .info-section .info {
	margin-top: 20px;
}

.footer-content .info-section .info div {
	margin-bottom: 5px;
	line-height: 18px;
	font-size: 16px;
	font-family: Microsoft YaHei;
}

.footer-content .info-section .other {
	width: 200;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-around;
	margin-right: 60px;
	/* position: absolute;
	right: 60px; */
}

.footer-content .info-section .other .sydw {
	width: 50px;
	height: 60px;
	background-image: url('../img/shiyedanwei.png');
	background-size: 100%;
	/* margin-right: 60px; */
}
.footer-content .info-section .other .QRcode {
	width: 100px;
	height: 100px;
	margin-right: 50px;
	margin-top: 5px;
	text-align: center;
}
.footer-content .info-section .other .QRcode img {
	width: 60px;
}
.footer-content .info-section .other .QRcode .text {
	margin-top: 2px;
	font-size: 12px;
	color: black;
}
/* .footer-content .info-section .other .QRcode1 {
	width: 60px;
	height: 60px;
	background-image: url('../img/QRcode1.png');
	background-size: 100%;
	margin-right: 10px;
}

.footer-content .info-section .other .QRcode2 {
	width: 60px;
	height: 60px;
	background-image: url('../img/QRcode2.png');
	background-size: 100%;
	margin-right: 10px;
}

.footer-content .info-section .other .zfwz {
	width: 110px;
	height: 60px;
	background-image: url('../img/zhengfuwangzhan.png');
	background-repeat: no-repeat;
	margin-left: 20px;
	margin-top: 10px;
} */

.footer-content .split-section {
	width: 100%;
	height: 1px;
	background: #e8edf3;
	margin-top: 15px;
	margin-bottom: 10px;
}

.footer-content .extra-section {
	line-height: 20px;
	font-size: 16px;
}

.footer-content .extra-section span {
	margin: 0 10px;
}

/*@media screen and (max-width: 767px) {*/
/*	.footer-content .link-section {*/
/*		align-self: center;*/
/*		margin-top: 10px;*/
/*		margin-bottom: 10px;*/
/*	}*/

/*	.footer-content .info-section .info {*/
/*		display: none;*/
/*	}*/

/*	.footer-content .extra-section span:not(:first-child) {*/
/*		display: none;*/
/*	}*/
/*}*/

/* 分页控件 */
.pagination {
	line-height: 25px;
	justify-content: center;
	align-items: center;
	width: 80%;
	height: 40px;
	margin-left: 10%;
	margin-top: 50px;
	box-shadow: 0px 2px 6px 0px rgba(8, 23, 59, 0.15);
	border-radius: 5px;
}

.pagination .page-count {
	font-size: 12px;
	font-weight: 400;
	color: #000000;
	margin-right: 30px;
}

/*@media screen and (max-width: 767px) {*/
/*	.pagination .page-count {*/
/*		display: none;*/
/*	}*/
/*}*/

.pagination .page-count span {
	color: #000000;
	margin: 0 5px;
}

.pagination select {
	background-color: rgba(8, 23, 59, 0.1);
	box-shadow: 0px 2px 6px 0px rgba(8, 23, 59, 0.15);
	border: 1px solid #d9d9d9;
	border-radius: 5px;
	width: 90px;
	height: 25px;
	padding: 0 5px;
	margin-right: 30px;
}

.pagination select option {
	border: none;
	border-radius: 5px;
	font-size: 14px;
}

.pagination select:focus {
	outline: none;
}

.pagination input {
	width: 50px;
	height: 25px;
	background-color: #f5f5f5;
	border-radius: 3px;
	border: 1px solid #d9d9d9;
	text-align: center;
	margin: 0 5px;
}

.pagination input:focus {
	outline: none;
}

.page-link {
	background-color: #f5f5f5;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	margin: 0 5px;
	cursor: pointer;
	color: #000000;
}

.page-link1 {
	border-radius: 5px;
	border: 1px solid #dee2e6;
	background-color: #ffffff;
}

.page-link:hover {
	z-index: 2;
	color: #ffffff;
	background-color: #00a0e9;
	/* border-color: #dee2e6; */
}

/*手机菜单*/
.mobile-header-container {
	display: none;
	background-color: white;
	height: 50px;
	background-image: url('../img/top1.png');
	background-repeat: no-repeat;
	background-size: 100% 100%;
	/* padding: 0 10px; */
	box-shadow: 0 0 5px rgba(115, 115, 115, 0.25);
}
.mobile-header-container .split {
	height: 15px;
}

.mobile-header-container .header-name {
	/* line-height: 44px;
	font-size: 20px;
	font-weight: bold;
	color: #21518e; */
	width: 300px;
}

#toggler {
	display: none;
}

.hamburger-contanier {
	width: 20px;
	height: 20px;
	position: absolute;
	top: 16px;
	right: 1rem;
}

.hamburger-contanier span {
	display: block;
	height: 2px;
	background-color: #444444;
	position: relative;
	transition: transform 0.1s ease-in-out, top 0.1s ease-in-out 0.1s;
	top: 0;
}

.hamburger-contanier span:nth-child(2) {
	margin-top: 5px;
	padding: 0;
}
.hamburger-contanier span:nth-child(3) {
	margin-top: 5px;
	padding: 0;
}

#toggler:checked + label .hamburger-contanier span:nth-child(1) {
	transform: rotate(45deg);
	top: 4px;
	transition: top 0.1s ease-in-out, transform 0.1s ease-in-out 0.1s;
}

#toggler:checked + label .hamburger-contanier span:nth-child(2) {
	transform: rotate(-45deg);
	top: -3px;
	transition: top 0.1s ease-in-out, transform 0.1s ease-in-out 0.1s;
}
#toggler:checked + label .hamburger-contanier span:nth-child(3) {
	display: none;
}

.mask {
	width: 100%;
	height: 100vh;
	background-color: black;
	position: absolute;
	top: 44px;
	left: 0;
	transform: scaleY(0);
	transition: transform 0s ease-in-out 0.2s, opacity 0.2s ease-in-out 0.2s;
	transform-origin: 50% 0;
	opacity: 0;
	z-index: 20;
}

.nav-items {
	border-top: 1px #dddddd solid;
	background-color: rgba(255, 255, 255, 255);
	width: 100%;
	height: 60vh;
	position: absolute;
	top: 44px;
	left: 0;
	transform: scaleY(0);
	transition: transform 0.2s ease-in-out 0.2s, opacity 0.2s ease-in-out 0.2s;
	transform-origin: 50% 0;
	opacity: 0;
	overflow: auto;
	z-index: 20;
}

#toggler:checked ~ .nav-items {
	transform: scaleY(1);
	opacity: 1;
}

#toggler:checked ~ .mask {
	transform: scaleY(1);
	opacity: 0.6;
}

.nav-items ul {
	list-style: none;
	padding: 0 0 0 1rem;
	color: #666666;
}

.items {
	margin-top: 1rem;
}

.items > li {
	margin: 0.5rem 0;
}

.items li ul li {
	margin: 0.8rem;
}

.items p {
	margin: 0;
	padding: 0;
}

.items p a {
	font-size: 16px;
	color: #666666;
}

.items .first-menu a {
	color: #21518e;
}

.page-item.active .page-link {
	color: white;
	background-color: #00a0e9;
}

/* .num a {
	color: #000000;
} */

.num .page-link {
	background-color: #ffffff;
	border: none;
}

.num .page-link:hover {
	color: white;
	background-color: #00a0e9;
}

.back {
	display: flex;
	justify-content: center;
	padding: 120px 0px 60px 0px;
}

.back .backList {
	width: 180px;
	height: 40px;
	line-height: 40px;
	border-radius: 20px;
	text-align: center;
	border: 1px solid #bb0000;
	cursor: pointer;
}

.back .backList:hover {
	color: #bb0000;
}

.custom-control-input:checked ~ .custom-control-label::before {
	background-color: #bb0000 !important;
	border: #bb0000;
}

.container .findResult .resultTips {
	font-size: 17px;
	line-height: 35px;
	border-bottom: 1px solid #eeeeee;
	position: relative;
	margin-top: 40px;
	margin-bottom: 0px;
	font-weight: 600;
	letter-spacing: 1px;
}

.container .findResult .resultTips::before {
	content: '';
	width: 70px;
	height: 3px;
	background-color: #bb0000;
	border-radius: 70px;
	position: absolute;
	bottom: -1px;
}

.container .noFind {
	width: 100%;
	height: 545px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.container .noFind .content .img {
	background: url('../img/noFind.png') no-repeat;
	width: 335px;
	height: 258px;
}

.container .noFind .content .imgTip {
	text-align: center;
	font-size: 17px;
	line-height: 40px;
}

.findDataTable {
	width: 1400px;
	border-radius: 50%;
	/* border: 1px solid #F5D9D9; */
	margin: 30px 0;
}

.findDataTable .findTr {
	height: 70px;
	width: 100%;
}

/* .findDataTable thead {
} */

.findDataTable .findTr p {
	margin: 0;
	color: white;
	font-size: 18px;
	height: 70px;
	line-height: 70px;
	border-radius: 20px 20px 0 0;
	border: 0px solid #bb0000;
	background-color: #bb0000;
}

.findDataTable .findTr p .icon {
	background-image: url('../img/icon/findTip.png');
	background-repeat: no-repeat;
	width: 18px;
	height: 18px;
	display: inline-block;
	line-height: 24px;
	margin: 0px 10px 0px 40px;
}

.findDataTable .findTr span:nth-last-of-type(1) {
	color: #ffffff;
	font-size: 14px;
	opacity: 0.4;
	font-weight: 400;
}

.findDataTable .findTr td {
	border: 1px solid #f5d9d9;
}

.findDataTable .findTr td:nth-of-type(odd) {
	width: 200px;
	text-align: center;
	font-size: 16px;
	font-weight: 600;
}

list-unstyled .findDataTable .findTr td:nth-of-type(even) {
	width: 500px;
	text-align: center;
	font-size: 16px;
}

.pic {
	background: url(../img/pic6111.png) bottom center no-repeat #ffffff;
	background-size: 100%;
}

.dBody {
	width: 100%;
	/* height: 100%; */
	min-height: 700px;
	padding-top: 450px;
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	background-size: 100%;
	background-repeat: no-repeat;
}

.subjectArt {
	min-height: 300px;
	width: 1000px;
	background-color: white;
	padding: 30px;
	margin-bottom: 20px;
}

.subjectArt .art {
	width: 100%;
}

.subjectArt ul {
	padding-top: 5px;
	position: relative;
	max-width: 100%;
	margin-bottom: 0px;
	overflow: hidden;
}

.subjectArt ul li {
	display: flex;
	justify-content: space-between;
	align-items: center;
	line-height: 40px;
	font-size: 14px;
	color: rgba(0, 0, 0, 0.7);
}

.subjectArt ul li a {
	color: rgba(0, 0, 0, 0.7);
}

.subjectArt li div .fas {
	font-size: 16px;
	scale: 0.3;
	width: 16px;
	color: #000000 !important;
}

.container .image {
	width: 100%;
	position: relative;
}

.container .image img {
	width: 100%;
}

.contact {
	width: 80%;
	margin-left: 10%;
	background-color: #ffffff;
}

.contact .model {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(13, 13, 13, 0.4);
	display: flex;
	justify-content: center;
	align-items: center;
}

.contact .content {
	color: white;
	font-size: 6rem;
}

.contact .bottom {
	display: flex;
	justify-content: center;
	align-items: center;
}

.contact .bottom .left-line {
	margin-right: 5px;
	border-bottom: 1px solid;
	width: 500px;
	border-image: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1)) 1 1;
}

.contact .bottom .right-line {
	margin-left: 5px;
	border-bottom: 1px solid;
	width: 500px;
	border-image: linear-gradient(90deg, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0)) 1 1;
}

.contact .recruitment {
	width: 100%;
	height: 150px;
	margin-left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #000000;
}

.recruitment .content {
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 200px;
	color: #000000;
	font-size: 14px;
}

.recruitment .content .icon {
	width: 35px;
	height: 35px;
	background-size: 100% 100%;
}
.contact .bottom {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 40px 80px 40px;
}

.contact .image2 {
	width: 600px;
	height: 350px;
	border-radius: 10px;
	margin-left: 20px;
}

.contact .image2 img {
	width: 100%;
	height: 100%;
}
.contact .message {
	width: 600px;
	height: 350px;
	background: #ffffff;
	box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.25);
	border-radius: 4px 4px 4px 4px;
	text-align: center;
}

.contact .message .title {
	font-size: 24px;
	margin-top: 5px;
	color: #0075af;
	font-weight: 400;
}

.contact .message .title2 {
	font-weight: 600;
	color: #0d0d0d;
	font-family: Microsoft YaHei, Microsoft YaHei;
	margin-bottom: 5px;
}

.contact .message .body {
	display: flex;
	flex-wrap: wrap;
	padding: 10px 20px;
	text-align: left;
	width: 100%;
}

.contact .message input {
	background: rgba(217, 217, 217, 0.3);
	border-radius: 2px;
	border: 1px solid rgba(166, 166, 166, 0.5);
	padding: 0 10px;
	height: 30px;
	font-size: 12px;
	width: 100%;
}

.contact .message textarea {
	background: rgba(217, 217, 217, 0.3);
	border-radius: 2px;
	border: 1px solid rgba(166, 166, 166, 0.5);
	padding: 0 10px;
	font-size: 12px;
	height: 80px;
	width: 100%;
}

.contact .message input:focus {
	outline: none;
}

.contact .message textarea:focus {
	outline: none;
}

.contact .message button {
	width: 150px;
	border: none;
	background-color: #00a0e9;
	border-radius: 50px;
	color: white;
	font-size: 14px;
	height: 25px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.contact .btn {
	width: 100%;
	display: flex;
	justify-content: center;
	cursor: default !important;
	padding: 10px 0 15px 0;
}
.contact .message button .send-icon {
	background-image: url(../img/icon/send.png);
	background-size: 100%;
	width: 14px;
	height: 14px;
	margin: 3px 3px 0 0;
}

.icon .xiala {
	background-image: url('../img/icon/xiala.png');
	background-size: 100%;
	width: 10px;
	height: 6px;
	margin-top: 10px;
	margin-left: 5px;
}
.icon .xiala1 {
	background-image: url('../img/icon/xiala1.png');
	background-size: 100%;
	width: 10px;
	height: 6px;
	margin-top: 10px;
	margin-left: 5px;
}

.zsjz .list-unstyled li .date {
	margin-left: 20px;
	height: 30px;
	margin-bottom: 15px;
	white-space: nowrap;
	min-width: 120px;
	background: none;
	margin-right: 0;
}
.zsjz .list-unstyled li .date-day {
	font-size: 24px;
	font-weight: 500;
}
.zsjz .list-unstyled li .date-year {
	font-size: 14px;
}
.zsjz .channel-ul li .text-content {
	width: calc(100% - 140px);
}
.zsjz .channel-ul li .title {
	width: calc(100% - 50px);
	height: 30px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.zsjz .channel-ul li {
	padding: 0;
}

.zsjz .channel-ul li:hover {
	background-image: url('../img/xuanzhong.png');
	background-size: 100%;
	box-shadow: 0px 1px 3px 0px rgba(0, 71, 157, 0.25);
	border-radius: 4px;
}

.zsjz .channel-ul li i {
	color: #e0e0e0 !important;
	position: absolute;
	right: 0;
	bottom: -6px;
}

.zsjz .channel-ul li:hover i {
	display: none;
}

.zsjz .jiantou {
	width: 30px;
	height: 30px;
	position: absolute;
	right: 20px;
	margin-top: 10px;
	background-image: url('../img/icon/xiangyoujiantou.png');
	background-size: 100%;
}

.zxjj {
	width: 80%;
	background: #ffffff;
	box-shadow: 0px 2px 19px 0px rgba(0, 0, 0, 0.07);
	/* border-radius: 10px; */
	position: relative;
	/* flex-wrap: wrap; */
	max-width: 100%;

	padding-top: 20px;
}

.fzlc {
	text-align: center;
	padding: 0 50px;
}

.fzlc .title {
	font-size: 20px;
	font-weight: 600;
	margin: 20px 0;
}

.fzlc img {
	width: 500px;
}

.dw {
	padding: 0 50px;
}

.dw .title {
	font-size: 18px;
	font-weight: 600;
	margin: 10px 0;
}

.dw .content {
	width: 100%;
	background-color: #f2f0f0;
	padding: 15px 40px;
	display: flex;
	align-items: center;
}

.dw .content img {
	width: 183px;
	height: 94px;
}

.dw .content .header {
	margin-left: 20px;
	font-size: 16px;
	font-weight: 600;
}

.dw .content ul {
	margin-bottom: 0;
	margin-top: 5px;
}

.dw .content li {
	margin-top: 10px;
	font-size: 14px;
}

.zxjs {
	width: 100%;
	text-align: center;
	padding: 30px 50px 0 50px;
	margin-top: 20px;
	background-color: #f6fafd;
}

.zxjs .title {
	font-size: 20px;
	font-weight: 600;
}

.zxjs ul {
	margin-top: 10px;
}

.zxjs li {
	text-align: left;
	margin-top: 10px;
	font-size: 16px;
}

.zxjs li .red {
	color: #c11920;
}

.zxjs img {
	width: 100%;
}

.zzjg-list {
	display: flex;
	justify-content: space-between;
}

.zzjg-list a {
	width: 32%;
}

.zzjg-list img {
	width: 100%;
	border-radius: 17px;
}

.zzjg-list img:hover {
	box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.14);
}
.smydw .card-list {
	display: flex;
	justify-content: space-between;
	padding: 30px 50px;
}

.smydw .card-list .card-item {
	width: 48%;
	height: 150px;
	background-color: #f6f9ff;
	border-radius: 10px;
	font-size: 12px;
	padding: 20px;
	display: flex;
}

.smydw .card-list .card-item .title {
	font-size: 18px;
	font-weight: 600;
	color: #01479d;
}

.smydw .card-list .card-item .icon {
	text-align: center;
}

.smydw .card-item .icon img {
	width: 100px;
}

.smydw .card-list .card-item ul {
	padding-left: 10px;
	margin-top: 20px;
}

.smydw .card-list .card-item li {
	margin-top: 10px;
	color: #808080;
}

.smydw .item {
	padding: 0 50px;
}

.smydw .item .title {
	font-size: 18px;
	font-weight: 600;
	margin: 10px 0;
}

.smydw .item .content {
	box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.25);
	border-radius: 10px 10px 10px 10px;
	border: 1px solid #dddddd;
	padding: 5px 10px;
}

.smydw .item .content li {
	margin-top: 15px;
}

.nowPath a {
	display: flex;
	align-items: center;
}

.nowPath .icon {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	border: 1px solid #0075af;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 5px;
}

.nowPath .icon:hover {
	background: #c6ecff;
}

.jscg {
	height: 150px;
	width: 100%;
	/* border: 1px solid #ccc; */
	border-radius: 10px;
	display: flex;
	margin-top: 20px;
	background-image: url(../img/jscg_back.png);
	background-size: 105% 105%;
	background-position: -10px;
	box-shadow: 0px 2px 6px 0px rgba(0, 71, 157, 0.25);
}

.jscg img {
	width: 230px;
	height: 150px;
	border-radius: 10px;
}

.jscg .content {
	padding: 20px;
	width: 100%;
	position: relative;
}

.jscg .content .title {
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: 400;
	font-size: 18px;
	color: #008ed5;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.jscg .content .text {
	width: 100%;
	max-height: 40px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: 300;
	font-size: 14px;
	color: #0d0d0d;
	margin-top: 15px;
}

.jscg .content .toggle {
	width: 130px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: rgba(0, 160, 233, 0.2);
	color: #00a0e9;
	font-size: 16px;
	border-radius: 50px;
	margin-top: 3px;
	position: absolute;
	right: 30px;
	cursor: pointer;
	padding-left: 8px;
	/* width: 200px;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
	text-align: center;
	align-items: center; */
}

.jscg .toggle .more {
	height: 25px;
	width: 25px;
	background-image: url(../img/icon/arrowRight.png);
	background-size: 100% 100%;
	margin-left: 15px;
}

.jscg .toggle .name {
	width: 170px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #00aaff;
	border-radius: 50px;
	font-size: 14px;
	color: #00aaff;
}

.jscg .toggle .name:hover {
	background: linear-gradient(90deg, #00aaff 0%, #008ed5 100%);
	color: #ffffff;
}
.left-container {
	width: 12%;
	margin-left: 15%;
}
.right-container {
	width: 70%;
	margin-left: 15px;
}
.xwzx .list-unstyled li .date {
	background: none;
	width: 60px;
	height: 60px;
	margin: 0;
	padding: 0;
}
.xwzx .list-unstyled li .text-content {
	width: calc(100% - 60px);
	margin-left: 5px;
	height: 40px;
}
.article-header {
	padding: 20px 50px 0 50px;
}
.goTop {
	width: 50px;
	height: 50px;
	position: fixed;
	bottom: 50px;
	right: 20px;
	background-image: url('../img/icon/goTop.png');
	background-size: 100% 100%;
	cursor: pointer;
	z-index: 9;
}

@media screen and (max-width: 767px) {
	.header-container {
		display: none;
	}

	.mobile-header-container {
		display: block;
	}
	.news-center .section-more {
		right: 0;
	}
	.news-center .swipe-content {
		width: 100%;
	}
	.news-center .row-flex {
		flex-wrap: wrap;
		height: auto;
		margin-top: 0;
	}
	.news-center .row-flex .left {
		width: 100%;
	}
	.news-center .row-flex .column-flex {
		width: 100%;
		margin-top: 30px;
	}
	.news-center .news-updates {
		display: none;
	}
	.news-center .flex-wrap ul li {
		width: 100%;
	}
	.main-business {
		flex-wrap: wrap;
		margin-top: 0;
	}
	.main-business .card-item {
		margin-top: 20px;
	}
	.recruitment .message {
		height: auto;
		flex-wrap: wrap;
	}
	.recruitment .joinUs {
		width: 300px;
		margin-bottom: 50px;
	}
	.recruitment .message .left {
		height: auto;
		flex-wrap: wrap;
	}
	.recruitment .message .left div {
		margin-top: 5px;
	}
	.recruitment .message a {
		margin-top: 20px;
	}
	.recruitment .learn-more {
		width: 250px;
		height: 40px;
		font-size: 16px;
	}
	.container-bottom {
		flex-wrap: wrap;
		height: auto;
		padding-bottom: 20px;
	}
	.container-bottom .card-item {
		width: 150px;
		margin-top: 20px;
	}
	.swiper-container {
		zoom: 0.26;
	}
	.footer-container {
		height: auto;
		padding: 10px 0;
	}
	.footer-content {
		flex-wrap: wrap;
	}
	.footer-content .title-section {
		margin-left: 30px;
	}
	.footer-content .title-section .footer-name {
		width: 300px;
	}
	.footer-content .info-section {
		flex-wrap: wrap;
		margin-left: 30px;
	}
	.footer-content .info-section .info div {
		font-size: 14px;
	}
	.footer-content .info-section .other {
		margin-top: 10px;
		margin-right: 0;
	}
	.footer-content .info-section .other .QRcode {
		margin-right: 10px;
	}
	.left-container {
		display: none;
	}
	.right-container {
		width: 100%;
		margin-left: 0;
	}
	.right-container .row-flex {
		width: 100%;
	}
	.right-container .row-flex .channel-flex {
		padding: 10px 20px;
	}
	.pagination .goPage,
	.pagination .goWhere,
	.pagination .page-count {
		display: none;
	}
	.xwzx .border-bottom .text-content .title {
		width: 95%;
	}
	.xwzx .nav-breadcrumb {
		margin-bottom: 0;
	}
	.article {
		width: 100%;
		margin-left: 0;
	}
	.article-header {
		padding: 10px 20px 0 20px;
	}
	.article-container {
		margin: 10px 30px;
	}
	.aBreadcrumb {
		display: none;
	}
	.contact {
		width: 100%;
		margin-left: 0;
	}
	.contact .recruitment {
		flex-wrap: wrap;
		height: auto;
	}
	.contact .recruitment .content {
		margin-top: 20px;
	}
	.contact .bottom {
		flex-wrap: wrap;
	}
	.contact .bottom .message {
		width: 100%;
		height: auto;
		margin-top: 20px;
	}
	.contact .bottom .image2 {
		width: 100%;
		height: auto;
		margin-left: 0;
		margin-top: 20px;
	}
	.jscg {
		zoom: 0.5;
	}
	.article-people {
		zoom: 0.5;
	}
	.article-zxjj {
		zoom: 0.5;
	}
	.people-List {
		zoom: 0.85;
	}
}
