@import "../yunfan-dpi/index.css";
.animated-opacity {
    opacity: 0;
}

* {
    margin: 0;
    padding: 0
}

.main {
    width: 100%;
    visibility: visible;
    animation-name: fadeInUp;
    font-family: Microsoft YaHei;
    background-color: #fff;
}

ul {
    list-style: none;
}

.clear {
    clear: both
}

:after,
:before {
    box-sizing: inherit;
}

.f-l {
    float: left
}
.f-c {
    float: center
}
.f-r {
    float: right
}

a {
    text-decoration: none;
    color: #222;
    transition: all .2s;
}

.suspension {
    position: fixed;
    top: 0;
    transition: all .5s;
    width: 100%;
    z-index: 1001;
}

.suspension:hover {
    background: #fff !important;
    color: #000;
    transition: all .5s;
}

.suspension:hover a {
    color: #000;
}

.suspension:hover .top {
    color: #575d6c
}

.top {
    width: 100%;
    font-size: 14px;
    height: 28px;
    background-color: #333333
}

.topper {
    width: 92%;
    margin: 0 auto;
    height: 27px;
    position: relative;

}

.topper li+li {
    margin-left: 35px
}

.menu {
    width: 92%;
    margin: 0 auto;
}

.menu-logo {
    height: 70px;
}

.menu-title {
    width: 44px;
    height: 22px;
    font-weight: 700;
    color: #222222;
    font-size: 22px;
    padding: 20px 10px 20px 5px
}

.menu-logo img {
    height: 60px;
    padding: 5px 0px;
}

.menu-content {
    margin-left: 20px;
}



@media screen and (min-width: 1920px) {
    .menu-content ul li {
        font-size: 14px;
        margin: 0px 12px;
        line-height: 70px;
    }

}

@media screen and (max-width: 1919px) {
    .menu-content ul li {
        font-size: 14px;
        margin: 0px 10px;
        line-height: 70px;
    }

}

@media screen and (max-width: 1599px) {
    .menu-content ul li {
        font-size: 14px;
        margin: 0px 6px;
        line-height: 70px;
    }

    .menu-content {
        margin-left: 15px;
    }
}

@media screen and (max-width: 1280px) {
    .menu-content ul li {
        font-size: 14px;
        margin: 0px 5px;
        line-height: 70px;
    }

    .menu-content {
        margin-left: 10px;
    }
}

.menu-content ul li {
    font-size: 14px;
    line-height: 70px;
    /* position: relative;*/
}

.menu-content ul li>a {
    position: relative;
    width: 100%;
    text-align: center;
    display: block
}

.menu-content ul li>a {
    padding: 0px 8px;
}

.menu-content ul li:hover a {
    display: block;
}

.menu-content ul li>a:after {
    content: "";
    width: 0;
    display: block;
    height: 2px;
    background: #224fe1;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.2s;
}

.menu-content ul li:hover>a:after {
    width: 100%;
}

/* .menu-search {
    margin-left: 70px;
} */

/* .menu-search input {
    border: none;
    background: #fbfbfd;
    line-height: 70px;
    font-size: 14px;
    color: #999ea4;
    outline: none;
    text-indent: 10px;
} */



.menu-login ul li {
    font-size: 14px;
    line-height: 70px;

}

.menu-login ul li a {
    padding: 0px 10px;
}

.menu-login ul li:nth-child(1) {
    padding: 0px 5px 0 20px;
}

.menu-login ul li:nth-child(2) {
    font-weight: 700;
    padding: 0px 20px 0 5px;
    font-family: Microsoft YaHei;
    color: #16181a;
}

.menu-login ul li:nth-child(3) {
    cursor: pointer;
    background: #224fe1;
    color: #fff;
    line-height: 40px;
    margin-top: 15px;
    padding: 0px 15px;
}

.menu-login ul li:nth-child(3) a {
    color: #fff;
}

.header-phone {
    position: absolute;
    right: 0;
    opacity: 80%;
    font-family: Microsoft YaHei;
    color: #ffffff;
    font-size: 14px;
    line-height: 28px;
}


.banner {
    margin-top: 98px;
    width: 100%;

}

/* .banner img {
    width: 100%;
    height: 680px;
} */

.Service {
    width: 100%; 
    background: url("/static/img/index/fuwubj.png") center no-repeat;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; 
}

.Service-tit {
    text-align: center;
    color: #001528;
    margin-top: 15px;
}

.Service-tit h3 {
    font-size: 26px;
    line-height: 50px;
}

.Service-tit p {
    font-size: 14px;
    line-height: 30px;
}

