﻿.wrap {
    overflow: hidden;
    padding-bottom: 80px
}

h2.title {
    font-size: 30px;
    line-height: 1;
    margin: 80px auto 50px;
    text-align: center;
    color: #333
}

.title-p {
    margin-top: -35px;
    text-align: center;
    font-size: 16px;
    line-height: 1;
    color: #999;
    margin-bottom: 50px
}

h2.title-white {
    color: #fff
}

.title-p-white {
    color: #ccc
}

.apply-btn-box {
    display: flex;
    margin: 0 auto;
    justify-content: center
}

.apply-btn-box a {
    display: block;
    width: 140px;
    height: 40px;
    line-height: 38px;
    color: #666;
    background-color: #fff;
    border: 1px solid #666;
    text-align: center;
    font-size: 14px;
    border-radius: 4px;
    transition: all .1s ease-in-out
}

.apply-btn-box a:first-child:hover {
    color: #fd4343;
    border: 1px solid #fd4343
}

.apply-btn-box a:nth-child(2) {
    margin-left: 25px;
    color: #fff;
    border: 1px solid #fd4343;
    background-color: #fd4343
}

.apply-btn-box a:nth-child(2):hover {
    background-color: #e83820
}

.button-apply {
    display: block;
    width: 102px;
    height: 34px;
    line-height: 34px;
    font-size: 14px;
    border-radius: 4px;
    text-align: center;
    color: #fff;
    background: linear-gradient(to right, #f45b4b, #ea3e41);
    transition: all .3s ease-in-out
}

.button-apply:hover {
    box-shadow: 0 10px 25px 0 rgba(238, 77, 45, .4)
}

.button-apply-big {
    display: block;
    margin-top: 30px;
    width: 160px;
    height: 45px;
    line-height: 45px;
    border-radius: 4px;
    font-size: 16px;
    text-align: center;
    color: #fff;
    transition: all .3s ease-in-out;
    background: linear-gradient(to right, #f45b4b, #ea3e41)
}

nav {
    width: 100%;
    height: 68px;
    background-color: #fff;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    box-shadow: rgba(51, 51, 51, .1) 0px 2px 5px
}

.header {
    height: 68px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.header .header-logo {
    display: block;
    margin-right: 1%;
    margin-left: 3%;
}

.header .header-logo img {
    width: 160px
}

.header .header-logo img:nth-child(2) {
    width: 51.5px;
    margin-left: 4px
}

.header .fuwu-logo {
    margin-left: 4px
}

.country-zhan {
    padding: 0px 20px 0px 20px;
    background: url('../images/position-ico.png') no-repeat;
    font-size: 13px;
}

.country-zhan a:hover {
    color: #fd4343;
}

.nav-wrap {
    display: flex;
    height: 68px;
    line-height: 68px;
    margin-left: 1%;
}

.nav-wrap .first-link {
    margin: 0 13px
}

.nav-wrap .first-link a {
    font-size: 16px;
    display: block;
    text-align: center;
    box-sizing: border-box;
    height: 68px;
    line-height: 68px;
    white-space: nowrap;
    border-bottom: 2px solid rgba(0, 0, 0, 0)
}

.nav-wrap .first-link a span {
    vertical-align: -1px;
    display: inline-block;
    display: none;
    width: 15px;
    height: 68px;
    line-height: 68px;
    transition: all .3s ease-in-out;
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal
}

.nav-wrap .first-link a.active {
    color: #e9422c
}

.nav-wrap .first-link:hover a.first {
    border-bottom: 2px solid #e9422c;
    color: #e9422c
}

.nav-wrap .first-link:hover a.first span {
    transform: rotateX(180deg)
}

.nav-wrap .first-link:hover .second-wrap {
    transform: rotate3d(0, 0, 0, 0deg)
}

.nav-wrap .first-link a.hover {
    color: #e9422c;
    border-bottom: 2px solid #e9422c
}

.second-wrap {
    position: absolute;
    z-index: 9;
    top: 78px;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0);
    transform: rotate3d(-1, 0, 0, 90deg);
    transform-origin: 50% 0%;
    transition: all .3s ease-in-out
}

.second-wrap .second-box {
    max-width: 1000px;
    margin: 0 auto 40px;
    padding: 40px 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0 15px 30px rgba(0, 0, 0, .1)
}

.second-wrap .second-box .flex-box {
    width: 100%
}

.second-wrap .second-box .flex-box:nth-child(2) {
    margin-top: 10px
}

.second-wrap .second-box a {
    width: -moz-fit-content;
    width: fit-content;
    min-width: 160px;
    min-width: 19%;
    font-size: 16px;
    padding: 5px 3% 5px 12px;
    margin-right: 1%;
    height: 46px;
    line-height: 46px;
    border-radius: 3px;
    display: flex;
    align-items: center
}

.second-wrap .second-box a img:first-child {
    width: 22px;
    height: auto;
    margin-right: 8px
}

.second-wrap .second-box a img:nth-child(2) {
    height: 12px;
    margin-left: 4px
}

.second-wrap .second-box a:hover {
    color: #e9422c;
    background-color: rgba(229, 239, 255, .5)
}

.second-wrap .second-box .visible-hidden {
    min-width: 19%;
    margin-right: 1%
}

.second-wrap .second-product-box .flex-box {
    justify-content: flex-start
}

.second-wrap .second-product-box a {
    width: 19%;
    min-width: 18%
}

.second-wrap .second-product-box a:nth-child(5) {
    margin-top: 0
}

.second-pro-wrap {
    top: 68px;
    padding: 20px 0 40px;
    background-color: #fff;
    box-shadow: 0px 10px 20px rgba(51, 51, 51, .2)
}

.second-pro-box {
    max-width: 1000px;
    margin: 0 auto;
    text-align: left;
    display: flex;
    align-items: flex-start;
    justify-content: space-between
}

.second-pro-box .second-item h3 {
    font-size: 18px;
    line-height: 27px;
    text-indent: 15px;
    padding-bottom: 10px;
    margin-bottom: 15px;
    font-weight: bold;
    color: #000;
    border-bottom: 1px solid #e8e8e8
}

.second-pro-box .second-item h3 img {
    height: 27px;
    margin-right: 8px
}

.second-pro-box .second-item a {
    all: unset;
    display: flex;
    align-items: flex-start;
    margin-bottom: 6px;
    line-height: 1.5;
    padding: 6px 25px 6px 15px;
    text-align: left;
    border-radius: 4px;
    cursor: pointer;
    transition: all .25s ease-in-out
}

.second-pro-box .second-item a img {
    height: 24px;
    margin-right: 8px
}

.second-pro-box .second-item a .second-item-fuwu-logo {
    height: 16px;
    margin-right: 4px;
    margin-top: -1px
}

.second-pro-box .second-item a h4 {
    font-size: 16px;
    white-space: nowrap;
    line-height: 1;
    color: #000
}

.second-pro-box .second-item a h4 img {
    width: 20px;
    margin-left: 8px;
    margin-top: -8px
}

.second-pro-box .second-item a p {
    font-size: 14px;
    white-space: nowrap;
    line-height: 1;
    color: #999;
    margin-top: 13px
}

.second-pro-box .second-item a:last-child {
    margin-bottom: 0
}

.second-pro-box .second-item a:hover {
    background-color: #f0f5fd
}

.second-pro-box .second-item a:hover p {
    color: #999
}

.second-pro-box .second-item a:hover .nav-icon {
    background-color: #fff;
    box-shadow: 0px 2px 4px 1px #dee2f0
}

.second-solu-wrap {
    width: 192px;
    left: -60px
}

.second-source-wrap {
    width: -moz-fit-content;
    width: fit-content;
    left: -80px
}

.second-source-wrap .second-box {
    width: auto;
    padding: 30px;
    margin: 0 30px 30px 30px;
    border-radius: 8px
}

.second-source-wrap .second-box a {
    min-width: 130px;
    font-size: 16px;
    padding: 5px 12px;
    margin-right: 0
}

.second-source-wrap .second-box a:not(:last-child) {
    margin-bottom: 10px
}

.second-wrap-other {
    position: absolute;
    top: 68px;
    left: -50%;
    width: 190px;
    margin: 0 auto;
    z-index: 9;
    background-color: #fff;
    border-top: 1px solid #e0e3ea;
    transform: rotate3d(-1, 0, 0, 90deg);
    transform-origin: 50% 0%;
    transition: all .3s ease-in-out
}

.second-wrap-other .second-box {
    display: block;
    box-shadow: 0px 5px 20px 0px rgba(47, 72, 88, .07);
    padding-bottom: 30px;
    padding-top: 30px
}

.second-wrap-other .second-box div {
    padding: 0 15px;
    box-sizing: border-box;
    width: 100%;
    margin: 0 0 10px 0
}

.second-wrap-other .second-box div:last-child {
    margin: 0
}

.second-wrap-other .second-box div a {
    text-align: left;
    font-size: 16px;
    font-weight: normal;
    display: flex !important;
    align-items: center;
    padding: 5px 0 5px 15px;
    margin: 0;
    height: 48px !important;
    line-height: 48px !important
}

.second-wrap-other .second-box div a img {
    width: 26px;
    height: auto;
    margin-right: 8px
}

.second-wrap-other .second-box div a:hover {
    background-color: #f7f7f8
}

.second-wrap-other .second-box div h3 {
    margin-bottom: 15px
}

.second-wrap-source {
    position: absolute;
    left: -60%;
    width: 180px
}

.second-wrap-source a {
    padding-left: 20px !important
}

.nav-right {
    display: flex;
    align-items: center;
    margin-left: auto;
    margin-right: 3%;
}

.nav-right img {
    width: 28px
}

.nav-right .nav-tel {
    font-size: 18px;
    font-weight: normal;
    white-space: nowrap;
    margin: 0 15px 0 5px
}

.nav-right .login {
    width: 80px;
    height: 34px;
    line-height: 31px;
    border-radius: 4px;
    font-size: 14px;
    text-align: center;
    color: #fd4343;
    border: 1.5px solid #fd4343;
    background-color: #fff;
    margin-right: 10px;
    box-shadow: 0px 12px 15px 0px rgba(255, 255, 255, .3);
    transform: perspective(1px) translateZ(0);
    transition: all .3s ease-in-out
}

.nav-right .login:hover {
    box-shadow: 0px 12px 15px 0px rgba(227, 75, 96, .3)
}

.nav-right .tryout {
    position: relative;
    overflow: hidden;
    width: 102px;
    height: 34px;
    line-height: 31px;
    border-radius: 4px;
    font-size: 14px;
    text-align: center;
    color: #fff;
    background-color: #fd4343;
    border: 1.5px solid #fd4343;
    display: inline-block;
    vertical-align: middle;
    box-shadow: 0px 12px 15px 0px rgba(227, 75, 96, .3);
    transform: perspective(1px) translateZ(0);
    transition: all .4s ease-in-out
}

.nav-right .tryout:before {
    content: "";
    position: absolute;
    background-color: #fff;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 4px;
    transform: scaleX(0);
    transform-origin: 0 50%;
    transform-origin: 100% 50%;
    transition: all .4s ease-in-out
}

.nav-right .tryout:hover,
.nav-right .tryout:focus,
.nav-right .tryout:active {
    box-shadow: none;
    line-height: 31px;
    color: #e83820;
    background-color: #fff;
    border: 1.5px solid #e83820
}

.nav-right .tryout:hover:before,
.nav-right .tryout:focus:before,
.nav-right .tryout:active:before {
    transform: scaleX(1)
}

.nav-right .chat-login img {
    width: auto;
    height: 32px
}

.nav-blank {
    width: 100%;
    height: 68px
}

.nav-mobile {
    display: flex;
    align-items: center;
    width: 100%;
    height: 50px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    padding: 0 15px;
    background-color: #fff
}

.nav-mobile .header-mobile-logo {
    height: 25px
}

.nav-mobile .header-mobile-logo img {
    height: 100%
}

.nav-mobile .nav-mobile-tryout {
    display: block;
    width: 60px;
    height: 30px;
    line-height: 30px;
    margin: 0 15px 0 auto;
    font-size: 12px;
    text-align: center;
    border-radius: 4px;
    color: #fff;
    background-color: #e9422c
}

.nav-mobile .menuph {
    display: block;
    width: 28px;
    height: 22px;
    cursor: pointer;
    text-align: center;
    margin: 19px 0 19px 15px;
    position: relative;
    z-index: 2
}

.nav-mobile .menuph .point {
    display: inline-block;
    width: 28px;
    height: 22px;
    position: relative
}

.nav-mobile .menuph .point.active .navbtn {
    background: rgba(0, 0, 0, 0)
}

.nav-mobile .menuph .point.active .navbtn::after {
    transform: rotate(45deg);
    top: 0px
}

.nav-mobile .menuph .point.active .navbtn::before {
    transform: rotate(-45deg);
    top: 0px
}

.nav-mobile .menuph .navbtn {
    position: absolute;
    top: 10px;
    right: 0;
    display: inline-block;
    width: 21px;
    height: 2px;
    background: #e9422c;
    transition: all .3s ease-out 0s
}

.nav-mobile .menuph .navbtn::after {
    top: -11px
}

.nav-mobile .menuph .navbtn::before {
    top: 10px
}

.nav-mobile .menuph .point:hover .navbtn,
.nav-mobile .menuph .point:hover .navbtn::after,
.nav-mobile .menuph .point:hover .navbtn::before {
    width: 28px
}

.nav-mobile .menuph .navbtn::after,
.nav-mobile .menuph .navbtn::before {
    position: absolute;
    right: 0;
    display: inline-block;
    width: 28px;
    height: 2px;
    content: "";
    background: #e9422c;
    transition: all .3s ease-out 0s
}

.nav-mobile .xialaph {
    display: block;
    position: fixed;
    left: 0;
    top: 50px;
    float: left;
    width: 100%;
    height: 100%;
    overflow: scroll;
    padding: 10px 15px 100px 15px;
    display: none;
    z-index: 2;
    background: rgba(255, 255, 255, .9)
}

.nav-mobile .xialaph h4 {
    float: left;
    width: 100%;
    position: relative
}

.nav-mobile .xialaph h4 a {
    float: left;
    color: #333;
    font-size: 16px;
    line-height: 50px
}

.nav-mobile .xialaph h4 a span {
    padding-left: 6px;
    color: #333;
    font-size: 14px
}

.nav-mobile .xialaph h4::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: rgba(0, 0, 0, .1)
}

.nav-mobile .xialaph h4 img {
    width: 15px;
    height: 8px;
    float: right;
    margin-top: 24px;
    cursor: pointer
}

.nav-mobile .xialaph li:last-child h4::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: rgba(0, 0, 0, .1)
}

