.phone_search {
	width: 2rem;
	text-align: center;
}

.phone_search.open .search1 {
	display: none;
}

.phone_search .close {
	display: none;
}

.phone_search.open .close {
	display: block;
}

#search .tex {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.search-box {
	position: relative;
}

.search {
	display: none;
	position: absolute;
	right: 0;
	top: 30px;
	z-index: 99;
	overflow: hidden;
	height: 40px;
	padding: 0 20px;
	border-radius: 5px;
	border: 1px solid #DDDDDD;
	box-sizing: border-box;
	color: #333333;
	font-size: 14px;
	width: 200px;
	background-color: #fff;
}

.search .btn {
	position: absolute;
	background: url(../img/search.png) center no-repeat;
	width: 22px;
	height: 22px;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
	margin-right: 10px;
}

.phone_search {
	box-sizing: border-box;
	cursor: pointer;
}

.header {
	padding: 35px 0;
}

.header .w {
	display: flex;
	align-items: center;
}

.header .nav {
	flex: 1;
	margin-left: 60px;
}

.header .nav ul {
	display: flex;
}

.header .nav ul li>a {
	color: #222222;
	font-size: 18px;
	padding: 4px 13px;
	display: block;
}

.header .nav ul li {
	position: relative;
}

.header .nav ul li .box {
	position: absolute;
	min-width: 190px;
	text-align: center;
	z-index: 9;
	left: 50%;
	transform: translateX(-50%);
	white-space: nowrap;
	display: none;
}

.header .nav ul li dl {
	padding-top: 53px;
}

.header .nav ul li dl::before {
	content: "";
	background: url(../img/nav-icon.png) center no-repeat;
	position: absolute;
	width: 18px;
	height: 9px;
	top: 44px;
	left: 50%;
	transform: translateX(-50%);
}

.header .nav ul li dl a {
	color: #fff;
	font-size: 16px;
	line-height: 50px;
	display: block;
	padding: 0 20px;
	background-color: #0b3f87;
}

.header .nav ul li dl dd.active a {
	background-color: #3c659f;
}

.header .nav ul li dl dd a:hover {
	background-color: #3c659f;
}

.header .nav ul li.active>a {
	background-color: #0b3f87;
	color: #fff;
	border-radius: 20px;
}

.header .nav ul li:hover>a {
	background-color: #0b3f87;
	color: #fff;
	border-radius: 20px;
}

.banner {
	height: 670px;
}

.banner .swiper-slide {
	background-size: cover !important;
}

.banner .swiper-container {
	height: 100%;
}

.banner .swiper-pagination-bullet {
	width: 18px;
	height: 18px;
	box-sizing: border-box;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, .4);
	opacity: 1;
}

.banner .swiper-pagination-bullet-active {
	background-color: #fff;
	width: 50px;
	border-radius: 30px;
}

.index-box {
	padding: 55px 0;
	background: url(../img/bg.png) center no-repeat;
	background-size: cover;
}

.index-box .w {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.index-box .left {
	width: 890px;
}

.index-title {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #ddd;
}

.index-title span {
	color: #222222;
	font-size: 30px;
	font-weight: bold;
	position: relative;
	padding-bottom: 10px;
}

.index-title span::before {
	content: "";
	position: absolute;
	width: 40px;
	height: 3px;
	background-color: #0b3f87;
	display: inline-block;
	bottom: 0;
	left: 0;
}

.index-title a {
	margin-right: 20px;
}

.index-title a:hover {
	transform: translateX(20px);
}

.moreon {
	display: none;
}

.index-box .left .box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 30px;
}

.index-box .left .box .image {
	width: 470px;
}

.index-box .left .box .image .img img {
	width: 470px;
	height: 310px;
	object-fit: cover;
}

.index-box .left .box .image .text {
	background-color: #fbfbfb;
	padding: 24px 40px;
	color: #222222;
	border-bottom: 3px solid #0b3f87;
}

