.animated{-webkit-animation-delay:0.5s;animation-delay:0.5s;-webkit-animation-duration:1.5s; animation-duration:1.5s; -webkit-animation-fill-mode:both; animation-fill-mode:both}
@-webkit-keyframes fadeInDown{0%{opacity:0; -webkit-transform:translate3d(0,-100%,0); transform:translate3d(0,-100%,0)} 100%{opacity:1; -webkit-transform:none; transform:none}}@keyframes fadeInDown{0%{opacity:0; -webkit-transform:translate3d(0,-100%,0); -ms-transform:translate3d(0,-100%,0); transform:translate3d(0,-100%,0)} 100%{opacity:1; -webkit-transform:none; -ms-transform:none; transform:none} }.fadeInDown{-webkit-animation-name:fadeInDown; animation-name:fadeInDown}
#slide1 .swiper-pagination-bullets{
    bottom: 120px;
}
#slide1 .swiper-pagination-bullet{
    width: 12px;
    height: 12px;
    background: #fff;
    opacity: 1;
    box-shadow: 0 0 10px #000;
}
#slide1 .swiper-pagination-bullet-active{
    background: #0f69b5;
}
#slide1 .swiper-button-prev,#slide1 .swiper-button-next{
    width: 36px;
    height: 107px;
    margin-top: -53px;
    -moz-background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}
#slide1 .swiper-button-prev{
    left: 2%;
    background-image: url("../images/banner-l.png");
}
#slide1 .swiper-button-next{
    right: 2%;
    background-image: url("../images/banner-r.png");
}
#slide2{
    display: none;
}
#slide2 .swiper-pagination-bullets{
    bottom: 1.02rem;
}
#slide2 .swiper-pagination-bullet{
    width: 0.12rem;
    height: 0.12rem;
    background: #fff;
    opacity: 1;
    box-shadow: 0 0 0.1rem #000;
}
#slide2 .swiper-pagination-bullet-active{
    background: #0f69b5;
}
.banner .banner-bar{
    width: 100%;
    text-align: center;
    height: 110px;
    line-height: 110px;
    background: url("../images/banner-bar.png") no-repeat bottom center;
    background-size: auto 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 9;
}
.banner .banner-bar h1{
    color: #fff;
    font-size: 28px;
    font-weight: normal;
    letter-spacing: 21px;
}
.model{
    padding-top: 120px;
    position: relative;
}
.model .title{
    position: absolute;
    left: 50%;
    margin-left: -94px;
    top: -142px;
}
.model.ani .title{
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}
.model .listBox{
    width: 94%;
    max-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}
