


body {
    color: #40475C;
    overflow-x: hidden;
    font: 15px "Helvetica Neue", Helvetica, "PingFang SC", Tahoma, Arial, sans-serif;
}
body::-webkit-scrollbar{ 
    width:8px;
    height:8px; 
    display: block;
    background-color:#f1f1f1;
}
body::-webkit-scrollbar-thumb{
    border-radius:10px;
    background:rgba(0, 0, 0, .3);
}
.clr {
    clear: both
}
.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.wap-menu {
    display:none
}
.pc-nav {
    width: 100%;
    height: 64px;
    padding-left: 30px;
    background-color: #fff;
    box-shadow: 0px 8px 10px 0px rgb(0 0 0 / 2%);
    display: flex;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
}

.nav-font1 {
    font-size: 16px;
    color: #4d4d4d !important;
    font-weight: normal !important
}

.pc-nav .logo {
    width: 13%;
    height:64px;
    display:flex;
    justify-content:center;
    align-items:center;
    max-width: 142px;
}

.pc-nav .navitem {
    width: 40%;
    margin:0 auto;
    height: 100%;
    transition: all .5s ease;
}

.selected{
    color:#1D78FF !important;
    font-weight:bold
}

.pc-nav .navitem .dad {
    display: flex;
    height: 100%;
    justify-content: space-between;
}

.dad li a{
    text-decoration: none;
    min-width: 72px;
}
.pc-nav .navitem .dad > li > a:hover{
    color: #1D78FF
}

.pc-nav .navitem .dad > li > a {
    display: flex;
    height: 100%;
    align-items: center;
    font-size: 16px;
    color: #40475C;
    position: relative;
}

.wap-menu-bg{
    width:100%;
    height:100%;
    position:fixed;
    top:0;
    left:0;
    background:rgba(0,0,0,0.5);
    z-index:7;
    display:none
}
.wap-menu-cur {
    right: 0 !important;
    transition: all .5s ease;
}
.close-box{
    display:none
}
.dh {
    min-width: 350px;
}
.kong-box {
    height:64px;
}
.contacts {
    color: #FF5722 !important;
    font-size: 16px;
    padding-right: 20px
}
.tel-icon {
     width:24px;
     height:24px;
}
.Apply-for-trial {
    width: 160px;
    height: 64px;
    line-height: 64px;
    text-align: center;
    background:#1D78FF;
    position: absolute;
    right: 0;
    top: 0;
}
.Apply-for-trial a {
    color: #fff;
    display:block;
    font-weight:bold
}
.Apply-for-trial a:hover{
    color:#fff;
    text-decoration:initial
}

.apply-for-trial-bg {
    padding-bottom: 2.5%;
    background-image: url(../Images/Home/footer-bg.jpg);
    background-size: cover !important;
    background-position: 50% !important;
    text-align: center;
    position: relative
}
.apply-for-trial-bg p{
    font-size:30px;
    font-weight:bold;
    padding-top:3rem
}
.apply-for-trial-bg a{
    width:145px;
    height:40px;
    line-height:40px;
    text-align:center;
    display:block;
    margin:0 auto;
    color:#fff;
    border-radius:5px;
    font-size:16px;
    background-size: 300% 100%;
    transition: all .5s ease; 
    background-image: linear-gradient(to right, #04befe, #1589F3, #04befe, #1589F3);
    animation-name: background-rotate; 
    animation-duration: 1.5s; 
    animation-iteration-count: infinite; 
    animation-timing-function: linear; 
}
.apply-for-trial-bg a:hover{
    text-decoration:inherit;
    color:#fff
}
.down-icon {
    width: 24px;
    display: block;
    margin: 0 auto;
    text-align: center;
    margin-top: 15px;
}
.footer-box{
    padding-top:3rem !important;
    padding-bottom:2rem !important;
    overflow:hidden
}
.footer-left {
    width: 70%;
    float: left;
}
.footer-right{
    width: 20%;
    float: right;
}
.footer-right p{
    font-weight:bold;
    margin-bottom:5px;
}
.footer-right span{
    color: rgba(64,71,92,0.7);
    font-size:14px;
    line-height:24px;
    display:block;
    margin-bottom:20px;
}
.footer-right div{
    width:90px; 
    height:90px;
    background:#fff;
    float:left;
    border-radius:5px;
    display:flex;
    justify-content:center;
    align-items:center;
    margin-right:10px;
    border: 2px solid rgba(255, 255, 255, 1);
    box-shadow: 0px 4px 10px  rgba(55, 99, 170, 0.15)
}
.footer-copy{
    color: rgba(64, 71, 92, 0.7);
    font-size:14px;
    line-height:24px;
}
.footer-menu{
    width:100%;
    height:auto;
    overflow:hidden;
    padding-bottom:40px;
}
.footer-menu li{
    width:auto;
    margin-right:6rem;
    float:left
}
.parent-menu{ 
    font-weight:bold
}
.footer-menu li a{
    display:block;
    color: rgba(64, 71, 92, 1);
    line-height:30px;
    height:30px;
}
/* 定义背景过渡动画 */
@keyframes background-rotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        background-position: 100% 0;
    }
}
.dad {
    box-sizing: content-box;
}

