/* 公共样式 */
@media (min-width: 1200px) {
    .container {
        max-width: 1200px !important;
        padding: 0 !important;
    }
}

/* 顶部导航条start */
.topBar {
    line-height: 112px;
    background: #00165e;
    color: #fff;
}

.topBar .container .logo {
    height: 112px;
    display: flex;
    align-items: center;
}

.topBar .container .logo img {
    height: 64px;
    width: 64px;
}

.topBar .container .logo p {
    display: inline-block;
    font-size: 22px;
    font-weight: 700;
    margin-left: 8px;
    font-family: "SiYuanHeiTi-CN-kelun";
}

.topBar .container .nav>li {
    font-size: 18px;
    font-weight: 500;
    margin-right: 50px;
}

.topBar .container .nav li:last-child {
    margin-right: 0;
}

.topBar .container .nav li:hover>a {
    color: #fab400;
    border-bottom: 2px solid #fab400;
}

.topBar .container .nav .dropdown {
    position: relative;
}

.topBar .container .nav li .sub-nav {
    display: none;
    position: absolute;
    top: 79px;
    left: -24px;
    z-index: 9;
    width: 120px;
    line-height: 40px;
    text-align: center;
    background: #fff;
    border-radius: 2px;
    overflow: hidden;
}

.topBar .container .nav li .sub-nav a {
    color: #fab400;
    display: block;
    font-size: 18px;
    line-height: 40px;
    width: 120px;
    height: 40px;
}

.topBar .container .nav li .sub-nav div:nth-child(2n) a{
    border-top:  0.5px solid #D9DDE5;
    border-bottom: 0.5px solid #D9DDE5;
}


.topBar .container .nav .dropdown:hover {
    cursor: pointer;
    color: #fab400;
}

.topBar .container .nav .dropdown:hover .sub-nav {
    display: block;
}

.topBar .container .nav .dropdown:hover .sub-nav div:hover {
    background: #fab400;
}

.topBar .container .nav .dropdown:hover .sub-nav div:hover a {
    color: #fff;
}

.topBar .container .nav li>a {
    padding-bottom: 10px;
}

.active {
    color: #fab400;
    border-bottom: 2px solid #fab400;
}

.topBar-mobile {
    display: none;
}

.menu-mobile{
    display: none;
}

@media (max-width: 1000px) {
    .topBar {
        display: none;
    }

    .topBar-mobile{
        display: block;
        height: 44px;
        background: transparent;
        color: #fff;
        position: fixed;
        width: 100%;
    }

    .topBar-mobile .container{
        height: 44px;
       display: flex;
       justify-content: space-between;
       align-items: center;
    }

    .topBar-mobile .logo{
        height: 32px;
    }

    .topBar-mobile .logo{
        height: 32px;
        width: 32px;
    }

    .topBar-mobile .list{
        height: 24px;
        width: 24px;
    }

    .menu-mobile{
        display: none;
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        background: #fff;
        z-index: 5;
    }

    .menu-mobile .container{
        padding: 0 37px !important;
    }

    .menu-mobile .menu-topBar{
        height: 98px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .menu-mobile .menu-topBar .logo{
        width: 54px;
    }

    .menu-mobile .menu-topBar .close{
        width: 18.5px;
    }

    .menu-mobile .menu-title h2{
        font-size: 26px;
        font-weight: 700;
        margin-top: 34px;
        font-family: "SiYuanHeiTi-CN-kelun";
    }

    .menu-mobile .menu-title p{
        font-size: 18px;
        font-weight: 400;
        line-height: 32px;
        margin-bottom: 72px;
    }

    .menu-mobile .menu-nav{
        color: #002FA7;
        font-size: 14px;
        letter-spacing: 0.25px;
        line-height: 20px;
        font-weight: 400;
        margin-bottom: 38px;
    }

    .menu-mobile .menu-nav a{
        color: #002FA7;
        font-size: 14px;
        letter-spacing: 0.25px;
        line-height: 20px;
        font-weight: 400;
    }

    .menu-mobile .menu-item{
        margin-bottom: 18px;
    }

    .menu-mobile .menu-item .sub-nav{
        margin-top: 12px;
        margin-left: 32px;
    }

    .menu-mobile .menu-item .sub-nav li{
        margin-bottom: 10px;
    }

    .menu-mobile .menu-item .sub-nav li:last-child{
        margin-bottom: 0;
    }

    .menu-mobile .menu-record{
        font-size: 12px;
        line-height: 25px;
        font-weight: 400;
        color: #303E59 !important;
        display: flex;
        flex-direction: column;
    }
    .menu-mobile .menu-record a{
        color: #303E59 !important;
    }
    .menu-mobile .menu-record #num3{
        display: flex;
        align-items: center;
        align-items: center;
    }

}

/* 顶部导航条end */

/* 底部 start */
.footer {
    /* height: 504px; */
    background: #00165e;
}

.footer h1 {
    color: #fff;
}

