/*公共*/
.header{border-bottom: 1px solid #eee;}
.header .width{display:flex;align-items:center;justify-content:space-between;height:110px;max-width: 1680px;}
.header .logo{width:179px;height:45px}
.header-r{display: flex;align-items:center;justify-content: flex-end;flex:1;padding-left: 50px;}
.header .nav{display:flex}
.header .nav>li{padding:0 30px}
.header .nav>li>a{font-size:16px;line-height:110px}
.header .nav>li>a.active{color:#d70c19}
.header .child{position:absolute;width:100%;display:none;top:110px;left:0;background:#f2f2f2;padding:30px 0;z-index:998;text-align: center;}
.header .child>a{padding-right:30px;display: inline-block;font-size: 16px;}
.header .child>a:last-child{padding-right: 0;}
.header-r>a{width: 100px;height: 40px;line-height:40px;text-align: center;background: #d70c19;color: #fff;transition: .3s;border-radius: 20px;margin:0 40px 0 20px}
.header .menu{display:none}
.header .search{width:22px;height:22px;cursor:pointer;background:url(../images/search.svg) no-repeat center center/22px;position:relative}
.header .search .popup{display:none;position:absolute;z-index:998;right:0;top:75px}
.header .search .popup>div{display:flex}
.header .search .popup input{width:250px;height:50px;padding:0 20px 0 30px;background:#f2f2f2;border-radius:25px 0 0 25px}
.header .search .popup p{width:60px;height:50px;background: #d70c19 url(../images/search-w.svg) no-repeat center center/25px;transition:.3s;border-radius:0 25px 25px 0}
.header-space{height: 0;}

.footer{background:#0c0c0c;padding:110px 0 100px;color:#fff}
.footer a{color:#fff}
.footer .width{max-width: 1680px;}
.footer1{display: flex;padding-bottom: 80px;border-bottom: 1px solid rgba(255,255,255,.1);margin-bottom: 30px;}
.footer1 .info{width:35%;padding-right:50px}
.footer1 .info>.img-div{width:156px;height: 61px;}
.footer1 .info>p:nth-of-type(1){font-size: 32px;line-height: 42px;margin:25px 0 10px}
.footer1 .info>p:nth-of-type(2){font-size: 18px;line-height: 28px;opacity: .3;}
.footer1 .info>p:nth-of-type(3){opacity: .5;margin:90px 0 20px}
.footer1 .outlink{display: flex;flex-wrap: wrap;}
.footer1 .outlink>a{width:44px;height: 44px;border-radius: 50%;border:1px solid #fff;margin-right: 20px;opacity: .3;transition: .3s;position: relative;}
.footer1 .outlink>a>img{max-width: 50%;max-height: 50%;}
.footer1 .outlink .qr{display: none;position: absolute;bottom:-140px;left: 50%;transform: translateX(-50%);width:120px}
.footer1 .info .outlink>a:hover{opacity: 1;}
.footer1 .nav{width:27%;border-right: 1px solid rgba(255,255,255,.1);position: relative;}
.footer1 .nav li>a{font-size: 24px;margin-bottom: 20px;position:relative;display:inline-block;padding-right:20px}
.footer1 .nav li>a.active{width:120px;color:#d70c19;background: url(../images/1-m.png) no-repeat right 12px/11px;}
.footer1 .nav li>a.active::after{content:'';background:#d70c19;position: absolute;bottom:-2px;left:0;width:calc(100% - 20px);height:3px}
.footer1 .child{display: none;position: absolute;top:0;left:200px}
.footer1 .child>a{font-size: 16px;opacity: .3;margin-bottom: 15px;}
.footer1 .other{flex:1;display: flex;flex-direction: column;align-items: flex-end;padding-left:10%}
.footer1 .search{display: flex;margin-bottom: 60px;width:100%}
.footer1 .input{width: calc(100% - 60px);height:60px;border-radius: 5px 0 0 5px;background: rgba(255,255,255,.1);padding:0 20px;color:#fff;opacity: .7;}
.footer1 .input::placeholder{color:#fff;opacity: .7;}
.footer1 .search>p{width:60px;height:60px;border-radius: 0 5px 5px 0;background: #d70c19 url(../images/search-w.svg) no-repeat center center/25px;cursor: pointer;transition: .3s;}
.footer1 .book{display: flex;width: 100%;}
.footer1 .book .txt{flex:1;padding-right:30px}
.footer1 .book .txt>p:nth-of-type(1){font-size: 24px;line-height: 34px;margin:35px 0 10px}
.footer1 .book .txt>p:nth-of-type(2){font-size: 16px;line-height: 26px;opacity: .3;margin-bottom: 25px;}
.footer1 .book .txt>a{width: 160px;line-height: 50px;border-radius: 25px;background: #d70c19 url(../images/1-w.png) no-repeat 80% center/11px;font-size: 16px;padding-left: 35px;transition: .3s;}
.footer1 .book .img-div{width:36.22%}
.footer2{display: flex;}
.footer2>p{width: 60%;display: flex;}
.footer2>p>span{opacity: .5;line-height: 24px;margin-right: 10px;}
.footer2>p>a{opacity: .5;line-height: 24px;margin-right:10px}
.footer2 .beian{display: flex;justify-content: flex-end;padding-left:50px;flex:1;}
.footer2 .beian>a{opacity: .5;line-height: 24px;}

.float{display:none;position: fixed;right:30px;top:50%;margin-top:-260px;z-index: 999;}
.float ul{width: 80px;border-radius: 40px;background: #fff;box-shadow: 0 0 10px rgba(0,0,0,.1);padding-top:10px;margin-bottom: 20px;}
.float li{border-top: 1px solid #eee;padding:15px 0;position: relative;}
.float li:first-child{padding:18px 0 15px;margin:0;border-top: 0;}
.float li:last-child{padding:20px 0 25px}
.float li>.img-div{width: 26px;height: 24px;margin:0 auto 10px;}
.float li:first-child>.img-div{position: relative;z-index: 2;margin:0 auto 40px;}
.float .circle{width: 60px;height: 60px;border-radius: 50%;background: #d70c19;position: absolute;top:0;left:10px;}
.float .circle::before{content:'';width: 100%;height: 100%;border-radius: 50%;background: rgba(215,12,25,.8);position: absolute;top: 50%;left:50%;transform: translate(-50%,-50%);animation: float-play 2s linear infinite;}
.float .circle::after{content:'';width: 100%;height: 100%;border-radius: 50%;background:  rgba(215,12,25,.8);position: absolute;top: 50%;left:50%;transform: translate(-50%,-50%);animation: float-play1 2s 1s linear infinite;}
@keyframes float-play {
    to{transform: translate(-50%,-50%) scale(1.5);opacity: 0;}
}
@keyframes float-play1 {
    to{transform: translate(-50%,-50%) scale(1.5);opacity: 0;}
}
.float li>p{font-size: 16px;color:#666;text-align: center;line-height: 20px;}
.float .tc-box{display:none;position: absolute;;left:-220px;width:230px;top:50%;transform:translateY(-50%);}
.float .tc{width: 200px;box-shadow: 0 0 10px rgba(0,0,0,.1);border-radius: 10px;background: #fff;padding:35px 30px 40px}
.float .tc::after{content:'';width:15px;height:15px;transform: rotate(45deg) translateY(-50%);background: #fff;position: absolute;top: calc(50% - 2px);right:30px}
.float .tc>p{font-size: 16px;text-align: center;}
.float .tc>p:nth-of-type(1){color:#999;font-size: 14px;margin-bottom: 5px;}
.float .tc .img-div{margin:15px auto 0;width:120px;height:120px}
.float .back{width:80px;height: 80px;border-radius: 50%;box-shadow: 0 0 10px rgba(0,0,0,.1);background: #fff url(../images/11.png) no-repeat center center/23px;cursor: pointer;}

.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: 139px;height: 35px;}
.nav-m .close{width:22px;height:22px;background:url(../images/close.svg) no-repeat center center/22px}
.nav-m ul{border-top:1px solid rgba(0,0,0,.1);margin-top:10px}
.nav-m li{border-bottom:1px solid rgba(0,0,0,.1);padding:20px 0;position:relative;font-size:16px}
.nav-m li::after{position:absolute;top:50%;right:0;transform:translateY(-50%);content:'';width:18px;height:18px;background:url(../images/arrow1.svg) no-repeat center center/18px;transition:.3s}
.nav-m li.rotate::after{transform:rotate(90deg);top:35%}
.nav-m li>a{display:inline-block;color:#000;font-size:16px}
.nav-m .child{display:none;margin-left:15px;margin-bottom:10px}
.nav-m .child>a{padding:18px 0;border-bottom:1px rgba(0,0,0,.1) solid;font-size:16px}
.nav-m .btn{display: flex;margin:20px auto 100px}
.nav-m .btn>a{width: calc(50% - 5px);height: 40px;line-height:40px;text-align: center;background: #d70c19;color: #fff;border-radius: 20px;}
.nav-m .btn>a:first-child{margin-right:10px}
.nav-m .btn>a:last-child{background:#e5e5e5;color:#333}
.nav-m .txt{position: fixed;left: 0;bottom:0;width:100%;height: 70px;display: flex;align-items: center;background: #f5f5f5;}
.nav-m .phone{width: 55%;background: url(../images/8.png) no-repeat 20px center/20px;padding-left: 50px;}
.nav-m .phone>p:nth-of-type(1){font-size: 16px;}
.nav-m .qr{flex:1;background: url(../images/9.png) no-repeat 20px center/20px;padding-left: 50px;position: relative;}
.nav-m .qr .img-div{display: none;position: absolute;top: -150px;left: 50%;transform: translateX(-50%);width:120px;height: 120px;}

.inner-nav{padding-top:25px}
.inner-nav .crumb{display: flex}
.inner-nav .crumb>a{color:#999}
.inner-nav .crumb>a:first-child{background: url(../images/12.png) no-repeat left center/16px;padding-left: 25px;}
.inner-nav .crumb>em{margin:0 10px;font-style: normal;color:#999}
.inner-nav .con{display: flex;align-items: flex-start;padding:65px 0 30px;border-bottom: 1px solid #eee;}
.inner-nav .info{width: 67%;padding-right: 50px;}
.inner-nav .info>p:nth-of-type(1){font-size: 60px;line-height: 70px;color:#000}
.inner-nav .info>p:nth-of-type(2){font-size: 16px;line-height: 26px;color:#666;margin:20px 0 40px}
.inner-nav .m{display: none;}
.inner-nav .nav{display: flex;flex-wrap: wrap;}
.inner-nav .nav>a{line-height: 50px;background: #f5f5f5;border-radius: 25px;font-size: 16px;padding:0 30px;margin-right:15px;transition: .3s;margin-bottom: 20px;}
.inner-nav .nav>a.login{background: #000 url(../images/17.png) no-repeat 25px center/20px;padding:0 30px 0 55px;color:#fff}
.inner-nav .nav>a:last-child{margin-right:0}
.inner-nav .nav>a.active{background: #d70c19;color:#fff}
.inner-nav .detail{flex:1;position: relative;background: url(../images/13.jpg) no-repeat center center/cover;border-radius: 20px;padding:40px}
.inner-nav .detail>p:nth-of-type(1){font-size: 18px;line-height: 32px;margin-bottom: 40px;}
.inner-nav .detail>p:nth-of-type(2){position: relative;display: inline-block;padding-right: 45px;}
.inner-nav .detail>p:nth-of-type(2)::after{content:'';width: 35px;height: 35px;border-radius: 50%;background: #d70c19 url(../images/1-w.png) no-repeat center center/9px;position: absolute;right:0;top:-10px;transition: .3s;}

.login-tc{display:none;position: fixed;width: 100%;height: 100%;top: 0;left: 0;background: rgba(0,0,0,.5);z-index: 999;}
.login-tc .con{width: 520px;height: 500px;position: absolute;top: 50%;left: 50%;margin-left: -260px;margin-top: -250px;background: #fff;border-radius: 20px;padding: 50px 80px 0;}
.login-tc .con>span{position: absolute;top:30px;right: 30px;width: 40px;height: 40px;border-radius: 50%;background: #f5f5f5 url(../images/close.svg) no-repeat center center/18px;cursor: pointer;transition: .3s;}
.login-tc .con>p:nth-of-type(1){font-size: 30px;text-align: center;margin-bottom: 30px;}
.login-tc li{margin-bottom: 25px;}
.login-tc li:last-child{margin-bottom: 15px;}
.login-tc li>p{font-size: 16px;color:#666;display: flex;align-items: center;margin-bottom: 10px;}
.login-tc li>p>span{color:#d70c19;margin-left: 5px;}
.login-tc li>input{height: 50px;padding:0 15px;background: #f5f5f5;width: 100%;}
.login-tc .con>p:nth-of-type(2){color:#999;padding-left: 25px;position: relative;display: flex;cursor: pointer;}
.login-tc .con>p:nth-of-type(2)::before{content:'';position: absolute;top: 3px;left:0;width: 11px;height: 11px;border:1px solid #e5e5e5}
.login-tc .con>p:nth-of-type(2).active::before{background:#d70c19 url(../images/yes.svg) no-repeat center center/9px;border-color:#d70c19}
.login-tc .con>p:nth-of-type(2)>a{color:#d70c19;margin-left: 5px;}
.login-tc .con>p:nth-of-type(3){line-height: 50px;border-radius: 25px;background: #d70c19;color:#fff;text-align: center;font-size: 18px;cursor: pointer;transition: .3s;margin:20px 0 10px}
.login-tc .con>p:nth-of-type(4){color:#999;display: flex;}
.login-tc .con>p:nth-of-type(4)>a{color:#d70c19;margin-left: 5px;}

@media (max-width:1440px){
    .footer{padding:90px 0 80px}
    .footer1{padding-bottom: 60px;}
    .footer1 .info>p:nth-of-type(1){font-size: 26px;line-height: 36px;}
    .footer1 .info>p:nth-of-type(2){font-size: 16px;line-height: 26px;}
    .footer1 .info>p:nth-of-type(3){margin:70px 0 20px}
    .footer1 .nav li>a{font-size: 22px;}
    .footer1 .child{left: 170px;}
    .footer1 .other{padding-left: 5%;}
    .footer1 .search{margin-bottom: 40px;}
    .footer1 .book .txt>p:nth-of-type(1){font-size: 22px;line-height: 32px;margin:30px 0 10px}

    .float{right:20px;margin-top:-160px}
    .float ul{width: 60px;border-radius: 30px;padding-top:5px}
    .float li>.img-div{width: 24px;height: 20px;margin:0 auto;}
    .float li:first-child{padding:13px 0 15px}
    .float li:first-child>.img-div{margin:0 auto 10px;}
    .float .circle{width: 50px;height: 50px;left:5px;}
    @keyframes float-play {
        to{transform: translate(-50%,-50%) scale(1.3);opacity: 0;}
    }
    @keyframes float-play1 {
        to{transform: translate(-50%,-50%) scale(1.3);opacity: 0;}
    }
    .float li>p{display: none;}
    .float .back{width:60px;height: 60px;background-size:18px}

    .inner-nav .con{padding:55px 0 30px}
    .inner-nav .info>p:nth-of-type(1){font-size: 50px;line-height: 60px;}
    .inner-nav .info>p:nth-of-type(2){margin:15px 0 30px}
    .inner-nav .nav>a{line-height: 45px;font-size: 14px;padding:0 25px;margin-bottom: 15px;margin-right: 15px;}
    .inner-nav .detail{padding:30px}
    .inner-nav .detail>p:nth-of-type(1){font-size: 16px;line-height: 28px;margin-bottom: 30px;}
}

@media (max-width:1279px){
    .header{background: #fff;position: fixed;border-bottom: 1px #eee solid;width:100%;left:0;z-index:20;}
    .header .width{height:70px}
    .header .logo{width: 139px;height: 35px;}
    .header-r{padding-left: 30px;}
    .header .nav{display:none}
    .header-r>a{display:none}
    .header .menu{display:block;width:22px;height:22px;cursor:pointer;background:url(../images/menu.svg) no-repeat center center/22px;margin-right:10px}
    .header .search .popup{position:fixed;top:70px;width:100%}
    .header .search .popup input{width:calc(100% - 45px);height:45px;padding:0 20px;border-radius:0}
    .header .search .popup p{width:45px;height:45px;border-radius:0}
    .header-space{height: 70px;}

    .footer{padding:50px 0 30px}
    .footer1{display: block;padding-bottom: 30px;margin-bottom: 20px;}
    .footer1 .info{width:100%;padding-right:0;margin-bottom: 30px;}
    .footer1 .info>.img-div{width:120px;height: 47px;margin:0 auto}
    .footer1 .info>p{text-align: center;}
    .footer1 .info>p:nth-of-type(1){font-size: 22px;line-height: 32px;margin:20px 0 5px}
    .footer1 .info>p:nth-of-type(2){font-size: 14px;line-height: 24px}
    .footer1 .info>p:nth-of-type(3){margin:30px 0 15px}
    .footer1 .outlink{display: flex;flex-wrap: wrap;justify-content: center;}
    .footer1 .outlink>a{width:40px;height: 40px;margin-right: 10px}
    .footer1 .nav{display: none;}
    .footer1 .other{display: block;padding-left:0}
    .footer1 .search{margin-bottom: 30px}
    .footer1 .input{width: calc(100% - 45px);height:45px;padding:0 15px}
    .footer1 .search>p{width:45px;height:45px;background-size: 20px;}
    .footer1 .book .txt{padding-right:20px}
    .footer1 .book .txt>p:nth-of-type(1){font-size: 18px;line-height: 28px;margin:20px 0 10px}
    .footer1 .book .txt>p:nth-of-type(2){font-size: 14px;line-height: 24px;margin-bottom: 15px;}
    .footer1 .book .txt>a{width: 140px;line-height: 45px;background-size:9px;font-size: 14px;padding-left: 30px}
    .footer2{display: block;text-align: center;font-size: 12px;}
    .footer2>p{width: 100%;display: block;}
    .footer2>p>span{margin-right: 0;line-height: 22px;font-size: 14px;}
    .footer2>p>a{margin-right: 0;}
    .footer2 .beian{display: block;padding-left:0}

    .float{display:none;position: fixed;right:30px;top:50%;margin-top:-260px;z-index: 999;}
    .float ul{width: 80px;border-radius: 40px;background: #fff;box-shadow: 0 0 10px rgba(0,0,0,.1);padding-top:10px;margin-bottom: 20px;}
    .float li{border-top: 1px solid #eee;padding:15px 0;position: relative;}
    .float li:first-child{padding:18px 0 15px;margin:0;border-top: 0;}
    .float li:last-child{padding:20px 0 25px}
    .float li>.img-div{width: 26px;height: 24px;margin:0 auto 10px;}
    .float li:first-child>.img-div{position: relative;z-index: 2;margin:0 auto 40px;}
    .float .circle{width: 60px;height: 60px;border-radius: 50%;background: #d70c19;position: absolute;top:0;left:10px;}
    .float .circle::before{content:'';width: 70px;height: 70px;border-radius: 50%;background: rgba(215,12,25,.3);position: absolute;top: -5px;left: -5px;}
    .float .circle::after{content:'';width: 80px;height: 80px;border-radius: 50%;background: rgba(215,12,25,.2);position: absolute;top: -10px;left: -10px;}
    .float li>p{font-size: 16px;color:#666;text-align: center;line-height: 20px;}
    .float .tc-box{display:none;position: absolute;;left:-220px;width:230px;top:50%;transform:translateY(-50%);}
    .float .tc{width: 200px;box-shadow: 0 0 10px rgba(0,0,0,.1);border-radius: 10px;background: #fff;padding:35px 30px 40px}
    .float .tc::after{content:'';width:15px;height:15px;transform: rotate(45deg) translateY(-50%);background: #fff;position: absolute;top: calc(50% - 2px);right:30px}
    .float .tc>p{font-size: 16px;text-align: center;}
    .float .tc>p:nth-of-type(1){color:#999;font-size: 14px;margin-bottom: 5px;}
    .float .tc .img-div{margin:15px auto 0;width:120px;height:120px}
    .float .back{width:80px;height: 80px;border-radius: 50%;box-shadow: 0 0 10px rgba(0,0,0,.1);background: #fff url(../images/11.png) no-repeat center center/23px;cursor: pointer;}

    .inner-nav{padding-top:20px}
    .inner-nav .crumb{white-space: nowrap;overflow-x: auto;}
    .inner-nav .crumb>em{margin:0 5px}
    .inner-nav .con{display: block;padding:30px 0}
    .inner-nav .info{width: 100%;padding-right: 0;}
    .inner-nav .info>p:nth-of-type(1){font-size: 25px;line-height: 35px}
    .inner-nav .info>p:nth-of-type(2){font-size: 14px;line-height: 24px;margin:10px 0 20px}
    .inner-nav .m{display:block;position: relative;background: url(../images/13.jpg) no-repeat center center/cover;border-radius: 10px;padding:30px 25px;margin-bottom: 30px;}
    .inner-nav .m>p:nth-of-type(1){font-size: 14px;line-height: 26px;margin-bottom: 20px;}
    .inner-nav .m>p:nth-of-type(2){position: relative;display: inline-block;padding-right: 45px;}
    .inner-nav .m>p:nth-of-type(2)::after{content:'';width: 30px;height: 30px;border-radius: 50%;background: #d70c19 url(../images/1-w.png) no-repeat center center/8px;position: absolute;right:0;top:-6px}
    .inner-nav .nav{white-space: nowrap;overflow-x: auto;flex-wrap: nowrap;}
    .inner-nav .nav>a{line-height: 40px;font-size: 14px;padding:0 20px;margin-right:15px;margin-bottom: 0;}
    .inner-nav .nav>a.login{background-size:18px;padding:0 20px 0 50px}
    .inner-nav .detail{display: none;}

    .login-tc .con{width: 90%;height: 400px;left: 5%;margin-left: 0;margin-top: -200px;border-radius: 10px;padding: 30px 25px 0;}
    .login-tc .con>span{top:20px;right: 20px;width: 30px;height: 30px;background-size:16px}
    .login-tc .con>p:nth-of-type(1){font-size: 22px;margin-bottom: 20px;}
    .login-tc li{margin-bottom: 20px;}
    .login-tc li:last-child{margin-bottom: 10px;}
    .login-tc li>p{font-size: 14px}
    .login-tc li>input{height: 45px}
    .login-tc .con>p:nth-of-type(3){line-height: 45px;font-size: 16px}
}

@media (any-hover:hover){
    .header .nav>li:hover>a{color:#d70c19}
    .header .nav .child>a:hover{color:#d70c19}
    .header-r>a:hover{background: red}
    .header .search .popup p:hover{background-color: red;}

    .footer1 .child>a:hover{opacity: 1;}
    .footer1 .search>p:hover{background-color: red}
    .footer1 .book .txt>a:hover{background-color: red}
    .footer2>p>a:hover{opacity: 1;}
    .footer2 .beian>a:hover{opacity: 1;}

    .float li:hover>p{color:#d70c19}

    .inner-nav .crumb>a:hover{color:#d70c19}
    .inner-nav .nav>a:hover{background: #d70c19;color:#fff}
    .inner-nav .nav>a.login:hover{background: #d70c19 url(../images/17.png) no-repeat 25px center/20px;}
    .inner-nav .detail:hover>p:nth-of-type(2){color:#d70c19}
    .inner-nav .detail:hover>p:nth-of-type(2)::after{background-color:red}

    .login-tc .con>span:hover{background-color: #d70c19;background-image: url(../images/close-w.svg);}
    .login-tc .con>p:nth-of-type(2)>a:hover{color:red}
    .login-tc .con>p:nth-of-type(3):hover{background: red;}
    .login-tc .con>p:nth-of-type(4)>a:hover{color:red}
}

/*首页*/
.index-page .width{max-width: 1680px;}
.index-page .space{height: 110px;animation: index-page-space-play .8s 2s linear forwards}
@keyframes index-page-space-play{
    to{height:0}
}
.index-page .tit{text-align: center;color:#fff}
.index-page .tit>p:nth-of-type(1){font-size: 60px;line-height: 70px;margin-bottom: 20px;}
.index-page .tit>p:nth-of-type(2){font-size: 18px;line-height: 28px;}

.index-page .box1{position: relative;height: 900px;animation: index-page-box1-box-play .8s 2s linear forwards;padding-top: 190px;border-top:1px #eee solid}
.index-page .box1::after{content:'';position: absolute;top:0;left: 0;width:100%;height:100%;background: url(../images/2.png) no-repeat right bottom/52.13%;}
.index-page .box1 .width{max-width: 1400px;color:#000;position: relative;z-index: 2;}
.index-page .box1 .width>p{transform: translateY(30px);opacity: 0;animation: index-page-box1-txt-play 1s  linear forwards;}
.index-page .box1 .width>p:nth-of-type(1){font-size: 48px;line-height: 58px;}
.index-page .box1 .width>p:nth-of-type(2){position: relative;display: inline-block;margin:15px 0 65px;animation-delay: .5s;}
.index-page .box1 .width>p:nth-of-type(2)>span{font-size: 72px;line-height:82px;position: relative;z-index: 2;letter-spacing: 1px;}
.index-page .box1 .width>p:nth-of-type(2)::after{content:'';position: absolute;left: 0;bottom: -5px;height: 20px;background: #d70c19;width: 100%;}
.index-page .box1 .width>a{width: 240px;line-height: 75px;height:80px;border:1px #e5e5e5 solid;font-size: 20px;background: url(../images/1.png) no-repeat 75% center/16px;border-radius: 40px;padding-left: 60px;transform: translateY(30px);opacity: 0;transition: .3s;animation: index-page-box1-txt-play 1s 1s linear forwards;}
@keyframes index-page-box1-txt-play{
    to{transform: translateY(0);opacity: 1;}
}
@keyframes index-page-box1-box-play{
    to{height:0;padding-top:0;opacity:0;visibility: hidden}
}

.index-page .banner .swiper-slide::after{content:'';position: absolute;top:0;left: 0;width:100%;height:100%;background:url(../images/3.png) no-repeat right bottom/51%;z-index: 2;opacity: .2;}
.index-page .banner .m{display:none}
.index-page .banner .img{height:100%}
.index-page .banner .width{position:absolute;z-index:3;top:23%;left:50%;transform:translateX(-50%);max-width:1400px}
.index-page .banner .width>p{color:#000;transform: translateY(30px);opacity: 0;animation: index-page-banner-play 1s 2.5s forwards;}
.index-page .banner .width>p:nth-of-type(1){font-size:36px;line-height:46px}
.index-page .banner .width>p:nth-of-type(2){position: relative;display: inline-block;margin:20px 0 55px;animation-delay: 2.8s;}
.index-page .banner .width>p:nth-of-type(2)>span{font-size:60px;line-height:70px;position: relative;z-index: 2;letter-spacing: 1px;}
.index-page .banner .width>p:nth-of-type(2)::after{content:'';position: absolute;left: 0;bottom: -2px;height: 12px;background: #d70c19;width: 100%;}
.index-page .banner .width>a{width: 200px;line-height: 58px;height:60px;border:1px #000 solid;font-size: 16px;background: url(../images/1.png) no-repeat 75% center/12px;border-radius: 30px;padding-left: 50px;color:#000;text-align: left;transform: translateY(30px);opacity: 0;transition: .3s;animation: index-page-banner-play 1s 3.2s forwards;}
.index-page .banner .swiper-pagination{bottom:50px}
.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}
@keyframes index-page-banner-play{
    to{transform: translateY(0);opacity: 1;}
}

.index-page .box2{background-size: auto 100%;background-position: left center;position: relative;height: 960px;display: flex;justify-content: flex-end;}
.index-page .box2 .width{position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);}
.index-page .box2 .width>div{width: 48%;}
.index-page .box2 .width p:nth-of-type(1){font-size: 30px;line-height: 40px;}
.index-page .box2 .width p:nth-of-type(2){font-size: 130px;line-height: 140px;color:#d70c19;margin:5px 0 40px}
.index-page .box2 .width p:nth-of-type(3){font-size: 50px;line-height: 68px;color:#000;margin-bottom: 80px;}
.index-page .box2 .width a{width: 200px;line-height: 58px;height:60px;border:1px #999 solid;font-size: 16px;background: url(../images/1.png) no-repeat 75% center/12px;border-radius: 30px;padding-left: 50px;transition: .3s;}
.index-page .box2 ul{border-left: 1px solid #eee;width: 36%;}
.index-page .box2 li{position: relative;height: 320px;display: flex;flex-direction: column;justify-content: center;padding:30px 80px;border-bottom: 1px solid #eee}
.index-page .box2 li:last-child{border-bottom: 0;}
.index-page .box2 .img-div{width: 61px;height: 61px;}
.index-page .box2 li>p:nth-of-type(1){font-size: 34px;line-height: 44px;margin:15px 0 20px}
.index-page .box2 li>p:nth-of-type(2){font-size: 18px;line-height: 28px;color:#999}

.index-page .box3{padding:110px 0 140px}
.index-page .box3 .pc{margin:45px 0 30px}
.index-page .box3 .pc .swiper-slide{width:690px;height:520px;border-radius: 20px}
.index-page .box3 .pc .swiper-slide-active{height: 440px;margin-top: 40px;}
.index-page .box3 .pc .img-bg{border-radius: 20px;height: 100%}
.index-page .box3 .pc .img{height:100%;border-radius: 20px;}
.index-page .box3 .pc .arrow{width: 60px;height: 60px;border-radius: 50%;background: #fff url(../images/arrow1.svg) no-repeat center center/16px;position: absolute;top: 50%;transform: translateY(-50%);z-index: 2;right:6.25%;transition: .3s;cursor: pointer;}
.index-page .box3 .pc .prev{transform: translateY(-50%) rotate(180deg);left: 6.25%;}
.index-page .box3 .m{display: none;}
.index-page .box3 .info{max-width: 690px;text-align: center;position: relative;}
.index-page .box3 .info>p:nth-of-type(1){font-size: 30px;margin-bottom: 15px;color:#fff}
.index-page .box3 .info>p:nth-of-type(2){font-size: 16px;color:#fff}

.index-page .box4{padding:110px 0 120px}
.index-page .box4 .tit-box{display: flex;align-items: center;margin-bottom: 35px;}
.index-page .box4 .tit{flex:1;padding-right: 50px;text-align: left;}
.index-page .box4 .tit>p:nth-of-type(1){color:#000}
.index-page .box4 .tit>p:nth-of-type(2){color:#666}
.index-page .box4 .tit-box ul{width: 50%;display: flex;justify-content: flex-end;}
.index-page .box4 .tit-box li{border-radius: 30px;border:1px solid #e5e5e5;transition: .3s;}
.index-page .box4 .tit-box li:first-child{margin-right: 20px;}
.index-page .box4 .tit-box li>a{font-size: 16px;color: #666;height: 60px;line-height: 58px;padding:0 45px;}
.index-page .box4 .tit-box li.active{background: #d70c19;border-color: #d70c19;}
.index-page .box4 .tit-box li.active>a{color:#fff}
.index-page .box4 .con{display: flex;}
.index-page .box4 .best{width: 37.14%;padding-right: 5%;margin-right: 5%;border-right:1px #e5e5e5 solid;position: relative;}
.index-page .box4 .best .img-bg{border-radius: 20px;}
.index-page .box4 .best .img{padding-bottom: 59.25%;}
.index-page .box4 .best>p:nth-of-type(1){line-height: 24px;height: 26px;padding:0 10px;border:1px solid #e5e5e5;display: inline-block;border-radius: 2px;margin:40px 0 20px;transition: .3s;}
.index-page .box4 .best>p:nth-of-type(2){font-size: 24px}
.index-page .box4 .best>p:nth-of-type(3){font-size: 15px;line-height: 30px;color:#777;margin:20px 0 35px}
.index-page .box4 .best>p:nth-of-type(4){font-size: 16px;background: url(../images/arrow1.svg) no-repeat right 3px/16px;padding-right: 50px;display: inline-block;opacity: .5;}
.index-page .box4 .con ul{width:57.86%;display: flex;flex-direction: column}
.index-page .box4 .con li{display: flex;align-items: center;flex:1;border-bottom: 1px #e5e5e5 solid;position: relative;}
.index-page .box4 .con li>div{width:calc(100% - 170px);padding-right:50px}
.index-page .box4 .con li>div>p:nth-of-type(1){line-height: 24px;height: 26px;padding:0 10px;border:1px solid #e5e5e5;display: inline-block;border-radius: 2px;margin:40px 0 20px;transition: .3s;}
.index-page .box4 .con li>div>p:nth-of-type(2){font-size: 20px}
.index-page .box4 .con li>div>p:nth-of-type(3){color:#777;margin:20px 0 35px}
.index-page .box4 .con li>p{width:170px;font-size: 16px;background: url(../images/arrow1.svg) no-repeat calc(100% - 35px) 3px/16px;padding-right: 50px;display: inline-block;opacity: .5;}

.index-page .box5{padding:170px 0 160px}
.index-page .box5 .tit{text-align: left;}
.index-page .box5 .tit>a{width: 200px;line-height: 58px;height:60px;border:1px #fff solid;font-size: 16px;background: url(../images/1-w.png) no-repeat 75% center/12px;border-radius: 30px;padding-left: 50px;transition: .3s;color:#fff;margin-top: 50px;}

.index-page .box6{height: 900px;}
.index-page .width{position: relative;}
.index-page .box6 .tit{text-align: left;width: 25%;}
.index-page .box6 .tit>p:nth-of-type(1){color:#000;padding:310px 0 25px}
.index-page .box6 .tit>p:nth-of-type(2){color:#333;font-size: 20px;line-height: 30px;margin-bottom: 30px;}
.index-page .box6 .tit>p:nth-of-type(3){color:#666;line-height: 24px;}
.index-page .box6 ul{width:1220px;height: 590px;position: absolute;top: 155px;right:0;}
.index-page .box6 li{position: absolute;cursor: pointer;}
.index-page .box6 .img-bg{border-radius: 50%;width:100%}
.index-page .box6 .img{padding-bottom: 100%;}
.index-page .box6 li>p{display: none;border-radius: 20px;background:#fff;line-height: 24px;color:#666;position: absolute;left:calc(100% - 70px);top:50px;box-shadow: 0 0 20px rgba(0,0,0,.15);width: 320px;padding:35px 40px 40px;z-index: 2;}
.index-page .box6 li>p.left{left:auto;right:calc(100% - 70px)}

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

    .index-page .box2 .width p:nth-of-type(2){font-size: 110px;}

    .index-page .box6 .tit{text-align: center;width:100%}
    .index-page .box6 .tit>p:nth-of-type(1){padding:80px 0 0;}
    .index-page .box6 .tit>p:nth-of-type(2){margin-bottom: 10px;}
    .index-page .box6 ul{top:260px;right:auto;left: 50%;transform: translateX(-50%);}
}

@media (max-width:1440px){
    .index-page .tit>p:nth-of-type(1){font-size: 50px;line-height: 60px;margin-bottom: 15px;}

    .index-page .box1 .width>p:nth-of-type(1){font-size: 38px;line-height: 48px;}
    .index-page .box1 .width>p:nth-of-type(2)>span{font-size: 62px;line-height: 72px;}
    .index-page .box1 .width>a{width: 220px;height: 70px;line-height: 67px;font-size: 18px;background-size: 14px;padding-left: 50px;}

    .index-page .banner .width>p:nth-of-type(1){font-size: 32px;line-height: 42px;}
    .index-page .banner .width>p:nth-of-type(2)>span{font-size: 50px;line-height: 60px;}
    .index-page .banner .width>a{width: 180px;height: 55px;line-height: 53px;padding-left: 40px;}

    .index-page .box2{height: 840px;}
    .index-page .box2 .width p:nth-of-type(1){font-size: 28px;line-height: 38px;}
    .index-page .box2 .width p:nth-of-type(2){font-size: 100px;margin:5px 0 30px}
    .index-page .box2 .width p:nth-of-type(3){font-size: 40px;line-height: 58px;margin-bottom: 60px;}
    .index-page .box2 .width a{width: 180px;height: 55px;line-height: 52px;padding-left: 40px;}
    .index-page .box2 li{height:280px}
    .index-page .box2 .img-div{width: 56px;height: 56px;}
    .index-page .box2 li>p:nth-of-type(1){font-size: 30px;line-height: 40px;margin:10px 0 20px}
    .index-page .box2 li>p:nth-of-type(2){font-size: 16px;line-height: 26px}

    .index-page .box3{padding:90px 0 100px}
    .index-page .box3 .swiper-slide{height: 490px;width:600px}
    .index-page .box3 .swiper-slide-active{height: 420px}
    .index-page .box3 .info>p:nth-of-type(1){font-size: 28px;}

    .index-page .box4{padding:90px 0 100px}
    .index-page .box4 .tit-box li>a{height: 55px;line-height: 53px;padding:0 40px}
    .index-page .box4 .best{padding-right: 3%;margin-right:3%}
    .index-page .box4 .best>p:nth-of-type(1){margin:30px 0 15px}
    .index-page .box4 .best>p:nth-of-type(2){font-size: 22px;}
    .index-page .box4 .best>p:nth-of-type(3){margin:15px 0 25px}
    .index-page .box4 .con li>div{width: calc(100% - 150px);}
    .index-page .box4 .con li>div>p:nth-of-type(1){margin:20px 0 10px}
    .index-page .box4 .con li>div>p:nth-of-type(2){font-size: 18px;}
    .index-page .box4 .con li>div>p:nth-of-type(3){margin:15px 0 25px}
    .index-page .box4 .con li>p{width: 150px;}

    .index-page .box5{padding:150px 0 140px}
    .index-page .box5 .tit>a{width: 180px;height: 55px;line-height: 53px;padding-left: 40px;}
}

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

    .index-page .box1{height: 700px;padding-top: 100px}
    .index-page .box1::after{background-size:80%;}
    .index-page .box1 .width>p:nth-of-type(1){font-size: 20px;line-height: 30px;}
    .index-page .box1 .width>p:nth-of-type(2){margin:10px 0 30px}
    .index-page .box1 .width>p:nth-of-type(2)>span{font-size: 30px;line-height:40px}
    .index-page .box1 .width>p:nth-of-type(2)::after{display: none;}
    .index-page .box1 .width>a{width: 180px;line-height: 55px;height:60px;font-size: 16px;background-size:14px;padding-left: 40px}

    .index-page .banner .swiper-slide::after{background-size:80%}
    .index-page .banner .pc{display:none}
    .index-page .banner .m{display:block}
    .index-page .banner .width{top:100px}
    .index-page .banner .width>p:nth-of-type(1){font-size:20px;line-height:30px}
    .index-page .banner .width>p:nth-of-type(2){margin:10px 0 30px}
    .index-page .banner .width>p:nth-of-type(2)>span{font-size:30px;line-height:40px}
    .index-page .banner .width>p:nth-of-type(2)::after{display: none;}
    .index-page .banner .width>a{width: 160px;line-height: 48px;height:50px;font-size: 14px;background-size:10px;padding-left: 40px}
    .index-page .banner .swiper-pagination{bottom:30px}
    .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 .box2{height: auto;display: block;padding:50px 0 30px}
    .index-page .box2 .width{position: static;transform: translate(0,0);margin-bottom:30px}
    .index-page .box2 .width>div{width: 100%;text-align: center;}
    .index-page .box2 .width p:nth-of-type(1){font-size: 16px;line-height: 26px;}
    .index-page .box2 .width p:nth-of-type(2){font-size: 40px;line-height: 50px;margin:5px 0 10px}
    .index-page .box2 .width p:nth-of-type(3){font-size: 22px;line-height: 36px;margin-bottom: 20px;}
    .index-page .box2 .width a{margin:0 auto;text-align:left;width: 160px;line-height: 48px;height:50px;font-size: 14px;background-size:10px;padding-left: 40px}
    .index-page .box2 ul{border-left: 0;width: calc(100% - 40px);margin:0 auto}
    .index-page .box2 li{height: auto;padding:30px 25px;border: 1px solid #eee;border-radius: 10px;background: #fff;margin-bottom: 20px;text-align: center;}
    .index-page .box2 li:last-child{border-bottom: 1px solid #eee;}
    .index-page .box2 .img-div{width: 51px;height: 51px;margin:0 auto}
    .index-page .box2 li>p:nth-of-type(1){font-size: 18px;line-height: 28px;margin:10px 0}
    .index-page .box2 li>p:nth-of-type(2){font-size: 14px;line-height: 24px}

    .index-page .box3{padding:50px 0}
    .index-page .box3 .pc{display: none;}
    .index-page .box3 .m{display: block;margin:30px auto 20px}
    .index-page .box3 .m .swiper-container{border-radius: 10px;}
    .index-page .box3 .m .swiper-slide{border-radius: 10px;height: auto;}
    .index-page .box3 .m .img{padding-bottom: 63.76%;}
    .index-page .box3 .info{max-width: 690px;text-align: center;position: relative;}
    .index-page .box3 .info>p:nth-of-type(1){font-size: 18px;margin-bottom: 10px}
    .index-page .box3 .info>p:nth-of-type(2){font-size: 14px}
    .index-page .box3 .swiper-pagination-bullet{opacity: 1;background: #fff;margin:0 5px}
    .index-page .box3 .swiper-pagination-bullet-active{background: #d70c19;}

    .index-page .box4{padding:50px 0}
    .index-page .box4 .tit-box{display: block;margin-bottom: 30px;}
    .index-page .box4 .tit{padding-right: 0;text-align: center;margin-bottom: 20px;}
    .index-page .box4 .tit-box ul{width: 100%;justify-content: center;}
    .index-page .box4 .tit-box li{border-radius: 30px}
    .index-page .box4 .tit-box li:first-child{margin-right: 15px;}
    .index-page .box4 .tit-box li>a{font-size: 14px;height: 45px;line-height: 45px;padding:0 25px;}
    .index-page .box4 .con{display: block;}
    .index-page .box4 .best{width: 100%;padding-right: 0;margin-right: 0;border-right:0;border-bottom: 1px solid #e5e5e5;padding-bottom: 25px;}
    .index-page .box4 .best .img-bg{border-radius: 10px;}
    .index-page .box4 .best>p:nth-of-type(1){line-height: 20px;height: 22px;margin:20px 0 10px;font-size: 12px;}
    .index-page .box4 .best>p:nth-of-type(2){font-size: 16px}
    .index-page .box4 .best>p:nth-of-type(3){font-size: 14px;line-height: 24px;margin:10px 0 15px}
    .index-page .box4 .best>p:nth-of-type(4){font-size: 14px;padding-right: 30px}
    .index-page .box4 .con ul{width:100%;display: block}
    .index-page .box4 .con li{display: block;padding-bottom: 25px;}
    .index-page .box4 .con li>div{width:100%;padding-right:0}
    .index-page .box4 .con li>div>p:nth-of-type(1){line-height: 20px;height: 22px;font-size: 12px;margin:25px 0 10px}
    .index-page .box4 .con li>div>p:nth-of-type(2){font-size: 16px}
    .index-page .box4 .con li>div>p:nth-of-type(3){margin:10px 0 15px}
    .index-page .box4 .con li>p{width:135px;font-size: 14px;padding-right: 30px;background-position: calc(100% - 35px) 0;}

    .index-page .box5{padding:50px 0}
    .index-page .box5 .tit{text-align: center;}
    .index-page .box5 .tit>p:nth-of-type(1){font-size: 25px;line-height: 35px;}
    .index-page .box5 .tit>a{width: 160px;margin:20px auto 0;line-height: 48px;height:50px;font-size: 14px;background-size:10px;padding-left: 40px;text-align: left;}

    .index-page .box6{height: auto;background: none !important;padding:50px 0 20px}
    .index-page .box6 .tit{text-align: center;width: 100%;}
    .index-page .box6 .tit>p:nth-of-type(1){padding:0}
    .index-page .box6 .tit>p:nth-of-type(2){font-size: 16px;line-height: 26px;margin-bottom: 10px;}
    .index-page .box6 ul{width:100%;height: auto;position: static;transform: translateX(0);margin-top: 30px;}
    .index-page .box6 li{position: static;width:100% !important;margin-bottom: 30px;display: flex;justify-content: space-between;align-items: flex-start;}
    .index-page .box6 .img-bg{width:30%}
    .index-page .box6 li>p{display: block;border-radius: 10px;position: static;box-shadow: 0 0 10px rgba(0,0,0,.15);width: calc(70% - 20px);padding:20px}
}

@media (any-hover:hover){
    .index-page .box1 .width>a:hover{border-color: #d70c19;background-color: #d70c19;color: #fff;background-image: url(../images/1-w.png);}

    .index-page .banner .width>a:hover{border-color: #d70c19;background-color: #d70c19;color:#fff;background-image: url(../images/1-w.png);}

    .index-page .box2 .width a:hover{border-color: #d70c19;background-color: #d70c19;color: #fff;background-image: url(../images/1-w.png)}
    .index-page .box2 li:hover>p:nth-of-type(1){color:#d70c19}

    .index-page .box3 .arrow:hover{background-color: #d70c19;background-image: url(../images/arrow1-w.svg);}
    .index-page .box3 .info:hover>p:nth-of-type(1){opacity: .7;}

    .index-page .box4 .tit-box li:hover{background: #d70c19;border-color: #d70c19;}
    .index-page .box4 .tit-box li:hover>a{color:#fff}
    .index-page .box4 .best:hover>p:nth-of-type(1){color:#fff;background: #d70c19;border-color: #d70c19;}
    .index-page .box4 .best:hover>p:nth-of-type(2){color: #d70c19;}
    .index-page .box4 .con li:hover>div>p:nth-of-type(1){color:#fff;background: #d70c19;border-color: #d70c19;}
    .index-page .box4 .con li:hover>div>p:nth-of-type(2){color: #d70c19;}
    
    .index-page .box5 .tit>a:hover{border-color: #d70c19;background-color: #d70c19;}
}

/* 关于 */
.about-page .tit{font-size: 40px;line-height: 50px;color:#000;text-align: center;}

.about-page .box1{position: relative;padding:50px 0 100px}
.about-page .box1::after{content:'';width:100%;height: 100%;position: absolute;top:0;left: 0;background: url(../images/14.png) no-repeat left bottom/34.47%;}
.about-page .box1 .width{display: flex;align-items: center;position:relative;z-index:2}
.about-page .box1 .img-bg{width: 46.87%;border-radius: 20px;}
.about-page .box1 .img{padding-bottom: 75%;}
.about-page .box1 .info{flex:1;padding-left: 80px;}
.about-page .box1 .tit{text-align: left;}
.about-page .box1 .info>p:nth-of-type(2){font-size: 18px;line-height: 28px;color:#666;border-bottom: 1px #eee solid;padding:10px 0 25px;margin-bottom: 20px;}
.about-page .box1 .info>p:nth-of-type(3){font-size: 16px;line-height: 30px;color:#666;max-height: 210px;}
.about-page .box1 .info>a{line-height: 50px;width:160px;border-radius: 30px;text-align: center;color:#fff;background: #d70c19;font-size: 14px;margin-top:20px;transition: .3s;}

.about-page .box2{padding:90px 0 100px}
.about-page .box2 .thumb{margin:40px 0 60px;position: relative;}
.about-page .box2 .thumb .line{width:100%;height:1px;background: #eee;position: absolute;left: 0;top:43px}
.about-page .box2 .thumb .swiper-container{max-width: 1100px;}
.about-page .box2 .thumb .swiper-slide{text-align: center;font-size: 20px;position: relative;padding-bottom: 23px;cursor: pointer;}
.about-page .box2 .thumb .swiper-slide::after{content:'';position: absolute;left: 50%;bottom:2px;width: 7px;height: 7px;background: #ccc;border-radius: 50%;}
.about-page .box2 .thumb .swiper-slide.active{color:#d70c19}
.about-page .box2 .thumb .swiper-slide.active::after{background: #d70c19;width: 11px;height: 11px;bottom:0}
.about-page .box2 .arrow{position: absolute;right: 0;top: 18px;width: 48px;height: 48px;background: #e5e5e5 url(../images/arrow1.svg) no-repeat center center/16px;border-radius: 50%;cursor: pointer;transition: .3s;z-index: 2;}
.about-page .box2 .prev{transform: rotate(180deg);right: auto;left: 0;}
.about-page .box2 .big .swiper-slide{display: flex;align-items: center;}
.about-page .box2 .big .info{padding:0 100px 0 80px;flex:1;transform: translateY(-10px);}
.about-page .box2 .big .info>p:nth-of-type(1){font-size: 100px;color:#d70c19;border-bottom: 1px #ccc solid;padding-bottom: 5px;}
.about-page .box2 .big .info>p:nth-of-type(2){font-size: 24px;line-height:34px;margin:25px 0 20px}
.about-page .box2 .big .info>p:nth-of-type(3){font-size: 16px;line-height:28px;color:#666;max-height:112px}
.about-page .box2 .big .img-bg{width: 46.87%;border-radius: 20px;}
.about-page .box2 .big .img{padding-bottom: 70%;}

.about-page .box3{padding:90px 0 100px}
.about-page .box3 .cate{display: flex;justify-content: center;margin:35px 0 50px}
.about-page .box3 .cate .swiper-slide{width: auto;line-height: 50px;border-radius: 25px;background: #f0f0f0;padding:0 50px;margin-right: 20px;font-size: 16px;color:rgba(0,0,0,.4);cursor: pointer;transition: .3s;}
.about-page .box3 .cate .swiper-slide:last-child{margin-right: 0;}
.about-page .box3 .cate .swiper-slide.active{background: #d70c19;color:#fff}
.about-page .box3 .con{max-width: 1340px;display: none;}
.about-page .box3 .con .swiper-slide{background: #f9f9f9;height: 440px;border-radius: 20px;transform: scale(.85);transition: transform 1s;cursor:pointer}
.about-page .box3 .con .swiper-slide-next{transform: scale(1);}
.about-page .box3 .con .swiper-slide>img{max-width: 85%;max-height: 85%;}
.about-page .box3 .arrow{display: flex;margin-top: 30px;}
.about-page .box3 .arrow>div{width: 48px;height: 48px;border-radius: 50%;background: rgba(0,0,0,.1) url(../images/arrow1.svg) no-repeat center center/16px;cursor: pointer;transition: .3s;}
.about-page .box3 .prev{transform: rotate(180deg);margin-right: 0;margin-left: 30px;}
.about-page .box3 .next{margin-right:30px}
.about-page .box3 .arrow>p{position: relative;flex:1;margin:0 50px;}
.about-page .box3 .arrow>p>span{font-size: 24px;line-height: 34px;text-align: center;display: block;padding:10px 30% 0}
.about-page .box3 .arrow>p::before{content:'';position: absolute;top:25px;left: 0;width: 24%;height: 1px;background: rgba(0,0,0,.1);}
.about-page .box3 .arrow>p::after{content:'';position: absolute;top:25px;right: 0;width: 24%;height: 1px;background: rgba(0,0,0,.1);}
.about-page .box3 .popup{display:none;position: fixed;width:100%;height:100%;background: rgba(0,0,0,.7);top:0;left: 0;z-index: 1000}
.about-page .box3 .popup .img-div{width:80%;height:80%;position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);}
.about-page .box3 .close{width:60px;height:60px;border-radius: 50%;background: #fff url(../images/close.svg) no-repeat center center/20px;position: absolute;top: 5%;right:5%;cursor: pointer;transition:.3s;z-index: 2}

.about-page .box4{padding: 90px 0;}
.about-page .box4 .tit{color:#fff}
.about-page .box4 ul{display: flex;justify-content: center;margin: 45px 0 50px;}
.about-page .box4 li{line-height: 50px;font-size: 16px;padding:0 40px;border-radius: 25px;background: #667c91;color:#fff;margin-right: 30px;cursor: pointer;transition: .3s;}
.about-page .box4 li:last-child{margin-right: 0;}
.about-page .box4 li.active{background: #d70c19;}
.about-page .box4 .con{display:none;}
.about-page .box4 .big{max-width: 1060px;margin:0 auto 70px;}
.about-page .box4 .big .swiper-slide{display: flex;align-items: center;}
.about-page .box4 .big .img{width: 35.84%;padding-bottom:35.84%;height: 0;background: #5c7994;border:1px #fff solid;border-radius: 50%;position: relative;}
.about-page .box4 .big .img>img{position: absolute;top: 45%;left: 50%;transform: translate(-50%,-50%);max-width: 65%;max-height: 65%;}
.about-page .box4 .big .img>p{position: absolute;bottom:15px;left: 50%;transform: translate(-50%,-50%);font-size: 24px;color:#fff;line-height: 34px;}
.about-page .box4 .big .info{flex:1;color:#fff;padding-left: 110px;}
.about-page .box4 .big .info>p:nth-of-type(1){font-size: 30px;line-height: 40px;margin-bottom: 30px;}
.about-page .box4 .big .info>p:nth-of-type(2){font-size: 16px;line-height: 28px;max-height: 140px;}
.about-page .box4 .thumb-box{display: flex;max-width: 1100px;margin:0 auto}
.about-page .box4 .arrow{width: 48px;height: 48px;border-radius: 50%;background: rgba(255,255,255,.4) url(../images/arrow1.svg) no-repeat center center/16px;cursor: pointer;transition: .3s;margin-top: 15px;}
.about-page .box4 .prev{transform: rotate(180deg);}
.about-page .box4 .thumb{margin:0 40px;width: calc(100% - 176px);display: flex;justify-content: center;}
.about-page .box4 .thumb .swiper-slide{margin-right: 86px;position: relative;width: auto;cursor: pointer;}
.about-page .box4 .thumb .swiper-slide:last-child{margin-right: 0;}
.about-page .box4 .thumb .swiper-slide::after{content:'';width: 50px;height: 1px;background: rgba(255,255,255,.3);top: 40px;right: -70px;position: absolute;}
.about-page .box4 .thumb .swiper-slide:last-child::after{display: none;}
.about-page .box4 .thumb .img-div{width: 80px;height: 80px;border:1px solid #fff;margin-bottom: 15px;}
.about-page .box4 .thumb .swiper-slide.active .img-div{border-color:#d70c19}
.about-page .box4 .thumb .img-div>img{max-width: 75%;max-height: 75%;}
.about-page .box4 .thumb .swiper-slide>p{width:80px;font-size: 16px;line-height: 26px;text-align: center;color: #fff;}

@media (max-width:1440px){
    .about-page .tit{font-size: 35px;line-height: 45px;}

    .about-page .box1{padding:50px 0 80px}
    .about-page .box1 .info{padding-left: 60px;}

    .about-page .box2{padding:70px 0 80px}
    .about-page .box2 .big .info{padding:0 60px 0 40px}
    .about-page .box2 .big .info>p:nth-of-type(1){font-size: 80px;}
    .about-page .box2 .big .info>p:nth-of-type(2){font-size: 22px;line-height: 32px;}

    .about-page .box3{padding:70px 0 80px}
    .about-page .box3 .con .swiper-slide{height: 400px;}

    .about-page .box4{padding:70px 0}
    .about-page .box4 ul{margin:35px 0 40px}
    .about-page .box4 .big{margin:0 auto 50px}
    .about-page .box4 .big .info{padding-left: 80px;}
    .about-page .box4 .big .info>p:nth-of-type(1){font-size: 28px;line-height: 38px;margin-bottom: 20px;}
}

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

    .about-page .box1{padding:30px 0 50px}
    .about-page .box1::after{display: none;}
    .about-page .box1 .width{display: block}
    .about-page .box1 .img-bg{width: 100%;border-radius: 10px;margin-bottom: 20px;}
    .about-page .box1 .info{padding-left: 0;}
    .about-page .box1 .info>p:nth-of-type(2){font-size: 16px;line-height: 26px;padding:10px 0 15px;margin-bottom: 20px;}
    .about-page .box1 .info>p:nth-of-type(3){font-size: 14px;line-height: 26px;max-height: 520px;}
    .about-page .box1 .info>a{line-height: 45px;width:120px}

    .about-page .box2{padding:50px 0}
    .about-page .box2 .thumb{margin:30px 0}
    .about-page .box2 .thumb .line{top:46px}
    .about-page .box2 .thumb .swiper-slide{font-size: 16px;padding-bottom: 30px}
    .about-page .box2 .thumb .swiper-slide::after{bottom:1px}
    .about-page .box2 .thumb .swiper-slide.active::after{width: 9px;height: 9px}
    .about-page .box2 .arrow{top: 28px;width: 35px;height: 35px;right:-10px}
    .about-page .box2 .prev{left: -10px;}
    .about-page .box2 .big .swiper-slide{display: block;}
    .about-page .box2 .big .info{padding:0;transform: translateY(0);margin-bottom: 20px;}
    .about-page .box2 .big .info>p:nth-of-type(1){font-size: 50px;text-align: center;}
    .about-page .box2 .big .info>p:nth-of-type(2){font-size: 18px;line-height:28px;margin:15px 0 10px}
    .about-page .box2 .big .info>p:nth-of-type(3){font-size: 14px;line-height:26px;max-height:260px}
    .about-page .box2 .big .img-bg{width: 100%;border-radius: 10px;}

    .about-page .box3{padding:50px 0}
    .about-page .box3 .cate{margin:30px 0}
    .about-page .box3 .cate .swiper-slide{line-height: 45px;padding:0 25px;margin-right: 15px;font-size: 14px;}
    .about-page .box3 .con .swiper-slide{height: 250px;border-radius: 10px;transform: scale(1)}
    .about-page .box3 .arrow{display: flex;margin-top: 20px;}
    .about-page .box3 .arrow>div{width: 35px;height: 35px}
    .about-page .box3 .prev{margin-left: 0;}
    .about-page .box3 .next{margin-right:0}
    .about-page .box3 .arrow>p{margin:0 50px;}
    .about-page .box3 .arrow>p>span{font-size: 16px;line-height: 26px;padding:5px 0 0}
    .about-page .box3 .arrow>p::before{display: none;}
    .about-page .box3 .arrow>p::after{display: none;}
    .about-page .box3 .close{width:40px;height:40px;background-size:16px}

    .about-page .box4{padding: 50px 0;}
    .about-page .box4 ul{margin: 30px 0;}
    .about-page .box4 li{line-height: 45px;font-size: 14px;padding:0 25px;margin-right: 15px}
    .about-page .box4 .big{margin:0 20px 30px;}
    .about-page .box4 .big .swiper-slide{display: block}
    .about-page .box4 .big .img{width: 80%;padding-bottom:80%;margin: 0 auto 20px;}
    .about-page .box4 .big .img>img{top: 40%}
    .about-page .box4 .big .img>p{bottom:10px;font-size: 20px;line-height: 30px;}
    .about-page .box4 .big .info{padding-left: 0;}
    .about-page .box4 .big .info>p:nth-of-type(1){font-size: 20px;line-height: 30px;margin-bottom: 15px;text-align: center}
    .about-page .box4 .big .info>p:nth-of-type(2){font-size: 14px;line-height: 26px;max-height: 260px;}
    .about-page .box4 .thumb-box{margin:0 20px}
    .about-page .box4 .arrow{width: 35px;height: 35px;margin-top: 15px;}
    .about-page .box4 .thumb{margin:0 10px;width: calc(100% - 90px)}
    .about-page .box4 .thumb .swiper-slide{margin-right: 20px}
    .about-page .box4 .thumb .swiper-slide::after{display:none}
    .about-page .box4 .thumb .img-div{width: 70px;height: 70px;margin-bottom: 10px;}
    .about-page .box4 .thumb .swiper-slide>p{width:70px;font-size: 14px;line-height: 24px}
}

@media (any-hover:hover){
    .about-page .box1 .info>a:hover{background: red;}

    .about-page .box2 .arrow:hover{background-color: #d70c19;background-image: url(../images/arrow1-w.svg);}

    .about-page .box3 .arrow>div:hover{background-color: #d70c19;background-image: url(../images/arrow1-w.svg);}

    .about-page .box4 .arrow:hover{background-color: #d70c19;background-image: url(../images/arrow1-w.svg);}
}

/* 产品 */
.goods-page.list{padding:60px 0 100px}
.goods-page.list .swiper-slide{width: 1120px;display: flex;align-items: center;padding: 80px;background: #f7f7f7;border-radius: 10px;height: auto;}
.goods-page.list .swiper-slide>.img-div{width: 40%;height: 200px;}
.goods-page.list .info{flex:1;padding-left: 100px;}
.goods-page.list .info>p:nth-of-type(1){font-size: 36px;line-height: 46px;}
.goods-page.list .info>p:nth-of-type(2){font-size: 16px;line-height: 28px;color:#666;margin:20px 0 35px;max-height: 84px;position: relative;z-index: 2;}
.goods-page.list ul{display: flex;flex-wrap: wrap;margin-bottom: 15px;}
.goods-page.list li{width: 50%;padding-right: 50px;display: flex;align-items: center;margin-bottom: 35px;}
.goods-page.list li .img-div{width: 33px;height: 32px}
.goods-page.list li>p{flex:1;padding-left: 15px;font-size: 18px;line-height: 28px;}
.goods-page.list .info>p:nth-of-type(3){line-height: 46px;height: 48px;border:1px solid #ddd;border-radius: 25px;width: 160px;padding-left: 40px;background: url(../images/1.png) no-repeat 80% center/10px;transition: .3s;}
.goods-page.list .arrow{width: 60px;height: 60px;background: #000 url(../images/arrow1-w.svg) no-repeat center center/20px;border-radius: 50%;position: absolute;top: 50%;transform:translateY(-50%);right: 10%;z-index: 2;cursor: pointer;}
.goods-page.list .prev{transform:translateY(-50%) rotate(180deg);left: 10%;}

.goods-page.detail .play{width:48px;height: 48px;border-radius: 50%;background: #fff url(../images/18.png) no-repeat center center/11px;position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);cursor: pointer;z-index: 2;}
.goods-page.detail .play::after{content:'';position: absolute;width: 48px;height: 48px;border-radius: 50%;background: rgba(255,255,255,.1);top:50%;left:50%;transform:translate(-50%,-50%);animation: goods-page-play 1s infinite;}
@keyframes goods-page-play{
    to{width: 64px;height: 64px;}
}
.goods-page.detail .play-mask{width:100%;height: 100%;background: rgba(0,0,0,.5);position: absolute;top: 0;left: 0;}

.goods-page.detail .box1{padding:70px 0 80px}
.goods-page.detail .box1{display: flex;align-items: center;}
.goods-page.detail .box1 .swiper-container{width: 51.56%;border:1px solid #e5e5e5;border-radius: 10px;}
.goods-page.detail .box1 .img-div{height: 500px;}
.goods-page.detail .box1 .img-div>img{max-width: 70%;max-height: 70%;transform: translateY(-20px);}
.goods-page.detail .box1 .play{top:45%}
.goods-page.detail .box1 video{display:none;position: absolute;top: 0;left: 0;width: 100%;height: 100%;object-fit: cover;z-index: 3;}
.goods-page.detail .box1 .swiper-pagination{bottom:30px}
.goods-page.detail .box1 .swiper-pagination-bullet{width: 10px;height: 10px;}
.goods-page.detail .box1 .swiper-pagination-bullet-active{background: #d70c19;}
.goods-page.detail .box1 .info{flex:1;padding-left: 90px;}
.goods-page.detail .box1 .info>p:nth-of-type(1){font-size: 48px;line-height: 58px;color:#000;border-bottom: 1px #eee solid;padding-bottom: 25px;}
.goods-page.detail .box1 .info>p:nth-of-type(2){font-size: 16px;line-height: 30px;color:#666;max-height: 150px;margin:30px 0 40px}
.goods-page.detail .box1 .info>a{line-height: 55px;width: 160px;text-align: center;background: #d70c19;color:#fff;border-radius: 28px;}

.goods-page.detail .box2{display: flex;justify-content: center;}
.goods-page.detail .box2.fixed{height: 80px;background: #eee;position: fixed;width: 100%;top: 0;left: 0;z-index: 50;}
.goods-page.detail .box2.fixed li{margin-top: 15px;}
.goods-page.detail .box2 li{height: 50px;line-height:50px;border-radius: 25px;background: #f8f8f8;font-size: 16px;padding:0 40px;margin-right: 10px;cursor: pointer;transition: .3s;}
.goods-page.detail .box2 li:last-child{margin-right: 0;}
.goods-page.detail .box2 li.active{background: #d70c19;color:#fff}
.goods-page.detail .box2-space{height: 80px;display: none;}

.goods-page.detail .box3 .tit{font-size: 30px;margin-bottom: 30px;color:#000}
.goods-page.detail .box3 .con{margin-bottom: 70px;}

.goods-page.detail .box3 .con1{padding-top:60px}
.goods-page.detail .box3 .con1 .info{display: flex;align-items: center;}
.goods-page.detail .box3 .con1 .img-div{width: 47.65%;}
.goods-page.detail .box3 .con1 ul{flex:1;padding-right: 100px;}
.goods-page.detail .box3 .con1 li{margin-bottom: 25px;}
.goods-page.detail .box3 .con1 li:last-child{margin-bottom: 0;}
.goods-page.detail .box3 .con1 li>p:nth-of-type(1){font-size: 18px;line-height: 28px;position: relative;padding-left: 25px;margin-bottom: 5px;}
.goods-page.detail .box3 .con1 li>p:nth-of-type(1)::before{content:'';position:absolute;top:10px;left:0;width:8px;height:8px;background:#d70c19}
.goods-page.detail .box3 .con1 li>p:nth-of-type(2){line-height: 22px;color:#666}

.goods-page.detail .box3 .con2 .info{display: flex;align-items: flex-start;justify-content: space-between;}
.goods-page.detail .box3 .con2 ul{width: 180px;}
.goods-page.detail .box3 .con2 li{display: flex;align-items: center;line-height: 60px;background: #f5f5f5;border-radius: 10px;margin-bottom: 15px;padding:0 25px;position: relative;cursor: pointer;}
.goods-page.detail .box3 .con2 li:last-child{margin-bottom: 0;}
.goods-page.detail .box3 .con2 li .img-div{width: 28px;height: 27px;margin-right: 15px;}
.goods-page.detail .box3 .con2 li>p{font-size: 16px;}
.goods-page.detail .box3 .con2 li.active{background: #d70c19;}
.goods-page.detail .box3 .con2 li.active>p{color:#fff}
.goods-page.detail .box3 .con2 li.active::after{content:'';position: absolute;top:25px;right:-5px;width:10px;height:10px;transform: rotate(45deg);background: #d70c19;}
.goods-page.detail .box3 .con2 .content-box{width:calc(100% - 230px);display: none;background: #f7f7f7;border-radius: 10px;}
.goods-page.detail .box3 .con2 .content{padding:50px 50px 60px 60px;}
.goods-page.detail .box3 .con2 .msg{display: flex;align-items: center;}
.goods-page.detail .box3 .con2 .content .txt{flex:1;padding-right:80px}
.goods-page.detail .box3 .con2 .content .txt>p:nth-of-type(1){font-size: 24px;line-height: 34px;}
.goods-page.detail .box3 .con2 .content .txt>p:nth-of-type(2){font-size: 16px;line-height: 26px;color: #666;margin:10px 0 35px}
.goods-page.detail .box3 .con2 .content .items{display: flex;flex-wrap: wrap;}
.goods-page.detail .box3 .con2 .content .item{width: calc(25% - 30px);margin-right: 40px;margin-bottom: 40px;}
.goods-page.detail .box3 .con2 .content .item:nth-child(4n){margin-right: 0;}
.goods-page.detail .box3 .con2 .content .item>.img-div{height: 82px;margin-bottom: 10px;}
.goods-page.detail .box3 .con2 .content .item>p{line-height: 24px;text-align: center;}
.goods-page.detail .box3 .con2 .has-tab .txt>p:nth-of-type(2){font-size: 14px;max-height: 78px;margin:10px 0 25px}
.goods-page.detail .box3 .con2 .has-tab .items .item{width: calc(50% - 15px);margin-right: 30px;margin-bottom: 10px;}
.goods-page.detail .box3 .con2 .has-tab .items .item:nth-child(2n){margin-right: 0;}
.goods-page.detail .box3 .con2 .has-tab .items .item>p{line-height: 20px;font-size: 12px;text-align: left;position: relative;padding-left: 15px;color: #666;}
.goods-page.detail .box3 .con2 .has-tab .items .item>p::before{content:'';width: 5px;height: 5px;border-radius: 50%;background: #d70c19;position: absolute;top: 8px;left: 0;}
.goods-page.detail .box3 .con2 .content .img-bg{width: 44.68%;border-radius: 20px;position: relative;}
.goods-page.detail .box3 .con2 .content .img{padding-bottom: 100%;border-radius: 20px;}
.goods-page.detail .box3 .con2 .content .img-bg>video{display:none;position: absolute;top: 0;left: 0;width: 100%;height: 100%;object-fit: cover;z-index: 3;}
.goods-page.detail .box3 .con2 .swiper-container{width:100%;border-bottom: 1px #ddd solid;margin-bottom: 30px;}
.goods-page.detail .box3 .con2 .swiper-slide{width:auto;display: flex;align-items: center;opacity: .5;padding-bottom: 25px;position: relative;cursor: pointer;}
.goods-page.detail .box3 .con2 .swiper-slide>.img-div{width: 28px;height: 27px;margin-right: 10px;}
.goods-page.detail .box3 .con2 .swiper-slide.active{opacity: 1;}
.goods-page.detail .box3 .con2 .swiper-slide.active::after{content:'';position: absolute;bottom:0;left: 0;width: 100%;height: 2px;background: #d70c19;}

.goods-page.detail .box3 .con3{margin-bottom: 40px;}
.goods-page.detail .box3 .con3 .tit-box{display: flex;align-items: center;}
.goods-page.detail .box3 .con3 .tit{width: 50%;padding-right: 50px;}
.goods-page.detail .box3 .con3 .tit-box ul{flex:1;display: flex;justify-content: flex-end;margin-bottom: 20px}
.goods-page.detail .box3 .con3 .tit-box li{line-height: 40px;border-radius: 20px;background: #f8f8f8;padding:0 30px;margin-left: 20px;cursor: pointer;transition: .3s;}
.goods-page.detail .box3 .con3 .tit-box li.active{background: #d70c19;color:#fff}
.goods-page.detail .box3 .con3 .info{display: none;}
.goods-page.detail .box3 .con3 .info ul{display: flex;flex-wrap: wrap;}
.goods-page.detail .box3 .con3 .info li{width: calc(25% - 21px);margin-right: 28px;margin-bottom: 30px;cursor: pointer;transition: .3s;position: relative;}
.goods-page.detail .box3 .con3 .info li:nth-child(4n){margin-right: 0;}
.goods-page.detail .box3 .con3 .info1 li .img-div{height: 200px;padding:10px;border:1px solid #e5e5e5;border-radius: 10px;margin-bottom: 20px;}
.goods-page.detail .box3 .con3 .info1 li>p{text-align: center;font-size: 18px;line-height: 28px;}
.goods-page.detail .box3 .con3 .info2 .img-bg{border-radius: 10px;margin-bottom: 20px;height: 200px;position: relative;}
.goods-page.detail .box3 .con3 .info2 .img{height: 100%;}
.goods-page.detail .box3 .con3 .info2 li>p{text-align: center;font-size: 18px;line-height: 28px;}
.goods-page.detail .box3 .con3 .popup{display:none;position: fixed;width:100%;height:100%;background: rgba(0,0,0,.7);top:0;left: 0;z-index: 1000;}
.goods-page.detail .box3 .con3 .swiper-container{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);height:80%;width:1000px}
.goods-page.detail .box3 .con3 .swiper-slide{display: flex;justify-content: center;align-items: center;}
.goods-page.detail .box3 .con3 .arrow{width:60px;height:60px;border-radius: 50%;background: #fff url(../images/arrow1.svg) no-repeat center center/20px;position: absolute;top: 50%;right:5%;transform: translateY(-50%);cursor: pointer;transition:.3s;z-index: 2;}
.goods-page.detail .box3 .con3 .prev{right:auto;left:5%;transform: translateY(-50%) rotate(180deg);}
.goods-page.detail .box3 .con3 .close{width:60px;height:60px;border-radius: 50%;background: #fff url(../images/close.svg) no-repeat center center/20px;position: absolute;top: 5%;right:5%;cursor: pointer;transition:.3s;z-index: 2}

.goods-page.detail .box3 .con4 ul{display: flex;flex-wrap: wrap;}
.goods-page.detail .box3 .con4 li{width: calc(100% / 3 - 26px);margin-right: 39px;margin-bottom: 40px;border:1px solid #e5e5e5;border-radius: 10px;position: relative;}
.goods-page.detail .box3 .con4 li:nth-child(3n){margin-right: 0;}
.goods-page.detail .box3 .con4 .info{padding:50px 50px 70px;position: relative;z-index: 2;}
.goods-page.detail .box3 .con4 .img-div{width: 42px;height: 43px;}
.goods-page.detail .box3 .con4 .info>p:nth-of-type(1){font-size: 24px;line-height: 34px;color: #000;margin:20px 0}
.goods-page.detail .box3 .con4 .info>p:nth-of-type(2){font-size: 16px;line-height: 28px;color: #666;}
.goods-page.detail .box3 .con4 .mask{opacity: 0;;position: absolute;top: 0;left: 0;width: 100%;height: 100%;border-radius: 10px;transition: .3s;}
.goods-page.detail .box3 .con4 .mask::after{content:'';width: 100%;height: 100%;background: rgba(0,0,0,.7);position: absolute;top: 0;left: 0;border-radius: 10px;}
.goods-page.detail .box3 .con4>a{margin:0 auto;line-height: 50px;width: 180px;background: #d70c19 url(../images/1-w.png) no-repeat 75% center/9px;color: #fff;padding-left: 50px;font-size: 16px;border-radius: 25px;transition: .3s;}

.goods-page.detail .box3 .con5 .swiper-container{border-radius: 10px;}
.goods-page.detail .box3 .con5 .swiper-slide{height: 420px;}
.goods-page.detail .box3 .con5 .img-bg{width: 46.87%;height:100%;border-radius: 0 10px 10px 0;position: absolute;right:0;top:0}
.goods-page.detail .box3 .con5 .img{height:100%;}
.goods-page.detail .box3 .con5 .info{width: 53.13%;height:100%;border-radius: 10px 0 0 10px;background: #f7f7f7;display: flex;flex-direction: column;justify-content: center;padding:0 11% 0 8%;position: relative;}
.goods-page.detail .box3 .con5 .info>p:nth-of-type(1){color:#666}
.goods-page.detail .box3 .con5 .info>p:nth-of-type(2){font-size: 24px;margin:5px 0 20px}
.goods-page.detail .box3 .con5 .info>p:nth-of-type(3){font-size: 16px;line-height: 30px;color: #666;margin-bottom: 30px;}
.goods-page.detail .box3 .con5 .info>p:nth-of-type(4){line-height: 46px;height: 48px;width: 160px;border:1px solid #ddd;border-radius: 25px;padding-left: 40px;background: url(../images/1.png) no-repeat 75% center/9px;transition: .3s;}
.goods-page.detail .box3 .con5 .arrow{display: flex;position: absolute;bottom: 0;z-index: 2;width: 100%;}
.goods-page.detail .box3 .con5 .prev{width: 53.13%;display: flex;justify-content: flex-end;}
.goods-page.detail .box3 .con5 .next{width: 46.87%;}
.goods-page.detail .box3 .con5 .arrow p{width: 50px;height: 50px;cursor: pointer;transition: .3s;}
.goods-page.detail .box3 .con5 .prev>p{background: #fff url(../images/arrow1.svg) no-repeat center center/18px;transform: rotate(180deg);border-radius:0 0 5px 0;}
.goods-page.detail .box3 .con5 .next>p{border-radius: 0 5px 0 0;background: #d70c19 url(../images/arrow1-w.svg) no-repeat center center/18px}

.goods-page.detail .box3 .con6{margin-bottom: 30px;}
.goods-page.detail .box3 .con6 ul{display: flex;flex-wrap: wrap;}
.goods-page.detail .box3 .con6 li{width: calc(50% - 30px);display: flex;align-items: center;margin-bottom: 50px;}
.goods-page.detail .box3 .con6 li:nth-child(2n+1){margin-right: 60px;}
.goods-page.detail .box3 .con6 .img-bg{width: 43.54%;border-radius: 10px;}
.goods-page.detail .box3 .con6 .img{padding-bottom: 66.66%;}
.goods-page.detail .box3 .con6 .info{width:56.46%;padding-left: 30px;position: relative;}
.goods-page.detail .box3 .con6 .info>p:nth-of-type(1){height: 26px;line-height: 24px;border:1px solid #e5e5e5;padding:0 15px;display: inline-block;border-radius: 2px;transition: .3s;}
.goods-page.detail .box3 .con6 .info>p:nth-of-type(2){font-size: 18px;margin:15px 0}
.goods-page.detail .box3 .con6 .info>p:nth-of-type(3){color:#666;margin-bottom: 30px;}
.goods-page.detail .box3 .con6 .info>p:nth-of-type(4){color:#000;font-size: 16px;padding-right: 35px;background: url(../images/arrow1.svg) no-repeat right 2px/20px;opacity: .5;display: inline-block;}

.goods-page.detail .box3 .con7 .info{display: flex;align-items: flex-start;justify-content: space-between;}
.goods-page.detail .box3 .con7 ul{width: 180px;}
.goods-page.detail .box3 .con7 li{display: flex;align-items: center;line-height: 60px;background: #f5f5f5;border-radius: 10px;margin-bottom: 15px;padding:0 25px;position: relative;cursor: pointer;}
.goods-page.detail .box3 .con7 li:last-child{margin-bottom: 0;}
.goods-page.detail .box3 .con7 li .img-div{width: 28px;height: 27px;margin-right: 15px;}
.goods-page.detail .box3 .con7 li>p{font-size: 16px;}
.goods-page.detail .box3 .con7 li.active{background: #d70c19;}
.goods-page.detail .box3 .con7 li.active>p{color:#fff}
.goods-page.detail .box3 .con7 li.active::after{content:'';position: absolute;top:25px;right:-5px;width:10px;height:10px;transform: rotate(45deg);background: #d70c19;}
.goods-page.detail .box3 .con7 .content-box{width:calc(100% - 230px);display: none;background: #f7f7f7;border-radius: 10px;}
.goods-page.detail .box3 .con7 .content{padding:50px 50px 60px 60px;}
.goods-page.detail .box3 .con7 .msg{display: flex;align-items: center;}
.goods-page.detail .box3 .con7 .content .txt{flex:1;padding-right:80px}
.goods-page.detail .box3 .con7 .content .txt>p:nth-of-type(1){font-size: 24px;line-height: 34px;}
.goods-page.detail .box3 .con7 .content .txt>p:nth-of-type(2){line-height: 24px;max-height: 78px;color: #666;margin:10px 0 25px;}
.goods-page.detail .box3 .con7 .content .item{display: flex;flex-wrap: wrap;}
.goods-page.detail .box3 .con7 .content .item>p{width: calc(50% - 15px);margin-right: 30px;margin-bottom: 10px;line-height: 20px;font-size: 12px;position: relative;padding-left: 15px;}
.goods-page.detail .box3 .con7 .content .item>p:nth-child(2n){margin-right: 0;}
.goods-page.detail .box3 .con7 .content .item>p::before{content:'';width: 5px;height: 5px;border-radius: 50%;background: #d70c19;position: absolute;top: 8px;left: 0;}
.goods-page.detail .box3 .con7 .content .img-bg{width: 44.68%;border-radius: 20px;position: relative;}
.goods-page.detail .box3 .con7 .content .img{padding-bottom: 100%;border-radius: 20px;}
.goods-page.detail .box3 .con7 .content .img-bg>video{display:none;position: absolute;top: 0;left: 0;width: 100%;height: 100%;object-fit: cover;z-index: 3;}
.goods-page.detail .box3 .con7 .swiper-container{width:100%;border-bottom: 1px #ddd solid;margin-bottom: 30px;}
.goods-page.detail .box3 .con7 .swiper-slide{width:auto;display: flex;align-items: center;opacity: .5;padding-bottom: 25px;position: relative;cursor: pointer;}
.goods-page.detail .box3 .con7 .swiper-slide>.img-div{width: 28px;height: 27px;margin-right: 10px;}
.goods-page.detail .box3 .con7 .swiper-slide.active{opacity: 1;}
.goods-page.detail .box3 .con7 .swiper-slide.active::after{content:'';position: absolute;bottom:0;left: 0;width: 100%;height: 2px;background: #d70c19;}

.goods-page.download{padding: 50px 0 80px;}
.goods-page.download li{border:1px solid #e5e5e5;border-radius: 5px;display: flex;font-size: 16px;padding: 35px 60px;position: relative;margin-bottom: 20px;}
.goods-page.download li>p:nth-of-type(1){line-height:26px;background: url(../images/19.png) no-repeat left top/21px;padding-left: 40px;width: calc(100% - 70px);padding-right: 50px;}
.goods-page.download li>p:nth-of-type(2){line-height:26px;width: 70px;background: url(../images/20.png) no-repeat left 5px/23px;padding-left: 35px;color: #999;}
.goods-page.download .page{padding-top: 30px;}

@media (max-width:1440px){
    .goods-page.list{padding:50px 0 80px}
    .goods-page.list .swiper-slide{width:900px;padding:60px}
    .goods-page.list .info{padding-left: 60px;}
    .goods-page.list .info>p:nth-of-type(1){font-size: 32px;line-height: 42px;}
    .goods-page.list .info>p:nth-of-type(2){margin:15px 0 25px}
    .goods-page.list li{margin-bottom: 25px;padding-right: 30px;}
    .goods-page.list li .img-div{width: 28px;height: 27px;}
    .goods-page.list li>p{font-size: 16px;line-height: 26px;}
    .goods-page.list .arrow{width: 50px;height: 50px;}

    .goods-page.detail .box1{padding:50px 0 60px}
    .goods-page.detail .box1 .img-div{height: 400px;}
    .goods-page.detail .box1 .info{padding-left: 60px;}
    .goods-page.detail .box1 .info>p:nth-of-type(1){font-size: 38px;line-height: 48px;padding-bottom: 20px;}
    .goods-page.detail .box1 .info>p:nth-of-type(2){margin:20px 0 30px}
    .goods-page.detail .box1 .info>a{width:140px;line-height: 50px;}

    .goods-page.detail .box2 li{line-height: 45px;height: 45px;font-size: 14px;}
    .goods-page.detail .box2.fixed{height: 70px;}

    .goods-page.detail .box3 .tit{font-size: 28px;margin-bottom: 25px;}
    .goods-page.detail .box3 .con{margin-bottom: 50px;}
    .goods-page.detail .box3 .con1{padding-top: 50px;}
    .goods-page.detail .box3 .con1 ul{padding-right:60px}
    .goods-page.detail .box3 .con2 .content{padding:40px 40px 50px 50px}
    .goods-page.detail .box3 .con2 .content .txt{padding-right:50px}
    .goods-page.detail .box3 .con2 .content .txt>p:nth-of-type(1){font-size: 22px;line-height: 32px;}
    .goods-page.detail .box3 .con2 .content .item{margin-right:30px;width:calc(25% - 20px);margin-bottom: 30px;}
    .goods-page.detail .box3 .con2 .content .item>.img-div{height: 75px;}
    .goods-page.detail .box3 .con2 .has-tab .items .item{width: calc(50% - 10px);margin-right: 20px;}
    .goods-page.detail .box3 .con3 .info1 li>p{font-size: 16px;line-height: 26px;}
    .goods-page.detail .box3 .con3 .info2 li>p{font-size: 16px;line-height: 26px;}
    .goods-page.detail .box3 .con3 .arrow{width:50px;height:50px}
    .goods-page.detail .box3 .con3 .close{width:50px;height:50px}
    .goods-page.detail .box3 .con4 .info{padding:40px 40px 50px}
    .goods-page.detail .box3 .con4 .img-div{width:37px;height: 38px;}
    .goods-page.detail .box3 .con4 .info>p:nth-of-type(1){font-size: 22px;line-height: 32px;margin:15px 0}
    .goods-page.detail .box3 .con5 .info{padding:0 5%}
    .goods-page.detail .box3 .con6 li{width:calc(50% - 20px);margin-bottom: 40px;}
    .goods-page.detail .box3 .con6 li:nth-child(2n+1){margin-right:40px}
    .goods-page.detail .box3 .con6 .info>p:nth-of-type(2){font-size: 16px;margin:10px 0}
    .goods-page.detail .box3 .con6 .info>p:nth-of-type(3){margin-bottom: 20px;}
    con2 .content{padding:40px 40px 50px 50px}
    .goods-page.detail .box3 .con7 .content .txt{padding-right:50px}
    .goods-page.detail .box3 .con7 .content .txt>p:nth-of-type(1){font-size: 22px;line-height: 32px;}
    .goods-page.detail .box3 .con7 .content .item>p{width: calc(50% - 10px);margin-right: 20px;margin-bottom: 30px;}

    .goods-page.download{padding:50px 0 60px}
    .goods-page.download li{padding:28px 40px}
}

@media (max-width:1279px){
    .goods-page.list{padding:30px 0 50px}
    .goods-page.list .swiper-container{width: calc(100% - 40px);margin:0 auto;border-radius: 10px;}
    .goods-page.list .swiper-slide{width: 100%;display: block;padding: 10px 25px 50px}
    .goods-page.list .swiper-slide>.img-div{width: 80%;margin:0 auto 10px}
    .goods-page.list .info{padding-left: 0;}
    .goods-page.list .info>p:nth-of-type(1){font-size: 20px;line-height: 30px;text-align: center;}
    .goods-page.list .info>p:nth-of-type(2){font-size: 14px;line-height: 26px;margin:10px 0 20px;max-height: 260px;}
    .goods-page.list ul{margin-bottom: 10px;}
    .goods-page.list li{padding-right: 0;margin-bottom: 20px;width: calc(50% - 10px)}
    .goods-page.list li:nth-child(2n+1){margin-right: 20px;}
    .goods-page.list li .img-div{width: 23px;height: 22px}
    .goods-page.list li>p{padding-left: 10px;font-size: 14px;line-height: 24px;}
    .goods-page.list .info>p:nth-of-type(3){line-height: 40px;height: 42px;width: 140px;padding-left: 30px;margin:0 auto}
    .goods-page.list .arrow{display: none;}
    .goods-page.list .swiper-pagination-bullet-active{background: #d70c19;}

    .goods-page.detail .play{width:40px;height: 40px;background: #fff url(../images/18.png) no-repeat center center/11px}
    .goods-page.detail .play::after{width: 40px;height: 40px}
    @keyframes goods-page-play{
        to{width: 50px;height: 50px;}
    }

    .goods-page.detail .box1{padding:30px 0}
    .goods-page.detail .box1{display: block}
    .goods-page.detail .box1 .swiper-container{width: 100%;margin-bottom: 20px;}
    .goods-page.detail .box1 .img-div{height: 250px;}
    .goods-page.detail .box1 .swiper-pagination{bottom:10px}
    .goods-page.detail .box1 .swiper-pagination-bullet{width: 8px;height: 8px;}
    .goods-page.detail .box1 .info{padding-left: 0;}
    .goods-page.detail .box1 .info>p:nth-of-type(1){font-size: 22px;line-height: 32px;padding-bottom: 15px;text-align: center;}
    .goods-page.detail .box1 .info>p:nth-of-type(2){font-size: 14px;line-height: 26px;max-height: 260px;margin:15px 0 20px}
    .goods-page.detail .box1 .info>a{line-height: 45px;width: 120px;margin:0 auto}

    .goods-page.detail .box2{justify-content: flex-start;white-space: nowrap;overflow-x: auto;}
    .goods-page.detail .box2.fixed{height: 70px;padding:0 20px}
    .goods-page.detail .box2 li{height: 40px;line-height:40px;font-size: 14px;padding:0 20px}
    .goods-page.detail .box2-space{height: 70px}

    .goods-page.detail .box3 .tit{font-size: 22px;margin-bottom: 20px;text-align: center;}
    .goods-page.detail .box3 .con{margin-bottom: 50px;}

    .goods-page.detail .box3 .con1{padding-top:30px}
    .goods-page.detail .box3 .con1 .info{display: block}
    .goods-page.detail .box3 .con1 .img-div{width: 100%;}
    .goods-page.detail .box3 .con1 ul{padding-right: 0;margin-bottom: 20px;}
    .goods-page.detail .box3 .con1 li{margin-bottom: 20px;}
    .goods-page.detail .box3 .con1 li>p:nth-of-type(1){font-size: 16px;line-height: 26px;padding-left: 20px}
    .goods-page.detail .box3 .con1 li>p:nth-of-type(1)::before{top:9px}

    .goods-page.detail .box3 .con2 .info{display: block}
    .goods-page.detail .box3 .con2 ul{width: 100%;white-space: nowrap;overflow-x: auto;display: flex;margin-bottom: 20px;}
    .goods-page.detail .box3 .con2 li{line-height: 45px;margin-bottom: 0;margin-right:10px;padding:0 20px}
    .goods-page.detail .box3 .con2 li:last-child{margin-right: 0;}
    .goods-page.detail .box3 .con2 li .img-div{width: 20px;height: 19px;margin-right: 10px;}
    .goods-page.detail .box3 .con2 li>p{font-size: 14px;}
    .goods-page.detail .box3 .con2 li.active::after{display: none;}
    .goods-page.detail .box3 .con2 .content-box{width:100%}
    .goods-page.detail .box3 .con2 .content{padding:30px 25px}
    .goods-page.detail .box3 .con2 .msg{display: block}
    .goods-page.detail .box3 .con2 .content .txt{padding-right:0;margin-bottom: 20px;}
    .goods-page.detail .box3 .con2 .content .txt>p:nth-of-type(1){font-size: 20px;line-height: 30px;text-align: center;}
    .goods-page.detail .box3 .con2 .content .txt>p:nth-of-type(2){font-size: 14px;line-height: 24px;margin:5px 0 20px}
    .goods-page.detail .box3 .con2 .content .item{width: calc(100% / 3 - 6px);margin-right: 9px;margin-bottom: 10px;}
    .goods-page.detail .box3 .con2 .content .item:nth-child(4n){margin-right: 9px;}
    .goods-page.detail .box3 .con2 .content .item:nth-child(3n){margin-right: 0;}
    .goods-page.detail .box3 .con2 .content .item>.img-div{height: 70px;}
    .goods-page.detail .box3 .con2 .has-tab .txt>p:nth-of-type(2){font-size: 14px;max-height: 78px;margin:10px 0 25px}
    .goods-page.detail .box3 .con2 .has-tab .items .item{width: 100%;margin-right: 0;}
    .goods-page.detail .box3 .con2 .content .img-bg{width: 100%;border-radius: 10px}
    .goods-page.detail .box3 .con2 .content .img{border-radius: 10px;}
    .goods-page.detail .box3 .con2 .swiper-container{margin-bottom: 20px;}
    .goods-page.detail .box3 .con2 .swiper-slide{padding-bottom: 15px}
    .goods-page.detail .box3 .con2 .swiper-slide>.img-div{width: 23px;height: 22px}

    .goods-page.detail .box3 .con3{margin-bottom: 30px;}
    .goods-page.detail .box3 .con3 .tit-box{display: block}
    .goods-page.detail .box3 .con3 .tit{width: 100%;padding-right: 0;}
    .goods-page.detail .box3 .con3 .tit-box ul{justify-content: center;margin-bottom: 30px}
    .goods-page.detail .box3 .con3 .tit-box li{padding:0 20px;margin-left: 15px}
    .goods-page.detail .box3 .con3 .tit-box li:first-child{margin-left: 0}
    .goods-page.detail .box3 .con3 .info li{width: calc(50% - 5px);margin-right: 10px;margin-bottom: 20px}
    .goods-page.detail .box3 .con3 .info li:nth-child(2n){margin-right: 0;}
    .goods-page.detail .box3 .con3 .info1 li .img-div{height: 120px;margin-bottom: 10px;}
    .goods-page.detail .box3 .con3 .info1 li>p{font-size: 14px;line-height: 24px;}
    .goods-page.detail .box3 .con3 .info2 .img-bg{margin-bottom: 10px;height: 120px}
    .goods-page.detail .box3 .con3 .info2 li>p{font-size: 14px;line-height: 24px;}
    .goods-page.detail .box3 .con3 .swiper-container{width:calc(100% - 40px)}
    .goods-page.detail .box3 .con3 .arrow{display: none;}
    .goods-page.detail .box3 .con3 .close{width:40px;height:40px}
    .goods-page.detail .box3 .con3 .swiper-pagination{width:100%;bottom:30px;}
    .goods-page.detail .box3 .con3 .swiper-pagination-bullet{margin:0 5px;background: #fff;}
    .goods-page.detail .box3 .con3 .swiper-pagination-bullet-active{background: #d70c19;}

    .goods-page.detail .box3 .con4 ul{display: block;margin-top:30px}
    .goods-page.detail .box3 .con4 li{width: 100%;margin-right: 0;margin-bottom: 30px}
    .goods-page.detail .box3 .con4 .info{padding:30px 25px}
    .goods-page.detail .box3 .con4 .img-div{width: 32px;height: 33px;}
    .goods-page.detail .box3 .con4 .info>p:nth-of-type(1){font-size: 20px;line-height: 30px;margin:15px 0 10px}
    .goods-page.detail .box3 .con4 .info>p:nth-of-type(2){font-size: 14px;line-height: 24px}
    .goods-page.detail .box3 .con4>a{line-height: 45px;width: 150px;padding-left: 35px;font-size: 14px}

    .goods-page.detail .box3 .con5 .swiper-slide{height: auto;}
    .goods-page.detail .box3 .con5 .img-bg{width: 100%;height:auto;border-radius: 10px 10px 0 0;position: static}
    .goods-page.detail .box3 .con5 .img{height:auto;padding-bottom: 63.76%;}
    .goods-page.detail .box3 .con5 .info{width: 100%;height:auto;border-radius: 0 0 10px 10px;display: block;padding:30px 25px 50px}
    .goods-page.detail .box3 .con5 .info>p:nth-of-type(2){font-size: 18px;margin:5px 0 10px}
    .goods-page.detail .box3 .con5 .info>p:nth-of-type(3){font-size: 14px;line-height: 24px;margin-bottom: 20px;}
    .goods-page.detail .box3 .con5 .info>p:nth-of-type(4){width: 140px;padding-left: 30px;}
    .goods-page.detail .box3 .con5 .arrow{display: none}
    .goods-page.detail .box3 .con5 .swiper-pagination-bullet-active{background: #d70c19;}

    .goods-page.detail .box3 .con6{margin-bottom: 20px;}
    .goods-page.detail .box3 .con6 ul{display: block;margin-top: 30px;}
    .goods-page.detail .box3 .con6 li{width: 100%;display: block;margin-bottom: 0;}
    .goods-page.detail .box3 .con6 li:nth-child(2n+1){margin-right: 0;}
    .goods-page.detail .box3 .con6 .img-bg{width: 100%}
    .goods-page.detail .box3 .con6 .info{width:100%;padding: 30px 0}
    .goods-page.detail .box3 .con6 .info>p:nth-of-type(2){font-size: 16px;margin:15px 0 10px}
    .goods-page.detail .box3 .con6 .info>p:nth-of-type(3){margin-bottom: 20px;}
    .goods-page.detail .box3 .con6 .info>p:nth-of-type(4){font-size: 14px;background-size:16px;background-position: right 0;}

    .goods-page.detail .box3 .con7 .info{display: block}
    .goods-page.detail .box3 .con7 ul{width: 100%;white-space: nowrap;overflow-x: auto;display: flex;margin-bottom: 20px;}
    .goods-page.detail .box3 .con7 li{line-height: 45px;margin-bottom: 0;margin-right:10px;padding:0 20px}
    .goods-page.detail .box3 .con7 li:last-child{margin-right: 0;}
    .goods-page.detail .box3 .con7 li .img-div{width: 20px;height: 19px;margin-right: 10px;}
    .goods-page.detail .box3 .con7 li>p{font-size: 14px;}
    .goods-page.detail .box3 .con7 li.active::after{display: none;}
    .goods-page.detail .box3 .con7 .content-box{width:100%}
    .goods-page.detail .box3 .con7 .content{padding:30px 25px}
    .goods-page.detail .box3 .con7 .msg{display: block}
    .goods-page.detail .box3 .con7 .content .txt{padding-right:0;margin-bottom: 20px;}
    .goods-page.detail .box3 .con7 .content .txt>p:nth-of-type(1){font-size: 20px;line-height: 30px;text-align: center;}
    .goods-page.detail .box3 .con7 .content .txt>p:nth-of-type(2){font-size: 14px;line-height: 24px;margin:10px 0 25px;max-height: 240px;}
    .goods-page.detail .box3 .con7 .content .item>p{width: 100%;margin-right: 0;margin-bottom: 10px;}
    .goods-page.detail .box3 .con7 .content .img-bg{width: 100%;border-radius: 10px}
    .goods-page.detail .box3 .con7 .content .img{border-radius: 10px;}
    .goods-page.detail .box3 .con7 .swiper-container{margin-bottom: 20px;}
    .goods-page.detail .box3 .con7 .swiper-slide{padding-bottom: 15px}
    .goods-page.detail .box3 .con7 .swiper-slide>.img-div{width: 23px;height: 22px}

    .goods-page.download{padding: 30px 0;}
    .goods-page.download li{font-size: 14px;padding: 18px 25px;margin-bottom: 20px;}
    .goods-page.download li>p:nth-of-type(1){line-height:24px;background-size:18px;padding-left: 30px;width: calc(100% - 55px);padding-right: 30px;}
    .goods-page.download li>p:nth-of-type(2){line-height:24px;width: 55px;background-size:18px;padding-left: 25px;}
    .goods-page.download .page{padding-top: 10px;}
}

@media (any-hover:hover){
    .goods-page.list .swiper-slide:hover .info>p:nth-of-type(3){background-color: #d70c19;background-image: url(../images/1-w.png);border-color:#d70c19;color:#fff}
    .goods-page.list .arrow:hover{background-color: #d70c19;}

    .goods-page.detail .box1 .info>a:hover{background: red;}

    .goods-page.detail .box3 .con3 .info li:hover{transform: translateY(-5px);}
    .goods-page.detail .box3 .con3 .arrow:hover{background-color: #d70c19;background-image: url(../images/arrow1-w.svg);}
    .goods-page.detail .box3 .con3 .close:hover{background-color: #d70c19;background-image: url(../images/close-w.svg);}

    .goods-page.detail .box3 .con4 li:hover .info>p:nth-of-type(1){color: #fff;}
    .goods-page.detail .box3 .con4 li:hover .info>p:nth-of-type(2){color: #fff;}
    .goods-page.detail .box3 .con4 li:hover .mask{opacity: 1;}
    .goods-page.detail .box3 .con4>a:hover{background-color: red;}

    .goods-page.detail .box3 .con5 .swiper-slide:hover .info>p:nth-of-type(2){color:#d70c19}
    .goods-page.detail .box3 .con5 .swiper-slide:hover .info>p:nth-of-type(4){background-color: #d70c19;color: #fff;background-image: url(../images/1-w.png);border-color: #d70c19;}
    .goods-page.detail .box3 .con5 .prev>p:hover{background-color: #d70c19;background-image: url(../images/arrow1-w.svg);}
    .goods-page.detail .box3 .con5 .next>p:hover{background-color: red}

    .goods-page.detail .box3 .con6 .info:hover>p:nth-of-type(1){border-color: #d70c19;background: #d70c19;color: #fff;}
    .goods-page.detail .box3 .con6 .info:hover>p:nth-of-type(2){color:#d70c19}

    .goods-page.download li:hover>p:nth-of-type(1){background-image: url(../images/19-m.png);color:#d70c19}
    .goods-page.download li:hover>p:nth-of-type(2){background-image: url(../images/20-m.png);color:#d70c19}
}

/* 案例 */
.cases-page.list{padding: 50px 0 60px;}
.cases-page.list .head{border-radius: 20px;margin-bottom: 60px;}
.cases-page.list .head .img-bg{border-radius: 20px;}
.cases-page.list .head .img{padding-bottom: 42.96%;}
.cases-page.list .head .info{position: absolute;width: 100%;padding:10% 200px 50px 50px;background: linear-gradient(to bottom,transparent 10%,rgba(0,0,0,.8) 90%);left: 0;bottom: 0;border-radius: 0 0 20px 20px;color:#fff;transition: .3s;}
.cases-page.list .head .info>p:nth-of-type(1){font-size: 26px;margin-bottom: 10px;}
.cases-page.list .head .info>p:nth-of-type(2){font-size: 16px;opacity: .8;}
.cases-page.list .head .arrow{width: 40px;height: 40px;border-radius: 50%;border:1px solid rgba(255,255,255,.4);position: absolute;bottom:40px;right: 50px;background: url(../images/arrow1-w.svg) no-repeat center center/16px;z-index: 2;cursor: pointer;transition: .3s;}

.cases-page.list ul{display: flex;flex-wrap: wrap;}
.cases-page.list li{width: calc(100% / 3 - 26px);margin-right: 39px;margin-bottom: 40px;position: relative;}
.cases-page.list li:nth-child(3n){margin-right: 0;}
.cases-page.list li .img-bg{border-radius: 20px;}
.cases-page.list li .img{padding-bottom: 65%;}
.cases-page.list li .info{padding:30px 30px 0}
.cases-page.list li .info>p{color:#666}
.cases-page.list li .info>p:nth-of-type(2){color:#000;font-size: 20px;margin:10px 0}
.cases-page.list .page{padding: 10px 0 40px;}

.cases-page.detail .box1{padding:70px 0 45px;}
.cases-page.detail .box1 .name{display: flex;align-items: center;padding-bottom: 45px;}
.cases-page.detail .box1 .name>p{font-size: 50px;line-height: 60px;color:#000;flex:1;padding-right: 50px;}
.cases-page.detail .box1 .name>a{line-height: 57px;width: 168px;text-align: center;background: #d70c19;color:#fff;transition: .3s;border-radius: 28px;}
.cases-page.detail .box1 .con{display: flex;align-items: center;border-top: 1px solid #e5e5e5;border-bottom: 1px solid #e5e5e5;padding:50px 0}
.cases-page.detail .box1 .pic{width: 68.75%;display: flex;justify-content: flex-end;position: relative;}
.cases-page.detail .box1 .big{width: 79.54%;height: 460px;border-radius: 20px;margin: 0;}
.cases-page.detail .box1 .big .swiper-slide{height: 100%;border-radius: 20px;cursor: pointer;}
.cases-page.detail .box1 .big .img{height: 100%;}
.cases-page.detail .box1 .big .arrow{width: 50px;height: 50px;border-radius: 50%;background: rgba(0,0,0,.7) url(../images/arrow1-w.svg) no-repeat center center/16px;position: absolute;right: 30px;top: 50%;transform: translateY(-50%);cursor: pointer;transition: .3s;z-index: 2;}
.cases-page.detail .box1 .big .prev{transform: translateY(-50%) rotate(180deg);right: auto;left: 30px;}
.cases-page.detail .box1 .thumb{width:calc(20.46% - 20px);height: 460px;border-radius: 10px;position: absolute;top: 0;left: 0;}
.cases-page.detail .box1 .thumb .swiper-slide{height: 100px !important;border-radius: 10px;border:2px #fff solid;cursor: pointer;}
.cases-page.detail .box1 .thumb .swiper-slide.active{border-color: #d70c19;}
.cases-page.detail .box1 .thumb .img{height: 100%;}
.cases-page.detail .box1 .popup{display:none;position: fixed;width:100%;height:100%;background: rgba(0,0,0,.7);top:0;left: 0;z-index: 1000;}
.cases-page.detail .box1 .popup .swiper-container{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);height:80%;width:1000px}
.cases-page.detail .box1 .popup .swiper-slide{display: flex;justify-content: center;align-items: center;}
.cases-page.detail .box1 .popup .arrow{width:60px;height:60px;border-radius: 50%;background: #fff url(../images/arrow1.svg) no-repeat center center/20px;position: absolute;top: 50%;right:5%;transform: translateY(-50%);cursor: pointer;transition:.3s;z-index: 2;}
.cases-page.detail .box1 .popup .prev{right:auto;left:5%;transform: translateY(-50%) rotate(180deg);}
.cases-page.detail .box1 .popup .close{width:60px;height:60px;border-radius: 50%;background: #fff url(../images/close.svg) no-repeat center center/20px;position: absolute;top: 5%;right:5%;cursor: pointer;transition:.3s;z-index: 2}
.cases-page.detail .box1 .info{flex:1;padding-left: 90px;}
.cases-page.detail .box1 .info li{margin-bottom: 30px;}
.cases-page.detail .box1 .info li>p:nth-of-type(1){font-size: 18px;margin-bottom: 5px;}
.cases-page.detail .box1 .info li>p:nth-of-type(2){font-size: 16px;color:#666;line-height: 26px;}
.cases-page.detail .box1 .info>p{line-height: 50px;width: 150px;border-radius: 25px;background: #f5f5f5;text-align: center;cursor: pointer;transition: .3s;margin-top: 50px;}

.cases-page.detail .box2{display: flex;padding-bottom: 70px;}
.cases-page.detail .box2 .news{width: 25%}
.cases-page.detail .box2 .news.m{display: none;}
.cases-page.detail .box2 .news>p{font-size: 20px;margin-bottom: 20px;}
.cases-page.detail .box2 .news>a{margin-bottom: 10px;line-height: 24px;color:#999}
.cases-page.detail .box2 .con{width:77%;padding-left:100px;}
.cases-page.detail .box2 .content{border-right: 1px solid #e5e5e5;padding-right: 70px;margin-bottom: 60px;}
.cases-page.detail .box2 .content p{font-size: 16px;line-height: 30px;color:#666}
.cases-page.detail .box2 .content img{max-width: 100%;display: block;margin:0 auto;height: auto !important;}
.cases-page.detail .box2 .content a{display: inline-block;}
.cases-page.detail .box2 .jump{border-top: 1px solid #e5e5e5;display: flex;justify-content: space-between;padding-top: 30px;}
.cases-page.detail .box2 .jump>a{width: 48%;font-size: 16px;color:#666}
.cases-page.detail .box2 .jump>a:last-child{text-align: right;}
.cases-page.detail .box2 .share{width: 8%;display: flex;flex-direction: column;align-items: flex-end;}
.cases-page.detail .box2 .share>p{color:#999;text-align: right;margin-bottom: 15px;}
.cases-page.detail .box2 .social-share{width: 50px;}
.cases-page.detail .box2 .social-share-icon{margin-left: 15px;margin-bottom: 15px;}

.cases-page.detail .box3{background: #f5f5f5;padding:70px 0 40px}
.cases-page.detail .box3 .width>p{font-size: 40px;color:#000;text-align: center;margin-bottom: 40px;}
.cases-page.detail .box3 ul{display: flex;flex-wrap: wrap;}
.cases-page.detail .box3 li{width: calc(100% / 3 - 26px);margin-right: 39px;margin-bottom: 40px;position: relative;}
.cases-page.detail .box3 li:nth-child(3n){margin-right: 0;}
.cases-page.detail .box3 li .img-bg{border-radius: 20px;}
.cases-page.detail .box3 li .img{padding-bottom: 65%;}
.cases-page.detail .box3 li .info{padding:25px 30px 0}
.cases-page.detail .box3 li .info>p{color:#666}
.cases-page.detail .box3 li .info>p:nth-of-type(2){color:#000;font-size: 20px;margin:10px 0}

@media (max-width:1440px){
    .cases-page.list{padding:50px 0 40px}
    .cases-page.list .head{margin-bottom: 50px;}
    .cases-page.list .head .info>p:nth-of-type(1){font-size: 24px;}
    .cases-page.list li .info{padding:25px 25px 0}
    .cases-page.list li .info>p:nth-of-type(2){font-size: 18px;}

    .cases-page.detail .box1{padding:50px 0 45px}
    .cases-page.detail .box1 .name{padding-bottom: 35px;}
    .cases-page.detail .box1 .name>p{font-size: 40px;line-height: 50px;}
    .cases-page.detail .box1 .name>a{line-height: 50px;width: 140px;}
    .cases-page.detail .box1 .con{padding:40px 0}
    .cases-page.detail .box1 .thumb{height:400px}
    .cases-page.detail .box1 .thumb .swiper-slide{height: 90px !important;}
    .cases-page.detail .box1 .big{height:400px}
    .cases-page.detail .box1 .popup .arrow{width:50px;height:50px}
    .cases-page.detail .box1 .popup .close{width:50px;height:50px}
    .cases-page.detail .box1 .info{padding-left: 60px;}
    .cases-page.detail .box2{padding-bottom: 50px;}
    .cases-page.detail .box2 .con{padding-left: 60px;}
    .cases-page.detail .box2 .content{padding-right: 40px;margin-bottom: 40px;}
    .cases-page.detail .box3{padding:50px 0 30px}
    .cases-page.detail .box3 .width>p{font-size: 35px}
    .cases-page.detail .box3 li .info{padding:25px 25px 0}
    .cases-page.detail .box3 li .info>p:nth-of-type(2){font-size: 18px;}
}

@media (max-width:1279px){
    .cases-page.list{padding: 30px 0 20px;}
    .cases-page.list .head{border-radius: 10px;margin-bottom: 30px;}
    .cases-page.list .head .img-bg{border-radius: 10px;}
    .cases-page.list .head .img{padding-bottom: 60%;}
    .cases-page.list .head .info{padding:10% 60px 20px 25px;border-radius: 0 0 10px 10px}
    .cases-page.list .head .info>p:nth-of-type(1){font-size: 18px;margin-bottom: 5px;}
    .cases-page.list .head .info>p:nth-of-type(2){font-size: 14px}
    .cases-page.list .head .arrow{width: 30px;height: 30px;bottom:20px;right: 20px;background-size:14px}

    .cases-page.list ul{display: block}
    .cases-page.list li{width: 100%;margin-right: 0;margin-bottom: 30px}
    .cases-page.list li .img-bg{border-radius: 10px;}
    .cases-page.list li .info{padding:20px 0 0}
    .cases-page.list li .info>p:nth-of-type(2){font-size: 16px;margin:10px 0}
    .cases-page.list .page{padding: 0 0 30px;}

    .cases-page.detail .box1{padding:30px 0;}
    .cases-page.detail .box1 .name{display: block;padding-bottom: 15px;}
    .cases-page.detail .box1 .name>p{font-size: 22px;line-height: 32px;padding-right: 0;text-align: center;}
    .cases-page.detail .box1 .name>a{display: none;}
    .cases-page.detail .box1 .con{display: block;padding:30px 0}
    .cases-page.detail .box1 .pic{width: 100%;display: block;margin-bottom: 30px;}
    .cases-page.detail .box1 .big{width: 100%;height: auto;border-radius: 10px;margin-bottom: 10px;}
    .cases-page.detail .box1 .big .swiper-slide{height: auto;border-radius: 10px}
    .cases-page.detail .box1 .big .img{height: auto;padding-bottom: 65.71%;}
    .cases-page.detail .box1 .big .arrow{width: 35px;height: 35px;background-size:14px;right: 15px}
    .cases-page.detail .box1 .big .prev{left: 15px;}
    .cases-page.detail .box1 .thumb{width:100%;height: auto;position: static}
    .cases-page.detail .box1 .thumb .swiper-slide{height: auto !important}
    .cases-page.detail .box1 .thumb .img{height: auto;padding-bottom: 65.71%;}
    .cases-page.detail .box1 .popup .swiper-container{width:calc(100% - 40px)}
    .cases-page.detail .box1 .popup .arrow{display: none;}
    .cases-page.detail .box1 .popup .close{width:40px;height:40px}
    .cases-page.detail .box1 .popup .swiper-pagination{width:100%;bottom:30px;}
    .cases-page.detail .box1 .popup .swiper-pagination-bullet{margin:0 5px;background: #fff;}
    .cases-page.detail .box1 .popup .swiper-pagination-bullet-active{background: #d70c19;}
    .cases-page.detail .box1 .info{padding-left: 0;}
    .cases-page.detail .box1 .info li{margin-bottom: 10px;display: flex;}
    .cases-page.detail .box1 .info li>p:nth-of-type(1){width:80px;font-size: 16px;margin-bottom: 0;line-height: 26px;}
    .cases-page.detail .box1 .info li>p:nth-of-type(2){flex:1;font-size: 16px;line-height: 26px;}
    .cases-page.detail .box1 .info>p{line-height: 45px;width: 130px;margin-top: 20px;}

    .cases-page.detail .box2{display: block;padding-bottom: 30px;}
    .cases-page.detail .box2 .news{width: 100%}
    .cases-page.detail .box2 .news.pc{display: none;}
    .cases-page.detail .box2 .news.m{display: block;}
    .cases-page.detail .box2 .con{width:100%;padding-left:0;}
    .cases-page.detail .box2 .content{border-right: 0;padding-right: 0;margin-bottom: 30px;}
    .cases-page.detail .box2 .content p{font-size: 14px;line-height: 26px}
    .cases-page.detail .box2 .jump{display: block;padding-top: 20px;}
    .cases-page.detail .box2 .jump>a{width: 100%;font-size: 14px;line-height: 24px;}
    .cases-page.detail .box2 .jump>a:last-child{text-align: left;}
    .cases-page.detail .box2 .share{width: 100%;flex-direction: row;align-items: center;margin:20px 0 30px}
    .cases-page.detail .box2 .share>p{text-align: left;margin-bottom: 0;margin-right:10px}
    .cases-page.detail .box2 .social-share{width: auto;}
    .cases-page.detail .box2 .social-share-icon{margin-left: 10px;margin-bottom: 0;}

    .cases-page.detail .box3{padding:50px 0 20px}
    .cases-page.detail .box3 .width>p{font-size: 22px;margin-bottom: 30px;}
    .cases-page.detail .box3 ul{display: block}
    .cases-page.detail .box3 li{width:100%;margin-right: 0;margin-bottom: 30px}
    .cases-page.detail .box3 li .img-bg{border-radius: 10px;}
    .cases-page.detail .box3 li .info{padding:20px 0 0}
    .cases-page.detail .box3 li .info>p:nth-of-type(2){font-size: 16px;margin:10px 0}
}

@media (any-hover:hover){
    .cases-page.list .head .swiper-slide:hover .img{transform: scale(1.1);}
    .cases-page.list .head .swiper-slide:hover .info{padding-bottom: 55px;}
    .cases-page.list .head .arrow:hover{background-color: #d70c19;border-color: #d70c19;}

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

    .cases-page.detail .box1 .big .arrow:hover{background-color: #d70c19;}
    .cases-page.detail .box1 .popup .arrow:hover{background-color: #d70c19;background-image: url(../images/arrow1-w.svg);}
    .cases-page.detail .box1 .popup .close:hover{background-color: #d70c19;background-image: url(../images/close-w.svg);}
    .cases-page.detail .box1 .info>p:hover{background: #d70c19;color: #fff;}

    .cases-page.detail .box2 .news>a:hover{color:#d70c19}
    .cases-page.detail .box2 .jump>a:hover{color: #d70c19;}

    .cases-page.detail li:hover .img{transform: scale(1.1);}
    .cases-page.detail li:hover .info>p:nth-of-type(2){color:#d70c19}
}

/* 新闻 */
.news-page.list{padding:50px 0}
.news-page.list ul{display: flex;flex-wrap: wrap;}
.news-page.list li{margin-bottom: 50px;width: calc(100% / 3 - 26px);margin-right: 39px;position: relative;}
.news-page.list li:nth-child(3n){margin-right: 0;}
.news-page.list .img-bg{border-radius: 20px;margin-bottom: 30px;}
.news-page.list .img{padding-bottom: 60%;}
.news-page.list .info>p:nth-of-type(1){line-height: 24px;border:1px solid #e5e5e5;padding:0 15px;display: inline-block;border-radius: 2px;transition: .3s;}
.news-page.list .info>p:nth-of-type(2){font-size: 20px;margin:25px 0 20px}
.news-page.list .info>p:nth-of-type(3){line-height: 24px;color: #666;margin-bottom: 30px;}
.news-page.list .info>p:nth-of-type(4){color: #000;font-size: 16px;padding-right: 40px;background: url(../images/arrow1.svg) no-repeat right 3px/18px;display: inline-block;opacity: .5;}
.news-page.list .page{padding: 10px 0 50px;}

.news-page.detail .box1{padding:70px 0 90px}
.news-page.detail .box1 .name{font-size: 42px;color:#000;line-height: 52px;}
.news-page.detail .box1 .time{background: linear-gradient(to right,#f7f7f7,#fff);margin:50px 0 70px;display: flex;height: 90px;align-items: center;font-size: 16px;padding:0 40px}
.news-page.detail .box1 .time .img-div{width: 50px;height: 50px;border-radius: 50%;background: #fff;margin-right: 20px;}
.news-page.detail .box1 .time .img-div>img{max-width: 60%;max-height: 60%;}
.news-page.detail .box1 .time>p{opacity: .5;}
.news-page.detail .box1 .person{padding-right:30px;position: relative;margin-right: 30px;}
.news-page.detail .box1 .person::after{content:'';position: absolute;top:16px;right:0;width:1px;height: 15px;background: rgba(0,0,0,.3);}
.news-page.detail .box1 .person>span{display: block}
.news-page.detail .box1 .person>span:first-child{margin-bottom: 5px;}
.news-page.detail .box1 .con{display: flex;}
.news-page.detail .box1 .best{width: 34%;padding-right: 50px;}
.news-page.detail .box1 .best.m{display: none;}
.news-page.detail .box1 .best>p{font-size: 20px;margin-bottom: 20px;}
.news-page.detail .box1 .best>a{margin-bottom: 10px;line-height: 24px;color:#999}
.news-page.detail .box1 .content-box{width:66%}
.news-page.detail .box1 .content{margin-bottom: 50px;padding-bottom: 60px;border-bottom: 1px solid #e5e5e5;}
.news-page.detail .box1 .content p{font-size: 16px;line-height: 30px;color:#666}
.news-page.detail .box1 .content img{max-width: 100%;display: block;margin:0 auto;height: auto !important;}
.news-page.detail .box1 .content a{display: inline-block;}
.news-page.detail .box1 .jump{display: flex;align-items: center;}
.news-page.detail .box1 .info{width: calc(100% - 168px);padding-right: 50px;}
.news-page.detail .box1 .info>a{font-size: 16px;line-height: 30px;color:#666}
.news-page.detail .box1 .jump>a{width:168px;line-height:57px;color:#fff;border-radius: 28px;background: #d70c19;text-align: center;transition: .3s;}

.news-page.detail .box2{background: #f5f5f5;padding:90px 0 60px}
.news-page.detail .box2 .width>p{font-size: 40px;color:#000;text-align: center;margin-bottom: 40px;}
.news-page.detail .box2 ul{display: flex;flex-wrap: wrap;}
.news-page.detail .box2 li{margin-bottom: 40px;width: calc(100% / 3 - 26px);margin-right: 39px;position: relative;}
.news-page.detail .box2 li:nth-child(3n){margin-right: 0;}
.news-page.detail .box2 .img-bg{border-radius: 20px;margin-bottom: 30px;}
.news-page.detail .box2 .img{padding-bottom: 60%;}
.news-page.detail .box2 .info>p:nth-of-type(1){line-height: 24px;border:1px solid #e5e5e5;padding:0 15px;display: inline-block;border-radius: 2px;transition: .3s;}
.news-page.detail .box2 .info>p:nth-of-type(2){font-size: 20px;margin:25px 0 20px}
.news-page.detail .box2 .info>p:nth-of-type(3){line-height: 24px;color: #666;margin-bottom: 30px;}
.news-page.detail .box2 .info>p:nth-of-type(4){color: #000;font-size: 16px;padding-right: 40px;background: url(../images/arrow1.svg) no-repeat right 3px/18px;display: inline-block;opacity: .5;}

.news-page.download{padding:60px 0}
.news-page.download .list li{margin-bottom: 40px;border:1px solid #e5e5e5;border-radius: 20px;display: flex;align-items: center;padding:35px 50px;position: relative;}
.news-page.download .list .img-div{height: 168px;width: 10.6%;}
.news-page.download .list .info{width:calc(89.4% - 150px);padding:0 40px}
.news-page.download .list .info>p:nth-of-type(1){line-height: 24px;padding:0 15px;border:1px solid #e5e5e5;display: inline-block;}
.news-page.download .list .info>p:nth-of-type(2){font-size: 20px;line-height: 30px;margin:15px 0 10px}
.news-page.download .list .info>p:nth-of-type(3){line-height: 24px;color:#666}
.news-page.download .list li>p{width: 150px;line-height: 50px;text-align: center;border-radius: 25px;background: #f5f5f5;font-size: 16px;transition: .3s;}
.news-page.download .page{padding:20px 0 40px}
.news-page.download .popup{display:none;position: fixed;width: 100%;height: 100%;top: 0;left: 0;background: rgba(0,0,0,.5);z-index: 999;}
.news-page.download .popup .con{width: 520px;height: 650px;position: absolute;top: 50%;left: 50%;margin-left: -260px;margin-top: -325px;background: #fff;border-radius: 20px;padding: 30px 80px;}
.news-page.download .popup .close{position: absolute;top:30px;right: 30px;width: 40px;height: 40px;border-radius: 50%;background: #f5f5f5 url(../images/close.svg) no-repeat center center/18px;cursor: pointer;transition: .3s;}
.news-page.download .popup .con>p:nth-of-type(1){font-size: 30px;text-align: center;margin-bottom: 20px;}
.news-page.download .popup li{margin-bottom: 20px;position: relative;}
.news-page.download .popup li>p{font-size: 16px;color:#666;display: flex;align-items: center;margin-bottom: 10px;}
.news-page.download .popup li>p>span{color:#d70c19;margin-left: 5px;}
.news-page.download .popup li>input{height: 40px;padding:0 15px;background: #f5f5f5;width: 100%;}
.news-page.download .popup li>b{font-weight: normal;position: absolute;top: 40px;right: 20px;color:#666;cursor: pointer;}
.news-page.download .popup .con>p:nth-of-type(2){line-height: 50px;border-radius: 25px;background: #d70c19;color:#fff;text-align: center;font-size: 16px;cursor: pointer;transition: .3s}
.news-page.download .popup .con>p:nth-of-type(3){width:190px;margin:15px auto 0;font-size:12px;color:#999;padding-left: 25px;position: relative;display: flex;cursor: pointer;}
.news-page.download .popup .con>p:nth-of-type(3)::before{content:'';position: absolute;top: 2px;left:0;width: 11px;height: 11px;border:1px solid #e5e5e5}
.news-page.download .popup .con>p:nth-of-type(3).active::before{background:#d70c19 url(../images/yes.svg) no-repeat center center/9px;border-color:#d70c19}
.news-page.download .popup .con>p:nth-of-type(3)>a{color:#d70c19;margin-left: 5px;}

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

    .news-page.detail .box1{padding:50px 0 70px}
    .news-page.detail .box1 .name{font-size: 37px;line-height: 47px;}
    .news-page.detail .box1 .time{margin:30px 0 50px}
    .news-page.detail .box1 .content{margin-bottom: 30px;padding-bottom: 40px;}
    .news-page.detail .box1 .info{width:calc(100% - 140px)}
    .news-page.detail .box1 .jump>a{line-height: 50px;width: 140px;}

    .news-page.download{padding:50px 0 40px}
    .news-page.download .list li{padding:28px 40px}
    .news-page.download .list .info{width:calc(calc(89.4% - 130px))}
    .news-page.download .list .info>p:nth-of-type(2){font-size: 18px;line-height: 28px;}
    .news-page.download .list li>p{width: 130px;line-height: 45px;font-size: 14px;}
}

@media (max-width:1279px){
    .news-page.list{padding:30px 0 20px}
    .news-page.list ul{display: block}
    .news-page.list li{margin-bottom: 30px;width: 100%;margin-right: 0}
    .news-page.list .img-bg{border-radius: 10px;margin-bottom: 20px;}
    .news-page.list .info>p:nth-of-type(2){font-size: 16px;margin:15px 0 10px}
    .news-page.list .info>p:nth-of-type(3){margin-bottom: 20px;}
    .news-page.list .info>p:nth-of-type(4){font-size: 14px;padding-right: 30px;background-size:16px;background-position: right 0;}
    .news-page.list .page{padding: 0 0 30px;}

    .news-page.detail .box1{padding:30px 0 50px}
    .news-page.detail .box1 .name{font-size: 22px;line-height: 32px;text-align: center;}

    .news-page.detail .box1 .time{margin:20px 0;flex-wrap:wrap;height: auto;align-items: center;font-size: 12px;padding:20px 25px;}
    .news-page.detail .box1 .time .img-div{width: 40px;height: 40px;}
    .news-page.detail .box1 .time>p{width:100%;margin-top:5px;padding-left:60px;}
    .news-page.detail .box1 .person{width:calc(100% - 60px) !important;padding:0 !important;margin: 0 !important}
    .news-page.detail .box1 .person::after{display:none}
    .news-page.detail .box1 .con{display: block;}
    .news-page.detail .box1 .best{width: 100%;padding-right: 0;}
    .news-page.detail .box1 .best.pc{display: none;}
    .news-page.detail .box1 .best.m{display: block;}
    .news-page.detail .box1 .content-box{width:100%}
    .news-page.detail .box1 .content{margin-bottom: 30px;padding-bottom: 30px}
    .news-page.detail .box1 .content p{font-size: 14px;line-height: 26px}
    .news-page.detail .box1 .jump{display: block;margin-bottom: 30px;}
    .news-page.detail .box1 .info{width: 100%;padding-right: 0;margin-bottom: 20px;}
    .news-page.detail .box1 .info>a{font-size: 14px;line-height: 24px}
    .news-page.detail .box1 .jump>a{width:140px;line-height:45px}

    .news-page.detail .box2{padding:50px 0 20px}
    .news-page.detail .box2 .width>p{font-size: 22px;margin-bottom: 30px;}
    .news-page.detail .box2 ul{display: block;}
    .news-page.detail .box2 li{margin-bottom: 30px;width:100%;margin-right: 0}
    .news-page.detail .box2 .img-bg{border-radius: 10px;margin-bottom: 20px;}
    .news-page.detail .box2 .info>p:nth-of-type(2){font-size: 16px;margin:15px 0 10px}
    .news-page.detail .box2 .info>p:nth-of-type(3){margin-bottom: 20px;}
    .news-page.detail .box2 .info>p:nth-of-type(4){font-size: 14px;padding-right: 30px;background-size:16px;background-position:right 2px;}

    .news-page.download{padding:30px 0}
    .news-page.download .list li{margin-bottom: 20px;border-radius: 10px;padding:30px 25px;display: block;}
    .news-page.download .list .img-div{height: 168px;width: 100%;margin-bottom: 20px;}
    .news-page.download .list .info{width:100%;padding:0;text-align: center;}
    .news-page.download .list .info>p:nth-of-type(2){font-size: 16px;line-height: 26px}
    .news-page.download .list .info>p:nth-of-type(3){text-align: left;}
    .news-page.download .list li>p{width: 130px;line-height: 45px;font-size: 14px;margin:20px auto 0}
    .news-page.download .page{padding:10px 0 20px}
    .news-page.download .popup .con{width: 90%;height: 550px;left: 5%;margin-left: 0;margin-top: -275px;border-radius: 10px;padding: 30px 25px;}
    .news-page.download .popup .close{top:20px;right: 20px;width: 35px;height: 35px;background-size:16px}
    .news-page.download .popup .con>p:nth-of-type(1){font-size: 20px;margin-bottom: 10px;}
    .news-page.download .popup li{margin-bottom: 10px}
    .news-page.download .popup li>p{font-size: 14px}
    .news-page.download .popup li>input{height: 35px}
    .news-page.download .popup li>b{top: 38px;right: 15px;font-size: 12px;}
    .news-page.download .popup .con>p:nth-of-type(2){line-height: 40px;font-size: 14px}
}

@media (any-hover:hover){
    .news-page.list li:hover .img{transform: scale(1.1);}
    .news-page.list li:hover .info>p:nth-of-type(1){color:#fff;border-color:#d70c19;background: #d70c19;}
    .news-page.list li:hover .info>p:nth-of-type(2){color:#d70c19}

    .news-page.detail .box1 .best>a:hover{color:#d70c19}
    .news-page.detail .box1 .info>a:hover{color:#d70c19}
    .news-page.detail .box1 .jump>a:hover{background:red}

    .news-page.detail .box2 li:hover .img{transform: scale(1.1);}
    .news-page.detail .box2 li:hover .info>p:nth-of-type(1){color:#fff;border-color:#d70c19;background: #d70c19;}
    .news-page.detail .box2 li:hover .info>p:nth-of-type(2){color:#d70c19}

    .news-page.download .list li:hover .info>p:nth-of-type(2){color:#d70c19}
    .news-page.download .list li:hover>p{background:#d70c19;color:#fff}

    .news-page.download .popup li>b:hover{color:#d70c19}
    .news-page.download .popup .con>p:nth-of-type(2):hover{background: red;}
    .news-page.download .popup .con>p:nth-of-type(3)>a:hover{color:red}
}

/* 联系 */
.contact-page{padding:40px 0 90px;display: flex;justify-content: space-between;}
.contact-page .tit>p:nth-of-type(1){font-size: 40px;color:#000;margin-bottom: 10px;}
.contact-page .tit>p:nth-of-type(2){font-size: 14px;line-height: 24px;}
.contact-page .info{width: 36%;}
.contact-page .txt{margin:20px 0 70px}
.contact-page .txt li{border-bottom: 1px solid #e5e5e5;font-size: 16px;line-height: 26px;color: #666;padding:25px 0 25px 35px}
.contact-page .info .company{background: url(../images/22.png) no-repeat left 26px/23px;}
.contact-page .info .address{background: url(../images/23.png) no-repeat left 28px/22px;}
.contact-page .info .phone{background: url(../images/24.png) no-repeat left 29px/21px;}
.contact-page .info .email{background: url(../images/25.png) no-repeat left 31px/22px;}
.contact-page .qr{display: flex;flex-wrap: wrap;}
.contact-page .qr li{margin-right: 30px;margin-bottom:20px;width: calc(100% / 3 - 30px)}
.contact-page .qr li>p{text-align: center;color:#666;line-height: 24px;margin-top: 15px;}
.contact-page .form{width: 52%;}
.contact-page .form .tit{margin-bottom: 35px;}
.contact-page .input-box{display: flex;margin-bottom: 20px;}
.contact-page input{width: calc(50% - 10px);border:1px #e5e5e5 solid;border-radius: 5px;height: 45px;padding:0 20px}
.contact-page input:nth-child(2n+1){margin-right: 20px;}
.contact-page textarea{width:100%;height:200px;border:1px #e5e5e5 solid;border-radius: 5px;padding:20px;margin-bottom: 40px;}
.contact-page .form>p{line-height: 50px;width: 150px;border-radius: 5px;text-align: center;background: #d70c19;color:#fff;font-size: 16px;transition: .3s;cursor: pointer;}

@media (max-width:1440px){
    .contact-page{padding:40px 0 70px}
    .contact-page .tit>p:nth-of-type(1){font-size: 35px;}
    .contact-page .txt{margin:20px 0 50px}
    .contact-page .txt li{padding:20px 0 20px 35px}
    .contact-page textarea{margin-bottom: 20px;}
    .contact-page .form>p{line-height: 45px;width:130px;font-size: 14px;}
}

@media (max-width:1279px){
    .contact-page{padding:30px 0 50px;display: block}
    .contact-page .tit{text-align: center;}
    .contact-page .tit>p:nth-of-type(1){font-size: 22px;margin-bottom: 5px;}
    .contact-page .info{width: 100%;margin-bottom: 30px;}
    .contact-page .txt{margin:15px 0 30px}
    .contact-page .txt li{font-size: 14px;line-height: 24px;padding:15px 0 15px 30px}
    .contact-page .info .company{background-position:left 17px;background-size:20px;}
    .contact-page .info .address{background-position:left 17px;background-size:20px;}
    .contact-page .info .phone{background-position:left 17px;background-size:20px;}
    .contact-page .info .email{background-position:left 20px;background-size:20px;}
    .contact-page .qr li{margin-right: 15px;margin-bottom:20px;width: calc(100% / 3 - 10px)}
    .contact-page .qr li:nth-child(3n){margin-right:0}
    .contact-page .qr li>p{line-height: 22px;font-size:12px;margin-top: 10px;}
    .contact-page .form{width: 100%;}
    .contact-page .form .tit{margin-bottom: 30px;}
    .contact-page .input-box{display: block;margin-bottom: 0;}
    .contact-page .input-box>input{margin-bottom: 15px;}
    .contact-page input{width: 100%;height: 40px;padding:0 15px}
    .contact-page input:nth-child(2n+1){margin-right: 0;}
    .contact-page textarea{height:150px;padding:15px;margin-bottom: 20px;}
    .contact-page .form>p{line-height: 45px;width: 130px;font-size: 14px;margin:0 auto}
}

@media (any-hover:hover){
    .contact-page .form>p:hover{background:red;}
}

/* 加入 */
.joins-page .tit{text-align: center;color:#000}
.joins-page .tit>p:nth-of-type(1){font-size: 40px;line-height: 50px;margin-bottom: 20px;}
.joins-page .tit>p:nth-of-type(2){font-size: 16px;line-height: 26px;opacity: .8;}

.joins-page .box1{padding:40px 0 60px}
.joins-page .box1 .swiper-container{padding:20px 0 40px}
.joins-page .box1 .swiper-slide{border:1px #e5e5e5 solid;border-radius: 10px;height: auto;padding:65px 30px 80px 40px;transition: .3s;}
.joins-page .box1 .swiper-slide .img-div{width: 53px;height: 49px;}
.joins-page .box1 .swiper-slide>p:nth-of-type(1){font-size: 22px;line-height: 34px;color:#000;margin:25px 0 15px}
.joins-page .box1 .swiper-slide>p:nth-of-type(2){font-size: 16px;line-height: 28px;color:#666;max-height: 84px;}
.joins-page .box1 .swiper-scrollbar{width:100%;opacity:1 !important;height:1px;background:#ccc;left: 0;}
.joins-page .box1 .swiper-scrollbar-drag{background:#d70c19;height:1px}

.joins-page .box2{padding:70px 0 80px}
.joins-page .box2 .swiper-container{border-radius: 10px;margin-top: 40px;}
.joins-page .box2 .swiper-slide{display: flex;align-items: center;background: #fff;}
.joins-page .box2 .img-bg{width: 50%;border-radius: 10px 0 0 10px;}
.joins-page .box2 .img{padding-bottom: 70.31%;}
.joins-page .box2 .info{flex:1;padding:0 70px;}
.joins-page .box2 .info>p:nth-of-type(1){font-size: 30px;line-height: 40px;color: #000;margin-bottom: 15px;}
.joins-page .box2 .info>p:nth-of-type(2){font-size: 16px;line-height: 30px;color:#666;max-height: 240px;}
.joins-page .box2 .arrow{width: 100px;position: absolute;left: 50%;transform: translateX(-50%);bottom: 0;z-index: 2;display: flex;}
.joins-page .box2 .arrow>div{width: 50px;height: 50px;cursor: pointer;transition: .3s;}
.joins-page .box2 .prev{background: #d70c19 url(../images/arrow1-w.svg) no-repeat center center/20px;transform: rotate(180deg);border-radius: 0 0 5px 0;}
.joins-page .box2 .next{background: #f5f5f5 url(../images/arrow1.svg) no-repeat center center/20px;border-radius: 0 5px 0 0;}

.joins-page .box3{padding:70px 0 80px}
.joins-page .box3 .con{max-width: 1440px;position: relative;margin-top: 40px;}
.joins-page .box3 .swiper-container{border-radius: 10px;}
.joins-page .box3 .img-bg{border-radius: 10px;}
.joins-page .box3 .img{padding-bottom: 82.92%;}
.joins-page .box3 .arrow{width: 48px;height: 48px;border-radius: 50%;background: rgba(0,0,0,.1) url(../images/arrow1.svg) no-repeat center center/16px;position: absolute;top: 50%;right: 0;transform: translateY(-50%);cursor: pointer;transition: .3s;}
.joins-page .box3 .prev{right: auto;left: 0;transform: translateY(-50%) rotate(180deg);}

.joins-page .box4{padding-bottom:50px;background: #f5f5f5;}
.joins-page .box4 .tit{padding:70px 0 175px;text-align: left;}
.joins-page .box4 .tit>p{color:#fff;text-align: center;}
.joins-page .box4 .search{display: flex;max-width: 990px;margin:45px auto 0}
.joins-page .box4 .my-select{flex:1;margin-right: 50px;}
.joins-page .box4 .input{flex:1;display: flex;background: #fff;border-radius: 30px;}
.joins-page .box4 .input>input{height: 60px;width: calc(100% - 70px);border-radius: 30px 0 0 30px;font-size: 16px;color:#666;padding-left:20px}
.joins-page .box4 .input>p{width: 70px;height: 60px;background: url(../images/search.svg) no-repeat center center/22px;opacity: .5;cursor: pointer;}
.joins-page .box4 .input>input::placeholder{font-size: 16px;}
.joins-page .box4 .list{display: flex;flex-wrap: wrap;margin-top: -125px;}
.joins-page .box4 .list li{width: calc(100% / 3 - 16px);margin-right: 24px;margin-bottom: 30px;background: #fff;border-radius: 10px;cursor: pointer;padding:30px 40px 40px}
.joins-page .box4 .list li:nth-child(3n){margin-right: 0;}
.joins-page .box4 .list li>p:nth-of-type(1){font-size: 24px;line-height: 34px;color: #000;}
.joins-page .box4 .list .attr{display: flex;padding:20px 0 30px;border-bottom: 1px solid rgba(0,0,0,.15);margin-bottom: 30px;}
.joins-page .box4 .list .attr>p{padding-left: 30px;color:#666;line-height: 24px;}
.joins-page .box4 .list .attr>p:nth-of-type(1){padding:0 30px 0 25px;margin-right: 30px;position: relative;}
.joins-page .box4 .list .attr>p:nth-of-type(1)::after{content:'';width: 1px;height: 15px;background: #999;position: absolute;top: 5px;right: 0;}
.joins-page .box4 .list .city{background: url(../images/27.png) no-repeat left center;}
.joins-page .box4 .list .pos{background: url(../images/28.png) no-repeat left center;}
.joins-page .box4 .list li>p:nth-of-type(2){width: 120px;height: 45px;line-height: 43px;border-radius: 23px;border:1px solid rgba(0,0,0,.1);text-align: center;color: #666;transition: .3s;}
.joins-page .box4 .page{padding:20px 0 30px}
.joins-page .box4 .popup{display:none;position: fixed;top: 0;left: 0;width: 100%;height: 100%;background: rgba(0,0,0,.3);z-index: 999;}
.joins-page .box4 .popup .con{border-radius: 20px;background: #fff;position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);padding:90px 100px}
.joins-page .box4 .popup .close{width: 48px;height: 48px;border-radius: 50%;position: absolute;right: 50px;top: 50px;background: #f5f5f5 url(../images/close.svg) no-repeat center center/22px;cursor: pointer}
.joins-page .box4 .popup .con>p:nth-of-type(1){font-size: 30px;line-height: 40px;color:#000}
.joins-page .box4 .popup .attr{display: flex;padding:35px 0;border-bottom: 1px solid rgba(0,0,0,.15);margin-bottom: 30px;}
.joins-page .box4 .popup .attr>p{padding-left: 30px;color:#666;line-height: 24px;}
.joins-page .box4 .popup .attr>p:nth-of-type(1){padding:0 30px 0 25px;margin-right: 30px;position: relative;}
.joins-page .box4 .popup .attr>p:nth-of-type(1)::after{content:'';width: 1px;height: 15px;background: #999;position: absolute;top: 5px;right: 0;}
.joins-page .box4 .popup .city{background: url(../images/27.png) no-repeat left center;}
.joins-page .box4 .popup .pos{background: url(../images/28.png) no-repeat left center;}
.joins-page .box4 .popup .content{margin-bottom: 50px;max-height: 384px;}
.joins-page .box4 .popup .content p{font-size: 16px;line-height: 32px;color:#666}
.joins-page .box4 .popup .con>p:nth-of-type(2){font-size: 16px;line-height: 26px;color:#000;padding-left: 40px;background: url(../images/29.png) no-repeat left center;}

@media (max-width:1600px){
    .joins-page .box3 .prev{left: -30px;}
    .joins-page .box3 .next{right: -30px;}
}

@media (max-width:1440px){
    .joins-page .tit>p:nth-of-type(1){font-size: 35px;line-height: 45px;margin-bottom: 15px;}

    .joins-page .box1{padding:40px 0}
    .joins-page .box1 .swiper-slide{padding:55px 30px 60px 35px}
    .joins-page .box1 .swiper-slide .img-div{width: 48px;height: 44px;}
    .joins-page .box1 .swiper-slide>p:nth-of-type(1){font-size: 20px;line-height: 32px;margin:20px 0 10px}

    .joins-page .box2{padding:50px 0 60px}
    .joins-page .box2 .info{padding:0 50px}
    .joins-page .box2 .info>p:nth-of-type(1){font-size: 26px;line-height: 36px;}

    .joins-page .box3{padding:50px 0 60px}

    .joins-page .box4 .tit{padding:60px 0 175px}
    .joins-page .box4 .list li>p:nth-of-type(1){font-size: 22px;line-height: 32px;}
    .joins-page .box4 .list .attr{padding:20px 0;margin-bottom: 20px;}
    .joins-page .box4 .popup .con{padding:60px}
    .joins-page .box4 .popup .con>p:nth-of-type(1){font-size: 26px;line-height: 36px;}
    .joins-page .box4 .popup .attr{padding:25px 0;margin-bottom: 25px;}
    .joins-page .box4 .popup .content{max-height: 300px;margin-bottom: 30px;}
}

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

    .joins-page .box1{padding:30px 0}
    .joins-page .box1 .swiper-container{padding:20px 0}
    .joins-page .box1 .swiper-slide{padding:30px 25px}
    .joins-page .box1 .swiper-slide .img-div{width: 43px;height: 39px;}
    .joins-page .box1 .swiper-slide>p:nth-of-type(1){font-size: 18px;line-height: 30px;margin:15px 0 10px}
    .joins-page .box1 .swiper-slide>p:nth-of-type(2){font-size: 14px;line-height: 24px;max-height: 120px;}

    .joins-page .box2{padding:50px 0}
    .joins-page .box2 .swiper-container{margin-top: 30px;}
    .joins-page .box2 .swiper-slide{display: block}
    .joins-page .box2 .img-bg{width: 100%;border-radius: 10px 10px 0 0;}
    .joins-page .box2 .info{padding:30px 25px 40px;}
    .joins-page .box2 .info>p:nth-of-type(1){font-size: 18px;line-height: 28px;margin-bottom: 10px;}
    .joins-page .box2 .info>p:nth-of-type(2){font-size: 14px;line-height: 24px;}
    .joins-page .box2 .arrow{display:none}
    .joins-page .box2 .swiper-pagination-bullet-active{background: #d70c19;}

    .joins-page .box3{padding:50px 0}
    .joins-page .box3 .con{margin-top: 30px;width:100%}
    .joins-page .box3 .arrow{display:none}
    .joins-page .box3 .swiper-pagination-bullet{background: #fff;opacity: 1;}
    .joins-page .box3 .swiper-pagination-bullet-active{background: #d70c19;}

    .joins-page .box4{padding-bottom:20px}
    .joins-page .box4 .tit{padding:50px 0 120px}
    .joins-page .box4 .search{display: block;margin:20px auto 0}
    .joins-page .box4 .my-select{margin-right: 0;margin-bottom: 10px;}
    .joins-page .box4 .input>input{height: 45px;width: calc(100% - 55px);font-size: 14px;padding-left:15px}
    .joins-page .box4 .input>p{width: 55px;height: 45px;background: url(../images/search.svg) no-repeat center center/22px}
    .joins-page .box4 .input>input::placeholder{font-size: 14px;}
    .joins-page .box4 .list{display: block;margin-top: -80px;}
    .joins-page .box4 .list li{width: 100%;margin-right: 0;padding:30px 25px}
    .joins-page .box4 .list li>p:nth-of-type(1){font-size: 18px;line-height: 28px}
    .joins-page .box4 .list .attr{padding:10px 0 15px;margin-bottom: 15px;}
    .joins-page .box4 .list .attr>p{line-height: 24px;}
    .joins-page .box4 .list .attr>p:nth-of-type(1){padding:0 15px 0 25px;margin-right: 15px}
    .joins-page .box4 .list li>p:nth-of-type(2){width: 100px;height: 40px;line-height: 38px}
    .joins-page .box4 .page{padding:0 0 30px}
    .joins-page .box4 .popup .con{border-radius: 10px;padding:30px 25px}
    .joins-page .box4 .popup .close{width: 35px;height: 35px;right: 20px;top: 20px;background-size:18px}
    .joins-page .box4 .popup .con>p:nth-of-type(1){font-size: 22px;line-height: 32px}
    .joins-page .box4 .popup .attr{padding:15px 0;margin-bottom: 15px;}
    .joins-page .box4 .popup .attr>p:nth-of-type(1){padding:0 15px 0 25px;margin-right: 15px}
    .joins-page .box4 .popup .content{margin-bottom: 20px;max-height: 350px;}
    .joins-page .box4 .popup .content p{font-size: 14px;line-height:26px}
    .joins-page .box4 .popup .con>p:nth-of-type(2){font-size: 14px;line-height: 24px;padding-left: 35px}
}

@media (any-hover:hover){
    .joins-page .box1 .swiper-slide:hover{transform: translateY(-5px);}

    .joins-page .box2 .prev:hover{background-color: red}
    .joins-page .box2 .next:hover{background-color: #d70c19;background-image: url(../images/arrow1-w.svg);}

    .joins-page .box3 .arrow:hover{background-color: #d70c19;background-image: url(../images/arrow1-w.svg);}

    .joins-page .box4 .list li:hover>p:nth-of-type(1){color:#d70c19}
    .joins-page .box4 .list li:hover>p:nth-of-type(2){color:#fff;background: #d70c19;border-color:#d70c19}
}

/* 单页面 */
.single-page{padding:50px 0 80px}
.single-page .name{font-size: 42px;color:#000;line-height: 52px;margin-bottom: 30px;}
.single-page .content{padding: 30px 0;border-top: 1px solid #e5e5e5;border-bottom: 1px solid #e5e5e5;}
.single-page .content p{font-size: 16px;line-height: 30px;color:#666}
.single-page .content img{max-width: 100%;display: block;margin:0 auto;height: auto !important;}
.single-page .content a{display: inline-block;}

@media (max-width:1440px){
    .single-page .name{font-size: 37px;line-height: 47px;}
}

@media (max-width:1279px){
    .single-page{padding:30px 0 50px}
    .single-page .name{font-size: 22px;line-height: 32px;margin-bottom: 15px;text-align: center;}
    .single-page .content{padding: 20px 0}
    .single-page .content p{font-size: 14px;line-height: 26px}
}

/*搜索*/
.search-page{padding:50px 0}
.search-page ul{display: flex;flex-wrap: wrap;}
.search-page li{margin-bottom: 40px;width: calc(100% / 3 - 26px);margin-right: 39px;position: relative;}
.search-page li:nth-child(3n){margin-right: 0;}
.search-page .img-bg{border-radius: 10px;height:240px}
.search-page .img{height: 100%;}
.search-page .img-div{border-radius: 10px;height:240px}
.search-page .info>p:nth-of-type(1){font-size: 20px;margin:25px 0 20px}
.search-page .info>p:nth-of-type(2){line-height: 24px;color: #666}
.search-page .page{padding: 10px 0 50px;}

@media (max-width:1440px){
    .search-page .info>p:nth-of-type(1){font-size: 18px;margin:20px 0 15px}
}

@media (max-width:1279px){
    .search-page{padding:30px 0 20px}
    .search-page ul{display: block}
    .search-page li{margin-bottom: 30px;width: 100%;margin-right: 0}
    .search-page .img-bg{border-radius: 10px;height:200px}
    .search-page .img-div{border-radius: 10px;height:200px;width:80%;margin:0 auto}
    .search-page .info>p:nth-of-type(1){font-size: 16px;margin:20px 0 10px;}
    .search-page .page{padding: 0 0 30px;}
}

@media (any-hover:hover){
    .search-page li:hover .img{transform: scale(1.1);}
    .search-page li:hover .info>p:nth-of-type(1){color:#d70c19}
}