body {
    padding-top: 65px !important
}



#header {
    z-index: 999;
    width: 100%;
    background: #fff;
    position: fixed;
    top: 0;
    z-index: 998;
    transition: .5s;
}

#header>.m {
    display: flex;
    height: 100%; 
    justify-content: space-between;
    align-items: center;
    position: static
}

#header .fl {
    display: flex; position: relative;
    flex-grow: 1
}

#header .fr {
    display: flex;
    justify-content: space-between
}

#header .line01 {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, .1);
    z-index: -1
}

#logo {
    flex-shrink: 0;
    width: 5.5rem;
    margin-right: 5rem
}

#logo a {
    display: flex;
    height: 100%;
    align-items: center
}

#nav {
    flex-grow: 1
}

#nav>ul {
    display: flex
}

#nav>ul>li { 
    z-index: 0;
    text-align: center;
    font-size: 0
}

#nav>ul>li>a {
    display: block;
    font-size: 1rem;
    color: #595656;
    line-height: 65px;
    text-align: center;
    position: relative;
    z-index: 1;
    display: inline-block
}

#nav>ul>li>a:before {
    content: "";
    width: calc(100% + 1.25rem);
    height: 3px;
    position: absolute;
    bottom: 0;
    left: -.625rem;
    background: #707070;
    transition: .3s ease-in-out;
    transform: scaleX(0);
    transform-origin: center; display: none;
}

#nav ul li.on>a:before,
#nav ul li:hover>a:before {
    transform: scaleX(1)
}

#nav>ul>li {
    padding: 0 2rem
}
#nav>ul>li>a{ display: flex; align-items: center;}
.nav_i{ font-family: "swiper-icons"; font-size: 12px; transform: rotate(90deg) scale(.8); display: inline-block; margin-left: .5rem;}
#nav>ul>li:hover .nav_i{ transform: rotate(270deg) scale(.8);}
#nav li .sub {
    position: absolute;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 999;
    transform-origin: 0 0;
    opacity: 0;
    visibility: hidden
}

#nav li .sub .box {
    display: flex;
    width: auto;
    padding: 3rem 0 4rem 0;
}

#nav li .sub .box .left {
    flex-shrink: 0;
    margin-right: 4.5rem
}

#nav li .sub .box .left ul li+li {
    margin-top: 2.5rem
}

#nav li .sub .box .left ul li a {
    font-size: 1.25rem;
    min-width: 12.25rem;
    color: #595656;
    display: flex;
    align-items: center;
    justify-content: space-between
}

#nav li .sub .box .left ul li a i {
    display: block;
    width: .875rem;
    height: 1.125rem;
    background: url(../images/arr_left.svg) center no-repeat;
    background-size: contain !important
}

#nav li .sub .box .left ul li.on a i {
    background: url(../images/arr_left_on.svg) center no-repeat
}

#nav li .sub .box .left ul li.on a {
    color: #E74A4A
}

#nav li .sub.nav_sanwei .box .right li {
    width: 18.5rem !important;
    height: 18.5rem !important;
    background: #F8F8F8;
    border-radius: 6px
}

#nav li .sub.nav_case .box {
    align-items: flex-start;
}

#nav li .sub.nav_case .box .right {
    width: 592px
}

#nav li .sub.nav_case .box .right .img:after {
    padding-top: 47.29%
}

#nav li .sub .box .right .img:after {
    padding-top: 90%
}

#nav li .sub .box .right h4 {
    color: #050505;
    font-size: 1.5rem;
    margin-bottom: .5rem
}

#nav li .sub .box .right p {
    font-size: 1rem;
    color: #050505
}

#nav>ul>li:hover .sub {
    opacity: 1;
    visibility: visible
}

.nav_sub_bg {
    width: 100%;
    background: #fff;
    position: absolute; overflow: hidden;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: -1;
    transition: .2s
}

.nav_sub_bg:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #eee
}

.btn_language {
    position: relative
}

.top_menu_box {
    display: flex;
    margin-left: 2rem;
    align-items: center
}

.top_menu_box .top_menu {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
    border-radius: 50%
}

.top_menu_box .top_menu>a {
    display: flex;
    align-items: center;
    transition: .5s;
    justify-content: center;
    width: 86px;
    height: 32px;
    font-size: 1rem;
    color: #595656;
    border: 1px solid #707070
}

.top_menu_box .top_menu svg {
    width: 1rem;
    height: 1rem
}

.top_menu_box .top_menu.btn_language svg path {
    fill: #707070
}

.top_menu_box .top_menu svg:nth-child(3) {
    width: .625rem;
    height: .625rem
}

.top_menu_box .top_menu span {
    margin-right: .75rem;
    font-size: 1rem;
    color: #595656;
    transition: .5s
}

.top_menu_box .top_menu.btn_search svg {
    width: 1.5rem;
    height: 1.5rem
}

.top_menu_box .top_menu.on svg path {
    fill: #707070
}

.language_sub {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    min-width: 80px;
    padding: .5rem 0;
    background: rgba(255, 255, 255, 1);
    border: 1px solid #ddd;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
    transform-origin: top
}

.btn_language:hover .language_sub {
    opacity: 1;
    visibility: visible
}

.language_sub a {
    display: block;
    text-align: left;
    justify-content: flex-start !important;
    padding: .5rem 2rem;
    padding-left: 15%;
    font-size: .875rem;
    color: #666;
    position: relative;
    z-index: 1;
    transition: .5s
}

.language_sub a:hover {
    color: #af1e28
}

.top_rukou {
    display: flex;
    align-items: center
}

.top_rukou a+a {
    margin-left: 1.5625rem;
    flex-shrink: 0;
    display: block
}

.top_rukou a img {
    display: block;
    width: 2rem;
    height: 2rem
}

.top_user {
    margin: 0 1.875rem
}

.top_user a img {
    display: block
}
.top_user a path{ fill: #fff;}
.top_user a:hover path {
    fill: #af1e28
}

#m_header {
    display: none;
    height: 4.5rem;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 996;
    transition: .5s;
    background: #3B3B3B;
    /* box-shadow: 0 2px 1px 1px rgba(0, 0, 0, 0.16) */
}

#m_header .m {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between
}

#m_header .top_user {
    margin-right: 4rem;
    width: 2rem
}

#m_header .btn_language {
    width: auto;
}

#m_header .language_sub {
    top: 3.5rem
}

#m_header #logo img {
    height: 36px
}

.m_nav_list {
    width: 100%
}

.m_nav_list::-webkit-scrollbar {
    display: none
}

#m_nav .top_search {
    display: flex;
    justify-content: center;
    margin-right: 0;
    margin-top: 1rem;
    margin-bottom: 1rem
}

#m_logo {
    width: 6rem
}

.top_search {
    display: flex;
    justify-content: center;
    margin-top: 1rem;
    margin-bottom: 1rem;
    opacity: 0;
    transition: all .5s cubic-bezier(0.445, 0.145, 0.355, 1);
    transform: translateY(30px)
}

#m_nav.act .top_search {
    opacity: 1;
    transition: all .5s .5s cubic-bezier(0.445, 0.145, 0.355, 1);
    transform: translateY(0)
}

.top_search form {
    width: 304px;
    height: 46px;
    background: 0;
    border-radius: 26px;
    border: 1px solid rgb(255 255 255 / 63%);
    display: flex;
    align-items: center;
    justify-content: space-between
}

.top_search form .input {
    width: 100px;
    height: 100%;
    background: 0;
    border: 0;
    flex-grow: 1;
    color: #fff;
    padding-left: 20px
}

.top_search form .button {
    width: 46px;
    height: 100%;
    cursor: pointer;
    background: url(../images/search-btn.svg) center no-repeat;
    background-size: 23px !important;
    border: 0;
    outline: 0;
    color: #fff
}

.top_search form .button:active {
    background: url(../images/search-btn.svg) center no-repeat
}

.top_search form .input::-webkit-input-placeholder {
    color: #fff
}

.top_search form .input::-moz-placeholder {
    color: #fff
}

.top_search form .input::-moz-placeholder {
    color: #fff
}

.top_search form .input::-ms-input-placeholder {
    color: #fff
}

.top_search form .input:focus::-webkit-input-placeholder {
    color: transparent
}

.top_search form .input:focus:-moz-placeholder {
    color: transparent
}

.top_search form .input:focus::-moz-placeholder {
    color: transparent
}

.top_search form .input:focus:-ms-input-placeholder {
    color: transparent
}

#m_nav {
    z-index: 997;
    position: fixed;
    background: #3b3b3b;
    background-size: cover;
    width: 100%;
    height: 100vh;
    right: 0;
    top: 0;
    display: none;
    padding: 50px 0;
    overflow: hidden;
    pointer-events: none;
    transition: all .5s .5s cubic-bezier(0.445, 0.145, 0.355, 1);
    display: block;
    overflow: auto;
    visibility: hidden;
    opacity: 0;
    transform-origin: left
}

#m_nav::-webkit-scrollbar {
    display: none
}

#m_nav.act {
    pointer-events: auto;
    top: 0;
    visibility: visible;
    opacity: 1;
    transition: all .5s cubic-bezier(0.445, 0.145, 0.355, 1)
}

#m_nav>ul>li {
    width: 80%;
    overflow: hidden;
    padding: 0;
    margin: 0 auto
}

#m_nav>ul>li+li {
    border-top: 1px solid rgb(220 220 220 / 10%)
}

#m_nav li .a {
    display: block;
    opacity: 1
}

#m_nav li h3 {
    line-height: 4.5rem;
    height: 4.5rem;
    color: #fff;
    padding: 0;
    font-size: 1.25rem;
    display: flex;
    justify-content: space-between;
    overflow: hidden;
    transition: all .5s cubic-bezier(0.445, 0.145, 0.355, 1)
}

#m_nav li .a {
    flex-grow: 1
}

#m_nav li .a span {
    display: block;
    position: absolute;
    top: 0;
    right: 10px;
    width: 20px;
    height: 50px;
    text-align: center
}

#m_nav li i {
    font-size: 0
}

#m_nav .title i {
    opacity: 1;
    filter: alpha(opacity=100);
    display: inline-block;
    width: 30px;
    height: 4.5rem;
    opacity: .8;
    float: right;
    display: inline-block;
    background: url(../images/arrow_down.svg) center no-repeat;
    background-size: 14px
}

#m_nav li.on.title i {
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg)
}

#m_nav .on.title i {
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg)
}

#m_nav li {
    display: block;
    width: 100%
}

#m_nav .slide_nav {
    position: absolute;
    left: 0;
    height: 70px;
    z-index: 998;
    padding: 15px;
    top: 0;
    width: 100%
}

#m_nav .title .list {
    display: none;
    position: relative;
    width: 100%;
    z-index: 9;
    left: 0;
    margin-left: 0;
    background: 0;
    border: 0;
    clear: both;
    padding-bottom: 1rem
}

#m_nav .title .list span {
    background: 0
}

#m_nav .title .list span a:hover {
    color: #014085
}

#m_nav .title .list a {
    display: block;
    font-size: 1rem;
    color: #ffffff91;
    text-align: left;
    line-height: 2.5rem;
    border: 0;
    transition: all .5s cubic-bezier(0.445, 0.145, 0.355, 1)
}

#m_nav .title .list .void>a {
    background-size: 10px;
    position: relative
}

#m_nav .title .list .void>a:before {
    content: "·";
    position: absolute;
    left: -1em;
    font-size: 12px;
    font-weight: bold
}

#m_nav .title .list span {
    position: relative;
    display: block
}

#m_nav .title .list span .sub {
    position: static;
    width: 100%;
    display: block !important;
    overflow: hidden
}

#m_nav .title .sub a {
    background: 0;
    font-size: .875rem;
    opacity: .8;
    min-width: 50%;
    float: left;
    display: inline-block;
    color: #999
}

.nav_mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background-color: rgba(0, 0, 0, 0.4);
    display: none
}

#m_nav li h3 {
    transform: translateY(50px);
    opacity: 0
}

#m_nav li .list a {
    transform: translateY(50px);
    opacity: 0
}

#m_nav.act li h3 {
    transform: translateY(0);
    transition: all .5s .6s cubic-bezier(0.445, 0.145, 0.355, 1);
    opacity: 1
}

#m_nav.act .list a {
    transform: translateY(0);
    transition: all .5s .6s cubic-bezier(0.445, 0.145, 0.355, 1);
    opacity: 1
}

#m_nav .top_rukou {
    margin-top: 2rem;
    justify-content: center;
    opacity: 0;
    transform: translateY(50px)
}

#m_nav.act .top_rukou {
    transform: translateY(0);
    transition: all .5s .6s cubic-bezier(0.445, 0.145, 0.355, 1);
    opacity: 1
}

#m_n_nav {
    display: none;
    line-height: 50px;
    position: relative;
    z-index: 9;
    width: 100%;
    background: #af1e28
}

#m_n_nav .m {
    display: flex;
    align-items: center;
    justify-content: space-between
}

#bnt_back svg {
    fill: #fff;
    vertical-align: middle;
    width: 26px;
    height: 26px
}

#m_n_nav h1 {
    font-size: 14px;
    color: #fff;
    text-align: center;
    margin: 0;
    line-height: 50px
}

#bnt_sub_nav {
    cursor: pointer;
    color: #fff;
    font-size: 18px
}

#bnt_sub_nav svg {
    fill: #fff;
    height: 20px;
    vertical-align: middle;
    width: 20px
}

#bnt_sub_nav img {
    display: block;
    height: 15px
}

#bnt_sub_nav.on img {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

#sub_nav_content {
    background: #f0f3f5;
    display: none;
    box-shadow: 0 0 5px #999;
    z-index: 9
}

#sub_nav_content ul {
    padding: 10px
}

#sub_nav_content ul li {
    display: block;
    line-height: 28px;
    margin: 1rem 0
}

