body {
    background: #f97a2d;
}

.wrap .banner .bga,
.wrap .banner .bgb {
    height: 330px;
    background: url('../images/banner1.jpg') no-repeat center top;
}

.wrap .banner .bga {
    position: relative;
}

.wrap .banner .bgb {
    background-image: url('../images/banner2.jpg');
}

.wrap .banner .bgc {
    background-image: url('../images/banner3.jpg');
}

.wrap .banner .site {
    position: absolute;
    top: 10px;
    left: 50%;
    background: #ee6704;
    padding: 2px 15px;
    font-size: 18px;
    color: #fff;
    border-radius: 5px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

.wrap .banner .site a {
    font-size: 18px;
    color: #fff;
    margin-right: 5px;
    border-radius: 15px;
    padding: 0 6px;
}

.wrap .banner .site a.on {
    background: #ffba00;
    color: #fff;
}

.content {
    margin-top: -150px;
}

.t-box {
    width: 1000px;
    margin: 0 auto;
}

.t-box .t-tit {
    text-align: center;
    padding-top: 20px;
}

.t-box .t-txt {
    overflow: hidden;
    min-height: 295px;
    background: #ff5400;
    margin-bottom: 30px;
}


/* 城市显示 */

.city {
    overflow: hidden;
    padding: 0 25px;
    color: #fff;
    padding-left: 25px;
    margin-top: 20px;
}

.t-site {
    float: left;
    width: 94%;
    display: none;
}

.sites {
    display: inline-block;
    color: #fff;
}

.sites span {
    padding: 0 10px;
    border-right: 1px solid #fff;
    cursor: pointer;
}

.sites span:last-child {
    border-right: none;
}

.cityBtn {
    float: right;
    cursor: pointer;
    width: 6%;
}

.menu-ul {
    margin: 20px auto 10px;
    overflow: hidden;
    text-align: center;
}

.menu-ul li {
    display: inline-block;
    margin: 0px 10px 10px 0;
    cursor: pointer;
    font-size: 22px;
    color: #716800;
    width: 128px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    box-sizing: border-box;
    background: #ffee31;
    border-radius: 15px;
}

.menu-ul li.on {
    background-color: #1be7ff;
    color: #133c79;
}

.box-e .t-tit {
    position: relative;
}

.box-e .t-tit a {
    position: absolute;
    bottom: 0;
    right: 0;
    color: #fff;
    font-size: 16px;
}


/* æ¸¸è®° */

.box-f ul {
    text-align: center;
    padding-bottom: 40px;
}

.box-f ul li {
    display: inline-block;
    width: 331px;
    height: 228px;
    overflow: hidden;
    margin-right: -1px;
    position: relative;
}

.box-f ul li:last-child {
    margin-right: 0;
}

.box-f ul li .code {
    background: rgba(0, 0, 0, .8);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 30px;
    display: none;
}

.box-f ul li .code img {
    width: 150px;
}

.box-f ul li:hover .code {
    display: block;
}

.nav-box {
    position: fixed;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    text-align: center;
    border-radius: 8px;
    z-index: 1000;
}

.nav-ul {
    margin-top: -7px;
}

.nav-box a {
    width: 100%;
    display: block;
    line-height: 40px;
    margin: 0px auto;
    font-size: 16px;
    color: #fff;
    width: 140px;
    height: 49px;
    background: url(../images/nav-bg.png) no-repeat center;
    padding-top: 10px;
    box-sizing: border-box;
}

.nav-box a:hover {
    color: #fcff00;
    font-weight: 700;
}

.nav-box a.on {
    color: #fcff00;
    font-weight: 700;
}