.index-box .left .box .image .text .t {
	font-size: 18px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.index-box .left .box .image .text .date {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 20px;
}

.index-box .left .box .image .text .date span {
	color: #999999;
	font-size: 16px;
}

.index-box .left .box .image:hover .morei {
	display: none;
}

.index-box .left .box .image:hover .moreon {
	display: inline;
}

.index-box .left .box .image:hover .text {
	background-color: #0b3f87;
	color: #fff;
	border-bottom: 3px solid #db9c3a;
}

.index-box .left .box .image:hover .date span {
	color: #fff;
}

.index-box .left .box .list {
	width: 380px;
}

.index-box .left .box ul li {
	margin-bottom: 10px;
}

.index-box .left .box ul li:last-child {
	margin-bottom: 0;
}

.index-box .left .box ul li .text {
	color: #222222;
	font-size: 18px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.index-box .left .box ul li a {
	background-color: #fbfbfb;
	display: block;
	padding: 25px 20px;
	border-bottom: 3px solid #0b3f87;
}

.index-box .left .box ul li .date {
	display: flex;
	justify-content: space-between;
	margin-top: 15px;
}

.index-box .left .box ul li .date span {
	color: #999999;
	font-size: 16px;
}

.index-box .left .box ul li a:hover {
	background-color: #0b3f87;
	color: #fff;
	border-bottom: 3px solid #db9c3a;
}

.index-box .left .box ul li a:hover .text {
	color: #fff;
}

.index-box .left .box ul li a:hover .morei {
	display: none;
}

.index-box .left .box ul li a:hover .moreon {
	display: inline;
}

.index-box .right {
	width: 430px;
}

.index-box .right ul {
	margin-top: 30px;
}

.index-box .right ul li a {
	background-color: #fbfbfb;
	display: flex;
	flex-wrap: wrap;
	box-sizing: border-box;
	padding: 16.8px 20px;
	border-bottom: 1px solid #ddd;
}

.index-box .right ul li .date {
	color: #0b3f87;
	border-right: 1px solid #ddd;
	padding-right: 20px;
	margin-right: 20px;
}

.index-box .right ul li .date .t {
	font-size: 24px;
	font-weight: bold;
}

.index-box .right ul li .date .t2 {
	font-size: 14px;
}

.index-box .right ul li .text {
	flex: 1;
	color: #333333;
	font-size: 18px;
}

.index-box .right ul li .text p {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.index-box .right ul li:hover .text {
	color: #0b3f87;
}

.index-box2 {
	background: url(../img/bg2.png) center no-repeat;
	padding: 60px 0;
	background-size: cover;
}

.index-title2 {
	text-align: center;
	position: relative;
}

.index-title2 span {
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	position: relative;
	padding-bottom: 10px;
}

.index-title2 span::before {
	content: "";
	position: absolute;
	width: 40px;
	height: 3px;
	background-color: #fff;
	display: inline-block;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}

.index-title2 a {
	margin-right: 20px;
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
}

.index-title2 a:hover {
	transform: translate(20px, -50%);
}

.index-box2 .left {
	width: 680px;
}

.index-box2 .left .img {
	overflow: hidden;
	position: relative;
}

.index-box2 .left .img img {
	width: 680px;
	height: 447px;
	object-fit: cover;
}

.index-box2 .left .text {
	color: #ffffff;
	font-size: 20px;
	background: linear-gradient(rgba(0, 0, 0, 0), #000);
	position: absolute;
	height: 100px;
	z-index: 1;
	width: 100%;
	bottom: 0;
	left: 0;
	line-height: 100px;
	box-sizing: border-box;
	padding: 0 40px;
}

.index-box2 .left .text p {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}

.index-box2 .box {
	margin-top: 80px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.index-box2 .right {
	margin-left: 20px;
	width: 660px;
}

.index-box2 .right ul {
	display: flex;
	flex-wrap: wrap;
}

.index-box2 .right ul li {
	width: 320px;
	margin-right: 20px;
	margin-bottom: 20px;
}

.index-box2 .right ul li:nth-child(2n) {
	margin-right: 0;
}

.index-box2 .right .img {
	overflow: hidden;
	position: relative;
}

.index-box2 .right .img img {
	width: 320px;
	height: 213px;
	object-fit: cover;
}

.index-box2 .right .text {
	color: #ffffff;
	font-size: 16px;
	background: linear-gradient(rgba(0, 0, 0, 0), #000);
	position: absolute;
	height: 80px;
	z-index: 1;
	width: 100%;
	bottom: 0;
	left: 0;
	line-height: 80px;
	box-sizing: border-box;
	padding: 0 20px;
}

.index-box2 .right .text p {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}

.index-title3 span {
	color: #222222;
}

.index-title3 span::before {
	background-color: #0b3f87;
}

.index-box3 {
	background: url(../img/bg3.png) center no-repeat;
	background-size: cover;
	padding: 60px 0;
}

.index-box3 ul {
	display: flex;
	flex-wrap: wrap;
	margin-top: 80px;
}

.index-box3 ul li {
	width: 325px;
	margin-right: 20px;
	position: relative;
}

.index-box3 ul li::before {
	content: "";
	background-color: #db9c3a;
	position: absolute;
	width: 100%;
	height: 100%;
	transform: translateY(-4px);
	border-radius: 10px 10px 0 0;
}

.index-box3 ul li:last-child {
	margin-right: 0;
}

.index-box3 ul li a {
	display: block;
	background-color: #fff;
	padding: 20px 30px;
	border-radius: 10px 10px 0 0;
	position: relative;
}

.index-box3 ul li .date {
	color: #0b3f87;
	font-size: 16px;
}

.index-box3 ul li .date span {
	font-size: 24px;
	font-weight: bold;
	position: relative;
}

.index-box3 ul li .date span::before {
	content: "";
	background-color: #0b3f87;
	position: absolute;
	width: 40px;
	height: 3px;
	left: 0;
	bottom: -8px;
}

.index-box3 ul li .t {
	color: #222222;
	font-size: 16px;
	font-weight: bold;
	margin: 20px 0;
	line-height: 1.8;
}

.index-box3 ul li a:hover .t {
	color: #0b3f87;
}

.index-box4 {
	position: relative;
	padding: 60px 0;
	padding-bottom: 50px;
	overflow: hidden;
}

.index-box4 .image {
	position: absolute;
	left: 0;
}

.lb {
	width: 1630px;
	margin-top: 70px;
	position: relative;
}

.lb .swiper-slide .img {
	width: 390px;
	height: 260px;
	position: relative;
}

.lb .swiper-slide .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.lb .swiper-slide .img .text {
	color: #ffffff;
	font-size: 16px;
	background: linear-gradient(rgba(0, 0, 0, 0), #000);
	position: absolute;
	height: 90px;
	z-index: 1;
	width: 100%;
	bottom: 0;
	left: 0;
	line-height: 120px;
	box-sizing: border-box;
	padding: 0 20px;
}

.lb .swiper-slide .img .text p {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}

.lb .swiper-button-next {
	background: url(../img/next.png) center no-repeat;
	width: 60px;
	height: 60px;
	bottom: 0;
	top: auto;
}

.lb .swiper-button-prev {
	background: url(../img/prev.png) center no-repeat;
	width: 60px;
	height: 60px;
}

.lb .swiper-button-next,
.lb .swiper-button-prev {
	left: -80px;
	right: auto;
}

@media (max-width: 1550px) {

	.lb .swiper-button-next,
	.lb .swiper-button-prev {
		left: 0px;
	}
}

.footer .footer_link {
	background-color: #09326c;
	padding-top: 15px;
	height: 49px;
	box-sizing: border-box;
	overflow: hidden;
}

.footer .footer_link.show {
	height: auto;
}

.footer .footer_link ul {
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	flex: 1;
}

.footer .footer_link .w {
	display: flex;
}

.footer .footer_link span {
	color: #FFFFFF;
	font-size: 18px;
	margin-right: 10px;
}

.footer .footer_link ul li {
	margin-bottom: 10px;
	margin-right: 20px;
}

.footer .footer_link ul li a {
	color: rgba(255, 255, 255, .5);
	font-size: 16px;
	padding-right: 20px;
	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: 16px;
	position: relative;
}

.footer .footer_link .more img {
	vertical-align: 1px;
	cursor: pointer;
}

.footer .footer_link .more img.btn {
	transform: rotate(-90deg);
}

.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: #0b3f87;
	color: #FFFFFF;
	font-size: 16px;
	padding: 40px 0;
}

.footer .bottom p {
	margin-bottom: 10px;
}

.footer .bottom a {
	color: #45aaf0;
}

.footer .bottom a:hover {
	text-decoration: underline;
}

.ftool_top .ftoolab img {
	margin-top: -6px;
	margin-bottom: -5px;
}

.ftool_top .ftoolab {
	color: #333;
	font-size: 14px;
}

.banner-n {
	background-size: cover !important;
	height: 360px;
}

.menu {
	width: 280px;
}

.menu span {
	display: block;
	background: url(../img/span-bg.png) center no-repeat;
	height: 80px;
	line-height: 80px;
	background-size: cover;
	box-sizing: border-box;
	padding-left: 30px;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
}

.menu ul {
	margin-top: 3px;
}

.menu ul li {
	margin-bottom: 2px;
	background-color: #eeeeee;
}

.menu ul li:last-child {
	margin-bottom: 0;
}

.menu ul li a {
	display: block;
	line-height: 60px;
	padding-left: 30px;
	color: #333333;
	font-size: 18px;
	position: relative;
}

.menu ul li.active {
	background-color: #0b3f87;
}

.menu ul li.active a {
	color: #fff;
}

.menu ul li a::before {
	content: "";
	position: absolute;
	background: url(../img/menu-icon.png) center no-repeat;
	width: 30px;
	height: 30px;
	right: 0;
	top: 50%;
	transform: translate(50%, -50%);
	opacity: 0;
}

.menu ul li:hover {
	background-color: #0b3f87;
}

.menu ul li:hover a {
	color: #fff;
}

.menu ul li:hover a::before {
	opacity: 1;
}

.menu ul li.active a::before {
	opacity: 1;
}

.wrap {
	margin: 40px 0;
	min-height: 600px;
}

.wrap .w {
	display: flex;
	flex-wrap: wrap;
}

.wrap .view {
	flex: 1;
	margin-left: 60px;
}

.wrap .view .link {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #ddd;
}

.wrap .view .link span.title {
	color: #222222;
	font-size: 30px;
	font-weight: bold;
	position: relative;
	padding-bottom: 15px;
}

.wrap .view .link span.title::before {
	content: "";
	display: inline-block;
	background-color: #002e81;
	width: 40px;
	height: 3px;
	left: 0;
	bottom: 0;
	position: absolute;
}

.wrap .view .name span {
	color: #999999;
	font-size: 16px;
	margin-right: 5px;
}

.wrap .view .name span:last-child {
	margin-right: 0;
}

.wrap .view .name span.active {
	color: #002e81;
}

.news-list ul a {
	display: flex;
}

.news-list ul .text {
	flex: 1;
	color: #222222;
	font-size: 16px;
	display: flex;
	align-items: center;
	margin-right: 30px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}

.news-list ul .text img {
	margin-right: 10px;
}

.news-list ul .date {
	color: #999999;
	font-size: 16px;
	text-align: right;
	width: 90px;
}

.news-list ul li{
	margin-top: 20px;
}

.news-list ul li:hover .text{
	color: #002e81;
}

.page {
	text-align: center;
	margin-top: 60px;
}

.page a {
	box-sizing: border-box;
	padding: 0 10px;
	min-width: 40px;
	display: inline-block;
	background-color: #f4f4f5;
	color: #717377;
	font-size: 12px;
	text-align: center;
	line-height: 30px;
	border: 1px solid #ddd;
}

.page img {
	vertical-align: 1px;
	margin: 0 3px;
}

.page span {
	color: #777777;
	font-size: 14px;
}

.page input {
	border: 1px solid #ddd;
	line-height: 30px;
	width: 40px;
}

.page a.on {
	background-color: #002e81;
	color: #FFFFFF;
}

.page a:hover {
	background-color: #002e81;
	color: #FFFFFF;
}

.page a .img-on {
	display: none;
}

.page a:hover .img-on {
	display: inline;
}

.page a:hover .img {
	display: none;
}

.image-list {
	margin-top: 4rem;
}

.image-list ul {
	display: flex;
	flex-wrap: wrap;
}

.image-list ul li {
	width: 31%;
	margin-right: 3.5%;
	margin-bottom: 35px;
}

.image-list ul li:nth-child(3n) {
	margin-right: 0;
}

.image-list ul li .img {
	padding-bottom: 66.66%;
	position: relative;
}

.image-list ul li .img img {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.image-list ul li .text {
	color: #333333;
	font-size: 16px;
	text-align: center;
	background-color: #f7f5f1;
	line-height: 56px;
	box-sizing: border-box;
	padding: 0 10px;
}

.image-list ul li .text p {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}

.image-list ul li:hover .text{
	background-color: #002e81;
	color: #fff;
}

.wrap .content{
	margin-top: 60px;
}

.wrap .content .title {
	text-align: center;
	margin-bottom: 30px;
}

.wrap .content .title .t {
	color: #222222;
	font-size: 30px;
	font-weight: bold;
	border-bottom: 1px solid #ddd;
	padding: 0 40px;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.wrap .content .title .date {
	color: #999999;
	font-size: 18px;
}

.wrap .content .text .t {
	color: #222222;
	font-size: 16px;
	line-height: 2.2;
	text-indent: 32px;
	margin-bottom: 20px;
}