#sub_nav_content ul li a {
    display: block;
    border-left: 2px solid #af1e28;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    padding-left: 10px;
    color: #535455
}

#sub_nav_content ul li.on a {
    color: #af1e28
}

#sub_nav_content dl {
    font-size: 0;
    overflow: hidden;
    background: #fff;
    padding: 10px 0;
    border-top: 1px solid #e7e7e7
}

#sub_nav_content dt {
    position: relative;
    background: #fff;
    z-index: 999;
    margin-bottom: 0
}

#sub_nav_content dt a {
    margin: 0 20px;
    display: block;
    color: #5b5349;
    line-height: 30px;
    font-size: 15px;
    font-weight: 400;
    vertical-align: top;
    font-family: Alibaba-PuHuiTi-Regular
}

#sub_nav_content dt a i {
    position: absolute;
    right: 15px;
    top: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    display: none
}

#sub_nav_content dt.title {
    background: #fafafb
}

#sub_nav_content dt.title i {
    opacity: 1;
    filter: alpha(opacity=100)
}

#sub_nav_content dt.title_on {
    background: #fafafb
}

#sub_nav_content dt.title_on a {
    color: #af1e28;
    border-top: 1px solid #fff
}

#sub_nav_content dt.title_on a i {
    color: #af1e28
}

#sub_nav_content dt.last a {
    border-top: 1px solid #f8f8f8
}

#sub_nav_content dt.on a,
#sub_nav_content dt.title_on a {
    color: #af1e28
}

#sub_nav_content dd .box {
    padding: 0
}

#sub_nav_content dd a {
    padding: 0 25px;
    line-height: 30px;
    font-size: 13px;
    color: #5b5349;
    display: block;
    height: 30px
}

#sub_nav_content dd a.on {
    color: #af1e28
}

#banner {
    position: relative;
    z-index: 0
}

#banner .swiper-slide {
    overflow: hidden
}

#banner .slide-inner img {
    display: block
}

#banner .txt {
    color: #fff;
    height: 100%;
    display: flex;
    float: right;
    flex-direction: column;
    max-width: 45%;
    align-items: flex-start;
    justify-content: center
}

#banner .txt * {
    opacity: 0
}

#banner .txt .h3 {
    font-size: 3.75rem;
    font-weight: bold;
    margin-bottom: 2.25rem
}

#banner .txt .h4 {
    font-size: 2.25rem;
    line-height: 2.25rem;
    margin-bottom: 4.75rem
}

#banner .txtbox {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 3
}

.bn_btn {
    width: 11.25rem;
    height: 5rem;
    font-size: 1.75rem;
    background: #E74A4A;
    border-radius: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center
}

#banner .arr {
    font-family: 'swiper-icons';
    position: absolute;
    top: 50%;
    z-index: 9;
    color: #fff;
    font-size: 2.5rem;
    font-weight: bold;
    cursor: pointer
}

#banner .arr_left {
    left: 2.5rem
}

#banner .arr_right {
    right: 2.5rem
}

#banner .swiper-slide.swiper-slide-active .txt .h3 {
    animation: enter 1s forwards .1s
}

#banner .swiper-slide.swiper-slide-active .txt .h4 {
    animation: enter 1s forwards .2s
}

#banner .swiper-slide.swiper-slide-active .txt .bn_btn {
    animation: enter 1s forwards .3s
}

.btn_liaojie {
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    width: 10.9375rem;
    height: 3.125rem;
    border-radius: 1.5rem;
    font-size: 1.125rem;
    background: #e60012;
    color: #fff
}

@-webkit-keyframes enter {
    0% {
        opacity: 0;
        transform: translateY(100px);
        -webkit-transform: translateY(100px);
        -moz-transform: translateY(100px);
        -ms-transform: translateY(100px);
        -o-transform: translateY(100px)
    }

    20% {
        opacity: 0;
        transform: translateY(100px);
        -webkit-transform: translateY(100px);
        -moz-transform: translateY(100px);
        -ms-transform: translateY(100px);
        -o-transform: translateY(100px)
    }

    100% {
        opacity: 1;
        transform: translateY(0px);
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px)
    }
}

@keyframes enter {
    0% {
        opacity: 0;
        transform: translateY(100px);
        -webkit-transform: translateY(100px);
        -moz-transform: translateY(100px);
        -ms-transform: translateY(100px);
        -o-transform: translateY(100px)
    }

    20% {
        opacity: 0;
        transform: translateY(100px);
        -webkit-transform: translateY(100px);
        -moz-transform: translateY(100px);
        -ms-transform: translateY(100px);
        -o-transform: translateY(100px)
    }

    100% {
        opacity: 1;
        transform: translateY(0px);
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px)
    }
}

.n_banner {
    height: 29.125rem;
    width: 100%;
    overflow: hidden
}

.n_banner .m {
    display: flex;
    flex-direction: column;
    height: 100%;
    align-items: center;
    justify-content: center;
    text-align: center
}

.n_banner h3,.n_banner .h3 {
    color: #fff;
    font-size: 3.75rem;
    margin-bottom: 1.75rem;
    font-weight: 500
}

.n_banner p {
    font-size: 1.5rem;
    line-height: 2;
    color: #FFF
}

#bn_dailishang {
    height: 43.75rem
}

.n_title {
    padding: 0;
    position: relative;
    z-index: 1
}

.n_title:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #e5e5e5
}

.n_title .m {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.n_nav {
    position: relative;
    flex-grow: 1
}

.n_nav ul {
    display: flex
}

.n_nav li {
    display: block;
    flex-grow: 1;
    max-width: 13.75rem;
    font-size: 1.125rem;
    float: left;
    line-height: 4.375rem;
    z-index: 1;
    position: relative;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px
}

.n_nav li a {
    display: block;
    padding: 0 2rem;
    text-align: center;
    color: #2b2b2b;
    transition: .5s
}

.n_nav li+li:after {
    content: "";
    display: block;
    width: 1px;
    height: 18px;
    background: #ccc;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -9px
}

.n_nav li:before {
    content: "";
    width: 0;
    height: 100%;
    position: absolute;
    background: #af1e28;
    bottom: 0;
    left: 0;
    transition: .3s ease-in-out;
    opacity: 0;
    z-index: -1
}

.n_nav li.on a,
.n_nav li:hover a {
    color: #fff
}

.n_nav li.on:before,
.n_nav li:hover:before {
    width: 100%;
    opacity: 1
}

.n_nav li.on:after,
.n_nav li:hover:after {
    opacity: 0
}

.n_nav .sub {
    position: absolute;
    top: 100%;
    min-width: 100%;
    left: 0;
    display: none
}

.n_nav .sub a {
    display: block;
    height: 2.75rem;
    font-size: .9rem;
    line-height: 2.75rem;
    transition: .3s;
    background: #fff;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    white-space: nowrap;
    padding: 0 15px;
    font-weight: normal !important;
    color: #2f2f2f
}

.n_nav .sub a:hover {
    color: #af1e28
}

.position {
    left: 0;
    bottom: 0;
    font-size: .9375rem;
    color: #747679;
    display: flex;
    align-items: center
}

.position>svg {
    margin-right: 5px
}

.position span,
.position a,
.position i {
    font-size: .8125rem;
    color: #828386;
    flex-shrink: 0;
    -moz-transition: all .36s ease-in-out;
    -webkit-transition: all .36s ease-in-out;
    -o-transition: all .36s ease-in-out;
    -ms-transition: all .36s ease-in-out;
    transition: all .36s ease-in-out
}

.position i {
    margin: 0 .5rem;
    font-style: normal;
    width: 8px;
    height: 8px
}

.position span {
    color: #af1e28;
    font-style: normal
}

.position em {
    color: #af1e28;
    font-style: normal
}

.position a:hover {
    color: #af1e28
}

.s_newpro ul li+li {
    margin-top: 1rem
}

.s_newpro ul li .box {
    display: grid;
    grid-template-columns: .62fr .38fr;
    gap: 16px
}

.s_newpro ul li .left {
    background: #F8F8F8;
    border-radius: 6px
}

.s_newpro ul li .right {
    background: #F8F8F8;
    border-radius: 6px
}

.s_newpro ul li .txt {
    padding: 4.375rem 3.75rem 2.875rem;
    position: relative
}

.s_newpro ul li .txt .tag {
    width: 11.875rem;
    height: 4.5rem;
    background: #E74A4A;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1.5rem;
    position: absolute;
    right: 0;
    top: 0
}

.s_newpro ul li .txt .tt {
    margin-bottom: 2.375rem
}

.s_newpro ul li .txt .tt .h4 {
    color: #666;
    font-size: 2.25rem;
    font-weight: bold;
    margin-bottom: 1.125rem
}

.s_newpro ul li .txt .tt .h5 {
    font-size: 1rem;
    color: #666;
    line-height: 1.375rem
}

.s_newpro ul li .txt hr {
    margin: 2.5rem 0
}

.s_newpro ul li .pro_fab {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.25rem
}

.s_newpro ul li dl {
    display: grid;
    grid-template-columns: 2.25rem 1fr;
    gap: 1.125rem;
    align-items: center
}

.s_newpro ul li dl dd {
    color: #2F2F2F;
    font-size: 1rem;
    line-height: 1.375rem
}

.s_newpro ul li .btnbox {
    display: flex
}

.s_newpro ul li .btnbox a+a {
    margin-left: 2.5rem
}

.s_newpro ul li .imgbox {
    padding-top: 2rem
}

.s_newpro ul li .img {
    height: calc(100% - 6rem);
    margin-bottom: 1rem
}

.s_newpro ul li .imgbox .h4 {
    text-align: center;
    font-size: 1.75rem;
    color: #666;
    font-weight: 500
}

.btn_nomal {
    flex-shrink: 0;
    width: 10.375rem;
    height: 3.125rem;
    background: #FFF;
    font-size: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s
}

.btn_nomal i {
    width: 3.125rem;
    height: 3.125rem;
    background: #E74A4A;
    display: flex;
    align-items: center;
    justify-content: center
}

.btn_nomal i img {
    max-width: 50%;
    max-height: 50%
}

.btn_buy {
    display: grid !important;
    grid-template-columns: 1fr 3.125rem
}

.btn_buy span {
    justify-self: center
}

.btn_nomal:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1)
}

.s_newpro ul li:nth-child(3) .box,
.s_newpro ul li:nth-child(4) .box {
    grid-template-columns: .38fr .62fr
}

.s_newpro ul li:nth-child(3) .box .left,
.s_newpro ul li:nth-child(4) .box .left {
    grid-column: 2/3;
    grid-row: 1/2
}

.s_newpro ul li:nth-child(3) .box .right,
.s_newpro ul li:nth-child(4) .box .right {
    grid-column: 1/2;
    grid-row: 1/2
}

.s_pro .hd {
    margin-bottom: 2.75rem
}

.s_pro .hd ul {
    display: flex;
    flex-wrap: wrap
}

.s_pro .hd ul li {
    margin-right: 4.375rem;
    flex-shrink: 0;
    font-size: 1.75rem;
    color: #BABABA;
    transition: .3s
}

.s_pro .hd ul li.on {
    color: #E74A4A
}

.s_pro .bd {
    position: relative
}

.s_pro .bd .box {
    text-align: center;
    background: #F8F8F8;
    border-radius: 6px;
    padding: 1.875rem 1.875rem 2.5rem
}

.s_pro .bd .box h4 {
    font-size: 1.75rem;
    color: #050505;
    font-weight: 500
}

.s_pro .bd .box p {
    color: #666;
    font-size: 1rem;
    line-height: 1.375rem;
    margin-top: 1.25rem;
    margin-bottom: 3.5rem
}

.s_pro .bd .box .btnbox {
    display: flex;
    align-items: center;
    justify-content: space-around;
    max-width: 234px;
    margin: 0 auto
}

.btn_line {
    text-decoration-line: underline;
    font-size: 16px;
    color: #666;
    transition: .3s
}

.btn_line:hover {
    color: #E74A4A
}

.s_pro .arr {
    font-family: "swiper-icons";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 2.25rem;
    height: 2.25rem;
    background: #BABABA;
    color: #fff;
    cursor: pointer;
    line-height: 2.25rem;
    text-align: center;
    border-radius: 50%
}

.s_pro .arr_left {
    left: -4.75rem
}

.s_pro .arr_right {
    right: -4.75rem
}

.s_hd {
    margin-bottom: 4rem
}

.s_hd.between {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.s_tt .h3,.s_tt h3 {
    font-size: 2.75rem;
    color: #000;
    font-weight: bold
}

.s_tt h4 {
    font-size: 1.75rem;
    margin-top: 2rem
}

.s_tt h5 {
    font-size: 1.5rem;
    margin-top: 2rem;
    color: #666;
}

.s_tt.center {
    text-align: center
}

.s_tt.white h3,.s_tt.white .h3 {
    color: #fff
}

.s_tt.white h4 {
    color: rgba(255, 255, 255, 1)
}

.more_r {
    font-size: 1rem;
    color: #000;
    transition: .5s
}

.more_r {
    color: #4597E5
}

.s_duibi .bd {
    position: relative
}

.s_duibi .bd img {
    display: block;
    border-radius: 6px;
    overflow: hidden;
    overflow: hidden
}

.s_duibi .bd .box {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    padding-top: 4rem
}

.s_duibi .bd .txt {
    display: grid;
    gap: 1.375rem
}

.s_duibi .bd .txt p {
    font-size: 1.25rem;
    color: #5C5C5C
}

.s_duibi .bd .txt h3 {
    font-size: 3.125rem;
    color: #010000
}

.s_duibi .bd .txt h4 {
    color: #010000;
    font-size: 1.875rem
}

.s_duibi .bd .txt a {
    font-size: 1.125rem;
    color: #000;
    transition: .3s
}

.s_duibi .bd .txt a:hover {
    color: #E74A4A
}

.arr_left2 {
    display: block;
    width: 1.875rem;
    height: 18px;
    background: url(../images/arr_left2_black.svg) center no-repeat;
    background-size: contain !important;
    transition: .3s
}

.s_fugai .bd {
    display: flex;
    border-radius: 6px;
    background: #F2F2F2;
    overflow: hidden
}

.s_fugai .bd .left {
    flex-grow: 1;
    padding: 1.25rem 1.875rem
}

.s_fugai .bd .right {
    flex-shrink: 0;
    width: 37rem
}

.s_fugai .bd .left ul li+li {
    margin-top: .625rem
}

.s_fugai .bd .left ul li a {
    display: flex;
    height: 4.375rem;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    padding: 0 2.5rem;
    transition: .3s
}

.s_fugai .bd .left ul li .h4 {
    color: #000;
    font-size: 1.5rem;
    transition: .3s
}

.s_fugai .bd .left ul li.on a {
    background: #9E9E9F
}

.s_fugai .bd .left ul li.on h4 {
    color: #fff
}

.s_fugai .bd .left ul li.on i {
    background: url(../images/arr_left2_white.svg) center no-repeat
}

.s_fugai .bd .right .img {
    height: 36.875rem
}

.s_moxing {
    background: #000
}

.s_moxing .bd ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2.25rem
}