.advantage-list {
    width: 1280px;
    margin: 20px auto;
}

.advantage-list ul li {
    width: 600px;
}

.advan-img {
    width: 320px;
    height: 155px;
    overflow: hidden;
}

.advan-img img {
    width: 320px;
    overflow: hidden;
    transition: all 0.7s;
}

.advan-img img:hover {
    transform: scale(1.4);
}

.advan-p {
    width: 320px;
    background: #224fe1;
}

.advan-p h3 {
    font-size: 18px;
    text-align: center;
    padding-top: 45px;
    padding-bottom: 10px;
    color: #fff;
}

.advan-p p {
    font-size: 14px;
    padding: 10px 45px 25px 45px;
    line-height: 40px;
    color: #fff;
}

.advan-num {
    font-size: 100px;
    color: #e4effc;
    text-align: center;
    height: 155px;
}

.advantage-list ul li:nth-child(2) .advan-p {
    width: 320px;
    background: #f5f9ff;
}

.advantage-list ul li:nth-child(2) .advan-p h3 {
    font-size: 18px;
    text-align: center;
    padding-top: 45px;
    padding-bottom: 10px;
    color: #224fe1;
}

.advantage-list ul li:nth-child(2) .advan-p p {
    font-size: 14px;
    padding: 10px 45px 25px 45px;
    line-height: 40px;
    color: #224fe1;
}

.advantage-list ul li:nth-child(4) .advan-p {
    width: 320px;
    background: #f5f9ff;
}

.advantage-list ul li:nth-child(4) .advan-p h3 {
    font-size: 18px;
    text-align: center;
    padding-top: 45px;
    padding-bottom: 10px;
    color: #224fe1;
}

.advantage-list ul li:nth-child(4) .advan-p p {
    font-size: 14px;
    padding: 10px 45px 25px 45px;
    line-height: 40px;
    color: #224fe1;
}

