body {
    font-family: "microsoft yahei";
    font-size: 14px;
}

.animated {
    animation-duration: 2s !important;
    animation-fill-mode: both;
}

.mar-l-50 {
    margin-left: 50px;
}

/*客服*/
.fixed-service {
    z-index: 10 !important;
    position: fixed;

    bottom: 220px;
    right: 12px;
    width: 100px;
    height: 120px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../images/kefu.png);
}

.fixed-service-bd {
    background-image: url(../images/kefu.jpg);
    width: 100px;
    height: 100px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 111px;
    right: 0;
    border: 5px solid #4db5ea;
}

/*第一屏*/
.body_min {
    min-width: 1200px;
}

.bg-mask.col-md-12.col-sm-12 {
    padding-left: 0px;
    padding-right: 0px;
}

.container.bg-infor-img {
    max-width: 1920px;
}

.slider-wrap p:nth-child(1) {
    font-size: 45px;
    padding-top: 230px;
}

.slider-wrap p:nth-child(2) {
    font-size: 20px;
    line-height: 32px;
}

/*12pro*/
@media (max-width: 390px) {


    #home_particle {
        height: 80vh;
    }

    .login {
        padding: 4px 15px !important;
        position: relative;
        top: 215px !important;
        border-radius: 9px;
        min-width: 0px;
        font-size: 1rem;
    }
}

@media (max-width: 375px) {
    .slider-wrap p:nth-child(1) {
        font-size: 40px;
        padding-top: 10px;
    }

    .slider-wrap p:nth-child(2) {
        font-size: 15px;
        line-height: 32px;
    }
}

/*第二屏幕*/
.container.second_box {
    height: 900px;
    max-width: 100%;
    padding-left: 0px;
    padding-right: 0;
}

/*-- About Image Two --*/
.bg-second-img {
    position: absolute;
    margin-left: 50%;
    height: 937px;
    margin-top: 45.5%;
}

.kerui_text_img {
    margin-left: 28%;
}

.about-content-two {
    position: absolute;
    width: 610px;
    left: 92px;
    top: 48%;
    text-align: left;
    font-size: calc(1rem + 0.2vw);
    font-family: Microsoft YaHei;
    z-index: 999;
}

.about-content-two h1 {
    font-weight: 600;
    color: #000;
    margin-bottom: 15px;
    font-size: 36px;
}

.about-content-two p {
    margin-bottom: 20px;
    text-align: left;
    font-size: 16px;
    line-height: 32px;
}

.about-content-two p:last-child {
    margin-bottom: 0;
}

.container.second_box.bg_second {
    background-image: url("../images/blue.png");
    background-repeat: no-repeat;
    background-position: right bottom;
    position: relative;
}

.kerui_text {
    margin-top: 4%;
}

.kerui_text img {
    float: right;
    margin-right: 112px
}

/*第三屏幕*/
.container.three_box {
    max-width: 100%;
    padding-left: 0px;
    padding-right: 0;
}

.box {
    width: 100%;
}

.list {
    width: 100%;
    display: flex;
    padding: 0;
}

.first_img {
    width: 28%;
    height: 1000px;
    background-image: url(../images/3.1.2.png);
    background-size: contain;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    cursor: pointer;
}

.second_img {
    width: 37%;
    height: 1000px;
    background-image: url(../images/3.2.2.png);
    background-size: contain;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: absolute;
    right: 44%;
    cursor: pointer;
}

.third_img {
    width: 34%;
    height: 1000px;
    background-image: url(../images/3.3.2.png);
    background-size: contain;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: absolute;
    right: 20%;
    cursor: pointer;
}

.Fourth_img {
    width: 28%;
    height: 1000px;
    background-image: url(../images/3.4.2.png);
    background-size: contain;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: absolute;
    right: 0%;
    cursor: pointer;
}

.a_mask,
.b_mask,
.c_mask,
.d_mask {
    height: 1000px;
    width: 100%;
}

.list>li+li {
    margin-top: 0;
}

/*第四样式*/
#services h2 {
    padding-top: 80px;
    color: #fff;
    font-size: 40px;
}

.code_box_infor {
    max-width: 100%;
    height: 1000px;
    padding-left: 0px;
    padding-right: 0;
}

.four_box {
    display: flex;
}

.font_left_box {
    width: 100%;
    height: 1000px;
    background-image: url(../images/services/childer_text.jpg);
    background-size: 100% 100%;
    opacity: 0.7;
    transition: all 0.6s ease-out 0s;
}

.font_left_box:hover {
    transform: scale(1);
}

.four_right {
    width: 100%;
}

.symbol_header {
    margin-top: 35%;
    margin-left: -72%;
}

.four_left_text {
    margin-left: 20%;
    margin-top: -3%;
    font-size: 1.8rem;
    width: 550px;
    color: #fff;
}

.symbol_after {
    margin-left: 59%;
    margin-top: -4%;
}

/*右侧盒子内容*/
.four_right_box {
    height: 95vh;
}

.code-img {
    text-align: center;
    margin: 8% 0 0px 0;
}

.four_incold {
    margin: 0 auto;
}

.four_incold dl {
    width: 100%;
    display: flex;
}

.four_incold dl>dd {
    width: 100%;
    padding: 81px;
}

.four_incold dl>dd>p {
    font-size: 1.8rem;
    font-weight: bold;
    color: #3b3b3b;
}

.four_incold dl>dd>div {
    font-size: 1.1rem;
    color: #3b3b3b;
    text-align: left;
}

.services-wrap {
    padding: 40px 30px;
    background: #fff;
    border-radius: 4px;
    margin: 0 0 40px;
}

.services-wrap h3 {
    font-size: 20px;
    margin: 10px 0;
}

.services-wrap .pull-left {
    margin-right: 20px;
}

.media>.pull-left {
    margin-right: 20px;
}

.media>.pull-right {
    margin-left: 20px;
}

.assess_text {
    padding: 32px;
    margin-top: 15%;
    font-family: Microsoft YaHei;
}

.archives_text {
    padding: 32px;
    margin-top: 15%;
}

.kangxun_text {
    padding: 32px;
    margin-top: 10%;
}

.person_text {
    padding: 32px;
    margin-top: 10%;
}

.title_text {
    font-size: 24px;
}

.detail_text {
    text-align: left;
    font-size: 16px;
    line-height: 34px;
    margin-top: 30px;
    color: #666;
}

.code-title {
    width: 300px;
    margin: 0 auto;
}

/*第五屏幕文章*/
.service_title {
    width: 25%;
    margin-top: 50px;
}

.service_img {
    width: 90%;
    height: 100%;
}

.dynamic_list_phone {
    width: 90%;
    margin: 0 auto;
    max-height: 400px;
    padding-bottom: 10px;
    clear: both;
    overflow: auto;

}

.dynamic_list_phone.line_dynamic {
    border-bottom: 3px solid #4fb8cb;
    padding-bottom: 20px;
    margin-bottom: 20px;

}

.dynamic_list_phone::-webkit-scrollbar {
    background-color: #cccccc;

}

.dynamic_list_phone::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #6bc7d4;
}

.margin-btn_20 {
    margin-bottom: 20px;
}

/*foot*/