/**
 * 图片自适应的处理
 * 
 * @author Jerry.X.He
 * @date 2017/12/14 17:54 
 */

@media screen and (max-width:1840px) {
    .bus_bannerDiv img.bus_img_box {
        margin-left: -40px
    }
}

@media screen and (max-width:1760px) {
    .bus_bannerDiv img.bus_img_box {
        margin-left: -80px
    }
}

@media screen and (max-width:1680px) {
    .bus_bannerDiv img.bus_img_box {
        margin-left: -120px
    }
}

@media screen and (max-width:1600px) {
    .bus_bannerDiv img.bus_img_box {
        margin-left: -160px
    }
}

@media screen and (max-width:1520px) {
    .bus_bannerDiv img.bus_img_box {
        margin-left: -200px
    }
}

@media screen and (max-width:1440px) {
    .bus_bannerDiv img.bus_img_box {
        margin-left: -240px
    }
}

@media screen and (max-width:1366px) {
    .bus_bannerDiv img.bus_img_box {
        margin-left: -277px
    }
}

@media screen and (max-width:1280px) {
    .bus_bannerDiv img.bus_img_box {
        margin-left: -320px
    }
}

@media screen and (max-width:1200px) {
    .bus_bannerDiv img.bus_img_box {
        margin-left: -370px
    }

}

/*2018.3.27修改：header城市切换展开（heyunhu）*/
.header-cityBox{
    white-space: nowrap;
}
.header-cityBox a{
    font-size: 16px !important;
    color: #3e3e3e;
    padding: 0 5px;
}
.header-cityBox .nowLocationCity{
    color: #00A2FF !important;
}
.header-cityBox a:hover{
    text-decoration: underline ;
}

.header-cityBoxEx{
    white-space: nowrap;
    margin-bottom:14px;
}
.header-cityBoxEx a{
    font-size: 16px !important;
    color: #3e3e3e;
    margin-left:60px;
    font-weight:bold;
}
.header-cityBoxEx a:hover{
	text-decoration:underline;
}