.s_moxing .bd ul li .box .img {
    background: radial-gradient(circle at center, #C4C4C4 0, #000 99%);
    border-radius: 11px
}

.s_moxing .bd ul li .box .img .pic {
    padding: 1.25rem
}

.s_moxing .bd ul li .box .img:after {
    padding-top: 132.97%
}

.s_video .bd ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem
}

.s_video .bd ul li .box {
    border-radius: 6px;
    overflow: hidden;
    display: block
}

.s_video .bd ul li .img:after {
    padding-top: 56.55%
}

.s_video .bd ul li .img:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 9;
    left: 0;
    top: 0;
    background: url(../images/play.svg) center no-repeat;
    background-size: 4.25rem;
    opacity: .5;
}

.s_video .bd ul li .txt {
    background: #F6F6F6;
    padding: 1.875rem 1.25rem 1.375rem
}

.s_video .bd ul li .txt h4 {
    font-size: 1rem;
    line-height: 1.625rem;
    height: 3.25rem;
    color: #666
}

.s_video .bd ul li .txt .bot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 1.25rem
}

.s_video .bd ul li .txt .bot span {
    color: #666666;
    font-size: 1rem
}

.arr3 {
    width: 1.25rem;
    height: 1rem;
    display: block;
    background: url(../images/arr3.png) center no-repeat;
    background-size: contain
}

#s_news.s_video .bd ul li .img:before {
    display: none
}

.s_shili ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem
}

.s_shili ul li:nth-child(1) {
    grid-column: 1/3
}

.s_shili ul li:nth-child(2) {
    grid-column: 3/4
}

.s_shili ul li .box {
    display: block;
    border-radius: 6px;
    overflow: hidden;
    height: 100%
}

.s_shili ul li .img:after {
    padding-top: 51%
}

.s_shili ul li .txt {
    background: #F7F7F7;
    height: 100%;
    padding: 1.25rem 1.875rem;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.s_shili ul li .img+.txt {
    height: auto;
    padding: 1.25rem 1.5rem
}

.s_shili ul li .txt h4 {
    font-size: 1.75rem;
    color: #2F2F2F
}

.s_shili ul li .txt p {
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.625rem;
    height: 3.25rem;
    margin-top: 1rem;
    color: #666
}

.s_lianxi .bd {
    display: flex
}

.s_lianxi .left {
    margin-right: .9375rem;
    flex-grow: 1
}

.s_lianxi .right {
    width: 24.25rem;
    flex-shrink: 0
}

.s_lianxi .right img {
    width: 100%;
    height: 100%;
    border-radius: 6px;
    object-fit: cover
}

.s_lianxi .left ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 16.25rem 16.25rem;
    gap: 1.0625rem
}


.s_lianxi .left ul li .box {
    height: 100%;
    background: #F6F6F6;
    border-radius: 6px;
    padding: 0 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center
}

.s_lianxi .left ul li .box .ico {
    width: 3.5rem;
    height: 3.5rem;
    display: flex;
    align-items: center;
    justify-content: center
}

.s_lianxi .left ul li .box .ewm {
    width: 5rem;
    height: 5rem;
}

.s_lianxi .left ul li .box h4 {
    font-size: 1.75rem;
    color: #000;
    margin: 1.25rem 0
}

.s_lianxi .left ul li .box p {
    font-size: 1rem;
    color: #666;
    line-height: 2rem
}

.s_lianxi .mapslide .bd img {
    width: 100%;
    height: 21rem;
    object-fit: cover
}

.s_lianxi .mapslide .bd li {
    width: 100%
}

#foot {
    padding: 3.75rem 0;
    background: #000
}

#foot .box {
    display: flex;
    justify-content: space-between
}

.foot_nav {
    display: flex
}

.foot_nav dl+dl {
    margin-left: 6rem
}
.foot_nav dl dt a {
 font-size: 1.25rem;
}

.foot_nav dl dd a {
    font-size: 1rem;
    color: #FFF;
    display: block;
    font-weight: 300;
    transition: .3s
}

.foot_nav dl dd a:hover {
    color: #E74A4A
}

.foot_nav dl dd a+a {
    margin-top: 1.125rem
}

.foot_nav dl dt,
.foot_form .tt {
    font-size: 1.25rem;
    color: #FFF;
    font-weight: bold;
    margin-bottom: 2.125rem
}

.foot_form {
    width: 24.25rem;
    max-width: 100%
}

.foot_form form {
    display: flex
}

.foot_form form .input {
    flex-grow: 1;
    border: 1px solid #707070;
    font-weight: 300;
    padding: 0 1.125rem;
    font-size: 1.375rem;
    color: #fff;
    border-right: 0;
    border-radius: 6px 0 0 6px
}

.foot_form form .button {
    flex-shrink: 0;
    background: #707070;
    border-radius: 0 6px 6px 0;
    width: 3.75rem;
    height: 3.125rem;
    padding: .5rem;
    transition: .3s
}

.foot_form form .button img {
    max-width: 100%;
    max-height: 100%
}

.foot_form form .button:hover {
    background: #e60012
}

.foot_form form .input::-webkit-input-placeholder {
    color: #707070
}

.foot_share {
    margin-top: 1.5rem
}

.foot_share ul {
    display: flex
}

.foot_share ul li {
    margin-right: 1.625rem;
    position: relative
}

.foot_share ul li a {
    width: 2.5rem;
    height: 2.5rem;
    display: block;
    position: relative
}

.foot_share ul li a img {
    transition: .3s
}

.foot_share ul li:hover a img {
    opacity: .8
}

.copyright {
    padding-top: 1.5rem;
    margin-top: 1.5rem;
    border-top: 1px solid #979797;
    font-size: 1rem;
    color: #ffffff8a;
    line-height: 1.5
}

.foot_share li .ewmbox {
    position: absolute;
    opacity: 0;
    transform: translateY(10px);
    visibility: hidden;
    width: 8rem;
    left: 0;
    top: calc(100% + 1rem);
    transition: .5s
}

.foot_share li:hover .ewmbox {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px)
}

.foot_share li .ewm {
    position: relative;
    background: #fff;
    border-radius: 5px;
    padding: .375rem;
    border: 1px solid #ddd
}

.foot_share li .ewm img {
    width: 7rem;
    height: 7rem;
    margin: 0 auto;
    display: block;
    mix-blend-mode: multiply;
    position: relative;
    z-index: 3
}

.foot_share li .ewm p {
    font-size: .8125rem;
    text-align: center;
    color: #666;
    position: relative;
    z-index: 3;
    margin: .25rem 0
}

.foot_share li .ewm:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
    border-radius: 5px;
    z-index: 1
}

.foot_share li .ewm:before {
    content: "";
    display: block;
    width: 1rem;
    height: 1rem;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    transform: rotate(45deg);
    position: absolute;
    z-index: 1;
    background: #fff;
    left: .625rem;
    bottom: 100%;
    margin-bottom: -9px;
    border-radius: 3px
}

.n_fuwu ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem
}

.n_fuwu ul li .box {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 2.25rem 2rem 1.25rem;
    flex-direction: column;
    background: #F6F6F6;
    border-radius: 6px 6px 6px 6px
}

.n_fuwu ul li .txt {
    text-align: center
}

.n_fuwu ul li .txt h4 {
    font-size: 1.75rem;
    color: #000;
    margin-top: 1.125rem
}

.n_fuwu ul li .txt p {
    font-size: 1rem;
    color: #000;
    margin-top: .875rem;
    margin-bottom: 1rem;
    line-height: 1.5
}

.n_fuwu ul li .txt span {
    color: #4597E5;
    font-size: 1rem
}

.n_xiazai ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem
}

.n_xiazai ul li .box {
    display: block;
    padding: 3rem 2rem;
    height: 100%;
    flex-direction: column;
    background: #F6F6F6;
    border-radius: 6px
}

.n_xiazai ul li .txt {
    text-align: center
}

.n_xiazai ul li .txt h4 {
    font-size: 1.75rem;
    color: #000
}

.n_xiazai ul li .txt p {
    font-size: 1rem;
    color: #000;
    margin-top: 1.25rem;
    line-height: 1.625rem
}

.n_xiazai ul li .txt span {
    color: #4597E5;
    font-size: 16px
}

.botbtnbox {
    margin-top: 2rem
}

.botbtnbox .more_r {
    color: #4597E5
}

.n_pro ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem
}

.n_pro ul li .box {
    display: block;
    flex-direction: column
}

.n_pro ul li .img {
    background: #F6F6F6;
    border-radius: 6px
}

.n_pro ul li .img:after {
    padding-top: 100%
}

.n_pro ul li .pic {
    padding: 3rem 1rem 1rem
}

.n_pro ul li h4 {
    font-size: 1.5rem;
    color: #000;
    margin-top: 1.125rem;
    text-align: center
}

.n_hd {
    margin-bottom: 2.5rem
}

.list_slide dl {
    position: relative
}

.list_slide dl:before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: rgba(112, 112, 112, 0.5);
    position: absolute;
    left: 0;
    bottom: 0
}

.list_slide dl+dl {
    margin-top: 2rem
}

.list_slide dl dt {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: .75rem;
    line-height: 27px;
    cursor: pointer
}

.list_slide dl dt h4 {
    font-size: 1.5rem;
    color: #000
}

.list_slide dl dt .tgl {
    display: block;
    width: 27px;
    height: 27px;
    flex-shrink: 0;
    margin-left: 1rem;
    background: url(../images/arr_down.svg) center no-repeat;
    background-size: contain;
    transition: .5s
}

.list_slide dl.on dt .tgl {
    transform: rotate(180deg)
}

.list_slide dd {
    display: none;
    transition: 0s;
    line-height: 3rem;
    font-size: 1rem;
    color: #666;
    padding-bottom: 1.25rem
}

.list_slide dd p {
    margin-bottom: 0
}

.list_slide dd p:last-child {
    padding-bottom: 0
}

.scrollbox::-webkit-scrollbar {
    width: 2px;
    height: 8px;
    background-color: #d9dce0
}

.scrollbox::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #d9dce0
}

.scrollbox::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #db0018;
    box-shadow: 0;
    -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0)
}

.n_faq .outbox {
    display: flex;
    justify-content: space-between;
    background: #F6F6F6;
    padding: 3.125rem
}

.n_faq .hd {
    max-width: 21.875rem;
    flex-shrink: 0;
    margin-right: 2rem
}

.n_faq .bd {
    flex-grow: 1;
    max-width: 748px
}

.n_faq .hd ul li+li {
    margin-top: 2rem
}

.n_faq .hd ul li a {
    font-size: 1.5rem;
    color: #000;
    line-height: 27px;
    display: block;
    padding-bottom: .75rem;
    position: relative
}

.n_faq .hd ul li a:before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: rgba(112, 112, 112, 0.5);
    position: absolute;
    left: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden
}

.n_faq .hd ul li.on a:before {
    opacity: 1;
    visibility: visible
}

.n_newpro ul li .box {
    display: grid;
    grid-template-columns: .37fr .62fr;
    gap: 16px
}

.n_newpro ul li .left {
    background: #F8F8F8;
    border-radius: 6px
}

.n_newpro ul li .right {
    background: #F8F8F8;
    border-radius: 6px
}

.n_newpro ul li .txt {
    padding: 4rem 3.75rem 4rem;
    position: relative
}

.n_newpro ul li .txt .tag {
    width: 11.875rem;
    height: 4.5rem;
    background: #E74A4A;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1.5rem;
    position: absolute;
    right: 0;
    top: 0
}

.n_newpro ul li .txt .tt {
    margin-bottom: 3.5rem
}

.n_newpro ul li .txt .tt h4 {
    color: #666;
    font-size: 2.25rem;
    font-weight: bold;
    margin-bottom: 1.125rem
}

.n_newpro ul li .txt .tt h5 {
    font-size: 1.5rem;
    color: #666;
    line-height: 1.375rem
}

.n_newpro ul li .txt hr {
    margin: 2.5rem 0
}

.n_newpro ul li .pro_fab {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.25rem
}

.n_newpro ul li dl {
    display: grid;
    grid-template-columns: 2.5rem 1fr;
    gap: 1.125rem;
    align-items: center
}

.n_newpro ul li dl dd {
    color: #2F2F2F;
    font-size: 1rem;
    line-height: 1.375rem
}

.n_newpro ul li .btnbox {
    display: grid;
    grid-template-columns: 1fr 1fr
}

.btn_pdf {
    font-size: 1rem;
    color: #494949
}

.btn_pdf img {
    width: 2.5625rem;
    height: 2.5625rem;
    margin-bottom: .9375rem
}

.n_newpro ul li .imgbox {
    display: flex;
    align-items: center
}

.n_newpro ul li .img {
    height: calc(100% - 6rem)
}