.h-active::after {

    width: 100% !important;

}

.pc-nav .navitem .dad>li>a:hover::after {
    width: 100%;
}

.pc-nav .yy-dh .dh span {
    font-size: 16px ;
    font-weight: bold;
    color: #FFFFFF;
    margin-left: 16px;
}

.pc-nav .navitem .dad>li:hover .post {
    height: 120px;
    opacity: 1;
    padding: 0px 33px;
    visibility: visible;
}

.yjcontainer {
    max-width: 1700px;
    width: 100%;
    margin: 0 auto;
    padding: 0 50px;
}

.pc-nav .navitem .post {
    position: absolute;
    top: 100%;
    left: -52%;
    width: 7%;
    height: 0;
    background-color: #FFF;
    display: flex;
    padding-top: 8px;
    padding-bottom: 35px;
    min-width: 140px;
    opacity: 0;
    visibility: hidden;
    border-radius: 5px;
    box-shadow: 8px 8px 20px 0 rgba(55,99,170,.1);
}

.pc-nav .navitem .post .xl1 h3 {
    font-size: 18px;
    font-weight: bold;
    line-height: 18px;
    color: #333333;
    padding-bottom: 17px;
    padding-right: 62px;
    border-bottom: 1px solid #bababa;
}
.container-h1 {
    text-align: center;
    margin-bottom: 3.5rem
}

.container-h1 .model-title {
    display: inline-block;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 8px;
}

.container-h1 .title-describe {
    color: rgba(64,71,92,0.7);
    font-size: 16px;
}

.pc-nav .navitem .post .xl1 .son li {
    line-height: 32px;
    letter-spacing: 0px;
    color: #808080;
}

.pc-nav .navitem .post .xl1 .son {
    margin-top: 20px;
}
.pc-nav .navitem .post .xl1 .son li a:hover {
    color: #024392;
}

.pc-nav .navitem .img {
    margin-left: 10.7%;
    align-items: center;
    opacity: 0;
    transition: all .3s;
}

.pc-nav .navitem .dad>li:hover .img {
    opacity: 1;
}

.action {
    border-bottom: 3px solid red;
}

.mbox{
    margin-bottom:4rem;
}

footer {
    background-color: rgba(244, 248, 255, 0.7);
    overflow: hidden;
    height: auto
}

footer .infoint {
    width: 57.14%;
    display: flex;
    justify-content: space-between;
    color: #fff;
    align-items: flex-start;
    text-align: center;
}

footer .infoint h5 {
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0px;
    color: #ffffff;
    margin-bottom: 10px;
}

footer .infoint li {
    line-height: 36px;
    color: #ffffff;
    opacity: 0.68;
}

footer .desc {
    width: 34.14%;
    display: flex;
    justify-content: space-between;
}

footer .fnavitem {
    padding-bottom: 80px;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    display: flex;
    justify-content: space-between;
}

footer .desc .erwei p {
    text-align: center;
    margin-top: 15px;
    color: #ffffff;
    opacity: 0.6;
}

footer .desc .erwei {
    width: 33%;
}

footer .desc .lxfs {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 28px;
    letter-spacing: 0px;
    color: #ffffff;
    opacity: 0.68;
}

footer .desc .lxfs h5 {
    font-size: 16px;
    line-height: 28px;
    color: #ffffff;
    opacity: 0.68;
}

footer .desc .lxfs {
    width: 52%;
}

footer .desc .lxfs h1 {
    font-size: 30px;
    line-height: 30px;
    font-weight: bold;
    color: #ffffff;
    opacity: 1;
    margin-top: 20px;
}

footer .desc .lxfs p {
    margin-top: 25px;
}

