﻿

.bg-main-box {
	width: 100%;
	background-color: #f2f7fa;
	margin-top: 8rem;
}

.container {
	padding: 0rem 3.5rem 4.5rem;
	background-color: #ffffff;
}

.am-g {
	content: none;
	padding: 0;
	/* margin: 0; */
}

.am-g:before,
.am-g:after {
	content: none !important;
}

@media only screen and (max-width: 641px) {
	.bg-main-box {
		margin-top: 0rem;
	}

	.container {
		padding: 2rem 1.5rem;
	}
}
 .slogan{
            width: 147.3rem;
            height: 13rem;
            box-shadow: 0px 4px 20px 0px rgba(0,0,0,0.1);
            margin: 0 auto;
            background: #FFFFFF;
            padding: 1rem;
            }
        .slogan .s-title{
            width: inherit;
            font-weight: bold;
            font-size: 3.6rem;
            color: #333333;
            line-height: 4.6rem;
            text-align: center;
            }
			.slogan .s-title:hover{
            color: var(--theme);
            }
        .slogan .s-sub-title{
            width: inherit;
            font-weight: 400;
            font-size: 1.8rem;
            color: #666666;
            line-height: 2rem;
            text-align: center;
            white-space: break-spaces;
            }
        @media only screen and (max-width: 641px) {
            .slogan{
                width: 100%;
                height: auto;
                margin-top: 1rem;
                }
            .slogan .s-title{
                font-size: 2.2rem;
                }
            .slogan .s-sub-title{
                margin-top: 0;
                }
            }
/*list*/
.listtop {
	width: 100%;
	display: flex;
	justify-content: space-between;
	padding: 1.8rem 0.5rem;
	border-bottom: 1px solid #E5E5E5;
}

.rq {
	width: 7.5rem;
	height: 7.5rem;
	border-radius: 8px;
	opacity: 1;
	background: linear-gradient(180deg, rgba(244, 246, 248, 0.8) 0%, #FFFFFF 100%);
	box-sizing: border-box;
	border: 2px solid #FFFFFF;
	backdrop-filter: blur(10.88px);
	box-shadow: 0px 2px 8px 0px rgba(122, 140, 168, 0.16);
	padding-top: 1.5rem;
}

.rq span {
	width: 100%;
	display: inline-block;
	text-align: center;
	font-family: DINAlternate;
	font-size: 2rem;
	font-weight: normal;
	line-height: 2rem;
	text-align: center;
	letter-spacing: 0px;

	color: #333333;
}

.rq p {
	width: 100%;
	display: inline-block;
	margin: 0;
	text-align: center;
	font-size: 1.6rem;
	color: #666;
}

.listtoptit {
	flex: 1;
	padding-left: 1.6rem;
}

.listtoptit h2 {
	font-family: Microsoft YaHei;
	font-size: 1.8rem;
	font-weight: normal;
	line-height: 1.8rem;
	letter-spacing: 0px;
	color: #333333;
	cursor: pointer;
	text-align: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 90%;
}

.listtoptit p {
	font-family: Microsoft YaHei;
	font-size: 1.6rem;
	font-weight: normal;
	line-height: 2rem;
	letter-spacing: 0px;
	color: #999999;
	text-align: left;
	width: 98%;
	margin-bottom: 0px;
}

/* part1 */
.part-1 .swiper-news {
	width: 65.3rem;
	/*height: 44rem;*/
}

.part-1 .am-u-sm-6 {
	padding: 0;
}

.part-1 .swiper-news .swiper-container {
	width: 100%;
	height: 100%;
	display: flex;
}

       
.part-1 .swiper-news .swiper-container .swiper-slide>a{
	position:relative;
}

.part-1 .swiper-news .swiper-container img {
	width: 100%;
    height: 43.8rem;
    background: rgba(0, 0, 0, 0);
    margin: 0 auto;
    object-fit: cover;
}
.part-1 .swiper-news .news-title{
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    padding: .6rem 2rem;
    background: rgba(0, 0, 0, .4);
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 2rem;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
	font-weight: normal;
}

/*.part-1 .swiper-news .news-title {
	display: block;
	width: 100%;
	height: 3.6rem;
	font-weight: 400;
	font-size: 2rem;
	color: #333333;
	line-height: 3.6rem;
	z-index: 9;
	padding-right: 14rem;
	margin-top: 2rem;
}*/

.part-1 .swiper-news .swiper-pagination {
	position: absolute;
	/* background: #F1F5FA; */
	text-align: center;
	float: right;
	left: 55rem;
	bottom: .5rem;
	width: 10rem;
	height: 3.6rem;
	line-height: 3.6rem;
	z-index: 10;
}

.part-1 .swiper-news .pagination-no {
	position: absolute;
	float: right;
	right: 11rem;
	bottom: 2.5rem;
	z-index: 11;
}

.part-1 .swiper-news .swiper-pagination-bullet {
	width: 0.8rem;
	height: 0.8rem;
	border-radius: 4px;
	background: #C7C7C7;
	display: inline-block;
	margin: 0 5px;
}

.part-1 .swiper-news .swiper-pagination-bullet-active {
	/*background: #005293;*/
	background: #FFFFFF;
	opacity: .75;
}

.part-1 .tabs-panel {
	flex: 1;
	padding-left: 3rem;
}

.part-1 .tabs-panel .tabs-header {
	/* margin-bottom: 0.6rem; */
	border-bottom: 1px solid #DBDBDB;
	align-items: flex-start;
}

.part-1 .tabs-panel .text-list .item {
	padding: 0.4rem 0 0.4rem 1.5rem;
	border-bottom: 1px solid #E5E5E5;
}
 #swiper-news .swiper-button-next,#swiper-news .swiper-button-prev {
    top: 34%;
    width: 42px;
    height: 69px;
    margin-top: 0px; 
    opacity: .6;
    background-color: black;
    }
    #swiper-news .swiper-button-prev.swiper-button-white,#swiper-news .swiper-button-next.swiper-button-white{
         background-size: 48% 100%;
    }