.nav-mobile .xialaph li:last-child h5::after {
    display: none
}

.nav-mobile .xialaph li:last-child .ul3::after {
    display: none
}

.nav-mobile .xialaph li:first-child h4::after {
    background: none
}

.nav-mobile .xialaph h5 {
    float: left;
    width: 100%;
    position: relative
}

.nav-mobile .xialaph h5 a {
    float: left;
    width: 80%;
    color: #666;
    font-size: 14px;
    line-height: 40px;
    text-transform: uppercase
}

.nav-mobile .xialaph h5::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background-color: rgba(0, 0, 0, .1)
}

.nav-mobile .xialaph h5 img {
    width: 11px;
    height: 6px;
    float: right;
    margin-top: 18px;
    margin-right: 10px;
    cursor: pointer
}

.nav-mobile .xialaph .ul2 {
    float: left;
    width: 100%;
    padding: 0 10px
}

.nav-mobile .xialaph .ul3 {
    float: left;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
    position: relative
}

.nav-mobile .xialaph .ul3::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background-color: rgba(0, 0, 0, .1)
}

.nav-mobile .xialaph .ul3 li a {
    color: #666;
    font-size: 14px;
    line-height: 35px;
    display: block
}

.nav-mobile .xialaph .con-tel {
    float: left;
    text-align: center;
    color: #e9422c;
    width: 100%;
    line-height: 35px;
    margin-top: 10px
}

