* {
	box-sizing: border-box;
}

.section1-index {
	width: 100%;
	height: 50vw;
}

.section1-index .swiper-container {
	width: 100%;
	height: 100%;
}

.section1-index .swiper-container .swiper-slide {
	width: 100%;
	height: 100%;
}

.section1-index .swiper-container .swiper-slide .swiperAImg {
	width: 100%;
	height: 100%;
}

.section1-index .swiper-container .swiper-pagination-sa {
	box-sizing: border-box;
	text-align: right;
	width: auto;
	position: absolute;
	right: 8.33333vw;
	bottom: 5.57291vw;
}

.section1-index .swiper-container .swiper-pagination-sa .swiper-pagination-bullet {
	width: 0.52083vw;
	height: 0.52083vw;
	background-color: #fff;
	opacity: 1;
	border-radius: 50%;
	margin: 0;
	margin-left: 1.25vw;
}

.section1-index .swiper-container .swiper-pagination-sa .swiper-pagination-bullet-active {
	width: 1.66666vw;
	border-radius: 0.26041vw;
	background-color: #0069C0;
}

.section1-index .swiper-container .swiperA-num {
	position: absolute;
	left: 8.33333vw;
	bottom: 5.3125vw;
	font-size: 1.25vw;
	z-index: 2;
	color: #fff;
}

.section1-index .swiper-container .swiperA-num .active {
	font-size: 2.08333vw;
	color: #0069C0;
}

.section2-index {
	width: 100%;
	height: 40.52083vw;
	position: relative;
}

.section2-index .swiper-container {
	width: 100%;
	height: 100%;
}

.section2-index .swiper-container .swiper-slide {
	width: 100%;
	height: 100%;
	background: #FFF url(../img/s2Bg-index-pc.png) no-repeat;
	display: flex;
	flex-direction: row;
}

.section2-index .swiper-container .swiper-slide .productName {
	position: absolute;
	top: 5.20833vw;
	right: 8.33333vw;
	font-size: 1.66666vw;
	color: #000;
}

.section2-index .swiper-container .swiper-slide .leftTxt {
	display: flex;
	flex-direction: column;
	width: 35.3125vw;
	padding-left: 8.33333vw;
	padding-top: 4.16666vw;
}

.section2-index .swiper-container .swiper-slide .leftTxt h2 {
	font-size: 1.97916vw;
	color: #000;
	font-weight: bold;
	margin-bottom: 1.04166vw;
}

.section2-index .swiper-container .swiper-slide .leftTxt h3 {
	font-size: 1.97916vw;
	color: #000;
	margin-bottom: 1.97916vw;
}

.section2-index .swiper-container .swiper-slide .leftTxt p {
	font-size: 0.9375vw;
	color: #000;
	line-height: 1.6;
	margin-bottom: 1.45833vw;
	max-width: 22.5vw;
	display: block;
	max-height: 8.8125vw;
}

.section2-index .swiper-container .swiper-slide .leftTxt .product-tag-row {
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: row;
	margin-bottom: 2.29166vw;
}

.section2-index .swiper-container .swiper-slide .leftTxt .product-tag-row .part {
	display: flex;
	flex-direction: column;
	color: #A3A5A5;
	margin-right: 2.60416vw;
	text-align: center;
}

.section2-index .swiper-container .swiper-slide .leftTxt .product-tag-row .part img {
	width: 2.39583vw;
	height: 2.39583vw;
	margin-bottom: 0.52083vw;
}