.footer .footer-content {
    padding-top: 64px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.footer .footer-content .footer-name .title {
    display: flex;
    align-items: center;
}

.footer .footer-content .footer-name .title img {
    width: 120px;
    height: 120px;
}

.footer .footer-content .footer-name .title h1 {
    margin-left: 8px;
    font-size: 36px;
    line-height: 28px;
    letter-spacing: 0.05em;
    font-weight: 700;
    font-family: "SiYuanHeiTi-CN-kelun";
}

.footer .footer-content .footer-name .content {
    margin-top: 24px;
    color: #a7a7a7;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

.footer .footer-content .footer-name .content .hover span{
   font-family: "SiYuanHeiTi-CN-kelun";
}

.footer .footer-content .footer-name .logolist {
    display: flex;
}

.footer .footer-content .footer-name .logolist .imgbox {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    overflow: hidden;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 16px;
    margin-top: 96px;
    margin-bottom: 30px;
}

.footer .footer-content .footer-about ul li {
    margin-bottom: 15px;
}

.footer .footer-content .footer-about ul li a {
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    color: #a7a7a7;
}

.footer h1 {
    font-size: 24px;
    font-weight: 700;
    line-height: 150%;
    margin-bottom: 10px;
}

.footer p {
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    color: #a7a7a7;
}

.hover:hover {
    cursor: pointer;
    color: #fab400 !important;
}

.footer .line {
    height: 2px;
    background: rgba(255, 255, 255, 0.5);
    margin-bottom: 30px;
}

.footer .recordinformation {
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -2%;
    color: #fff;
    padding-bottom: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer .recordinformation #num3{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
}

/* 底部1000px以下自适应 */
@media (max-width: 1000px) {
    .footer .footer-content {
        padding-top: 71px;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .footer .footer-content .footer-name .logolist {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .footer .footer-content .footer-name .logolist .imgbox {
        margin-top: 24px;
        margin-bottom: 0;
        margin-left: 8px;
        margin-right: 8px;
    }

    .footer .footer-address {
        margin: 38px 0;
    }

    .footer h1 {
        margin-bottom: 10px;
    }

    .footer .footer-content .footer-about {
        margin-bottom: 23px;
    }

    .footer .footer-contact {
        margin-bottom: 60px;
    }

    .footer .recordinformation{
        display: block;
    }
}

/* 底部 end */

/* 顶部大图 start */
.public-img {
    width: 100%;
}

.public-img img {
    width: 100%;
}

/* 顶部大图 end */

/* 产品介绍start */
.product-introduction {
    margin-top: 49px;
    background: #fff;
    padding-bottom: 30px;
    margin-bottom: 108px;
}

.product-introduction .container {
    height: 680px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.product-introduction .product-introduction-content p {
    max-width: 604px;
    font-size: 20px;
    font-weight: 400;
    line-height: 200%;
    text-align: justify;
    color: #4b5f84;
}

.product-introduction .product-introduction-content .product-introduction-title {
    font-size: 48px;
    font-weight: 700;
    line-height: 72px;
    color: #303e59;
    margin: 32px 0;
}

.product-introduction .product-introduction-content .product-introduction-button {
    display: inline-block;
    padding: 8px 24px;
    border-radius: 5px;
    background: #002fa7;
    font-size: 18px;
    line-height: 150%;
    font-weight: 500;
    color: #fff;
}

@media (max-width: 1000px) {
    .product-introduction {
        margin-top: 32px;
        background: #fff;
        margin-bottom: 37px;
        padding: 0 12px 30px 12px;
    }
    
    .product-introduction .container {
        height: 100%;
        flex-direction: column;
        justify-content: center;
    }

    .product-introduction .product-introduction-content{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    
    .product-introduction .product-introduction-content p {
        max-width: 100%;
        font-size: 14px;
        margin-top: 40px;
        text-indent: 2em; /* 首行缩进 */
    }
    
    .product-introduction .product-introduction-content .product-introduction-title {
        font-size: 32px;
        margin: 28px 0;
        text-align: center;
    }
    
    .product-introduction .product-introduction-content .product-introduction-button {
        font-size: 14px;
        margin: 0 auto;
    }

    .product-introduction-img{
        margin: 54px 0 46px 0;
    }
}

/* 产品介绍end */

/* 产品内容标题start */
.public-title {
    font-size: 48px;
    font-weight: 700;
    line-height: 72px;
    text-align: center;
    color: #25282b;
    /* margin-bottom: 12px; */
}

.public-title::after {
    content: "";
    width: 100px;
    height: 4px;
    background: #fdc435;
    display: block;
    margin: 0 auto;
    margin-top: 12px;
    border-radius: 2px;
    /* margin-bottom: 80px; */
}

@media (max-width: 1000px) {
    .public-title {
        font-size: 32px;
    }
}
/* 产品内容标题end */

/* 产品中心的关键作用 start*/

.product-function .product-function-bg {
    height: 680px;
    background: url(../images/wms/wms-bg.jpg) no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 80px;
    margin-bottom: 88px;
}

.product-function-bg .reduce-cost {
    height: 400px;
    width: 840px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.product-function-bg .reduce-cost .content .title {
    font-size: 32px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0.36px;
    color: #11284e;
    text-align: center;
}

.product-function-bg .reduce-cost .content .title::after {
    height: 1px;
    width: 64px;
    margin: 32px auto;
    content: "";
    display: block;
    background: #fab400;
}

.product-function-bg .reduce-cost .content p {
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 1px;
    color: #4b5f84;
    max-width: 563px;
}

@media (max-width: 1000px) {
    .product-function .product-function-bg {
        margin-top: 48px;
        margin-bottom: 36px;
    }
    
    .product-function-bg .reduce-cost {
        width: 100%;
        margin: 0 25px;
    }

    .product-function-bg .reduce-cost .content {
        margin: 0 30px;
    }

    .product-function-bg .reduce-cost .content p {
        font-size: 16px;
        /* max-width: 280px; */
    }
}
/* 产品中心的关键作用 end*/

/* 企业优势 start */
.enterprise-advantage .advantage-title {
    margin-top: 65px;
    margin-bottom: 48px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    font-size: 48px;
    font-weight: 700;
    color: #292e3d;
}

.enterprise-advantage .advantage-content {
    height: 647px;
    background: #ffffff;
    border-top-left-radius: 150px;
    border-bottom-right-radius: 150px;
    box-shadow: 0px 0px 20px rgba(224, 224, 224, 0.2);
}

.enterprise-advantage .advantage-content .advantage-content-ul {
    padding: 73.5px 100px;
}

.enterprise-advantage .advantage-content .advantage-content-ul li {
    height: 120px;
    display: flex;
    align-items: center;
    margin-top: 64px;
}

.enterprise-advantage .advantage-content .advantage-content-ul li:first-child {
    margin-top: 0;
}

.enterprise-advantage .advantage-content .advantage-content-ul li .logo {
    font-size: 24px;
    font-weight: 500;
    color: #14183e;
    text-align: center;
}

.enterprise-advantage .advantage-content .advantage-content-ul li .logo img{
    width: 44px;
    height: 44px;
}

.advantage-content-ul li .logo .title {
    margin-top: 25px;
    line-height: 14.25px;
    width: 100px;
    font-size: 25px;
    font-weight: 600;
    color: #14183E;
}

.advantage-content-ul li .dashed-line {
    padding-left: 50px;
    height: 114px;
    margin-right: 50px;
    border-right: #7B61FF dashed 1px;
}

.advantage-content-ul li:last-child .dashed-line {
    border-right: #FF7744 dashed 1px;
}

.advantage-content-ul li:first-child .dashed-line {
    border-right: #1AC3B6 dashed 1px;
}

.advantage-content-ul li .description {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.5%;
    font-weight: 400;
    color: #747582;
    text-align: justify;
}

.advantage-content-ul li .description:hover {
    color: #000000;
    cursor: pointer;
}

@media (max-width: 1000px) {
    .enterprise-advantage {
        margin: 0 5px;
    }

    .enterprise-advantage .advantage-title {
        margin-top: 21px;
        margin-bottom: 16px;
        height: 46px;
        line-height: 46px;
        font-size: 32px;
    }

    .enterprise-advantage .advantage-content {
        height: auto;
        border-top-left-radius: 100px;
        border-bottom-right-radius: 100px;
    }

    .enterprise-advantage .advantage-content .advantage-content-ul {
        padding: 32px 26px;
    }

    .enterprise-advantage .advantage-content .advantage-content-ul li {
        height: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 34px;
    }

    .enterprise-advantage .advantage-content .advantage-content-ul li:first-child {
        margin-top: 0;
    }

    .enterprise-advantage .advantage-content .advantage-content-ul li .logo {
        font-size: 24px;
        font-weight: 500;
        color: #14183e;
        text-align: center;
    }

    

    .advantage-content-ul li .logo .title {
        font-size: 24px;
        font-weight: 600;
    }

    .advantage-content-ul li .dashed-line {
        padding-left: 0;
        height: 0;
        margin-right: 0;
        border-right: none;
        padding-top: 40px;
        width: 120px;
        margin-bottom: 40px;
        border-bottom: #7B61FF dashed 1px;
    }

    .advantage-content-ul li:last-child .dashed-line {
        border-right: none;
        border-bottom: #FF7744 dashed 1px;
    }
    
    .advantage-content-ul li:first-child .dashed-line {
        border-right: none;
        border-bottom: #1AC3B6 dashed 1px;
    }

    .advantage-content-ul li .description {
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0.5%;
        font-weight: 400;
        color: #747582;
        text-align: justify;
    }

    .advantage-content-ul li .description:hover {
        color: #747582;
        text-align: justify;
    }
}

/* 企业优势 end */