.nav-mobile .xialaph .con-tel img {
    vertical-align: middle;
    margin-top: -4px
}

.nav-mobile .xialaph .ul2,
.nav-mobile .xialaph .ul3 {
    display: none
}

.nav-mobile .xialaph h4:hover a,
.nav-mobile .xialaph h5:hover a {
    color: #d11144
}

.nav-mobile .xialaph h4 img.img_d,
.nav-mobile .xialaph h5 img.img_d {
    display: none
}

.nav-mobile .xialaph h4.active img.img_s,
.nav-mobile .xialaph h5.active img.img_s {
    display: none
}

.nav-mobile .xialaph h4.active img.img_d,
.nav-mobile .xialaph h5.active img.img_d {
    display: block
}

.nav-mobile .xialaph h4.active a,
.nav-mobile .xialaph h5.active a {
    color: #e9422c
}

.nav-mobile-blank {
    width: 100%;
    height: 50px
}

@keyframes breathe-img {
    0% {
        transform: scale(1)
    }

    25% {
        transform: scale(0.93)
    }

    50% {
        border-color: 1px solid rgba(245, 86, 98, .7);
        transform: scale(0.87)
    }

    75% {
        transform: scale(0.93)
    }

    to {
        transform: scale(1)
    }
}

@keyframes mymove {
    0% {
        transform: scale(1)
    }

    25% {
        transform: scale(1.05)
    }

    50% {
        transform: scale(1.1)
    }

    75% {
        transform: scale(1.05)
    }

    100% {
        transform: scale(1)
    }
}

@keyframes animated-border {
    0% {
        box-shadow: 0 0 0 0 rgba(240, 116, 116, .2)
    }

    100% {
        box-shadow: 0 0 0 12px rgba(4, 235, 54, 0)
    }
}

.fix-box {
    position: fixed;
    top: 60%;
    transform: translateY(-50%);
    right: 8px;
    width: 76px;
    font-size: 14px;
    text-align: center;
    z-index: 998;
    background-color: rgba(0, 0, 0, 0)
}

.fix-chat {
    width: 100%;
    padding-bottom: 15px;
    margin-bottom: 15px;
    position: relative;
    cursor: pointer
}

.fix-chat .fix-chat-img-close {
    position: absolute;
    top: 6px;
    right: 8px;
    text-align: center;
    line-height: 17px;
    font-weight: bold;
    z-index: 10;
    width: 17px;
    height: 17px;
    font-size: 12px;
    color: #fff;
    background: #f55662;
    border-radius: 50%
}

.fix-chat .fix-chat-box {
    position: relative;
    width: 100%;
    margin-right: 4px;
    padding: 3px;
    border-radius: 50%;
    border: 1px solid rgba(245, 86, 98, .5);
    animation: mymove 1s linear infinite, animated-border 1s linear infinite
}

.fix-chat .fix-chat-box .fix-chat-img-box {
    width: 68px;
    height: 68px;
    border-radius: 50%;
    border: 2px solid #f55662;
    animation: breathe-img 1s linear infinite
}

.fix-chat .fix-chat-box .fix-chat-img-box .fix-chat-img {
    width: 100%
}

