.left,
.right {
    width: 50%;
}

.left {
    padding: 1.5rem 1rem;
}

.left .title {
    font-size: .36rem;
    margin-bottom: .4rem;
}

.left p {
    font-size: .16rem;
    line-height: 1.8;
}

.right img {
    width: 100%;
}

.product_menu {
    width: 50%;
    position: absolute;
    left: 0;
    bottom: 2.62rem;
    background-color: #333;
}

.product_menu li {
    border-bottom: 1px solid #383838;
    height: .8rem;
    line-height: .8rem;
    float: left;
    width: 50%;
    font-size: .2rem;
    background-color: #333;
}

.product_menu li:hover {
    background-color: #3c89e8;
    transition: background-color .3s;
}

.product_menu li a {
    color: #fff;
    display: inline-block;
    width: 100%;
    height: 100%;
    padding-left: 1.3rem;
    padding-right: 1rem;
}

.product_menu li a img {
    width: .2rem;
    margin-top: .3rem;
}

.product_menu li.no_bot_b {
    border-bottom: 0;
}

.product_menu li.bot_r {
    border-right: 1px solid #383838;
}

.banner {
    width: 100%;
    position: relative;
}

.banner img {
    width: 100%;
}

.banner .banner_text {
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background-color: rgba(0, 0, 0, .5);
    color: #fff;
    padding: .8rem;
}

.banner .banner_text .banner_title {
    font-size: .36rem;
    margin-bottom: .35rem;
}

.banner .banner_text .banner_desc {
    font-size: .14rem;
    line-height: 2;
    width: 80%;
}

.left_menu_box {
    width: 3.24rem;
    position: relative;
    top: 0;
}

.left_menu_box .active_bg {
    position: absolute;
    z-index: 2;
    height: .4rem;
    background-color: #deedff;
    left: 0;
    top: .35rem;
    width: 100%;
    border-right: 4px solid #4f9bf9;
    transition: top .1s;
}

.left_menu {
    padding-left: 1.3rem;
    position: relative;
    z-index: 2;
    margin-top: .35rem;
}