footer .foot {
    opacity: 0.5;
    color: #fff;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/*===banner===*/
.ny-banner {
    width: 100%;
    padding-bottom: 20%;
    margin-left: auto;
    background-size: cover !important;
    background-position: 50% !important;
    position:relative;
    overflow:hidden
}

.banner-text {
    width: 100%;
    display: block;
    text-align: center;
    color: rgba(64, 71, 92, 0.7);
    font-size: 16px;
    font-weight: normal
}

.banner-title {
    position: absolute;
    width: 100%;
    top: 0%;
    text-align: center;
    height: 100%;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
}

.banner-title p {
    font-size: 60px;
    color: #40475C;
    font-weight: bold;
    width:100%;
    text-align:center
}
/*===适配手机端===*/
@media (min-width:320px) and (max-width:768px) {
    body {
        font: 14px "Helvetica Neue", Helvetica, "PingFang SC", Tahoma, Arial, sans-serif;
    }
    .banner,.ny-banner{
        padding-bottom: 50%;
        background-position: 40% !important;
        position:relative;
        overflow:hidden
    }
    .banner-title p {
        width:100%;
        font-size: 1.8rem;
        font-weight:bold;
        margin-bottom:0.5rem;
        text-align:center
    }
    .banner-title {
        top: 0rem ;
        height:100%;
        display: -webkit-flex;
        display: flex;
        flex-wrap: wrap;
        align-content: center;
    }
    .banner-text{
        padding:0 20px;
    }
    .container-h1{
        margin-bottom:2rem;
    }
    .container-h1 .model-title {
        font-size: 24px;
    }
    .pc-nav, .kong-box {
        height: 50px;
    }
    .yjcontainer {
        padding: 0 15px;
    }
    .Apply-for-trial {
        height: 30px;
        line-height: 30px;
        border-radius: 5px;
        width: 80px;
        right: 55px;
        top: 10px;
    }
    .wap-menu {
        display: flex;
        width: 30px;
        height: 30px;
        position: absolute;
        justify-content: center;
        align-items: center;
        right: 15px;
        top: 10px;
        border: #1D78FF solid 1px;
        border-radius: 5px;
    }
    .wap-menu img {
        display: block !important;
        width: 20px;
    }
    .dh {
        min-width: auto;
    }
    .navitem, .dh img, .contacts {
        display: none
    }
    .pc-nav {
        padding-left: 15px;
    }
    .pc-nav .logo {
        width: 110px;
        height: 50px;
    }
    .pc-nav .navitem {
        width: 200px;
        height: 100%;
        background: #fff;
        position: fixed;
        padding-top: 10px;
        top: 0px;
        right: -300px;
        z-index: 8;
        display: block;
        box-shadow: 0px 8px 20px 0 rgba(55,99,170,.2);
    }
    .close-box {
        display: block;
        position: absolute;
        left: -30px;
        top: 15px;
        width: 30px;
        height: 30px;
        line-height: 30px;
        background: #fff;
        text-align: center;
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
    }
    .close-box img {
        width: 12px;
    }
    .pc-nav .navitem li {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .pc-nav .navitem li a {
        padding-left: 20px;
    }
    .pc-nav .nav-font1 {
        padding-left: 35px !important;
    }
    .pc-nav .navitem .dad {
        height: auto;
        display: block;
    }
    .post p {
        display: none
    }
    .pc-nav .navitem .post {
        position: relative;
        left: 0;
        top: 0;
        width: 100%;
        height: auto;
        opacity: 1;
        visibility: inherit;
        padding-bottom: 0px;
        box-shadow: inherit;
    }
    .post h4 {
        margin-bottom: 0
    }
    .post h4 li {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }
    
    .model-title {
        padding-left: 25px;
        padding-right: 25px;
    }

    .title-describe {
        padding-left: 25px;
        padding-right: 25px;
        font-size:14px !important
    }
    .rightBar {
        display: none
    }
    .mbox{
        margin-bottom:2rem
    }
    .footer-left{
        width:100%;
        float:none
    }
    .footer-menu li{
        margin-right:2rem
    }
    .footer-right {
        width: 100%;
        float: none;
        padding-top: 30px;
    }
    .apply-for-trial-bg {
        padding-bottom: 30px;
    }
    .apply-for-trial-bg p {
        font-size: 20px;
        padding: 30px 30px 0 30px;
    }
}

@media (min-width:769px) and (max-width:1440px) {
    .banner{
        padding-bottom:28%
    }
 
    .pain-points-list li{
        height:auto;
        margin-right:15px;
    }
}