@font-face {
    font-family: "Source Han Sans CN-Medium";
    src: url("../fonts/SourceHanSansCN-Medium.otf") format("truetype");
}

HTML, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote,
pre, form, fieldset, table, th, td {
    font-weight: 400;
    border: none;

    margin: 0;
    padding: 0;
}

HTML, body {
    font-size: 16px;
}

li {
    list-style: none;
}

a, a:hover, a:focus {
    -webkit-tap-highlight-color: transparent;
    text-decoration: none;
    outline: none;
    list-style: none;

}

.pt-100 {
    padding-top: 100px;
}

.pb-100 {
    padding-bottom: 100px;
}

.pt-50 {
    padding-top: 50px;
}

.mb-10 {
    margin-top: 10px;
}

.mt-20 {
    margin-top: 20px;
}

.mr-20 {
    margin-right: 20px;
}

.pt-30 {
    padding-top: 30px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-70 {
    margin-bottom: 70px;
}

.mt-60 {
    margin-top: 60px;
}

.pt-136 {
    padding-top: 136px;
}

.pb-136 {
    padding-bottom: 136px;
}

.mt-160 {
    margin-top: 160px;
}

.mt-90 {
    margin-top: 90px;
}

.ft-20 {
    font-size: 20px !important;
}

.pt-40 {
    padding-top: 40px;
}

[data-aos^="fade"][data-aos^="fade"] {
    opacity: 0;
    transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform;
}

[data-aos="fade-mid"] {
    width: 100%;
}

[data-aos^="fade"][data-aos^="fade"].aos-animate {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

[data-aos="fade-up"] {
    -webkit-transform: translate(0, 100px);
    transform: translate(0, 100px);
}

[data-aos="fade-down"] {
    -webkit-transform: translate(0, -100px);
    transform: translate(0, -100px);
}

[data-aos="fade-right"] {
    -webkit-transform: translate(-100px, 0);
    transform: translate(-100px, 0);
}

[data-aos="fade-left"] {
    -webkit-transform: translate(100px, 0);
    transform: translate(100px, 0);
}

[data-aos^="zoom"][data-aos^="zoom"] {
    opacity: 0;
    transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform;
}

[data-aos^="zoom"][data-aos^="zoom"].aos-animate {
    opacity: 1;
    -webkit-transform: translate(0, 0) scale(1);
    transform: translate(0, 0) scale(1);
}

[data-aos="zoom-in"] {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
}

body[data-aos-easing="ease"] [data-aos], [data-aos][data-aos][data-aos-easing="ease"] {
    transition-timing-function: cubic-bezier(0.8, 0.6, 0.2, 0.1);
}

body[data-aos-duration="400"] [data-aos], [data-aos][data-aos][data-aos-duration="400"] {
    transition-duration: 400ms;
}

body[data-aos-delay="400"] [data-aos], [data-aos][data-aos][data-aos-delay="400"] {
    transition-delay: 0;
}

body[data-aos-delay="400"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="400"].aos-animate {
    transition-delay: 400ms;
}

body[data-aos-delay="300"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="400"].aos-animate {
    transition-delay: 300ms;
}

@media (min-width: 700px) {
    .container {
        width: 1400px;
        padding: 0;
    }

    body {
        min-width: 1400px;
    }

    .infos .container {
        width: 1200px;
        padding: 0;
    }

    .web {
        display: block;

    }

    .phone {
        display: none !important;
    }
}

@media (max-width: 700px) {
    /*.container {*/
    /*width: 1400px;*/
    /*padding: 0;*/
    /*}*/
    body {
        min-width: inherit;
    }

    .infos .container {
        width: auto;
        /*padding: 0;*/
    }

    .web {
        display: none !important;

    }

    .phone {
        display: block;
    }
}

/*底部*/
.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030
}

footer {
    background: #282F3D;
    padding: 80px 0;
    color: #7C8398;
}

footer a, footer a:hover,a:focus {
    color: #7C8398;
}

footer .container {
    display: flex;

}

.footer-left {
    width: 30%;
    position: relative;
}

.footer-left img {
    width: 185px;
    height: 54px;
    position: relative;
}

.footer-midlle1 {
    width: 15%;
}

.footer-midlle1-title {
    margin-bottom: 4px;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    line-height: 23px;
}

.footer-midlle1-li {
    margin-top: 14px;
}

.footer-right {
    width: 50%;
    display: flex;
    justify-content: flex-end;
    text-align: center;
}

.footer-right > div {
    margin-left: 40px;
}

.footer-right img {
    width: 100px;
    height: 100px;
    padding: 8px;
    border-radius: 8px 8px 8px 8px;
    background: #fff;
    margin-bottom: 12px;
}

.footer-left-moble {
    color: #fff;
    font-size: 28px;
}

.footer-left-info {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.footer-copy {
    margin-top: 50px;
    padding-top: 16px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    text-align: center;
    font-size: 14px;
    justify-content: center;
}

/*头*/
header {
    height: 90px;
    width: 100%;
    background: rgba(255, 255, 255, 0);
    position: fixed;
    top: 0;
    z-index: 100004;
}

header.scrolled {
    background: linear-gradient(135deg, #3774EB 0%, #5C31E8 100%);
    transition: background-color 200ms linear;
}

.guding {
    background: linear-gradient(135deg, #3774EB 0%, #5C31E8 100%);
}

.gettop {
    position: fixed;
    right: 32px;
    top: 50%;
    z-index: 10002;
}

.lianxi {
    width: 64px;
    height: 204px;
    background: linear-gradient(135deg, #FF917D 0%, #FFC560 100%);
    border-radius: 50px 50px 50px 50px;
    opacity: 1;
    border: 2px solid #FFFFFF;
    position: relative;

    cursor: pointer;
}

.lianxi-img {
    width: 48px;
    background: #fff;
    text-align: center;
    border-radius: 100%;
    margin: auto;
    margin-top: 8px;
}
.lianxi-img img{
    width: 48px;
}

.lianxi-info {
    writing-mode: vertical-lr;
    text-align: center;
    margin: auto;
    font-size: 22px;
    padding: 10px 0;
    letter-spacing: 5px;
    color: #fff;
    font-weight: 400;
}

.goup {
    width: 64px;
    height: 64px;
    background: #FFFFFF;
    box-shadow: inset 0px 4px 20px 0px rgba(15, 46, 106, 0.16);
    border: 2px solid #FFFFFF;
    display: none;
    border-radius: 100%;
    line-height: 64px;
    text-align: center;
    margin-top: 10px;
    position: relative;
}

.lianxi-ewm {
    position: absolute;
    right: 84px;
    bottom: 0;
    background: #FFFFFF;
    border-radius: 12px 12px 12px 12px;
    padding: 24px;
    text-align: center;
    display: none;
}

.lianxi:hover .lianxi-ewm {
    display: block;
}

.lianxi-ewm img {
    width: 130px;
    height: 130px;
}

.lianxi-ewm-phone {
    font-size: 19px;
    font-weight: bold;
    line-height: 26px;
    background: linear-gradient(135deg, #FF917D 0%, #FFC560 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0px 0 16px 0;
}

.lianxi-ewm-des {
    font-size: 14px;
    font-weight: 400;
    color: #CCCCCC;
    line-height: 20px;
    margin-top: 5px;
}

.goup img {
    width: 18px;
    position: relative;
    right: -10000px;
    filter: drop-shadow(#8E99B9 -10000px 0);
}

.goup:hover img {
    filter: drop-shadow(#3774EB -10000px 0);
}

.header-nav {
    display: flex;

}

.header-nav-logo {
    width: 20%;
    padding: 25px 0;
}

.header-nav-logo img {
    width: 140px;
    height: 40px;
}

.header-log2 {
    display: none;
}

.header-nav-menu {
    width: 60%;
    color: #fff;
}

.header-nav-btns {
    width: 20%;
    text-align: right;
    padding: 25px 0;
}

.header-nav-btns a {
    width: 100px;
    height: 40px;
    border: 1px solid #fff;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    margin-left: 20px;
    text-decoration: none;
    border-radius: 6px;
}

.header-nav-btns1, .header-nav-btns1:hover {
     color: #3774EB;
    background: #fff;
}

.header-nav-btns2, .header-nav-btns2:hover {
    color: #3774EB;
    background: #fff;

}

.header-nav-menu ul {
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-nav-menu ul li {
    height: 90px;
    margin: 0 25px;
    line-height: 40px;
    cursor: pointer;
    position: relative;
    padding: 25px 0;

}

.header-nav-menu ul li span {
    opacity: 0.7;
}

.header-nav-menu-xia {
    width: 18px;
    padding-left: 2px;
}

.header-toggle {
    position: absolute;
    left: -100px;
    top: 90px;
    background: #fff;
    display: none;
    box-shadow: 0px 2px 24px 0px rgba(0, 0, 0, 0.14);
    border-radius: 12px 12px 12px 12px;
}

.header-toggle2 {
    display: flex;
}

.header-toggle2-left {
    width: 564px;
    padding: 0 26px 40px;
}

.header-toggle2-left a {
    color: #333;
    display: inline-block;
    text-align: center;
    margin-top: 36px;
    width: 128px;
}

.header-toggle2-left a:hover span, .header-toggle3-left a:hover span {
    background: linear-gradient(135deg, #3774EB 0%, #5C31E8 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.header-toggle2-left a:hover {

}

.header-toggle2-left-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.header-toggle2-left-list > div {
    text-align: center;

}

.header-toggle2-left-list img {
    width: 50px;
    height: 50px;
}

.header-toggle2-left-title {
    height: 64px;
    line-height: 64px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    margin-bottom: 4px;
    color: #333;

}

.header-toggle2-right {
    width: 418px;
    background: #F8F9FC;
    border-radius: 0px 12px 12px 0px;
    padding: 20px;
}

.header-toggle2-right {
    display: flex;
    flex-wrap: wrap;
}

.header-toggle2-right-info1, .header-toggle2-right-info2 {
    width: 184px;
    height: 155px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    border-radius: 4px 4px 4px 4px;
    position: relative;
}

.header-toggle2-right-info2 {
    margin-left: 10px;
}

.header-toggle2-right-info3 {
    width: 378px;
    height: 155px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    border-radius: 4px 4px 4px 4px;
    position: relative;
}

.header-toggle2-right-info1-title, .header-toggle2-right-info1-title:hover {
    position: absolute;
    color: #fff;
    left: 14px;
    bottom: 14px;
    line-height: 19px;
}

.header-toggle2-right-info1-back {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
    width: 100%;
    height: 100%;
    border-radius: 4px 4px 4px 4px;
}

.header-toggle-san {
    position: absolute;
    border: 10px solid #fff;
    border-left: 10px solid transparent;
    border-top: 10px solid transparent;
    border-bottom-right-radius: 10px;
    width: 0;
    transform: rotate(225deg);
    left: 50%;
    bottom: -10px;
    margin-left: -10px;
    z-index: 10;
    display: none;
}

.header-toggle2-right-info1-to {
    position: absolute;
    right: 14px;
    bottom: 14px;
    line-height: 1;
}

.header-toggle2-right-info1-to img {
    width: 24px;
}

.header-toggle3 {
    display: flex;
}

.header-toggle3-left {
    width: 356px;
    padding: 0 26px 40px;
}

.header-toggle3-right {
    width: 352px;
    background: #F8F9FC;
    border-radius: 0px 12px 12px 0px;
    padding: 20px;
}

.header-toggle3-left-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.header-toggle3-left a {
    color: #333;
    display: inline-block;
    text-align: center;
    margin-top: 36px;
    width: 152px;
}

.header-toggle3-left-list img {
    width: 50px;
    height: 50px;
}

.header-toggle3-right-info {
    width: 312px;
    height: 155px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    border-radius: 4px 4px 4px 4px;
    position: relative;

}

.header-toggle3-right-inf2 {
    width: 312px;
    height: 155px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    border-radius: 4px 4px 4px 4px;
    position: relative;
    margin-top: 10px;
}

.header-toggle3-right-info1-title, .header-toggle3-right-info1-title:hover {
    position: absolute;
    color: #fff;
    left: 26px;
    bottom: 26px;
    line-height: 19px;
    border-bottom: 1px solid #fff;
}

.header-toggle3-right-info1-to {
    position: absolute;
    right: 26px;
    bottom: 26px;
    line-height: 1;
}

.header-toggle3-right-info1-to img {
    width: 24px;
}

/*演示*/
.yanshi {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    z-index: 10000001;
    display: none;
}

.yanshi-info {
    padding: 40px;
    position: fixed;
    left: 50%;
    top: 50%;
    width: 460px;
    height: 464px;
    margin-top: -232px;
    margin-left: -230px;
    background: #fff;
    border-radius: 12px;
    z-index: 1001;
    text-align: center;
}

.yanshi-info-title {
    font-size: 24px;
    font-weight: 500;
    line-height: 28px;
    color: #333;
}

.yanshi-info-phone {
    margin-top: 4px;
    margin-bottom: 36px;
}

.yanshi-info-phone span {
    font-size: 40px;
    font-weight: bold;
    line-height: 42px;
    background: linear-gradient(135deg, #3774EB 0%, #5C31E8 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

}

.yanshi-info img {
    width: 220px;
    height: 220px;
}

.yanshi-info-des {
    font-size: 20px;
    color: #999999;
    margin-top: 16px;
}

.yanshi-shan {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -222px;
    margin-left: 200px;
    z-index: 10001;
    cursor: pointer;

}

.yanshi-shan img {
    width: 18px;
}

/*首页*/
.index-banner {
    width: 100%;
    height: 600px;
}

.index-banner img {
    width: 100%;
    height: 600px;
    object-fit: cover;
}

.index-mu1, .index-mu2, .index-mu3 {
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.index-mu1-name {
    line-height: 75px;
    color: #333;
    font-weight: bold;
    font-size: 50px;
    text-align: center;
}

.index-mu1-title {
    line-height: 45px;
    text-align: center;
    font-size: 30px;
    color: #7C8398;
}

.index-mu1-list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.index-mu1-info {
    margin: 0;
    font-size: 0;

}

.index-mu1-info > div {
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-image: url(../img/mu1.jpg);
    padding: 60px;
    border-radius: 12px;
    margin-top: 20px;
    width: 49.1%;
    position: relative;
    box-shadow: 0px 0px 0px 0px rgba(27, 82, 192, 0.06), 1px 3px 7px 0px rgba(27, 82, 192, 0.06), 6px 12px 13px 0px rgba(27, 82, 192, 0.05), 13px 26px 17px 0px rgba(27, 82, 192, 0.03), 23px 46px 21px 0px rgba(27, 82, 192, 0.01), 36px 72px 22px 0px rgba(27, 82, 192, 0.00);
}

.index-mu1-info > div:after {
    left: 0;
    top: 0;
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border: 3px solid #5C31E8;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    z-index: 2;
    opacity: 0;
    border-width: 3px 0px 0px 3px;
    border-radius: 12px;
}

.index-mu1-info > div:hover:after {
    width: 100%;
    height: 100%;
    opacity: 1;
}

.index-mu1-info > div:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border: 3px solid #5C31E8;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    z-index: 2;
    opacity: 0;
    right: 0;
    bottom: 0;
    border-width: 0 3px 3px 0;
    border-radius: 12px;
}

.index-mu1-info > div:hover:before {
    width: 100%;
    height: 100%;
    opacity: 1;
}

.index-mu1-info > div:nth-child(2n) {
    margin-left: 1.4%;
}

.index-mu1-info-title {
    font-size: 32px;
    font-weight: 500;
    line-height: 38px;
}

.index-mu1-info-title span {
    background: linear-gradient(135deg, #3774EB 0%, #5C31E8 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.index-mu1-info-des {
    font-weight: 400;
    color: #575E9E;
    line-height: 34px;
    font-size: 24px;
}

.fff {
    color: #fff;
}

.index-mu2-info {
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.06);
    border-radius: 12px 12px 12px 12px;
    display: flex;
}

.index-mu2-info-left {
    width: 14.5%;
    border-radius: 12px 0px 0px 12px;
    background: linear-gradient(135deg, #3774EB 0%, #5C31E8 100%);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.06);
    text-align: center;
    padding: 18px 0;
}

.index-mu2-info-left > div {
    height: 64px;
    margin: 8px 0;
    line-height: 64px;
    cursor: pointer;
    position: relative;
}

.index-mu2-info-left > div > span {
    font-size: 24px;
    font-weight: 500;
    line-height: 28px;
    color: #D7DAE6;
}

.index-mu2-info-left > div::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    /* 位于原本li 下面 */
    z-index: -1;
    height: 100%;
    width: 0;
    /* 动画时长 */
    transition: 0.5s;
    /* 变换的背景色，这里是红色背景色 */
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.60) 0%, rgba(255, 255, 255, 0.06) 100%);
}

.index-mu2-info-left > div:hover {
    z-index: 100000;
    /*color: #411E7A;*/
}

.index-mu2-info-left > div:hover span {
    color: #FFCA62;
}

.index-mu2-info-left > div:hover::before {
    width: 100%;
}

.index-mu2-info-left .active:before {
    z-index: 100000;
    width: 100%;
    /*background: linear-gradient(90deg, rgba(255, 255, 255, 0.60) 0%, rgba(255, 255, 255, 0.06) 100%);*/
}

.index-mu2-info-left .active > span {
    color: #FFCA62;
}

.index-mu2-info-right {
    width: 85.5%;
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.06);
    border-radius: 0px 12px 12px 0px;
    padding: 70px 60px;
    display: flex;
    overflow: hidden;
    position: relative;
}

.index-mu2-info-right1 {
    width: 40%;
    padding: 20px 0;
    position: relative;
    min-height: 20px;
}

.index-mu2-info-right2 {
    width: 60%;
    height: 100%;
}

@keyframes example {
    from {
        top: 200px;
    }
    to {
        top: 0;
    }
}

.index-mu2-info-right2 video {
    width: 100%;
    height: 335px;
    border-radius: 12px;
    object-fit: cover;
}

.index-mu2-info-right-title {
    font-size: 40px;
    color: #fff;
    font-weight: bold;

}

.index-mu2-info-right-link {
    margin: 30px 0;
    width: 100px;
    height: 4px;
    background: linear-gradient(90deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
    border-radius: 20px 20px 20px 20px;
    display: inline-block;
}

.index-mu2-info-right-info {
    font-size: 20px;
    font-weight: 400;
    color: #D7DAE6;
    line-height: 36px;
}

.index-mu-border {
    text-align: center;
    height: 15px;
}

.index-mu-border img {
    width: 200px;
    height: 15px;
}

.index-mu3-nav {
    width: 100%;
    display: flex;
    height: 46px;
    justify-content: center;
    border-bottom: 1px solid rgba(87, 94, 158, 0.1);
}

.index-mu3-nav > div {
    margin: 0 40px;
    color: #8E99B9;
    cursor: pointer;
    font-weight: 500;
    font-size: 18px;
    position: relative;
}

.index-mu3-nav > div.active span {
    background: linear-gradient(135deg, #3774EB 0%, #5C31E8 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

}

.index-mu3-nav a {
    content: '';
    position: absolute;
    bottom: 0;
    width: 60%;
    height: 4px;
    background: rgba(255, 255, 255, 0);
    left: 20%;
}

 .index-mu3-nav .active a {
    background: linear-gradient(135deg, #3774EB 0%, #5C31E8 100%);
}

.index-mu3-info {
    display: flex;

}

.index-mu3-info-left {
    width: 80%;
    padding-left: 100px;
}

.index-mu3-info-right {
    width: 30%;
    margin-left: 25%;
}

.img {
    width: 100%;
    height: 436px;
}

.whole {
    width: 50%;
    height: 100%;
    margin: 0 auto;
}

.roll-img {
    width: 100%;
    height: 100%;
    position: relative;
    transform-style: preserve-3d;
}

.roll-img ul li {
    position: absolute;
    width: 100%;
    height: 100%;
    cursor: pointer;
    border-radius: 12px;

}

.roll-img ul li img {
    box-shadow: 0px 0px 24px 0px rgba(55, 116, 235, 0.1);
    border-radius: 12px;
}

.left {
    left: -200px;
    transform: scale(0.8);
    z-index: 4;
    background: rgb(0, 0, 0);
    transition: all 0.5s ease;
}

.center {
    z-index: 6;
    left: 0;
    top: 0;
    bottom: 10%;
    transition: all 0.5s ease;
    border-radius: 12px;
}

.left .roll-img-back, .right .roll-img-back {
    z-index: 5;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.3s ease;
    border-radius: 12px;
}

.left1 {
    left: -300px;
    transform: scale(0.8);
    z-index: 4;
    transition: all 0.5s ease;
}

.center1 {
    z-index: 6;
    left: 0;
    top: 0;
    bottom: 10%;
    transition: all 0.5s ease;
    border-radius: 12px;
}

.right1 {
    left: 300px;
    transform: scale(0.8);
    z-index: 4;
    transition: all 0.5s ease;
}

.other1 {
    left: 300px;
    transform: scale(0.8);
    z-index: 4;
    transition: all 0.5s ease;
}

.left1 .roll-img-back, .right1 .roll-img-back {
    z-index: 5;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.3s ease;
    border-radius: 12px;
}

.index-mu3-info-right {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.index-mu3-info-right img {
    height: 12px;
    margin-right: 10px;
}

.index-mu3-info-right > div > div {
    width: 100%;
    margin: 20px 0;

}

.index-mu3-info-right-title {
    font-size: 26px;
    color: #333;
    font-weight: 500;
}

.index-mu3-info-right-des {
    font-size: 22px;
    color: #333;
}

.index-mu4-info {
    display: flex;

}

.index-mu4-info > div {
    height: 540px;
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.06);
    border-radius: 12px 12px 12px 12px;
    width: 23.5%;
    margin-right: 2%;
    padding: 60px 37px;
    position: relative;
    cursor: pointer;
}

.index-mu4-info > div:nth-child(4n) {
    margin-right: 0;
}

.index-mu4-info-img {
    text-align: center;
}

.index-mu4-info-img img {
    width: 80px;
    height: 80px;
    padding: 5px;
    background: linear-gradient(135deg, #3774EB 0%, #5C31E8 100%);
    border-radius: 50px 50px 50px 50px;
}

.index-mu4-info-title {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 28px;
    text-align: center;
    color: #fff;
    margin-top: 40px;
}

.index-mu4-info-des {
    font-size: 20px;
    color: #D7DAE6;
    line-height: 46px;
    text-align: center;
}

.index-mu4-info-link {
    position: absolute;
    bottom: 60px;
    width: 80px;
    height: 6px;
    background: linear-gradient(135deg, #3774EB 0%, #5C31E8 100%);
    border-radius: 80px 80px 80px 80px;
    left: 50%;
    margin-left: -40px;
}

.index-mu4-info > div:hover {
    background: linear-gradient(135deg, #3774EB 0%, #5C31E8 100%);
}

.index-mu4-info > div:hover .index-mu4-info-img img, .index-mu4-info > div:hover .index-mu4-info-link {
    background: #fff;
    color: #fff;
}

.index-mu4-info-img2 {
    display: none;
}

.index-mu4-info > div:hover .index-mu4-info-img1 {
    display: none;
}

.index-mu4-info > div:hover .index-mu4-info-img2 {
    display: inline-block;
}

.index-mu5-info {
    width: 100%;
}

.index-mu5-info .img {
    height: 390px;
}

.index-mu5-info .whole {
    width: 820px;
    height: 100%;
    margin: 0 auto;
}

.center1 {
    width: 820px;
}

#uls > li {
    background-image: url("../img/mu5.jpg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: flex;
}

.index-mu5-info-left {
    width: 520px;
    padding: 50px 0 50px 60px;
}

.index-mu5-info-right {
    width: 300px;
    position: relative;
}

.index-mu5-info-right img {
    width: 230px;
    position: absolute;
    bottom: 20px;
    right: 35px;
}

.roll-img ul li .index-mu5-info-right img {
    box-shadow: none;
}

.index-mu5-info-left-title {
    font-size: 34px;
    font-weight: 500;
    line-height: 40px;
    background: linear-gradient(135deg, #3774EB 0%, #5C31E8 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.index-mu5-info-left-title-en {
    font-size: 24px;
    font-weight: 400;
    color: #575E9E;
    line-height: 34px;
    margin-top: 10px;
    margin-bottom: 48px;
}

.index-mu5-info-left-info {
    display: flex;
    flex-wrap: wrap;
}

.index-mu5-info-left-info > div {
    width: 140px;
    margin-right: 20px;
    height: 50px;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 8px 8px 8px 8px;
    margin-bottom: 20px;
    text-align: center;
    line-height: 50px;
    color: #3774EB;

}

.index-mu5-info-left-info > div:nth-child(3n) {
    margin-right: 0;
}

.index-mu5-info-left-info4 {
    width: 100%;
    margin-right: 0;
}

.mu6 {
    width: 100%;
    height: 210px;
    background: linear-gradient(135deg, #3774EB 0%, #5C31E8 100%);
    padding: 38px 0;
    text-align: center;
    margin: auto;
}

.mu6-title {
    font-size: 32px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 38px;
    margin-bottom: 32px;
}

.mu6-a, .mu6-a:hover {
    font-size: 20px;
    font-weight: 500;
    color: #456EFF;
    width: 170px;
    height: 54px;
    background: #FFFFFF;
    display: inline-block;
    border-radius: 50px 50px 50px 50px;
    line-height: 54px;

}

/*代理加盟*/
.agent-banner {
    width: 100%;
    height: 400px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: relative;
    overflow: hidden;
}

.agent-banner:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: inherit;
    filter: blur(5px);
    z-index: 2;
    overflow: hidden;
}

.agent-banner-back {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    position: relative;
    z-index: 5;
    display: flex;
    justify-content: center;

}

.agent-banner-back > div {
    font-size: 50px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 60px;
    margin: 210px 45px 0;
}

.agent-banner-back > div span {
    color: #3774EB;
    font-size: 68px;
}

.agent-info {
    width: 100%;

}

.agent-info-table {
    width: 600px;
    height: 482px;
    background: #FFFFFF;
    box-shadow: 0px 0px 20px 0px rgba(55, 116, 235, 0.06);
    border-radius: 12px 12px 12px 12px;
    margin: auto;
    padding: 70px 90px;
}

.agent-info-title {
    font-size: 16px;
    color: #333333;
}

.agent-info-ipt {
    margin: 12px 0 44px;
    height: 56px;

}

.agent-info-ipt input {
    background: #F8F8F8;
    border-radius: 4px 4px 4px 4px;
    height: 56px;
    border: 0;
    list-style: none;
    outline: none;
    padding: 16px 20px;
    width: 420px;
}

.agent-info-btn {
    width: 420px;
    height: 56px;
    background: linear-gradient(135deg, #3774EB 0%, #5C31E8 100%);
    border-radius: 12px 12px 12px 12px;
    margin-top: 12px;
    outline: none;
    border: 0;
    color: #FFFFFF;
}

.agent-content {
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.agent-list {
    display: flex;
    padding: 60px 0;
    justify-content: center;
    color: #fff;
}

.agent-list > div {
    width: 280px;
    margin: 0 30px;
    text-align: center;
}

.agent-list img {
    width: 60px;
    height: 60px;
}

.agent-list-title {
    font-size: 28px;
    margin: 20px 0 8px;
}

.agent-list-dec {
    font-size: 20px;
}

/*解决方案*/

.cases-banner {
    width: 100%;
    height: 570px;
    color: #fff;
    text-align: center;
    position: relative;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.cases-banner-title {
    font-size: 60px;
    font-weight: bold;
    line-height: 70px;
    padding-top: 227px;
}

.cases-banner-dsc {
    font-size: 22px;
    line-height: 26px;
    padding-top: 20px;
    position: relative;
    display: inline-block;
}

.cases-banner-dsc:before {
    content: '';
    width: 40px;
    height: 2px;
    background: linear-gradient(90deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
    position: absolute;
    left: -60px;
    top: 30px;
    transform: rotate(180deg);
}

.cases-banner-dsc:after {
    content: '';
    width: 40px;
    height: 2px;
    background: linear-gradient(90deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
    position: absolute;
    right: -60px;
    top: 30px;
}

.mu1 {
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.cases-list {
    display: flex;
    flex-wrap: wrap;
}

.cases-list > div {
    width: 264px;
    height: 128px;
    text-align: center;
    background: #FFFFFF;
    box-shadow: 0px 0px 20px 0px rgba(55, 116, 235, 0.06);
    border-radius: 12px 12px 12px 12px;
    opacity: 1;
    background: linear-gradient(135deg, rgba(55, 116, 235, 1), rgba(92, 49, 232, 1) 100%);
    margin-right: 20px;
    margin-top: 20px;
}

.cases-list > div:nth-child(5n) {
    margin-right: 0;
}

.cases-list-info {
    background: #fff;
    height: 124px;
    margin-top: 6px;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cases-list-img {
    text-align: center;
    margin-right: 16px;
}

.cases-list-img img {
    width: 60px;
    height: 60px;
}

.cases-list-title span {
    font-size: 24px;
    font-weight: 500;
    line-height: 28px;
    background: linear-gradient(135deg, #3774EB 0%, #5C31E8 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.cases-list2 {
    display: flex;
    flex-wrap: wrap;
}

.cases-list2 > div {
    padding: 54px 42px;
    width: 453px;
    margin-top: 20px;
}

.cases-list2 > div:nth-child(3n+1) {
    background: #FFDBD7;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.06);
    border-radius: 12px 12px 12px 12px;
    margin-right: 20px;
}

.cases-list2 > div:nth-child(3n+2) {
    background: #D8FFFC;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.06);
    border-radius: 12px 12px 12px 12px;
    margin-right: 20px;
}

.cases-list2 > div:nth-child(3n) {
    background: #E6D8FF;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.06);
    border-radius: 12px 12px 12px 12px;
}

.cases-list2-img img {
    width: 52px;
    height: 52px;
    vertical-align: middle;
    margin-right: 20px;
}

.cases-list2-img {
    font-size: 32px;
    font-weight: 500;
    color: #333333;
    line-height: 38px;
    margin-bottom: 18px;
}

.cases-list2-dsc {
    font-size: 20px;
    color: #6D718A;
    line-height: 36px;
}

.cases-list3 {
    display: flex;
    flex-wrap: wrap;
}

.cases-list3 > div {
    width: 690px;
    padding: 46px 42px;
    margin-top: 20px;
}

.cases-list3 > div:nth-child(2n+1) {
    background: #FFDBD7;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.06);
    border-radius: 12px 12px 12px 12px;
    margin-right: 20px;
}

.cases-list3 > div:nth-child(2n) {
    background: #D8FFFC;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.06);
    border-radius: 12px 12px 12px 12px;
}

.cases-list4 {
    display: flex;
    margin-bottom: 180px;
}

.cases-list4-left {
    width: 590px;
    display: flex;
    flex-flow: wrap;
    align-content: center;
}

.cases-list4-left-title {
    font-size: 40px;
    font-weight: bold;
    line-height: 47px;
    background: linear-gradient(135deg, #3774EB 0%, #5C31E8 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}

.cases-list4-left-desc {
    font-size: 24px;
    font-weight: 400;
    color: #575E9E;
    line-height: 40px;
    margin-top: 30px;
}

.cases-list4-left-desc p {
    margin-bottom: 20px;
}

.cases-list4-right, .cases-list4-right img {
    width: 740px;
    height: 400px;
    border-radius: 12px;
}

.cases-list4-middle {
    width: 70px;
    height: 400px;
}

.cases1-imgs {
    margin-top: 40px;
    font-size: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
    /*animation-name: example;*/
    /*animation-duration: 1s;*/
    /*min-height: 20px;*/
}

.cases1-imgs img {
    margin: 10px 5px 0;
    border-radius: 12px 12px 12px 12px;
    animation: li4 4s infinite;
    animation-iteration-count:1

}
@keyframes li4{
    0%{opacity: 0;}


    100%{opacity: 1;}
}

.cases2-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.cases2-nav > div {
    width: 180px;
    height: 60px;
    background: #fff;
    border-radius: 12px 12px 12px 12px;
    color: #333;
    line-height: 60px;
    text-align: center;
    cursor: pointer;
    margin: 0 24px;
}

.cases2-nav > div.active {
    background: linear-gradient(135deg, #3774EB 0%, #5C31E8 100%);
    color: #fff;
}

.cases2-nav > div:hover {
    /*background: linear-gradient(135deg, #3774EB 0%, #5C31E8 100%);*/
    /*color: #fff;*/
}

.cases2-info {
    width: 100%;
    height: 706px;
    border-radius: 12px 12px 12px 12px;
    position: relative;
    color: #fff;
    padding: 72px;
    overflow: hidden;


}
.cases2-info-imgs{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 706px;
    animation: li4 2s infinite;
    animation-iteration-count:1
}

.cases2-info:before {
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: linear-gradient(135deg, #3774EB 0%, rgba(55, 116, 235, 0.7) 73%);
    border-radius: 12px 12px 12px 12px;
    position: absolute;
    z-index: 2;
    animation: li4 2s infinite;
    animation-iteration-count:1

}

.cases2-content {
    position: relative;
    z-index: 10;
    color: #fff;
    width: 550px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    height: 100%;
    animation: examples 1s infinite;
    animation-iteration-count:1;

}
@keyframes examples {
    from {
        top: 100px;
    }
    to {
        top: 0;
    }
}


.cases2-content > div {
    display: flex;
    align-items: flex-start;
    font-size: 18px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 26px;
    letter-spacing: 2px;
}

.cases2-content > div img {
    position: relative;
    left: -10000px;
    filter: drop-shadow(#fff 10000px 0);
    vertical-align: top;
    width: 18px;
    margin-right: 12px;
}

.cases2-content1 {
    position: relative;
    z-index: 10;
    color: #fff;
    width: 640px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 72px 0;
    height: 100%;
    animation: examples 1s infinite;
    animation-iteration-count:1;
}

.cases2-content1 > div {
    display: flex;
    align-items: flex-start;
    font-size: 18px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 26px;
    letter-spacing: 2px;
    width: 50%;
}

.cases2-content1 > div img {
    position: relative;
    left: -10000px;
    filter: drop-shadow(#fff 10000px 0);
    vertical-align: top;
    width: 18px;
    margin-right: 12px;
}

.cases2-content1-link {
    width: 680px !important;;
    height: 1px;
    position: relative;
    background: none;
}

.cases2-content1-link:before {
    content: '';
    left: 0;
    top: 0;
    width: 680px;
    height: 1px;
    position: relative;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 10;
}

.cases2-info2 {
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.06);
    border-radius: 12px 12px 12px 12px;
    width: 100%;
    height: 672px;
    padding: 36px;
    position: relative;

}

.cases2-info2-img {
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    position: relative;
    border-radius: 4px;
    padding: 100px 164px;
    display: flex;
    flex-wrap: wrap;
}

.cases2-info2-img:before {
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 4px;
    position: absolute;
    z-index: 9;


}

.cases2-info2-img > div {
    width: 333.3px;
    position: relative;
    z-index: 10;
    color: #fff;
    text-align: center;
}

.cases2-info2-img > div > div {
    width: 100%;
}

.cases2-info2-img > div:nth-child(3n+2) {
    border-left: 1px solid rgba(255, 255, 255, 0.3);
    border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.cases2-info2-img > div:nth-child(n+4) {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.cases2-info2-img img {
    width: 48px;
    margin-bottom: 20px;
    margin-top: 50px;
}

.cases2-info3-img {
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    position: relative;
    border-radius: 4px;
    padding: 100px 164px;
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
}

.cases2-info3-img:before {
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    position: absolute;
    background: inherit;
    filter: blur(3px);
    z-index: 2;
    overflow: hidden;

}

.cases2-info3-img:after {
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 4px;
    position: absolute;
    z-index: 9;

}

.cases2-content2 {
    width: 100%;
    position: relative;
    z-index: 10;
    color: #fff;
    text-align: center;

}

.cases2-content2 > div {
    width: 333.3px;
    height: 200px;
    position: relative;
    float: right;
}

.cases2-content2 > div > div {
    width: 100%;
}

.cases2-info3-img img {
    width: 48px;
    margin-bottom: 20px;
}
.cases2-info2 .cases2-info-imgs{
    width: calc(100% - 72px);
    height: 600px;
    margin: 36px;
    border-radius: 4px;
}

.cases2-content2 > div:nth-child(n+4) {
    margin-top: 100px;
}

.cases2-content2 > div:nth-child(2):before {
    content: '';
    right: -35px;
    background-image: url(../img/shuangjiantou.png);
    position: absolute;
    width: 70px;
    top: 30px;
    height: 35px;
    z-index: 11;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.cases2-content2 > div:nth-child(1):before {
    content: '';
    right: -35px;
    background-image: url(../img/shuangjiantou.png);
    position: absolute;
    width: 70px;
    top: 30px;
    height: 35px;
    z-index: 11;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.cases2-content2 > div:nth-child(3):before {
    content: '';
    left: 50%;
    background-image: url(../img/shuangjiantou.png);
    position: absolute;
    width: 70px;
    bottom: 0;
    height: 35px;
    z-index: 11;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    transform: rotate(90deg);
    margin-left: -35px;
}

.cases2-content2 > div:nth-child(5):before {
    content: '';
    right: -35px;
    background-image: url(../img/shuangjiantou.png);
    position: absolute;
    width: 70px;
    top: 30px;
    height: 35px;
    z-index: 11;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    transform: rotate(180deg);
}

.clear {
    clear: both;
}

.cases2-content2 > div:nth-child(6):before {
    content: '';
    right: -35px;
    background-image: url(../img/shuangjiantou.png);
    position: absolute;
    width: 70px;
    top: 30px;
    height: 35px;
    z-index: 11;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    transform: rotate(180deg);
}

.cases2-content1 .cases2-content1-title {
    width: 100%;
    font-size: 28px;
    font-weight: bold;
    color: rgba(255, 255, 255, 0);
    line-height: 33px;
    position: relative;
}

.cases2-content1-title-ab {
    position: absolute;
    z-index: 11;
    color: #fff;
    left: 0;
    top: 0;
    font-size: 28px;
    font-weight: bold;
    width: 680px;
}

.cases3 {
    background: #fff;
    border-radius: 40px;
    padding: 100px 200px;
    margin-top: -100px;
    position: relative;
    z-index: 10;
    margin-bottom: 36px;
}

.cases3_1 {
    background: #fff;
    border-radius: 40px;
    padding: 100px 140px;
    margin-bottom: 36px;
}

.cases3_3 {
    background: #fff;
    border-radius: 40px;
    padding: 100px 60px;
    margin-bottom: 36px;
}

.cases3_2 {
    background: #fff;
    border-radius: 40px;
    padding: 100px 60px;
}

.cases3-info img {
    width: 100%;
}

.cases3_3-info {
    display: flex;

}

.cases3_3-info > div {
    width: 32%;
    text-align: center;
}

.cases3_3-info > div:nth-child(3n+2) {
    margin: 0 2%;
}

.cases3_3-info-img {
    width: 100%;
    height: 260px;
    border-radius: 12px 12px 12px 12px;
}

.cases3_3-info-title {
    font-size: 24px;
    font-weight: 500;
    color: #333333;
    line-height: 32px;
    margin: 28px 0 16px;

}

.cases3_3-info-dec {
    font-size: 20px;
    font-weight: 400;
    color: #8A949F;
    line-height: 32px;
    padding: 0 20px;
}

.cases3_2-info {
    display: flex;
    justify-content: space-between;

}

.cases3_2-info > div {
    width: 23%;
    padding: 28px;
    border-radius: 12px 12px 12px 12px;
}

.cases3_2-info-title {
    font-size: 22px;
    font-weight: 500;
    color: #333333;
    line-height: 32px;
    margin-bottom: 20px;
}

.cases3_2-info-dec {
    padding-left: 20px;
}

.cases3_2-info > div li {
    font-size: 20px;
    line-height: 32px;
    list-style: disc;
    font-weight: 500;
}

.cases3_2-info > div:nth-child(4n+1) li {
    color: #FF806F;
}

.cases3_2-info > div:nth-child(4n+2) li {
    color: #09DAE8;
}

.cases3_2-info > div:nth-child(4n+3) li {
    color: #BB93FF;
}

.cases3_2-info > div:nth-child(4n) li {
    color: #6F9DF6;
}

/*产品应用*/
.product-nav {
    position: fixed;
    top: 90px;
    left: 0;
    width: 100%;
    height: 70px;
    background: #FFFFFF;
    z-index: 100;

}

.product-nav-info {
    display: flex;
    align-content: center;
}

.product-nav .layui-form-item {
    margin-bottom: 0;
    line-height: 70px;
}

.product-nav .layui-form-radio {
    margin-top: 0;
}

.product-nav .layui-input-block {
    margin-left: 0;
    margin-right: 60px;
}

.product-nav .layui-form-radio i {
    top: 0;
    width: 16px;
    height: 16px;
    line-height: 16px;
    border: 1px solid #d2d2d2;
    font-size: 12px;
    border-radius: 2px;
    background-color: #fff;
    color: #fff !important;
}

.product-nav .layui-form-radioed i {
    position: relative;
    width: 16px;
    height: 16px;
    border-style: solid;
    background-color: #3774EB;
    color: #3774EB !important;
}

.product-nav .layui-form-radioed span {
    color: #3774EB;
}

/* 使用伪类画选中的对号 */
.product-nav .layui-form-radioed i::after, .product-nav .layui-form-radioed i::before {
    content: "";
    position: absolute;
    top: 6px;
    left: 3px;
    display: block;
    width: 12px;
    height: 2px;
    border-radius: 4px;
    background-color: #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.product-nav .layui-form-radioed i::before {
    position: absolute;
    top: 8px;
    left: 0px;
    width: 7px;
    transform: rotate(-135deg);
}

.product-nav-title {
    margin-right: 10px;
}

.mu2 {
    background: #F7F8FA;
}

.nav-menu {
    padding: 12px 0;
    font-size: 22px;
    font-weight: 700;
    color: #333333;
    line-height: 26px;
    border-bottom: 2px solid #3774EB;
    margin-bottom: 10px;
}

.nav-menu img {
    width: 69px;
    height: 36px;
    vertical-align: middle;
    margin-right: 12px;
}

.product-list {
    display: flex;
    flex-wrap: wrap;

}

.product-list > a {
    background: #FFFFFF;
    box-shadow: 0px 0px 20px 0px rgba(55, 116, 235, 0.06);
    border-radius: 12px 12px 12px 12px;
    width: 335px;
    margin-right: 20px;
    margin-top: 20px;
    display: flex;
    padding: 16px;
}

.product-list > a:nth-child(4n) {
    margin-right: 0;
}

.product-list img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 12px 12px 12px 12px;

}

.product-list-info {
    margin-left: 12px;
}

.product-list-title {
    font-size: 16px;
    font-weight: 700;
    color: #333333;
    line-height: 26px;
}

.product-list-dec {
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    line-height: 24px;
}

.product-list-vs {
    height: 26px;
    background: linear-gradient(135deg, #3774EB 0%, #5C31E8 100%);
    border-radius: 6px 6px 6px 6px;
    padding: 0 8px;
    display: inline-block;
    color: #fff;
    font-size: 14px;
    line-height: 26px;
    margin: 12px 0 20px;
}

.product-list-price {
    height: 26px;
    font-size: 16px;
    font-weight: bold;
    color: #FF917D;
    line-height: 16px;
}

.product-list-price span {
    font-size: 24px;
}

.nav-link {
    margin-top: 10px;
    color: #999999;
}

.nav-link a {
    color: #3774EB;
}

.nav-link img {
    width: 16px;
    margin: 0 8px;
}

.product-info {
    background: #FFFFFF;
    box-shadow: 0px 0px 20px 0px rgba(55, 116, 235, 0.06);
    border-radius: 12px 12px 12px 12px;
    padding: 24px;
    margin-top: 20px;
    margin-bottom: 16px;
    display: flex;
}

.product-info img {
    width: 160px;
    height: 160px;
    border-radius: 12px;
    margin-right: 24px;
}

.product-info-title {
    font-size: 20px;
    font-weight: 700;
}

.product-info-vs {
    font-size: 16px;
    color: #666666;
    line-height: 28px;
    margin-top: 8px;
}

.product-info-des {
    background: rgba(55, 116, 235, 0.1);
    border-radius: 6px 6px 6px 6px;
    display: inline-block;
    margin-bottom: 26px;
    font-size: 14px;
    font-weight: 400;
    color: #3774EB;
    line-height: 14px;
    padding: 6px 8px;
}

.product-info-price {
    height: 26px;
    font-size: 16px;
    font-weight: bold;
    color: #FF917D;
    line-height: 26px;
}

.product-info-price span {
    font-size: 24px;
}

.product-detail {
    background: #FFFFFF;
    box-shadow: 0px 0px 20px 0px rgba(55, 116, 235, 0.06);
    border-radius: 12px 12px 12px 12px;
    padding: 24px;
}

.product-nav-info .layui-form-item .layui-form-checkbox[lay-skin=primary] {
    margin-top: 0;
}

.product-nav-info .layui-form-checked[lay-skin=primary] i {
    border-color: #3774EB;
    background-color: #3774EB;
    color: #fff;
}

.product-nav-info .layui-form-checkbox[lay-skin=primary]:hover i {
    border-color: #3774EB;
    color: #fff;
}

.product-detail-info {
    margin-top: 24px;
}

.product-nav-qun {
    margin-right: 15px;
    cursor: pointer;
}

.product-nav-qun.active {
    background: rgba(55, 116, 235, 0.1);
    border-radius: 4px 4px 4px 4px;
    color: #3774EB;
}

.layui-form-checkbox span {
    font-size: 16px;
}

/*演示购买*/
.shopping-banner{
    position: relative;
}
.shopping-banner, .shopping-banner img {
    width: 100%;
    height: 600px;
}
.shopping-banner-name{
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top:220px;
    font-size: 86px;
font-weight: 800;
color: #FFFFFF;
line-height: 74px;
text-shadow: 0px 0px 0px rgba(0,0,0,0.1), 7px 4px 18px rgba(0,0,0,0.1), 29px 14px 33px rgba(0,0,0,0.09), 66px 33px 44px rgba(0,0,0,0.05), 118px 58px 52px rgba(0,0,0,0.01), 184px 90px 57px rgba(0,0,0,0);
}
.shopping-banner-title{
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top:344px;
    font-size: 86px;
font-weight: 800;
color: #FFFFFF;
line-height: 74px;
text-shadow: 0px 0px 0px rgba(0,0,0,0.1), 7px 4px 18px rgba(0,0,0,0.1), 29px 14px 33px rgba(0,0,0,0.09), 66px 33px 44px rgba(0,0,0,0.05), 118px 58px 52px rgba(0,0,0,0.01), 184px 90px 57px rgba(0,0,0,0);
}

.shopping-list {
    width: 100%;
    display: flex;
}

.shopping-list > div {
    width: 264px;
    margin-right: 20px;
    box-shadow: 0px 0px 20px 0px rgba(55, 116, 235, 0.06);
    border-radius: 12px 12px 12px 12px;

}

.shopping-list > div:nth-child(5n+1) {
    background: linear-gradient(135deg, #D2DFF5 0%, #8796B0 100%);
}

.shopping-list > div:nth-child(5n+2) {
    background: linear-gradient(135deg, #A5C3FF 0%, #3774EB 100%);
}

.shopping-list > div:nth-child(5n+3) {
    background: linear-gradient(135deg, #FFDD9C 0%, #F4B744 100%);
}

.shopping-list > div:nth-child(5n+4) {
    background: linear-gradient(135deg, #FFA196 0%, #EA4F3D 100%);
}

.shopping-list > div:nth-child(5n) {
    background: linear-gradient(135deg, #93A9D7 0%, #2F436C 100%);
    margin-right: 0;
}

.shopping-llist-info {
    background: #fff;
    margin-top: 8px;
    border-radius: 0 0 12px 12px;
    padding: 0 12px;
    text-align: center;
}

.shopping-llist-name {
    height: 72px;
    font-size: 28px;
    font-weight: bold;
    color: #333333;
    line-height: 33px;
    padding-top: 30px;
}

.shopping-llist-title {
    height: 26px;
    font-size: 18px;
    font-weight: 400;
    color: #8A949F;
    line-height: 26px;
}

.shopping-llist-price {
    font-size: 18px;
    font-weight: 400;
    color: #3774EB;
    line-height: 26px;
    margin-top: 30px;

}

.shopping-llist-price1 {
    height: 42px;
    font-size: 30px;
    font-weight: bold;
    color: #3774EB;
    line-height: 30px;
}

.shopping-llist-price2 {
    color: #333333;
    margin-left: 5px;
}

.shopping-llist-shop {
    margin-top: 40px;
    width: 168px;
    height: 44px;
    background: #3774EB;
    border-radius: 12px 12px 12px 12px;
    display: inline-block;
    color: #fff;
    line-height: 44px;
    opacity: 1;
    border: 0;
}

.shopping-llist-shop:hover {

    background: #5F90EF;
    color: #fff;
    border: 0;

}

.shopping-llist-shop:focus {
    color: #fff;
    border: 0;
    background: #2C5DBC;
}

.shopping-llist-dsc {
    margin-top: 38px;
    background: #F5F7FA;
    border-radius: 12px 12px 12px 12px;
    padding: 28px 0;

}

.shopping-llist-dsc1 {
    font-size: 18px;
    margin-bottom: 24px;
    height: 24px;

}

.shopping-llist-dsc2 {
    width: 168px;
    height: 44px;
    border-radius: 12px 12px 12px 12px;
    background: linear-gradient(135deg, rgba(55, 116, 235, 1), rgba(92, 49, 232, 1));
    display: inline-block;
    padding: 1px;
    margin-top: 4px;
}

.shopping-llist-dsc3 {
    width: 166px;
    height: 42px;
    border-radius: 12px 12px 12px 12px;
    background: #fff;
    display: inline-block;
    line-height: 42px;

}

.shopping-llist-dsc3 > span {
    background: linear-gradient(135deg, #3774EB 0%, #5C31E8 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 20px;
    display: inline-block;
}

.shopping-llist-dsc3 img {
    width: 20px;
    vertical-align: sub;
}

.shopping-llist-time {
    margin-top: 50px;
    font-size: 18px;
}

.shopping-llist-web {
    color: #999;
    margin-top: 50px;
}

.shopping-llist-num {
    font-size: 18px;
    line-height: 24px;
}

.shopping-llist-bu {
    margin-top: 50px;
}

.shopping-llist-bu1 {
    line-height: 26px;
}

.shopping-llist-money {
    color: #FF917D;
    font-size: 18px;
    padding-bottom: 60px;
}

.shopping-llist-money1 {
    font-size: 30px;
    line-height: 42px;
}

.shopping-llist-money2 {
    font-size: 18px;
    color: #333;
    margin-left: 5px;
}

/*动态公告*/
.news {
    display: flex;
    width: 100%;
    margin: 40px 0;
}

.news-li {
    padding: 15px 26px;
    /*background: #F2F3F8;*/
    border-radius: 12px 12px 12px 12px;
    font-size: 20px;
    font-weight: 500;
    color: #4E5969;
    line-height: 30px;
    margin-right: 36px;
    min-width: 180px;
    text-align: center;
}

.news-li.active {
    color: #3774EB;
    background: #F2F3F8;
}

.news-list {
    display: flex;
    background: #F5F7FA;
    border-radius: 12px 12px 12px 12px;
    width: 100%;
    height: 248px;
    margin-bottom: 16px;
}

.news-list-left {
    width: 780px;
    height: 248px;
    position: relative;
    padding: 32px 30px;
}

.news-list-right {
    width: 420px;
    height: 248px;
}

.news-list-left-title {
    font-size: 22px;
    font-weight: 500;
    color: #333333;
    line-height: 28px;
}

.news-list-left-dec {
    font-size: 16px;
    font-weight: 400;
    color: #4E5969;
    line-height: 32px;
    margin-top: 16px;
}

.news-list-left-time {
    font-size: 16px;
    font-weight: 400;
    color: rgba(78, 89, 105, 0.4);
    line-height: 19px;
    position: absolute;
    left: 32px;
    bottom: 30px;
}

.news-list:hover .news-list-left-title {
    color: #3774EB;
}

.news-list:hover .news-list-left {
    box-shadow: 0px 4px 20px 0px rgba(31, 89, 203, 0.20);
}

.news-list-right img {
    width: 420px;
    height: 248px;
    object-fit: cover;
    border-radius: 0px 12px 12px 0;
}

.news-info {
    background: #fff;
    padding: 36px;
    margin-top: 20px;
    box-shadow: 0px 0px 20px 0px rgba(55, 116, 235, 0.06);
    border-radius: 12px 12px 12px 12px;
}

.news-info-title {
    font-size: 34px;
    font-weight: bold;
    color: #333333;
    line-height: 40px;
}

.news-info-time {
    font-size: 14px;
    font-weight: 500;
    color: #999999;
    line-height: 16px;
    padding-top: 16px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);;
}

.news-info-detail {
    padding: 20px 0 100px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);;
}

.news-info-btns {
    padding-top: 36px;
    display: flex;
}

.news-info-btns > div {
    width: 48%;
}

.news-info-btns > div:nth-child(2) {
    text-align: right;
    margin-left: 4%;
}

.news-info-btns a {
    color: #4E5969;
}

/*关于我们*/
.about-banner {
    width: 100%;
    height: 300px;
}

.about-banner img {
    width: 100%;
    height: 300px;
}

.about {
    display: flex;

}

.about-back {
    background-image: url("../img/about.jpg");
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.about-left {
    width: 890px;
    margin-right: 40px;
}

.about-rigt {
    width: 470px;
    height: 100%;
    text-align: right;
    position: relative;
    z-index: 10;
}

.about-left-title-en {
    font-size: 46px;
    font-weight: 800;
    color: #333333;
    line-height: 68px;
}

.about-left-title {
    font-size: 28px;
    font-weight: bold;
    color: #333333;
    line-height: 38px;
}

.about-left-info {
    margin-top: 40px;
    font-size: 16px;
    font-weight: 500;
    color: #575E9E;
    line-height: 30px;
}

.about-rigt img {
    width: 432px;
    height: 432px;

}

.about-rigt:after {
    content: '';
    position: absolute;
    left: 0px;
    bottom: -38px;
    width: 405px;
    height: 405px;
    z-index: -1;
    background: linear-gradient(135deg, #3774EB 0%, #5C31E8 100%);
}

.staff {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.staff > div {
    width: 335px;
    margin-right: 20px;
    margin-top: 60px;
}

.staff > div:nth-child(4n) {
    margin-right: 0;
}

.staff img {
    width: 335px;
    height: 270px;
}

.staff-link {
    width: 100%;
    height: 16px;
    background: linear-gradient(135deg, #3774EB 0%, #5C31E8 100%);
    box-shadow: 2px 4px 4px 0px rgba(23, 82, 197, 0.14);
    border-radius: 12px 12px 12px 12px;
}

.staff-info-title {
    font-size: 28px;
    font-weight: 500;
    color: #3774EB;
    line-height: 42px;
}

.staff-info-title-en {
    font-size: 14px;
    font-weight: 400;
    color: rgba(55, 116, 235, 0.4);
    line-height: 20px;
}

.staff-info {
    margin: 0 14px;
    background: #D7E3FB;
    border-radius: 0px 0px 500px 500px;
    height: 250px;
    text-align: center;
    padding: 60px 0;

}

.staff-info-link {
    width: 200px;
    height: 2px;
    background: rgba(255, 255, 255, 0.4);
    border-radius: 50px 50px 50px 50px;
    margin: 16px auto;
}

.staff-info-dec {
    font-size: 20px;
    font-weight: 400;
    color: #3774EB;
}

.about-certificate img {
    left: -10000px;
    filter: drop-shadow(#fff 10000px 0);
    position: relative;
}

.certificate {
    display: flex;
    flex-wrap: wrap;
}

.certificate > div {
    display: flex;
    width: 453px;
    height: 340px;
    margin-right: 20px;
    background: #FFFFFF;
    box-shadow: 0px 0px 20px 0px rgba(55, 116, 235, 0.06);
    border-radius: 12px 12px 12px 12px;
    margin-top: 20px;

}

.certificate > div:nth-child(3n) {
    margin-right: 0;
}

.certificate-left {
    width: 195px;
    height: 340px;
    text-align: center;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}

.certificate-rigt {
    width: 258px;
    height: 340px;
    padding: 20px;
    background: #F8F9FC;
    border-radius: 0 12px 12px 0;
}

.certificate-rigt img {
    width: 218px;
    height: 300px;
}

.certificate-left-title {
    font-size: 18px;
    font-weight: 500;
    color: #333333;
    line-height: 28px;
    width: 100%;
}

.certificate-left-link {

    margin: auto;
    width: 64px;
    height: 4px;
    background: linear-gradient(135deg, #3774EB 0%, #5C31E8 100%);
    border-radius: 50px 50px 50px 50px;
    margin-top: 28px;
}

.certificate-left-type {
    font-size: 14px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.26);
    line-height: 16px;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.clear {
    display: block;
    clear: both;
    height: 0;
    font-size: 0;
    line-height: 0;
    content: ".";
    overflow: hidden;
}

.wrap {
    width: 1400px;
    margin: 0 auto;
}

.box01, .box02, .box03 {
    width: 1400px;
}

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

.brand1:before {
    position: absolute;
    background: rgba(255, 255, 255, 0);
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 10;
}

/* 具体样式 ---------- */
/* 通用必需样式 */ /* PS：有些重要样式在js里先写好了，下面id容器、ul和li标签的样式比较重要 */
.autoBox {
    position: relative;
    margin: 0 auto;
    overflow: hidden;
}

.autoBox ul {
    position: absolute;
    list-style: none;
    z-index: 2;
}

/* 第一、四个列表 */ /* PS：左右滚动型列表需要css定义高度，li标签可以有margin值 */
#autoScroll01, #autoScroll03, #autoScroll02 {
    width: auto;
    height: 70px;
}

#autoScroll01 ul li, #autoScroll03 ul li, #autoScroll02 ul li {
    float: left;
    width: 226px;
    height: 70px;
    _display: inline;
}

#autoScroll01 li a, #autoScroll03 li a, #autoScroll02 li a {
    display: block;
    width: 194px;
    height: 70px;
    padding: 6px 22px;
    background: #FFFFFF;
    box-shadow: 2px 2px 24px 0px rgba(35, 77, 139, 0.08);
    border-radius: 12px 12px 12px 12px;
}

#autoScroll01 li img, #autoScroll03 li img, #autoScroll02 li img {
    display: block;
    width: 150px;
    height: 58px;
}

#autoScroll02 {
    margin: 36px auto;
}

/*资源服务*/
.service-nav {
    display: flex;
    align-items: center;
    height: 70px;
    justify-content: center;
    line-height: 70px;

}

.service-nav > div {
    height: 70px;
    margin: 0 40px;
    color: #333;
    text-align: center;
    cursor: pointer;
    font-size: 18px;
    padding: 0 10px;
}

.service-nav img {
    width: 18px;
    height: 18px;
    margin-right: 5px;
    vertical-align: middle;
    position: relative;
    right: -10000px;
    filter: drop-shadow(#fff -10000px 0);
}

.service-nav > div.active {
    color: #3774EB;
    font-size: 18px;
    border-bottom: 4px solid #3774EB;
}

.service-nav > div.active img {
    position: relative;
    right: 0px;
    filter: none;
}

.service-nav > div:hover {
    color: #3774EB;
    font-size: 18px;
    border-bottom: 4px solid #3774EB;
}

.service-nav > div:hover img {
    position: relative;
    right: 0px;
    filter: none;
}

.service-info {
    position: relative;
    overflow: hidden;
}

.service-left {
    position: absolute;
    width: 328px;
    background: #FFFFFF;
    box-shadow: 0px 0px 20px 0px rgba(55, 116, 235, 0.06);
    border-radius: 12px 12px 12px 12px;
    padding: 16px 0;

}

.service-right {
    width: 100%;
    padding-left: 348px;
    box-sizing: border-box;
    /*min-height: 500px;*/
}

.service-right > div {
    background: #FFFFFF;
    box-shadow: 0px 0px 20px 0px rgba(55, 116, 235, 0.06);
    border-radius: 12px 12px 12px 12px;
    padding: 24px 36px 36px;
}

.service-left a {
    padding: 14px 26px;
    display: inline-block;
    margin: 2px 0;
    width: 100%;
}

.service-left a.active {
    color: #3774EB;
    background: rgba(55, 116, 235, 0.2)
}

.service-left a:hover {
    color: #3774EB;
}

.service-right-nav {
    display: flex;
    margin: 24px 0;
}

.service-right-nav1 {
    width: 580px;
    margin-right: 20px;
    font-size: 0;
}

.service-right-nav1 > span {
    display: inline-block;
    padding: 6px 16px;
    margin-right: 6px;
    font-size: 16px;
    margin-bottom: 6px;
    cursor: pointer;
}

.service-right-nav1 > span.active {
    background: #F2F3F8;
    color: #3774EB;
    border-radius: 8px 8px 8px 8px;
}

.service-right-nav2 {
    width: 180px;
    position: relative;
}

/*.service-right-nav1>span:hover{*/
/*background: #F2F3F8;*/
/*color: #3774EB;*/
/*border-radius: 8px 8px 8px 8px;*/
/*}*/
.service-right-nav2-inp {
    padding: 6px 44px 6px 14px;
    width: 180px;
    background: #FFFFFF;
    border-radius: 4px 0px 0px 4px;
    border: 1px solid #EEEEEE;
    font-size: 14px;
}

.service-right-nav2 button {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 0px;
    top: 0px;
    cursor: pointer;
    background: #3774EB;
    border-radius: 0 4px 4px 0;
    border: 0;
    list-style: none;
}

.service-right-nav2 img {
    width: 14px;
    height: 14px;
    position: relative;
    right: -10000px;
    filter: drop-shadow(#fff -10000px 0);
}

.slash {
    width: 180px;
    position: relative;
    overflow: hidden;
    height: 40px;
    line-height: 40px;
}

.table td, .table th {
    font-size: 14px;

}

.subject-name {
    width: 210px;
    height: 40px;
}

.table {
    width: 100%;
}

.table .slash b {
    right: 10px;
    bottom: 5px;
}

.table .slash i, .table .slash b {
    font-style: normal;
    font-weight: normal;
    position: absolute;
    font-size: 14px;
}

.table .slash i {
    left: 5px;
    top: 3px;
}

.table .slash .line {
    position: absolute;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    width: 203px;
    transform: rotate(169deg);
    bottom: 20px;
    left: -3px;
}

.table th, .table td {
    border: 1px solid #EEEEEE !important;
    vertical-align: middle !important;
    padding: 10px 20px !important;
}

.j_bg {
    background: #D7E3FB;
    border-radius: 4px 4px 4px 4px;
    opacity: 1;
    border: 1px solid #3774EB;
    padding: 3px 6px;
    display: inline-block;
    margin-right: 5px;
    color: #3774EB;
}

.d_bg {
    background: #FDD2D2;
    border-radius: 4px 4px 4px 4px;
    opacity: 1;
    border: 1px solid #F61F1F;
    padding: 3px 6px;
    display: inline-block;
    margin-right: 5px;
    color: #F61F1F;
}

.tax {
    background: #fff;
    padding: 24px 36px 36px;
    box-shadow: 0px 0px 20px 0px rgba(55, 116, 235, 0.06);
    border-radius: 12px 12px 12px 12px;
}

.tax-info div, .tax-info span, .tax-info a {
    font-size: 14px;
}

.tax-info {
    margin-top: 24px;

}

.tax-infos {
    display: flex;
    margin: 24px 0;
    align-items: center;

}

.tax-infos-left {
    width: 120px;
    text-align: right;
    height: 20px;
    font-size: 14px;
    line-height: 20px;

}

.tax-infos-right {
    margin-left: 24px;
    position: relative;
}

.tax-infos-right #type {
    width: 250px;
    height: 32px;
    padding: 6px 14px;
    border: 1px solid #EEEEEE;
}

.tax-infos-right .layui-form-radio i:hover, .layui-form-radioed i {
    color: #5FB878;
}

.tax-infos-right .layui-form-radio i {
    margin-right: 8px;
    font-size: 16px;
    color: #3774EB;
}

.tax-infos-right .layui-form-radio {
    margin-top: 0;
}

.tax-infos-right .layui-form-item {
    margin-bottom: 0;
}

.tax-infos-right .tax-infos-right-inp {
    width: 250px;
    height: 32px;
    padding: 6px 14px;
    border: 1px solid #EEEEEE;
    border-radius: 4px;
    position: relative;
    color: #666;

}

.tax-infos-right .tax-infos-right-yuan {
    padding-right: 38px;
}

.tax-infos-right-yuan1 {
    height: 32px;
    width: 38px;
    text-align: center;
    color: #666;
    display: inline-block;
    vertical-align: top;
    line-height: 32px;
    border-left: 0;
    position: absolute;
    right: 0;
    border-left: 1px solid #eee;
    top: 0;
}

.tax-infos-right-text {
    color: #3774EB;
}

.tax-infos-right .layui-input-inline {
    width: auto;
}

.tax-infos-right .layui-form-item .layui-form-checkbox[lay-skin=primary] {
    margin-top: 0px;
}

.tax-infos1 {
    align-items: flex-start;
}

.tax-infos-right .layui-form-checked[lay-skin=primary] i {
    border-color: #3774EB;
    background-color: #3774EB;
    color: #fff;
}

.tax-infos-right .layui-form-checkbox[lay-skin=primary]:hover i {
    border-color: #3774EB;
    color: #fff;
}

.tax-infos1 .tax-infos-left {
    padding-top: 6px;
}

.tax-infos1 .layui-input-inline > div {
    margin-bottom: 14px;
    position: relative;
    height: 32px;
    line-height: 32px;
}

.tax-infos1 .tax-infos-right-yuan {
    width: 122px;
    border-radius: 4px 0 0 4px;
}

.tax-infos-right .layui-form-checkbox span {
    width: 120px;
    text-align: left;
    display: inline-block;
    color: #333;
}

.tax-infos-right input[disabled], .tax-infos-right-yuan2.disabled {
    background: #F5F7FA;
}

.tax-infos-right .tax-infos-right-num {
    width: 70px;
    margin-left: 20px;
    margin-right: 8px;
    color: #666;
    text-align: center;
}

.tax-infos-right-num1 {
    color: #666;
    margin-right: 8px;

}

.tax-infos-right-slt {
    width: 190px;
    height: 32px;
    padding: 6px 14px;
    border: 1px solid #EEEEEE;
    display: inline-block;
}

.tax-infos-right .layui-form-select {
    width: 190px;
    /*display: inline-block;*/
    font-size: 14px;
}

.tax-infos-right-yuan2 {
    height: 32px;
    width: 38px;
    text-align: center;
    color: #666;
    display: inline-block;
    border: 1px solid #EEEEEE;
    line-height: 32px;
    vertical-align: baseline;
    position: absolute;
    left: 225px;
    top: 0px;
}

.layui-form-item .layui-form-select, .layui-form-select {
    display: none;
}

.tax-infos-right-btn1 {
    width: 90px;
    height: 36px;
    background: #fff;
    border-radius: 8px 8px 8px 8px;
    font-size: 16px;
    color: #3774EB;
    outline: none;
    line-height: 36px;
    border: 1px solid #3774EB;
}

.tax-infos-right-btn2 {
    width: 90px;
    height: 36px;
    background: #3774EB;
    border-radius: 8px 8px 8px 8px;
    font-size: 16px;
    color: #FFFFFF;
    outline: none;
    border: 0;
    line-height: 36px;
    margin-left: 15px;
}

.tax-des {
    background: #F5F7FA;
    border-radius: 12px 12px 12px 12px;
    padding: 20px 24px;
}

.tax-des-title {
    height: 26px;
    font-size: 18px;
    font-weight: 500;
    color: #333333;
    line-height: 26px;
    padding-left: 12px;
    position: relative;
}

.tax-des-title:before {
    position: absolute;
    left: 0;
    top: 5px;
    width: 4px;
    height: 16px;
    background: linear-gradient(135deg, #3774EB 0%, #5C31E8 100%);
    border-radius: 50px 50px 50px 50px;
    content: '';

}

.tax-des-info {
    display: flex;
    margin-top: 20px;
    line-height: 24px;
}

.tax-des-info-left {
    width: 120px;
    text-align: right;
}

.tax-des-info-right {
    color: #333;
    width: 1010px;
    padding-left: 20px;
}

.tax-des-info-right a, .tax-des-info-right a:hover {
    color: #333;
    cursor: default;
}

.tax-des-info-right span {
    color: #3774EB;
}

.tax-des-info-right-info {
    font-size: 14px;
    font-weight: 400;
    color: #FA5A1B;
    margin-top: 12px;
}

.tax-des-info-right select {
    width: 96px;
    height: 32px;
    padding: 6px 14px;
    border: 1px solid #EEEEEE;
    color: #333;
}

.tax-info .layui-form {
    display: none;
}

.tax-info .tax-content1 {
    display: block;
}

.tax-des2, .tax-des3, .tax-des4, .tax-des5, .tax-des6, .tax-des7, .tax-des8, .tax-des9, .tax-des10, .tax-des11, .tax-des12 {
    display: none;
}

.tax-infos-right .yue {
    display: inline-block;
    width: 250px;
    height: 32px;
    padding: 6px 14px;
    border: 1px solid #EEEEEE;
}

.others {
    display: none;
}

.service-chechuan .service-left {
    width: 150px;
    text-align: center;
}

.service-chechuan .service-right {
    padding-left: 170px;
}

.service-chechuan .tax-infos-right #type {
    width: 350px;
}

.service-chechuan .tax-infos-right .dangci, .service-chechuan .tax-infos-right .month_count {
    width: 350px;
    display: inline-block;
    height: 32px;
    padding: 6px 14px;
    border: 1px solid #EEEEEE;
}

.service-chechuan .tax-infos-right .tax-infos-right-inp {
    width: 350px;
    height: 32px;
    padding: 6px 14px;
    border: 1px solid #EEEEEE;
    border-radius: 4px;
    position: relative;
    color: #666;
}

.xing {
    color: #FF0000;
}

.tax-infos-right-shuo {
    color: #999;
}

.tax-infos-right-shuo span {
    color: #3774EB;
    text-decoration: underline;
}

.tax .converter-tishi {
    background: rgba(55, 116, 235, 0.1);
    border-radius: 12px 12px 12px 12px;
    padding: 18px 24px;
    font-size: 16px;
    font-weight: 400;
    color: #3774EB;
    line-height: 26px;
}

.converter-info {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 70px;

}

.converter-info-title {
    font-size: 16px !important;
    margin-right: 24px;
}

.converter-info-inp {
    width: 440px;
    border: 1px solid #eee;
    background: #FFFFFF;
    border-radius: 12px 0px 0px 12px;
    height: 52px;
    padding: 16px 20px;
    font-size: 16px;
}

.converter-info-btn {
    width: 100px;
    height: 52px;
    background: #3774EB;
    border-radius: 0px 12px 12px 0px;
    text-align: center;
    line-height: 52px;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
}

.converter-info1 {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
    margin-bottom: 30px;

}

.index-mu3-info-rights {
    margin-left: 0;
    width: 20%;

}

.index-mu3-info-rights > div, .index-mu3-info-right > div {
    position: relative;
    /*animation-name: example;*/
    /*animation-duration:2s;*/
    min-height: 20px;
}

.index-mu3-info-left-imgs {
    width: 93%;
    border-radius: 12px;
}

.pagination a.cur {
    background: #3774EB;
}
.header-nav-menu li:hover span{
    opacity: 1;
}
.header-nav-menu li.active span{
    opacity: 1;
}