.section2-index .swiper-container .swiper-slide .leftTxt .more {
	width: 8.54166vw;
	height: 2.5vw;
	background: linear-gradient(90deg, #0045A1 0%, #0069C0 100%);
	color: #fff;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	font-size: 0.83333vw;
}

.section2-index .swiper-container .swiper-slide .leftTxt .more img {
	width: 0.83333vw;
	height: 0.83333vw;
	margin-left: 1.04166vw;
}

.section2-index .swiper-container .swiper-slide .rightImgBox {
	width: 64.6875vw;
	height: 40.52083vw;
	/* margin-left: 5.72916vw; */
}

.section2-index .swiper-container .swiper-slide .rightImgBox img {
	width: 100%;
	height: 100%;
}

.section2-index .swiper-container .swiper-pagination-s2 {
	position: absolute;
	left: 8.33333vw;
	bottom: 4.16666vw;
	font-size: 1.5625vw;
	text-align: left;
}

.section2-index .swiper-container .swiper-pagination-s2 .swiper-pagination-current {
	color: #0045A1;
	font-size: 1.77083vw;
}

.section2-index .arrBox {
	position: absolute;
	right: 8.33333vw;
	bottom: 4.16666vw;
	z-index: 6;
	display: flex;
	flex-direction: row;
}

.section2-index .arrBox .sb-arr {
	width: 1.66666vw;
	height: 1.66666vw;
	margin-right: 1.92708vw;
	cursor: pointer;
}

.section2-index .arrBox .sb-prev {
	background: url(../img/sbArr-default.png) no-repeat;
	background-size: 100% 100%;
}

.section2-index .arrBox .sb-prev:hover {
	background: url(../img/sbArr-active.png) no-repeat;
	background-size: 100% 100%;
	transform: rotate(-180deg);
}

.section2-index .arrBox .sb-next {
	background: url(../img/sbArr-default.png) no-repeat;
	background-size: 100% 100%;
	transform: rotate(180deg);
}

.section2-index .arrBox .sb-next:hover {
	background: url(../img/sbArr-active.png) no-repeat;
	background-size: 100% 100%;
	transform: rotate(0deg);
}

.section3-index {
	width: 100%;
	height: auto;
	padding-top: 4.16666vw;
	padding-bottom: 4.11458vw;
}

.section3-index .inside {
	width: 87.1875vw;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
}

.section3-index .inside .headPart {
	width: 100%;
	box-sizing: border-box;
	padding-left: 1.92708vw;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 2.70833vw;
}

.section3-index .inside .headPart .left {
	display: flex;
	flex-direction: column;
}

.section3-index .inside .headPart .left h2 {
	font-size: 1.97916vw;
	color: #000;
}

.section3-index .inside .headPart .left h3 {
	font-size: 1.97916vw;
	color: #000;
}

.section3-index .inside .headPart .right {
	display: flex;
	flex-direction: row;
	align-items: center;
	font-size: 0.83333vw;
	color: #B9BAC0;
}

/*.section3-index .inside .headPart .right .line {*/
/*	background-color: #B9BAC0;*/
/*	width: 0.05208vw;*/
/*	height: 0.625vw;*/
/*	margin: 0 1.14583vw;*/
/*}*/

.section3-index .inside .headPart .right span {
	cursor: pointer;
	position: relative;
	padding-left: 2.3vw;
}

.section3-index .inside .headPart .right span::after{
	position: absolute;
	content: '';
	top: 4px;
	left: 1.14583vw;
	background-color: #B9BAC0;
	width: 0.05208vw;
	height: 0.625vw;
}

.section3-index .inside .headPart .right span:first-child::after{
	content: unset;
}

.section3-index .inside .headPart .right span:hover {
	color: #0069C0;
}

.section3-index .inside .headPart .right .active {
	color: #0069C0;
}

.section3-index .inside .swiperBox-s3 {
	width: 100%;
	height: 24.01041vw;
	background: url(../img/s3Bg-index-pc.png) no-repeat;
	background-size: 100% 100%;
	box-sizing: border-box;
}

.section3-index .inside .swiperBox-s3 #swiperC {
	width: 100%;
	margin-top: -1.04166vw;
	padding-bottom: 4.11458vw;
	padding: 0 5.25vw;
	padding-bottom: 3vw;
}

.section3-index .inside .swiperBox-s3 #swiperC .swiper-button-next,
.section3-index .inside .swiperBox-s3 #swiperC .swiper-button-prev {
	width: 2.08333vw;
	height: 2.08333vw;
	margin-top: -1.04166vw;
}

.section3-index .inside .swiperBox-s3 #swiperC .swiper-button-prev {
	left: 1.92708vw;
}

.section3-index .inside .swiperBox-s3 #swiperC .swiper-button-prev::after {
	width: 100%;
	height: 100%;
	content: "";
	background: url(../img/s2Arr-prev-active.png) no-repeat;
	background-size: 100% 100%;
}

.section3-index .inside .swiperBox-s3 #swiperC .swiper-button-next {
	right: 1.92708vw;
}

.section3-index .inside .swiperBox-s3 #swiperC .swiper-button-next::after {
	width: 100%;
	height: 100%;
	content: "";
	background: url(../img/s2Arr-next-active.png) no-repeat;
	background-size: 100% 100%;
}

.section3-index .inside .swiperBox-s3 #swiperC .swiper-button-prev.swiper-button-disabled {
	opacity: 1;
}

.section3-index .inside .swiperBox-s3 #swiperC .swiper-button-prev.swiper-button-disabled::after {
	background: url(../img/s2Arr-prev-default.png) no-repeat;
	background-size: 100% 100%;
}

.section3-index .inside .swiperBox-s3 #swiperC .swiper-button-next.swiper-button-disabled {
	opacity: 1;
}

.section3-index .inside .swiperBox-s3 #swiperC .swiper-button-next.swiper-button-disabled::after {
	background: url(../img/s2Arr-next-default.png) no-repeat;
	background-size: 100% 100%;
}

.section3-index .inside .swiperBox-s3 #swiperC .swiper-slide {
	width: 23.38541vw !important;
	box-sizing: border-box;
	border: 0.05208vw solid transparent;
}

.section3-index .inside .swiperBox-s3 #swiperC .swiper-slide:hover {
	background-color: #fff;
	border: 0.05208vw solid #E0E0E0;
}

.section3-index .inside .swiperBox-s3 #swiperC .swiper-slide .second {
	display: none;
}

.section3-index .inside .swiperBox-s3 #swiperC .swiper-slide .topTxt {
	position: absolute;
	left: 1.30208vw;
	top: 2.08333vw;
}

.section3-index .inside .swiperBox-s3 #swiperC .swiper-slide .topTxt .h2 {
	display: block;
	width: 100%;
	font-size: 1.04166vw;
	color: #000;
}

.section3-index .inside .swiperBox-s3 #swiperC .swiper-slide .topTxt .tip {
	display: block;
	width: 100%;
	color: #B9BAC0;
	font-size: 0.83333vw;
}

.section3-index .inside .swiperBox-s3 #swiperC .swiper-slide .p {
	width: 17.8125vw;
	margin: 0 auto;
	position: absolute;
	top: 17.14166vw;
	left: 50%;
	margin-left: -8.90625vw;
	font-size: 0.83333vw;
	color: #000;
	text-align: center;
	max-height: 3.95833vw;
}