.n_newpro ul li .imgbox h4 {
    text-align: center;
    font-size: 1.75rem;
    color: #666;
    font-weight: 500
}

.n_shangshou p {
    max-width: 240px
}

.n_shangshou ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem
}

.n_shangshou ul li .box {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 3rem 2rem 2.25rem;
    flex-direction: column;
    background: #F6F6F6;
    border-radius: 6px 6px 6px 6px
}

.n_shangshou ul li .txt {
    text-align: center
}

.n_shangshou ul li .txt h4 {
    font-size: 1.75rem;
    color: #000
}

.n_shangshou ul li .txt p {
    font-size: 1rem;
    color: #000;
    margin-top: 1.375rem;
    margin-bottom: 1rem;
    line-height: 1.5
}

.n_shangshou ul li .txt span {
    color: #4597E5;
    font-size: 1rem
}

.n_video .m {
    max-width: 1700px
}

.n_video .hd {
    margin-bottom: 4rem
}

.n_video .hd ul {
    display: flex;
    align-items: center;
    justify-content: center
}

.n_video .hd ul li {
    font-size: 1.75rem;
    color: #000;
    margin: 0 1.75rem
}

.n_video .hd ul li.on {
    color: #E74A4A
}

.n_video .innerbox {
    display: flex;
    align-items: flex-start
}

.n_video .left {
    min-width: 13.625rem;
    flex-shrink: 0;
    background: #F6F6F6;
    margin-right: 2.25rem;
    border-radius: 6px;
    position: sticky;
    top: 7.5rem
}

.n_video .right {
    flex-grow: 1
}

.n_videolist ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2.25rem
}

.n_videolist ul li .box {
    border-radius: 6px;
    overflow: hidden;
    display: block
}

.n_videolist ul li .img:after {
    padding-top: 56.55%
}

.n_videolist ul li .img:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 9;
    left: 0;
    top: 0;
    background: url(../images/play.svg) center no-repeat;
    background-size: 4.125rem;
        opacity: .5;
}

.n_videolist ul li .txt {
    background: #F6F6F6;
    padding: 1.875rem 1.25rem 1.375rem
}

.n_videolist ul li .txt h4 {
    font-size: 1rem;
    line-height: 1.625rem;
    height: 3.25rem;
    color: #666
}

.n_videolist ul li .txt .bot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 1.25rem
}

.n_videolist ul li .txt .bot span {
    color: #666;
    font-size: 1rem
}

.left_nav {
    padding: 2.875rem 1rem 2.75rem 3.25rem
}

.left_nav li+li {
    margin-top: 4.875rem;
    white-space: nowrap
}

.left_nav li a {
    font-size: 1.75rem;
    color: #000
}

.left_nav li.on a {
    color: #E74A4A
}

.btn_getziliao {
    display: flex;
    align-items: center;
    font-size: 1.125rem;
    color: #4597E5
}

.btn_getziliao img {
    width: 2.125rem;
    display: block;
    margin-right: 1.5rem
}

.n_jilu .n_tt2 {
    margin-bottom: 0
}

.n_tt2 {
    padding-bottom: 4rem;
    margin-bottom: 4rem;
    border-bottom: 1px solid #707070;
    text-align: center
}

.n_tt2 h3 {
    font-weight: bold;
    font-size: 2.75rem;
    color: #000
}

.n_jilu .bd {
    border-bottom: 1px solid #707070;
    padding: 3rem 0
}

.n_jilu .bd .scrollbox {
    max-height: 30rem;
    overflow: auto
}

.n_jilu .con {
    font-size: 16px;
    line-height: 2;
    color: #000
}

.scrollbox::-webkit-scrollbar {
    width: .625rem;
    height: .625rem;
    border-radius: 10px;
    background: rgba(112, 112, 112, 0.24)
}

.scrollbox::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #E2E2E2
}

.scrollbox::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #707070
}

.n_jilu .con {
    font-size: 1rem
}

.textleft {
    text-align: left
}

.n_saomiao .box1 {
    display: flex;
    align-items: center;
    margin-bottom: 2.5rem
}

.n_saomiao .box1 .img {
    background: #F6F6F6;
    flex-shrink: 0;
    border-radius: 6px 6px 6px 6px;
    width: 24.3125rem;
    margin-right: 5.75rem
}

.n_saomiao .box1 .img:after {
    padding-top: 93.34%
}

.n_saomiao .box1 .txt h4 {
    font-size: 2.25rem;
    color: #000;
    margin-bottom: 2.25rem
}

.n_saomiao .box1 .txt p {
    font-size: 1.5rem;
    color: #000;
    line-height: 1.7;
    margin-bottom: 2.5rem
}

.n_saomiao .box1 .txt a {
    color: #4597E5;
    font-size: 1.5rem
}

.n_saomiao .box2 ul {
    display: flex;
    justify-content: center
}

.n_saomiao .box2 ul li {
    width: 25%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center
}

.n_saomiao .box2 ul li .ico {
    width: 7.25rem;
    height: 5.125rem;
    margin-bottom: 1.75rem;
    display: flex;
    align-items: center;
    justify-content: center
}

.n_saomiao .box2 ul li h4 {
    font-size: 1rem;
    line-height: 1.7;
    color: #000
}

.n_saomiao .box2 ul li p {
    font-size: 1rem;
    color: #666;
    margin-top: 2.25rem;
    margin-bottom: 1.125rem
}

.n_saomiao .box2 ul li a {
    font-size: 1rem;
    color: #4597E5
}

.down_ziliao .bd {
    display: flex
}

.down_ziliao .bd .left {
    flex-shrink: 0;
    margin-right: 2rem;
    width: 25.125rem
}

.down_ziliao .bd .left ul li {
    border-bottom: 1px solid #707070
}

.down_ziliao .bd .left ul li:first-child {
    border-top: 1px solid #707070
}

.down_ziliao .bd .left ul li a {
    display: block;
    height: 4.9375rem;
    line-height: 4.9375rem;
    font-size: 1.5rem;
    padding-left: 4rem;
    color: #000
}

.down_ziliao .bd .left ul li.on {
    box-shadow: 0 3px 1.25rem 1px rgba(0, 0, 0, 0.28)
}

.down_ziliao .bd .right {
    flex-grow: 1
}

.down_ziliao .bd .right ul {
    background: #FAFAFA
}

.down_ziliao .bd .right ul li {
    border-top: 1px solid #707070
}

.down_ziliao .bd .right ul li:first-child {
    border-top: 0
}

.down_ziliao .bd .right ul li .box {
    display: grid;
    grid-template-columns: 1fr .35fr 3rem;
    min-height: 4.9375rem;
    align-items: center;
    gap: 2rem;
    padding: .75rem 1.75rem .75rem 3.75rem
}

.down_ziliao .bd .right ul li h4 {
    font-size: 1rem;
    color: #666;
    white-space: inherit;
    line-height: 1.5
}

.down_ziliao .bd .right ul li span {
    font-size: 1rem;
    color: #666
}

.down_ziliao .bd .right ul li span:last-child {
    justify-self: flex-end
}

.pad_bot+.pad_top {
    padding-top: 4rem
}

.pro_select {
    max-width: 100%
}
.tablescroll td{
    width: 25%;
}

.pro_select dl {
    position: relative;
    margin: 0 auto;
    width: 100%;
}

.pro_select dt {
    height: 4.3125rem;
    padding-left: 4.5rem;
    font-size: 1.375rem;
    gap: 6px;
    color: #050505;
    cursor: pointer;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 2
}

.pro_select dt i {
    transform: rotate(270deg);
    flex-shrink: 0;
    padding: 0 5px;
    margin-left: .5rem;
    font-size: 1.125rem;
    font-weight: bold;
    color: #707070
}

.pro_select dt h4 {
    flex-shrink: 0
}

.pro_select dt>svg {
    margin-right: .5rem
}

.pro_select dt span {
    flex-grow: 1
}

.pro_select dd {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 4.3125rem
}

.pro_select dd:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #F8F8F8;
    border-radius: 6px 6px 6px 6px;
    z-index: -1;
    transition: .5s
}

.pro_select .on+dd:before {
    box-shadow: 0 3px 1rem 1px rgba(0, 0, 0, 0.28)
}

.pro_select dd .box {
    padding: 0 0 1rem;
    display: none
}

.pro_select dd .box a {
    display: block;
    font-size: 1.375rem;
    text-align: left;
    color: #050505;
    line-height: 4rem;
    transition: .3s;
    position: relative
}

.pro_select dt {
    padding-right: 4rem
}

.pro_select dt,
.pro_select dd .box a {
    padding-left: 4rem
}

.pro_select dd .box a:before {
    content: "";
    display: block;
    width: 1.75rem;
    height: 4rem;
    background: url(../images/duihao.svg) center no-repeat;
    background-size: contain;
    position: absolute;
    left: 1.25rem;
    top: 0;
    opacity: 0;
    visibility: hidden;
    transition: .3s
}

.pro_select dd .box a:hover {
    background: #EDEDED
}

.pro_select dd .box a.selected {
    background: #EDEDED;
    font-weight: 500
}

.pro_select dd .box a.on {
    background: #EDEDED;
    font-weight: 500
}

.pro_select dd .box a.on:before {
    opacity: 1;
    visibility: visible
}

.pro_select dl,
.probox {
    /* max-width: 14.5625rem */
}
.pro_duibi table tr{ background:#fff;}
/*.pro_duibi table tr:first-child{ position:sticky; top:60px; z-index:9;}*/
/*.pro_duibi table tr:first-child th{ position:sticky; top:48px; z-index:9; background:#fff}*/
.swiper-icons {
    font-family: "swiper-icons"
}

.probox {
    background: #F8F8F8;
    border-radius: 6px 6px 6px 6px;
    padding: 2rem 2rem 2.25rem;
    margin: 0 auto;
    margin-top: -2rem
}

.probox .img:after {
    padding-top: 70%
}

.probox p {
    font-size: 1.125rem;
    color: #050505;
    text-align: center;
    padding-top: 1.5rem
}

.pro_duibi .n_tt2 {
    border-bottom: 2px solid #707070;
    margin-bottom: 2rem
}

.pro_duibi .tablescroll {
    overflow: auto
}

.pro_duibi table {
    min-width: 100%
}

.pro_duibi table th,
.pro_duibi table td {
    text-align: center;
    padding: 2rem 1.5rem;
    line-height: 1.7
}

.pro_duibi table tr {
    border-bottom: 2px solid #EDEBEB
}

.pro_duibi table th {
    font-weight: 500;
    font-size: 1.25rem;
    color: #000
}

.pro_duibi table td {
    font-weight: 400;
    font-size: 1.25rem;
    color: #000
}

.beizhu {
    border-bottom: 2px solid #EDEBEB;
    font-size: 1.25rem;
    padding: 3.25rem 0;
    color: #000;
    line-height: 35px
}

.txtcenter {
    text-align: center
}

.daili_tigong ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.125rem
}

.daili_tigong ul li {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #F6F6F6;
    padding: 2.25rem 3.5rem;
    border-radius: 6px 6px 6px 6px
}

.daili_tigong ul li .ico {
    width: 6rem;
    height: 6rem;
    margin-bottom: 2rem;
    display: flex;
    align-items: center;
    justify-content: center
}

.daili_tigong ul li h4 {
    font-weight: 500;
    font-size: 1.75rem;
    color: #E74A4A;
    line-height: 1.5;
    margin-bottom: 1.75rem
}

.daili_tigong ul li p {
    font-size: 1.125rem;
    line-height: 2;
    color: #000
}

.daili_chengwei .bd {
    background: #F6F6F6;
    padding: 4.375rem 3rem 2.875rem 3rem
}

.daili_chengwei .j_form {
    max-width: 50rem;
    margin: 0 auto
}

.daili_chengwei .j_form .form-group {
    margin-bottom: 2.25rem;
    position: relative
}

.daili_chengwei .j_form input {
    background: #FFF;
    padding: 0 12px;
    border-radius: 4px 4px 4px 4px;
    height: 3.125rem;
    border: 1px solid #707070;
    box-shadow: none;
    -webkit-appearance: none;
    font-size: 1.375rem;
    color: #000
}

.daili_chengwei .j_form select {
    height: 3.125rem;
    padding: 0 12px;
    border-radius: 0;
    box-shadow: none;
    -webkit-appearance: none;
    font-size: 1.375rem;
    color: #000
}

.daili_chengwei .j_form label {
    font-size: 1.375rem;
    color: #000;
    display: block;
    margin-bottom: 1rem
}

.daili_chengwei .j_form label i {
    color: #E74A4A;
    margin-left: 8px;
    font-style: normal
}

.daili_chengwei .j_form textarea {
    border-radius: 0;
    box-shadow: none;
    -webkit-appearance: none;
    height: 10rem;
    font-size: 1rem;
    padding: 1rem 12px;
    color: #000;
    border-radius: 4px 4px 4px 4px;
    border: 1px solid #707070
}

.daili_chengwei .j_form .btn_tijiao {
    width: 6.875rem;
    margin-top: 1.375rem;
    height: 50px;
    background: #E74A4A;
    border-radius: 4px 4px 4px 4px;
    text-align: center;
    color: #fff;
    font-size: 1.5rem
}

.daili_chengwei .j_form .form-group .tip {
    font-size: .875rem;
    color: #E72424;
    position: absolute;
    left: 0;
    top: calc(100% + 9px)
}

.daili_chengwei .j_form input.redborder {
    border: 1px solid #E72424 !important
}

.daili_chengwei .j_form .tip_zhixiao {
    font-size: 1.5rem;
    color: #000;
    line-height: 2.5rem
}

.daili_chengwei .j_form .tip_zhixiao a {
    color: #4597E5
}

form .layui-input:focus,
form .layui-textarea:focus {
    border-color: #4597E5 !important;
    box-shadow: 0 0 0 3px rgba(22, 183, 119, 0.08)
}

