/* .title {
	display: flex;
	position: relative;
	align-items: center;
	margin-bottom: 40px;
	justify-content: space-between;
} */

.title .txt_fl {
	color: #004391;
	font-weight: 700;
	font-size: 30px;
}

.title .right a span {
	font-size: 16px;
	color: #999999;
	margin-right: 10px;
}

.xian {
	width: 40px;
	height: 4px;
	bottom: -1px;
	left: 0;
	position: absolute;
	background-color: #014099;
}

.sidemenu_wrap .w {
	position: relative;
}

.sidemenu_wrap .more {
	position: absolute;
	right: 0;
	top: -120px;
}

.sidemenu_wrap .more a {
	color: #333333;
	font-size: 16px;
	margin-left: 20px;
}

.sidemenu_wrap .more a img {
	vertical-align: -2px;
	margin-right: 5px;
}

.sidemenu_wrap {
	display: none;
	position: absolute;
	left: 0;
	top: 120px;
	width: 100%;
	z-index: 99;
}

.sidemenu .sidemenulist {
	display: flex;
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
	border-top: 2px solid #6785a2;
}

.sidemenu .sidemenulist>li {
	flex: 1;
	padding-top: 18px;
	position: relative;

}

.sidemenu .sidemenulist>li>a {
	color: #FFFFFF;
	display: block;
	text-align: center;
	font-size: 1.6rem;
}

.sidemenu .sidemenulist li p {
	font-size: 12px;
	margin-top: 5px;
}

