@media screen and (max-width: 1800px) {
	.wrap2{
	    width: 1500px;
	}
}

@media screen and (max-width: 1680px) {
    .wrap2{
        width: 1400px;
    }
    .wrap{
        width: 1200px;
    }
    
    .menuDl dd{
        padding: 0 10px;
    }
    .menuDl dd span a {
        padding: 0 10px;
    }
    .colLeft .title{
        height: 80px;
        line-height: 80px;
    }
    .colLeft .text{
        height: 60px;  
    }
    .tabTitle ul li a{
        padding: 0 20px;
    }
    .tabBox .tabCon {
        height: 250px;
    }
    .col3Dl{
        height: 198px;
    }
    .col3Dl dd{
        line-height: 50px;
        height: 50px;
    }
    .footerMenu dd{
        margin-right: 90px;
    }
	.subBannerText{
		width:350px;
	}
}
@media screen and (max-width: 1440px) {
    .wrap2{
        width: 1200px;
    }
    .menuDl dd{
        padding: 0 10px;
    }
    .menuDl dd span a {
        padding: 0 10px;
    }
    .colLeft .title{
        height: 60px;
        line-height: 60px;
    }
    .colLeft .text{
        height: 50px; 
        line-height: 25px;
        margin-bottom: 10px;
    }
    .tabTitle ul li a{
        padding: 0 20px;
    }
    .tabBox .tabCon {
        height: 190px;
    }
    .col3Dl{
        height: 157px;
    }
    .col3Dl dd{
        line-height: 50px;
        height: 50px;
    }
    .footerMenu dd{
        margin-right: 60px;
    }
	.subBannerText{
		width:310px;
	}
}