@media only screen and (max-width:1900px){
body{overflow: visible;}
.centerwrap{width:1560px;}
.whiteBg{width: 1600px; background-size:1600px; height: 880px;}
.logo{width: 425px; margin-left: 575px; padding-top: 35px;}
.leftCat{width: 543px;}
.rightCat{width: 538px;}
.comingsoon{width: 588px; top: 365px;}

}
@media only screen and (max-width:1590px){
.centerwrap{width:1250px;}
.whiteBg{width: 1280px; background-size:1280px; /*height: 800px;*/ height: 720px;}
.logo{width: 340px; margin-left: 455px; padding-top: 28px;}
.leftCat{width: 432px; top: 22px;}
.rightCat{width: 430px; top: 15px;}
.comingsoon{width: 471px; top: 300px;}


}
@media only screen and (max-width:1279px){
.centerwrap{width:994px;}
.whiteBg{width: 1024px; background-size:1024px; /*height: 768px;*/ height: 576px;}
.logo{width: 272px; margin-left: 364px; padding-top: 22px;}
.leftCat{width: 347px; top: 15px;}
.rightCat{width: 344px; top: 10px;}
.comingsoon{width: 377px; top: 240px;}



}
@media only screen and (max-width:1023px){
.centerwrap{width:748px;}
.whiteBg{width: 100%; background: url(../images/mobileBg.png) no-repeat center 76px; background-size:1042px; height: 1024px; overflow: visible; overflow-x:hidden;}
.logo{width: 340px; /*margin-left: 200px;*/ margin: auto; position: relative; left: -13px;}
.leftCat{width: 300px; top: 80px; left:-50px; z-index: 1;} 
.rightCat{width: 300px; top: 80px; right:-50px; z-index: 1;}
.comingsoon{width: 500px; top: 350px; left: 46%;}


}
@media only screen and (max-width:767px){
.centerwrap{width:460px;}
.whiteBg{background-size: 640px; width: 100%; height: 700px;}
.logo{width: 190px; padding-top: 10px;}
.leftCat{width: 204px; top: 80px; left: -40px;}
.rightCat{width: 204px; top: 80px; right: -40px;}
.comingsoon{width: 330px; top: 220px; }

}
@media only screen and (max-width:479px){
.centerwrap{width:300px;}
.whiteBg{background-size: 480px; width: 100%; height: 560px;}
.logo{width: 160px;}
.leftCat{width: 164px; top: 100px; left: -50px;}
.rightCat{width: 164px; top: 100px; right: -50px;}
.comingsoon{width: 300px; top: 220px; }


}