.banner{
	position: relative;
}
.banner .swiper-slide{
	position: relative;
}
.banner .swiper-slide .pic img{
	display: block;
	width: 100%;
	object-fit: cover;
}
.banner .swiper-slide .pic video{
    width: 100%;
}
.banner .swiper-slide .slide-box{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	
}
.banner .swiper-slide .title{
	font-size: 52px;
	font-family: HarmonyOS_Sans_SC_Bold;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 1;
}
.banner .swiper-slide .des{
	font-size: 22px;
	font-family: HarmonyOS_Sans_SC_Light;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 1;
	margin-top: 17px;
}
.banner .btn{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 70px;
	height: 70px;
	background: rgba(255,255,255,.1);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 2;
	cursor: pointer;
}
.banner .btn .iconfont{
	font-size: 20px;
	color: #fff;
}
.banner .btn-prev{
	left: 3.1%;
}
.banner .btn-next{
	right: 3.1%;
}
.banner .banner-b{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 78px;
	display: flex;
	align-items: center;
	z-index: 2;
}
.banner .banner-b .list{
	display: flex;
}
.banner .banner-b .list li{
	position: relative;
	width: 6px;
	height: 6px;
	background: #FFFFFF;
	border-radius: 50%;
	margin: 0 12px;
	cursor: pointer;
}
.banner .banner-b .list li svg{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 22px;
	height: 22px;
	border-radius: 50%;
}
.banner .banner-b .list li svg circle{
	position: absolute;
	left: 0;
	top: 0;
	
}
.banner .banner-b .list li.active svg circle{
	animation: circleProgress 4s infinite;
}
@keyframes circleProgress {
  0%{
	stroke-dashoffset: 314;
  }
  100%{
	stroke-dashoffset: 0;
  }
}
.banner .banner-b .line{
	margin: 0 10px 0 18px ;
	width: 40px;
	height: 2px;
	background: #FFFFFF;
}
.banner .banner-b .slide-amount{
	font-size: 18px;
	font-family: "微软雅黑";
	font-weight: 400;
	color: #FFFFFF;
	line-height: 1;
	font-weight: bold;
	
}
.box1{
	padding: 78px 0 94px;
	background-image: url(images/index-box1-bg.jpg);
}
.index-title-box{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.index-title-box .l .title{
	font-size: 32px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #333333;
	line-height: 1;
}
.index-title-box .l .des{
	font-size: 15px;
	font-family: Microsoft YaHei;
	font-weight: 300;
	color: #333333;
	line-height: 1;
	margin-top: 13px;
}
.index-title-box .r a{
	position: relative;
	width: 180px;
	height: 54px;
	background: #0260ca;
	border-radius: 27px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	border: 1px solid #0260ca;
	overflow: hidden;
}
.index-title-box .r a .iconfont{
	margin-left: 35px;
}
.index-title-box .r a::before{
	content: '';
	display: block;
	background: linear-gradient(to left, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.4) 50%);
	background-size: 210% 100%;
	background-position: right bottom;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	border-radius: 0;
	transition: all 1s;
	-webkit-transition: all 1s;
}
.index-title-box .r a:hover:before {
  background-position: left bottom;
}
.box1 .box-t{
	margin-top: 48px;
}
.box1 .box-t .swiper-slide{
	width: 180px;
	height: 50px;
	border: 2px solid #A0A0A0;
	border-radius: 25px;
	line-height: 48px;
	text-align: center;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #555555;
	cursor: pointer;
}
.box1 .box-t .swiper-slide:not(:last-child){
	margin-right: 20px;
}
.box1 .box-t .swiper-slide.active{
	background-color: #0260ca;
	border-color: #0260ca;
	color: #fff;
}
.box1 .box-c{
	margin-top: 50px;
}
.box1 .box-c .items{
	display: none;
}
.box1 .box-c .items.active{
	display: block;
}
.box1 .box-c .item{
	display: flex;
	justify-content: space-between;
}
.box1 .box-c .item .l{
	position: relative;
	background-color: #fff;
	height: 450px;
	box-shadow: 0px 10px 25px 0px rgba(0, 136, 209, 0.1);
	border-radius: 15px;
	width: 47.14%;
	padding: 0 50px;
}
.box1 .box-c .item .l .btn{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
}
.box1 .box-c .item .l .btn .iconfont{
	font-size: 20px;
	color: #0088D1;
	font-weight: bold;
}
.box1 .box-c .item .l .btn.swiper-button-disabled{
	cursor: inherit;
}
.box1 .box-c .item .l .btn.swiper-button-disabled .iconfont{
	color: #999;
}
.box1 .box-c .item .l .btn.btn-prev{
	left: 20px;
}
.box1 .box-c .item .l .btn.btn-next{
	right: 20px;
}
.box1 .box-c .item .l .swiper{
	width: 100%;
	height: 100%;
}
.box1 .box-c .item .l .swiper-slide{
	width: 100%;
	height: 100%;
}
.box1 .box-c .item .l .swiper-slide .pic{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}
.box1 .box-c .item .l .swiper-slide .pic img{
	max-width: 80%;
	max-height: 80%;
}
.box1 .box-c .item .r{
	width: 45.5%;
	padding-top: 9px;
}
.box1 .box-c .item .r .text-title{
	font-size: 32px;
	font-family: Microsoft YaHei;
	font-weight: 500;
	color: #ca0000;
	line-height: 1;
}
.box1 .box-c .item .r .text-des{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #444444;
	line-height: 30px;
	margin-top: 22px;
}
.box1 .box-c .item .r .common-more{
	margin-top: 44px;
}
.common-more{
	position: relative;
	width: 160px;
	height: 48px;
	background: #0260ca;
	border-radius: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
}
.common-more .iconfont{
	font-size: 14px;
	margin-left: 5px;
}
.common-more::before{
	content: '';
	display: block;
	background: linear-gradient(to left, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.4) 50%);
	background-size: 210% 100%;
	background-position: right bottom;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	border-radius: 0;
	transition: all 1s;
	-webkit-transition: all 1s;
}
.common-more:hover:before {
  background-position: left bottom;
}
.box1 .box-c .item .r .list{
	margin-top: 73px;
	display: flex;
	justify-content: space-between;
}
.box1 .box-c .item .r .list li{
	width: 130px;
	height: 150px;
	max-width: 24%;
	background: #0260ca;
	border-radius: 7px;
	padding-top: 40px;
	text-align: center;
}
.box1 .box-c .item .r .list li .icon .iconfont{
	font-size: 36px;
	color: #fff;
	display: block;
	margin: 0 auto;
	transition: all .6s;
}
.box1 .box-c .item .r .list li:hover .icon .iconfont{
	transform: rotateY(180deg);
}
.box1 .box-c .item .r .list li p.text{
	font-size: 15px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 1;
	margin-top: 25px;
}