.section3-index .inside .swiperBox-s3 #swiperC .swiper-slide .imgBox img {
	width: 23.38541vw;
	height: 21.875vw;
}

.section3-index .inside .swiperBox-s3 #swiperC .swiper-slide .txt1 {
	position: absolute;
	left: 0;
	bottom: 3.64583vw;
	width: 100%;
	text-align: center;
	font-size: 0.83333vw;
	color: #000;
	font-weight: bold;
}

.section3-index .inside .swiperBox-s3 #swiperC .swiper-slide:hover .first {
	display: none;
}

.section3-index .inside .swiperBox-s3 #swiperC .swiper-slide:hover .second {
	display: block;
}

.section3-index .inside .swiperBox-s3 #swiperC .swiper-pagination-s3 {
	position: absolute;
	left: 0;
	bottom: 0;
	text-align: center;
}

.section4-index {
	width: 100%;
	height: 41.82291vw;
	background: url(../img/s4Bg-index-pc.png) no-repeat;
	background-size: 100% 100%;
	/*padding-top: 8.33333vw;*/
	padding-left: 8.33333vw;
	padding-top: 7.33333vw;
	box-sizing: border-box;
}

.section4-index .con {
	display: flex;
	flex-direction: column;
	width: 60vw;
	height: auto;
}

.section4-index .con h2 {
	font-size: 2.08333vw;
	color: #000;
	margin-bottom: 3.25vw;
}

.section4-index .con p {
	font-size: 1.8vw;
	line-height: 1.6;
	color: #6F6F6F;
	margin-bottom: 3.54166vw;
}

