﻿body {
    overflow-x: hidden;
}

.header ul li {
    font-weight: 500;
}

.banner {
    width: 100%;
}
.content {
    margin-bottom: 120px;
}

    .banner img {
        width: 100%;
    }

.business {
    width: 100%;
    margin-top: 85px;
}

    .business p {
        font-size: 28px;
        font-weight: 600;
        color: #333333;
        text-align: center;
    }

    .business > div {
        width: 1080px;
        margin: 0 auto;
    }
/*企业难题*/
.hard .hard_detail {
    width: 100%;
    margin: 112px 24px 72px 24px;
}

    .hard .hard_detail ul li {
        width: 25%;
        float: left;
        text-align: center;
    }

        .hard .hard_detail ul li img {
            width: 65px;
            height: 65px;
            margin-bottom: 25px;
        }

        .hard .hard_detail ul li p {
            width: 100%;
            margin-top: 5px;
            font-size: 20px;
            font-weight: 500;
        }

/*易社保便利*/
div.easy {
    width: 100%;
    margin-top: 125px;
}

.easy div {
    width: 1010px;
    margin: 0 auto;
}

    .easy div p {
        text-align: left;
    }

.easy .txt_de {
    font-size: 18px;
    color: #999999;
    margin-top: 20px;
    line-height: 30px;
    font-weight: 500;
}

.easy .easy_de1 {
    height: 368px;
    margin-top: 100px;
}

    .easy .easy_de1 img {
        float: left;
        width: 566px;
    }

    .easy .easy_de1 .txt1 {
        float: right;
        width: 350px;
        padding-top: 106px;
    }

.easy .easy_de2 {
    height: 397px;
    margin-top: 100px;
}

    .easy .easy_de2 img {
        float: right;
        width: 435px;
    }

    .easy .easy_de2 .txt2 {
        float: left;
        width: 400px;
        padding-top: 115px;
        margin-left: 48px;
    }

.easy .easy_de3 {
    height: 293px;
    margin-top: 100px;
}

    .easy .easy_de3 img {
        float: left;
        width: 494px;
    }

    .easy .easy_de3 .txt3 {
        float: right;
        width: 400px;
        padding-top: 55px;
    }

.easy .easy_de4 {
    height: 449px;
    margin-top: 100px;
}

    .easy .easy_de4 img {
        float: right;
        width: 420px;
    }

    .easy .easy_de4 .txt4 {
        float: left;
        width: 430px;
        padding-top: 160px;
    }

.easy .easy_de5 {
    height: 406px;
    margin-top: 100px;
}

    .easy .easy_de5 img {
        float: left;
        width: 333px;
        margin-left: 25px;
    }

    .easy .easy_de5 .txt5 {
        float: right;
        width: 430px;
        padding-top: 125px;
        margin-right: 50px;
    }

.easy .easy_de6 {
    margin: 0;
    height: 540px;
    width: 100%;
    background: url("../images/easy6_bg.png") center no-repeat;
    background-size: 100% 100%;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 50px;
}

    .easy .easy_de6 div {
        width: 1010px;
        margin: 0 auto;
    }

        .easy .easy_de6 div img {
            float: right;
            width: 450px;
            margin-top: 190px;
        }

    .easy .easy_de6 .txt6 {
        float: left;
        width: 400px;
        padding-top: 240px;
    }


/*操作步骤*/
div.step {
    margin-top: 90px;
}

.step .step_three {
    width: 100%;
    margin-top: 66px;
}

    .step .step_three ul li {
        float: left;
        width: 33%;
        text-align: center;
    }

        .step .step_three ul li a {
            display: block;
            width: 101px;
            margin: 0 auto;
        }

    .step .step_three li a img {
        width: 85px;
        height: 85px;
    }

    .step .step_three li a p {
        margin-top: 20px;
        font-size: 22px;
    }