.box2{
	padding: 79px 0 140px;
	background-image: url(/static/default/assets/img/index-box2-bg.jpg);
	background-size: cover;
}
.index-title-box1 .l .title,
.index-title-box1 .l .des{
	color: #fff;
}
.index-title-box1 .r a{
	color: #fff;
	background-color: transparent;
	border-color: #fff;
}

.box2 .box-c{
	margin-top: 70px;
	height: 500px;
	background: rgba(0,0,0,.26);
	border: 1px solid rgba(255, 255, 255, .44);
	display: flex;
}
.box2 .box-c .l{
	width: 50%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 70px;
	/* border-right: 1px solid rgba(255, 255, 255, .44); */
}
.box2 .box-c .l .text-title{
	font-size: 28px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 1;
}
.box2 .box-c .l .line{
	width: 76px;
	height: 5px;
	background: #0088D1;
	margin-top: 30px;
}
.box2 .box-c .l .text-des{
	font-size: 15px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #E7EAF2;
	line-height: 30px;
	margin-top: 22px;
}
.box2 .box-c .l .palyerBtn{
	width: 150px;
	height: 50px;
	line-height: 50px;
	background: #0088D1;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 15px;
	font-family: Microsoft YaHei;
	font-weight: 300;
	color: #FFFFFF;
	margin-top: 32px;
	cursor: pointer;
}
.box2 .box-c .l .palyerBtn .icon-xueyuan-shipinbofang{
	margin-right: 13px;
	font-size: 18px;
}
.box2 .box-c .r{
	width:50%;
}
.box2 .box-c .r ul{
	width: 100%;
	height:100%;
	display: flex;
	justify-content: space-between;
	flex-wrap:wrap;
}
.box2 .box-c .r li{
	height: 50%;
	width: 33.3333%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: left;
	border-left: 1px solid rgba(255, 255, 255, .44);
}
.box2 .box-c .r li:nth-child(1),
.box2 .box-c .r li:nth-child(2),
.box2 .box-c .r li:nth-child(3){
	border-bottom: 1px solid rgba(255, 255, 255, .44);
}
.box2 .box-c .r li .number{
	display: flex;
	align-items: flex-start;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #fff;
	/* line-height: 1; */
}
.box2 .box-c .r li .number .counter{
	font-size: 52px;
	font-family: Bebas;
	font-weight: 400;
	color: #fff;
	line-height: 1;
	margin-right: 7px;
}
.box2 .box-c .r li .number .bold{
	font-weight: bold;
	font-size: 24px;
	line-height: 14px;
}
.box2 .box-c .r li .text{
	font-size: 15px;
	font-family: Microsoft YaHei;
	font-weight: 300;
	color: #fff;
	line-height: 1;
	margin-top: 16px;
}
.box2 .box-c .r li:hover{
	background-color: #0260ca;
}