.sidemenu .sidemenulist li:before {
	content: '';
	position: absolute;
	top: -3px;
	left: 50%;
	width: 0%;
	background-color: #00bbff;
	height: 4px;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.sidemenu .sidemenulist li:hover:before {
	width: 50%;
}

.sidemenu .sidemenulist li:after {
	content: '';
	position: absolute;
	top: -3px;
	right: 50%;
	width: 0%;
	background-color: #00bbff;
	height: 4px;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.sidemenu .sidemenulist li:hover:after {
	width: 50%;
}

.sidemenu .sidemenulist li.on:before,
.sidemenu .sidemenulist li.on:after {
	width: 50%;
}

.sidemenu .sidemenulist li .i2 {
	position: absolute;
	display: inline-block;
	height: 20px;
	width: 2px;
	background-color: #4f7296;
	right: 0;
	top: 49%;
}

.sidemenu .sidemenulist li:last-child .i2 {
	display: none;
}

.sidemenu_wrap .w {
	position: relative;
}

.sidemenu_wrap .more {
	position: absolute;
	right: 0;
	top: -120px;
}

.sidemenu_wrap .more a {
	color: #333333;
	font-size: 16px;
	margin-left: 20px;
}

.sidemenu_wrap .more a img {
	vertical-align: -2px;
	margin-right: 5px;
}

.navlist2 {
	display: none;
	padding-left: .4rem;
	background: rgba(255, 255, 255, .1);
}

.navlist2 a {
	display: block;
	color: #fff;
	padding-left: 2rem;
	margin-top: .4rem;
	font-size: 1.2rem;
	padding: 1rem;
}

.swiper {
	position: relative;
	overflow: hidden;
}

.swiper .swiper-wrapper .swiper-slide {
	display: flex;
	width: 100%;
	background-color: #ffffff;
}

.swiper .swiper-wrapper .swiper-slide .swiper-txt {
	padding: 20px;
	background-color: #FFFFFF;
}

.swiper .swiper-wrapper .swiper-slide .swiper-txt span {
	color: #222222;
	font-size: 18px;
}

.swiper .swiper-wrapper .swiper-slide .swiper-txt .zhixian {
	width: 40px;
	height: 2px;
	margin: 20px 0;
	background-color: #014099;
}

.swiper .swiper-wrapper .swiper-slide .swiper-txt p {
	font-size: 14px;
	color: #014099;
}


.header .header-box {
	height: 5rem;
	position: relative;
	padding-top: 20px;
	padding-bottom: 20px;
}

.header .header-box .rihgt-box {
	display: flex;
	align-items: center;
}

.header .header-box .rihgt-box ul {
	display: flex;
	align-items: center;
}

.header .header-box .rihgt-box ul img {
	margin: 0 20px;
	height: 16px;
}

.header .header-box .rihgt-box ul li a {
	font-size: 14px;
	color: #FFFFFF !important;
}

.header .header-box .rihgt-box ul li a:hover {
	text-decoration: underline;
}

.header .header-box .rihgt-box img {
	margin-left: 20px;
}

.header-nav {
	height: 100px;
	display: flex;
	align-items: center;
	background-color: #ffffff;
	/* border-top: 1px solid rgba(255, 255, 255, .3); */
}

.header-nav .img img {
	cursor: pointer;
}

.header-nav ul {
	flex: 1;
	height: 100px;
	margin-left: 60px;
	line-height: 100px;
	display: flex;
	justify-content: space-between;
}

.header-nav ul li {
	position: relative;
	font-size: 16px;
	text-align: center;
	flex: 1;
}

.header-nav ul span {
	color: #FFFFFF;
}

.header-nav ul li a {
	color: #000000;
	display: block;
}

.header-nav ul li a:hover {
	/* background-color: #0094ff; */
}

.header-nav .log-btn {
	margin-left: 60px;
	padding: 5px 21px;
	display: flex;
	align-items: center;
	border-radius: 50px;
	cursor: pointer;
	border: 1px solid #d40001;
}

.header-nav .log-btn a span {
	margin-left: 10px;
	color: #d40001;
}

.header-nav .nav li {
	position: relative;
}

.header-nav .nav li .img2 {
	display: none;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 20px;
}

.header-nav .nav li .img1 {
	display: none;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
}

.header-nav .nav li:hover a {
	color: #d40001;
}

.header-nav .nav li:hover img {
	display: block;
}

.header-nav .nav li.active a {
	color: #d40001;
}

.header-nav .nav li.active img {
	display: block;
}

.header-nav .nav li .menu {
	min-width: 100%;
	top: 100px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 999;
	margin: 0;
	display: none;
	padding: 0;
	position: absolute;
	white-space: nowrap;
}

.header-nav .nav li .menu dd {
	background-color: #d40001;
	color: #FFFFFF;
	cursor: pointer;
	line-height: 1.5;
}

.header-nav .nav li .menu dd a {
	color: #FFFFFF !important;
	line-height: 40px;
	width: 100%;
	padding: 0 20px;
	box-sizing: border-box;
}

.header-nav .nav li:hover .menu {
	display: block !important;
}

.header-nav .nav li .menu dd :hover {
	background-color: #dd0a0b;
}

.pc-search {
	display: none;
	position: absolute;
	bottom: 60px;
	right: 0;
	line-height: 0;
	transform: translateY(100%);
	background: #fff;
	border-radius: 2px;
}

.pc-search input {
	height: 32px;
}

.pc-search {
	padding: 10px 20px;
	box-shadow: 1px 1px 5px #666;
}

.banner .swiper-slide {
	padding-bottom: 34.375%;
	background-size: cover !important;
}

.banner .swiper-pagination-bullet {
	background-color: rgba(0, 0, 0, .5);
	width: 1.4rem;
	border-radius: 50px;
	height: 1.4rem;
	border: 1px solid #FFFFFF;
}

.banner .swiper-pagination-bullet-active {
	width: 5rem;
	height: 1.5rem;
	border: 1px solid #FFFFFF;
	background-color: #ff7900;
}

.banner .swiper-pagination {
	bottom: 4rem;
}

.image-phone {
	display: none;
}

.index-box {
	display: flex;
	justify-content: space-between;
	margin: 6rem auto;
}

.index-box a:last-child {
	margin-left: 2rem;
}

.index-box2 {
	background-color: #f8f7fd;
	padding: 8rem 0;
}

.index-box a .hover {
	display: none;
}

.index-box a:hover .hover {
	display: inline-block;
}

.index-box a:hover .mr {
	display: none;
}

.all-title {
	color: #222222;
	font-size: 3.6rem;
	font-weight: bold;
	position: relative;
	padding-bottom: 2rem;
	text-align: center;
}

.all-title i {
	display: inline-block;
	position: absolute;
	width: 6rem;
	height: .3rem;
	background-color: #d40001;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
}

.index-box2 ul {
	display: flex;
	flex-wrap: wrap;
	margin-top: 3rem;
}

.index-box2 ul li {
	background-color: #fff;
	border: .5rem solid #fff;
	background-color: #fff4f4;
	width: 32%;
	margin-right: 2%;
	box-sizing: border-box;
	padding: 3.8rem 3rem;
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
	box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
	margin-bottom: 3rem;
	position: relative;
}

.index-box2 ul li:nth-child(3n) {
	margin-right: 0;
}

.index-box2 ul li .top {
	display: flex;
	justify-content: space-between;
}

.index-box2 ul li .top .logo{
	position: relative;
	width: 44.44%;
	height: 7rem;
}

.index-box2 ul li .top .logo img{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	object-fit: cover;
}

.index-box2 ul li .top .t {
	color: #004ca1;
	font-size: 2rem;
}

.index-box2 ul li .text {
	margin-left: 1rem;
}

@media (max-width: 1310px){
	.index-box2 ul li .top{
		flex-wrap: wrap;
		text-align: center;
	}
	.index-box2 ul li .top .logo{
		width: 17rem;
		margin: 0 auto;
		margin-bottom: 10px;
	}
	.index-box2 ul li .text{
		width: 100%;
		margin-left: 0;
	}
}

.index-box2 ul li .top .t2 {
	color: #666666;
	font-size: 1.8rem;
	margin-top: 1rem;
}

.index-box2 ul li:nth-child(2n) {
	background-color: #eff6ff;
}

.index-box2 ul li .bottom {
	color: #999999;
	font-size: 1.6rem;
	margin-top: 2rem;
	line-height: 2.8rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.index-box2 ul li .icon {
	position: absolute;
	right: 0;
	bottom: 0;
}

.scrolltop {
	background: #fff;
	box-shadow: 0px 0px 7px #333;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 99;
}

.index-box3 {
	padding: 8rem 0;
}

.index-box3 ul {
	display: flex;
	flex-wrap: wrap;
	margin-top: 5.5rem;
}

.index-box3 ul li {
	width: 32%;
	margin-right: 2%;
	background-color: #f8f7fd;
	border-bottom: .3rem solid #d40001;
	position: relative;
}

.index-box3 ul li:nth-child(3n) {
	margin-right: 0;
}

.index-box3 ul li .img {
	position: relative;
	padding-bottom: 66.74%;
}

.index-box3 ul li .img img {
	position: absolute;
	width: 100%;
	height: 100%;
}

.index-box3 ul li .date {
	color: #004ca1;
	font-size: 1.6rem;
}

.index-box3 ul li .t {
	color: #222222;
	font-size: 1.8rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	margin: 2rem 0;
}

.index-box3 ul li .t2 {
	color: #666666;
	font-size: 1.6rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	word-wrap: break-word;
	word-break: break-all;
}

.index-box3 ul li .text {
	padding: 3rem;
}

.all-title2 {
	color: #fff;
}

.all-title2 i {
	background-color: #fff;
}

.index-box4 {
	background: url(../img/bg.png) center no-repeat;
	background-size: cover;
	min-height: 667px;
	box-sizing: border-box;
	padding: 8rem 0;
}

.index-box4 .w {
	position: relative;
}

.index-box4 .swiper-container {
	margin-top: 8rem;
}

.index-box4 .swiper-slide {
	background-color: #eeeeee !important;
	text-align: center;
	padding: 4rem 0;
	justify-content: center;
}

.index-box4 .swiper-slide .img {
	width: 80%;
	padding-bottom: 80%;
	border-radius: 50%;
	border: .7rem solid #fff;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}

.index-box4 .swiper-slide .img img {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.index-box4 .swiper-slide .text {
	margin-top: 4rem;
	color: #333333;
	font-size: 2rem;
}

.index-box4 .swiper-slide .text .t2 {
	color: #004ca1;
	font-size: 1.4rem;
	margin-top: 1rem;
}

.index-box4 .swiper-slide:hover {
	background-color: #d40001 !important;
}

.index-box4 .swiper-slide:hover .text {
	color: #fff;
}

.index-box4 .swiper-slide:hover .text .t2 {
	color: #fff;
}

.index-box4 .swiper-button-next {
	background: url(../img/next.png) center no-repeat;
	width: 4rem;
	height: 4rem;
	top: 55%;
	right: -6rem;
}

.index-box4 .swiper-button-prev {
	background: url(../img/prev.png) center no-repeat;
	width: 4rem;
	height: 4rem;
	top: 55%;
	left: -6rem;
}

.padding4 {
	padding: 8rem 0;
}

.index-box5 ul {
	margin-top: 8rem;
	display: flex;
	/*justify-content: space-between;*/
	justify-content: left;
	flex-wrap: wrap;
}

.index-box5 ul li {
	width: 24%;
	margin-right: 1.333%;
	margin-bottom: 1.333%;
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
	box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
}

.index-box5 ul li:nth-child(4n) {
	margin-right: 0;
}

.index-box5 ul li .img {
	position: relative;
	padding-bottom: 67.69%;
}

.index-box5 ul li .img img {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.index-box5 ul li .text {
	padding: 3rem 2rem;
	text-align: center;
}

.index-box5 ul li .text .t {
	color: #222222;
	font-size: 1.8rem;
	height: 5.2rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	white-space: wrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.index-box5 ul li .text .t2 {
	color: #666666;
	font-size: 1.4rem;
	margin: 1rem 0 2rem 0;
}

.index-box5 ul li .text .t3 {
	background-color: #004ca1;
	font-size: 1.4rem;
	color: #fff;
	width: 13rem;
	height: 3.6rem;
	margin: 0 auto;
	line-height: 3.6rem;
}

.index-box5 ul li:hover .t3 {
	background-color: #d40001;
}

.index-box6 {
	background: url(../img/bg2.png) center no-repeat;
	min-height: 81rem;
	background-size: cover;
}

.index-box6 .w {
	position: relative;
}

.index-box6 .mySwiper {
	margin-top: 8rem;
}

.index-box6 .swiper-slide .box {
	display: flex;
	background: url(../img/bg3.png) center no-repeat;
	background-size: cover;
	box-sizing: border-box;
	flex-wrap: wrap;
}

.index-box6 .swiper-slide .box .left {
	width: 38rem;
	padding: 4rem;
}

.index-box6 .swiper-slide .box .left .top {
	text-align: center;
}

.index-box6 .swiper-slide .box .left .bottom {
	display: flex;
	justify-content: space-between;
	margin-top: 7rem;
}

.index-box6 .swiper-slide .box .left .item {
	border: 1px solid rgba(255, 255, 255, .3);
	border-radius: 1rem;
	text-align: center;
	width: 17rem;
	height: 17rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.index-box6 .swiper-slide .box .left .t {
	color: #ffffff;
	font-size: 4.2rem;
	font-weight: bold;
	width: 100%;
}

.index-box6 .swiper-slide .box .left .t2 {
	color: #ffffff;
	font-size: 1.8rem;
	width: 100%;
	margin-top: -7rem;
}

.index-box6 .swiper-slide .box .right {
	flex: 1;
	padding: 4rem;
	background-color: rgba(0, 0, 0, .15);
}

.index-box6 .swiper-slide .box .right .t {
	color: #ffffff;
	font-size: 2.4rem;
	font-weight: bold;
}

.index-box6 .swiper-slide .box .right .t2 {
	color: #ffffff;
	font-size: 1.6rem;
	margin: 4rem 0;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 7;
	overflow: hidden;
	line-height: 2.8rem;
}

.index-box6 .swiper-slide .box .right a {
	color: #ffffff;
	font-size: 1.6rem;
	border: 1px solid #fff;
	padding: .5rem 2rem;
	border-radius: 3rem;
}

.index-box6 .swiper-slide .box .right a:hover {
	background-color: #004391;
}

.index-box6 .swiper-pagination {
	left: 50%;
	transform: translateX(-50%);
	bottom: -15.2rem;
}

.index-box6 .swiper-pagination-bullet {
	width: 1.2rem;
	height: 1.2rem;
	margin-right: .5rem;
	background-color: #9cbce1;
}

.index-box6 .swiper-pagination-bullet-active {
	background-color: #ff7900;
}

.index-box6 .swiper-button-next {
	background: url(../img/next2.png) center no-repeat;
	width: 3.2rem;
	height: 4rem;
	right: -9rem;
}

.index-box6 .swiper-button-prev {
	background: url(../img/prev2.png) center no-repeat;
	width: 3.2rem;
	height: 4rem;
	left: -9rem;
}

.footer {
	background-color: #004ca1;
}

.footer .link {
	display: flex;
	padding: 2rem 0;
	position: relative;
	align-items: center;
	flex-wrap: wrap;
}

.footer .link img {
	position: absolute;
	right: 0;
	top: 2.5rem;
}

.footer .link span {
	color: #ffffff;
	font-size: 1.8rem;
	font-weight: bold;
	margin-right: 1rem;
	white-space: nowrap;
}

.footer .link a {
	color: rgba(255, 255, 255, .5);
	font-size: 1.6rem;
	border-right: 1px solid rgba(255, 255, 255, .5);
	padding-right: 2rem;
	margin-right: 2rem;
}

.footer .link a:last-child {
	border: none;
}

.footer .link a:hover {
	color: #fff;
}

.footer .text {
	text-align: center;
	font-size: 1.6rem;
	color: #fff;
	border-top: 1px solid #3370b4;
	padding: 5rem 0;
	line-height: 3rem;
}

.new-class {
	transform: rotate(-90deg);
}

.banner-n {
	padding-bottom: 16.666%;
	background-size: cover !important;
}

.index-link {
	background-color: #dfebf7;
	padding: 2.5rem 0;
	border-bottom: 1px solid #a7c3e2;
	box-sizing: border-box;
}

.index-link ul {
	display: flex;
	justify-content: center;
	height: 100%;
}

.index-link ul li {
	height: 100%;
	display: flex;
	align-items: center;
	padding: 0 7rem;
	position: relative;
}

.index-link ul li::before {
	content: "";
	position: absolute;
	width: 1px;
	height: 2.4rem;
	background-color: #a7c3e2;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.index-link ul li a {
	color: #222222;
	font-size: 1.8rem;
	position: relative;
}

.index-link ul li a:hover {
	color: #d40001;
}

.index-link ul li a:hover::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 3px;
	background-color: #d40001;
	bottom: -2.5rem;
	left: 50%;
	transform: translateX(-50%);
}

.index-link ul li.active a {
	color: #d40001;
}

.index-link ul li.active a::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 3px;
	background-color: #d40001;
	bottom: -2.5rem;
	left: 50%;
	transform: translateX(-50%);
}

.content {
	min-height: 60rem;
	box-sizing: border-box;
	padding-bottom: 8rem;
}

.margin8 {
	margin-top: 8rem;
}

.about-us {
	display: flex;
	flex-wrap: wrap;
}

.about-us .text {
	flex: 1;
	width: 46%;
}

.about-us .text .title {
	color: #222222;
	font-size: 2.4rem;
}

.about-us .text .t {
	color: #222222;
	font-size: 1.6rem;
	margin: 5rem 0;
	line-height: 3.2rem;
	word-wrap: break-word;
	word-break: break-all;
}

.about-us .text a {
	color: #ff7900;
	font-size: 1.8rem;
}

.about-us .text a:hover {
	text-decoration: underline;
}

.about-us .img {
	width: 50%;
	margin-left: 5rem;
}

.content .index-box3 ul {
	margin-top: 0;
}

.content .index-box3 ul li {
	margin-bottom: 4rem;
}

.page {
	text-align: center;
	margin-top: 4rem;
}

.page a {
	box-sizing: border-box;
	padding: 0 1rem;
	min-width: 4rem;
	display: inline-block;
	background-color: #f4f4f5;
	color: #717377;
	font-size: 1.2rem;
	text-align: center;
	line-height: 3rem;
	border: 1px solid #ddd;
}

.page a.active{
	background-color: #da251c;
	color: #FFFFFF;
}

.page img {
	vertical-align: 1px;
	margin: 0 3px;
}

.page span {
	color: #777777;
	font-size: 1.4rem;
}

.page input {
	border: 1px solid #ddd;
	line-height: 3rem;
	width: 4rem;
}

.page a.on {
	background-color: #da251c;
	color: #FFFFFF;
}

.page a:hover {
	background-color: #da251c;
	color: #FFFFFF;
}

.notificationAnnouncement ul {
	display: flex;
	flex-wrap: wrap;
}

.notificationAnnouncement ul li {
	width: 49%;
	margin-right: 2%;
	padding: 4rem 3rem;
	box-sizing: border-box;
	border-top: 2px solid #004ca1;
	background-color: #f7f7f7;
	margin-bottom: 4rem;
}

.notificationAnnouncement ul li a {
	display: flex;
	flex-wrap: wrap;
}

.notificationAnnouncement ul li .date {
	width: 8rem;
	height: 8rem;
	border-radius: 1rem;
	text-align: center;
	background-color: #0062d0;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

.notificationAnnouncement ul li .date .t {
	color: #fff;
	font-size: 3rem;
	font-weight: bold;
	width: 100%;
}

.notificationAnnouncement ul li .date .t2 {
	color: #fff;
	font-size: 1.4rem;
	margin-top: -2rem;
}

.notificationAnnouncement ul li:nth-child(2n) {
	margin-right: 0;
}


.notificationAnnouncement ul li .text {
	flex: 1;
	margin-left: 3rem;
}

.notificationAnnouncement ul li .text .t {
	color: #222222;
	font-size: 2rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}

.notificationAnnouncement ul li .text .t2 {
	color: #333333;
	font-size: 1.6rem;
	margin-top: 1rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	word-wrap: break-word;
	word-break: break-all;
}

.notificationAnnouncement ul li:hover {
	background-color: #f7f7f7;
	border-top: 2px solid #d40001;
}

.notificationAnnouncement ul li:hover .date {
	background-color: #d40001;
}

.notificationAnnouncement ul li:hover .text .t {
	color: #d40001;
}

.notificationAnnouncement ul li:hover .text .t2 {
	color: #d40001;
}

.recruitmentUnit ul {
	display: flex;
	/*justify-content: space-between;*/
	flex-wrap: wrap;
}

.recruitmentUnit ul li {
	width: 32%;
	margin-right: 2%;
	padding: 3.8rem 3rem;
	background-color: #f8f7fd;
	box-sizing: border-box;
	margin-bottom: 4rem;
}

.recruitmentUnit ul li:nth-child(3n) {
	margin-right: 0;
}

.recruitmentUnit ul li .img {
	text-align: center;
}

.recruitmentUnit ul li .text {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 2rem 0;
}

.recruitmentUnit ul li .text span {
	color: #222222;
	font-size: 2rem;
}

.recruitmentUnit ul li .text span.s1 {
	color: #999999;
	font-size: 1.6rem;
}

.recruitmentUnit ul li .text span.s1 em {
	color: #d40001;
	font-size: 1.8rem;
	margin-left: .5rem;
}

.recruitmentUnit ul li .txt {
	color: #666666;
	font-size: 1.6rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.search-all .box {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.search-all .box .left {
	flex: 1;
}

.search-all .box .right {
	display: flex;
	align-items: center;
	cursor: pointer;
	margin-bottom: 2rem;
}

.search-all .box .right img {
	margin-right: .5rem;
}

.search-all select {
	background-color: #eef0f4;
	border-radius: .5rem;
	border: none;
	padding: 1rem 2rem;
	outline: 0;
	color: #666666;
	margin-right: 1rem;
	margin-bottom: 2rem;
}

.search-all select:last-child {
	margin-right: 0;
}

.search-all .right {
	color: #999999;
	font-size: 1.8rem;
	display: flex;
	align-items: center;
}

.jobSearch {
	margin-top: 4rem;
}

.search-all .input input {
	width: 100%;
	border: 1px solid #cccccc;
	border-radius: .5rem;
	height: 6rem;
	line-height: 6rem;
	padding: 0 2rem;
	box-sizing: border-box;
}

.search-all .input {
	position: relative;
	margin-bottom: 2rem;
	width: 70%;
}

.search-all .input .btn {
	position: absolute;
	background-color: #d40001;
	border-radius: .5rem;
	color: #fff;
	font-size: 1.8rem;
	width: 12rem;
	height: 5.2rem;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	right: .4rem;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
}

.search-all .input .btn img {
	margin-right: 1rem;
}

.jobSearch .list {
	background-color: #f8f7fd;
	padding: 4rem 0;
	padding-bottom: 8rem;
}

.talentedPersons {
	margin-top: 4rem;
}

.talentedPersons .search-all .box .right {
	margin-bottom: 0;
}

.search-all .box .left a {
	color: #004ca1;
	font-size: 1.6rem;
	border-right: 1px solid #004ca1;
	padding-right: 1rem;
	margin-right: 1rem;
}

.search-all .box .left a:last-child {
	margin-right: 0;
	padding-right: 0;
	border: none;
}

.search-all .box .left a:hover {
	color: #d40001;
}

.talentedPersons .view {
	margin-top: 3rem;
	padding-top: 4rem;
	border-top: 1px solid #dddddd;
}

.talentedPersons .view .top-content {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.talentedPersons .view .top-content .left {
	color: #d40001;
	font-size: 1.6rem;
}

.talentedPersons .view .top-content .left a {
	color: #666666;
	font-size: 1.6rem;
	margin-right: 1rem;
}

.talentedPersons .view .top-content .right select {
	border: none;
	color: #999999;
	font-size: 1.6rem;
	outline: none;
}

.talentedPersons .view ul {
	display: flex;
	flex-wrap: wrap;
	margin-top: 3.5rem;
}

.talentedPersons .view ul li {
	width: 32%;
	margin-right: 2%;
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
	box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
	padding: 3rem 0 3rem 2rem;
	box-sizing: border-box;
	margin-bottom: 3.5rem;
}

.talentedPersons .view ul li:nth-child(3n) {
	margin-right: 0;
}

.talentedPersons .view ul li a {
	display: flex;
	flex-wrap: wrap;
}

.talentedPersons .view ul li .img {
	width: 12rem;
}

.talentedPersons .view ul li .img .image {
	position: relative;
	padding-bottom: 100%;
}

.talentedPersons .view ul li .img img {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	border-radius: 50%;
	object-fit: cover;
}

.talentedPersons .view ul li .text {
	flex: 1;
	margin-left: 2rem;
	display: flex;
	flex-wrap: wrap;
}

.talentedPersons .view ul li .text .name {
	color: #222222;
	font-size: 2rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}

.talentedPersons .view ul li .text .name em {
	font-size: 1.6rem;
	display: inline-block;
	padding: .2rem 3rem;
	border-radius: 3rem 0 0 3rem;
}

.talentedPersons .view ul li .text .name em.hg {
	background-color: #c2e0f8;
	color: #004ca1;
}

.talentedPersons .view ul li .text .name em.lj {
	background-color: #ffbaba;
	color: #d40001;
}

.talentedPersons .view ul li .text .name em.cy {
	background-color: #b5e5be;
	color: #1e9134;
}

.talentedPersons .view ul li .text .txt {
	color: #004ca1;
	font-size: 1.6rem;
	margin: 1rem 0;
	width: 100%;
}

.talentedPersons .view ul li .text .txt span {
	margin-right: 1rem;
}

.talentedPersons .view ul li .text .txt span:last-child {
	margin-right: 0;
}

.talentedPersons .view ul li .text .txt2 {
	color: #666666;
	font-size: 1.4rem;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	align-items: center;
	margin-bottom: 1rem;
}

.talentedPersons .view ul li .text .txt2 span {
	border-radius: .5rem;
	display: inline-block;
	padding: .2rem 1rem;
	margin-right: .2rem;
	margin-bottom: .5rem;
}

.talentedPersons .view ul li .text .txt2 span:last-child {
	margin-right: 0;
}

.talentedPersons .view ul li .text .txt2 span.s1 {
	background-color: #fff1f1;
}

.talentedPersons .view ul li .text .txt2 span.s2 {
	background-color: #edf6ff;
}

.talentedPersons .view ul li .text .txt2 span.s3 {
	background-color: #ffeddf;
}

.talentedPersons .view ul li .text .txt2 span.s4 {
	background-color: #d3f2dc;
}

.talentedPersons .view ul li .text .txt2 span.s5 {
	background-color: #f7e2fa;
}

.resourceCentre {
	margin-top: 4rem;
}

.resourceCentre .view {
	margin-top: 2rem;
	padding-top: 4rem;
	border-top: 1px solid #dddddd;
}

.resourceCentre .view .ul {
	display: flex;
	flex-wrap: wrap;
}

.resourceCentre .view .ul li {
	width: 32%;
	margin-right: 2%;
	box-sizing: border-box;
	padding: 3rem;
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
	box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
	margin-bottom: 4rem;
}

.resourceCentre .view .ul li:nth-child(3n) {
	margin-right: 0;
}

.resourceCentre .view .ul li a {
	display: flex;
	flex-wrap: wrap;
}

.resourceCentre .view .ul li .img {
	width: 11rem;
}

.resourceCentre .view .ul li .img .image {
	position: relative;
	padding-bottom: 127%;
}

.resourceCentre .view .ul li .img img {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	object-fit: cover;
}

.resourceCentre .view .ul li .text {
	flex: 1;
	margin-left: 3rem;
}

.resourceCentre .view .ul li .text .name {
	color: #222222;
	font-size: 2.4rem;
	margin-bottom: 2rem;
	margin-top: 1rem;
}

.resourceCentre .view .ul li .text .name span {
	color: #004ca1;
	font-size: 1.8rem;
	margin-left: 1.5rem;
}

.resourceCentre .view .ul li .text .txt {
	color: #666666;
	font-size: 1.6rem;
}

.resourceCentre .view .ul li .text .txt span {
	color: #999999;
}

.eventRegistration .index-box5 {
	padding: 4rem 0;
}

.eventRegistration .index-box5 ul {
	margin-top: 0;
}

.eventRegistration .index-box5 ul li {
	margin-bottom: 3rem;
}

.zwxq-content {
	background-color: #f8f7fd;
	padding: 6rem 0;
}

.zwxq-content .box {
	background-color: #fff;
	padding: 4rem;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
}

.zwxq-content .box .left {
	flex: 1;
	width: 0;
}

.zwxq-content .box .left .title {
	border-bottom: 1px solid #dddddd;
	padding-bottom: 3rem;
}

.zwxq-content .box .left .title .t {
	color: #222222;
	font-size: 2.4rem;
	margin-bottom: .5rem;
}

.zwxq-content .box .left .title .t2 {
	font-size: 1.8rem;
	color: #666666;
}

.zwxq-content .box .left .text {
	margin-top: 3rem;
}

.zwxq-content .box .left .text .s1 {
	background-color: #004ca1;
	padding: .5rem 3rem;
	color: #fff;
	border-left: .3rem solid #d40001;
}

.zwxq-content .box .left .text .txt {
	color: #222222;
	font-size: 1.6rem;
	line-height: 2.8rem;
	margin-top: 3rem;
}

.zwxq-content .box .right {
	width: 26rem;
	background-color: #f8f7fd;
	margin-left: 4rem;
}

.slideTxtBox {
	margin-top: 9rem;
}

.slideTxtBox .hd {
	background-color: #f8f7fd;
	border-top: 2px solid #dddddd;
}

.slideTxtBox .hd ul {
	display: flex;
}

.slideTxtBox .hd ul li {
	cursor: pointer;
	padding: 1rem 3rem;
	border-right: 1px solid #dddddd;
	position: relative;
	height: 100%;
}

.slideTxtBox .hd ul li::before {
	content: "";
	height: 2px;
	width: 100%;
	background-color: #d40001;
	position: absolute;
	left: 0;
	top: -2px;
	display: none;
}

.slideTxtBox .hd ul li.on::before {
	display: block;
}

.slideTxtBox .hd ul li.on {}

.slideTxtBox .hd ul li:last-child {
	border-right: none;
}

.slideTxtBox .bd .box p {
	color: #222222;
	font-size: 1.6rem;
	line-height: 2.8rem;
}

.zwxq-content .box .right {
	padding: 4rem 2rem;
}

.zwxq-content .box .right .top {
	border: 1px solid #ddd;
	border-radius: .5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	text-align: center;
	padding: 2rem 0;
}

.zwxq-content .box .right .top .t {
	color: #222222;
	font-size: 1.8rem;
	width: 100%;
	margin-bottom: 1rem;
}

.zwxq-content .box .right .top .t2 {
	color: #004ca1;
	font-size: 1.6rem;
	width: 100%;
}

.zwxq-content .box .right .gt a {
	background-color: #fff;
	color: #004ca1;
	font-size: 1.8rem;
	display: flex;
	align-items: center;
	border: 1px solid #004ca1;
	border-radius: .5rem;
	padding: 1.5rem 0;
	justify-content: center;
	margin-top: 4rem;
}

.zwxq-content .box .right .gt img {
	margin-right: 1rem;
}

.zwxq-content .box .right .jl a {
	background-color: #004ca1;
	color: #fff;
	font-size: 1.8rem;
	display: flex;
	align-items: center;
	border-radius: .5rem;
	padding: 1.5rem 0;
	justify-content: center;
	margin-top: 2rem;
}

.zwxq-content .box .right .jl img {
	margin-right: 1rem;
}

.login .box {
	background-color: #dfebf7;
	padding: 4rem;
	border-radius: 1rem;
	border: 1px solid #a7c3e2;
	max-width: 60rem;
	margin: 0 auto;
	margin-top: 8rem;
}

.login .box .hd ul {
	text-align: center;
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #a7c3e2;
	flex-wrap: wrap;
	padding-bottom: 2rem;
}

.login .box .hd ul li {
	color: #222222;
	font-size: 2.4rem;
	font-weight: bold;
	cursor: pointer;
	text-align: center;
	width: 50%;
	position: relative;
}

.login .box .hd ul li.on {
	color: #0062d0;
}

.login .box .hd ul li.on::before {
	content: "";
	position: absolute;
	width: 4rem;
	height: .3rem;
	background-color: #0062d0;
	left: 50%;
	transform: translateX(-50%);
	bottom: -2rem;
}

.login .box .form {
	margin-top: 9rem;
}

.login .box .form .item {
	color: #333333;
	font-size: 1.6rem;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 2rem;
}

.login .box .form .item span {
	display: inline-block;
	min-width: 7rem;
	text-align: right;
}

.login .box .form .item input {
	width: 35rem;
	height: 5rem;
	border: 1px solid #dddddd;
	box-sizing: border-box;
	padding-left: 1rem;
	margin-left: 1rem;
}

.login .box .form .item input:focus {
	border: 1px solid #0062d0;
}

.login .box .form .tip {
	text-align: center;
	margin-top: 2rem;
}

.login .box .form .tip a {
	color: #0062d0;
	font-size: 1.4rem;
}

.login .box .form .tip a:hover {
	text-decoration: underline;
}

.login .box .form .btn {
	background-color: #0062d0;
	width: 32rem;
	height: 4rem;
	border-radius: .3rem;
	text-align: center;
	color: #fff;
	font-size: 1.8rem;
	line-height: 4rem;
	margin: 0 auto;
	margin-top: 5.5rem;
	cursor: pointer;
}

.login .box .form .btn a {
	display: block;
	color: #fff;
}

.login .box .form .link {
	text-align: center;
	margin-top: 2rem;
}

.login .box .form .link a {
	color: #0062d0;
	font-size: 1.6rem;
}

.login .box .form .link a:hover {
	text-decoration: underline;
}

.login .new-login {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 3rem 0 2rem 0;
}

.login .new-login i {
	display: inline-block;
	width: 10rem;
	background-color: #999999;
	height: .1rem;
}

.login .new-login i.i1 {
	margin-right: 1rem;
}

.login .new-login i.i2 {
	margin-left: 2rem;
}

.login .new-login span {
	color: #999999;
	font-size: 1.6rem;
}

.login .icon {
	text-align: center;
}

.register {
	background-color: #dfebf7;
	padding: 3.5rem 4rem;
	border-radius: 1rem;
	box-sizing: border-box;
	border: 1px solid #a7c3e2;
	margin-top: 8rem;
}

.register .title {
	color: #222222;
	font-size: 2.4rem;
	font-weight: bold;
	border-bottom: 1px solid #a7c3e2;
	padding-bottom: 2rem;
	margin-bottom: 3rem;
}

.register .box .top {
	color: #fff;
	font-size: 1.8rem;
	background-color: #a7c3e2;
	border-radius: 1rem;
	line-height: 5rem;
	text-align: center;
	margin-bottom: 2rem;
	width: 100%;
}

.register .cont {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.register .box {
	padding-bottom: 4rem;
	border-bottom: 1px solid #fff;
	margin-bottom: 3rem;
}

.register .box .item {
	margin-bottom: 2rem;
}

.register .box .item2 {
	margin-bottom: 2rem;
	display: flex;
	align-items: center;
}

.register .box .item2 span {
	display: inline-block;
	min-width: 10rem;
	text-align: right;
	margin-right: 1rem;
}

.register .box .item2 input {
	cursor: pointer;
	margin-right: .5rem;
}

.register .box .item input {
	width: 25rem;
	height: 4rem;
	box-sizing: border-box;
	border: 1px solid #dddddd;
	padding-left: 1rem;
}

.register .box .item select {
	width: 25rem;
	height: 4rem;
	box-sizing: border-box;
	border: 1px solid #dddddd;
	padding-left: 1rem;
	outline: none;
}

.register .box .item input:focus {
	border: 1px solid #0062d0;
}

.register .box .item span {
	display: inline-block;
	min-width: 10rem;
	text-align: right;
	margin-right: 1rem;
}

.register .cont .right {
	margin-left: 6rem;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

input[type="number"] {
	-moz-appearance: textfield;
	/* Firefox */
}

.register .box .item3 {
	display: flex;
	align-items: flex-start;
}

.register .box .item3 textarea {
	width: 44rem;
	height: 16rem;
	outline: none;
	box-sizing: border-box;
	padding: 1rem;
	border: 1px solid #dddddd;
}

.register .box .item3 textarea:focus {
	border: 1px solid #0062d0;
}

.register .box .item-xx input {
	width: 36rem;
}

.register .btn {
	margin: 0 auto;
	width: 32rem;
	height: 4rem;
	text-align: center;
	border-radius: .5rem;
	background-color: #0062d0;
	text-align: center;
	line-height: 4rem;
	color: #fff;
	cursor: pointer;
}

.register .cont .right img {
	width: 12rem;
	height: 16rem;
	object-fit: cover;
	cursor: pointer;
}

.register .box2 .cont .left {
	width: 55rem;
}

.center-link {
	background-color: #dfebf7;
	padding: 1.8rem 0;
	border-bottom: 1px solid #a7c3e2;
}

.center-link .w {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.center-link span {
	color: #222222;
	font-size: 2.4rem;
	border-right: 1px solid #a7c3e2;
	padding-right: 3rem;
	margin-right: 3rem;
}

.center-link .right a {
	color: #222222;
	font-size: 1.8rem;
	margin-right: 4rem;
	position: relative;
}

.center-link .right a.active {
	color: #d40001;
}

.center-link .right a.active::before {
	content: "";
	position: absolute;
	width: 4rem;
	height: .3rem;
	background-color: #d40001;
	bottom: -2.5rem;
	left: 50%;
	transform: translateX(-50%);
}

.center-link .right a:hover {
	color: #d40001;
}

.center-link .right a:hover::before {
	content: "";
	position: absolute;
	width: 4rem;
	height: .3rem;
	background-color: #d40001;
	bottom: -2.5rem;
	left: 50%;
	transform: translateX(-50%);
}

.personalCenter {
	background-color: #dfebf7;
	border-radius: 1rem;
	padding: 3.5rem;
	box-sizing: border-box;
	margin-top: 6rem;
}

.personalCenter .title {
	color: #222222;
	font-size: 2.4rem;
	border-bottom: 1px solid #a7c3e2;
	padding-bottom: 2rem;
	margin-bottom: 3rem;
}

.personalCenter .list-top {
	background-color: #a7c3e2;
	line-height: 5.6rem;
	display: flex;
	flex-wrap: wrap;
	padding-left: 4rem;
	border-radius: 1rem;
	color: #222222;
	font-size: 1.6rem;
}

.personalCenter .list-top span:last-child {
	text-align: center;
}

.personalCenter ul li {
	line-height: 5.6rem;
	color: #222222;
	border-radius: 1rem;
	font-size: 1.6rem;
	display: flex;
	flex-wrap: wrap;
	box-sizing: border-box;
	padding-left: 4rem;
	background-color: #f0f7fe;
}

.personalCenter ul li:nth-child(2n) {
	background-color: #fff;
}

.personalCenter ul li span:last-child {
	text-align: center;
}

.personalCenter ul li .sy {
	color: #999999;
}

.personalCenter ul li .ly {
	color: #329745;
}

.personalCenter ul li .hy {
	color: red;
}

.personalCenter ul li a:hover {
	text-decoration: underline;
}

.personalCenter ul li .e1 {
	color: #004ca1;
	margin-right: 2rem;
}

.personalCenter ul li .e2 {
	color: #ff7900;
}

.header-nav .log-btn2 {
	border: none;
}

.header-nav .log-btn2 a {
	display: flex;
	align-items: center;
}

.header-nav .log-btn2 a span {
	color: #ff7900;
	margin-right: 1rem;
}

.header-nav .log-btn2 a span:hover {
	text-decoration: underline;
}

.login-name a {
	color: #ff7900 !important;
}

.login-name a img {
	margin-right: 1rem;
}

.Articledetails {
	font-size: 16px;
	color: #333;
	line-height: 32px;
	margin: 40px auto;
	word-wrap: break-word;
	word-break: break-all;
}

.Articledetails .title {
	font-size: 36px;
	text-align: center;
}

.Articledetails .txt {
	font-size: 16px;
	text-align: center;
}

.Articledetails .title_time {
	font-size: 14px;
	margin: 20px 0;
	color: #999;
	text-align: center;
	border-bottom: 1px solid #ddd;
	padding-bottom: 20px;
}

.Articledetails .title_time span:first-child {
	margin-right: 20px;
}

.resourceCentre .index-box3 {
	padding-top: 0;
}

.banner-text {
	padding-bottom: 16.6666%;
	background-size: cover !important;
	position: relative;
}

.banner-text .w {
	position: absolute;
	height: 100%;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 100%;
}

.banner-text .left {
	color: #fff;
	font-size: 3.6rem;
}

.banner-text .left img {
	margin-right: 4rem;
}

.banner-text .right {
	text-align: center;
}

.banner-text .right .t {
	color: #fff;
	font-size: 3rem;
	font-weight: bold;
}

.banner-text .right .t2 {
	font-size: 1.6rem;
	color: #fff;
}

.title-xq {
	color: #222222;
	font-size: 3rem;
	border-bottom: 1px solid #ddd;
	padding-bottom: 1rem;
	position: relative;
	font-weight: bold;
	margin-bottom: 4rem;
}

.title-xq i {
	background-color: #d40001;
	height: 2px;
	width: 6rem;
	position: absolute;
	display: inline-block;
	bottom: 0;
	left: 0;
}

.zpdwxq {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.zpdwxq .right {
	width: 40rem;
	background-color: #fff;
	padding: 6rem 4rem;
	box-sizing: border-box;
}

.zpdwxq .left {
	flex: 1;
	margin-right: 4rem;
	background-color: #fff;
	padding: 6rem 4rem;
	box-sizing: border-box;
}

.zpdwxq .left .title {
	color: #222222;
	font-size: 2.4rem;
	margin-bottom: 2rem;
}

.zpdwxq .left .text {
	color: #222222;
	font-size: 1.6rem;
	margin-bottom: 5rem;
	line-height: 3.2rem;
}

.zpdwxq .right ul li {
	background-color: #fff2f2;
	box-sizing: border-box;
	padding: 3.8rem 3rem;
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
	box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
	position: relative;
	border: .5rem solid #fff;
	margin-bottom: 2rem;
}

.zpdwxq .right ul li .t {
	color: #004ca1;
	font-size: 2rem;
}

.zpdwxq .right ul li .t2 {
	color: #666666;
	font-size: 1.8rem;
	margin-top: 1rem;
}

.zpdwxq .right ul li img {
	position: absolute;
	right: 0;
	bottom: 0;
}

.zpdwxq .right ul li:last-child {
	margin-bottom: 0;
}

.zpdwxq .right ul li:nth-child(2n) {
	background-color: #f0f7ff;
}

.yxrcxq {
	background-color: #fff;
	padding: 6rem 4rem;
	box-sizing: border-box;
}

.yxrcxq .box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.yxrcxq .box .left {
	display: flex;
}

.yxrcxq .box .left .text {
	flex: 1;
}

.yxrcxq .box .left .img {
	width: 12rem;
	height: 12rem;
	margin-right: 2rem;
}

.yxrcxq .box .left .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 50%;
}

.yxrcxq .box .left .t {
	color: #222222;
	font-size: 2rem;
}

.yxrcxq .box .left .s1 {
	color: #004ca1;
	font-size: 1.6rem;
	background-color: #c2e0f8;
	padding: .5rem 2rem;
	border-radius: 3rem;
	margin: 1rem 0;
	display: inline-block;
	margin-bottom: 3rem;
}

.yxrcxq .box .left .s1 {
	color: #004ca1;
	font-size: 1.6rem;
	background-color: #c2e0f8;
	padding: .5rem 2rem;
	border-radius: 3rem;
	margin: 1rem 0;
	display: inline-block;
	margin-bottom: 3rem;
}

.yxrcxq .box .left .s2 {
	color: #004ca1;
	font-size: 1.6rem;
	background-color: #c2e0f8;
	padding: .5rem 2rem;
	border-radius: 3rem;
	margin: 1rem 0;
	display: inline-block;
	margin-bottom: 3rem;
}

.yxrcxq .box .left .s3 {
	color: #004ca1;
	font-size: 1.6rem;
	background-color: #c2e0f8;
	padding: .5rem 2rem;
	border-radius: 3rem;
	margin: 1rem 0;
	display: inline-block;
	margin-bottom: 3rem;
}

.yxrcxq .box .left .s4 {
	color: #004ca1;
	font-size: 1.6rem;
	background-color: #c2e0f8;
	padding: .5rem 2rem;
	border-radius: 3rem;
	margin: 1rem 0;
	display: inline-block;
	margin-bottom: 3rem;
}

.yxrcxq .box .left .s5 {
	color: #004ca1;
	font-size: 1.6rem;
	background-color: #c2e0f8;
	padding: .5rem 2rem;
	border-radius: 3rem;
	margin: 1rem 0;
	display: inline-block;
	margin-bottom: 3rem;
}


.yxrcxq .box .left .s6 {
	color: #004ca1;
	font-size: 1.6rem;
	background-color: #c2e0f8;
	padding: .5rem 2rem;
	border-radius: 3rem;
	margin: 1rem 0;
	display: inline-block;
	margin-bottom: 3rem;
}

.yxrcxq .box .left .s7 {
	color: #004ca1;
	font-size: 1.6rem;
	background-color: #c2e0f8;
	padding: .5rem 2rem;
	border-radius: 3rem;
	margin: 1rem 0;
	display: inline-block;
	margin-bottom: 3rem;
}

.yxrcxq .box .left .s8 {
	color: #004ca1;
	font-size: 1.6rem;
	background-color: #c2e0f8;
	padding: .5rem 2rem;
	border-radius: 3rem;
	margin: 1rem 0;
	display: inline-block;
	margin-bottom: 3rem;
}

.yxrcxq .box .left .s9 {
	color: #004ca1;
	font-size: 1.6rem;
	background-color: #c2e0f8;
	padding: .5rem 2rem;
	border-radius: 3rem;
	margin: 1rem 0;
	display: inline-block;
	margin-bottom: 3rem;
}

.yxrcxq .box .left .s10 {
	color: #004ca1;
	font-size: 1.6rem;
	background-color: #c2e0f8;
	padding: .5rem 2rem;
	border-radius: 3rem;
	margin: 1rem 0;
	display: inline-block;
	margin-bottom: 3rem;
}

.yxrcxq .box .left .s1 {
	color: #c00000;
	background-color: #f2cccc;
}

.yxrcxq .box .left .s2 {
	color: #7030a0;
	background-color: #e2d6ec;
}

.yxrcxq .box .left .s3 {
	color: #ff0000;
	background-color: #ffcccc;
}

.yxrcxq .box .left .s4 {
	color: #002060;
	background-color: #ccd2df;
}

.yxrcxq .box .left .s5 {
	color: #ff9000;
	background-color: #fff2cc;
}

.yxrcxq .box .left .s6 {
	color: #0070c0;
	background-color: #cce2f2;
}

.yxrcxq .box .left .s7 {
	color: #ffba00;
	background-color: #ffffb2;
}

.yxrcxq .box .left .s8 {
	color: #00b0f0;
	background-color: #cceffc;
}

.yxrcxq .box .left .s9 {
	color: #77b03b;
	background-color: #e4efd8;
}

.yxrcxq .box .left .s10 {
	color: #00b050;
	background-color: #b2e7ca;
}

.yxrcxq .box .left .t2 {
	color: #222222;
	font-size: 1.8rem;
	display: flex;
	justify-content: space-between;
}

.yxrcxq .box .left .t2 em {
	color: #999999;
	font-size: 1.6rem;
	margin-right: 1rem;
}

.yxrcxq .box .left .t2 span {
	margin-right: 8rem;
}

.yxrcxq .box .left .t2 span:last-child {
	margin-right: 0;
}

.yxrcxq .box .left .t3 {
	color: #999999;
	margin-top: 3rem;
}

.yxrcxq .box .left .t3 em {
	color: #666666;
	font-size: 1.4rem;
	display: inline-block;
	padding: .2rem 1rem;
}

.yxrcxq .box .left .t3 em.e1 {
	background-color: #fff1f1;
}

.yxrcxq .box .left .t3 em.e2 {
	background-color: #edf6ff;
}

.yxrcxq .box .left .t3 em.e3 {
	background-color: #ffeddf;
}

.yxrcxq .box .left .t3 em.e4 {
	background-color: #d3f2dc;
}

.yxrcxq .box .right {
	width: 22rem;
	height: 6rem;
	border: 1px solid #004ca1;
	border-radius: .5rem;
	text-align: center;
}

.yxrcxq .box .right a {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	width: 100%;
	color: #004ca1;
}

.yxrcxq .box .right img {
	margin-right: 1rem;
}

.yxrcxq .box .right {
	margin-top: 3rem;
}

.yxrcxq .box {
	margin-bottom: 2rem;
}

.yxrcxq .title {
	color: #222222;
	font-size: 2.4rem;
	margin-bottom: 3rem;
	font-weight: bold;
}

.yxrcxq .text2 {
	font-size: 1.6rem;
	color: #222222;
	line-height: 2.8rem;
}

.content-pink {
	padding: 6rem 0;
	background-color: #f8f7fd;
}

.szkxq {
	background-color: #fff;
	padding: 6rem 4rem;
	box-sizing: border-box;
}

.szkxq .box2 {
	display: flex;
}

.szkxq .img {
	width: 11rem;
	height: 14rem;
	margin-right: 3rem;
}

.szkxq .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.szkxq .text {
	flex: 1;
}

.szkxq .text .t {
	color: #222222;
	font-size: 2.4rem;
}

.szkxq .text .t span {
	color: #004ca1;
	font-size: 1.8rem;
	margin-left: 1rem;
}

.szkxq .text .t2 {
	color: #999999;
	font-size: 1.6rem;
	margin-top: 2rem;
}

.szkxq .text .t2 em {
	color: #222222;
	font-size: 1.8rem;
	margin-left: 1rem;
}

.szkxq .text .t2 span {
	display: inline-block;
	min-width: 19rem;
	margin-right: 8rem;
}

.szkxq .text .t2 span:last-child {
	margin-right: 0;
}

.szkxq .text .t3 {
	margin-top: 2rem;
	color: #999999;
	font-size: 1.6rem;
}

.szkxq .text .t3 a {
	color: #004ca1;
	font-size: 1.8rem;
	margin-left: 1rem;
}

.szkxq .text .t3 a:hover {
	text-decoration: underline;
}

.szkxq .box {
	margin-top: 4rem;
}

.szkxq .slideTxtBox .bd .box p {
	color: #222222;
	font-size: 2.4rem;
	margin: 3rem 0;
}

.szkxq .slideTxtBox .bd .box {
	line-height: 2.8rem;
}

.popup {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: rgba(0, 0, 0, .5);
	z-index: 99;
}

.popup .box {
	position: absolute;
	left: 50%;
	background-color: #ffffff;
	width: 90%;
	max-width: 80rem;
	top: 50%;
	border-radius: 1rem;
	box-sizing: border-box;
	padding: 3rem 4rem;
	transform: translate(-50%, -50%);
	height: 80%;
	overflow-y: auto;
}

.popup .box .title {
	text-align: center;
	color: #222222;
	font-size: 2.4rem;
	font-weight: bold;
	position: relative;
	border-bottom: 1px solid #a7c3e2;
	padding-bottom: 3rem;
}

.popup .box .title i {
	position: absolute;
	width: 4rem;
	height: .3rem;
	background-color: #0062d0;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	display: inline-block;
}

.popup .box .cont {
	border: 1px dashed #0062d0;
	border-radius: 1rem;
	background-color: #f8f7fd;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	height: 31rem;
	margin: 4rem 0;
	margin-bottom: 2rem;
	justify-content: center;
	text-align: center;
	position: relative;
}

.popup .box .cont input {
	cursor: pointer;
}

.popup .box .cont .t {
	color: #222222;
	font-size: 2rem;
}

.popup .box .cont .t2 {
	color: #999999;
	font-size: 1.6rem;
}

.popup .box .btn {
	text-align: center;
}

.popup .box .btn span {
	width: 21rem;
	height: 4rem;
	display: inline-block;
	text-align: center;
	line-height: 4rem;
	border-radius: .5rem;
	cursor: pointer;
	box-sizing: border-box;
}

.popup .box .btn span.s1 {
	background-color: #0062d0;
	border: 1px solid #0062d0;
	font-size: 1.8rem;
	color: #fff;
}

.popup .box .btn span.s2 {
	color: #999999;
	border: 1px solid #999999;
}

.popup .box .cont input {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	opacity: 0;
}

.popup .box .close {
	position: absolute;
	right: 3rem;
	top: 3rem;
	cursor: pointer;
	z-index: 1;
}

.popup {
	display: none;
}

.hdbmxq {
	background-color: #fff;
	padding: 6rem 4rem;
	box-sizing: border-box;
}

.hdbmxq .top {
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #ddd;
	padding-bottom: 2rem;
}

.hdbmxq .top .left .t {
	color: #222222;
	font-size: 3rem;
	font-weight: bold;
}

.hdbmxq .top .left .t2 {
	color: #666666;
	font-size: 1.6rem;
	margin-top: 1rem;
}

.hdbmxq .top .right {
	color: #d40001;
	font-size: 1.4rem;
	text-align: right;
}

.hdbmxq .top .right span {
	background-color: #004ca1;
	width: 13rem;
	height: 3.6rem;
	color: #fff;
	text-align: center;
	line-height: 3.6rem;
	display: inline-block;
	cursor: pointer;
	margin-top: 1rem;
}

.hdbmxq .text {
	color: #222222;
	font-size: 1.6rem;
	line-height: 2.8rem;
	margin-top: 6rem;
}

.popup .form {
	margin-bottom: 4rem;
}

.popup .form ul {
	box-sizing: border-box;
	padding-left: 5rem;
}

.popup .form ul li {
	margin-top: 3rem;
	display: flex;
	align-items: center;
}

.popup .form ul li:last-child {
	align-items: baseline;
}

.popup .form ul li em {
	color: #ff0000;
	font-size: 1.6rem;
}

.popup .form ul li span {
	color: #333333;
	font-size: 1.6rem;
	min-width: 7.5rem;
	display: inline-block;
	text-align: right;
	margin-right: 1rem;
}

.popup .form ul li input {
	width: 25rem;
	height: 4rem;
	border: 1px solid #ddd;
	border-radius: .5rem;
	box-sizing: border-box;
	padding-left: 1rem;
	font-size: 1.6rem;
	color: #333;
}

.popup .form ul li input::-webkit-input-placeholder {
	color: #666;
}

.popup .form ul li select {
	color: #666;
	width: 25rem;
	height: 4rem;
	border: 1px solid #ddd;
	border-radius: .5rem;
	box-sizing: border-box;
	padding-left: 1rem;
	font-size: 1.6rem;
	outline: 0;
}

.popup .form ul li textarea {
	color: #666;
	width: 45rem;
	height: 14rem;
	border: 1px solid #ddd;
	border-radius: .5rem;
	box-sizing: border-box;
	padding-left: 1rem;
	font-size: 1.6rem;
	outline: 0;
	padding-top: 1rem;
}

.popup .form ul li.li2 input {
	width: auto;
	height: auto;
	margin-right: .5rem;
	cursor: pointer;
}

.wdhd ul li span:last-child {
	color: #ff7900;
	cursor: pointer;
}

.wdhd ul li span.ytj {
	color: #004ca1;
}

.wdhd ul li span.tg {
	color: #329745;
}

.wdhd ul li span.js {
	color: #999999;
}

.grzl {
	max-width: 1360px;
	margin-top: 6rem;
}

.grzl .cont {
	justify-content: space-between;
	box-sizing: border-box;
}

.grzl .box .item span {
	color: #999;
	margin-right: 2rem;
}

.grzl .box .item2 span {
	color: #999;
	margin-right: 2rem;
}

.grzl .cont .right {
	margin-right: 3rem;
}

.grzl .title {
	font-weight: normal;
}

.xgmm {
	max-width: 1360px;
	margin: 0 auto;
	margin-top: 6rem;
}

.xgmm .title {
	font-weight: normal;
}

.xgmm .btn {
	margin-top: 4rem;
}

.header-nav .zl {
	color: #333;
	font-size: 1.6rem;
}

.header-nav .zl a {
	color: #333;
}

.header-nav .zl a.active {
	color: #d40001;
}

.header-nav .zl a:hover {
	color: #d40001;
}

.sidemenu .sidemenulist>li a.active {
	color: #d40001;
}

.city {
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .5);
	z-index: 999;
	left: 0;
	top: 0;
	color: #333;
}

.city .box {
	position: absolute;
	background-color: #fff;
	width: 78.6rem;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	border-radius: 1rem;
	height: 54rem;
	box-sizing: border-box;
}

.city .box .title {
	font-size: 1.6rem;
	color: #414a60;
	line-height: 7rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 3rem;
}

.city .box .title img {
	max-width: 2rem;
	cursor: pointer;
}

.city .box .top-title {
	background-color: #f9fafb;
	line-height: 4rem;
	font-size: 1.4rem;
	display: flex;
	justify-content: space-between;
	box-sizing: border-box;
	padding: 0 4rem;
}

.city .box .top-title span {
	cursor: pointer;
	position: relative;
}

.city .box .top-title span.active::before {
	content: "";
	width: 100%;
	bottom: 1px;
	background-color: #d40001;
	height: 2px;
	position: absolute;
}

.city .box .top-title span.active {
	color: #d40001;
}

.city .box .top-title span:hover {
	color: #d40001;
}

.city .box .city-list {
	padding: 2rem 0;
}

.city .box .city-list ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	font-size: 1.4rem;
	max-height: 36rem;
	overflow-y: auto;
}

.city .box .city-list ul li {
	width: 20%;
	text-align: center;
	line-height: 4rem;
	cursor: pointer;
}

.city .box .city-list ul li:hover {
	color: #d40001;
}

.city .box .city-list2 {
	padding: 2rem 0;
	display: none;
}

.city .box .city-list2 ul {
	max-height: 36rem;
	overflow-y: auto;
}

.city .box .city-list2 ul li {
	display: flex;
	font-size: 1.4rem;
	line-height: 4rem;
}

.city .box .city-list2 ul li span {
	width: 11%;
	text-align: center;
	color: #d40001;
}

.city .box .city-list2 ul li .list-select-list {
	flex: 1;
	display: flex;
	flex-wrap: wrap;
}

.city .box .city-list2 ul li .list-select-list a {
	color: #333;
	width: 20%;
	margin-bottom: 1rem;
}

.city .box .city-list2 ul li .list-select-list a:hover {
	color: #d40001;
}

/* 修改垂直滚动条 */
.city .box .city-list2 ul::-webkit-scrollbar {
	width: 5px;
	/* 修改宽度 */
}

/* 修改滚动条轨道背景色 */
.city .box .city-list2 ul::-webkit-scrollbar-track {
	background-color: #f1f1f1;
}

/* 修改滚动条滑块颜色 */
.city .box .city-list2 ul::-webkit-scrollbar-thumb {
	background-color: #999;
}

/* 修改滚动条滑块悬停时的颜色 */
.city .box .city-list2 ul::-webkit-scrollbar-thumb:hover {
	background-color: #555;
}

/* 修改滚动条滑块移动时的颜色 */
.city .box .city-list2 ul::-webkit-scrollbar-thumb:active {
	background-color: #333;
}

/* 修改滚动条滑块的圆角 */
.city .box .city-list2 ul::-webkit-scrollbar-thumb {
	border-radius: 5px;
}

.city {
	display: none;
}

#mySelect {
	background-color: #eef0f4;
	border-radius: .5rem;
	border: none;
	padding: 1.1rem 2rem;
	outline: 0;
	color: #666666;
	margin-right: 1rem;
	margin-bottom: 2rem;
	cursor: pointer;
}

#mySelect .d2 {
	display: none;
}

#mySelect:hover {
	background-color: #e1edfb;
	color: #004ca1;
}

#mySelect:hover .d1 {
	display: none;
}

#mySelect:hover .d2 {
	display: inline;
}

.new-add .box .left .title {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border: none;
}

.new-add .box .left .title .date {
	color: #666666;
	font-size: 1.6rem;
}

.new-add .box .left .title span {
	color: #d40001;
}

.new-add .new-nr {
	background-color: #f8f7fd;
	padding: 3rem 1.5rem;
	border-bottom: 1px solid #dddddd;
}

.new-add .new-nr ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.new-add .new-nr ul li {
	color: #222222;
	font-size: 1.6rem;
}

.new-add .new-nr ul li span {
	color: #999999;
	font-size: 1.4rem;
	display: block;
}

.new-add .new-nr .name {
	color: #999999;
	font-size: 1.4rem;
	margin-top: 2rem;
}

.new-add .new-nr .name span {
	color: #222222;
	font-size: 1.6rem;
	margin-left: 1rem;
}

.index-link-new ul li {
	padding: 0 2.4rem;
}

.search-all span {
	background-color: #eef0f4;
	border-radius: .5rem;
	border: none;
	padding: 1.1rem 2rem;
	outline: 0;
	color: #666666;
	margin-right: 1rem;
	margin-bottom: 2rem;
	position: relative;
	/* z-index: 9; */
	cursor: pointer;
	display: inline-block;
}

.search-all span img.icon {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.drop-down {
	position: absolute;
	background-color: #fff;
	width: 64rem;
	max-height: 24rem;
	overflow-y: auto;
	border: 1px solid #ddd;
	box-sizing: border-box;
	padding: 2rem 3rem;
	left: 0;
	top: 5rem;
	z-index: 9;
	border-radius: .5rem;
}

.drop-down ul {
	display: flex;
	flex-wrap: wrap;
	font-size: 1.4rem;
}

.drop-down ul li {
	width: 25%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	line-height: 4rem;
	box-sizing: border-box;
	padding-right: 2rem;
	cursor: pointer;
	-webkit-user-select: none;
	/* Safari */
	-moz-user-select: none;
	/* Firefox */
	-ms-user-select: none;
	/* IE10+/Edge */
	user-select: none;
	/* Standard syntax */
}

.drop-down ul li img {
	display: none;
}

.drop-down ul li.active img {
	display: inline-block;
}

.drop-down ul li:hover {
	color: #0062d0;
}

.drop-down ul li.active {
	color: #0062d0;
}

/* 修改垂直滚动条 */
.drop-down::-webkit-scrollbar {
	width: 5px;
	/* 修改宽度 */
}

/* 修改滚动条轨道背景色 */
.drop-down::-webkit-scrollbar-track {
	background-color: #f1f1f1;
}

/* 修改滚动条滑块颜色 */
.drop-down::-webkit-scrollbar-thumb {
	background-color: #999;
}

/* 修改滚动条滑块悬停时的颜色 */
.drop-down::-webkit-scrollbar-thumb:hover {
	background-color: #555;
}

/* 修改滚动条滑块移动时的颜色 */
.drop-down::-webkit-scrollbar-thumb:active {
	background-color: #333;
}

/* 修改滚动条滑块的圆角 */
.drop-down::-webkit-scrollbar-thumb {
	border-radius: 5px;
}

.talentedPersons .view ul li {
	position: relative;
}

.talentedPersons .view ul li .new1 {
	position: absolute;
	top: 0;
	color: #ffffff;
	font-size: 1.4rem;
	background: url(../img/new1.png) center no-repeat;
	width: 8rem;
	height: 3rem;
	left: 0;
	top: -4px;
	box-sizing: border-box;
	padding-left: 1.3rem;
	padding-top: .5rem;
}

.talentedPersons .view ul li .new2 {
	position: absolute;
	top: 0;
	color: #ffffff;
	font-size: 1.4rem;
	background: url(../img/new2.png) center no-repeat;
	width: 12rem;
	height: 3rem;
	left: 8rem;
	top: -4px;
	box-sizing: border-box;
	padding-top: .5rem;
	text-align: center;
}

.talentedPersons .view ul li em {
	position: absolute;
	right: 1px;
	bottom: 1px;
	font-size: 1.6rem;
	padding: .5rem 2rem;
	border-radius: 3rem 0 0 0rem;
	padding-left: 3rem;
}

.talentedPersons .view ul li .e1 {
	color: #c00000;
	background-color: #f2cccc;
}

.talentedPersons .view ul li .e2 {
	color: #7030a0;
	background-color: #e2d6ec;
}

.talentedPersons .view ul li .e3 {
	color: #ff0000;
	background-color: #ffcccc;
}

.talentedPersons .view ul li .e4 {
	color: #002060;
	background-color: #ccd2df;
}

.talentedPersons .view ul li .e5 {
	color: #ff9000;
	background-color: #fff2cc;
}

.talentedPersons .view ul li .e6 {
	color: #0070c0;
	background-color: #cce2f2;
}

.talentedPersons .view ul li .e7 {
	color: #ffba00;
	background-color: #ffffb2;
}

.talentedPersons .view ul li .e8 {
	color: #00b0f0;
	background-color: #cceffc;
}

.talentedPersons .view ul li .e9 {
	color: #77b03b;
	background-color: #e4efd8;
}

.talentedPersons .view ul li .e10 {
	color: #00b050;
	background-color: #b2e7ca;
}

.yxrcxq .new-box {
	background-color: #f8f7fd;
	padding: 2rem 0;
	border-radius: 1rem;
	margin-bottom: 2rem;
}

.yxrcxq .new-box .title {
	color: #222222;
	font-size: 1.8rem;
	position: relative;
	line-height: normal;
	display: flex;
	align-items: center;
	box-sizing: border-box;
	padding-left: 2rem;
	border-bottom: 1px solid #ddd;
	padding-bottom: 2rem;
	margin-bottom: 2rem;
}

.yxrcxq .new-box .title i {
	position: absolute;
	background-color: #0062d0;
	width: .4rem;
	height: 2.4rem;
	left: 0;
	display: inline-block;
	top: 0;
}

.yxrcxq .new-box ul {
	display: flex;
	box-sizing: border-box;
	padding-left: 3rem;
}

.yxrcxq .new-box ul li {
	flex: 1;
	color: #222222;
	font-size: 1.6rem;
}

.yxrcxq .new-box ul li .t {
	color: #999999;
	font-size: 1.4rem;
}

.yxrcxq .new-box ul li span {
	color: #666666;
	font-size: 1.4rem;
	padding: .3em 1rem;
	border-radius: .5rem;
	margin-top: .3rem;
	display: inline-block;
	border: 1px solid #fff;
}

.yxrcxq .new-box ul li span.s1 {
	background-color: #fff1f1;
}

.yxrcxq .new-box ul li span.s2 {
	background-color: #edf6ff;
}

.yxrcxq .new-box ul li span.s3 {
	background-color: #ffeddf;
}

.yxrcxq .new-box ul li span.s4 {
	background-color: #d3f2dc;
}

.yxrcxq .new-box ul li span.s5 {
	background-color: #f7e2fa;
}

.yxrcxq .slideTxtBox {
	width: 95%;
	margin: 0 auto;
	margin-top: 3rem;
}

.yxrcxq .slideTxtBox .hd {
	background-color: #dfebf7;
}

.yxrcxq .slideTxtBox .hd ul {
	padding-left: 0;
}

.yxrcxq .slideTxtBox .hd ul li {
	padding: 1rem 0;
	text-align: center;
}

.yxrcxq .slideTxtBox .bd {
	background-color: #fff;
	margin-top: 3rem;
	box-sizing: border-box;
	padding: 3rem;
}

#byyx .tab {
	background-color: #eef0f4;
	display: inline-block;
	padding: 1rem 1rem;
	border-radius: .5rem;
	font-size: 1.4rem;
	margin-bottom: 2rem;
}

#byyx .tab em {
	padding: .5rem;
	border-radius: .5rem;
}

#byyx .tab em.active {
	background-color: #fff;
}

#byyx .tab em:first-child {
	margin-right: 1rem;
}

#byyx .new-xx {
	display: flex;
}

#byyx .new-xx ul {
	flex: 1;
	display: flex;
	flex-wrap: wrap;
}

#byyx .new-xx .name {
	color: #222222;
	font-size: 1.4rem;
	line-height: 4rem;
	width: 14rem;
}