.step .step_detail {
    position: relative;
    width: 100%;
    height: 180px;
    background-color: #fe6034;
    border-radius: 20px;
    margin-top: 42px;
    padding-top: 72px;
}

    .step .step_detail .detail_txt {
        height: 120px;
        margin-left: 106px;
    }

        .step .step_detail .detail_txt div {
            float: left;
            width: 170px;
            height: 110px;
            line-height: 110px;
            background: url("../images/step6.png") center no-repeat;
            background-size: 100% 100%;
        }

            .step .step_detail .detail_txt div p {
                width: 78px;
                font-size: 16px;
                font-weight: 500;
                line-height: 40px;
                margin: 15px auto;
                display: none;
            }

                .step .step_detail .detail_txt div p.step_txt2 {
                    margin: 40px auto;
                }

                .step .step_detail .detail_txt div p.step_txt1 {
                    display: block;
                }

        .step .step_detail .detail_txt img {
            float: left;
            width: 106px;
            height: 70px;
            margin: 25px 29px;
        }

    .step .step_detail .detail_choose {
        position: absolute;
        width: 46px;
        height: 41px;
        top: -39px;
        left: 14.5%;
    }

        .step .step_detail .detail_choose img {
            width: 46px;
            height: 41px;
        }


/*特色四大特色*/
div.feature {
    margin-top: 90px;
}

.feature .feature_detail {
    margin-top: 98px;
}

    .feature .feature_detail ul li {
        float: left;
        width: 25%;
        text-align: center;
    }

.feature_detail ul li img {
    width: 186px;
}

.feature .feature_detail ul li p {
    font-size: 18px;
    line-height: 25px;
}

/*买社保4步*/
div.buy {
    margin-top: 90px;
}

.buy div {
    height: 298px;
}

.buy img {
    vertical-align: middle;
    margin-left: 40px;
}

.buy div > img {
    width: 800px;
}

    .buy div > img:first-child {
        width: 180px;
    }

.buy a {
    display: block;
    font-size: 32px;
    color: #ffffff;
    background: #016eb7;
    text-align: center;
    width: 210px;
    margin: 0 auto;
    padding: 18px 25px 18px 45px;
    border-radius: 5px;
    margin-top: 60px;
}


/*负责人*/
div.person {
    width: 100%;
    height: 480px;
    background-color: #fe6034;
    margin-top: 90px;
}

.person .person_datail {
    width: 1080px;
    margin: 0 auto;
    padding-top: 50px;
}

    .person .person_datail a {
        display: block;
        width: 40px;
        height: 64px;
        margin-top: 200px;
    }

        .person .person_datail a.btl {
            float: left;
            margin-right: 100px;
            background: url("../images/person1.png") center no-repeat;
            background-size: 100% 100%;
        }

        .person .person_datail a.btr {
            float: right;
            margin-left: 100px;
            background: url("../images/person2.png") center no-repeat;
            background-size: 100% 100%;
        }

    .person .person_datail .silder {
        position: relative;
        overflow: hidden;
        width: 740px;
        height: 450px;
        text-align: center;
        margin: 0 auto;
    }

        .person .person_datail .silder ul {
            position: absolute;
            top: 0px;
            left: 0px;
            width: 999999px;
        }

            .person .person_datail .silder ul li {
                float: left;
                width: 740px;
                height: 450px;
            }

        .person .person_datail .silder li p {
            font-size: 26px;
            color: #ffffff;
            text-align: left;
            width: 730px;
            height: 160px;
            line-height: 50px;
            font-weight: 500;
        }

        .person .person_datail .silder .person_name {
            font-size: 24px;
            text-align: center;
        }

    .person .person_datail div img {
        width: 180px;
        height: 180px;
        border-radius: 50%;
        margin-top: 40px;
        margin-bottom: 10px;
    }

/*信赖与选择*/
div.believe {
    margin-top: 90px;
}

.believe p {
    text-align: left;
    font-size: 26px;
    color: #4c5261;
    font-weight: 600;
}

.believe .believe_cho {
    margin-top: 10px;
    height: 40px;
    line-height: 40px;
}

    .believe .believe_cho span {
        font-size: 26px;
        color: #4c5261;
        font-weight: 600;
    }

    .believe .believe_cho a {
        float: right;
        height: 40px;
        line-height: 40px;
    }

        .believe .believe_cho a.believe_right {
            margin-left: 10px;
            margin-right: 170px;
        }

        .believe .believe_cho a.believe_left img {
            width: 24px;
            height: 16px;
        }

        .believe .believe_cho a.believe_right img {
            width: 39px;
            height: 16px;
        }