.left_menu li {
    height: .4rem;
    line-height: .4rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.left_menu li a {
    color: #353d4b;
    font-size: .14rem;
}

.left_menu li.active a {
    color: #4f9bf9;
}

.right_content {
    width: calc(100% - 3.24rem);
    padding-right: 1.5rem;
    padding-bottom: .2rem;
    border-left: 1px solid #eee;
}

.right_content .right_box {
    margin-bottom: .6rem;
}

.right_content .box_title {
    font-size: .24rem;
    line-height: .8rem;
    padding-left: .55rem;
    position: relative;
}

.right_content .box_title.bor {
    border-top: 1px solid #eee;
}

.right_content .box_title .top_line {
    width: .8rem;
    border-top: 4px solid #4f9bf9;
    position: absolute;
    top: 0;
    left: .55rem;
}

.right_content .box_content {
    padding-left: .55rem;
}

.right_content .box_content p {
    font-size: .14rem;
    line-height: 2;
}

.right_content .box_content img {
    width: auto;
    max-width: 100%;
}

.right_content .box_content .text_box {
    padding: .2rem 0;
    border-bottom: 1px solid #eee;
}

.right_content .box_content .text_box .num {
    width: .4rem;
    margin-right: .16rem;
}

.right_content .box_content .btn {
    display: inline-block;
    width: 1.1rem;
    height: .46rem;
    line-height: .46rem;
    color: #4f9bf9;
    font-size: .14rem;
    margin-top: .6rem;
    border: 2px solid #4f9bf9;
    cursor: pointer;
}

.right_content .box_content .blue {
    color: #4f9bf9;
}

.right_content .box_content .boxshadow {
    box-shadow: 0 0 .2rem rgba(0, 0, 0, 0.1);
}

.right_content .box_content .btn img {
    width: .2rem;
    margin-top: .12rem;
    margin-left: .15rem;
    margin-right: .05rem;
}

.right_content .box_content .right_text {
    padding-left: .6rem;
}

.right_content .box_content .right_text .big_text {
    font-size: .24rem;
    margin-bottom: .3rem;
}

.right_content .box_content .q {
    background-image: url('../img/product/q_bg.png');
    background-size: .12rem;
    background-position: left center;
    background-repeat: no-repeat;
    color: #4f9bf9;
    padding-left: .22rem;
}

.right_content .box_content .a {
    padding-left: .22rem;
}

.module_box {
    width: calc(16.6% - .3rem);
    margin-right: .3rem;
    position: relative;
    margin-top: .3rem;
}

.module_box.WMS {
    width: calc(25% - .5rem);
    margin-right: .5rem;
    position: relative;
    margin-top: .5rem;
}

.module_box .module_title {
    padding: 0 .5rem;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: -.3rem;
    width: 100%;
    text-align: center;
}

.module_box.WMS .module_title {
    left: 50%;
    margin-left: -.6rem;
    height: .4rem;
    line-height: .4rem;
    font-size: .16rem;
    color: #fff;
    width: 1.2rem;
    padding: 0;
    border-radius: 4px;
}

.module_box.WMS .module_title.b {
    background-color: #4f9bf9;
}

.module_box.WMS .module_title.o {
    background-color: #f69857;
}

.module_box.WMS .module_title.g {
    background-color: #80c352;
}

.module_text {
    padding: 0 .3rem;
    padding-top: .54rem;
    padding-bottom: .4rem;
    background-color: #f5f5f5;
}

.module_box.WMS .module_text {
    padding-top: .4rem;
    background-color: #fff;
    box-shadow: 0 0 .4rem rgba(0, 0, 0, 0.1);
}

.module_text_top {
    font-size: .16rem;
    padding-bottom: .1rem;
    border-bottom: 1px solid #d9d9d9;
    font-weight: bold;
}

.module_text_top.b {
    color: #4f9bf9;
}

.module_text_top.o {
    color: #f69857;
}

.module_text_top.g {
    color: #80c352;
}

.module_text ul {
    font-size: .14rem;
    line-height: 2;
    white-space: nowrap;
    margin-top: .1rem;
    height: 1.68rem;
}

.module_box.WMS .module_text ul {
    height: 2.24rem;
}

.fn_box {
    margin-top: .4rem;
}

.fn_left {
    width: .8rem;
}

.fn_left img {
    width: auto;
    height: .52rem;
}

.fn_right_box {
    width: calc(100% - 1rem);
    margin-left: .2rem;
}

.fn_right {
    padding: .15rem;
    border: 1px solid #e5e5e5;
    position: relative;
    padding-top: .45rem;
    margin-top: .18rem;
    margin-bottom: .15rem;
}

.fn_title {
    font-size: .16rem;
    font-weight: bold;
    padding: .1rem .2rem;
    color: #fff;
    position: absolute;
    left: .15rem;
    top: 0;
    margin-top: -.18rem;
}

.fn_title.b {
    background-color: #4f9bf9;
}

.fn_title.o {
    background-color: #f69857;
}

.fn_title.g {
    background-color: #80c352;
}

.row {
    line-height: .5rem;
    padding: 0 .2rem;
}

.row.bg {
    background-color: #f5f5f5;
}

.row_title {
    width: 1.6rem;
    font-size: .16rem;
    font-weight: bold;
}

.row_title.b {
    color: #4f9bf9;
}

.row_title.o {
    color: #f69857;
}

.row_title.g {
    color: #80c352;
}

.row_text {
    font-size: .16rem;
    width: calc(100% - 1.6rem);
}

.row_text span {
    display: inline-block;
    margin-right: .6rem;
}

.Popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.5);
    padding-top: .6rem;
    text-align: center;
    display: none;
    cursor: pointer;
    z-index: 9;
    padding: .8rem 0 .3rem;
}

.Popup img {
    width: auto;
    max-width: 100%;
    vertical-align: bottom;
}

@media (max-width: 768px) {
    .product_menu {
        width: 100%;
    }
    .left {
        padding-bottom: 2.4rem;
    }
    .banner {
        display: none;
    }
    .left_menu_box {
        display: none;
    }
    .right_content {
        width: 100%;
        border: 0;
    }
    .right_content .box_title {
        font-size: 24px;
        line-height: 80px;
    }
    .right_content .box_content {
        font-size: 14px;
    }
    .module_box {
        width: 100%;
        margin-top: 60px;
    }
    .module_box .module_title {
        margin-top: -30px;
    }
    .module_text {
        padding-top: 54px;
    }
    .module_text_top {
        font-size: 16px;
        padding-bottom: 10px;
    }
    .module_text ul {
        font-size: 14px;
        margin-top: 10px;
        height: 168px;
    }
    .fn_left {
        width: 100%;
        text-align: center;
    }
    .fn_left img {
        height: auto;
    }
    .fn_right {
        padding-top: 25px;
    }
    .row {
        line-height: 26px;
    }
    .row_title {
        font-size: 16px;
        width: 100%;
    }
    .right_content .box_content .btn {
        width: 100px;
        height: 36px;
        line-height: 36px;
    }
    .right_content .box_content .btn img {
        width: 20px;
        margin-top: 7px;
        margin-left: 6px;
        margin-right: 5px;
    }
}