.fix-chat .fix-chat-text {
    position: absolute;
    left: 3px;
    bottom: 0;
    width: 70px;
    padding: 0 5px;
    font-size: 14px;
    font-weight: bold;
    overflow: hidden;
    height: 24px;
    line-height: 24px;
    border-radius: 4px;
    color: #fff;
    background-color: #f55662;
    box-shadow: 0px 3px 10px rgba(99, 102, 110, .16)
}

.fix-chat .get-chat-slide {
    position: absolute;
    bottom: 0;
    right: 100px;
    display: flex;
    align-items: flex-start;
    color: #444;
    z-index: -1;
    border-radius: 4px;
    text-align: left;
    padding: 13px 60px 13px 20px;
    background-color: #fff;
    box-shadow: 0px 0px 20px -4px rgba(0, 0, 0, .08);
    filter: drop-shadow(0px 2px 12px rgba(0, 0, 0, 0.11)) drop-shadow(0px 2px 12px rgba(0, 0, 0, 0.11))
}

.fix-chat .get-chat-slide .iconfont {
    position: absolute;
    right: 8px;
    top: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    line-height: 1;
    font-size: 13px;
    line-height: 1;
    color: #e4e4e4;
    background-color: #f8f8f8;
    cursor: pointer;
    transition: all .3s ease-in-out
}

.fix-chat .get-chat-slide .iconfont:hover {
    color: red
}

.fix-chat .get-chat-slide .get-chat-slide-img {
    width: 26px;
    height: auto;
    margin-right: 8px
}

.fix-chat .get-chat-slide .get-chat-slide-img img {
    width: 100%
}

.fix-chat .get-chat-slide .get-chat-slide-right {
    flex: 1;
    color: #000
}

.fix-chat .get-chat-slide .get-chat-slide-right h4 {
    font-size: 17px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 12px
}

.fix-chat .get-chat-slide .get-chat-slide-right p {
    word-break: keep-all;
    font-size: 14px;
    line-height: 1
}

.fix-chat .get-chat-slide:after {
    display: inline-block;
    content: " ";
    position: absolute;
    top: 50%;
    right: -21px;
    width: 0;
    height: 0;
    z-index: 0;
    transform: translateY(-50%);
    border-width: 12px;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #fff
}

.fix-chat .toast {
    position: absolute;
    top: 0;
    z-index: 9999;
    right: 100px;
    width: 145px;
    height: 167px;
    padding: 10px;
    text-align: center;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0px 0px 20px -4px rgba(0, 0, 0, .08);
    filter: drop-shadow(0px 2px 12px rgba(0, 0, 0, 0.11)) drop-shadow(0px 2px 12px rgba(0, 0, 0, 0.11))
}

.fix-chat .toast .iconfont {
    position: absolute;
    top: -10px;
    right: -10px;
    display: block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 10px;
    color: #6e7080;
    cursor: pointer;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, .1) 0px 0px 10px 0px
}

.fix-chat .toast img {
    display: block;
    width: 100%
}

.fix-chat .toast p {
    color: #000;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 1;
    margin-top: 8px
}

.fix-chat .toast:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 45px;
    right: -21px;
    width: 0;
    height: 0;
    z-index: 0;
    border-width: 12px;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #fff
}

.fix-item-box {
    width: 70px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: center
}

.fix-item-box .fix-item {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 13px 0;
    border-radius: 4px;
    cursor: pointer;
    color: #000;
    background-color: #fff;
    box-shadow: 0px 0px 20px -4px rgba(0, 0, 0, .08);
    filter: drop-shadow(0px 2px 12px rgba(0, 0, 0, 0.06)) drop-shadow(0px 2px 12px rgba(0, 0, 0, 0.06));
    transition: box-shadow .3s ease-in-out, color .3s ease-in-out, background-color .3s ease-in-out
}

.fix-item-box .fix-item i {
    font-size: 26px;
    color: var(--theme-color);
    line-height: 1
}

.fix-item-box .fix-item p {
    font-size: 14px;
    line-height: 1;
    margin-top: 4px
}

.fix-item-box .fix-item:hover {
    color: red;
    background-color: #eef5ff;
    box-shadow: 0px 0px 24px 0px rgba(168, 173, 184, .5)
}

.fix-item-box .fix-apply i {
    font-size: 30px
}

.fix-item-box .fix-apply .fix-tel-apply {
    position: absolute;
    top: 15px;
    right: 70px;
    width: -moz-fit-content;
    width: fit-content;
    padding: 0 20px;
    height: 45px;
    line-height: 45px;
    border-radius: 4px;
    opacity: 0;
    font-size: var(--font-size);
    white-space: nowrap;
    color: #63666e;
    background-color: #fff;
    box-shadow: 0px 0px 20px -4px rgba(0, 0, 0, .08);
    filter: drop-shadow(0px 2px 12px rgba(0, 0, 0, 0.11)) drop-shadow(0px 2px 12px rgba(0, 0, 0, 0.11));
    transition: all .3s ease-in-out
}

.fix-item-box .fix-apply .fix-tel-apply:after {
    display: inline-block;
    content: " ";
    position: absolute;
    top: 50%;
    right: -21px;
    width: 0;
    height: 0;
    z-index: 0;
    transform: translateY(-50%);
    border-width: 12px;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #fff
}

.fix-item-box .fix-apply:hover .fix-tel-apply {
    opacity: 1;
    right: 90px
}

.fix-item-box .slide-code-wrap {
    position: absolute;
    top: 0;
    right: 90px;
    width: 145px;
    height: 167px;
    padding: 10px;
    text-align: center;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0px 0px 20px -4px rgba(0, 0, 0, .08);
    filter: drop-shadow(0px 2px 12px rgba(0, 0, 0, 0.11)) drop-shadow(0px 2px 12px rgba(0, 0, 0, 0.11))
}

.fix-item-box .slide-code-wrap:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 45px;
    right: -21px;
    width: 0;
    height: 0;
    z-index: 0;
    border-width: 12px;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #fff
}

.fix-item-box .slide-code-wrap img {
    width: 100%;
    display: block
}

.fix-item-box .slide-code-wrap p {
    color: #333;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 1;
    margin-top: 8px
}

.fix-item-box .site-fix-wrap {
    position: absolute;
    z-index: 2;
    top: 45px;
    right: 85px;
    width: -moz-fit-content;
    width: fit-content;
    padding: 10px;
    border-radius: 10px;
    color: #63666e;
    background-color: #fff;
    filter: drop-shadow(0px 5px 20px rgba(47, 72, 88, 0.2));
    transform: translateY(-50%);
    transition: all .3s ease-in-out
}

