.title p{
    letter-spacing: 0;
}
.header .nav ul li{
    margin-left: 50px;
}
.header .nav ul li > .level a{
    margin-left: 30px;
}
.header .nav ul li.on > a{
    /*font-weight: 400;*/
}
.header .nav ul li:hover > a{
    /*font-weight: 400;*/
}
.header .nav .logo{
    margin-left: -5px;
}
.indexBanner .swiper .swiper-wrapper .swiper-slide .w1400 .tit p {
    line-height: 1.4;
}
.indexBanner .swiper .swiper-wrapper .swiper-slide .w1400 .tips{
    letter-spacing: 0;
}
.indexBlock .content .left ul{
    flex-wrap: wrap;
    justify-content: space-between;
}
.indexBlock .content .left ul li{
    padding: 0 4%;
    
}
.indexBlock5 .w1400 .moreBtn{
    width: 300px;
}
.changjingTab .w1400 .mySwiper .swiper-wrapper .swiper-slide{
    width: auto;
    white-space: nowrap;
}
.jiageBlock .w1400 .win .moreBtn{
    width: 280px;
}
.guanyuBlock4 .moreBtn {
    width: 240px;
}
.guanyuBlock6 .w1400 .moreBtn{
    width: 240px;
}
.jiageBlock .w1400 .win10 .content .tit{
    font-size: 35px;
}
.jiageBlock .w1400 .win10 .content .moreBtn{
    width: 220px;
}
.guanyuBlock7 .w1400 .left .address ul li{
    min-width: 50%;
    margin: 0 !important;
}
.guanyuBlock7 .w1400 .left .address ul li:after{
    display: none;
}
.jishuBlock2 .content .list .posi .tips{
    line-height: 1.4;
}
@media (max-width: 1800px) {
    .indexBlock .content .left ul{
        margin-top: 20px;
    }
    .indexBlock .content .left ul li{
        width: 50%;
        padding: 0;
        margin-top: 20px;
    }
    .indexBlock .content .left ul li:after{
        display: none;
    }
}
@media (max-width: 1500px) {
    .header .nav ul li{
        margin-left: 20px;
    }
}
@media (max-width: 1330px) {
    .header{
        display: none;
    }
    .headerMob{
        display: block;
    }
    .indexBlock .content{
        width: 90%;
        margin: 0 5% !important;
    }
}
@media (max-width: 500px){
    .guanyuBlock7 .w1400 .left .wechat{
        flex-wrap: nowrap;
    }
    .guanyuBlock7 .w1400 .left .wechat .list{
        width: calc((100% - 20px) / 2);
    }
    .guanyuBlock7 .w1400 .left .wechat .list .tips{
        flex-direction: column;
    }
}