* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    font-family: Arial, "Helvetica Neue", Helvetica, "Microsoft YaHei", "微软雅黑", "PingFang SC", "Hiragino Sans GB", sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #000;
    -webkit-text-size-adjust: 100% !important;
    -webkit-font-smoothing: antialiased
}

a {
    color: #333;
    text-decoration: none;
}

/* 
a:focus, a:hover {
    color: #007FFC
} */

a:active {
    color: #007FFC
}

ul {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000;
    font-weight: inherit
}

h1 {
    font-size: 20px
}

h2 {
    font-size: 18px
}

h3 {
    font-size: 16px
}

h4,
h5,
h6,
p {
    font-size: inherit
}

p {
    line-height: 1.5
}

.help-popover-content p {
    line-height: 1.8
}

sub,
sup {
    font-size: 13px
}

small {
    font-size: 12px
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee
}

.page-footer-right p.font18 {
    font-size: 18px;
}

.textAlignCenter {
    text-align: center;
}

.textAlignRight {
    text-align: right;
}

.verticalAlignTop {
    vertical-align: top;
}

.flex {
    display: flex;
}

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

.flexRowcenter {
    display: flex;
    justify-content: center;
}

.flexcenter {
    display: flex;
    align-items: center;
    justify-content: center;
    /* cursor:pointer; */
}

.flexcolumn {
    display: flex;
    flex-direction: column;
    align-items: center;
}

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

.flexRowbetween {
    display: flex;
    justify-content: space-between;
}

.flexaround {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.flexwrap {
    display: flex;
    flex-flow: row wrap;
    align-content: flex-start;
}

.flex1 {
    flex: 1;
}

.size60 {
    font-size: 60px;
}

.size48 {
    font-size: 48px;
}

img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
}

.m1700 {
    max-width: 1700px;
    padding: 0 10px;
    margin: 0 auto;
}

.max1920 {
    max-width: 1920px;
    margin: 0 auto;
}

.page-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 300;
    line-height: 1.5;
    background-color: rgba(255, 255, 255, 0);
}

.page-pc-header {
    height: 90px;
    max-width: 1700px;
    padding: 22px 10px 18px;
    margin: 0 auto;
}

.page-header.scrolling,
.page-header.highlight,
.page-header:hover {
    background-color: rgba(255, 255, 255, 0.9);
    backdrop-filter: saturate(180%) blur(6px);
}

.header-nav {
    margin-left: 4.6875vw;
}

.header-nav-item {
    margin-right: 3.125vw;
    font-size: 18px;
    cursor: pointer;
    height: 47px;
    white-space: nowrap;
}

.header-nav-item:hover>a,
.header-nav-item.active>a,
.header-nav-item.hover>a {
    color: #007FFC;
}

.header-nav-item .icon-arrow {
    margin-left: 10px;
    transition: transform linear 0.1s;
}

.header-nav-item .icon-arrow-blue {
    display: none;
    margin-left: 10px;
}

.header-nav-item.active .icon-arrow,
.header-nav-item.hover .icon-arrow {
    display: none;
}

.header-nav-item.active .icon-arrow-blue {
    display: block;
}

.header-nav-item.hover .icon-arrow-blue {
    transform: rotate(180deg);
    display: block;
}

.header-btn {
    width: 120px;
    height: 42px;
    border-radius: 8px;
    cursor: pointer;
    font-size: 18px;
    border: none;
    transition: all linear 0.2s;
}

.header-btn [class|="icon"] {
    margin-left: 10px;
    margin-top: -1px;
}

.btn-outline {
    border: 1px solid #007FFC;
    color: #007FFC;
    background-color: transparent;
}

.btn-outline:hover {
    border-color: #66b2fd;
}

.btn-primary {
    background: #007ffc;
    box-shadow: 0px 5px 15px 0px rgb(0 127 252 / 20%);
    color: #fff;
    line-height: 42px;
    text-align: center;
}

.btn-primary:hover {
    color: #fff;
}

