/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

@-webkit-keyframes gogogo {
	0% {
		bottom: 50px;
	}
	50% {
		bottom: 80px;
	}
	100% {
		bottom: 50px;
	}
}

.index {
	font-size: 0;
}

.index-nav {
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9999;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	text-align: center;
	-webkit-transition: all 1.2s;
	-o-transition: all 1.2s;
	transition: all 1.2s;
	box-sizing: border-box;
}

.index-nav-left {
	display: inline-block;
	vertical-align: top;
	max-width: 31.08%;
	margin-right: 1.46rem;
	cursor: pointer;
}

.index-nav-left-logo {
	display: block;
	max-width: 100%;
	height: auto;
}

.index-nav-right {
	line-height: 0.75rem;
	display: inline-block;
	vertical-align: top;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}

.index-nav-right-txt {
	font-size: 0.20rem;
	color: #ffffff;
	display: inline-block;
	vertical-align: top;
	text-decoration: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
	text-align: left;
	width: 1.64rem;
	-webkit-transition: all 1.2s;
	-o-transition: all 1.2s;
	transition: all 1.2s;
	box-sizing: border-box;
}

.index-nav-right-txt.active {
	color: #00adff;
}

.index-nav-right-txt:hover {
	color: #00adff;
}

.index-nav-right-icon {
	display: inline-block;
	vertical-align: middle;
	width: 0.27rem;
	height: 0.27rem;
	line-height: 0.25rem;
	text-align: center;
	border-radius: 50%;
	margin-right: 0.1rem;
	cursor: pointer;
	text-decoration: none;
	border: solid 1px #ffffff;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 1.2s;
	-o-transition: all 1.2s;
	transition: all 1.2s;
}

.index-nav-right-icon:last-child {
	margin-right: 0;
}

.index-nav-right-icon-i {
	display: inline-block;
	max-width: 100%;
	height: auto;
}

.index-nav-right-icon:hover {
	background-color: #fff;
}

.index-nav:hover {
	padding-top: 0.22rem;
	padding-bottom: 0.22rem;
	background-color:rgba(1, 89, 158, 0.47) !important;
}

.index-nav-right-txt-list {
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: none;
	-webkit-transition: all 1.2s;
	-o-transition: all 1.2s;
	transition: all 1.2s;
}

.index-nav-right-txt-list-item {
	display: block;
	width: 100%;
	font-size: 0.18rem;
	line-height: 0.4rem;
	color: #ffffff;
	text-decoration: none;
	cursor: pointer;
}

.index-nav-right-txt:hover .index-nav-right-txt-list {
	display: block;
}

.index-nav-right-txt-list-item:hover {
	color: #00adff;
}

.index-nav-right-icon-weixin:hover .code{
	display: block;
}
/* 第一屏 */

.index-banner {
	display: block;
	margin: 0 auto;
	height: 100%;
	width: 100%;
	position: relative;
}

.index-banner .swiper-pagination {
	width: 100%;
	bottom: 10px;
	z-index: 999;
	padding: 10px 0px;
	box-sizing: border-box;
}

.index-banner .swiper-pagination-bullet {
	margin: 0px 5px;
	border: none;
	outline: none;
}

.index-banner .swiper-container {
	display: block;
	width: 100%;
	height: 100%;
}

.index-banner .swiper-slide {
	width: 100%;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	cursor:pointer;
	transition: all 3s;
}

.index-banner .swiper-slide:hover{
	transform: scale(1.05);
}

.index-banner .swiper-pagination-bullet{
	width: 12px;
	height: 12px;
	border-radius: 50%;
	border: 2px solid #fff;
	background: none;
	opacity: 1;


}
.index-banner .swiper-pagination-bullet-active{
	background: #fff;
	opacity: 1;
}
.index-banner-title {
	position: absolute;
	z-index: 999;
	width: 12rem;
	height: auto;
	display: block;
	text-align: center;
	margin: 0 auto;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-animation-duration: 1.4s;
	animation-duration: 1.4s;
	left: 50%;
	margin-left: -6rem;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.index-banner-title-img {
	width: 9.90rem;
	height: 0.67rem;
}

.index-banner-down {
	position: absolute;
	z-index: 999;
	display: block;
	width: 44px;
	height: 44px;
	margin: 0 auto;
	right: 3%;
	bottom: 30px;
	-webkit-animation: gogogo 2s infinite linear;
	animation: gogogo 2s infinite linear;
	cursor: pointer;
}

.index-banner-down-img {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 50%;
}

.index-banner-list {
	position: absolute;
	z-index: 999;
	display: block;
	width: 12rem;
	margin: 0 auto;
	text-align: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-animation-duration: 1.4s;
	animation-duration: 1.4s;
	left: 50%;
	margin-left: -6rem;
	top: 51.4957%;
}

.index-banner-list-item {
	display: inline-block;
	vertical-align: middle;
	width: 1.36rem;
	height: 1.36rem;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, 0.3);
	margin-right: 1.02rem;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-decoration: none;
	cursor: pointer;
	-webkit-transition: all 1.2s;
	-o-transition: all 1.2s;
	transition: all 1.2s;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.index-banner-list-item:last-child {
	margin-right: 0;
}

.index-banner-list-item-img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}