#byyx .new-xx ul li {
	width: 33%;
	padding-right: 1rem;
}

#close-byyx {
	position: absolute;
	right: 2rem;
	width: 2rem;
}

#close-yjfx {
	position: absolute;
	right: 2rem;
	width: 2rem;
}

.szkxq .text .t2 b {
	font-weight: normal;
	color: #666666;
	font-size: 1.4rem;
	display: inline-block;
	padding: .5rem 1rem;
	border-radius: .5rem;
}

.szkxq .text .t2 b.b1 {
	background-color: #fff1f1;
}

.szkxq .text .t2 b.b2 {
	background-color: #edf6ff;
}

.szkxq .text .t2 b.b3 {
	background-color: #ffeddf;
}

.szkxq .text .t2 b.b4 {
	background-color: #d3f2dc;
}

.szkxq .text .t2 b.b5 {
	background-color: #f7e2fa;
}

.login .box .form .link {
	display: flex;
	justify-content: space-between;
	width: 50%;
	margin: 0 auto;
	margin-top: 2rem;
}

.login .box .bd .form:first-child .link {
	justify-content: center;
}

.register-new {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.register-new .item {
	width: 50%;
	margin-bottom: 2rem;
}

.register-new .item .t {
	color: #666666;
	font-size: 1.6rem;
	margin-bottom: 1rem;
}

.register-new .item input {
	width: 25rem;
	height: 5rem;
	border: 1px solid #ddd;
	border-radius: .2rem;
	box-sizing: border-box;
	padding: 0 1rem;
	color: #666;
}

.register-new .item span {
	width: 25rem;
	height: 5rem;
	border: 1px solid #ddd;
	border-radius: .2rem;
	box-sizing: border-box;
	padding: 0 1rem;
}

.register-new #item span {
	display: inline-block;
	color: #333;
	width: 16rem;
	height: 5rem;
	background-color: #fff;
	border: 1px solid #ddd;
	box-sizing: border-box;
	text-align: center;
	line-height: 5rem;
	cursor: pointer;
	border-radius: .2rem;
	padding: 0;
	margin-left: auto;
	margin-bottom: auto;
	position: static;
	margin-right: auto;
	min-width: auto;
}