.section4-index .con .more {
	width: 8.54166vw;
	height: 2.5vw;
	background: linear-gradient(90deg, #0045A1 0%, #0069C0 100%);
	color: #fff;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	font-size: 0.83333vw;
}

.section4-index .con .more img {
	width: 0.83333vw;
	height: 0.83333vw;
	margin-left: 1.04166vw;
}

.section5-index {
	width: 100%;
	height: 37.03125vw;
	position: relative;
}

.section5-index h2 {
	font-size: 2.08333vw;
	color: #000;
	width: 100%;
	text-align: center;
	position: absolute;
	left: 0;
	top: 4.16666vw;
	font-weight: bold;
	z-index: 3;
}

.section5-index h3 {
	font-size: 2.08333vw;
	color: #000;
	width: 100%;
	text-align: center;
	position: absolute;
	left: 0;
	top: 7.5vw;
	z-index: 3;
}

.section5-index .p1 {
	width: 100%;
	text-align: center;
	font-size: 0.9375vw;
	color: #000;
	position: absolute;
	top: 11.45833vw;
	left: 0;
	z-index: 3;
}

.section5-index .under {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 2;
}

.section5-index .dataRow {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	z-index: 1;
}

.section5-index .dataRow .part {
	width: 20%;
	height: 100%;
	position: relative;
	display: flex;
	flex-direction: column;
	padding: 0 3.69791vw;
	box-sizing: border-box;
}

.section5-index .dataRow .part:hover {
	background-color: #F0F0F0;
}

.section5-index .dataRow .part h4 {
	font-size: 1.04166vw;
	color: #000;
	margin-bottom: 1.04166vw;
}

.section5-index .dataRow .part h4 span {
	font-size: 1.66666vw;
	color: #053E89;
	font-weight: bold;
}

.section5-index .dataRow .part .line {
	width: 1.04166vw;
	height: 0.05208vw;
	background-color: #979797;
	margin-bottom: 1.04166vw;
}

.section5-index .dataRow .part p {
	font-size: 0.83333vw;
	color: #000;
	line-height: 1.6;
}

.section5-index .dataRow .part .partIcon {
	width: 2vw;
	margin-bottom: 1.04166vw;
}

.section5-index .dataRow .part1 {
	/*padding-top: 19.47916vw;*/
	padding-top: 20.875vw;
}

.section5-index .dataRow .part2 {
	/*padding-top: 21.25vw;*/
	padding-top: 20.875vw;
}

.section5-index .dataRow .part3 {
	/*padding-top: 21.875vw;*/
	padding-top: 20.875vw;
}

.section5-index .dataRow .part4 {
	/*padding-top: 24.89583vw;*/
	padding-top: 20.875vw;
}

.section5-index .dataRow .part5 {
	/*padding-top: 22.08333vw;*/
	padding-top: 20.875vw;
}

.section5-index::after{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	background: #ffffff;
	width: 100%;
	height: 17vw;
	content: '';
}

.section5-index-zh {
	width: 100%;
	height: 37.03125vw;
	position: relative;
}

.section5-index-zh h2 {
	font-size: 2.08333vw;
	color: #000;
	width: 100%;
	text-align: center;
	position: absolute;
	left: 0;
	top: 4.16666vw;
	font-weight: bold;
	z-index: 3;
}

.section5-index-zh h3 {
	font-size: 2.08333vw;
	color: #000;
	width: 100%;
	text-align: center;
	position: absolute;
	left: 0;
	top: 7.5vw;
	z-index: 3;
}

.section5-index-zh .p1 {
	width: 100%;
	text-align: center;
	font-size: 0.9375vw;
	color: #000;
	position: absolute;
	top: 11.45833vw;
	left: 0;
	z-index: 3;
}

.section5-index-zh .under {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 2;
}

.section5-index-zh .dataRow {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	z-index: 1;
}

.section5-index-zh .dataRow .part {
	width: 20%;
	height: 100%;
	position: relative;
	display: flex;
	flex-direction: column;
	padding: 0 3.69791vw;
	box-sizing: border-box;
}

.section5-index-zh .dataRow .part:hover {
	background-color: #F0F0F0;
}

.section5-index-zh .dataRow .part h4 {
	font-size: 1.04166vw;
	color: #000;
	margin-bottom: 1.04166vw;
}

.section5-index-zh .dataRow .part h4 span {
	font-size: 1.66666vw;
	color: #053E89;
	font-weight: bold;
}

.section5-index-zh .dataRow .part .line {
	width: 1.04166vw;
	height: 0.05208vw;
	background-color: #979797;
	margin-bottom: 1.04166vw;
}

.section5-index-zh .dataRow .part p {
	font-size: 0.83333vw;
	color: #000;
	line-height: 1.6;
}

.section5-index-zh .dataRow .part .partIcon {
	width: 2vw;
	margin-bottom: 1.04166vw;
}

.section5-index-zh .dataRow .part1 {
	/*padding-top: 19.47916vw;*/
	padding-top: 20.875vw;
}

.section5-index-zh .dataRow .part2 {
	/*padding-top: 21.25vw;*/
	padding-top: 20.875vw;
}

.section5-index-zh .dataRow .part3 {
	/*padding-top: 21.875vw;*/
	padding-top: 20.875vw;
}

.section5-index-zh .dataRow .part4 {
	/*padding-top: 24.89583vw;*/
	padding-top: 20.875vw;
}

.section5-index-zh .dataRow .part5 {
	/*padding-top: 22.08333vw;*/
	padding-top: 20.875vw;
}

.section5-index-zh::after{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	background: #ffffff;
	width: 100%;
	height: 11vw;
	content: '';
}

.section6-index {
	width: 100%;
	height: 33.85416vw;
	background-color: #F0F0F0;
	display: flex;
	flex-direction: row;
}

.section6-index .left {
	width: 40%;
	height: 100%;
	padding-left: 8.33333vw;
	padding-top: 8.33333vw;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	background-color: #053E89;
	color: #fff;
}

.section6-index .left h2 {
	font-size: 2.08333vw;
	margin-bottom: 0.9375vw;
	font-weight: bold;
}

.section6-index .left h3 {
	font-size: 2.08333vw;
	margin-bottom: 2.29166vw;
}

.section6-index .left p {
	font-size: 0.9375vw;
	margin-bottom: 6.14583vw;
}

.section6-index .left .more {
	width: 8.54166vw;
	height: 2.5vw;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 0.05208vw solid #fff;
	color: #fff;
	font-size: 0.83333vw;
}

.section6-index .left .more img {
	width: 0.83333vw;
	height: 0.83333vw;
	margin-left: 1.04166vw;
}

.section6-index .right {
	width: 60%;
	padding-left: 7.34375vw;
	height: 100%;
	position: relative;
	box-sizing: border-box;
}

.section6-index .right .swiper-button-next,
.section6-index .right .swiper-button-prev {
	width: 2.5vw;
	height: 2.5vw;
	margin: 0;
}

.section6-index .right .swiper-button-prev {
	left: -2.5vw;
	top: 4.16666vw;
}

.section6-index .right .swiper-button-prev::after {
	width: 100%;
	height: 100%;
	content: "";
	background: url(../img/swiperPrevNewsActive.png) no-repeat;
	background-size: 100% 100%;
}

.section6-index .right .swiper-button-next {
	right: unset;
	left: 0;
	top: 4.16666vw;
}

.section6-index .right .swiper-button-next::after {
	width: 100%;
	height: 100%;
	content: "";
	background: url(../img/swiperNextNewsActive.png) no-repeat;
	background-size: 100% 100%;
}

.section6-index .right .swiper-button-prev.swiper-button-disabled {
	opacity: 1;
}

.section6-index .right .swiper-button-prev.swiper-button-disabled::after {
	background: url(../img/swiperPrevNews.png) no-repeat;
	background-size: 100% 100%;
}

.section6-index .right .swiper-button-next.swiper-button-disabled {
	opacity: 1;
}

.section6-index .right .swiper-button-next.swiper-button-disabled::after {
	background: url(../img/swiperNextNews.png) no-repeat;
	background-size: 100% 100%;
}

.section6-index .right .mask {
	width: 14.35416vw;
	height: 100%;
	background: linear-gradient(270deg, rgba(240, 240, 240, 0.93) 0%, rgba(240, 240, 240, 0.81) 100%);
	position: absolute;
	right: 0;
	top: 0;
	z-index: 3;
}

.section6-index .right #swiperD {
	height: 100%;
}

.section6-index .right .swiper-slide {
	width: 17.44791vw !important;
	height: 100%;
	margin-right: 5.625vw;
	display: flex;
	flex-direction: column;
	box-sizing: border-box;
	padding-top: 2.08333vw;
}

.section6-index .right .swiper-slide .day {
	font-size: 4.58333vw;
	color: #DADADA;
	margin-bottom: 1.04166vw;
}

.section6-index .right .swiper-slide .date {
	font-size: 0.83333vw;
	color: #000;
	margin-bottom: 1.25vw;
}

.section6-index .right .swiper-slide .imgBox {
	width: 100%;
	height: 8.95833vw;
	margin-bottom: 0.72916vw;
}

.section6-index .right .swiper-slide .imgBox img {
	width: 100%;
	height: 100%;
}

