/*test*/
.banner {
	position: relative;
}

.header_top .link .link-1 .a_1 {
	background-color: #2b81d8;
	box-sizing: border-box;
}

.header_top .link .link-1 .a_2 {
	opacity: 0.5;
}

.sidemenu_wrap {
	display: none;
}

.container {
	position: absolute;
	width: 100%;
	height: 14rem;
	top: 0;
	left: 0;
	z-index: 99999;
	background-color: rgba(11, 78, 146, .8);
	display: flex;
	align-items: center;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}



@media (min-width: 1350px) {
	.container {
		opacity: 0;
	}

	.container.s {
		opacity: 1;
	}
}

.container .headwbc {
	display: flex;
	position: relative;
	width: 1520px;
	max-width: 98%;
	margin: 0 auto;
}

.container .headwbc .new-box {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.container .right ul {
	display: flex;
	box-sizing: border-box;
	transform: translateY(1rem);
	-webkit-transition: all .8s ease-in-out;
	transition: all .8s ease-in-out;
}

.container.s .right ul {
	transform: translateY(0);
}

.container .right ul li {
	text-align: center;
	padding: 0 1rem;
	padding-bottom: 5.5rem;
	margin-top: 5.5rem;
}

.container .right ul li>a {
	position: relative;
	padding-bottom: 6rem;
}

.container .right ul li>a::before {
	content: "";
	background: url(../img/nav-active.png) center no-repeat;
	display: inline-block;
	position: absolute;
	bottom: 0;
	width: 1.8rem;
	height: .9rem;
	left: 50%;
	transform: translateX(-50%);
	display: none;
}

.container .right ul li.active>a::before {
	display: inline-block;
}

.container .right ul li:hover>a::before {
	display: inline-block;
}

.container .right ul li a {
	color: #FFFFFF;
	font-size: 1.8rem;
	font-weight: bold;
}

.container .right ul .last_li a {
	opacity: 0.5;
}

#search .tex {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.search-box {
	position: absolute;
	right: 0;
	top: 1.5rem;
	display: flex;
	align-content: center;
	z-index: 9;
}

.search-box .link a {
	color: rgba(255, 255, 255, .5);
	font-size: 1.6rem;
	margin-right: 1rem;
}

.search-box .link a:hover {
	text-decoration: underline;
}

.search {
	display: none;
	position: absolute;
	right: 0;
	top: 3rem;
	z-index: 99;
	overflow: hidden;
	height: 4rem;
	padding: 0 1.875rem;
	border-radius: 5px;
	border: 1px solid #DDDDDD;
	box-sizing: border-box;
	color: #333333;
	font-size: 1.4rem;
	width: 20rem;
	background-color: #fff;
}

.search .btn {
	position: absolute;
	background: url(../img/search_2.png) center no-repeat;
	width: 18px;
	height: 18px;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
	margin-right: 0.3125rem;
}

.phone_search {
	box-sizing: border-box;
	cursor: pointer;
}

.banner .swiper-container {
	height: 100%;
}

.banner .swiper-slide {
	background-size: cover !important;
}
.banner .swiper-slide a{
	display: block;
	width: 100%;
	height: 100%;
}

.banner .swiper-slide img {
	display: none;
}

.banner .swiper-container2 {
	height: 100%;
}

.banner_n {
	position: relative;
}

.banner_n .ny_ban {
	background-size: 100% !important;
}

.banner_n .ny_ban img {}

.banner-n {
	position: relative;
	height: 60rem;
}

.banner-n .text {
	position: absolute;
	padding: 4rem 14rem;
	background-color: rgba(43, 129, 216, .8);
	color: #fff;
	font-size: 3.6rem;
	left: 50%;
	top: 60%;
	transform: translate(-50%, -50%);
	font-weight: bold;
}

