@charset "utf-8";
.top{
    width: 100%;
    height: 100px;
    background: #3b3a3c;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
}
.topCon{
    width: 1200px;
    height: auto;
    margin: 0 auto;
}
.logo{
    display: block;
    width: 150px;
    height: 64px;
    margin: 17px 0 0 0;
}
.nav{

}
.navItem{
    display: block;
    font-size: 18px;
    line-height: 100px;
    color: #E9E9E9;
    margin: 0 60px 0 60px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.navItem:hover{
    color: #A047D9;
}
.navItemOn{
    color: #A047D9;
    position: relative;
}
.navItemOn:after{
    content: "";
    width: 80px;
    height: 4px;
    border-radius: 2px;
    background: #A047D9;
    position: absolute;
    left: 50%;
    margin-left: -40px;
    bottom: 0;
}
.banner{
    width: 100%;
    height: 600px;
    margin-top: 100px;
}
.bannerImgBox{
    position: relative;
    width: 100%;
    height: 600px;
    overflow: hidden;
}
.bannerImg{
    width: 1680px;
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -840px;
    z-index: 999;
}
.swiper-slide{
    background: #242424;
}
.foot{
    width: 100%;
    height: 350px;
    background: #3B3A3C;
    /*margin-top: 100px;*/
}
.footBox{
    width: 1200px;
    height: auto;
    margin: 0 auto 0 auto;
}
.footMain{
    padding: 40px 15px 0 15px;
}
.footLogo{
    display: inline-block;
    width: 150px;
    height: 64px;
    margin-top: 20px;
}
.footNavBox{
    margin-right: 90px;
}
.footNav{
    display: block;
    font-size: 14px;
    line-height: 14px;
    color: #bbb;
    margin-bottom: 20px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.footNav:hover{
    color: #A047D9;
}
.telBox{
    text-align: right;
}
.tel{
    width: 290px;
    height: 44px;
    background: #A047D9;
}
.telIcon{
    display: block;
    width: 22px;
    height: 22px;
    margin: 11px 0 0 10px;
}
.telText{
    font-size: 26px;
    line-height: 26px;
    color: #eee;
    line-height: 44px;
    margin: 0 0 0 5px;
}
.telTime{
    font-size: 14px;
    line-height: 14px;
    color: #bbb;
    margin-top: 15px;
    text-align: right;
}
.footLine{
    width: 100%;
    height: 1px;
    background: #5B5B5B;
    margin-top: 58px;
}
.copyRight{
    font-size: 14px;
    color: #bbb;
    line-height: 28px;
    text-align: left;
    margin-top: 10px;
}
.ip{
    padding: 0 10px;
    font-size: 18px;
    color: #fff;
    line-height: 42px;
}
.dhRight{
    -webkit-transform: translateX(50px);
        -ms-transform: translateX(50px);
            transform: translateX(50px);
    -webkit-transition: opacity 0.5s,-webkit-transform 0.5s;
    transition: opacity 0.5s,-webkit-transform 0.5s;
    -o-transition: transform 0.5s,opacity 0.5s;
    transition: transform 0.5s,opacity 0.5s;
    transition: transform 0.5s,opacity 0.5s,-webkit-transform 0.5s;
    opacity:0;
}
.dhLeft{
    -webkit-transform: translateX(-50px);
        -ms-transform: translateX(-50px);
            transform: translateX(-50px);
    -webkit-transition: opacity 0.5s,-webkit-transform 0.5s;
    transition: opacity 0.5s,-webkit-transform 0.5s;
    -o-transition: transform 0.5s,opacity 0.5s;
    transition: transform 0.5s,opacity 0.5s;
    transition: transform 0.5s,opacity 0.5s,-webkit-transform 0.5s;
    opacity:0;
}
.dhUp{
    -webkit-transform: translateY(50px);
        -ms-transform: translateY(50px);
            transform: translateY(50px);
    -webkit-transition: opacity 0.5s,-webkit-transform 0.5s;
    transition: opacity 0.5s,-webkit-transform 0.5s;
    -o-transition: transform 0.5s,opacity 0.5s;
    transition: transform 0.5s,opacity 0.5s;
    transition: transform 0.5s,opacity 0.5s,-webkit-transform 0.5s;
    opacity:0;
}
.on{
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity:1;
}