.layui-form-select dl dd.layui-this {
    color: #4597E5 !important
}

.layui-form-select .layui-edge {
    border: 0 !important;
    width: auto;
    height: auto;
    overflow: visible !important;
    top: 50%;
    margin: 0 !important;
    right: 1rem !important;
    transform: translateY(-50%);
    transform-origin: center
}

.layui-form-select .layui-edge:before {
    content: "prev";
    display: block;
    font-family: "swiper-icons";
    display: block;
    font-size: 1.25rem;
    color: #707070;
    transform: rotate(90deg)
}

.layui-form-selected .layui-edge {
    transform: translateY(-50%) rotate(180deg) !important
}

.n_news .m {
    max-width: 1496px
}

.n_news .hd {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 3.75rem
}

.news_nav a {
    font-size: 1.75rem;
    color: #000;
    margin-right: 2.5rem;
    padding-bottom: .5rem;
    position: relative
}

.news_nav a:before {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: #707070;
    position: absolute;
    left: 0;
    bottom: 0;
    visibility: hidden;
    transform: scaleX(0)
}

.news_nav a:hover:before {
    transform: scaleX(1);
    visibility: visible
}

.news_nav a.on:before {
    transform: scaleX(1);
    visibility: visible
}

.news_search {
    position: relative;
    max-width: 25.625rem;
    width: 100%
}

.news_search .input {
    width: 100%;
    font-size: 1.25rem;
    padding-left: 10px;
    color: #707070;
    height: 2.3125rem;
    border-radius: 6px 6px 6px 6px;
    border: 1px solid #707070
}

.news_search .button {
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    background: 0;
    display: flex;
    align-items: center;
    justify-content: center
}

.news_search .button img {
    height: 1.75rem
}

.newslist ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 4rem 2.75rem
}

.newslist ul li .img {
    border-radius: 6px 6px 6px 6px
}

.newslist ul li .img:after {
    padding-top: 56%
}

.newslist ul li .txt h4 {
    font-size: 1.5rem;
    line-height: 2.5rem;
    color: #666666;
    margin: 1.25rem 0;
    overflow: hidden;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical
}

.newslist ul li .txt span {
    font-size: 1rem;
    color: #666666;
}

.page {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 5.25rem;
}

.page a {
    font-size: 1.25rem;
    color: #000;
    margin: 0 .5rem
}

.page a:hover {
    color: #4597E5
}

.page a.on {
    color: #4597E5
}

.n_about .con {
    font-size: 1.5rem;
    color: #000;
    line-height: 2.5rem;
    font-weight: 300
}

.btn_regular {
    width: 9.5rem;
    color: #fff;
    font-size: 1.625rem;
    height: 4rem;
    background: #E74A4A;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center
}

.gomessage {
    text-align: center;
    padding-top: 9rem
}

.gomessage .con {
    font-size: 1.5rem;
    line-height: 2.5rem;
    color: #000;
    margin-bottom: 6.25rem
}

.n_dizhi {
    display: grid;
    grid-template-columns: 1fr 1fr 24.5rem;
    margin-top: 1.0625rem;
    border-radius: 6px;
    overflow: hidden
}

.n_dizhi .box {
    min-height: 21rem;
    background: #F6F6F6;
    border-radius: 6px 0 0 6px;
    padding: 2rem 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center
}

.n_dizhi .box .ico {
    width: 6.5rem;
    height: 6.5rem;
    display: flex;
    align-items: center;
    justify-content: center
}

.n_dizhi .box .ewm {
    width: 7rem;
    height: 7rem
}

.n_dizhi .box h4 {
    font-size: 1.75rem;
    color: #000;
    margin: 1.25rem 0
}

.n_dizhi .box p {
    font-size: 1rem;
    color: #000;
    line-height: 2.375rem;
    height: 4.75rem
}

.mapslide {
    position: relative;
    z-index: 1;
    border-radius: 3rem;
    grid-column: 2/4
}

.mapnav {
    position: absolute;
    z-index: 1;
    left: 2.5rem;
    top: 1.375rem
}

.mapnav ul {
    position: relative;
    display: inline-flex;
    z-index: 1
}

.mapnav:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    background: #fff;
    border-radius: 3rem;
    border: 1px solid #E74A4A
}

.mapnav a {
    display: block;
    padding: .6875rem .9375rem;
    z-index: 1;
    font-size: 13px;
    color: #000;
    transition: .5s
}

.map_current {
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
    transition: .5s;
    border-radius: 3rem;
    background: #E74A4A
}

.mapnav li.on a {
    color: #fff
}

.n_shuzi {
    margin-top: 4.25rem
}

.n_shuzi ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 5rem
}

.n_shuzi ul li {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center
}

.n_shuzi ul li .ico {
    width: 7.5rem;
    height: 5.25rem;
    display: flex;
    align-items: center;
    justify-content: center
}

.n_shuzi ul li div+div {
    display: flex;
    align-items: flex-start;
    font-size: 2.75rem;
    margin-top: 1.125rem;
    margin-bottom: 1.0625rem;
    color: #E74A4A
}

.n_shuzi ul li p {
    font-weight: 300;
    font-size: 1.125rem;
    color: #000
}

#bn_video {
    height: auto;
    max-height: calc(100vh - 6.25rem);
    position: relative;
    z-index: 1
}

#bn_video video {
    width: 100%;
    display: block
}

#bn_video img {
    width: 100%;
    display: block
}

#bn_video .txt {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.about_user {
    position: relative;
    z-index: 1
}

.about_user img {
    display: block
}

.about_user .txt {
    text-align: center;
    background: rgba(0, 0, 0, 0.24);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.about_user .txt h3 {
    font-size: 3.75rem;
    font-weight: 500;
    color: #fff
}

.about_user .txt p {
    font-size: 1.75rem;
    color: #fff;
    margin-top: 2.5rem
}

.about_ys ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.125rem
}

.about_ys ul li {
    background: #F6F6F6;
    overflow: hidden;
    border-radius: 6px
}

.about_ys ul li .txt {
    padding: 2.25rem
}

.about_ys ul li .txt h4 {
    font-weight: bold;
    font-size: 2rem;
    color: #000;
    margin-bottom: 2rem
}

.about_ys ul li .txt p {
    font-size: 1.125rem;
    color: #707070;
    line-height: 1.875rem
}

.block {
    display: block
}

.about_become .bd {
    height: 27.375rem;
    position: relative
}

.about_become .ico {
    width: 5.75rem;
    height: 4.8125rem
}

.about_become h3 {
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 1.75rem;
    margin-bottom: 2.375rem;
    font-size: 2.5rem;
    color: #FFF
}

.about_become a {
    width: 12.5rem;
    height: 3.125rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    color: #fff;
    background: #E74A4A;
    border-radius: 6px
}

.about_become .txt {
    background: rgba(0, 0, 0, 0.24);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.case_xq_tt.s_tt h3 {
    color: #595656;
    font-weight: 500;
    margin-bottom: 4rem
}

.recomend_case .bd {
    position: relative
}

.recomend_case .box {
    background: #F8F8F8;
    border-radius: 5px;
    overflow: hidden;
    display: block
}

.recomend_case .img {
    border-radius: 5px
}

.recomend_case .img:after {
    padding-top: 74.87%
}

.recomend_case .txt {
    padding: 2.5rem 2rem
}

.recomend_case .txt h4 {
    font-size: 1rem;
    text-align: center;
    line-height: 1.875rem;
    color: #666
}

.recomend_case .bd .arr {
    position: absolute;
    top: 32%;
    font-weight: bold;
    cursor: pointer;
    transform: translateY(-50%);
    background: #F8F8F8;
    font-family: "swiper-icons";
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center
}

.recomend_case .bd .arr_left {
    left: -5rem
}

.recomend_case .bd .arr_right {
    right: -5rem
}

.case_list ul li+li {
    margin-top: 3.75rem
}

.case_list ul li .box {
    display: flex
}

.case_list ul li:nth-child(even) .box {
    flex-direction: row-reverse
}

.case_list ul li .img {
    width: 50%;
    flex-shrink: 0
}

.case_list ul li .txt {
    flex-grow: 1;
    background: #F8F8F8;
    padding: 5rem 3.125rem
}

.case_list ul li .txt h4,.case_list ul li .txt .h4 {
    font-weight: 500;
    font-size: 2.25rem;
    color: #595656;
    margin-bottom: 1.875rem
}

.case_list ul li .txt p {
    font-size: 1.25rem;
    line-height: 2.125rem;
    color: #595656
}

.case_list ul li .txt span {
    font-size: 1.25rem;
    color: #4597E5;
    margin-top: 3rem;
    display: block
}

.btnbox01 {
    display: flex;
    justify-content: center;
    align-items: center
}

.btnbox01 .btn01 {
    padding: 1rem 1.875rem;
    margin: 0 2.5rem;
    border-radius: 6px;
    font-size: 1.75rem;
    transition: .5s
}

.btnbox01 .btn01.btn_redbg {
    color: #fff;
    background: #E74A4A
}

.btnbox01 .btn01.btn_border {
    border: 1px solid #707070
}

.btnbox01 .btn01:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.12);
    transform: translateY(-1px)
}

.recomend_pro .bd {
    position: relative;
    margin-top: 5rem
}

.recomend_pro .bd .box {
    display: block;
    background: #F8F8F8;
    border-radius: 6px;
    text-align: center;
    padding: 2.25rem
}

.recomend_pro .bd .img:after {
    padding-top: 70%
}

.recomend_pro .bd h4 {
    color: #050505;
    font-size: 1.5rem;
    margin-bottom: .875rem;
    margin-top: 1.5rem
}

.recomend_pro .bd p {
    font-size: .9375rem;
    color: #050505
}

.recomend_pro .bd .arr {
    position: absolute;
    top: 50%;
    font-weight: bold;
    cursor: pointer;
    transform: translateY(-50%);
    background: #F8F8F8;
    font-family: "swiper-icons";
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center
}

.recomend_pro .bd .arr_left {
    left: -5rem
}

.recomend_pro .bd .arr_right {
    right: -5rem
}

.recomend_pro .tip {
    font-size: 1.25rem;
    color: #595656;
    margin-top: 2.5rem
}

#bn_xq .btnbox {
    margin-top: 2.5rem;
    display: flex;
    gap: 3.125rem
}

.btn_buy2 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 13.75rem;
    height: 3rem;
    background: #D61518;
    font-size: 1.25rem;
    border-radius: 1.75rem;
    color: #FFF
}

.btn_watch {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    width: 13.75rem;
    height: 3rem;
    border: 1px solid #fff;
    font-size: 1.25rem;
    border-radius: 1.75rem;
    color: #FFF
}

.sanjiao_white {
    width: 15px;
    height: 1.125rem;
    background: url(../images/sanjiao_white.png) center no-repeat;
    background-size: contain;
    display: block
}

#bn_xq h4,#bn_xq .h4 {
    font-size: 1.75rem;
    color: #fff;
    line-height: 3rem
}

#bn_xq {
    height: calc(100vh - 6.25rem);
    position: relative
}

#bn_xq video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}

#bn_xq .mask {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background: rgba(0, 0, 0, 0.4)
}

#bn_xq .m {
    position: relative;
    z-index: 9
}

.Inspire_weight {
    background: #000
}

.Inspire_weight .tt {
    font-weight: bold;
    font-size: 2rem;
    color: #FFF;
    text-align: center;
    margin-bottom: 5rem
}

.Inspire_weight .pic {
    display: flex;
    align-items: center;
    justify-content: center
}

.Inspire_weight .txt {
    text-align: center;
    font-size: 2rem;
    color: #999;
    line-height: 3.75rem;
    margin-top: 2rem
}

.Inspire_weight .txt b {
    font-size: 3.25rem;
    color: #fff;
    font-weight: bold
}

.pro_original ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.125rem
}

.xq_txt01 {
    text-align: center;
    margin-bottom: 5rem
}

.xq_txt01 h4 {
    font-weight: bold;
    font-size: 2rem;
    color: #494949;
    margin-bottom: 2rem
}

.xq_txt01 h5 {
    font-weight: 400;
    font-size: 1.5rem;
    color: #000
}

.xq_txt01 p {
    font-size: 1.5rem;
    line-height: 2.5rem;
    color: #86868A
}

.pro_original ul li .img {
    transition: .5s
}

.pro_original ul li .img:after {
    padding-top: 56.68%
}

.pro_original ul li:nth-child(2) .img {
    box-shadow: 0 3px 6px 1px rgba(0, 0, 0, 0.16)
}

.pro_original ul li:hover .img {
    box-shadow: 0 3px 6px 1px rgba(0, 0, 0, 0.16)
}

.pro_tedianbox .item {
    margin-bottom: 8.75rem
}

.grid1fr-440 {
    display: grid;
    grid-template-columns: 1fr 27.5rem;
    gap: 1.125rem
}

.grid1fr-440 .img {
    box-shadow: 0 3px 6px 1px rgba(0, 0, 0, 0.16)
}

.grid440-1fr {
    display: grid;
    grid-template-columns: 27.5rem 1fr;
    gap: 1.125rem
}

.scanner_nav {
    background: #242525;
    padding: 1.25rem 1.5rem;
    color: #fff;
    position: relative
}

.scanner_nav ul {
    display: flex;
    position: relative
}

.scanner_nav ul li {
    width: 33.33%;
    text-align: center;
    position: relative
}

.scanner_nav ul li a {
    display: block;
    font-size: 1.5rem;
    padding-bottom: 1.375rem;
    color: #BABABA;
    position: relative
}

.scanner_nav ul:before {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: #D8D8D8;
    position: absolute;
    left: 0;
    bottom: 0
}

.scanner_nav ul li a:before {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: #5CBDEE;
    position: absolute;
    left: 0;
    bottom: 0;
    visibility: hidden;
    transition: .5s;
    transform: scaleX(0)
}

.scanner_nav ul li.on a:before {
    transform: scaleX(1);
    visibility: visible
}

