/* body{
    padding-top: 100px;
} */
a {
    text-decoration: none;
}

.sub_title {
    text-align: left;
    margin-top: 20px;
    font-size: 24px;
}

.left {
    float: left;
}

.right {
    float: right;
}

.clear {
    clear: both;
}

body {
    background-color: #f7f9ff;
}

.center {
    box-sizing: border-box;
    padding: 30px 0;
    color: #333;
    font-size: 14px;
}

.title {
    text-align: center;
    font-size: 34px;
    position: relative;
    height: 60px;
}

    .title::after {
        content: '';
        position: absolute;
        bottom: 0px;
        width: 50px;
        height: 4px;
        background: #004098;
        left: 50%;
        transform: translateX(-50%);
    }

.title2 {
    color: white;
}

    .title2::after {
        background: white;
    }

.titletext {
    text-align: center;
    margin-top: 40px;
    line-height: 30px;
}

/* 关于我们 */
.about {
    margin: 0px 0px;
    box-sizing: border-box;
    padding: 60px 0px;
}

.aboutimg {
    width: 40%;
}

.aboutblock {
    margin-top: 60px;
}

.aboutright {
    overflow: hidden;
    padding: 0px 20px 0px 40px;
}

.a_title {
    font-size: 24px;
}

.ab_intro {
    /* margin-top: 20px; */
    font-size: 15px;
    line-height: 30px;
    /* display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    overflow: hidden; */
    /* height: 240px; */
}

.ab_more {
    background: #4675b5;
    display: inline-block;
    box-sizing: border-box;
    padding: 0px 15px;
    height: 50px;
    line-height: 50px;
}

.moretext {
}

.moreicon {
    width: 26px;
    height: 26px;
    margin-top: 12px;
    margin-left: 10px;
}

@media screen and (max-width:1200px) {

    /* 关于我们 */
    .about {
        margin: 60px 0px;
    }

    .aboutblock {
        margin-top: 40px;
    }
}

.aboutblock {
    background: white;
}

.item {
    margin-top: 5%;
}

.icon {
    width: 30px;
    height: 30px;
    float: left;
}

.blcon {
    margin-left: 50px;
    overflow: hidden;
    line-height: 30px;
}

.name {
    float: left;
    font-size: 18px;
    font-weight: bold;
}

.cont {
    overflow: hidden;
    padding-left: 30px;
    transform: translateY(2px);
}





/* .center .summary {
    width: 100%;
    height: auto;
}

.center .summary .left {
    box-sizing: border-box;
    width: 50%;
    padding-right: 40px;
    box-sizing: border-box;
}

.center .summary .left .subtitle,
.center .summary .left .title {
    line-height: 38px;
    font-size: 22px;
    font-weight: 500;
    color: #023f98;
    letter-spacing: 2px;
}

.center .summary .left .title {

    font-size: 28px;
}

.center .summary .left .summary_con {
    margin: 50px 0;
    line-height: 40px;
    letter-spacing: 2px;
    font-size: 18px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7;
    color: #555555;
}

.center .summary .left .button {
    background: linear-gradient(to right, #019ce7, #0063b5);
    width: 30%;
    height: 60px;
    box-sizing: border-box;
    padding: 10px 20px;
    color: white;
    line-height: 40px;
    font-size: 18px;
    letter-spacing: 2px;
    border-radius: 5px;
    text-align: center;
}

.center .summary .left .button:hover {
    opacity: 0.8;
    cursor: pointer;
}

.center .summary .left .button .fa {
    margin-left: 10px;
    padding-left: 3px;
    border-radius: 50%;
    border: 1px solid white;
    width: 20px;
    text-align: center;
    height: 20px;
    box-sizing: border-box;
}

.center .summary .rightimg {
    box-sizing: border-box;
    float: right;
    width: 50%;
    padding-top: 40%;
    position: relative;
    overflow: hidden;
    margin-top: 4%;
}

.center .summary .rightimg img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0%;
    left: 0;
    bottom: 0;
    right: 0;
}

.center .block {
    padding: 50px 0;
    box-sizing: border-box;
    width: 100%;
    height: auto;
}

.center .block .item {
    box-sizing: border-box;
    float: left;
    width: 22%;
    margin-right: 4%;
    padding: 20px 20px;
    border: 1px solid #0063b5;
    border-radius: 10px;
    cursor: pointer;
}

.center .block .item:hover {
    opacity: 0.8;
}

.center .block .item:nth-child(4) {
    margin-right: 0;
}

.center .block .item .icon {
    width: 40%;
    padding-bottom: 40%;
    border-radius: 50%;
    background-color: #2589ff;
    margin: 20px auto;
    position: relative;
    overflow: hidden;
}

.center .block .item .icon img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.center .block .item .name {
    box-sizing: border-box;
    width: 100%;
    padding: 0 10px;
    padding-top: 15px;
    text-align: center;
    font-size: 18px;
    letter-spacing: 2px;
    line-height: 25px;
    position: relative;
}

.center .block .item .name .line {
    width: 20%;
    height: 3px;
    background-color: #004098;
    position: absolute;
    left: 50%;
    bottom: -10px;
    transform: translateX(-50%);
}

.center .block .item .cont {
    box-sizing: border-box;
    width: 100%;
    height: 80px;
    padding: 0 10px;
    padding-top: 30px;
    text-align: center;
    font-size: 16px;
    letter-spacing: 2px;
    line-height: 25px;
    position: relative;
}

.map {
    width: 100%;
    height: 400px;
}

.aboutright2 {
    padding-right: 40px;
    padding-left: 0;
}

.blockcon {
    margin-top: 40px;
} */