.fix-item-box .site-fix-wrap:after {
    display: inline-block;
    content: " ";
    position: absolute;
    top: 25px;
    width: 30px;
    height: 30px;
    z-index: -1;
    background-color: #fff;
    transform: rotate(45deg);
    right: -3px
}

.fix-item-box .site-fix-wrap input {
    min-width: 180px;
    height: 36px;
    line-height: 36px;
    padding-left: 8px;
    border: 1px solid #ddd
}

.fix-item-box .site-fix-wrap input::-moz-placeholder {
    font-size: 13px;
    color: #ccc
}

.fix-item-box .site-fix-wrap input::placeholder {
    font-size: 13px;
    color: #ccc
}

.fix-item-box .site-fix-wrap .site-btn {
    display: flex;
    align-items: center;
    width: -moz-fit-content;
    width: fit-content;
    padding: 0 10px;
    overflow: hidden;
    height: 34px;
    margin-left: 8px;
    margin-top: 0;
    border-radius: 4px;
    font-size: 14px;
    letter-spacing: 1px;
    white-space: nowrap;
    cursor: pointer;
    color: #fff;
    background-color: #f55662;
    box-shadow: 0px 3px 10px rgba(99, 102, 110, .16)
}

.fix-item-box .site-fix-wrap .site-btn:hover {
    animation: animated-border 1.5s infinite
}

.fix-item-box .site-fix-wrap .little-tips {
    font-size: 12px;
    text-indent: 6px;
    color: #666;
    text-align: left;
    margin-top: 6px
}

.fix-item-box .site-fix-wrap .tips-error {
    color: #f55662
}

.fix-item-box .toTop {
    height: 32px
}

.fix-item-box .toTop i {
    font-size: 24px;
    color: #646a7f;
    font-weight: bold
}

.fix-item-box .toTop:hover {
    background-color: #eef5ff;
    box-shadow: 0px 0px 24px 0px rgba(168, 173, 184, .47)
}

.fix-item-box .toTop:hover i {
    color: var(--hover-color)
}

