/*公共*/
.more{font-size:16px;color:#fff;padding:18px 60px 18px 25px;background:#0F445A url(../images/arrow1-w.svg) no-repeat 85% center/15px;border-bottom:5px solid #e60012;display:inline-block;transition:.3s}

.header{position:fixed;z-index:999;top:0;left:0;width:100%;transition:.3s}
.header .width{display:flex;justify-content:space-between;align-items:center;height:100px;max-width:1600px}
.header .logo{width:181px;height:48px}
.header .header-r{width:calc(100% - 220px);display:flex;justify-content:flex-end;align-items:center}
.header .nav{display:flex}
.header .nav .item{margin-right:60px;position:relative;}
.header .nav .item:last-child{margin-right:10px}
.header .nav .item>a{color:#fff;font-size:20px;padding-right:20px;position:relative;line-height:100px}
.header .nav .item>a::after{content:'';position:absolute;top:0;right:0;width:10px;height:100%;background:url(../images/arrow-w.svg) no-repeat right center/10px}
.header .nav .item>a.arrow-hide{padding-right:0}
.header .nav .item>a.arrow-hide::after{display:none;}
.header .child{position:absolute;display:none;top:90%;left:50%;transform:translateX(-50%);background:#f4f7f8;padding:10px 30px;white-space: nowrap}
.header .child::before{content:'';position:absolute;top:-5px;left:50%;transform:translateX(-50%) rotate(45deg);width:15px;height:15px;background:#f4f7f8}
.header .child>a{line-height:36px;font-size:18px;text-align:center}
.header .menu{display:none}
.header .lang{height:100px;cursor:pointer;background:url(../images/lang-w.svg) no-repeat 40px center/25px;position:relative;padding:0 40px}
.header .lang>span{font-size:20px;color:#fff;padding:0 20px 0 35px;line-height:100px;background:url(../images/arrow-w.svg) no-repeat right center/10px}
.header .lang .popup{display:none;position:absolute;top:90%;left:50%;transform:translateX(-50%);width:150px;background:#f4f7f8;padding:10px 0 5px}
.header .lang .popup::after{content:'';position:absolute;top:-5px;left:50%;transform:translateX(-50%) rotate(45deg);width:15px;height:15px;background:#f4f7f8}
.header .lang .popup>a{padding:0 20px;line-height:35px;position:relative;z-index:2;margin-bottom:5px}
.header .lang .popup>a.active{background:#0f445a url(../images/success.svg) no-repeat 20px center/12px;padding-left:40px;color:#fff}
.header .search{width:40px;height:40px;cursor:pointer;background:#0f445a url(../images/search-w.svg) no-repeat center center/25px;position:relative}
.header .search .popup{display:none;position:absolute;right:0;top:calc(100% + 30px)}
.header .search .popup>div{display:flex}
.header .search .popup .input{width:250px;height:50px;padding:0 20px;background:#f4f7f8}
.header .search .popup em{width:50px;height:50px;background:#0f445a url(../images/search-w.svg) no-repeat center center/25px;transition:.3s}
.header .login{color:#fff;font-size:20px}
.header.active{background:#fff}
.header.active .nav .item>a{color:#333}
.header.active .nav .item>a::after{background-image:url(../images/arrow.svg)}
.header.active .lang{background-image:url(../images/lang.svg)}
.header.active .lang>span{color:#333;background-image:url(../images/arrow.svg)}
.header.active .login{color:#333}

.nav-m{display:none;position:fixed;top:0;left:0;bottom:0;width:100%;background:#fff;overflow-y:auto;z-index:1000}
.nav-m .info{display:flex;justify-content:space-between;align-items:center;height:70px}
.nav-m .logo{width:113px;height:30px}
.nav-m .close{width:22px;height:22px;background:url(../images/close.svg) no-repeat center center/22px}
.nav-m ul{border-top:1px solid rgba(0,0,0,.1);margin-top:10px}
.nav-m li{border-bottom:1px solid rgba(0,0,0,.1);padding:20px 0;position:relative;font-size:16px}
.nav-m li::after{position:absolute;top:50%;right:0;transform:translateY(-50%);content:'';width:18px;height:18px;background:url(../images/arrow1.svg) no-repeat center center/18px;transition:.3s}
.nav-m li.rotate::after{transform:rotate(90deg);top:35%}
.nav-m li>a{display:inline-block;color:#000;font-size:20px}
.nav-m .child{display:none;margin-left:15px;margin-bottom:20px}
.nav-m .child>a{padding:18px 0;border-bottom:1px rgba(0,0,0,.1) solid;font-size:18px}

.footer{padding:100px 0 50px;background:#171b1c}
.footer .width{max-width:1600px}
.footer .footer-t{display:flex;align-items:flex-start}
.footer .info{width:20%;color:#fff}
.footer .info .logo{width:181px;height:48px}
.footer .info ul{padding:65px 0 10px}
.footer .info li{margin-bottom:30px}
.footer .info li>span{opacity:.3;margin-bottom:10px;display:block;font-size:20px}
.footer .info li>p{line-height:20px;font-size:12px}
.footer .nav{display:flex;justify-content:space-between;flex:1;padding:0 100px 0 50px}
.footer .nav li{margin-right:20px}
.footer .nav li:last-child{margin-right:0}
.footer .nav li>a{color:#fff;font-size:20px;margin-bottom:15px}
.footer .nav .child>a{color:#fff;opacity:.5;line-height:32px}
.footer .qr{width:190px;display:flex;flex-wrap:wrap}
.footer .qr>a{width:50px;height:50px;border-radius:50%;background:#000;margin-right:20px;transition:.3s;position:relative;margin-bottom:20px}
.footer .qr>a:nth-child(3n){margin-right:0}
.footer .qr .img{display:none;position:absolute;width:120px;height:120px;bottom:-130px;left:50%;transform:translateX(-50%);z-index:999}
.footer .footer-b{display:flex;justify-content:space-between;border-top:1px solid rgba(255,255,255,.05);margin-top:60px;padding-top:40px}
.footer .footer-b>p>span{line-height:24px;color:#fff;opacity:.3}
.footer .footer-b>p>a{line-height:24px;color:#fff;opacity:.3;display:inline-block;margin-left:10px}
.footer .footer-b a{line-height:24px;color:#fff;opacity:.3}

.crumb .width{display:flex;height:50px;align-items:center}
.crumb em{font-style:normal;margin:0 8px;color:#999}
.crumb span{color:#999}

.float{position:fixed;right:30px;bottom:120px;width:80px;height:80px;background:#0F445A url(../images/29.png) no-repeat center center/70px;z-index:998;cursor:pointer;transition:.3s;border-bottom:3px solid #e60012}
.float .popup{display:none;padding:25px 60px 25px 40px;width:300px;background:#fff;box-shadow:0 0 10px #eee;position:absolute;right:100px;bottom:-90px;border-radius:15px;border:2px solid #0F445A}
.float .popup .close{width:22px;height:22px;background:url(../images/close.svg) no-repeat center center/22px;position:absolute;right:25px;top:25px}
.float .popup>p{font-size:20px;color:#000;padding-left:30px;position:relative;padding-bottom:3px;margin-bottom:30px}
.float .popup>p::after{content:'';position:absolute;bottom:0;left:30px;width:35px;height:2px;background:#e60012}
.float .item{margin-bottom:15px}
.float .item>p{background-repeat:no-repeat;background-position:left center;padding-left:30px;line-height:20px;margin-bottom:5px;color:#0F445A}
.float .item>span{font-size:16px;padding-left:30px;color:#000}
.float .item:nth-of-type(1)>span{font-size:18px;}
.float .btn>span{margin-left:30px;font-size:12px;color:#fff;padding:15px 35px 15px 60px;background:#0F445A url(../images/14.png) no-repeat 20% center/20px;border-bottom:3px solid #e60012;display:inline-block;transition:.3s}

.float1{position:fixed;right:30px;bottom:30px;width:80px;height:80px;background:#0F445A url(../images/28.png) no-repeat center center/37px;z-index:998;cursor:pointer;transition:.3s}

.inner-banner{position:relative}
.inner-banner .m{display:none}
.inner-banner .img{padding-bottom:26.04%}
.inner-banner .info{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}
.inner-banner .name{font-size:85px;color:#fff}

.form{margin-top:20px}
.form .item{display:flex;margin-bottom:20px}
.form .input-box{width:calc(50% - 15px);display:flex;align-items:center}
.form .input-box:nth-child(2n+1){margin-right:30px}
.form .input-box>span{width:20px;color:red}
.form .input{flex:1;background:#f5f5f5;height:50px;padding:0 20px}
.form .textarea-box{display:flex;position:relative;width:100%;margin-bottom:10px}
.form .textarea-box>span{width:20px;color:red;padding-top:25px}
.form .textarea{width:calc(100% - 20px);height:115px;background:#f5f5f5;padding:25px 20px}
.form .mores{display:flex;justify-content:center}
.form .more{padding:16px 60px 16px 30px}
.form.white .input{background:#fff}
.form.white .textarea{background:#fff}

.common-tab{display:flex;justify-content:center;border-bottom:1px solid rgba(0,0,0,.1);padding-bottom:25px;margin-top:80px}
.common-tab li{border-right:1px solid rgba(0,0,0,.1)}
.common-tab li:last-child{border-right:0}
.common-tab li>a{margin:0 100px;display:flex;align-items:center;position:relative}
.common-tab li:first-child>a{margin-left:0}
.common-tab li:last-child>a{margin-right:0}
.common-tab .img-div{width:24px;height:22px;margin-right:10px;}
.common-tab li p{font-size:24px;color:#666}
.common-tab li.active>a::after{content:'';width:100%;left:0;height:4px;bottom:-25px;position:absolute;background:#0F445A}
.common-tab li.active p{color:#0F445A}

.common-search{max-width:600px;display:flex;margin:70px auto 60px}
.common-search .input{flex:1;border:1px #ddd solid;border-right:0;padding:0 20px}
.common-search .input::placeholder{font-size:16px}
.common-search .more{background:#0F445A url(../images/search-w.svg) no-repeat 85% center/22px;padding:18px 60px 18px 30px}

.common-cate .item{margin-bottom:30px}
.common-cate .item>p{font-size:36px;margin-bottom:20px}
.common-cate ul{display:flex;flex-wrap:wrap}
.common-cate li{margin-right:80px;font-size:16px;padding-left:25px;position:relative;margin-bottom:25px;cursor:pointer}
.common-cate li::before{content:'';width:10px;height:10px;border:1px solid #ccc;position:absolute;top:3px;left:0;}
.common-cate li.active::before{background:#0F445A;border-color:#0F445A}

@media (max-width:1600px){
    .header .nav .item{margin-right:40px}
    .footer{padding:80px 0 40px}
    .footer .nav{padding:0 50px}
    .inner-banner .name{font-size:75px}
    .common-tab{margin-top:60px}
    .common-search{margin:50px auto 40px}
}

@media (max-width:1440px){
    .header .width{height:90px}
    .header .nav .item{margin-right:40px}
    .header .nav .item>a{line-height:90px}
    .header .lang{height:90px;background-position:center center}
    .header .lang>span{display:none}
    .footer .info{width:18%}
    .footer .nav{padding:0 28px}
    .footer .qr{width:165px}
    .footer .qr>a{width:45px;height:45px;margin-right:15px;margin-bottom:15px}
    .float{width:70px;height:70px;background-size:30px;bottom:110px}
    .float .popup{bottom:-80px}
    .float1{width:70px;height:70px;background-size:30px;}
    .inner-banner .name{font-size:60px}
    .common-tab{margin-top:50px}
    .common-search{margin:40px auto 30px}
}

@media (max-width:750px){
    .space{height:70px}
    .more{font-size:14px;padding:15px 45px 15px 20px;border-bottom:3px solid #e60012}
    
    .crumb .width{height:40px;overflow:auto;white-space:nowrap}
    
    .header .width{height:70px}
    .header .logo{width:113px;height:30px}
    .header .header-r{width:calc(100% - 150px)}
    .header .nav{display:none}
    .header .menu{display:block;width:22px;height:70px;background:url(../images/menu-w.svg) no-repeat center center/22px}
    .header .lang{width:22px;height:70px;padding:0;margin:0 10px;background:url(../images/lang-w.svg) no-repeat center center/22px}
    .header .lang .popup{width:125px}
    .header .lang .popup>p{font-size:14px;line-height:35px;padding:0 15px}
    .header .lang .popup>a{font-size:12px;line-height:30px;padding:0 15px}
    .header .search{width:35px;height:35px;background-size:22px}
    .header .search .popup{position:fixed;right:auto;left:0;top:70px;width:100%}
    .header .search .popup .input{width:calc(100% - 40px);height:40px}
    .header .search .popup em{width:40px;height:40px;background-size:22px}
    .header .login{margin:0 10px}
    .header.active .menu{background-image:url(../images/menu.svg)}
    
    .footer{padding:50px 0 30px}
    .footer .footer-t{display:block;}
    .footer .info{width:100%;margin-bottom:30px;text-align:center}
    .footer .info .logo{margin:0 auto;width:151px;height:40px}
    .footer .info ul{padding:30px 0 10px}
    .footer .info li{margin-bottom:10px}
    .footer .info li>span{margin-bottom:10px;font-size:16px}
    .footer .nav{display:none}
    .footer .qr{width:100%;justify-content:center;flex-wrap:nowrap}
    .footer .qr>a{width:40px;height:40px;margin-right:10px;margin-bottom:0}
    .footer .qr>a:nth-child(3n){margin-right:10px}
    .footer .qr .img{width:100px;height:100px;bottom:-110px}
    .footer .footer-b{display:block;margin-top:30px;padding-top:20px;font-size:12px}
    .footer .footer-b>p{text-align:center}
    .footer .footer-b>a{text-align:center}
    
    .float{right:20px;bottom:70px;width:40px;height:40px;background-size:20px}
    .float .popup{display:none;padding:30px;width:80%;right:auto;bottom:auto;top:50%;left:50%;transform:translate(-50%,-50%);position:fixed;box-shadow:0 0 3px #eee}
    .float .item{margin-bottom:15px}
    .float .btn{text-align:center}
    .float .btn>span{margin-left:0;padding:15px 25px 15px 55px}
    .float1{right:20px;bottom:20px;width:40px;height:40px;background-size:20px}
    
    .inner-banner .pc{display:none}
    .inner-banner .m{display:block}
    .inner-banner .img{padding-bottom:66.66%}
    .inner-banner .name{font-size:35px;text-align:center}
    
    .form .item{display:block}
    .form .input-box{width:100%;margin-bottom:20px}
    .form .input-box:nth-child(2n+1){margin-right:0}
    .form .input{height:40px;padding:0 15px 0}
    .form .textarea{height:150px;padding:20px 15px}
    .form .textarea-box>span{padding-top:20px}
    .form .mores{display:flex;justify-content:center}
    .form .more{padding:15px 55px 15px 25px}
    
    .common-tab{padding-bottom:15px;margin-top:50px;justify-content:flex-start;white-space:nowrap;overflow-x:auto}
    .common-tab li>a{margin:0 20px}
    .common-tab li p{font-size:20px}
    .common-tab li.active>a::after{height:2px;bottom:-15px}
    
    .common-search{max-width:100%;margin:30px auto}
    .common-search .input{padding:0 15px}
    .common-search .input::placeholder{font-size:14px}
    .common-search .more{background-size:20px;padding:12px 50px 12px 20px}
    
    .common-cate .item{margin-bottom:20px}
    .common-cate .item>p{font-size:25px;margin-bottom:10px}
    .common-cate li{margin-right:30px;font-size:14px;padding-left:20px;margin-bottom:15px}
}

@media (any-hover:hover){
    .more:hover{background-color:#0a2d3b}
    
    .crumb a:hover{color:#e60012}
    
    .header .child>a:hover{color:#0F445A;text-decoration:underline}
    .header .lang .popup>a:hover{background-color:#0f445a;color:#fff}
    .header .login:hover{text-decoration:underline}
    .header .search .popup em:hover{background-color:#e60012}
    
    .footer .nav .child>a:hover{opacity:1}
    .footer .footer-b>p>a:hover{opacity:1}
    .footer .footer-b a:hover{opacity:1}
    
    .float:hover{background-color:#e60012;background-image:url(../images/29-h.png);border-color:#0F445A}
    .float .btn>span:hover{background-color:#0a2d3b}
    .float1:hover{background-color:#e60012}
    
    .common-tab li:hover>a::after{content:'';width:100%;left:0;height:4px;bottom:-25px;position:absolute;background:#0F445A}
    .common-tab li:hover p{color:#0F445A}
}

/*首页*/
.index-page .width{max-width:1600px}
.index-page .tit-name{font-size:60px;color:#222;text-align:center}

.index-page .banner .swiper-slide{position:relative}
.index-page .banner .m{display:none}
.index-page .banner .img{padding-bottom:50%}
.index-page .banner video{width:100%;object-fit:cover;z-index:997}
.index-page .banner .swiper-slide .width{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:997}
.index-page .banner .info{width:50%;color:#fff}
.index-page .banner .name{font-size:36px;line-height:46px}
.index-page .banner .note{font-size:85px;line-height:80px;margin:10px 0 65px}
.index-page .banner .swiper-pagination{text-align:left;left:50%;bottom:16%;transform:translateX(-50%);width:calc(100% - 100px) !important}
.index-page .banner .swiper-pagination-bullet{background:#fff;width:20px;height:5px;border-radius:0}
.index-page .banner .swiper-pagination-bullet-active{width:40px}

.index-page .box1{margin-top:-5%;position:relative;z-index:998;background:#0F445A;padding:40px 50px;max-width:1200px}
.index-page .box1 .tit{color:#fff;font-size:20px;position:relative;height:20px;padding-left:15px;margin-bottom:20px}
.index-page .box1 .tit::before{content:'';position:absolute;left:0;top:2px;width:3px;height:100%;background:#e60012}
.index-page .box1 .box-form{position:relative;margin-bottom:20px}
.index-page .box1 .box-form .input{width:100%;height:50px;padding:0 70px 0 20px}
.index-page .box1 .box-form span{width:50px;height:50px;background:url(../images/1.png) no-repeat center center;position:absolute;right:0;top:0;cursor:pointer}
.index-page .box1 .swiper-slide{width:auto;color:#fff;margin-right:40px}
.index-page .box1 .swiper-slide.new{margin-right:70px}
.index-page .box1 .swiper-slide>span{width:17px;height:6px;background:url(../images/2.png);position:absolute;right:-22px;top:0}

.index-page .box2{padding:100px 0;position:relative;max-width:1200px}
.index-page .box2 .tit .cate{display:flex;justify-content:center;margin:50px 0}
.index-page .box2 .tit .swiper-slide{width:auto;margin-right:50px;opacity:.5}
.index-page .box2 .tit .swiper-slide:last-child{margin-right:0}
.index-page .box2 .tit .swiper-slide .img-div{width:55px;height:55px;margin:0 auto 15px;border-radius:50%;background:#f4f7f8}
.index-page .box2 .tit .swiper-slide.active{opacity:1}
.index-page .box2 .tit .swiper-slide.active .img-div{background:#0F445A}
.index-page .box2 .tit .swiper-slide .img-div>img{max-width:40%;max-height:40%}
.index-page .box2 .tit .swiper-slide.active>p{text-align:center;color:#0F445A}
.index-page .box2 .tit ul{display:none}
.index-page .box2 .con{opacity:0;transition:height 1s;height:0}
.index-page .box2 .con.show{opacity:1;padding-bottom:40px;height:380px}
.index-page .box2 .con .swiper-slide{overflow:hidden;background:#f4f7f8;position:relative;padding:35px 30px 0 30px;transition:.3s}
.index-page .box2 .con .swiper-slide>p:first-child{line-height:24px;color:rgba(0,0,0,.4);padding-bottom:8px;border-bottom:1px solid rgba(0,0,0,.1);margin-bottom:10px}
.index-page .box2 .con .swiper-slide>p:nth-child(2){font-size:24px}
.index-page .box2 .con .swiper-slide .img-div{height:220px}
.index-page .box2 .con .swiper-slide .img-div>img{max-width:80%;max-height:80%}
.index-page .box2 .con .swiper-slide>span{display:none;width:36px;height:36px;border-radius:50%;border:1px #fff solid;background:url(../images/arrow1-w.svg) no-repeat center center/15px;position:absolute;bottom:40px;left:30px}
.index-page .box2 .con .swiper-pagination{bottom:0}
.index-page .box2 .con .swiper-pagination-bullet{background:#e5e5e5;opacity:1;width:20px;height:5px;border-radius:0}
.index-page .box2 .con .swiper-pagination-bullet-active{width:40px;background:#0F445A}

.index-page .box3 .tit{display:flex;justify-content:center;position:relative;margin:30px 0}
.index-page .box3 .tit::before{content:'';position:absolute;height:1px;width:100%;background:#eee;top:9px;left:0;}
.index-page .box3 .tit .swiper-slide{width:auto;margin-right:80px;position:relative;padding-top:40px;cursor:pointer}
.index-page .box3 .tit .swiper-slide:last-child{margin-right:0}
.index-page .box3 .tit .swiper-slide.active{color:#0F445A}
.index-page .box3 .tit .swiper-slide.active::before{content:'';position:absolute;height:13px;width:13px;border:3px solid #0F445A;border-radius:50%;background:#fff;top:0;left:50%;transform:translateX(-50%)}
.index-page .box3 .con{position:relative}
.index-page .box3 .con .img{width:100%}
.index-page .box3 .con .width{position:absolute;height:100%;left:50%;top:0;transform:translateX(-50%);display:flex;justify-content:flex-end;align-items:center}
.index-page .box3 .info{width:45%;padding:65px 120px 90px 75px;background:#fff}
.index-page .box3 .info .name{display:flex}
.index-page .box3 .info .name>div:first-child{width:39px;height:32px;margin:3px 10px 0 0}
.index-page .box3 .info .name>div:last-child{font-size:30px;line-height:38px;flex:1}
.index-page .box3 .info .note{font-size:13px;line-height:16px;color:#666;margin:15px 0 40px;max-height:90px;overflow:hidden}
.index-page .box3 .info .note p{margin-bottom:15px}
.index-page .box3 .info .note a{display:inline-block}
.index-page .box3 .info ul{display:flex;margin-bottom:60px}
.index-page .box3 .info li{width:calc(50% - 25px);border-bottom:1px rgba(0,0,0,.1) solid;background:url(../images/arrow1.svg) no-repeat right top/15px;padding-bottom:15px}
.index-page .box3 .info li:first-child{margin-right:50px}

.index-page .box4{padding:120px 0}
.index-page .box4 .tit{display:flex;justify-content:space-between;align-items:flex-start}
.index-page .box4 .tit-txt{width:46%}
.index-page .box4 .tit .tag{font-size:18px;color:#0F445A}
.index-page .box4 .tit .tit-note{font-size:16px;color:#666;line-height:30px;margin-bottom:50px}
.index-page .box4 .num-animate{width:37.5%;display:flex;flex-wrap:wrap}
.index-page .box4 .num-animate .item{width:50%;border-left:2px solid #eee;margin-bottom:40px;padding:0 40px;position:relative}
.index-page .box4 .num-animate .item::before{content:'';width:2px;height:10px;background:#0F445A;top:0;left:-2px;position:absolute}
.index-page .box4 .num-animate .num{display:flex;color:#0F445A;align-items:center}
.index-page .box4 .num-animate .num>span:first-child{font-size:40px;margin-right:5px}
.index-page .box4 .num-animate p{line-height:24px;color:#666}
.index-page .box4 .con{position:relative}
.index-page .box4 .con>img{width:100%}
.index-page .box4 .circle{cursor:pointer;width:11px;height:11px;border-radius:50%;background:#0F445A;position:absolute;}
.index-page .box4 .circle::after{content:'';position:absolute;width:11px;height:11px;border-radius:50%;background:rgba(15,68,90,.15);transform:translate(-50%,-50%);top:50%;left:50%;animation:index-box4-play .5s infinite alternate}
.index-page .box4 .popup{z-index:998;display:none;position:absolute;transform:translateX(-50%);top:50px;left:50%;background:#0F445A;border-bottom:5px solid #e60012;padding:30px 60px 30px 40px;color:#fff;width:400px}
.index-page .box4 .popup>p{font-size:20px;line-height:30px;border-bottom:1px solid rgba(255,255,255,.15);padding-bottom:10px}
.index-page .box4 .popup>span{padding-left:25px;display:block;margin-top:15px;font-size:16px;line-height:26px}
.index-page .box4 .popup .tel{background:url(../images/4.png) no-repeat left center;}
.index-page .box4 .popup .email{background:url(../images/5.png) no-repeat left center;}
.index-page .box4 .close{display:none}
@keyframes index-box4-play{
    form{width:11px;height:11px}
    to{width:26px;height:26px}
}

.index-page .box5{background:#f4f7f8;padding:120px 0}
.index-page .box5 .tit{display:flex;justify-content:space-between;align-items:center}
.index-page .box5 .swiper-container{margin-top:40px;padding-bottom:50px}
.index-page .box5 .swiper-slide{background:#fff;position:relative;height:600px;}
.index-page .box5 .mask{display:none;position:absolute;top:0;left:0;width:100%;height:100%}
.index-page .box5 .info{position:relative;height:100%;padding:60px;}
.index-page .box5 .tag{font-size:16px;opacity:.8}
.index-page .box5 .name{font-size:22px;color:#222;line-height:32px;margin:15px 0 40px}
.index-page .box5 .tag1{color:#666;border-radius:20px;padding:10px 25px;border:1px #eee solid;display:inline-block}
.index-page .box5 .time{border-top:1px solid rgba(0,0,0,.15);display:flex;justify-content:space-between;align-items:center;position:absolute;bottom:40px;left:60px;right:60px;padding-top:25px}
.index-page .box5 .date{font-size:72px;color:#222}
.index-page .box5 .time>div:last-child{font-size:16px;display:flex;flex-direction:column;align-items:flex-end}
.index-page .box5 .arrow{width:23px;height:11px;background:url(../images/arrow.png) no-repeat center center/23px;margin-top:25px}
.index-page .box5 .swiper-pagination{bottom:0}
.index-page .box5 .swiper-pagination-bullet{background:#e5e5e5;opacity:1;width:20px;height:5px;border-radius:0}
.index-page .box5 .swiper-pagination-bullet-active{width:40px;background:#0F445A}

.index-page .box6{padding:45px 0}
.index-page .box6 ul{display:flex}
.index-page .box6 li{width:25%;padding:0 20px 0 60px;display:flex;border-right:1px solid #eee}
.index-page .box6 li:last-child{border-right:0}
.index-page .box6 .img-div{width:53px;height:51px}
.index-page .box6 .info{flex:1;padding-left:30px}
.index-page .box6 .info>a{font-size:22px;color:#000;margin-bottom:10px}
.index-page .box6 .info>p{line-height:24px}

@media (max-width:1600px){
    .index-page .banner .note{font-size:75px;line-height:70px;margin:10px 0 55px}
    .index-page .box2{padding:80px 0}
    .index-page .box2 .tit .cate{margin:40px 0}
    .index-page .box3 .info{padding:55px 100px 70px 65px}
    .index-page .box4{padding:100px 0}
    .index-page .box5{padding:100px 0}
}

@media (max-width:1440px){
    .index-page .tit-name{font-size:55px}
    .index-page .banner .note{font-size:65px;line-height:60px;margin:10px 0 45px}
    .index-page .box2{padding:60px 0}
    .index-page .box2 .tit .cate{margin:30px 0}
    .index-page .box3 .info{padding:45px 55px 60px}
    .index-page .box3 .info .name>div:last-child{font-size:25px}
    .index-page .box3 .info ul{margin-bottom:40px}
    .index-page .box4{padding:80px 0}
    .index-page .box4 .tit .tit-note{margin-bottom:30px}
    .index-page .box4 .num-animate .num>span:first-child{font-size:35px}
    .index-page .box5{padding:80px 0}
    .index-page .box5 .swiper-slide{height:500px}
    .index-page .box5 .info{padding:40px}
    .index-page .box5 .name{margin:15px 0 30px}
    .index-page .box5 .date{font-size:62px}
    .index-page .box5 .arrow{margin-top:15px}
    .index-page .box6 .img-div{width:43px;height:41px}
    .index-page .box6 .info{padding-left:20px}
    .index-page .box6 li{padding:0 20px 0 40px}
}

@media (max-width:750px){
    .index-page .tit-name{font-size:35px;text-align:center}
    
    .index-page .banner .pc{display:none}
    .index-page .banner .m{display:block}
    .index-page .banner .img{padding-bottom:128%}
    .index-page .banner video{display:none}
    .index-page .banner .info{width:100%;text-align:center}
    .index-page .banner .name{font-size:25px;line-height:25px}
    .index-page .banner .note{font-size:35px;line-height:35px;margin:10px 0 25px}
    .index-page .banner .swiper-pagination{text-align:center;bottom:20px}
    .index-page .banner .swiper-pagination-bullet{width:15px;height:3px}
    .index-page .banner .swiper-pagination-bullet-active{width:25px}
    
    .index-page .box1{width:100%;margin:0;padding:30px}
    .index-page .box1 .tit{font-size:18px;height:18px}
    .index-page .box1 .box-form .input{height:40px;padding:0 40px 0 15px;font-size:12px}
    .index-page .box1 .box-form .input::placeholder{font-size:12px}
    .index-page .box1 .box-form span{width:40px;height:40px;background-size:18px}
    .index-page .box1 .swiper-slide{margin-right:20px}
    .index-page .box1 .swiper-slide.new{margin-right:40px}
    
    .index-page .box2{padding:50px 0}
    .index-page .box2 .tit{display:block}
    .index-page .box2 .tit .cate{display:none}
    .index-page .box2 .tit ul{display:flex;flex-wrap:wrap;margin-top:30px}
    .index-page .box2 .tit li{width:calc(50% - 5px);margin-bottom:20px;opacity:.5}
    .index-page .box2 .tit li:nth-child(2n+1){margin-right:10px}
    .index-page .box2 .tit li .img-div{width:55px;height:55px;margin:0 auto 15px;border-radius:50%;background:#f4f7f8}
    .index-page .box2 .tit li.active{opacity:1}
    .index-page .box2 .tit li.active .img-div{background:#0F445A}
    .index-page .box2 .tit li .img-div>img{max-width:40%;max-height:40%}
    .index-page .box2 .tit li p{text-align:center}
    .index-page .box2 .tit li.active>p{color:#0F445A}
    .index-page .box2 .con.show{padding-bottom:30px;height:auto}
    .index-page .box2 .con .swiper-slide{padding:30px;height:auto}
    .index-page .box2 .con .swiper-slide>p:nth-child(2){font-size:20px;line-height:30px}
    .index-page .box2 .con .swiper-slide .img-div{height:auto;margin-top:30px}
    .index-page .box2 .con .swiper-pagination{bottom:0}
    .index-page .box2 .con .swiper-pagination-bullet{width:15px;height:3px}
    .index-page .box2 .con .swiper-pagination-bullet-active{width:25px}
    
    .index-page .box3 .tit{margin:20px 0}
    .index-page .box3 .tit::before{top:7px}
    .index-page .box3 .tit .swiper-slide{margin-right:30px;padding-top:30px}
    .index-page .box3 .tit .swiper-slide.active::before{height:10px;width:10px;border:2px solid #0F445A}
    .index-page .box3 .con .width{width:100%;position:static;height:auto;transform:translateX(0);display:block;}
    .index-page .box3 .con .swiper-slide{height:auto;background:#f5f5f5}
    .index-page .box3 .info{width:100%;padding:30px;background:#f5f5f5}
    .index-page .box3 .info .name{display:flex}
    .index-page .box3 .info .name>div:first-child{width:34px;height:27px;margin:0 10px 0 0}
    .index-page .box3 .info .name>div:last-child{font-size:18px;line-height:28px}
    .index-page .box3 .info .note{font-size:14px;line-height:24px;max-height:240px;margin:15px 0 25px}
    .index-page .box3 .info ul{display:block;margin-bottom:30px}
    .index-page .box3 .info li{width:100%;padding-bottom:15px;margin-bottom:15px}
    .index-page .box3 .info li:first-child{margin-right:0}
    
    .index-page .box4{padding:50px 0}
    .index-page .box4 .tit{display:block}
    .index-page .box4 .tit-txt{width:100%;text-align:center;margin-bottom:30px}
    .index-page .box4 .tit .tit-note{font-size:14px;line-height:24px;margin-bottom:20px}
    .index-page .box4 .num-animate{width:100%}
    .index-page .box4 .num-animate .item{width:calc(50% - 10px);margin-bottom:30px;padding:0 0 0 20px}
    .index-page .box4 .num-animate .item:nth-child(2n+1){margin-right:20px}
    .index-page .box4 .num-animate .num>span:first-child{font-size:25px}
    .index-page .box4 .num-animate p{font-size:12px;line-height:20px}
    .index-page .box4 .circle{width:8px;height:8px}
    .index-page .box4 .circle::after{width:8px;height:8px}
    .index-page .box4 .popup{position:fixed;transform:translate(-50%,-50%);top:50%;border-bottom:3px solid #e60012;padding:30px;width:80%}
    .index-page .box4 .popup>p{font-size:16px;line-height:26px}
    .index-page .box4 .popup>span{margin-top:10px;font-size:14px;line-height:24px}
    .index-page .box4 .close{display:block;width:22px;height:22px;background:url(../images/close-w.svg) no-repeat center center/22px;position:absolute;top:15px;right:15px}
    @keyframes index-box4-play{
        form{width:8px;height:8px}
        to{width:16px;height:16px}
    }
    
    .index-page .box5{padding:50px 0}
    .index-page .box5 .swiper-container{margin-top:30px;padding-bottom:30px}
    .index-page .box5 .swiper-slide{height:auto;}
    .index-page .box5 .info{padding:30px;}
    .index-page .box5 .tag{font-size:14px}
    .index-page .box5 .name{font-size:18px;line-height:26px;margin:10px 0 20px}
    .index-page .box5 .tag1{font-size:12px;padding:10px 20px;margin-bottom:20px}
    .index-page .box5 .time{position:static;padding-top:20px}
    .index-page .box5 .date{font-size:40px}
    .index-page .box5 .time>div:last-child{font-size:14px}
    .index-page .box5 .arrow{margin-top:10px}
    .index-page .box5 .swiper-pagination-bullet{width:15px;height:3px}
    .index-page .box5 .swiper-pagination-bullet-active{width:25px}
    
    .index-page .box6{padding:30px 0 0}
    .index-page .box6 ul{flex-wrap:wrap}
    .index-page .box6 li{width:100%;padding:0 0 20px 0;margin-bottom:20px;border-right:0;border-bottom:1px #eee solid}
    .index-page .box6 li:last-child{border-bottom:0}
    .index-page .box6 .img-div{width:30px;height:28px}
    .index-page .box6 .info{padding-left:15px}
    .index-page .box6 .info>a{font-size:20px;margin-bottom:5px}
}

@media (any-hover:hover){
    .index-page .box1 .swiper-slide:hover{color:#e60012}
    
    .index-page .box2 .tit .swiper-slide:hover>p{color:#0F445A}
    .index-page .box2 .con .swiper-slide:hover{background:#0F445A}
    .index-page .box2 .con .swiper-slide:hover::after{content:'';position:absolute;bottom:0;left:0;width:100%;height:5px;background:#e60012}
    .index-page .box2 .con .swiper-slide:hover>p:first-child{color:#fff;border-color:rgba(255,255,255,.1)}
    .index-page .box2 .con .swiper-slide:hover>p:nth-child(2){color:#fff}
    .index-page .box2 .con .swiper-slide:hover>span{display:block}
    
    .index-page .box3 .info .name>div:last-child:hover{color:#0F445A}
    .index-page .box3 .info li:hover{border-color:#0F445A}
    .index-page .box3 .info li>a:hover{color:#0F445A}
    
    .index-page .box5 .swiper-slide:hover{color:#fff}
    .index-page .box5 .swiper-slide:hover .name{color:#fff}
    .index-page .box5 .swiper-slide:hover .tag1{display:none}
    .index-page .box5 .swiper-slide:hover .time{border-color:rgba(255,255,255,.15)}
    .index-page .box5 .swiper-slide:hover .date{color:#fff}
    .index-page .box5 .swiper-slide:hover .arrow{background-image:url(../images/arrow-w.png)}
    
    .index-page .box6 .info>a:hover{color:#0F445A}
}

/*方案*/
.plan-page.list{padding:100px 0 50px;background:#f5f5f5}
.plan-page.list li{display:flex;position:relative;margin-bottom:50px;background:#fff;height:450px;}
.plan-page.list .img-bg{width:50%;height:100%;position:absolute;top:0;right:0}
.plan-page.list .img{height:100%}
.plan-page.list .info{width:50%;padding:0 70px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center}
.plan-page.list .name{width:100%;font-size:44px;color:#000;border-bottom:2px solid rgba(0,0,0,.1);padding-bottom:20px}
.plan-page.list .scroll{font-size:13px;color:#666;line-height:16px;max-height:90px;overflow:hidden;margin:20px 0 40px}
.plan-page.list .scroll p{margin-bottom:15px}
.plan-page.list .scroll a{display:inline-block}
.plan-page.list li:nth-child(2n){justify-content:flex-end}
.plan-page.list li:nth-child(2n) .img-bg{left:0;right:auto}

.plan-page.detail .tit-name{font-size:60px;text-align:center;color:#000}

.plan-page.detail .box1{padding:100px 0;display:flex;align-items:center}
.plan-page.detail .box1 .info{flex:1;padding-right:80px}
.plan-page.detail .box1 .info>h2{color:#000;font-size:48px;line-height:58px;margin-bottom:15px}
.plan-page.detail .box1 .info .scroll{color:#666;font-size:13px;line-height:16px;max-height:280px;overflow:hidden}
.plan-page.detail .box1 .info .scroll p{margin-bottom:15px}
.plan-page.detail .box1 .info .scroll a{display:inline-block}
.plan-page.detail .box1 .img-bg{width:50%;}
.plan-page.detail .box1 .img{padding-bottom:70.31%}

.plan-page.detail .box2{padding:80px 0 50px;background:#f5f5f5}
.plan-page.detail .box2 ul{display:flex;flex-wrap:wrap;margin-top:30px}
.plan-page.detail .box2 li{width:calc(100% / 3 - 36px);margin-right:54px;margin-bottom:50px;padding:10px 0 0 10px;position:relative;cursor:pointer}
.plan-page.detail .box2 li:nth-child(3n){margin-right:0}
.plan-page.detail .box2 .time{width:90px;height:90px;position:absolute;top:0;left:0;background:#0F445A;color:#fff;display:flex;flex-direction:column;justify-content:center;align-items:center;z-index:2;transition:.3s}
.plan-page.detail .box2 .time>p:first-child{font-size:30px}
.plan-page.detail .box2 .info{background:#fff;height:100%;padding:30px 0 30px 40px;transition:.3s}
.plan-page.detail .box2 .info>p{padding-right:20px}
.plan-page.detail .box2 .info>p:nth-of-type(1){color:#666;text-align:right;padding-left:60px}
.plan-page.detail .box2 .info>p:nth-of-type(2){font-size:24px;line-height:28px;margin-bottom:10px}
.plan-page.detail .box2 .info>p:nth-of-type(3){font-size:16px}
.plan-page.detail .box2 .video{margin:15px 0 25px;padding:50px;background:url(../images/16.jpg) no-repeat center center/cover;position:relative}
.plan-page.detail .box2 .mask{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.5)}
.plan-page.detail .box2 .play{width:38px;height:38px;background:#fff url(../images/15.png) no-repeat center center;border-radius:50%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);}
.plan-page.detail .box2 .play::after{content:'';position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:38px;height:38px;background:rgba(255,255,255,.2);border-radius:50%;animation:plan-box2-play .8s linear infinite alternate}
@keyframes plan-box2-play{
	0%{width:38px;height:38px}
	100%{width:48px;height:48px}
}

.plan-page.detail .box3{padding:80px 0 60px}
.plan-page.detail .box3 ul{display:flex;flex-wrap:wrap;margin-top:30px}
.plan-page.detail .box3 li{width:calc(100% / 3 - 26px);height:430px;margin-right:39px;margin-bottom:40px;background:#f5f5f5}
.plan-page.detail .box3 li:nth-child(3n){margin-right:0}
.plan-page.detail .box3 .img-div{height:320px}
.plan-page.detail .box3 li>a{padding:0 50px;font-size:24px;margin-bottom:10px;text-align:center;color:#000}
.plan-page.detail .box3 li>p{padding:0 50px;font-size:16px;color:rgba(0,0,0,.6);text-align:center;}

@media (max-width:1600px){
    .plan-page.list{padding:80px 0 30px}
    .plan-page.detail .box1{padding:80px 0}
    .plan-page.detail .box2{padding:60px 0 40px}
    .plan-page.detail .box3{padding:60px 0 50px}
}

@media (max-width:1440px){
    .plan-page.list{padding:60px 0 20px}
    .plan-page.list li{margin-bottom:40px}
    .plan-page.list .name{font-size:40px}
    .plan-page.detail .tit-name{font-size:50px}
    .plan-page.detail .box1{padding:60px 0}
    .plan-page.detail .box1 .info>h2{font-size:42px;line-height:52px}
    .plan-page.detail .box2{padding:50px 0 30px}
    .plan-page.detail .box3{padding:50px 0 40px}
    .plan-page.detail .box3 li{height:380px}
    .plan-page.detail .box3 .img-div{height:270px}
}

@media (max-width:750px){
    .plan-page.list{padding:50px 0 20px}
    .plan-page.list li{display:block;margin-bottom:30px;height:auto}
    .plan-page.list .img-bg{width:100%;height:auto;position:static}
    .plan-page.list .img{height:auto;padding-bottom:70.31%;}
    .plan-page.list .info{width:100%;padding:30px}
    .plan-page.list .name{font-size:25px;border-bottom:1px solid rgba(0,0,0,.1);padding-bottom:15px}
    .plan-page.list .scroll{font-size:14px;line-height:24px;max-height:240px;margin:15px 0 25px}
    
    .plan-page.detail .tit-name{font-size:35px}
    
    .plan-page.detail .box1{padding:50px 0;display:block}
    .plan-page.detail .box1 .info{padding-right:0;margin-bottom:20px;text-align:center}
    .plan-page.detail .box1 .info>h2{font-size:30px;line-height:30px;margin-bottom:10px}
    .plan-page.detail .box1 .scroll{font-size:14px;line-height:24px;max-height:240px}
    .plan-page.detail .box1 .img-bg{width:100%;}
    
    .plan-page.detail .box2{padding:50px 0 20px}
    .plan-page.detail .box2 ul{display:block}
    .plan-page.detail .box2 li{width:100%;margin-right:0;margin-bottom:30px}
    .plan-page.detail .box2 .time{width:80px;height:80px;font-size:12px}
    .plan-page.detail .box2 .time>p:first-child{font-size:25px}
    .plan-page.detail .box2 .info>p:nth-of-type(1){padding-left:50px;margin-bottom:10px}
    .plan-page.detail .box2 .info>p:nth-of-type(2){font-size:20px;line-height:26px;margin-bottom:5px}
    .plan-page.detail .box2 .info>p:nth-of-type(3){font-size:14px}
    .plan-page.detail .box2 .video{margin:5px 0 15px}
    
    .plan-page.detail .box3{padding:50px 0 20px}
    .plan-page.detail .box3 ul{display:block}
    .plan-page.detail .box3 li{width:100%;height:auto;margin-right:0;margin-bottom:30px;padding:30px}
    .plan-page.detail .box3 .img-div{height:auto}
    .plan-page.detail .box3 .img-div>img{max-width:70%;max-height:70%}
    .plan-page.detail .box3 li>a{font-size:20px;margin:30px 0 10px;padding:0}
    .plan-page.detail .box3 li>p{font-size:14px;padding:0}
}

@media (any-hover:hover){
    .plan-page.list .name:hover{color:#0F445A}
    
    .plan-page.detail .box2 li:hover .time{background:#e60012}
    .plan-page.detail .box2 li:hover .info{background:#0F445A}
    .plan-page.detail .box2 li:hover .info>p{color:#fff}
    .plan-page.detail .box2 li:hover .info>p:nth-of-type(1){color:#fff}
    
    .plan-page.detail .box3 li>a:hover{color:#0F445A}
}

/*产品*/
.goods-page.list .tit-name{font-size:60px;text-align:center;color:#222}

.goods-page.list .box1{padding:80px 0 50px}
.goods-page.list .box1>p{font-size:15px;line-height:22px;color:#666;width:86%;margin:5px auto 60px}
.goods-page.list .box1 ul{display:flex;flex-wrap:wrap}
.goods-page.list .box1 li{width:calc(100% / 3 - 34px);margin-right:51px;margin-bottom:40px}
.goods-page.list .box1 li:nth-child(3n){margin-right:0}
.goods-page.list .box1 .img-div{width:61px;height:55px;margin:0 auto}
.goods-page.list .box1 li>p{font-size:15px;line-height:22px;color:#666;text-align:justify}
.goods-page.list .box1 li>p:nth-of-type(1){font-size:26px;line-height:36px;color:#222;margin:25px 0 5px;text-align:center}

.goods-page.list .box2{background:#f5f5f5;padding:80px 0 60px}
.goods-page.list .box2 .cate{display:flex;justify-content:center;margin:50px 0}
.goods-page.list .box2 .cate .swiper-slide{width:auto;margin-right:60px}
.goods-page.list .box2 .cate .swiper-slide:last-child{margin-right:0}
.goods-page.list .box2 .cate .swiper-slide .img-div{width:55px;height:55px;margin:0 auto 15px;border-radius:50%;background:#fff}
.goods-page.list .box2 .cate .swiper-slide .img-div>img{max-width:40%;max-height:40%}
.goods-page.list .box2 .cate .swiper-slide.active .img-div{background:#0F445A}
.goods-page.list .box2 .cate .swiper-slide.active>p{text-align:center;color:#0F445A}
.goods-page.list .box2 .cate .m{display:none}
.goods-page.list .box2 .cate-child{display:flex;justify-content:center;margin-bottom:50px}
.goods-page.list .box2 .cate-child .swiper-slide{width:auto;margin-right:40px;color:#666;height:50px;line-height:50px;background:#fff;padding:0 20px;position:relative;transition:.3s}
.goods-page.list .box2 .cate-child .swiper-slide:last-child{margin-right:0}
.goods-page.list .box2 .cate-child .swiper-slide.active{color:#fff;background:#0F445A}
.goods-page.list .box2 .cate-child .swiper-slide.active::after{content:'';position:absolute;width:100%;height:2px;left:0;bottom:0;background:#e60012}
.goods-page.list .box2 .cate-child .m{display:none}
.goods-page.list .box2 ul{display:flex;flex-wrap:wrap}
.goods-page.list .box2 li{width:calc(50% - 20px);margin-right:40px;margin-bottom:40px;background:#fff;padding:50px;position:relative}
.goods-page.list .box2 li:nth-child(2n){margin-right:0}
.goods-page.list .box2 li>p{font-size:22px;color:#666}
.goods-page.list .box2 li>a:nth-of-type(1){font-size:24px;position:relative;border-bottom:2px rgba(0,0,0,.15) solid;margin:5px 0 20px;padding-bottom:10px}
.goods-page.list .box2 li>a:nth-of-type(1)::after{content:'';position:absolute;bottom:-2px;left:0;width:50px;height:2px;background:#0F445A;z-index:998}
.goods-page.list .box2 li .info{display:flex;align-items:flex-start}
.goods-page.list .box2 li .scroll{padding-right:30px;flex:1;line-height:16px;color:#666;overflow:hidden;max-height:240px;font-size:13px}
.goods-page.list .box2 li .scroll p{margin-bottom:8px;position:relative;padding-left:10px}
.goods-page.list .box2 li .scroll p::before{content:'';width:3px;height:3px;border-radius:50%;background:#666;top:6px;left:0;position:absolute}
.goods-page.list .box2 li .scroll a{display:inline-block}
.goods-page.list .box2 li .info>img{width:45%}
.goods-page.list .box2 .items{display:flex;flex-wrap:wrap;margin:40px 0 80px}
.goods-page.list .box2 .item{width:calc(25% - 15px);margin-right:20px;margin-bottom:20px}
.goods-page.list .box2 .item:nth-child(4n){margin-right:0}
.goods-page.list .box2 .item .img-div{width:39px;height:31px;margin:0 auto 10px}
.goods-page.list .box2 .item>p{line-height:20px;text-align:center}
.goods-page.list .box2 li>a:nth-of-type(2){position:absolute;bottom:50px;left:50px;padding:15px 35px 15px 25px;background:url(../images/arrow1.svg) no-repeat 90% center/15px;border:1px solid rgba(0,0,0,.1)}
.goods-page.list .box2 .page{margin:10px 0 40px}

.goods-page.detail .tit-name{font-size:30px;color:#000}

.goods-page.detail .box1{padding:70px 0 100px;display:flex;justify-content:space-between}
.goods-page.detail .box1 .pic{width:48%}
.goods-page.detail .box1 .pic>h2{font-size:36px;line-height:36px;color:#000}
.goods-page.detail .box1 .pic>p{color:#999;font-size:30px;line-height:40px}
.goods-page.detail .box1 .big{height:380px;margin:30px 0;position:relative}
.goods-page.detail .box1 .big .play{display:none;width:100%;height:100%;position:absolute;top:0;left:0}
.goods-page.detail .box1 .big .play-icon{width:50px;height:50px;background:#fff url(../images/15.png) no-repeat center center;border-radius:50%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}
.goods-page.detail .box1 .big .play-icon::after{content:'';position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:50px;height:50px;background:rgba(255,255,255,.2);border-radius:50%;animation:goods-box1-play .8s linear infinite alternate}
@keyframes goods-box1-play{
	0%{width:50px;height:50px}
	100%{width:60px;height:60px}
}
.goods-page.detail .box1 .thumb{position:relative}
.goods-page.detail .box1 .thumb .swiper-container{height:88px;width:calc(100% - 100px);margin:0 auto;padding-left:1px}
.goods-page.detail .box1 .thumb .swiper-slide{border:1px #fff solid;cursor:pointer}
.goods-page.detail .box1 .thumb .swiper-slide.active{border-color:#0F445A}
.goods-page.detail .box1 .thumb img{max-width:70%;max-height:70%}
.goods-page.detail .box1 .arrow{position:absolute;top:50%;transform:translateY(-50%);width:50px;height:100%;background:url(../images/arrow1.svg) no-repeat right center/35px;opacity:.3}
.goods-page.detail .box1 .prev{left:0;transform:translateY(-50%) rotate(180deg)}
.goods-page.detail .box1 .next{right:0}
.goods-page.detail .box1 .info{width:45%}
.goods-page.detail .box1 .info .tit-name{border-bottom:1px solid rgba(0,0,0,.1);padding-bottom:10px}
.goods-page.detail .box1 .info .note{font-size:15px;color:#666;line-height:18px;margin:20px 0 35px;}
.goods-page.detail .box1 .info .note p{margin-bottom:10px;position:relative;padding-left:10px;}
.goods-page.detail .box1 .info .note p::before{position:absolute;content:'';top:8px;left:0;width:3px;height:3px;background:#666;border-radius:50%}
.goods-page.detail .box1 .info .note p>span{text-wrap:wrap !important}
.goods-page.detail .box1 .info .note a{display:inline-block}
.goods-page.detail .box1 ul{display:flex;flex-wrap:wrap;margin:30px 0 20px}
.goods-page.detail .box1 li{width:calc(25% - 37.5px);margin-right:50px;margin-bottom:30px}
.goods-page.detail .box1 li:nth-child(4n){margin-right:0}
.goods-page.detail .box1 li .img-div{width:39px;height:31px;margin:0 auto 10px}
.goods-page.detail .box1 li>p{line-height:20px;text-align:center}
.goods-page.detail .box1 .more{padding:18px 75px;position:relative}
.goods-page.detail .box1 .more::before{content:'';width:24px;height:24px;background:url(../images/17.png) no-repeat center center;position:absolute;top:50%;transform:translateY(-50%);left:40px}

.goods-page.detail .box2{padding-bottom:100px}
.goods-page.detail .box2 .tab{display:flex}
.goods-page.detail .box2 .tab>a{margin-right:10px;padding:12px 30px;background:#f5f5f5;color:#666;border-bottom:2px solid #f5f5f5;border-top:2px solid #f5f5f5;transition:.3s}
.goods-page.detail .box2 .tab>a:first-child{background:#0F445A;color:#fff;border-top-color:#0F445A;border-bottom-color:#e60012}
.goods-page.detail .box2 .tab>a:last-child{margin-right:0}
.goods-page.detail .box2 .con .tit-name{text-align:center;color:#0F445A}
.goods-page.detail .box2 .con1{padding-top:40px}
.goods-page.detail .box2 .con1 .tit-name{margin-bottom:20px}
.goods-page.detail .box2 .con1 p{font-size:16px;line-height:30px;color:#666}
.goods-page.detail .box2 .con1 a{display:inline-block}
.goods-page.detail .box2 .con1 img{max-width:100%;margin:0 auto;height:auto !important}
.goods-page.detail .box2 .con2{padding-top:40px;max-width:900px;margin:0 auto}
.goods-page.detail .box2 .con2 ul{border:1px solid rgba(0,0,0,.1);margin-top:25px;}
.goods-page.detail .box2 .con2 li{display:flex;align-items:stretch}
.goods-page.detail .box2 .con2 li:nth-child(2n+1){background:#f5f5f5}
.goods-page.detail .box2 .con2 li>p{font-size:16px;color:#666;line-height:24px;padding:8px 40px;height:inherit;display:flex;align-items:center;width:75%;border-right:1px rgba(0,0,0,.1) solid}
.goods-page.detail .box2 .con2 li>p:first-child{width:26%;}
.goods-page.detail .box2 .con2 li>p:last-child{border-right:0}
.goods-page.detail .box2 .con2 .row3 li>p{flex:1;width:auto;}
.goods-page.detail .box2 .con2 .row3 li>p:first-child{flex:1;width:auto}
.goods-page.detail .box2 .con3{padding-top:60px}
.goods-page.detail .box2 .con3 ul{display:flex;flex-wrap:wrap;margin-top:30px;justify-content:center}
.goods-page.detail .box2 .con3 li{cursor:pointer;width:calc(100% / 3 - 36px);margin-right:54px;margin-bottom:50px;padding:10px 0 0 10px;position:relative}
.goods-page.detail .box2 .con3 li:nth-child(3n){margin-right:0}
.goods-page.detail .box2 .con3 li:last-child{margin-right:0}
.goods-page.detail .box2 .con3 .time{width:90px;height:90px;position:absolute;top:0;left:0;background:#0F445A;color:#fff;display:flex;flex-direction:column;justify-content:center;align-items:center;z-index:2;transition:.3s}
.goods-page.detail .box2 .con3 .time>p:first-child{font-size:30px}
.goods-page.detail .box2 .con3 .info{background:#f5f5f5;height:100%;padding:30px 0 30px 40px;transition:.3s}
.goods-page.detail .box2 .con3 .info>p{padding-right:20px}
.goods-page.detail .box2 .con3 .info>p:nth-of-type(1){color:#666;text-align:right;padding-left:60px}
.goods-page.detail .box2 .con3 .info>p:nth-of-type(2){font-size:24px;line-height:28px;margin-bottom:10px}
.goods-page.detail .box2 .con3 .info>p:nth-of-type(3){font-size:16px}
.goods-page.detail .box2 .con3 .video{margin:15px 0 25px;padding:50px;background:url(../images/16.jpg) no-repeat center center/cover;position:relative}
.goods-page.detail .box2 .con3 .mask{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.5)}
.goods-page.detail .box2 .con3 .play{width:38px;height:38px;background:#fff url(../images/15.png) no-repeat center center;border-radius:50%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);}
.goods-page.detail .box2 .con3 .play::after{content:'';position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:38px;height:38px;background:rgba(255,255,255,.2);border-radius:50%;animation:goods-box2-play .8s linear infinite alternate}
@keyframes goods-box2-play{
	0%{width:38px;height:38px}
	100%{width:48px;height:48px}
}
.goods-page.detail .box2 .con4{padding-top:30px;max-width:900px;margin:0 auto}

.goods-page.detail .box3{padding:80px 0 60px;background:#f5f5f5}
.goods-page.detail .box3 .tit-name{font-size:60px;text-align:center;color:#000;margin-bottom:30px}
.goods-page.detail .box3 ul{display:flex;flex-wrap:wrap;}
.goods-page.detail .box3 li{width:calc(100% / 3 - 26px);height:430px;margin-right:39px;margin-bottom:40px;background:#fff}
.goods-page.detail .box3 li:nth-child(3n){margin-right:0}
.goods-page.detail .box3 .img-div{height:320px}
.goods-page.detail .box3 li>a{padding:0 50px;font-size:24px;margin-bottom:10px;text-align:center;color:#000}
.goods-page.detail .box3 li>p{padding:0 50px;font-size:16px;color:rgba(0,0,0,.6);text-align:center;}

@media (max-width:1600px){
    .goods-page.list .box1{padding:60px 0 30px}
    .goods-page.list .box2{padding:60px 0 40px}
    .goods-page.detail .box1{padding:60px 0 80px}
    .goods-page.detail .box3{padding:60px 0 40px}
}

@media (max-width:1440px){
    .goods-page.list .tit-name{font-size:50px}
    .goods-page.list .box1 .img-div{width:56px;height:50px}
    .goods-page.detail .box1{padding:50px 0 70px}
    .goods-page.detail .box1 li{width:calc(25% - 22.5px);margin-right:30px}
    .goods-page.detail .box3{padding:50px 0 30px}
    .goods-page.detail .box3 .tit-name{font-size:50px}
    .goods-page.detail .box3 li{height:380px}
    .goods-page.detail .box3 .img-div{height:270px}
}

@media (max-width:750px){
    .goods-page.list .tit-name{font-size:35px}

    .goods-page.list .box1{padding:50px 0 20px}
    .goods-page.list .box1>p{font-size:14px;line-height:24px;width:100%;margin:5px auto 30px}
    .goods-page.list .box1 ul{display:block}
    .goods-page.list .box1 li{width:100%;margin-right:0;margin-bottom:30px}
    .goods-page.list .box1 .img-div{width:50px;height:45px}
    .goods-page.list .box1 li>p{font-size:14px;line-height:24px}
    .goods-page.list .box1 li>p:nth-of-type(1){font-size:20px;line-height:32px;margin:15px 0 5px}
    
    .goods-page.list .box2{padding:50px 0 20px}
    .goods-page.list .box2 .cate{margin:30px 0 10px}
    .goods-page.list .box2 .cate .swiper-container{display:none}
    .goods-page.list .box2 .cate .m{display:flex;flex-wrap:wrap}
    .goods-page.list .box2 .cate .m>a{width:calc(50% - 5px);margin-bottom:20px}
    .goods-page.list .box2 .cate .m>a:nth-child(2n+1){margin-right:10px}
    .goods-page.list .box2 .cate .m .img-div{width:45px;height:45px;margin:0 auto 15px;border-radius:50%;background:#fff}
    .goods-page.list .box2 .cate .m .img-div>img{max-width:40%;max-height:40%}
    .goods-page.list .box2 .cate .m>a.active .img-div{background:#0F445A}
    .goods-page.list .box2 .cate .m>a>p{text-align:center}
    .goods-page.list .box2 .cate .m>a.active>p{color:#0F445A}
    .goods-page.list .box2 .cate-child{margin:0 0 30px}
    .goods-page.list .box2 .cate-child .swiper-container{display:none}
    .goods-page.list .box2 .cate-child .m{display:flex;flex-wrap:wrap;width:100%}
    .goods-page.list .box2 .cate-child .m>a{width:calc(50% - 5px);color:#666;background:#fff;height:40px;line-height:40px;margin-bottom:10px;text-align:center}
    .goods-page.list .box2 .cate-child .m>a:nth-child(2n+1){margin-right:10px}
    .goods-page.list .box2 .cate-child .m>a.active{color:#fff;background:#0F445A}
    .goods-page.list .box2 .cate-child .m>a.active::after{content:'';position:absolute;width:100%;height:2px;left:0;bottom:0;background:#e60012}
    .goods-page.list .box2 ul{display:block}
    .goods-page.list .box2 li{width:100%;margin-right:0;margin-bottom:30px;padding:30px 25px}
    .goods-page.list .box2 li>p{font-size:20px}
    .goods-page.list .box2 li>a:nth-of-type(1){font-size:22px;margin:5px 0 20px;padding-bottom:10px}
    .goods-page.list .box2 li .info{display:block}
    .goods-page.list .box2 li .info .scroll{padding-right:0;margin-bottom:20px}
    .goods-page.list .box2 li .info>img{width:100%}
    .goods-page.list .box2 .items{margin:30px 0 0}
    .goods-page.list .box2 .item{width:calc(50% - 10px)}
    .goods-page.list .box2 .item:nth-child(4n){margin-right:20px}
    .goods-page.list .box2 .item:nth-child(2n){margin-right:0}
    .goods-page.list .box2 li>a:nth-of-type(2){position:static;display:inline-block;padding:12px 30px 12px 20px}
    .goods-page.list .box2 .page{margin:10px 0 30px}
    
    .goods-page.detail .tit-name{font-size:25px}
    
    .goods-page.detail .box1{padding:50px 0;display:block}
    .goods-page.detail .box1 .pic{width:100%;margin-bottom:30px}
    .goods-page.detail .box1 .pic>h2{font-size:30px;line-height:30px;text-align:center;margin-bottom:10px}
    .goods-page.detail .box1 .pic>p{font-size:26px;line-height:36px;text-align:center;}
    .goods-page.detail .box1 .big{height:300px}
    .goods-page.detail .box1 .big .play-icon{width:40px;height:40px}
    .goods-page.detail .box1 .big .play-icon::after{width:40px;height:40px}
    @keyframes goods-box1-play{
    	0%{width:40px;height:40px}
    	100%{width:50px;height:50px}
    }
    .goods-page.detail .box1 .thumb .swiper-container{height:68px;width:calc(100% - 60px)}
    .goods-page.detail .box1 .arrow{width:30px;background-size:25px}
    .goods-page.detail .box1 .info{width:100%}
    .goods-page.detail .box1 .info .tit-name{border-bottom:1px solid rgba(0,0,0,.1);padding-bottom:10px}
    .goods-page.detail .box1 .info .note{font-size:14px;line-height:20px;margin:10px 0 20px;}
    .goods-page.detail .box1 ul{display:flex;flex-wrap:wrap;margin:30px 0 20px}
    .goods-page.detail .box1 li{width:calc(50% - 10px);margin-right:20px;margin-bottom:20px}
    .goods-page.detail .box1 li:nth-child(4n){margin-right:20px}
    .goods-page.detail .box1 li:nth-child(2n){margin-right:0}
    .goods-page.detail .box1 li .img-div{width:34px;height:26px}
    .goods-page.detail .box1 .btn{display:flex;justify-content:center}
    .goods-page.detail .box1 .more{padding:15px 60px}
    .goods-page.detail .box1 .more::before{width:20px;height:20px;background-size:20px;left:30px}
    
    .goods-page.detail .box2{padding-bottom:50px}
    .goods-page.detail .box2 .tab{display:flex;white-space:nowrap;overflow-x:auto}
    .goods-page.detail .box2 .tab>a{margin-right:5px;padding:10px 15px;font-size:12px}
    .goods-page.detail .box2 .con1{padding-top:30px}
    .goods-page.detail .box2 .con1 p{font-size:14px;line-height:24px}
    .goods-page.detail .box2 .con2{padding-top:30px}
    .goods-page.detail .box2 .con2 ul{margin-top:20px}
    .goods-page.detail .box2 .con2 li>p{font-size:12px;line-height:20px;padding:15px}
    .goods-page.detail .box2 .con2 .row3 li>p{padding:15px;}
    .goods-page.detail .box2 .con3{padding-top:30px}
    .goods-page.detail .box2 .con3 ul{display:block}
    .goods-page.detail .box2 .con3 li{width:100%;margin-right:0;margin-bottom:30px}
    .goods-page.detail .box2 .con3 .time{width:80px;height:80px;font-size:12px}
    .goods-page.detail .box2 .con3 .time>p:first-child{font-size:25px}
    .goods-page.detail .box2 .con3 .info>p:nth-of-type(1){padding-left:50px;margin-bottom:10px}
    .goods-page.detail .box2 .con3 .info>p:nth-of-type(2){font-size:20px;line-height:26px;margin-bottom:5px}
    .goods-page.detail .box2 .con3 .info>p:nth-of-type(3){font-size:14px}
    .goods-page.detail .box2 .con3 .video{margin:5px 0 15px}
    .goods-page.detail .box2 .con4{padding-top:0}
    
    .goods-page.detail .box3{padding:50px 0 20px}
    .goods-page.detail .box3 .tit-name{font-size:35px}
    .goods-page.detail .box3 ul{display:block}
    .goods-page.detail .box3 li{width:100%;height:auto;margin-right:0;margin-bottom:30px;padding:30px}
    .goods-page.detail .box3 .img-div{height:auto}
    .goods-page.detail .box3 .img-div>img{max-width:70%;max-height:70%}
    .goods-page.detail .box3 li>a{font-size:20px;margin:30px 0 10px;padding:0}
    .goods-page.detail .box3 li>p{font-size:14px;padding:0}
}

@media (any-hover:hover){
    .goods-page.list .box2 .cate .swiper-slide:hover>p{color:#0F445A}
    .goods-page.list .box2 .cate-child .swiper-slide:hover{color:#fff;background:#0F445A}
    .goods-page.list .box2 .cate-child .swiper-slide:hover::after{content:'';position:absolute;width:100%;height:2px;left:0;bottom:0;background:#e60012}
    .goods-page.list .box2 li:hover>a:nth-of-type(1){color:#e60012}
    .goods-page.list .box2 li:hover>a:nth-of-type(1)::after{background:#e60012}
    .goods-page.list .box2 li>a:nth-of-type(2):hover{border:0;padding:16px 36px 16px 26px;background-color:#0F445A;background-image:url(../images/arrow1-w.svg);color:#fff}
    .goods-page.list .box2 .btn:hover::after{content:'';position:absolute;bottom:0;left:0;width:100%;height:3px;background:#e60012}
    
    .goods-page.detail .box1 .arrow:hover{opacity:1}
    
    .goods-page.detail .box2 .tab>a:hover{background:#0F445A;color:#fff;border-top-color:#0F445A;border-bottom-color:#e60012}
    .goods-page.detail .box2 .con3 li:hover .time{background:#e60012}
    .goods-page.detail .box2 .con3 li:hover .info{background:#0F445A}
    .goods-page.detail .box2 .con3 li:hover .info>p{color:#fff}
    .goods-page.detail .box2 .con3 li:hover .info>p:nth-of-type(1){color:#fff}
    
    .goods-page.detail .box3 li>a:hover{color:#0F445A}
}

/*视频*/
.video-page .box1{padding:10px 0 50px;}
.video-page .box1 ul{display:flex;flex-wrap:wrap}
.video-page .box1 li{width:calc(100% / 3 - 36px);margin-right:54px;margin-bottom:50px;padding:10px 0 0 10px;position:relative;cursor:pointer}
.video-page .box1 li:nth-child(3n){margin-right:0}
.video-page .box1 .time{width:90px;height:90px;position:absolute;top:0;left:0;background:#0F445A;color:#fff;display:flex;flex-direction:column;justify-content:center;align-items:center;z-index:2;transition:.3s}
.video-page .box1 .time>p:first-child{font-size:30px}
.video-page .box1 .info{background:#f5f5f5;height:100%;padding:30px 0 30px 40px;transition:.3s}
.video-page .box1 .info>p{padding-right:20px}
.video-page .box1 .info>p:nth-of-type(1){color:#666;text-align:right;padding-left:60px}
.video-page .box1 .info>p:nth-of-type(2){font-size:24px;line-height:28px;margin-bottom:10px}
.video-page .box1 .info>p:nth-of-type(3){font-size:16px}
.video-page .box1 .video{margin:15px 0 25px;padding:50px;background:url(../images/16.jpg) no-repeat center center/cover;position:relative}
.video-page .box1 .mask{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.5)}
.video-page .box1 .play{width:38px;height:38px;background:#fff url(../images/15.png) no-repeat center center;border-radius:50%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);}
.video-page .box1 .play::after{content:'';position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:38px;height:38px;background:rgba(255,255,255,.2);border-radius:50%;animation:video-box1-play .8s linear infinite alternate}
@keyframes video-box1-play{
	0%{width:38px;height:38px}
	100%{width:48px;height:48px}
}
.video-page .box1 .page{margin-bottom:50px}
.video-page .box1 .page a,.video-page .box1 .page .a_cur{background:#f5f5f5}

.video-page .box2{background:#f5f5f5;padding:80px 0 100px}
.video-page .box2 .tit-name{font-size:60px;text-align:center;margin-bottom:15px}

@media (max-width:1600px){
    .video-page .box1{padding:10px 0 40px}
    .video-page .box2{padding:60px 0 80px}
}

@media (max-width:1440px){
    .video-page .box1{padding:10px 0 30px}
    .video-page .box2 .tit-name{font-size:50px}
    .video-page .box2{padding:40px 0 60px}
}

@media (max-width:750px){
    .video-page .box1{padding:0 0 20px;}
    .video-page .box1 ul{display:block}
    .video-page .box1 li{width:100%;margin-right:0;margin-bottom:30px}
    .video-page .box1 .time{width:80px;height:80px;font-size:12px}
    .video-page .box1 .time>p:first-child{font-size:25px}
    .video-page .box1 .info>p:nth-of-type(1){padding-left:50px;margin-bottom:10px}
    .video-page .box1 .info>p:nth-of-type(2){font-size:20px;line-height:26px;margin-bottom:5px}
    .video-page .box1 .info>p:nth-of-type(3){font-size:14px}
    .video-page .box1 .video{margin:5px 0 15px}
    .video-page .box1 .page{margin-bottom:30px}
    
    .video-page .box2{padding:50px 0}
    .video-page .box2 .tit-name{font-size:30px;margin-bottom:10px}
}

@media (any-hover:hover){
    .video-page .box1 li:hover .time{background:#e60012}
    .video-page .box1 li:hover .info{background:#0F445A}
    .video-page .box1 li:hover .info>p{color:#fff}
    .video-page .box1 li:hover .info>p:nth-of-type(1){color:#fff}
    .video-page .box1 .page a:hover{background:#0F445A;color:#fff}
}

/*下载*/
.download-page .box1{padding:70px 0;max-width:1100px}
.download-page .box1 .cate .tit{display:flex;align-items:center;margin-bottom:30px}
.download-page .box1 .cate .tit>p:first-child{font-size:36px}
.download-page .box1 .cate .tit>p:last-child{font-size:16px;cursor:pointer}
.download-page .box1 .cate .tit>p:last-child>span:first-child{margin:0 10px 0 50px;border-right:1px #ccc solid;padding-right:10px}
.download-page .box1 .cate ul{display:flex;flex-wrap:wrap}
.download-page .box1 .cate li{margin-right:80px;font-size:16px;padding-left:25px;position:relative;margin-bottom:25px;cursor:pointer}
.download-page .box1 .cate li::before{content:'';width:10px;height:10px;border:1px solid #ccc;position:absolute;top:3px;left:0;}
.download-page .box1 .cate li.active::before{background:#0F445A;border-color:#0F445A}
.download-page .box1 .series{padding-bottom:50px}
.download-page .box1 .series>p{font-size:36px;margin-bottom:25px}
.download-page .box1 .series .con{display:flex}
.download-page .box1 .series .item{width:calc(50% - 35px)}
.download-page .box1 .series .item:first-child{margin-right:70px}
.download-page .box1 .series .item>p{font-size:24px;margin-bottom:20px}
.download-page .box1 .my-select{border:1px solid #e5e5e5}
.download-page .box1 .my-select p{font-size:14px;padding:0 20px}
.download-page .box1 .my-select ul{background:#e5e5e5}
.download-page .box1 .my-select ul li{padding:0 20px}
.download-page .box1 .sn{margin-bottom:30px}
.download-page .box1 .sn>p{font-size:36px;margin-bottom:20px}
.download-page .box1 .sn>p:nth-of-type(2){font-size:24px;}
.download-page .box1 .sn>p:nth-of-type(3){margin-top:30px;display:none}
.download-page .box1 .sn .con{display:flex}
.download-page .box1 .sn input{width:calc(50% - 35px);margin-right:70px;border:1px solid #e5e5e5;height:60px;padding:0 20px}
.download-page .box1 .sn .btn{width:calc(50% - 35px);display:flex;align-items:center}
.download-page .box1 .sn .btn>span:first-child{width:170px;height:60px;line-height:60px;text-align:center;background:#0F445A;color:#fff;font-size:16px;margin-right:20px;cursor:pointer;transition:.3s;border-bottom:3px solid #e60012}
.download-page .box1 .sn .btn>span:last-child{font-size:16px;cursor:pointer;background:url(../images/clear.svg) no-repeat left center/20px;padding-left:30px}
.download-page .box1 .data .item{margin-bottom:15px}
.download-page .box1 .data .item>p{display:flex;padding:12px 40px;border:1px #e5e5e5 solid;align-items:center;cursor:pointer}
.download-page .box1 .data .item>p>span:first-child{flex:1;padding-right:50px;font-size:18px;line-height:28px}
.download-page .box1 .data .item>p>span:last-child{width:22px;height:22px;background:url(../images/arrow.svg) no-repeat center center/22px;}
.download-page .box1 .data .item.active>p>span:last-child{transform:rotate(180deg)}
.download-page .box1 .data ul{background:#f5f5f5;border-left:1px solid #e5e5e5;border-right:1px solid #e5e5e5;display:none}
.download-page .box1 .data li{border-bottom:1px solid #e5e5e5;align-items:center;padding:12px 40px;cursor:pointer;transition:.3s;display: none;}
.download-page .box1 .data li:nth-child(-n+5){display: flex;}
.download-page .box1 .data li.load{height: 50px;position: relative;display:block;}
.download-page .box1 .data li.load::after{content:'';width:15px;height: 15px;top:18px;left: 50%;transform: translate(-50%,0);background: url(../images/arrow3.png) no-repeat center center/100%;position: absolute;}
.download-page .box1 .data li>span{line-height:24px;width:18%}
.download-page .box1 .data li>a:nth-of-type(1){width:calc(82% - 350px);padding:0 50px}
.download-page .box1 .data li>span:nth-of-type(2){width:80px;text-align:center}
.download-page .box1 .data li>span:nth-of-type(3){width:250px;text-align:center}
.download-page .box1 .data li>a:nth-of-type(2){width:20px;height:20px;background:url(../images/22.png) no-repeat center center/20px}
.download-page .box1 .none{background:#e5e5e5;font-size:34px;line-height:80px;text-align:center}
@keyframes download-box1-play {
    50%{transform: translate(-50%,1px);}
    100%{transform: translate(-50%,-1px);}
}

.download-page .box2{background:#f5f5f5;padding:80px 0 100px}
.download-page .box2 .tit-name{font-size:60px;text-align:center;margin-bottom:15px}

@media (max-width:1600px){
    .download-page .box1{padding:50px 0}
    .download-page .box2{padding:60px 0 80px}
}

@media (max-width:1440px){
    .download-page .box1{padding:40px 0}
    .download-page .box1 .my-select{height:50px}
    .download-page .box1 .my-select p{line-height:50px}
    .download-page .box1 .my-select:after{top:17px}
    .download-page .box1 .my-select.on:after{top:22px}
    .download-page .box1 .sn input{height:50px}
    .download-page .box1 .sn .btn>span:first-child{height:50px;line-height:50px}
    .download-page .box1 .data .item>p{padding:12px 30px}
    .download-page .box1 .data .item>p>span:first-child{font-size:18px;line-height:28px}
    .download-page .box2 .tit-name{font-size:50px}
    .download-page .box2{padding:40px 0 60px}
}

@media (max-width:750px){
    .download-page .box1{padding:30px 0 20px;}
    .download-page .box1 .cate .tit{display:flex;align-items:center;margin-bottom:20px}
    .download-page .box1 .cate .tit>p:first-child{font-size:26px}
    .download-page .box1 .cate .tit>p:last-child{font-size:14px}
    .download-page .box1 .cate .tit>p:last-child>span:first-child{margin:0 5px 0 20px;padding-right:5px}
    .download-page .box1 .cate li{margin-right:30px;font-size:14px;padding-left:20px;margin-bottom:15px}
    .download-page .box1 .series{padding-bottom:0}
    .download-page .box1 .series>p{font-size:26px;margin-bottom:15px}
    .download-page .box1 .series .con{display:block}
    .download-page .box1 .series .item{width:100%;margin-bottom:20px}
    .download-page .box1 .series .item:first-child{margin-right:0}
    .download-page .box1 .series .item>p{font-size:22px;margin-bottom:10px}
    .download-page .box1 .my-select{height:40px}
    .download-page .box1 .my-select p{line-height:40px;font-size:14px;padding:0 15px}
    .download-page .box1 .my-select:after{top:12px}
    .download-page .box1 .my-select.on:after{top:17px}
    .download-page .box1 .my-select ul li{padding:0 15px}
    .download-page .box1 .sn{margin-bottom:20px}
    .download-page .box1 .sn>p{font-size:26px;margin-bottom:10px}
    .download-page .box1 .sn>p:nth-of-type(2){font-size:22px}
    .download-page .box1 .sn>p:nth-of-type(3){margin-top:20px}
    .download-page .box1 .sn .con{display:block}
    .download-page .box1 .sn input{width:100%;margin-right:0;height:40px;padding:0 15px;margin-bottom:20px}
    .download-page .box1 .sn .btn{width:100%}
    .download-page .box1 .sn .btn>span:first-child{width:120px;height:40px;line-height:40px;font-size:14px}
    .download-page .box1 .sn .btn>span:last-child{font-size:14px;padding-left:25px}
    .download-page .box1 .data .item{margin-bottom:10px}
    .download-page .box1 .data .item>p{padding:12px 25px}
    .download-page .box1 .data .item>p>span:first-child{font-size:16px;line-height:26px}
    .download-page .box1 .data .item>p>span:last-child{width:18px;height:18px;background-size:18px}
    .download-page .box1 .data li{flex-wrap:wrap;padding:12px 25px}
    .download-page .box1 .data li>span:nth-of-type(1){width:100%;}
    .download-page .box1 .data li>a:nth-of-type(1){width:100%;padding:10px 0;line-height:22px}
    .download-page .box1 .data li>span:nth-of-type(2){width:60px;line-height:20px;text-align:left}
    .download-page .box1 .data li>span:nth-of-type(3){width:calc(100% - 80px);line-height:20px;text-align:left}
    .download-page .box1 .data li>a:nth-of-type(2){width:20px;height:20px;background:url(../images/22.png) no-repeat center center/20px}
    .download-page .box1 .none{font-size:24px;line-height:50px}
    
    .download-page .box2{padding:50px 0}
    .download-page .box2 .tit-name{font-size:30px;margin-bottom:10px}
}

@media (any-hover:hover){
    .download-page .box1 .cate .tit>p:last-child>span:hover{color:#e60012}
    .download-page .box1 .sn .btn>span:first-child:hover{background:#e60012;border-color:#0f445a}
    .download-page .box1 .sn .btn>span:last-child:hover{color:#e60012}
    .download-page .box1 .data li:hover{background-color:#0F445A;color:#fff}
    .download-page .box1 .data li:hover>a:nth-of-type(1){color:#fff}
    .download-page .box1 .data li:hover>a:nth-of-type(2){background-image:url(../images/22-h.png)}
    .download-page .box1 .data li:hover.load{background-color: #0f445a;}
    .download-page .box1 .data li:hover.load::after{background-image:url(../images/arrow3-w.png);animation: download-box1-play .3s infinite;}
}

/*faq*/
.faq-page .box1{padding:70px 0 80px}
.faq-page .box1 ul{display:flex;flex-wrap:wrap;margin-bottom:30px}
.faq-page .box1 li{width:calc(100% / 3 - 26px);margin-right:39px;margin-bottom:40px;position:relative}
.faq-page .box1 li:nth-child(3n){margin-right:0}
.faq-page .box1 li .mask{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.7);transition:.3s}
.faq-page .box1 li .img{padding-bottom:105%}
.faq-page .box1 li .info{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center}
.faq-page .box1 li .img-div{width:58px;height:55px;margin:0 auto}
.faq-page .box1 li .info>p{text-align:center;color:#fff;font-size:24px;line-height:30px;margin:15px 0 20px;padding:0 30px}
.faq-page .box1 li .info>a{border:1px #fff solid;color:#fff;padding:16px 40px 16px 20px;background:url(../images/arrow1-w.svg) no-repeat 88% center/15px;transition:.3s}
.faq-page .box1 li.active .mask{background:rgba(15,68,90,.8)}
.faq-page .box1 li.active .info>a{background-color:#fff;color:#0F445A;background-image:url(../images/arrow1.svg)}
.faq-page .box1 .con .item{border:1px rgba(0,0,0,.1) solid;display:flex;margin-bottom:20px}
.faq-page .box1 .con .item>p:first-child{font-size:24px;line-height:28px;flex:1;padding:25px 30px 25px 30px;transition:.3s}
.faq-page .box1 .con .item>p:last-child{width:80px;background:url(../images/22.png) no-repeat center center;transition:.3s}
.faq-page .box1 .page{margin:50px 0 20px}
.faq-page .box1 .page a,.video-page .box1 .page .a_cur{background:#f5f5f5}

.faq-page .box2{background:#f5f5f5;padding:80px 0 100px}
.faq-page .box2 .tit-name{font-size:60px;text-align:center;margin-bottom:15px}

@media (max-width:1600px){
    .faq-page .box1{padding:50px 0 60px}
    .faq-page .box2{padding:60px 0 80px}
}

@media (max-width:1440px){
    .faq-page .box1{padding:40px 0 50px}
    .faq-page .box2{padding:40px 0 60px}
    .faq-page .box2 .tit-name{font-size:50px}
}

@media (max-width:750px){
    .faq-page .box1{padding:50px 0 30px}
    .faq-page .box1 ul{display:block;margin-bottom:0}
    .faq-page .box1 li{width:100%;margin-right:0;margin-bottom:20px}
    .faq-page .box1 li .img-div{width:48px;height:45px}
    .faq-page .box1 li .info>p{font-size:20px;line-height:26px;margin:10px 0 15px}
    .faq-page .box1 li .info>a{padding:14px 35px 14px 15px}
    .faq-page .box1 .con .item>p:first-child{font-size:20px;line-height:24px;padding:15px 30px 15px 20px}
    .faq-page .box1 .con .item>p:last-child{width:60px}
    .faq-page .box1 .page{margin:30px 0}
    
    .faq-page .box2{padding:50px 0}
    .faq-page .box2 .tit-name{font-size:30px}
}

@media (any-hover:hover){
    .faq-page .box1 li:hover .mask{background:rgba(15,68,90,.8)}
    .faq-page .box1 li:hover .info>a{background-color:#fff;color:#0F445A;background-image:url(../images/arrow1.svg)}
    .faq-page .box1 .con .item:hover>p:first-child{background:#0F445A;color:#fff}
    .faq-page .box1 .con .item:hover>p:last-child{background-color:#e60012;background-image:url(../images/22-h.png)}
    .faq-page .box1 .page a:hover{background:#0F445A;color:#fff}
}

/*关于我们*/
.about-page .tit-name{font-size:60px;color:#000}
.about-page .tit-note{font-size:16px;color:#666;line-height:30px;}

.about-page .box1{margin-bottom:100px}
.about-page .box1 .info{padding:80px 0 215px;background:#f5f5f5}
.about-page .box1 .info .width{display:flex;align-items:center}
.about-page .box1 .info img{width:46.87%}
.about-page .box1 .info .txt{flex:1;padding-left:60px}
.about-page .box1 .info .txt>p{font-size:24px;line-height:30px;border-bottom:1px solid rgba(0,0,0,.15);margin:5px 0 15px;padding-bottom:10px}
.about-page .box1 .tit-note{max-height:200px;overflow:hidden;line-height:20px}
.about-page .box1 .num-animate{background:#fff;box-shadow:0 10px 20px rgba(0,0,0,.07);margin-top:-140px;display:flex;flex-wrap:wrap;padding:70px 100px 20px}
.about-page .box1 .num-animate li{width:calc(25% - 22.5px);margin-right:30px;display:flex;margin-bottom:50px}
.about-page .box1 .num-animate li:nth-child(4n){margin-right:0}
.about-page .box1 .num-animate .img-div{width:47px;height:37px;margin-top:15px}
.about-page .box1 .num-animate .txt{flex:1;padding-left:20px}
.about-page .box1 .num-animate .num{display:flex}
.about-page .box1 .num-animate .num>span:first-child{font-size:40px}
.about-page .box1 .num-animate .num>span:last-child{margin:7px 0 0 5px}
.about-page .box1 .num-animate p{line-height:24px;color:#666}

.about-page .box2{padding:85px 0 100px}
.about-page .box2 .tit-name{color:#fff}
.about-page .box2 .tit-note{color:#fff;opacity:.8;margin:20px 0 90px}
.about-page .box2 .con{max-width:1430px;position:relative}
.about-page .box2 .swiper-slide{border-bottom:1px solid rgba(255,255,255,.3);padding-bottom:15px;height:auto}
.about-page .box2 .swiper-slide>span{display:inline-block;background:#fff;font-size:26px;line-height:34px;color:#0F445A;padding:8px 32px;margin-bottom:30px}
.about-page .box2 .swiper-slide>p{color:#fff;font-size:16px;line-height:30px}
.about-page .box2 .arrow{width:34px;height:34px;border-radius:50%;border:1px solid rgba(255,255,255,.5);background:url(../images/arrow1-w.svg) no-repeat center center/16px;position:absolute;top:50%;transform:translateY(-50%);transition:.3s}
.about-page .box2 .prev{left:0;transform:translateY(-50%) rotate(180deg)}
.about-page .box2 .next{right:0}

.about-page .box3{padding:85px 0 100px}
.about-page .box3 .tit-name{text-align:center;margin-bottom:20px}
.about-page .box3 .swiper-slide{position:relative}
.about-page .box3 .img-bg{width:55%}
.about-page .box3 .img{padding-bottom:66.68%}
.about-page .box3 .info{position:absolute;right:0;top:0;width:57.03%;height:100%;background:url(../images/23.png) no-repeat left center/cover;color:#fff;padding:8% 5% 17% 14%}
.about-page .box3 .info>p:first-child{font-size:36px;line-height:46px;margin-bottom:15px}
.about-page .box3 .info>p:last-child{font-size:16px;line-height:28px;max-height:140px;overflow:hidden}
.about-page .box3 .mCS-myscroll.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background:#fff}
.about-page .box3 .mCS-myscroll.mCSB_scrollTools .mCSB_draggerRail{background:rgba(255,255,255,.3)}
.about-page .box3 .swiper-pagination{width:57.03%;text-align:center;left:auto;right:0;bottom:17%}
.about-page .box3 .swiper-pagination-bullet{border-radius:0;width:30px;height:26px;background:url(../images/24.png) no-repeat center center;line-height:26px;opacity:1;font-size:16px;font-style:italic;color:#0F445A}
.about-page .box3 .swiper-pagination-bullet-active{background-image:url(../images/24-h.png)}

@media (max-width:1600px){
    .about-page .box1{margin-bottom:80px}
    .about-page .box1 .info{padding:60px 0 195px}
    .about-page .box2{padding:65px 0 80px}
    .about-page .box3{padding:65px 0 80px}
}

@media (max-width:1440px){
    .about-page .tit-name{font-size:50px}
    .about-page .box1{margin-bottom:60px}
    .about-page .box1 .num-animate{padding:60px 80px 20px}
    .about-page .box1 .num-animate li{margin-bottom:40px}
    .about-page .box1 .num-animate .num>span:first-child{font-size:35px}
    .about-page .box2 .tit-note{margin:20px 0 70px}
    .about-page .box2 .swiper-slide>span{font-size:22px}
}

@media (max-width:750px){
    .about-page .tit-name{font-size:35px}
    .about-page .tit-note{font-size:14px;line-height:24px}
    
    .about-page .box1{margin-bottom:50px}
    .about-page .box1 .info{padding:50px 0}
    .about-page .box1 .info .width{display:block}
    .about-page .box1 .info img{width:100%;margin-bottom:20px}
    .about-page .box1 .info .txt{padding-left:0}
    .about-page .box1 .info .txt>p{font-size:20px;line-height:28px}
    .about-page .box1 .tit-note{max-height:120px}
    .about-page .box1 .num-animate{margin-top:-30px;padding:30px 20px 10px}
    .about-page .box1 .num-animate li{width:calc(50% - 10px);margin-right:20px;margin-bottom:20px;display:block}
    .about-page .box1 .num-animate li:nth-child(4n){margin-right:20px}
    .about-page .box1 .num-animate li:nth-child(2n){margin-right:0}
    .about-page .box1 .num-animate .img-div{width:37px;height:27px;margin:0 auto 10px}
    .about-page .box1 .num-animate .txt{padding-left:0}
    .about-page .box1 .num-animate .num{justify-content:center}
    .about-page .box1 .num-animate .num>span:first-child{font-size:30px}
    .about-page .box1 .num-animate .num>span:last-child{margin:10px 0 0 5px;font-size:12px}
    .about-page .box1 .num-animate p{font-size:12px;line-height:20px;text-align:center}
    
    .about-page .box2{padding:50px 0}
    .about-page .box2 .tit-name{text-align:center}
    .about-page .box2 .tit-note{text-align:center;margin:10px 0 50px}
    .about-page .box2 .swiper-slide{text-align:center;padding:0 20px 15px}
    .about-page .box2 .swiper-slide>span{font-size:22px;line-height:30px;padding:8px 25px;margin-bottom:20px}
    .about-page .box2 .swiper-slide>p{font-size:14px;line-height:24px}
    .about-page .box2 .arrow{width:30px;height:30px}
    
    .about-page .box3{padding:50px 0}
    .about-page .box3 .swiper-slide{height:auto;background:#0F445A;}
    .about-page .box3 .img-bg{width:100%}
    .about-page .box3 .info{position:static;width:100%;height:auto;background:none;padding:30px 30px 70px}
    .about-page .box3 .info>p:first-child{font-size:30px;line-height:40px;margin-bottom:10px}
    .about-page .box3 .info>p:last-child{font-size:14px;line-height:24px;max-height:120px}
    .about-page .box3 .swiper-pagination{width:100%;bottom:20px}
}

@media (any-hover:hover){
    .about-page .box2 .arrow:hover{background-color:#0F445A;border-color:#0F445A}
}

/*新闻*/
.news-page.list{padding:100px 0 60px}
.news-page.list{background:#f5f5f5}
.news-page.list .best{display:flex;margin-bottom:30px;flex-wrap:wrap}
.news-page.list .best .item{width:calc(50% - 20px);position:relative;margin-bottom:40px}
.news-page.list .best .item:nth-child(2n+1){margin-right:40px}
.news-page.list .best .img{padding-bottom:64.67%}
.news-page.list .best .info{width:54.83%;height:120px;position:absolute;left:0;bottom:0;background:rgba(255,255,255,.7);padding:30px;font-size:16px;transition:.3s}
.news-page.list .best .name{font-size:24px;line-height:26px;color:#222;margin-top:10px;width:calc(100% - 50px)}
.news-page.list .best .circle{position:absolute;right:20px;bottom:20px;width:28px;height:28px;border:1px solid #333;border-radius:50%;background:url(../images/arrow2.png) no-repeat center center}

.news-page.list .con{display:flex;flex-wrap:wrap}
.news-page.list .con .item{background:#fff;position:relative;width:calc(100% / 3 - 26px);height:450px;margin-right:39px;margin-bottom:40px}
.news-page.list .con .item:nth-child(3n){margin-right:0}
.news-page.list .con .mask{display:none;position:absolute;top:0;left:0;width:100%;height:100%}
.news-page.list .con .info{position:relative;height:100%;padding:40px}
.news-page.list .con .tag{opacity:.8}
.news-page.list .con .name{font-size:24px;color:#222;line-height:26px;margin:15px 0 40px}
.news-page.list .con .tag1{font-size:12px;color:#666;border-radius:16px;padding:9px 25px;border:1px #eee solid;display:inline-block}
.news-page.list .con .time{border-top:1px solid rgba(0,0,0,.15);display:flex;justify-content:space-between;align-items:center;position:absolute;bottom:30px;left:40px;right:40px;padding-top:10px}
.news-page.list .con .date{font-size:54px;color:#222}
.news-page.list .con .time>div:last-child{font-size:16px;display:flex;flex-direction:column;align-items:flex-end}
.news-page.list .con .arrow{width:23px;height:11px;background:url(../images/arrow.png) no-repeat center center/23px;margin-top:15px}
.news-page.list .page{margin:10px auto 40px}

.news-page.detail{padding:100px 0}
.news-page.detail .name{font-size:48px;line-height:58px;text-align:center}
.news-page.detail .time{font-size:16px;color:#999;text-align:center;margin:5px 0 45px}
.news-page.detail .time>span:first-child{margin-right:30px}
.news-page.detail .content{border-top:1px solid rgba(0,0,0,.15);border-bottom:1px solid rgba(0,0,0,.15);padding:40px 5% 70px;margin-bottom:40px}
.news-page.detail .content p{font-size:16px;line-height:32px;color:#666}
.news-page.detail .content a{display:inline-block}
.news-page.detail .content img{max-width:100%;margin:40px auto;height:auto !important}
.news-page.detail .jump{display:flex;justify-content:space-between;align-items:center}
.news-page.detail .jump .info{width:calc(100% - 200px)}
.news-page.detail .jump .info>a{font-size:20px}
.news-page.detail .jump .info>a:first-child{margin-bottom:5px}
.news-page.detail .jump .btn{width:200px;display:flex;justify-content:flex-end}
.news-page.detail .jump .btn>a{border-radius:28px;background:#0F445A;color:#fff;padding:20px 52px;transition:.3s}

@media (max-width:1600px){
    .news-page.list{padding:80px 0 40px}
    .news-page.list .best{margin-bottom:20px}
    .news-page.detail{padding:80px 0}
}

@media (max-width:1440px){
    .news-page.list{padding:60px 0 40px}
    .news-page.detail{padding:60px 0}
    .news-page.detail .name{font-size:40px}
    .news-page.detail .time{margin:5px 0 30px}
    .news-page.detail .content{padding:30px 5% 50px}
    .news-page.detail .jump .btn>a{padding:15px 45px}
}

@media (max-width:750px){
    .news-page.list{padding:50px 0 20px}
    .news-page.list .best{display:block;margin-bottom:0}
    .news-page.list .best .item{width:100%;margin-bottom:30px}
    .news-page.list .best .item:nth-child(2n+1){margin-right:0}
    .news-page.list .best .info{width:100%;height:auto;position:static;padding:25px 25px 60px;font-size:14px}
    .news-page.list .best .name{font-size:20px;line-height:22px;margin-top:5px}
    .news-page.list .best .circle{position:static;float:right;width:25px;height:25px;background-size:10px}
    
    .news-page.list .con{display:block}
    .news-page.list .con .item{width:100%;height:auto;margin-right:0;margin-bottom:30px}
    .news-page.list .con .item:nth-child(3n){margin-right:0}
    .news-page.list .con .info{padding:30px;}
    .news-page.list .con .tag{font-size:14px}
    .news-page.list .con .name{font-size:20px;line-height:24px;margin:10px 0 20px}
    .news-page.list .con .tag1{font-size:12px;padding:10px 20px;margin-bottom:20px}
    .news-page.list .con .time{position:static;padding-top:20px}
    .news-page.list .con .date{font-size:40px}
    .news-page.list .con .time>div:last-child{font-size:14px}
    .news-page.list .con .arrow{margin-top:10px}
    .news-page.list .page{margin:0 auto 30px}
    
    .news-page.detail{padding:50px 0}
    .news-page.detail .name{font-size:25px;line-height:30px}
    .news-page.detail .time{font-size:14px;margin:10px 0 20px}
    .news-page.detail .time>span:first-child{margin-right:20px}
    .news-page.detail .content{padding:20px 0;margin-bottom:30px}
    .news-page.detail .content p{font-size:14px;line-height:24px}
    .news-page.detail .content img{margin:20px auto}
    .news-page.detail .jump{display:block}
    .news-page.detail .jump .info{width:100%;margin-bottom:20px}
    .news-page.detail .jump .info>a{font-size:18px}
    .news-page.detail .jump .btn{width:100%;justify-content:flex-start}
    .news-page.detail .jump .btn>a{padding:12px 30px}
}

@media (any-hover:hover){
    .news-page.list .best .item:hover .info{background:#0F445A;color:#fff}
    .news-page.list .best .item:hover .info::after{content:'';position:absolute;bottom:0;left:0;width:100%;height:4px;background:#e60012}
    .news-page.list .best .item:hover .name{color:#fff}
    .news-page.list .best .item:hover .circle{border-color:#fff;background-image:url(../images/arrow2-w.png)}
    
    .news-page.list .con .item:hover{color:#fff}
    .news-page.list .con .item:hover .name{color:#fff}
    .news-page.list .con .item:hover .tag1{display:none}
    .news-page.list .con .item:hover .time{border-color:rgba(255,255,255,.15)}
    .news-page.list .con .item:hover .date{color:#fff}
    .news-page.list .con .item:hover .arrow{background-image:url(../images/arrow-w.png)}
    
    .news-page.detail .jump .info>a.dot:hover{color:#0F445A}
    .news-page.detail .jump .btn>a:hover{background:#e60012}
}

/*加入*/
.joins-page .box1{padding:80px 0;display:flex;flex-wrap:wrap}
.joins-page .box1 li{width:calc(100% / 3);position:relative;display:flex;flex-direction:column;justify-content:flex-end;height:640px}
.joins-page .box1 .img-bg{width:100%;height:320px;position:absolute;top:0;left:0}
.joins-page .box1 .img{height:100%}
.joins-page .box1 .info{height:320px;background:#f5f5f5;padding:60px 40px 40px;transition:.3s}
.joins-page .box1 .info>p:first-child{font-size:30px;line-height:30px;margin-bottom:10px}
.joins-page .box1 .info>p:last-child{color:#666;line-height:24px;max-height:144px;overflow:hidden}
.joins-page .box1 li:nth-child(2n){justify-content:flex-start}
.joins-page .box1 li:nth-child(2n) .img-bg{top:auto;bottom:0}

.joins-page .box2{background:#f5f5f5;padding-bottom:70px;position:relative}
.joins-page .box2 .img{height:600px}
.joins-page .box2 .info{position:absolute;top:100px;left:50%;transform:translateX(-50%);z-index:2}
.joins-page .box2 .info>p{text-align:center;color:#fff;width:68%;margin:0 auto}
.joins-page .box2 .info>p:first-child{font-size:60px}
.joins-page .box2 .info>p:nth-child(2){opacity:.8;font-size:16px;line-height:30px;padding:20px 0 60px}
.joins-page .box2 .choose{display:flex;width:77%;margin:0 auto}
.joins-page .box2 .choose .my-select{flex:1;margin-right:50px}
.joins-page .box2 .choose .input{flex:1.5;display:flex;align-items:center;background:#fff}
.joins-page .box2 .choose .input>input{width:calc(100% - 60px);padding:0 20px;height:60px;font-size:16px}
.joins-page .box2 .choose .input>input::placeholder{font-size:16px;color:#333}
.joins-page .box2 .choose .input>a{width:60px;height:60px;background:url(../images/search.svg) no-repeat center center/22px;transition:.3s}
.joins-page .box2 .ul{display:flex;flex-wrap:wrap;margin-top:-135px;position:relative;z-index:1}
.joins-page .box2 .ul li{width:calc(100% / 3 - 16px);margin-right:24px;margin-bottom:30px;background:#fff;padding:40px 40px 50px}
.joins-page .box2 .ul li:nth-child(3n){margin-right:0}
.joins-page .box2 .ul li>p{font-size:24px;color:#000}
.joins-page .box2 .ul .attr{display:flex;line-height:20px;border-bottom:1px solid rgba(0,0,0,.15);margin:20px 0 30px;padding-bottom:30px}
.joins-page .box2 .ul .attr>span{color:#666}
.joins-page .box2 .ul .attr>span:first-child{background:url(../images/25.png) no-repeat left center;padding:0 15px 0 25px;margin-right:15px;position:relative}
.joins-page .box2 .ul .attr>span:first-child::after{content:'';position:absolute;width:1px;height:14px;right:0;top:2px;background:#999}
.joins-page .box2 .ul .attr>span:last-child{background:url(../images/26.png) no-repeat left center;padding-left:30px}
.joins-page .box2 .ul .btn{position:relative;display:inline-block;padding:15px 35px 15px 20px;background:url(../images/arrow1.svg) no-repeat 90% center/15px;border:1px solid rgba(0,0,0,.1);color:#666}
.joins-page .box2 .popup{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.4);z-index:999}
.joins-page .box2 .popup .con{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background:#fff;padding:60px 70px}
.joins-page .box2 .popup .scroll{overflow:hidden;}
.joins-page .box2 .popup .close{width:30px;height:30px;position:absolute;right:30px;top:30px;background:url(../images/close.svg) no-repeat center center/30px;z-index:998}
.joins-page .box2 .popup .name{font-size:36px;color:#000}
.joins-page .box2 .popup .attr{display:flex;line-height:20px;border-bottom:1px solid rgba(0,0,0,.15);margin:20px 0 40px;padding-bottom:30px}
.joins-page .box2 .popup .attr>span{color:#666}
.joins-page .box2 .popup .attr>span:first-child{background:url(../images/25.png) no-repeat left center;padding:0 15px 0 25px;margin-right:15px;position:relative}
.joins-page .box2 .popup .attr>span:first-child::after{content:'';position:absolute;width:1px;height:14px;right:0;top:2px;background:#999}
.joins-page .box2 .popup .attr>span:last-child{background:url(../images/26.png) no-repeat left center;padding-left:30px}
.joins-page .box2 .popup .tit{font-size:30px;margin-bottom:20px}
.joins-page .box2 .popup .note{font-size:16px;line-height:30px;color:#666;margin-bottom:45px}
.joins-page .box2 .popup .email{line-height:22px;font-size:16px;color:#666;background:url(../images/27.png) no-repeat left top;padding-left:40px;margin-bottom:20px}

@media (max-width:1600px){
    .joins-page .box1{padding:60px 0}
    .joins-page .box2{padding-bottom:50px}
    .joins-page .box2 .img{height:550px}
    .joins-page .box2 .info{top:80px}
    .joins-page .box2 .info>p:nth-child(2){padding:20px 0 50px}
}

@media (max-width:1440px){
    .joins-page .box1{padding:50px 0}
    .joins-page .box1 .info>p:first-child{font-size:26px}
    .joins-page .box2 .info>p:first-child{font-size:50px}
    .joins-page .box2 .img{height:500px}
    .joins-page .box2 .info{top:60px}
    .joins-page .box2 .info>p:nth-child(2){padding:20px 0 30px}
    .joins-page .box2 .popup .name{font-size:32px}
    .joins-page .box2 .popup .attr{padding-bottom:20px}
    .joins-page .box2 .popup .tit{font-size:28px}
}

@media (max-width:750px){
    .joins-page .box1{padding:50px 0;display:block}
    .joins-page .box1 li{width:100%;justify-content:flex-start;height:auto}
    .joins-page .box1 .img-bg{height:auto;position:static}
    .joins-page .box1 .img{height:auto;padding-bottom:75.11%}
    .joins-page .box1 .info{height:auto;padding:30px}
    .joins-page .box1 .info>p:first-child{font-size:25px;line-height:35px}
    
    .joins-page .box2{padding-bottom:30px}
    .joins-page .box2 .img{height:auto}
    .joins-page .box2 .info{top:50px}
    .joins-page .box2 .info>p{width:100%}
    .joins-page .box2 .info>p:first-child{font-size:30px}
    .joins-page .box2 .info>p:nth-child(2){font-size:14px;line-height:24px;padding:10px 0 30px}
    .joins-page .box2 .choose{flex-wrap:wrap;width:100%}
    .joins-page .box2 .choose .my-select{flex:auto;width:calc(50% - 10px);margin-right:20px;margin-bottom:20px}
    .joins-page .box2 .choose .my-select:nth-child(2){margin-right:0}
    .joins-page .box2 .choose .input{width:100%}
    .joins-page .box2 .choose .input>input{width:calc(100% - 40px);padding:0 15px;height:40px;font-size:14px}
    .joins-page .box2 .choose .input>input::placeholder{font-size:14px}
    .joins-page .box2 .choose .input>a{width:40px;height:40px;background-size:18px}
    .joins-page .box2 .ul{margin-top:-50px}
    .joins-page .box2 .ul li{width:100%;margin-right:0;margin-bottom:20px;padding:30px}
    .joins-page .box2 .ul li>p{font-size:20px}
    .joins-page .box2 .ul .attr{margin:15px 0 20px;padding-bottom:20px}
    .joins-page .box2 .ul .btn{padding:12px 40px 12px 20px}
    .joins-page .box2 .popup .con{padding:50px 30px 30px}
    .joins-page .box2 .popup .close{width:20px;height:20px;right:15px;top:15px;background-size:20px}
    .joins-page .box2 .popup .name{font-size:25px}
    .joins-page .box2 .popup .attr{margin:15px 0 20px;padding-bottom:20px}
    .joins-page .box2 .popup .tit{font-size:20px;margin-bottom:10px}
    .joins-page .box2 .popup .note{font-size:14px;line-height:24px;margin-bottom:20px}
    .joins-page .box2 .popup .email{line-height:22px;font-size:14px;background-size:20px;background-position:left 2px;padding-left:30px;margin-bottom:20px}
}

@media (any-hover:hover){
    .joins-page .box1 li:hover .info{background:#0F445A}
    .joins-page .box1 li:hover .info>p:first-child{color:#fff}
    .joins-page .box1 li:hover .info>p:last-child{color:#fff}
    .joins-page .box1 li:hover .mCS-myscroll.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background:#fff}
    .joins-page .box1 li:hover .mCS-myscroll.mCSB_scrollTools .mCSB_draggerRail{background:rgba(255,255,255,.3)}
    
    .joins-page .box2 .choose .input>a:hover{background-color:#0F445A;background-image:url(../images/search-w.svg)}
    .joins-page .box2 .ul li:hover>p{color:#0F445A}
    .joins-page .box2 .ul .btn:hover{border:0;padding:16px 36px 16px 21px;background-color:#0F445A;background-image:url(../images/arrow1-w.svg);color:#fff}
    .joins-page .box2 .ul .btn:hover::after{content:'';position:absolute;bottom:0;left:0;width:100%;height:3px;background:#e60012}
}

/*联系*/
.contact-page .tit-name{font-size:60px;text-align:center;color:#000}

.contact-page .box1{padding:80px 0 100px;background:#f5f5f5}
.contact-page .box1 ul{display:flex;flex-wrap:wrap;margin:40px 0 30px}
.contact-page .box1 li{background:#fff;width:calc(25% - 15px);margin-right:20px;margin-bottom:20px;padding:40px 20px 30px;transition:.3s;position:relative}
.contact-page .box1 li:nth-child(4n){margin-right:0}
.contact-page .box1 .img-div{width:31px;height:32px;margin:0 auto}
.contact-page .box1 li>p{text-align:center}
.contact-page .box1 li>p:nth-of-type(1){font-size:24px;line-height:34px;margin:5px 0}
.contact-page .box1 li>p:nth-of-type(2){line-height:24px;color:#666}
.contact-page .box1 #map{height:500px}
.contact-page .box1 .BMap_cpyCtrl,.contact-page .box1 .BMap_stdMpCtrl,.contact-page .box1 .anchorBL,.contact-page .box1 .BMap_omCtrl,.contact-page .box1 .BMap_noprint{display:none}
.contact-page .box1 .BMapLabel{width:max-content;height:70px;border:0 !important;}
.contact-page .box1 .map-tit{height:70px;padding:0 35px;background:#0F445A;position:relative}
.contact-page .box1 .map-tit::after{content:'';position:absolute;left:50%;bottom:-5px;width:20px;height:20px;background:#0F445A;transform:translateX(-50%) rotate(45deg)}
.contact-page .box1 .map-tit>p{font-size:18px;line-height:70px;text-align:center;color:#fff;}

.contact-page .box2{padding:80px 0 100px}
.contact-page .box2 .form{margin-top:30px}

@media (max-width:1600px){
    .contact-page .box1{padding:60px 0 80px}
    .contact-page .box2{padding:60px 0 80px}
}

@media (max-width:1440px){
    .contact-page .box1{padding:40px 0 60px}
    .contact-page .box2{padding:40px 0 60px}
    .contact-page .tit-name{font-size:50px}
}

@media (max-width:750px){
    .contact-page .tit-name{font-size:35px}

    .contact-page .box1{padding:50px 0 30px}
    .contact-page .box1 ul{display:block;margin:30px 0}
    .contact-page .box1 li{width:100%;margin-right:0;margin-bottom:20px;padding:30px}
    .contact-page .box1 .img-div{width:26px;height:27px}
    .contact-page .box1 #map{height:300px}
    .contact-page .box1 .BMap_cpyCtrl,.contact-page .box1 .BMap_stdMpCtrl,.contact-page .box1 .anchorBL,.contact-page .box1 .BMap_omCtrl,.contact-page .box1 .BMap_noprint{display:none}
    .contact-page .box1 .BMapLabel{height:50px}
    .contact-page .box1 .map-tit{height:50px;padding:0 20px}
    .contact-page .box1 .map-tit::after{bottom:-3px;width:15px;height:15px}
    .contact-page .box1 .map-tit>p{font-size:16px;line-height:50px}
    
    .contact-page .box2{padding:50px 0}
    .contact-page .box2 .form{margin-top:30px}
}

@media (any-hover:hover){
    .contact-page .box1 li:hover{background:#0F445A}
    .contact-page .box1 li:hover::after{content:'';width:100%;height:5px;background:#e60012;position:absolute;bottom:0;left:0;}
    .contact-page .box1 li:hover>p{color:#fff}
    .contact-page .box1 li:hover>p:nth-of-type(2){color:#fff}
}

/*搜索*/
.search-page{padding:50px 0}
.search-page .item{border:1px #ddd solid;padding:30px 40px;margin-bottom:30px}
.search-page .name{font-size:24px;}
.search-page .note{font-size:16px;line-height:26px;margin-top:10px}
.search-page .page{padding-top:20px}
.search-page .page a,.search-page .page .a_cur{background:#f5f5f5}

@media (max-width:750px){
    .search-page{padding-bottom:30px}
    .search-page .item{padding:25px;margin-bottom:20px}
    .search-page .name{font-size:20px}
    .search-page .note{font-size:14px;line-height:24px;margin-top:10px}
    .search-page .page{padding-top:10px}
}

@media (any-hover:hover){
    .search-page .page a:hover{background:#0F445A;color:#fff}
}