.register-new #itemisallow span {
	display: inline-block;
	color: #333;
	width: 16rem;
	height: 5rem;
	background-color: #fff;
	border: 1px solid #ddd;
	box-sizing: border-box;
	text-align: center;
	line-height: 5rem;
	cursor: pointer;
	border-radius: .2rem;
	padding: 0;
	margin-left: auto;
	margin-bottom: auto;
	position: static;
	margin-right: auto;
	min-width: auto;
}

.register-new #item span.active {
	color: #0062d0;
	background-color: #bed7f1 !important;
	border: 1px solid #0062d0;
}

.register-new #itemisallow span.active {
	color: #0062d0;
	background-color: #bed7f1 !important;
	border: 1px solid #0062d0;
}

.register-new .item2 {
	width: 100%;
}

.register-new #yjfx {
	position: relative;
	width: 25rem;
	height: 5rem;
	border: 1px solid #ddd;
	border-radius: .2rem;
	box-sizing: border-box;
	padding: 0 1rem;
	text-align: left;
}

.register-new #yjfx .icon {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.register-new .item span {
	margin-bottom: 1rem;
}

.new-tab {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 3rem;
}

.new-tab .item {
	width: 48%;
	text-align: center;
	color: #004ca1;
	font-size: 2.4rem;
	border: 1px solid #004ca1;
	border-radius: 1rem;
	padding: 2rem 0;
	cursor: pointer;
}

