.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: #1f54a4;
	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 .headwbc {
	height: 100%;
}

.container .right {
	height: 100%;
}

.container .right ul {
	height: 100%;
}

.container .right ul li {
	text-align: center;
	position: relative;
	display: flex;
	align-items: center;
	padding: 0 1rem;
}

.container .right ul li:hover {
	background-color: #1c4c94;
}

.container .right ul li.active {
	background-color: #1c4c94;
}

.container .right ul li dl {
	position: absolute;
	min-width: 100%;
	top: 100%;
	line-height: 5.2rem;
	left: 50%;
	transform: translateX(-50%);
	white-space: nowrap;
	display: none;
}

.container .right ul li:hover dl {
	display: block;
}

.container .right ul li dl dd a {
	display: block;
	background-color: #1f54a4;
	padding: 0 5rem;
}

.container .right ul li dl dd:hover a {
	background-color: #1c4c94;
}

.container .right ul li:last-child {
	margin-right: 0;
}

.container .right ul li>a {
	position: relative;
	padding: 0 1rem;
}

.container .right ul li.active>a {
	color: #fff;
}

.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 li:hover>a .img2 {
	display: inline;
}

.container .right ul li:hover>a .img {
	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;
	font-weight: bold;
}

.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;
	border: 1px solid #fff;
	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: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
	background-color: #1f54a4;
	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;
}

.banner {
	height: 100vh;
}

.index-title {
	color: #253b61;
	font-size: 3.6rem;
	font-weight: bold;
	text-align: center;
}

.index-box .top {
	border-bottom: 1px solid #ddd;
	padding-bottom: 5rem;
	margin-bottom: 5rem;
}

.index-box .t {
	color: #4c4948;
	font-size: 1.8rem;
	margin: 4rem 0 2rem 0;
	line-height: 2;
	text-align: center;
}

.index-box .more {
	text-align: center;
}

.index-box .more a {
	color: #3091d4;
	font-size: 2.25rem;
}

.index-box .more a:hover {
	text-decoration: underline;
}

.index-box .more a img {
	margin-left: 1rem;
}

.index-box .bottom .t {
	color: #35a199;
	font-size: 3.6rem;
	text-align: center;
}

.index-box .bottom ul {
	display: flex;
	justify-content: space-between;
	color: #253b61;
	text-align: center;
	font-size: 2.8rem;
	margin-top: 4rem;
}

.index-box .bottom ul p {
	margin-top: 3rem;
	font-size: 2.3rem;
	color: #253b61;
}

.index-box2 .w {
	overflow: hidden;
	margin-top: 8rem;
}

.index-box2 .left {
	width: 50%;
	display: flex;
	align-items: center;
	box-sizing: border-box;
	padding: 0 5rem;
	background-color: #f3f3f3;
}

.index-box2 .left .date {
	color: #3091d4;
	font-size: 1.6rem;
	display: flex;
	align-items: center;
	margin-bottom: 2rem;
}

.index-box2 .left .date img {
	margin-right: 1rem;
}

.index-box2 .left .t {
	color: #253b61;
	font-size: 2.8rem;
}

