/*公共*/
.header{border-bottom:1px solid rgba(255,255,255,.1);position:absolute;top:0;left:0;width:100%;transition:.3s;z-index:999}
.header .width{display:flex;justify-content:space-between;align-items:center;max-width:1400px}
.header .logo{width:600px;height:60px}
.header .header-r{width:calc(100% - 500px);display:flex;justify-content:flex-end}
.header .nav{display:flex}
.header .nav li>a{font-size:16px;line-height:120px;color:#fff;position:relative;margin-right:40px}
.header .nav li>a::after{content:'';position:absolute;bottom:0;left:0;width:0;height:2px;background:#ef7c00;transition:.3s}
.header .nav li>a.active{color:#ef7c00}
.header .nav li>a.active::after{width:100%}
.header .child{position:fixed;display:none;top:120px;left:0;width:100%;background:#eef3f6;padding:25px 0}
.header .child>div{display:flex;justify-content:center}
.header .child>div>a{font-size:16px;margin-right:50px}
.header .lang{display:flex;align-items:center}
.header .lang .icon{width:24px;height:24px;background:url(lang-w.svg) no-repeat center center/24px;margin-right:10px}
.header .lang>span{font-size:16px;color:#fff}
.header .search{position:relative;width:24px;height:120px;background:url(search-w.svg) no-repeat center center/24px;margin-left:30px;cursor:pointer}
.header .search .popup{display:none;position:absolute;top:100%;right:0;z-index:998}
.header .search .popup>div{display:flex}
.header .search .popup .input{width:250px;height:50px;background:#eee;padding:0 20px}
.header .search .popup .btn{width:50px;height:50px;background:#003d7c url(search-w.svg) no-repeat center center/24px;transition:.3s}
.header .menu{display:none}

.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:220px;height:28px}
.nav-m .close{width:20px;height:20px;background:url(close.svg) no-repeat center center/20px}
.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(arrow.svg) no-repeat center center/10px;transition:.3s}
.nav-m li.rotate::after{transform:rotate(90deg);top:35%}
.nav-m li>a{display:inline-block;color:#000}
.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;display:block}

.footer{background:#003d7c;padding:100px 0 70px}
.footer .width{max-width:1400px;position:relative}
.footer1{display:flex}
.footer1 .info{width:34%}
.footer1 .logo{margin-bottom:40px}
.footer1 ul{flex:1;padding-left:0}
.footer1 li{margin-bottom:30px}
.footer1 li>p:first-child{color:rgba(255,255,255,.5);margin-bottom:10px}
.footer1 li>p:last-child{font-size:20px;line-height:30px;color:#fff}
.footer1 .address{font-size:18px !important}
.footer1 .nav{flex:1;display:flex;justify-content:space-between;}
.footer1 .item{margin-left:60px}
.footer1 .item>a{font-size:18px;color:#fff;margin-bottom:25px}
.footer1 .child>a{line-height:36px;color:rgba(255,255,255,.5);display:block}
.footer .outlink{padding:50px 0 30px;display:flex;flex-wrap:wrap}
.footer .outlink>span{color:#fff;font-size:16px;width:90px}
.footer .outlink>div{flex:1;display:flex;flex-wrap:wrap;margin-top:5px}
.footer .outlink>div>a{color:rgba(255,255,255,.5);line-height:14px;border-right:1px rgba(255,255,255,.5) solid;padding-right:10px;margin-right:10px;margin-bottom:10px}
.footer .outlink>div>a:last-child{border-right:0;padding-right:0;margin-right:0}
.footer2{display:flex;justify-content:space-between;border-top:1px solid rgba(255,255,255,.1);padding-top:20px}
.footer2>p{width:80%;color:rgba(255,255,255,.5)}
.footer2>p>a{color:rgba(255,255,255,.5)}
.footer2>a{flex:1;padding-left:50px;text-align:right;color:rgba(255,255,255,.5)}
.footer .qr{position:absolute;right:0;bottom:60px;width:130px}
.footer .qr .img-div{width:130px;height:130px;margin-bottom:10px;}
.footer .qr p{text-align:center;color:rgba(255,255,255,.5)}

.back{position:fixed;right:30px;bottom:30px;width:50px;height:50px;border-radius:50%;background:#ef7c00 url(back.svg) no-repeat center center/20px;cursor:pointer;display:none;z-index:999}

.snav{line-height:70px;background:#fff}
.snav.fixed{position:fixed;top:0;left:0;width:100%;border-bottom:1px solid #eee;z-index:999}
.snav .width{display:flex}
.snav .crumb{width:35%}
.snav .crumb>a{color:#999}
.snav .crumb>em{color:#999;margin:0 10px;font-style:normal}
.snav .nav{flex:1;display:flex;justify-content:flex-end}
.snav .nav>a{color:#666;margin-left:50px;display:block}
.snav .nav>a.active{color:#003d7c}
.snav-space{height:70px;display:none}

.inner-banner{position:relative}
.inner-banner .m{display:none}
.inner-banner .img{padding-bottom:26.04%}
.inner-banner .width{position:absolute;top:45%;left:50%;transform:translate(-50%,-50%);z-index:2}
.inner-banner .info{width:50%;color:#fff}
.inner-banner .info>p:first-child{font-size:48px;line-height:58px;margin-bottom:10px}
.inner-banner .info>p:last-child{font-size:18px;line-height:28px}

@media (max-width:1600px){
    .header .nav li>a{margin-right:35px}
    .header .search{margin-left:20px}
    
    .footer{padding:90px 0 60px}
    .footer1 .info{width:30%}
    
    .back{bottom:100px}
}

@media (max-width:1440px){
    .header .logo{width:600px;height:46px}
    .header .header-r{width:calc(100% - 400px)}
    .header .nav li>a{margin-right:30px;line-height:100px}
    .header .child{top:100px}
    .header .search{height:100px}
    
    .footer{padding:80px 0 50px}
    .footer1 .info{width:28%}
    .footer1 ul{padding-left:0}
    .footer1 .item{margin-left:50px}
    .footer .outlink{padding:20px 0}
    .footer .qr{width:110px}
    .footer .qr .img-div{width:110px;height:110px}
    
    .back{bottom:80px}
    
    .snav .nav>a{margin-left:40px}
    
    .inner-banner .info>p:first-child{font-size:43px;line-height:53px}
}

@media (max-width:1279px){
    .header{position:fixed}
    .header .logo{width:600px;height:28px}
    .header .header-r{width:calc(100% - 230px)}
    .header .nav{display:none}
    .header .lang .icon{display:none}
    .header .lang>span{margin-top:-2px}
    .header .lang .popup>a{padding:5px 20px}
    .header .search{width:20px;height:70px;background-size:20px;margin:0 5px}
    .header .search .popup{position:fixed;top:70px;width:100%}
    .header .search .popup .input{width:calc(100% - 45px);height:45px;padding:0 15px}
    .header .search .popup .btn{width:45px;height:45px;background-size:20px}
    .header .menu{display:block;width:20px;height:70px;background:url(menu-w.svg) no-repeat center center/20px}
    
    .footer{padding:50px 0 30px}
    .footer1{display:block}
    .footer1 .info{width:100%}
    .footer1 .logo{margin-bottom:30px}
    .footer1 .txt{display:block}
    .footer1 .qr-box{display:none}
    .footer1 ul{padding-left:0}
    .footer1 li{margin-bottom:20px;text-align:center}
    .footer1 li>p:last-child{font-size:16px;line-height:26px}
    .footer1 .address{font-size:16px !important}
    .footer1 .nav{display:none}
    .footer .outlink{padding:0 0 20px}
    .footer .outlink>span{font-size:14px;width:75px}
    .footer .outlink>div>a{margin-right:5px;padding-right:5px}
    .footer2{display:block}
    .footer2>p{width:100%;text-align:center;margin-bottom:10px}
    .footer2>a{padding-left:0;text-align:center;display:block}
    .footer .qr{position:static;width:120px;margin:0 auto 20px}
    .footer .qr .img-div{width:120px;height:120px}
    
    .back{right:20px;bottom:20px;width:35px;height:35px;background-size:16px}
    
    .snav{line-height:50px;margin-top:10px}
    .snav .width{display:block}
    .snav .crumb{width:100%;white-space:nowrap;overflow-x:auto}
    .snav .crumb>em{margin:0 5px}
    .snav .nav{display:none}
    
    .inner-banner .pc{display:none}
    .inner-banner .m{display:block}
    .inner-banner .img{padding-bottom:66.66%}
    .inner-banner .width{top:0;left:0;transform:translate(0,0);width:100%;height:100%;background:rgba(0,0,0,.3);display:flex;flex-direction:column;justify-content:center;padding:0 20px}
    .inner-banner .info{width:100%;text-align:center}
    .inner-banner .info>p:first-child{font-size:25px;line-height:35px}
    .inner-banner .info>p:last-child{font-size:14px;line-height:24px}
}

@media (any-hover:hover){
    .footer1 .item>a:hover{color:#ef7c00}
    .footer1 .child>a:hover{color:#ef7c00}
    .footer .outlink>div>a:hover{color:#ef7c00}
    .footer2>p>a:hover{color:#ef7c00}
    .footer2>a:hover{color:#ef7c00}
    
    .snav .crumb>a:hover{color:#003d7c}
    .snav .nav>a:hover{color:#003d7c}
}

/*首页*/
.index-page .width{max-width:1400px}
.index-page .tit-tag{color:#ef7c00;font-size:16px;margin-bottom:10px}
.index-page .tit-name{font-size:48px;line-height:58px;color:#003d7c}
.index-page .tit-note{font-size:16px;line-height:30px;color:#666;text-align:justify}

.index-page .banner{position:relative}
.index-page .banner .swiper-slide{position:relative}
.index-page .banner .m{display:none}
.index-page .banner .img{padding-bottom:54.68%;}
.index-page .banner .swiper-slide .info{max-width:1000px;position:absolute;top:30%;left:50%;transform:translateX(-50%)}
.index-page .banner .info>p{font-size:18px;line-height:28px;color:#fff;text-align:center}
.index-page .banner .info>p:first-child{font-size:60px;line-height:72px;margin:10px 0 15px}
.index-page .banner .info>a{width:198px;height:60px;margin:55px auto 0;display:block;line-height:58px;border-radius:30px;border:1px solid #fff;font-size:16px;color:#fff;padding-left:50px;transition:.3s;background:url(arrow1-w.svg) no-repeat 80% center/18px}
.index-page .banner .swiper-pagination{bottom:24%}
.index-page .banner .swiper-pagination-bullet{background:#fff;border-radius:50%;opacity:1;margin:0 20px !important;width:6px;height:6px}
.index-page .banner .swiper-pagination-bullet-active{position:relative;}
.index-page .banner .swiper-pagination-bullet-active:after{border-radius:50%;content:'';position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);padding:15px;border:1px #fff solid}

.index-page .box1{position:relative;max-width:1600px;background:#003d7c;border-radius:20px;padding:75px 100px 95px;margin-top:-10%;z-index:998}
.index-page .box1 .tit{display:flex;margin-bottom:100px;align-items:flex-end}
.index-page .box1 .tit>div:first-child{width:49%;padding-right:50px}
.index-page .box1 .tit-name{color:#fff}
.index-page .box1 .tit-note{flex:1;color:#fff}
.index-page .box1 ul{display:flex;justify-content:center;width:80%;margin:0 auto}
.index-page .box1 li{padding:0 60px 0 80px;border-right:1px solid rgba(255,255,255,.1);display:flex}
.index-page .box1 li:first-child{padding-left:0}
.index-page .box1 li:last-child{border-right:0;padding-right:0}
.index-page .box1 .img-div{width:53px;height:49px;margin-top:15px}
.index-page .box1 .info{color:#fff;flex:1;padding-left:35px}
.index-page .box1 .info>p:first-child{font-size:42px;line-height:52px;margin-bottom:10px}
.index-page .box1 .info>p:last-child{line-height:26px;font-size:16px}

.index-page .box2{padding:70px 0 100px;position:relative}
.index-page .box2::after{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:url(1.png) no-repeat 90% calc(100% - 100px)/18.22%}
.index-page .box2 .width>p{margin-bottom:50px;font-size:16px;line-height:30px;color:#666}
.index-page .box2 .width>p>span{color:#003d7c;font-size:18px;margin-bottom:10px;display:block;font-weight:bold}
.index-page .box2 .info{display:flex;position:relative;z-index:2;align-items:flex-start}
.index-page .box2 .img-bg{width:45.71%;border-radius:20px}
.index-page .box2 .img{padding-bottom:78.12%}
.index-page .box2 .tit{flex:1;padding:70px 0 0 100px}
.index-page .box2 .tit-name{border-bottom:1px solid #eee;padding-bottom:25px;margin-bottom:25px}
.index-page .box2 .tit>a{width:198px;height:60px;margin-top:30px;line-height:58px;border-radius:30px;border:1px solid rgba(0,0,0,.1);font-size:16px;color:#003d7c;padding-left:50px;transition:.3s;background:url(arrow1-m.svg) no-repeat 80% center/18px}

.index-page .box3{position:relative}
.index-page .box3 .tit{text-align:center;position:absolute;top:115px;left:50%;transform:translateX(-50%);z-index:2}
.index-page .box3 .tit-name{color:#fff}
.index-page .box3 .tab{position:absolute;top:260px;left:50%;transform:translateX(-50%);z-index:2}
.index-page .box3 .tab .swiper-slide{display:flex;border:1px solid rgba(255,255,255,.15);border-radius:5px;padding:20px 40px;height:auto;cursor:pointer;transition:.3s}
.index-page .box3 .tab .swiper-slide.active{background:#ef7c00;border-color:#ef7c00}
.index-page .box3 .tab .info{flex:1;padding-right:50px;color:#fff}
.index-page .box3 .tab .info>p:first-child{font-size:20px;line-height:30px}
.index-page .box3 .tab .info>p:last-child{opacity:.5;line-height:24px}
.index-page .box3 .tab .img-div{width:60px;height:60px;border:1px solid rgba(255,255,255,.3);border-radius:50%}
.index-page .box3 .tab .img-div>img{max-width:50%;max-height:50%}
.index-page .box3 .con .swiper-slide{padding-bottom:50%}
.index-page .box3 .con .info{position:absolute;top:450px;left:50%;transform:translateX(-50%);color:#fff}
.index-page .box3 .con .info>p{width:52%}
.index-page .box3 .con .info>p:nth-of-type(1){font-size:36px;line-height:46px}
.index-page .box3 .con .info>p:nth-of-type(2){font-size:16px;line-height:32px;margin:35px 0 70px;text-align:justify}
.index-page .box3 .con .info>a{width:300px;height:60px;line-height:58px;border-radius:30px;border:1px solid #fff;font-size:16px;color:#fff;padding-left:50px;transition:.3s;background:url(arrow1-w.svg) no-repeat 80% center/18px; margin-bottom:20px;}
.index-page .box3 .swiper-pagination{display:none}

.index-page .box4{padding:90px 0 100px}
.index-page .box4 .tit{display:flex;margin-bottom:40px;align-items:center}
.index-page .box4 .tit>div{flex:1;padding-right:50px}
.index-page .box4 .tit>a{width:198px;height:60px;line-height:58px;border-radius:30px;border:1px solid rgba(0,0,0,.1);font-size:16px;color:#003d7c;padding-left:50px;transition:.3s;background:url(arrow1-m.svg) no-repeat 80% center/18px}
.index-page .box4 .items1{display:flex;margin-bottom:25px}
.index-page .box4 .items1 .img-bg{width:66.07%;position:relative;border-radius:10px;margin-right:24px;height:400px}
.index-page .box4 .items1 .img{height:100%}
.index-page .box4 .items1 .info{position:absolute;padding:10% 50px 35px;left:0;bottom:0;background:linear-gradient(to bottom,transparent 10%,rgba(0,0,0,.8) 90%);color:#fff;width:100%;border-radius:0 0 10px 10px;transition:.3s}
.index-page .box4 .items1 .info>a{font-size:24px;color:#fff;margin-top:10px}
.index-page .box4 .items1 .item{flex:1;height:400px;border-radius:10px;padding:60px;position:relative}
.index-page .box4 .items1 .item>p{color:rgba(255,255,255,.5);line-height:30px;text-align:justify}
.index-page .box4 .items1 .item>a:nth-of-type(1){font-size:18px;line-height:30px;color:#fff;margin:10px 0 15px;text-align:justify}
.index-page .box4 .items1 .item>a:nth-of-type(2){font-size:16px;color:#fff;position:absolute;bottom:55px;left:60px;background:url(arrow1-w.svg) no-repeat right center/18px;padding-right:30px}
.index-page .box4 .items2{display:flex}
.index-page .box4 .items2 .item{width:calc(100% / 3 - 16px);margin-right:24px;height:280px;background:#f6f7f8;padding:60px;border-radius:10px;position:relative;transition:.3s}
.index-page .box4 .items2 .item:nth-child(3n){margin-right:0}
.index-page .box4 .items2 .item>p{color:#999;margin-bottom:20px}
.index-page .box4 .items2 .item>a:nth-of-type(1){font-size:18px;line-height:30px}
.index-page .box4 .items2 .item>a:nth-of-type(2){font-size:16px;color:#003d7c;background:url(arrow1-m.svg) no-repeat right center/18px;padding-right:30px;position:absolute;bottom:55px;left:60px}

@media (max-width:1600px){
    .index-page .box1{padding:65px 90px 85px}
    .index-page .box1 .tit{margin-bottom:90px}
    .index-page .tit-name{font-size:43px;line-height:53px}
    .index-page .box1 .img-div{width:48px;height:44px}
    .index-page .box1 .info{padding-left:25px}
    .index-page .box1 .info>p:first-child{font-size:32px;line-height:42px}
    
    .index-page .box2{padding:70px 0 90px}
    .index-page .box2 .tit{padding-left:90px}
    
    .index-page .box3 .tit{top:100px}
    .index-page .box3 .tab{top:220px}
    .index-page .box3 .con .info{top:370px}
    .index-page .box3 .con .info>p{width:70%}
    .index-page .box3 .con .info>p:nth-of-type(2){margin:25px 0 50px}
    
    .index-page .box4{padding:80px 0 90px}
    
}

@media (max-width:1440px){
    .index-page .banner .info>p:first-child{font-size:50px}
    .index-page .banner .info>a{width:180px;height:55px;line-height:53px;padding-left:40px}
    
    .index-page .box1{padding:55px 80px 75px}
    .index-page .box1 .tit{margin-bottom:80px}
    .index-page .tit-name{font-size:38px;line-height:48px}
    .index-page .box1 .img-div{width:43px;height:39px}
    .index-page .box1 .info>p:first-child{font-size:27px;line-height:37px}
    
    .index-page .box2{padding:60px 0 80px}
    .index-page .box2 .tit{padding:30px 0 0 80px}
    .index-page .box2 .tit-name{padding-bottom:20px;margin-bottom:20px}
    .index-page .box2 .tit>a{width:180px;height:55px;line-height:53px;padding-left:40px}
    
    .index-page .box3 .tit{top:80px}
    .index-page .box3 .tab{top:200px}
    .index-page .box3 .con .swiper-slide{padding-bottom:55%}
    .index-page .box3 .con .info{top:370px}
    .index-page .box3 .con .info>p:nth-of-type(1){font-size:31px;line-height:41px}
    .index-page .box3 .con .info>p:nth-of-type(2){margin:20px 0 30px}
    .index-page .box3 .con .info>a{width:300px;height:55px; margin-bottom:20px;line-height:53px;padding-left:40px}
    
    .index-page .box4{padding:70px 0 80px}
}

@media (max-width:1279px){
    .index-page .tit{text-align:center}
    .index-page .tit-tag{font-size:14px}
    .index-page .tit-name{font-size:25px;line-height:35px}
    .index-page .tit-note{font-size:14px;line-height:24px}
    
    .index-page .banner .pc{display:none}
    .index-page .banner .m{display:block}
    .index-page .banner .img{padding-bottom:140%;}
    .index-page .banner .info>p{font-size:14px;line-height:24px}
    .index-page .banner .info>p:first-child{font-size:25px;line-height:35px;margin:5px 0 10px}
    .index-page .banner .info>a{width:150px;height:45px;margin:30px auto 0;line-height:43px;font-size:14px;padding-left:35px;background-size:16px}
    .index-page .banner .swiper-pagination{bottom:30px}
    .index-page .banner .swiper-pagination-bullet{margin:0 15px !important}
    .index-page .banner .swiper-pagination-bullet-active:after{padding:10px}
    
    .index-page .box1{width:100%;border-radius:0;padding:50px 30px 30px;margin-top:0}
    .index-page .box1 .tit{display:block;margin-bottom:10px}
    .index-page .box1 .tit>div:first-child{width:100%;padding-right:0;margin-bottom:10px}
    .index-page .box1 ul{display:block;padding-left:0;width:100%}
    .index-page .box1 li{padding-right:0;border-bottom:1px solid rgba(255,255,255,.1);border-right:0;padding:20px 0}
    .index-page .box1 li:last-child{border-bottom:0}
    .index-page .box1 .img-div{width:38px;height:34px;margin-top:5px}
    .index-page .box1 .info{padding-left:20px}
    .index-page .box1 .info>p:first-child{font-size:18px;line-height:28px;margin-bottom:0}
    .index-page .box1 .info>p:last-child{line-height:24px;font-size:14px}
    
    .index-page .box2{padding:50px 0}
    .index-page .box2::after{background-size:50%}
    .index-page .box2 .width>p{margin-bottom:20px;font-size:14px;line-height:26px}
    .index-page .box2 .width>p>span{font-size:16px;margin-bottom:5px}
    .index-page .box2 .info{display:block}
    .index-page .box2 .img-bg{width:100%;border-radius:10px}
    .index-page .box2 .tit{flex:1;padding:30px 0 0 0}
    .index-page .box2 .tit-name{padding-bottom:15px;margin-bottom:15px}
    .index-page .box2 .tit>a{width:150px;height:45px;margin-top:20px;line-height:43px;font-size:14px;padding-left:35px;background-size:16px;text-align:left}
    
    .index-page .box3 .tit{position:static;transform:translateX(0);margin-bottom:30px}
    .index-page .box3 .tit-name{color:#003d7c}
    .index-page .box3 .tab{display:none}
    .index-page .box3 .con .swiper-slide{height:auto;padding:80px 0}
    .index-page .box3 .con .info{position:static;transform:translateY(0)}
    .index-page .box3 .con .info>p{width:100%;text-align:center}
    .index-page .box3 .con .info>p:nth-of-type(1){font-size:22px;line-height:32px}
    .index-page .box3 .con .info>p:nth-of-type(2){font-size:14px;line-height:24px;margin:10px 0 30px}
    .index-page .box3 .con .info>a{margin:0 auto;display:block;width:300px;height:45px;line-height:43px;font-size:14px;padding-left:35px;background-size:16px; margin-bottom:20px;}
    .index-page .box3 .swiper-pagination{display:block}
    .index-page .box3 .swiper-pagination-bullet{background:#fff;opacity:.8}
    .index-page .box3 .swiper-pagination-bullet-active{background:#ef7c00}
    
    .index-page .box4{padding:50px 0 30px}
    .index-page .box4 .tit{margin-bottom:30px;text-align:left}
    .index-page .box4 .tit>div{padding-right:20px}
    .index-page .box4 .tit>a{width:150px;height:45px;line-height:43px;font-size:14px;padding-left:35px;background-size:16px}
    .index-page .box4 .items1{display:block;margin-bottom:20px}
    .index-page .box4 .items1 .img-bg{width:100%;margin-right:0;height:250px;margin-bottom:20px}
    .index-page .box4 .items1 .info{padding:10% 25px 25px}
    .index-page .box4 .items1 .info>a{font-size:18px}
    .index-page .box4 .items1 .item{height:auto;padding:30px 25px}
    .index-page .box4 .items1 .item>p{line-height:24px}
    .index-page .box4 .items1 .item>a:nth-of-type(1){font-size:16px;line-height:26px}
    .index-page .box4 .items1 .item>a:nth-of-type(2){font-size:14px;position:static;background-size:16px;padding-right:25px;margin-top:20px}
    .index-page .box4 .items2{display:block}
    .index-page .box4 .items2 .item{width:100%;margin-right:0;margin-bottom:20px;height:auto;padding:30px 25px}
    .index-page .box4 .items2 .item>p{margin-bottom:10px}
    .index-page .box4 .items2 .item>a:nth-of-type(1){font-size:16px;line-height:26px}
    .index-page .box4 .items2 .item>a:nth-of-type(2){margin-top:20px;font-size:14px;background-size:16px;padding-right:25px;position:static}
}

@media (any-hover:hover){
    .index-page .banner .info>a:hover{background-color:#003d7c;border-color:#003d7c}
    
    .index-page .box1 .tit>a:hover{background-color:#ef7c00;border-color:#ef7c00}
    
    .index-page .box2 .tit>a:hover{background-color:#003d7c;border-color:#003d7c;color:#fff;background-image:url(arrow1-w.svg)}
    
    .index-page .box3 .con .info>a:hover{background-color:#ef7c00;border-color:#ef7c00}
    
    .index-page .box4 .tit>a:hover{background-color:#003d7c;border-color:#003d7c;color:#fff;background-image:url(arrow1-w.svg)}
    .index-page .box4 .items1 .img-bg:hover .img{transform:scale(1.1)}
    .index-page .box4 .items1 .img-bg:hover .info{padding-bottom:40px}
    .index-page .box4 .items1 .info>a:hover{color:#ef7c00}
    .index-page .box4 .items1 .item:hover>a:nth-of-type(1){color:#ef7c00}
    .index-page .box4 .items1 .item>a:nth-of-type(2):hover{color:#ef7c00;background-image:url(arrow1-m1.svg)}
    .index-page .box4 .items2 .item:hover>a:nth-of-type(1){color:#ef7c00}
    .index-page .box4 .items2 .item>a:nth-of-type(2):hover{color:#ef7c00;background-image:url(arrow1-m1.svg)}
}

/*关于*/
.about-page .tit-name{font-size:48px;line-height:58px;color:#003d7c}
.about-page .tit-note{font-size:20px;line-height:30px;color:#666}
.about-page .tit-detail{color:#666;font-size:16px;line-height:32px}

.about-page .box1{padding:10px 0;display:flex;align-items:center}
.about-page .box1 .img-bg{width:46.87%;border-radius:20px}
.about-page .box1 .img{padding-bottom:80%}
.about-page .box1 .tit{flex:1;padding-left:100px}
.about-page .box1 .tit-note{border-bottom:1px solid #eee;margin:10px 0 20px;padding-bottom:35px}
.about-page .box1 .tit-detail{max-height:160px;overflow:hidden;text-align:justify}

.about-page .box2{padding:140px 0 210px}
.about-page .box2 .width{display:flex;align-items:center}
.about-page .box2 .tit{width:45%}
.about-page .box2 .tit-name{color:#fff;border-bottom:1px solid rgba(255,255,255,.1);margin:5px 0 20px;padding-bottom:30px}
.about-page .box2 .tit-note{color:#fff}
.about-page .box2 .tit-detail{color:#fff;max-height:128px;overflow:hidden;text-align:justify}
.about-page .box2 .num-animate{flex:1;padding-left:150px;display:flex;align-items:center}
.about-page .box2 .num-animate .items{width:57%}
.about-page .box2 .num-animate .item{color:#fff;margin-bottom:30px}
.about-page .box2 .num-animate .item:last-child{margin-bottom:0}
.about-page .box2 .num-animate .item span:nth-of-type(1){font-size:48px}
.about-page .box2 .num-animate .item span:nth-of-type(2){font-size:18px}
.about-page .box2 .num-animate .item>p:last-child{line-height:24px;margin-top:5px}
.about-page .box2 .num-animate .items:first-child{width:43%;padding-right:30px}
.about-page .box2 .num-animate .items:first-child .item{margin-top:-75px}
.about-page .box2 .num-animate .items:first-child span:nth-of-type(1){font-size:120px}
.about-page .box2 .num-animate .items:first-child .item>p:last-child{margin-top:-15px}
.about-page .box2 .m{display:none}

.about-page .box3{padding:90px 0 70px}
.about-page .box3 .tit-name{text-align:center}
.about-page .box3 ul{display:flex;flex-wrap:wrap;margin-top:50px}
.about-page .box3 li{width:calc(50% - 15px);margin-right:30px;margin-bottom:30px;background:#f6f7f8;border-radius:10px;display:flex;padding:50px;transition:.3s}
.about-page .box3 li:nth-child(2n){margin-right:0}
.about-page .box3 .img-div{width:51px;height:53px;margin-top:20px}
.about-page .box3 .info{flex:1;padding-left:50px}
.about-page .box3 .info>p:first-child{font-size:24px;line-height:34px;color:#003d7c;margin-bottom:15px}
.about-page .box3 .info>p:last-child{font-size:16px;line-height:30px;color:#666;max-height:90px;overflow:hidden;text-align:justify}

.about-page .box4{padding:110px 0 135px}
.about-page .box4 .tit{text-align:center}
.about-page .box4 .tit-name{color:#fff;margin-bottom:10px}
.about-page .box4 .tit-note{color:#fff}
.about-page .box4 ul{display:flex;margin-top:50px}
.about-page .box4 ul li{width:200px;height:340px;margin-right:10px;padding:110px 30px 0;border-radius:10px;position:relative;background:#fff;transition:.3s}
.about-page .box4 ul li:last-child{margin-right:0}
.about-page .box4 ul .img-div{width:51px;height:52px;margin:0 auto 25px}
.about-page .box4 ul .info>p:nth-of-type(1){text-align:center;font-size:18px;line-height:28px}
.about-page .box4 ul .info>p:nth-of-type(2){display:none;font-size:16px;line-height:26px;margin-top:10px}
.about-page .box4 ul li.active{width:calc(100% - 630px)}
.about-page .box4 ul li.active .img-div{margin:0 0 20px}
.about-page .box4 ul li.active .info{color:#fff;position:absolute;bottom:0;left:0;width:100%;height:100%;padding:0 50px 40px;display:flex;flex-direction:column;justify-content:flex-end;background:linear-gradient(45deg,#ef7c00 5%,transparent 50%);border-radius:10px}
.about-page .box4 ul li.active .info>p:nth-of-type(1){text-align:left;font-size:24px;line-height:34px}
.about-page .box4 ul li.active .info>p:nth-of-type(2){display:block;text-align:justify}
.about-page .box4 .swiper-container{display:none}

.about-page .box5{padding-top:100px}
.about-page .box5 li{margin-bottom:100px;display:flex;position:relative}
.about-page .box5 .img-bg{border-radius:20px;width:42.18%}
.about-page .box5 .img{padding-bottom:88.88%}
.about-page .box5 .info{position:absolute;width:57.82%;padding-left:100px;right:0;top:50%;transform:translateY(-50%)}
.about-page .box5 .tit-note{margin:10px 0 20px;border-bottom:1px solid #eee;padding-bottom:25px;text-align:justify}
.about-page .box5 .info>p{font-size:16px;line-height:32px;color:#666;max-height:256px;overflow:hidden;text-align:justify}
.about-page .box5 .info span{display:block;margin-bottom:5px;position:relative;padding-left:20px}
.about-page .box5 .info span::before{content:'';position:absolute;width:8px;height:8px;left:0;top:12px;border-radius:50%;background:#003d7c}
.about-page .box5 li:nth-child(2n){justify-content:flex-end}
.about-page .box5 li:nth-child(2n) .info{right:auto;left:0;padding-left:0;padding-right:100px}

@media (max-width:1600px){
    .about-page .tit-name{font-size:43px;line-height:53px}
    
    .about-page .box1{padding:10px 0}
    .about-page .box1 .tit{padding-left:90px}
    
    .about-page .box2{padding:120px 0 190px}
    .about-page .box2 .num-animate{padding-left:120px}
    .about-page .box2 .num-animate .items:first-child span:nth-of-type(1){font-size:110px}
    
    .about-page .box3{padding:80px 0 60px}
    
    .about-page .box4{padding:100px 0 125px}
    
    .about-page .box5{padding-top:90px}
    .about-page .box5 li{margin-bottom:90px}
}

@media (max-width:1400px){
    .about-page .tit-name{font-size:38px;line-height:48px}
    
    .about-page .box1{padding:10px 0}
    .about-page .box1 .tit{padding-left:60px}
    
    .about-page .box2{padding:100px 0 170px}
    .about-page .box2 .num-animate{padding-left:100px}
    .about-page .box2 .num-animate .items:first-child span:nth-of-type(1){font-size:100px}
    
    .about-page .box3{padding:70px 0 50px}
    .about-page .box3 .info{padding-left:40px}
    
    .about-page .box4{padding:90px 0 115px}
    
    .about-page .box5{padding-top:80px}
    .about-page .box5 li{margin-bottom:80px}
    .about-page .box5 .info{padding-left:80px}
    .about-page .box5 li:nth-child(2n) .info{padding-right:80px}
}

@media (max-width:1279px){
    .about-page .tit{text-align:center}
    .about-page .tit-name{font-size:25px;line-height:35px}
    .about-page .tit-note{font-size:14px;line-height:24px}
    .about-page .tit-detail{font-size:14px;line-height:24px}
    
    .about-page .box1{padding:10px 0;display:block}
    .about-page .box1 .img-bg{width:100%;margin-bottom:30px;border-radius:10px}
    .about-page .box1 .tit{padding-left:0}
    .about-page .box1 .tit-note{margin:5px 0 15px;padding-bottom:10px}
    .about-page .box1 .tit-detail{max-height:240px}
    
    .about-page .box2{padding:50px 0 20px;position:relative}
    .about-page .box2 .width{display:block}
    .about-page .box2 .tit{width:100%;position:relative;z-index:2;margin-bottom:30px}
    .about-page .box2 .tit-name{margin:5px 0 20px;padding-bottom:10px}
    .about-page .box2 .tit-detail{max-height:144px}
    .about-page .box2 .num-animate{display:none}
    .about-page .box2 .m{display:flex;flex-wrap:wrap;position:relative;z-index:2}
    .about-page .box2 .m .item{width:calc(50% - 10px);padding:0;color:#fff;margin-bottom:20px;text-align:center}
    .about-page .box2 .m .item:nth-child(2n+1){margin-right:20px}
    .about-page .box2 .m .item span:nth-of-type(1){font-size:30px}
    .about-page .box2 .m .item span:nth-of-type(2){font-size:14px}
    .about-page .box2 .m .item>p:last-child{margin-top:5px;line-height:24px}
    .about-page .box2 .mask{position:absolute;width:100%;height:100%;top:0;left:0;background:rgba(0,0,0,.3)}
    
    .about-page .box3{padding:50px 0 30px}
    .about-page .box3 ul{display:block;margin-top:30px}
    .about-page .box3 li{width:100%;margin-right:0;margin-bottom:20px;padding:30px 25px;display:block}
    .about-page .box3 .img-div{width:41px;height:43px;margin:0 auto 15px}
    .about-page .box3 .info{padding-left:0;text-align:center}
    .about-page .box3 .info>p:first-child{font-size:18px;line-height:28px;margin-bottom:10px}
    .about-page .box3 .info>p:last-child{font-size:14px;line-height:24px;max-height:120px}
    
    .about-page .box4{padding:50px 0}
    .about-page .box4 .tit-name{margin-bottom:5px}
    .about-page .box4 ul{display:none}
    .about-page .box4 .swiper-container{display:block;margin-top:30px;border-radius:10px}
    .about-page .box4 .swiper-slide{height:auto;border-radius:10px}
    .about-page .box4 .swiper-slide .info{color:#fff;height:100%;padding:100px 25px 50px;background:linear-gradient(45deg,#ef7c00 5%,transparent 50%);border-radius:10px;display:flex;flex-direction:column;justify-content:flex-end}
    .about-page .box4 .swiper-slide .img-div{width:41px;height:42px}
    .about-page .box4 .swiper-slide .info>p:nth-of-type(1){font-size:18px;line-height:28px;margin:10px 0 5px}
    .about-page .box4 .swiper-slide .info>p:nth-of-type(2){line-height:24px;}
    .about-page .box4 .swiper-pagination-bullet{background:#fff;opacity:.8}
    .about-page .box4 .swiper-pagination-bullet-active{background:#003d7c}
    
    .about-page .box5{padding:50px 0 20px}
    .about-page .box5 li{margin-bottom:30px;display:block}
    .about-page .box5 .img-bg{width:100%;margin-bottom:20px;border-radius:10px}
    .about-page .box5 .info{position:static;width:100%;padding-left:0;transform:translateY(0)}
    .about-page .box5 .tit-note{margin:5px 0 15px;padding-bottom:10px}
    .about-page .box5 .info>p{font-size:14px;line-height:24px;max-height:240px}
    .about-page .box5 .info span{padding-left:15px}
    .about-page .box5 .info span::before{width:6px;height:6px;top:8px}
    .about-page .box5 li:nth-child(2n) .info{padding-right:0}
}

@media (any-hover:hover){
    .about-page .box3 li:hover{background:#ef7c00}
    .about-page .box3 li:hover .info>p:first-child{color:#fff}
    .about-page .box3 li:hover .info>p:last-child{color:#fff}
}

/*简介*/
.introduce-page{padding:100px 0}
.introduce-page .box1{display:flex}
.introduce-page .box1 .info{flex:1;padding:40px 100px 0 0}
.introduce-page .box1 .info>p:first-child{font-size:48px;color:#003d7c;line-height:58px}
.introduce-page .box1 .info>p:nth-child(2){font-size:20px;color:#666;line-height:30px;border-bottom:1px #eee solid;margin:10px 0 30px;padding-bottom:25px}
.introduce-page .box1 .info>p:last-child{font-size:16px;color:#666;line-height:32px;max-height:160px;overflow:hidden;text-align:justify}
.introduce-page .box1 .img-bg{width:42.18%;border-radius:20px}
.introduce-page .box1 .img{height:700px}
.introduce-page .box2{margin-top:-285px;position:relative;z-index:2}
.introduce-page .box2 .img-bg{width:68.75%;border-radius:20px}
.introduce-page .box2 .img{height:400px}

@media (max-width:1600px){
    .introduce-page{padding:90px 0}
    .introduce-page .box1 .info>p:first-child{font-size:43px;line-height:53px}
}

@media (max-width:1440px){
    .introduce-page{padding:80px 0}
    .introduce-page .box1 .info{padding:40px 80px 0 0}
    .introduce-page .box1 .info>p:first-child{font-size:38px;line-height:48px}
}

@media (max-width:1279px){
    .introduce-page{padding:50px 0}
    .introduce-page .box1{display:block}
    .introduce-page .box1 .info{padding:0;text-align:center}
    .introduce-page .box1 .info>p:first-child{font-size:25px;line-height:35px}
    .introduce-page .box1 .info>p:nth-child(2){font-size:16px;line-height:26px;margin:5px 0 15px;padding-bottom:10px}
    .introduce-page .box1 .info>p:last-child{font-size:14px;line-height:24px;max-height:240px}
    .introduce-page .box1 .img-bg{width:100%;border-radius:10px;margin:20px 0}
    .introduce-page .box1 .img{height:auto;padding-bottom:129.62%}
    .introduce-page .box2{margin-top:0}
    .introduce-page .box2 .img-bg{width:100%;border-radius:10px;}
    .introduce-page .box2 .img{height:auto;padding-bottom:45.45%}
}

/*简介*/
.message-page{padding:100px 0;display:flex;align-items:flex-start}
.message-page .img-bg{width:31.25%;border-radius:20px}
.message-page .img{padding-bottom:75%}
.message-page .info{flex:1;padding-left:100px}
.message-page .info>p:first-child{font-size:48px;color:#003d7c;line-height:58px}
.message-page .info>p:nth-child(2){font-size:20px;color:#666;line-height:30px;border-bottom:1px #eee solid;margin:10px 0 30px;padding-bottom:25px}
.message-page .info>p:last-child{font-size:16px;color:#666;line-height:32px;text-align:justify}

@media (max-width:1600px){
    .message-page{padding:90px 0}
    .message-page .info{padding-left:90px}
    .message-page .info>p:first-child{font-size:43px;line-height:53px}
}

@media (max-width:1440px){
    .message-page{padding:80px 0}
    .message-page .info{padding-left:60px}
    .message-page .info>p:first-child{font-size:38px;line-height:48px}
}

@media (max-width:1279px){
    .message-page{padding:50px 0;display:block}
    .message-page .img-bg{width:100%;border-radius:10px;margin-bottom:20px}
    .message-page .info{padding-left:0}
    .message-page .info>p:first-child{font-size:25px;line-height:35px}
    .message-page .info>p:nth-child(2){font-size:18px;line-height:28px;margin:5px 0 20px;padding-bottom:15px}
    .message-page .info>p:last-child{font-size:14px;line-height:24px;word-break:break-all}
}

/*大事记*/
.course-page{margin:80px auto 100px;position:relative}
.course-page .line{position:absolute;top:0;left:50%;margin-left:-.5px;width:1px;height:100%;background:#e5e5e5}
.course-page .line::before{content:'';width:15px;height:9px;position:absolute;top:0;left:50%;margin-left:-7.5px;background:url(3.png) no-repeat center center/15px}
.course-page ul{padding:50px 0 100px}
.course-page li{display:flex;justify-content:flex-end;position:relative}
.course-page li:first-child{margin-top:0}
.course-page li::before{content:'';position:absolute;top:38px;left:calc(50% - 4px);width:8px;height:8px;border-radius:50%;background:#003d7c;z-index:2}
.course-page li::after{content:'';position:absolute;top:31px;left:calc(50% - 11px);width:20px;height:20px;border-radius:50%;background:#fff;border:1px solid #e5e5e5}
.course-page .img-bg{width:18.75%;border-radius:10px;display:none}
.course-page .img{padding-bottom:66.66%}
.course-page .info{width:50%;padding-left:40px}
.course-page .info>p:first-child{font-size:24px;line-height:34px;color:#003d7c;margin:25px 0 5px}
.course-page .info>p:last-child{line-height:24px;color:#666;max-width:400px}
.course-page li:nth-child(2n){justify-content:flex-start}
.course-page li:nth-child(2n) .info{padding-left:0;padding-right:40px;text-align:right}
.course-page li:nth-child(2n) .info>p:last-child{float:right}

@media (max-width:1600px){
    .course-page{margin:70px auto 90px}
    .course-page ul{padding:50px 0 110px}
}

@media (max-width:1440px){
    .course-page{margin:60px auto 80px}
    .course-page ul{padding:50px 0 90px}
}

@media (max-width:1279px){
    .course-page{margin:50px auto 20px}
    .course-page .line{display:none}
    .course-page ul{padding:0;display:flex;flex-wrap:wrap}
    .course-page li{display:block;margin-top:0;width:100%;margin-bottom:15px}
    .course-page li::before{display:none}
    .course-page li::after{display:none}
    .course-page .img-bg{width:100%;border-radius:5px}
    .course-page .info{width:100%;padding:0}
    .course-page .info>p:first-child{font-size:16px;line-height:26px;margin:10px 0 5px}
    .course-page li:nth-child(2n) .info{padding:0;text-align:left}
    .course-page li:nth-child(2n) .info>p:last-child{float:none}
}

/*团队*/
.team-page{padding:90px 0 70px}
.team-page .tit{max-width:760px;margin-bottom:30px}
.team-page .tit>p{font-size:16px;color:#666;line-height:32px}
.team-page>p{font-size:40px;color:#003d7c;line-height:50px;margin-bottom:10px}
.team-page ul{margin-top:50px;display:flex;flex-wrap:wrap}
.team-page li{width:calc(50% - 20px);margin-right:40px;margin-bottom:40px;border:1px solid #eee;border-radius:10px;padding:40px 60px 40px 40px;display:flex;align-items:flex-start;transition:.3s}
.team-page li:nth-child(2n){margin-right:0}
.team-page .img-bg{width:30.76%;border-radius:10px}
.team-page .img{padding-bottom:100%}
.team-page .info{flex:1;padding:10px 0 0 40px}
.team-page .info>p:first-child{display:flex;align-items:center;border-bottom:1px solid #eee;margin-bottom:15px;padding-bottom:10px}
.team-page .info>p:first-child>span:first-child{font-size:24px;line-height:34px;margin-right:10px}
.team-page .info>p:first-child>span:last-child{line-height:24px;color:#666}
.team-page .info>p:last-child{line-height:24px;color:#666;text-align:justify}

@media (max-width:1600px){
    .team-page{padding:80px 0 60px}
    .team-page>p{font-size:36px;line-height:46px}
}

@media (max-width:1440px){
    .team-page{padding:70px 0 50px}
    .team-page>p{font-size:32px;line-height:42px}
}

@media (max-width:1279px){
    .team-page{padding:50px 0 20px}
	.team-page .tit{margin-bottom:20px}
    .team-page .tit>p{font-size:14px;line-height:24px}
    .team-page>p{font-size:25px;line-height:35px;margin-bottom:10px}
    .team-page ul{margin-top:30px;display:block}
    .team-page li{width:100%;margin-right:0;margin-bottom:30px;padding:30px 25px}
    .team-page .info{padding:0 0 0 20px}
    .team-page .info>p:first-child{margin-bottom:10px;padding-bottom:5px}
    .team-page .info>p:first-child>span:first-child{font-size:18px;line-height:28px;margin-right:10px}
    .team-page .info>p:first-child>span:last-child{line-height:20px;font-size:12px}
}

@media (any-hover:hover){
    .team-page li:hover{transform:translateY(-5px)}
}

/*城市*/
.city-page{padding-top:100px}
.city-page li{margin-bottom:100px;display:flex;align-items:flex-start;position:relative}
.city-page .img-bg{width:46.87%;border-radius:20px}
.city-page .img{padding-bottom:80%}
.city-page .info{position:absolute;width:53.13%;top:0;right:0;padding:50px 0 0 80px}
.city-page .info>p:first-child{color:#003d7c;font-size:48px;line-height:58px;margin-bottom:35px}
.city-page .info>p:last-child{color:#666;font-size:16px;line-height:32px;max-height:288px;overflow:hidden;text-align:justify}
.city-page li:nth-child(2n){justify-content:flex-end}
.city-page li:nth-child(2n) .info{padding:50px 80px 0 0;right:auto;left:0}

@media (max-width:1600px){
    .city-page{padding-top:90px}
    .city-page li{margin-bottom:90px}
    .city-page .info>p:first-child{font-size:43px;line-height:53px}
}

@media (max-width:1440px){
    .city-page{padding-top:80px}
    .city-page li{margin-bottom:80px}
    .city-page .info{padding:50px 0 0 60px}
    .city-page .info>p:first-child{font-size:38px;line-height:48px}
}

@media (max-width:1279px){
    .city-page{padding:50px 0 20px}
    .city-page li{margin-bottom:30px;display:block}
    .city-page .img-bg{width:100%;border-radius:10px}
    .city-page .info{position:static;width:100%;padding:20px 0 0 0}
    .city-page .info>p:first-child{font-size:25px;line-height:35px;margin-bottom:15px}
    .city-page .info>p:last-child{font-size:14px;line-height:24px;max-height:240px}
    .city-page li:nth-child(2n) .info{padding:20px 0 0 0}
}

/*联系*/
.contact-page{padding:100px 0}
.contact-page .box1{display:flex;border-radius:10px;background:#F5F3F0}
.contact-page #map{flex:1;height:640px;border-radius:10px 0 0 10px}
.contact-page .BMap_cpyCtrl,.contact-page .BMap_stdMpCtrl,.contact-page .anchorBL,.contact-page .BMap_omCtrl,.contact-page .BMap_noprint{display:none}
.contact-page .BMapLabel{width:460px;height:110px;border:0 !important;background:#003d7c !important;border-radius:10px}
.contact-page .map-tit{height:110px;padding:40px 30px;position:relative;background:#003d7c;border-radius:10px}
.contact-page .map-tit::after{content:'';position:absolute;left:50%;bottom:-5px;width:30px;height:30px;background:#003d7c;transform:translateX(-50%) rotate(45deg)}
.contact-page .map-tit>img{width:100%;margin-top:-10px}
.contact-page .box1 ul{width:26%;background:#fff;border-radius:5px;margin:50px 50px 50px 0;padding:60px 50px;display:flex;flex-direction:column;justify-content:space-between}
.contact-page .box1 li{border-bottom:1px solid #eee;padding-bottom:35px}
.contact-page .box1 li:last-child{border-bottom:0;padding-bottom:0}
.contact-page .box1 .img-div{width:22px;height:20px}
.contact-page .box1 li>p:nth-of-type(1){font-size:18px;color:#003d7c;margin:10px 0}
.contact-page .box1 li>p:nth-of-type(2){line-height:24px;color:#666;text-align:justify}

.contact-page .box2{padding-top:50px;display:flex;flex-wrap:wrap}
.contact-page .box2 li{width:calc(25% - 22.5px);margin-right:30px;margin-bottom:30px;border:1px solid #eee;border-radius:5px;padding:40px;transition:.3s}
.contact-page .box2 li:nth-child(4n){margin-right:0}
.contact-page .box2 li>p:nth-of-type(1){font-size:16px;line-height:26px;color:#003d7c;margin-bottom:10px}
.contact-page .box2 li>p:nth-of-type(2){line-height:24px;color:#666}

@media (max-width:1600px){
    .contact-page{padding:90px 0}
}

@media (max-width:1440px){
    .contact-page{padding:80px 0}
}

@media (max-width:1279px){
    .contact-page{padding:50px 0}
    .contact-page .box1{display:block;background:#fff}
    .contact-page #map{width:100%;height:350px;border-radius:10px}
    .contact-page .BMapLabel{width:310px;height:80px}
    .contact-page .map-tit{height:80px;padding:30px 20px}
    .contact-page .map-tit::after{bottom:-5px;width:20px;height:20px}
    .contact-page .box1 ul{width:100%;margin:0;padding:20px 10px 0;display:block}
    .contact-page .box1 li{padding:20px 0}
    .contact-page .box1 li>p:nth-of-type(1){font-size:16px;margin:10px 0 5px}
    
    .contact-page .box2{padding-top:30px;display:block}
    .contact-page .box2 li{width:100%;margin-right:0;margin-bottom:20px;padding:30px 25px}
    .contact-page .box2 li>p:nth-of-type(1){margin-bottom:5px}
    .contact-page .box2 li>p:nth-of-type(2){line-height:24px;color:#666}
}

@media (any-hover:hover){
    .contact-page .box2 li:hover{background:#003d7c}
    .contact-page .box2 li:hover>p:nth-of-type(1){color:#fff}
    .contact-page .box2 li:hover>p:nth-of-type(2){color:#fff}
}

/*新闻*/
.news-page.list{padding:10px 0 55px}
.news-page.list .best{display:flex;margin-bottom:45px}
.news-page.list .best .img-bg{width:66.07%;position:relative;border-radius:10px;margin-right:24px;height:440px}
.news-page.list .best .img{height:100%}
.news-page.list .best .info{position:absolute;padding:10% 50px 35px;left:0;bottom:0;background:linear-gradient(to bottom,transparent 10%,rgba(0,0,0,.8) 90%);color:#fff;width:100%;border-radius:0 0 10px 10px;transition:.3s}
.news-page.list .best .info>a{font-size:24px;color:#fff;margin-top:10px}
.news-page.list .best .item{flex:1;height:440px;border-radius:10px;padding:50px 40px;position:relative}
.news-page.list .best .item>p{color:rgba(255,255,255,.5);line-height:30px;text-align:justify}
.news-page.list .best .item>a:nth-of-type(1){font-size:18px;line-height:30px;color:#fff;margin:15px 0;text-align:justify}
.news-page.list .best .item>a:nth-of-type(2){font-size:16px;color:#fff;position:absolute;bottom:95px;left:40px;background:url(arrow1-w.svg) no-repeat right center/18px;padding-right:30px}
.news-page.list ul{display:flex;flex-wrap:wrap}
.news-page.list li{width:calc(100% / 3 - 20px);margin-right:30px;margin-bottom:45px;height:400px;border:1px solid #eee;padding:60px 40px;border-radius:10px;position:relative;transition:.3s}
.news-page.list li:nth-child(3n){margin-right:0}
.news-page.list li>p:nth-of-type(1){color:#999}
.news-page.list li>p:nth-of-type(2){color:#666;line-height:30px;text-align:justify}
.news-page.list li>a:nth-of-type(1){font-size:18px;line-height:30px;margin:20px 0;text-align:justify}
.news-page.list li>a:nth-of-type(2){font-size:16px;color:#003d7c;background:url(arrow1-m.svg) no-repeat right center/18px;padding-right:30px;position:absolute;bottom:55px;left:40px}
.news-page.list .page{margin:5px 0 45px}

.news-page.detail{padding:90px 0 100px}
.news-page.detail .name{text-align:center;font-size:36px;line-height:46px}
.news-page.detail .time{display:flex;justify-content:center;font-size:16px;color:#999;margin:15px 0 50px}
.news-page.detail .time>span:first-child{margin-right:40px}
.news-page.detail .content{border-top:1px solid rgba(0,0,0,.15);border-bottom:1px solid rgba(0,0,0,.15);padding:40px 60px 90px;margin-bottom:50px}
.news-page.detail .content p{font-size:16px;color:#666;line-height:32px}
.news-page.detail .content a{display:inline-block}
.news-page.detail .content img{margin:10px auto;max-width:100%;height:auto !important}
.news-page.detail .jump{display:flex;align-items:center}
.news-page.detail .info{width:calc(100% - 200px)}
.news-page.detail .info>a{font-size:16px;color:#666;line-height:30px}
.news-page.detail .btn{width:200px;display:flex;justify-content:flex-end}
.news-page.detail .btn>a{width:168px;height:57px;line-height:55px;border-radius:28px;background:#003d7c;color:#fff;text-align:center;transition:.3s}

@media (max-width:1600px){
    .news-page.list{padding:10px 0 55px}
    .news-page.detail{padding:80px 0 90px}
    .news-page.detail .content{padding:40px 60px 80px}
}

@media (max-width:1440px){
    .news-page.list{padding:10px 0 55px}
    .news-page.list li{margin-bottom:35px}
    .news-page.detail{padding:70px 0 80px}
    .news-page.detail .content{padding:40px 50px 70px}
}

@media (max-width:1279px){
    .news-page.list{padding:10px 0 20px}
    .news-page.list .best{display:block;margin-bottom:30px}
    .news-page.list .best .img-bg{width:100%;margin-right:0;height:250px;margin-bottom:30px}
    .news-page.list .best .info{padding:10% 25px 30px}
    .news-page.list .best .info>a{font-size:18px;margin-top:5px}
    .news-page.list .best .item{height:auto;padding:30px 25px}
    .news-page.list .best .item>p{line-height:24px}
    .news-page.list .best .item>a:nth-of-type(1){font-size:16px;line-height:26px}
    .news-page.list .best .item>a:nth-of-type(2){margin-top:20px;font-size:14px;position:static;background-size:16px;padding-right:25px}
    .news-page.list ul{display:block}
    .news-page.list li{width:100%;margin-right:0;margin-bottom:30px;height:auto;padding:30px 25px}
    .news-page.list li>p:nth-of-type(2){line-height:24px}
    .news-page.list li>a:nth-of-type(1){font-size:16px;line-height:26px;margin:15px 0}
    .news-page.list li>a:nth-of-type(2){margin-top:20px;font-size:14px;background-size:16px;padding-right:25px;position:static}
    .news-page.list .page{margin:0 0 30px}
    
    .news-page.detail{padding:50px 0}
    .news-page.detail .name{font-size:22px;line-height:32px}
    .news-page.detail .time{display:block;font-size:14px;margin:15px 0 20px;text-align:center}
    .news-page.detail .time>span{display:block}
    .news-page.detail .time>span:first-child{margin-right:0;margin-bottom:10px}
    .news-page.detail .content{padding:30px 0;margin-bottom:30px}
    .news-page.detail .content p{font-size:14px;line-height:24px}
    .news-page.detail .jump{display:block}
    .news-page.detail .info{width:100%}
    .news-page.detail .info>a{font-size:14px;line-height:24px}
    .news-page.detail .btn{margin-top:20px;width:100%;display:block}
    .news-page.detail .btn>a{width:120px;height:45px;line-height:43px}
}

@media (any-hover:hover){   
    .news-page.list .best .img-bg:hover .img{transform:scale(1.1)}
    .news-page.list .best .img-bg:hover .info{padding-bottom:40px}
    .news-page.list .best .info>a:hover{color:#ef7c00}
    .news-page.list .best .item:hover>a:nth-of-type(1){color:#ef7c00}
    .news-page.list .best .item>a:nth-of-type(2):hover{color:#ef7c00;background-image:url(arrow1-m1.svg)}
    .news-page.list li:hover>a:nth-of-type(1){color:#ef7c00}
    .news-page.list li>a:nth-of-type(2):hover{color:#ef7c00;background-image:url(arrow1-m1.svg)}
    
    .news-page.detail .info>a.dot:hover{color:#003d7c}
    .news-page.detail .btn>a:hover{background:#ef7c00}
}

/*研究*/
.dev-page .tit-name{font-size:48px;line-height:58px;color:#003d7c}
.dev-page .tit-note{font-size:16px;line-height:32px;color:#666;text-align:justify}

.dev-page .box1{padding:10px 0;display:flex;align-items:flex-start}
.dev-page .box1 .img-bg{width:42.18%;border-radius:20px}
.dev-page .box1 .img{padding-bottom:77.77%}
.dev-page .box1 .info{flex:1;padding:60px 0 0 100px}
.dev-page .box1 .tit-name{margin-bottom:25px}

.dev-page .box2{background:#f7f8f9;padding:90px 0 100px}
.dev-page .box2 .tit{display:flex;align-items:center}
.dev-page .box2 .tit-name{flex:1;padding-right:50px}
.dev-page .box2 .arrow{width:110px;display:flex}
.dev-page .box2 .arrow>div{width:50px;height:50px;border-radius:50%;background:#fff url(arrow.svg) no-repeat center center/10px;border:1px #eee solid;cursor:pointer;transition:.3s}
.dev-page .box2 .prev{transform:rotate(180deg);margin-right:10px}
.dev-page .box2 .swiper-container{margin-top:30px;border-radius:10px}
.dev-page .box2 .swiper-slide{height:auto;background:#fff;border-radius:10px;transition:.3s}
.dev-page .box2 .img-bg{border-radius:10px 10px 0 0}
.dev-page .box2 .img{padding-bottom:66.66%}
.dev-page .box2 .info{padding:40px}
.dev-page .box2 .info>p:first-child{font-size:20px;line-height:30px;color:#003d7c;margin-bottom:15px}
.dev-page .box2 .info>p:last-child{color:#666;line-height:24px}

.dev-page .box3{padding:90px 0 100px}
.dev-page .box3 .tit{display:flex;align-items:center}
.dev-page .box3 .tit-name{flex:1;padding-right:50px}
.dev-page .box3 .arrow{width:110px;display:flex}
.dev-page .box3 .arrow>div{width:50px;height:50px;border-radius:50%;background:#fff url(arrow.svg) no-repeat center center/10px;border:1px #eee solid;cursor:pointer;transition:.3s}
.dev-page .box3 .prev{transform:rotate(180deg);margin-right:10px}
.dev-page .box3 .swiper-container{margin-top:35px;padding-top:5px}
.dev-page .box3 .swiper-slide{height:auto;border:1px solid #eee;border-radius:10px;transition:.3s;display:flex;padding:40px 60px 40px 40px;align-items:flex-start}
.dev-page .box3 .img-bg{width:30.76%;border-radius:10px}
.dev-page .box3 .img{padding-bottom:100%}
.dev-page .box3 .info{flex:1;padding:15px 0 0 40px}
.dev-page .box3 .info>p:first-child{display:flex;align-items:center;border-bottom:1px solid #eee;margin-bottom:15px;padding-bottom:15px}
.dev-page .box3 .info>p:first-child>span:first-child{font-size:24px;line-height:34px;margin-right:10px}
.dev-page .box3 .info>p:first-child>span:last-child{line-height:24px;color:#666}
.dev-page .box3 .info>p:last-child{line-height:24px;color:#666}

.dev-page .box4{padding:100px 0;display:flex}
.dev-page .box4 .img-bg{width:42.18%;border-radius:20px}
.dev-page .box4 .img{padding-bottom:77.77%}
.dev-page .box4 .info{flex:1;padding:50px 0 0 100px}
.dev-page .box4 .tit-name{margin-bottom:25px}

.dev-page .box5{padding:90px 0 75px;background:#f7f8f9}
.dev-page .box5 .tit-note{margin:15px 0 40px}
.dev-page .box5 ul{display:flex;flex-wrap:wrap}
.dev-page .box5 li{width:calc(100% / 7 - 24px);margin-right:28px;margin-bottom:25px;padding:50px 20px 45px;border-radius:10px;background:#fff;transition:.3s}
.dev-page .box5 li:nth-child(7n){margin-right:0}
.dev-page .box5 .img-div{width:33px;height:31px;margin:0 auto 20px}
.dev-page .box5 li>p{line-height:24px;color:#666;text-align:center}

.dev-page .box6{padding:65px 0 100px}
.dev-page .box6 .tit{display:flex;align-items:center}
.dev-page .box6 .info{flex:1;padding-right:50px}
.dev-page .box6 .tit-name{margin-bottom:15px}
.dev-page .box6 .arrow{width:110px;display:flex}
.dev-page .box6 .arrow>div{width:50px;height:50px;border-radius:50%;background:#fff url(arrow.svg) no-repeat center center/10px;border:1px #eee solid;cursor:pointer;transition:.3s}
.dev-page .box6 .prev{transform:rotate(180deg);margin-right:10px}
.dev-page .box6 .swiper-container{margin-top:30px;border-radius:10px}
.dev-page .box6 .swiper-slide{border-radius:10px}
.dev-page .box6 .img{padding-bottom:66.66%}

@media (max-width:1600px){
    .dev-page .tit-name{font-size:43px;line-height:53px}
    .dev-page .box1{padding:10px 0}
    .dev-page .box1 .info{padding:60px 0 0 90px}
    .dev-page .box2{padding:80px 0 90px}
    .dev-page .box3{padding:80px 0 90px}
    .dev-page .box4{padding:90px 0}
    .dev-page .box5{padding:80px 0 65px}
    .dev-page .box6{padding:55px 0 90px}
}

@media (max-width:1440px){
    .dev-page .tit-name{font-size:38px;line-height:48px}
    .dev-page .box1{padding:10px 0}
    .dev-page .box1 .info{padding:50px 0 0 60px}
    .dev-page .box2{padding:70px 0 80px}
    .dev-page .box3{padding:70px 0 80px}
    .dev-page .box4{padding:80px 0}
    .dev-page .box4 .info{padding:50px 0 0 60px}
    .dev-page .box5{padding:70px 0 55px}
    .dev-page .box6{padding:45px 0 80px}
}

@media (max-width:1279px){
    .dev-page .tit-name{font-size:25px;line-height:35px}
    .dev-page .tit-note{font-size:14px;line-height:24px}
    
    .dev-page .box1{padding:10px 0;display:block}
    .dev-page .box1 .img-bg{width:100%;border-radius:10px}
    .dev-page .box1 .info{padding:30px 0 0 0}
    .dev-page .box1 .tit-name{margin-bottom:15px}
    
    .dev-page .box2{padding:50px 0}
    .dev-page .box2 .tit-name{padding-right:30px}
    .dev-page .box2 .arrow{width:85px;display:flex}
    .dev-page .box2 .arrow>div{width:40px;height:40px}
    .dev-page .box2 .prev{margin-right:5px}
    .dev-page .box2 .info{padding:30px 25px}
    .dev-page .box2 .info>p:first-child{font-size:18px;line-height:28px;margin-bottom:10px}
    
    .dev-page .box3{padding:50px 0}
    .dev-page .box3 .tit-name{padding-right:30px}
    .dev-page .box3 .arrow{width:85px;display:flex}
    .dev-page .box3 .arrow>div{width:40px;height:40px}
    .dev-page .box3 .prev{margin-right:5px}
    .dev-page .box3 .swiper-container{margin-top:30px;padding-top:0}
    .dev-page .box3 .swiper-slide{padding:30px 25px}
    .dev-page .box3 .info{padding:0 0 0 20px}
    .dev-page .box3 .info>p:first-child{margin-bottom:10px;padding-bottom:10px}
    .dev-page .box3 .info>p:first-child>span:first-child{font-size:18px;line-height:28px}
    .dev-page .box3 .info>p:first-child>span:last-child{line-height:24px}
    .dev-page .box3 .info>p:last-child{line-height:24px;color:#666}
    
    .dev-page .box4{padding:50px 0;display:block}
    .dev-page .box4 .img-bg{width:100%;border-radius:10px}
    .dev-page .box4 .info{padding:30px 0 0 0}
    .dev-page .box4 .tit-name{margin-bottom:15px}
    
    .dev-page .box5{padding:50px 0 30px}
    .dev-page .box5 .tit-note{margin:15px 0 30px}
    .dev-page .box5 li{width:calc(50% - 5px);margin-right:10px;margin-bottom:20px;padding:30px 10px}
    .dev-page .box5 li>p{font-size:12px;line-height:20px}
    .dev-page .box5 li:nth-child(2n){margin-right:0}
    .dev-page .box5 .img-div{margin:0 auto 15px}
    
    .dev-page .box6{padding:30px 0 50px}
    .dev-page .box6 .info{padding-right:30px}
    .dev-page .box6 .arrow{width:85px;display:flex}
    .dev-page .box6 .arrow>div{width:40px;height:40px}
    .dev-page .box6 .prev{margin-right:5px}
}

@media (any-hover:hover){
    .dev-page .box2 .arrow>div:hover{background-color:#003d7c;border-color:#003d7c;background-image:url(arrow-w.svg)}
    .dev-page .box2 .swiper-slide:hover{background:#003d7c}
    .dev-page .box2 .swiper-slide:hover .info>p:first-child{color:#fff}
    .dev-page .box2 .swiper-slide:hover .info>p:last-child{color:#fff}
    
    .dev-page .box3 .arrow>div:hover{background-color:#003d7c;border-color:#003d7c;background-image:url(arrow-w.svg)}
    .dev-page .box3 .swiper-slide:hover{transform:translateY(-5px)}
    
    .dev-page .box5 li:hover{transform:translateY(-5px)}
    
    .dev-page .box6 .arrow>div:hover{background-color:#003d7c;border-color:#003d7c;background-image:url(arrow-w.svg)}
}

/*培养*/
.training-page{margin:10px auto 100px;border:1px #eee solid;border-radius:20px}
.training-page .img-bg{border-radius:20px 20px 0 0}
.training-page .img{padding-bottom:37.5%}
.training-page ul{padding:70px 80px 30px}
.training-page li{margin-bottom:50px}
.training-page li>p:first-child{font-size:48px;line-height:58px;color:#003d7c;margin-bottom:25px;}
.training-page li>p:last-child{font-size:16px;line-height:32px;color:#666;text-align:justify}

@media (max-width:1600px){
    .training-page{margin:10px auto 90px}
    .training-page li>p:first-child{font-size:43px;line-height:53px}
}

@media (max-width:1440px){
    .training-page{margin:10px auto 80px}
    .training-page ul{padding:60px 70px 20px}
    .training-page li{margin-bottom:40px}
    .training-page li>p:first-child{font-size:38px;line-height:48px}
}

@media (max-width:1279px){
    .training-page{margin:10px auto;border-radius:10px}
    .training-page .img-bg{border-radius:10px 10px 0 0}
    .training-page ul{padding:30px 25px}
    .training-page li{margin-bottom:30px}
    .training-page li>p:first-child{font-size:25px;line-height:35px;margin-bottom:15px}
    .training-page li>p:last-child{font-size:14px;line-height:24px}
}

/*创业*/
.entrepreneurship-page .tit-name{font-size:48px;line-height:58px;color:#003d7c;text-align:center}

.entrepreneurship-page .box1{padding:90px 0}
.entrepreneurship-page .box1 .tit-name{text-align:left}
.entrepreneurship-page .box1>p{font-size:16px;line-height:32px;color:#666;margin:35px 0 40px;text-align:justify}
.entrepreneurship-page .box1 ul{display:flex;flex-wrap:wrap}
.entrepreneurship-page .box1 li{width:calc(50% - 20px);margin-right:40px;margin-bottom:40px;border:1px #eee solid;border-radius:10px;display:flex;align-items:flex-start;padding:60px;transition:.3s;position:relative}
.entrepreneurship-page .box1 li:nth-child(2n){margin-right:0}
.entrepreneurship-page .box1 .img-div{width:56px;height:56px;margin-top:10px}
.entrepreneurship-page .box1 .info{flex:1;padding-left:60px}
.entrepreneurship-page .box1 .info>p:first-child{font-size:30px;line-height:40px;color:#003d7c;margin-bottom:10px}
.entrepreneurship-page .box1 .info>p:last-child{font-size:16px;line-height:26px;color:#666;text-align:justify}
.entrepreneurship-page .box1 .btn>a{padding:0 40px;font-size:16px;line-height:60px;border-radius:30px;background:#003d7c;color:#fff;transition:.3s}

.entrepreneurship-page .box2{padding:90px 0 180px}
.entrepreneurship-page .box2 .width{position:relative}
.entrepreneurship-page .box2 .tit-name{color:#fff;margin-bottom:20px}
.entrepreneurship-page .box2 .line{height:409px;background:url(7.png) no-repeat center center/100%;position:relative}
.entrepreneurship-page .box2 li{position:absolute}
.entrepreneurship-page .box2 li>p{color:#fff;text-align:center}
.entrepreneurship-page .box2 li>p:nth-of-type(1){font-size:18px;line-height:30px}
.entrepreneurship-page .box2 li>p:nth-of-type(2){font-size:30px}
.entrepreneurship-page .box2 li>span{margin:25px auto 20px;position:relative;display:block;width:20px;height:20px;border-radius:50%;background:#fff}
.entrepreneurship-page .box2 li>span::after{content:'';position:absolute;width:8px;height:8px;border-radius:50%;background:#ef7c00;top:6px;left:6px}

.entrepreneurship-page .box3{padding-top:90px}
.entrepreneurship-page .box3 .tit-name{text-align:center;margin-bottom:40px}
.entrepreneurship-page .box3 ul{display:flex;flex-wrap:wrap}
.entrepreneurship-page .box3 li{width:calc(100% / 3 - 26px);margin-right:39px;margin-bottom:40px;padding:50px;border-radius:10px;border:1px #eee solid;transition:.3s;position:relative}
.entrepreneurship-page .box3 li:nth-child(3n){margin-right:0}
.entrepreneurship-page .box3 .img-div{width:52px;height:41px}
.entrepreneurship-page .box3 li>p:nth-of-type(1){font-size:24px;line-height:34px;color:#003d7c;margin:25px 0 10px}
.entrepreneurship-page .box3 li>p:nth-of-type(2){font-size:16px;line-height:26px;color:#666}

.entrepreneurship-page .box4{padding:60px 0 85px}
.entrepreneurship-page .box4 .con{padding-top:40px;display:flex;flex-wrap:wrap}
.entrepreneurship-page .box4 .img-div{width:calc(20% - 8px);margin-right:10px;margin-bottom:15px;height:100px;border:1px #eee solid;border-radius:10px;transition:.3s}
.entrepreneurship-page .box4 .img-div:nth-child(5n){margin-right:0}
.entrepreneurship-page .box4 .img-div>img{max-width:70%;max-height:70%}

.entrepreneurship-page .operate{padding:90px 0 100px}
.entrepreneurship-page .operate .name{text-align:center;font-size:36px;line-height:46px;margin-bottom:50px}
.entrepreneurship-page .operate .content{border-top:1px solid rgba(0,0,0,.15);border-bottom:1px solid rgba(0,0,0,.15);padding:50px 60px 90px;margin-bottom:50px}
.entrepreneurship-page .operate .content p{font-size:16px;color:#666;line-height:32px;text-align:justify}
.entrepreneurship-page .operate .content a{display:inline-block}
.entrepreneurship-page .operate .content img{margin:0 auto;max-width:100%;height:auto !important}
.entrepreneurship-page .operate .jump{display:flex;align-items:center}
.entrepreneurship-page .operate .info{width:calc(100% - 200px)}
.entrepreneurship-page .operate .info>a{font-size:16px;color:#666;line-height:30px}
.entrepreneurship-page .operate .btn{width:200px;display:flex;justify-content:flex-end}
.entrepreneurship-page .operate .btn>a{width:168px;height:57px;line-height:55px;border-radius:28px;background:#003d7c;color:#fff;text-align:center;transition:.3s}

@media (max-width:1380px){
    .entrepreneurship-page .box2 .width{width:100%}
}

@media (max-width:1600px){
    .entrepreneurship-page .tit-name{font-size:43px;line-height:53px}
    .entrepreneurship-page .box1{padding:80px 0}
    .entrepreneurship-page .box1 .info{padding-left:50px}
    .entrepreneurship-page .box3{padding-top:80px}
    .entrepreneurship-page .box4{padding:50px 0 60px}
}

@media (max-width:1440px){
    .entrepreneurship-page .tit-name{font-size:38px;line-height:48px}
    .entrepreneurship-page .box1{padding:70px 0}
    .entrepreneurship-page .box1 .info{padding-left:30px}
    .entrepreneurship-page .box1 .img-div{width:51px;height:51px}
    .entrepreneurship-page .box1 .info>p:first-child{font-size:25px;line-height:35px}
    .entrepreneurship-page .box3{padding-top:70px}
    .entrepreneurship-page .box3 li{margin-right:30px;width:calc(100% / 3 - 20px);margin-bottom:30px;padding:50px 45px}
    .entrepreneurship-page .box4{padding:40px 0 50px}
}

@media (max-width:1279px){
    .entrepreneurship-page .tit-name{font-size:25px;line-height:35px}

    .entrepreneurship-page .box1{padding:50px 0}
    .entrepreneurship-page .box1>p{font-size:14px;line-height:24px;margin:15px 0 30px}
    .entrepreneurship-page .box1 ul{display:block}
    .entrepreneurship-page .box1 li{width:100%;margin-right:0;margin-bottom:30px;padding:30px 25px;display:block}
    .entrepreneurship-page .box1 .img-div{width:46px;height:46px;margin:0 auto}
    .entrepreneurship-page .box1 .info{padding-left:0;text-align:center}
    .entrepreneurship-page .box1 .info>p:first-child{font-size:20px;line-height:30px;margin:15px 0 10px}
    .entrepreneurship-page .box1 .info>p:last-child{font-size:14px;line-height:24px;text-align:center}
    .entrepreneurship-page .box1 .btn{display:flex;justify-content:center}
    .entrepreneurship-page .box1 .btn>a{padding:0 30px;line-height:45px;margin:0 auto;font-size:14px}
    
    .entrepreneurship-page .box2{padding:50px 0 30px}
    .entrepreneurship-page .box2 .line{height:auto;background:none}
    .entrepreneurship-page .box2 ul{display:flex;flex-wrap:wrap;padding:0 20px}
    .entrepreneurship-page .box2 li{position:relative;background:#fff;border-radius:10px;width:calc(50% - 5px);margin-bottom:20px;padding:20px 10px 40px;top:0 !important;left:0 !important;overflow:hidden}
    .entrepreneurship-page .box2 li:nth-child(2n+1){margin-right:10px}
    .entrepreneurship-page .box2 li:last-child{width:100%;margin-right:0}
    .entrepreneurship-page .box2 li>p{color:#333;text-align:center}
    .entrepreneurship-page .box2 li>p:nth-of-type(1){font-size:14px;line-height:24px}
    .entrepreneurship-page .box2 li>p:nth-of-type(2){position:absolute;bottom:-40px;right:0;font-size:80px;opacity:.08}
    .entrepreneurship-page .box2 li>span{display:none}
    
    .entrepreneurship-page .box3{padding-top:50px}
    .entrepreneurship-page .box3 .tit-name{margin-bottom:30px}
    .entrepreneurship-page .box3 ul{display:block}
    .entrepreneurship-page .box3 li{width:100%;margin-right:0;margin-bottom:30px;padding:25px 15px;text-align:center}
    .entrepreneurship-page .box3 .img-div{width:42px;height:31px;margin:0 auto}
    .entrepreneurship-page .box3 li>p:nth-of-type(1){font-size:20px;line-height:30px;margin:10px 0 5px}
    .entrepreneurship-page .box3 li>p:nth-of-type(2){font-size:14px;line-height:24px}
    
    .entrepreneurship-page .box4{padding:20px 0 40px}
    .entrepreneurship-page .box4 .con{padding-top:30px}
    .entrepreneurship-page .box4 .img-div{width:calc(100% / 3 - 6px);margin-right:9px;margin-bottom:10px;height:70px}
    .entrepreneurship-page .box4 .img-div:nth-child(5n){margin-right:9px}
    .entrepreneurship-page .box4 .img-div:nth-child(3n){margin-right:0}
    .entrepreneurship-page .box4 .img-div>img{max-width:50%;max-height:50%}
    
    .entrepreneurship-page .operate{padding:30px 0 50px}
    .entrepreneurship-page .operate .name{font-size:22px;line-height:32px;margin-bottom:20px}
    .entrepreneurship-page .operate .content{padding:20px 0 30px;margin-bottom:30px}
    .entrepreneurship-page .operate .content p{font-size:14px;line-height:24px}
    .entrepreneurship-page .operate .jump{display:block}
    .entrepreneurship-page .operate .info{margin-bottom:20px;width:100%}
    .entrepreneurship-page .operate .info>a{font-size:14px;line-height:24px}
    .entrepreneurship-page .operate .btn{justify-content:flex-start}
    .entrepreneurship-page .operate .btn>a{width:125px;height:45px;line-height:45px}
}

@media (any-hover:hover){
    .entrepreneurship-page .box1 li:hover{transform:translateY(-5px)}
    .entrepreneurship-page .box1 .btn>a:hover{background:#ef7c00}
    
    .entrepreneurship-page .box3 li:hover{transform:translateY(-5px)}
    
    .entrepreneurship-page .box4 .img-div:hover{transform:translateY(-5px)}
    
    .entrepreneurship-page .operate .info>a.dot:hover{color:#003d7c}
    .entrepreneurship-page .operate .btn>a:hover{background:#ef7c00}
}

/*加入*/
.joins-page .tit{text-align:center}
.joins-page .tit-name{color:#003d7c;font-size:48px;line-height:58px;margin-bottom:5px}
.joins-page .tit-note{color:#666;font-size:16px;line-height:30px}

.joins-page .box1{margin:100px auto;display:flex;align-items:center;border:1px solid #eee;border-radius:10px}
.joins-page .box1 .img-bg{width:44.53%;border-radius:10px 0 0 10px}
.joins-page .box1 .img{padding-bottom:80.7%}
.joins-page .box1 .info{flex:1;padding:0 70px 0 80px}
.joins-page .box1 .tit-note{max-height:180px;overflow:hidden;text-align:justify}
.joins-page .box1 .info>p{font-size:20px;line-height:30px;color:#666;border-bottom:1px #eee solid;margin:10px 0 20px;padding-bottom:35px}

.joins-page .box2{padding:80px 0}
.joins-page .box2 .con{margin-top:30px}
.joins-page .box2 .row{background:#fff;height:80px;border-radius:10px;border:1px solid #eee;padding:0 50px 0 80px;display:flex;align-items:center;cursor:pointer}
.joins-page .box2 .row>span{width:30%;font-size:16px;line-height:26px;text-align:center}
.joins-page .box2 .row>span:first-child{font-size:18px;line-height:28px;width:calc(40% - 14px);position:relative;text-align:left}
.joins-page .box2 .head{margin-bottom:20px}
.joins-page .box2 .body{margin-bottom:20px}
.joins-page .box2 .body .row>span:first-child::before{content:'';position:absolute;width:4px;height:19px;background:#ef7c00;top:5px;left:-30px;border-radius:2px}
.joins-page .box2 .row>span:last-child{width:14px;height:0}
.joins-page .box2 .body .row>span:last-child{width:14px;height:14px;background:url(arrow.svg) no-repeat center center/14px;transition:.3s;transform:rotate(90deg)}
.joins-page .box2 .content{display:none;padding:50px 80px 80px;border-radius:0 0 10px 10px;background:#fff;border:1px solid #eee;border-top:0}
.joins-page .box2 .tag{font-size:18px;color:#003d7c}
.joins-page .box2 .content>p{font-size:16px;line-height:36px;color:#666;margin:15px 0 40px;text-align:justify}
.joins-page .box2 .email{font-size:16px;line-height:26px;color:#666;background:url(4.png) no-repeat left 5px/20px;padding-left:30px}
.joins-page .box2 .body.active .row{border:0;background:#003d7c;border-radius:10px 10px 0 0;color:#fff}
.joins-page .box2 .body.active .row>span:first-child::before{background:#fff}
.joins-page .box2 .body.active .row>span:last-child{transform:rotate(-90deg);background-image:url(arrow-w.svg)}
.joins-page .box2 .m{display:none}

.joins-page .box3{padding:90px 0 60px}
.joins-page .box3 ul{display:flex;flex-wrap:wrap;margin-top:40px}
.joins-page .box3 li{width:calc(100% / 3 - 26px);margin-right:39px;margin-bottom:40px;padding:50px;border-radius:10px;border:1px #eee solid;transition:.3s}
.joins-page .box3 li:nth-child(3n){margin-right:0}
.joins-page .box3 .img-div{width:52px;height:41px}
.joins-page .box3 li>p:nth-of-type(1){font-size:24px;line-height:34px;color:#003d7c;margin:25px 0 10px}
.joins-page .box3 li>p:nth-of-type(2){font-size:16px;line-height:26px;color:#666}

@media (max-width:1600px){
    .joins-page .tit-name{font-size:43px;line-height:53px}
    .joins-page .box1{margin:90px auto}
    .joins-page .box1 .info{padding:0 60px 0 70px}
    .joins-page .box2{padding:70px 0}
    .joins-page .box3{padding:80px 0 50px}
}

@media (max-width:1440px){
    .joins-page .tit-name{font-size:38px;line-height:48px}
    .joins-page .box1{margin:80px auto}
    .joins-page .box1 .info{padding:0 50px 0 60px}
    .joins-page .box2{padding:60px 0}
    .joins-page .box3{padding:70px 0 40px}
    .joins-page .box3 li{margin-right:30px;width:calc(100% / 3 - 20px);margin-bottom:30px;padding:50px 45px}
}

@media (max-width:1279px){
    .joins-page .tit-name{font-size:25px;line-height:35px;margin-bottom:5px}
    .joins-page .tit-note{font-size:14px;line-height:24px}
    
    .joins-page .box1{margin:50px auto;display:block}
    .joins-page .box1 .img-bg{width:100%;border-radius:10px 10px 0 0}
    .joins-page .box1 .info{padding:30px 25px}
    .joins-page .box1 .info>p{font-size:16px;line-height:26px;margin:10px 0 15px;padding-bottom:15px}
    
    .joins-page .box2{padding:50px 0}
    .joins-page .box2 .row{height:50px;padding:0 20px 0 40px}
    .joins-page .box2 .row>span{width:14px;display:none}
    .joins-page .box2 .row>span:first-child{display:block;font-size:16px;line-height:26px;width:calc(100% - 14px);padding-right:30px}
    .joins-page .box2 .head{margin-bottom:15px}
    .joins-page .box2 .body{margin-bottom:15px}
    .joins-page .box2 .body .row>span:first-child::before{width:2px;height:16px;left:-15px}
    .joins-page .box2 .row>span:last-child{display:block}
    .joins-page .box2 .body .row>span:last-child{width:10px;height:10px;background-size:10px}
    .joins-page .box2 .content{padding:30px 25px}
    .joins-page .box2 .tag{font-size:16px}
    .joins-page .box2 .content>p{font-size:14px;line-height:24px;margin:10px 0 30px}
    .joins-page .box2 .email{font-size:14px;line-height:24px}
    .joins-page .box2 .m{display:block;margin-bottom:30px;line-height:24px}
    
    .joins-page .box3{padding:50px 0 20px}
    .joins-page .box3 ul{display:block;margin-top:30px}
    .joins-page .box3 li{width:100%;margin-right:0;margin-bottom:30px;padding:30px 25px;text-align:center}
    .joins-page .box3 .img-div{width:42px;height:31px;margin:0 auto}
    .joins-page .box3 li>p:nth-of-type(1){font-size:20px;line-height:30px;margin:15px 0 5px}
    .joins-page .box3 li>p:nth-of-type(2){font-size:14px;line-height:24px}
}

@media (any-hover:hover){
    .joins-page .box3 li:hover{transform:translateY(-5px)}
}

/*搜索*/
.search-page{padding:100px 0 50px}
.search-page .item{border:1px #eee solid;border-radius:10px;padding:40px;margin-bottom:50px}
.search-page .name{font-size:18px;}
.search-page .note{font-size:16px;line-height:26px;margin-top:10px}
.search-page .page{padding-bottom:50px}

@media (max-width:1600px){
    .search-page{padding:90px 0 50px}
    .search-page .item{margin-bottom:40px}
    .search-page .page{padding-bottom:40px}
}

@media (max-width:1440px){
    .search-page{padding:80px 0 50px}
    .search-page .item{margin-bottom:30px}
    .search-page .page{padding-bottom:30px}
}

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

@media (any-hover:hover){
    .search-page .name:hover{color:#003d7c}
}