.btn-primary:hover {
    background: #2692fc;
}

.header-btn.btn-outline {
    margin-right: 20px;
    line-height: 42px;
    text-align: center;
}

.header-prod-wrap {
    position: fixed;
    left: 0;
    right: 0;
    top: 90px;
    box-shadow: 0px 3px 0px 0px rgb(0 0 0 / 5%);
    padding: 10px 0 30px;
    z-index: 300;
    display: none;
    background-color: rgba(255, 255, 255, 0.95);
    backdrop-filter: saturate(180%) blur(6px);
}

.header-prod-desc {
    max-width: 1700px;
    padding: 0 10px;
    margin: 0 auto;
}

.header-prod-item {
    margin-right: 4.17vw;
    cursor: pointer;
}

.header-prod-item .prod-icon {
    width: 47px;
    height: 47px;
    border-radius: 50%;
    margin-right: 14px;
    flex-shrink: 0;
    text-align: center;
    line-height: 47px;
}

.header-prod-item .icon1 {
    background: #007FFC;
}

.header-prod-item .icon2 {
    background: #03E8E8;
}

.header-prod-item .icon3 {
    background: #FFC127;
}

.header-prod-item .icon4 {
    background: #6200ED;
}

.header-prod-item .prod-t {
    font-size: 18px;
    font-weight: 400;
    color: #000000;
    line-height: 28px;
}

.header-prod-item .prod-c {
    font-size: 15px;
    font-weight: 400;
    color: #999;
    line-height: 24px;
}

.page-bottom-banner {
    color: #FFFFFF;
    text-align: center;
}

.page-footer-wrap {
    max-width: 1680px;
    margin: 0 auto;
    padding-left: 4.167vw;
    font-size: 0;
}



.btn-try {
    background: #E13019;
    box-shadow: 0px 5px 15px 0px rgb(225 48 25 / 20%);
    color: #fff;
    text-align: center;
    margin: 0 auto;
    cursor: pointer;
    border: none;
    outline: none;
    padding: 0;
    display: block;
}

.btn-try:hover {
    background: #e9341c;
    color: #fff;
}

.page-footer .footer-title {
    font-weight: bold;
    color: #000000;
    height: 40px;
}

.page-footer .links,
.page-footer .qrcode {
    white-space: nowrap;
    vertical-align: top;
    display: inline-block;
    margin-bottom: 20px;
}

.page-footer .links {
    margin-right: 7%;
}

.friendly-links {
    margin-top: 10px;
}

.friendly-links .links {
    width: 185px;
    margin-bottom: 0;
}

.page-footer .qrcode {
    margin-right: 7%;
    margin-left: 6%;
    flex-shrink: 0;
}

.page-footer-right {
    display: inline-block;
    vertical-align: top;
}

