.main * {
	/* padding: 0;
	margin: 0; */
}
@keyframes fadeInUpSmall {
  from {
    opacity: 0;
    transform: translate3d(0%, 30px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0%, 0px, 0);
  }
}
.fadeInUpSmall {
  animation-name: fadeInUpSmall;
}
.hoverLi .pic {
	overflow: hidden;
}

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

.imgScale {
	transition: all 1s;
	display: block;
	width: 100%;
}

.content1400 {
	width: 1400px;
	margin: 0 auto;
	max-width: 94%;
}

.main .banner {
	position: relative;
}

.main .banner .swiper-slide {
	position: relative;
}

.main .banner .swiper-slide .pic img {
	display: block;
	width: 100%;
	min-height: 443px;
	object-fit: cover;
}

.main .banner .swiper-slide .slide-box {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
}

.main .banner .swiper-slide .title {
	font-size: 50px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 1.5;
}

.main .banner .swiper-slide .zh {
	font-size: 38px;
	font-family: Microsoft YaHei;
	font-weight: 300;
	color: #FFFFFF;
	line-height: 1.5;
}

.main .banner .swiper-slide .en {
	font-size: 15px;
	font-family: Arial;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 1.5;
	text-transform: uppercase;
}

.banner .banner-bottom {
	position: absolute;
	left: 0;
	width: 100%;
	display: flex;
	align-items: center;
	bottom: 30px;
	z-index: 4;
}

.banner .banner-bottom .banner-pagination {
	margin: 0 5px;
	min-width: 205px;
}

.banner .banner-bottom .banner-pagination .list {
	display: inline-flex;
}

.banner .banner-bottom .banner-pagination li {
	position: relative;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: 2px solid transparent;
	cursor: pointer;
}

.banner .banner-bottom .banner-pagination li.active {
	border-color: rgba(255, 255, 255, .4);
}

.banner .banner-bottom .banner-pagination li:not(:last-child) {
	margin-right: 15px;
}