.model .listBox .mid{
    width: 673px;
    height: 300px;
    background: url("../images/car-mid.png") no-repeat center;
    background-size: 100% auto;
    position: absolute;
    left: 150px;
    top: 0;
}
.model .listBox .swiper-container{
    width: 100%;
}
.model .listBox .swiper-slide{
    width: 400px;
    height: 300px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    z-index: 9;
}
.model .listBox .swiper-slide img{
    transform: scale(0.5);
    opacity: 0.58;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: 400ms;
    -moz-transition: 400ms;
    -webkit-transition: 400ms;
    -o-transition: 400ms;
}
.model .listBox .swiper-slide .name{
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 50px;
    text-align: center;
    font-size: 21px;
    transition: bottom 400ms;
    -moz-transition: bottom 400ms;
    -webkit-transition: bottom 400ms;
    -o-transition: bottom 400ms;
}
.model .listBox .swiper-slide.swiper-slide-active .name{
    bottom: 0;
    background: url("../images/car-tBox.png") no-repeat center;
}
.model .listBox .swiper-slide.swiper-slide-active img{
    transform: scale(1);
    -webkit-filter: none;
    -moz-filter: none;
    -o-filter: none;
    filter:none;
    opacity: 1;
}
.hot{
    background: #fff url("../images/hot-bg.png") no-repeat center;
    background-size: 100% auto;
    padding-bottom: 60px;
}
.hot .title{
    text-align: center;
    margin: 70px 0 42px 0;
    font-size: 42px;
    font-weight: lighter;
    color: #1079b3;
}
.hot .item{
    width: 310px;
    float: left;
    border: 1px solid #fff;
    margin: 28px 0 0 8px;
    box-shadow: -4px 4px 4px rgba(0,0,0,0.68);
}
.hot .item:first-child{
    width: 630px;
}
.hot .item .imgBox{
    background: #efefef;
}
.hot .item .imgBox img{
    display: block;
}
.hot .item .txtBox{
    padding: 20px 4.5%;
    background: #fff;
}
.hot .item .txtBox .t1{
    font-size: 22px;
    color: #000;
}
.hot .item .txtBox .t2{
    font-size: 22px;
    color: #595757;
}
.hot .item .txtBox .more{
    height: 46px;
    line-height: 46px;
    padding-left: 24px;
    font-size: 22px;
    color: #595757;
    background: url("../images/hot-i.png") no-repeat left 2px center;
    background-size: auto 18px;
    transition: 400ms;
    -moz-transition: 400ms;
    -webkit-transition: 400ms;
    -o-transition: 400ms;
    position: relative;
}
.hot .item .txtBox .more::after{
    content: "";
    position: absolute;
    top: 4px;
    left: 0;
    background: #595757;
    height: 1px;
    width: 170px;
}
.hot .item .txtBox .more:hover{
    padding-left: 34px;
    color: #0081cc;
    background: url("../images/hot-i2.png") no-repeat left 12px center;
    background-size: auto 18px;
}
.news{
    background: #fff url("../images/new-bg.png") no-repeat center;
    background-size: 100% auto;
    padding-bottom: 90px;
}
.news .title{
    text-align: center;
    margin: 50px 0 90px 0;
    font-size: 42px;
    font-weight: lighter;
    color: #1079b3;
}
.news .left{
    padding-right: 70px;
    background: url("../images/new-i.png") no-repeat right center;
}
.news .left .control{
    border: 1px solid #8a8a8a;
    box-shadow: 0 0 16px rgba(0,0,0,0.23);
    position: relative;
}
.news .left .item{
    display: block;
    width: 366px;
    padding: 42px 26px;
    background: #fff;
    border-top: 1px solid #817f80;
    transition: 400ms;
    -moz-transition: 400ms;
    -webkit-transition: 400ms;
    -o-transition: 400ms;
}
.news .left .item:first-child{
    border-top: none;
}
.news .left .item:hover{
    background: rgba(27,122,177,0.8);
    box-shadow: 0 0 10px rgba(0,0,0,0.23);
}
.news .left .item .t1{
    font-size: 22px;
    color: #0c6fb8;
    float: left;
    transition: 400ms;
    -moz-transition: 400ms;
    -webkit-transition: 400ms;
    -o-transition: 400ms;
}
.news .left .item .t2{
    font-size: 17px;
    color: #595757;
    float: right;
    transition: 400ms;
    -moz-transition: 400ms;
    -webkit-transition: 400ms;
    -o-transition: 400ms;
}
.news .left .item .t2 span{
    font-size: 19px;
}
.news .left .item .t3{
    margin-top: 10px;
    font-size: 19px;
    line-height: 175%;
    color: #595757;
    transition: 400ms;
    -moz-transition: 400ms;
    -webkit-transition: 400ms;
    -o-transition: 400ms;
}
.news .left .item:hover .t1,.news .left .item:hover .t2,.news .left .item:hover .t3{
    color: #fff;
}
.news .left .more{
    display: block;
    width: 168px;
    text-align: center;
    height: 54px;
    line-height: 54px;
    background: #d2d2d3;
    color: #595757;
    font-size: 19px;
    position: absolute;
    left: 50%;
    margin-left: -84px;
    bottom: -55px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    transition: 400ms;
    -moz-transition: 400ms;
    -webkit-transition: 400ms;
    -o-transition: 400ms;
}
.news .left .more:hover{
    background: #0081cc;
    color: #fff;
}
.news .right{
    width: 780px;
}
.news .right .item{
    width: 374px;
    display: block;
}
.news .right .item:nth-child(1){
    float: left;
}
.news .right .item:nth-child(2){
    float: right;
}
.news .right .item .imgBox{
    width: 372px;
    height: 184px;
    border: 1px solid #8a8a8a;
    box-shadow: 0 1px 4px rgba(0,0,0,0.68);
    border-radius: 22px;
    overflow: hidden;
}
.news .right .item .txtBox{
    text-align: center;
}
.news .right .item .t1{
    font-size: 22px;
    color: #2c2d2d;
    transition: 400ms;
    -moz-transition: 400ms;
    -webkit-transition: 400ms;
    -o-transition: 400ms;
    margin-top: 40px;
}
.news .right .item .t2{
    font-size: 17px;
    padding: 30px 0;
    color: #2c2d2d;
    position: relative;
}
.news .right .item .t2::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 57px;
    background: #2c2d2d;
    height: 1px;
    width: 260px;
}
.news .right .item .t2 span{
    font-size: 18px;
}
.news .right .item .t3{
    font-size: 18px;
    color: #2c2d2d;
    margin-top: 24px;
}
.news .right .item:hover .t1{
    color: #0c6fb8;
}
.company .box{
    background: url("../images/partner-bg.png") no-repeat center;
    background-size: 100% auto;
    padding: 30px 0 90px 0;
}
.company .online{
    width: 590px;
    padding: 0 25px;
    color: #595757;
    font-size: 20px;
}
.company .online .title,.company .partner .title{
    font-weight: lighter;
    font-size: 38px;
    color: #595757;
    margin-bottom: 52px;
}
.company .online .name .txt,.company .online .phone .txt{
    width: 140px;
    padding: 0 10px;
    height: 40px;
    line-height: 40px;
    margin-left: 10px;
    background: #e9ebec;
    border: 1px solid #fff;
}
.company .online .type,.company .online .unit,.company .online .area{
    margin-top: 28px;
}
.company .online .type .txt,.company .online .unit .txt,.company .online .area .txt{
    width: 458px;
    padding: 0 10px;
    height: 40px;
    line-height: 40px;
    margin-left: 10px;
    background: #e9ebec;
    border: 1px solid #fff;
}
.company .online .note{
    font-size: 14px;
    color: #595757;
    margin-top: 31px;
}
.company .online .sub{
    margin-top: 40px;
    width: 160px;
    height: 44px;
    line-height: 44px;
    background: #2c2d2d;
    color: #fff;
    font-size: 16px;
    transition: 400ms;
    -moz-transition: 400ms;
    -webkit-transition: 400ms;
    -o-transition: 400ms;
}
.company .online .sub:hover{
    background: #0081cc;
}
.company .partner{
    width: 590px;
    padding: 0 25px;
}
.company .partner .title{
    margin-bottom: 42px;
}
.company .partner .item{
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    width: 140px;
    height: 147px;
    overflow: hidden;
    float: left;
    margin: 10px 10px 0 0;
    background: #fff;
    box-shadow: 0 0 8px rgba(0,0,0,0.6);
}
.company .partner .item:nth-child(4n){
    margin-right: 0;
}
.company .partner .more{
    margin-top: 40px;
    display: block;
    width: 160px;
    text-align: center;
    height: 44px;
    line-height: 44px;
    background: #2c2d2d;
    color: #fff;
    font-size: 16px;
    transition: 400ms;
    -moz-transition: 400ms;
    -webkit-transition: 400ms;
    -o-transition: 400ms;
}
.company .partner .more:hover{
    background: #0081cc;
}
@media screen and (max-width:1600px){
    .banner .banner-bar{
        height: 92px;
        line-height: 92px;
    }
    #slide1 .swiper-pagination-bullets{
        bottom: 102px;
    }
    #slide1 .swiper-button-prev,#slide1 .swiper-button-next{
        width: 30px;
        height: 89px;
        margin-top: -45px;
    }
}
@media screen and (max-width:1280px){
    #slide1 .swiper-button-prev, #slide1 .swiper-button-next{
        display: none;
    }
    #slide1 .swiper-pagination-bullets{
        bottom: 84px;
    }
    .banner .banner-bar{
        height: 74px;
        line-height: 74px;
    }
    .banner .banner-bar h1{
        font-size: 18px;
        letter-spacing: 12px;
    }
    .model .listBox .mid{
        left: 50%;
        margin-left: -450px;
    }
    .hot .list{
        width: 640px;
        margin: 0 auto;
    }
    .news .left{
        width: 640px;
        padding-right: 0;
        background: transparent;
        float: none;
        margin: 0 auto;
    }
    .news .left .item{
        width: 586px;
    }
    .news .right{
        display: none;
    }
    .company .box{
        background: transparent;
    }
    .company .online,.company .partner{
        float: none;
        padding: 30px 30px;
        margin: 0 auto;
        background: url("../images/mobile/company-bg.jpg") no-repeat center;
        background-size: cover;
        border-top: 10px solid #006ab4;
    }
    .company .partner{
        margin: 60px auto 0 auto;
    }
}
@media screen and (max-width:750px){
    #slide1 {
        display: none;
    }
    #slide2 {
        display: block;
    }
    .banner .banner-bar{
        height: 0.92rem;
        line-height: 0.92rem;
    }
    .banner .banner-bar h1 {
        font-size: 0.21rem;
        letter-spacing: 0.09rem;
    }
    .model{
        padding-top: 1.2rem;
    }
    .model .listBox .mid{
        width: 100%;
        height: 4rem;
        background: url("../images/mobile/car-mid.png") no-repeat left 0.1rem center;
        background-size: 6rem auto;
        position: absolute;
        margin-left: 0;
        top: 0;
        left: 0;
    }
    .model .title{
        width: 1.88rem;
        height: 2.54rem;
        margin-left: -0.94rem;
        top: -1.42rem;
    }
    .model .listBox .swiper-slide{
        width: 4rem;
        height: 4rem;
    }
    .model .listBox .swiper-slide .name{
        font-size: 0.22rem;
    }
    .model .listBox .swiper-slide.swiper-slide-active .name{
        background-size: 1.23rem auto;
    }
    .hot{
        padding-bottom: 0.6rem;
    }
    .hot .title{
        font-size: 0.42rem;
        margin: 0.7rem 0 0.36rem 0;
    }
    .hot .list{
        width: 6.66rem;
    }
    .hot .item{
        width: calc(3.25rem - 2px);
        margin: 0.12rem 0 0 0.08rem;
        box-shadow: 0 0.05rem 0.05rem rgba(0,0,0,0.68);
    }
    .hot .item:first-child{
        width: calc(6.58rem - 2px);
    }
    .hot .item .txtBox{
        padding: 0.24rem 4.5%;
    }
    .hot .item .txtBox .t1{
        font-size: 0.22rem;
        font-weight: bold;
    }
    .hot .item .txtBox .t2{
        font-size: 0.22rem;
        display: none;
    }
    .hot .item .txtBox .more{
        display: none;
        height: 0.48rem;
        line-height: 0.48rem;
        padding-left: 0.24rem;
        font-size: 0.22rem;
        background-size: 0.09rem auto;
    }
    .hot .item .txtBox .more::after{
        width: 1.7rem;
        top: 0.04rem;
    }
    .news{
        padding-bottom: 1.5rem;
    }
    .news .title{
        font-size: 0.42rem;
        margin: 0.2rem 0 0.8rem 0;
    }
    .news .left{
        width: calc(6.66rem + 2px);
    }
    .news .left .item{
        width: 6.06rem;
        padding: 0.42rem 0.3rem;
    }
    .news .left .item .t1{
        font-size: 0.28rem;
    }
    .news .left .item .t2{
        font-size: 0.22rem;
    }
    .news .left .item .t2 span{
        font-size: 0.24rem;
    }
    .news .left .item .t3{
        font-size: 0.24rem;
    }
    .news .left .more{
        font-size: 0.24rem;
        width: 2.2rem;
        height: 0.7rem;
        line-height: 0.7rem;
        margin-left: -1.1rem;
        bottom: -0.7rem;
        margin-bottom: -1px;
    }
    .company .box{
        width: 6.66rem;
        padding: 0.3rem 0 0.8rem 0;
    }
    .company .online, .company .partner{
        width: 5.9rem;
        padding: 0.3rem 0.38rem;
        border-top: 0.1rem solid #006ab4;
    }
    .company .online{
        font-size: 0.22rem;
    }
    .company .partner{
        margin: 1rem auto 0 auto;
    }
    .company .online .title, .company .partner .title{
        font-size: 0.42rem;
        margin-bottom: 0.6rem;
    }
    .company .online .name,.company .online .phone{
        float: none;
        margin-top: 0.4rem;
    }
    .company .online .type, .company .online .unit, .company .online .area{
        margin-top: 0.4rem;
    }
    .company .online .type .txt, .company .online .unit .txt, .company .online .area .txt,.company .online .name .txt, .company .online .phone .txt{
        width: 4rem;
        padding: 0 0.1rem;
        height: 0.4rem;
        line-height: 0.4rem;
        margin-left: 0;
        float: right;
    }
    .company .online .note{
        font-size: 0.16rem;
        margin-top: 0.3rem;
    }
    .company .online .sub{
        width: 1.88rem;
        height: 0.54rem;
        line-height: 0.54rem;
        margin-top: 0.3rem;
        font-size: 0.19rem;
    }
    .company .partner .item{
        width: 1.4rem;
        height: 1.47rem;
        margin: 0.1rem 0.1rem 0 0;
    }
    .company .partner .more{
        width: 1.88rem;
        height: 0.54rem;
        line-height: 0.54rem;
        margin-top: 0.3rem;
        font-size: 0.19rem;
    }
}