.scanner_img:after {
    padding-top: 56.45%
}

.peijianbox .left img {
    display: block;
    width: 100%;
    box-shadow: 0 3px 6px 1px rgba(0, 0, 0, 0.16)
}

.peijianbox .right {
    background: #FFF;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 0 3px 6px 1px rgba(0, 0, 0, 0.16)
}

.peijianbox .right h3 {
    font-size: 2rem;
    text-align: center;
    margin-bottom: 2rem;
    font-weight: normal
}

video {
    display: block;
    width: 100%;
    object-fit: cover
}

.img video {
    height: 100%
}

.caozuobox .left {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    background: #F6F6F6;
    padding: 2.25rem
}

.caozuobox .left img {
    width: 10.9375rem;
    margin: 0 auto
}

.caozuobox .left h4 {
    font-family: Poppins, Poppins;
    line-height: 2.875rem;
    margin-top: 1rem;
    font-weight: 600;
    font-size: 2rem;
    color: #494949
}

.caozuobox .left p {
    font-size: 1rem;
    line-height: 1.5;
    margin-top: 1rem;
    margin-bottom: 3.75rem;
    color: #666
}

.caozuobox .left a {
    font-weight: 500;
    font-size: 1.25rem;
    color: #448EF8
}

.caozuobox .right {
    background: #F6F6F6;
    position: relative;
    padding: 0 !important
}

.caozuobox .right ul {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 2.5rem;
    padding: 3.25rem 5rem
}

.caozuobox .right ul li {
    display: flex;
    align-items: center
}

.caozuobox .right ul li .ico {
    width: 4.375rem;
    height: 4.375rem;
    margin-right: 1.875rem
}

.caozuobox .right ul li .ico img {
    display: block
}

.caozuobox .right ul li p {
    font-weight: 500;
    font-size: 1.25rem;
    color: #0C0D0D
}

.caozuobox .right .box {
    height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: center
}

.modelsmode {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem
}

.modelsbox {
    background: #000
}

.pro_apply {
    width: 100%;
    overflow: hidden;
    padding-bottom: 0;
}

.pro_apply ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem
}

.pro_apply ul li {
    background: #F8F8F8;
    border-radius: 5px;
    overflow: hidden
}

.pro_apply ul li .img {
    border-radius: 5px
}

.pro_apply ul li .img:after {
    padding-top: 100%
}

.pro_apply ul li .txt {
    padding: 1rem 1.5rem 2rem
}

.pro_apply ul li .txt h4 {
    font-weight: 500;
    margin-bottom: .5rem;
    font-size: 1.125rem;
    color: #494949;
    line-height: 1.5
}

.pro_apply ul li .txt p {
    font-size: .75rem;
    line-height: 1.7;
    color: #666
}

.pro_ceping {
    background: #0D0E13
}

.pro_ceping .bd {
    position: relative;
    margin-bottom: 1.5rem
}

.pro_ceping .bd .arr {
    position: absolute;
    top: 50%;
    color: #B0B0B0;
    font-size: 1.75rem;
    font-weight: bold;
    cursor: pointer;
    transform: translateY(-50%);
    font-family: "swiper-icons"
}

.pro_ceping .bd .arr_left {
    left: -3.25rem
}

.pro_ceping .bd .arr_right {
    right: -3.25rem
}

.pro_ceping .bd .box {
    position: relative;
    display: block
}

.pro_ceping .bd .mask {
    position: absolute;
    z-index: 9;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

.ico_play2 {
    display: block;
    width: 25.5px;
    height: 22px;
    background: url(../images/ico_play2.png) center no-repeat;
    background-size: contain
}

.pro_ceping .bd .img:after {
    padding-top: 56.25%
}

.pro_ceping .bd .box:hover img {
    transform: scale(1.05) rotate(.1deg)
}

.pro_ceping .swiper-pagination {
    bottom: -3.75rem
}

.pro_ceping .swiper-pagination-bullet {
    width: 11px;
    margin: 0 7px !important;
    height: 11px;
    background: rgba(214, 214, 214, 0.7)
}

.pro_ceping .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #727272
}

.canshulist {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-top: 1.25rem;
    gap: 2px;
    border-radius: .75rem;
    overflow: hidden
}

.canshulist dl {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #F7F7FA;
    line-height: 1.3;
    padding: 1.25rem 1.5rem;
    gap: 1rem
}

.canshulist dl dt {
    font-weight: 500;
    font-size: 1.25rem;
    color: #494949
}

.canshulist dl dd {
    font-size: 1rem;
    color: #666
}

.canshulist .beizhu2 {
    grid-column: 1/3;
    background: #F7F7FA;
    padding: 2.5rem 1.5rem
}

.canshulist .beizhu2 dd {
    font-size: 1rem;
    color: #494949;
    line-height: 1.75rem
}

.canshulist .beizhu2 dd ol li {
    list-style: decimal;
    margin-left: 1em
}

#n_lianxi a {
    color: #448EF8
}

#n_lianxi.s_lianxi .left ul li .box h4 {
    font-size: 1.5rem
}

.pro_packing .hd {
    margin-bottom: 3.875rem
}

.pro_packing .hd ul {
    display: flex;
    justify-content: center;
    gap: 5rem
}

.pro_packing .hd ul li {
    font-weight: 300;
    padding-bottom: 1.25rem;
    font-size: 2rem;
    color: #000;
    position: relative;
    cursor: pointer
}

.pro_packing .hd ul li:before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #707070;
    visibility: hidden;
    transform: scaleX(0);
    transition: .5s
}

.pro_packing .hd ul li.on {
    font-weight: 500
}

.pro_packing .hd ul li.on:before {
    visibility: visible;
    transform: scaleX(1)
}

.pro_packing .bg {
    background: #FBFBFB;
    padding: 3.75rem 0 1.25rem
}

.pro_packing .left .img {
    background: #fff
}

.pro_packing .left .img:after {
    padding-top: 59.54%
}

.pro_packing .left .box h4 {
    text-align: center;
    font-size: 1.5rem;
    color: #494949;
    margin-top: 1.25rem
}

.pro_packing .left h3 {
    font-weight: bold;
    margin-top: 5.375rem;
    font-size: 2.5rem;
    color: #494949;
    text-align: center
}

.pro_packing .left .btn_buy2 {
    width: 10.375rem;
    height: 3.125rem;
    font-size: 1rem;
    margin: 0 auto;
    margin-top: 2.75rem
}

.pro_packing .right {
    padding: 0 3.625rem
}

.pro_packing .right ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.125rem
}

.pro_packing .right ul li .img {
    background: #fff
}

.pro_packing .right ul li .img:after {
    padding-top: 53.19%
}

.pro_packing .right ul li h5 {
    text-align: center;
    font-size: .875rem;
    color: #494949;
    line-height: 1.5rem;
    margin-top: .75rem
}

.pro_packing .tip {
    text-align: center;
    font-size: .75rem;
    margin-top: 2.5rem;
    color: #727171;
    line-height: 1.25rem
}

iframe {
    max-width: 100%;
    max-height: 100%
}

.miraco_banner img {
    display: block;
    width: 100%
}

