html {
    height: 100%;
    background-color: #fff;
}

body {
    margin: 0;
    height: 100%;
    overflow: hidden;
    /*overflow-x: hidden;*/
}

* {
    font-family: Calibri, "微软雅黑", "黑体";
    outline: none;
}

input::-ms-clear {
    display: none;
}

/*加载*/
#Loading {
    background-color: #000;
    z-index: 1000000;
}

#LoadingBox {
    margin: -40px 0 0 -40px;
    border-radius: 40px;
    width: 80px;
    height: 80px;
}

#Loading_1 {
    top: 5px;
    left: 17px;
    width: 40px;
}

#Loading_c {
    top: 50px;
    left: 0;
    width: 80px;
    color: #FFF;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 1px;
}

/*加载 end */

#Stage {
    width: 1920px;
    height: 960px;
}

.Box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: none;
}

.Box.on {
    display: block;
}

.Scene {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1
}

/*顶部总导航*/
/*#menu {*/
    /*position: absolute;*/
    /*width: 100%;*/
    /*height: 82px;*/
    /*top: 10px;*/
    /*left: 0;*/
    /*overflow: hidden;*/
    /*z-index: 99;*/
    /*color: #000;*/
    /*!*background-color: #fff;*!*/
/*}*/
/*.db_dh.on{*/
    /*background-color: #fff;*/
/*}*/
/*导航*/
#menu {
    position: absolute;
    top: 5px;
    left: 50%;
    margin-left: -550px;
    width: 1100px; /*width:600px;*/
    height: 72px;
    overflow: hidden;
    z-index: 99;
    /*background: url("../img/b.jpg") repeat 0 0;*/
}
/*.logo{*/
    /*position: absolute;*/
    /*left: 0;*/
/*}*/
/*.daohan_bg ul {*/
    /*position: absolute;*/
    /*left: 50%;*/
    /*margin-left: -375px;*/
    /*float: left;*/
    /*width: 750px;*/
    /*height: 72px;*/
    /*overflow: hidden;*/
/*}*/

#menu  li {
    position: relative;
    float: left;
    width: 150px;
    height: 72px;
    line-height: 72px;
    font-family: "微软雅黑";
    font-size: 22px;
    text-align: center;
    color: #000;
    cursor: pointer;
    overflow: hidden;
    /*background-color: #ccc;*/
}
#menu  li>a{
    color: #000;
    text-decoration: none;
}
#menu  li:after{
    display: block;
    content: '';
    position: absolute;
    left: 30px;
    bottom: 15px;
    width: 0;
    height: 2px;
    background-color: black;
    transition: 0.3s linear;
}
#menu  li:first-child:after{
    display: none;
}
#menu  li:hover:after,#menu  li.Nav.cur:after{
    width: 90px;
}
/*.Nav:hover,.Nav.cur{ opacity:1;  filter:alpha(opacity=100);}*/
/*.daohan_bg ul li:after{*/
/*position: absolute;*/
/*right: 0;*/
/*top: 11px;*/
/*content: '';*/
/*display: block;*/
/*width: 1px;*/
/*height: 36px;*/
/*background-color: #9E9E9E;*/
/*}*/
/*导航 end */

/*预约试驾弹窗按钮*/


/*滚动提示*/
#Hint {
    bottom: 36px;
    left: 50%;
    margin-left: -13px;
    width: 26px;
    height: 39px;
    z-index: 94;
}

#Hint_Wheel {
    top: 6px;
    left: 12px;
    width: 2px;
}

#Hint_arr {
    top: 42px;
    left: 9px;
}

/*滚动提示 end */

/*首页*/
#Home {
}

.homeLogo {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -237px 0 0 -304px;
    z-index: 1;
}

/*关于我们*/
.title{
    position: absolute;
    left: 50%;
    top: 255px;
    padding: 8px 0;
    border-top: 2px solid black;
    border-bottom: 2px solid black;
    color: black;
    font-size: 30px;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.a-box{
    position: absolute;
    left: 50%;
    top: 60%;
    font-size: 20px;
    text-align: center;
    line-height: 40px;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}


#Profession .a-box{
    display: -webkit-flex;
    display: flex;
    width: 792px;
    height: 514px;
    flex-wrap: wrap;
    justify-content:space-between;
    align-content:space-between;
}
#Profession .a-box>div{
    position: relative;
    height: 252px;
}
.msk{
    background-color: rgba(0,0,0,0.3);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    cursor: pointer;
}
#Profession .a-box .msk:hover{
    opacity: 0;
}
#Profession .a-box p{
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    font-size: 12px;
    text-align: center;
    line-height: 40px;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    color: #fff;
}
#Profession .a-box p i{
    font-style: normal;
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 20px;
    background-color: #000;
    text-align: center;
    line-height: 20px;
    margin-right: 5px;
}
#Profession .a-box p.title{
    top: 35%;
    color: #fff;
    border: none;
    font-size: 22px;
    margin: 0;
    padding: 0;
}
#lx{
    position: absolute;
    top: 1000px;
}
.swiper-box{
    width: 100%;
    height: 100%;
}
.swiper-case{
    width: 1400px;
    height: 710px;
    margin: 0 auto;
    position: relative;
    top: 200px;
}

.swiper-slide {
    display: -webkit-flex;
    display: flex;
    justify-content:center;
}
.swiper-slide>img{
    display: block;
    margin: 0 auto;
    align-self: center;
}
.swiper-slide>p{
    position: absolute;
    left: 50%;
    bottom: 0;
    font-size: 24px;
    -webkit-transform:  translate(-50%,-50%);
    transform: translate(-50%,-50%);

}
.swiper-button-prev{
    background-image:url("../img/left.png");
    background-size: 100%;
    width: 80px;
    height: 80px;
}
.swiper-button-next{
    background-image:url("../img/right.png");
    background-size: 100%;
    width: 80px;
    height: 80px;
}
#Contact .a-box p{
    margin: 0;
    padding: 0;
    line-height: 56px;
}
.Joyfield{
    position: absolute;
    left: 50%;
    top:729px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.up{
    position: absolute;
    left: 50%;
    top:890px;
    margin-left: -32px;
    animation: up 0.8s linear infinite;
    z-index: 9;
}
@keyframes up {
    0%{
        transform: translateY(-10px);
    }
    50%{
        transform: translateY(0);
    }
    100%{
        transform: translateY(-10px);
    }
}