.page-footer .link-item {
    font-weight: 400;
    color: #555555;
    cursor: pointer;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.page-footer .link-item:hover a {
    text-decoration: underline;
    color: #007FFC;
}

.copyright-links {
    cursor: pointer;
    color: #888888;
}

.copyright-links:hover {
    color: #333;
    text-decoration: underline;
}

.page-footer .blue-phone {
    font-family: Arial, sans-serif;
    font-weight: bold;
    color: #007FFC;
}

.page-footer .wait-time {
    font-weight: 400;
    color: #888888;
}

.page-footer .our-mail {
    font-weight: 400;
    color: #000;
}

.fixed-tool {
    cursor: pointer;
    position: relative;
    border-radius: 50%;
}

.fixed-tool:hover {
    background: #e5efff;
}

.fixed-tool:hover .no-show {
    display: none;
}

.fixed-tool .ishover {
    display: none;
}

.fixed-tool:hover .ishover {
    display: inline-block;
}

.strike {
    margin: 14px 0;
}

.btn-contactus {
    height: 72px;
    line-height: 68px;
    border: 2px solid #FFC127;
    border-radius: 6px;
    padding: 0 28px;
    display: inline-block;
    font-size: 24px;
    margin-bottom: 24px;
    vertical-align: top;
    cursor: pointer;
    color: #333;
}

.btn-contactus:hover,
.btn-contactus:active,
.btn-contactus:focus {
    border-color: #ffdf8e;
    color: #333;
}

.btn-contactus:first-child {
    margin-right: 22px;
}

.btn-contactus .btn-text {
    margin-left: 21px;
}

.headerG {
    font-size: 0;
    /* background: url(../res/images/index/bg1.png) no-repeat;
        background-position: left top; */
    padding: 0 18px 12.0625vw;
}

.headerG .content-left {
    width: 50%;
    display: inline-block;
    vertical-align: top;
}

.headerG .content1-title {
    font-size: 78px;
    font-weight: bold;
    margin-top: 54px;
    position: relative;
}

.headerG .content1-title-n {
    margin-left: 8px;
}

.headerG .title-under {
    position: absolute;
    left: 0;
    top: 105px;
    display: flow-root;
}

.title-under.xian {
    display: none;
}

.headerG .content-right {
    display: inline-block;
    vertical-align: top;
    position: absolute;
    right: 0;
    top: 0;
}

.headerG .orangeText {
    color: #ffc128
}

.headerG .sub-title {
    font-size: 28px;
    line-height: 1.71;
    margin-bottom: 79px;
    max-width: 710px;
    margin-top: 47px;
}

.headerG .btn-appo-blue,
.headerG .btn-appo-green {
    width: 242px;
    height: 70px;
    background: linear-gradient(40deg, #009FF8, #0074FE);
    box-shadow: 4px 7px 33px 0px rgb(0 121 255 / 20%);
    border-radius: 6px;
    font-size: 24px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 46px;
    cursor: pointer;
    display: block;
    text-align: center;
    line-height: 70px;
}

.headerG .btn-appo-green {
    background: linear-gradient(40deg, #5ad065, #27b33d);
    box-shadow: 4px 7px 33px 0px rgb(41 180 62 / 20%);
    margin-left: 22px;
    margin-bottom: 36px;
}

.headerG .btn-appo-blue:hover {
    background-image: linear-gradient(40deg, rgba(0, 157, 248, 0.85), rgba(0, 114, 254, 0.95));
}

.headerG .btn-appo-green:hover {
    background-image: linear-gradient(40deg, rgba(90, 208, 101, 0.85), rgba(39, 179, 61, 0.95));
}

a.btn-appo-blue.youjian {
    background: linear-gradient(40deg, #2DFEFE, #46DEFF);
    color: #000;
    box-shadow: 4px 7px 33px 0px rgb(5 218 243 / 20%);
}

a.btn-appo-blue.youjian:hover {
    background-image: linear-gradient(40deg, rgba(45, 254, 254, 0.7), rgba(70, 221, 255, 0.8));
}

a.btn-appo-blue.chukou {
    background: linear-gradient(40deg, #FFE327, #FFC127);
    color: #000;
    box-shadow: 4px 7px 33px 0px rgb(255 193 39 / 20%);
}

a.btn-appo-blue.chukou:hover {
    background-image: linear-gradient(40deg, rgba(255, 226, 39, 0.7), rgba(255, 194, 39, 0.8));
}

a.btn-appo-blue.haiguan {
    background: linear-gradient(40deg, #7844F0, #5D2FF2);
    box-shadow: 4px 7px 33px 0px rgb(98 0 237 / 20%);
}

a.btn-appo-blue.haiguan:hover {
    background-image: linear-gradient(40deg, rgba(120, 68, 240, 0.9), rgb(93 47 242 / .95));
}

.headerG .btn-appo-blue .icon-look-video {
    margin-right: 16px;
    margin-top: -2px;
}

.headerG .btn-appo-blue .icon-whats-video {
    margin-right: 16px;
    margin-top: -6px;
}

.help-popover-content {
    width: 300px;
    height: 144px;
    padding: 8px 26px;
    border-radius: 10px;
    background-color: rgb(253, 253, 254);
    position: absolute;
    top: 50%;
    left: -322px;
    transform: translateY(-50%);
    box-sizing: border-box;
    box-shadow: 0px 5px 25px 0px rgba(75, 134, 252, 0.13);
    text-align: left;
    display: none;
}

.help-popover-content .line {
    width: 228px;
    height: 1px;
    background: #e8e8e8;
    margin-top: 8px;
    margin-bottom: 20px;
}

.help-popover-content .text {
    font-size: 14px;
    font-family: "Arial";
    color: rgb(132, 137, 148);
    line-height: 28px;

}

.help-popover-content:before {
    content: "";
    width: 0;
    height: 0;
    border: 8px solid transparent;
    display: block;
    border-left-color: rgb(253, 253, 254);
    position: absolute;
    right: -16px;
    top: 50%;
    transform: translateY(-10px);
    box-shadow: 0px 5px 25px 0px rgba(75, 134, 252, 0.13);
}

.help-popover-content:after {
    content: "";
    width: 74px;
    height: 62px;
    position: absolute;
    right: -74px;
    top: 50%;
    transform: translateY(-50%);
}

.fixed-tool:hover .help-popover-content {
    display: block;
}

.help-popover-title {
    font-size: 18px;
    color: rgb(51, 51, 51);
    margin-top: 4px;
}

.help-popover-time {
    font-size: 14px;
    color: rgb(132, 137, 148);
    margin-bottom: 12px;
}

.help-popover-phone {
    width: 208px;
    font-size: 24px;
    color: rgb(132, 137, 148);
    font-family: "Arial";
    color: rgb(0, 127, 252);
    font-weight: bold;
    padding-top: 8px;
    padding-bottom: 6px;
    border-top: 1px solid #e8e8e8;
    width: 100%;

}

.code-item:first-child {
    margin-right: 58px;
}

.help-popover-content.qrcode {
    height: 190px;
}

.showGoTOp {
    display: none;
}

.dplayer-container {
    position: fixed;
    z-index: 500;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    align-items: center;
}

.index-content4 .swiper-pagination-bullet-active:hover {
    opacity: 1;
    background: #333;
}

@media screen and (width: 1920px) {
    .index-pic1 {
        max-width: none;
    }
}

@media screen and (max-width:1200px) {
    .headerG .content-right {
        width: 549px;
        position: relative;
        top: 0;
        right: 0;
    }

    .headerG .index-pic1 {
        position: absolute;
        top: -90px;
        right: -28px;
    }
}

/* pc */
@media screen and (min-width:829px) {
    body {
        min-width: 1200px;
        margin: 0 auto;
    }

    [class|=page-pc] {
        display: block;
    }

    .header-prod-item {
        margin-right: 3vw;
    }

    .headerG .content-left {
        width: 49%;
    }

    [class|=page-mob] {
        display: none;
    }

    .hidden-pc {
        display: none !important;
    }

    .size90 {
        font-size: 90px;
    }

    .page-main {
        padding-top: 90px;
        background: url(../res/images/pc/ty-banner-bg.png) no-repeat;
        background-position: left top;
    }

    .page-main.Grid {
        padding-top: 90px;
        background: url(../res/images/index/bg1.png) no-repeat;
        background-position: left top;
    }

    .page-bottom-banner {
        background: url(../res/images/pc/joinbg.png) no-repeat center;
        height: 320px;
        padding-top: 50px;
    }

    .page-bottom-banner .banner-text1 {
        font-weight: 500;
        line-height: 60px;
        font-size: 40px;
    }

    .page-bottom-banner .banner-text2 {
        font-size: 30px;
        font-weight: 500;
        line-height: 40px;
        margin: 14px 0 42px;
    }

    .page-bottom-banner .telephone {
        font-weight: bold;
        font-family: Arial, sans-serif;
        font-size: 48px;
        position: relative;
        top: 5px;
    }

    .btn-try {
        width: 200px;
        height: 60px;
        font-size: 22px;
        line-height: 60px;
        border-radius: 6px;
    }

    .page-copyright {
        height: 60px;
        font-size: 15px;
        font-weight: 400;
        color: #888888;
        line-height: 60px;
        border-top: 1px solid #ddd;
        text-align: center;
    }

    .page-footer-wrap-top {
        display: flex;
    }

    .page-footer {
        padding: 40px 1.25vw 30px;
    }

    .page-footer-left {
        flex: 1;
    }

    .page-footer .footer-title {
        font-size: 22px;
        line-height: 40px;
        margin-bottom: 16px;
    }

    .page-footer .link-item {
        font-size: 18px;
        line-height: 40px;
    }

    .page-footer .blue-phone {
        font-size: 32px;
        margin-top: 18px;
        line-height: 1;
    }

    .page-footer .wait-time {
        font-size: 18px;
        line-height: 1.5;
        margin: 6px 0 12px;
    }

    .page-footer .our-mail {
        font-size: 20px;
    }

    .page-footer .code {
        width: 135px;
        height: 135px;
    }

    .fixed-tools {
        width: 74px;
        background: #FFFFFF;
        box-shadow: 0px 10px 25px 0px rgb(75 134 252 / 20%);
        border-radius: 37px;
        position: fixed;
        right: 31px;
        bottom: 100px;
        z-index: 10;
    }

    .fixed-tool {
        display: block;
        height: 54px;
        width: 54px;
        text-align: center;
        line-height: 54px;
        margin: 10px auto;
    }

    .fixed-tools .border {
        width: 32px;
        height: 2px;
        background: #E8E8E8;
        margin: 0 auto;
    }

    .page-footer .code {
        margin-top: 8px;
    }

    .page-footer .blue-phone {
        margin-top: 23px;
    }

    .d-player {
        width: 1280px;
        max-width: 72vw;
        height: 40.5vw;
        max-height: 100%;
        margin: 0 auto;
        position: relative;
    }

    .d-player .close {
        cursor: pointer;
        width: 48px;
        height: 48px;
        position: absolute;
        right: -70px;
        top: -20px;
    }

}

@media screen and (min-width: 829px) and (max-width: 1439px) {
    .size90 {
        font-size: 62px;
    }

    .header-prod-item .prod-c {
        font-size: 14px;
    }

    .page-main {
        padding-top: 72px;
    }

    .btn-contactus {
        height: 68px;
        line-height: 64px;
        font-size: 22px;
        padding: 0 22px;
    }


    .headerG .btn-appo-blue {
        font-size: 23px;
        height: 66px;
        line-height: 66px;
        margin-bottom: 36px;
    }

    .headerG .sub-title {
        margin-bottom: 70px;
        margin-top: 40px;
        max-width: 566px;
        font-size: 24px;
    }

    .header-prod-wrap {
        top: 76px;
    }

    .page-footer {
        padding: 40px 1.25vw 20px;
    }

    .page-pc-header {
        height: 76px;
        padding: 14px 30px 10px 40px;
    }

    .headerG {
        padding-left: 30px;
    }

    .header-prod-desc {
        padding: 0 0 0 40px;
    }

    .header-prod-item {
        margin-right: 2.6vw;
    }
}

@media screen and (max-width:1366px) {

    /* .header-prod-desc{
        padding:0 0 0 30px;
     } */
    .tab-above.wow.fadeInUp.Manag {
        width: 95.4%;
    }

    .page-bottom-banner .banner-text1 {
        font-size: 36px;
    }

    .page-bottom-banner .telephone {
        font-size: 44px;
    }

    .page-footer .our-mail {
        font-size: 18px;
    }

    .page-footer .qrcode {
        margin-right: 6%;
        margin-left: 3px;
    }

    .page-footer .links {
        margin-right: 6%;
    }
}

/* mobile */
@media screen and (max-width:828px) {
    [class|=page-pc] {
        display: none;
    }

    a.btn-contactus {
        margin-right: 12px !important;
    }

    [class|=page-mob] {
        display: block;
    }

    .hidden-mob {
        display: none !important;
    }

    .border-bottom {
        position: relative;
    }

    .border-bottom:after {
        content: "";
        display: block;
        height: 1px;
        background-color: #ddd;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        transform: scaleY(0.5);
        transform-origin: 0 0;
    }

    .page-main {
        background: url(../res/images/mob/ty-banner-bg-s.png) no-repeat;
        background-position: left top;
        background-size: 100% auto;
    }

    .page-header {
        position: sticky;
    }

    .header-title {
        font-weight: bold;
        color: #000000;
        font-size: 20px;
    }

    .header-title-logo {
        width: 28px;
        height: 27px;
        margin-right: 10px;
    }

    .page-mob-header {
        height: 66px;
        line-height: 66px;
        background-color: #fff;
        padding: 0 20px;
    }

    .header-menus {
        cursor: pointer;
        position: absolute;
        right: 10px;
        top: 13px;
        width: 36px;
        height: 36px;
        text-align: center;
        line-height: 36px;
    }

    #closeMenu {
        display: none;
    }

    .page-mob-nav {
        position: fixed;
        background-color: #fff;
        border-radius: 0 0 10px 10px;
        top: 65px;
        left: 0;
        width: 100%;
        z-index: 30;
        display: none;
        user-select: none;
    }

    .page-mob-navitem {
        height: 44px;
        line-height: 44px;
        font-size: 15px;
        padding: 0 18px;
        cursor: pointer;
    }

    .page-mob-navitem .icon-arrow {
        position: absolute;
        right: 22px;
        top: 50%;
        margin-top: -5px;
        width: 8px;
        height: 8px;
        border-left: 1px solid #000;
        border-bottom: 1px solid #000;
        transform: rotate(-45deg);
        background: none;
    }

    .page-mob-navitem>a,
    .page-mob-subitem>a {
        display: block;
    }

    .page-mob-modal {
        position: fixed;
        z-index: 20;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background-color: rgba(0, 0, 0, 0.5);
        display: none;
    }

    .page-mob-subitem {
        height: 44px;
        line-height: 44px;
        font-size: 15px;
        padding: 0 28px;
        cursor: pointer;
    }

    .page-mob-subnav {
        display: none;
    }

    .page-bottom-banner {
        background: url(../res/images/mob/joinbg.png) no-repeat center;
        height: 42.6vw;
        padding-top: 6.7vw;
        background-size: 100%;
    }

    .page-bottom-banner .banner-text1 {
        line-height: 1.76;
        font-size: 4.5vw;
    }

    .page-bottom-banner .banner-text2 {
        font-size: 4vw;
        line-height: 1;
        margin: 1.7vw 0 3.68vw;
    }

    .page-bottom-banner .telephone {
        font-weight: bold;
        font-family: Arial, sans-serif;
        font-size: 6.4vw;
        position: relative;
        top: 1vw;
    }

    .btn-try {
        width: 26.66vw;
        height: 8vw;
        line-height: 8vw;
        font-size: 3.8vw;
        border-radius: 5px;
    }

    .page-footer {
        padding: 30px 16px 2.1vw;
    }

    .page-footer-wrap {
        padding-left: 0;
    }

    .page-footer .links {
        margin-right: 12vw;
    }

    .page-footer .qrcode {
        margin-right: 10px;
        margin-left: 0;
        width: 17.3vw;
    }

    .page-footer .footer-title {
        font-size: 3.2vw;
        line-height: 4vw;
        height: 4vw;
        margin-bottom: 1.6vw;
    }

    .page-footer .link-item {
        font-size: 3.2vw;
        line-height: 2;
    }

    .page-footer .blue-phone {
        font-size: 4.2vw;
        margin-top: 1.8vw;
        margin-bottom: 1.8vw;
        line-height: 1;
    }

    img.code {
        margin-top: 8px;
    }

    .page-footer .wait-time {
        font-size: 2.8vw;
        line-height: 4vw;
        margin-bottom: 2vw;
    }

    .page-footer .our-mail {
        font-size: 2.8vw;
        margin-top: 3px;
    }

    .friendly-links {
        margin-top: 2px;
    }

    .friendly-links .links {
        width: auto;
    }

    .page-footer-right p.font18 {
        font-size: 11px;
    }

    .page-footer-right {
        margin-bottom: 20px;
    }

    .page-copyright {
        font-size: 2.8vw;
        line-height: 1.5;
        padding: 6px 20px;
        text-align: center;
    }

    .fixed-tools {
        position: fixed;
        z-index: 10;
        right: 20px;
        bottom: 40px;
        text-align: center;
    }

    .fixed-tool {
        line-height: 44px;
        width: 44px;
        height: 44px;
        background: #FFFFFF;
        box-shadow: 0px 10px 25px 0px rgb(75 134 252 / 20%);
        border-radius: 44px;
    }

    .fixed-tool:hover {
        background: #fff;
    }

    .fixed-tool:hover .no-show {
        display: inline-block;
    }

    .fixed-tool:hover .ishover {
        display: none;
    }

    .btn-group {
        display: flex;
    }

    .btn-contactus {
        flex: 1;
        text-align: center;
        padding: 0;
        height: 36px;
        line-height: 34px;
        font-size: 12px;
        border-width: 1px;
        white-space: nowrap;
    }

    .btn-contactus .btn-text {
        margin-left: 5px;
    }

    .headerG.index-content1 {
        padding: 0 0 35px;
        background-size: cover;
    }

    .headerG .content1-title-n {
        margin-left: 5px;
    }

    .headerG .content-left {
        display: block;
        width: auto;
        padding: 0 20px;
    }

    .headerG .content-right {
        display: block;
        width: auto;
        position: relative;
    }

    /* .headerG .index-mob-pic1{
        position: relative;
        right: -16px;
      } */
    .headerG .content1-title {
        font-size: 37px;
        margin-top: 0;
    }

    .headerG .sub-title {
        font-size: 14px;
        margin-bottom: 15px;
        margin-top: 22px;
    }

    .headerG .title-under {
        top: 50px;
        width: 180px;
    }

    img.title-under.xitong {
        width: 120px;
        /* margin-top: 10px; */
    }

    .title-under.xian {
        display: flow-root;
    }

    .headerG .index-mob-pic1 {
        margin-top: 10px;
    }

    img.title-under.sousuo {
        width: 120px;
    }

    .headerG .btn-appo-blue {
        width: 121px;
        height: 35px;
        box-shadow: 2px 4px 17px 0px rgb(0 121 255 / 20%);
        border-radius: 6px;
        font-size: 12px;
        font-weight: 400;
        color: #fff;
        margin-bottom: 23px;
        cursor: pointer;
        display: block;
        text-align: center;
        line-height: 35px;
    }

    .headerG .btn-appo-blue .icon-look-video {
        margin-right: 5px;
        margin-top: -1px;
    }

    .headerG .btn-appo-blue .icon-whats-video {
        margin-right: 5px;
        margin-top: -3px;
    }

    .m1700 {
        padding: 0;
    }

    p {
        line-height: normal;
        word-break: break-all;
    }

    .hidden-pc.elimi .border-bottom::after {
        display: none;
    }

    .d-player {
        max-width: 100vw;
        height: 56.25vw;
        max-height: 100%;
        margin: 0 auto;
        position: relative;
    }

    .d-player .close {
        cursor: pointer;
        width: 24px;
        height: 24px;
        position: absolute;
        right: 0;
        top: 105%;
        left: 50%;
        margin-left: -12px;
    }

    .d-player .close img {
        width: 100%;
        height: 100%;
    }

}

@media screen and (min-width: 1440px) and (max-width: 1680px) {
    .headerG .content1-title {
        margin-top: 6px;
    }

    .size48 {
        font-size: 42px;
    }

    .size60 {
        font-size: 52px;
    }

    .headerG .content1-title {
        font-size: 72px;
    }

    .headerG .sub-title {
        font-size: 26px;
        max-width: 670px;
    }

    .headerG .title-under {
        top: 96px;
    }

    .page-pc-header {
        height: 76px;
        padding: 14px 30px 10px 40px;
    }

    .header-prod-wrap {
        top: 76px
    }

    .headerG {
        padding-left: 30px;
    }

    .header-prod-desc {
        padding: 0 0 0 40px;
    }

    .page-footer {
        padding: 40px 1.25vw 20px;
    }

    .Inner {
        padding-left: 20px;
    }
}

/*动画*/
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-50%, 0, 0);
        transform: translate3d(-50%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-50%, 0, 0);
        transform: translate3d(-50%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@-webkit-keyframes fadeInLeft-s {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-10%, 0, 0);
        transform: translate3d(-10%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInLeft-s {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-10%, 0, 0);
        transform: translate3d(-10%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

.fadeInLeft-s {
    -webkit-animation-name: fadeInLeft-s;
    animation-name: fadeInLeft-s;
}

@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(50%, 0, 0);
        transform: translate3d(50%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(50%, 0, 0);
        transform: translate3d(50%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@-webkit-keyframes fadeInRight-s {
    from {
        opacity: 0;
        -webkit-transform: translate3d(10%, 0, 0);
        transform: translate3d(10%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInRight-s {
    from {
        opacity: 0;
        -webkit-transform: translate3d(10%, 0, 0);
        transform: translate3d(10%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

.fadeInRight-s {
    -webkit-animation-name: fadeInRight-s;
    animation-name: fadeInRight-s;
}

.fadeInUp-s {
    -webkit-animation-name: fadeInUp-s;
    animation-name: fadeInUp-s;
}

.right-to-left {
    -webkit-animation-name: right-to-left;
    animation-name: right-to-left;
}

@-webkit-keyframes fadeInUp-m {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 80px, 0);
        transform: translate3d(0, 80px, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInUp-m {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 80px, 0);
        transform: translate3d(0, 80px, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@-webkit-keyframes fadeInUp-s {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 60px, 0);
        transform: translate3d(0, 60px, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInUp-s {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 60px, 0);
        transform: translate3d(0, 60px, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

/*dy*/
@-webkit-keyframes left-to-rightdy {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-30%, 0, 0);
        transform: translate3d(-30%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes left-to-rightdy {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-30%, 0, 0);
        transform: translate3d(-30%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

/*dy*/
@-webkit-keyframes left-to-right {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-10%, 0, 0);
        transform: translate3d(-10%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes left-to-right {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-10%, 0, 0);
        transform: translate3d(-10%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@-webkit-keyframes right-to-left {
    from {
        opacity: 0;
        -webkit-transform: translate3d(120px, 0, 0);
        transform: translate3d(120px, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes right-to-left {
    from {
        opacity: 0;
        -webkit-transform: translate3d(120px, 0, 0);
        transform: translate3d(120px, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

/*动画效果*/
.wow:not(ie8) {
    /*visibility:hidden;*/
    overflow: hidden;
}

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 40px, 0);
        transform: translate3d(0, 40px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 40px, 0);
        transform: translate3d(0, 40px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-webkit-keyframes fadeInUpTow {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 30px, 0);
        transform: translate3d(0, 30px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInUpTow {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 30px, 0);
        transform: translate3d(0, 30px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInUpTow {
    -webkit-animation-name: fadeInUpTow;
    animation-name: fadeInUpTow;
}

@-webkit-keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

.fadeIn {
    animation: fadeIn 0.8s ease-in;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    65% {
        opacity: 0.5;
    }

    75% {
        opacity: 0.8;
    }

    to {
        opacity: 1;
    }
}