* {
	margin: 0;
	padding: 0;
}




/* banner */
.banner {
	width: 100%;
	min-height: 9.9rem;
}

.banner_box {
	position: relative;
	width: 100%;
	height: 100%;
}

.banner_box .banner_bg {
	width: 100% !important;
	height: 100%;
}

.banner_box .banner_bg img {
	width: 100%;
	height: 100%;
	object-fit: fill;
}

.banner_box .img-h {
	/*position: absolute;*/
	left: 0;
	top: 0;
	width: 100%;
}

.banner_box .img-h1 {
	--scale-height: 50%;
}

.img-h2 {
	/*position: absolute;*/
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.img-h video {
	object-fit: cover;
	width: 100%;
	height: 100%;
	pointer-events: none;
}

.banner_box .dot-box {
	position: absolute;
	width: 0;
	height: 0;
}

.banner_box .dot-box:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 5;
	border-radius: 50%;
	width: 0.04rem;
	height: 0.04rem;
	background-color: #fff;
	transform: translate(-50%, -50%);
}

.banner_box .dot-box .dot {
	position: absolute;
	border-radius: 50%;
	width: 0.16rem;
	height: 0.16rem;
	background-color: #3a67bb;
	transform: translate(-50%, -50%);
}

.banner_box .dot-box .dot:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 4;
	border-radius: 50%;
	width: 0.16rem;
	height: 0.16rem;
	background-color: #3a67bb;
	transform: translate(-50%, -50%);
	opacity: .6;
	animation: dot 3s .75s infinite;
}

.banner_box .dot-box .dot:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 3;
	border-radius: 50%;
	width: 0.16rem;
	height: 0.16rem;
	background-color: #3a67bb;
	transform: translate(-50%, -50%);
	opacity: .6;
	animation: dot 3s infinite;
}



.banner_box .dot-menu {
	/*display: none;*/
	position: absolute;
	left: -0.09rem;
	top: -0.32rem;
	z-index: 20;
	padding-left: 0.32rem;
}

.banner_box .dot-menu-h>a {
	overflow: hidden;
	display: flex;
	justify-content: space-around;
	align-items: center;
	padding: 0;
	border-radius: 0.3rem;
	width: 0;
	height: 0.6rem;
	white-space: nowrap;
	font-size: 0.15rem;
	color: #fff;
	background-color: rgba(57, 102, 187, .9);
	transition: all 0s ease-out;
}

.banner_box .dot-menu-h>a img {
	width: 0.24rem;
	height: 0.24rem;
	object-fit: contain;
	margin-right: 0.06rem;
}

.banner_box .dot-menu-h>a img:last-child {
	width: 0.06rem;
	height: 0.1rem;
	object-fit: contain;
	margin-left: 0.19rem;
}

.banner_box .sub-box {
	/*display: none;*/
	overflow: hidden;
	position: absolute;
	left: 100%;
	top: 0;
	padding-left: 0;
	width: 0;
	transition: all 0s ease-out;
}

.banner_box .sub-box ul {
	list-style: none;
	margin: 0;
	padding: 0.25rem 0.5rem 0.25rem 0.2rem;
	border-radius: 0.2rem;
	background-color: rgba(57, 102, 187, .9);
}


.banner_box .sub-box ul li a {
	font-size: 0.15rem;
	color: #fff;
	white-space: nowrap;
	display: flex;
	align-items: center;
	line-height: 0.37rem;
}

.banner_box .sub-box ul li a img {
	width: 0.06rem;
	height: 0.1rem;
	object-fit: contain;
	margin-right: 0.15rem;
}

.banner_box .dot-box-reverse .dot-menu {
	left: auto;
	right: -0.09rem;
	padding-left: 0;
	padding-right: 0.32rem;
}

.banner_box .dot-box-reverse .dot-menu-h>a {
	flex-direction: row-reverse;
}

.banner_box .dot-box-reverse .dot-menu-h>a img {
	margin-right: 0;
	margin-left: 0.06rem;
}

.banner_box .dot-box-reverse .dot-menu-h>a img:last-child {
	transform: rotate(180deg);
	margin-right: 0.19rem;
	margin-left: 0;
}

.banner_box .dot-box-reverse .sub-box {
	left: auto;
	right: 100%;
	padding-left: 0;
	padding-right: 0;
}


.banner_box .dot-box:hover {
	z-index: 150;
}

.banner_box .dot-box:hover .dot-menu {
	display: block;
}

.banner_box .dot-box:hover .dot-menu-h>a {
	padding: 0 0.24rem 0 0.2rem;
	width: auto;
	transition: all .3s ease-out;
}

.banner_box .dot-menu-h:hover .sub-box {
	display: block;
	padding-left: 0.12rem;
	padding-right: 0.12rem;
	width: auto;
	transition: all .3s ease-out;
}