.new-tab .item .t2 {
	font-size: 1.4rem;
}

.new-tab .item.active {
	background-color: #a7c3e2;
	border: 1px solid #a7c3e2;
	color: #fff;
}

.new-tab .item.active2 {
	background-color: #004ca1;
	border: 1px solid #004ca1;
	color: #fff;
}

.grzl-new {
	background-color: #fff;
	border-radius: 1rem;
	position: relative;
}

.grzl-new .new-title {
	width: 100%;
	display: flex;
	justify-content: space-between;
	font-size: 1.8rem;
	padding: 2rem;
	border-bottom: 1px solid #ddd;
	position: relative;
	align-items: center;
	box-sizing: border-box;
}

.grzl-new .new-title i {
	position: absolute;
	display: inline-block;
	width: .4rem;
	height: 2.4rem;
	left: 0;
	top: 50%;
	margin-top: -1.2rem;
	background-color: #004ca1;
}

.grzl-new .new-title .btn2 {
	color: #0062d0;
	border: 1px solid #0062d0;
	width: 10rem;
	height: 4rem;
	text-align: center;
	line-height: 4rem;
	border-radius: .5rem;
	cursor: pointer;
	background-color: transparent !important;
	padding: 0;
	position: static;
	margin-bottom: auto;
	min-width: auto;
	margin-right: 0;
}

