@charset "utf-8";body{font-family: "BebasNeue-Regular";}

/* title */
.in_tit .title{font-size: 65px;color: #E58F01;line-height: 1.1;}
@media screen and (max-width:1440px){
.in_tit .title{font-size: 55px;}
}
@media screen and (max-width:1280px){
.in_tit .title{font-size:50px;}
}
@media screen and (max-width:1080px){
.in_tit .title{font-size:45px;}
}
@media screen and (max-width:768px){
.in_tit .title{font-size:38px;}
}
@media screen and (max-width:520px){
.in_tit .title{font-size: 28px;}
}


/* banner */
.banner{position: relative;overflow: hidden;margin-top: 105px;}
.banner .img img{width: 100%;height: 90vh;}
.banner .video{height: 100%;}
.banner .video video{width: 100%;object-fit: cover;height: 100vh;}
.banner .link{background: #fff;position: absolute;left: 0;z-index: 9;bottom: -5.83333vw;width: 50%;height: 12.66668vw;;background-color: #E3E9EC;overflow: hidden;display: none;}
.banner .swiper-slide{width:100%;overflow:hidden}
.banner .swiper-button-next{right: auto;width: 40px;height: 40px;border-radius: 50%;left: 90%;top: 90%;border: 1px solid #fff;}
.banner .swiper-button-prev{width: 40px;height: 40px;border-radius: 50%;left: 86%;top: 90%;border: 1px solid #fff;}
.banner .swiper-button-next:after,.banner .swiper-button-prev:after{color:#f7f3f2;font-size: 20px;font-weight: normal;}
@media screen and (max-width:1440px){
.banner{margin-top: 107px;}
.banner .img img{height: auto;}
.banner .video video{height: auto;}
.banner .swiper-button-prev{left: 85%;}
}
@media screen and (max-width:1280px){
.banner{margin-top: 100px;}
}
@media screen and (max-width:1080px){
.banner .swiper-button-prev{left: 82%;}
}
@media screen and (max-width:768px){
.banner .swiper-button-prev{left: 80%;width: 36px;height: 36px;}
.banner .swiper-button-next{width: 36px;height: 36px;}
.banner .swiper-button-next:after,.banner .swiper-button-prev:after{font-size: 18px;}
}
@media screen and (max-width:520px){
.banner{margin-top: 98px;}
.banner .swiper-button-prev{left: 72%;width: 32px;height: 32px;top: 85%;}
.banner .swiper-button-next{width: 32px;height: 32px;left: 85%;top: 85%;}
.banner .swiper-button-next:after,.banner .swiper-button-prev:after{font-size: 16px;}
}
@media screen and (max-width:450px){
.banner{margin-top: 77px;}
}


/* index1 */
.idnex1{background: #E3E9EC;padding: 50px 0 100px;position: relative;overflow: hidden;margin-top: -5px;}
.idnex1 .big{color: #fff;font-size: 300px;letter-spacing: 15px;transform: translateX(calc(18%*var(--progress)));}
.idnex1 .cont{margin-top: 108px;}
.idnex1 .cont .rd{display:flex;flex-wrap:wrap;justify-content:space-between;max-width:808px;margin:0 auto}
.idnex1 .cont .rd a{display:flex;align-items:center;flex-wrap:wrap;margin-bottom:30px}
.idnex1 .cont .rd a .icon{width:70px;height:70px;background:#cbd1d4;border-radius:50%;display:flex;align-items:center;justify-content:center}
.idnex1 .cont .rd a .icon img{width:45px}
.idnex1 .cont .rd a p{font-size:21px;color:#515152;margin-left:8px}
.idnex1 .cont .rd a.active .icon{background:#1b1b1b}
.idnex1 .cont .hd{position:absolute;top:35%;transform:translate(-50% ,-50%);left:50%}
.idnex1 .cont .hd .hd_cont .img{width:72%;margin:0 auto;transform: scale(.5);transition: all .8s;opacity: 0;}
.idnex1 .cont .hd .hd_cont.on .img{transform: scale(1);opacity: 1;}
@media screen and (max-width:1440px){
.idnex1 .big{transform: translateX(calc(6%*var(--progress)));font-size: 268px;}
}
@media screen and (max-width:1280px){
.idnex1 .big{font-size: 240px;}
.idnex1 .cont .rd{max-width: 900px;}
}
@media screen and (max-width:1080px){
.idnex1{padding: 50px 0 80px;}
.idnex1 .big{font-size: 210px;}
.idnex1 .cont .rd a p{font-size: 20px;}
.idnex1 .cont .rd a .icon{width: 62px;height: 62px;}
.idnex1 .cont .rd a .icon img{width: 38px;}
.idnex1 .cont .hd .hd_cont .img{width: 80%;}
}
@media screen and (max-width:950px){
.idnex1 .big{font-size: 188px;}
}
@media screen and (max-width:850px){
.idnex1 .big{font-size: 168px;}
.idnex1 .cont{margin-top: 58px;}
.idnex1 .cont .hd{top: 32%;}
}
@media screen and (max-width:768px){
.idnex1 .big{transform: translateX(calc(0%*var(--progress)));letter-spacing: 10px;font-size: 150px;text-align: center;}
.idnex1 .cont .rd a p{font-size: 18px;}
.idnex1 .cont .rd a .icon{width: 55px;height: 55px;}
.idnex1 .cont .rd a .icon img{width: 34px;}
.idnex1 .cont .hd .hd_cont .img{width: 85%;}
}
@media screen and (max-width:680px){
.idnex1{padding: 50px 0 25px;}
.idnex1 .big{font-size: 128px;}
}
@media screen and (max-width:520px){
.idnex1{padding: 30px 0 50px;}
.idnex1 .big{font-size: 78px;letter-spacing: 8px;margin-top: 30px;}
.idnex1 .cont{margin-top: 78px;}
.idnex1 .cont .hd{top: 32%;}
.idnex1 .cont .hd .hd_cont .img{width: 100%;}
.idnex1 .cont .rd a{margin-bottom:15px;width: 49%;}
.idnex1 .cont .rd a .icon{width: 45px;height: 45px;}
.idnex1 .cont .rd a .icon img{width: 24px;}
.idnex1 .cont .rd a p{font-size: 16px;margin-left: 5px;width: calc(100% - 50px);}
}


/* idnex2 */
.index2{position: relative;}
.index2 .cont{display: flex;flex-wrap: wrap;justify-content: space-between;}
.index2 .cont .left{width: 50%;padding: 80px 0 60px;}
.index2 .cont .left .img{width:68%;margin:0 auto}
.index2 .cont .left .t1{font-size:26px;text-align:center}
.index2 .cont .left .in2{margin-top: 40px;}
.index2 .cont .left .swiper-button-next{width: 40px;height: 40px;border-radius: 50%;background: #2F2F2F;}
.index2 .cont .left .swiper-button-prev{width: 40px;height: 40px;border-radius: 50%;background: #2F2F2F;}
.index2 .cont .left .swiper-button-next:after,.index2 .cont .left .swiper-button-prev:after{color:#fff;font-size: 20px;font-weight: normal;}
.index2 .cont .left .swiper-button-next:hover,.index2 .cont .left .swiper-button-prev:hover{background: #E58F01;}
.index2 .cont .right{width: calc(40% - 160px);background:#fff;padding: 80px;margin-top: -128px;}
.index2 .cont .right .ul li:nth-child(1){margin-bottom: 60px;}
.index2 .cont .right .ul li .info .t1{font-size:26px;text-align:center}
.index2 .cont .right .ul li .info .t2{font-family:GILROY-REGULAR;font-size: 16px;text-align:center;margin-top:10px;}
.index2 .cont .right .ul li .img{text-align: center;}
.index2 .cont .right .ul li .img img{width: 80%;}
@media screen and (max-width:1280px){
.index2 .cont .left .t1{font-size:24px;}
.index2 .cont .right{padding: 60px;width: calc(40% - 120px);}
.index2 .cont .right .ul li .info .t1{font-size: 24px;}
}
@media screen and (max-width:1080px){
.index2 .cont .left{padding: 60px 0 40px;}
.index2 .cont .left .t1{font-size:22px;}
.index2 .cont .right{margin-top: -100px;}
.index2 .cont .right .ul li .info .t1{font-size: 22px;}
}
@media screen and (max-width:890px){
.index2 .cont .right{padding: 40px;width: calc(40% - 80px);}
}
@media screen and (max-width:768px){
.index2 .cont .left .t1{font-size:18px;}
.index2 .cont .left .swiper-button-next{width: 36px;height: 36px;}
.index2 .cont .left .swiper-button-prev{width: 36px;height: 36px;}
.index2 .cont .left .swiper-button-next:after, .index2 .cont .left .swiper-button-prev:after{font-size: 18px;}
.index2 .cont .right{padding: 40px;width: calc(45% - 80px);}
.index2 .cont .right .ul li .info .t1{font-size: 18px;}
.index2 .cont .right .ul li .info .t2{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden;font-size: 15px;margin-top: 5px;}
}
@media screen and (max-width:680px){
.index2{padding: 60px 0;}
.index2 .cont .left{width: 100%;margin-bottom: 20px;padding-top: 0;}
.index2 .cont .left .in2{margin-top: 0;}
.index2 .cont .left .img{width: 50%;}
.index2 .cont .left .swiper-button-next{right: 10%;}
.index2 .cont .left .swiper-button-prev{left: 10%;}
.index2 .cont .right{width: 100%;transform: initial !important;margin-top: 1px;padding: 0;}
.index2 .cont .right .ul{display: flex;flex-wrap: wrap;justify-content: center;}
.index2 .cont .right .ul li{width: 48%;}
.index2 .cont .right .ul li:nth-child(1){margin-bottom: 0;}
.index2 .cont .right .ul li .info .t2{padding: 0 10px;}
}
@media screen and (max-width:520px){
.index2{padding: 30px 0 35px;}
.index2 .cont .left{margin-bottom: 0;}
.index2 .cont .left .img{width: 60%;}
.index2 .cont .left .swiper-button-next{right: 4%;width: 32px;height: 32px;}
.index2 .cont .left .swiper-button-prev{left: 4%;width: 32px;height: 32px;}
.index2 .cont .left .swiper-button-next:after, .index2 .cont .left .swiper-button-prev:after{font-size: 16px;}
.index2 .cont .right .ul li{width: 100%;}
.index2 .cont .right .ul li:nth-child(1){margin-bottom: 10px;}
.index2 .cont .right .ul li .img img{width: 60%;}
.index2 .cont .right .ul li .info .t2{font-size: 14px;margin-top: 2px;}
}


/* idnex3 */
.index3{padding-bottom: 90px;overflow: hidden;}
.index3 .cont{display:flex;flex-wrap:wrap;justify-content:space-between}
.index3 .cont .left{width: 64%;position:relative;}
.index3 .cont .left .info{position:absolute;bottom:0;right:0;width:50%;background:#fff;padding:40px;box-shadow:0 0 6px rgba(0,0,0,.1)}
.index3 .cont .left .info .t1{font-size:32px;margin-bottom:15px}
.index3 .cont .left .info .text{color:#666;font-family:GILROY-REGULAR;font-size:16px;line-height:26px}
.index3 .cont .left .info .btn{margin-top:30px;transition: 0.3s;}
.index3 .cont .left .info .btn:hover{transform: translateX(5px);}
.index3 .cont .left .info .btn a{display:flex;justify-content:flex-end;align-items:center}
.index3 .cont .left .info .btn p{font-size:16px;color:#e58f01;font-family:GILROY-REGULAR}
.index3 .cont .left .info .btn img{width:18px;margin-left:6px}
.index3 .cont .right{width: 33%;}
.index3 .cont .right .info{padding: 50px 30px;background:#f2f2f2;}
.index3 .cont .right .info .t1{font-size:32px;text-transform:uppercase;color: #e58f01;margin-bottom: 25px;}
.index3 .cont .right .info .in3{max-height: 490px;}
.index3 .cont .right .info .in3 .swiper-wrapper{height: 100% !important;transition-timing-function: linear !important;}
.index3 .cont .right .info .in3 .swiper-slide{height: auto !important;}
.index3 .cont .right .info .item{width: 100%;}
.index3 .cont .right .info .item h3{font-size:30px;color:#333333de}
.index3 .cont .right .info .item p{font-family:GILROY-REGULAR;font-size:16px;line-height: 24px;color: #666;margin-top: 5px;}
.index3 .cont .right .info .item img{width: 26px;}

@media screen and (max-width:1440px){
.index3 .cont .right .info .in3{max-height: 428px;}
}
@media screen and (max-width:1280px){
.index3 .cont .left .info{padding: 30px;width: 60%;}
.index3 .cont .right .info{padding: 40px 25px;}
.index3 .cont .right .info .t1{font-size: 28px;}
.index3 .cont .right .info .in3{max-height: 390px;}
.index3 .cont .right .info .item h3{font-size: 26px;}
.index3 .cont .right .info .item p{font-size: 15px;margin-top: 2px;}
}
@media screen and (max-width:1080px){
.index3{padding-bottom: 60px;}
.index3 .cont .left .info{width: 78%;}
.index3 .cont .left .info .t1{font-size: 28px;}
.index3 .cont .left .info .text{font-size: 15px;}
.index3 .cont .right .info{padding: 30px;}
.index3 .cont .right .info .t1{font-size: 24px;}
.index3 .cont .right .info .in3{max-height: 350px;}
}
@media screen and (max-width:890px){
.index3 .cont .left{width: 100%;}
.index3 .cont .right{width: 100%;margin-top: 30px;}
.index3 .cont .right .info{padding: 20px;}
}
@media screen and (max-width:768px){
.index3 .cont .left .info{position: initial;width: auto;padding: 20px;}
.index3 .cont .left .info .t1{font-size: 25px;margin-bottom: 10px;}
.index3 .cont .left .info .btn{margin-top: 20px;}
.index3 .cont .right .info .t1{font-size: 22px;}
}
@media screen and (max-width:580px){
.index3{padding-bottom: 30px;}
.index3 .cont .left .info{padding: 18px;}
.index3 .cont .left .info .text{font-size: 14px;line-height: 24px;}
.index3 .cont .left .info .btn{margin-top: 15px;}
.index3 .cont .left .info .btn p{font-size: 15px;}
.index3 .cont .left .info .btn img{margin-left: 4px;}
.index3 .cont .right{flex-wrap: wrap;margin-top: 20px;}
.index3 .cont .right .info{width: 100%;padding: 18px;}
.index3 .cont .right .info .t1{font-size: 25px;margin-bottom: 15px;}
.index3 .cont .right .info .item h3{font-size: 24px;}
.index3 .cont .right .info .item p{font-size: 14px;line-height: 24px;}
.index3 .cont .right .info .item img{width: 22px;}
}


/* index4 */
.index4{position: relative;}
.index4 .bg img{width: 100%;}
.index4 .cont{position: absolute;top: 10%;right: 0;width: 100%;}
.index4 .cont .t1{color:#fff;font-size:65px;text-align: right;}
.index4 .cont .t2{display:grid;justify-content:flex-end;text-align:end;margin-top: 5px;}
.index4 .cont .t2 span{font-size:26px;color:#fff}
@media screen and (max-width:1440px){
.index4 .cont .t1{font-size: 55px;}
}
@media screen and (max-width:1280px){
.index4 .cont .t1{font-size:50px;}
.index4 .cont .t2 span{font-size: 24px;}
}
@media screen and (max-width:1080px){
.index4 .cont .t1{font-size:45px;}
.index4 .cont .t2 span{font-size: 22px;}
}
@media screen and (max-width:768px){
.index4 .cont .t1{font-size:40px;}
.index4 .cont .t2 span{font-size: 20px;}
}
@media screen and (max-width:520px){
.index4 .cont{top: 20%;}
.index4 .cont .t1{font-size:30px;}
.index4 .cont .t2 span{font-size:18px;}
}

/* index5 */
.index5{position: relative;overflow: hidden;}
.index5 .bg img{width: 100%;}
.index5 .link{position: absolute;left: 0;top: 0;z-index: 1;border: 20px solid #E58F01;width:calc(100% - 40px);height: calc(100% - 40px);}
.index5 .cont{position:absolute;top:50%;transform:translate(-50% ,-50%);left:50%;z-index:9}
.index5 .cont .t1{color:#fff;font-size:80px;text-align:center;line-height:1.1}
.index5 .cont .btn{font-size:16px;background:#fff;width:max-content;padding:0 15px;line-height:38px;border-radius:4px;margin:0 auto;margin-top:30px;font-family:GILROY-REGULAR;font-weight:700;transition: 0.3s;}
.index5 .cont .btn:hover{border-radius: 20px;}
@media screen and (max-width:1440px){
.index5 .cont .t1{font-size: 68px;}
}
@media screen and (max-width:1280px){
.index5 .cont .t1{font-size: 58px;}
.index5 .link{border: 10px solid #E58F01;width:calc(100% - 20px);height: calc(100% - 20px);}
}
@media screen and (max-width:1080px){
.index5 .cont .t1{font-size:45px;}
}
@media screen and (max-width:768px){
.index5 .cont{width: max-content;}
.index5 .cont .t1{font-size:40px;}
.index5 .cont .btn{font-size: 15px;margin-top: 20px;padding: 0 12px;}
.index5 .bg{height: 288px;}
.index5 .bg img{height: 100%;object-fit: cover;}
}
@media screen and (max-width:520px){
.index5 .cont .t1{font-size: 30px;}
.index5 .cont .btn{font-size: 14px;margin-top: 20px;padding: 0 10px;line-height: 34px;}
.index5 .bg{height: 228px;}
}



/* index6 */
.index6{padding: 100px 0;}
.index6 .in_tit .title{text-align:center;color:#333}
.index6 .item{cursor:pointer}
.index6 .item .icon{text-align:center;margin:30px 0}
.index6 .item .text{font-family:GILROY-REGULAR;font-size:17px;text-align:center;line-height:28px}
.index6 .item .name{font-size:20px;color:#333;text-align:center;margin:60px 0 50px;}
.index6 .bottom{display:flex;align-items:center;background:#fffcf8;width:max-content;margin:0 auto;padding:10px}
.index6 .bottom .swiper-button-next,.index6 .bottom .swiper-button-prev{position:initial;height:auto;width:auto;margin:0;opacity: 1;}
.index6 .bottom .swiper-button-next:after,.index6 .bottom .swiper-button-prev:after{font-size:18px;font-weight:700;color:#212121}
.index6 .bottom .swiper-pagination{position:initial;font-size:20px;width:auto;margin:0 20px;color: #212121;}
.index6 .ul{display:flex;flex-wrap:wrap;justify-content:space-between;margin-top:80px}
.index6 .ul li{width:48.5%}
.index6 .ul li .img{overflow: hidden;}
.index6 .ul li .img img{width:100%;transition: all .3s linear;}
.index6 .ul li:hover .img img{transform: scale(1.06);}
.index6 .ul li .info .t1{font-family:GILROY-REGULAR;text-transform:uppercase;font-weight:700;font-size:22px;margin-top:30px}
.index6 .ul li .info .t2{font-family:GILROY-REGULAR;font-size:16px;margin-top:8px}
.index6 .ul li .info .btn{margin-top:20px;background:#1a1a1a;width: 168px;text-align: center;color:#fff;line-height:36px;border-radius:4px;font-size:16px;font-weight:700;font-family:GILROY-REGULAR;transition: 0.3s;}
.index6 .ul li .info .btn:hover{border-radius: 20px;}
@media screen and (max-width:1080px){
.index6{padding: 60px 0;}
.index6 .item .icon{margin: 20px 0;}
.index6 .item .icon img{width: 128px;}
.index6 .item .name{margin: 40px 0;}
.index6 .ul{margin-top: 50px;}
.index6 .ul li .info .t1{font-size: 20px;margin-top: 20px;}
}
@media screen and (max-width:768px){
.index6 .item .name{margin: 30px 0;}
.index6 .item .text{font-size: 16px;line-height: 26px;}
.index6 .ul{margin-top: 40px;}
.index6 .ul li .info .t1{font-size: 18px;}
.index6 .ul li .info .btn{font-size: 15px;width: 150px;}
}
@media screen and (max-width:520px){
.index6{padding: 30px 0;}
.index6 .item .icon{margin: 10px 0;}
.index6 .item .icon img{width: 108px;}
.index6 .item .text{font-size: 14px;line-height: 24px;}
.index6 .item .name{font-size: 18px;margin: 15px 0;}
.index6 .bottom .swiper-pagination{font-size: 18px;}
.index6 .bottom .swiper-button-next:after, .index6 .bottom .swiper-button-prev:after{font-size: 16px;}
.index6 .ul{margin-top: 20px;}
.index6 .ul li .info .t1{font-size: 16px;height: 40px;margin-top: 15px;}
.index6 .ul li .info .t2{font-size: 14px;height: 50px;margin-top: 6px;}
.index6 .ul li .info .btn{font-size: 14px;width: 145px;margin-top: 15px;}
}


/* index7 */
.index7{padding: 90px 0;background-image: url(../images/in7_bg.jpg);background-attachment: fixed;background-size: cover;}
.index7 .cont{display:flex;justify-content:space-between;flex-wrap:wrap}
.index7 .cont .left{width:35%}
.index7 .cont .left .in_tit .title{color:#fff}
.index7 .cont .left .text{color:#fff;font-size: 17px;line-height:28px;font-family:GILROY-REGULAR;margin-top:15px;}
.index7 .cont .left .btn{color:#fff;font-family:GILROY-REGULAR;font-size: 17px;margin-top:30px;transition:.3s;}
.index7 .cont .right{width:60%}
.index7 .cont .right .item .info{background: #000000b3;padding: 25px;position: absolute;bottom: 0;left: 0;transition: all 0.3s;}
.index7 .cont .right .item .info .t1{color:#fff;font-size: 22px;letter-spacing:1px;}
.index7 .cont .right .item .info .t2{font-size:16px;color:#fff;font-family:GILROY-REGULAR;margin-top:15px;line-height: 26px;}
.index7 .cont .right .item .text{position: absolute;top: 3%;left: 3%;background-color: rgba(0,0,0,0.8);width: 94%;height: 94%;transform: rotateY(270deg);transition-duration: 0.36s;}
.index7 .cont .right .item .text .t1{color:#fff;font-size: 22px;letter-spacing:1px;padding: 0 30px;margin: 85px 0 20px;}
.index7 .cont .right .item .text .t2{font-size:16px;color:#fff;font-family:GILROY-REGULAR;line-height: 26px;padding: 0 30px;}
.index7 .cont .right .item .text hr{width:0;transition-property:all;transition-duration:.36s;transition-timing-function:cubic-bezier(.42,0,1,1);color: #fff;margin-left: 30px;margin-top: 20px;}
.index7 .cont .right .item:hover .text{opacity: 1;transform: rotateY(360deg);}
.index7 .cont .right .item:hover .text hr{width: 35%;}
.index7 .cont .right .item:hover .info{opacity: 0;}
.index7 .bottom{display:flex;align-items:center;justify-content: center;margin-top: 40px;}
.index7 .bottom .swiper-button-next,.index7 .bottom .swiper-button-prev{position:initial;margin: 0 18px;opacity: 1;width: 40px;height: 40px;background: #fff;border-radius: 50%;}
.index7 .bottom .swiper-button-next:after,.index7 .bottom .swiper-button-prev:after{font-size:18px;font-weight:700;color: #e58f01;}
.index7 .bottom .swiper-button-next:hover,.index7 .bottom .swiper-button-prev:hover{background: #E58F01;}
.index7 .bottom .swiper-button-next:hover:after,.index7 .bottom .swiper-button-prev:hover:after{color: #fff;}
@media screen and (max-width:1280px){
.index7 .cont .right .item .info{padding: 20px;}
.index7 .cont .right .item .info .t1{font-size: 20px;}
.index7 .cont .right .item .info .t2{font-size: 15px;margin-top: 10px;}
}
@media screen and (max-width:1080px){
.index7{padding: 60px 0;}
.index7 .cont .left .text{font-size: 16px;margin-top: 10px;line-height: 26px;}
.index7 .cont .right .item .info{padding: 15px;}
.index7 .cont .right .item .info .t2{line-height: 24px;}
.index7 .cont .right .item .text .t1{font-size: 20px;padding: 0 20px;margin: 25px 0 20px;}
.index7 .cont .right .item .text .t2{padding: 0 20px;}
.index7 .cont .right .item .text hr{margin-left: 20px;}
}
@media screen and (max-width:890px){
.index7 .cont .left{width: 100%;margin-bottom: 30px;}
.index7 .cont .left .btn{font-size: 16px;margin-top: 20px;}
.index7 .cont .right{width: 100%;}
.index7 .bottom .swiper-button-next, .index7 .bottom .swiper-button-prev{width: 36px;height: 36px;}
.index7 .bottom .swiper-button-next:after, .index7 .bottom .swiper-button-prev:after{font-size: 16px;}
}
@media screen and (max-width:520px){
.index7{padding: 35px 0;}
.index7 .cont .left{width: 100%;margin-bottom: 20px;}
.index7 .cont .left .text{font-size: 14px;margin-top: 8px;line-height: 22px;}
.index7 .cont .left .btn{font-size: 14px;margin-top: 10px;}
.index7 .cont .right{width: 100%;}
.index7 .cont .right .item .info{padding: 12px;}
.index7 .cont .right .item .info .t1{font-size: 18px;}
.index7 .cont .right .item .info .t2{font-size: 14px;margin-top: 6px;}
.index7 .cont .right .item .text .t1{margin: 45px 0 15px;}
.index7 .cont .right .item .text .t2{font-size: 14px;line-height: 24px;}
.index7 .cont .right .item:hover .text hr{width: 25%;}
.index7 .bottom{margin-top: 25px;}
.index7 .bottom .swiper-button-next, .index7 .bottom .swiper-button-prev{width: 32px;height: 32px;margin: 0 15px;}
.index7 .bottom .swiper-button-next:after, .index7 .bottom .swiper-button-prev:after{font-size: 14px;}
}


/* index8 */
.index8{padding: 90px 0;}
.index8 .in_tit .title{color:#333;margin-bottom: 60px;text-align: center;}
.index8 .item .img{overflow:hidden}
.index8 .item .img img{width:100%;transition:all .3s}
.index8 .item:hover .img img{transform:scale(1.06)}
.index8 .item .info .t1{font-family:GILROY-REGULAR;font-size:22px;color:#e58f01;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;line-height:28px;margin:25px 0 15px}
.index8 .item .info .date{font-family:GILROY-REGULAR;font-size:16px}
@media screen and (max-width:1080px){
.index8{padding: 60px 0;}
.index8 .in_tit .title{margin-bottom: 40px;}
.index8 .item .info .t1{font-size: 20px;margin: 20px 0 15px;}
.index8 .in8{padding-bottom: 60px;}
.index8 .swiper-pagination{bottom: 0;}
.index8 .swiper-pagination-bullet{width: 12px;height: 12px;margin: 0 8px !important;}
.index8 .swiper-pagination-bullet-active{background: #e58f01;}
}
@media screen and (max-width:768px){
.index8 .item .info .t1{margin: 15px 0;line-height: 26px;}
}
@media screen and (max-width:520px){
.index8{padding: 30px 0;}
.index8 .in_tit .title{margin-bottom: 20px;}
.index8 .item .info .t1{font-size: 16px;margin: 10px 0;line-height: 22px;}
.index8 .item .info .date{font-size: 13px;}
.index8 .in8{padding-bottom: 40px;}
.index8 .swiper-pagination-bullet{width: 10px;height: 10px;margin: 0 6px !important;}
}