@charset "utf-8";
/*section*/
.title{width: 100%;text-align: center;}
.title .cn1{font-size: 0.4rem;font-family: "Times New Roman";margin-bottom: 0.2rem;text-transform: uppercase;}
.title .cn2{font-size: 0.3rem;font-weight: bold;margin-bottom: 0.24rem;}
@media screen and (max-width: 1500px){
	.title{margin: 1.5rem auto 0;}
	.title .cn1{margin-bottom: 0.1rem;}
	.title .cn2{font-size: 0.25rem;}
}
@media screen and (max-width: 1023px){
	.title .cn2{font-size: 0.35rem;}
}

/*section1*/
.section1 .bannero{width: 100%;height: 100%}
.section1 .bannero .swiper-container{width: 100%;height: 100%;}
.section1 .bannero1{width: 100%;height: 100%;display: none;}
.section1 .bannero1 .swiper-container{width: 100%;height: 100%;}
.section1 .booo2{display: block;width: 100%;vertical-align: inherit;position: relative;height: 100%;overflow: hidden;}
.section1 .swiper-slide-active .booo2{transform: scale3d(1,1,1);}
.section1 .banbutton{bottom: .43rem;right: 2.4rem;width: 80px;position: absolute;}
.section1 .banbutton .swiper-button-next{background-image: url(../images/a8.png);background-size: 0.14rem 0.25rem;}
.section1 .banbutton .swiper-button-prev{background-image: url(../images/a7.png);background-size: 0.14rem 0.25rem;}
.section1 .swiper-button-next.swiper-button-disabled,.section1 .swiper-button-prev.swiper-button-disabled{opacity: 0.5;}
@media only screen and (max-width: 1023px){
    .section1 .bannero{display: none}
    .section1 .bannero1{display: block;}
	.section1 .bannero1 .swiper-slide{overflow: hidden;}
	.section1 .banbutton{display: none;}
}
.section1 .mouse{position: absolute;left: 50%;bottom: 0.4rem;z-index: 8;height: 80px;width: 60px;text-align: center;cursor: pointer;transform: translateX(-50%);}
.section1 .mouse > label{font-size: 0.16rem;color: #fff;white-space: nowrap;cursor: pointer;}
.section1 .mouse img{animation: moveDownSpot 0.6s alternate infinite;position: absolute;bottom: 0;width: 0.38rem;left: 50%;margin-left: -0.19rem;}
@keyframes moveDownSpot{
	from{opacity: 0.8;bottom: 0;}
	to{opacity: 1;bottom: 7px;}
}
@media only screen and (max-width: 1023px){
    .section1 .mouse{height: 1.1rem;}
}

/*section2*/
.section2{width: 100%;height: 100%;overflow: hidden;}
.section2 .title{margin-top: .5rem;}
.section2 .prolist{margin-top: .4rem;}
.section2 .prolist .fl00{display: flex;flex-wrap: wrap;}
.section2 .prolist .fl00 .left{width: 39.666667%;}
.section2 .prolist .fl00 .right{width: 30.33333%;}
.section2 .prolist .fl00 .center{width: calc(100% - 39.666667% - 30.33333%);padding:0 1%}
.section2 .prolist .fl00 .box a{display: block;position: relative;}
.section2 .prolist .fl00 .box .img{position: relative;overflow: hidden;}
.section2 .prolist .fl00 .box .img:before{content: "";display: block;width: 100%;height: 100%;position: absolute;top: 0;left: 0;background: rgba(0,0,0,.4);z-index: 9;}
.section2 .prolist .fl00 .box .img img{position: absolute;top: 0;right: 0;bottom: 0;left: 0;width: 100%;height: 100%;object-fit: cover;transition: all 0.9s ease-in-out;}
.section2 .prolist .fl00 .box .top{position: absolute;top: 35%;right: 0;bottom: 0;left: 0;z-index: 10;text-align: center;color: #fff;font-size: 0.32rem;text-transform: uppercase;}
.section2 .prolist .fl00 .box .top h3 img{transition: .5s;}
.section2 .prolist .fl00 .box .top h5{margin: .2rem 0 0;}
.section2 .prolist .fl00 .box .top h4{font-size: 0.18rem;margin: .1rem 0 0;}
.section2 .prolist .fl00 .box1{margin-bottom: 2.5%;}
.section2 .prolist .fl00 .box4{margin-bottom: 3.25%;}
.section2 .prolist .fl00 .box1 .img,.section2 .prolist .fl00 .box4 .img{border-radius: 0.3rem 0 0 0;}
.section2 .prolist .fl00 .box2 .img,.section2 .prolist .fl00 .box5 .img{border-radius: 0 0 0.3rem 0;}
.section2 .prolist .fl00 .box3 .img{border-radius: 0 0.3rem 0 0.3rem}
.section2 .prolist .fl00 .box1 .img .bg,.section2 .prolist .fl00 .box2 .img .bg{padding-bottom: 58.82% !important}
.section2 .prolist .fl00 .box3 .img .bg{padding-bottom: 170.23% !important}
.section2 .prolist .fl00 .box4 .img .bg,.section2 .prolist .fl00 .box5 .img .bg{padding-bottom: 76.92% !important}
.section2 .prolist .fl00 .box:hover .img:before{display: none;}
.section2 .prolist .fl00 .box:hover .img img{transform: scale(1.05);}
.section2 .prolist .fl00 .box:hover .top h3 img{transform: rotateY(180deg);}
@media screen and (max-width: 1500px){
	.section2 .prolist .fl00 .box .top{top: 30%;font-size: 0.28rem;}
	.section2 .prolist .fl00 .box .top h4{font-size: 0.14rem;}
}
@media only screen and (max-width: 1023px){
	.section2 .title{margin-top: .8rem;}
	.section2 .prolist{margin-top: .2rem;}
	.section2 .prolist .fl00 .left{width: 100%;}
	.section2 .prolist .fl00 .center{width: 100%;margin-bottom: 3%;padding: 0;}
	.section2 .prolist .fl00 .right{width: 100%;}
	.section2 .prolist .fl00 .box1,.section2 .prolist .fl00 .box2,.section2 .prolist .fl00 .box4,.section2 .prolist .fl00 .box5{float: left;width: 49%;}
	.section2 .prolist .fl00 .box2,.section2 .prolist .fl00 .box5{margin-left: 2%;}
	.section2 .prolist .fl00 .box1 .img .bg,.section2 .prolist .fl00 .box2 .img .bg,.section2 .prolist .fl00 .box4 .img .bg,.section2 .prolist .fl00 .box5 .img .bg{padding-bottom: 80% !important;}
	.section2 .prolist .fl00 .box3 .img .bg{padding-bottom: 58% !important}
	.section2 .prolist .fl00 .box1 .img,.section2 .prolist .fl00 .box4 .img{border-radius: 0.2rem 0 0 0;}
	.section2 .prolist .fl00 .box2 .img,.section2 .prolist .fl00 .box5 .img{border-radius: 0 0 0.2rem 0;}
	.section2 .prolist .fl00 .box3 .img{border-radius: 0 0.2rem 0 0.2rem}
	.section2 .prolist .fl00 .box .top{top: 25%;}
	.section2 .prolist .fl00 .box3 .top{top: 35%;}
	.section2 .prolist .fl00 .box .top h3 img{width: 30px;height: auto;}
	.section2 .prolist .fl00 .box .top h5{margin: 0;}
	.section2 .prolist .fl00 .box .top h4{display: none;}
}

/*section3*/
.section3{background: #e5e5e5;overflow: hidden;position: relative;}
.section3 .img{position: absolute;top: 0;display: block;height: auto;width: 54.2%;}
.section3 .img.img1{left: 0;}
.section3 .img.img2{right: 0;}
.section3 .txt{color: #fff;font-size: 0.3rem;padding: 0 5%;box-sizing: border-box;}
.section3 .txt span{float: left;}
.section3 .txt em{float: right;font-family: "Times New Roman";}
.section3 .txt i{margin: 0 20px;}
.section3 ul{margin-top: 30%;}
.section3 ul li{float: left;width: 16.66%;cursor: pointer;}
.section3 ul li img{display: block;margin: 0 auto;transition: .8s;}
.section3 ul li p{text-align: center;font-size: 18px;margin-top: 20px;}
.section3 ul li:hover img{transform: rotateY(360deg);}
@media screen and (max-width: 1024px){
	.section3{background-size: 250% auto;}
	.section3 .img{height: 3.5rem;}
	.section3 .txt{font-size: 0.35rem;padding: 0;text-align: center;margin-top: 10%;}
	.section3 .txt span{width: 100%;}
	.section3 .txt em{width: 100%;margin-top: 10px;}
	.section3 .txt i{margin: 0 10px;}
	.section3 ul{margin-top: 20%;}
	.section3 ul li{width: 50%;margin-top: 8%;}
	.section3 ul li img{width: 30%;height: auto;}
	.section3 ul li p{font-size: 16px;margin-top: 14px;}
}

/*section4*/
.section4 .cvbanner{position: absolute;left: 0;top: 0;width: 100%;height: 100%;overflow: hidden;z-index: 1;}
.section4 .cvbanner:before{content: '';position: absolute;left: 0;bottom: 0.7rem;z-index: 2;width: 100%;height: 1px;background-color: rgba(255,255,255,0.2);}
.section4 .cvbanner .chepic-scroll{position: relative;width: 100%;height: 100%;z-index: 1;}
.section4 .cvbanner .chepic-scroll .slides{overflow: hidden;height: 100%;}
.section4 .cvbanner .chepic-scroll .slides li{display: block;width: 100%;height: 100%;position: absolute;overflow: hidden;text-align: center;opacity: 0;}
.section4 .cvbanner .chepic-scroll .slides li.on{opacity: 1;}
.section4 .cvbanner .chepic-scroll .slides li > img{width: 100%;height: 100%;object-fit: cover;}
@media screen and (max-width: 1500px){
	.cvbanner:before{bottom: 0.5rem;}
}
@media screen and (max-width: 1024px){
	.cvbanner:before{bottom: 0.95rem;}
}
.section4 .aboutlist{text-align: center;height: 120px;position: absolute;left: 2.4rem;bottom: 0.52rem;z-index: 2;pointer-events: auto;}
.section4 .aboutlist li{display: inline-block;width: 0.7rem;margin-right: 1.3rem;vertical-align: top;pointer-events: auto;}
.section4 .aboutlist li:last-child{margin-right: 0;}
.section4 .aboutlist li a{display: block;position: relative;width: 100%;padding-top: 0.6rem;padding-bottom: 0.16rem;}
.section4 .aboutlist li .pic{width: 100%;overflow: hidden;position: absolute;left: 0;top: 0;}
.section4 .aboutlist li .pic img{max-width: 100%;max-height: 50px;}
.section4 .aboutlist li h3{font-size: 0.16rem;color: #fff;width: 100%;overflow: hidden;transition: .3s;}
.section4 .aboutlist li i{position: absolute;left: 50%;bottom: -5px;z-index: 0;margin-left: -5px;width: 10px;height: 10px;background-color: #fff;border-radius: 50%;box-shadow: 0 0 0 1px rgba(0,125,221,0.3);transition: .3s;}
.section4 .aboutlist li:hover i,.section4 .aboutlist li.on i{background-color: #007ddd;box-shadow: 0 0 0 0.06rem rgba(0,125,221,0.3);}
@media screen and (max-width: 1500px){
	.section4 .aboutlist{left: 1.4rem;bottom: 0.38rem;}
	.section4 .aboutlist li{margin-right: 0.9rem;}
	.section4 .aboutlist li a{padding-top: 0.5rem;padding-bottom: 0.12rem;}
}
@media screen and (max-width: 1400px){
	.section4 .aboutlist li{margin-right: 120px;}
}
@media screen and (max-width: 1200px){
	.section4 .aboutlist li{margin-right: 60px;}
}
@media screen and (max-width: 1024px){
	.section4 .aboutlist{left: 0.4rem;width: calc(100% - 0.8rem);display: flex;justify-content: space-between;height: 88px;}
	.section4 .aboutlist li{width: auto;margin: 0;}
	.section4 .aboutlist li a{padding-bottom: 0.3rem;}
	.section4 .aboutlist li .pic img{max-height: .5rem;}
	.section4 .aboutlist li h3{font-size: .22rem;}
}
.section4 .aboutlist2{position: absolute;top: 2.2rem;}
.section4 .aboutlist2 li{position: absolute;width: 100%;max-width: 100%;pointer-events: none;opacity: 0;transform: translateX(60px);}
.section4 .aboutlist2 li:last-child{z-index: -1;}
.section4 .aboutlist2 li.on{pointer-events: auto;opacity: 1;transform: translateX(0px);transition: .5s;z-index: 1;}
.section4 .aboutlist2 li .part{width: 50%;float: left;color: #fff;line-height: 30px;}
.section4 .aboutlist2 li .title{text-align: left;}
.section4 .aboutlist2 li .txt{font-size: 0.16rem;color: #e1dfdf;line-height: 32px;overflow: hidden;margin-top: 0.5rem;margin-bottom: 0.5rem;}
.section4 .aboutlist2 li .txt p{display: inline-block;margin-right: 20px;position: relative;}
.section4 .aboutlist2 li .more a{font-size: 0.14rem;color: #fff;border: 1px solid #fff;border-radius: 1rem;padding: 0.14rem 0.44rem 0.14rem 0.24rem;background: url(../images/a14.png) no-repeat 0.92rem center;position: relative;}
.section4 .aboutlist2 li .more a:hover{color: #007ddc;background: #fff url(../images/a15.png) no-repeat 0.92rem center;}
.section4 .aboutlist2 li .ablist{color: #fff;display: flex;}
.section4 .aboutlist2 li .ablist .abli{position: relative;padding: 0 .3rem;box-sizing: border-box;white-space: nowrap;}
.section4 .aboutlist2 li .ablist .abli:first-child{padding-left: 0;width: 1.5rem;}
.section4 .aboutlist2 li .ablist .abli:after{content: "";width: 1px;height: 0.6rem;position: absolute;background: rgba(255,255,255,0.5);right: 0;bottom: 0;}
.section4 .aboutlist2 li .ablist .abli:last-child:after{content: none;}
.section4 .aboutlist2 li .ablist .abli:nth-child(1) .counter{width: 0.82rem;}
.section4 .aboutlist2 li .ablist .abli:nth-child(2) .counter{width: 0.82rem;}
.section4 .aboutlist2 li .ablist .abli:nth-child(3) .counter{width: 0.65rem;}
.section4 .aboutlist2 li .ablist p{white-space: nowrap;font-size: 0.16rem;margin-bottom: 0.24rem;}
.section4 .aboutlist2 li .ablist span{font-size: 0.16rem;}
.section4 .aboutlist2 li .ablist .counter{font-size: 0.5rem;margin-right: 0.06rem;display: inline-block;font-family: Bebas Neue;}
.section4 .aboutlist2 li .videoBtn{width: 0.6rem;height: 0.6rem;position: absolute;right: 1.5rem;top: 50%;transform: translate(-50%,-50%);z-index: 20;cursor: pointer;}
.section4 .aboutlist2 li .videoBtn::before,
.section4 .aboutlist2 li .videoBtn::after{content: '';width: 100%;height: 100%;background: #fff;position: absolute;left: -1px;top: -1px;border-radius: 50%;animation: scaleAnimate 2s linear infinite;opacity: 0;}
.section4 .aboutlist2 li .videoBtn::after{animation-delay: 0.6s;}
@keyframes scaleAnimate{
	0%{transform: scale(1);opacity: 0;}
	50%{transform: scale(1.4);opacity: 0.2;}
	100%{transform: scale(1.8);opacity: 0;}
}
.section4 .aboutlist2 li .videoBtn span{width: 0.6rem;height: 0.6rem;display: block;background: url(../images/a20.png) no-repeat center;background-size: cover;transition: .6s;}
.section4 .aboutlist2 li .videoBtn:hover span{transform: rotateZ(240deg);}
.section4 .aboutlist2 li .videoBtn p{color: #fff;width: 150%;height: auto;position: absolute;left: -25%;top: 150%;text-align: center;font-size: 16px;}
.lightBox{width: 100%;height: 100%;left: 0;top: 0;background: rgba(0,0,0,.8);z-index: 1000;transition: all .5s cubic-bezier(.23,1,.32,1);position: fixed;display: none;}
.lightBox.active{display: block;}
.lightBox .videoBox{width: 70%;max-width: 1000px;height: auto;position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);background: #fff;padding: 35px 0px;border-radius: 10px;}
.lightBox .videoBox video{display: block;position: relative;width: 100%;}
.lightBox .videoBox .videoCloseBtn{width: 35px;height: 35px;position: absolute;right: 10px;top: 0px;line-height: 35px;text-align: center;cursor: pointer;transition: all .5s;}
@media screen and (max-width: 1500px){
	.section4 .aboutlist2{left: 1.4rem;top: .5rem;width: calc(100% - 2.8rem);}
	.section4 .aboutlist2 li .txt{margin-top: 0.33rem;margin-bottom: 0.4rem;}
	.section4 .aboutlist2 li .ablist .abli{padding: 0 0.15rem;white-space: nowrap;}
	.section4 .aboutlist2 li .ablist .abli:first-child{width: 1.2rem;}
	.section4 .aboutlist2 li .ablist .abli:after{bottom: 0.1rem;}
	.section4 .aboutlist2 li .ablist p{margin-bottom: 0.14rem;}
	.section4 .aboutlist2 li .ablist .counter{font-size: 0.36rem;}
}
@media screen and (max-width: 1024px){
	.section4 .aboutlist2{top: .2rem;}
	.section4 .aboutlist2 li .part{width: 100%;}
	.section4 .aboutlist2 li.box-ab .part:nth-child(2){display: none;}
	.section4 .aboutlist2{width: calc(100% - .8rem);left: .4rem;}
	.section4 .aboutlist2 li .ablist{display: block;width: 5rem;overflow: hidden;}
	.section4 .aboutlist2 li .ablist .abli{float: left;width: 2.8rem;padding: 0 0.5rem;}
	.section4 .aboutlist2 li .ablist .counter{font-size: .5rem;width: .5rem;}
	.section4 .aboutlist2 li .ablist p{margin-bottom: 0;}
	.section4 .aboutlist2 li .ablist .abli:nth-child(1) .counter{width: .9rem;}
	.section4 .aboutlist2 li .ablist .abli:nth-child(2) .counter{width: .9rem;}
	.section4 .aboutlist2 li .ablist .abli:nth-child(3) .counter{width: .7rem;}
	.section4 .aboutlist2 li .ablist .abli:first-child,.section4 .aboutlist2 .ablist .abli:nth-child(3){padding-left: 0;width: 1.8rem;}
	.section4 .aboutlist2 li .ablist .abli:nth-child(2):after{content: none;}
	.section4 .aboutlist2 li .txt p{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 4;overflow: hidden;line-height: 2;}
	.section4 .aboutlist2 li .txt2{display: none;}
	.section4 .aboutlist2 li .more a{font-size: 0.18rem;padding: 0.1rem 0.3rem 0.1rem 0.3rem;background: none;}
	.section4 .aboutlist2 li .more2{display: none;}
}
.section4 .aboutlist2 li .container_5{width: 88%;margin: 0;} 
.section4 .aboutlist2 li .container_5 .swiper-slide{width: auto !important;cursor: pointer;}
.section4 .aboutlist2 li .container_5 .fz_1_i{width: 67px;height: 67px;display: flex;position: relative;margin-right: 74px;}
.section4 .aboutlist2 li .container_5 .fz_1_im{width: 67px;height: 67px;}
.section4 .aboutlist2 li .container_5 .fz_1_im img{width: 100%;height: 100%;}
.section4 .aboutlist2 li .container_5 .fz_1_im img:nth-child(2){opacity: 0;position: absolute;left: 0;top: 0;}
.section4 .aboutlist2 li .container_5 .swiper-slide-active .fz_1_im img:nth-child(1){opacity: 0;}
.section4 .aboutlist2 li .container_5 .swiper-slide-active .fz_1_im img:nth-child(2){opacity: 1;}
.section4 .aboutlist2 li .container_5 .fz_1_it{font-size: 18px;font-family: 'Bebas';color: #fff;position: absolute;left: 50%;top: 50%;transform: translate(-50%, -52%);}
.section4 .aboutlist2 li .container_5 .swiper-slide-active .fz_1_it{color: #007ddd;}
.section4 .aboutlist2 li .container_5 .fz_1_h{width: 42px;height: 1px;background: #828894;margin: 0 16px 0 12px;position: absolute;left: 105%;top: 50%;}
.section4 .aboutlist2 li .container_5 .swiper-slide:last-child .fz_1_h{display: none;}
.section4 .aboutlist2 li .txt.txtad1{margin-top: 45px;margin-bottom: 45px;display: none;}
.section4 .aboutlist2 li .txt.txtad1 em{display: block;font-size: .24rem;margin-bottom: .15rem;}
.section4 .aboutlist2 li .txt.txtad1 span{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden;}
.section4 .aboutlist2 li .fz_1_qh_bo{display: flex;}
.section4 .aboutlist2 li .fz_1_qh_bor{width: 50px;height: 50px;border: 1px dashed #d6d8db;border-radius: 50%;display: flex;align-items: center;justify-content: center;cursor: pointer;}
.section4 .aboutlist2 li .fz_1_qh_bor:nth-child(1){margin-right: 16px;}
.section4 .aboutlist2 li .fz_1_qh_bor::before{display: block;content: '';position: absolute;width: 50px;height: 50px;border: 1px dashed #d6d8db;border-radius: 50%;}
.section4 .aboutlist2 li .fz_1_qh_bor1{width: 32px;height: 32px; display: flex;align-items: center;border-radius: 50%;justify-content: center;background: rgba(255,255,255,.4);}
.section4 .aboutlist2 li .fz_1_qh_bor1.on{background: #fff;}
.section4 .aboutlist2 li .fz_1_qh_bor1 img:nth-child(2){position: absolute;opacity: 0;}
.section4 .aboutlist2 li .fz_1_qh_bor1.on img:nth-child(1){opacity: 0;}
.section4 .aboutlist2 li .fz_1_qh_bor1.on img:nth-child(2){opacity: 1;}
.section4 .aboutlist2 li .fz_1_qh_bor:hover::before{animation: k1 3s linear infinite;}
@keyframes k1{
	0%{transform: rotate(0);}
	100%{transform: rotate(360deg);}
}
@media only screen and (max-width: 1023px){
	.section4 .aboutlist2 li .container_5 .fz_1_i{margin-right: 0;height: 50px;}
	.section4 .aboutlist2 li .container_5 .fz_1_im img{width: 0.86rem; height: 0.86rem;}
	.section4 .aboutlist2 li .container_5 .fz_1_it{font-size: 0.24rem;transform: translate(-108%,-55%);}
	.section4 .aboutlist2 li .container_5 .fz_1_h{width:0.2rem; height:0.01rem; margin:0; left:77%; top:36%}
	.section4 .aboutlist2 li .txt.txtad1{margin-top: 0.45rem;margin-bottom: 0.45rem;}
	.section4 .aboutlist2 li .txt.txtad1 em{font-size: .3rem;margin-bottom: .1rem;}
	.section4 .aboutlist2 li .txt.txtad1 span{line-height: 2;}
}
.section4 .aboutlist2 li .sy_two{width: 100%;position: relative;top: -50px;}
.section4 .aboutlist2 li .sy_two2{width: 540px;height: 100%;border-radius: 100%;overflow: hidden;position: absolute;left: 53%;top: 60%;transform: translate(-50%,-50%);display: none;}
.section4 .aboutlist2 li .sy_two2 img{display: block;width: 100%;height: 100%;object-fit: cover;}
.section4 .aboutlist2 li .sy_two3{width: 57px;height: 57px;border-radius: 100%;border: 1px solid #0085c3;overflow: hidden;display: flex;align-items: center;justify-content: center;background: #021f37;}
.section4 .aboutlist2 li .sy_two3 img{object-fit: cover;width: 100%;height: 100%;}
.section4 .aboutlist2 li .sy_two3:nth-child(1){position: absolute;left: 66px;top: 25%;}
.section4 .aboutlist2 li .sy_two3:nth-child(2){position: absolute;left: 137px;top: 8%;}
.section4 .aboutlist2 li .sy_two3:nth-child(3){position: absolute;left: 250px;top: -3%;}
.section4 .aboutlist2 li .sy_two3:nth-child(4){position: absolute;left: 398px;top: -5%;}
.section4 .aboutlist2 li .sy_two3:nth-child(5){position: absolute;left: 540px;top:  4%;}
.section4 .aboutlist2 li .sy_two3:nth-child(6){position: absolute;left: 640px;top: 22%;}
@media only screen and (max-width: 1850px){
	.section4 .aboutlist2 li .sy_two2{transform: translate(-40%,-50%);}
}
@media only screen and (max-width: 1650px){
	.section4 .aboutlist2 li .sy_two2{transform: translate(-30%,-50%);}
}
@media only screen and (max-width: 1500px){
	.section4 .aboutlist2 li .sy_two{top: 100px;}
}
@media only screen and (max-width: 1023px){
	.section4 .aboutlist2 li .sy_two{width: 100%;position: relative;top: 30px;}
	.section4 .aboutlist2 li .sy_two img{width: 100%;}
	.section4 .aboutlist2 li .sy_two2{width: auto;transform: translate(-54%,-50%);}
	.section4 .aboutlist2 li .sy_two2 img{width: 4.28rem;}
	.section4 .aboutlist2 li .sy_two3{width: 0.87rem;height: 0.87rem;}
	.section4 .aboutlist2 li .sy_two3:nth-child(1){left: 0;top: 20%;}
	.section4 .aboutlist2 li .sy_two3:nth-child(2){left: 11.66%;top: 0;}
	.section4 .aboutlist2 li .sy_two3:nth-child(3){left: 30.32%;top: -13%;}
	.section4 .aboutlist2 li .sy_two3:nth-child(4){left: 52.97%;top: -13%;}
	.section4 .aboutlist2 li .sy_two3:nth-child(5){left: auto;right: 11.66%;top: 0;}
	.section4 .aboutlist2 li .sy_two3:nth-child(6){left: auto;right: 0;top: 20%;}
}
.section4 .aboutlist2 li .news{width: 100%;height: 5rem;margin-top: .5rem;color: #fff;}
.section4 .aboutlist2 li .newsbox{display: flex;justify-content: space-between;}
.section4 .aboutlist2 li .newscard{width: 50%;}
.section4 .aboutlist2 li .newscard:first-child{margin-right: 0.36rem;}
.section4 .aboutlist2 li .newscon{background: #003a5f;box-sizing: border-box;height: 2.4rem;}
.section4 .aboutlist2 li .swiper-slide .slidebox{box-sizing: box-sizing;margin-top: 0.33rem;margin-left: 0.23rem;}
.section4 .aboutlist2 li .newscon .imgbox{width: 2.38rem;height: 1.74rem;}
.section4 .aboutlist2 li .newscon .imgbox img{display: block;width: 100%;height: 100%;object-fit: cover;}
.section4 .aboutlist2 li .newscon .newstxt{padding: 0.12rem 0.2rem 0;width: calc(100% - 3.1rem);box-sizing: border-box;}
.section4 .aboutlist2 li .newscon .newstxt h6{font-size: 0.16rem;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
.section4 .aboutlist2 li .newscon .newstxt em{font-size: 0.14rem;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp:2;overflow: hidden;margin-top: .15rem;}
.section4 .aboutlist2 li .newscon .morebox{width: auto;margin-right: 0.2rem;margin-top: 0.5rem;}
.section4 .aboutlist2 li .newscon .newsmore{display: inline-block;padding: 0.06rem;align-items: center;position: relative;}
.section4 .aboutlist2 li .newscon .newsmore:before{content: "";width: calc(100% - 2px);height: calc(100% - 2px);border: 1px dashed #fff;position: absolute;top: 0;left: 0;border-radius: 50%;transition:all .6s;}
.section4 .aboutlist2 li .newscon .newsmore s{background: #fff;display: block;width: 0.32rem;height: 0.32rem;line-height: 0.32rem;text-align: center;border-radius: 50%;position: relative;color: #09509a;font-family: "宋体";font-size: 0.18rem;font-weight: bold;}
.section4 .aboutlist2 li .newscon .newsmore:hover:before{transform: rotateZ(360deg);}
.section4 .aboutlist2 li .newscon .newsbutton{position: absolute;left: 3rem;bottom: 0.1rem;}
.section4 .aboutlist2 li .newscon .newsbutton .swiper-button-next,
.section4 .aboutlist2 li .newscon .newsbutton .swiper-button-prev{width: 0.1rem;height: 0.2rem;}
.section4 .aboutlist2 li .newscon .newsbutton .swiper-button-prev{background-image: url(../images/a8.png);background-size: cover;}
.section4 .aboutlist2 li .newscon .newsbutton .swiper-button-next{background-image: url(../images/a7.png);background-size: cover;}
@media only screen and (max-width: 1023px){
	.section4 .aboutlist2 li .news{height: auto;margin-top: .2rem;}
	.section4 .aboutlist2 li .newscard{width: 100%;}
	.section4 .aboutlist2 li .newscard:first-child{margin-right: 0;}
	.section4 .aboutlist2 li .newscard:last-child{display: none;}
	.section4 .aboutlist2 li .swiper-slide .slidebox{height: 4.5rem;}
	.section4 .aboutlist2 li .newscon{height: auto;}
	.section4 .aboutlist2 li .newscon .imgbox{width: 95%;height: 1.74rem;}
	.section4 .aboutlist2 li .newscon .newstxt{width: 95%;padding: 0.24rem 0.2rem 0;}
	.section4 .aboutlist2 li .newscon .newstxt h6{font-size: 0.2rem;}
	.section4 .aboutlist2 li .newscon .newstxt em{margin-top: .1rem;}
	.section4 .aboutlist2 li .newscon .morebox{display: none;}
	.section4 .aboutlist2 li .newscon .newsbutton{left: 1rem;bottom: 0.2rem;}
}

/*section5*/
.section5{background: url(../images/abg5.jpg) center no-repeat;background-size: cover;overflow: hidden;}
.section5 .content{display: flex;align-items: center;height: 100%;flex-wrap: wrap;}
.section5 .content .box2{width: 3.18rem;text-align: center;color: #fff;}
.section5 .content .box2 h3{margin-bottom: .4rem;}
.section5 .content .box2 h5{font-size: .3rem;font-weight: bold;}
.section5 .content .box2 p{font-size: .14rem;opacity: .7;margin: .3rem 0 .8rem;}
.section5 .content .box2 .more a{font-size: 0.14rem;color: #fff;border: 1px solid #fff;border-radius: 1rem;padding: 0.14rem 0.44rem 0.14rem 0.24rem;background: url(../images/a14.png) no-repeat 0.92rem center;position: relative;}
.section5 .content .box2 .more a:hover{color: #007ddc;background: #fff url(../images/a15.png) no-repeat 0.92rem center;}
@media screen and (max-width: 1024px){
	.section5 .content .box2 .more a{font-size: 0.18rem;padding: 0.1rem 0.3rem 0.1rem 0.3rem;background: none;}
	.section5 .content .box2 .more2{display: none;}
}
.section5 .content .box1{height: 100%;width: calc((100% - 3.18rem) / 2);}
.section5 .content .box1 .list_box_02{position: relative;height: 100%;}
.section5 .content .box1 .list_box_02 li{position: absolute;top: 0;left: 0;transform: translateX(-50%) translateY(calc(-50% + .5px))}
.section5 .content .box1 .list_box_02 li a{display: block;height: 100%;}
.section5 .content .box1 .list_box_02 li .img{border-radius: 50%;background: #fff;overflow: hidden;height: 100%;}
.section5 .content .box1 .list_box_02 li .img img{display: block;width: 100%;height: 100%;object-fit: cover;}
.section5 .content .box1 .list_box_02 li:nth-child(1){width: 1.08rem;height: 1.08rem;top: 25%;left: 60%;}
.section5 .content .box1 .list_box_02 li:nth-child(2){width: 1rem;height: 1rem;top: 40%;left: 30%;}
.section5 .content .box1 .list_box_02 li:nth-child(3){width: 1.25rem;height: 1.25rem;top: 43%;left: 86%;}
.section5 .content .box1 .list_box_02 li:nth-child(4){width: 1.65rem;height: 1.65rem;top: 58%;left: 50%;}
.section5 .content .box1 .list_box_02 li:nth-child(5){width: 1rem;height: 1rem;top: 62%;left: 76%;}
.section5 .content .box1 .list_box_02 li:nth-child(6){width: 1.25rem;height: 1.25rem;top: 75%;left: 25%;}
.section5 .content .box1 .list_box_02 li:nth-child(7){width: 1.04rem;height: 1.04rem;top: 85%;left: 52%;}
.section5 .content .box1 .list_box_02 li:nth-child(8){width: 1.45rem;height: 1.45rem;top: 82%;left: 89%;}
.section5 .content .box1 .list_box_02 li:nth-child(3) .img{animation-delay: 0s;}
.section5 .content .box1 .list_box_02 li:nth-child(5) .img{animation-delay: 2s;}
.section5 .content .box1 .list_box_02 li:nth-child(1) .img{animation-delay: 4s;}
.section5 .content .box1 .list_box_02 li:nth-child(7) .img{animation-delay: 6s;}
.section5 .content .box1 .list_box_02 li:nth-child(2) .img{animation-delay: 8s;}
.section5 .content .box1 .list_box_02 li:nth-child(6) .img{animation-delay: 10s;}
.section5 .content .box1 .list_box_02 li:nth-child(4) .img{animation-delay: 12s;}
.section5 .content .box1 .list_box_02 li:nth-child(8) .img{animation-delay: 14s;}
.section5 .content .box1 .list_box_02 li .img{animation: star 16s infinite;}
@keyframes star{
	0{opacity: 1;transform: scale(0.8);}
	20%{opacity: 0;transform: scale(0.8);}
	40%{opacity: 1;transform: scale(1);}
	100%{opacity: 1;transform: scale(1);}
}
.section5 .content .box1 .list_box_03 li:nth-child(1){width: 1.05rem;height: 1.05rem;top: 25%;left: 45%;}
.section5 .content .box1 .list_box_03 li:nth-child(2){width: 1.45rem;height: 1.45rem;top: 30%;left: 10%;}
.section5 .content .box1 .list_box_03 li:nth-child(3){width: 1.19rem;height: 1.19rem;top: 35%;left: 85%;}
.section5 .content .box1 .list_box_03 li:nth-child(4){width: 1rem;height: 1rem;top: 52%;left: 24%;}
.section5 .content .box1 .list_box_03 li:nth-child(5){width: 1.65rem;height: 1.65rem;top: 50%;left: 51%;}
.section5 .content .box1 .list_box_03 li:nth-child(6){width: 1.35rem;height: 1.35rem;top: 74%;left: 16%;}
.section5 .content .box1 .list_box_03 li:nth-child(7){width: 1.35rem;height: 1.35rem;top: 65%;left: 75%;}
.section5 .content .box1 .list_box_03 li:nth-child(8){width: 1.05rem;height: 1.05rem;top: 85%;left: 50%;}
.section5 .content .box1 .list_box_03 li:nth-child(8) .img{animation-delay: 2s;}
.section5 .content .box1 .list_box_03 li:nth-child(6) .img{animation-delay: 4s;}
.section5 .content .box1 .list_box_03 li:nth-child(5) .img{animation-delay: 6s;}
.section5 .content .box1 .list_box_03 li:nth-child(2) .img{animation-delay: 8s;}
.section5 .content .box1 .list_box_03 li:nth-child(4) .img{animation-delay: 10s;}
.section5 .content .box1 .list_box_03 li:nth-child(3) .img{animation-delay: 12s;}
.section5 .content .box1 .list_box_03 li:nth-child(1) .img{animation-delay: 14s;}
.section5 .content .box1 .list_box_03 li:nth-child(7) .img{animation-delay: 16s;}
.section5 .footer{width: 100%;border-top: 1px solid rgba(255,255,255,.3);height: 2rem;padding-top: .15rem;}
.section5 .footer .ewm{padding-top: .05rem;cursor: pointer;}
.section5 .footer .ewm .img{position: relative;width: 0.4rem;height: 0.4rem;margin-right: 0.2rem;text-align: center;line-height: 0.3rem;border: 1px solid rgba(255,255,255,0.5);border-radius: 50%;margin-left: 0.3rem;margin-top: .1rem;}
.section5 .footer .ewm .img img{transition: 1s;margin-top: 0.12rem;}
.section5 .footer .ewm .img .bigewm{position: absolute;top: -1.8rem;left: -10%;z-index: 1;display: none;width: max-content;padding-top: 0.08rem;}
.section5 .footer .ewm .img .bigewm:after{content: "";position: absolute;left: 0.16rem;bottom: 2px;width: 0.16rem;background: url(../images/sju1.png) center no-repeat;height: 0.08rem;z-index: 1;opacity: 1;}
.section5 .footer .ewm .img:hover img{transform: rotateY(360deg);}
.section5 .footer .ewm .img:hover .bigewm{display: block;}
.section5 .footer .pho{text-align: right;color: #fff;line-height: 2;}
.section5 .footer .pho em{font-size: .2rem;}
.section5 .footer .pho p,.section5 .footer .pho a{color: rgba(255,255,255,.7);}
.section5 .footer .pho a:hover{color: rgba(255,255,255,1);}
@media only screen and (max-width: 1023px){
	.section5{height: auto;padding-top: .5rem;}
	.section5 .content{height: auto;}
	.section5 .content .box1{width: 100%;height: auto;padding: 0 15px;}
	.section5 .content .box2{width: 100%;margin-bottom: .2rem;order: -1;}
	.section5 .content .box2 h3{display: none;}
	.section5 .content .box2 p{padding: 0 .2rem;margin: .2rem 0 .2rem;}
	.section5 .content .box2 .more{display: none;}
	.section5 .content .box1 .list_box_02{display: flex;flex-wrap: wrap;height: auto;}
	.section5 .content .box1 .list_box_02 li{width: 25% !important;margin-bottom: .1rem;height: auto;top: 0 !important;position: relative;left: 0 !important;transform: translateX(0) translateY(0);}
	.section5 .content .box1 .list_box_02 li a{max-width: 80%;margin: 0 auto;}
	.section5 .content .box1 .list_box_02 li:nth-child(1),.section5 .content .box1 .list_box_02 li:nth-child(2),.section5 .content .box1 .list_box_02 li:nth-child(3),.section5 .content .box1 .list_box_02 li:nth-child(4),.section5 .content .box1 .list_box_02 li:nth-child(5),.section5 .content .box1 .list_box_02 li:nth-child(6),.section5 .content .box1 .list_box_02 li:nth-child(7),.section5 .content .box1 .list_box_02 li:nth-child(8),.section5 .content .box1 .list_box_03 li:nth-child(1),.section5 .content .box1 .list_box_03 li:nth-child(2),.section5 .content .box1 .list_box_03 li:nth-child(3),.section5 .content .box1 .list_box_03 li:nth-child(4),.section5 .content .box1 .list_box_03 li:nth-child(5),.section5 .content .box1 .list_box_03 li:nth-child(6),.section5 .content .box1 .list_box_03 li:nth-child(7),.section5 .content .box1 .list_box_03 li:nth-child(8){height: .98rem;}
	.section5 .footer{height: auto;padding-top: .15rem;margin-top: .35rem;}
	.section5 .footer .ewm{display: none;}
	.section5 .footer .pho{text-align: center;font-size: .14rem;}
	.section5 .footer .pho em{font-size: .2rem;}
}