.pro_feature.miraco {
    background: linear-gradient(128deg, #3B3B41 0, #36363B 10%, #313135 20%, #2C2C30 30%, #26262A 40%, #212124 50%, #1C1C1E 60%, #171719 70%, #121213 80%, #0D0D0D 90%, #070707 100%)
}

.miracotxt .tt {
    margin-bottom: 3rem
}

.miracotxt h4 {
    font-weight: bold;
    font-size: 2rem;
    color: #FFF
}

.miracotxt h5 {
    font-size: 1.5rem;
    color: #fff;
    margin-top: 2rem
}

.miracotxt p {
    font-size: 1.5rem;
    line-height: 2.5rem;
    margin-top: 2.25rem;
    color: #989898
}

.miracotxt p b {
    font-weight: normal;
    color: #fff
}

.miracobg {
    background: #0D0E13
}

.miraco_daxiao {
    display: flex
}

.miraco_daxiao .left {
    width: 55%;
    flex-shrink: 0;
    margin-right: 1.625rem
}

.miraco_daxiao .right {
    flex-grow: 1
}

.miraco_daxiao .right .box {
    display: flex;
    align-items: center;
    margin-top: 4rem
}

.miraco_daxiao .right .box .img {
    margin-right: 3rem;
    width: 12.9375rem
}

.miraco_daxiao .right .box .txt p {
    font-size: 1.25rem;
    color: #D9D9D9;
    line-height: 2.2
}

.miraco_daxiao .right .box .txt p b {
    font-weight: 500;
    color: #99DCFF
}

.img {
    position: relative
}

.miraco_yulan .tt h4 {
    color: #fff;
    background: linear-gradient(90deg, #FFF 0, #FFF 48%, #24ACF9 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.ysptitle {
    position: absolute;
    top: 3.5rem;
    right: 5rem
}

.ysptitle h2 {
    text-align: left;
    font-size: 3.125rem;
    font-weight: bold;
    margin-bottom: 0;
    background: linear-gradient(270deg, #9EE8FF 0, #9EE8FF 58%, #377891 100%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent
}

.ysptitle p {
    font-size: 2rem;
    line-height: 2.25rem;
    text-align: left;
    margin-top: 1.5rem;
    background: linear-gradient(270deg, #9EE8FF 0, #9EE8FF 58%, #377891 100%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent
}

.miraco_yulan .box {
    display: flex;
    justify-content: space-around;
    gap: 4rem;
    align-items: center;
    margin-top: 2rem
}

.miraco_yulan ul {
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-grow: 1;
    max-width: 500px;
    flex-shrink: 0;
    gap: 3rem
}

.miraco_yulan ul li {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column
}

.miraco_yulan ul li .ico {
    width: 6.25rem;
    height: 6.25rem;
    display: flex;
    align-items: center;
    justify-content: center
}

.miraco_yulan ul li p {
    margin-top: 1rem
}

.miraco_yulan .txt {
    max-width: 592px
}

.miraco_yulan .txt p {
    margin-top: 0
}

.light {
    mix-blend-mode: lighten
}

.miraco_peizhi .tt {
    flex-direction: column;
    text-align: center
}

.miraco_peizhi .tt p {
    margin-top: -2rem
}

.flexcenter.column {
    flex-direction: column
}

.rgb {
    width: 4.625rem
}

.miraco_color .miracotxt .tt h4 {
    background: linear-gradient(137deg, #FB5418 0, #C9413C 100%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent
}

.miraco_color .flexcenter.bot {
    margin-top: 1.5rem
}

.miraco_color .flexcenter.bot p {
    margin-top: 0
}

.miraco_peizhi .tt {
    margin-bottom: 0
}

.miraco_peizhi .tt h4 {
    background: linear-gradient(90deg, #9EE8FF 0, #9EE8FF 26%, #0A4761 100%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent
}

.miraco_peizhi .bd {
    gap: 2rem;
    align-items: flex-end;
    margin-top: -3rem
}

.miraco_peizhi .center {
    text-align: center
}

.miraco_peizhi .center p {
    margin-top: 0
}

.miraco_peizhi .center .img {
    margin-top: 1.25rem
}

.miraco_peizhi .tip {
    font-size: 1rem;
    margin-top: 1.75rem;
    color: #8B8B8B
}

.miraco_peizhi dl {
    margin-top: 1.5rem
}

.miraco_peizhi dt {
    font-size: 2.5rem;
    font-weight: bold;
    color: #8CE3FF
}

.miraco_peizhi dd {
    font-size: 1.5rem;
    color: #E5E5E5;
    margin-top: .875rem
}

.miraco_peizhi .right dt {
    color: #F1AC6E
}

.miraco_scan .miracotxt .tt h4 {
    background: linear-gradient(137deg, #FB5418 0, #C9413C 100%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent
}

.miraco_scan .bd {
    width: 100%
}

.miraco_scan ul {
    display: flex;
    gap: 1rem;
    width: 100%
}

.miraco_scan ul li {
    position: relative;
    z-index: 1;
    width: 18rem;
    transition: .5s
}

.miraco_scan ul li .box {
    position: relative
}

.miraco_scan ul li.on {
    flex-grow: 1
}

.miraco_scan ul li .box:before {
    content: "";
    display: block;
    width: 100%;
    height: 7.875rem;
    position: absolute;
    left: 0;
    bottom: 0;
    background: linear-gradient(to top, #020303 0, rgba(10, 12, 15, 0) 100%);
    z-index: 1
}

.miraco_scan ul li .box:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    -webkit-backdrop-filter: saturate(180%) blur(8px);
    backdrop-filter: saturate(180%) blur(8px)
}

.miraco_scan ul li .img {
    height: 31.5rem;
    -webkit-backdrop-filter: saturate(180%) blur(8px);
    backdrop-filter: saturate(180%) blur(8px)
}

.miraco_scan ul li .img img {
    transform: none
}

.miraco_scan ul li .txt {
    transition: .5s
}

.miraco_scan ul li .txt .ico {
    width: 6.25rem
}

.miraco_scan ul li .txt p {
    margin-top: 0;
    font-size: 1.75rem;
    color: #fff
}

.miraco_scan ul li .mask {
    position: absolute;
    transition: .5s;
    transition: .5s;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2
}

.miraco_scan ul li .txt1 {
    position: absolute;
    left: 2.25rem;
    bottom: 1.75rem;
    display: flex;
    align-items: center;
    gap: 2rem;
    z-index: 3;
    opacity: 0;
    visibility: hidden;
    transform: translateY(3rem)
}

.miraco_scan ul li .txt2 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 1.875rem
}

.miraco_scan ul li .tip2 {
    height: 5rem;
    opacity: 0;
    visibility: hidden;
    transform: translateY(3rem);
    transition: .5s
}

.miraco_scan ul li.on .box:after {
    opacity: 0
}

.miraco_scan ul li.on .txt1 {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition-delay: .1s
}

.miraco_scan ul li.on .txt2 {
    opacity: 0;
    visibility: hidden;
    transform: scale(.5)
}

.miraco_scan ul li.on .tip2 {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition-delay: .2s
}

.miraco_kuaichong .tt h4 {
    text-align: center
}

.grid1fr-288 {
    display: grid;
    grid-template-columns: 1fr 18rem;
    width: 100%;
    gap: 1rem
}

.miraco_kuaichong .img {
    border-radius: .875rem;
    width: 90%;
    max-width: 744px
}

.miraco_kuaichong p b {
    color: #0AF
}

.tip {
    font-size: 1rem;
    margin-top: 1.25rem;
    color: #8B8B8B
}

.miraco_kuaichong dl+dl {
    margin-top: 1.75rem
}

.miraco_kuaichong dt {
    font-weight: 600;
    font-size: 2.5rem;
    color: #0AF;
    line-height: 3.5rem
}

.miraco_kuaichong dd {
    font-size: 1.25rem;
    color: #8B8B8B
}

.miraco_toupin .left .img {
    height: 31.5rem
}

.miraco_toupin .right h5 {
    font-weight: 400;
    margin-bottom: 5rem;
    margin-top: 0;
    font-size: 2rem;
    color: #FFF
}

.miraco_toupin .right ul li {
    cursor: pointer;
    transition: .5s;
    margin-top: 1rem;
    height: 11.125rem;
    background: rgba(38, 38, 38, 0.7);
    padding: 1.75rem 2.75rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 12px;
    position: relative
}

.miraco_toupin .right ul li:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    border: 1px solid #05AAFF;
    border-radius: 12px;
    opacity: 0;
    visibility: hidden;
    transition: .5s
}

.miraco_toupin .right ul li p {
    margin: 0;
    transition: .5s
}

.miraco_toupin .right ul li .m_arr {
    width: 75px;
    transition: .5s;
    height: 2.8125rem;
    display: block;
    margin: 0 auto;
    background: url(../images/m_arr01.png) center no-repeat;
    background-size: contain !important
}

.miraco_toupin .right ul li.on:before {
    opacity: 1;
    visibility: visible
}

.miraco_toupin .right ul li.on {
    background: transparent
}

.miraco_toupin .right ul li.on p {
    color: #05AAFF
}

.miraco_toupin .right ul li.on .m_arr {
    background: url(../images/m_arr02.png) center no-repeat
}

.pop3_tt {
    margin-bottom: 5rem;
    text-align: center
}

.pop3_tt h3 {
    font-weight: bold;
    font-size: 2rem;
    color: #000
}

.pop3_tt p {
    font-weight: 400;
    margin-top: 2.25rem;
    line-height: 2.5rem;
    font-size: 1.5rem;
    color: #86868A
}

.pop3_sec01 .bd ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem
}

.pop3_sec01 .bd ul li .img img {
    transform: none
}

.pop3_sec01 .bd ul li .img:after {
    padding-top: 56.25%
}

.pop3_sec02 .bd {
    display: grid;
    grid-template-columns: .62fr .38fr;
    gap: 0
}

.pop3_sec02 .left {
    position: relative
}

.pop3_sec02 .left .txt {
    position: absolute;
    left: 2.5rem;
    bottom: 1.625rem;
    color: #fff
}

.pop3_sec02 .left .txt h4 {
    font-size: 2.25rem;
    color: #FFF;
    font-weight: 500
}

.pop3_sec02 .left .txt h4 span {
    font-family: Poppins, Poppins;
    font-weight: bold
}

.pop3_sec02 .left .txt p {
    font-weight: 400;
    font-size: 1.5rem;
    color: #FFF;
    margin-top: 1.5rem
}

.pop3_sec02 .right {
    background: #FCFBFC;
    padding: 2rem
}

.pop3_sec02 .right .txt {
    text-align: center
}

.pop3_sec02 .right .txt p {
    font-size: 1.5rem;
    color: #000
}

.pop3_sec02 .right .txt p+p {
    margin-top: 1.875rem
}

.pop3_sec03 .bd {
    display: grid;
    grid-template-columns: 1fr 19rem;
    gap: 0
}

.pop3_sec03 .left {
    position: relative
}

.pop3_sec03 .right {
    background: #FCFBFC;
    padding: 1rem
}

.pop3_sec03 .right {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem
}

.pop3_sec03 .right .ico {
    width: 6.25rem
}

.pop3_sec03 .right .txt p {
    font-weight: 500;
    font-family: Poppins, Poppins;
    font-size: 1.625rem;
    color: #86868A
}

.pop3_sec04 .bd {
    display: grid;
    grid-template-columns: .62fr .38fr;
    gap: 0
}

.pop3_sec04 .left {
    position: relative
}

.pop3_sec04 .right {
    background: #FCFBFC;
    padding: 2rem
}

.pop3_sec04 .right {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 1rem
}

.pop3_sec04 .right .ico {
    width: 18.625rem
}

.pop3_sec04 .right .txt p {
    font-weight: 500;
    margin-top: 1.5rem;
    font-size: 1.5rem;
    color: #000
}

.pop3_sec06 .left {
    background: #FCFCFC;
    padding: 1.875rem 3.75rem
}

.pop3_sec06 .right {
    background: #FCFBFC;
    display: flex;
    align-items: center;
    justify-content: center
}

.pop3_sec06 .left .pic {
    width: 19rem;
    margin: 0 auto;
    max-width: 100%
}

.pop3_sec06 .left h5 {
    font-size: 1.5rem;
    color: #25B8FF;
    text-align: center;
    margin-top: 1.75rem
}

.pop3_sec06 .left .con {
    border-top: 1px solid #707070;
    padding-top: 1.75rem;
    margin-top: 2.5rem
}

.pop3_sec06 .left .con p {
    font-size: 1.25rem;
    color: #86868A
}

.pop3_sec06 .left .con p+p {
    margin-top: 1.75rem
}

.pop3_sec07 .bd {
    gap: 0
}

.pop3_sec07 .left .img {
    height: 100%;
    box-shadow: none !important
}

.pop3_sec07 .right {
    background: #FCFBFC;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem
}

.pop3_sec07 .right .pic {
    max-width: 13.5rem
}

.s_tt p {
    font-size: 1.5rem;
    color: #86868A;
    line-height: 2.5rem;
    margin-top: 2.75rem
}

.mini2_tt {
    text-align: center;
    margin-bottom: 5rem
}

.mini2_tt h3 {
    font-weight: bold;
    font-size: 2rem;
    color: #FFF
}

.mini2_tt p {
    font-weight: 400;
    line-height: 2.5rem;
    margin-top: 2.125rem;
    font-size: 1.5rem;
    color: #FFF
}

.mini2_tt p b {
    font-weight: 400;
    color: #F56A01
}

.mini2_bg {
    background: #232327
}

.mini2_sec02 {
    display: flex;
    justify-content: space-between;
    gap: 3rem;
    align-items: center;
    max-width: 952px;
    margin: 0 auto
}

.mini2_sec02 .left {
    max-width: 25rem
}

.mini2_sec02 .right dl+dl {
    margin-top: 3rem
}

.mini2_sec02 .right dt {
    font-family: Poppins, Poppins;
    font-weight: bold;
    font-size: 5rem;
    color: #000;
    background: linear-gradient(269deg, #F4A45F 0, #DA6002 100%);
    -webkit-background-clip: text;
    color: transparent
}

.mini2_sec02 .right dd {
    font-weight: 400;
    font-size: 1.625rem;
    color: #FFF
}

.img video {
    display: block;
    width: 100%
}

.grid1fr-406 {
    display: grid;
    align-items: center;
    grid-template-columns: 1fr 25.375rem;
    gap: 2.375rem
}

.mini2_sec05 .right p {
    font-weight: 400;
    font-size: 1.625rem;
    color: #FFF
}

.mini2_sec05 .right h5 {
    font-family: Poppins, Poppins;
    margin-top: 1.25rem;
    margin-bottom: .5rem;
    font-weight: bold;
    font-size: 3.625rem;
    color: #000;
    background: linear-gradient(269deg, #F4A45F 0, #DA6002 100%);
    -webkit-background-clip: text;
    color: transparent
}

.mini2_sec06 dl {
    display: flex;
    align-items: center
}

.mini2_sec06 dl+dl {
    margin-top: 4.5rem
}

.mini2_sec06 dl dt {
    flex-shrink: 0;
    width: 7rem;
    margin-right: 2.125rem
}

.mini2_sec06 dl dd p {
    font-weight: 400;
    font-size: 1.625rem;
    color: #FFF
}

.mini2_sec06 dl dd h4 {
    font-weight: 800;
    background: linear-gradient(269deg, #F4A45F 0, #DA6002 100%);
    -webkit-background-clip: text;
    color: transparent;
    margin-top: .875rem;
    font-size: 2.75rem;
    line-height: 3.125rem
}

.pro_feature .bd ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem
}

.pro_feature .bd ul li {
    position: relative;
    display: flex;
    align-items: flex-end
}

.pro_feature .bd ul li .img {
    border-radius: .5rem
}

.pro_feature .bd ul li .img a {
    display: block
}

.pro_feature .bd ul li .img img {
    transform: none
}

.pro_feature .bd ul li:nth-child(2) {
    z-index: 9
}

.pro_feature .bd ul li:nth-child(2) .img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%
}

.btn_arrdown {
    display: block;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    transition: .5s;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 1.125rem;
    bottom: .875rem
}

.btn_arrdown:before {
    content: "prev";
    display: block;
    font-weight: bold;
    transition: .5s;
    font-size: 1rem;
    transform: rotate(270deg);
    transform-origin: center;
    font-family: "swiper-icons";
    color: #272636
}

.pro_feature .bd ul li .img a:hover .btn_arrdown {
    background: #F56A01
}

.pro_feature .bd ul li .img a:hover .btn_arrdown:before {
    color: #fff
}

.range2_tt {
    text-align: center;
    margin-bottom: 5rem
}

.range2_tt h3 {
    font-weight: bold;
    font-size: 32px;
    color: #494949
}

.range2_tt p {
    font-weight: 400;
    line-height: 2.5rem;
    margin-top: 2.125rem;
    font-size: 1.5rem;
    color: #86868A
}

.range2_tt p b {
    font-weight: 400;
    color: #DE6A10
}

img {
    display: block
}

.range2_sec01 {
    padding-top: 2rem
}

.range2_sec06 ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 1.25rem;
    gap: 1.25rem
}

.range2_sec06 ul li {
    display: flex;
    align-items: center;
    background: #F7F7F7;
    padding: 3.5rem 2.25rem
}

.range2_sec06 ul li .ico {
    width: 9.625rem;
    margin-right: 2.25rem
}

.range2_sec06 ul li .txt p {
    font-weight: 400;
    font-size: 1.625rem;
    color: #000
}

.range2_sec06 ul li .txt h4 {
    font-weight: 800;
    background: linear-gradient(269deg, #F4A45F 0, #DA6002 100%);
    -webkit-background-clip: text;
    color: transparent;
    margin-top: .875rem;
    font-size: 2.75rem;
    line-height: 3.125rem
}

#n_main {
    min-height: 390px;
}

#bn_video img {
    min-height: 176px;
    object-fit: cover;
}

/* #nav li .sub.nav_sanwei .box .right .img{ mix-blend-mode: multiply;} */
/* .canshulist table{width: 100%;}
.canshulist table tbody{border: #f7f7fA solid;}
.canshulist table td{font-size: 1.25rem;padding: 1.25rem 1.5rem;background: #f7f7fa;border: 2px solid #c9c9c9;}
.canshulist table td p{display: flex;justify-content: space-between;}
.canshulist table td p span{color: #666666 !important;} */
#nav li .sub {
    pointer-events: none;
}

#nav li:hover .sub {
    pointer-events: inherit;
}

.nav_sanwei .right {
    padding-left: 1rem;
}

/* .nav_sanwei .right ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
} */



/* 用户中心新增 */

.n_zhuce {
    overflow: hidden;
    background: url(../images/zhuce_bg.jpg) center top no-repeat;
}

.n_zhuce .n_zhuce_con {
    margin: 2.125rem auto;
    width: 29.375rem;
    height: 41.875rem;
    background: #fff;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 2.5rem 2.75rem 1.75rem;
}

.n_zhuce .n_zhuce_con .title {
    text-align: center;
    margin-bottom: 1rem;
}

.n_zhuce .n_zhuce_con .title h1 .imgbox {
    width: 6.875rem;
    height: 6.875rem;
    padding: 1.5rem;
    border-radius: 50%;
    background: #E3212A;
    margin: 0 auto;
    margin-bottom: 0.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.n_zhuce .n_zhuce_con .title h5 {
    font-size: 1.25rem;
    color: #595656;
    margin-bottom: 1.25rem;
}

.n_zhuce .n_zhuce_con .title ul {
    text-align: center;
}

.n_zhuce .n_zhuce_con .title ul li {
    display: inline-block;
    margin: 0 1rem;
    padding: 0 0 0.4rem 0;
    margin-bottom: 0.75rem;
}

.n_zhuce .n_zhuce_con .title ul li span {
    margin: 0 0.2rem;
    font-size: 0.8125rem;
    color: #333;
}

.n_zhuce .n_zhuce_con .title ul li span img {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
}

.n_zhuce .n_zhuce_con fieldset {
    border: none;
    margin: 0;
    padding: 0
}

.n_zhuce .n_zhuce_con .title ul li.on span img {
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -ms-filter: grayscale(0);
    -o-filter: grayscale(0);
    filter: grayscale(0);
    filter: none
}

.n_zhuce .n_zhuce_con form .icon01 {
    position: relative;
    margin-bottom: 1rem;
}

.n_zhuce .n_zhuce_con .title ul li.on {
    border-bottom: #e3212a 2px solid
}

.n_zhuce .n_zhuce_con form .line {
    position: absolute;
    width: 1px;
    top: 0;
    left: 3.5rem;
    height: 3.125rem;
    line-height: 3.125rem;
    border-left: #707070 1px solid;
    z-index: 2;
}

.n_zhuce .n_zhuce_con form .cd-label {
    position: absolute;
    top: 1.125rem;
    left: 4rem;
    font-size: 0.875rem;
    color: #9c9ca0;
    padding-left: 0.75rem;
    z-index: 1;
}

.cd-form input[type="text"],
.cd-form input[type="email"],
.cd-form input[type="password"],
.cd-form textarea,
.cd-form select {
    border: 1px solid #707070;
    display: block;
    width: 100%;
    height: 3.125rem;
    border-radius: 6px;
    padding-left: 4.625rem;
    z-index: 1;
    position: relative;
    background: none;
}

.n_zhuce .n_zhuce_con .cd-label.float {
    top: -1rem;
    left: -0.5rem;
    font-size: 0.5rem;
    display: none
}

.n_zhuce .n_zhuce_con form .icon01 button {
    border: none;
    width: 36%;
    height: 3.125rem;
    line-height: 3.125rem;
    position: absolute;
    top: 0;
    right: 0;
    background: #5f6062;
    font-size: 0.875rem;
    color: #fff;
    text-align: center;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.n_zhuce .n_zhuce_con #GetVerify {
    background: #c5c5c5 !important;
}

.n_zhuce .n_zhuce_con form .icon02 input {
    border: none;
    width: 100%;
    height: 3.125rem;
    line-height: 3.125rem;
    background: #e3212a;
    font-size: 0.875rem;
    color: #fff;
    text-align: center;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
}

.n_denglu .n_zhuce_con {
    height: auto;
    margin: 14rem auto;
}

.n_denglu .n_zhuce_con .title {
    margin-bottom: 2.85rem
}

.lwy01:before {
    content: '';
    width: 3.5rem;
    height: 3.125rem;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/cd-icon-user.png) no-repeat center center;
    z-index: 2
}

.lwy02:before {
    content: '';
    width: 3.5rem;
    height: 3.125rem;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/cd-icon-mima.png) no-repeat center center;
    z-index: 2
}

