.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: 10rem;
	top: 0;
	left: 0;
	z-index: 99999;
	/* background-color: rgba(30, 52, 97, .6); */
	background-image: linear-gradient(to right, #1d51ac , #0f9cb6);
	display: flex;
	align-items: center;
}

.container .headwbc {
	display: flex;
	position: relative;
	width: 1715px;
	max-width: 96%;
	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;
}

.container .right ul li {
	text-align: center;
	padding-bottom: 3.5rem;
	padding-top: 3.5rem;
	margin-right: 2rem;
	position: relative;
	padding-left: 1rem;
	padding-right: 1rem;
}

.container .right ul li:hover{
	background-color: #1273a1;
}

.container .right ul li.active{
	background-color: #1273a1;
}

.container .right ul li dl {
	position: absolute;
	min-width: 100%;
	top: 10rem;
	line-height: 5.2rem;
	left: 50%;
	transform: translateX(-50%);
	white-space: nowrap;
	border-top: 2px solid #fff;
	display: none;
}

.container .right ul li:hover dl {
	display: block;
}

.container .right ul li dl dd a {
	display: block;
	background-color: #1674b1;
	padding: 0 5rem;
}

.container .right ul li dl dd a:hover{
	background-color: #1273a1;
}

.container .right ul li:last-child {
	margin-right: 0;
}

.container .right ul li>a {
	position: relative;
	padding: 0 1rem;
	padding-bottom: 4rem;
}

.container .right ul li a {
	color: #fff;
	font-size: 2rem;
}

.container .right ul li a img {
	margin-left: 1rem;
}

.container .right ul li a img.img2 {
	display: none;
}

.container .right ul .last_li a {
	opacity: 0.5;
}

#search .tex {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.search-box {
	position: relative;
	display: flex;
	align-content: center;
	margin-left: 9rem;
}

.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;
}

.headwbw {
	flex: 1;
}

.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;
}

.phone_search {
	width: 2rem;
	text-align: center;
}

.phone_search.open .search1 {
	display: none;
}

.phone_search .close {
	display: none;
}

.phone_search.open .close {
	display: block;
}

.banner .swiper-container {
	height: 100vh;
}

.banner .swiper-slide {
	background-size: cover !important;
}

.banner .swiper-slide img {
	display: none;
}

.banner .swiper-pagination-bullet {
	background-color: rgba(255, 255, 255, .3);
	width: 1.2rem;
	height: 1.2rem;
	border-radius: 50%;
	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);
}

.banner .swiper-slide a {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}

.banner .swiper-slide .text {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	color: #ffffff;
}

.banner .swiper-slide .text .w {
	max-width: 144rem;
}

.banner .swiper-slide .text .t {
	font-size: 4.5rem;
}

.banner .swiper-slide .text .t2 {
	font-size: 1.85rem;
	margin-top: 2rem;
	width: 52%;
	line-height: 2;
}

.banner .swiper-slide .text span {
	display: inline-block;
	padding: 1rem 3rem;
	background-image: linear-gradient(to right, #4a9ae1, #6b6fe8);
	font-size: 2.25rem;
	border-radius: 3rem;
	display: inline-block;
	margin-top: 7rem;
}

.banner .swiper-slide .text span em {
	margin-left: 2rem;
}

.banner .swiper-slide .text span em img {
	display: inline;
	height: auto;
	width: auto;
}

.p80 {
	padding: 8rem 0;
}

.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: 10rem;
}

.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: 999999;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	background-image: linear-gradient(to right, #1d51ac , #0f9cb6);
	height: 10rem;
}

.container .right {
	display: flex;
	align-items: center;
	justify-content: right;
}

.container .right ul li .box {
	margin-top: 3.6rem !important;
	position: absolute;
	padding: 10px 20px;
	display: none;
	background-color: rgba(255, 255, 255, .8);
	-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);
	max-width: 100%;
	white-space: nowrap;
}

.container .right ul li .box dl {
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
}

.cle:after {
	display: none;
}

.container .right ul li .box dl dd {
	text-align: left;
	width: 31%;
	margin-right: 3.5%;
}

.container .right ul li .box dl dd:nth-child(3n) {
	margin-right: 0;
}

/* .container .right ul li .box dl dd:last-child {
	margin-right: 0;
} */

.container .right ul li .box dl dd>a {
	text-decoration: none;
	color: #3f3b3a !important;
	padding: 0;
	font-size: 1.5rem;
	border-bottom: 1px solid rgba(0, 0, 0, .5);
	display: block;
	padding-right: 3rem;
	font-weight: bold;
	padding-bottom: .5rem;
}