.grzl-new .box1 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 2rem 4rem;
}

.grzl-new .box2 {
	padding: 2rem 4rem;
	display: none;
	width: 100%;
	box-sizing: border-box;
}

.grzl-new .box2 .two {
	display: flex;
	justify-content: space-between;
}

.grzl-new .box2 .item {
	width: auto;
}

#new-title2 {
	display: none;
}

.grzl-new .box2 .item span {
	position: relative;
	width: 25rem;
	height: 5rem;
	border: 1px solid #ddd;
	border-radius: .2rem;
	box-sizing: border-box;
	padding: 0 1rem;
	text-align: left;
}

.grzl-new .box2 .item span .icon {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

#close-yjfx2 {
	position: absolute;
	right: 2rem;
	width: 2rem;
}

.grzl-new .box2 .tright {
	max-width: 60rem;
	height: 29rem;
	border: 1px solid #ddd;
	border-radius: .5rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	box-sizing: border-box;
	padding: 0 6rem;
}

.grzl-new .box2 .tright .head {
	width: 21rem;
	height: 21rem;
}

.grzl-new .box2 .tright .head img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 50%;
}

.grzl-new .box2 .tright .btn-up {
	position: relative;
	flex: 1;
	text-align: center;
	color: #004ca1;
	font-size: 1.6rem;
	margin-left: 12rem;
}