.banner_box .dot-box01 {
	left: 45.34375%;
	top: 42.916667%;
}

.banner_box .dot-box02 {
	left: 50.5%;
	top: 31.2%;
}

.banner_box .dot-box03 {
	left: 48.51041%;
	top: 55.72916%;
}

.banner_box .dot-box04 {
	left: 39.16666%;
	top: 65.3125%;
}

.banner_box .dot-box05 {
	left: 53.68541%;
	top: 84.8125%;
}

.banner_box .dot-box06 {
	left: 17.8125%;
	top: 69.58333%;
}

.banner_box .dot-box07 {
	left: 65.99791%;
	top: 89.2625%;
}

.banner_box .dot-box08 {
	left: 40.01041%;
	top: 22%;
}

.banner_box .dot-box09 {
	left: 17.470833%;
	top: 30.020833%;
}

.banner_box .dot-box10 {
	left: 78.8%;
	top: 45.8%;
}

.banner_box .dot-box11 {
	left: 87.98333%;
	top: 40.8%;
}

.banner_box .dot-box12 {
	left: 91.71666%;
	top: 74.625%;
}

.banner_box .dot-box13 {
	left: 68.74791%;
	top: 24.72916%;
}

/* .banner_box .dot-box14 {
	left: 70.15416%;
	top: 36.73333%;
} */

.banner_box .dot-box:hover .dot {
	background-color: #DC0017;
}

.banner_box .dot-box:hover .dot:before {
	background-color: #DC0017;
}

.banner_box .dot-box:hover .dot:after {
	background-color: #DC0017;
}

.banner_box .dot-box:hover .dot-menu-h>a {
	background-color: rgba(220, 0, 23, .8);
}

.banner_box .dot-box:hover .sub-box ul {
	background-color: rgba(220, 0, 23, .8);
}


@keyframes dot {
	0% {
		width: 0.18rem;
		height: 0.18rem;
		opacity: .6;
	}

	100% {
		width: 0.42rem;
		height: 0.42rem;
		opacity: 0;
	}
}



.title_en {
	font-weight: 400;
	font-size: 0.24rem;
	color: #000000;
	line-height: 0.3rem;
	font-family: MiSans-Regular;
	text-transform: uppercase;
	display: flex;
	align-items: center;
}

.title_en i {
	width: 0.12rem;
	height: 0.12rem;
	background: #0051A4;
	border-radius: 50%;
	display: block;
	margin-left: 0.11rem;
	margin-right: 0.1rem;
	position: relative;
	z-index: 2;
	animation: d1 2s linear infinite;
}

.title_en i::before {
	content: "";
	position: absolute;
	width: 0.16rem;
	height: 0.16rem;
	background: #DC0017;
	border-radius: 50%;
	top: -0.02rem;
	left: -0.11rem;
	animation: d2 2s linear infinite;
}

@keyframes d1 {
    0%{
        transform: translateX(0%);
    } 
    50%{
        transform: translateX(-100%);
    }
    100%{
        transform: translateX(0%);
    }
}

@keyframes d2{
    0%{
        transform: translateX(0%);
    } 
    50%{
        transform: translateX(150%);
    }
    100%{
        transform: translateX(0%);
    }
}

.title_cn {
	font-weight: bold;
	font-size: 0.36rem;
	color: #000000;
}

.about_more {
	width: 1.6rem;
	height: 0.5rem;
	background: #346EC1;
	border-radius: 0.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 400;
	font-size: 0.16rem;
	color: #FFFFFF;
}

.about_more i {
	width: 0.2rem;
	height: 0.07rem;
	display: block;
	margin: 0 0.05rem;
	object-fit: contain;
	background-image: url(../img/more_fl.png);
	background-repeat: repeat-x;
	background-size: auto 100%;
	animation: slide 1s linear infinite;
}

@keyframes slide {
	0% {
		background-position: 0 0;
	}

	100% {
		background-position: 20px 0;
	}
}






/* 介绍 */
.about {
	width: 100%;
	height: auto;
	background: url(../img/index_about_bg.png) bottom center no-repeat;
	background-size: cover;
	padding: 0.72rem 0 1.36rem;
	box-sizing: border-box;
}

.about .main {
	display: flex;
}

.about .about_fl {
	margin-top: 1.6rem;
	width: calc(100% - 8.5rem);
}

.about .about_fl .about_cont {
	margin-top: 0.6rem;
	font-weight: 400;
	font-size: 0.18rem;
	color: #555555;
	line-height: 2;
	margin-bottom: 0.9rem;
}








