﻿body {
    font-size: 14px;
}

.pc-container {
}

    /*.pc-container .banner-wrapper img {
        display: block;
        position: relative;
        width: 100%;
        height:440px;
    }*/

    .pc-container .tab-wrapper {
        position: absolute;
        top: 382px;
        width: 100%;
    }

    .pc-container .advantages-wrapper {
        padding-top: 50px;
        background-color: #F5F5F5;
        padding-bottom: 30px;
    }

    .pc-container .func-wrapper {
        padding-top: 20px;
        background-color: #FFFFFF;
    }

    .pc-container .container .tab {
        width: 100%;
        background-color: aliceblue;
        text-align: center;
    }

        .pc-container .container .tab ul {
            background-color: aliceblue;
            height: 90px;
            background: #FFFFFF;
            box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
            opacity: 1;
        }

        .pc-container .container .tab li {
            display: inline-block;
            line-height: 90px;
            width: 150px;
            font-size: 18px;
            font-weight: 400;
            color: #000000;
            opacity: 1;
        }

            .pc-container .container .tab li a:hover {
                line-height: 70px;
                color: #1684FC;
                opacity: 1;
                text-decoration: none;
                padding-bottom: 10px;
                border-bottom: 3px solid #1684FC;
            }

    .pc-container .advantages-wrapper .pcnav {
        height: 24px;
        padding: 2px 2px;
        margin: 10px 0px;
    }

        .pc-container .advantages-wrapper .pcnav ul {
            display: block;
            height: 24px;
            border-left: 3px solid #0084FF;
        }

            .pc-container .advantages-wrapper .pcnav ul li {
                height: 20px;
                float: left;
                font-size: 14px;
                padding-top: 2px;
            }

                .pc-container .advantages-wrapper .pcnav ul li a {
                    padding: 0px 5px;
                    color: #000000;
                }

            .pc-container .advantages-wrapper .pcnav ul .active a {
                color: #0084FF;
            }


    .pc-container .advantages {
    }


    .pc-container .container-title {
        font-size: 28px;
        font-weight: 400;
        line-height: 78px;
        color: #333333;
        text-align: center;
    }

    .pc-container .advantageslist {
        padding: 0 15px;
    }

    .pc-container .advantages-wrapper .list {
        height: 158px;
        padding: 10px;
        background-color: #FFFFFF;
        margin-bottom: 24px;
    }

        .pc-container .advantages-wrapper .list:hover {
            box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
        }

        .pc-container .advantages-wrapper .listodd {
            margin-right: 12px;
        }

        .pc-container .advantages-wrapper .list img {
            margin-top: 20px;
        }

        .pc-container .advantages-wrapper .list .title {
            height: 70px;
            line-height: 70px;
            font-size: 18px;
            font-weight: 600;
            margin-left: 10px;
        }

        .pc-container .advantages-wrapper .list .info {
            height: 77px;
            font-size: 15px;
            font-weight: 400;
            line-height: 24px;
            margin-left: 10px;
        }

.func-wrapper .func {
    padding-top: 20px;
    margin:0px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    margin-bottom:50px;
}
.func-wrapper .func-title {
    height: 62px;
    line-height: 62px;
    margin-top: 30px;
    background: linear-gradient(90deg, #1066E8 0%, #1994FC 100%);
    color: #FFFFFF;
}

.func-wrapper .func .func-list {
    height: 550px;
}

        .func-wrapper .func .func-list ul {
            margin-left: 20px;
        }

        .func-wrapper .func .func-list li {
            line-height: 46px;
            margin-bottom: 14px;
            font-size: 15px;
            font-weight: 400;
        }

.pc-container .usingValue-wrapper {
    height: 500px;
    background-color: #F5F5F5;
}
.usingValue-wrapper .value-list {
    margin-left: 0px;
}
.usingValue-wrapper .value-list ul {
    margin-top: 60px;
    text-align: center;
    display: flex;
    align-items: center;
}

.usingValue-wrapper .value-list li {
    text-align: center;
    width: 280px;
    height: 240px;
    vertical-align: top;
    background-color: #FFFFFF;
    padding: 0px 20px;
    margin-right: 30px;
}

    .usingValue-wrapper .value-list li:hover {
        box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    }

    .usingValue-wrapper .value-list li img {
        position: relative;
        top: -43px;
    }

    .usingValue-wrapper .value-list li span {
        display: block;
    }

    .usingValue-wrapper .value-list li .title {
        font-weight: 600;
        line-height: 40px;
        font-size: 28px;
        padding: 10px;
    }

    .usingValue-wrapper .value-list li .info {
        font-size: 16px;
        font-weight: 400;
        line-height: 30px;
        color: #333333;
    }