.section6-index .right .swiper-slide h2 {
	font-size: 1.04166vw;
	color: #000;
	margin-bottom: 0.72916vw;
}

.section6-index .right .swiper-slide p {
	font-size: 0.83333vw;
	color: #000;
	margin-bottom: 1.77083vw;
}

.section6-index .right .swiper-slide .more {
	display: flex;
	flex-direction: row;
	align-items: center;
	font-size: 0.83333vw;
	color: #053E89;
}

.section6-index .right .swiper-slide .more img {
	margin-left: 1.04166vw;
}

.section7-index {
	display: flex;
	flex-direction: row;
	box-sizing: border-box;
	align-items: center;
	width: 100%;
	height: 31.14583vw;
	background-color: #FBFBFB;
	justify-content: space-between;
}

.section7-index .left {
	width: 59.89583vw;
	padding: 10.10416vw 5.3125vw 5.41666vw 6.25vw;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}

.section7-index .left img {
	display: block;
	width: 14.16666vw;
	height: 2.60416vw;
	margin-bottom: 5.20833vw;
}

.section7-index .right {
	width: 40.10416vw;
	height: 100%;
	display: flex;
	flex-direction: column;
	padding-left: 6.25vw;
	background-color: #fff;
	padding-top: 4.94791vw;
}

.section7-index .right h2 {
	font-size: 2.08333vw;
	color: #000;
	font-weight: bold;
	margin-bottom: 0.9375vw;
}

.section7-index .right h3 {
	font-size: 2.08333vw;
	color: #000;
	margin-bottom: 2.1875vw;
}

.section7-index .right .p {
	font-size: 0.9375vw;
}

.section7-index .right .p span {
	color: #053E89;
	font-size: 1.66666vw;
	font-weight: bold;
}

.section7-index .right .mb38 {
	margin-bottom: 1.97916vw;
}

