﻿/*banner*/
.au_banner{
    padding: 50px 0;
    text-align: center;
    background: url(../images/banner_bg.jpg) no-repeat;
    background-size: cover;
}
.au_banner_text{
    width: 65%;
}
.au_banner_btn{
    display: inline-block;
    margin: 30px auto 0 auto;
    background: #ef2f71;
    border-radius: 30px;
    font-size: 14px;
    color: #fff;
    padding: 8px 20px;
}

/*part1*/
.au_p1{
    padding: 30px 0;
    text-align: center;
    background: url("../images/p1_bg.png") no-repeat;
    background-size: cover;
    position: relative;
}
.au_p1_bg_text{
    position: absolute;
    width: 92%;
    right: 0;
    top: 0;
}
.au_title_part{
    margin: 10px auto;
    text-align: center;
}
.au_p6_city{
    width: 100%;
    overflow: hidden;
    clear: both;
    display: none;
}
.au_p6_city img{
    display: block;
    width: 100%;
}
.au_title_img{
    width: 40%;
    margin-left: 20%;
}
.au_p1_line{
    padding: 0 6%;
    margin-top: 15px;
    font-size: 14px;
    color: #999;
    line-height: 20px;
    text-align: left;
}
.vid_part{
    display: block;
    width: 70%;
    margin: 20px auto;
    position: relative;
}
.vid_bg{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 8px;
    top: 8px;
    border: 2px solid #ccc;
    z-index: 1;
}
.vid_img{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}
.vid_btn{
    box-sizing: border-box;
    width: 70px;
    height: 70px;
    border-radius: 100%;
    border: 2px solid #999;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -35px;
    margin-top: -45px;
    z-index: 3;
}
.vid_btn:before{
    content: "";
    position: absolute;
    width: 50px;
    height: 50px;
    background: #cb9878;
    left: 8px;
    top: 8px;
    border-radius: 100%;
}
.vid_icon{
    width: 15px;
    position: absolute;
    left: 28px;
    top: 24px;
    z-index: 4;
}
.vid_text{
    position: absolute;
    left: 50%;
    margin-left: -60px;
    top: 50%;
    margin-top: 30px;
    z-index: 5;
    color: #fff;
    font-size: 12px;
}

/*part2*/
.au_p2{
    padding: 20px 0;
    background: #f4f6f8;
    text-align: center;
}
.au_p2_line{
    padding: 0 6%;
    margin-top: 15px;
    font-size: 14px;
    color: #999;
    line-height: 20px;
}
.au_p2_content{
    margin: 10px 15% 30px 15%;
    border-left: 1px dashed #ef2f71;
}
.au_p2_box{
    margin-top: 20px;
    position: relative;
    padding: 15px 0 15px 15%;
    text-align: left;
}
.au_p2_title{
    font-size: 16px;
    color: #333;
}
.au_p2_text{
    font-size: 12px;
    color: #666;
    margin-top: 5px;
}
.au_p2_img{
        border-radius: 50%;
    width: 20%;
    position: absolute;
    left: -10%;
    top: 0;
}

/*通用按钮*/
.learnMore{
    text-align: center;
}
.learnMore_btn{
    display: inline-block;
    position: relative;
}
.learnMore_box{
    width: 100px;
    height: 30px;
    line-height: 30px;
    background: #c89775;
    color: #fff;
    font-size: 12px;
    position: relative;
    z-index: 2;
}
.learnMore_bg{
    width: 100px;
    height: 30px;
    position: absolute;
    left: 4px;
    top: 4px;
    z-index: 1;
    border: 1px solid #ccc;
}

/*part3*/
.au_p3{
    padding: 30px 0;
    text-align: center;
    background: url("../picture/20180705502.jpg") no-repeat;
    background-size: cover;
    position: relative;
}
.au_p3_bg_text{
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
}
.au_p3_line{
    padding: 0 6%;
    margin-top: 15px;
    font-size: 14px;
    color: #fff;
    line-height: 20px;
}
.au_p3_content{
    margin: 30px 4% 0 4%;
    background: #fff;
    padding: 15px 8% 30px 0;
}
.au_p3_box{
    margin-top: 20px;
    overflow: hidden;
}
.au_p3_box_left{
    float: left;
    width: 20%;
}
.au_p3_box_icon{
    width: 50%;
}
.au_p3_box_right{
    float: left;
    width: 80%;
}
.au_p3_box_title{
    font-size: 16px;
    color: #333;
    padding-bottom: 10px;
    position: relative;
    text-align: left;
}
.au_p3_box_title:before{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 20px;
    height: 1px;
    min-height: 1px;
    background: #333;
}
.au_p3_box_title span{
    vertical-align: middle;
    display: inline-block;
    font-size: 16px;
    color: #ef2f71;
}
.au_p3_box_title img{
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    margin-left: 5px;
}
.au_p3_box_text{
    font-size: 12px;
    color: #666;
    line-height: 16px;
    margin-top: 10px;
    text-align: left;
}

