/*公共*/
.header{position: fixed;top:0;left:0;width:100%;background: #fff;z-index: 998;border-bottom: 1px #eee solid;}
.header .width{display:flex;justify-content:space-between;align-items:center;max-width:1600px}
.header .logo{width:139px;height:50px}
.header .header-r{flex:1;padding-left:50px;display:flex;align-items:center;justify-content:flex-end}
.header .nav{display:flex}
.header .nav li{position: relative;margin-right: 6px;}
.header .nav li>a{font-size:18px;line-height:100px;padding:0 42px;}
.header .nav li>a.active{background:#084e82;color:#fff}
.header .child{position:absolute;z-index:998;display:none;top:90px;left:50%;transform:translateX(-50%);width:max-content;background:#fff;text-align: center;padding:25px 35px 0;box-shadow: 0 0 20px rgba(0,0,0,.15);}
.header .child::after{content:'';width:15px;height:15px;background: #fff;transform: translateX(-50%) rotate(45deg);position: absolute;top:-8px;left:50%;}
.header .child>a{font-size:16px;color:#666;display: block;margin-bottom: 25px;}
.header .lang{width:82px;height:100px;background: url(../images/lang.svg) no-repeat center center/22px;cursor: pointer;position: relative;}
.header .lang .popup{display:none;position:absolute;top:90px;left:50%;transform:translateX(-50%);width:max-content;padding:25px 35px 0;background:#fff;box-shadow: 0 0 20px rgba(0,0,0,.15);z-index:998;text-align: center;}
.header .lang .popup::after{content:'';width:15px;height:15px;background: #fff;transform: translateX(-50%) rotate(45deg);position: absolute;top:-8px;left:50%;}
.header .lang .popup>a{font-size:16px;color:#666;display: block;margin-bottom: 25px;}
.header .search{position:relative;width:22px;height:100px;background:url(../images/search.png) no-repeat center center/22px;cursor:pointer;}
.header .search .popup{display:none;position:absolute;top:100%;right:0;z-index:997}
.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:#084e82 url(../images/search-w.png) no-repeat center center/20px;transition:.3s}
.header .menu{display:none}
.header-space{height:100px}

.footer{background:#071724;padding:100px 0 50px;color:#fff}
.footer a{color:#fff}
.footer .width{max-width:1600px}
.footer1{display:flex;padding-bottom:80px;border-bottom:1px solid rgba(255,255,255,.05);margin-bottom:40px}
.footer1 .info{width:25%}
.footer1 .logo{width:139px;height:50px}
.footer1 .txt{margin:25px 0 35px}
.footer1 .txt li{margin-bottom:20px}
.footer1 .txt li>p:nth-of-type(1){opacity:.5;margin-bottom:10px}
.footer1 .txt li>p:nth-of-type(2){font-size:20px;line-height:30px}
.footer1 .txt li:last-child>p:nth-of-type(2){font-size:16px;line-height:26px}
.footer1 .qr{width:245px;display:flex}
.footer1 .qr li{width:110px}
.footer1 .qr li:nth-child(2n+1){margin-right:25px}
.footer1 .qr li>p{opacity:.5;text-align:center;margin-top:10px}
.footer1 .nav{flex:1;display:flex;justify-content:space-between}
.footer1 .nav li{padding-left:20px}
.footer1 .nav li>a{font-size:18px;line-height:28px;margin-bottom:30px}
.footer1 .nav .child>a{font-size:16px;line-height:26px;opacity:.5;margin-bottom:15px;display:block}
.footer2{display:flex}
.footer2>p:nth-of-type(1){width:70%;}
.footer2>p:nth-of-type(2){width:30%;text-align:right;}
.footer2>p>span{opacity:.5;line-height:24px}
.footer2>p>a{opacity:.5;margin-left:20px}

.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:97px;height:35px}
.nav-m .close{width:20px;height:20px;background:url(../images/close.svg) no-repeat center center/20px}
.nav-m ul{border-top:1px solid rgba(0,0,0,.1);margin:10px 0 50px}
.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/arrow.svg) no-repeat center center/10px;transition:.3s}
.nav-m li:first-child::after{display:none}
.nav-m li.rotate::after{transform:rotate(90deg);top:35%}
.nav-m li>a{display:inline-block;color:#000;font-size:16px}
.nav-m li>a.block{display:block}
.nav-m .child{display:none;margin-left:15px;margin-bottom:10px}
.nav-m .child>a{display:block;padding:18px 0;border-bottom:1px rgba(0,0,0,.1) solid;font-size:16px}
.nav-m li:first-child>a{display:block}

.inner-banner{position:relative}
.inner-banner .m{display:none}
.inner-banner .img{padding-bottom:31.25%}
.inner-banner .width{position:absolute;top:45%;left:50%;transform:translate(-50%,-50%);color:#fff}
.inner-banner .width>p:nth-of-type(1){font-size:48px;line-height:58px;margin-bottom:10px}
.inner-banner .width>p:nth-of-type(2){font-size:20px;line-height:30px}

.zx{display:none;width:100%;position:fixed;bottom:0;left:0;z-index:999}
.zx .width{max-width:1600px;height:120px;padding-right:80px;display:flex;align-items:center;position:relative}
.zx .close{position:absolute;top:0;right:0;background:rgba(255,255,255,.15) url(../images/close-w.svg) no-repeat center center/12px;width:32px;height:32px;cursor:pointer;transition: .3s;}
.zx .width>p{width:170px;font-size:30px;color:#fff}
.zx .form{display:flex;flex:1}
.zx .input{height:50px;margin-right:15px;padding:0 20px;width:calc((100% - 160px) / 4);font-size:16px}
.zx .input::placeholder{font-size:16px}
.zx .select{width:calc((100% - 160px) / 4);margin-right:15px;height: 50px;}
.zx .select>select{padding:0 20px;font-size: 16px;color:#999}
.zx .form>span{width:160px;height:50px;background:#084e82 url(../images/10.png) no-repeat 85% center/18px;line-height:50px;font-size:16px;color:#fff;padding-left:35px;cursor:pointer;transition:.3s}

.float{z-index:998;position:fixed;right:10px;top:50%;transform:translateY(-50%)}
.float li{width:80px;height:80px;transition:.3s;position:relative;background:#f2f2f2;margin-bottom:5px;padding-top:15px;cursor:pointer}
.float li:last-child{margin-bottom:0}
.float li>.img-div{width:27px;height:29px;margin:0 auto 8px}
.float li>p{text-align:center}
.float .tel .tc{position:absolute;top:0;right:-500px;width:max-content;background:#084e82;padding:20px;transition:.8s;z-index:998}
.float .tel .tc>span{display:block;color:#fff}
.float .tel .tc>span:nth-of-type(2){font-size:20px;margin-top:5px}
.float .qr .tc{position:absolute;top:0;right:-500px;width:max-content;background:#084e82;;padding:20px;transition:.8s;z-index:998}
.float .qr .tc .img-div{width:110px;height:110px;margin:0 auto 10px}
.float .qr .tc>span{text-align:center;display:block;color:#fff}

.popup1{display:none;position: fixed;top:0;left:0;width:100%;height:100%;background: rgba(0,0,0,.4);z-index: 999;}
.popup1 .con{background: #fff;margin:50px auto;padding:90px 80px 100px;position: relative;}
.popup1 .close{background: #f5f5f5 url(../images/close.svg) no-repeat center center/18px;width:48px;height:48px;border-radius: 50%;position: absolute;top:40px;right:40px;cursor: pointer;transition: .3s;}
.popup1 .tit{text-align: center}
.popup1 .tit>p:nth-of-type(1){font-size: 36px;color:#000;margin-bottom: 10px;}
.popup1 .tit>p:nth-of-type(2){font-size: 16px;color:#666}
.popup1 .con>p{font-size: 24px;color:#000;margin:30px 0 10px}
.popup1 .item{display: flex;align-items: center;border-bottom: 1px #e5e5e5 solid;padding-top:25px}
.popup1 .item.flex-start{align-items: flex-start;}
.popup1 .item>p{width:250px;font-size: 18px;display: flex;align-items: center;margin-bottom: 25px}
.popup1 .item>p>span{color:red;margin-right: 5px;}
.popup1 .item>input{flex:1;width:100%;background: #f8f8f8;height:50px;padding:0 20px;border:1px solid #f8f8f8;margin-bottom: 25px;}
.popup1 .item>input:focus{border-color:#084e82}
.popup1 .radio{flex:1;display: flex;flex-wrap: wrap;}
.popup1 .radio>label{cursor: pointer;margin:0 30px 25px 0}
.popup1 .items{display: flex;}
.popup1 .items .item{flex:1;border-bottom: 0;margin-right: 40px;}
.popup1 .items .item:last-child{margin-right: 0;}
.popup1 .items .item>p{width:100px}
.popup1 .btn{margin-top:35px;width:140px;line-height: 50px;text-align: center;background: #084e82;color:#fff;font-size: 16px;cursor: pointer;transition: .3s;}
.popup1.myscroll::-webkit-scrollbar{width:1px;height:1px}

.popup2{display:none;position: fixed;top:0;left:0;width:100%;height:100%;background: rgba(0,0,0,.4);z-index: 999;}
.popup2 .con{background: #fff;margin:50px auto;padding:90px 80px 95px;position: relative;}
.popup2 .close{background: #f5f5f5 url(../images/close.svg) no-repeat center center/18px;width:48px;height:48px;border-radius: 50%;position: absolute;top:40px;right:40px;cursor: pointer;transition: .3s;}
.popup2 .tit{text-align: center;margin-bottom: 45px;}
.popup2 .tit>p:nth-of-type(1){font-size: 36px;color:#000;margin-bottom: 10px;}
.popup2 .tit>p:nth-of-type(2){font-size: 16px;color:#666}
.popup2 li{border:1px #e5e5e5 solid;padding:45px 60px 40px;margin-bottom: 20px;}
.popup2 li>p:nth-of-type(1){font-size: 20px;color:#000;margin-bottom: 20px;}
.popup2 li>p:nth-of-type(2){font-size: 16px;line-height:28px;color:#666}
.popup2 .tip{text-align: center;max-width:680px;margin:45px auto 0}
.popup2 .tip>p:nth-of-type(1){font-size: 20px;}
.popup2 .tip>p:nth-of-type(2){font-size: 16px;line-height:28px;color:#999;margin:10px 0}
.popup2 .tip>p:nth-of-type(3){color:#999}
.popup2.myscroll::-webkit-scrollbar{width:1px;height:1px}

.popup3{display:none;position: fixed;top:0;left:0;width:100%;height:100%;background: rgba(0,0,0,.4);z-index: 999;}
.popup3 .con{background: #fff;margin:50px auto;padding:90px 80px 100px;position: relative;}
.popup3 .close{background: #f5f5f5 url(../images/close.svg) no-repeat center center/18px;width:48px;height:48px;border-radius: 50%;position: absolute;top:40px;right:40px;cursor: pointer;transition: .3s;}
.popup3 .tit{text-align: center}
.popup3 .tit>p:nth-of-type(1){font-size: 36px;color:#000;margin-bottom: 20px;}
.popup3 .tit>p:nth-of-type(2){font-size: 16px;color:#666}
.popup3 .info{display: flex;padding:60px 70px;align-items: center;border-bottom: 1px solid rgba(0,0,0,.1);margin-bottom: 50px;}
.popup3 .img-div{height:300px;width:40%}
.popup3 .txt{flex:1;padding-left:10%}
.popup3 .txt>p:nth-of-type(1){font-size: 24px;line-height: 34px;margin-bottom: 20px;}
.popup3 .uls{display: flex;}
.popup3 .uls>ul{flex:1}
.popup3 .uls>ul:first-child{flex:2}
.popup3 .uls li{font-size: 16px;line-height: 24px;margin-bottom: 10px;}
.popup3 .form{display: flex;flex-wrap: wrap;}
.popup3 .form .item{width:calc(50% - 30px);display: flex;align-items: center;margin-bottom: 40px;}
.popup3 .form .item:nth-child(2n+1){margin-right: 60px;}
.popup3 .form .item>p{font-size: 18px;width:100px}
.popup3 .form .item>p>span{color:red;margin-right: 5px;}
.popup3 .form .item input{flex:1;width:100%;height:50px;background: #f8f8f8;padding:0 20px;border:1px solid #f8f8f8}
.popup3 .form .item input:focus{border-color:#084e82}
.popup3 .form .item>textarea{width:100%;height:150px;background: #f8f8f8;padding:20px;border:1px solid #f8f8f8}
.popup3 .form .item textarea:focus{border-color:#084e82}
.popup3 .form .select{height:50px;width:100%;flex:1}
.popup3 .form .select>select{background: #f8f8f8;padding:0 20px;border:1px solid #f8f8f8;color:#999}
.popup3 .form .select>select:focus{border-color:#084e82}
.popup3 .form .item.w100{width:100%;margin-right: 0;display: block;}
.popup3 .form .item.w100>p{margin-bottom: 20px;}
.popup3 .form .code{display: flex;width:50%;align-items: center;}
.popup3 .form .code>input{width:230px}
.popup3 .form .code>img{width:150px;height:50px;margin:0 20px;border:1px #eee solid;cursor: pointer;}
.popup3 .form .code>p{color:#666;cursor:pointer;transition: .3s;}
.popup3 .btn{width:140px;line-height: 50px;text-align: center;color:#fff;background: #084e82;font-size: 16px;cursor: pointer;transition: .3s;}
.popup3 .goods-type{display: none;}
.popup3 .lease-type{display: none;}

@media (max-width:1600px){
    .header .nav li>a{padding:0 37px}
}

@media (max-width:1440px){
    .header .logo{width:125px;height:45px}
    .header .nav li>a{padding:0 27px;font-size: 16px;line-height: 90px;}
    .header .lang{height:90px}
    .header .search{height:90px}
    .header-space{height:90px}

    .footer{padding:80px 0 40px}
    .footer1{padding-bottom: 60px;margin-bottom: 30px;}
    .footer1 .nav li>a{font-size: 16px;margin-bottom: 20px;}
    .footer1 .nav .child>a{font-size: 14px;margin-bottom: 10px;}

    .float{right:5px}
    .float li{width:40px;height:40px;padding-top:10px;margin-bottom:5px}
    .float li>.img-div{width:20px;height:20px;margin:0 auto}
    .float li>p{display:none}
    .float .tel .tc{position:absolute;top:0;right:-500px;width:max-content;background:#084e82;padding:20px;transition:.8s;z-index:998;border-radius:5px}
    .float .tel .tc>span{display:block;color:#fff}
    .float .tel .tc>span:nth-of-type(2){font-size:20px;margin-top:5px}
    .float .qr .tc{position:absolute;top:0;right:-500px;width:max-content;background:#084e82;;padding:20px;transition:.8s;z-index:998;border-radius:5px}
    .float .qr .tc>span{text-align:center;display:block;color:#fff}

    .zx .width{height:100px;padding-right:50px;}
    .zx .width>p{width:120px;font-size:25px}
    .zx .input{height:45px;width:calc((100% - 140px) / 4);font-size: 14px;}
    .zx .input::placeholder{font-size: 14px;}
    .zx .select{width:calc((100% - 140px) / 4);height: 45px;}
    .zx .select>select{font-size: 14px}
    .zx .form>span{width:140px;height:45px;background-size:16px;line-height:45px;font-size:14px;padding-left:25px}

    .popup1 .con{padding:70px 60px 80px}
    .popup1 .tit>p:nth-of-type(1){font-size: 32px;}
    .popup1 .con>p{font-size: 22px;}
    .popup1 .item>p{font-size: 16px;width:220px}
    .popup1 .item>input{height:45px}
    .popup1 .btn{margin-top: 20px;width:120px;line-height: 45px;font-size: 14px;}

    .popup2 .con{padding:70px 60px 80px}
    .popup2 .tit{margin-bottom: 35px;}
    .popup2 .tit>p:nth-of-type(1){font-size: 32px;}
    .popup2 li{padding:35px 40px}
    .popup2 li>p:nth-of-type(1){font-size: 18px;margin-bottom: 10px;}
    .popup2 .tip{margin:35px auto 0}

    .popup3 .tit>p:nth-of-type(1){font-size: 32px;}
    .popup3 .info{padding:40px 60px;margin-bottom: 40px;}
    .popup3 .img-div{height:250px}
    .popup3 .txt>p:nth-of-type(1){font-size: 22px;line-height: 32px;}
    .popup3 .form .item:nth-child(2n+1){margin-right: 40px;margin-bottom: 30px;}

    .inner-banner .width>p:nth-of-type(1){font-size: 40px;line-height: 50px;}
    .inner-banner .width>p:nth-of-type(2){font-size: 18px;line-height: 28px;}
}

@media (max-width:1279px){
    .header .width{height:70px}
    .header .logo{width:97px;height:35px}
    .header .header-r{padding-left:30px}
    .header .nav{display:none}
    .header .lang{width:20px;height:20px;background-size: 20px;}
    .header .lang .popup{top:40px;padding:15px 25px 0}
    .header .lang .popup>a{font-size:14px;margin-bottom: 15px;}
    .header .search{width:20px;height:20px;background-size: 20px;margin:0 10px}
    .header .search .popup{position:fixed;top:70px;width: 100%;}
    .header .search .popup .input{width:calc(100% - 45px);height:45px}
    .header .search .popup .btn{width:45px;height:45px;background-size:18px}
    .header .menu{display:block;width:20px;height:20px;background: url(../images/menu.svg) no-repeat center center/20px;}
    .header-space{height:70px}

    .footer{padding:50px 0 30px}
    .footer1{display:block;padding-bottom:20px;margin-bottom:20px}
    .footer1 .info{width:100%}
    .footer1 .logo{margin:0 auto}
    .footer1 .txt{margin:25px 0}
    .footer1 .txt li{margin-bottom:10px;text-align: center;}
    .footer1 .txt li>p:nth-of-type(1){margin-bottom:5px}
    .footer1 .txt li>p:nth-of-type(2){font-size:16px;line-height:26px}
    .footer1 .txt li:last-child>p:nth-of-type(2){font-size:16px;line-height:26px}
    .footer1 .qr{margin:0 auto;width:235px}
    .footer1 .qr li:nth-child(2n+1){margin-right:15px}
    .footer1 .nav{display:none}
    .footer2{display: block;}
    .footer2>p:nth-of-type(1){width:100%;text-align:center;margin-bottom: 5px;}
    .footer2>p:nth-of-type(2){width:100%;text-align:center;}
    .footer2>p>a{display:block;margin:0 auto 5px}

    .inner-banner .pc{display:none}
    .inner-banner .m{display:block}
    .inner-banner .img{padding-bottom:66.66%}
    .inner-banner .width>p{text-align: center;}
    .inner-banner .width>p:nth-of-type(1){font-size:25px;line-height:35px;margin-bottom:5px}
    .inner-banner .width>p:nth-of-type(2){font-size:14px;line-height:24px}

    .zx .width{height:auto;padding-right:0;display:block;padding:30px 20px;width:100%}
    .zx .width>p{width:auto;font-size:22px;text-align: center;margin-bottom: 20px;}
    .zx .form{display:block}
    .zx .input{height:40px;margin-right:0;width:100%;font-size:14px;margin-bottom: 15px;}
    .zx .input::placeholder{font-size:14px}
    .zx .select{width:100%;margin-right:0;height: 40px;margin-bottom: 15px}
    .zx .select>select{font-size: 14px;background: #fff;}
    .zx .form>span{width:100%;height:40px;background:#084e82;line-height:40px;font-size:14px;padding-left:0;text-align: center;display: block;}

    .float{display: none;}

    .popup1 .con{margin:30px auto;padding:40px 25px 30px}
    .popup1 .close{background-size:14px;width:35px;height:35px;top:20px;right:20px}
    .popup1 .tit>p:nth-of-type(1){font-size: 22px;}
    .popup1 .tit>p:nth-of-type(2){font-size: 14px}
    .popup1 .con>p{font-size: 18px;margin:20px 0 0}
    .popup1 .item{display: block;padding-top:20px}
    .popup1 .item>p{width:100%;font-size: 14px;margin-bottom: 15px}
    .popup1 .item>input{height:40px;padding:0 15px;margin-bottom: 20px;}
    .popup1 .radio>label{margin:0 20px 20px 0}
    .popup1 .items{display: block;}
    .popup1 .items .item{margin-right: 0;}
    .popup1 .items .item>p{width:100%}
    .popup1 .items .item>input{margin-bottom: 0;}
    .popup1 .btn{margin-top:20px;width:120px;line-height: 40px;font-size: 14px}

    .popup2 .con{margin:30px auto;padding:40px 25px 30px}
    .popup2 .close{background-size:14px;width:35px;height:35px;top:20px;right:20px}
    .popup2 .tit{margin-bottom: 20px;}
    .popup2 .tit>p:nth-of-type(1){font-size: 22px}
    .popup2 .tit>p:nth-of-type(2){font-size: 14px;line-height: 24px;}
    .popup2 li{padding:30px 25px;}
    .popup2 li>p:nth-of-type(1){font-size: 16px;margin-bottom: 10px;}
    .popup2 li>p:nth-of-type(2){font-size: 14px;line-height:24px}
    .popup2 .tip{max-width:100%;margin:30px auto 0}
    .popup2 .tip>p:nth-of-type(1){font-size: 18px;}
    .popup2 .tip>p:nth-of-type(2){font-size: 14px;line-height:24px;margin:10px 0}

    .popup3 .con{margin:30px auto;padding:70px 20px 50px}
    .popup3 .close{background-size:14px;width:35px;height:35px;top:20px;right:20px}
    .popup3 .tit>p:nth-of-type(1){font-size: 16px;margin-bottom: 5px;line-height: 26px;}
    .popup3 .tit>p:nth-of-type(2){font-size: 14px;line-height: 22px;}
    .popup3 .info{display: block;padding:30px 0 20px;margin-bottom: 30px;}
    .popup3 .img-div{height:150px;width:100%}
    .popup3 .txt{padding-left:0}
    .popup3 .txt>p:nth-of-type(1){font-size: 16px;line-height: 26px;margin: 20px 0 10px;}
    .popup3 .uls{display: block;}
    .popup3 .uls>ul{display: flex;}
    .popup3 .uls>ul:first-child{display: block;}
    .popup3 .uls li{font-size: 14px;line-height: 22px;margin-bottom: 10px;}
    .popup3 .form{display: block}
    .popup3 .form .item{width:100%;display: block;margin-bottom: 20px;}
    .popup3 .form .item:nth-child(2n+1){margin-right: 0;margin-bottom: 20px;}
    .popup3 .form .item>p{font-size: 14px;width:100%;margin-bottom: 10px;}
    .popup3 .form .item input{height:40px;padding:0 15px}
    .popup3 .form .item>textarea{height:100px;padding:15px}
    .popup3 .form .select{height:40px}
    .popup3 .form .select>select{padding:0 15px}
    .popup3 .form .item.w100>p{margin-bottom: 10px;}
    .popup3 .form .code{width:100%;}
    .popup3 .form .code>input{width:100%;flex:1}
    .popup3 .form .code>img{width:120px;height:40px;margin:0 0 0 5px}
    .popup3 .form .code>p{display: none;}
    .popup3 .btn{width:120px;line-height: 40px;font-size: 14px;}
}

@media (any-hover:hover){
    .header .nav li>a:hover{background:#084e82;color:#fff}
    .header .child>a:hover{color:#084e82}
    .header .search .popup .btn:hover{background-color: #03406b;}
    .header .lang .popup>a:hover{color:#084e82}
    
    .footer1 .nav .child>a:hover{opacity:1}
    .footer2>p>a:hover{opacity:1}
    
    .zx .close:hover{opacity: .8;}
    .zx .form>span:hover{opacity: .8}
    
    .float li:hover{background:#084e82}
    .float li:hover>p{color:#fff}

    .popup1 .close:hover{background-color: #084e82;background-image: url(../images/close-w.svg);}
    .popup1 .btn:hover{opacity: .8;}

    .popup2 .close:hover{background-color: #084e82;background-image: url(../images/close-w.svg);}

    .popup3 .close:hover{background-color: #084e82;background-image: url(../images/close-w.svg);}
    .popup3 .form .code>p:hover{color:#084e82}
    .popup3 .btn:hover{opacity: .8;}
}

/*首页*/
.index-page .width{max-width:1600px}
.index-page .tit{color:#000}
.index-page .tit>p:nth-of-type(1){font-size:36px;line-height:46px;margin-bottom:5px}
.index-page .tit>p:nth-of-type(2){font-size:46px;line-height:56px}
.index-page .more{width:180px;line-height:58px;padding-left:40px;font-size:16px;color:#fff;background:url(../images/1-w.png) no-repeat 78% center/14px;transition:.3s;border:1px #fff solid}
.index-page .more1{border-color:#eee;color:#333;background-image:url(../images/1.png)}

.index-page .banner .m{display: none;}
.index-page .banner .img{height:100vh}
.index-page .banner .swiper-pagination{bottom:40px}
.index-page .banner .swiper-pagination-bullet{background:#fff;border-radius:50%;opacity:1;margin:0 20px !important;width:8px;height:8px}
.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:14px;border:1px #fff solid}

.index-page .box1{padding:90px 0 75px}
.index-page .box1 .tit-box{display:flex;align-items: flex-end;margin-bottom: 50px;}
.index-page .box1 .tit{flex:1;padding-right:20px}
.index-page .box1 .cate{width:70%;display:flex;justify-content:flex-end;position: relative;}
.index-page .box1 .cate .swiper-container{margin:0}
.index-page .box1 .cate .swiper-slide{width:auto;line-height:80px;background:#eee;color:#666;padding:0 30px;display:flex;align-items:center;transition:.3s;margin-right: 10px;}
.index-page .box1 .cate .swiper-slide:last-child{margin-right: 0;}
.index-page .box1 .cate .swiper-slide.active{background:#084e82;color:#fff}
.index-page .box1 .cate .swiper-slide .img-div{width:45px;height:45px;margin-right:10px}
.index-page .box1 .child-box{position: relative;display: none;margin-bottom:40px;}
.index-page .box1 .child{display: flex;justify-content: center;}
.index-page .box1 .child .swiper-slide{width:auto;line-height: 50px;font-size: 16px;padding:0 20px;background:#eee;transition: .3s;margin-right: 10px;}
.index-page .box1 .child .swiper-slide:last-child{margin-right: 0;}
.index-page .box1 .child .swiper-slide.active{background: #084e82;color:#fff}
.index-page .box1 .arrow{width:30px;height: 30px;position: absolute;top: 50%;transform: translateY(-50%);right:-40px;background: #eee url(../images/arrow.svg) no-repeat center center/8px;cursor: pointer;transition: .3s;}
.index-page .box1 .prev{right:0;left:-40px;transform: translateY(-50%) rotate(180deg);}
.index-page .box1 ul{display: flex;flex-wrap: wrap;}
.index-page .box1 li{box-shadow: 0 0 10px rgba(0,0,0,.15);width:calc(25% - 15px);margin-right: 20px;padding:40px 30px 0;margin-bottom: 25px;position: relative;transition: .3s;height:370px}
.index-page .box1 li:nth-child(4n){margin-right: 0;}
.index-page .box1 li>.img-div{height:180px}
.index-page .box1 li>p{font-size: 16px;text-align: center;margin:30px 0 20px;transition: .3s;}
.index-page .box1 li .btn{line-height: 48px;border:1px #eee solid;display: flex;justify-content: center;align-items: center;}
.index-page .box1 li .btn>p{color:#666;margin-right: 15px;}
.index-page .box1 li .btn .img-div{color:#666;width:11px;height:10px}
.index-page .box1 li .attr{display: none;}
.index-page .box1 li .attr>p{flex:1;margin-right: 5px;text-align: center;color:#fff;max-width: 60%;}
.index-page .box1 li .attr>p:last-child{margin-right: 0;}
.index-page .box1 li .attr>p>span:nth-of-type(1){font-size: 18px;color:#fcb026}
.index-page .box1>a{background: #084e82;color:#fff;line-height: 60px;width:200px;font-size: 16px;margin:30px auto 0;display: block;text-align: center;transition: .3s;}

.index-page .box2{position:relative}
.index-page .box2 .big .swiper-slide{padding-bottom:50%;position:relative}
.index-page .box2 .big .swiper-slide .width{position:absolute;z-index:2;top:22%;left:50%;transform:translateX(-50%)}
.index-page .box2 .big .swiper-slide .info{max-width:460px}
.index-page .box2 .big .tit{color:#fff}
.index-page .box2 .big .swiper-slide .info>p{color:#fff;font-size:18px;line-height:30px;margin:40px 0 55px}
.index-page .box2 .more{background-color: #084e82;border-color:#084e82}
.index-page .box2 .tab{position:absolute;bottom:9%;left:50%;transform:translateX(-50%);z-index:2;padding-top:4px}
.index-page .box2 .tab .swiper-slide{position:relative;cursor:pointer}
.index-page .box2 .tab .swiper-slide::before{content:'';width:calc(50% - 35px);height:1px;border-top:1px dashed rgba(255,255,255,.2);position:absolute;z-index:1;top:30px;left:0}
.index-page .box2 .tab .swiper-slide::after{content:'';width:calc(50% - 35px);height:1px;border-top:1px dashed rgba(255,255,255,.2);position:absolute;z-index:1;top:30px;right:0}
.index-page .box2 .tab .img-div{width:70px;height:70px;margin:0 auto 20px;border-radius:50%;border:4px solid transparent;opacity: .5;transition: .3s;}
.index-page .box2 .tab .img-div>img{max-width:50%;max-height:50%}
.index-page .box2 .circle{display:none;position:absolute;z-index:3;top:0;left:50%;transform:translateX(-50%);width:70px;height:70px}
.index-page .box2 .circle-in{stroke:#fff;stroke-width:.8;fill:none;transform:rotate(-90deg);transform-origin:center;}
.index-page .box2 .circle-in.animate{animation:index-box2-play 2s reverse linear}
@keyframes index-box2-play{
    to{stroke-dasharray:0 100}
}
.index-page .box2 .tab .swiper-slide>p{text-align:center;opacity:.3;color:#fff;font-size:18px;line-height:28px}
.index-page .box2 .tab .swiper-slide.active .img-div{border-color:rgba(255,255,255,.3);opacity: 1;}
.index-page .box2 .tab .swiper-slide.active>p{opacity:1}
.index-page .box2 .tab .swiper-slide.active .circle{display:block}

.index-page .box3{padding:90px 0 80px}
.index-page .box3 .tit-box{display:flex;align-items:center;margin-bottom:35px}
.index-page .box3 .tit{flex:1;padding-right:50px}
.index-page .box3 .con{display:flex}
.index-page .box3 .item{display:flex;flex-wrap:wrap;width:31.25%}
.index-page .box3 .img-bg{width:100%;height:700px;position:relative}
.index-page .box3 .img{height:100%}
.index-page .box3 .info{position:absolute;left:0;bottom:0;width:100%;background:linear-gradient(to bottom,transparent 10%,rgba(0,0,0,.8) 90%);padding:10% 40px 35px;transition:padding .3s}
.index-page .box3 .info>p:nth-of-type(1){font-size:24px;color:#fff;width:100%;}
.index-page .box3 .info>p:nth-of-type(2){font-size:16px;color:#fff;margin-top:15px;width:100%;}
.index-page .box3 .con .more{display:none}
.index-page .box3 .item2{flex:1}
.index-page .box3 .item2 .img-bg{height:340px;margin-left:20px;margin-bottom:20px}
.index-page .box3 .small{width:calc(50% - 20px);margin-bottom:0}
.index-page .box3 .item2 .info>p:nth-of-type(2){display:none}

.index-page .box4{height:750px;display:flex;justify-content:flex-end;position:relative}
.index-page .box4::before{content:'';width:100%;height:100%;background:url(../images/3.png) no-repeat center bottom/100%;position:absolute;left:0;top:0}
.index-page .box4::after{content:'';width:41.66%;height:100%;background:#f5f7f9;position:absolute;right:0;top:0}
.index-page .box4 .width{position:absolute;top:90px;left:50%;transform:translateX(-50%)}
.index-page .box4 .con{width:44%}
.index-page .box4 .con>p{font-size:16px;color:#666;line-height:30px;margin:35px 0 25px}
.index-page .box4 ul{display:flex;flex-wrap:wrap;margin-bottom:77px}
.index-page .box4 li{width:calc(50% - 25px);border-bottom:1px solid #e8e8e8;font-size:16px;line-height:26px;position:relative;transition: .3s;}
.index-page .box4 li:nth-child(2n+1){margin-right:50px}
.index-page .box4 li>a{padding:18px 30px 18px 20px;;transition: .3s;}
.index-page .box4 li>a::before{content:'';width:6px;height:6px;background:#084e82;position:absolute;top:27px;left:0;transition: .3s;}
.index-page .box4 li>a::after{content:'';width:13px;height:13px;background:url(../images/1.png) no-repeat center center/13px;position:absolute;top:25px;right:0;transition: .3s}
.index-page .box4 .btns{display:flex}
.index-page .box4 .more{width:200px;background-color:#084e82;border-color:#084e82;padding-left:50px}
.index-page .box4 .more:last-child{background:#1a3e58 url(../images/4.png) no-repeat 30% center/22px;border-color:#1a3e58;margin-left:20px;padding-left:90px}
.index-page .box4 .img{width:52.39%;display:flex;justify-content:flex-end;align-items:flex-end}
.index-page .box4 .img>img{max-width:100%;position:relative;z-index:2}

.index-page .box5{padding:90px 0 100px}
.index-page .box5 .tit-box{display:flex;align-items:center;margin-bottom:50px}
.index-page .box5 .tit{flex:1;padding-right:50px}
.index-page .box5 .con{display:flex}
.index-page .box5 .con1{width:67.5%;display:flex}
.index-page .box5 .con1 li{border-bottom:1px #eee solid;margin-right:40px;width:calc(50% - 40px);position:relative}
.index-page .box5 .con1 li::after{content:'';position:absolute;left:0;bottom:0;width:0;height:1px;background:#084e82;transition:.3s}
.index-page .box5 .con1 .img{padding-bottom:60%}
.index-page .box5 .con1 .info{padding:40px 40px 50px;}
.index-page .box5 .con1 .info>p:nth-of-type(1){display:inline-block;line-height:28px;border:1px #333 solid;padding:0 20px}
.index-page .box5 .con1 .info>p:nth-of-type(2){font-size:22px;margin:20px 0}
.index-page .box5 .con1 .info>p:nth-of-type(3){font-size:16px;line-height:30px;color:#666;margin-bottom: 25px;}
.index-page .box5 .con1 .info>p:nth-of-type(4){font-size:16px;color:#999;}
.index-page .box5 .con2{width:32.5%;background:#f8f8f8;padding:50px 50px 20px}
.index-page .box5 .con2>p{display:inline-block;line-height:28px;border:1px #333 solid;padding:0 20px;margin-bottom:5px}
.index-page .box5 .con2 li{border-bottom:1px #e5e5e5 solid;padding:25px 0 30px;position:relative}
.index-page .box5 .con2 li::after{content:'';position:absolute;left:0;bottom:0;width:0;height:1px;background:#084e82;transition:.3s}
.index-page .box5 .con2 li:last-child{border-bottom:0}
.index-page .box5 .con2 li>p:nth-of-type(1){font-size:22px;margin-bottom:10px}
.index-page .box5 .con2 li>p:nth-of-type(2){font-size:16px;color:#999}

@media (max-width:1600px){
    .index-page .tit>p:nth-of-type(2){font-size: 42px;line-height: 52px;}
}

@media (max-width:1440px){
    .index-page .tit>p:nth-of-type(1){font-size: 30px;line-height: 40px;}
    .index-page .tit>p:nth-of-type(2){font-size: 36px;line-height: 46px;}
    .index-page .more{line-height:48px;font-size: 14px;width:160px;padding-left: 30px;}

    .index-page .box1{padding:70px 0 55px}
    .index-page .box1 .tit-box{margin-bottom: 40px;}
    .index-page .box1 .cate .swiper-slide{line-height: 70px;padding:0 20px}
    .index-page .box1 .cate .swiper-slide .img-div{width:35px;height:35px}
    .index-page .box1 .child-box{margin-bottom: 30px;}
    .index-page .box1 .child .swiper-slide{font-size: 14px;line-height: 45px;}
    .index-page .box1 li{height:340px}
    .index-page .box1 li>.img-div{height:160px}
    .index-page .box1 li>p{margin:25px 0 15px}
    .index-page .box1 li .btn{line-height: 43px;}

    .index-page .box2 .big .swiper-slide .width{top: 18%;}
    .index-page .box2 .big .swiper-slide .info>p{margin:25px 0 40px}
    .index-page .box2 .tab{bottom:7%}
    .index-page .box2 .tab .swiper-slide::before{width:calc(50% - 30px)}
    .index-page .box2 .tab .swiper-slide::after{width:calc(50% - 30px)}
    .index-page .box2 .tab .img-div{width:60px;height:60px;margin-bottom: 15px;}
    .index-page .box2 .tab .swiper-slide>p{font-size: 16px;line-height: 26px;}
    .index-page .box2 .circle{width:60px;height:60px}

    .index-page .box3{padding:70px 0 60px}
    .index-page .box3 .img-bg{height:600px}
    .index-page .box3 .item2 .img-bg{height:290px}
    .index-page .box3 .info{padding:10% 30px 30px}
    .index-page .box3 .info>p:nth-of-type(1){font-size: 22px;}
    .index-page .box3 .info>p:nth-of-type(2){margin-top: 10px;}

    .index-page .box4{height:650px}
    .index-page .box4 .width{top:70px}
    .index-page .box4 .con>p{margin:25px 0 15px}
    .index-page .box4 ul{margin-bottom: 50px;}

    .index-page .box5{padding:70px 0 80px}
    .index-page .box5 .tit-box{margin-bottom: 40px;}
    .index-page .box5 .con1 li{margin-right: 30px;width:calc(50% - 30px)}
    .index-page .box5 .con1 .info{padding:30px 20px 40px}
    .index-page .box5 .con1 .info>p:nth-of-type(2){font-size: 20px;margin:15px 0}
    .index-page .box5 .con1 .info>p:nth-of-type(3){margin-bottom: 15px;}
    .index-page .box5 .con2{padding:40px 40px 10px}
    .index-page .box5 .con2 li{padding:20px 0}
    .index-page .box5 .con2 li>p:nth-of-type(1){font-size: 18px;}
}

@media (max-width:1279px){
    .index-page .tit{text-align: center;}
    .index-page .tit>p:nth-of-type(1){font-size:18px;line-height:28px}
    .index-page .tit>p:nth-of-type(2){font-size:22px;line-height:32px}
    .index-page .more{width:120px;line-height:40px;padding-left:20px;font-size:14px;background-size:10px;}

    .index-page .banner .pc{display: none;}
    .index-page .banner .m{display: block;}
    .index-page .banner .img{height:auto;padding-bottom: 66.66%;}
    .index-page .banner .swiper-pagination{bottom:20px}
    .index-page .banner .swiper-pagination-bullet{margin:0 15px !important;width:6px;height:6px}
    .index-page .banner .swiper-pagination-bullet-active:after{padding:10px}

    .index-page .box1{padding:50px 0 30px}
    .index-page .box1 .tit-box{display:block;margin-bottom: 15px;}
    .index-page .box1 .tit{padding-right:0;margin-bottom: 30px;}
    .index-page .box1 .cate{width:100%;display:block}
    .index-page .box1 .cate .swiper-slide{line-height:60px;padding:0 20px;}
    .index-page .box1 .cate .swiper-slide .img-div{width:30px;height:30px}
    .index-page .box1 .child-box{margin-bottom:30px;}
    .index-page .box1 .child .swiper-slide{line-height: 40px;font-size: 12px;}
    .index-page .box1 .arrow{display: none;}
    .index-page .box1 ul{display: block;}
    .index-page .box1 li{width:100%;margin-right: 0;padding:40px 25px 30px;margin-bottom: 20px;height:auto}
    .index-page .box1 li>.img-div{height:150px}
    .index-page .box1 li>p{font-size: 14px;margin:20px 0 15px}
    .index-page .box1 li .btn{line-height: 40px}
    .index-page .box1>a{line-height: 40px;font-size: 14px;width:150px}

    .index-page .box2 .big .swiper-slide{padding-bottom:90%}
    .index-page .box2 .big .swiper-slide .width{top:50px}
    .index-page .box2 .big .tit{text-align: left;}
    .index-page .box2 .big .swiper-slide .info{max-width:100%}
    .index-page .box2 .big .swiper-slide .info>p{font-size:14px;line-height:24px;margin:10px 0 20px}
    .index-page .box2 .swiper-pagination-bullet{background: #fff;}
    .index-page .box2 .tab{display: none;}

    .index-page .box3{padding:50px 0 30px}
    .index-page .box3 .tit-box{display:block;margin-bottom:30px;text-align: center;}
    .index-page .box3 .tit{padding-right:0;margin-bottom: 20px;}
    .index-page .box3 .more{text-align: left;}
    .index-page .box3 .con{display:block}
    .index-page .box3 .item{display:block;width:100%}
    .index-page .box3 .img-bg{height:auto;margin-bottom: 20px;}
    .index-page .box3 .img{height:auto;padding-bottom: 140%}
    .index-page .box3 .info{padding:10% 25px 25px}
    .index-page .box3 .info>p:nth-of-type(1){font-size:18px}
    .index-page .box3 .info>p:nth-of-type(2){font-size:14px;margin-top:5px}
    .index-page .box3 .item2 .img-bg{height:auto;margin-left:0}
    .index-page .box3 .item2 .img{padding-bottom: 64.15%;}
    .index-page .box3 .small{width:100%;margin-bottom:20px}
    .index-page .box3 .item2 .info>p:nth-of-type(2){display:block}

    .index-page .box4{height:auto;display:block}
    .index-page .box4::before{display: none;}
    .index-page .box4::after{display: none;}
    .index-page .box4 .width{position:static;transform:translateX(0)}
    .index-page .box4 .con{width:100%}
    .index-page .box4 .con>p{font-size:14px;line-height:24px;margin:15px 0 20px;text-align: center;}
    .index-page .box4 ul{display:block;margin-bottom:20px}
    .index-page .box4 li{width:100%;font-size:14px;line-height:24px;}
    .index-page .box4 li:nth-child(2n+1){margin-right:0}
    .index-page .box4 li>a{padding:15px 30px 15px 20px;}
    .index-page .box4 li>a::before{top:24px}
    .index-page .box4 li>a::after{top:21px;background-size: 11px;}
    .index-page .box4 .btns{justify-content: center;}
    .index-page .box4 .more{width:calc(50% - 10px);padding-left:0;background: #084e82;text-align: center;}
    .index-page .box4 .more:last-child{background:#1a3e58;margin-left:20px;padding-left:0}
    .index-page .box4 .img{width:100%;display:block}

    .index-page .box5{padding:50px 0}
    .index-page .box5 .tit-box{display:block;margin-bottom:30px;text-align: center;}
    .index-page .box5 .tit{padding-right:0;margin-bottom: 20px;}
    .index-page .box5 .more{text-align: left;}
    .index-page .box5 .con{display:block}
    .index-page .box5 .con1{width:100%;display:block}
    .index-page .box5 .con1 li{margin-right:0;width:100%;margin-bottom: 30px;}
    .index-page .box5 .con1 .info{padding:20px 0;}
    .index-page .box5 .con1 .info>p:nth-of-type(1){font-size: 12px;}
    .index-page .box5 .con1 .info>p:nth-of-type(2){font-size:18px;margin:20px 0 10px}
    .index-page .box5 .con1 .info>p:nth-of-type(3){font-size:14px;line-height:24px;margin-bottom: 15px;}
    .index-page .box5 .con1 .info>p:nth-of-type(4){font-size:14px}
    .index-page .box5 .con2{width:100%;padding:30px 20px 10px}
    .index-page .box5 .con2>p{font-size: 12px;}
    .index-page .box5 .con2 li{padding:20px 0;}
    .index-page .box5 .con2 li>p:nth-of-type(1){font-size:16px;margin-bottom:10px}
    .index-page .box5 .con2 li>p:nth-of-type(2){font-size:14px}
}

@media (any-hover:hover){
    .index-page .more:hover{background-color:#084e82;border-color:#084e82;background-image:url(../images/1-w.png);color:#fff}

    .index-page .box1 li:hover{box-shadow: none;background: #084e82;}
    .index-page .box1 li:hover>p{color:#fff;margin:20px 0 25px}
    .index-page .box1 li:hover .btn{display: none;}
    .index-page .box1 li:hover .attr{display: flex;justify-content: center;}
    .index-page .box1>a:hover{background: #03406b;}

    .index-page .box2 .more:hover{background-color: #03406b;border-color:#03406b}
    
    .index-page .box3 .img-bg:hover .info{height:100%;background:rgba(8,78,130,.95);display:flex;flex-direction:column;justify-content:center;align-items:center;padding:40px}
    .index-page .box3 .img-bg:hover .info>p:nth-of-type(1){text-align:center;}
    .index-page .box3 .img-bg:hover .info>p:nth-of-type(2){display:block;margin:20px 0 30px;text-align: center;}
    .index-page .box3 .img-bg:hover .more{display:block;}
    
    .index-page .box4 li:hover{border-color:#084e82;background: #084e82;}
    .index-page .box4 li:hover>a{color:#fff;padding-left: 50px;}
    .index-page .box4 li:hover>a::before{background:#fff;left:30px}
    .index-page .box4 li:hover>a::after{background-image:url(../images/1-w.png);right:30px}
    .index-page .box4 .more:hover{opacity: .8;}
    
    .index-page .box5 .con1 li:hover::after{width:100%}
    .index-page .box5 .con1 li:hover .img{transform: scale(1.1);}
    .index-page .box5 .con1 li:hover .info>p:nth-of-type(2){color:#084e82}
    .index-page .box5 .con2 li:hover::after{width:100%}
    .index-page .box5 .con2 li:hover>p:nth-of-type(1){color:#084e82}
}

/* 产品 */
.goods-page.list{padding:80px 0 55px}
.goods-page.list .cate{display:flex;justify-content:center;position: relative;margin-bottom: 50px;}
.goods-page.list .cate .swiper-container{margin:0}
.goods-page.list .cate .swiper-slide{width:auto;line-height:90px;background:#eee;color:#666;padding:0 30px;display:flex;align-items:center;transition:.3s;margin-right: 10px;font-size: 16px;}
.goods-page.list .cate .swiper-slide:last-child{margin-right: 0;}
.goods-page.list .cate .swiper-slide.active{background:#084e82;color:#fff}
.goods-page.list .cate .swiper-slide .img-div{width:45px;height:45px;margin-right:10px}
.goods-page.list .child{position: relative;margin-bottom:60px;display: flex;justify-content: center;}
.goods-page.list .child .swiper-slide{width:auto;line-height: 40px;font-size: 12px;padding:0 20px;background:#eee;transition: .3s;margin-right: 10px;}
.goods-page.list .child .swiper-slide:last-child{margin-right: 0;}
.goods-page.list .child .swiper-slide.active{background: #084e82;color:#fff}
.goods-page.list .arrow{width:30px;height: 30px;position: absolute;top: 50%;transform: translateY(-50%);right:-40px;background: #eee url(../images/arrow.svg) no-repeat center center/8px;cursor: pointer;transition: .3s;}
.goods-page.list .prev{right:0;left:-40px;transform: translateY(-50%) rotate(180deg);}
.goods-page.list ul{display: flex;flex-wrap: wrap;}
.goods-page.list li{box-shadow: 0 0 10px rgba(0,0,0,.15);width:calc(25% - 18.75px);margin-right: 25px;margin-bottom: 25px;position: relative;text-align: center;}
.goods-page.list li:nth-child(4n){margin-right: 0;}
.goods-page.list .info{padding:50px 45px 45px;}
.goods-page.list .info>.img-div{height:180px;margin-bottom: 25px;}
.goods-page.list .info>p{color:#000}
.goods-page.list .info>p:nth-of-type(2){font-size: 24px;margin:10px 0 35px}
.goods-page.list .hover{position: absolute;opacity: 0;top:0;left:0;width:100%;height:100%;transition: .3s;background: #084e82;padding:50px 45px 45px;color:#fff;}
.goods-page.list .attr{height:calc(100% - 45px);display: flex;flex-direction: column;justify-content: center}
.goods-page.list .attr>p{margin-bottom: 20px;}
.goods-page.list .attr>p:nth-of-type(1){font-size: 16px;margin-bottom: 30px;}
.goods-page.list .attr>p>span:nth-of-type(1){font-size: 24px;color:#fcb026}
.goods-page.list .btn{display: flex;}
.goods-page.list .btn>a{flex:1;line-height: 45px;background: #f8f8f8;transition: .3s;}
.goods-page.list .hover .btn>a{position: relative;z-index: 21;}
.goods-page.list .btn>a:nth-of-type(1){margin-right: 10px;}
.goods-page.list .page{padding:25px 0}

.goods-page.detail .box1{background: #eee;padding:80px 0}
.goods-page.detail .box1 .width{display: flex;align-items: center;}
.goods-page.detail .box1 .m{display: none;}
.goods-page.detail .box1 .pc{width:42.96%;position: relative;}
.goods-page.detail .box1 .swiper-container{height:550px;background: #fff;margin:0}
.goods-page.detail .box1 .has-video::after{content:'';position: absolute;width:100%;height:100%;background: rgba(0,0,0,.3) url(../images/play.png) no-repeat center center/56px;cursor: pointer;}
.goods-page.detail .box1 .img-div>img{max-width:80%;max-height: 80%;}
.goods-page.detail .box1 .swiper-pagination{bottom:20px;}
.goods-page.detail .box1 .swiper-pagination-bullet-active{background: #084e82;}
.goods-page.detail .box1 .arrow{width: 50px;height: 50px;position: absolute;right: -65px;top: 50%;transform: translateY(-50%);border:1px #666 solid;background: url(../images/arrow.svg) no-repeat center center/12px;cursor: pointer;transition: .3s;z-index: 2;}
.goods-page.detail .box1 .prev{right:auto;left:-65px;transform: translateY(-50%) rotate(180deg)}
.goods-page.detail .box1 .info{flex:1;padding-left: 90px;}
.goods-page.detail .box1 .info>p:nth-of-type(1){font-size: 18px;color:#222;line-height: 28px;}
.goods-page.detail .box1 .info>p:nth-of-type(2){font-size: 36px;line-height: 46px;border-bottom: 1px solid rgba(0,0,0,.1);padding:5px 0 20px}
.goods-page.detail .box1 .info>p:nth-of-type(3){font-size: 16px;color:#666;line-height: 30px;max-height:240px;margin:20px 0 70px}
.goods-page.detail .box1 .btn{display: flex;}
.goods-page.detail .box1 .btn>a{width:200px;line-height: 60px;font-size: 16px;padding-left: 85px;transition: .3s;}
.goods-page.detail .box1 .btn>a:nth-of-type(1){background: #084e82 url(../images/11.png) no-repeat 50px center/24px;color:#fff;margin-right: 30px;}
.goods-page.detail .box1 .btn>a:nth-of-type(2){background: #fff url(../images/12.png) no-repeat 50px center/22px;color:#084e82;}

.goods-page.detail .box2{padding:100px 0 30px}
.goods-page.detail .box2 .tab{display: flex;justify-content: center;margin-bottom: 30px;}
.goods-page.detail .box2 .tab>p{width:140px;line-height: 50px;background: #f8f8f8;font-size: 16px;text-align: center;margin-right: 10px;cursor: pointer;transition: .3s;}
.goods-page.detail .box2 .tab>p:first-child{background: #084e82;color:#fff}
.goods-page.detail .box2 .tab>p:last-child{margin-right: 0;}
.goods-page.detail .box2 .tit{font-size: 20px;color:#222;margin-bottom: 20px;display: flex;justify-content: space-between;}
.goods-page.detail .box2 .tit>p{font-weight: normal;}
.goods-page.detail .box2 .tit>p>span{color:#084e82}
.goods-page.detail .box2 .body{padding:40px 0;border-bottom: 1px rgba(0,0,0,.1) solid;}
.goods-page.detail .box2 .body:last-child{border-bottom: 0;}
.goods-page.detail .box2 .content{max-width: 80%;}
.goods-page.detail .box2 .content p{font-size: 16px;line-height: 30px;color: #666;}
.goods-page.detail .box2 .content a{display: inline-block;}
.goods-page.detail .box2 .content img{max-width:100%;height:auto !important}
.goods-page.detail .box2 table{border-spacing:0;border:1px #eee solid !important;border-right: 0 !important;border-bottom: 0 !important;width:100%}
.goods-page.detail .box2 td{padding:12px 30px;border-right: 1px #eee solid !important;border-bottom: 1px #eee solid !important}
.goods-page.detail .box2 .firstRow td{background: #f5f7f9}
.goods-page.detail .box2 .con{position: relative;margin-top:30px}
.goods-page.detail .box2 .swiper-slide .img{padding-bottom: 63.41%;}
.goods-page.detail .box2 .swiper-slide>p{text-align:center;font-size:16px;line-height:26px;margin-top:15px}
.goods-page.detail .box2 .arrow{width:48px;height:48px;border:1px solid #e5e5e5;position: absolute;right:-90px;top:50%;transform: translateY(-50%);background: #fff url(../images/arrow.svg) no-repeat center center/12px;cursor: pointer;transition: .3s;z-index: 2;}
.goods-page.detail .box2 .prev{right:auto;left:-90px;transform: translateY(-50%) rotate(180deg);}
.goods-page.detail .box2>.btn{width:200px;line-height: 60px;background: #084e82 url(../images/19.png) no-repeat 45px center/26px;font-size: 16px;margin:50px auto;color:#fff;transition: .3s; cursor: pointer;padding-left: 85px;}
.goods-page.detail .buy-popup{display:none;position: fixed;top:0;left:0;width:100%;height:100%;background: rgba(0,0,0,.4);z-index: 999;}
.goods-page.detail .buy-popup .content{background: #fff;margin:50px auto;padding:90px 80px 100px;position: relative;}
.goods-page.detail .buy-popup .close{background: #f5f5f5 url(../images/close.svg) no-repeat center center/18px;width:48px;height:48px;border-radius: 50%;position: absolute;top:40px;right:40px;cursor: pointer;transition: .3s;}
.goods-page.detail .buy-popup .content>p{text-align: center}
.goods-page.detail .buy-popup .content>p>span{display: block;}
.goods-page.detail .buy-popup .content>p>span:nth-of-type(1){font-size: 36px;color:#000;margin-bottom: 15px;}
.goods-page.detail .buy-popup .content>p>span:nth-of-type(2){font-size: 16px;color:#666}
.goods-page.detail .buy-popup .form{display: flex;flex-wrap: wrap;margin:20px 0 50px;}
.goods-page.detail .buy-popup .item{display: flex;align-items: center;border-bottom: 1px #e5e5e5 solid;width:50%;padding:30px 15px 30px 0}
.goods-page.detail .buy-popup .item:nth-child(2n){padding:30px 0 30px 15px}
.goods-page.detail .buy-popup .item.w100{width:100%;padding:30px 0}
.goods-page.detail .buy-popup .item>p{width:110px;font-size: 18px}
.goods-page.detail .buy-popup .item.w100>p{width:230px}
.goods-page.detail .buy-popup .item>p>span{color:red;margin-right: 5px;}
.goods-page.detail .buy-popup .item>input{flex:1;width:100%;background: #f8f8f8;height:50px;padding:0 20px;border:1px solid #f8f8f8}
.goods-page.detail .buy-popup .item>input:focus{border-color:#084e82}
.goods-page.detail .buy-popup .select{flex:1;width:100%;}
.goods-page.detail .buy-popup .select>select{width:100%;background: #f8f8f8;height:50px;padding:0 20px;border:1px solid #f8f8f8;color:#999}
.goods-page.detail .buy-popup .select>select:focus{border-color:#084e82}
.goods-page.detail .buy-popup .radio{flex:1;display: flex;flex-wrap: wrap;}
.goods-page.detail .buy-popup .radio>label{cursor: pointer;margin-right:50px}
.goods-page.detail .buy-popup .btn{width:140px;line-height: 50px;text-align: center;background: #084e82;color:#fff;font-size: 16px;cursor: pointer;transition: .3s;}
.goods-page.detail.myscroll::-webkit-scrollbar{width:1px;height:1px}

.goods-page.detail .box3{background: #f8f8f8;padding:70px 0 100px}
.goods-page.detail .box3 .width>p{font-size: 36px;text-align: center;color:#000;margin-bottom: 35px;}
.goods-page.detail .box3 ul{display: flex;}
.goods-page.detail .box3 li{box-shadow: 0 0 10px rgba(0,0,0,.15);width:calc(100% / 3 - 16px);margin-right: 24px;padding:70px 40px 50px;position: relative;transition: .3s;background: #fff;}
.goods-page.detail .box3 li:nth-child(3n){margin-right: 0;}
.goods-page.detail .box3 li>.img-div{height:250px;margin-bottom: 50px;}
.goods-page.detail .box3 li>p{text-align: center;color:#000;font-size: 16px;}
.goods-page.detail .box3 li>p:nth-of-type(2){font-size: 30px;margin:10px 0 40px}
.goods-page.detail .box3 li .btn{display: flex;}
.goods-page.detail .box3 li .btn>a{flex:1;line-height: 45px;text-align: center;background: #f8f8f8;transition: .3s;cursor: pointer;font-size: 16px;position: relative;z-index: 30;}
.goods-page.detail .box3 li .btn>a:nth-of-type(1){margin-right: 10px;}

@media (max-width:1600px){
    .goods-page.detail .box2 .arrow{right: -60px;}
    .goods-page.detail .box2 .prev{left: -60px;}
}

@media (max-width:1440px){
    .goods-page.list{padding:60px 0 35px}
    .goods-page.list .cate{margin-bottom: 30px;}
    .goods-page.list .cate .swiper-slide{line-height: 80px;padding:0 25px}
    .goods-page.list .cate .swiper-slide .img-div{width:40px;height: 40px;}
    .goods-page.list .child{margin-bottom: 40px;}
    .goods-page.list .info{padding:40px 35px 35px}
    .goods-page.list .info>.img-div{height: 160px;}
    .goods-page.list .info>p:nth-of-type(2){font-size: 22px;margin:10px 0 25px}
    .goods-page.list .hover{padding:40px 35px 35px}
    .goods-page.list .btn>a{line-height: 40px;}

    .goods-page.detail .box1{padding:60px 0}
    .goods-page.detail .box1 .swiper-container{height:500px}
    .goods-page.detail .box1 .arrow{width:40px;height:40px;right:-45px}
    .goods-page.detail .box1 .prev{left:-45px}
    .goods-page.detail .box1 .info{padding-left: 70px;}
    .goods-page.detail .box1 .info>p:nth-of-type(1){font-size: 16px;line-height: 26px;}
    .goods-page.detail .box1 .info>p:nth-of-type(2){font-size: 32px;line-height: 42px;}
    .goods-page.detail .box1 .info>p:nth-of-type(3){margin:20px 0 50px;max-height: 180px;}
    .goods-page.detail .box1 .btn>a{width:160px;line-height: 50px;font-size: 14px;padding-left: 70px;}
    .goods-page.detail .box1 .btn>a:nth-of-type(1){background-position: 35px center;background-size: 22px;}
    .goods-page.detail .box1 .btn>a:nth-of-type(2){background-position: 35px center;background-size: 20px;}

    .goods-page.detail .box2{padding:80px 0 20px}
    .goods-page.detail .box2 .tab{margin-bottom: 20px;}
    .goods-page.detail .box2 .body{padding:30px 0}
    .goods-page.detail .box2 .arrow{right: 10px;width:40px;height:40px;background-size: 10px;}
    .goods-page.detail .box2 .prev{left: 10px;}
    .goods-page.detail .box2>.btn{width:160px;line-height: 50px;font-size: 14px;padding-left: 70px;background-size: 22px;background-position: 30px center;margin:30px auto}
    .goods-page.detail .buy-popup .content{padding:70px 60px 80px}
    .goods-page.detail .buy-popup .content>p>span:nth-of-type(1){font-size: 32px;}
    .goods-page.detail .buy-popup .form{margin:10px 0 30px}
    .goods-page.detail .buy-popup .item{padding:20px 15px 20px 0}
    .goods-page.detail .buy-popup .item:nth-child(2n){padding:20px 0 20px 15px}
    .goods-page.detail .buy-popup .item.w100{padding:20px 0}
    .goods-page.detail .buy-popup .item>p{font-size: 16px;width:100px}
    .goods-page.detail .buy-popup .item.w100>p{width:200px}
    .goods-page.detail .buy-popup .item>input{height:45px}
    .goods-page.detail .buy-popup .btn{margin-top: 0;width:120px;line-height: 45px;font-size: 14px;}

    .goods-page.detail .box3{padding:50px 0 80px}
    .goods-page.detail .box3 .width>p{font-size: 32px;}
    .goods-page.detail .box3 li{padding:55px 30px 40px}
    .goods-page.detail .box3 li>.img-div{height:200px;margin-bottom: 30px;}
    .goods-page.detail .box3 li>p:nth-of-type(2){font-size: 25px;margin: 10px 0 25px;}
    .goods-page.detail .box3 li .btn>p{line-height: 40px;font-size: 14px;}
}

@media (max-width:1279px){
    .goods-page.list{padding:50px 0 30px}
    .goods-page.list .cate{margin-bottom: 20px;}
    .goods-page.list .cate .swiper-slide{line-height:60px;padding:0 20px;font-size: 14px;}
    .goods-page.list .cate .swiper-slide .img-div{width:30px;height:30px}
    .goods-page.list .child{margin-bottom:30px;}
    .goods-page.list .arrow{display: none;}
    .goods-page.list ul{display: block}
    .goods-page.list li{width:100%;margin-right: 0;margin-bottom: 20px}
    .goods-page.list .info{padding:40px 25px 30px;}
    .goods-page.list .info>.img-div{height:150px;margin-bottom: 20px;}
    .goods-page.list .info>p:nth-of-type(2){font-size: 20px;margin:10px 0 20px}
    .goods-page.list .btn>a{line-height: 40px}
    .goods-page.list .page{padding:20px 0}

    .goods-page.detail .box1{padding:50px 0}
    .goods-page.detail .box1 .width{display: block}
    .goods-page.detail .box1 .pc{display: none;}
    .goods-page.detail .box1 .m{display: block;}
    .goods-page.detail .box1 .swiper-container{width:100%;height:250px}
    .goods-page.detail .box1 .has-video::after{background-size:45px}
    .goods-page.detail .box1 .info{padding-left: 0;}
    .goods-page.detail .box1 .info>p:nth-of-type(1){font-size: 16px;line-height: 26px;}
    .goods-page.detail .box1 .info>p:nth-of-type(2){font-size: 25px;line-height: 35px;padding:5px 0 15px}
    .goods-page.detail .box1 .info>p:nth-of-type(3){font-size: 14px;line-height: 24px;max-height:2400px;margin:15px 0 20px}
    .goods-page.detail .box1 .btn{margin-top:20px}
    .goods-page.detail .box1 .btn>a{width:145px;line-height: 45px;font-size: 14px;padding-left: 60px}
    .goods-page.detail .box1 .btn>a:nth-of-type(1){background-position:25px center;background-size:20px;margin-right: 15px;}
    .goods-page.detail .box1 .btn>a:nth-of-type(2){background-position:25px center;background-size:16px;padding-left: 55px;width:140px}

    .goods-page.detail .box2{padding:50px 0 20px}
    .goods-page.detail .box2 .tab{justify-content: flex-start;white-space: nowrap;overflow-x: auto;margin-bottom: 0;}
    .goods-page.detail .box2 .tab>p{width:auto;line-height: 40px;font-size: 14px;padding:0 20px;}
    .goods-page.detail .box2 .tit{font-size: 18px;margin-bottom: 15px;display: block;}
    .goods-page.detail .box2 .tit>p{font-size: 16px;margin-top: 10px;}
    .goods-page.detail .box2 .body{padding:30px 0}
    .goods-page.detail .box2 .content{max-width: 100%;}
    .goods-page.detail .box2 .content p{font-size: 14px;line-height: 26px}
    .goods-page.detail .box2 table{width:max-content}
    .goods-page.detail .box2 td{padding:10px 20px;font-size: 12px;}
    .goods-page.detail .box2 .con{position: relative;margin-top:20px}
    .goods-page.detail .box2 .swiper-container{padding-bottom:40px}
    .goods-page.detail .box2 .swiper-slide>p{font-size:14px;line-height:24px}
    .goods-page.detail .box2 .arrow{display: none;}
    .goods-page.detail .box2 .swiper-pagination-bullet-active{background: #084e82;}
    .goods-page.detail .box2>.btn{line-height: 45px;margin:20px auto}
    .goods-page.detail .buy-popup .content{margin:30px auto;padding:50px 20px 30px}
    .goods-page.detail .buy-popup .close{background-size:14px;width:35px;height:35px;top:20px;right:20px}
    .goods-page.detail .buy-popup .content>p>span:nth-of-type(1){font-size: 22px;margin-bottom: 5px;}
    .goods-page.detail .buy-popup .content>p>span:nth-of-type(2){font-size: 14px}
    .goods-page.detail .buy-popup .form{display: block;margin:0 0 20px;}
    .goods-page.detail .buy-popup .item{display: block;width:100%;padding:20px 0}
    .goods-page.detail .buy-popup .item:nth-child(2n){padding:20px 0}
    .goods-page.detail .buy-popup .item.w100{padding:20px 0}
    .goods-page.detail .buy-popup .item>p{width:100%;font-size: 14px;margin-bottom: 10px;}
    .goods-page.detail .buy-popup .item.w100>p{width:100%}
    .goods-page.detail .buy-popup .item>input{height:40px;padding:0 15px}
    .goods-page.detail .buy-popup .select>select{height:40px;padding:0 15px}
    .goods-page.detail .buy-popup .radio>label{margin-right:20px;margin-bottom: 10px;line-height: 22px;}
    .goods-page.detail .buy-popup .btn{width:120px;line-height: 40px;font-size: 14px;margin:0 auto}

    .goods-page.detail .box3{padding:50px 0 30px}
    .goods-page.detail .box3 .width>p{font-size: 22px;margin-bottom: 30px;}
    .goods-page.detail .box3 ul{display: block;}
    .goods-page.detail .box3 li{width:100%;margin-right: 0;padding:40px 25px 30px;margin-bottom: 20px;}
    .goods-page.detail .box3 li>.img-div{height:150px;margin-bottom: 20px;}
    .goods-page.detail .box3 li>p{font-size: 14px;}
    .goods-page.detail .box3 li>p:nth-of-type(2){font-size: 20px;margin:10px 0 20px}
    .goods-page.detail .box3 li .btn>p{line-height: 40px;font-size: 14px;}
}

@media (any-hover:hover){
    .goods-page.list .cate .swiper-slide:hover{background:#084e82;color:#fff}
    .goods-page.list .child .swiper-slide:hover{background: #084e82;color:#fff}
    .goods-page.list li:hover .hover{opacity: .95;}
    .goods-page.list .btn>a:hover{background: #1a3e58;color:#fff}

    .goods-page.detail .box1 .arrow:hover{background-color: #084e82;background-image: url(../images/arrow-w.svg);border-color:#084e82}
    .goods-page.detail .box1 .btn>a:nth-of-type(1):hover{opacity: .8;}
    .goods-page.detail .box1 .btn>a:nth-of-type(2):hover{background-color: #084e82;background-image: url(../images/12-h.png);color:#fff}

    .goods-page.detail .box2 .tab>p:hover{background: #084e82;color:#fff}
    .goods-page.detail .box2 .arrow:hover{border-color:#084e82;background-color: #084e82;background-image: url(../images/arrow-w.svg)}
    .goods-page.detail .box2>.btn:hover{opacity: .8;}
    .goods-page.detail .buy-popup .btn:hover{opacity: .8;}

    .goods-page.detail .box3 li:hover{background: #084e82;}
    .goods-page.detail .box3 li:hover>p:nth-of-type(1){color:#fff}
    .goods-page.detail .box3 li:hover>p:nth-of-type(2){color:#fff}
    .goods-page.detail .box3 .btn>a:hover{color:#084e82;text-decoration: underline;}
}

/* 租赁 */
.lease-page.list{padding:80px 0 55px}
.lease-page.list .cate{position: relative;margin-bottom:60px;display: flex;justify-content: center;}
.lease-page.list .cate .swiper-slide{width:auto;line-height: 40px;font-size: 12px;padding:0 20px;background:#eee;transition: .3s;margin-right: 10px;}
.lease-page.list .cate .swiper-slide:last-child{margin-right: 0;}
.lease-page.list .cate .swiper-slide.active{background: #084e82;color:#fff}
.lease-page.list .arrow{width:30px;height: 30px;position: absolute;top: 50%;transform: translateY(-50%);right:-40px;background: #eee url(../images/arrow.svg) no-repeat center center/8px;cursor: pointer;transition: .3s;}
.lease-page.list .prev{right:0;left:-40px;transform: translateY(-50%) rotate(180deg);}
.lease-page.list ul{display: flex;flex-wrap: wrap;}
.lease-page.list li{box-shadow: 0 0 10px rgba(0,0,0,.15);width:calc(25% - 18.75px);margin-right: 25px;padding:40px 45px 45px;margin-bottom: 25px;position: relative;transition: .3s}
.lease-page.list li:nth-child(4n){margin-right: 0;}
.lease-page.list li>.img-div{height:200px;margin-bottom: 25px;}
.lease-page.list li>p{text-align: center;color:#000}
.lease-page.list li>p:nth-of-type(2){font-size: 24px;margin:10px 0 35px}
.lease-page.list li .btn{display: flex;}
.lease-page.list li .btn>a{flex:1;line-height: 45px;text-align: center;background: #f8f8f8;transition: .3s;cursor: pointer;position: relative;z-index: 30;}
.lease-page.list li .btn>a:nth-of-type(1){margin-right: 10px;}
.lease-page.list .page{padding:25px 0}

.lease-page.detail .box1{background: #eee;padding:80px 0}
.lease-page.detail .box1 .width{display: flex;align-items: center;}
.lease-page.detail .box1 .m{display: none;}
.lease-page.detail .box1 .pc{width:42.96%;position: relative;}
.lease-page.detail .box1 .swiper-container{height:550px;background: #fff;margin:0}
.lease-page.detail .box1 .has-video::after{content:'';position: absolute;width:100%;height:100%;background: rgba(0,0,0,.3) url(../images/play.png) no-repeat center center/56px;cursor: pointer;}
.lease-page.detail .box1 .img-div>img{max-width:80%;max-height: 80%;}
.lease-page.detail .box1 .swiper-pagination{bottom:20px;}
.lease-page.detail .box1 .swiper-pagination-bullet-active{background: #084e82;}
.lease-page.detail .box1 .arrow{width: 50px;height: 50px;position: absolute;right: -65px;top: 50%;transform: translateY(-50%);border:1px #666 solid;background: url(../images/arrow.svg) no-repeat center center/12px;cursor: pointer;transition: .3s;z-index: 2;}
.lease-page.detail .box1 .prev{right:auto;left:-65px;transform: translateY(-50%) rotate(180deg)}
.lease-page.detail .box1 .info{flex:1;padding-left: 90px;}
.lease-page.detail .box1 .info>p:nth-of-type(1){font-size: 18px;color:#222;line-height: 28px;}
.lease-page.detail .box1 .info>p:nth-of-type(2){font-size: 36px;line-height: 46px;border-bottom: 1px solid rgba(0,0,0,.1);padding:5px 0 20px}
.lease-page.detail .box1 .info>p:nth-of-type(3){font-size: 16px;color:#666;line-height: 30px;max-height:240px;margin:20px 0 70px}
.lease-page.detail .box1 .info>a{width:200px;line-height: 60px;font-size: 16px;padding-left: 85px;transition: .3s;background: #084e82 url(../images/11.png) no-repeat 50px center/24px;color:#fff}

.lease-page.detail .box2{padding:100px 0 60px}
.lease-page.detail .box2 .tab{display: flex;justify-content: center;margin-bottom: 30px;}
.lease-page.detail .box2 .tab>p{width:140px;line-height: 50px;background: #f8f8f8;font-size: 16px;text-align: center;margin-right: 10px;cursor: pointer;transition: .3s;}
.lease-page.detail .box2 .tab>p:first-child{background: #084e82;color:#fff}
.lease-page.detail .box2 .tab>p:last-child{margin-right: 0;}
.lease-page.detail .box2 .tit{font-size: 20px;color:#222;margin-bottom: 20px;}
.lease-page.detail .box2 .body{padding:40px 0;border-bottom: 1px rgba(0,0,0,.1) solid;}
.lease-page.detail .box2 .body:last-child{border-bottom: 0;}
.lease-page.detail .box2 .content{max-width: 80%;}
.lease-page.detail .box2 .content p{font-size: 16px;line-height: 30px;color: #666;}
.lease-page.detail .box2 .content a{display: inline-block;}
.lease-page.detail .box2 .content img{max-width:100%;height:auto !important}
.lease-page.detail .box2 .con{position: relative;margin-top:30px}
.lease-page.detail .box2 .swiper-slide .img{padding-bottom: 63.41%;}
.lease-page.detail .box2 .swiper-slide>p{font-size: 20px;line-height:30px;color:#000;text-align: center;margin-top:20px}
.lease-page.detail .box2 .arrow{width:48px;height:48px;border:1px solid #e5e5e5;position: absolute;right:-90px;top:40%;transform: translateY(-50%);background: #fff url(../images/arrow.svg) no-repeat center center/12px;cursor: pointer;transition: .3s;z-index: 2;}
.lease-page.detail .box2 .prev{right:auto;left:-90px;transform: translateY(-50%) rotate(180deg);}

@media (max-width:1600px){
    .lease-page.detail .box2 .arrow{right: -60px}
    .lease-page.detail .box2 .prev{left: -60px;}
}

@media (max-width:1440px){
    .lease-page.list{padding:60px 0 35px}
    .lease-page.list .cate{margin-bottom: 40px;}
    .lease-page.list li{padding:40px 35px 35px}
    .lease-page.list li>.img-div{height:180px}
    .lease-page.list li>p:nth-of-type(2){font-size: 22px;margin:10px 0 25px}
    .lease-page.list li .btn>a{line-height: 40px;}

    .lease-page.detail .box1{padding:60px 0}
    .lease-page.detail .box1 .swiper-container{height:500px}
    .lease-page.detail .box1 .arrow{width:40px;height:40px;right:-45px}
    .lease-page.detail .box1 .prev{left:-45px}
    .lease-page.detail .box1 .info{padding-left: 70px;}
    .lease-page.detail .box1 .info>p:nth-of-type(1){font-size: 16px;line-height: 26px;}
    .lease-page.detail .box1 .info>p:nth-of-type(2){font-size: 32px;line-height: 42px;}
    .lease-page.detail .box1 .info>p:nth-of-type(3){margin:20px 0 50px;max-height: 180px;}
    .lease-page.detail .box1 .info>a{width:160px;line-height: 50px;font-size: 14px;padding-left: 70px;background-position: 35px center;background-size: 22px;}

    .lease-page.detail .box2{padding:80px 0 40px}
    .lease-page.detail .box2 .tab{margin-bottom: 20px;}
    .lease-page.detail .box2 .body{padding:30px 0}
    .lease-page.detail .box2 .swiper-slide>p{font-size: 18px;line-height: 28px;}
    .lease-page.detail .box2 .arrow{right: 10px;width:40px;height:40px;background-size: 10px;}
    .lease-page.detail .box2 .prev{left: 10px;}
}

@media (max-width:1279px){
    .lease-page.list{padding:50px 0 30px}
    .lease-page.list .cate{margin-bottom:30px}
    .lease-page.list .arrow{display: none;}
    .lease-page.list ul{display: block}
    .lease-page.list li{width:100%;margin-right: 0;padding:40px 25px 30px;margin-bottom: 20px}
    .lease-page.list li>.img-div{height:150px;margin-bottom: 20px;}
    .lease-page.list li>p:nth-of-type(2){font-size: 20px;margin:10px 0 20px}
    .lease-page.list li .btn>a{line-height: 40px}
    .lease-page.list .page{padding:20px 0}

    .lease-page.detail .box1{padding:50px 0}
    .lease-page.detail .box1 .width{display: block}
    .lease-page.detail .box1 .pc{display: none;}
    .lease-page.detail .box1 .m{display: block;}
    .lease-page.detail .box1 .swiper-container{width:100%;height:250px}
    .lease-page.detail .box1 .info{padding-left: 0;}
    .lease-page.detail .box1 .info>p:nth-of-type(1){font-size: 16px;line-height: 26px;}
    .lease-page.detail .box1 .info>p:nth-of-type(2){font-size: 25px;line-height: 35px;padding:5px 0 15px}
    .lease-page.detail .box1 .info>p:nth-of-type(3){font-size: 14px;line-height: 24px;max-height:2400px;margin:15px 0 20px}
    .lease-page.detail .box1 .info>a{width:145px;line-height: 45px;font-size: 14px;padding-left: 60px;background-position:25px center;background-size:20px;margin-top: 20px;}

    .lease-page.detail .box2{padding:50px 0 0}
    .lease-page.detail .box2 .tab{margin-bottom: 0;}
    .lease-page.detail .box2 .tab>p{width:auto;line-height: 40px;font-size: 14px;padding:0 15px}
    .lease-page.detail .box2 .tit{font-size: 18px;margin-bottom: 15px;}
    .lease-page.detail .box2 .body{padding:30px 0;}
    .lease-page.detail .box2 .content{max-width: 100%;}
    .lease-page.detail .box2 .content p{font-size: 14px;line-height: 26px}
    .lease-page.detail .box2 .con{margin-top:20px;}
    .lease-page.detail .box2 .swiper-container{padding-bottom: 40px}
    .lease-page.detail .box2 .swiper-slide>p{font-size: 16px;line-height:26px;margin-top:15px}
    .lease-page.detail .box2 .arrow{display: none;}
    .lease-page.detail .box2 .swiper-pagination-bullet-active{background: #084e82;}
}

@media (any-hover:hover){
    .lease-page.list .cate .swiper-slide:hover{background: #084e82;color:#fff}
    .lease-page.list li:hover{background: #084e82;}
    .lease-page.list li:hover>p:nth-of-type(1){color:#fff}
    .lease-page.list li:hover>p:nth-of-type(2){color:#fff}
    .lease-page.list li .btn>a:hover{text-decoration:underline;color:#084e82}

    .lease-page.detail .box1 .arrow:hover{background-color: #084e82;background-image: url(../images/arrow-w.svg);border-color:#084e82}
    .lease-page.detail .box1 .info>a:hover{opacity: .8;}

    .lease-page.detail .box2 .tab>p:hover{background: #084e82;color:#fff}
    .lease-page.detail .box2 .arrow:hover{border-color:#084e82;background-color: #084e82;background-image: url(../images/arrow-w.svg)}
}

/* 加工 */
.machining-page.list{padding:80px 0 70px}
.machining-page.list .cate{margin-bottom:60px;display: flex;justify-content: center;}
.machining-page.list .cate>a{line-height: 50px;padding:0 40px;background: #f8f8f8;font-size: 16px;margin-right: 10px;transition: .3s;}
.machining-page.list .cate>a:last-child{margin-right: 0;}
.machining-page.list .cate>a.active{background: #084e82;color:#fff}
.machining-page.list ul{display: flex;flex-wrap: wrap;}
.machining-page.list li{width:calc(100% / 3 - 16px);margin-right: 24px;margin-bottom: 30px;border:1px #e5e5e5 solid;position: relative;}
.machining-page.list li:nth-child(3n){margin-right: 0;}
.machining-page.list li .img{padding-bottom: 63.41%;}
.machining-page.list li .info{padding:35px 40px}
.machining-page.list li .info>p:nth-of-type(1){font-size: 24px;color:#000}
.machining-page.list li .info>p:nth-of-type(2){font-size: 16px;color:#666;line-height: 30px;margin:20px 0}
.machining-page.list li .info>p:nth-of-type(3){width:100px;color:#666;background: url(../images/1.png) no-repeat right center/10px;display: inline-block;line-height: 40px;transition: .3s;}
.machining-page.list .page{padding:20px 0 30px}

.machining-page.detail .tit{font-size: 36px;line-height: 46px;color:#000}

.machining-page.detail .box1{display: flex;padding:100px 0}
.machining-page.detail .box1 .con{width: 41.4%;background: #f7f7f7;padding:60px 45px 70px 50px}
.machining-page.detail .box1 .tit{padding-right: 15px;}
.machining-page.detail .box1 .myscroll{max-height: 240px;margin-top: 30px;padding-right: 15px;}
.machining-page.detail .box1 .myscroll>p{font-size: 16px;line-height: 30px;color:#666;}
.machining-page.detail .box1 .swiper-container{flex:1}
.machining-page.detail .box1 .img{padding-bottom: 60%;}
.machining-page.detail .box1 .arrow{position: absolute;z-index: 2;width: 40px;height: 40px;background: #f7f7f7 url(../images/arrow.svg) no-repeat center center/12px;top: 50%;transform: translateY(-50%);right:20px;cursor: pointer;transition: .3s;}
.machining-page.detail .box1 .prev{right:auto;left: 20px;transform: translateY(-50%) rotate(180deg)}

.machining-page.detail .box2{padding-bottom: 100px;}
.machining-page.detail .box2 .tit{text-align: center;}
.machining-page.detail .box2 .con{position: relative;margin-top: 35px;}
.machining-page.detail .box2 .img-bg{position: relative;cursor: pointer;}
.machining-page.detail .box2 .img{padding-bottom: 64.51%;}
.machining-page.detail .box2 .play{width: 40px;height:40px;background: url(../images/21.png) no-repeat center center/100%;position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);}
.machining-page.detail .box2 .info{background: #f7f7f7;padding:45px 50px 50px;cursor: pointer}
.machining-page.detail .box2 .info>p:nth-of-type(1){font-size: 22px;color:#084e82}
.machining-page.detail .box2 .info>p:nth-of-type(2){font-size: 26px;line-height: 34px;margin:15px 0;}
.machining-page.detail .box2 .info>p:nth-of-type(3){background: url(../images/22.png) no-repeat left center/16px;padding-left:25px}
.machining-page.detail .box2 .arrow{position: absolute;z-index: 2;width: 50px;height: 50px;background: #fff url(../images/arrow.svg) no-repeat center center/12px;top: 50%;transform: translateY(-50%);right:20px;cursor: pointer;transition: .3s}
.machining-page.detail .box2 .prev{right:auto;left: 20px;transform: translateY(-50%) rotate(180deg)}
.machining-page.detail .box2 .popup-box{position: fixed;top: 0;left: 0;width:100%;height: 100%;background: rgba(0,0,0,.3);z-index: 999;display: none;}
.machining-page.detail .box2 .popup{position: absolute;top: 50%;left: 50%;background: #fff;transform: translate(-50%,-50%);padding:70px 60px 70px 80px}
.machining-page.detail .box2 .close{width: 48px;height: 48px;border-radius: 50%;background: #f5f5f5 url(../images/close.svg) no-repeat center center/14px;position: absolute;top: 30px;right:30px;cursor: pointer;transition: .3s;}
.machining-page.detail .box2 .popup .tit{padding-right:20px}
.machining-page.detail .box2 .myscroll{margin-top: 35px;max-height: 300px;padding-right:20px}
.machining-page.detail .box2 .content p{font-size: 16px;line-height: 30px;color:#666}
.machining-page.detail .box2 .content img{max-width: 100%;height: auto !important;margin:0 auto}
.machining-page.detail .box2 .content a{display: inline-block;}

@media (max-width:1440px){
    .machining-page.list{padding:60px 0 50px}
    .machining-page.list .cate{margin-bottom: 40px;}
    .machining-page.list .cate>a{line-height: 45px;padding:0 35px}
    .machining-page.list li .info{padding:30px 35px 40px}
    .machining-page.list li .info>p:nth-of-type(1){font-size: 22px;}
    .machining-page.list li .info>p:nth-of-type(2){margin:15px 0 25px}
}

@media (max-width:1279px){
    .machining-page.list{padding:50px 0 20px}
    .machining-page.list .cate{margin-bottom:30px;}
    .machining-page.list .cate>a{line-height: 40px;padding:0 20px;font-size: 14px}
    .machining-page.list ul{display: block}
    .machining-page.list li{width:100%;margin-right: 0;}
    .machining-page.list li .info{padding:30px 25px}
    .machining-page.list li .info>p:nth-of-type(1){font-size: 16px}
    .machining-page.list li .info>p:nth-of-type(2){font-size: 14px;line-height: 24px;margin:10px 0}
    .machining-page.list li .info>p:nth-of-type(3){line-height: 30px;}
    .machining-page.list .page{padding:0 0 30px}

    .machining-page.detail .tit{font-size: 22px;line-height: 32px}
    .machining-page.detail .box1{display: block;padding:50px 0;}
    .machining-page.detail .box1 .con{width: 100%;padding:30px 15px 30px 25px;height:auto}
    .machining-page.detail .box1 .tit{padding-right: 10px;}
    .machining-page.detail .box1 .myscroll{margin-top: 15px;padding-right: 10px;}
    .machining-page.detail .box1 .myscroll>p{font-size: 14px;line-height: 24px}
    .machining-page.detail .box1 .swiper-container{height:auto}
    .machining-page.detail .box1 .img{height:auto;padding-bottom: 60%;}
    .machining-page.detail .box1 .arrow{display: none;}

    .machining-page.detail .box2{padding-bottom: 50px;}
    .machining-page.detail .box2 .con{margin-top: 30px;}
    .machining-page.detail .box2 .play{width: 35px;height:35px}
    .machining-page.detail .box2 .info{padding:30px 20px 50px}
    .machining-page.detail .box2 .info>p:nth-of-type(1){font-size: 14px}
    .machining-page.detail .box2 .info>p:nth-of-type(2){font-size: 16px;line-height: 26px;margin:10px 0;}
    .machining-page.detail .box2 .arrow{display: none;}
    .machining-page.detail .box2 .popup{padding:50px 25px 30px 25px}
    .machining-page.detail .box2 .close{width: 30px;height: 30px;background-size:12px;top: 20px;right:20px}
    .machining-page.detail .box2 .popup .tit{padding-right:10px}
    .machining-page.detail .box2 .myscroll{margin-top: 20px;padding-right:10px;max-height: 450px;}
    .machining-page.detail .box2 .content p{font-size: 14px;line-height: 24px;}
}

@media (any-hover:hover){
    .machining-page.list .cate>a:hover{background: #084e82;color:#fff}
    .machining-page.list li:hover .img{transform: scale(1.1);}
    .machining-page.list li:hover .info>p:nth-of-type(1){color:#084e82}
    .machining-page.list li:hover .info>p:nth-of-type(3){width:130px;background-color: #084e82;color:#fff;background-image: url(../images/1-w.png);padding:0 20px;background-position: calc(100% - 20px) center;}

    .machining-page.detail .box1 .arrow:hover{background-color: #084e82;background-image: url(../images/arrow-w.svg);}

    .machining-page.detail .box2 .info:hover>p:nth-of-type(2){color:#084e82}
    .machining-page.detail .box2 .arrow:hover{background-color: #084e82;background-image: url(../images/arrow-w.svg)}
    .machining-page.detail .box2 .close:hover{background-color: #084e82;background-image: url(../images/close-w.svg);}
}

/* 应用 */
.app-page.list{padding:80px 0 70px}
.app-page.list .cate{margin-bottom:60px;display: flex;justify-content: center;}
.app-page.list .cate>a{line-height: 50px;padding:0 40px;background: #f8f8f8;font-size: 16px;margin-right: 10px;transition: .3s;}
.app-page.list .cate>a:last-child{margin-right: 0;}
.app-page.list .cate>a.active{background: #084e82;color:#fff}
.app-page.list ul{display: flex;flex-wrap: wrap;}
.app-page.list li{width:calc(100% / 3 - 16px);margin-right: 24px;margin-bottom: 30px;border:1px #e5e5e5 solid;position: relative;}
.app-page.list li:nth-child(3n){margin-right: 0;}
.app-page.list li .img{padding-bottom: 63.41%;}
.app-page.list li .info{padding:35px 40px 55px}
.app-page.list li .info>p:nth-of-type(1){font-size: 24px;color:#000}
.app-page.list li .info>p:nth-of-type(2){font-size: 16px;color:#666;line-height: 30px;margin:20px 0 40px}
.app-page.list li .info>p:nth-of-type(3){width:100px;color:#666;background: url(../images/1.png) no-repeat right center/10px;display: inline-block;line-height: 40px;transition: .3s;}
.app-page.list .page{padding:20px 0 30px}

.app-page.detail .box1{background: #eee;padding:80px 0}
.app-page.detail .box1 .width{display: flex;align-items: center;}
.app-page.detail .box1 .m{display: none;}
.app-page.detail .box1 .pc{width:42.96%;position: relative;}
.app-page.detail .box1 .swiper-container{height:550px;background: #fff;margin:0}
.app-page.detail .box1 .has-video::after{content:'';position: absolute;width:100%;height:100%;background: rgba(0,0,0,.3) url(../images/play.png) no-repeat center center/56px;cursor: pointer;}
.app-page.detail .box1 .img-div>img{max-width:80%;max-height: 80%;}
.app-page.detail .box1 .swiper-pagination{bottom:20px;}
.app-page.detail .box1 .swiper-pagination-bullet-active{background: #084e82;}
.app-page.detail .box1 .arrow{width: 50px;height: 50px;position: absolute;right: -65px;top: 50%;transform: translateY(-50%);border:1px #666 solid;background: url(../images/arrow.svg) no-repeat center center/12px;cursor: pointer;transition: .3s;z-index: 2;}
.app-page.detail .box1 .prev{right:auto;left:-65px;transform: translateY(-50%) rotate(180deg)}
.app-page.detail .box1 .info{flex:1;padding-left: 90px;}
.app-page.detail .box1 .info>p:nth-of-type(1){font-size: 18px;color:#222;line-height: 28px;}
.app-page.detail .box1 .info>p:nth-of-type(2){font-size: 36px;line-height: 46px;border-bottom: 1px solid rgba(0,0,0,.1);padding:5px 0 20px}
.app-page.detail .box1 .info>p:nth-of-type(3){font-size: 16px;color:#666;line-height: 30px;max-height:300px;margin:20px 0 70px}

.app-page.detail .box2{padding:100px 0 70px}
.app-page.detail .box2 .tab{display: flex;justify-content: center;margin-bottom: 30px;}
.app-page.detail .box2 .tab>p{width:140px;line-height: 50px;background: #f8f8f8;font-size: 16px;text-align: center;margin-right: 10px;cursor: pointer;transition: .3s;}
.app-page.detail .box2 .tab>p:first-child{background: #084e82;color:#fff}
.app-page.detail .box2 .tab>p:last-child{margin-right: 0;}
.app-page.detail .box2 .tit{font-size: 20px;color:#222;margin-bottom: 20px;display: flex;justify-content: space-between;}
.app-page.detail .box2 .tit>p{font-weight: normal;}
.app-page.detail .box2 .tit>p>span{color:#084e82}
.app-page.detail .box2 .body{padding:40px 0;border-bottom: 1px rgba(0,0,0,.1) solid;}
.app-page.detail .box2 .body:last-child{border-bottom: 0;}
.app-page.detail .box2 .content{max-width: 75%;}
.app-page.detail .box2 .content p{font-size: 16px;line-height: 30px;color: #666;}
.app-page.detail .box2 .content a{display: inline-block;}
.app-page.detail .box2 .content img{max-width:100%;height:auto !important}

@media (max-width:1440px){
    .app-page.list{padding:60px 0 50px}
    .app-page.list .cate{margin-bottom: 40px;}
    .app-page.list .cate>a{line-height: 45px;padding:0 35px}
    .app-page.list li .info{padding:30px 35px 40px}
    .app-page.list li .info>p:nth-of-type(1){font-size: 22px;}
    .app-page.list li .info>p:nth-of-type(2){margin:15px 0 25px}

    .app-page.detail .box1{padding:60px 0}
    .app-page.detail .box1 .swiper-container{height:500px}
    .app-page.detail .box1 .arrow{width:40px;height:40px;right:-45px}
    .app-page.detail .box1 .prev{left:-45px}
    .app-page.detail .box1 .info{padding-left: 70px;}
    .app-page.detail .box1 .info>p:nth-of-type(1){font-size: 16px;line-height: 26px;}
    .app-page.detail .box1 .info>p:nth-of-type(2){font-size: 32px;line-height: 42px;}
    .app-page.detail .box1 .info>p:nth-of-type(3){margin:20px 0 50px;max-height: 180px;}

    .app-page.detail .box2{padding:80px 0 50px}
    .app-page.detail .box2 .tab{margin-bottom: 20px;}
    .app-page.detail .box2 .body{padding:30px 0}
}

@media (max-width:1279px){
    .app-page.list{padding:50px 0 20px}
    .app-page.list .cate{margin-bottom:30px;justify-content: flex-start;white-space: nowrap;overflow-x: auto;}
    .app-page.list .cate>a{line-height: 40px;padding:0 20px;font-size: 14px}
    .app-page.list ul{display: block}
    .app-page.list li{width:100%;margin-right: 0;}
    .app-page.list li .info{padding:30px 25px}
    .app-page.list li .info>p:nth-of-type(1){font-size: 16px}
    .app-page.list li .info>p:nth-of-type(2){font-size: 14px;line-height: 24px;margin:10px 0}
    .app-page.list li .info>p:nth-of-type(3){line-height: 30px;}
    .app-page.list .page{padding:0 0 30px}

    .app-page.detail .box1{padding:50px 0}
    .app-page.detail .box1 .width{display: block}
    .app-page.detail .box1 .pc{display: none;}
    .app-page.detail .box1 .m{display: block;}
    .app-page.detail .box1 .swiper-container{width:100%;height:250px}
    .app-page.detail .box1 .has-video::after{background-size:45px}
    .app-page.detail .box1 .info{padding-left: 0;}
    .app-page.detail .box1 .info>p:nth-of-type(1){font-size: 16px;line-height: 26px;}
    .app-page.detail .box1 .info>p:nth-of-type(2){font-size: 25px;line-height: 35px;padding:5px 0 15px}
    .app-page.detail .box1 .info>p:nth-of-type(3){font-size: 14px;line-height: 24px;max-height:2400px;margin:15px 0 20px}

    .app-page.detail .box2{padding:50px 0 20px}
    .app-page.detail .box2 .tab{justify-content: flex-start;white-space: nowrap;overflow-x: auto;margin-bottom: 0;}
    .app-page.detail .box2 .tab>p{width:auto;line-height: 40px;font-size: 14px;padding:0 20px;}
    .app-page.detail .box2 .tit{font-size: 18px;margin-bottom: 15px;display: block;}
    .app-page.detail .box2 .tit>p{font-size: 16px;margin-top: 10px;}
    .app-page.detail .box2 .body{padding:30px 0}
    .app-page.detail .box2 .content{max-width: 100%;}
    .app-page.detail .box2 .content p{font-size: 14px;line-height: 26px}
}

@media (any-hover:hover){
    .app-page.list .cate>a:hover{background: #084e82;color:#fff}
    .app-page.list li:hover .img{transform: scale(1.1);}
    .app-page.list li:hover .info>p:nth-of-type(1){color:#084e82}
    .app-page.list li:hover .info>p:nth-of-type(3){width:130px;background-color: #084e82;color:#fff;background-image: url(../images/1-w.png);padding:0 20px;background-position: calc(100% - 20px) center;}

    .app-page.detail .box1 .arrow:hover{background-color: #084e82;background-image: url(../images/arrow-w.svg);border-color:#084e82}

    .app-page.detail .box2 .tab>p:hover{background: #084e82;color:#fff}
}

/* 方案 */
.solution-page .tit{font-size: 36px;line-height: 46px;color:#000}

.solution-page .box1{display: flex;padding:100px 0}
.solution-page .box1 .con{width: 41.4%;background: #f7f7f7;padding:60px 45px 70px 50px}
.solution-page .box1 .tit{padding-right: 15px;}
.solution-page .box1 .myscroll{max-height: 240px;margin-top: 30px;padding-right: 15px;}
.solution-page .box1 .myscroll>p{font-size: 16px;line-height: 30px;color:#666;}
.solution-page .box1 .swiper-container{flex:1}
.solution-page .box1 .img{padding-bottom: 60%;}
.solution-page .box1 .arrow{position: absolute;z-index: 2;width: 40px;height: 40px;background: #f7f7f7 url(../images/arrow.svg) no-repeat center center/12px;top: 50%;transform: translateY(-50%);right:20px;cursor: pointer;transition: .3s;}
.solution-page .box1 .prev{right:auto;left: 20px;transform: translateY(-50%) rotate(180deg)}

.solution-page .box2{padding-bottom: 80px;}
.solution-page .box2 .tit{text-align: center;}
.solution-page .box2 .con{position: relative;margin-top: 35px;}
.solution-page .box2 .img-bg{position: relative;cursor: pointer;}
.solution-page .box2 .img{padding-bottom: 64.51%;}
.solution-page .box2 .play{width: 40px;height:40px;background: url(../images/21.png) no-repeat center center/100%;position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);}
.solution-page .box2 .info{background: #f7f7f7;padding:45px 50px 50px;cursor: pointer}
.solution-page .box2 .info>p:nth-of-type(1){font-size: 22px;color:#084e82}
.solution-page .box2 .info>p:nth-of-type(2){font-size: 26px;line-height: 34px;margin:15px 0;}
.solution-page .box2 .info>p:nth-of-type(3){background: url(../images/22.png) no-repeat left center/16px;padding-left:25px}
.solution-page .box2 .arrow{position: absolute;z-index: 2;width: 50px;height: 50px;background: #fff url(../images/arrow.svg) no-repeat center center/12px;top: 50%;transform: translateY(-50%);right:20px;cursor: pointer;transition: .3s;}
.solution-page .box2 .prev{right:auto;left: 20px;transform: translateY(-50%) rotate(180deg)}
.solution-page .box2 .popup-box{position: fixed;top: 0;left: 0;width:100%;height: 100%;background: rgba(0,0,0,.3);z-index: 999;display: none;}
.solution-page .box2 .popup{position: absolute;top: 50%;left: 50%;background: #fff;transform: translate(-50%,-50%);padding:70px 60px 70px 80px}
.solution-page .box2 .close{width: 48px;height: 48px;border-radius: 50%;background: #f5f5f5 url(../images/close.svg) no-repeat center center/14px;position: absolute;top: 30px;right:30px;cursor: pointer;transition: .3s;}
.solution-page .box2 .popup .tit{padding-right:20px}
.solution-page .box2 .myscroll{margin-top: 35px;max-height: 300px;padding-right:20px}
.solution-page .box2 .content p{font-size: 16px;line-height: 30px;color:#666}
.solution-page .box2 .content img{max-width: 100%;height: auto !important;margin:0 auto}
.solution-page .box2 .content a{display: inline-block;}

.solution-page .box3{padding-bottom: 70px;}
.solution-page .box3 ul{display: flex;flex-wrap: wrap;}
.solution-page .box3 li{width: calc(20% - 24px);margin-right: 30px;margin-bottom: 30px;border: 1px solid #e5e5e5;height: 100px;display: flex;justify-content: center;align-items: center;padding:0 20px;transition: .3s;cursor: pointer;}
.solution-page .box3 li>p{text-align: center;font-size: 16px;line-height: 24px;}
.solution-page .box3 li:nth-child(5n){margin-right: 0;}
.solution-page .box3 .popup-box{position: fixed;top: 0;left: 0;width:100%;height: 100%;background: rgba(0,0,0,.3);z-index: 999;display: none;}
.solution-page .box3 .popup{background: #fff;padding:80px;margin:50px auto;position: relative;}
.solution-page .box3 .close{width: 48px;height: 48px;border-radius: 50%;background: #f5f5f5 url(../images/close.svg) no-repeat center center/14px;position: absolute;top: 30px;right:30px;cursor: pointer;transition: .3s;}
.solution-page .box3 .img-div{height: 380px;}
.solution-page .box3 .content{margin-top: 35px}
.solution-page .box3 .content p{font-size: 16px;line-height: 30px;color:#666}
.solution-page .box3 .content img{max-width: 100%;height: auto !important;margin:0 auto}
.solution-page .box3 .content a{display: inline-block;}

@media (max-width:1279px){
    .solution-page .tit{font-size: 22px;line-height: 32px}
    .solution-page .box1{display: block;padding:50px 0;}
    .solution-page .box1 .con{width: 100%;padding:30px 15px 30px 25px;height:auto}
    .solution-page .box1 .tit{padding-right: 10px;}
    .solution-page .box1 .myscroll{margin-top: 15px;padding-right: 10px;}
    .solution-page .box1 .myscroll>p{font-size: 14px;line-height: 24px}
    .solution-page .box1 .swiper-container{height:auto}
    .solution-page .box1 .img{height:auto;padding-bottom: 60%;}
    .solution-page .box1 .arrow{display: none;}

    .solution-page .box2{padding-bottom: 50px;}
    .solution-page .box2 .con{margin-top: 30px;}
    .solution-page .box2 .play{width: 35px;height:35px}
    .solution-page .box2 .info{padding:30px 20px 50px}
    .solution-page .box2 .info>p:nth-of-type(1){font-size: 14px}
    .solution-page .box2 .info>p:nth-of-type(2){font-size: 16px;line-height: 26px;margin:10px 0;}
    .solution-page .box2 .arrow{display: none;}
    .solution-page .box2 .popup{padding:50px 25px 30px 25px}
    .solution-page .box2 .close{width: 30px;height: 30px;background-size:12px;top: 20px;right:20px}
    .solution-page .box2 .popup .tit{padding-right:10px}
    .solution-page .box2 .myscroll{margin-top: 20px;padding-right:10px;max-height: 450px;}
    .solution-page .box2 .content p{font-size: 14px;line-height: 24px;}

    .solution-page .box3{padding-bottom: 40px;}
    .solution-page .box3 li{width: calc(50% - 5px);margin-right: 10px;margin-bottom: 10px;height: 80px;padding:0 15px;}
    .solution-page .box3 li>p{font-size: 14px;line-height: 20px;}
    .solution-page .box3 li:nth-child(5n){margin-right: 10px;}
    .solution-page .box3 li:nth-child(2n){margin-right: 0;}
    .solution-page .box3 .popup{padding:40px 25px 30px;margin:30px auto;}
    .solution-page .box3 .close{width: 30px;height: 30px;background-size:12px;top: 15px;right:15px}
    .solution-page .box3 .img-div{height: 250px;margin-bottom: 20px;}
    .solution-page .box3 .content{margin-top: 20px}
    .solution-page .box3 .content p{font-size: 14px;line-height: 24px}
}

@media (any-hover:hover){
    .solution-page .box1 .arrow:hover{background-color: #084e82;background-image: url(../images/arrow-w.svg);}

    .solution-page .box2 .info:hover>p:nth-of-type(2){color:#084e82}
    .solution-page .box2 .arrow:hover{background-color: #084e82;background-image: url(../images/arrow-w.svg)}
    .solution-page .box2 .close:hover{background-color: #084e82;background-image: url(../images/close-w.svg);}

    .solution-page .box3 li:hover{border-color:#084e82;background: #084e82;color:#fff}
}

.shop-page.list{padding:80px 0 75px}
.shop-page.list .cate{display: flex;justify-content: center;}
.shop-page.list .cate>a{line-height: 50px;padding:0 40px;background: #f8f8f8;font-size: 16px;margin-right: 10px;transition: .3s;}
.shop-page.list .cate>a:last-child{margin-right: 0;}
.shop-page.list .cate>a.active{background: #084e82;color:#fff}
.shop-page.list .child{display: flex;justify-content: center;margin:25px 0 50px}
.shop-page.list .child>a{font-size: 16px;color:#666;margin-right: 40px;position: relative;}
.shop-page.list .child>a:last-child{margin-right: 0;}
.shop-page.list .child>a::after{content:'';position: absolute;width:0;height:2px;background: #084e82;left:0;bottom:-8px;transition: .3s;}
.shop-page.list .child>a.active{color:#084e82}
.shop-page.list .child>a.active::after{width:100%}
.shop-page.list ul{display: flex;flex-wrap: wrap;}
.shop-page.list li{width:calc(100% / 3 - 16px);margin-right: 24px;margin-bottom: 25px;box-shadow: 0 0 10px rgba(0,0,0,.15);display: flex;align-items: center;padding:50px 40px;position: relative;}
.shop-page.list li:nth-child(3n){margin-right: 0;}
.shop-page.list li .info{width:62.5%;padding-right: 35px;}
.shop-page.list li .info>p:nth-of-type(1){font-size: 20px;}
.shop-page.list li .info>p:nth-of-type(2){line-height: 24px;margin:10px 0 15px}
.shop-page.list li .info>p:nth-of-type(3){color:#999;padding-right: 20px;background: url(../images/1.png) no-repeat right center/10px;display: inline-block;}
.shop-page.list li .img-div{width:37.5%;height:124px}
.shop-page.list .page{padding:15px 0 25px}

.shop-page.detail .box1{background: #eee;padding:80px 0}
.shop-page.detail .box1 .width{display: flex;align-items: center;}
.shop-page.detail .box1 .m{display: none;}
.shop-page.detail .box1 .swiper-container{width:42.96%;height:550px;background: #fff;margin:0}
.shop-page.detail .box1 .img-div>img{max-width:80%;max-height: 80%;}
.shop-page.detail .box1 .swiper-pagination{bottom:20px;}
.shop-page.detail .box1 .swiper-pagination-bullet-active{background: #084e82;}
.shop-page.detail .box1 .info{flex:1;padding-left: 90px;}
.shop-page.detail .box1 .info>p:nth-of-type(1){font-size: 36px;line-height: 46px;border-bottom: 1px solid rgba(0,0,0,.1);padding-bottom:25px}
.shop-page.detail .box1 .info>p:nth-of-type(2){font-size: 16px;color:#666;line-height: 30px;max-height:240px;margin:25px 0 70px}
.shop-page.detail .box1 .info>a{width:200px;line-height: 60px;font-size: 16px;padding-left: 85px;transition: .3s;background: #084e82 url(../images/11.png) no-repeat 50px center/24px;color:#fff;}

.shop-page.detail .box2{padding:100px 0 60px}
.shop-page.detail .box2 .tab{display: flex;justify-content: center;margin-bottom: 30px;}
.shop-page.detail .box2 .tab>p{width:140px;line-height: 50px;background: #f8f8f8;font-size: 16px;text-align: center;margin-right: 10px;cursor: pointer;transition: .3s;}
.shop-page.detail .box2 .tab>p:first-child{background: #084e82;color:#fff}
.shop-page.detail .box2 .tab>p:last-child{margin-right: 0;}
.shop-page.detail .box2 .tit{font-size: 20px;color:#222;margin-bottom: 20px;}
.shop-page.detail .box2 .body{padding:40px 0;border-bottom: 1px rgba(0,0,0,.1) solid;}
.shop-page.detail .box2 .body:last-child{border-bottom: 0;}
.shop-page.detail .box2 .content p{font-size: 16px;line-height: 30px;color: #666;}
.shop-page.detail .box2 .content a{display: inline-block;}
.shop-page.detail .box2 .content img{max-width:100%;height:auto !important}
.shop-page.detail .box2 table{border-spacing:0;border:1px #eee solid !important;border-right: 0 !important;border-bottom: 0 !important;width:100%}
.shop-page.detail .box2 td{padding:12px 30px;border-right: 1px #eee solid !important;border-bottom: 1px #eee solid !important;}

.shop-page.detail .box3{background: #f8f8f8;padding:70px 0 100px}
.shop-page.detail .box3 .width>p{font-size: 36px;text-align: center;color:#000;margin-bottom: 35px;}
.shop-page.detail .box3 ul{display: flex;}
.shop-page.detail .box3 li{width:calc(100% / 3 - 16px);margin-right: 24px;box-shadow: 0 0 10px rgba(0,0,0,.15);display: flex;align-items: center;padding:50px 40px;position: relative;}
.shop-page.detail .box3 li:nth-child(3n){margin-right: 0;}
.shop-page.detail .box3 li .info{width:62.5%;padding-right: 35px;}
.shop-page.detail .box3 li .info>p:nth-of-type(1){font-size: 20px;}
.shop-page.detail .box3 li .info>p:nth-of-type(2){line-height: 24px;margin:10px 0 15px}
.shop-page.detail .box3 li .info>p:nth-of-type(3){color:#999;padding-right: 20px;background: url(../images/1.png) no-repeat right center/10px;display: inline-block;}
.shop-page.detail .box3 li .img-div{width:37.5%;height:124px}

@media (max-width:1440px){
    .shop-page.list{padding:60px 0 55px}
    .shop-page.list .cate>a{line-height: 45px;padding:0 35px}
    .shop-page.list li{padding:35px}
    .shop-page.list li .info>p:nth-of-type(1){font-size: 18px;}

    .shop-page.detail .box1{padding:60px 0}
    .shop-page.detail .box1 .swiper-container{height:500px}
    .shop-page.detail .box1 .info{padding-left: 70px;}
    .shop-page.detail .box1 .info>p:nth-of-type(1){font-size: 32px;line-height: 42px;}
    .shop-page.detail .box1 .info>p:nth-of-type(2){margin:25px 0 50px}
    .shop-page.detail .box1 .info>a{width:160px;line-height: 50px;font-size: 14px;padding-left: 70px;background-position: 35px center;background-size: 22px;}

    .shop-page.detail .box2{padding:80px 0 40px}
    .shop-page.detail .box2 .tab{margin-bottom: 20px;}
    .shop-page.detail .box2 .body{padding:30px 0}

    .shop-page.detail .box3{padding:50px 0 80px}
    .shop-page.detail .box3 .width>p{font-size: 32px;}
    .shop-page.detail .box3 li{padding:35px}
    .shop-page.detail .box3 li .info>p:nth-of-type(1){font-size: 18px;}
}

@media (max-width:1279px){
    .shop-page.list{padding:50px 0 30px}
    .shop-page.list .cate{justify-content: flex-start;overflow-x: auto;white-space: nowrap;}
    .shop-page.list .cate>a{line-height: 40px;padding:0 20px;font-size: 14px}
    .shop-page.list .child{margin:20px 0 40px}
    .shop-page.list .child>a{font-size: 14px;margin-right: 20px}
    .shop-page.list ul{display: block;}
    .shop-page.list li{width:100%;margin-right: 0;margin-bottom: 20px;padding:30px 25px}
    .shop-page.list li .info{width:62.5%;padding-right: 15px;}
    .shop-page.list li .info>p:nth-of-type(1){font-size: 16px;}
    .shop-page.list li .info>p:nth-of-type(2){line-height: 20px;font-size:12px;margin:10px 0}
    .shop-page.list li .info>p:nth-of-type(3){font-size: 12px;background-size: 9px;}
    .shop-page.list .page{padding:10px 0 20px}

    .shop-page.detail .box1{padding:50px 0}
    .shop-page.detail .box1 .width{display: block}
    .shop-page.detail .box1 .pc{display: none;}
    .shop-page.detail .box1 .m{display: block;}
    .shop-page.detail .box1 .swiper-container{width:100%;height:250px}
    .shop-page.detail .box1 .img-div>img{max-width: 70%;max-height:70%}
    .shop-page.detail .box1 .info{padding-left: 0;}
    .shop-page.detail .box1 .info>p{text-align: center;}
    .shop-page.detail .box1 .info>p:nth-of-type(1){font-size: 22px;line-height: 32px;padding-bottom:15px}
    .shop-page.detail .box1 .info>p:nth-of-type(2){font-size: 14px;line-height: 24px;max-height:2400px;margin:15px 0 20px}
    .shop-page.detail .box1 .info>a{margin:20px auto 0;width:145px;line-height: 45px;font-size: 14px;padding-left: 60px;background-position:25px center;background-size:20px;display: block;}

    .shop-page.detail .box2{padding:50px 0 20px}
    .shop-page.detail .box2 .tab{justify-content: flex-start;margin-bottom: 0;white-space: nowrap;overflow-x: auto;}
    .shop-page.detail .box2 .tab>p{width:auto;line-height: 40px;font-size: 14px;padding:0 20px}
    .shop-page.detail .box2 .tit{font-size: 18px;margin-bottom: 15px;}
    .shop-page.detail .box2 .body{padding:30px 0;}
    .shop-page.detail .box2 .content p{font-size: 14px;line-height: 26px}
    .shop-page.detail .box2 table{width:max-content}
    .shop-page.detail .box2 td{padding:10px 20px;font-size:12px;width:auto}

    .shop-page.detail .box3{padding:50px 0 30px}
    .shop-page.detail .box3 .width>p{font-size: 22px;margin-bottom: 30px;}
    .shop-page.detail .box3 ul{display: block;}
    .shop-page.detail .box3 li{width:100%;margin-right: 0;padding:30px 25px;margin-bottom: 20px;}
    .shop-page.detail .box3 li .info{padding-right: 15px;}
    .shop-page.detail .box3 li .info>p:nth-of-type(1){font-size: 16px;}
    .shop-page.detail .box3 li .info>p:nth-of-type(2){line-height: 20px;font-size:12px;margin:10px 0}
    .shop-page.detail .box3 li .info>p:nth-of-type(3){background-size: 9px;}
}

@media (any-hover:hover){
    .shop-page.list .cate>a:hover{background: #084e82;color:#fff}
    .shop-page.list .child>a:hover{color:#084e82}
    .shop-page.list .child>a:hover::after{width:100%}
    .shop-page.list li:hover .info>p:nth-of-type(1){color:#084e82}
    .shop-page.list li:hover .info>p:nth-of-type(3){color:#084e82;background-image: url(../images/1-m.png);}

    .shop-page.detail .box1 .info>a:hover{opacity: .8;}

    .shop-page.detail .box2 .tab>p:hover{background: #084e82;color:#fff}

    .shop-page.detail .box3 li:hover .info>p:nth-of-type(1){color:#084e82}
    .shop-page.detail .box3 li:hover .info>p:nth-of-type(3){color:#084e82;background-image: url(../images/1-m.png);}
}

/* 关于 */
.about-page .tit>p:nth-of-type(1){font-size: 36px;line-height: 46px;color:#000;margin-bottom: 10px;}
.about-page .tit>p:nth-of-type(2){font-size: 16px;line-height: 26px;color:#666}
.about-page .tit.white>p{color:#fff !important}
.about-page .tit.center>p{text-align: center;}

.about-page .cate{display: flex;justify-content: center;padding-top:80px}
.about-page .cate>a{line-height: 50px;padding:0 40px;background: #f8f8f8;font-size: 16px;margin-right: 10px;transition: .3s;cursor: pointer;}
.about-page .cate>a.active{background: #084e82;color:#fff}
.about-page .cate>a:last-child{margin-right: 0;}

.about-page .box1{padding:80px 0}
.about-page .box1 .tit-box{display: flex;align-items: center;}
.about-page .box1 .tit{padding-right:90px}
.about-page .box1 .tit-box>p{width:190px;height:62px;line-height: 60px;color:#26ceaa;padding-left: 80px;cursor: pointer;transition: .3s;border-radius: 5px;border:1px #26ceaa solid;position: relative;transition: .3s;}
.about-page .box1 .tit-box>p::before{content:'';background: url(../images/20.png) no-repeat center center/41px;position: absolute;width:60px;height:60px;top:0;left:0;z-index: 2;transition: .5s;}
.about-page .box1 .tit-box>p::after{content:'';width:60px;height:60px;background: #26ceaa;position: absolute;top:0;left:0;border-radius: 5px;transition: .3s;}
.about-page .box1 .tit-box>p>span{font-size: 20px;position: relative;z-index: 2;}
.about-page .box1 .tit-box>p.load{width:260px}
.about-page .box1 .con{display: flex;margin:45px 0 40px;justify-content: space-between;}
.about-page .box1 .swiper-container{width:73.43%;height:460px;margin:0}
.about-page .box1 .img{height:100%}
.about-page .box1 .play{position: absolute;top: 0;left: 0;width:100%;height:100%;background: rgba(0,0,0,.2) url(../images/21.png) no-repeat center center/49px;cursor: pointer;}
.about-page .box1 .arrow{width:40px;height:40px;background: #eee url(../images/arrow.svg) no-repeat center center/12px;position: absolute;right:25px;top: 50%;transform: translateY(-50%);z-index: 2;cursor: pointer;transition: .3s;}
.about-page .box1 .prev{transform: translateY(-50%) rotate(180deg);right:auto;left: 25px;}
.about-page .box1 ul{width:22.65%;}
.about-page .box1 li{height: 130px;display: flex;align-items: center;border:1px #e5e5e5 solid;margin-bottom: 35px;padding:35px;position: relative;transition: .3s;}
.about-page .box1 li:last-child{margin-bottom: 0;}
.about-page .box1 .img-div{width:59px;height:55px;margin-right: 25px;}
.about-page .box1 li>p{font-size: 30px;flex:1}
.about-page .box1>p{color:#666;line-height: 30px;font-size: 16px;max-height: 270px;}

.about-page .box2{position:relative;height:820px}
.about-page .box2 .img{width:100%;height:100%;position:absolute;right:0;top:0}
.about-page .box2 .img>p{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.4) url(../images/21.png) no-repeat center center/72px;cursor:pointer}
.about-page .box2 .swiper-pagination-bullet{background:#fff}
.about-page .box2 .con{width: 43%;height:100%;display:flex;flex-direction:column;justify-content:center;padding-left:5%;position:relative;z-index:2}
.about-page .box2 .con>p{font-size: 16px;line-height: 36px;color:#fff;margin-top:25px;max-height:432px}
.about-page .box2 .mCS-myscroll.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background:#ccc}
.about-page .box2 .mCS-myscroll.mCSB_scrollTools .mCSB_draggerRail{background:#999}

.about-page .box3{padding:70px 0 80px}
.about-page .box3 .con{margin-top:30px;max-width:1300px;position: relative;}
.about-page .box3 .swiper-container{padding:10px}
.about-page .box3 .swiper-slide{box-shadow: 0 0 10px rgba(0,0,0,.15);padding:45px 20px;height:auto}
.about-page .box3 .img-div{height:210px;margin-bottom: 30px;}
.about-page .box3 .swiper-slide>p{text-align: center;font-size: 16px;line-height: 26px;}
.about-page .box3 .arrow{width:48px;height:48px;border:1px #e5e5e5 solid;background: #fff url(../images/arrow.svg) no-repeat center center/10px;cursor: pointer;transition: .3s;position: absolute;right:-80px;top:50%;transform: translateY(-50%);z-index: 2;}
.about-page .box3 .prev{right:auto;left: -80px;transform: translateY(-50%) rotate(180deg);}

.about-page .box4{padding:75px 0 80px}
.about-page .box4 ul{display: flex;margin-top: 35px;}
.about-page .box4 li{width:260px;height:350px;margin-right: 10px;cursor: pointer;position: relative;}
.about-page .box4 li:last-child{margin-right: 0;}
.about-page .box4 .img-div{width:41px;height:40px;margin-bottom: 15px;}
.about-page .box4 .info{background: #fff;display: flex;flex-direction: column;justify-content: center;align-items: center;height:100%;}
.about-page .box4 .info>p:nth-of-type(1){font-size: 20px;color:#000;text-align: center;line-height: 30px;}
.about-page .box4 .hover{opacity: 0;width:100%;height:100%;position: absolute;top:0;left:0}
.about-page .box4 .hover::after{content:'';width:100%;height:100%;position: absolute;top:0;left:0;background: url(../images/13.png) no-repeat center center/cover;}
.about-page .box4 .con{position: absolute;z-index: 2;width:100%;padding:10% 40px 35px;left:0;bottom:0}
.about-page .box4 .con>p{color:#fff}
.about-page .box4 .con>p:nth-of-type(1){font-size: 20px;line-height: 30px;margin-bottom: 5px;}
.about-page .box4 .con>p:nth-of-type(2){font-size: 16px;line-height: 30px}
.about-page .box4 li.active{width:calc(100% - 540px);}
.about-page .box4 li.active .info{opacity: 0;}
.about-page .box4 li.active .hover{opacity: 1;}

.about-page .box5{padding:70px 0 80px}
.about-page .box5 .con{display: flex;justify-content: space-between;margin-bottom: 60px;}
.about-page .contact{width:45.31%}
.about-page .contact ul{margin:25px 0 40px}
.about-page .contact li{border-bottom: 1px #e5e5e5 solid;display: flex;padding:16px 0}
.about-page .contact li>p{font-size: 18px;line-height: 28px;}
.about-page .contact li>p:nth-of-type(1){width:170px;padding-left: 60px;}
.about-page .contact li>p:nth-of-type(2){flex:1;}
.about-page .contact .phone{background: url(../images/14.png) no-repeat left 14px/30px;}
.about-page .contact .mobile{background: url(../images/15.png) no-repeat 5px 14px/21px;}
.about-page .contact .email{background: url(../images/16.png) no-repeat 1px 20px/28px;}
.about-page .contact .domain{background: url(../images/17.png) no-repeat left 19px/30px;}
.about-page .contact .zipcode{background: url(../images/18.png) no-repeat left 17px/29px;}
.about-page .contact .qrs{display: flex;}
.about-page .contact .qr{width:104px;margin-right: 30px;}
.about-page .contact .qr:last-child{margin-right: 0;}
.about-page .contact .qr .img-div{width:104px;height:108px;margin-bottom: 5px}
.about-page .contact .qr>p{text-align: center;color:#666}
.about-page .form{width:47.65%}
.about-page .form ul{margin-top: 35px;}
.about-page .form li{display: flex;margin-bottom: 20px;}
.about-page .form li>input{width:calc(50% - 10px);height: 45px;border:1px #e5e5e5 solid;padding:0 15px}
.about-page .form li>input:nth-child(2n+1){margin-right: 20px;}
.about-page .form li>input:focus{border-color:#084e82}
.about-page .form .select{width:calc(50% - 10px);}
.about-page .form .select:nth-child(2n+1){margin-right: 20px;}
.about-page .form .select>select{height:45px;padding:0 15px;border:1px #e5e5e5 solid;color:#999;background: #fff;}
.about-page .form .select>select:focus{border-color:#084e82}
.about-page .form li>textarea{width:100%;height:140px;border:1px #e5e5e5 solid;padding:15px}
.about-page .form li>textarea:focus{border-color:#084e82}
.about-page .form .btn{width:120px;line-height: 40px;background: #084e82;color:#fff;cursor: pointer;transition: .3s;text-align: center;}
.about-page .map{display: flex;height: 480px}
.about-page #map{height: 100%;width:68%}
.about-page .BMap_cpyCtrl,.about-page .BMap_stdMpCtrl,.about-page .anchorBL,.about-page .BMap_omCtrl,.about-page .BMap_noprint{display:none}
.about-page .BMapLabel{border:0 !important;}
.about-page .map-tit{line-height:50px;text-align: center;font-size: 16px;color:#fff;background: #084e82;position: relative;width:300px}
.about-page .map-tit::after{content: '';position: absolute;bottom: -5px;left: 50%;background: #084e82;width: 10px;height: 10px;transform: rotate(45deg);}
.about-page .map ul{flex:1;box-shadow: 0 0 10px rgba(0,0,0,.15);height:100%;padding:20px 50px;display: flex;flex-direction: column;justify-content: center;}
.about-page .map li{font-size: 16px;line-height: 30px;color:#666;border-bottom: 1px #e5e5e5 solid;padding:20px 0;cursor: pointer}
.about-page .map li:last-child{border-bottom: 0;}
.about-page .map li.active{color:#084e82;font-weight: bold;}

@media (max-width:1600px){
    .about-page .box3 .arrow{right:-60px}
    .about-page .box3 .prev{left:-60px}
}

@media (max-width:1440px){
    .about-page .tit>p:nth-of-type(1){font-size: 32px;line-height: 42px;}

    .about-page .cate{padding-top:60px}

    .about-page .box1{padding:60px 0}
    .about-page .box1 .con{margin:35px 0 30px}
    .about-page .box1 .swiper-container{height:400px}
    .about-page .box1 ul{width:25%}
    .about-page .box1 li{margin-bottom: 20px;height:120px}
    .about-page .box1 .img-div{width:49px;height:45px}
    .about-page .box1 li>p{font-size: 25px;}

    .about-page .box3{padding:50px 0 60px}
    .about-page .box3 .swiper-slide{padding:35px 20px}
    .about-page .box3 .img-div{height:180px;margin-bottom: 20px;}
    .about-page .box3 .arrow{right:-20px}
    .about-page .box3 .prev{left:-20px}

    .about-page .box4{padding:60px 0}
    .about-page .box4 .info>p:nth-of-type(1){font-size: 18px;line-height: 28px;}
    .about-page .box4 .con{padding:10% 35px 30px}
    .about-page .box4 .con>p:nth-of-type(1){font-size: 18px;line-height: 28px;}
    .about-page .box4 .con>p:nth-of-type(2){font-size: 14px;line-height: 26px;}

    .about-page .box5{padding:50px 0 60px}
    .about-page .box5 .con{margin-bottom: 40px;}
    .about-page .contact ul{margin:15px 0 25px}
    .about-page .contact li>p{font-size: 16px;line-height: 26px;}
    .about-page .contact li>p:nth-of-type(1){padding-left: 50px;width:150px}
}

@media (max-width:1279px){
    .about-page .tit>p:nth-of-type(1){font-size: 22px;line-height: 32px;margin-bottom: 5px;}
    .about-page .tit>p:nth-of-type(2){font-size: 14px;line-height: 24px}

    .about-page .cate{justify-content: flex-start;padding-top:50px;overflow-x: auto;white-space: nowrap;}
    .about-page .cate>a{line-height: 40px;padding:0 20px;font-size: 14px;}

    .about-page .box1{padding:30px 0 50px}
    .about-page .box1 .tit-box{display: block}
    .about-page .box1 .tit{padding-right:0;margin-bottom: 20px;}
    .about-page .box1 .tit-box>p{width:135px;height:42px;line-height: 40px;padding-left: 55px}
    .about-page .box1 .tit-box>p::before{background-size:25px;width:40px;height:40px;}
    .about-page .box1 .tit-box>p::after{width:40px;height:40px}
    .about-page .box1 .tit-box>p>span{font-size: 14px;}
    .about-page .box1 .tit-box>p.load{width:185px}
    .about-page .box1 .con{display: block;margin:30px 0 0}
    .about-page .box1 .swiper-container{width:100%;height:auto;}
    .about-page .box1 .img{height:auto;padding-bottom: 48.93%;}
    .about-page .box1 .play{background-size:35px;}
    .about-page .box1 .arrow{width:30px;height:30px;background-size:10px;right:15px}
    .about-page .box1 .prev{left: 15px;}
    .about-page .box1 ul{width:100%;display: flex;margin: 20px 0;}
    .about-page .box1 li{height:auto;width: calc(100% / 3 - 6px);margin-right:9px;display: block;margin-bottom: 0;padding:20px 10px}
    .about-page .box1 li:last-child{margin-right: 0;}
    .about-page .box1 .img-div{width:44px;height:40px;margin: 0 auto 10px;}
    .about-page .box1 li>p{font-size: 14px;text-align: center;}
    .about-page .box1>p{line-height: 26px;font-size: 14px;max-height: 2600px;}
    
    .about-page .box2{height:auto}
    .about-page .box2 .img{height:auto;padding-bottom:42.7%;width:100%;position:relative}
    .about-page .box2 .img>p{background-size:40px;}
    .about-page .box2 .con{width: 100%;height:auto;display:block;padding:30px 25px 50px;background:#eee}
    .about-page .box2 .tit.white>p{color:#333 !important}
    .about-page .box2 .con>p{font-size: 14px;line-height: 26px;margin-top:10px;max-height:312px;color:#666}
    .about-page .box2 .swiper-pagination-bullet{background:#333}
    .about-page .box2 .swiper-pagination-bullet-active{background:#084e82}
    
    .about-page .box3{padding:50px 0 40px;}
    .about-page .box3 .con{margin-top:20px;}
    .about-page .box3 .swiper-slide{padding:40px 25px}
    .about-page .box3 .img-div{height:180px;margin-bottom: 20px;}
    .about-page .box3 .swiper-slide>p{font-size: 14px;line-height: 24px;}
    .about-page .box3 .arrow{display: none;}
    .about-page .box3 .swiper-pagination{bottom:20px}
    .about-page .box3 .swiper-pagination-bullet-active{background: #084e82;}

    .about-page .box4{padding:50px 0 30px}
    .about-page .box4 ul{display: block;margin-top: 30px;}
    .about-page .box4 li{width:100%;height:auto;margin-right: 0;margin-bottom: 20px;}
    .about-page .box4 .img-div{width:31px;height:30px;margin-bottom: 10px;}
    .about-page .box4 .info{display: none;}
    .about-page .box4 .hover{opacity: 1;position: static;padding:80px 25px 25px;}
    .about-page .box4 .con{padding:0;position: relative;z-index: 2;}
    .about-page .box4 .con>p:nth-of-type(1){font-size: 16px;line-height: 26px;margin-bottom: 5px;}
    .about-page .box4 .con>p:nth-of-type(2){font-size: 12px;line-height: 20px}
    .about-page .box4 li.active{width:100%;}

    .about-page .box5{padding:50px 0}
    .about-page .box5 .con{display: block;margin-bottom: 30px;}
    .about-page .contact{width:100%;margin-bottom: 30px;}
    .about-page .contact ul{margin:10px 0 20px}
    .about-page .contact li{padding:15px 0}
    .about-page .contact li>p{font-size: 14px;line-height: 24px;}
    .about-page .contact li>p:nth-of-type(1){width:110px;padding-left: 35px;}
    .about-page .contact .phone{background-position:left 16px;background-size:20px;}
    .about-page .contact .mobile{background-position:5px 15px;background-size:15px}
    .about-page .contact .email{background-position:5px 20px;background-size:20px;}
    .about-page .contact .domain{background-position:5px 20px;background-size:20px;}
    .about-page .contact .zipcode{background-position:7px 20px;background-size:18px}
    .about-page .contact .qr{width:104px;margin-right: 20px;}
    .about-page .form{width:100%}
    .about-page .form ul{margin-top: 20px;}
    .about-page .form li{display: block;margin-bottom: 0;}
    .about-page .form li>input{width:100%;height: 40px;margin-bottom: 15px;}
    .about-page .form li>input:nth-child(2n+1){margin-right: 0;}
    .about-page .form .select{width:100%;margin-bottom: 15px}
    .about-page .form .select:nth-child(2n+1){margin-right: 0;}
    .about-page .form .select>select{height:40px;}
    .about-page .form li>textarea{height:100px;margin-bottom: 15px}
    .about-page .map{display: block;height:auto}
    .about-page #map{width:100%;height: 300px;margin-bottom: 20px;}
    .about-page .map-tit{line-height:40px;font-size: 14px;width:250px}
    .about-page .map ul{height:auto;padding:10px 25px}
    .about-page .map li{font-size: 14px;line-height: 24px;padding:20px 0}
}

@media (any-hover:hover){
    .about-page .cate>a:hover{background: #084e82;color:#fff}

    .about-page .box1 .tit-box>p:hover{background: #26ceaa;}
    .about-page .box1 .tit-box>p:hover>span{color:#fff}
    .about-page .box1 .tit-box>p:hover::before{width:80px}
    .about-page .box1 .tit-box>p:hover::after{width:100%;}
    .about-page .box1 .arrow:hover{background-color: #084e82;background-image: url(../images/arrow-w.svg);}
    .about-page .box1 li:hover{background: #084e82;border-color:#084e82}
    .about-page .box1 li:hover>p{color:#fff}

    .about-page .box3 .arrow:hover{border-color:#084e82;background-image: url(../images/arrow-w.svg);background-color: #084e82;}

    .about-page .form .btn:hover{opacity: .8;}
}

/* 新闻 */
.news-page.list{padding:60px 0 50px}
.news-page.list .best{display: flex;align-items: center;border:1px #e5e5e5 solid;position: relative;margin-bottom: 60px;}
.news-page.list .best .img-bg{flex:1}
.news-page.list .best .img{padding-bottom: 57.14%;}
.news-page.list .best .info{width:45.32%;padding:0 90px 0 50px}
.news-page.list .best .info>p:nth-of-type(1){line-height: 28px;padding:0 20px;border:1px solid #333;display: inline-block;}
.news-page.list .best .info>p:nth-of-type(2){line-height: 32px;font-size: 20px;margin:25px 0 20px}
.news-page.list .best .info>p:nth-of-type(3){line-height: 26px;color:#999;margin-bottom: 20px;}
.news-page.list .best .info>p:nth-of-type(4){color:#999;}
.news-page.list ul{display: flex;flex-wrap: wrap;}
.news-page.list li{margin-bottom: 50px;width:calc(100% / 3 - 20px);margin-right: 30px;position: relative;border-bottom: 1px #eee solid;}
.news-page.list li:nth-child(3n){margin-right: 0;}
.news-page.list li .img{padding-bottom: 59.25%;}
.news-page.list li .info{padding:30px 30px 35px}
.news-page.list li .info>p:nth-of-type(1){line-height: 28px;padding:0 20px;border:1px solid #333;display: inline-block;}
.news-page.list li .info>p:nth-of-type(2){font-size: 20px;margin:20px 0 15px}
.news-page.list li .info>p:nth-of-type(3){line-height: 24px;color:#999;margin-bottom: 20px;}
.news-page.list li .info>p:nth-of-type(4){color:#999;}
.news-page.list .page{padding:10px 0 50px}

.news-page.detail{padding:70px 0 100px}
.news-page.detail>p{font-size: 30px;line-height: 40px;text-align: center;}
.news-page.detail .time{display: flex;justify-content: center;margin:20px 0 40px}
.news-page.detail .time>p{font-size: 16px;color:#999}
.news-page.detail .time>p:nth-of-type(1){margin-right: 30px;}
.news-page.detail .content{border-top:1px solid #e5e5e5;border-bottom: 1px solid #e5e5e5;padding:40px 60px 70px;margin-bottom: 50px;}
.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%;height:auto !important;margin:0 auto}
.news-page.detail .content video{max-width:100%;height:auto !important;margin:0 auto}
.news-page.detail .jump{display: flex;align-items: center;}
.news-page.detail .info{width:calc(100% - 165px);padding-right:50px}
.news-page.detail .info>a{font-size: 16px;color:#666}
.news-page.detail .info>a:first-child{margin-bottom: 15px;}
.news-page.detail .jump>a{width:165px;line-height: 55px;background: #084e82;color:#fff;text-align: center;transition: .3s;}

@media (max-width:1440px){
    .news-page.list{padding:50px 0 40px}
    .news-page.list .best{margin-bottom: 40px;}
    .news-page.list .best .info{padding:0 70px 0 40px}
    .news-page.list .best .info>p:nth-of-type(2){font-size: 18px;line-height: 30px;margin:20px 0 15px}
    .news-page.list li{margin-bottom: 40px;}
    .news-page.list li .info{padding:30px 20px 25px}
    .news-page.list li .info>p:nth-of-type(2){font-size: 18px;margin:15px 0 10px}
    .news-page.list li .info>p:nth-of-type(3){margin-bottom: 15px;}
    .news-page.list .page{padding:10px 0 30px}

    .news-page.detail{padding:50px 0 80px}
    .news-page.detail>p{font-size: 28px;line-height: 38px;}
    .news-page.detail .time{margin:15px 0 25px}
    .news-page.detail .content{padding:30px 40px 50px;margin-bottom: 40px;}
    .news-page.detail .info{width:calc(100% - 130px)}
    .news-page.detail .info>a:first-child{margin-bottom: 10px;}
    .news-page.detail .jump>a{line-height: 50px;width:130px}
}

@media (max-width:1279px){
    .news-page.list{padding:30px 0 20px}
    .news-page.list .best{display: block;margin-bottom: 30px;}
    .news-page.list .best .info{width:100%;padding:20px 25px 30px}
    .news-page.list .best .info>p:nth-of-type(1){font-size: 12px;}
    .news-page.list .best .info>p:nth-of-type(2){line-height: 26px;font-size: 16px;margin:15px 0 10px}
    .news-page.list .best .info>p:nth-of-type(3){line-height: 24px;margin-bottom: 15px;}
    .news-page.list ul{display: block;}
    .news-page.list li{margin-bottom: 30px;width:100%;margin-right: 0}
    .news-page.list li .info{padding:20px 0 30px}
    .news-page.list li .info>p:nth-of-type(1){font-size: 12px;}
    .news-page.list li .info>p:nth-of-type(2){font-size: 16px;margin:15px 0 10px}
    .news-page.list li .info>p:nth-of-type(3){margin-bottom: 15px;}
    .news-page.list .page{padding:0 0 30px}

    .news-page.detail{padding:30px 0 50px}
    .news-page.detail>p{font-size: 20px;line-height: 30px}
    .news-page.detail .time{margin:15px 0 20px}
    .news-page.detail .time>p{font-size: 12px}
    .news-page.detail .time>p:nth-of-type(1){margin-right: 20px;}
    .news-page.detail .content{padding:20px 0 30px;margin-bottom: 30px;}
    .news-page.detail .content p{font-size: 14px;line-height: 26px}
    .news-page.detail .jump{display: block;}
    .news-page.detail .info{width:100%;padding-right:0;margin-bottom: 20px;}
    .news-page.detail .info>a{font-size: 14px}
    .news-page.detail .info>a:first-child{margin-bottom: 10px;}
    .news-page.detail .jump>a{width:120px;line-height:40px;}
}

@media (any-hover:hover){
    .news-page.list .best:hover .img{transform: scale(1.1);}
    .news-page.list .best:hover .info>p:nth-of-type(2){color:#084e82}

    .news-page.list li:hover .img{transform: scale(1.1);}
    .news-page.list li:hover .info>p:nth-of-type(2){color:#084e82}

    .news-page.detail .info>a:hover{color:#084e82}
    .news-page.detail .jump>a:hover{opacity: .8;}
}

/* 单页面 */
.single-page .tit{font-size: 36px;line-height: 46px;color:#000}

.single-page .box1{display: flex;padding:100px 0;}
.single-page .box1 .con{width: 41.4%;background: #f7f7f7;padding:60px 45px 0 50px;height:450px}
.single-page .box1 .tit{padding-right: 15px;}
.single-page .box1 .myscroll{max-height: 240px;margin-top: 30px;padding-right: 15px;}
.single-page .box1 .myscroll>p{font-size: 16px;line-height: 30px;color:#666;}
.single-page .box1 .swiper-container{flex:1;height:450px}
.single-page .box1 .img{height:100%}
.single-page .box1 .arrow{position: absolute;z-index: 2;width: 40px;height: 40px;background: #f7f7f7 url(../images/arrow.svg) no-repeat center center/12px;top: 50%;transform: translateY(-50%);right:20px;cursor: pointer;transition: .3s;}
.single-page .box1 .prev{right:auto;left: 20px;transform: translateY(-50%) rotate(180deg)}

.single-page .box2{padding-bottom: 100px;}
.single-page .box2 .tit{text-align: center;}
.single-page .box2 .con{position: relative;margin-top: 35px;}
.single-page .box2 .swiper-slide{display: flex;flex-direction: column;height:480px}
.single-page .box2 .img-bg{height: 240px;position: relative;cursor: pointer;}
.single-page .box2 .img{height:100%}
.single-page .box2 .play{width: 40px;height:40px;background: url(../images/21.png) no-repeat center center/100%;position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);}
.single-page .box2 .info{height:240px;position: absolute;bottom:0;left:0;background: #f7f7f7;width:100%;padding:0 45px 10px 40px;cursor: pointer;display: flex;flex-direction: column;justify-content: center;}
.single-page .box2 .info>p:nth-of-type(1){font-size: 18px;color:#084e82}
.single-page .box2 .info>p:nth-of-type(2){font-size: 24px;line-height: 32px;margin:15px 0;}
.single-page .box2 .info>p:nth-of-type(3){background: url(../images/22.png) no-repeat left center/16px;padding-left:25px}
.single-page .box2 .arrow{position: absolute;z-index: 2;width: 50px;height: 50px;background: url(../images/arrow.svg) no-repeat center center/12px;top: 50%;transform: translateY(-50%);right:-90px;cursor: pointer;transition: .3s;border:1px #e5e5e5 solid}
.single-page .box2 .prev{right:auto;left: -90px;transform: translateY(-50%) rotate(180deg)}
.single-page .box2 .swiper-slide:nth-child(2n){justify-content: flex-end;}
.single-page .box2 .swiper-slide:nth-child(2n) .info{bottom:auto;top:0}
.single-page .box2 .popup-box{position: fixed;top: 0;left: 0;width:100%;height: 100%;background: rgba(0,0,0,.3);z-index: 999;display: none;}
.single-page .box2 .popup{position: absolute;top: 50%;left: 50%;background: #fff;transform: translate(-50%,-50%);padding:70px 60px 70px 80px}
.single-page .box2 .close{width: 48px;height: 48px;border-radius: 50%;background: #f5f5f5 url(../images/close.svg) no-repeat center center/14px;position: absolute;top: 30px;right:30px;cursor: pointer;transition: .3s;}
.single-page .box2 .popup .tit{padding-right:20px}
.single-page .box2 .myscroll{margin-top: 35px;max-height: 300px;padding-right:20px}
.single-page .box2 .content p{font-size: 16px;line-height: 30px;color:#666}
.single-page .box2 .content img{max-width: 100%;height: auto !important;margin:0 auto}
.single-page .box2 .content a{display: inline-block;}

.single-page .box3{padding-bottom: 100px;}
.single-page .box3 .tit{text-align: center;}
.single-page .box3 .con{position: relative;margin-top: 35px;}
.single-page .box3 .swiper-slide{display: flex;}
.single-page .box3 .first{width: 50.78%;}
.single-page .box3 .img-bg{height: 400px;position: relative;cursor: pointer;}
.single-page .box3 .img{height:100%}
.single-page .box3 ul{width: 49.22%;}
.single-page .box3 li{position: relative;display: flex;}
.single-page .box3 .play{width: 40px;height:40px;background: url(../images/21.png) no-repeat center center/100%;position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);}
.single-page .box3 .info{height:200px;background: #f7f7f7;padding:0 45px 0 40px;cursor: pointer;display: flex;flex-direction: column;justify-content: center;}
.single-page .box3 .info>p:nth-of-type(1){font-size: 22px;color:#084e82}
.single-page .box3 .info>p:nth-of-type(2){font-size: 26px;line-height: 34px;margin:10px 0 15px;}
.single-page .box3 .info>p:nth-of-type(3){background: url(../images/22.png) no-repeat left center/16px;padding-left:25px}
.single-page .box3 li .img-bg{height: 200px;width:50%}
.single-page .box3 li .info{width:50%;position: relative;}
.single-page .box3 li .info::after{content:'';width:30px;height:30px;transform: translateY(-50%) rotate(45deg);top:50%;left: -10px;position: absolute;background: #f7f7f7;z-index:2}
.single-page .box3 li:nth-child(2n) .info::after{left:auto;right:-10px}
.single-page .box3 li .info>p:nth-of-type(1){font-size: 18px}
.single-page .box3 li .info>p:nth-of-type(2){font-size: 24px;line-height: 32px}
.single-page .box3 .arrow{position: absolute;z-index: 2;width: 50px;height: 50px;background: url(../images/arrow.svg) no-repeat center center/12px;top: 50%;transform: translateY(-50%);right:-90px;cursor: pointer;transition: .3s;border:1px #e5e5e5 solid}
.single-page .box3 .prev{right:auto;left: -90px;transform: translateY(-50%) rotate(180deg)}
.single-page .box3 .swiper-pagination{width:100%;margin-top: 25px;position: static;}
.single-page .box3 .swiper-pagination-bullet{margin:0 3px}
.single-page .box3 .swiper-pagination-bullet-active{background: #084e82;}
.single-page .box3 .popup-box{position: fixed;top: 0;left: 0;width:100%;height: 100%;background: rgba(0,0,0,.3);z-index: 999;display: none;}
.single-page .box3 .popup{position: absolute;top: 50%;left: 50%;background: #fff;transform: translate(-50%,-50%);padding:70px 60px 70px 80px}
.single-page .box3 .close{width: 48px;height: 48px;border-radius: 50%;background: #f5f5f5 url(../images/close.svg) no-repeat center center/14px;position: absolute;top: 30px;right:30px;cursor: pointer;transition: .3s;}
.single-page .box3 .popup .tit{padding-right:20px}
.single-page .box3 .myscroll{margin-top: 35px;max-height: 300px;padding-right:20px}
.single-page .box3 .content p{font-size: 16px;line-height: 30px;color:#666}
.single-page .box3 .content img{max-width: 100%;height: auto !important;margin:0 auto}
.single-page .box3 .content a{display: inline-block;}

@media (max-width:1279px){
    .single-page .tit{font-size: 22px;line-height: 32px}

    .single-page .box1{display: block;padding:50px 0;}
    .single-page .box1 .con{width: 100%;padding:30px 15px 30px 25px;height:auto}
    .single-page .box1 .tit{padding-right: 10px;}
    .single-page .box1 .myscroll{margin-top: 15px;padding-right: 10px;}
    .single-page .box1 .myscroll>p{font-size: 14px;line-height: 24px}
    .single-page .box1 .swiper-container{height:auto}
    .single-page .box1 .img{height:auto;padding-bottom: 60%;}
    .single-page .box1 .arrow{display: none;}

    .single-page .box2{padding-bottom: 50px;}
    .single-page .box2 .con{margin-top: 30px;}
    .single-page .box2 .swiper-slide{display: block;height:auto}
    .single-page .box2 .img-bg{height: auto}
    .single-page .box2 .img{height:auto;padding-bottom: 58.53%;}
    .single-page .box2 .play{width: 35px;height:35px}
    .single-page .box2 .info{height:auto;position: static;padding:30px 25px 50px;display: block}
    .single-page .box2 .info>p:nth-of-type(1){font-size: 14px}
    .single-page .box2 .info>p:nth-of-type(2){font-size: 16px;line-height: 26px;margin:10px 0;}
    .single-page .box2 .arrow{display: none;}
    .single-page .box2 .popup{padding:50px 25px 30px 25px}
    .single-page .box2 .close{width: 30px;height: 30px;background-size:12px;top: 20px;right:20px}
    .single-page .box2 .popup .tit{padding-right:10px}
    .single-page .box2 .myscroll{margin-top: 20px;padding-right:10px;max-height: 450px;}
    .single-page .box2 .content p{font-size: 14px;line-height: 24px;}

    .single-page .box3{padding-bottom: 50px;}
    .single-page .box3 .con{margin-top: 30px;}
    .single-page .box3 .swiper-slide{display: block;}
    .single-page .box3 .first{width: 100%;margin-bottom: 10px;}
    .single-page .box3 .img-bg{height: auto}
    .single-page .box3 .img{height:auto;padding-bottom: 61.53%;}
    .single-page .box3 ul{width: 100%;}
    .single-page .box3 li{position: relative;display: block;margin-bottom: 10px;}
    .single-page .box3 .play{width: 35px;height:35px}
    .single-page .box3 .info{height:auto;padding:30px 25px;display: block}
    .single-page .box3 .info>p:nth-of-type(1){font-size: 14px;}
    .single-page .box3 .info>p:nth-of-type(2){font-size: 16px;line-height: 26px;margin:10px 0;}
    .single-page .box3 li .img-bg{height: auto;width:100%}
    .single-page .box3 li .info{width:100%}
    .single-page .box3 li .info::after{display:none}
    .single-page .box3 li .info>p:nth-of-type(1){font-size: 14px}
    .single-page .box3 li .info>p:nth-of-type(2){font-size: 16px;line-height: 26px}
    .single-page .box3 .arrow{display:none}
    .single-page .box3 .swiper-pagination{margin-top: 0;}
    .single-page .box3 .popup{padding:50px 25px 30px 25px}
    .single-page .box3 .close{width: 30px;height: 30px;background-size:12px;top: 20px;right:20px}
    .single-page .box3 .popup .tit{padding-right:10px}
    .single-page .box2 .myscroll{margin-top: 20px;padding-right:10px;max-height: 450px;}
    .single-page .box3 .content p{font-size: 14px;line-height: 24px;}
}

@media (any-hover:hover){
    .single-page .box1 .arrow:hover{background-color: #084e82;background-image: url(../images/arrow-w.svg);}

    .single-page .box2 .info:hover>p:nth-of-type(2){color:#084e82}
    .single-page .box2 .arrow:hover{background-color: #084e82;background-image: url(../images/arrow-w.svg);border-color:#084e82}
    .single-page .box2 .close:hover{background-color: #084e82;background-image: url(../images/close-w.svg);}

    .single-page .box3 .info:hover>p:nth-of-type(2){color:#084e82}
    .single-page .box3 .arrow:hover{background-color: #084e82;background-image: url(../images/arrow-w.svg);border-color:#084e82}
    .single-page .box3 .close:hover{background-color: #084e82;background-image: url(../images/close-w.svg);}
}

/* 搜索 */
.search-page{padding:50px 0 70px}
.search-page .crumb{margin-bottom: 30px;display: flex;align-items: center;}
.search-page .crumb>span{color:#999;margin:0 5px}
.search-page ul{display: flex;flex-wrap: wrap;}
.search-page li{width:calc(100% / 3 - 16px);margin-right: 24px;margin-bottom: 30px;border:1px #e5e5e5 solid;position: relative;}
.search-page li:nth-child(3n){margin-right: 0;}
.search-page li .img-div{height:250px;border-bottom: 1px #eee solid;}
.search-page li .img-div>img{max-width: 80%;max-height: 80%;}
.search-page li .img-bg{height:250px}
.search-page li .img{height:100%;}
.search-page li .info{padding:30px 30px 40px}
.search-page li .info>p:nth-of-type(1){font-size: 22px;color:#000}
.search-page li .info>p:nth-of-type(2){font-size: 16px;color:#666;line-height: 28px;margin:10px 0 20px}
.search-page li .info>p:nth-of-type(3){color:#666;padding-right: 30px;background: url(../images/1.png) no-repeat right center/10px;display: inline-block;}
.search-page .page{padding:20px 0 30px}

@media (max-width:1440px){
    .search-page{padding: 30px 0 50px;}
    .search-page li .img-div{height:220px}
    .search-page li .img-bg{height:220px}
    .search-page li .info>p:nth-of-type(1){font-size: 20px}
    .search-page li .info>p:nth-of-type(2){font-size: 14px;line-height: 26px;}
}

@media (max-width:1279px){
    .search-page{padding:30px 0 20px}
    .search-page .crumb{overflow-x: auto;white-space: nowrap;margin-bottom: 20px;}
    .search-page ul{display: block}
    .search-page li{width:100%;margin-right: 0;}
    .search-page li .img-div{height:180px}
    .search-page li .img-bg{height:180px}
    .search-page li .info{padding:30px 25px}
    .search-page li .info>p:nth-of-type(1){font-size: 16px;}
    .search-page li .info>p:nth-of-type(2){font-size: 14px;line-height: 24px;margin:10px 0 15px}
    .search-page .page{padding:0 0 30px}
}

@media (any-hover:hover){
    .search-page .crumb>a:hover{color:#084e82}
    .search-page li:hover .img{transform: scale(1.1);}
    .search-page li:hover .info>p:nth-of-type(1){color:#084e82}
    .search-page li:hover .info>p:nth-of-type(3){color:#084e82;background-image: url(../images/1-m.png);}
}