/* 留言 */
.experience {
    margin: 60px 0px;
}

    .experience .experbox {
        border-radius: 10px;
        box-sizing: border-box;
        padding: 40px 20px 40px 20px;
        background: white;
    }

    .experience .expertitle {
        text-align: center;
        font-size: 24px;
    }

    .experience .exper_intro {
        text-align: center;
        font-size: 16px;
        padding: 20px 0px 0px 0px;
        color: #999;
    }

    .experience .inputlist {
        width: 100%;
    }

    .experience .input {
        box-sizing: border-box;
        width: 50%;
        float: left;
        padding: 20px 10px;
    }

    .experience .input2 {
        width: 100%;
        padding: 20px 15px 0px 10px;
        box-sizing: border-box;
    }

        .experience .input2 textarea {
            border: 1px solid #ccc;
            outline: none;
            width: 100%;
            font-size: 15px;
            box-sizing: border-box;
            padding: 10px;
        }

    .experience .input input {
        border: 1px solid #ccc;
        height: 50px;
        /* border-radius: 5px; */
        line-height: 50px;
        width: 100%;
        box-sizing: border-box;
        font-size: 16px;
        padding: 0px 10px;
        outline: none;
    }

    .experience .experbtn {
        background: #004098;
        color: white;
        height: 50px;
        width: 200px;
        border-radius: 25px;
        text-align: center;
        line-height: 50px;
        margin: auto;
        font-size: 18px;
        margin-top: 40px;
    }

    .experience .experbottom {
        border-top: 1px solid #ccc;
        margin-top: 40px;
        box-sizing: border-box;
        padding: 20px 0px;
    }

    .experience .experimg {
        width: 45px;
        padding: 20px 0px 0px 0px;
        margin: auto;
    }

        .experience .experimg img {
            width: 45px;
        }

.company {
    font-size: 24px;
}


