@media screen and (max-width:1250px){
    .content{
        width:1100px;
    }
}
@media screen and (max-width:1100px){
    .content{
        width:980px;
    }
}
@media screen and (max-width:1000px){
    .content{
        width:100%;
    }
    .nav>ul>li {
        padding: 0 5px;
        height: 70px;
        line-height: 70px;
    }
    .nav>ul>li>a{
        font-size: 14px;
    }
    .enter p{
        font-size:24px;
    }
    .logo img {
        vertical-align: -10px;
        width: 40px;
    }
    .nav{
        height:70px;
    }

    .lan{
        top:5px;
        font-size:12px!important;
    }
    .lan a{
        font-size:12px!important;
    }
    .nav>ul>li>ul{
        top:69px;
    }
    .fixedNav .lan{
        top:5px;
    }
    .nav>ul>li>ul>li a{
        font-size:12px;
    }
}
@media screen and (max-width:780px){
    .nav{
        display:none!important;
    }
    .fixedNav{
        display:none!important;
    }
    .jsc-sidebar-trigger{
        display: block;
    }
    .content{
        margin-top:0;
        padding-bottom: 90px;
        box-shadow: none;
        border-bottom:1px solid #eee;
    }
    .detailImg p,.ConSecond>div ul li a{
        font-size:12px;
    }
    .detailImg p{
        line-height:20px;
    }
    .ConTab ul li{
        padding:10px;
        line-height:40px;
    }
    .ConTab ul li a{
        font-size:14px;
    }
    .ConList>div dl{
        height:300px;
    }
    .listCon{
        padding-bottom:0;
    }
}
@media screen and (max-width:600px){
    .ConFirst>div span{
        font-size:14px;
    }
    .ConSecond>div{
        width:100%;
        height:auto;
    }
    .ConList>div{
        width:100%;

    }
    .ConList>div dl{
        height:auto;
    }
}
@media screen and (max-width:500px){
    .jsc-sidebar-trigger{
        top:10px;
        left:10px;
    }
    .ConTab ul li{
        width:33.3%;
        padding:0;
        display:block;
        float:left;
    }
    .enter p {
        font-size: 18px;
    }
    .enter{
        top:0;
        margin-top:0;
        padding-top:20px;
    }
    .swiper-button-next,.swiper-button-prev{
        display:none;
    }
    .tabList ul li{
        width:50%;
    }
}
@media screen and (max-width:380px){
    .enter{
        padding-top:10px;
    }
    .conImg{
        padding: 10px 15px;

    }
    .ConList>div dl dd h1{
        font-size:16px;
    }
    .ConList>div dl dd p a{
        font-size:14px;
    }
    .ConList>div dl dd{
        padding-top:10px;
    }
    .ConList>div dl dd p{
        padding-top:10px;
    }
}
@media screen and (max-width:330px){
    .enter{
        padding-top:5px;
    }
    .ConFirst>div{
        width:50%;
        height:80px;
    }
    .ConFirst>div img{
        height:100%;
    }
    .jsc-sidebar-trigger span {
        display: block;
        border-top: 2px solid #fff;
        margin: 5px 0;
        width: 30px;
    }
    .conImg h1{
        font-size:14px;
    }
    .enter p{
        font-size:16px;
    }
    .ConList>div dl dd h1{
        font-size:14px;
    }
    .ConList>div dl dd p a{
        font-size:12px;
    }
    .enterWord a{
        font-size:28px;
    }
}
