/*banner*/
.mobile_banner{
    max-width: 750px;
    width: 100%;
    background: url("../images/banner.jpg") no-repeat;
    height:194px;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-position: center 0;
}
/*关于我们*/
.about_us{
    padding: 21.5px 13.5px 0 14px;
}
.logo{
    text-align: center;
    font-size: 12px;
    font-weight: normal;
    color: #666666;
    line-height: 15px;
    letter-spacing: 0.5px;
}
.title{
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #005BAC;
    line-height: 23px;
    margin-bottom: 13.5px;
    letter-spacing: 0.5px;
}
.about_us_content p{
    text-indent: 2em;
    height: 100px;
    overflow: hidden;
}
.content p{
    font-size: 12px;
    color: #666666;
    line-height: 18px;
}
.bottom{
    justify-content: center;
    align-items: center;
    padding-bottom: 15.5px;
}
.bottom_title{
    font-size: 12px;
    color: #333333;
    line-height: 18px;
    padding-right: 5px;
}
.bottom_label img{
    width: 12.5px;
    height: 8px;
}
.about_us_content{
    width: 100%;
    height: auto;
    padding: 15.5px 14px 15.5px 8px;
    background-color: #F2F2F2;
}
.about_us_logo img{
    width: 100%;
}

/*品牌价值*/
.brand_value{
    padding: 21.5px 0 0 0;
    /*border: 1px solid red;*/
}
.value_logo{
    height: 100px;
    padding: 0 14px 0 15px;
}
.value_logo img{
    width: 100%;
    height: 188px;
}
.value_content{
    background-color: #F2F2F2;
    padding: 100px 14px 0 15px;
}
.value_label{
    color: #666666;
    font-size: 10px;
    padding: 3px 0;
    text-align: center;
}
.value_title{
    text-align: center;
    font-weight: bold;
    color: #000000;
    font-size: 14px;
    padding: 3px 0 13px 0;
}
.value_banner{
    justify-content: space-between;
}
.value_banner div{
    padding: 8px 15px;
    color: #ffffff;
    font-size: 12px;
}
.value_active{
    background-color: #005BAC;
}
.value_other{
    background-color: #999999;
}
.value_banner div span{
    font-size: 5px;
}
.value_info{
    padding: 15px 8px 0 4.5px;
    font-size: 12px;
    color: #666666;
}
.value_info p{
    height: 80px;
    line-height: 18px;
    overflow: hidden;
}

/*合作伙伴*/
.partner_content{
    justify-content: center;
}
.partner_content img{
    width: 96%;
}
.partner_logo{
    margin-bottom: 7px;
}

/*行业领先*/
.leading_content{
    background-color: #F2F2F2;
    padding: 8px 9.5px 17.5px 13.5px;
}
.map{
    background-repeat: no-repeat;
    background-image: url("../images/map.png");
    background-size: 99% auto;
    background-origin: border-box;
    height: 280px;
    align-items: center;
    padding-top: 250px;
}
.map_img{
    padding: 0 12px 1.5px 10px;
}
.map_img img{
    width: 18px;
    height: 23.5px;
}
.map_title{
    color: #666666;
    font-size: 10.5px;
    line-height: 26.5px;
}
.leading_title{
    padding:27px 0 20px 0 ;
    text-align: center;
    font-size: 16px;
    font-weight: 800;
    color: #333333;
    line-height: 18px;
}
.store_log{
    padding: 13.5px 0 12px 0;
    text-align: center;
    font-size: 16px;
    font-weight: 800;
    color: #005BAC;
}
.store_more{
    padding: 12px 0 17px 0;
    text-align: center;
}
.store_more span{
    padding: 5px 10px;
    color: #ffffff;
    font-size: 12px;
    background-color: #B5B5B6;
}

.scroll{
    width: 100%;
}
.box {
    max-width: 750px;
    width: 93%;
    height: auto;
    overflow: hidden;
    position:relative;
    float:left;
}
.scroll_list{
    position:absolute;
    height: 100%;
}
.box ul{
    margin: 0;
    padding: 0;
    height: 100%;
    display: flex;
    align-items: center;
}
.box li {
    display:block;
    float:left;
    margin-right:10px;
    /*width: 150px;*/
    width: 160px;
    height:100%;
    text-decoration:none;
    text-align:center;
    cursor:pointer;
}
.box li img{
    width: 99%;
}
.box li.active {
    background-position:-100px 0;
    cursor:default;
}
.pro_btn .next{
    margin-top: 5px;
}

.pro_img{
    width: 90%;
    float: left;
}
.pro_img img{
    width: 40%;
    height: auto;
}
.pro_btn{
    width: 12px;
    margin-left: 10px;
    height: auto;
    justify-content: space-between;
}
.pro_btn img{
    width: 100%;
    height: auto;
}

/*服务项目*/
.project img{
    width: 100%;
    height: auto;
}

/*九大保障*/
.guarantee_1{
    background: url("../images/guarantee_1.png");
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-position: center 0;
}
.guarantee_2{
    background: url("../images/guarantee_2.png");
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-position: center 0;
}
.guarantee_3{
    background: url("../images/guarantee_3.png");
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-position: center 0;
}
.guarantee_4{
    background: url("../images/guarantee_4.png");
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-position: center 0;
}
.guarantee_5{
    background: url("../images/guarantee_5.png");
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-position: center 0;
}
.guarantee_6{
    background: url("../images/guarantee_6.png");
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-position: center 0;
}
.guarantee_7{
    background: url("../images/guarantee_7.png");
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-position: center 0;
}
.guarantee_8{
    background: url("../images/guarantee_8.png");
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-position: center 0;
}
.guarantee_9{
    background: url("../images/guarantee_9.png");
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-position: center 0;
}
.guarantee{
    justify-content: space-between;
    margin-bottom: 5px;
}
.guarantee div{
    width: 32%;
    color: #ffffff;
    text-align: center;
    font-size: 12px;
    padding: 10px 0;
}

/*官方资讯*/
.official_list{
    justify-content: space-between;
}
.official_label{
    width: 48%;
}
.official_img img{
    width: 100%;
    height: 80px;
}
.official_title{
    padding: 10px 0 5px 1px;
    font-size: 14px;
    color: #333333;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.official_title a{
    text-decoration: none;
    color:#333333;
}
.official_time{
    font-size: 12px;
    color: #666666;
    padding: 5px 0 17px 0;
}
.news_content{
    /*margin-bottom: 50px;*/
}
.jiu{
    margin-bottom: 50px;
}
.official_category{
    height: 0;
}
.official_category span{
    padding: 5px;
    background-color: #005BAC;
    color: #FFFFFF;
    font-size: 12px;
    position: relative;
    top: -76px;
}

.notice{
    width: 100%;
    position: fixed;
    background-color: #333333;
    opacity: 0.9;
    z-index: 999;
    top: -60px;
    justify-content: space-between;
    padding: 13px 10%;
    height: 110%;
    overflow-x: scroll;
}
.notice_img{
    width: 100%;
    padding:30% 0;
}
.notice_img img{
    width: 100%;
    height: auto;
}