@media screen and (max-width: 1200px) {
    .center .block .item .name {
        padding: 0;
    }

    .center .block .item .cont {
        padding: 0;
        padding-top: 20px;
    }

    .ab_intro {
        margin-top: 10px;
        font-size: 14px;
        line-height: 24px;
        display: -webkit-box;
        -webkit-line-clamp: 8;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
}

@media screen and (max-width: 800px) {
    /* .center .summary .left {
        width: 62%;
        padding-right: 0px;
    }

    .center .summary .left .subtitle,
    .center .summary .left .title {
        line-height: 35px;
        font-size: 25px;
        letter-spacing: 0px;
    }

    .center .summary .left .title {
        font-size: 25px;
    }

    .center .summary .left .summary_con {
        padding: 0;
        margin: 30px 0;
        line-height: 30px;
        letter-spacing: 0px;
        font-size: 16px;
        -webkit-line-clamp: 5;
    }

    .center .summary .left .button {
        width: 35%;
        height: 40px;
        padding: 0px 5px;
        color: white;
        line-height: 40px;
        font-size: 16px;
        letter-spacing: 0px;
    }

    .center .summary .left .button .fa {
        margin-left: 10px;
        padding-left: 1px;
        border-radius: 50%;
        border: 1px solid white;
        width: 18px;
        text-align: center;
        height: 18px;
        box-sizing: border-box;
    }

    .center .block {
        padding: 30px 0;
        box-sizing: border-box;
        width: 100%;
        height: auto;
    }

    .center .block .item {
        box-sizing: border-box;
        width: calc((100% - 20px) / 2);
        margin-right: 20px;
        padding: 10px 10px;
        border-radius: 5px;
        margin-bottom: 20px;
    }

    .center .block .item:nth-child(2) {
        margin-right: 0;
    }

    .center .block .item .cont {
        padding: 0;
        padding-top: 20px;
        font-size: 14px;
        letter-spacing: 1px;
        line-height: 23px;
    } */

}

@media screen and (max-width:800px) {
    .a_title {
        font-size: 18px;
    }

    .center {
        padding: 0;
    }

    .ab_more {
        margin-top: 15px;
        padding: 0px 10px;
        height: 40px;
        line-height: 40px;
    }

    .title {
        font-size: 18px;
        height: 36px;
    }

        .title::after {
            width: 30px;
        }

    .titletext {
        font-size: 13px;
    }


    .aboutblock {
        background: none;
        margin: 40px 0px;
    }

    .item {
        margin-top: 5%;
    }

    .icon {
        width: 26px;
        height: 26px;
    }

    .blcon {
        margin-left: 40px;
        overflow: hidden;
        line-height: 26px;
    }

    .name {
        float: left;
        font-size: 16px;
        font-weight: bold;
    }

    .cont {
        overflow: hidden;
        padding-left: 20px;
        transform: translateY(2px);
    }
}

@media screen and (max-width: 600px) {
    .a_title {
        text-align: center;
        font-size: 16px;
        margin-top: 10px;
    }

    .aboutright {
        overflow: hidden;
        border: 1px solid #f7f9ff;
        padding: 0px 0px 0px 0px;
    }

    .about {
        margin: 0px 0px;
        padding: 0px;
    }

    .ab_intro {
        padding: 0px 0px 10px 0px;
        margin-top: 10px;
        font-size: 12px;
        line-height: 22px;
        height: fit-content;
        -webkit-line-clamp: 1000;
    }

    .aboutimg {
        width: 100%;
    }

    .experience {
        margin-top: 40px;
        margin-bottom: 40px;
    }

        .experience .input {
            width: 100%;
            float: none;
            padding: 10px 0px 0px 0px;
        }

        .experience .input2 {
            width: 100%;
            padding: 20px 0px 0px 0px;
            box-sizing: border-box;
        }

        .experience .experbox {
            padding: 20px 20px 20px 20px;
        }

        .experience .input input {
            height: 40px;
            line-height: 40px;
            font-size: 14px;
        }

        .experience .inputlist {
            padding: 0px;
            /* margin-top: 20px; */
        }

    /* .ab_more {
        display: none;
    } */
    .center .summary .left {
        width: 62%;
        padding-right: 0px;
    }

        .center .summary .left .subtitle,
        .center .summary .left .title {
            line-height: 25px;
            font-size: 16px;
            letter-spacing: 0px;
        }

        .center .summary .left .title {
            font-size: 16px;
        }

        .center .summary .left .summary_con {
            padding: 0;
            margin: 20px 0;
            line-height: 22px;
            letter-spacing: 0px;
            font-size: 12px;
            -webkit-line-clamp: 2;
        }

        .center .summary .left .button {
            width: 50%;
            height: 40px;
            padding: 0px 5px;
            color: white;
            line-height: 40px;
            font-size: 14px;
            letter-spacing: 0px;
        }

            .center .summary .left .button .fa {
                margin-left: 10px;
                padding-left: 1px;
                border-radius: 50%;
                border: 1px solid white;
                width: 16px;
                text-align: center;
                height: 16px;
                box-sizing: border-box;
            }
}