.container .right ul li .box dl dd .t a {
	color: #3f3b3a;
	padding: 0;
	font-size: 1.5rem;
	display: block;
	margin-top: 1rem;
	border-bottom: 1px solid rgba(0, 0, 0, .5);
	padding-bottom: 1rem;
	font-weight: bold;
}

.container .right ul li .box dl dd .t a:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.container .right ul li .box dl dd a+.t a {
	font-size: 1.3rem;
	color: #666;
	margin-top: 1rem;
	display: block;
	border-bottom: none;
	padding-bottom: 0;
	font-weight: normal;
}

.container .right ul li .box dl dd a:hover {
	color: #1f419a !important;
}

html {
	overflow: hidden;
	overflow-y: auto;
}

.hidden {
	display: none;
}

@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;
	}

	.showing {
		opacity: 1 !important;
		transform: translateX(0rem) !important;
	}

	.showing2 {
		opacity: 1 !important;
		transform: translateX(0rem) !important;
	}

	.showing3 {
		opacity: 1 !important;
		transform: translateY(0rem) !important;
	}
}

.banner {
	height: 100vh;
}

.index-title {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.index-title span {
	color: #253b61;
	font-size: 3.6rem;
	font-weight: bold;
}

.index-title a {
	color: #3091d4;
	font-size: 2rem;
}

.index-title a:hover {
	text-decoration: underline;
}

.index-box {
	padding: 8rem 0 8rem 0;
	overflow: hidden;
}

.index-box .box {
	display: flex;
	flex-wrap: wrap;
	margin-top: 5rem;
}

.index-box .box .left {
	width: 38.33%;
	-moz-transition: all .2s linear;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}

.index-box .box .left .text {
	padding: 3rem 2rem;
}

.index-box .box .left .image {
	position: relative;
	padding-bottom: 71.73%;
	overflow: hidden;
}

.index-box .box .left .image img {
	position: absolute;
	object-fit: cover;
}

.index-box .box .left .time {
	color: #3091d4;
	font-size: 1.6rem;
	display: flex;
	align-items: center;
}

.index-box .box .left .time img {
	margin-right: 1rem;
}

.index-box .box .left .t {
	color: #253b61;
	font-size: 2.2rem;
	line-height: 2.6;
}

.index-box .box .left .t2 {
	color: #4c4948;
	font-size: 1.6rem;
	line-height: 1.6;
}

.index-box .box .left:hover {
	-moz-box-shadow: 0 10px 15px rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, .2);
	box-shadow: 0 10px 15px rgba(0, 0, 0, .2);
}

.index-box .box .left:hover .t {
	text-decoration: underline;
}

.index-box .box ul {
	display: flex;
	margin-left: 3%;
	flex-wrap: wrap;
	width: 58%;
}

.index-box .box ul li {
	width: 48%;
	margin-right: 4%;
	border-bottom: 1px solid #ddd;
	margin-bottom: 2.5rem;
	padding-bottom: 1rem;
}

.index-box .box ul li img {
	margin-right: 1rem;
}

.index-box .box ul li:nth-child(2n) {
	margin-right: 0;
}

.index-box .box ul li .date {
	color: #949495;
	font-size: 1.6rem;
	display: flex;
	align-items: center;
}