.banner .banner-bottom .banner-pagination li::before {
	position: absolute;
	content: "";
	width: 6px;
	height: 6px;
	background: #FFFFFF;
	opacity: 0.4;
	border-radius: 50%;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.banner .banner-bottom .banner-pagination li.active::before {
	opacity: 1;
}

.banner .banner-bottom .banner-pagination li svg {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 40px;
	height: 40px;
	border-radius: 50%;
}

.banner .banner-bottom .banner-pagination li svg circle {
	position: absolute;
	left: 0;
	top: 0
}

@keyframes circleProgress {
	0% {
		stroke-dashoffset: 314;
	}

	100% {
		stroke-dashoffset: 0;
	}
}

.banner .banner-bottom .banner-pagination li.active circle {
	animation: circleProgress 2s forwards;
}

.banner .banner-bottom .line {
	height: 2px;
	background-color: rgba(255, 255, 255, .5);
}

.banner .banner-bottom .line.line1 {
	width: 238px;
}

.banner .banner-bottom .line.line2 {
	flex: 1;
}

.banner .banner-bottom .scroll-text {
	font-size: 16px;
	font-family: Poppins;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 1;
	opacity: 0.8;
	text-transform: uppercase;
	margin: 0 20px;
}

.banner .banner-bottom .page-msg {
	display: flex;
	width: 205px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.banner .banner-bottom .page-msg .pageAmount {
	font-size: 16px;
	font-family: Poppins;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 1;
	min-width: 50px;
}

.banner .banner-bottom .page-msg .btns {
	color: #fff;
	display: flex;
	margin-left: 27px;
}

.banner .banner-bottom .page-msg .btn {
	cursor: pointer;
}

.banner .banner-bottom .page-msg .btn:not(:last-child) {
	margin-right: 15px;
}
.box1{
	padding: 60px 0 80px;
}
.index-title{
	font-size: 42px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #333333;
	line-height: 1;
	text-align: center;
}
	
.index-title .line{
	width: 82px;
	height: 4px;
	background: #144B92;
	margin: 25px auto 0;
}
.box1 .box-c{
	margin-top: 30px;
}
.box1 .box-c .list{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.box1 .box-c .list .l{
	width: 53.21%;
}
.box1 .box-c .list .r{
	width: 45%;
}
.box1 .box-c .list1{
	margin-top: 30px;
}
.box1 .box-c .list1 .l,
.box1 .box-c .list1 .r{
	width: 48.92%;
}
.box1 .box-c .list li{
	position: relative;
}
.box1 .box-c .list li a{
	display: block;
}
.box1 .box-c .list li .text-box{
	position: absolute;
	left: 0;
	width: 100%;
	bottom: 0;
	padding: 30px;
}
.box1 .box-c .list li .en{
	font-size: 18px;
	font-family: Arial;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 30px;
	opacity: 0.55;
	text-transform: uppercase;
	word-wrap:break-word;
}
.box1 .box-c .list li .zh{
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 1;
}
.box1 .more,
.box2 .more,
.box4 .box-c .r .more{
	margin: 30px auto 0;
	width: 200px;
	height: 55px;
	border: 1px solid #144B92;
	border-radius: 28px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #144B92;
	transition: all .6s;
}
.box1 .more:hover,
.box2 .more:hover,
.box4 .box-c .r .more:hover{
	background-color: #144B92;
	color: #fff;
}
.box1 .more .iconfont,
.box2 .more .iconfont,
.box4 .box-c .r .more .iconfont{
	margin-left: 20px;
	font-size: 22px;
	font-weight: bold;
}
.box2{
	padding-top: 80px;
	background-image: url(../images/index-box2-bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 100% auto;
}
.box2 .index-title{
	color: #fff;
}
.box2 .index-title .line{
	background-color: #fff;
}
.box2 .box-c{
	margin-top: 40px;
	display: flex;
}
.box2 .box-c .l{
	width: 50%;
}
.box2 .box-c .l .pic,
.box2 .box-c .l .pic img,
.box4 .box-c .l .pic,
.box4 .box-c .l .pic img{
	height: 100%;
}
.box2 .box-c .l .pic img,
.box4 .box-c .l .pic img{
	object-fit: cover;
}
.box2 .box-c .r{
	width: 50%;
	background-color: rgba(247, 247, 247, 1);
	display: flex;
	align-items: center;
	padding: 60px;
}
.box2 .box-c .r .text-title,
.box4 .box-c .r .text-title{
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #144B92;
	line-height: 1.3;
}
.box2 .box-c .r .text-des,
.box4 .box-c .r .text-des{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	line-height: 1.8;
	margin-top: 22px;
}
.box4 .box-c .r .text-des p{
	line-height: 1.8;
}
.box2 .more,
.box4 .box-c .r .more{
	margin-left: 0;
}
.box3{
	padding: 100px 0 90px;
}
.box3 .box-c{
	display: flex;
	align-items: center;
}
.box3 .box-c .l{
	width: 384px;
}
.box3 .box-c .l .title{
	font-size: 30px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #333333;
	line-height: 1.5;
}
.box3 .box-c .l .list {
	margin-top: 20px;
}
.box3 .box-c .l .list li{
	display: flex;
	flex-wrap: wrap;
	border-bottom: 1px solid rgba(204, 204, 204, 1);
}
.box3 .box-c .l .list .item{
	width: 49%;
	padding: 40px 0;
}
.box3 .box-c .l .list .item .number{
	font-size: 48px;
	font-family: Arial;
	font-weight: bold;
	color: #144B92;
	line-height: 1;
	display: flex;
	align-items: flex-start;
}
.box3 .box-c .l .list .item .number .text{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #144B92;
	line-height: 1;
	padding-left: 10px;
}
.box3 .box-c .l .list .item .des{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	line-height: 1;
	margin-top: 6px;
}
.box3 .box-c .r{
    position: relative;
	flex: 1;
	margin-left: 44px;
}
.box3 .box-c .r img{
	display: block;
	width: 100%;
}
.box4 .box-c{
	display: flex;
	justify-content: space-between;
}
.box4 .box-c .l{
	width: 50%;
}
.box4 .box-c .r{
    position: relative;
	width: 621px;
	max-width: 47%;
	padding-top: 29px;
}
.box3 .box-c .r .bullet{width: 8px;height: 8px;border-radius: 50%;position: absolute;display: block;background: rgba(20, 75, 146, 1);}
.box3 .box-c .r .bullet::before,.box4 .box-c .r .bullet::after{content: "";z-index: -1;display: block;width: 24px;height: 24px;background: rgba(20, 75, 146, 1);border-radius: 100%;position: absolute;top: -8px;left: -8px;animation: shineRing 2s linear infinite;opacity: 0.6;}
.box3 .box-c .r .bullet::after{animation-delay: 0s;}
@keyframes shineRing {from {transform: scale(0.4);opacity: 0.6;}to {transform: scale(1.2);opacity: 0;}}
.box3 .box-c .r .bullet.li1{
    left: 16.76%;
    top: 27.9%;
}
.box3 .box-c .r .bullet.li2{
    left: 22.63%;
    top: 34.46%;
}
.box3 .box-c .r .bullet.li3{
    left: 28.39%;
    top: 65.32%;
}
.box3 .box-c .r .bullet.li4{
    left: 29.62%;
    top: 76.74%;
}
.box3 .box-c .r .bullet.li5{
    left: 52.16%;
    top: 15.64%;
}
.box3 .box-c .r .bullet.li6{
    left: 49.89%;
    top: 23.25%;
}
.box3 .box-c .r .bullet.li7{
    left: 50.51%;
    top: 38.26%;
}
.box3 .box-c .r .bullet.li8{
     left: 49.58%;
    top: 51.16%;
}
.box3 .box-c .r .bullet.li9{
    left: 52.67%;
    top: 31.71%;
}
.box3 .box-c .r .bullet.li10{
    left: 56.37%;
    top: 21.77%;
}
.box3 .box-c .r .bullet.li11{
    left: 56.68%;
    top: 50.95%;
}
.box3 .box-c .r .bullet.li12{
    left: 58.53%;
    top: 36.36%;
}
.box3 .box-c .r .bullet.li13{
    left: 64.71%;
    top: 24.52%;
}
.box3 .box-c .r .bullet.li14{
    left: 62.86%;
    top: 47.56%;
}
.box3 .box-c .r .bullet.li15{
    left: 64.81%;
    top: 33.19%;
}
.box3 .box-c .r .bullet.li16{
    left: 72.53%;
    top: 30.86%;
}
.box3 .box-c .r .bullet.li17{
   left: 71.53%;
   top: 45.86%;
}
.box3 .box-c .r .bullet.li18{
    left: 84.15%;
    top: 32.55%;
}
.box3 .box-c .r .bullet.li19{
    left: 86%;
    top: 40.38%;
}
.box3 .box-c .r .bullet.li20{
    left: 76.23%;
    top: 54.33%;
}
.box3 .box-c .r .bullet.li21{
    left: 77.67%;
    top: 66.8%;
}
.box3 .box-c .r .bullet.li22{
    left: 79.73%;
    top: 69.55%;
}
.box3 .box-c .r .bullet.li23{
    left: 84.67%;
    top: 65.53%;
}
.box3 .box-c .r .bullet.li24{
    left: 85.59%;
    top: 79.91%;
}
.box3 .box-c .r .bullet.li25{
    left: 54.52%;
    top: 62.57%;
}
.box3 .box-c .r .bullet.li26{
    left: 57.61%;
    top: 65.32%;
}

.box3 .box-c .r .bullet.li27{
    left: 52.67%;
    top: 71.45%;
}
.box3 .box-c .r .bullet.li28{
    left: 55.34%;
    top: 79.91%;
}
.box3 .box-c .r .bullet.li29{
    left: 79.52%;
    top: 48.2%;
}
.box5{
	padding: 60px 0;
	margin-top: 83px;
	background-color: rgba(243, 247, 252, 1);
}
.box5 .box-c{
	margin-top: 50px;
	overflow: hidden;
}
.box5 .swiper-pagination{
	position: relative;
	margin-top: 43px;
}
.box5 .swiper-pagination-bullet{
	width: 14px;
	height: 14px;
	border: 1px solid #144B92;
	border-radius: 50%;
	opacity: 1;
	background-color: transparent;
	margin: 0 10px;
}
.box5 .swiper-pagination-bullet-active{
	background-color: rgba(20, 75, 146, 1);
}
.newslb-list ul{
	margin: 0;
}
.newslb-list li{
	width: 31.21%;
	float: none;
	margin-top: 0;
}
.newslb-list li:not(:last-child){
	margin-right: 3.18%;
	margin-left: 0;
}
@media (max-width: 1440px) {
	.banner .banner-bottom .line.line1 {
		width: 180px;
	}
	.main .banner .swiper-slide .title{
		font-size: 38px;
	}
	.main .banner .swiper-slide .zh{
		font-size: 30px;
	}
	.index-title{
		font-size: 36px;
	}
	.main .banner .swiper-slide .en{
		font-size: 13px;
	}
	
}

@media (max-width: 1280px) {
	.main .banner .swiper-slide .title{
		font-size: 32px;
	}
	.main .banner .swiper-slide .zh{
		font-size: 26px;
	}
	.index-title{
		font-size: 30px;
	}
	.banner .banner-bottom .line.line1 {
		width: 120px;
	}
	.box2 .box-c .r{
		padding: 30px;
	}
}

@media (max-width: 1024px) {
	.box5 .box-c,
	.box2 .box-c{
		margin-top: 40px;
	}
	.newslb-list li{
		width: 48%;
	}
	.newslb-list li:not(:last-child){
		margin-right: 4%;
	}
	.box4 .box-c .r{
		padding-top: 0;
	}
	.box3 .box-c .l{
		width: 300px;
	}
	.box3 .box-c .l .list .item .number{
		font-size: 30px;
	}
	.box3 .box-c .l .list .item{
		padding: 20px 0;
	}
	.box2 .box-c .r{
		width: 100%;
	}
	.box2 .box-c .l{
		width: 700px;
		max-width: 100%;
		margin-top: 50px;
	}
	.box2 .box-c{
		flex-direction: column-reverse;
		align-items: center;
	}
	.box2{
		padding-top: 60px;
	}
	.box1,.box3,
	.box5{
		padding: 60px 0;
	}
	.box5{
		margin-top: 60px;
	}
	.index-title .line{
		height: 3px;
		margin-top: 15px;
	}
	.box1 .more, .box2 .more, .box4 .box-c .r .more{
		height: 45px;
	}
	.main .banner .swiper-slide .title{
		font-size: 30px;
	}
	.main .banner .swiper-slide .zh{
		font-size: 24px;
	}
	.index-title,.box3 .box-c .l .title{
		font-size: 26px;
	}
	.banner .banner-bottom .banner-pagination {
		display: none;
	}

	.banner .banner-bottom .page-msg {
		width: auto;
		padding: 0 20px;
	}

	.banner .banner-bottom .page-msg .btn:not(:last-child) {
		margin-right: 10px;
	}

	.banner .banner-bottom .page-msg .btns {
		margin-left: 15px;
	}

	.banner .banner-bottom .line:first-child {
		display: none;
	}

	.banner .banner-bottom .line.line1 {
		flex: 1;
	}
}

@media (max-width: 768px) {
	.box5 .box-c,
	.box2 .box-c{
		margin-top: 30px;
	}
	.box2{
		padding-top: 50px;
	}
	.box1,.box3,
	.box5{
		padding: 50px 0;
	}
	.box5{
		margin-top: 50px;
	}
	.main .banner .swiper-slide .title{
		font-size: 26px;
	}
	.main .banner .swiper-slide .zh{
		font-size: 20px;
	}
	.index-title,.box3 .box-c .l .title{
		font-size: 24px;
	}
	.banner .banner-bottom {
		bottom: 15px;
	}

	.banner .banner-bottom .scroll-text {
		font-size: 14px;
		margin: 0 10px;
	}

	.banner .banner-bottom .page-msg .pageAmount {
		font-size: 14px;
	}

	.banner .banner-bottom .page-msg {
		padding: 0 10px;
	}
	.box1 .box-c .list li .en{
		font-size: 14px;
	}
	.box1 .box-c .list li .zh{
		font-size: 16px;
	}
	.box1 .box-c .list li .text-box{
		padding: 20px;
	}
	.box2 .box-c .l{
		margin-top: 40px;
	}
	.box3 .box-c{
		flex-wrap: wrap;
	}
	.box3 .box-c .l{
		width: 100%;
	}
	.box3 .box-c .r{
		margin-left: 0;
		margin-top: 40px;
		flex: none;
		width: 100%;
	}
	.box4 .box-c{
		flex-direction: column;
	}
	.box4 .box-c .r{
		width: 100%;
		max-width: 100%;
	}
	.box4 .box-c .l{
		width: 100%;
		margin-top: 40px;
	}
	.box5 .swiper-pagination{
		margin-top: 25px;
	}
}
@media (max-width: 630px) {
	.newslb-list li{
		width: 100%;
	}
}
@media (max-width:500px) {
	.box4 .box-c .l{
		margin-top: 30px;
	}
	.box3 .box-c .r{
		margin-top: 30px;
	}
	.box2 .box-c .l{
		margin-top: 30px;
	}
	.box2 .more, .box4 .box-c .r .more{
		margin-top: 20px;
	}
	.box2 .box-c .r{
		padding: 20px;
	}
	.box2 .box-c .r .text-title, .box4 .box-c .r .text-title{
		font-size: 18px;
	}
	.box2 .box-c .r .text-des, .box4 .box-c .r .text-des{
		margin-top: 15px;
	}
	.index-title .line{
		margin-top: 10px;
		height: 2px;
	}
	.box1 .box-c .list1{
		margin-top: 20px;
	}
	.box1 .box-c .list li:not(:last-child){
		margin-bottom: 20px;
	}
	.box1 .box-c .list .l{
		width: 100%;
	}
	.box1 .box-c .list .r{
		width: 100%;
	}
	.box2{
		padding-top: 40px;
	}
	.box1,.box3,
	.box5{
		padding: 40px 0;
	}
	.box5{
		margin-top: 40px;
	}
	.main .banner .swiper-slide .title{
		font-size: 22px;
	}
	.main .banner .swiper-slide .zh{
		font-size: 16px;
	}
	.main .banner .swiper-slide .en{
		font-size: 12px;
	}
	.index-title,.box3 .box-c .l .title{
		font-size: 22px;
	}
	.box5{
		padding-bottom: 25px;
	}
	.box1 .more, .box2 .more, .box4 .box-c .r .more{
		width: 150px;
		font-size: 16px;
	}
}