.gray-bg {
    background: #f4f4f4;
}
.iconboxtip {
    border-collapse: unset;
    border-radius: 20px 20px 20px 0px;
    width: 75px;
    text-align: center;
    margin-left: 10px;
    background-color: #0093fd;
    color: white;
}
.iconbox {
    display: flex;
    align-items: center;
}

.phoneWidth{
    display: none;
}
.ispointer{
    cursor: pointer;
}
.index_head {
    position: relative;
    /* background: url(../../imgs/index/home_kv.jpg) no-repeat;
    background-size: 100%;
    height: 1000px; */
}

.index_head .index_head_bg {
    background-color: transparent;
    border-bottom: 2px solid #0074F9
}

.index_head .index_header {
    background-color: transparent;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.index_head .index_header .logo_black {
    display: none;
}

.index_head .index_header .logo_white {
    display: block;
}

.index_header .navbar-nav>li>a {
    color: #fff;
}

.bannerDiv {
    /* display: none; */
}
.index-content-first{
    margin-top: 80px;
}
.index-content {
    padding: 80px 0;
}

.index-content h1 {
    margin-bottom: 20px;
    line-height: 1.4;
    font-weight: 400;
}

.index-content-div {
    height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.index-content-div-right {
    padding-left: 80px;
}

.index-content-div-left {
    padding-right: 60px;
}

.gray-bg ul {
    list-style: none;
    display: flex;
    justify-content: space-between;
}

.gray-bg li {
    margin-left: 30px;
}

.gray-bg .Textcenter {
    text-align: center;
    width: 100px;
}

.li_style {
    position: relative;
    display: block;
}

.bannerTitle {
    position: absolute;
    left: 0;
    top: 0px;
    width: 100vw;
    height: 100%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.bannerTitle h2 {
    font-size: 42px;
    font-weight: 500;
}

.bannerTitleP1 {
    margin-top: 10px;
    font-weight: 300;
    font-size: 15px;
    color: rgba(255, 255, 255, .95);
    width: 70vw;
    text-align: center;
}
.bannerTitleP2 {
    font-size: 12px;
    font-weight: 200;
    margin-top: -5px
}
.bannerspan{
    font-size: 50px;
    letter-spacing: 4px;
}
.bannerspan2{
    font-size: 100px;
}
.bannertop {
    margin-top: -50px;
}

.footer_info {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.footer_info_item {

    color: #0c0c0c;
}

.footer_info_item address {
    margin-bottom: 8px;
}

.footer_info_item address a {

    color: #6a6a6a;
    font-size: 12px;
}

.footer_info_item p {
    margin-bottom: 0px;
    font-size: 12px;

    color: #6a6a6a;

}

/* .footer .container .row {
    padding-bottom: 40px;
    border-bottom: 1px solid #6a6a6a40;

} */

.foot_title_wechat {
    display: flex;
    flex-direction: column;
    padding: 5px;
    margin-left: 10px;
}

.foot_title_wechat h1 {
    margin-bottom: 0px;

    color: #6a6a6a;
}

.foot_title_wechat p {

    color: #6a6a6a;
    margin-bottom: 0px;
    font-size: 13px;
}

.footer .foot_color {

    color: #6a6a6a;
}

@media (max-width: 768px) {

    .index_header .navbar-nav>li>a {
        color: #323232;
    }

    .navbar-default .navbar-collapse,
    .navbar-default .navbar-form {
        background: rgb(255, 255, 255);
    }
}

@media (max-width: 480px) {
    .bannerspan {
        font-size: 20px;
        letter-spacing: 4px;
    }

    .bannerspan2 {
        font-size: 40px;
    }
    .bannertop{
        margin-top: 0px;
    }
    .row {
        margin-right: 0px;
        margin-left: 0px;
    }
    .gray-bg li {
        margin-left: 0px;
    }
    .gray-bg ul {
        list-style: none;
        display: flex;
        justify-content: space-around;
    }
    .index-content-first {
        margin-top: 0px;
    }
    .index-content {
        padding: 50px 0;
    }

    .index-content img {
        width: 100%;
    }
    .Crossborder {
        display: none;
    }
    .index-content h1 {
        text-align: center;
        font-size: 26px;
        line-height: 1.4;
    }

    .index-content-div-left {
        padding: 0px 20px 0px 20px;
    }
    .container2{
        background-image: url(../../imgs/index/home_map@2x2.png);
        background-repeat: no-repeat;
        background-size: 100% 100%;
        -moz-background-size: 100% 100%;
    }
    .index-content-div-right {
       padding: 0px 20px 0px 20px;
       padding-top: 0;
    }

    /* #index_head_img {
        display: none;
    } */
     .fullwidthbanner-container {
         width: 100% !important;
         position: relative;
         padding: 0;
         overflow: hidden;
     }

     .fullwidthbanner-container .fullwidthabnner {
         width: 100% !important;
         position: relative;
     }
    .bannerDiv {
        position: relative;
        display: block;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        height: 300px;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        -moz-background-size: 100% 100%;
        background-image: url(../../imgs/index/home_kv.jpg);
    }

    .bannerTitle {
        color: #fff;
    }

    .bannerTitle h2 {
        margin-top: 46px;
        font-size: 23px;
        font-weight: 400;
        letter-spacing: 2px;
    }

    .bannerTitleP1 {
            transform: scale(0.68);
            font-weight: 400;
            text-align: center;
            width: 150vw;
            font-size: 10px;
            margin-top: -4px;
    }
    .bannerTitleP2{
        transform: scale(0.58);
        font-weight: 400;
        text-align: center;
        width: 150vw;
        font-size: 10px;
        margin-top: -22px;
    }
    .index-content-div {
        height: 140px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .webWidth{
        display: none;
    }
    .phoneWidth{
        display: block;
    }
}