.section7-index .right .more {
	width: 8.54166vw;
	height: 2.5vw;
	background: linear-gradient(90deg, #0045A1 0%, #0069C0 100%);
	color: #fff;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	font-size: 0.83333vw;
	margin-top: 6.25vw;
}

.section7-index .right .more img {
	margin-left: 1.04166vw;
}

@media screen and (max-width: 750px) {
	.section1-index-mobile {
		width: 100%;
		height: 133.33333vw;
	}

	.section1-index-mobile .swiper-container {
		width: 100%;
		height: 100%;
	}

	.section1-index-mobile .swiper-container .swiper-slide {
		width: 100%;
		height: 100%;
	}

	.section1-index-mobile .swiper-container .swiper-slide .bannerImgM {
		width: 100%;
		height: 100%;
		display: block;
	}

	.section1-index-mobile .swiper-container .swiper-slide .bannerTxtM {
		width: 55.33333vw;
		height: 75.73333vw;
		position: absolute;
		left: 1.46666vw;
		top: 25.33333vw;
	}

	.section1-index-mobile .swiper-container .swiperA-num-m {
		position: absolute;
		left: 5.33333vw;
		bottom: 6.4vw;
		font-size: 3.2vw;
		z-index: 2;
		color: #fff;
	}

	.section1-index-mobile .swiper-container .swiperA-num-m .active {
		font-size: 5.33333vw;
		color: #0069C0;
	}

	.section1-index-mobile .swiper-container .swiper-pagination-sam {
		text-align: right;
		box-sizing: border-box;
		padding-right: 2.13333vw;
		bottom: 6.4vw;
	}

	.section1-index-mobile .swiper-container .swiper-pagination-sam .swiper-pagination-bullet {
		width: 1.33333vw;
		height: 1.33333vw;
		border-radius: 1.33333vw;
		opacity: 1;
		background: #fff;
		margin: 0;
		margin-right: 3.2vw;
	}

	.section1-index-mobile .swiper-container .swiper-pagination-sam .swiper-pagination-bullet-active {
		background-color: #0069C0;
		width: 4.26666vw;
		border-radius: 0.66666vw;
	}

	.section2-index-mobile {
		display: flex;
	}

	.section2-index-mobile .swiper-container {
		width: 100%;
	}

	.section2-index-mobile .swiper-container .swiper-slide {
		width: 100%;
		display: flex;
		flex-direction: column;
		padding-top: 13.33333vw;
	}

	.section2-index-mobile .swiper-container .swiper-slide .topInfo {
		width: 100%;
		height: auto;
		padding: 0 4.93333vw;
		padding-bottom: 5.33333vw;
		box-sizing: border-box;
		background: linear-gradient(180deg, #F9FBFC 0%, #E8EBED 100%);
	}

	.section2-index-mobile .swiper-container .swiper-slide .topInfo h2 {
		font-size: 5.33333vw;
		color: #000;
		margin-bottom: 0.8vw;
		font-weight: bold;
		text-align: center;
	}

	.section2-index-mobile .swiper-container .swiper-slide .topInfo h3 {
		font-size: 5.33333vw;
		color: #000;
		margin-bottom: 5.33333vw;
		text-align: center;
	}

	.section2-index-mobile .swiper-container .swiper-slide .topInfo .tagRow {
		padding: 0 16.4vw;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		margin-bottom: 3.86666vw;
	}

	.section2-index-mobile .swiper-container .swiper-slide .topInfo .tagRow .tagBox {
		width: 10.13333vw;
		height: auto;
		display: flex;
		flex-direction: column;
		text-align: center;
		color: #909192;
		font-size: 3.2vw;
	}

	.section2-index-mobile .swiper-container .swiper-slide .topInfo .tagRow .tagBox .s2TagM {
		width: 10.13333vw;
		height: 10.13333vw;
		display: block;
		margin-bottom: 1.33333vw;
	}

	.section2-index-mobile .swiper-container .swiper-slide .topInfo p {
		font-size: 3.73333vw;
		color: #000;
		line-height: 1.7;
		margin-bottom: 4vw;
		max-height: 38vw;
		overflow: hidden;
		text-overflow: ellipsis;
		-webkit-line-clamp: 6;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		word-break: break-all;
	}

	.section2-index-mobile .swiper-container .swiper-slide .topInfo .more {
		width: 22.4vw;
		height: 7.46666vw;
		margin: 0 auto;
		background: linear-gradient(90deg, #0045A1 0%, #0069C0 100%);
		color: #fff;
		font-size: 3.2vw;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.section2-index-mobile .swiper-container .swiper-slide .topInfo .more img {
		width: 2.13333vw;
		height: 2.13333vw;
		margin-left: 1.33333vw;
	}

	.section2-index-mobile .swiper-container .swiper-slide .bottomImg {
		width: 100%;
		height: 75.2vw;
		display: flex;
		align-items: center;
		background: url(../img/s2BgM.png) no-repeat;
		background-size: 100% 100%;
		position: relative;
	}

	.section2-index-mobile .swiper-container .swiper-slide .bottomImg .bannerImg {
		width: 100%;
		height: 62.53333vw;
		display: block;
	}

	.section2-index-mobile .swiper-container .swiper-slide .bottomImg span {
		font-size: 4.26666vw;
		color: #000;
		position: absolute;
		top: 5.33333vw;
		right: 5.33333vw;
	}

	.section2-index-mobile .swiper-container .swiper-pagination-s2m {
		text-align: left;
		padding-left: 5.33333vw;
		box-sizing: border-box;
		bottom: 5.33333vw;
		width: auto;
		font-size: 3.2vw;
		z-index: 1;
		color: #fff;
	}

	.section2-index-mobile .swiper-container .swiper-pagination-s2m .swiper-pagination-current {
		font-size: 5.33333vw;
		color: #0069C0;
	}

	.section2-index-mobile .swiper-container .swiper-button-next,
	.section2-index-mobile .swiper-container .swiper-button-prev {
		width: 4.26666vw;
		height: 4.26666vw;
		bottom: 5.33333vw;
		top: unset;
	}

	.section2-index-mobile .swiper-container .swiper-button-prev {
		left: unset;
		right: 14.53333vw;
	}

	.section2-index-mobile .swiper-container .swiper-button-prev::after {
		width: 100%;
		height: 100%;
		content: "";
		background: url(../img/prev-active.png) no-repeat;
		background-size: 100% 100%;
	}

	.section2-index-mobile .swiper-container .swiper-button-next {
		right: 5.33333vw;
	}

	.section2-index-mobile .swiper-container .swiper-button-next::after {
		width: 100%;
		height: 100%;
		content: "";
		background: url(../img/next-active.png) no-repeat;
		background-size: 100% 100%;
	}

	.section2-index-mobile .swiper-container .swiper-button-prev.swiper-button-disabled {
		opacity: 1;
	}

	.section2-index-mobile .swiper-container .swiper-button-prev.swiper-button-disabled::after {
		background: url(../img/prev-default.png) no-repeat;
		background-size: 100% 100%;
	}

	.section2-index-mobile .swiper-container .swiper-button-next.swiper-button-disabled {
		opacity: 1;
	}

	.section2-index-mobile .swiper-container .swiper-button-next.swiper-button-disabled::after {
		background: url(../img/next-default.png) no-repeat;
		background-size: 100% 100%;
	}

	.section3-index-mobile {
		width: 100%;
		height: auto;
		display: flex;
		flex-direction: column;
		padding-top: 13.33333vw;
		padding-bottom: 13.33333vw;
	}

	.section3-index-mobile h2 {
		font-size: 5.33333vw;
		color: #000;
		margin-bottom: 0.8vw;
		font-weight: bold;
		text-align: center;
	}

	.section3-index-mobile h3 {
		font-size: 5.33333vw;
		color: #000;
		margin-bottom: 5.33333vw;
		text-align: center;
	}

	.section3-index-mobile .navRow {
		display: flex;
		flex-direction: row;
		align-items: center;
		width: 72vw;
		margin: 0 auto;
		font-size: 3.73333vw;
		color: #B9BAC0;
		justify-content: space-around;
		box-sizing: border-box;
		margin-bottom: 3.2vw;
		overflow-x: auto;
	}

	.section3-index-mobile .navRow div {
		flex-shrink: 0;
	}

	.section3-index-mobile .navRow div.active {
		color: #0069C0;
	}

	.section3-index-mobile .navRow .line {
		width: 0.13333vw;
		height: 1.6vw;
		background: #D8D8D8;
		margin: 0 3.2vw;
	}

	.section3-index-mobile #swiperMobileC {
		width: 100%;
		height: 72.53333vw;
		box-sizing: border-box;
		background: url(../img/s3MobileBg.png) no-repeat;
		background-size: 100% 100%;
	}

	.section3-index-mobile #swiperMobileC .swiper-slide {
		width: 100%;
		height: 100%;
		padding: 4.26666vw 17.06666vw 10.13333vw 17.06666vw;
		box-sizing: border-box;
	}

	.section3-index-mobile #swiperMobileC .swiper-slide .inside {
		background-color: #fff;
		position: relative;
	}

	.section3-index-mobile #swiperMobileC .swiper-slide .bannerImgM {
		width: 100%;
		height: 100%;
	}

	.section3-index-mobile #swiperMobileC .swiper-slide .titleBox {
		display: flex;
		flex-direction: column;
		position: absolute;
		left: 3.2vw;
		top: 3.2vw;
	}

	.section3-index-mobile #swiperMobileC .swiper-slide .titleBox h2 {
		font-size: 3.73333vw;
		color: #000;
		margin-bottom: 1.06666vw;
	}

	.section3-index-mobile #swiperMobileC .swiper-slide .titleBox h3 {
		font-size: 3.2vw;
		color: #B9BAC0;
	}

	.section3-index-mobile #swiperMobileC .swiper-slide .intro {
		font-size: 3.2vw;
		color: #000;
		text-align: center;
		position: absolute;
		bottom: 3.2vw;
		max-height: 13vw;
		overflow: hidden;
		text-overflow: ellipsis;
		-webkit-line-clamp: 3;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		word-break: break-all;
	}

	.section3-index-mobile #swiperMobileC .swiper-pagination-s3m {
		bottom: 0;
	}

	.section3-index-mobile #swiperMobileC .swiper-button-next,
	.section3-index-mobile #swiperMobileC .swiper-button-prev {
		width: 7.46666vw;
		height: 7.46666vw;
	}

	.section3-index-mobile #swiperMobileC .swiper-button-prev {
		left: 5.33333vw;
	}

	.section3-index-mobile #swiperMobileC .swiper-button-prev::after {
		width: 100%;
		height: 100%;
		content: "";
		background: url(../img/s2Arr-prev-active.png) no-repeat;
		background-size: 100% 100%;
	}

	.section3-index-mobile #swiperMobileC .swiper-button-next {
		right: 5.33333vw;
	}

	.section3-index-mobile #swiperMobileC .swiper-button-next::after {
		width: 100%;
		height: 100%;
		content: "";
		background: url(../img/s2Arr-next-active.png) no-repeat;
		background-size: 100% 100%;
	}

	.section3-index-mobile #swiperMobileC .swiper-button-prev.swiper-button-disabled {
		opacity: 1;
	}

	.section3-index-mobile #swiperMobileC .swiper-button-prev.swiper-button-disabled::after {
		background: url(../img/s2Arr-prev-default.png) no-repeat;
		background-size: 100% 100%;
	}

	.section3-index-mobile #swiperMobileC .swiper-button-next.swiper-button-disabled {
		opacity: 1;
	}

	.section3-index-mobile #swiperMobileC .swiper-button-next.swiper-button-disabled::after {
		background: url(../img/s2Arr-next-default.png) no-repeat;
		background-size: 100% 100%;
	}

	.section4-index-mobile {
		width: 100%;
		height: 118.13333vw;
		display: flex;
		flex-direction: column;
		background: url(../img/s4BgM.png) no-repeat;
		background-size: 100% 100%;
		padding: 0 4.66666vw;
		padding-top: 10vw;
	}

	.section4-index-mobile h2 {
		text-align: center;
		font-size: 5.33333vw;
		color: #000;
		margin-bottom: 4.13333vw;
	}

	.section4-index-mobile p {
		text-align: center;
		font-size: 3.73333vw;
		color: #6f6f6f;
		line-height: 1.7;
		margin-bottom: 8vw;
	}

	.section4-index-mobile .more {
		width: 22.4vw;
		height: 7.46666vw;
		margin: 0 auto;
		background: linear-gradient(90deg, #0045A1 0%, #0069C0 100%);
		color: #fff;
		font-size: 3.2vw;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.section4-index-mobile .more img {
		width: 2.13333vw;
		height: 2.13333vw;
		margin-left: 1.33333vw;
	}

	.section5-index-mobile {
		width: 100%;
		height: 119.33333vw;
		position: relative;
	}

	.section5-index-mobile .textBox {
		display: flex;
		flex-direction: column;
		padding-top: 13.33333vw;
		width: 100%;
		position: absolute;
		z-index: 2;
	}

	.section5-index-mobile .textBox h2 {
		font-size: 5.33333vw;
		color: #000;
		margin-bottom: 0.8vw;
		font-weight: bold;
		text-align: center;
	}

	.section5-index-mobile .textBox h3 {
		font-size: 5.33333vw;
		color: #000;
		margin-bottom: 5.33333vw;
		text-align: center;
	}

	.section5-index-mobile .textBox .intro {
		font-size: 3.73333vw;
		color: #000;
		line-height: 1.7;
		text-align: center;
		margin: 0 4.93333vw;
	}

	.section5-index-mobile .longBox {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		overflow-x: auto;
	}

	.section5-index-mobile .longBox .s5MBg {
		width: 249.6vw;
		height: 100%;
	}

	.section6-index-mobile {
		width: 100%;
		height: 113.06666vw;
		display: flex;
		flex-direction: row;
		background-color: #F0F0F0;
	}

	.section6-index-mobile .left {
		display: flex;
		flex-direction: column;
		width: 43.6vw;
		height: 100%;
		background-color: #053E89;
		color: #fff;
		box-sizing: border-box;
		padding-top: 35.46666vw;
		padding-left: 5.33333vw;
	}

	.section6-index-mobile .left h2 {
		font-size: 5.33333vw;
		margin-bottom: 1.06666vw;
	}

	.section6-index-mobile .left h3 {
		font-size: 5.33333vw;
		margin-bottom: 2.4vw;
	}

	.section6-index-mobile .left p {
		font-size: 3.73333vw;
		color: #fff;
		margin-bottom: 4.8vw;
	}

	.section6-index-mobile .left .moreWhite {
		width: 22.4vw;
		height: 7.46666vw;
		display: flex;
		align-items: center;
		justify-content: center;
		border: 0.13333vw solid #fff;
	}

	.section6-index-mobile .left .moreWhite img {
		width: 2.13333vw;
		height: 2.13333vw;
		margin-left: 1.33333vw;
		position: relative;
		top: 0.26666vw;
	}

	.section6-index-mobile .right {
		width: 56.39999vw;
		height: 100%;
		position: relative;
	}

	.section6-index-mobile .right #swiperMobileD {
		width: 100%;
		height: 100%;
	}

	.section6-index-mobile .right #swiperMobileD .swiper-slide {
		width: 100%;
		height: 100%;
	}

	.section6-index-mobile .right #swiperMobileD .swiper-slide .inside {
		width: 44.66666vw;
		height: 100%;
		box-sizing: border-box;
		padding-top: 16vw;
		padding-left: 6.4vw;
	}

	.section6-index-mobile .right #swiperMobileD .swiper-slide .inside .day {
		color: #DADADA;
		font-size: 11.73333vw;
		margin-bottom: 2vw;
	}

	.section6-index-mobile .right #swiperMobileD .swiper-slide .inside .date {
		font-size: 3.2vw;
		color: #000;
		margin-bottom: 3.2vw;
	}

	.section6-index-mobile .right #swiperMobileD .swiper-slide .inside .imgBox {
		width: 44.66666vw;
		height: 22.93333vw;
		margin-bottom: 2.4vw;
	}

	.section6-index-mobile .right #swiperMobileD .swiper-slide .inside .imgBox img {
		width: 100%;
		height: 100%;
		display: block;
	}

	.section6-index-mobile .right #swiperMobileD .swiper-slide .inside h2 {
		font-size: 3.73333vw;
		color: #000;
		margin-bottom: 2.66666vw;
	}

	.section6-index-mobile .right #swiperMobileD .swiper-slide .inside p {
		font-size: 3.2vw;
		color: #000;
		margin-bottom: 4.26666vw;
	}

	.section6-index-mobile .right #swiperMobileD .swiper-slide .inside .moreBule {
		display: flex;
		align-items: center;
		font-size: 3.2vw;
		color: #053E89;
	}

	.section6-index-mobile .right #swiperMobileD .swiper-slide .inside .moreBule img {
		width: 3.2vw;
		height: 3.2vw;
		margin-left: 1.06666vw;
	}

	.section6-index-mobile .right .swiper-button-next,
	.section6-index-mobile .right .swiper-button-prev {
		width: 7.46666vw;
		height: 7.46666vw;
		margin: 0;
	}

	.section6-index-mobile .right .swiper-button-prev {
		left: -7.46666vw;
		top: 7.46666vw;
	}

	.section6-index-mobile .right .swiper-button-prev::after {
		width: 100%;
		height: 100%;
		content: "";
		background: url(../img/s2Arr-prev-active.png) no-repeat;
		background-size: 100% 100%;
	}

	.section6-index-mobile .right .swiper-button-next {
		right: unset;
		left: 0;
		top: 7.46666vw;
	}

	.section6-index-mobile .right .swiper-button-next::after {
		width: 100%;
		height: 100%;
		content: "";
		background: url(../img/s2Arr-next-active.png) no-repeat;
		background-size: 100% 100%;
	}

	.section6-index-mobile .right .swiper-button-prev.swiper-button-disabled {
		opacity: 1;
	}

	.section6-index-mobile .right .swiper-button-prev.swiper-button-disabled::after {
		background: url(../img/s2Arr-prev-default.png) no-repeat;
		background-size: 100% 100%;
	}

	.section6-index-mobile .right .swiper-button-next.swiper-button-disabled {
		opacity: 1;
	}

	.section6-index-mobile .right .swiper-button-next.swiper-button-disabled::after {
		background: url(../img/s2Arr-next-default.png) no-repeat;
		background-size: 100% 100%;
	}

	.section7-index-mobile {
		width: 100%;
		height: auto;
		display: flex;
		flex-direction: column;
		padding: 0 5.46666vw;
		padding-top: 13.33333vw;
		padding-bottom: 4vw;
	}

	.section7-index-mobile h2 {
		font-size: 5.33333vw;
		color: #000;
		margin-bottom: 0.8vw;
		font-weight: bold;
		text-align: center;
	}

	.section7-index-mobile h3 {
		font-size: 5.33333vw;
		color: #000;
		margin-bottom: 5.33333vw;
		text-align: center;
	}

	.section7-index-mobile .intro {
		font-size: 3.73333vw;
		color: #000;
		line-height: 1.7;
		text-align: center;
		margin-bottom: 16.8vw;
	}

	.section7-index-mobile .intro span {
		color: #053E89;
		font-size: 5.33333vw;
		margin: 0 1.06666vw;
		font-weight: bold;
	}

	.section7-index-mobile .friendRow {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.section7-index-mobile .friendRow img {
		width: 43.46666vw;
		display: block;
		margin-bottom: 6.66666vw;
	}
}

.flexA {
	display: flex;
	align-items: center;
}