@keyframes showclose {
    0% {
        opacity: 0
    }

    20% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.fix-bottom {
    position: fixed;
    bottom: 8%;
    right: 100px;
    z-index: 99999;
    width: 360px;
    height: 540px;
    pointer-events: auto;
    border: 0px;
    border-radius: 16px 16px 0 0;
    overflow: hidden;
    box-shadow: 0 0 8px #aaa;
    transition: all .2s ease-in-out;
    background: linear-gradient(to bottom, transparent 0%, transparent 20%, #f3f3f3 100%)
}

.fix-bottom .holly-kefu {
    border-radius: 16px 16px 0 0;
    overflow: hidden;
    width: 100%;
    height: 100%
}

.fix-bottom .tool-box {
    position: absolute;
    right: 6px;
    top: 16px;
    color: #fff;
    font-size: var(--font-size);
    display: flex;
    align-items: center;
    cursor: pointer;
    animation: showclose .5s
}

.fix-bottom .tool-box i {
    padding: 2px
}

.fix-bottom .tool-box .close-voice {
    font-size: 16px;
    font-weight: lighter
}

.fix-bottom .tool-box .close-min {
    font-weight: bold
}

.fix-bottom .tool-box .close-max {
    font-weight: bold
}

.fix-bottom .tool-box .close-kefu {
    font-size: var(--font-size)
}

.fix-bottom iframe {
    width: 100%;
    height: 100%;
    border: none
}

.fix-bottom .close-again-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 16px 16px 0 0;
    font-size: var(--font-size);
    display: flex;
    align-items: center;
    color: #fff;
    background-color: rgba(0, 0, 0, .4)
}

.fix-bottom .close-again-box .close-again {
    width: 290px;
    margin: 0 auto;
    padding: 20px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 0 8px 0 rgba(232, 237, 250, .6), 0 2px 4px 0 rgba(232, 237, 250, .5)
}

.fix-bottom .close-again-box .close-again h5 {
    width: 100%;
    font-size: 16px;
    line-height: 3;
    color: #333;
    margin-bottom: 15px;
    text-align: center
}

.fix-bottom .close-again-box .close-again div {
    width: 102px;
    height: 34px;
    line-height: 34px;
    border-radius: 4px;
    text-align: center;
    color: #fff;
    cursor: pointer;
    background: linear-gradient(to right, #f45b4b, #ea3e41)
}

.fix-bottom .close-again-box .close-again div:nth-child(3) {
    border: 1px solid #ea3e41;
    color: #ea3e41;
    background: #fff;
    margin-left: 20px
}

.fix-bottom-max {
    bottom: 0%;
    width: 500px;
    height: 600px;
    transition: all .2s ease-in-out
}

.ie-tips-box {
    position: fixed;
    display: none;
    z-index: 999;
    top: 80px;
    padding: 5px 15px 15px 15px;
    right: 20px;
    width: 500px;
    font-size: var(--font-size);
    line-height: 1.8;
    border-radius: 8px;
    color: #333;
    background-color: #fff;
    box-shadow: 0 4px 23px 5px rgba(0, 0, 0, .2), 0 2px 6px rgba(0, 0, 0, .15)
}

.ie-tips-box i {
    color: #009688;
    font-size: 20px
}

.ie-tips-box .iconclose {
    cursor: pointer;
    color: #de392d;
    font-weight: bold;
    position: absolute;
    top: 5px;
    right: 15px
}

.ie-tips-box h3 {
    font-size: 22px;
    line-height: 2;
    font-weight: bold;
    text-align: center;
    color: #282b42
}

.ie-tips-box h4 {
    font-size: 15px;
    color: #282b42
}

.ie-tips-box h4 a {
    color: #de392d;
    font-weight: bold
}

.foot_contact {
    background-color: #fc9814;
    color: #fff;
    height: 50px;
    font-size: 13px;
    line-height: 50px;
    text-align: center;
    position: fixed;
    display: flex;
    align-items: center;
    width: 100%;
    bottom: 0px;
    z-index: 100
}

.foot_contact div {
    text-decoration: none;
    display: block;
    width: 32%;
    font-size: 14px
}

.foot_contact div:first-child span::before {
    content: url(http://www.rcrzj.com/template/pc/skin/image/wen.png);
    width: auto;
    height: 20px;
    vertical-align: middle;
    display: inline-block;
    transform: scale(0.8, 0.8);
    margin-top: -10px
}

.foot_contact a {
    text-decoration: none;
    display: block;
    width: 32%;
    font-size: 14px
}

.foot_contact a span {
    color: #fff;
    font-size: 14px
}

.foot_contact a:nth-child(3) span::before {
    content: url(http://www.rcrzj.com/template/pc/skin/image/telbtn.png);
    width: auto;
    height: 18px;
    vertical-align: middle;
    display: inline-block;
    margin-top: -12px;
    transform: scale(0.8, 0.8)
}

.foot_contact a:last-child span::before {
    content: url(http://www.rcrzj.com/template/pc/skin/image/freebtn.png);
    height: 20px;
    vertical-align: middle;
    display: inline-block;
    margin-top: -10px;
    transform: scale(0.8, 0.8)
}

.foot_contact p {
    width: 2%;
    color: #fff;
    font-size: 14px
}

.more-case-tel {
    width: 100%;
    overflow: hidden;
    text-align: center
}

.more-case-tel img {
    max-width: 100%
}

.more-case-tel .title {
    font-size: 20px;
    line-height: 1.8;
    margin: 10% auto 0
}

.footer-wrap {
    width: 100%;
    padding-bottom: 0;
    background-color: #2b313d
}

.footer-wrap .footer-box {
    padding: 45px 0 20px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between
}

.footer-wrap .footer-box ul li {
    font-size: 14px;
    color: #999;
    line-height: 3
}

.footer-wrap .footer-box ul li span {
    color: #e54032;
    padding-left: 10px
}

.footer-wrap .footer-box ul li a {
    font-weight: 400;
    color: #999;
    font-size: 14px
}

.footer-wrap .footer-box ul li a:hover {
    color: #ccc;
    transition: all .1s ease-out
}

.footer-wrap .footer-box ul li:first-child {
    font-size: 18px;
    color: #fff;
    line-height: 30px;
    margin-bottom: 20px
}

.footer-wrap .footer-box ul:last-child li {
    text-align: center;
    margin: 30px auto
}

.footer-wrap .footer-box ul:last-child li:first-child {
    text-align: left;
    margin: 0 0 20px 0
}

.footer-wrap .footer-box ul.flink-power li {
    margin: 25px auto
}

.footer-wrap .footer-box ul.flink-power li a {
    display: block;
    text-align: center;
    line-height: 1;
    height: auto
}

.footer-wrap .footer-box ul.flink-power li a img {
    width: 56px
}

.footer-wrap .footer-tel img:first-child {
    width: 150px;
    /*    height: 28px*/
}

.footer-wrap .footer-tel img.qr-yunkefu {
    margin: 30px 0 0;
    width: 148px
}

.footer-wrap .footer-tel p {
    font-size: 14px;
    font-weight: normal;
    color: #999;
    line-height: 2;
    margin-top: 23px;
}

.footer-wrap .footer-tel p i {
    font-style: normal;
    font-weight: normal
}

.footer-wrap .footer-tel p .footer-tel-img {
    vertical-align: top;
    height: 20px
}

.footer-wrap .footer-tel p span {
    font-weight: bold;
    color: #fff
}

.footer-wrap .footer-tel p:last-child {
    text-indent: 5px
}

.footer-wrap .footer-area {
    margin: 30px 0;
    color: #999;
    font-size: 14px;
    transition: all .1s ease-out;
    display: none;
}

.footer-wrap .footer-area h4 {
    font-size: 16px;
    line-height: 1;
    margin-bottom: 20px;
    font-weight: bold
}

.footer-wrap .footer-area div {
    margin: 10px 0
}

.footer-wrap .footer-area div:last-child a:first-child {
    margin-right: 4px
}

.footer-wrap .footer-area a {
    font-size: 14px;
    font-weight: normal;
    color: #999;
    transition: all .1s ease-out
}

.footer-wrap .footer-area a:hover {
    color: #ccc
}

.footer-wrap .flink {
    width: 100%;
    margin-bottom: 30px;
    font-size: 14px;
    color: #999;
    overflow: hidden
}

.footer-wrap .flink .bottom-click {
    cursor: pointer;
    transition: all .1s ease-out;
    display: flex;
    align-items: center;
    gap: 6px
}

.footer-wrap .flink .bottom-click span {
    transition: transform .3s ease-in-out
}

.footer-wrap .flink .bottom-click .click-active {
    transform: rotate(180deg)
}

.footer-wrap .flink .bottom-click:hover {
    color: #ccc
}

.footer-wrap .flink ul {
    width: 100%;
    padding-top: 10px
}

.footer-wrap .flink ul li {
    float: left;
    line-height: 20px !important;
    padding: 0px 4px;
    border: none !important;
    margin-bottom: 6px;
    transition: all .1s ease-out
}

.footer-wrap .flink ul li:hover {
    color: #ccc
}

.footer-wrap .flink ul li:first-child {
    color: #999;
    font-size: 14px
}

.footer-wrap .flink ul li a {
    padding: 0px 4px;
    color: #999;
    font-size: 12px;
    transition: all .1s ease-out
}

.footer-wrap .flink ul li a:hover {
    color: #ccc
}

.footer-wrap .copyright-wrap {
    padding: 30px 0;
    background-color: #2b313d;
    border-top: 1px solid #4c515d
}

.footer-wrap .copyright-wrap .copyright {
    width: 100%;
    font-size: 14px;
    font-weight: normal;
    line-height: 2;
    color: #999;
    transition: all .1s ease-out
}

.footer-wrap .copyright-wrap .copyright a {
    color: #999;
    transition: all .1s ease-out
}

.footer-wrap .copyright-wrap .copyright a:hover {
    color: #ccc
}

.footer-wrap .copyright-wrap .copyright img {
    vertical-align: middle;
    margin-top: -4px
}

.ie-tips-box {
    position: fixed;
    display: none;
    z-index: 999;
    top: 80px;
    padding: 5px 15px 15px 15px;
    right: 20px;
    width: 500px;
    font-size: 14px;
    line-height: 1.8;
    border-radius: 8px;
    color: #333;
    background-color: #fff;
    box-shadow: 0 4px 23px 5px rgba(0, 0, 0, .2), 0 2px 6px rgba(0, 0, 0, .15)
}

.ie-tips-box i {
    color: #009688;
    font-size: 20px
}

.ie-tips-box .iconclose {
    cursor: pointer;
    color: #de392d;
    font-weight: bold;
    position: absolute;
    top: 5px;
    right: 15px
}

.ie-tips-box h3 {
    font-size: 22px;
    line-height: 2;
    font-weight: bold;
    text-align: center;
    color: #666
}

.ie-tips-box h4 {
    font-size: 15px;
    color: #666
}

.ie-tips-box h4 a {
    color: #de392d;
    font-weight: bold
}

@media screen and (min-width: 992px)and (max-width: 1200px) {
    .wrap {
        padding-bottom: 50px
    }

    .box {
        max-width: 94%
    }

    h2.title {
        font-size: 26px;
        margin: 50px auto 30px
    }

    .title-p {
        margin-top: -15px;
        text-align: center;
        font-size: 16px;
        line-height: 1;
        color: #999;
        margin-bottom: 30px
    }

    .nav-wrap .first-link {
        margin: 0 10px
    }

    .nav-wrap .first-link a {
        font-size: 15px
    }

    .nav-wrap .first-link a span {
        display: none
    }

    .second-wrap-other {
        width: 160px
    }

    .second-box-solve div:nth-child(n+2) {
        padding-top: 32px
    }

    .second-box div {
        width: 24%;
        margin-top: 1%
    }

    .second-box div h3 {
        font-size: 16px;
        margin-top: 10px;
        margin-left: 15px
    }

    .second-box div a {
        font-size: 15px !important;
        line-height: 1.5 !important;
        padding: 10px 0;
        height: 50px !important
    }

    .second-box div a img {
        height: 30px;
        margin-right: 4px
    }
}

@media screen and (min-width: 768px)and (max-width: 991px) {
    .wrap {
        padding-bottom: 40px
    }

    .box {
        max-width: 94%
    }

    h2.title {
        font-size: 24px;
        margin: 50px auto 30px
    }

    .title-p {
        margin-top: -15px;
        text-align: center;
        font-size: 16px;
        line-height: 1;
        color: #999;
        margin-bottom: 30px
    }

    .header img {
        width: 100px
    }

    .nav-wrap .first-link {
        margin: 0 10px
    }

    .nav-wrap .first-link a {
        font-size: 14px
    }

    .nav-wrap .first-link a span {
        display: none
    }

    .second-wrap-other {
        width: 160px
    }

    .second-box-solve div:nth-child(n+2) {
        padding-top: 32px
    }

    .second-box div {
        width: 24%;
        margin: 2% 1% 2% 1%
    }

    .second-box div h3 {
        font-size: 16px;
        margin-top: 10px;
        margin-left: 15px
    }

    .second-box div a {
        font-size: 15px !important;
        line-height: 1.5 !important;
        margin: 10px 0;
        padding: 10px 0;
        height: 50px !important
    }

    .second-box div a img {
        height: 30px;
        width: auto;
        margin-right: 4px
    }

    .nav-right img {
        display: none
    }

    .nav-right .nav-tel {
        display: none
    }

    .footer-wrap .footer-tel img.qr-yunkefu {
        margin: 30px 0 0;
        width: 100px
    }

    .get-chat-slide {
        display: none
    }

    .footer-wrap .copyright-wrap {
        padding: 20px 0
    }
}

@media screen and (max-width: 768px) {
    html {
        font-size: 2.6666667vw;
        overflow-x: hidden;
        overflow-y: auto;
        background: #fff;
        -webkit-text-size-adjust: 100%;
        -ms-text-size-adjust: 100%;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
    }

    body {
        font-size: 1.2rem;
        color: #444;
        background-color: #fff;
        -webkit-text-size-adjust: none;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
        font-family: system-ui, -apple-system, BlinkMacSystemFont, segoe ui, Roboto, Helvetica, Arial, sans-serif, apple color emoji, segoe ui emoji, segoe ui symbol
    }

    .wrap {
        padding-bottom: 10%
    }

    .box {
        max-width: 94%
    }

    h2.title {
        font-size: 2rem;
        margin: 4rem auto 3rem
    }

    .title-p {
        max-width: 90%;
        margin-left: auto;
        margin-right: auto;
        margin-top: -15px;
        text-align: center;
        font-size: 14px;
        line-height: 1.5;
        color: #999;
        margin-bottom: 30px
    }

    .mobile-nav-header {
        display: flex;
        justify-content: flex-start;
        height: 5rem;
        width: 100%;
        padding: 0 3%;
        position: fixed;
        left: 0;
        top: 0;
        z-index: 99999;
        border-bottom: solid 1px #e1e6f0;
        background-color: #fff;
        transition: all .3s ease-out 0s
    }

    .mobile-nav-header .mobile-nav-logo {
        display: block;
        height: 2.4rem
    }

    .mobile-nav-header .mobile-nav-logo img {
        height: 100%
    }

    .mobile-nav-header .mobile-country-zhan {
        background: url('../images/position-ico.png') no-repeat;
        background-size: 20px;
        padding-left: 5%;
        color: #666;
    }
  .mobile-nav-header .mobile-country-zhan a{
    color: #666;
  }
    .mobile-nav-header .mobile-nav-menu {
        width: -moz-fit-content;
        width: fit-content;
        align-items: center;
        margin-left: auto;
    }

    .mobile-nav-header .mobile-nav-menu a {
        margin-right: 1.5rem;
        width: 8rem;
        height: 2.8rem;
        line-height: 2.8rem;
        font-size: 1.2rem;
        text-align: center;
        border-radius: .2rem;
        color: #fff;
        background: #e9422c
    }

    .mobile-nav-header .mobile-nav-menu i {
        font-size: 3rem;
        color: #666;
        font-weight: bold;
        transition: all .3s ease-out 0s
    }

    .mobile-nav-header .mobile-nav-menu .mobile-menu-active {
        color: #e9422c;
        transform: rotate(90deg)
    }

    .mobile-nav-box {
        background-color: #fff;
        border-bottom: solid 1px #e1e6f0;
        width: 100%;
        position: fixed;
        top: 5rem;
        padding: 0 2rem;
        max-height: 0;
        overflow: hidden;
        transition: all .3s ease-out
    }

    .mobile-nav-box a {
        display: block;
        font-size: 1.4rem;
        line-height: 4rem;
        color: #444;
        transition: all .3s ease-out
    }

    .mobile-nav-box a i {
        float: right;
        font-size: 1.2rem;
        line-height: 4rem;
        vertical-align: middle;
        transition: all .3s ease-out
    }

    .mobile-nav-box h3 {
        display: flex;
        align-items: center;
        justify-content: space-between;
        font-size: 1.4rem;
        line-height: 4rem;
        color: #444;
        transition: all .3s ease-out
    }

    .mobile-nav-box h3 i {
        float: right;
        font-size: 1.2rem;
        line-height: 4rem;
        vertical-align: middle;
        transition: all .3s ease-out
    }

    .mobile-nav-box h4 {
        display: flex;
        align-items: center;
        justify-content: space-between;
        font-size: 1.34rem;
        line-height: 2.5
    }

    .mobile-nav-box h4 i {
        float: right;
        font-size: 1.2rem;
        line-height: 4rem;
        vertical-align: middle;
        transition: all .3s ease-out
    }

    .mobile-nav-box .mobile-link-active {
        color: #e9422c
    }

    .mobile-nav-box .mobile-link-active i {
        transform: rotate(90deg)
    }

    .mobile-nav-box .mobile-nav-second {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        padding-left: 1rem;
        overflow: hidden;
        max-height: 0;
        transition: all .3s ease-out
    }

    .mobile-nav-box .mobile-nav-second a {
        width: 50%
    }

    .mobile-nav-box .mobile-nav-second a img {
        height: 1.6rem;
        margin-right: .5rem
    }

    .mobile-nav-box .mobile-nav-second a img:nth-child(2) {
        height: 1rem;
        margin-right: 0;
        margin-left: .2rem;
        vertical-align: text-top
    }

    .mobile-nav-box .mobile-nav-second-active {
        max-height: 40rem;
        transition: all .3s ease-out;
        overflow: auto;
    }

    .mobile-nav-box .mobile-nav-thrid {
        padding-left: 2rem;
        overflow: hidden;
        max-height: 0;
        transition: all .3s ease-out
    }

    .mobile-nav-box .mobile-nav-thrid a {
        font-size: 1.3rem;
        line-height: 2.5
    }

    .mobile-nav-box .mobile-nav-thrid-active {
        max-height: 16rem
    }

    .mobile-nav-active {
        z-index: 9999;
        max-height: 100rem;
        padding-top: 2.5rem;
        padding-bottom: 2.5rem
    }

    .nav-bottom-tel {
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 1.4rem;
        margin-top: 1.5rem
    }

    .nav-bottom-tel img {
        max-width: 2rem;
        margin-right: 1rem
    }

    .apply-btn-box a {
        width: 102px;
        height: 34px;
        line-height: 34px
    }

    .apply-btn-box a:last-child {
        margin-left: 15px
    }

    .footer-wrap .footer-box {
        padding-top: 20px;
        justify-content: center;
        display: none;
    }

    .footer-wrap .footer-box .footer-tel {
        text-align: center
    }

    .footer-wrap .footer-box .footer-tel img.qr-yunkefu {
        margin: 15px 0 0;
        width: 130px
    }

    .footer-wrap .footer-box .footer-area {
        margin: 15px 0
    }

    .footer-wrap .footer-box ul {
        display: none
    }

    .footer-wrap .flink {
        display: none
    }

    .footer-wrap .copyright-wrap {
        padding: 15px 0 60px
    }

    .mobile-fix-wrap {
        position: fixed;
        z-index: 999;
        right: 10px;
        bottom: 35px
    }

    .mobile-fix-wrap .mobile-fix-button {
        box-shadow: 0 0px 14px 0 rgba(255, 98, 98, .16)
    }

    .mobile-fix-wrap .mobile-fix-button .mobile-chat-box {
        box-sizing: border-box;
        padding: 3px;
        width: 100%;
        position: relative;
        border-radius: 990px;
        border: 1px solid rgba(245, 86, 98, .5);
        animation: mymove 1s linear infinite, animated-border 1s linear infinite
    }

    .mobile-fix-wrap .mobile-fix-button .mobile-chat-box .mobile-chat-img {
        width: 60px;
        height: 60px;
        border-radius: 990px;
        border: 2px solid #f55662;
        animation: breathe-img 1s linear infinite
    }

    .mobile-fix-wrap .mobile-fix-button .mobile-chat-box .mobile-chat-img img {
        width: 100%
    }

    .mobile-fix-wrap .mobile-chat {
        z-index: 9999;
        bottom: 43px;
        right: 95px;
        max-width: 240px;
        height: 50px;
        border-radius: 5px;
        background-color: #fff;
        box-shadow: 0 0px 14px 0 rgba(255, 98, 98, .16)
    }

    .mobile-fix-wrap .mobile-chat a {
        font-size: 14px;
        line-height: 50px;
        color: #000;
        min-width: 120px;
        text-align: center
    }

    .mobile-fix-wrap .mobile-chat a img {
        width: 23px;
        margin-right: 10px;
        vertical-align: middle;
        margin-top: -1px
    }

    .mobile-fix-wrap .mobile-chat .weixin_chat {
        display: block;
        font-size: 14px;
        line-height: 50px;
        min-width: 120px;
        color: #fff;
        width: 50%;
        text-align: center;
        border-radius: 0 5px 5px 0;
        cursor: pointer;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
        background: linear-gradient(to right, #ff8989, #ed4040)
    }

    .mobile-fix-wrap .mobile-chat .weixin_chat img {
        width: 30px;
        margin-right: 10px;
        margin-top: 0;
        vertical-align: middle
    }

    .mobile-fix-wrap .mobile-chat .mobile-chat-close {
        width: 22px;
        height: 22px;
        position: absolute;
        top: -10px;
        left: -10px;
        background-color: #fff
    }

    .mobile-fix-wrap .mobile-chat .mobile-chat-close img {
        width: 100%
    }

    .bottom-apply-wrap {
        height: 16rem !important
    }

    .bottom-apply-wrap .bottom-apply-box h4 {
        font-size: 1.6rem
    }

    .bottom-apply-wrap .bottom-apply-box a {
        width: 10.2rem;
        height: 3.4rem;
        line-height: 3.4rem;
        font-size: 1.4rem;
        margin: 1.5rem auto 0
    }
}

@media screen and (max-width: 1366px)and (min-width: 1201px) {
    body {
        zoom: .9
    }
}

@media screen and (-webkit-device-pixel-ratio: 1.5)and (max-width: 1300px)and (min-width: 1201px) {
    body {
        zoom: .8333333333
    }

    header .nav-wrap {
        max-width: 1200px
    }

    .fix-bottom {
        width: 432px;
        height: 648px;
        transform-origin: right bottom;
        transform: scale(0.8333333333);
        -moz-transform: scale(0.75)
    }
}

/*# sourceMappingURL=public.css.map */