@charset "utf-8";
/* ----------------------------------------------
 * Generated by Animista on 2024-11-12 13:26:2
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info.
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation slide-top
 * ----------------------------------------
 */
@-webkit-keyframes slide-top {
    0% {
        opacity: 0;
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}
@keyframes slide-top {
    0% {
        opacity: 0;
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}




main{}
main .main-hgroup{position: relative;}
main .main-hgroup em{display: block; font-size: 20px;font-weight: bold;color: #0943a7;}
main .main-hgroup h2{font-size: 54px;font-weight: bold;color: #000;}
main .section01{position: relative;}
main .section01 .swiper-slide{position: relative;}
main .section01 .swiper-slide img{display: block;width:100%;}
main .section01 .swiper-slide .txt-box{position: absolute;top:55%;left:50%;transform: translate(-50%, -50%);width:100%;max-width: 1600px;}
main .section01 .swiper-slide .txt-box h2{font-size: 84px;font-weight: 900;line-height: 1.14;color: #fff;}
main .section01 .swiper-slide .txt-box p{margin-top: 70px;font-size: 20px;font-weight: 500;line-height: 1.8;color: #fff;}
main .section01 .swiper-slide.swiper-slide-active .txt-box h2{-webkit-animation: slide-top 0.5s ease-in-out both;animation: slide-top 0.5s ease-in-out  both;}
main .section01 .swiper-slide.swiper-slide-active .txt-box p{-webkit-animation: slide-top 0.5s ease-in-out both;animation: slide-top 0.5s ease-in-out 0.3s both;}
main .section01 .control-box{position: absolute;bottom:60px;left:50%;transform: translateX(-50%);width:100%;max-width:1600px;display: flex;justify-content: flex-end;gap:20px;align-items: center;z-index: 10;}
main .section01 .control-box .swiper-pagination{position: relative;width:auto;top:initial;left:initial;right:initial;bottom:initial;font-size: 20px;font-weight: normal;color: #fff;}
main .section01 .control-box .swiper-pagination .swiper-pagination-current{font-weight: bold;}
main .section01 .control-box .swiper-pagination2{position: relative;top:initial;left:initial;right:initial;bottom:initial;width:100%;max-width: 200px;height:2px;background:rgba(255,255,255,0.5);}
main .section01 .control-box .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background: #0943a7;}
main .section01 .control-box .btn{display: flex;align-items: center;gap:5px;}
main .section01 .control-box .btn .swiper-btn{display: inline-block;position: relative;top:initial;left:initial;right:initial;bottom:initial;width:20px;height:20px;margin:0;}
main .section01 .control-box .btn .swiper-btn:after{display: none;}
main .section01 .control-box .btn .swiper-button-prev{background: url(/_public/images2/main/target_left.svg) no-repeat;background-size: cover;}
main .section01 .control-box .btn .swiper-button-next{background: url(/_public/images2/main/target_right.svg) no-repeat;background-size: cover;}
main .section01 .control-box .btn .swiper-play{position:relative;display:none;width:20px;height:20px;background: url(/_public/images2/main/target_play.svg) no-repeat;background-size: cover;}
main .section01 .control-box .btn .swiper-stop{position:relative;display:none;width:20px;height:20px;background: url(/_public/images2/main/target_pause.svg) no-repeat;background-size: cover;}
main .section01 .control-box .btn .swiper-play.on{display: block;}
main .section01 .control-box .btn .swiper-stop.on{display: block;}

main .section02{padding:160px 0 90px;}
main .section02 .box{display: flex;margin-top: 60px;align-items: flex-start;justify-content: space-between;}
main .section02 .box .txt-box{}
main .section02 .box .txt-box h3{font-size: 42px;font-weight: 800;letter-spacing: normal;color: #76c5d8;}
main .section02 .box .txt-box h4{margin-top: 30px;font-size: 24px;font-weight: bold;color: #202020;}
main .section02 .box .txt-box p{margin-top: 15px;font-size: 18px;font-weight: normal;line-height: 1.56;color: #202020;}
main .section02 .box .txt-box a{margin-top: 70px;display: flex;align-items: center;justify-content: space-between;width:289px;height:50px;border-radius: 25px;border: solid 1px #0943a7;background-color: #fff;font-size: 17px;font-weight: normal;color: #0943a7;padding:0 30px;transition: all 0.4s;}
main .section02 .box .txt-box a:after{content: "";display: block;width:20px;height:20px;background: url(/_public/images2/main/view_blue.svg) no-repeat;background-size: cover;transition: all 0.4s;}
main .section02 .box .txt-box a:hover{background: #0943a7;color:#fff;}
main .section02 .box .txt-box a:hover:after{background: url(/_public/images2/main/view_white.svg) no-repeat;background-size: cover;}
main .section02 .box ul{display: flex;gap:10px;width:100%;max-width: 920px;}
main .section02 .box ul li{flex:1;}
main .section02 .box ul li img{display: block;width:100%;border-radius:5px;}

main .section03{padding:90px 0;}
main .section03 ul{display: flex;gap:20px;margin-top: 60px;}
main .section03 ul li{position: relative;flex:1;border-radius: 5px;overflow: hidden;}
main .section03 ul li:before{content: "";display: block;position: absolute;top:0;left:0;width:100%;height:100%;background: rgba(0,0,0,0.56);transition: all 0.4s;opacity: 0;z-index: 1;}
main .section03 ul li img{display: block;width:100%;transition: all 0.4s;}
main .section03 ul li .txt{position: absolute;top:0;left:0;width:100%;height:100%;padding:120px 60px 0;z-index: 10;}
main .section03 ul li .txt h3{font-size: 42px;font-weight: bold;color: #fff;}
main .section03 ul li .txt p{margin-top: 10px;font-size: 18px;font-weight: 500;color: #ccc;}
main .section03 ul li .txt span{position: relative;display:inline-block;margin-top: 60px;font-size: 18px;font-weight: normal;color: #fff;padding-right: 50px;}
main .section03 ul li .txt span:after{content: "";position: absolute;top:-8px;right:0;width:40px;height:40px;background: url(/_public/images2/main/view2.svg) no-repeat;background-size: cover;}
main .section03 ul li:hover:before{opacity: 1;}
main .section03 ul li:hover img{transform: scale(1.1);}

main .section04{padding:90px 0 160px;}
main .section04 .box{position:relative;margin-top: 60px;}
main .section04 .box .slide-box{position:relative;}
main .section04 .box .swiper-tab{position: absolute;top:0;left:0;z-index: 10;width:460px;}
main .section04 .box .swiper-tab .swiper-pagination-bullet{display: flex;width:100%;height:80px;  border-radius: 5px;box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, 0.16);background: #fff;opacity: 1;gap:20px;align-items: center;font-size: 22px;font-weight: 500;color: #202020;padding:0 30px;margin:0;}
main .section04 .box .swiper-tab .swiper-pagination-bullet + .swiper-pagination-bullet{margin-top: 10px;}
main .section04 .box .swiper-tab .swiper-pagination-bullet i{display: inline-block;width:40px;height:40px;}
main .section04 .box .swiper-tab .swiper-pagination-bullet:nth-child(1) i{background: url(/_public/images2/main/production_icon01.svg) no-repeat;background-size: cover;}
main .section04 .box .swiper-tab .swiper-pagination-bullet:nth-child(2) i{background: url(/_public/images2/main/production_icon02.svg) no-repeat;background-size: cover;}
main .section04 .box .swiper-tab .swiper-pagination-bullet:nth-child(3) i{background: url(/_public/images2/main/production_icon03.svg) no-repeat;background-size: cover;}
main .section04 .box .swiper-tab .swiper-pagination-bullet:nth-child(4) i{background: url(/_public/images2/main/production_icon04.svg) no-repeat;background-size: cover;}
main .section04 .box .swiper-tab .swiper-pagination-bullet.on{background: #0943a7;color:#fff;}
main .section04 .box .swiper-tab .swiper-pagination-bullet:nth-child(1).on i{background: url(/_public/images2/main/production_icon01_on.svg) no-repeat;background-size: cover;}
main .section04 .box .swiper-tab .swiper-pagination-bullet:nth-child(2).on i{background: url(/_public/images2/main/production_icon02_on.svg) no-repeat;background-size: cover;}
main .section04 .box .swiper-tab .swiper-pagination-bullet:nth-child(3).on i{background: url(/_public/images2/main/production_icon03_on.svg) no-repeat;background-size: cover;}
main .section04 .box .swiper-tab .swiper-pagination-bullet:nth-child(4).on i{background: url(/_public/images2/main/production_icon04_on.svg) no-repeat;background-size: cover;}
main .section04 .box .swiper-slide{opacity: 0 !important;transition: all 0.2s;}
main .section04 .box .swiper-slide .inner{position: relative;display: flex;gap:60px;}
main .section04 .box .swiper-slide .txt-box{width:460px;display: flex;flex-direction:column;justify-content: flex-end;/*padding-bottom: 60px;*/}
main .section04 .box .swiper-slide .txt-box h3{font-size: 36px;font-weight: bold;color: #202020;margin-bottom:30px;}
main .section04 .box .swiper-slide .txt-box p{font-size: 17px;font-weight: normal;line-height: 1.47;color: #000;}
main .section04 .box .swiper-slide .img{position: relative;width:calc(100% - 500px);max-width:1080px;max-height: 640px;}
main .section04 .box .swiper-slide .img .inbox{position: absolute;z-index: 10;}
main .section04 .box .swiper-slide .img .inbox:before{content: "";position: absolute;}
main .section04 .box .swiper-slide .img .inbox:after{content: "";position: absolute;width:10px;height:10px;border:3px solid #fff;background: #0943a7;border-radius: 100%;right:-5px;}
main .section04 .box .swiper-slide .img .inbox .intxt{width:180px;padding: 20px;border-radius: 5px;box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.23);border: solid 2px #0943a7;background-color: #fff;}
main .section04 .box .swiper-slide .img .inbox .intxt strong{display:block;width:100%;border-bottom:1px solid #ccc;font-size: 20px;font-weight: bold;line-height: 1.25;color: #0943a7;padding-bottom: 5px;}
main .section04 .box .swiper-slide .img .inbox .intxt span{display: block;margin-top:15px; font-size: 17px;font-weight: 500;line-height: 1.47;color: #3a3a3a;word-break: auto-phrase;}
main .section04 .box .item01 .lo1{left:40.74%;top:11.87%;width:33.33%;height:21.71%;}
main .section04 .box .item01 .lo1:before{right:0;top:50%;transform:translateY(-50%);width:calc(100% - 180px);height:1px;background: #808b95;}
main .section04 .box .item01 .lo1:after{top:50%;transform:translateY(-50%);}
main .section04 .box .item01 .lo2{left:3.7%;top:33.59%;width:33.51%;height:21.71%;}
main .section04 .box .item01 .lo2:before{right:0;top:50%;transform:translateY(-50%);width:calc(100% - 180px);height:1px;background: #808b95;}
main .section04 .box .item01 .lo2:after{top:50%;transform:translateY(-50%);}
main .section04 .box .item01 .lo3{left:36.2%;top:68.43%;width:32.87%;height:26.09%;}
main .section04 .box .item01 .lo3:before{width:calc(100% - 90px);height:45px;border-left:1px solid #808b95;border-bottom:1px solid #808b95;right:0;bottom:6px;}
main .section04 .box .item01 .lo3:after{bottom:0;}


main .section04 .box .item02 .lo1 {left:4.81%;top:15.15%;width:41.01%;height:17.81%;}
main .section04 .box .item02 .lo1:before {right:0;top:50%;transform:translateY(-50%);width:calc(100% - 180px);height:1px;background: #808b95;}
main .section04 .box .item02 .lo1:after {top:50%;transform:translateY(-50%);right: 0;}
main .section04 .box .item02 .lo2 {left:14.53%;top:45.62%;width:33.51%;height:21.71%;}
main .section04 .box .item02 .lo2:before {right:0;top:50%;transform:translateY(-50%);width:calc(100% - 180px);height:1px;background: #808b95;}
main .section04 .box .item02 .lo2:after {top:50%;transform:translateY(-50%);right: 0;}
main .section04 .box .item02 .lo3 {left:27.87%;top:70%;width:35.37%;height:17.81%;}
main .section04 .box .item02 .lo3:before {right:0;top:50%;transform:translateY(-50%);width:calc(100% - 180px);height:1px;background: #808b95;}
main .section04 .box .item02 .lo3:after {top:50%;transform:translateY(-50%);right:0;}


main .section04 .box .item03 .lo1 {left:30.09%;top:10.93%;width:30.09%;height:17.81%;display: flex;justify-content: flex-end;}
main .section04 .box .item03 .lo1:before {left:0;top:50%;transform:translateY(-50%);width:calc(100% - 180px);height:1px;background: #808b95;}
main .section04 .box .item03 .lo1:after {top:50%;transform:translateY(-50%);left:0;}
main .section04 .box .item03 .lo2 {left:28.79%;top:72.03%;width:30.74%;height:21.71%;}
main .section04 .box .item03 .lo2:before {right:0;top:0;width:calc(100% - 180px);height:50%;border-right:1px solid #808b95;border-bottom:1px solid #808b95;}
main .section04 .box .item03 .lo2:after {right:0;top:0;}
main .section04 .box .item03 .lo3 {left:79.16%;top:10.62%;width:16.66%;height:39.68%;}
main .section04 .box .item03 .lo3:before {left:0;bottom:0;width:50%;height:calc(100% - 115px);border-right:1px solid #808b95;border-bottom:1px solid #808b95;}
main .section04 .box .item03 .lo3:after {left:0;bottom:-7px;}


main .section04 .box .item04 .lo1 {left:18.24%;top:8.75%;width:44.25%;height:17.81%;display: flex;justify-content: flex-end;}
main .section04 .box .item04 .lo1:before {left:0;top:50%;transform:translateY(-50%);width:calc(100% - 180px);height:1px;background: #808b95;}
main .section04 .box .item04 .lo1:after {top:50%;transform:translateY(-50%);left:0}
main .section04 .box .item04 .lo2 {left:26.57%;top:58.59%;width:30.74%;height:17.81%;}
main .section04 .box .item04 .lo2:before {right:0;top:50%;transform:translateY(-50%);width:calc(100% - 180px);height:1px;background: #808b95;}
main .section04 .box .item04 .lo2:after {top:50%;transform:translateY(-50%);right:0;}

main .section04 .box .swiper-slide.on{opacity: 1 !important;}
main .section04 .box .item01.on .lo1 .intxt{-webkit-animation: slide-top 0.5s ease-in-out both;animation: slide-top 0.5s ease-in-out  both;}
main .section04 .box .item01.on .lo2 .intxt{-webkit-animation: slide-top 0.5s ease-in-out both;animation: slide-top 0.5s ease-in-out 0.5s both;}
main .section04 .box .item01.on .lo3 .intxt{-webkit-animation: slide-top 0.5s ease-in-out both;animation: slide-top 0.5s ease-in-out 1s both;}
main .section04 .box .item02.on .lo1 .intxt{-webkit-animation: slide-top 0.5s ease-in-out both;animation: slide-top 0.5s ease-in-out  both;}
main .section04 .box .item02.on .lo2 .intxt{-webkit-animation: slide-top 0.5s ease-in-out both;animation: slide-top 0.5s ease-in-out 0.5s both;}
main .section04 .box .item02.on .lo3 .intxt{-webkit-animation: slide-top 0.5s ease-in-out both;animation: slide-top 0.5s ease-in-out 1s both;}
main .section04 .box .item03.on .lo1 .intxt{-webkit-animation: slide-top 0.5s ease-in-out both;animation: slide-top 0.5s ease-in-out  both;}
main .section04 .box .item03.on .lo2 .intxt{-webkit-animation: slide-top 0.5s ease-in-out both;animation: slide-top 0.5s ease-in-out 0.5s both;}
main .section04 .box .item03.on .lo3 .intxt{-webkit-animation: slide-top 0.5s ease-in-out both;animation: slide-top 0.5s ease-in-out 1s both;}
main .section04 .box .item04.on .lo1 .intxt{-webkit-animation: slide-top 0.5s ease-in-out both;animation: slide-top 0.5s ease-in-out  both;}
main .section04 .box .item04.on .lo2 .intxt{-webkit-animation: slide-top 0.5s ease-in-out both;animation: slide-top 0.5s ease-in-out 0.5s both;}

main .section05{background: #f8f8f9;padding:160px 0;}
main .section05 .layout{display: flex;justify-content: space-between;}
main .section05 .layout .left{}
main .section05 .layout .left h3{margin-top: 50px;font-size: 24px;font-weight: bold;line-height: 1.17;color: #202020;}
main .section05 .layout .left p{margin-top: 20px;font-size: 18px;font-weight: normal;line-height: 1.56;color: #202020;}
main .section05 .layout .left a{margin-top: 70px;display: flex;align-items: center;justify-content: space-between;width:289px;height:50px;border-radius: 25px;border: solid 1px #0943a7;background-color: #fff;font-size: 17px;font-weight: normal;color: #0943a7;padding:0 30px;transition: all 0.4s;}
main .section05 .layout .left a:after{content: "";display: block;width:20px;height:20px;background: url(/_public/images2/main/view_blue.svg) no-repeat;background-size: cover;transition: all 0.4s;}
main .section05 .layout .left a:hover{background: #0943a7;color:#fff;}
main .section05 .layout .left a:hover:after{background: url(/_public/images2/main/view_white.svg) no-repeat;background-size: cover;}
main .section05 .layout .right{width:100%;max-width: 920px;}
main .section05 .layout .right .symbol{display: flex;justify-content: flex-end;gap:10px;}
main .section05 .layout .right .symbol span{display: inline-block;}
main .section05 .layout .right .symbol span img{display:block;}
main .section05 .layout .right ul{margin-top: 100px;display: flex;gap:20px;}
main .section05 .layout .right ul li{position: relative;top:0;left:0;flex:1;transition: all 0.4s;height:243px;}
main .section05 .layout .right ul li a{position: relative;display: block;width:100%;height:100%;text-align: center;overflow: hidden;  border-radius: 5px;border: solid 1px #dedede;background-color: #fff;padding: 60px 0 60px;transition: all 0.4s;}
main .section05 .layout .right ul li a:after{content: "";position: absolute;left:50%;transform: translateX(-50%);bottom:25px;width: 40px;height: 40px;background: url(/_public/images2/main/view2.svg) no-repeat;background-size: cover;transition: all 0.4s;opacity: 0;}
main .section05 .layout .right ul li a i{display: inline-block;width:50px;height:50px;}
main .section05 .layout .right ul li a h3{margin-top:10px;font-size: 20px;font-weight: bold;text-align: center;color: #202020;}
main .section05 .layout .right ul li a span{display: inline-block;margin-top: 5px; font-size: 16px;font-weight: 500;text-align: center;color: #808b95;}
main .section05 .layout .right ul li a span br{display: none;}
main .section05 .layout .right ul li:nth-child(1) a i{background: url(/_public/images2/main/cert_icon01.svg) no-repeat;background-size: cover;}
main .section05 .layout .right ul li:nth-child(2) a i{background: url(/_public/images2/main/cert_icon02.svg) no-repeat;background-size: cover;}
main .section05 .layout .right ul li:nth-child(3) a i{background: url(/_public/images2/main/cert_icon03.svg) no-repeat;background-size: cover;}
main .section05 .layout .right ul li:nth-child(4) a i{background: url(/_public/images2/main/cert_icon04.svg) no-repeat;background-size: cover;}
main .section05 .layout .right ul li:hover{top:-10px;left:-10px;}
main .section05 .layout .right ul li:hover a{background: #76c5d8;border-color:#dedede;padding:30px 0;}
main .section05 .layout .right ul li:hover a h3{color:#fff;}
main .section05 .layout .right ul li:hover a span{color:#fff;}
main .section05 .layout .right ul li a:after{opacity: 1;}
main .section05 .layout .right ul li:nth-child(1):hover a i{background: url(/_public/images2/main/cert_icon01_on.svg) no-repeat;background-size: cover;}
main .section05 .layout .right ul li:nth-child(2):hover a i{background: url(/_public/images2/main/cert_icon02_on.svg) no-repeat;background-size: cover;}
main .section05 .layout .right ul li:nth-child(3):hover a i{background: url(/_public/images2/main/cert_icon03_on.svg) no-repeat;background-size: cover;}
main .section05 .layout .right ul li:nth-child(4):hover a i{background: url(/_public/images2/main/cert_icon04_on.svg) no-repeat;background-size: cover;}

main .section06{padding:180px 0 120px;}
main .section06 em{display: block;text-align: center; font-size: 28px;font-weight: 600;letter-spacing: normal;color: #808b95;}
main .section06 h2{text-align: center;margin-top: 20px; font-size: 42px;font-weight: 600;line-height: 1.38;letter-spacing: -1.05px;color: #202020;}
main .section06 .slide-box{margin-top:120px;}
main .section06 .swiper-wrapper {transition-timing-function: linear;}
main .section06 .swiper-slide{width:240px;margin: 0 50px;}
main .section06 .swiper-slide img{display: block;width:100%;}

main .section07{padding:140px 0 160px;}
main .section07 .box{display: flex;margin-top: 60px;}
main .section07 .box > div{flex:1;width:100%;max-width: 50%;}
main .section07 .box .left{}
main .section07 .box .left a{position:relative;display: block;background: #0943a7;padding:70px;transition: all 0.4s;height:100%;}
main .section07 .box .left a:before{content: "";position: absolute;top:70px;right:70px;display:block;width:40px;height:40px;background: url(/_public/images2/main/view2.svg) no-repeat;background-size: cover;transition: all 0.4s;}
main .section07 .box .left a h3{font-size: 28px;font-weight: 600;color: #fff;}
main .section07 .box .left a .info-box{display: flex;margin-top: 50px;justify-content: space-between;}
main .section07 .box .left a .info-box dl{}
main .section07 .box .left a .info-box dl dt{width:57px; font-size: 18px;font-weight: 600;color: #bfd7ff;}
main .section07 .box .left a .info-box dl dd{padding:0 0 10px 57px; font-size: 18px;font-weight: 500;color: #fff;}
main .section07 .box .left a .info-box .center{border-left:1px solid #6d90ce;padding: 0 50px;}
main .section07 .box .left a .info-box .center h4{font-size: 16px;font-weight: 500;color: #bfd7ff;}
main .section07 .box .left a .info-box .center ul{margin-top: 10px;}
main .section07 .box .left a .info-box .center ul li{font-size: 16px;font-weight: 300;color: #fff;}
main .section07 .box .left a .info-box .center ul li em{display: inline-block;color:#bfd7ff;}
main .section07 .box .left a .info-box .center ul li + li{margin-top: 5px;}
main .section07 .box .right{}
main .section07 .box .right ul{display: flex;flex-wrap: wrap;height:100%;position: relative;border:1px solid #ccc;}
main .section07 .box .right ul li{width:50%;background: #fff;transition: all 0.4s;height:50%;}
main .section07 .box .right ul li:nth-child(3),
main .section07 .box .right ul li:nth-child(4){border-top:1px solid #ccc;}
main .section07 .box .right ul li:nth-child(even){border-left:1px solid #ccc;}
main .section07 .box .right ul li a{position:relative;display: block;padding:38px 40px;transition: all 0.4s;}
main .section07 .box .right ul li a:before{content: "";position: absolute;top:40px;right:40px;background: url(/_public/images2/main/view3.svg) no-repeat;background-size: cover;display: block;width:40px;height:40px;transition: all 0.4s;}
main .section07 .box .right ul li a h3{font-size: 22px;font-weight: 600;color: #202020;}
main .section07 .box .right ul li a dl{margin-top: 20px;}
main .section07 .box .right ul li a dl dt{width:43px; font-size: 15px;font-weight: 500;color: #808b95;}
main .section07 .box .right ul li a dl dd{padding:0 }
main .section07 .box .left:hover a{background: #76c5d8;}
main .section07 .box .left:hover a .info-box dl dt{color:#fff;}
main .section07 .box .left:hover a .info-box .center{border-color: #6d90ce;}
main .section07 .box .left:hover a .info-box .center h4{color:#fff;}
main .section07 .box .left:hover a .info-box .center ul li em{color:#fff;}
main .section07 .box .right ul li:hover a{background: #76c5d8;}
main .section07 .box .right ul li:hover a h3{color:#fff;}
main .section07 .box .right ul li:hover a dl dt{color:#fff;}
main .section07 .box .right ul li:hover a dl dd{color:#fff;}
main .section07 .box .right ul li:hover a:before{background: url(/_public/images2/main/view2.svg) no-repeat;background-size: cover;}

@media all and (max-width:1600px) {
    main .section01 .swiper-slide .txt-box{padding:0 20px;}
    main .section01 .swiper-slide .txt-box h2{font-size:74px;}
    main .section02{padding:160px 20px 90px;}
    main .section03{padding:90px 20px;}
    main .section04{padding:90px 20px 160px;}
    main .section04 .box .swiper-tab .swiper-pagination-bullet{font-size:20px;padding:0 20px;}
    main .section04 .box .swiper-slide .inner{gap:40px;}
    main .section05{padding:160px 20px;}
    main .section05 .layout{gap:20px;}
    main .section05 .layout .left{max-width:433px;}
    main .section05 .layout .left p br{display:none;}
    main .section07{padding:140px 20px 160px;}
}

@media all and (max-width:1460px) {
    main .section01 .swiper-slide .txt-box h2{font-size:64px;}
    main .section02 .box{gap:20px;}
    main .section03 ul li .txt{padding:100px 40px 0;}
    main .section03 ul li .txt h3{font-size:38px;}
    main .section04 .box .swiper-slide .txt-box{padding-bottom: 0;}
    main .section04 .box .swiper-slide .txt-box h3{font-size:34px;}
    main .section04 .box .swiper-slide .txt-box p{font-size:16px;}


    main .section07 .box .left a{padding:60px 50px;}
    main .section07 .box .left a h3{font-size:26px;}
    main .section07 .box .left a .info-box{flex-direction: column;gap:25px;}
    main .section07 .box .left a .info-box .center{padding: 25px 0 0;border-left:0;border-top:1px solid #6d90ce;}
}

@media all and (max-width:1280px) {
    main .main-hgroup em{font-size:18px;}
    main .main-hgroup h2{font-size:44px;}

    main .section01 .swiper-slide .txt-box h2{font-size:60px;}
    main .section01 .swiper-slide .txt-box p{font-size:18px;}
    main .section01 .control-box .swiper-pagination{font-size:18px;}
    main .section02{padding:120px 20px 80px;}
    main .section02 .box{flex-direction: column;align-items: flex-start;gap:40px;}
    main .section02 .box .txt-box{width:100%;}
    main .section02 .box .txt-box h3{font-size: 38px;}
    main .section02 .box .txt-box h4{font-size: 20px;}
    main .section02 .box .txt-box p{font-size:16px;}
    main .section02 .box .txt-box a{margin-top: 40px;}
    main .section02 .box ul{max-width:100%;}
    main .section03 ul li .txt{padding:80px 20px 0;}
    main .section03 ul li .txt h3{font-size:34px;}
    main .section03 ul li .txt p{font-size:16px;}
    main .section03 ul li .txt span{font-size: 16px;margin-top: 50px;}
    main .section04 .box{margin-top: 40px;}
    main .section04 .box .swiper-tab{position: relative;width:100%;margin-bottom: 40px;display: flex;gap:10px;}
    main .section04 .box .swiper-tab .swiper-pagination-bullet + .swiper-pagination-bullet{margin:0;}
    main .section04 .box .swiper-tab .swiper-pagination-bullet i{width:30px;height:30px;}
    main .section04 .box .swiper-tab .swiper-pagination-bullet{height:70px;gap:10px;font-size:16px;}
    main .section04 .box .swiper-slide .inner{flex-direction: column;}
    main .section04 .box .swiper-slide .txt-box{width:100%;}
    main .section04 .box .swiper-slide .txt-box h3{font-size:30px;}
    main .section04 .box .swiper-slide .img .inbox .intxt strong{font-size:18px;}
    main .section04 .box .swiper-slide .img .inbox .intxt span{font-size:15px;}
    main .section04 .box .swiper-slide .img{width:100%;max-width: 100%;max-height: 100%;}
    main .section04 .box .swiper-slide .img img{display: block;width:100%;}


    main .section05 .layout .left h3{font-size:22px;}
    main .section05 .layout .left p{font-size:16px;}
    main .section05 .layout .right ul{gap:10px;}
    main .section05 .layout .right ul li a h3{font-size:18px;}
    main .section05 .layout .right ul li a span{font-size:14px;}

    main .section06 em{font-size:24px;}
    main .section06 h2{font-size:38px;}
    main .section06 .slide-box{margin-top:80px;}
    main .section06 .swiper-slide{width:200px;}
    main .section07 .box .left a h3{font-size:24px;}
    main .section07 .box .left a:before{width:35px;height:35px;top:60px;right:50px;}
    main .section07 .box .left a .info-box dl dt{font-size:16px;}
    main .section07 .box .left a .info-box dl dd{font-size:16px;}
    main .section07 .box .left a .info-box .center h4{font-size:14px;}
    main .section07 .box .left a .info-box .center ul li{font-size:14px;}
    main .section07 .box .right ul li a h3{font-size:20px;}
    main .section07 .box .right ul li a{height:100%;}
    main .section07 .box .right ul li a:before{width:35px;height:35px;top:32px;}

}

@media all and (max-width:1024px) {
    main .main-hgroup em{font-size:16px;}
    main .main-hgroup h2{font-size:40px;}

    main .section01 .swiper-slide .txt-box{top:45%;}
    main .section01 .swiper-slide .txt-box h2{font-size:56px;}
    main .section01 .swiper-slide .txt-box p{font-size:16px;}
    main .section01 .control-box .swiper-pagination{font-size:16px;}
    main .section02{padding:80px 20px 60px;}
    main .section02 .box{margin-top: 50px;}
    main .section02 .box .txt-box h3{font-size: 34px;}
    main .section02 .box .txt-box h4{margin-top:30px;font-size: 18px;}
    main .section02 .box .txt-box p{font-size:14px;}
    main .section02 .box .txt-box a{margin-top: 30px;height:40px;font-size:14px;width:244px;}

    main .section03 ul li .txt{padding:60px 20px 0;}
    main .section03 ul li .txt h3{font-size:30px;}
    main .section03 ul li .txt p{font-size:14px;}
    main .section03 ul li .txt span{font-size: 14px;margin-top: 40px;}
    main .section04{padding:60px 20px 80px;}
    main .section04 .box .swiper-tab{flex-wrap: wrap;}
    main .section04 .box .swiper-tab .swiper-pagination-bullet{width:calc(50% - 5px);font-size:15px;padding:0 15px;height:55px;}
    main .section04 .box .swiper-tab .swiper-pagination-bullet i{width:25px;height:25px;}
    main .section04 .box .swiper-slide .txt-box h3{font-size: 28px;}
    main .section04 .box .swiper-slide .txt-box p{font-size:14px;}
    main .section04 .box .swiper-slide .img .inbox .intxt{padding:10px;}
    main .section04 .box .swiper-slide .img .inbox .intxt strong{font-size:16px;}
    main .section04 .box .swiper-slide .img .inbox .intxt span{font-size:13px;}
    main .section05{padding:80px 20px;}
    main .section05 .layout{flex-direction: column;gap:50px;}
    main .section05 .layout .left h3{font-size:20px;}
    main .section05 .layout .left p{margin-top:10px;font-size:14px;}
    main .section05 .layout .left a{margin-top: 30px; height:40px;font-size:14px;width:240px;}
    main .section05 .layout .right .symbol{justify-content: flex-start;flex-wrap: wrap;}
    main .section05 .layout .right .symbol span{width:40px;}
    main .section05 .layout .right ul{margin-top: 30px;}
    main .section05 .layout .right ul li{height:auto;}
    main .section05 .layout .right ul li a{padding:30px 10px;}
    main .section05 .layout .right ul li a h3{font-size:16px;}
    main .section05 .layout .right ul li a span br{display: inline;}
    main .section05 .layout .right ul li:hover{top:0;left:0;}
    main .section05 .layout .right ul li:hover a{background: #fff;border-color:#dedede;padding:30px 10px;}
    main .section05 .layout .right ul li:hover a h3{color:#202020;}
    main .section05 .layout .right ul li:hover a span{color:#808b95;}
    main .section05 .layout .right ul li a:after{display: none;}
    main .section05 .layout .right ul li:nth-child(1):hover a i{background: url(/_public/images2/main/cert_icon01.svg) no-repeat;background-size: cover;}
    main .section05 .layout .right ul li:nth-child(2):hover a i{background: url(/_public/images2/main/cert_icon02.svg) no-repeat;background-size: cover;}
    main .section05 .layout .right ul li:nth-child(3):hover a i{background: url(/_public/images2/main/cert_icon03.svg) no-repeat;background-size: cover;}
    main .section05 .layout .right ul li:nth-child(4):hover a i{background: url(/_public/images2/main/cert_icon04.svg) no-repeat;background-size: cover;}
    main .section06{padding:80px 0 60px;}
    main .section06 em{font-size:20px;}
    main .section06 h2{font-size:34px;}
    main .section06 .slide-box{margin-top:60px;}
    main .section06 .swiper-slide{width:184px;}
    main .section07{padding:60px 20px 80px;}
    main .section07 .box{margin-top:50px;flex-direction: column;}
    main .section07 .box > div{max-width:100%;}
    main .section07 .box .left a{padding:50px 40px;}
    main .section07 .box .left a h3{font-size:20px;}
    main .section07 .box .left a:before{width:25px;height:25px;top:50px;right:40px;}
    main .section07 .box .left a .info-box{margin-top:40px;}
    main .section07 .box .left a .info-box dl dt{font-size:14px;width:42px;}
    main .section07 .box .left a .info-box dl dd{font-size:14px;padding:0 0 10px 42px}
    main .section07 .box .left a .info-box .center h4{font-size:13px;}
    main .section07 .box .left a .info-box .center ul li{font-size:13px;}
    main .section07 .box .right ul li a h3{font-size:18px;}
    main .section07 .box .right ul li a{height:100%;padding:30px 40px;}
    main .section07 .box .right ul li a:before{width:25px;height:25px;top:30px;right:40px;}
    main .section07 .box .right ul li a dl dt{font-size:13px;width:38px;}
    main .section07 .box .right ul li a dl dd{font-size:13px;padding-left: 38px;}
}

@media all and (max-width:768px) {
    main .main-hgroup h2{font-size:36px;}

    main .section01 .swiper-slide .txt-box h2{font-size:50px;word-break:break-word;}
    main .section01 .swiper-slide .txt-box p{margin-top:60px;word-break: auto-phrase;}
    main .section01 .swiper-slide .txt-box p br{display: none;}
    main .section01 .control-box{justify-content: center;bottom:40px;padding:0 20px;}
    main .section01 .control-box .swiper-pagination2{max-width: calc(100% - 150px); }
    main .section02 .box ul{flex-direction: column;}
    main .section03 ul{flex-direction: column;margin-top:40px;}
    main .section03 ul li .txt{padding:40px;}
    main .section03 ul li .txt h3{font-size:28px;}
    main .section03 ul li .txt p{font-size:14px;margin-top: 5px;}
    main .section03 ul li .txt span{font-size: 14px;margin-top: 30px;padding-right: 33px;}
    main .section03 ul li .txt span:after{width:25px;height:25px;top:-4px;}

    main .section04 .box .swiper-tab .swiper-pagination-bullet{font-size:13px;}
    main .section04 .box .swiper-slide .txt-box h3 {margin-bottom:20px;}
    main .section04 .box .swiper-slide .txt-box p {word-break:keep-all;}
    main .section04 .box .swiper-slide .txt-box p br{display:none;}
    main .section04 .box .swiper-slide .img .inbox .intxt {width:auto;word-break:keep-all;}
    main .section04 .box .swiper-slide .img .inbox .intxt strong{font-size:13px;}
    main .section04 .box .swiper-slide .img .inbox .intxt span{font-size:12px;}
    main .section04 .box .item01 .img .inbox.lo1 .intxt{width:87px;}
    main .section04 .box .item01 .img .inbox.lo2 .intxt{width:87px;}
    main .section04 .box .item01 .img .inbox.lo3 .intxt{width:120px;}

    main .section04 .box .item02 .img .inbox.lo1 .intxt{width:95px;}
    main .section04 .box .item02 .img .inbox.lo2 .intxt{width:90px;}
    main .section04 .box .item02 .img .inbox.lo3 .intxt{width:90px;}

    main .section04 .box .item03 .img .inbox.lo1 .intxt{width:90px;}
    main .section04 .box .item03 .img .inbox.lo2 .intxt{width:90px;}
    main .section04 .box .item03 .img .inbox.lo3 .intxt{width:70px;}

    main .section04 .box .item04 .img .inbox.lo1 .intxt{width:112px;}
    main .section04 .box .item04 .img .inbox.lo2 .intxt{width:112px;}

    main .section04 .box .swiper-slide .img .inbox:after{width:8px;height:8px;}
    main .section04 .box .item01 .lo1{left:32.81%;top:3.12%;width:36.87%;height:28.43%;}
    main .section04 .box .item01 .lo1:before{top:70%;width:calc(100% - 87px);height:1px;}
    main .section04 .box .item01 .lo1:after{top:71%;transform:translateY(-50%);}
    main .section04 .box .item01 .lo2{left:3.12%;top:11.87%;width:27.18%;height:34.37%;}
    main .section04 .box .item01 .lo2:before{right: initial;left: 50%;transform: translateX(-50%);width: 1px;height: calc(100% - 68px);background: #808b95;}
    main .section04 .box .item01 .lo2:after{left: 50%;transform: translateX(-50%);top: initial;bottom: -5px;}
    main .section04 .box .item01 .lo3{left:3.12%;top:73.43%;width:51.87%;height:23.43%;}
    main .section04 .box .item01 .lo3:before{width:calc(100% - 120px);height:1px;background:#808b95;border:0;bottom:28px; }
    main .section04 .box .item01 .lo3:after{bottom:22px;}

    main .section04 .box .item02 .lo1{width:32.01%;height:20.81%;}
    main .section04 .box .item02 .lo1:before{width:calc(100% - 95px);}
    main .section04 .box .item02 .lo2{height: 25.71%;top:40.62%;left:0;}
    main .section04 .box .item02 .lo2:before{width:calc(100% - 90px);}
    main .section04 .box .item02 .lo3{top:65%;height: 25.81%;}
    main .section04 .box .item02 .lo3:before{width:calc(100% - 90px);}

    main .section04 .box .item03 .lo1{left: 41.09%;top: 0;width: 34.09%;height: 23.81%;}
    main .section04 .box .item03 .lo1:before{width:calc(100% - 90px);}
    main .section04 .box .item03 .lo2{left: 0.79%;top: 71.03%;width: 39.74%;height: 25.71%;}
    main .section04 .box .item03 .lo2:before{top:50%;transform:translateY(-50%);width:calc(100% - 90px);height:1px;border:0;background:#808b95; }
    main .section04 .box .item03 .lo2:after{top:50%;transform: translateY(-50%);right:0;}
    main .section04 .box .item03 .lo3{left: 72.16%;top: 35.62%;width: 18.66%;height: 30.68%;}
    main .section04 .box .item03 .lo3:before{    height: calc(100% - 79px);}

    main .section04 .box .item04 .lo1{left: 23.24%;top: 5.75%;width: 50.25%;height: 21.81%;}
    main .section04 .box .item04 .lo1:before{width:calc(100% - 112px);}
    main .section04 .box .item04 .lo2{left: 0.57%;top: 58.59%;width: 39.74%;height: 20.81%;}
    main .section04 .box .item04 .lo2:before{width:calc(100% - 112px);}


    main .section05 .layout .right ul{flex-wrap: wrap;}
    main .section05 .layout .right ul li{flex:initial;width:calc(50% - 5px);}

    main .section06 h2{font-size:24px;word-break: auto-phrase;padding:0 20px;}
    main .section06 h2 br{display: none;}

    main .section07 .box .right ul li{width:100%;}
    main .section07 .box .right ul li:nth-child(even){border-left:0;}
    main .section07 .box .right ul li + li{border-top:1px solid #ccc;}
}

@media all and (max-width:460px) {}