/*part4*/
.au_p4{
    padding: 30px 0;
    text-align: center;
    position: relative;
}
.au_p4_bg_text{
    position: absolute;
    width: 80%;
    left: 5px;
    top: 5px;
}
.au_p4_line{
    padding: 0 6%;
    margin-top: 15px;
    font-size: 14px;
    color: #999;
    line-height: 20px;
}
.au_p4_content{
    margin-bottom: 30px;
}
.au_p4_cow{
    overflow: hidden;
    margin-top: 25px;
}
.au_p4_box{
    margin: 0 3%;
    width: 44%;
    float: left;
}
.au_p4_numBox{
    width: 80px;
    height: 76px;
    box-sizing: border-box;
    border: 2px solid #e3e3e3;
    display: inline-block;
    position: relative;
}
.au_p4_numBox1:after{
    content: "2000+";
    position: absolute;
    right: -30px;
    bottom: 10px;
    font-size: 40px;
    font-weight: bold;
    color: #ef2f71;
}
.au_p4_numBox2:after{
    content: "50+";
    position: absolute;
    right: -30px;
    bottom: 10px;
    font-size: 40px;
    font-weight: bold;
    color: #333;
}
.au_p4_numBox3:after{
    content: "3000+";
    position: absolute;
    right: -30px;
    bottom: 10px;
    font-size: 40px;
    font-weight: bold;
    color: #333;
}
.au_p4_numBox4:after{
    content: "NO.1";
    position: absolute;
    right: -30px;
    bottom: 10px;
    font-size: 40px;
    font-weight: bold;
    color: #ef2f71;
}
.au_p4_title{
    font-size: 14px;
    color: #333;
    margin-top: 10px;
}
.au_p4_text{
    font-size: 12px;
    color: #999;
    line-height: 16px;
    margin-top: 10px;
}

/*part5*/
.au_p5{
    padding: 30px 0;
    text-align: center;
    position: relative;
    background: #182037;
}
.au_p5_bg_text{
    position: absolute;
    width: 92%;
    left: 4%;
    top: 0;
}
.au_p5_imgSlide{
    width: 85%;
    margin: 25px auto;
}
.au_p5_img{
    display: none;
    width: 100%;
    height: 100%;
}
.au_p5_slideBtnBox{
    margin: 0 auto;
}
.au_p5_slideBtn{
    width: 10px;
    height: 14px;
    vertical-align: middle;
}
.au_p5_slideBtn_nameBox{
    display: inline-block;
    vertical-align: middle;
    margin: 0 15px;
}
.au_p5_slideBtn_name{
    display: none;
    color: #ef2f71;
    font-size: 16px;
}

/*part6*/
.au_p6{
    padding: 30px 0;
    text-align: center;
    background: #f3f6f9;
}
#allMap{
    width: 92%;
    margin: 25px auto 0 auto;
}
.au_p6_content{
    background: #fff;
    padding: 15px 0;
    margin: 0 4%;
}
.au_p6_content_top_img{
    width: 15px;
    vertical-align: middle;
}
.au_p6_content_top_title{
    font-size: 16px;
    color: #333;
    margin-left: 5px;
    vertical-align: middle;
    display: inline-block;
    position: relative;
}
.au_p6_content_bottom{
    overflow: hidden;
    margin-top: 15px;
}
.au_p6_content_bottom_left{
    float: left;
    width: 15%;
}
.au_p6_content_bottom_left_img{
    width: 14px;
    height: 20px;
    margin-top: 9px;
}
.au_p6_content_bottom_middle{
    float: left;
    width: 70%;
}
.au_p6_content_bottom_middle_address{
    text-align: left;
    display: none;
}
.au_p6_content_bottom_middle_address_title{
    font-size: 16px;
    color: #333;
}
.au_p6_content_bottom_middle_address_text{
    font-size: 12px;
    color: #333;
    line-height: 16px;
    margin-top: 5px;
}
.au_p6_content_bottom_right{
    float: left;
    width: 15%;
}
.au_p6_content_bottom_right_img{
    width: 14px;
    height: 20px;
    margin-top: 9px;
}


/*视频弹窗*/
.coverBg{
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 9;
    background: rgba(0,0,0,0.6);
    display: none;
    z-index: 99999999999999999999;
}
.coverContent{
    width: 100%;
    background: #fff;
    position: absolute;
    left: 0%;
    top: 50%;
    margin-top: -150px;
    -webkit-animation-duration: .3s;
    -moz-animation-duration: .3s;
    -o-animation-duration: .3s;
    animation-duration: .3s;
}
/*.coverContent embed,.coverContent object,.coverContent video,.coverContent div{
    width: 100% !important;
    height: 100% !important;
}*/
.closeBtn{
    font-size: 24px;
    color: rgb(255, 255, 255);
    display: block; width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    position: absolute;
    text-decoration: none;
    outline: 0px;
    top: -40px;
    right: 0px;
    cursor: pointer;
    background: rgba(3,3,3,0.8);
}

/*视频弹窗*/
.alertCover{
    position: fixed;
    z-index: 9999;
    background: rgba(0,0,0,0.6);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: none;
}
.vid_close{
    position: absolute;
    right: 2%;
    top: 10%;
    color: #fff;
    text-align: center;
    background: #777;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    border: 2px solid #fff;
    font-size: 17px;
    line-height: 16px;
    cursor: pointer;
    z-index: 2;
}
.vid_close:hover{
    background: #00A0E8;
}