/* 关于我们开始 */

.about_big_box {
    width: 100%;
    overflow: hidden;
    margin-bottom: 60px;
}

.text_tit {
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    margin: 50px 0;
}

.item-img img {
    width: 100%;
    border-radius: 35px;
}

.item-subtitle {
    font-size: 18px;
    color: #0f58d6;
}

.item-title {
    margin: 10px 0;
    font-weight: bold;
    font-size: 26px;
}

.section-heading p {
    margin: 0;
    line-height: 30px;
    text-indent: 2em;
}

.counting-text {
    color: #000000;
    font-size: 26px;
    font-weight: 600;
    margin-top: 10px;
}

.counting-title {
    margin: 10px 0 0;
    font-size: 16px;
}

.fxt-progress-box-layout1 {
    border-right: 1px solid #d9d9d9;
    margin-bottom: 17px;
}

.row [class^="col-"]:last-child>.fxt-progress-box-layout1 {
    border-right: 0;
}

.item-content {
    text-align: center;
}

.no-gutters {
    margin-top: 20px;
}

.zslist p {
    text-align: center;
}

.about_sct {
    padding: 50px 0;
    background: #f7f7f7;
    margin: 5em 0;
    width: 100%;
    overflow: hidden;
}

.about_sct h3 {
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    margin: 0 0 10px;
}

.about_sct .w h3,
.w3l_head {
    text-align: center;
    margin: 0 0 20px;
    font-weight: bold;
    color: #333;
    font-size: 22px;
}

.feature-grid {
    text-align: center;
    cursor: pointer;
}

.feature-grid img {
    transition: .5s;
    -webkit-transition: .5s;
}

.feature-grid:hover img {
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
}

.feature-grid p {
    margin: 0;
    padding: 0 50px;
    line-height: 26px
}

.feature-grid h4 {
    font-size: 16px;
    font-weight: bold;
}

.about_sct li {
    margin-top: 20px;
}

.about_sct li img {
    transition: all 0.3s linear;
    width: 100%;
}

.about_sct li img:hover {
    box-shadow: 0px 0px 15px 0px rgb(195 192 192);
    transform: translateY(5px);
}


/* 关于我们结束 */


/* 联系我们开始 */

.bar_qy_hy {
    width: 100%;
    /* overflow: hidden; */
    margin: 50px 0;
}

.left_lx {
    padding: 0 35px 0 20px;
}

.right_input {
    padding: 0 20px 0 35px;
}

.contact-left h3,
.right_input h3 {
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: 600;
}

.contact-left p {
    margin: 0;
    font-size: 14px;
    margin-bottom: 25px;
    line-height: 28px;
}

.contact-left ul li {
    list-style-type: none;
    display: block;
    color: #333333;
    font-size: 15px;
    margin-bottom: 20px;
    border-bottom: 1px solid #dddddd69;
    /* padding-bottom: 12px; */
}

.contact-left ul li i {
    font-size: 22px;
    color: #f5ad00;
    margin-right: 5px;
    position: relative;
    text-align: center;
}

.right_input li {
    text-align: left;
    display: block;
    overflow: hidden;
    width: 50%;
    float: left;
    margin-bottom: 15px;
}

.right_input li input {
    height: 38px;
}

.right_input li input {
    font-size: 12px;
    padding: 10px;
    background-color: #fff;
    width: 94%;
    outline: none;
    border: 1px solid #e2e2e2;
    float: right;
    margin-right: 4%;
}

.bz_box {
    width: 98%!important;
}

.right_input li textarea {
    font-size: 12px;
    padding: 10px;
    background-color: #fff;
    width: 99%;
    height: 160px;
    outline: none;
    float: right;
    border: 1px solid #e2e2e2;
}

.right_input li .red {
    display: inline-block;
    color: red;
}

.right_input .fbxj_sub {
    text-align: center;
    padding: 20px 0;
    width: 98%!important;
}

.right_input .fbxj_sub span {
    width: 100%;
    border: 0;
    background: #e66b42;
    color: #fff;
    font-size: 14px;
    line-height: 44px;
    cursor: pointer;
    display: block;
    transition: all 0.5s;
    margin-left: 6px;
}

.right_input .fbxj_sub span:hover {
    background: #000000;
}

.tips {
    font-size: 12px;
    margin-left: 15px;
    color: red!important;
}

::-webkit-input-placeholder {
    color: #ccc;
    font-size: 12px;
}


/* 联系我们结束 */


/* 移动端开始 */

@media(max-width:768px) {
    .text_tit {
        font-size: 22px;
        font-weight: bold;
        text-align: center;
        margin: 20px 0;
    }
    .about_big_box .container .container {
        padding: 0;
    }
    .about_xm {
        padding: 0;
    }
    .item-img img {
        width: 93%;
        border-radius: 0;
        display: block;
        margin: 0 auto 10px;
    }
    .item-title {
        margin: 10px 0;
        font-weight: bold;
        font-size: 20px;
    }
    .section-heading p {
        margin: 0;
        line-height: 28px;
        text-indent: 2em;
    }
    .about_sct {
        padding: 25px 0;
        background: #f7f7f7;
        margin: 30px 0;
        width: 100%;
        overflow: hidden;
    }
    .about_sct h3 {
        font-size: 20px;
        font-weight: bold;
        text-align: center;
        margin: 0;
    }
    .about_sct li {
        margin-top: 12px;
        padding: 0;
    }
    .about_sct li img {
        transition: all 0.3s linear;
        width: 96%;
        margin: auto;
        display: block;
    }
    .about_sct .w h3,
    .w3l_head {
        text-align: center;
        margin: 0 0 20px;
        font-weight: bold;
        color: #333;
        font-size: 20px;
    }
    .feature-grid p {
        margin: 0;
        padding: 0 0 20px;
        line-height: 26px;
    }
    .feature-grid {
        text-align: center;
        cursor: pointer;
        padding: 0;
    }
    .bar_qy_hy {
        width: 100%;
        /* overflow: hidden; */
        margin: 0;
    }
    .right_input li input {
        font-size: 12px;
        padding: 10px;
        background-color: #fff;
        width: 92%;
        outline: none;
        border: 1px solid #e2e2e2;
        float: right;
        margin-right: 4%;
    }
    .right_input {
        padding: 0 15px;
    }
}


/* 移动端结束 */