.index-banner-list-item-txt {
	font-size: 0.16rem;
	line-height: 0.17rem;
	color: #ffffff;
	display: block;
	text-align: center;
}

.index-banner-list-item:hover {
	background-color: rgba(1, 89, 158, 0.3);
}


/* 第二屏 */

.index-news {
	background-repeat: no-repeat;
	background-size: 100% 38.78%;
	background-color: #fff;
	background-position: center bottom;
	height: 100%;
	overflow-x: hidden;
	background-image: url('/assets/images/front/index/news-bg.png');
}

.index-news-c {
	background-repeat: no-repeat;
	background-size: 100% 38.78%;
	background-position: center bottom;
	width: 12rem;
	height: 100%;
	margin: 0 auto;
	background-color: #fff;
	background-image: url('/assets/images/front/index/news-bg.png');
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.index-news-c-title {
	display: block;
	margin: 0 auto;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 0.54rem;
	padding-bottom: 0.54rem;
	text-align: center;
	-webkit-animation-duration: 1.4s;
	animation-duration: 1.4s;
}

.index-news-c-title-img {
	display: inline-block;
	vertical-align: middle;
	max-width: 27.5%;
	height: auto;
}

.index-news-c-title-txt {
	display: inline-block;
	vertical-align: middle;
	font-size: 0.34rem;
	font-weight: bold;
	color: #323232;
	line-height: 1;
	margin-left: 0.13rem;
	margin-right: 0.13rem;
}

.index-news-c-content {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 12rem;
	margin: 0 auto;
}

.index-news-c-content-left {
	width: 6.60rem;
	height: 4.60rem;
	max-height: 100%;
	display: inline-block;
	vertical-align: top;
	-webkit-animation-duration: 1.4s;
	animation-duration: 1.4s;
}

.index-news-c-content-left .swiper-container {
	width: 100%;
	height: 100%;
}

.index-news-c-content-left .index-news-c-content-left-item {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	text-decoration: none;
	cursor: pointer;
}

.index-news-c-content-left .index-news-c-content-left-item-img {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.index-news-c-content-left .index-news-c-content-left-item-bottom {
	height: 0.5rem;
	display: block;
	background-color: rgba(0, 0, 0, 0.6);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 0.2rem;
	padding-right: 0.26rem;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
}

.index-news-c-content-left .index-news-c-content-left-item-bottom-left {
	font-size: 0.16rem;
	color: #ffffff;
	line-height: 0.5rem;
}

.index-news-c-content-left .index-news-c-content-left-item-bottom-right {
	height: 100%;
	float: right;
	font-size: 0.14rem;
	line-height: 0.5rem;
	color: #ffffff;
}

.index-news-c-content-right {
	width: 5.32rem;
	display: inline-block;
	vertical-align: top;
	height: 4.6rem;
	max-height: 100%;
	-webkit-animation-duration: 1.4s;
	animation-duration: 1.4s;
}

.index-news-c-content-right-item {
	height: 25%;
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	/*padding-left: 0.36rem;*/
	/*padding-right: 0.41rem;*/
	/*padding-top: 0.58rem;*/
	display: block;
	position: relative;
	text-decoration: none;
	cursor: pointer;
	-webkit-transition: all 1.2s;
	-o-transition: all 1.2s;
	transition: all 1.2s;
	border-right: 2px solid #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.index-news-c-content-right-item-left {
	display: inline-block;
	vertical-align: top;
	width: 21.80%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	/*justify-content: center;*/
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-top: 0.2rem;
}

.index-news-c-content-right-item-left-top {
	font-size: 0.46rem;
	line-height: 1;
	color: #d6d6d6;
	margin-bottom: 0.11rem;
	display: block;
	-webkit-transition: all 1.2s;
	-o-transition: all 1.2s;
	transition: all 1.2s;
}

.index-news-c-content-right-item-left-bottom {
	font-size: 0.13rem;
	line-height: 1;
	color: #d6d6d6;
	display: block;
	-webkit-transition: all 1.2s;
	-o-transition: all 1.2s;
	transition: all 1.2s;
}

.index-news-c-content-right-item-right {
	display: inline-block;
	vertical-align: top;
	width: 78.20%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-right: 0.57rem;
	box-sizing: border-box;
	padding-top: 0.14rem;
}

.index-news-c-content-right-item-right-title {
	font-size: 0.22rem;
	line-height: 0.23rem;
	color: #0d0d0d;
	display: block;
	margin-bottom: 0.04rem;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
	-webkit-transition: all 1.2s;
	-o-transition: all 1.2s;
	transition: all 1.2s;
}

.index-news-c-content-right-item-right-content {
	font-size: 0.16rem;
	color: #4a4949;
	line-height: 0.28rem;
	max-height: 0.56rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.news-active {
	background-color: #f8f8f8;
	border-right: 2px solid #01599e;
}
.news-active  .index-news-c-content-right-item-left-top {
	color: #01599e;
}
.news-active .index-news-c-content-right-item-left-bottom {
	color: #01599e;
}

.news-active .index-news-c-content-right-item-right-title {
	color: #01599e;
}
/*
.index-news-c-content-right-item:hover {
	background-color: #f8f8f8;
	border-right: 2px solid #01599e;
}

.index-news-c-content-right-item:hover .index-news-c-content-right-item-left-top {
	color: #01599e;
}

.index-news-c-content-right-item:hover .index-news-c-content-right-item-left-bottom {
	color: #01599e;
}

.index-news-c-content-right-item:hover .index-news-c-content-right-item-right-title {
	color: #01599e;
}
*/

.index-news-c-more {
	display: block;
	width: 1.39rem;
	height: 0.39rem;
	margin: 0 auto;
	margin-top: 0.45rem;
	text-decoration: none;
	background-color: #eeeeee;
	border-radius: 0.2rem;
	text-align: center;
	cursor: pointer;
	-webkit-animation-duration: 1.4s;
	animation-duration: 1.4s;
}

.index-news-c-more-txt {
	font-size: 0.14rem;
	line-height: 0.39rem;
	color: #4c4c4c;
}

.index-news-c-more-img {
	width: 0.32rem;
	height: 0.32rem;
	border-radius: 50%;
	float: right;
	margin-right: 0.04rem;
	margin-top: 0.04rem;
}

.index-gc {
	display: block;
	width: 100%;
	height: 5.8rem;
	font-size: 0;
	text-align: center;
}

.index-gc-item {
	display: inline-block;
	vertical-align: top;
	width: 25%;
	height: 100%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-transition: all 1.2s;
	-o-transition: all 1.2s;
	transition: all 1.2s;
	cursor: pointer;
	text-align: left;
	-webkit-animation-duration: 1.4s;
	animation-duration: 1.4s;
}

.index-gc-item-other {
	display: block;
	width: 100%;
	height: 100%;
	-webkit-transition: all 1.2s;
	-o-transition: all 1.2s;
	transition: all 1.2s;
	background-color: rgba(1, 89, 158, 0.24);
}

.index-gc-item-c {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-top:1.32rem;
	padding-left: 0.7rem;
	padding-right: 0.7rem;
	height: 3.74rem;
	width: 100%;
	-webkit-transition: all 1.2s;
	-o-transition: all 1.2s;
	transition: all 1.2s;
	cursor: pointer;
	position: relative;
	text-align: center;
}

.index-gc-item-c-title {
	font-size: 0.26rem;
	line-height: 0.32rem;
	color: #ffffff;
	display: block;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.index-gc-item-c-line {
	width: 100%;
	height: 2px;
	background-color: rgba(255, 255, 255, 0.48);
	display: block;
	margin-top: 0.2rem;
	position: relative;
}

.index-gc-item-c-line::after {
	position: absolute;
	content: "";
	display: block;
	left: 50%;
	margin-left: -0.42rem;
	top: 0;
	width: 0.85rem;
	height: 100%;
	background-color: #fff;
}

.index-gc-item-c-content {
	font-size: 0.16rem;
	color: #ffffff;
	margin-top: 0.16rem;
	line-height: 0.24rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	max-height: 0.72rem;
}

.index-gc-item-c-more {
	font-size: 0.12rem;
	line-height: 1;
	color: #fefefe;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 0.08rem;
	padding-bottom: 0.08rem;
	padding-left: 0.18rem;
	padding-right: 0.18rem;
	border-radius: 0.15rem;
	border: solid 1px #ffffff;
	text-decoration: none;
	display: inline-block;
	margin-top: 0.31rem;
}

.index-gc-item .index-gc-item-other:hover {
	background-color: transparent;
}

.index-gc-item .index-gc-item-other:hover .index-gc-item-c {
	background-color: rgba(1, 89, 158, 0.7);
}


/*
.index-gc-item .index-gc-item-c:hover::after {
  position: absolute;
  display: block;
  content: "";
  left: 50%;
  top: 50%;
  margin-top: -1.775rem;
  margin-left: -1.85rem;
  width: 3.7rem;
  height: 3.55rem;
  box-sizing: border-box;
  border: 1px dashed #fff;
}
*/

.index-gc-item:hover .index-gc-item-c .index-gc-item-c-title {
	font-weight: bold;
}

.index-bottomList {
	overflow-x: hidden;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 0.61rem;
	padding-bottom: 0.54rem;
	background-color: #fff;
	-webkit-transition: all 1.2s;
	-o-transition: all 1.2s;
	transition: all 1.2s;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.index-bottomList-item {
	display: inline-block;
	vertical-align: middle;
	width: 5.3rem;
	height: 3rem;
	margin-right: 0.91rem;
	text-align: center;
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
	-webkit-transition: all 1.2s;
	-o-transition: all 1.2s;
	transition: all 1.2s;
}

.index-bottomList-item:last-child {
	margin-right: 0;
}

.index-bottomList-item-c {
	background-color: rgba(1, 89, 158, 0.36);
	width: 100%;
	height: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 0.89rem;
}

.index-bottomList-item-c-title {
	display: block;
	font-size: 0.22rem;
	letter-spacing: 2px;
	color: #ffffff;
	text-align: center;
}

.index-bottomList-item-c-desc {
	display: block;
	text-align: center;
	font-size: 0.16rem;
	line-height: 0.17rem;
	letter-spacing: 1px;
	color: #fefefe;
	margin-top: 0.12rem;
}

.index-bottomList-item-c-line {
	margin: 0 auto;
	margin-top: 0.18rem;
	display: block;
	width: 2.62rem;
	height: 0.03rem;
	background-color: rgba(255, 255, 255, 0.48);
	position: relative;
}

.index-bottomList-item-c-line::after {
	position: absolute;
	display: block;
	content: " ";
	left: 0;
	top: 0;
	width: 0.85rem;
	height: 100%;
	background-color: #fff;
}

.index-bottomList-item-c-more {
	font-size: 0.12rem;
	line-height: 1;
	color: #fefefe;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 0.08rem;
	padding-bottom: 0.08rem;
	padding-left: 0.18rem;
	padding-right: 0.18rem;
	border-radius: 0.15rem;
	border: solid 1px #ffffff;
	text-decoration: none;
	display: inline-block;
	cursor: pointer;
	margin-top: 0.31rem;
}

.index-bottomList-item-c-x {
	display: block;
	margin-bottom: 0.13rem;
	text-align: left;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 0.97rem;
}

.index-bottomList-item-c-x:last-child {
	margin-bottom: 0;
}

.index-bottomList-item-c-x-left {
	display: inline-block;
	vertical-align: top;
	max-width: 100%;
	height: auto;
	margin-right: 0.1rem;
}

.index-bottomList-item-c-x-right {
	font-size: 0.14rem;
	line-height: 1;
	letter-spacing: 1px;
	color: #ffffff;
	display: inline-block;
	vertical-align: top;
	max-width: 74.1%;
}

.index-bottomList-item:hover {
	background-size: 120%;
}

.index-last {
	display: block;
	width: 100%;
	/*
  height: 100%;
  */
}

.index-last-1 {
	width: 100%;
	height: 4.2rem;
	background-color: #f8f8f8;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url('/assets/images/front/index/bottom-bg.png');
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.index-last-1-title {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	/* padding-top: 0.47rem; */
	text-align: center;
}

.index-last-1-title-left {
	display: inline-block;
	vertical-align: middle;
	max-width: 27.5%;
	height: auto;
}

.index-last-1-title-middle {
	font-size: 0.34rem;
	line-height: 0.35rem;
	font-weight: bold;
	color: #323232;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 0.13rem;
	padding-right: 0.13rem;
	display: inline-block;
	vertical-align: middle;
}

.index-last-1-list {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 0.50rem;
	/* padding-bottom: 0.4rem; */
	width: 12rem;
	margin: 0 auto;
	text-align: center;
}

.index-last-1-list-item {
	width: 3.24rem;
	height: 0.92rem;
	background-color: #f9fbfe;
	border-radius: 0.05rem;
	margin-right: 0.33rem;
	margin-top: 0.22rem;
	display: inline-block;
	vertical-align: top;
	cursor: pointer;
	text-decoration: none;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	-webkit-transition: all 1.2s;
	-o-transition: all 1.2s;
	transition: all 1.2s;
}

.index-last-1-list-item:hover {
	-webkit-box-shadow: 0 1px 8px 0 rgba(60, 135, 218, 0.3);
	box-shadow: 0 1px 8px 0 rgba(60, 135, 218, 0.3);
	background-size: 93.33%;
}

.index-last-1-list-item:nth-child(3n) {
	margin-right: 0;
}

.index-last-1-list-item:nth-child(-n+3) {
	margin-top: 0;
}

.index-last-2 {
	height: 3rem;
	display: block;
	width: 100%;
	background-color: #1863b8;
}

.index-last-2-c {
	display: block;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
	background-image: url('/assets/images/front/index/bottom-bg-2.png');
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.index-last-2-c-left {
	display: inline-block;
	vertical-align: top;
	width: 36.355%;
	height: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	/* padding-top: 0.9rem; */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	/* align-items: center; */
	/*justify-content: center;*/
	padding-top: 0.75rem;
}

.index-last-2-c-middle {
	display: inline-block;
	vertical-align: top;
	width: 27.29%;
	height: 100%;
	/* padding-top: 0.9rem; */
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	/*justify-content: center;*/
	padding-top: 0.75rem;
}

.index-last-2-c-middle-title {
	text-decoration: none;
	font-size: 0.18rem;
	line-height: 1;
	color: #ffffff;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 0.95rem;
}

.index-last-2-c-middle-content {
	display: block;
	width: 100%;
	/*height: 2rem;*/
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	margin-top: 0.05rem;
	padding-left: 0.96rem;
	padding-top: 0.34rem;
}

.index-last-2-c-middle-content-list {
	display: block;
	margin-bottom: 0.19rem;
}

.index-last-2-c-middle-content-list:last-child {
	margin-bottom: 0;
}

.index-last-2-c-middle-content-list-item {
	text-decoration: none;
	font-size: 0.16rem;
	line-height: 1;
	color: #ffffff;
	margin-right: 0.2rem;
	margin-top: 0.19rem;
}

.index-last-2-c-middle-content-list-item:nth-child(4n) {
	margin-right: 0;
}

.index-last-2-c-middle-content-list-item:nth-child(-n+4) {
	margin-top: 0;
}

.index-last-2-c-right {
	display: inline-block;
	vertical-align: top;
	width: 36.355%;
	height: 100%;
	/* padding-top: 0.9rem; */
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	/*justify-content: center;*/
	padding-top: 0.75rem;
}

.index-last-2-c-middle-content-list-btn {
	width: 1.15rem;
	height: 0.29rem;
	text-align: center;
	line-height: 0.27rem;
	border-radius: 0.05rem;
	border: solid 1px #ffffff;
	text-decoration: none;
	display: block;
}

.index-last-2-c-middle-content-list-btn-txt {
	font-size: 0.14rem;
	line-height: 1;
	color: #ffffff;
	display: inline-block;
	vertical-align: middle;
	margin-right: 0.08rem;
}

.index-last-2-c-middle-content-list-btn-mark {
	font-size: 0.14rem;
	line-height: 1;
	color: #ffffff;
	display: inline-block;
	vertical-align: middle;
}

.index-last-2-c-middle-content-qrcode {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 1.35rem;
	height: 1.35rem;
	border-radius: 0.1rem;
	box-sizing: border-box;
	padding: 0.06rem;
	background-color: #fff;
}

.index-last-2-c-middle-content-qrcode-img {
	display: block;
	width: 100%;
	height: 100%;
}

.index-last-3 {
	display: block;
	width: 100%;
	height: 0.5rem;
	line-height: 0.5rem;
	/*
  height: 5.25%;
  */
	background-color: #125aa8;
	text-align: center;
	font-size: 0.14rem;
	color: #ffffff;
}

.index-last-3 a{
	color: #ffffff;
	text-decoration: none;
}
.my_header {
	background: rgba(1, 89, 158, 0.47);
}