.part-1 .tabs-panel .text-list .item .item-first-news {
	width: 14.5rem;
	height: 8.5rem;
	background-image: url(../image/index-2.png);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: 8.5rem 8.5rem;
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.part-1 .tabs-panel .text-list .item .item-first-news span {
	font-weight: bold;
	font-size: 2rem;
	color: #333333;
	line-height: 2rem;
}

.part-1 .tabs-panel .text-list .item .item-first-news span:last-of-type {
	font-weight: 400;
	font-size: 1.6rem;
	color: #666666;
	line-height: 1.6rem;
}

.part-1 .tabs-panel .text-list .item:first-of-type::before {
	content: none;
}

.part-1 .tabs-panel .text-list .item-first-news-title {
	justify-content: space-between;
	height: 7.1rem;
	margin-left: 1.5rem;
}

.part-1 .tabs-panel .text-list .item-first-news-title .title {
	font-weight: 400;
	font-size: 1.8rem;
	color: #333333;
	line-height: 1.8rem;
	margin-left: 0;
}

.part-1 .tabs-panel .text-list .item-first-news-title .sub-title {
	font-weight: 400;
	font-size: 1.4rem;
	color: #999999;
	line-height: 2rem;
}
  .part-1 .swiper-slide {
    opacity: 0 !important;
}
.part-1 .swiper-slide-active {
    opacity: 1 !important;
}

@media only screen and (max-width: 641px) {
	.part-1 .top-title {
		font-size: 2.6rem;
	}

	.part-1 .top-subtitle {
		line-height: 2.5rem;
		margin: 1.7rem 5rem 4rem;
	}

	.part-1 .swiper-news {
		width: 100%;
		height: auto;
	}

	.part-1 .swiper-news .swiper-container {
		height: initial
	}

	.part-1 .swiper-news .swiper-container img {
		width: 100%;
		height: 36.8rem;
	}

	.part-1 .swiper-news .pagination-no {
		bottom: 1.5rem;
	}

	.part-1 .swiper-news .swiper-pagination {
		width: 100%;
		bottom: 0rem;
		left: 16rem;
		background: none;
	}

	.part-1 .tabs-panel .tabs-header {
		overflow: hidden;
		background: #E7ECF4;
		padding: 4px;
		display: flex;
		flex-direction: row;
		align-items: center;
		border-radius: 4px;
		font-size: 2rem;
		/* flex-wrap: wrap; */
	}

	.part-1 .tabs-panel {
		width: 100%;
		padding-left: 0;
		color: #333;
		margin-top: 2rem;
	}

	.part-1 .tabs-panel .tabs-header .item {
		width: 25%;
		font-size: 1.8rem;
		line-height: 2.4rem;
		text-align: center;
		height: 100%;
		color: #333;
		border-radius: 4px;
		cursor: pointer;
		white-space: wrap;
		padding: 1rem 0.5rem;
	}

	.part-1 .tabs-panel .tabs-header .item.active {
		color: #2B58A8;
		font-weight: 700;
		background: linear-gradient(180deg, #F4F6F8 0%, #FFFFFF 100%);
		box-shadow: 0px 4px 16px 0px rgba(122, 140, 168, 0.16);
		border-bottom: none;
	}

	.part-1 .tabs-panel .text-list .item .title {
		color: #333;
		font-size: 1.6rem;
	}

	.part-1 .tabs-panel .text-list .item .date {
		font-size: 1.6rem;
	}

	.part-1 .tabs-panel .tabs-header .item,
	.part-1 .tabs-panel .text-list .item,
	.part-1 .tabs-panel .text-list .item .date {
		color: #333
	}
}

.part-2 img {
	width: 100%;
	height: 9rem;
	margin: 3.9rem auto;
}

.part-3 {
	width: 100%;
	background-image: url(../image/index-4.png);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	border-radius: 8px;
	height: 34.6rem;
	/* background: rgba(0,82,147,0.6); */
	border-radius: 0px;
	padding: 0 3rem;
	display: flex;
	align-items: center;
	justify-content: center;
}

.part-3 .swiper-container {
	width: 100%;
	height: 34.6rem;
	display: flex;
	align-items: center;
	justify-content: center;
}

.part-3 .swiper-container .swiper-wrapper .swiper-slide {
	width: 28.8rem;
	display: flex;
	align-items: center;
	justify-content: center;
}


.part-3 .swiper-container .swiper-wrapper .swiper-slide {
	transform: scale(0.8);
	transition: all .5s;
	transform-origin: center;

}

.part-3 .swiper-container .swiper-wrapper .swiper-slide-prev, .part-3 .swiper-container .swiper-wrapper .swiper-slide-next {
	transform: scale(0.9);
	transform-origin: center;
	transition: all .5s;
}

.part-3 .swiper-container .swiper-wrapper .swiper-slide-active {
	transform: scale(1);
	transform-origin: center;
	transition: all .5s;
	z-index: 111;
}

.part-3 .swiper-container .swiper-wrapper .swiper-slide-active .item,.part-3 .swiper-container .swiper-wrapper .swiper-slide .item:hover {
	background: linear-gradient(180deg, #CAE5FF 3%, #FFFFFF 100%) !important;
	box-shadow: 0px 0px 11px 0px #00335B;
}

.part-3 .swiper-container .swiper-wrapper .item:hover>span {
	font-weight: bold;
}

.part-3 .swiper-container .swiper-wrapper .swiper-slide .item {
	width: 28.8rem;
	height: 23.6rem;
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #FFFFFF;
}

.part-3 .swiper-container .swiper-wrapper .swiper-slide .item span {
	font-weight: 400;
	font-size: 2rem;
	line-height: 2rem;
	margin-top: .5rem;
}

.part-3 .swiper-container .swiper-wrapper .swiper-slide .item .iconfont {
	font-size: 6.4rem;
	margin-bottom: 3rem;
	color: var(--theme);
}

.part-3 .swiper-container .swiper-button-next::after,
.part-3 .swiper-container .swiper-button-prev::after {
	content: none;
}

.part-3 .swiper-container .swiper-button-next,
.part-3 .swiper-container .swiper-button-prev {
	background-color: #fff;
	width: 4rem;
	height: 4rem;
	border-radius: 50%;
	transform: rotate(0);
	background-size: 1.3rem;
}


.part-2 .swiper-button-prev,
.part-3 .swiper-button-prev {
	left: 0;
}

.part-2 .swiper-button-next,
.part-3 .swiper-button-next {
	right: 0;
}

@media only screen and (max-width: 641px) {
	.part-2 img {
		margin: 2.5rem auto;
		height: 11rem;
	}

	.part-3 {
		padding: 0;
	}

	.part-3,
	.part-3 .swiper-container {
		height: 30rem;
	}

	.part-3 .swiper-container .swiper-wrapper .swiper-slide .item {
		width: 19.8rem;
		height: 18.6rem;
		border-radius: 8px;
	}

	.part-3 .swiper-container .swiper-button-next,
	.part-3 .swiper-container .swiper-button-prev {
		top: 24rem;
	}
}


.part-4 {
	margin: 2rem 0;
}

.part-4 .item {
	width: 45rem;
	height: 13.5rem;
	/*background-image: url(index-5.png);
	background-size: 68.5rem auto;
	background-repeat: no-repeat;
	background-position: center;
	font-weight: bold;
	font-size: 3.6rem;
	color: #333333;
	line-height: 3.6rem;*/
}

.part-4 .item .sub {
	font-weight: 400;
	font-size: 1.8rem;
	color: #333333;
	line-height: 1.8rem;
	margin-bottom: 0.8rem;
}


.part-4 .item img {
	height: auto;
	width: 100%;
}

/*.part-4 .item:last-of-type {
	background-image: url(index-6.png);
	padding-left: 8rem;

}*/


.part-5 .card {
	width: 33.5rem;
	height: 24rem;
	padding: 0;
	justify-content: space-between;
}

.part-5 .card1,
.part-5 .card2,
.part-5 .card3 {
	background: linear-gradient(180deg, #F7F8FA 0%, #FFFFFF 100%);
	box-shadow: 0px 2px 8px 0px rgba(122, 140, 168, 0.16);
	border: 2px solid #FFFFFF;
}

.part-5 .card .iconfont {
	font-size: 4rem;
}

.part-5 .card1 {
	width: 33.5rem;
	height: 11rem;
	padding-left: 4.5rem;
	font-size: 2rem;
	color: #333333;
	line-height: 2.8rem;
	gap: 2rem;
}

.part-5 .card2 {
	width: 44.8rem;
	padding: 3rem 1rem;
}

.part-5 .card2 .left,
.part-5 .card3 .left {
	width: 18.6rem;
	height: 100%;
	border-right: 1px solid #D8D8D8;
	font-size: 2rem;
}

.part-5 .card2 .right,
.part-5 .card3 .right {
	flex: 1;
	height: 100%;
	padding-left: 5rem;
}

.part-5 .card2 .right .item,
.part-5 .card3 .right .item {
	height: 1.8rem;
	font-weight: 400;
	font-size: 1.8rem;
	color: #333333;
	line-height: 1.8rem;
	text-align: left;	
	margin-bottom: 2rem;
}

.part-5 .card2 .right .item::before,
.part-5 .card3 .right .item::before {
	position: absolute;
	content: ' ';
	width: 4px;
	height: 4px;
	border-radius: 50%;
	box-sizing: border-box;
	background-color: #DADADA;
	border: 1px solid #DADADA;
	left: 229px;
	transform: translate(0, 150%);
}

.part-5 .card3 {
	width: 55.7rem;
	padding: 3rem 1rem;
}

.part-5 .card3 .right .more {
	/* padding: 0.8rem 1rem; */
	width: 68px;
	height: 24px;
	border-radius: 2px;
	border: 1px solid #005293;
	font-size: 1.2rem;
	color: #005293;
	line-height: 2.4rem;
	text-align: center;
}

@media only screen and (max-width: 641px) {
	.part-5 .card3 .right .more {
		margin-top: 1.5rem;
	}

	.part-4 .item {
		width: 100%;
        margin-bottom: 1.5rem;
        height: auto;
	}

	/*.part-4 .item:last-of-type {
		padding-left: 0px;
		align-items: flex-start;
		justify-content: center;
	}*/

	.part-5 .card {
		width: 100%;
		height: auto;
		flex-direction: row;
		gap: 1rem;
	}

	.part-5 .card1 {
		width: 100%;
		justify-content: center;
		margin-bottom: 1rem;
		padding-left: 0;
	}

	.part-5 .card2,
	.part-5 .card3 {
		flex-direction: row;
		margin-bottom: 1rem;
		align-items: center;
	}

	.part-5 .card2 .left,
	.part-5 .card3 .left {
		width: 11rem;
	}

	.part-5 .card2 .right .item,
	.part-5 .card3 .right .item {
		line-height: 2rem;
	}
}



.part-6 {
	margin: 2rem 0;
}

.part-6 .title {
	font-weight: bold;
	font-size: 2.4rem;
	color: #333333;
	line-height: 2.4rem;
	margin-bottom: 2.5rem;
	position: relative;
}

.part-6 .p6-tzxx {
	padding: 0;
}

.part-6 .p6-tzxx .left {
	padding: 0;
}

.part-6 .p6-tzxx .left .item {
	width: 100%;
	height: 6rem;
	background: #F7F8FC;
	padding: 0 2rem;
	margin-bottom: 1.2rem;
}

.part-6 .p6-tzxx .left .item span:first-of-type {
	font-size: 1.8rem;
	color: #333333;
	line-height: 1.8rem;
	width: 30rem;
	text-align: left;
}

.part-6 .p6-tzxx .left .item span:nth-of-type(2) {
	width: 7.8rem;
	height: 3.2rem;
	border-radius: 2px;
	background-color: #E9EBF2;
	font-size: 1.6rem;
	color: #333333;
	line-height: 3.2rem;
	text-align: center;
}

.part-6 .p6-tzxx .left .item span:last-of-type {
	font-size: 1.6rem;
	color: #999999;
	line-height: 1.6rem;
	margin-left: 1.3rem;
}


.part-6 .p6-tzxx .left .item:hover {
	background: var(--theme);
}

.part-6 .p6-tzxx .left .item:hover a,
.part-6 .p6-tzxx .left .item a:hover,.part-6 .p6-tzxx .left .item:hover span {
	color: #ffffff;
	cursor: pointer;
}

.part-6 .p6-tzxx .left .item:hover span:nth-of-type(2) {
	color: var(--theme);
}

.part-6 .p6-tzxx .right {
	width: 23.3rem;
}

.part-6 .p6-tzxx .right .item {
	width: 100%;
	height: 6rem;
	background: linear-gradient(180deg, rgba(244, 246, 248, 0.8) 0%, #FFFFFF 100%);
	box-shadow: 0px 2px 8px 0px rgba(122, 140, 168, 0.16);
	padding: 0 .8rem;
	margin-bottom: 1.2rem;
}

.part-6 .p6-tzxx .right .item .iconfont {
	font-size: 2.4rem;
	color: var(--theme);
}

.part-6 .p6-tzxx .right .item .iconfont:last-of-type {
	font-size: 0.6rem;
	color: #C7C7C7;
}

.part-6 .p6-tzxx .right .item span {
	width: 13rem;
	font-size: 1.8rem;
	color: #333333;
	line-height: 1.8rem;
	margin: auto 0.5rem;
}

.part-6 .p6-tzxx .right .item:hover>span {
	cursor: pointer;
	color: var(--theme);
}

.part-6 .p6-zxft {
	padding: 0;
}

.part-6 .p6-zxft .swiper-container {
	width: 100%;
	height: 34.6rem;
}

.part-6 .p6-zxft .swiper-container img {
	width: 100%;
	height: auto;
	background: rgba(0, 0, 0, 0);
	margin: 0 auto;
}
.part-6 .title {
    position: relative;
}
.p6-wyxx{
position: absolute;
    right: 0;
    bottom: -5px;
}
.p6-wyxx .item{
margin-left:1rem;
}
.p6-wyxx .item a{
font-size:1.6rem;
margin-left:.5rem;
font-weight: 500;
}
.part-6 .p6-tzxx .left .item span:first-of-type {
    width: 30rem;
}
.p6-zwxmt a{
 position: relative;
margin-top: 1.6rem;
    width: 100%;
    display: block;
}
.p6-zwxmt a:nth-child(2),.p6-zwxmt a:nth-child(3){
    background:url(../image/index-hd-xmt.png) no-repeat center left;
    padding-left: 4.5rem;
    font-weight: bold;
    font-size: 3.2rem;
    color: #1B5395;
    line-height: 2.4rem;
    text-shadow: -2px -1px 1px #FFFFFF;
    display: flex;
    align-items: center;
    line-height: 10rem;
}
.p6-zwxmt a:nth-child(3){
        background:url(../image/index-hd-zsk.png) no-repeat center left;
        color: #594329;
}

.part-6 .p6-tzxx .left {
    width: 100%;
}
.part-6 .p6-tzxx {
    width: 52rem;
}
.part-6 .p6-zxft {
    width: 52rem;
    margin: 0px 1.5rem;
}
.p6-zwxmt.am-u-sm-4{
    width: 32.4rem;
    padding: 0;
margin-top:4.8rem;
}

.part-6 .p6-zxft .news-title {
	padding: 1rem;
	width: 24.5rem;
	height: 9.4rem;
	background: #004ABF;
	font-weight: 400;
	font-size: 1.6rem;
	color: #fff;
	line-height: 2.4rem;
	z-index: 9;
	margin-top: -11rem;
	margin-left: 79rem;
}

.part-6 .p6-zxft .pagination-no {
	position: absolute;
	float: right;
	right: 1.1rem;
	bottom: 2.5rem;
	z-index: 11;
	font-size: 1.6rem;
	color: #fff;
	line-height: 1.6rem;
}

.part-6 .p6-zxft .swiper-container .swiper-button-next::after,
.part-6 .p6-zxft .swiper-container .swiper-button-prev::after {
	content: none;
}

.part-6 .p6-zxft .swiper-container .swiper-button-next,
.part-6 .p6-zxft .swiper-container .swiper-button-prev {
	background-size: 1.4rem;
}

.part-6 .p6-zxft .swiper-button-prev {
	left: 0px;
    top: 50%;
}

.part-6 .p6-zxft .swiper-button-next {
	right: 0px;
    top: 50%;
}

@media only screen and (max-width: 641px) {

	.part-6 .p6-tzxx,
	.part-6 .p6-tzxx .left,
	.part-6 .p6-tzxx .right {
		width: 100%;
	}

	.part-6 .p6-tzxx .left .item {
		padding: 0 1rem;
		margin-bottom: 2.2rem;
		flex-direction: row;
	}

	.part-6 .p6-tzxx .left .item span:last-of-type {
		min-width: 9rem;
	}

	.part-6 .p6-tzxx .left .item span:nth-of-type(2) {
		min-width: 5.8rem;
	}

	.part-6 .p6-tzxx .right {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
		padding: 0;
	}

	.part-6 .p6-tzxx .right .item {
		width: 48%;
		margin-bottom: 2.2rem;
		flex-direction: row;
	}

	.part-6 .p6-zxft {
		width: 100%;
		margin-top: 2rem;
	}

	.part-6 .p6-zxft .swiper-container img,
	.part-6 .p6-zxft .swiper-container {
		width: 100%;
		height: 27.3rem;
	}

	.part-6 .p6-zxft .news-title {
		width: 100%;
		height: 4.6rem;
		line-height: 4.6rem;
		margin-left: 0;
		margin-top: 0;
		text-align: left;
		padding: 0;
		padding-left: 1rem;
		padding-right: 5rem;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1
	}

	.part-6 .p6-zxft .pagination-no {
		bottom: 1.5rem;
	}
}


/* 专题专栏 */
.part-7 {
	width: 100%;
	margin: 2rem auto;
}

.bottom-cards-list img {
	width: 34rem;
	height: 10rem;
	padding: 0;
}

.bottom-cards-list .swiper-container {
	width: 100%;
	height: 10rem;
	margin-right:15px;
}
.bottom-cards-list .swiper-container:last-child {
	margin-right:0px;
}
.part-2 .swiper-button-next.swiper-button-white,
.part-2 .swiper-button-prev.swiper-button-white,
.bottom-cards-list .swiper-button-next.swiper-button-white,
.bottom-cards-list .swiper-button-prev.swiper-button-white {
	width: 2.4rem;
	height: 4rem;
	right: 0;
	background-color: #026AB6;
	border-radius: 0px;
	transform: rotate(0);
	background-size: 1.3rem;
	background-position: center;
	background-repeat: no-repeat;
}
.part-2  .swiper-button-prev.swiper-button-white,
.bottom-cards-list .swiper-button-prev.swiper-button-white {
	left: 0;
}

.part-7 .swiper-container .swiper-button-next::after,
.part-7 .swiper-container .swiper-button-prev::after {
	content: none;
}

@media only screen and (max-width: 641px) {
	.bottom-cards {
		height: auto;
	}

	.bottom-cards-list img {
		width: 100%;
		margin-bottom: 1rem;
	}

	.bottom-cards .b-title {
		flex-direction: row;
	}

	.bottom-cards-list {
		flex-direction: row;
		justify-content: space-between;
		flex-wrap: wrap;
		margin-top: -1rem;
		padding:0;
	}
	.bottom-cards-list .swiper-container {
    margin-right: 0px;
    margin-bottom: 15px;
}
.part-6 .title {
    text-align: left;
    align-items: flex-start;
}
.p6-wyxx,.p6-wyxx .item{
flex-direction: row !important;	
}
.p6-zwxmt.am-u-sm-4 {
width: 100%;
    margin-top: 2rem;
}
.p6-zwxmt img{
	width: 100%;
}
.p6-zwxmt a:nth-child(2), .p6-zwxmt a:nth-child(3){
	background-size: cover;
}
}