.lwy03:before {
    content: '';
    width: 3.5rem;
    height: 3.125rem;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/cd-icon-email.png) no-repeat center center;
    z-index: 2
}

.lwy04:before {
    content: '';
    width: 3.5rem;
    height: 3.125rem;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/cd-icon-phone.png) no-repeat center center;
    z-index: 2
}

.lwy05:before {
    content: '';
    width: 3.5rem;
    height: 3.125rem;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/cd-icon-yzm.png) no-repeat center center;
    z-index: 2
}

.lwy06:before {
    content: '';
    width: 3.5rem;
    height: 3.125rem;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/cd-icon-01.png) no-repeat center center;
    z-index: 2
}

.lwy07:before {
    content: '';
    width: 3.5rem;
    height: 3.125rem;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/cd-icon-02.png) no-repeat center center;
    z-index: 2
}

.lwy08:before {
    content: '';
    width: 3.5rem;
    height: 3.125rem;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/cd-icon-03.png) no-repeat center center;
    z-index: 2
}

.n_zhuce .n_zhuce_con .cd-form .lwy05 [required].yzm,
.n_zhuce .n_zhuce_con .cd-form .lwy05 [required].input-focus {
    width: 62%
}

.txttip {
    margin-top: 1.25rem
}

.txttip a {
    font-size: .875rem;
    color: #9c9ca0
}

.n_denglu01 {
    padding: 5rem 0
}

#email_verify {
    width: calc(100% - 9.5rem) !important;
}

.n_zhuce .n_zhuce_con form .icon02 input {
    margin-top: 2rem;
}

.top_rukou .ewmbox {
    position: absolute;
    opacity: 0;
    transform: translateY(10px);
    visibility: hidden;
    width: 8rem;
    left: 0;
    top: calc(100% + 1rem);
    transition: .5s;
}

.top_rukou .ewm {
    position: relative;
    background: #fff;
    border-radius: 5px;
    padding: .375rem;
    border: 1px solid #ddd;
}

.top_rukou .ewm:before {
    content: "";
    display: block;
    width: 1rem;
    height: 1rem;
    border-left: 1px solid #ddd;
    border-top: 1px solid #ddd;
    transform: rotate(45deg);
    position: absolute;
    z-index: 1;
    background: #fff;
    left: .625rem;
    bottom: 100%;
    margin-bottom: -9px;
    border-radius: 3px;
}

.top_rukou .ewm img {
    width: 7rem;
    height: 7rem;
    margin: 0 auto;
    display: block;
    mix-blend-mode: multiply;
    position: relative;
    z-index: 3;
}

.top_rukou .ewm p {
    font-size: .8125rem;
    text-align: center;
    color: #666;
    position: relative;
    z-index: 3;
    margin: .25rem 0;
}

.top_rukou .ewm:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
    border-radius: 5px;
    z-index: 1;
}

.top_rukou a {
    position: relative;
}

.top_rukou a:hover .ewmbox {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
}

@media (max-width: 1440) {
    .n_zhuce .n_zhuce_con .title h1 .imgbox {
        width: 6.5rem;
        height: 6.5rem;
    }

    .icon01:before {
        transform: scale(.9);
    }
}

@media (max-width: 7680px) {
    .n_zhuce .n_zhuce_con .title h1 .imgbox {
        width: 6rem;
        height: 6rem;
    }

    .icon01:before {
        transform: scale(.8);
    }
}

@media (max-width: 480px) {
    .n_zhuce .n_zhuce_con .title h1 .imgbox {
        width: 5.5rem;
        height: 5.5rem;
    }

    .icon01:before {
        transform: scale(.7);
    }
}

#banner .slide-inner img {
    width: 100%;
}

.s_tt h3 {
    font-size: 2.25rem;
}

.n_faq .s_tt h3 {
    font-size: 2.25rem;
    font-weight: normal;
}

.scrollbox p {
    line-height: 1.5rem;
}

.n_dizhi .box p,
.n_fuwu ul li .txt p,
.n_xiazai ul li .txt p,
.s_video .s_tt h5,
.recomend_pro .bd p {
    color: #666666;
}

.s_lianxi .bd .li {
    width: 100%;
}

.n_dizhi .box h4 {
    font-size: 1.5rem;
}

.n_tt2 h3 {
    font-size: 2.25rem;
    font-weight: normal;
}

.pro_select dt {
    font-size: 1.25rem; justify-content: center;
}

.about_ys .s_tt h3,
.n_about .s_tt h3 {
    font-size: 2.25rem;
}

.n_about .con {
    font-size: 1.25rem;
}

.about_user .txt h3 {
    font-size: 3rem;
}

.about_user .txt p {
    font-size: 1.25rem;
}

.n_banner h3,.n_banner .h3 {
    font-size: 2.625rem;
    margin-bottom: .5rem;
}

.n_banner p {
    font-size: 1.25rem;
    line-height: 1.5;
}

.n_fuwu {
    padding-top: 5.5625rem;
    padding-bottom: 5.75rem;
}

.n_xiazai {
    padding-bottom: 5.75rem;
}

.s_video {
    padding-top: 5.75rem;
    padding-bottom: 5.75rem;
}

.n_faq {
    padding-bottom: 5.75rem;
}

.n_fuwu .n_hd,
.n_xiazai .n_hd,
.n_faq .n_hd,
.s_lianxi .n_hd {
    margin-bottom: 4.1875rem;
}

#n_main .s_tt h3,
.s_duibi .s_tt h3,
.s_fugai .s_tt h3,
.s_fugai .s_tt .h3,
.s_tt h3 {
    font-size: 2.25rem;
    font-weight: normal;
} 
.n_fuwu ul li .txt h4,
.n_xiazai ul li .txt h4 {
    font-size: 1.5rem;
}

.n_pro ul li h4 {
    font-size: 1.25rem;
}

.botbtnbox .more_r {
    font-size: 1rem;
}

.n_faq .hd ul li a {
    font-size: 1.25rem;
}

.recomend_case .s_tt h3 {
    font-size: 2.25rem;
    text-align: center;
}

.recomend_case .txt {
    padding: 1.5rem 1rem;
}

.case_list ul li .txt h4,.case_list ul li .txt .h4 {
    font-size: 1.875rem;
}

.case_list ul li .txt p {
    font-size: 1rem;
}

.case_list ul li .txt span {
    font-size: 1rem;
}

.case_list ul li:nth-child(even) .box {
    justify-content: flex-end;
}

.btnbox01 .btn01 {
    padding: 1rem 1.5rem;
    margin: 0 2.5rem;
    border-radius: 6px;
    font-size: 1.25rem;
    transition: .5s;
}

.recomend_pro .bd h4 {
    font-size: 1.25rem;
}

.n_newpro,
.n_shangshou,
.s_video {
    padding-top: 5.5625rem;
    padding-bottom: 0;
}

.n_faq {
    padding-top: 5.5625rem;
    padding-bottom: 5.5625rem;
}

.n_newpro ul li .txt .tt p {
    font-size: 1.25rem;
    color: #666666;
}

.btn_getziliao,
.pro_duibi table th,
.pro_duibi table td,
.beizhu {
    font-size: 1rem;
    /* width: 25%; */
}

.n_shangshou ul li .txt h4,
.n_video .hd ul li,
.left_nav li a {
    font-size: 1.5rem;
}

.n_saomiao .box1 .txt p,
.n_saomiao .box1 .txt a,
.down_ziliao .bd .left ul li a {
    font-size: 1.25rem;
    ,
    .pro_duibi table td,
    .beizhu
}

.n_saomiao .box2 ul {
    gap: 2rem;
}

.n_saomiao .box2 ul li {
    background: #f6f6f6;
    border-radius: 5px;
    padding: 1rem 0;
}

.n_saomiao .box2 ul li .ico {
    margin-bottom: .75rem;
}

.n_saomiao .box2 ul li p {
    margin-top: 1.25rem;
}

.daili_tigong {
    padding-top: 5.5625rem;
}

.daili_tigong .s_hd {
    margin-bottom: 4.1875rem;
}

.daili_tigong ul li h4,
.news_nav a {
    font-size: 1.5rem;
}

.daili_tigong ul li p,
.daili_chengwei .j_form label,
.daili_chengwei .j_form input,
.layui-form-select dl dd,
.daili_chengwei .j_form .tip_zhixiao,
.news_search .input,
.page a {
    font-size: 1rem !important;
}

,
.daili_chengwei .j_form .btn_tijiao,
.gomessage .con,
.gomessage .btn_regular {
    font-size: 1.25rem;
}

.gomessage {
    padding-top: 5.5625rem;
}

.gomessage .con {
    margin-bottom: 2.625rem;
}

.s_lianxi {
    padding-top: 0 !important;
}

.newslist ul li .txt h4 {
    font-size: 1.25rem;
}

#header {
    background: #3B3B3B;
}

#nav>ul>li>a,
.top_menu_box .top_menu span {
    color: #fff;
}

.top_menu_box .top_menu.btn_language svg path {
    fill: #fff;
}

.top_menu_box .top_menu>a {
    border: 0;
    color: #fff;
}

.s_newpro ul li dl dd {
    font-size: .875rem;
}

.s_newpro ul li .imgbox .h4 {
    font-size: 1.5rem;
}

.s_newpro ul li .pro_fab {
    gap: 1.5rem 0;
}

.btn_nomal {
    color: #4597E5;
}

.s_duibi .bd .txt h4 {
    font-size: 1.25rem;
}

.s_duibi .bd .txt a,
.s_duibi .bd .txt a:hover {
    color: #4597E5;
}

.arr_left2 {
    height: 35px
}

.s_fugai .bd .left ul li .h4 {
    font-size: 1.25rem;
}

.s_tt.white h3 {
    font-size: 2.25rem;
    font-weight: normal;
}

.s_tt.white h4 {
    font-size: 1.5rem;
}

.s_shili {
    padding-top: 5.525rem;
}

#s_news {
    padding-bottom: 5.525rem;
}
.n_saomiao .box2 ul li .img{
    padding: 0 1rem;
}
.subnav_img .img_db .pic{
    position: absolute;
    left: 0;
    top: 0;
}

/* 新增 */
.pro_feature .bd ul{ grid-template-columns: 1fr 1.085fr 1fr;}
.btn_arrdown{ width: 2.125rem; height: 2.125rem; background: rgba(0, 0, 0, .2);}
.btn_arrdown:before{ color: #fff; font-size: 10px;}
@media(max-width:480px){
.pro_feature .bd ul li:nth-child(2) .img{ height: 177px;}
}

.n_nav_qh{
    position: relative;
  }
    .nav_sanwei .right ul .swiper {
      width: 100%;
      height: 100%;
      margin-left: auto;
      margin-right: auto;
    }

    .nav_sanwei .right ul .swiper-slide {
      text-align: center;
        font-size: 18px;
        background: #fff;
        height: calc((100% - 30px) / 2) !important;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .nav_sanwei .right ul .swiper-slide img {
        position: static;
        width: auto;
        height: auto;
        object-fit: contain;
    }
    .nav_sanwei .right .li{
        max-width: 57.5rem;
    }

    #nav li .sub .box .right .txt_box{
        position: absolute;
        bottom: 10%;
        width: 100%;
        left: 0;
        text-align: center;
    }

    #nav li .sub .box .right .img_box{
        position: absolute;
        top: 0;
        width: 80%;
        left: 10%;
        text-align: center;
    }
    #nav li .sub .box .right .n_nav_qh .anniu{
        width: 2.5rem;
        height: 2.5rem;
        border-radius: 50%;
        background: rgba(0, 0, 0, .2);
    }

    #nav li .sub .box .right .n_nav_qh .anniu svg{
        width: .9375rem;
    }
    #nav li .sub .box .right .n_nav_qh .anniu svg path{
        fill:#fff;
    }