.banner-n img {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.banner .swiper-pagination-bullet {
	background-color: rgba(255, 255, 255, .3);
	width: 5rem;
	height: .5rem;
	border-radius: 0;
	border: 1px solid #fff;
	opacity: 1;
	border: 0;
}

.banner .swiper-pagination-bullet-active {
	background-color: #fff;
}

.banner .swiper-button-next,
.banner .swiper-button-prev {
	background-color: rgba(43, 129, 216, .4);
	width: 10rem;
	height: 10rem;
}

.banner .swiper-pagination {
	bottom: 3rem;
}

.banner .swiper-button-next {
	right: 0;
}

.banner .swiper-button-prev {
	left: 0;
}

.banner .swiper-button-next:hover,
.banner .swiper-button-prev:hover {
	background-color: rgba(43, 129, 216, 1);
}


.notice {
	background-color: #efefef;
	height: 4.375rem;
	line-height: 4.375rem;
	overflow: hidden;
}

.notice .w {
	display: flex;
}

.notice .text {
	flex: 1;
	overflow: hidden;
}

.notice .text .div_1 {
	display: flex;
}

.notice .text .div_1 .div_2 {
	flex: 1;
}

.notice .text .div_1 .div_2 {
	margin-right: 4%;
}

.notice .text .div_1 .div_2 a {
	/* 	display:block; */
	display: flex;
}

.notice .text .swiper-slide a {
	color: #333333;
	font-size: 1rem;
	width: 90%;
	display: flex;
}

.notice .text .swiper-slide a .txt {
	flex: 1;
	width: 0;
}

.notice .text .swiper-slide a .time {
	color: #999999;
	font-size: 1rem;
}

.notice .img {
	padding-left: 3.125%;
	padding-right: 1.6%;
}

.txtScroll-top {
	position: relative;
	width: 92.5%;
}

.notice .hd {
	position: absolute;
	right: 0;
	z-index: 999;
	box-sizing: border-box;
	height: 100%;
	display: table;
}

.notice .bd ul li {
	width: 46%;
}

.notice .bd ul li a {
	display: flex;
}

.notice .bd ul li:nth-child(2n) {
	margin-left: 4%;
}

.notice .bd ul li a .text {
	color: #333333;
	font-size: 1rem;
	flex: 1;
	width: 0;
}

.notice .bd ul li a .time {
	color: #999999;
	font-size: 1rem;
	width: 5.125rem;
}

.notice .bd ul li a:hover .text {
	color: #da251c;
}

.p60 {
	padding: 6rem 0;
}
.p60a {
	padding:12rem 0 0 0;
}

.index_box .w {
	display: flex;
	flex-wrap: wrap;
}

.index_box .left {
	width: 58.82%;
}

.index_box .left .swiper-slide {
	position: relative;
}

.index_box .left .swiper-slide .img {
	position: relative;
	padding-bottom: 66.25%;
}

.index_box .left .swiper-slide .img img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.index_box .swiper-pagination {
	text-align: right;
	box-sizing: border-box;
	padding-right: 3rem;
	height: 8rem;
	bottom: 0;
	line-height: 8rem;
}

.index_box .left .swiper-slide .text {
	position: absolute;
	color: #ffffff;
	font-size: 1.8rem;
	bottom: 0;
	left: 0;
	background: linear-gradient(rgba(0, 0, 0, 0), #000);
	width: 100%;
	height: 8rem;
	line-height: 8rem;
	box-sizing: border-box;
	padding-left: 2rem;
}

.index_box .left .swiper-slide .text p {
	width: 70%;
}

.index_box .left .swiper-pagination-bullet {
	width: 1.2rem;
	height: 1.2rem;
	background-color: #fff;
	opacity: 1;
}

.index_box .left .swiper-pagination-bullet-active {
	background-color: #f8b551;
}

.index_box .right {
	flex: 1;
	margin-left: 2.5rem;
}

.index-title {
	display: flex;
	align-items: center;
}

.index-title .name {
	color: #0b4e92;
	font-size: 3rem;
	display: flex;
	align-items: center;
	font-weight: bold;
}

.index-title .more {
	flex: 1;
	border-bottom: 1px solid #ddd;
	text-align: right;
	margin-left: 1rem;
	position: relative;
}

.index-title .more::before {
	content: "";
	position: absolute;
	width: 3rem;
	height: .3rem;
	background-color: #0b4e92;
	position: absolute;
	left: 0;
	bottom: -.1rem;
}

.index-title .more a {
	color: #1f43a3;
	font-size: 1.4rem;
}

.index-title .more a:hover {
	text-decoration: underline;
}

.index_box .swiper-button-next,
.index_box .swiper-button-prev {
	background-color: rgba(0, 0, 0, .5);
	width: 5rem;
	height: 5rem;
	background-size: 1.6rem;
}

.index_box .swiper-button-next {
	right: 0;
}

.index_box .swiper-button-prev {
	left: 0;
}

ul.date-list {
	margin-top: 2rem;
}

ul.date-list li {
	height: 8.6rem;
	margin-bottom: .9rem;
}

ul.date-list li:last-child {
	margin-bottom: 0;
}

ul.date-list li a {
	display: flex;
	background-color: #f9fcff;
	box-sizing: border-box;
	padding: 1.8rem 3rem;
	height: 100%;
}

ul.date-list li a .date {
	border-right: 1px solid #ddd;
	box-sizing: border-box;
	padding-right: 2rem;
	margin-right: 3rem;
}

ul.date-list li a .date .t {
	color: #2b81d8;
	font-size: 2.4rem;
	font-weight: bold;
	position: relative;
}

ul.date-list li a .date .t2 {
	color: #2b81d8;
	font-size: 1.4rem;
}

ul.date-list li a .text {
	flex: 1;
}

ul.date-list li a .text .t2 {
	color: #222222;
	font-size: 1.8rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

ul.date-list li a:hover {
	background: url(../img/list-bg.png) center no-repeat;
	background-size: cover;
}

ul.date-list li a:hover .date .t,
ul.date-list li a:hover .date .t2,
ul.date-list li a:hover .text .t2 {
	color: #fff;
}

.index_box2 {
	background: url(../img/box2-bg.png) center no-repeat;
	box-sizing: border-box;
	background-size: cover;
}

.index-title2 {
	text-align: center;
	color: #0b4e92;
	font-size: 3rem;
	position: relative;
	font-weight: bold;
}

.index-title3 {
	color: #fff;
}

.index-title2 a {
	color: #1f43a3;
	font-size: 1.4rem;
	position: absolute;
	right: 0;
	bottom: .5rem;
}

.index-title3 a {
	color: #fff;
}

.index-title2 a:hover {
	text-decoration: underline;
}

.index-title2 span {
	position: relative;
	padding-bottom: 2rem;
}

.index-title2 span::before {
	content: "";
	position: absolute;
	background-color: #0b4e92;
	width: 5rem;
	height: .4rem;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
}

.index-title3 span::before {
	background-color: #fff;
}

.index_box2 ul {
	display: flex;
	flex-wrap: wrap;
	margin-top: 6.5rem;
}

.index_box2 ul li {
	width: 24%;
	margin-right: 1.333%;
	box-sizing: border-box;
}

.index_box2 ul li:last-child {
	margin-right: 0;
}

.index_box2 ul li a {
	display: block;
	background-color: #fff;
	box-sizing: border-box;
	padding: 3rem;
	height: 100%;
	width: 100%;
}

.index_box2 ul li .date {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
}

.index_box2 ul li .date .number {
	color: #fff;
	font-size: 1.4rem;
	background-color: #2b81d8;
	padding: 0 1rem;
}

.index_box2 ul li .date .number span {
	font-size: 2.4rem;
	font-weight: bold;
	margin-right: .5rem;
}

.index_box2 ul li .text {
	color: #222222;
	font-size: 1.6rem;
	margin-top: 2rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.index_box2 ul li:hover .text {
	color: #2b81d8;
}

.index_box3 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	overflow: hidden;
}

.index_box3 .item {
	width: 48%;
}

.index_box3 ul.date-list li {
	height: 7rem;
}

.index_box3 ul.date-list li .date .t {
	margin-top: -1rem;
}

.index_box3 ul.date-list li a {
	padding: 1.5rem 3rem;
}

.index_box3 .item2 ul.date-list li a {
	display: flex;
	flex-wrap: wrap;
}

.index_box3 ul.date-list li a .text {
	display: flex;
	align-items: center;
}

.index_box3 ul.date-list li a .text .t2 {
	-webkit-line-clamp: 1;
}

.index_box3 ul.date-list li a .date2 {
	width: 100%;
}

.index_box3 ul.date-list li a .date2 .t2 {
	color: #2b81d8;
	font-size: 1.4rem;
}

.index_box4 {
	background-size: cover !important;
}

.view_index {
	position: fixed;
	left: 0%;
	top: 100%;
	bottom: 0;
	right: 0;
	background: none;
	transition: top 0.7s cubic-bezier(0.5, 0, 0.2, 1) 0s;
	z-index: 1;
	outline: none;
	overflow-y: auto;
	background-color: #FFFFFF;
	z-index: 99;
}



.view_index.showdiv {
	top: 14rem;
}

.container.wt {
	-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
	z-index: 999;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
	background-color: #0b4e92;
	height: 14rem;
}

.container .right ul li {
	position: relative;
	padding-bottom: 5.8rem;
}

.container .right ul li .box {
	margin-top: 5.8rem !important;
	position: absolute;
	min-width: 100%;
	width: 65rem;
	padding: 20px;
	display: none;
	background-color: rgba(255, 255, 255, .9);
	-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
	left:-20%;
	transform: translateX(-50%);
}

.container .right ul li .box .img {
	position: relative;
	width: 18rem;
}

.container .right ul li .box .text {
	flex: 1;
	color: #2b81d8;
	box-sizing: border-box;
	padding: 0 2rem;
	text-align: left;
}

.container .right ul li:hover .box {
	display: flex;
}

.container .right ul li .box dl {
	box-sizing: border-box;
	width: 35%;
}

.container .right ul li .box dl dd {
	margin-bottom: 1rem;
	display: block;
	width: 50%;
}

.container .right ul li .box dl dd:last-child {
	margin-bottom: 0;
}

.container .right ul li .box dl dd a {
	text-decoration: none;
	color: #222222 !important;
	padding: 0;
	font-size: 1.6rem;
	font-weight: 100;
}

.container .right ul li .box dl dd a:hover {
	color: #2b81d8 !important;
}

html {
	overflow: hidden;
	overflow-y: auto;
}

.slideTxtBox2 .bd .box .img {
	position: relative;
	padding-bottom: 65.72%;
	overflow: hidden;
}

.slideTxtBox2 .bd .box .img img {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.slideTxtBox2 .bd .swiper-button-next {
	width: 5rem;
	height: 5rem;
	background-size: 100% 50% !important;
	right: 0;
	background-color: rgba(53, 107, 164, .8);
	border-radius: 5px;
}

.slideTxtBox2 .bd .swiper-button-prev {
	width: 5rem;
	height: 5rem;
	background-size: 100% 50% !important;
	left: 0;
	background-color: rgba(53, 107, 164, .8);
	border-radius: 5px;
}

.slideTxtBox2 .bd .swiper-button-prev:hover,
.slideTxtBox2 .bd .swiper-button-next:hover {
	background-color: rgba(53, 107, 164, 1);
}

.slideTxtBox2 .bd .box {
	position: relative;
}

.slideTxtBox2 .bd .swiper-slide {
	background-color: #fff;
}

.slideTxtBox2 .bd .box .text {
	display: flex;
	flex-wrap: wrap;
	padding: 2rem 2.5rem;
	box-sizing: border-box;
	height: 10rem;
}

.slideTxtBox2 .bd .box .text .date {
	color: #2b81d8;
	font-size: 1.4rem;
	border-right: 1px solid #ddd;
	padding-right: 2rem;
	margin-right: 2rem;
}

.slideTxtBox2 .bd .box .text .date .t {
	font-size: 2.4rem;
	font-weight: bold;
}

.slideTxtBox2 .bd .box .text .txt {
	flex: 1;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	color: #222222;
	font-size: 1.8rem;
}


.hidden {
	display: none;
}

.index_box5 {
	background-color: #eff3fc;
}

.index_box5 ul {
	display: flex;
	flex-wrap: wrap;
	margin-top: 6rem;
}

.index_box5 ul li {
	width: 20%;
	height: 13rem;
	display: flex;
	-webkit-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
}

.index_box5 ul li a {
	display: block;
	width: 100%;
	align-items: center;
	text-align: center;
	padding: 2.5rem 0;
	border-right: 1px solid #ddd;
	box-sizing: border-box;
}

.index_box5 ul li p {
	color: #222222;
	font-size: 1.8rem;
	margin-top: 1.5rem;
}

.index_box5 ul li:hover {
	background-color: #2b81d8;
}

.index_box5 ul li a:hover img {
	filter: brightness(100);
}

.index_box5 ul li:hover p {
	color: #fff;
}

.index_box5 ul li:hover img {
	animation: landr 0.8s ease-in-out;
	-ms-animation: landr 0.8s ease-in-out;
	-moz-animation: landr 0.8s ease-in-out;
	-webkit-animation: landr 0.8s ease-in-out;
	-o- animation: landr 0.8s ease-in-out;
}

.banner {
	height: 100vh;
}

.footer .footer_link {
	background-color: #0b4e92;
	padding-top: 2rem;
	height: 6.5rem;
	box-sizing: border-box;
	overflow: hidden;
	border-bottom: 1px solid #3c71a8;
}

.footer .footer_link.show {
	height: auto;
}

.footer .footer_link ul {
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	flex: 1;
	margin-top: .15rem;
}

.footer .footer_link .w {
	display: flex;
}

.footer .footer_link span {
	color: #FFFFFF;
	font-size: 1.8rem;
	margin-right: 10px;
}

.footer .footer_link ul li {
	margin-bottom: 1.5rem;
	margin-right: 2rem;
}

.footer .footer_link ul li a {
	color: rgba(255, 255, 255, .5);
	font-size: 1.6rem;
	padding-right: 2rem;
	border-right: 1px solid rgba(255, 255, 255, .5);
	box-sizing: border-box;
}

.footer .footer_link ul li:last-child a {
	border-right: none;
}

.footer .footer_link ul li a:hover {
	text-decoration: underline;
	color: #fff;
}

.footer .footer_link .more {
	color: #FFFFFF;
	font-size: 1.6rem;
	position: relative;
}

.footer .footer_link .more img {
	vertical-align: 1px;
	cursor: pointer;
}

.footer .footer_link .more img.btn {
	transform: rotate(-90deg);
}

.link_more_index {
	display: none;
}

.footer .footer_link .more .erji_show {
	position: absolute;
	z-index: 9999999999;
	width: 100%;
	right: 50px;
	display: none;
	border: 1px solid #333333;
	background: #222222;
	width: 200px;
	background-color: #FFFFFF;
	bottom: 5px;
}

.footer .footer_link .more .erji_show dl dd a:hover {
	text-decoration: underline;
}

.footer .footer_link .more dl {
	box-sizing: border-box;
	padding: 10px 20px;
	line-height: 27px;
}

.footer .footer_link .more dl dd {
	color: #333333;
	text-align: center;
}

.footer .footer_link .more dl dd a {
	color: #333333;
}

.footer .bottom {
	text-align: center;
	background-color: #0b4e92;
	color: #FFFFFF;
	font-size: 1.6rem;
	padding: 4rem 0;
}

.footer .bottom .w {
	display: flex;
	justify-content: space-between;
}

.footer .bottom .text {
	text-align: right;
}

.footer .bottom p {
	margin-bottom: 10px;
}

.footer .bottom a {
	color: #45aaf0;
}

.footer .bottom a:hover {
	text-decoration: underline;
}

.ftool_top .ftoolab img {
	margin-top: 0;
	margin-bottom: -.5rem;
}

.ftool_top .ftoolab {
	color: #333;
}

@media (min-width: 1350px) {
	#one-show {
		opacity: 0;
		transform: translateX(-20rem);
		-webkit-transition: all 1s ease-in-out;
		transition: all 1s ease-in-out;
	}

	#one-show2 {
		opacity: 0;
		transform: translateX(20rem);
		-webkit-transition: all 1s ease-in-out;
		transition: all 1s ease-in-out;
	}

	.left-show {
		opacity: 0;
		transform: translateX(-20rem);
		-webkit-transition: all 1s ease-in-out;
		transition: all 1s ease-in-out;
	}

	.right-show {
		opacity: 0;
		transform: translateX(20rem);
		-webkit-transition: all 1s ease-in-out;
		transition: all 1s ease-in-out;
	}

	.bottom-show {
		opacity: 0;
		transform: translateY(10rem);
		-webkit-transition: all 1s ease-in-out;
		transition: all 1s ease-in-out;
	}

	.bottom-show2 {
		opacity: 0;
		transform: translateY(10rem);
		-webkit-transition: all 1s ease-in-out;
		transition: all 1s ease-in-out;
	}

	.top-show {
		opacity: 0;
		transform: translateY(-10rem);
		-webkit-transition: all 1s ease-in-out;
		transition: all 1s ease-in-out;
	}

	.showing {
		opacity: 1 !important;
		transform: translateX(0rem) !important;
	}

	.showing2 {
		opacity: 1 !important;
		transform: translateX(0rem) !important;
	}

	.showing3 {
		opacity: 1 !important;
		transform: translateY(0rem) !important;
	}

	.showing4 {
		opacity: 1 !important;
		transform: translateY(-8rem) !important;
	}
}

.phone_search {
	width: 2rem;
	text-align: center;
}

.phone_search.open .search1 {
	display: none;
}

.phone_search .close {
	display: none;
}

.phone_search.open .close {
	display: block;
}

.new-box1 {
	background-color: #ecf2f9;
	position: relative;
	overflow: hidden;
}

.new-box1 .bg-img {
	position: absolute;
	right: -.8rem;
	bottom: 0;
}

.index-title4 {
	text-align: left;
}

.index-title4 span::before {
	left: 0;
	transform: translateX(0);
}

.new-box1 .left {
	position: relative;
	z-index: 1;
}

.new-box1 ul {
	/* width: 62.68%; */
	width: 84rem;
	display: flex;
	flex-wrap: wrap;
	margin-top: 15rem;
}

.new-box1 ul li {
	position: relative;
	width: 28rem;
}

.new-box1 ul li:nth-child(2n) {
	background-color: #2b81d8;
}

.new-box1 ul li:nth-child(2n) .img {
	display: none;
}

.new-box1 ul li .img {
	height: 22rem;
	position: relative;
}

.new-box1 ul li .img img {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.new-box1 ul li .text {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	padding: 4rem;
	display: flex;
	flex-wrap: wrap;
	align-content: space-between;
}

.new-box1 ul li .text p {
	width: 100%;
	font-weight: bold;
	font-size: 2.4rem;
	color: #fff;
	text-shadow: 2px 2px 4px #000000;
	-moz-transition: all .2s linear;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}

.new-box1 ul li:hover .text p {
	transform: translateY(-1rem);
}

.index_box {
	overflow: hidden;
}

.index_box4 {
	overflow: hidden;
}

.index_box4 .w {
	display: flex;
	flex-wrap: wrap;
}

.slideTxtBox2 {
	width: 64.7%;
}

.new-title span {
	padding-bottom: 0;
}

.new-title span::before {
	display: none;
}

.new-title {
	display: flex;
	align-items: center;
}

.new-title .ri {
	flex: 1;
	border-bottom: 1px solid #fff;
	position: relative;
	text-align: right;
	margin-top: -2rem;
	margin-left: 1rem;
}

.new-title a {
	position: relative;
}

.new-title .ri::before {
	content: "";
	position: absolute;
	height: 3px;
	width: 3rem;
	background-color: #fff;
	display: inline-block;
	left: 0;
	bottom: 0;
}

.slideTxtBox2 .date {
	text-align: right;
	box-sizing: border-box;
	padding-right: 2.5rem;
	padding-bottom: 1.4rem;
}

.slideTxtBox2 .date .t {
	color: #2b81d8;
	font-size: 3.6rem;
}

.slideTxtBox2 .date .t2 {
	font-size: 1.4rem;
	color: #2b81d8;
}

.slideTxtBox2 .bd .box .text {
	padding: 2.5rem;
}

.slideTxtBox2 .bg-box {
	position: relative;
}

.slideTxtBox2 .bg-box .bg {
	position: absolute;
	bottom: 0;
}

.xsjl {
	flex: 1;
	margin-left: 4rem;
}

.xsjl ul.date-list {
	margin-top: 4rem;
}

.slideTxtBox2 .bd {
	margin-top: 4rem;
}

.xysh ul {
	display: flex;
	flex-wrap: wrap;
	margin-top: 5rem;
}

.xysh ul li {
	width: 23%;
	margin-right: 2.666%;
}

.xysh ul li:last-child {
	margin-right: 0;
}

.xysh ul li a {
	display: block;
	position: relative;
	width: 100%;
	padding-bottom: 140%;
}

.xysh ul li img {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	object-fit: cover;
}

.xysh ul li span {
	font-size: 2.4rem;
	font-weight: bold;
	color: #fff;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	margin-top: 3rem;
	text-shadow: 2px 2px 4px #000000;
	-moz-transition: all .2s linear;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}

.xysh ul li:nth-child(1) span {
	bottom: 4rem;
}

.xysh ul li:nth-child(3) span {
	bottom: 4rem;
}

.xysh ul li:hover span {
	transform: translate(-50%, -1rem);
}

.whcc {
	width: 50%;
	margin-top: 6rem;
	text-align: center;
	background: url(../img/whcc_ltbg2.png) center no-repeat;
	display: flex;
	justify-content: right;
}

.whcc .img {
	width: 70.83%;
}

.whcc .img a {
	display: inline-block;
	padding-bottom: 66.17%;
	width: 100%;
	position: relative;
}

.whcc .img a img {
	display: none;
	position: absolute;
	right: 0;
	left: 0;
	width: 100%;
	height: 101.3%;
	object-fit: cover;
}

.hzjl {
	width: 50%;
	box-sizing: border-box;
	padding-left: 6rem;
	display: flex;
	justify-content: left;
	background: url(../img/h1.png) center no-repeat;
	padding-bottom: 0;
}

.hzjl .img {
	width: 64.58%;
}

.hzjl .img a {
	display: inline-block;
	padding-bottom: 116%;
	width: 100%;
	position: relative;
}

.hzjl .img a img {
	position: absolute;
	right: 0;
	left: 0;
	width: 100%;
	height: 101%;
	object-fit: cover;
}

.hzjl .img span {
	position: absolute;
	text-shadow: 2px 2px 4px #000000;
	font-size: 2.4rem;
	font-weight: bold;
	color: #fff;
	width: 1rem;
	line-height: 1.2;
	margin: 4rem;
	-moz-transition: all .2s linear;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}

.whcc .img span {
	position: absolute;
	text-shadow: 2px 2px 4px #000000;
	font-size: 2.4rem;
	font-weight: bold;
	color: #fff;
	line-height: 1.2;
	right: 4rem;
	bottom: 4rem;
	-moz-transition: all .2s linear;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}

.hzjl .img:hover span {
	transform: translate(-50%, -1rem);
}

.whcc .img:hover span {
	transform: translate(-50%, -1rem);
}

.link-n {
	background-color: #f9fcff;
	line-height: 8rem;
	border-bottom: 1px solid #ddd;
	text-align: center;
}

.link-n a {
	color: #222222;
	font-size: 2.4rem;
	margin-right: 8rem;
	position: relative;
	display: inline-block;
}


.link-n a:last-child {
	margin-right: 0;
}

.link-n a.active {
	color: #2b81d8;
}

.link-n a.active::before {
	content: "";
	width: 4rem;
	height: .3rem;
	background-color: #2b81d8;
	display: inline-block;
	position: absolute;
	bottom: -.5rem;
	left: 50%;
	transform: translateX(-50%);
}

.link-n a:hover {
	color: #2b81d8;
}

.link-n a:hover::before {
	content: "";
	width: 4rem;
	height: .3rem;
	background-color: #2b81d8;
	display: inline-block;
	position: absolute;
	bottom: -.5rem;
	left: 50%;
	transform: translateX(-50%);
}
.link-n a::after{
	height: 4rem;
	width: 1px;
	position: absolute;
	content: "";
	background-color: #ddd;
	top: 50%;
	transform: translateY(-50%);
	right: -4rem;
}

.link-n a:last-child::after{
	display: none;
}
.news-n {
	min-height: 60rem;
	padding-bottom: 8rem;
	margin-top: 3rem;
	margin-bottom: 3rem;
}

.news-n .ul1 {
	display: flex;
	flex-wrap: wrap;
	margin-top: 6rem;
}

.news-n .ul1 li {
	width: 32%;
	margin-right: 2%;
}

.news-n .ul1 li:hover .text {
	background-color: rgba(43, 129, 216, .75);
}

.news-n .ul1 li:hover .text .date,
.news-n .ul1 li:hover .text .txt {
	color: #fff;
}

.news-n .ul1 li:nth-child(3n) {
	margin-right: 0;
}

.news-n .ul1 li .img {
	position: relative;
	padding-bottom: 65.88%;
	overflow: hidden;
}

.news-n .ul1 li .img img {
	position: absolute;
	left: 0;
	top: 0;
	object-fit: cover;
}

.news-n .ul1 li .text {
	display: flex;
	padding: 2rem 3rem;
	background-color: #f5faff;
}

.news-n .ul1 li .text .date {
	color: #2b81d8;
	font-size: 2.4rem;
	border-right: 1px solid #ddd;
}

.news-n .ul1 li .text .date .t2 {
	font-size: 1.4rem;
	width: 7rem;
}

.news-n .ul1 li .text .txt {
	color: #222222;
	font-size: 1.8rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	margin-left: 2rem;
	line-height: 1.8;
}

.news-n .ul2 {
	display: flex;
	flex-wrap: wrap;
}

.news-n .ul2 li {
	width: 32%;
	margin-right: 2%;
	background: url(../img/tb.png) center no-repeat;
	padding: 2rem 3rem;
	box-sizing: border-box;
	padding-bottom: 4rem;
	border-bottom: 2px solid #2b81d8;
	background-size: cover;
	margin-top: 4rem;
}

.news-n .ul2 li:nth-child(3n) {
	margin-right: 0;
}

.news-n .ul2 li .text {
	display: flex;
}

.news-n .ul2 li .text .date {
	color: #2b81d8;
	font-size: 2.4rem;
	border-right: 1px solid #ddd;
}

.news-n .ul2 li .text .date .t2 {
	font-size: 1.4rem;
	width: 7rem;
}

.news-n .ul2 li .text .txt {
	color: #222222;
	font-size: 1.8rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	margin-left: 2rem;
	line-height: 1.8;
}
.news-n .ul2 li .text2 {
	display:;
}
.news-n .ul2 li .text2 .txt {
	color: #222222;
	font-size: 1.6rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	line-height: 1.8;
	font-weight: bold;
	text-align: center;
}

.news-n .ul2 li .txt2 {
	color: #999999;
	font-size: 1.6rem;
	margin-top: 2rem;
	line-height: 1.8;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.news-n .ul2 li {
	position: relative;
}

.news-n .ul2 li a {
	position: relative;
}

.news-n .ul2 li:hover::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: rgba(43, 129, 216, .75);
}

.news-n .ul2 li:hover .text .txt,
.news-n .ul2 li:hover .text .date,
.news-n .ul2 li:hover .txt2 {
	color: #fff;
}

.team-list {
	min-height: 60rem;
	padding-bottom: 8rem;
}
.team-list .ul1 ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.team-list .ul1 ul li {
	width: 48%;
	margin-right: 0;
	background-color: #f5faff;
	border-bottom: 3px solid #2b81d8;
}

.team-list .ul1 ul li:nth-child(2n) {
	margin-right: 0;
}

.team-list .ul1 ul li a {
	display: flex;
}

.team-list .ul1 ul li .img {
	width: 33.84%;
}

.team-list .ul1 ul li .img .image {
	position: relative;
	padding-bottom: 136%;
}

.team-list .ul1 ul li .img img {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	left: 0;
	top: 0;
}

.team-list .ul1 ul li .text {
	margin-top: 4rem;
	margin-left: 4rem;
	margin-right: 4rem;
	flex: 1;
}

.team-list .ul1 ul li .text .t {
	color: #222222;
	font-size: 3rem;
	font-weight: bold;
}

.team-list .ul1 ul li .text .t em {
	color: #2b81d8;
	font-size: 1.6rem;
	font-weight: normal;
	background-color: #f0f0f0;
	display: inline-block;
	border-radius: 3rem;
	padding: .2rem 2rem;
}

.team-list .ul1 ul li .text .t2 {
	color: #222222;
	font-size: 1.8rem;
	margin: 2rem 0;
}

.team-list .ul1 ul li .text .t3 {
	color: #666666;
	font-size: 1.6rem;
	line-height: 2.1;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.team-list .ul1 ul li .text .t5 {
	color: #666666;
	font-size: 1.6rem;
	line-height: 2.1;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	overflow: hidden;
}

.team-list .ul1 ul li .text .t4 {
	text-align: right;
	margin-top: 1rem;
}

.team-list .ul1 ul li {
	margin-top: 6rem;
}

.team-list .ul1 ul li:hover .t {
	color: #2b81d8;
}

.text-bg {
	position: absolute;
	right: 0;
	top: 60%;
	transform: translateY(-50%);
}

.link-n2 {
	text-align: center;
	margin-top: 3rem;
}

.link-n2 a {
	display: inline-block;
	background-color: #f5faff;
	font-size: 1.6rem;
	color: #2b81d8;
	padding: 1rem 2rem;
}

.link-n2 a.active {
	background-color: #2b81d8;
	color: #fff;
}

.link-n2 a:hover {
	background-color: #2b81d8;
	color: #fff;
}

/*详情*/
.ny_xx {
	display: flex;
	flex-wrap: wrap;
	margin-top: 6rem;
}

.ny_xx .tit {
	width: 100%;
	height: 8rem;
	line-height: 3rem;
	font-size: 2.4rem;
	text-align: center;
}

.ny_xx .time {
	width: 100%;
	height: 6rem;
	line-height: 6rem;
	font-size: 1.6rem;
	color: #999999;
	background-color: #f9fcff;
	text-align: center;
}

.ny_xx .text {
	width: 100%;
	line-height: 3.0rem;
	font-size: 1.6rem;
	margin-top: 6rem;
}

/**激活样式**/
.link-n a.selected {
	color: #2b81d8;
}

.link-n a.selected::before {
	content: "";
	width: 4rem;
	height: .3rem;
	background-color: #2b81d8;
	display: inline-block;
	position: absolute;
	bottom: -.5rem;
	left: 50%;
	transform: translateX(-50%);
}
.container .right ul li.parent>a::before {
	display: inline-block;
}

/**师资检索**/

.letter-nav-wrap {
    background-color: #f9fcff;
    padding: 2rem 2rem;
    margin-top: 3rem;
}
.letter-nav-wrap h4 {
    margin: 0;
    font-size: 1.6rem;
    margin-bottom: 1rem;
	color: #2b81d8;
}

.letter-nav-wrap .letter-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.letter-nav-wrap .letter-nav a {
    display: block;
    text-align: center;
    width: 3.2rem;
    height: 3rem;
    line-height: 3rem;
    color: #333;
    margin-bottom: 5px;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 1.6rem;
    margin-left: -0.1rem;
	padding: 0.5rem 0.5rem;
}
.letter-nav-wrap .letter-nav a.cur {
    background-color: #2b81d8;
    color: #fff;
}
.letter-nav-wrap .letter-nav a:hover {
    background-color: #2b81d8;
    color: #fff;
}