.about .about_fr {
	width: 7.8rem;
	height: 6.92rem;
	border-radius: 0.7rem;
	overflow: hidden;
	margin-left: 0.7rem;
	position: relative;
}
.about .about_fr video{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about .about_fr .about_icon {
	width: 0.55rem;
	height: 0.55rem;
	background: #FFFFFF;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	bottom: 0.3rem;
	right: 0.33rem;
	cursor: pointer;
}

.about .about_fr .about_icon::before {
	content: "";
	position: absolute;
	width: 0.75rem;
	height: 0.75rem;
	background: #FFFFFF;
	opacity: 0.14;
	border-radius: 50%;
}

.about .about_fr .about_icon img {
	width: 0.13rem;
	height: auto;
	object-fit: contain;
}




/* 新闻 */
.news {
	width: 100%;
	height: auto;
	background: url(../img/index_news_bg.png) center no-repeat;
	padding: 1rem 0 1.36rem;
}

.news .news_lanmu {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 0.97rem;
}

.news_list{
	width: 110%;
	overflow: hidden;
	padding-right: 10%;
}
.news_swiper{
	overflow: initial;
	padding-top: 0.36rem;
	padding-bottom: 1rem;
}
.news_item{
	width: 3.7rem !important;
	height: 5.3rem;
	background: #FFFFFF;
	border-radius: 0.1rem;
	overflow: hidden;
	padding: 0.29rem 0.19rem 0.34rem;
	box-sizing: border-box;
}
.news_item .news_top{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.news_item .news_top .time_day{
	font-family: MiSans-Semibold;
	font-weight: 600;
	font-size: 0.35rem;
	color: #AFAFAF;
	line-height: 1.2;
}
.news_item .news_top .time_year{
	font-family: MiSans-Regular;
	font-weight: 400;
	font-size: 0.11rem;
	color: #AFAFAF;
}

.news_item .news_top .news_more{
	width: 0.35rem;
	height: 0.35rem;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	background:#fff;
	background-size: contain;
	border: 0.01rem solid #346EC1
}
.news_item .news_top .news_more img{
	width: 0.1rem;
	object-fit: contain;
	transition: 0.5s;
}
.news_item .news_litpic{
	width: 100%;
	height: 2.23rem;
	border-radius: 0.05rem;
	overflow: hidden;
	margin-top: 0.17rem;
	margin-bottom: 0.36rem;
}
.news_item .news_title{
	font-weight: 600;
	font-size: 0.2rem;
	color: #000000;
	line-height: 0.3rem;
}
.news_item .news_cont{
	font-weight: 400;
	font-size: 0.16rem;
	color: #AFAFAF;
	line-height: 0.25rem;
	margin-top: 0.29rem;
}
.news_item:hover{
	box-shadow: 0rem 0rem 0.3rem 0.01rem rgba(0,0,0,0.15);
}
.news_item:hover .news_top .time_day,
.news_item:hover .news_top .time_year{
	color: #000000;
}
.news_item:hover .news_top .news_more{
	background: #DC0017;
	border-color: #DC0017;
}
.news_item:hover .news_top .news_more img{
	transform: rotate(45deg);
	filter: brightness(0) invert(1);  
}
.news_item:hover .news_title{
	color: #346EC1;
}
.news_item:hover .news_cont{
	color: #000000;
}



.news_list .swiper-pagination {
	width: 14.9rem !important;
	bottom: 0.18rem !important;
	top: auto !important;
	height: 0.03rem !important;
	background: #346EC1;
}
.news_list .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{
	background: #DC0017;
}
.news_list .swiper-button-next,
.news_list .swiper-button-prev {
	position: absolute;
}


.news_list .swiper-button-next,
.news_list .swiper-button-prev {
	top: 100%;
	border-radius: 50%;
	width: 0.35rem;
	height: 0.35rem;
	transition: all .5s;
	outline: none;
	transform: translateY(-50%);
	cursor: pointer;
	background-color: #FFFFFF;
	box-shadow: 0rem 0rem 0.1rem 0.01rem rgba(0,73,147,0.08);
	display: flex;
	justify-content: center;
	align-items: center;
}

.news_list .swiper-button-next::after,
.news_list .swiper-button-prev::after {
	display: none;
}

.news_list .swiper-button-next img,
.news_list .swiper-button-prev img {
	width: 0.15rem;
	height: 0.15rem;
	display: block;
	object-fit: contain;
}

.news_list .swiper-button-next {
	right: 0rem;
}

.news_list .swiper-button-prev {
	right: 0.43rem;
	left: auto;
}

.news_list .swiper-button-next:hover,
.news_list .swiper-button-prev:hover {
	background: #DC0017;
}
.news_list .swiper-button-next:hover img,
.news_list .swiper-button-prev:hover img{
	filter: brightness(0) invert(1);  
}