.grzl-new .box2 .tright .btn-up p {
	margin-top: 2rem;
}

.grzl-new .box2 .tright .btn-up input {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	opacity: 0;
	cursor: pointer;
}

.grzl-new .box2 .bd {
	margin-top: 2rem;
}

.gw {
	display: none;
}

.new-all-select span {
	position: relative;
	background-color: #eef0f4;
	border-radius: .5rem;
	border: none;
	padding: 1.1rem 2rem;
	outline: 0;
	color: #666666;
	margin-right: 1rem;
	margin-bottom: 2rem;
	position: relative;
	cursor: pointer;
	display: inline-block;
	-webkit-user-select: none;
	/* Safari */
	-moz-user-select: none;
	/* Firefox */
	-ms-user-select: none;
	/* IE10+/Edge */
	user-select: none;
	/* Standard syntax */
	min-width: 13rem;
	color: #666666;
}

.new-all-select span dl {
	position: absolute;
	background-color: #eef0f4;
	min-width: 100%;
	left: 50%;
	transform: translateX(-50%);
	position: absolute;
	background-color: #fff;
	max-height: 35rem;
	overflow-y: auto;
	border: 1px solid #ddd;
	box-sizing: border-box;
	padding: .5rem .3rem;
	top: 5rem;
	z-index: 9;
	color: #666666;
	border-radius: .5rem;
}