.believe .believe_show {
    margin-top: 80px;
}

    .believe .believe_show .silder {
        position: relative;
        overflow: hidden;
        width: 1080px;
        height: 90px;
    }

        .believe .believe_show .silder ul {
            position: absolute;
            top: 0px;
            left: 0px;
            width: 999999px;
        }

            .believe .believe_show .silder ul li {
                float: left;
                padding: 6px;
                width: 168px;
                height: 90px;
                margin-right: 24px;
            }

        .believe .believe_show .silder a {
            display: block;
            width: 136px;
            height: 61px;
            box-shadow: 0 0 3px 2px rgba(100,100,100,0.1);
            -moz-box-shadow: 0 0 3px 2px rgba(100,100,100,0.1);
        }

            .believe .believe_show .silder a img {
                width: 136px;
                height: 61px;
            }


/*社保查询*/
.query {
    width: 100%;
    margin-top: 34px;
    margin-bottom: 150px;
}

.query_btn {
    width: 1080px;
    margin: 0 auto;
}

    .query_btn a {
        float: right;
        width: 230px;
        height: 86px;
        line-height: 86px;
        text-align: center;
        font-size: 24px;
        color: #0093DD;
        border: 1px solid #0093DD;
        border-radius: 45px;
        margin-left: 54px;
    }

    .query_btn .btnact {
        background-color: #0093DD;
        color: #fff;
    }

/*计算器*/
.query .calculate {
    display: none;
    width: 1080px;
    margin: 0 auto;
    margin-top: 100px;
}

/*智能查询*/
.map {
    position: relative;
    width: 803px;
    height: 626px;
    margin: 0 auto;
    margin-top: 85px;
    background: url("../images/map_bg.jpg")center center no-repeat;
    background-size: 100% 100%;
}

    .map p {
        width: 19px;
        height: 26px;
        font-size: 12px;
        position: absolute;
        cursor: pointer;
        background: url("../images/map_city.png")center center no-repeat;
        background-size: 100% 100%;
    }

.map_info {
    position: relative;
    width: 131px;
    height: 140px;
    background: url("../images/map_01.png")center center no-repeat;
    background-size: 100% 100%;
    display: none;
}

    .map_info .left {
        position: absolute;
        width: 48px;
        height: 32px;
        background: #000;
        top: 53px;
        left: 15px;
        opacity: 0;
    }

    .map_info .right {
        position: absolute;
        width: 53px;
        height: 32px;
        background: #000;
        top: 53px;
        right: 13px;
        opacity: 0;
    }


/*关于我们*/
.about {
    width: 1080px;
    margin: 85px auto;
    text-align: center;
}

.aboutTitle {
    float: left;
    width: 250px;
}

    .aboutTitle img {
        margin-top: 30px;
        width: 250px;
        height: 215px;
    }

.about .about_detail {
    width: 750px;
    padding-top: 70px;
    float: left;
    margin-left: 72px;
}

    .about .about_detail h3 {
        font-size: 16px;
        font-weight: 500;
        margin-top: 30px;
        text-align: left;
    }

    .about .about_detail p {
        font-size: 14px;
        line-height: 26px;
        font-weight: 500;
        text-align: left;
        color: #333333;
        margin-top: 30px;
    }


    @media screen and (max-width: 1500px) {
        .calculate .calculate_detail .calculate_int ul li {
            margin-top: 20px !important;
        }
        .calculate .calculate_detail {
            margin-top: 36px !important;
        }   
        .calculate .calculate_detail .calculate_int ul li.calculate_tips {
            margin-top: 8px !important;
        }
        #cs-shebaofw + li {
            margin-top: 8px !important;
        }
        .calculate .calculate_detail .calculate_int .calculate_btn {
            margin-top: 20px !important;
        }
        .table .table_btn {
            margin-top: 20px !important;
        }
}