.index-box .box ul li .t {
	color: #666464;
	font-size: 2rem;
	margin: 1rem 0;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.index-box .box ul li .t2 {
	color: #4c4948;
	font-size: 1.6rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.index-box .box ul li:hover .t {
	color: #3091d4;
}

.index-box2 {
	display: flex;
	flex-wrap: wrap;
	overflow: hidden;
}

.index-box2 .left {
	width: 38.33%;
}

.index-box2 .title {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #3091d4;
}

.index-box2 .title span {
	color: #253b61;
	font-size: 3.6rem;
	font-weight: bold;
	position: relative;
	padding-bottom: 1rem;
}

.index-box2 .title span::before {
	content: "";
	width: 5rem;
	height: .3rem;
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: #3091d4;
}

.index-box2 .title a {
	color: #3091d4;
	font-size: 2rem;
}

.index-box2 .title a:hover {
	text-decoration: underline;
}

.ul-list a {
	color: #666464;
	font-size: 1.8rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}

.ul-list li {
	border-bottom: 1px dashed #ddd;
	line-height: 6rem;
}

.ul-list li a:hover {
	color: #3091d4;
}

.index-box2 .right {
	flex: 1;
	margin-left: 5rem;
}

.ul-list2 a {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.ul-list2 .date {
	font-size: 1.6rem;
	width: 12.5rem;
	text-align: right;
}

.ul-list2 .t {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	flex: 1;
	margin-right: 1rem;
}

.index-box3{
	background: url(../img/bg.png) center no-repeat;
	padding: 7rem 0 9.5rem 0;
	margin: 10rem 0;
}

.index-box3 .image{
	position: relative;
	padding-bottom: 55.84%;
	overflow: hidden;
	border-radius: 1rem;
}

.index-box3 .image img{
	position: absolute;
	object-fit: cover;
}

.index-box3 .text{
	padding: 3rem 2rem;
}

.index-box3 .text .t{
	color: #253b61;
	font-size: 2.2rem
}

.index-box3 .text .t2{
	color: #4c4a49;
	font-size: 1.6rem;
	margin-top: 1rem;
}

.index-box3 .swiper-container{
	margin-top: 4rem;
}

.index-box3 .swiper-slide{
	border: 1px solid #93b4cb;
	box-sizing: border-box;
	-moz-transition: all .2s linear;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
	padding-top: 2.5rem;
}

.index-box3 .swiper-slide:hover{
	border: 1px solid #5a8fc8;
	-moz-box-shadow: 0 10px 15px rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, .2);
	box-shadow: 0 10px 15px rgba(0, 0, 0, .2);
	background-color: rgba(213, 241, 253, .65);
}

.index-box3 .w{
	position: relative;
}

.index-box3 .swiper-button-next{
	right: -5rem;
	transform: translateX(100%);
	border: 1px solid #fff;
	border-radius: 50%;
	width: 5rem;
	height: 5rem;
	background-size: 1.5rem;
}

.index-box3 .swiper-button-prev{
	left: -5rem;
	transform: translateX(-100%);
	border: 1px solid #fff;
	border-radius: 50%;
	width: 5rem;
	height: 5rem;
	background-size: 1.5rem;
}

.index-box4 .box{
	display: flex;
	flex-wrap: wrap;
	-moz-box-shadow: 0 10px 15px rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, .2);
	box-shadow: 0 10px 15px rgba(0, 0, 0, .2);
	margin-top: 3rem;
}

.index-box4 .box .left{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	width: 50%;
	box-sizing: border-box;
	padding: 0 5rem;
}

.index-box4 .box .left .text{
	color: #4c4948;
	font-size: 1.8rem;
	width: 100%;
	margin-bottom: 5rem;
}

.index-box4 .box .left a{
	color: #3091d4;
	font-size: 1.9rem;
}

.index-box4 .box .left a:hover{
	text-decoration: underline;
}

.index-box4 .box .left a img{
	vertical-align: 0px;
	margin-left: 1.5rem;
}

.index-box4 .box .right{
	width: 50%;
}

.index-box4 .box .right .img{
	position: relative;
	padding-bottom: 66%;
}

.index-box4 .box .right .img img{
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.index-box5{
	padding: 8rem 0;
}

.index-box5 .title{
	color: #0067bb;
	font-size: 3.6rem;
}

.index-box5 ul{
	display: flex;
	flex-wrap: wrap;
}

.index-box5 ul li{
	width: 48%;
	margin-right: 4%;
	margin-top: 5rem;
}

.index-box5 ul li:nth-child(2n){
	margin-right: 0;
}

.index-box5 ul li a{
	display: flex;
	align-content: top;
}

.index-box5 ul li .text{
	flex: 1;
	margin-left: 4rem;
}

.index-box5 ul li .text .t{
	color: #253b61;
	font-size: 2.8rem;
	margin-bottom: 2rem;
}

.index-box5 ul li .text .t2{
	color: #4c4948;
	font-size: 1.6rem;
	line-height: 1.6;
}

.index-box5 ul li:hover .text .t{
	text-decoration: underline;
}

.index-box6{
	background-color: #e5f6ff;
	padding: 5rem 0;
}

.index-box6 ul{
	display: flex;
	flex-wrap: wrap;
	margin-top: 3rem;
}

.index-box6 ul li{
	width: 24%;
	margin-right: 1.333%;
	background-color: #f1faff;
	box-sizing: border-box;
	padding: 2rem;
	padding-bottom: 4rem;
	box-sizing: border-box;
	border: 1px solid #ddd;
	-moz-transition: all .2s linear;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}

.index-box6 ul li:last-child{
	margin-right: 0;
}

.index-box6 ul li .top img{
	width: 105px;
	height: 105px;
	border-radius: 50%;
	object-fit: cover;
}

.index-box6 ul li .top{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	border-bottom: 1px solid #ddd;
	padding-bottom: 2rem;
	margin-bottom: 2rem;
}

.index-box6 ul li .top .t{
	color: #253b61;
	font-size: 2rem;
	font-weight: bold;
	margin-left: 2rem;
	flex: 1;
}

.index-box6 ul li .bottom .t{
	color: #44403f;
	font-size: 1.8rem;
	margin: 2rem 0 1rem 0;
}

.index-box6 ul li .bottom .t2{
	color: #4c4948;
	font-size: 1.4rem;
	line-height: 1.6;
}

.index-box6 ul li:hover{
	-moz-box-shadow: 0 10px 15px rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, .2);
	box-shadow: 0 10px 15px rgba(0, 0, 0, .2);
	background-color: #fff;
	border: 1px solid #1d2a3f;
}

.footer{
	background-color: #1d2a3f;
	padding-top: 8rem;
	padding-bottom: 3rem;
}

.w_1480{
	width: 95%;
	max-width: 1480px;
	margin: 0px auto;
}

.footer .top .w_1480{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	border-bottom: 1px solid rgba(255, 255, 255, .6);
	padding-bottom: 2rem;
	margin-bottom: 2rem;
}

.footer .link span{
	color: #ffffff;
	font-size: 1.6rem;
}

.footer .link a{
	font-size: 1.4rem;
	color: #ffffff;
	display: block;
	margin-top: 1rem;
	opacity: .6;
}

.footer .link a:hover{
	opacity: 1;
	text-decoration: underline;
}

.footer .link ul{
	display: flex;
	flex-wrap: wrap;
}

.footer .link ul li{
	margin-right: 5rem;
}

.footer .link ul li:last-child{
	margin-right: 0;
}

.footer .right{
	color: #ffffff;
	font-size: 1.6rem;
}

.footer .right p{
	opacity: .6;
	margin-bottom: .5rem;
}

.footer .right p img{
	margin-right: .5rem;
}

.footer .bottom{
	color: #fff;
	padding-top: 1rem;
	opacity: .6;
}

.banner-n{
	padding-bottom:24.21%;
	background-size: cover !important;
	position: relative;
}

.cont-n{
	height: 10rem;
}

.menu{
	width: 26.5rem;
}

.menu .box{
	-moz-box-shadow: 0 0px 5px rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0 0px 5px rgba(0, 0, 0, .2);
	box-shadow: 0 0px 5px rgba(0, 0, 0, .2);
}

.menu span{
	color: #fff;
	font-size: 2rem;
	background-color: #1674b1;
	display: flex;
	align-items: center;
	padding: 0 3rem;
	line-height: 6.4rem;
	justify-content: space-between;
}

.menu span img{
	display: none;
}

.menu span .imgshow{
	transform: rotate(90deg);
}

.menu ul li{
	padding-left: 3rem;
}

.menu ul li a{
	display: flex;
	align-items: center;
	border-bottom: 1px solid #ddd;
	line-height: 6.4rem;
	color: #595757;
	font-size: 1.6rem;
}

.menu ul li a img{
	margin-right: 1rem;
}

.menu ul li.active a{
	color: #1674b1;
	font-weight: bold;
}

.menu ul li:hover a{
	color: #1674b1;
	font-weight: bold;
}

.wrap{
	padding: 9rem 0;
	min-height: 60rem;
}

.wrap .w_1240{
	display: flex;
	flex-wrap: wrap;
}

.top-title{
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #ddd;
	padding-bottom: 2rem;
	margin-bottom: 4rem;
}

.top-title span{
	color: #1674b1;
	font-size: 2.7rem;
	font-weight: bold;
}

.top-title .right{
	color: #949495;
	font-size: 1.4rem;
}

.view-box{
	flex: 1;
	margin-left: 10.5rem;
}

.about-us{
	color: #2f2725;
	font-size: 1.6rem;
	line-height: 2;
}

.kydw ul li{
	margin-bottom: 4rem;
}

.kydw ul li:last-child{
	margin-bottom: 0;
}

.kydw ul li .t{
	color: #4c4948;
	font-size: 2rem;
	margin-bottom: 2.5rem;
}

.kydw ul li .text{
	display: flex;
}

.kydw ul li .text .t2{
	color: #4c4948;
	font-size: 1.6rem;
	display: inline-block;
	width: 9.5rem;
}

.kydw ul li .text .txt{
	flex: 1;
}

.kydw ul li .text .txt a{
	color: #1674b1;
	font-size: 1.6rem;
	display: inline-block;
	width: 5rem;
	margin-right: 4rem;
	text-align: justify;
}

.kydw ul li .text .txt a::after{
	content: "";
	display: inline-block;
	width: 100%;
}

.kydw ul li .text .txt a:hover{
	text-decoration: underline;
}

.xswyh a{
	color: #1674b1;
	font-size: 1.6rem;
	margin-right: 6rem;
	margin-bottom: 3rem;
	display: inline-block;
}

.xswyh a:hover{
	text-decoration: underline;
}

.zzjg ul li{
	margin-bottom: 6rem;
}

.zzjg ul li:last-child{
	margin-bottom: 0;
}

.zzjg ul li .t{
	color: #1674b1;
	font-size: 2rem;
}

.zzjg ul li .image-box{
	margin-top: 4rem;
}

.zzjg ul li .image-box a{
	display: flex;
	flex-wrap: wrap;
}

.zzjg ul li .image-box .img img{
	width: 15rem;
	height: 15rem;
	object-fit: cover;
	border-radius: 50%;
}

.zzjg ul li .image-box .text{
	flex: 1;
	margin-left: 2.5rem;
}

.zzjg ul li .text .t2{
	color: #2f2725;
	font-size: 2rem;
	border-bottom: 1px solid #ddd;
	padding-bottom: 1rem;
	margin-bottom: 2rem;
}

.zzjg ul li .text .t2 em{
	font-size: 1.8rem;
	margin-left: 1rem;
}

.zzjg ul li .text .t3{
	color: #2f2725;
	font-size: 1.4rem;
	line-height: 1.85;
}

.zzjg ul li dl dd{
	margin-bottom: 5rem;
}

.zzjg ul li dl dd:last-child{
	margin-bottom: 0;
}

.zzjg ul li dl dd:hover .text .t2{
	color: #1674b1;
}

.zzjg ul li .t4 a{
	color: #2f2725;
	font-size: 2rem;
	display: inline-block;
	margin-bottom: 1rem;
}

.zzjg ul li .t{
	margin-bottom: 1rem;
}

.zzjg ul li .text2 .t2{
	border: none;
}

.zzjg ul li .text2 .t2:hover{
	color: #1674b1;
}

.kyduxq .title{
	text-align: center;
	color: #1674b1;
	font-size: 2.85rem;
	border-bottom: 1px solid #ddd;
	padding-bottom: 2rem;
	margin-bottom: 2rem;
}

.kyduxq .title em{
	margin-left: 1rem;
	font-size: 2.6rem;
}

.kyduxq .cont .img{
	text-align: center;
}

.kyduxq .cont .img img{
	width: 15rem;
	height: 15rem;
	object-fit: cover;
	border-radius: 50%;
}

.kyduxq .cont .t{
	color: #2f2725;
	font-size: 2rem;
	text-align: center;
	margin: 3rem 0;
}

.kyduxq .cont .text{
	color: #2f2725;
	font-size: 1.4rem;
	line-height: 2;
}

.xsdt .ul-list2 a{
	font-size: 1.6rem;
}

.xsdt .ul-list2 .date{
	width: 10rem;
}

.xsdt .ul-list2 li{
	border: none;
	line-height: 2.6;
}

.page{
	text-align: center;
	margin-top: 6rem;
}

.page a{
	display: inline-block;
	color: #595757;
	font-size: 1.5rem;
	border: 1px solid #ddd;
	border-radius: 5px;
	line-height: 4rem;
	padding: 0 1.5rem;
}

.page a:hover{
	background-color: #1674b1;
	color: #fff;
}

.page a.active{
	background-color: #1674b1;
	color: #fff;
}

.xwxq .title{
	border-bottom: 1px solid #ddd;
	margin-bottom: 3rem;
}

.xwxq .title .t{
	color: #1674b1;
	font-size: 2.7rem;
	text-align: center;
	font-weight: bold;
}

.xwxq .title .t2{
	color: #7d7d7d;
	font-size: 1.3rem;
	margin: 1.5rem 0;
}

.xwxq .title .t2 img{
	vertical-align: 0px;
	margin-right: 1rem;
}

.xwxq .t{
	color: #595757;
	font-size: 1.6rem;
}

.xwxq .text{
	color: #595757;
	font-size: 1.6rem;
	line-height: 2;
}

.xwxq .text .txt{
	margin-top: 4rem;
}

.xwxq .next{
	border-top: 1px solid #ddd;
	margin-top: 5rem;
	padding-top: 2rem;
}

.xwxq .next a{
	color: #595757;
	font-size: 1.6rem;
}

.xwxq .next a:hover{
	color: #1674b1;
}

.pb_sys_style3 .p_no_d{
border: 1px solid #1674b1 !important;
    background-color: #1674b1 !important;
}