.hoverLi .pic {
	overflow: hidden;
}

.hoverLi:hover .imgScale {
	transform: scale(1.2);
}

.imgScale {
	transition: all 0.6s;
	display: block;
	width: 100%;
}
.app_box{height:auto;overflow:hidden;padding:60px 0;}
.app_box .lt{float:left;width:50%;height:auto;overflow:hidden;margin-top:30px;}
.app_box .lt .pic{width:100%;height:auto;overflow:hidden; border-radius:12px;}
.app_box .rt{float:right;width:50%;height:auto;overflow:hidden;margin-top:30px;}
.app_box .rt .box{width:calc(100% - 20px);margin:0 0 0 20px;height:auto;overflow:hidden;}

.app_r_p1{width:100%;height:auto;overflow:auto;}
.app_r_p1 .pic{width:100%;height:auto;overflow:hidden; border-radius:12px;}

.app_r_p2{width:100%;height:auto;overflow:hidden;margin-top:20px;}
.app_r_p2 ul{overflow:hidden;margin:0 -10px 0 -10px;}
.app_r_p2 li{float:left;width:calc(50% - 20px);margin:0 10px 0 10px;overflow:hidden;height:auto;}
.app_r_p2 li:last-child{margin-right:0px;}
.app_r_p2 li .pic{width:100%;height:auto;overflow:hidden; border-radius:12px;}


