.banner{
	position: relative;
}
.banner .btn{
	position: absolute;
	top: 50%;
	transform: translateY(-50%); 
	width: 54px;
	height: 54px;
	border: 1px solid #FFFFFF;
	border-radius: 50%;
	line-height: 54px;
	z-index: 2;
	text-align: center;
	cursor: pointer;
}
.banner .btn .iconfont{
	font-size: 26px;
	color: #fff;
}
.body{
    height: 100%;
}
.banner .btn.btn-prev{
	left: 64px;
}
.banner .btn.btn-next{
	right: 64px;
}
.banner .btn:hover{
	background-color: rgba(255,255,255,0.27);
}

.banner .swiper-slide{
	aspect-ratio: 1920/700;
}
/* .banner .swiper-slide a{
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
} */

.banner .swiper-slide a>video{
	width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner .swiper-slide a>img{
	display: block;
	width: 100%;
}
.banner .swiper-slide a>.img-m{
    display: none;
}
.banner .swiper-horizontal>.swiper-pagination-bullets, 
.banner .swiper-pagination-bullets.swiper-pagination-horizontal, 
.banner .swiper-pagination-custom, .swiper-pagination-fraction{
	bottom: 16px;
}
.banner .swiper .swiper-pagination-bullet{
	position: relative;
	width: 14px;
	height: 14px;
	background: #FFFFFF;
	opacity: 0.37;
	border-radius: 50%;
	cursor: pointer;
}
.banner .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, 
.banner .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{
	margin: 0 7px;
}
.banner .swiper .swiper-pagination-bullet.swiper-pagination-bullet-active{
	background-color: rgba(48, 144, 243, 1);
	opacity: 1;
}
.banner .swiper .swiper-pagination-bullet.swiper-pagination-bullet-active::before{
	position: absolute;
	content: "";
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 22px;
	height: 22px;
	background: #3090F3;
	opacity: 0.26;
	border-radius: 50%;
}
.index-title-div .title{
	font-size: 36px;
	font-family: Swiss721BT;
	/*font-weight: 800;*/
	color: #000000;
	line-height: 1;
}
.index-title-div .sub-title{
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 300;
	color: #010101;
	line-height: 28px;
	margin-top: 24px;
}
.index-title-div .sub-title span{
	display: block;
}
.box1{
	/*background: #F7F7F7;*/
	text-align: center;
	padding: 62px 0 93px;
}
.box1 .list{
	margin-top: 26px;
}
.box1 .list ul{
	display: flex;
	justify-content: space-between;
}
.box1 .list ul li{
	width: 23%;
}
.box1 .list ul li .pic{
	height: 277px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.box1 .list ul li .pic img{
	width: auto;
	max-width:100%;
	max-height: 100%;
}
.box1 .list ul li .text-title{
	font-size: 20px;
	font-family: Swiss721BT;
	/*font-weight: bold;*/
	color: #000000;
	line-height: 1;
	margin-top: 30px;
}
.box1 .list ul li .text-des{
	font-size: 14px;
	font-family: Swiss721BT;
	font-weight: normal;
	color: #999898;
	line-height: 18px;
	margin-top: 24px;
}
.box2{
	position: relative;
}
.box2 .swiper .swiper-slide{
	position: relative;
}
.box2 .swiper .swiper-slide .bg img{
	display: block;
	width: 100%;
}
.box2 .swiper .swiper-slide .content1400{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	z-index: 2;
	top: 206px;
}
.box2 .swiper .swiper-slide .text-title{
	font-size: 48px;
	font-family: Swiss721BT;
	font-weight: 800;
	color: #333333;
	line-height: 1;
}
.box2 .swiper .swiper-slide .text-des{
	font-size: 30px;
	font-family: NewsGothicBT;
	font-weight: 300;
	color: #333333;
	width: 480px;
	max-width: 100%;
	line-height: 45px;
	margin-top: 24px;
	display: none;
}
.box2 .swiper .swiper-slide .more{
	margin-top: 52px;
}
.box2 .swiper .swiper-slide .more a{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 256px;
	height: 61px;
	background: #3090F3;
	padding: 0 59px 0 43px;
	color: #fff;
	font-size: 18px;
	font-family: NewsGothicBT;
	font-weight: 300;
}
.box2 .swiper .swiper-slide .more a:hover{
	opacity: 0.8;
}
.box2 .swiper .swiper-slide .more .iconfont{
	font-size: 24px;
}
.box2 .list{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 10px;
	display: flex;
	z-index: 2;
}
.box2 .list ul{
	display: flex;
	justify-content: center;
	width: 100%;
}
.box2 .list ul li{
	position: relative;
	cursor: pointer;
}
.box2 .list ul li:not(:last-child){
	margin-right: 5px;
}
.box2 .list ul li.active::before{
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 100%;
	height: 3px;
	background-color: rgba(48, 144, 243, 1);
	z-index: 3;
}
.box2 .list ul li .pic{
	position: relative;
}
.box2 .list ul li .pic img{
	display: block;
}
.box2 .list ul li .pic .img2{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
}
.box2 .list ul li.active .pic .img2{
	opacity: 1;
}
/* .box2 .list ul li .pic{
	background-color: #333;
}
.box2 .list ul li.active .pic{
	background-color: #2742a1;
}
.box2 .list ul .pic img{
	display: block;
	max-width: 267px;
} */
.box2 .list ul li .text{
	position: absolute;
	top: 60%;
	left: 0;
	width: 100%;
	text-align: center;
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 1;
	text-transform: uppercase;
}
.box2 .list .load-more{
	background-color: #fff;
	width: 110px;
	text-align: center;
	display: flex;
	align-items: center;
	align-items: center;
}
.box2 .list .load-more a{
	width: 100%;
	text-align: center;
}
.box2 .list .load-more .iconfont{
	font-size: 45px;
	color: rgba(0, 165, 255, 0.86);
}
.box3{
	position: relative;
}
.box3::after{
	position: absolute;
	content: "";
	left: 0;
	bottom: 80px;
	width: 196px;
	height: 331px;
	background: url(../img/index-box3-bg-1.jpg.png);
}
.box3::before{
	position: absolute;
	content: "";
	right: 0;
	top: 0;
	height: 100%;
	width: 58.85%;
	background: url(../img/index-box3-bg-2.jpg);
	background-size: cover;
	z-index: -1;
}
.box3 .content1400{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.box3 .l .index-title-div .sub-title{
	max-width: 460px;
}
.box3 .r{
	width: 49.28%;
	padding: 93px 0 80px;
}
.box3 .r ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.box3 .r ul li{
	width: 23%;
	height: 190px;
	padding: 23px 0 0;
	text-align: center;
	box-shadow: 0px 50px 70px 0px rgba(0, 0, 0, 0.1);
	border-radius: 6px;
	margin-bottom: 30px;
}
.box3 .r ul li .pic{
	height: 57px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.box3 .r ul li .text-title{
	margin-top: 15px;
	font-size: 16px;
	font-family: Muli;
	font-weight: bold;
	color: #9CB4FF;
	line-height: 1;
}
.box3 .r ul li .more{
	margin-top: 19px;
}
.box3 .r ul li .more a{
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	width: 120px;
	height: 40px;
	background: rgba(255, 255, 255, 0);
	border: 3px solid #416EFF;
	box-shadow: 0px 40px 50px 0px rgba(65, 110, 255, 0.25), 0px 5px 8px 0px rgba(65, 110, 255, 0.5);
	border-radius: 20px;
}
.box3 .r ul li .more a:hover{
	background: #416EFF;
}
.box3 .r ul li .more .iconfont{
	font-size: 24px;
	color: #fff;
}
.box3 .r ul li.li1{
	background: rgba(48, 72, 157, 0.3);
}
.box3 .r ul li.li2{
	background: rgba(29, 98, 189, 0.3);;
}
.box3 .r ul li.li3{
	background: rgba(46, 127, 166, 0.3);
}
.box3 .r ul li.li4{
	background: rgba(152, 37, 129, 0.3);
}
.box3 .r ul li.li5{
	background: rgba(0, 158, 181, 0.3);
}
.box3 .r ul li.li6{
	background: rgba(30, 97, 181, 0.3);
}
.box3 .r ul li.li7{
	background: rgba(30, 97, 181, 0.3);
}
.box3 .r ul li.li41{
	/* opacity: 0; */
	visibility: hidden;
}
.box4{
	padding: 98px 0 148px;
	text-align: center;
}
.box4 .box-c{
	margin-top: 70px;
	display: flex;
}
.box4 .box-c>div{
	width: 33.3%;
}
.box4 .box-c .l ul{
	display: flex;
	flex-wrap: wrap;
}
.box4 .box-c .l li{
    position: relative;
	width: 50%;
}
.box4 .box-c .c{
    position: relative;
}
.box4 .box-c .l li:hover,
.box4 .box-c .c:hover{
    box-shadow: 0 0 20px -5px rgba(0,0,0,0.9);
    z-index: 2;
}
.box4 .box-c .l li img{
	display: block;
	width: 100%;
}
.box4 .box-c .c img{
	display: block;
	width: 100%;
}
.pcNone{
    width: 0 !important;
    height: 0!important;
}
@media (max-width:1430px) {
	.index-title-div .title,
	.box2 .swiper .swiper-slide .text-title{
		font-size: 30px;
	}
	.box2 .swiper .swiper-slide .text-des{
		font-size: 20px;
	}
	.box2 .swiper .swiper-slide .content1400{
		top: 22%;
		transform: translateX(-50%);
	}
}
@media (max-width:1199px){
	.box2 .swiper .swiper-slide .content1400{
		top: 60px;
	}
	.box2 .list ul{
		width: 100%;
	}
	.box2 .list ul li{
		max-width: 32%;
	}
	.box2 .list ul li img{
		max-width: 100%;
	}
}
@media (max-width:1024px) {
	.banner .btn{
		width: 40px;
		height: 40px;
		line-height: 40px;
	}
	.banner .btn .iconfont{
		font-size: 22px;
	}
	.banner .swiper .swiper-pagination-bullet{
		width: 10px;
		height: 10px;
	}
	.banner .swiper .swiper-pagination-bullet.swiper-pagination-bullet-active::before{
		width: 16px;
		height: 16px;
	}
	.box1 .list ul li .text-title{
		font-size: 18px;
	}
	.box2 .swiper .swiper-slide .more{
		margin-top: 30px;
	}
}
@media (max-width:950px) {
	.box2 .swiper .swiper-slide .content1400{
		position: relative;
		left: 0;
		top: 0;
		transform: translate(0,0);
		margin-top: 40px;
	}
	.box2 .list{
		position: relative;
		margin-top: 40px;
		left: 0;
		transform: translate(0,0);
	}
	.box2 .swiper .swiper-slide .more a{
		height: 40px;
		width: 180px;
		padding: 0 20px;
	}
}
@media (max-width:768px) {
    .pcNone{
        width: 100% !important;
        height: 100% !important;
    }
    .yidongNone{
        width: 0 !important;
        height: 0 !important;
    }
	.banner .swiper-slide{
		aspect-ratio: 1240 / 1500;
	}
    .banner .swiper-slide a>.img-m{
        /*height: 83vh !important;*/
        /*object-fit: cover;*/
        display: block;
        width: 100%;
    }
    .banner .swiper-slide a>.img-pc{
        display: none;
    }
	.index-title-div .title,
	.box2 .swiper .swiper-slide .text-title{
		font-size: 26px;
	}
	.box2 .swiper .swiper-slide .text-des{
		line-height: 1.7;
	}
	.index-title-div .sub-title{
		margin-top: 15px;
	}
	.index-title-div .sub-title span{
		display: inline-block;
	}
	.box1 .list ul li{
		width: 48%;
		margin-bottom: 25px;
	}
	.box1 .list ul{
		flex-wrap: wrap;
	}
	.box4{
		padding: 60px 0 95px;
	}
	.box4 .box-c{
		margin-top: 40px;
	}
	/* .modal .modal-content .pic img{
		height: 70px;
	} */
	.modal .modal-content .text,
	.modal .modal-content .text1{
		font-size: 17px;
	}
	.modal .modal-content .text2{
		font-size: 14px;
	}
	.modal .modal-content .btn .btn1{
		font-size: 14px;
	}
	.modal .modal-content .btn {
		justify-content: space-between;
	}
	.modal .modal-content .btn .btn1{
		width: 48%;
		margin: 0 auto;
	}
}
@media (max-width:500px){
  
    .second-banner{
        height: 30vh;
        object-fit: cover;
    }
	.modal .modal-content .text2{
		font-size: 12px;
		line-height: 20px;
	}
	.modal .modal-content .text{
		margin-top: 20px;
	}
	.modal .modal-content{
		padding: 20px;
		height: auto;
		max-width: 90%;
	}
	.modal .modal-content .text, .modal .modal-content .text1{
		font-size: 15px;
	}
	.box1 .list ul li{
		width: 50%;
	    margin-bottom: 0;
	}
	.box1 .list ul li .pic{
	    height: 172px;
	}
	.banner .swiper-horizontal>.swiper-pagination-bullets, .banner .swiper-pagination-bullets.swiper-pagination-horizontal, .banner .swiper-pagination-custom, .swiper-pagination-fraction{
		bottom: 8px;
	}
	.banner .btn.btn-prev{
		left: 15px;
	}
	.banner .btn.btn-next{
		right: 15px;
	}
	.banner .btn{
		width: 30px;
		height: 30px;
		line-height: 30px;
	}
	.banner .btn .iconfont{
		font-size: 16px;
	}
	.box4 .box-c{
	    display: none;
	    /*flex-wrap: wrap;*/
	}
	.box4 .box-c>div{
	    width: 100%;
	}
	#newSwiper{
	    display: block!important;
	}
	#newSwiper .swiper-slide img{
	    display: block;
	    width: 100%;
	}
	.box2 .swiper .swiper-slide .content1400{
	    display: flex;
	    justify-content: space-between;
	    align-items: center;
	}
	.index-title-div .title, .box2 .swiper .swiper-slide .text-title{
	    font-size: 22px;
	}
	.box2 .swiper .swiper-slide .more{
	    margin-top: 0;
	}
	.box2 .swiper .swiper-slide .more a{
	    width: 130px;
	    padding: 0 20px;
	    font-size: 14px;
	}
	.box2 .swiper .swiper-slide .more .iconfont{
	    font-size: 18px;
	}
	.box2 .list{
	    margin-top: 15px;
	}
}
#newSwiper{
    margin-top: 24px;
}