.new-all-select span dl dd {
	line-height: 4rem;
	padding: 0 2rem;
	font-size: 1.4rem;
	border-radius: .5rem;
}

.new-all-select span dl dd:hover {
	background-color: #edf6ff;
	color: #004ca1;
}

.new-all-select span .image {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.new-all-select span:hover {
	background-color: #e1edfb;
}

.new-all-select span:hover em {
	color: #004ca1;
}

.new-all-select span:hover .drop-down em {
	color: #666;
}

.new-all-select span .d2 {
	display: none;
}

.new-all-select span:hover .d1 {
	display: none;
}

.new-all-select span:hover .d2 {
	display: inline;
}

.hide {
	display: none;
}

/* 修改垂直滚动条 */
.new-all-select span dl::-webkit-scrollbar {
	width: 5px;
	/* 修改宽度 */
}

/* 修改滚动条轨道背景色 */
.new-all-select span dl::-webkit-scrollbar-track {
	background-color: #f1f1f1;
}

/* 修改滚动条滑块颜色 */
.new-all-select span dl::-webkit-scrollbar-thumb {
	background-color: #999;
}

/* 修改滚动条滑块悬停时的颜色 */
.new-all-select span dl::-webkit-scrollbar-thumb:hover {
	background-color: #555;
}

/* 修改滚动条滑块移动时的颜色 */
.new-all-select span dl::-webkit-scrollbar-thumb:active {
	background-color: #333;
}

/* 修改滚动条滑块的圆角 */
.new-all-select span dl::-webkit-scrollbar-thumb {
	border-radius: 5px;
}

.register-new.new-all-select span {
	background-color: #fff !important;
	margin-right: auto;
	line-height: 5rem;
}

.new-all-select .box1 span {
	background-color: #f7f7f7 !important;
	border: none;
}

.register-new .box1 .item input {
	background-color: #f7f7f7 !important;
	border: none;
}

.register-new .box1 #item span {
	border: none;
}

.register-new .box1 #itemisallow span {
	border: none;
}

.register-new .box1 #yjfx {
	border: none;
}

.popup .box .cont2 span {
	display: block;
	border: 1px dashed #0062d0;
	border-radius: 1rem;
	background-color: #f8f7fd;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	height: 6rem;
	justify-content: center;
	text-align: center;
	position: relative;
	padding: 0;
	margin-bottom: 4rem;
}

.cont2 span dl {
	text-align: left;
	white-space: nowrap;
	top: 6.5rem;
}

.btn-text-wrapper{
	text-align: center;
}

.btn-text-wrapper p.t{
	font-size: 1.87rem !important;
	color: #0062d0 !important;
	padding: .5rem 20rem;
	border: 1px solid #0062d0;
	border-radius: .5rem;
	text-align: center;
	margin: 0 auto;
	margin-top: 4rem;
	display: inline-block;
	cursor: pointer;
}

.btn-text-wrapper p.t:hover{
	background-color: #0062d0;
	color: #fff !important;
}
.error{
	color: red;
}

.city .box .city-list ul {
	max-height: 36rem;
	overflow-y: auto;
}

/* 修改垂直滚动条 */
.city .box .city-list ul::-webkit-scrollbar {
	width: 5px;
	/* 修改宽度 */
}

/* 修改滚动条轨道背景色 */
.city .box .city-list ul::-webkit-scrollbar-track {
	background-color: #f1f1f1;
}

/* 修改滚动条滑块颜色 */
.city .box .city-list ul::-webkit-scrollbar-thumb {
	background-color: #999;
}

/* 修改滚动条滑块悬停时的颜色 */
.city .box .city-list ul::-webkit-scrollbar-thumb:hover {
	background-color: #555;
}

/* 修改滚动条滑块移动时的颜色 */
.city .box .city-list ul::-webkit-scrollbar-thumb:active {
	background-color: #333;
}

/* 修改滚动条滑块的圆角 */
.city .box .city-list ul::-webkit-scrollbar-thumb {
	border-radius: 5px;
}