.index-box2 .left .t2 {
	color: #4c4948;
	font-size: 1.6rem;
	margin: 2rem 0 3rem 0;
	line-height: 1.8;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.index-box2 .left .more {
	display: flex;
	align-items: center;
	color: #3091d4;
	font-size: 1.8rem;
}

.index-box2 .left .more img {
	margin-left: 1rem;
}

.index-box2 .right {
	width: 50%;
}

.index-box2 .right .img {
	position: relative;
	padding-bottom: 68.33%;
}

.index-box2 .right .img img {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.index-box2 a.a1 {
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 4rem 0;
}

.index-box2 a.a1:hover .left .t {
	text-decoration: underline;
}

.index-box2 ul {
	display: flex;
	flex-wrap: wrap;
}

.index-box2 ul li a {
	position: relative;
}

.index-box2 ul li {
	width: 32%;
	margin-right: 2%;
}

.index-box2 ul li .date {
	color: #3091d4;
	font-size: 1.6rem;
	display: flex;
	align-items: center;
}

.index-box2 ul li .date img {
	margin-right: 1rem;
}

.index-box2 ul li .t {
	color: #253b61;
	font-size: 2.8rem;
	margin: 2rem 0;
}

.index-box2 ul li:last-child {
	margin-right: 0;
}

.index-box2 ul li .t2 {
	color: #4c4948;
	font-size: 1.6rem;
	line-height: 1.8;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.index-box2 ul li .text {
	background-color: #f3f3f3;
	padding: 3rem 3rem 6rem 3rem;
}

.index-box2 ul li .img {
	position: relative;
	padding-bottom: 62.98%;
}

.index-box2 ul li .img img {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.index-box2 ul li:hover .t {
	text-decoration: underline;
}

.index-box2 ul li .icon {
	position: absolute;
	left: 0;
	bottom: 0;
}

.more-all {
	text-align: center;
	margin-top: 6rem;
}

.more-all a {
	display: inline-block;
	color: #3091d4;
	font-size: 2rem;
	border: 1px solid #3091d4;
	padding: .5rem 4rem;
}

.more-all a:hover {
	background-color: #3091d4;
	color: #fff;
}

.index-box3 .w {
	position: relative;
	overflow: visible;
}

.index-box4 .title{
	color: #4c4948;
	font-size: 1.8rem;
	text-align: center;
	margin: 4rem 0;
}

.index-box4 ul{
	display: flex;
	flex-wrap: wrap;
	margin-top: 5rem;
}

.index-box4 ul li{
	width: 30%;
	margin-right: 5%;
}

.index-box4 ul li a{
	display: block;
	position: relative;
	padding-bottom: 70.62%;
}

.index-box4 ul li .image{
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	left: 0;
	top: 0;
	border-radius: 10px;
}

.index-box4 ul li:last-child{
	margin-right: 0;
}

.index-box4 ul li .box{
	position: absolute;
	top: 13rem;
	left: 2rem;
}

.index-box4 ul li .box .img{
	margin-bottom: 3rem;
}

.index-box4 ul li .box .t{
	color: #fff;
	font-size: 2.3rem;
}

.index-box4 ul li .img2{
	position: absolute;
	right: 1rem;
	bottom: 1rem;
	z-index: 1;
}


.index-box5 ul {
	display: flex;
	flex-wrap: wrap;
}

.index-box5 ul li {
	width: 31%;
	margin-right: 3.5%;
	margin-top: 7rem;
}

.index-box5 ul li:nth-child(3n) {
	margin-right: 0;
}

.index-box5 ul li a {
	display: flex;
}

.index-box5 ul li .date {
	color: #4c68b6;
	font-size: 4.3rem;
	width: 9rem;
	height: 10.5rem;
	text-align: center;
	-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);
}

.index-box5 ul li .date .t {
	color: #fff;
	background-color: #4c68b6;
	font-size: 2rem;
}

.index-box5 ul li .date .t2 {
	padding-top: .5rem;
}

.index-box5 ul li .text {
	flex: 1;
	margin-left: 2rem;
}

.index-box5 ul li .text .t {
	color: #253b61;
	font-size: 1.8rem;
	margin-bottom: 1rem;
}

.index-box5 ul li .text .t2 {
	color: #a3a4a5;
	font-size: 1.4rem;
	display: flex;
	align-items: center;
}

.index-box5 ul li .text .t2 img {
	margin-right: 1rem;
}

.index-box5 ul li:hover .text .t {
	text-decoration: underline;
}

.index-box6{
	margin-top: 5rem;
}

.index-box6 ul {
	display: flex;
	flex-wrap: wrap;
	margin-top: 7rem;
}

.index-box6 ul li {
	width: 20%;
	text-align: center;
	margin-right: 6.66%;
	position: relative;
}

.index-box6 ul li a{
	position: relative;
	z-index: 1;
}

.index-box6 ul li:last-child{
	margin-right: 0;
}

.index-box6 ul li .img {
	border-radius: 50%;
	margin: 0 auto;
	position: relative;
	padding-bottom: 100%;
}

.index-box6 ul li .img img {
	object-fit: cover;
	position: absolute;
	border-radius: 50%;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.index-box6 ul li .t {
	color: #253b61;
	font-size: 2.4rem;
	font-weight: bold;
	margin-top: 3rem;
}

.index-box6 ul li .t2 {
	color: #44403f;
	font-size: 2.2rem;
}

.index-box6 ul li .t3 {
	color: #3c9fc1;
	font-size: 1.8rem;
	margin-top: 3rem;
	display: flex;
	justify-content: center;
	align-items: center;
}

.index-box6 ul li .t3 img {
	margin-left: 2rem;
}

.index-box6 ul li:hover .t3 {
	text-decoration: underline;
}

.index-box6 ul li .icon{
	position: absolute;
	left: -3rem;
	top: -4rem;
}

.footer {
	background-color: #1d2a3f;
	padding-top: 7rem;
}

.footer .logo{
	border-bottom: 1px solid #444953;
	padding-bottom: 3rem;
	margin-bottom: 3rem;
}

.footer .w {
	max-width: 1690px;
}

.footer .title {
	color: #ffffff;
	font-size: 1.5rem;
	margin-bottom: 2rem;
}

.footer .link {
	flex: 1;
	margin: 0 15rem;
}

.footer .link .box {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.footer .link .item {
	margin-right: 2rem;
}

.footer .link .item:last-child {
	margin-right: 0;
}

.footer .link .t {
	font-size: 1.5rem;
	display: flex;
	align-items: center;
	color: #fff;
}

.footer .link .t img {
	margin-right: 1rem;
	margin-top: -.5rem;
}

.footer .link a {
	font-size: 1.2rem;
	color: rgba(255, 255, 255, .5);
	display: block;
	margin-top: 1rem;
	padding-left: 3rem;
}

.footer .link a:hover {
	color: #fff;
}

.footer .right p {
	font-size: 1.2rem;
	color: rgba(255, 255, 255, .5);
	display: block;
	margin-top: 1rem;
	display: flex;
	align-items: center;
}

.footer .right p img {
	margin-right: 1rem;
}

.footer .top {
	border-bottom: 1px solid #444953;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-bottom: 3rem;
	margin-bottom: 3rem;
}

.footer .top .left ul li{
	margin-bottom: .5rem;
}

.footer .top .left ul li:last-child{
	margin-bottom: 0;
}

.footer .top .left ul li a{
	color: #fff;
	font-size: 2.3rem;
	font-weight: bold;
}

.footer .top .left ul li a:hover{
	text-decoration: underline;
}

.footer .bottom {
	color: #ffffff;
	font-size: 1.5rem;
	padding-bottom: 3rem;
}

.footer .bottom span {
	margin-right: 5rem;
}

.footer .bottom span:last-child {
	margin-right: 0;
}

@media (min-width: 1350px) {
	.bottom-show1 {
		opacity: 0;
		transform: translateY(20rem);
		-webkit-transition: all 1s ease-in-out;
		transition: all 1s ease-in-out;
	}

	.showdiv .bottom-show1 {
		opacity: 1;
		transform: translateY(0rem);
	}

	#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-n {
	padding-bottom: 24.47%;
	background-size: cover !important;
}

.wrap {
	background-color: #f5f5f5;
	padding: 4rem 0 8rem 0;
}

.crumbs {
	color: #949495;
	font-size: 1.5rem;
}

.menu {
	width: 26.7rem;
}

.menu .cont {
	-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 {
	background: url(../img/menu.png) center no-repeat;
	background-color: #214fb4;
	height: 6.4rem;
	padding-left: 3rem;
	font-size: 2rem;
	color: #fff;
	display: flex;
	align-items: center;
	background-size: cover;
}

.menu ul {
	padding-left: 3rem;
	background-color: #fff;
}

.menu ul li {
	border-bottom: 1px solid #ddd;
	line-height: 6.4rem;
	display: flex;
	align-items: center;
}

.menu ul li img {
	margin-right: 1rem;
}

.menu ul li a {
	color: #595757;
	font-size: 1.6rem;
}

.menu ul li a:hover {
	color: #214fb4;
	font-weight: bold;
}

.menu ul li.active a {
	color: #214fb4;
	font-weight: bold;
}

.menu ul li:last-child {
	border-bottom: none;
}

.wrap .box {
	margin-top: 3.5rem;
	display: flex;
	flex-wrap: wrap;
}

.wrap .view {
	flex: 1;
	margin-left: 5rem;
	background-color: #fff;
	border-top: 3px solid #214fb4;
	min-height: 60rem;
}

.wrap .view .title {
	padding: 3rem 0 3rem 6rem;
	color: #214fb4;
	font-size: 2.7rem;
	font-weight: bold;
	border-bottom: 1px solid #ddd;
}

.wrap .view .dwd {
	color: #2f2725;
	font-size: 1.7rem;
	padding: 4rem 5rem;
	line-height: 2;
	text-indent: 3.4rem;
}

.image-list {
	padding: 2rem 6rem;
	padding-bottom: 10rem;
}

.image-list .item {
	margin-bottom: 3rem;
}

.image-list .item:last-child {
	margin-bottom: 0;
}

.image-list .item .t {
	color: #214fb4;
	font-size: 2rem;
}

.image-list .item .cont {
	border: 1px solid #ddd;
	display: flex;
	flex-wrap: wrap;
	padding: 2rem 3rem 2rem 1rem;
	margin-top: 2rem;
}

.image-list .item .cont .img {
	width: 20%;
}

.image-list .item .cont .img .image {
	position: relative;
	padding-bottom: 100%;
}

.image-list .item .cont .img img {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 50%;
}

.image-list .item .cont .text {
	flex: 1;
	margin-left: 2rem;
}

.image-list .item .cont .text .t2 {
	color: #2f2725;
	font-size: 2rem;
	border-bottom: 1px solid #ddd;
	padding-bottom: 1rem;
	margin-bottom: 1rem;
}

.image-list .item .cont .text .t3 {
	color: #2f2725;
	font-size: 1.4rem;
}

.image-list .item .cont .text a {
	color: #7d7d7d;
	font-size: 1.4rem;
	border: 1px solid #ddd;
	border-radius: 5rem;
	padding: .5rem 2rem;
	display: inline-block;
	margin-top: 2rem;
}

.image-list .item .cont .text a:hover {
	background-color: #1e4583;
	color: #fff;
	border: 1px solid #1e4583;
}

.image-list .item span {
	color: #2f2725;
	font-size: 2rem;
	margin-right: 2rem;
	display: inline-block;
	margin-top: 1rem;
}

.image-list .item span:last-child {
	margin-right: 0;
}

.name-list {
	padding: 3rem 3rem 10rem 3rem;
	display: flex;
	flex-wrap: wrap;
}

.name-list span {
	width: 15%;
	margin-right: 1.666%;
	color: #2f2725;
	font-size: 2rem;
	text-align: center;
	margin-bottom: 2rem;
}

.name-list span:nth-child(6n) {
	margin-right: 0;
}

.kycg {
	padding: 6rem;
	padding-bottom: 10rem;
}

.kycg ul li {
	margin-bottom: 4rem;
}

.kycg ul li:last-child {
	margin-bottom: 0;
}

.kycg ul li a {
	color: #595757;
	font-size: 1.8rem;
	font-weight: bold;
}

.kycg ul li p {
	color: #2f2725;
	font-size: 1.4rem;
	margin-top: 1rem;
}

.kycg ul li a:hover {
	color: #214fb4;
}

.news-list {
	padding: 4rem;
	padding-bottom: 10rem;
}

.news-list ul a {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.news-list ul .text {
	color: #595757;
	font-size: 1.6rem;
	flex: 1;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	margin-right: 2rem;
}

.news-list ul .date {
	color: #595757;
	font-size: 1.7rem;
	width: 9rem;
	text-align: right;
}

.news-list ul li {
	margin-bottom: 2rem;
}

.news-list ul a:hover .text {
	color: #214fb4;
}

.page {
	text-align: center;
	margin-top: 6rem;
}

.page a {
	padding: 1rem 1.5rem;
	border: 1px solid #ddd;
	color: #595757;
	font-size: 1.5rem;
	border-radius: .5rem;
}

.page a:hover {
	background-color: #214fb4;
	color: #fff;
	border: 1px solid #214fb4;
}

.page a.active {
	background-color: #214fb4;
	color: #fff;
	border: 1px solid #214fb4;
}

.view .title2 {
	text-align: center;
	padding: 2rem 0 !important;
}

.view .title2 .date {
	color: #7d7d7d;
	font-size: 1.4rem;
	font-weight: normal;
	display: flex;
	align-items: center;
	margin-top: 2rem;
	padding-left: 6rem;
}

.view .title2 .date span {
	margin-right: 3rem;
	display: flex;
	align-items: center;
}

.view .title2 .date span img {
	margin-right: 1rem;
}

.view .content {
	padding: 6rem;
}

.view .content .img {
	margin-bottom: 3rem;
}

.view .content .t {
	color: #595757;
	font-size: 1.6rem;
	line-height: 2;
}

.view .content .txt {
	color: #595757;
	font-size: 1.6rem;
	margin-top: 3rem;
	text-indent: 3.2rem;
	line-height: 2;
}

.view .content .next {
	border-top: 1px solid #ddd;
	padding-top: 3rem;
	margin-top: 5rem;
}

.view .content .next a {
	color: #595757;
	font-size: 1.6rem;
}

.view .content .next a:hover {
	color: #214fb4;
}

/*展示区域*/
.ours-main {
	width: 100%;
	margin-top: 3rem;
	display: flex;
	justify-content: center;
	margin-top: 8rem;
}

.ours-swiper {
	height: 100%;
	width: 100%;
}

/*自定义swiper样式*/
.ours-main .swiper-container {
	position: relative;
	width: 100%;
	height: 100%;
}

.ours-main .swiper-wrapper {
	width: 100%;
	height: 100%;
}

.ours-main .swiper-slide {
	text-align: center;
	align-items: center;
	transition: 300ms;
	transform: scale(0.8);
	position: relative;
}

.ours-main .swiper-slide-active,
.ours-main .swiper-slide-duplicate-active {
	transform: scale(1);
}

.ours-main .swiper-slide .img {
	position: relative;
	padding-bottom: 68.75%;
}

.ours-main .swiper-slide .img img.image {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	left: 0;
	top: 0;
}

.index-box3 .w {
	position: relative;
}

.index-box3 .swiper-button-next {
	background: url(../img/next2.png) center no-repeat;
	width: 4.1rem;
	height: 4.1rem;
	right: -9.1rem;
}

.index-box3 .swiper-button-prev {
	background: url(../img/prev2.png) center no-repeat;
	width: 4.1rem;
	height: 4.1rem;
	left: -9.1rem;
}

.ours-main .swiper-slide-active {
	z-index: 999 !important;
}

.swiper-slide-prev .s-right {
	display: none;
}

.swiper-slide-prev .s-left {
	margin-left: 35%;
}

/*要展示的div左侧样式*/
.s-left {
	width: 50%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.s-l-block {
	width: 92.2%;
	height: 85%;
}

.s-l-block img {
	width: 100%;
	height: 100%;
}

/*要展示div的右侧样式*/
.s-right {
	width: 45%;
	height: 100%;
}

.s-r-title {
	margin-top: 2rem;
	margin-right: 10%;
	font-size: 2rem;
	color: #676769;
	font-weight: 500;
}

.s-r-span {
	margin-top: 1rem;
	width: 100%;
}

.s-r-span span {
	color: #676769;
	font-size: 1.2rem;
	line-height: 2.5rem;
}

.index-box3 {
	padding: 10rem 0;
	background-color: #f1f1f1;
	margin: 10rem 0;
}


.ours-main .swiper-slide .text {
	position: absolute;
	width: 100%;
	box-sizing: border-box;
	padding: 0 6rem;
	text-align: left;
	bottom: 2rem;
}

.index-box3 .text .date {
	color: #f1f1f1;
	font-size: 1.6rem;
}

.index-box3 .text .date img {
	vertical-align: -2px;
	margin-right: 1rem;
}

.index-box3 .text .t {
	color: #fff;
	font-size: 2.8rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}

.index-box3 .text .t2 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	color: #fff;
	font-size: 1.6rem;
	line-height: 1.8;
}