.Products-services {
    width: 100%;
    background: url("/static/img/index/product.png") center no-repeat;
    height: 626px;
    margin-top: 30px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.Products-services .Service-tit {
    padding-top: 60px;
}

.home-market-section {
    width: 1375px;
    margin: 0 auto;
}

.home-market-section ul {
    width: 1280px;
    margin: 0 auto;
}

.home-market-section ul li {
    width: 423px;
    border: 1px solid #F6F6F6;
    background: #FFFDFB;
    height: 170px;
    transition: all 0.7s;
    position: relative;
}

.Services-content {
    padding: 35px 40px 15px;
    height: 77px;
}

.home-market-section ul li .Product-content {
    margin-left: 10px;
}

.home-market-section ul li .Product-content h3 {
    color: #16181A;
    font-size: 16px;
    line-height: 35px;
}

.home-market-section ul li .Product-content p {
    font-size: 14px;
    color: #777E85;
    line-height: 21px;
}

.more button {
    line-height: 40px;
    background: #224FE1;
    color: #fff;
    text-align: center;
    border: none;
    display: block;
    width: 100%;
    cursor: pointer;
}

.Product-icon {
    margin-top: 10px;
}

.Products-services-list {
    margin-top: 40px;
}

.Products-services-list ul li .more {
    display: none;
    transition: all .7s;
    position: relative;
    bottom: -5px;
}

.Products-services-list ul li:hover .more {
    display: block;
    transition: all .7s;
}

.Products-services-list ul li:hover {
    box-shadow: 5px 5px 18px 5px rgb(0 0 0 / 12%);
    position: relative;
    z-index: 1;
}

.hot {
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 2
}

.Solution-list ul li {
    width: 213px;
    text-align: center;
    transition: all .5s;
    cursor: pointer;

}

.solution-img {
    height: 90px;
}

.Solution-list ul li p {
    border-bottom: 3px solid #fff;
    width: 180px;
    margin: 0 auto;
    line-height: 50px;
}

.Solution-list {
    width: 1280px;
    margin: 30px auto;
    display: flex;
    justify-content: center;
}

.Solution-list ul li:hover p {
    border-bottom: 3px solid #224FE1;
    transition: all .5s;
}

.Solution-content {
    width: 100%;
    background: url("/static/img/index/Solutionbj.png") center no-repeat;
    height: 440px;
    position: relative
}

.Solution-p {
    width: 1280px;
    margin: 0 auto;
    z-index: 1;
}

.Solution-pic {
    width: 50%;
    position: absolute;
    z-index: 2;
    top: 0px;
    right: 0px;
}

.Solution-per {
    width: 440px;
    position: relative;
    z-index: 1;
    top: 150px;
    margin-left: 100px;
}

.Solution-per h3 {
    font-size: 22px;
    color: #fff;
    line-height: 60px;
    letter-spacing: 1px;
}

.Solution-per p {
    font-size: 14px;
    color: #fff;
    line-height: 26px
}

.Solution-per a {
    font-size: 14px;
    color: #fff;
    display: block;
    line-height: 65px;
}

.Index-Casecon {
    width: 1450px;
    margin: 10px auto;
}

.Coop-map {
    width: 100%;
    background: url("/static/img/index/Coop-map.png") center no-repeat;
    height: 450px;
}

.Cooplist {
    width: 1760px;
    margin: 30px auto;

}

.Cooplist ul {
    width: 495px;
    margin-top: 65px;
    margin-left: 240px;
}

.Cooplist ul li {
    width: 238px;
    height: 144px;
    background: url("/static/img/index/coop-num.png") center no-repeat;
    text-align: center;
}

.Cooplist ul li h3 {
    font-size: 54px;
    line-height: 70px;
    margin-top: 15px;
    background-image: -webkit-linear-gradient(left, #2D64E5, #4150F2, #553BFF);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.Cooplist ul li p {
    font-size: 16px;
    color: #16181A;
    line-height: 25px;
}

.Cooplist ul li:nth-child(2) {
    margin-left: 19px;
}

.Cooplist ul li:nth-child(3) {
    margin-top: 40px;
}

.Cooperative-Partner {
    margin-top: 30px;
}

.Partner-list {
    width: 1400px;
    margin: 20px auto;
}

.Partner-list ul li div {
    width: 200px;
    height: 80px;
    text-align: center;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 2px 6px 12px rgba(0, 16, 70, 0.09);
    margin: 6px;
}

.Partner-list ul li img {
    width: 160px;
    padding: 20px;
    height: 40px;
    /* margin: 0 auto;
    border-radius: 4px; */
}

/*

.Partner-list ul li {
    width: 200px;
    height: 70px;
    text-align: center;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 2px 2px 5px 2px rgb(0 0 0 / 12%);
    margin: 6px;
} */

.Provider {
    width: 100%;
    background: url("/static/img/index/providerbj.png") center no-repeat;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 96px;
}

.Provider-content {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.provider-p {
    font-size: 16px;
    color: #16181A;
    line-height: 48px;
    margin-left: 10px;
}

.Provider-content ul li {
    
    width: 160px;
    margin: 23px 80px;
}

.foot {
    width: 100%;
    background: #333333;
}

.footer {
    width: 1280px;
    margin: 0 auto;
    border-bottom: 1px solid #53555D;
}

.footer-nav {
    margin: 30px 0px;
}

.footer-nav ul {
    width: 135px;
    color: #fff;
}

.footer-nav ul+ul {
    margin-left: 120px;
}

.footer-nav ul li {
    line-height: 30px;
}

.footer-nav ul li a {
    color: #fff;
    font-size: 13px;
}

.footer-nav ul h3 {
    font-size: 14px;
    line-height: 40px;
}

.footer-ewm ul li {
    margin-left: 30px;
}

.footer-ewm {
    margin-top: 50px;
}

.foot-bottom {
    text-align: center;
    line-height: 50px;
    font-size: 12px;
    color: #fff;
}

/*典型案例*/
.Index-Case {
    margin-top: 40px;
}

.bannerBox .banner {
    width: 100%;
    height: 500px;
    max-width: 1450px;
    margin: 25px auto;
    overflow: hidden;
    position: relative;
    background: #fff;
}

.bannerBox .banner ul {
    position: absolute;
    width: 1280px;
    height: 397px;
    left: 48%;
    margin-left: -600px;
    margin-top: 30px;
}

.bannerBox .banner li {
    width: 100%;
    height: 100%;
    position: absolute;
    background: #fff;
    box-shadow: 5px 5px 18px 5px rgb(0 0 0 / 12%);
    left: 0px;
    top: 0px;
    z-index: 1;
    transform: scale(0.65);
    transition: transform 0.4s;
}

.bannerBox .banner li.on {
    transform: scale(1);
}

.banner-btn {
    width: 100%;
    position: absolute;
    width: 1280px;
    height: 0px;
    top: 40px;
    left: 50%;
    margin-left: -600px;
    z-index: 9;
}

.banner-btn-prev,
.banner-btn-next {
    display: block;
    width: 200px;
    height: 425px;
    position: absolute;
}

.banner-btn-prev {
    left: -200px;
}

.banner-btn-next {
    right: -200px;
}

.case-content {
    width: 380px;
    margin-top: 100px;
}

.case-img {
    width: 767px;
    height: 367px;
    overflow: hidden;
    padding: 30px
}

.case-content h3 {
    font-size: 22px;
    height: 55px;
}

.case-content p {
    font-size: 16px;
    line-height: 26px;
    margin-top: 15px;
    color: #656C72
}

.case-content a {
    font-size: 14px;
    color: #224FE1;
    display: block;
    line-height: 50px;
    margin-top: 15px;
}

.menu-box {
    width: 100%;
    /* height: 520px; */
    position: absolute;
    top: 10px;
    transform: translateX(-50%);
    left: 50%;
    margin: auto;
    padding-top: 0px;
    z-index: 5;
    margin-top: 88px;
    display: none;
    transition: all .5s;
}

.menu-search {
    margin-left: 60px;
    /* opacity: 70%; */
    font-size: 14px;
    font-family: Microsoft YaHei;
    color: #bfbfbf
}



@media screen and (min-width: 1920px) {
    .menu-search input {
        width: 230px;
    }
}

@media screen and (max-width: 1919px) {
    .menu-search input {
        width: 180px;
    }
}

@media screen and (max-width: 1599px) {
    .menu-search input {
        width: 130px;
    }
}

@media screen and (max-width: 1280px) {
    .menu-search input {
        display: none;
    }
}


.menu-search input {
    border: none;
    background: #fbfbfd;
    line-height: 70px;
    font-size: 14px;
    color: #999ea4;
    outline: none;
    text-indent: 10px;
    /* width: 230px; */
    height: 50px;
    background-color: #fafafc;
    margin-top: 10px
}

.menu-search i {
    color: #224fe1;
    font-weight: 400;
    position: relative;
    right: 30px;
    font-size: 14px;
}

.menu-search img {
    /* border: 1px dashed; */
    position: absolute;
    width: 24px;
    height: 24px;
    margin-top: 24px;
    margin-left: -50px;
    cursor: pointer;
}

.drop-down-menu {
    min-width: 200px;
}

.menu-box .drop-down {
    width: 100%;
    height: auto;
    min-height: 220px;
    justify-content: center;
    z-index: 999;
    display: none;
    background: #fff;
    border-radius: 0px 0px 10px 10px;
    box-shadow: 3px 5px 10px 0px rgb(37 45 51 / 10%);
}

.menu-content .ul-item-dropdown:hover .drop-down-animation {
    display: flex;
    animation-name: drop-menu;
    animation-duration: 300ms;
    animation-fill-mode: forwards;
    animation-timing-function: ease-out;
}

.menu-content .ul-item-dropdown:hover .menu-box {
    display: block;
    transition: all .5s;
}

.menu-box .drop-down .drop-down-box {
    display: flex;
    /* width: 100%; */
    width: 90%;
    height: 100%;
    max-width: 1920px;
    overflow: hidden;
    margin: 0 auto;
}

.zjyf-div {
    border: 1px solid;
    width: 192px;
    height: 42px;
    border-color: #d9d9d9;
    margin: 18px 0px 27px 60px;
    font-family: Source Han Sans CN;
    font-weight: 700;
    color: #16181a;
    font-size: 16px;
    cursor: pointer;
}

.drop-down-box .drop-down-box-left {
    width: 200px;
    /* height: 100%; */
    text-align: left;
    position: relative;
    overflow: hidden;
}

.drop-down-box-left .left-introduce {
    position: absolute;
    padding: 30px 30px 30px 70px;
}

.drop-down-box-title {
    line-height: 20px;
    font-weight: 700;
    color: #16181a;
    font-size: 16px;
    text-align: left;
    padding: 0 50px;
}

.drop-down-box .drop-down-box-content {
    padding-left: 50px;
    font-size: 14px;
    line-height: 20px;
    color: #777e85;
    text-align: justify;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

.drop-down-box .drop-down-box-content li {
    line-height: 20px;
    color: #656c72;
    font-size: 14px;
    padding: 2px;
    margin: 0px;
}

.drop-down-box .drop-down-box-content li:hover {

    color: #224FE1;

}

.line {
    width: 1px;
    height: 100%;
    background-color: #d1d3e0;
}

.drop-down-box-right {
    flex: 1;
    width: 100%;
    display: flex;
    /* padding: 30px 10% 30px 0; */
    padding: 30px 0 30px 0;
    overflow: hidden;
    max-height: 770px;
}

.drop-down-box-center {
    padding: 30px 0;
}

.drop-down-box-right .drop-down-product:first-child {
    width: 24%
}

.drop-down-box-right .drop-down-product:nth-child(2) {
    width: 50%;
    padding: 0 3%;
}

.drop-down-box-right .drop-down-product:nth-child(2) .flex-box {
    width: 29%;
}

.drop-down-box .drop-down-product:nth-child(2) .drop-down-box-content {
    height: 520px
}

.drop-down-box-right .drop-down-product:nth-child(3) {
    width: 24%;
    padding-left: 2%;
}

.drop-down-box-title p {
    /* border-bottom: 1px solid #d1d3e0; */
    line-height: 20px;
    /* padding: 0 15px; */
}

.drop-down-box-title p:hover a {
    color: #224fe1
}

.flex-box {
    display: block !important;
    width: 100%;
    /* padding: 0px 15px !important; */
    margin-bottom: 10px;
}

/* .flex-box h3 {
    font-size: 16px;
    font-weight: 400;
    color: #181a39;
    letter-spacing: 0px;
} */

.flex-box p {
    font-size: 14px;
    color: #6b707a;
    line-height: 28px;
    letter-spacing: 0px;
}

.flex-box:hover p {
    background: #ebf0ff;
    border-radius: 2px;
    transition: all .5s;
}

.flex-box:hover h3 {
    color: #224fe1;
}

.jiejuefangan .drop-down-box-title {
    margin-top: 25px;
    padding: 0px;

    display: flex;
    line-height: 20px;
    font-weight: 700;
    color: #16181a;
    font-size: 16px;
    text-align: left;
}

.jiejuefangan .drop-down-box-title+.drop-down-box-title {
    margin-top: 40px;
}

.jiejuefangan h3 {
    /* padding-left: 15px; */
    font-weight: normal;
    line-height: 35px;
    color: #16181a;
    ;
    font-size: 16px;
    border-bottom: 2px solid #fff;
}

.jiejuefangan p {
    font-size: 14px;
    line-height: 25px;
    border: none !important;
}

.box-right-center {
    display: none;
    flex: 1;
    width: 100%;
    /* overflow: hidden; */
    overflow-y: auto !important;
}

.box-right-center.right-center-active-a {
    display: grid;
    grid-template-areas:
        'a d'
        'b e'
        'c f'

}

.box-right-center.right-center-active-div {
    display: grid;
    grid-auto-flow: column;
    grid-template-areas:
        'a d g'
        'b e h'
        'c f i'

}

.box-right-center.right-center-active-div2 {
    width: 100%;
    /* height: 100%; */
    height: 100%;
    display: flex;
    flex-direction: row;
}
.sceneContainer{
    flex-direction: column;
    width: 350px;
}
.sceneBox{
    margin-top: 20px;
}

.jiejuefangan .drop-down-active {
    border-bottom: 2px solid #224FE1;
    color: #224FE1;
}

.jiejuefangan {
    cursor: pointer;
    margin-right: 40px;
    float: right;
}

.drop-down-box-first .flex-box {
    width: 100% !important;
}

#cyjj {
    height: 240px;
    width: 1440px;
    margin: 40px auto;
}

#cyjj p {
    margin: 14px auto;
}

.cyjjD {
    height: 240px;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
}

.cyjjB {
    width: 100%;
    height: 23px;
    margin-right: 20px;
    margin-bottom: 20px;
}

.cyjjC {
    width: 100%;
    height: 210px;
    display: flex;
    justify-content: flex-start;
}

.rmyyA {
    width: 100%;
    height: 240px;
    float: left;
    margin-right: 20px;
}

.rmyyA span {
    font-family: MicrosoftYaHei;
    color: #0074b6;
    font-size: 18px;
    line-height: 31.5px;
}

#compA {
    width: 25%;
    background: #FFF;
    overflow: hidden;
    height: 200px;
    text-align: left;
    float: left;
}

#compB {
    width: 25%;
    background: #FFF;
    overflow: hidden;
    height: 200px;
    text-align: left;
    float: left;
}

#compC {
    width: 25%;
    background: #FFF;
    overflow: hidden;
    height: 200px;
    text-align: left;
    float: left;
}

#compD {
    width: 25%;
    background: #FFF;
    overflow: hidden;
    height: 200px;
    text-align: left;
    float: left;
}

#companies {
    height: 23px;
    width: 641px;
    margin-left: 28%;
    text-align: center;
    color: #0074b6;
    font-size: 20px;
    font-weight: bold;
}

.divline {
    width: 60px;
    margin: 8px 0 8px;
    height: 3px;
    background-image: linear-gradient(180deg, #285afc 0%, #715dff 100%);
    border-radius: 3px;
}

.flex-div {
    display: flex
}
