* {
    margin: 0;
    padding: 0;
}

img {
    width: 100%;
}

.carousel-indicators li {
    background-color: #b4b4b4;
    width: 10px;
    height: 10px;
    border-radius: 90px;
}

.carousel-indicators .active {
    background-color: #353535;
}

.carousel-indicators {
    position: absolute;
    right: 0;
    /*bottom: -50px;*/
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.arrow_css {
    width: 152px;
    z-index: 999;
    margin-top: -50px;
}

.arrow_div {
    position: relative;
    z-index: 999;
    width: 152px;
    margin: auto;
    left: 0;
    right: 0;
}

.offer {
    width: 96%;
    margin: 0 auto;
    background-color: #fcfbfc;
    text-align: center;
    border-radius: 4px;
    /*padding-top: 5px;*/
    /*padding-bottom: 5px;*/
padding: 10px;
}

.offer_t {
    margin: 20px auto;
    /*padding: 0 20px 0 20px;*/
    line-height: 1px;
    border-left: 80px solid #000;
    border-right: 80px solid #000;

}

.offer_div {
    display: flex;
    flex-wrap: wrap;

}

.offer_div_l {
    font-size: 13px;
    width: 50%;
    text-align: left;
    display: flex;
}

.offer_div_R {
    width: 50%;
    display: flex;
    flex-direction:row-reverse;

}


.offer_div_c {
    color: #007788;
    width:64px;
    text-align: center;
}

.offer_div_c1 {
    color: #007788;
    width: 53px;
    text-align: center;
}

.lan {
    color: #0077b8;
    font-weight: 500;
}

.box {
    width: 100%;
    /* margin: 100px; */
    margin-top: 20px;
    margin-bottom: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    overflow: hidden;
    color: #0077b9;
}

.customer_service {
    width: 96%;
    margin: 10px auto;
}

.customer_service_button {
    height: 50px;
    line-height: 50px;
    width: 100%;
    border: 0;
    background-image: linear-gradient(to right, #f1ab18, #fa7701);
    border-radius: 4px;
    color: #FFFFFF;
    font-size: 25px;
    text-shadow: #e14b04 6px 6px 9px;
    animation: buttonANimation 5s infinite;

}

.customer_service_img {
    width: 40px;
}

.customer_service_button_img_gaia {
    width: 20px;
    z-index: 999;
    position: absolute;
    /*margin-top: -73px;*/
    animation: example 5s infinite;
}

@keyframes buttonANimation {
    0% {
        transform: scale(0.9); /*开始为原始大小*/
    }
    25% {
        transform: scale(1); /*放大1.1倍*/
    }
    50% {
        transform: scale(0.9);
    }
    75% {
        transform: scale(1);
    }
}

@keyframes example {
    0% {
        margin-left: 0px;
    }
    100% {
        margin-left:90%;
    }
}

.img_bottom {
    margin-top: 30px;
    /*margin-bottom: 10px;*/
}
.inquiry_buttom {
    margin-top: 12px;
}

.phone_div {
    position: fixed;
    width: 58px;
    height: 58px;
    top: 70%;
    right: 0;
    background-image: url("../img/divPhone.png");
    background-size: 100% 100%;
    padding: 18px;
}

.phone_div_img {
    width: 28px;
    animation: phoneDivImgANimation 5s infinite;
}

@keyframes phoneDivImgANimation {
    0% {
        transform: scale(1); /*开始为原始大小*/
    }
    25% {
        transform: scale(1.2); /*放大1.1倍*/
    }
    50% {
        transform: scale(1);
    }
    75% {
        transform: scale(1.2);
    }
}

.inquiry_from {
    width: 95%;
    margin: 1rem auto;
}

.inquiry_unified {
    width: 100%;
    margin-bottom: 13px;
    border-radius: 4px;
    height: 44px;
    border: #bbbbbb   solid 1px;
    text-indent: 35px;

}

.inquiry_start {
    background: white url("../img/start.png") no-repeat 5px;
    background-size: 24px 24px;
}

.inquiry_end {
    background: white url("../img/end.png") no-repeat 5px;
    background-size: 24px 24px;
}

.inquiry_phone {
    background: white url("../img/phone_form.png") no-repeat 5px;
    background-size: 24px 24px;
}

.inquiry_code {
    background: url("../img/code.png") no-repeat 5px;
    background-size: 24px 24px;
}

.yzm {
    color: #f1ab18;
    font-size: 15px;
    position: absolute;
    right: 5%;
    height: 44px;
    line-height: 44px;
    width: 30%;
    text-align: center;
}

.call {
    width: 50%;

    text-align: center;
    font-size: 20px;
    color: #fff;
    background-color: #1c72a1;
}
.call_div{
    background-color: #f2b12e;
}
.call_a_img{
    width: 34px;
}
#dh{
    display: flex;
    width: 100%;
    z-index: 999;
    height: 55px;
    line-height: 55px;
    position: fixed;
    bottom: 0px;
}
.offer_end_t{
    font-size: 13px;
    color: #333333;
}
.suspension_form{
    display: none;
    height: 100%;
}
.suspension{

    width: 100%;
    height: 100%;
    background-color:rgba(0,0,0,0.5);
    position: fixed;
    top: 0;
    z-index: 999;
}
.suspension_div{
    width: 96%;

    margin: 0 auto;
    background-color: #FFFFFF;
    padding: 15px;
    border-radius: 6px;
}
.offer_text{
color: #0077b8;
    font-size: 25px;
}
.offer_text_spam{
color: #f1ab18;
}
.suspension_img_x{
    width: 40px;
    margin: 24% auto 2%;
}
/*//这个是隐藏*/
.hide{
    display: none
}
.bjltdiv_3_span{
    font-weight: 600;
}
.inquiry_start_none{
 width: 0;
    height: 0;
    border: 0 red;
    float:right;
}
.inquiry_end_none{
    float:right;
    width: 0;
    height: 0;
    border: 0 red;
}