.app_title{width:auto;height:auto;overflow:hidden;padding:0 0 40px 0;}
.app_title h1{font-size:40px;color: #333;margin:0 0 0 0;background:url(images/hon3.png) no-repeat center bottom;padding-top:10px;padding-bottom:25px;text-align:center; letter-spacing:1px;font-weight:500;}
.app_title p{text-align:center;font-size:16px;padding-top:12px;color:#888;}



.index-inxw-title{width:auto;height:auto;overflow:hidden;padding:30px 0 0px 0;}
.index-inxw-title h1{font-size:40px;color: #333;margin:0 0 0 0;background:url(images/hon3.png) no-repeat center bottom;padding-top:10px;padding-bottom:25px;text-align:center; letter-spacing:1px;}
.index-inxw-title p{text-align:center;font-size:16px;padding-top:12px;color:#888;}

.inxw_list{width:auto;height:auto;overflow:hidden;padding:0 0 30px 0;margin-top:50px;}
.inxw_list li{float:left;width:calc(50% - 20px);height:auto;overflow:hidden;background:#f7f7f7;margin:0 20px 20px 0;padding:30px 30px; border-radius:10px;}
.inxw_list li a{display:block;color:#666;}
.inxw_list li a:hover .inxw_title,a:hover .inxw_miaoshu,a:hover .inxw_time{color:#fff}
.inxw_list li:nth-child(2n){margin-right:0px;}
.inxw_list li:hover{background:#c60000;}

.inxw_conn{height:auto;overflow:hidden;padding:20px 20px 20px 20px;font-size:20px;color: #333;}
.inxw_title{height:auto;overflow:hidden;font-size:22px;color: #555;}
.inxw_miaoshu{font-size:14px;color:#999;line-height:160%;padding:8px 0 0px 0;}
.inxw_time{height:auto;overflow:hidden;padding-top:10px;font-size:14px;color:#888;}


@media (max-width:1440px) {
	.banner .swiper-slide .title{
		font-size: 40px;
	}
}
@media (max-width:1280px) {
	.banner .swiper-slide .title{
		font-size: 30px;
	}
	.banner .btn{
		width: 50px;
		height: 50px;
	}
}
@media (max-width:1199px){
	.box3 .r{
		display: none;
	}
	.box3 .box-c .text-box{
		width: 100%;
		padding-bottom: 50px;
	}
	.box3 .box-c{
		margin-top: 50px;
	}
	.box3 .box-c .text-box .more{
		margin-top: 40px;
	}
	.box3{
		margin-top: 40px;
	}
}
@media (max-width:1024px){
	.index-title-box .r a{
		width: 130px;
		height: 40px;
		line-height: 40px;
	}
	.index-title-box .r a .iconfont{
		margin-left: 15px;
	}
	.box1 .box-t .swiper-slide{
		width: 150px;
		height: 40px;
		line-height: 38px;
	}
	.box1 .box-c .item{
		flex-wrap: wrap;
	}
	.box1 .box-c .item .l{
		width: 100%;
	}
	.box1 .box-c .item .r{
		width: 100%;
		margin-top: 30px;
	}
	.box1 .box-c .item .r .text-title,
	.index-title-box .l .title{
		font-size: 26px;
	}
	.box2 .box-c .l .text-title{
		font-size: 22px;
	}
	.box1 .box-c .item .r .common-more{
		margin-top: 30px;
	}
	.box1 .box-c .item .r .list{
		margin-top: 45px;
	}
	.box1{
		padding: 50px 0;
	}
	.box2 .box-c{
		flex-wrap: wrap;
		height: auto;
	}
	.box2 .box-c .l{
		width: 100%;
		padding: 30px;
	}
	.box2 .box-c .r{
		width: 100%;
		border-top: 1px solid rgba(255, 255, 255, .44);
		border-left: none;
	}
	.box2 .box-c .r li{
		padding: 20px 0;
	}
	.box2 .box-c .r li .number .counter{
		font-size: 40px;
	}
	.box3 .box-c .list{
		flex-wrap: wrap;
		height: auto;
	}
	.box3 .box-c .list li{
		flex: none;
		width: 33.33%;
		height: 160px;
	}
	.box4{
		padding: 90px 0;
	}
	.box5 .box-c{
		flex-wrap: wrap;
	}
	.box5 .box-c .l{
		width: 100%;
	}
	.box5 .box-c .r{
		width: 100%;
		margin-top: 30px;
	}
	.box1 .box-c .item .l{
		height: 370px;
	}
	.index-title-box .l{
		margin-right: 15px;
	}
}
@media (max-width:768px){
	.banner .swiper-slide .title{
		font-size: 26px;
	}
	.banner .swiper-slide .des{
		font-size: 20px;
		line-height: 1.5;
	}
	.banner .banner-b{
		bottom: 30px;
	}
	.banner .btn{
		width: 40px;
		height: 40px;
	}
	.banner .swiper-slide .slide-box{
		padding: 0 60px;
	}
	.banner .swiper-slide .pic img,
	.banner .swiper-slide .pic video{
		min-height: 320px;
	}
	.box2 .box-c .r li .number .counter{
		font-size: 30px;
	}
	.box2{
		padding: 50px 0 70px;
	}
	.index-title-box .l .des{
		font-size: 14px;
		line-height: 1.5;
	}
	.box1 .box-c .item .r .text-title, .index-title-box .l .title{
		font-size: 24px;
	}
	.box3 .box-c .text-box .text-title{
		font-size: 18px;
	}
	.box3 .box-c .text-box .text-des{
		margin-top: 15px;
	}
	.box4 .box-c .list li, .box4 .box-c .list>i{
		width: 24%;
	}
	.box5 .box-c .r .list li a{
		flex-direction: column;
	}
	.box5 .box-c .r .list li .pic{
		width: 100%;
		height: auto;
	}
	.box5 .box-c .r .list li .text-box{
		width: 100%;
		margin-top: 20px;
	}
	.box5 .box-c .r .list li .date{
		margin-top: 10px;
	}
	.box5 .box-c .r .list li .text-des{
		margin-top: 15px;
	}
	.box5 .box-c .r .list1{
		margin-top: 30px;
	}
}
@media (max-width:500px){
	.banner .swiper-slide .title{
		font-size: 22px;
	}
	.banner .swiper-slide .des{
		font-size: 16px;
	}
	.banner .btn-prev{
		left: 1.5%;
	}
	.banner .btn-next{
		right: 1.5;
	}
	.banner .btn{
		width: 30px;
		height: 30px;
	}
	.banner .swiper-slide .slide-box{
		padding: 0 30px;
	}
	.box1 .box-t .swiper-slide{
		font-size: 14px;
		width: 120px;
	}
	.box1 .box-c .item .l{
		height: 300px;
	}
	.box2 .box-c .r li .text{
		font-size: 14px;
	}
	.box2 .box-c .r li .number .counter{
		font-size: 20px;
	}
	.box2 .box-c .l{
		padding: 25px 20px;
	}
	.box2 .box-c .l .line{
		margin-top: 15px;
		height: 3px;
	}
	.box2 .box-c .l .text-des{
		margin-top: 15px;
	}
	.box2 .box-c .l .palyerBtn{
		margin-top: 15px;
	}
	.box1 .box-c .item .r .text-title, .index-title-box .l .title{
		font-size: 22px;
	}
	.box2 .box-c{
		margin-top: 30px;
	}
	.box1 .box-c .item .r .list li{
		height: 130px;
		padding: 20px 0 0;
	}
	.box3 .content1400{
		padding-top: 10px;
	}
	.box3 .box-c .text-box{
		padding-left: 15px;
		padding-bottom: 30px;
	}
	.box3 .box-c{
		margin-top: 30px;
	}
	.box3 .box-c .text-box .more{
		margin-top: 30px;
	}
	.box3 .box-c .list li{
		width: 50%;
		height: 150px;
	}
	.box3 .box-c .list li{
		
	}
	.box3 .box-c .list li a{
		padding-top: 20px;
	}
	.box3{
		padding-bottom: 40px;
	}
	.box4{
		padding: 45px 0;
	}
	.box4 .box-c .list li, .box4 .box-c .list>i{
		width: 32%;
	}
	.box4 .box-c .list li{
		margin-bottom: 20px;
	}
	.box4 .box-c{
		margin-top: 35px;
	}
	.box5{
		padding: 50px 0;
	}
	.box5 .box-c .r .list1 li a{
		line-height: 50px;
	}
	.box5 .box-c .l .text-title{
		margin-top: 25px;
	}
	.box5 .box-c .l .text-des{
		margin-top: 15px;
	}
	.box5 .box-c .l .common-more{
		margin-top: 25px;
	}
	.box5 .box-c .r{
		margin-top: 35px;
	}
}