#main {
    width: 100%;
    min-height: 1080px;
    background: url('../images/bg.jpg') no-repeat center top;
    position: relative;
    margin: 0 auto;
    background-color: #ebebeb;
}

.content {
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 135px;
    position: relative;
    z-index: 2;
}

.cont {
    width: 1200px;
    margin-top: 12px;
}

.cont-1 {
    height: 332px;
    margin-top: 0px;
    position:relative;
}

.cont-2 {
    height: 359px;
}

.cont-3 {
    height: 199px;
}

.cont-4 {
    height: 360px;
}

.cont-5 {
    height: 135px;
}

.cont-6 {
    height: 45px;
}

/* 第一排 */
.cont-1 .cont1Left {
    width: 219px;
    height: 332px;
    position:relative;
}

.cont-1 .cont1Left .downloadGames {
    width: 219px;
    height: 192px;
    display: block;
    background: url('../images/downloadbg.gif');
    position:absolute;
    left:0;
    top:-44px
}

    .cont-1 .cont1Left .downList {
        width: 219px;
        height: 179px;
        background: url('../images/downlist.png') no-repeat;
        position: absolute;
        left: 0;
        top: 153px;
    }

.cont-1 .cont1Left .downList a {
    display: block;
    width: 50%;
    height: 50%;
    position: relative;
}

.cont-1 .cont1Left .downList a span {
    width: 51px;
    height: 51px;
    display: block;
    position: absolute;
    top: 6px;
    left: 50%;
    margin-left: -25px;
    transition: all 1s;
}

.cont-1 .cont1Left .downList a em {
    width: 100%;
    height: 22px;
    display: block;
    position: absolute;
    bottom: 7px;
    left: 0px;
    font-style: normal;
    color: #c66e46;
    font-size: 12px;
    text-align: center;
    line-height: 22px;
}

.cont-1 .cont1Left .downList .listItem1 span i {
    width: 51px;
    height: 51px;
    display: block;
    background: url('../images/sprint.png') no-repeat;
    background-position: -346px -4px;
}

.cont-1 .cont1Left .downList .listItem2 span i {
    width: 51px;
    height: 51px;
    display: block;
    background: url('../images/sprint.png') no-repeat;
    background-position: -447px -2px;
}

.cont-1 .cont1Left .downList .listItem3 span i {
    width: 51px;
    height: 51px;
    display: block;
    background: url('../images/sprint.png') no-repeat;
    background-position: -344px -88px;
}

.cont-1 .cont1Left .downList .listItem4 span i {
    width: 51px;
    height: 51px;
    display: block;
    background: url('../images/sprint.png') no-repeat;
    background-position: -447px -88px;
}


.cont-1 .cont1Left .downList a:hover span {
    transition: all 1s;
    transform: rotate(360deg);
}

.cont-1 .cont1Center {
    width: 657px;
    height: 332px;
    margin: 0 8px;
}

.cont-1 .cont1Center .slideBox1 {
    width: 657px;
    height: 332px;
    overflow: hidden;
    position: relative;

}

.cont-1 .cont1Center .slideBox1 .hd {
    width: 200px;
    height: 30px;
    overflow: hidden;
    position: absolute;
    right: 10px;
    bottom: 0px;
    z-index: 1;
}

.cont-1 .cont1Center .slideBox1 .hd ul {
    overflow: hidden;
    zoom: 1;
    float: right;
    height: 30px;
}

.cont-1 .cont1Center .slideBox1 .hd ul li {
    margin-top: 5px;
    float: left;
    margin-right: 2px;
    margin-left: 10px;
    width: 10px;
    height: 10px;
    background-color: #8996a9;
    line-height: 19px;
    text-align: center;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}

.cont-1 .cont1Center .slideBox1 .hd ul li.on {
    background-color: #fff;
}

.cont-1 .cont1Center .slideBox1 .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.cont-1 .cont1Center .slideBox1 .bd li {
    zoom: 1;
    vertical-align: middle;
}

.cont-1 .cont1Center .slideBox1 .bd img {
    width: 657px;
    height: 332px;
    display: block;
}

.cont-1 .cont1Right {
    width: 308px;
    height: 332px;
}

.cont-1 .cont1Right p {
    width: 100%;
    height: 50px;
    background: url('../images/cont1right-title.png');
    color: #fff;
    text-align: center;
    line-height: 50px;
}

.cont-1 .cont1Right a {
    width: 308px;
    height: 280px;
    display: inline-block;
    position: relative;
}

.cont-1 .cont1Right a .video-img {
    width: 308px;
    height: 280px;
    display: inline-block;
    position: absolute;
    left: 0px;
    top: 0;
}

.cont-1 .cont1Right a .video-icon {
    width: 70px;
    height: 70px;
    position: absolute;
    left: 50%;
    margin-left: -35px;
    top: 105px;
}

.video-icon i {
    width: 70px;
    height: 70px;
    display: inline-block;
    position: absolute;
    left: 50%;
    margin-left: -35px;
    top: 0px;
    -webkit-animation: video-rotate 2s linear infinite 300ms 0 ease;
    -moz-animation: video-rotate 2s linear infinite 300ms 0 ease;
    -ms-animation: video-rotate 2s linear infinite 300ms 0 ease;
    animation: video-rotate 2s linear infinite 300ms 0 ease;
    -moz-animation: video-rotate 2s linear infinite;
    -webkit-animation: video-rotate 2s linear infinite;
    -o-animation: video-rotate 2s linear infinite;
    -ms-animation: video-rotate 2s linear infinite;
    animation: video-rotate 2s linear infinite;
}

.video-icon span {
    width: 70px;
    height: 70px;
    display: inline-block;
    background: url('../images/video-btn_9316e26.png') no-repeat;
    position: absolute;
    left: 50%;
    margin-left: -35px;
    top: 0px;
}

@-webkit-keyframes video-rotate {
    0% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-moz-keyframes video-rotate {
    0% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-ms-keyframes video-rotate {
    0% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-o-keyframes video-rotate {
    0% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes video-rotate {
    0% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

/* 第二排 */
.cont-2 .cont2Left {
    width: 219px;
    height: 359px;
    background: url('../images/cont3left-bg.png') no-repeat;
}


.cont2Left a {
    width: 50%;
    float: left;
    height: 33.33%;
    position: relative;
    overflow: hidden;
}

.cont2Left p {
    text-align: center;
    width: 100%;
    color: #c66e46;
    font-size: 12px;
    top: 91px;
    position: absolute;
}

.cont2Left a:hover p {
    color: #c66e46;
}


.cont2Left a .icons1 {
    width: 67px;
    height: 67px;
    background: url('../images/sprint.png') no-repeat;
    background-position: -207px -174px;
    position: absolute;
    left: 50%;
    margin-left: -29px;
    top: 23px;
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    -ms-transition: all .2s linear;
    transition: all .2s linear;
}

.cont2Left a.bor1:hover .icons1 {
    background-position: -279px -174px;
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    -ms-transition: all .2s linear;
    transition: all .2s linear;
}

.cont2Left a .icons2 {
    width: 67px;
    height: 67px;
    background: url('../images/sprint.png') no-repeat;
    background-position: -355px -174px;
    position: absolute;
    left: 50%;
    margin-left: -34px;
    top: 23px;
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    -ms-transition: all .2s linear;
    transition: all .2s linear;
}

.cont2Left a.bor2:hover .icons2 {
    background-position: -430px -172px;
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    -ms-transition: all .2s linear;
    transition: all .2s linear;
}

.cont2Left a .icons3 {
    width: 67px;
    height: 67px;
    background: url('../images/sprint.png') no-repeat;
    background-position: -202px -287px;
    position: absolute;
    left: 50%;
    margin-left: -29px;
    top: 17px;
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    -ms-transition: all .2s linear;
    transition: all .2s linear;
}

.cont2Left a.bor3:hover .icons3 {
    background-position: -279px -287px;
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    -ms-transition: all .2s linear;
    transition: all .2s linear;
}

.cont2Left a .icons4 {
    width: 67px;
    height: 67px;
    background: url('../images/sprint.png') no-repeat;
    background-position: -355px -287px;
    position: absolute;
    left: 50%;
    margin-left: -34px;
    top: 17px;
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    -ms-transition: all .2s linear;
    transition: all .2s linear;
}

.cont2Left a.bor4:hover .icons4 {
    background-position: -430px -285px;
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    -ms-transition: all .2s linear;
    transition: all .2s linear;
}

.cont2Left a .icons5 {
    width: 67px;
    height: 67px;
    background: url('../images/sprint.png') no-repeat;
    background-position: -202px -400px;
    position: absolute;
    left: 50%;
    margin-left: -29px;
    top: 15px;
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    -ms-transition: all .2s linear;
    transition: all .2s linear;
}

.cont2Left a.bor5:hover .icons5 {
    background-position: -279px -400px;
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    -ms-transition: all .2s linear;
    transition: all .2s linear;
}

.cont2Left a .icons6 {
    width: 67px;
    height: 67px;
    background: url('../images/sprint.png') no-repeat;
    background-position: -355px -400px;
    position: absolute;
    left: 50%;
    margin-left: -34px;
    top: 15px;
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    -ms-transition: all .2s linear;
    transition: all .2s linear;
}

.cont2Left a.bor6:hover .icons6 {
    background-position: -430px -398px;
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    -ms-transition: all .2s linear;
    transition: all .2s linear;
}

/* 第二排  中 */
.cont-2 .cont2Center {
    width: 657px;
    height: 359px;
    background-color: #fff;
    margin: 0 8px;
}

.slideTxtBox {
    width: 657px;
    height: 359px;
    text-align: left;
}

.slideTxtBox .hd {
    height: 45px;
    line-height: 45px;
    position: relative;
}

.slideTxtBox .hd ul {
    float: left;
    position: absolute;
    border-bottom: 1px solid #e5c166;
    left: 0px;
    top: 0px;
    height: 45px;
    width: 657px;
}

.slideTxtBox .hd ul li {
    float: left;
    padding: 0px 15px;
    cursor: pointer;
    width: 66px;
    text-align: center;
}

.slideTxtBox .hd ul li a {
    color: #7d7d7e;
    font-size: 18px;
    text-align: center;
    font-weight: 550;
}

.slideTxtBox .hd ul li a:hover {
    text-decoration: none;
}

.slideTxtBox .hd ul li:hover a {
    color: #c8a844;

}

.slideTxtBox .hd ul li.on {
    height: 50px;
    overflow: hidden;
}

.slideTxtBox .hd ul li.on a {
    color: #c8a844;
}

.slideTxtBox .hd ul li.on .i-line {
    width: 100%;
}

.slideTxtBox .bd ul {
    padding: 13px;
    zoom: 1;
    height: 280px;
}

.slideTxtBox .bd ul .important {
    width: 100%;
    height: 36px;
    background-color: #e5c166;
    color: #fff;
    line-height: 36px;
    text-align: center;
    font-weight: 550;
    display: block;
}

.slideTxtBox .bd li {
    height: 34px;
    width: 630px;
    line-height: 34px;
    margin-top: 8px;
}

.slideTxtBox .bd li a {
    color: #7f7d77;
    font-size: 14px;
    width: 500px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.slideTxtBox .bd li a:hover {
    color: #e5c166;
}

.slideTxtBox .bd li .date {
    float: right;
    color: #999;
    margin-right: 15px;
}

.slideTxtBox .bd li em {
    font-style: normal;
    background: url(../images/tab-2.png) no-repeat;
    display: block;
    float: left;
    width: 11px;
    height: 34px;
    margin: 0 7px 0 15px;
    background-position-y: 5px;
}

.slideTxtBox .hd .more {
    display: block;
    float: right;
    margin-top: 7px;
    margin-right: 20px;
}

/* 第二排  右 */
.cont-2 .cont2Right {
    width: 308px;
    height: 359px;
    background-color: #fff;
}

.cont2Right .hzTitle {
    width: 100%;
    height: 50px;
    color: #fff;
    background: url('../images/cont1right-title.png');
    line-height: 50px;
    font-size: 20px;
    font-family: FZHei-B01S;
    text-align: center;
}

.cont2Right .hzCont {
    width: 100%;
    height: 310px;
    overflow: hidden;
}

.cont2Right .hzCont a {
    width: 50%;
    height: 75px;
    display: block;
    float: left;
}

.cont2Right .hzCont a img {
    display: block;
    margin: 0 auto;
    margin-top: 24px;
}

/* 第三排 */
.cont-3 a {
    width: 293px;
    height: 199px;
    display: block;
    position: relative;
    margin-left: 9px;
    overflow: hidden;
}

.cont-3 a.cont3Btn1 {
    background: url('../images/cont3btn-1.png') no-repeat;
}

.cont-3 a.cont3Btn2 {
    background: url('../images/cont3btn-2.png') no-repeat;
}

.cont-3 a.cont3Btn3 {
    background: url('../images/cont3btn-3.png') no-repeat;
}

.cont-3 a.cont3Btn4 {
    background: url('../images/cont3btn-4.png') no-repeat;
}

.cont-3 a:first-of-type {
    margin-left: 0px;
}

.cont-3 a p {
    width: 150px;
    height: 30px;
    display: block;
    position: absolute;
    top: 32px;
    left: 25px;
    color: #fff;
    font-size: 25px;
    font-family: FZCuSong-B09S;
}

.cont-3 a span {
    width: 120px;
    line-height: 20px;
    display: block;
    position: absolute;
    top: 70px;
    left: 25px;
    color: #fff;
    font-size: 12px;
}

.cont-3 a.cont3Btn2 em {
    background-color: #d0aa49;
}

.cont-3 a.cont3Btn3 em {
    background-color: #6fa0ce;
}

.cont-3 a.cont3Btn4 em {
    background-color: #c66e46;
}

.cont-3 a em {
    width: 81px;
    height: 27px;
    font-style: normal;
    display: block;
    position: absolute;
    top: 128px;
    left: 25px;
    font-size: 14px;
    color: #fff;
    background-color: #c66e46;
    text-align: center;
    line-height: 27px;
    border-radius: 20px;
}

    .cont-3 a img {
        display: block;
        position: absolute;
        right: 1px;
        top: 58px;
    }

.cont-3 a:hover .cont3BtnImg2 {
    -webkit-animation: scaleout 0.5s ease-in-out;
    animation: scaleout .5s ease-in-out;
}

    .cont-3 a.cont3Btn2 img {
        display: block;
        position: absolute;
        right: 7px;
        top: 45px;
    }

    .cont-3 a.cont3Btn3 img {
        display: block;
        position: absolute;
        right: -21px;
        top: 41px;
    }

    .cont-3 a.cont3Btn4 img {
        display: block;
        position: absolute;
        right: 1px;
        top: 53px;
    }

/* 第四排 左 */
.cont-4 .cont4Left {
    width: 219px;
    height: 360px;
    background: url('../images/cont4-left.png') no-repeat;
}

.cont-4 .cont4Left .cont4-title {
    width: 150px;
    height: 60px;
    line-height: 75px;
    text-align: center;
    margin: 0 auto;
    border-bottom: 1px solid #fafafc;
    color: #fff;
    font-size: 20px;
    font-family: SimHei;
}

.cont-4 .cont4Left .cont4Btn {
    width: 100%;
    height: 133px;
    margin: 0 auto;
}

.cont-4 .cont4Left .cont4Btn a {
    width: 80%;
    height: 30px;
    display: block;
    border-bottom: 1px solid #fafafc;
    margin-left: 10%;

}

.cont-4 .cont4Left .cont4Btn a.cont4Btn4 {
    border-bottom: 0px;
    position: relative;
}

.cont4Left .cont4Btn a.cont4Btn1 span {
    width: 113px;
    height: 25px;
    display: block;
    background: url('../images/sprint.png') no-repeat;
    background-position: -101px -10px;
    margin: 0 auto;
    margin-top: 14px;
    text-indent: -9999em;
    transition: all 0.5s;
}

.cont4Left .cont4Btn a.cont4Btn1:hover span {
    transition: all 0.5s;
    background-position: -101px -32px;
}

.cont4Left .cont4Btn a.cont4Btn2 span {
    width: 113px;
    height: 25px;
    display: block;
    background: url('../images/sprint.png') no-repeat;
    background-position: -102px -53px;
    margin: 0 auto;
    margin-top: 12px;
    text-indent: -9999em;
    transition: all 0.5s;
}

.cont4Left .cont4Btn a.cont4Btn2:hover span {
    transition: all 0.5s;
    background-position: -102px -75px;
}

.cont4Left .cont4Btn a.cont4Btn3 span {
    width: 113px;
    height: 25px;
    display: block;
    background: url('../images/sprint.png') no-repeat;
    background-position: -98px -97px;
    margin: 0 auto;
    margin-top: 14px;
    text-indent: -9999em;
    transition: all 0.5s;
}

.cont4Left .cont4Btn a.cont4Btn3:hover span {
    transition: all 0.5s;
    background-position: -98px -119px;
}

.cont4Left .cont4Btn .cont4Btn4 .wechat-ma {
    width: 143px;
    height: 128px;
    position: absolute;
    left: -133px;
    top: -52px;
    opacity: 0;
    transition: all 0.5s;
}

.cont4Left .cont4Btn a.cont4Btn4 span {
    width: 106px;
    height: 25px;
    display: block;
    background: url(../images/sprint.png) no-repeat;
    background-position: -100px -146px;
    margin: 0 auto;
    margin-top: 11px;
    text-indent: -9999em;
    transition: all 0.5s;
}

.cont4Left .cont4Btn a.cont4Btn4:hover span {
    transition: all 0.5s;
    background-position: -100px -167px;
}

.cont4Left .cont4Btn a.cont4Btn4:hover .wechat-ma {
    opacity: 1;
    left: -113px;
    transition: all 0.5s;
}

.cont4Left .ma {
    width: 106px;
    height: 106px;
    display: block;
    margin: 0 auto;
}

.cont4Left span {
    width: 100%;
    display: block;
    line-height: 20px;
    text-align: center;
    color: #c66e46;
    font-size: 13px;
    font-family: SimHei;
    margin-top: 8px;
}

/* 第四排 右 */
.cont-4 .cont4Right {
    width: 973px;
    height: 360px;
    margin-left: 8px;
}

/* 职业介绍 */
.cont4Right .c2 {
    width: 973px;
    height: 360px;
    overflow: hidden;
    position: relative;
    background-color: #fff;
}

.cont4Right .c2 .navv {
    width: 660px;
    height: 40px;
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 10;
}

.cont4Right .c2 .navv ul {
    width: 100%;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 18px;
}

.cont4Right .c2 .navv ul li {
    width: 38px;
    height: 38px;
    float: left;
    color: #3A3A3A;
    font-weight: normal;
    cursor: pointer;
    background: url('../images/clickbefore.png') no-repeat;
    text-indent: -9999em;
    margin-left: 10px;
}

.cont4Right .c2 .navv ul li.focus {
    width: 38px;
    height: 38px;
    background: url('../images/clickafter.png') no-repeat;
}

.cont4Right .c2 .navv ul .navIcon1.focus {
    background-position: 0px -2px;
}

.cont4Right .c2 .navv ul .navIcon2.focus {
    background-position: -54px -2px;
}

.cont4Right .c2 .navv ul .navIcon3.focus {
    background-position: -109px -2px;
}

.cont4Right .c2 .navv ul .navIcon4.focus {
    background-position: -163px -2px;
}

.cont4Right .c2 .navv ul .navIcon5.focus {
    background-position: -218px -2px;
}

.cont4Right .c2 .navv ul .navIcon6.focus {
    background-position: -274px -2px;
}

.cont4Right .c2 .navv ul .navIcon7.focus {
    background-position: -327px -1px;
    width: 39px;
    height: 39px;
}

.cont4Right .c2 .navv ul .navIcon8.focus {
    width: 42px;
    height: 42px;
    background-position: -382px -2px;
}

.cont4Right .c2 .navv ul .navIcon1 {
    background-position: 0px -2px;
}

.cont4Right .c2 .navv ul .navIcon2 {
    background-position: -55px -2px;
}

.cont4Right .c2 .navv ul .navIcon3 {
    background-position: -109px -2px;
}

.cont4Right .c2 .navv ul .navIcon4 {
    background-position: -164px -2px;
}

.cont4Right .c2 .navv ul .navIcon5 {
    background-position: -219px -2px;
}

.cont4Right .c2 .navv ul .navIcon6 {
    background-position: -274px -2px;
}

.cont4Right .c2 .navv ul .navIcon7 {
    width: 39px;
    height: 39px;
    background-position: -328px -2px;
}

.cont4Right .c2 .navv ul .navIcon8 {
    width: 42px;
    height: 42px;
    background-position: -382px -2px;
}


.cont4Right .c2 .navv ul li.focus {
    color: #b38738;
}

.cont4Right .c2 .pImg {
    top: 0;
    left: 889px;
    width: 973px;
    height: 360px;
    position: absolute;
    z-index: 3;
}

.cont4Right .c2 .txt {
    top: 63px;
    left: -477px;
    width: 477px;
    height: 280px;
    position: absolute;
    z-index: 5;
}

.cont4Right .c2 .txt a {
    width: 78px;
    height: 22px;
    text-align: center;
    line-height: 22px;
    font-size: 12px;
    border: 1px solid #b38738;
    color: #b38738;
    position: absolute;
    left: 6px;
    bottom: 10px;
    border-radius: 12px;
}


.cont4Right .c2 .pImg0 {
    left: 0;
}

.cont4Right .c2 .txt0 {
    left: 15px;
    background: url('../images/ws-2.png') no-repeat;
}

.cont4Right .c2 .txt1 {
    background: url('../images/zz-2.png') no-repeat;
}

.cont4Right .c2 .txt2 {
    background: url('../images/gl-2.png') no-repeat;
}

.cont4Right .c2 .txt3 {
    background: url('../images/md-2.png') no-repeat;
}

.cont4Right .c2 .txt4 {
    background: url('../images/mw-2.png') no-repeat;
}

.cont4Right .c2 .txt5 {
    background: url('../images/qh-2.png') no-repeat;
}

.cont4Right .c2 .txt6 {
    background: url('../images/ym-2.png') no-repeat;
}

.cont4Right .c2 .txt7 {
    background: url('../images/yx-2.png') no-repeat;
}

/* 第五排 */
.cont-5 ul {
    width: 100%;
    height: 100%;
}

.cont-5 ul li {
    width: 294px;
    height: 135px;
    margin-left: 8px;
}


.cont-5 ul li.cont5Li1 {
    background: url('../images/cont5-liimg-1.jpg') no-repeat;
    margin-left: 0;

}

.cont-5 ul li.cont5Li2 {
    background: url('../images/cont5-liimg-2.jpg') no-repeat;
}

.cont-5 ul li.cont5Li3 {
    background: url('../images/cont5-liimg-3.jpg') no-repeat;
}

.cont-5 ul li.cont5Li4 {
    background: url('../images/cont5-liimg-4.jpg') no-repeat;
}

.cont-5 ul li a {
    width: 95px;
    height: 100%;
    display: block;
    float: left;
    background: rgba(0, 0, 0, 0.4);
    position: relative;
    transition: all 0.5s;
}

.cont-5 ul li a>i {
    width: 37px;
    height: 38px;
    display: block;
    position: absolute;
    left: 50%;
    top: 30px;
    margin-left: -19px;
    background: url('../images/sprint.png') no-repeat;
    background-position: -1px -338px;
}

.cont-5 ul li a>span {
    width: 100%;
    height: 38px;
    display: block;
    position: absolute;
    left: 0;
    top: 80px;
    text-align: center;
    color: #fff;
    font-size: 14px;
}

.cont-5 ul li.cont5Li1 a>i {
    background: url('../images/sprint.png') no-repeat;
    background-position: -1px -338px;
}

.cont-5 ul li.cont5Li2 a>i {
    background: url('../images/sprint.png') no-repeat;
    background-position: -51px -338px;
}

.cont-5 ul li.cont5Li3 a>i {
    background: url('../images/sprint.png') no-repeat;
    background-position: -101px -338px;
}

.cont-5 ul li.cont5Li4 a>i {
    background: url('../images/sprint.png') no-repeat;
    background-position: -153px -338px;
}

.cont-5 ul li:hover a {
    width: 100%;
    transition: all 0.5s;
}

/* 友情链接 */
.yqlj {
    width: 1200px;
    height: 45px;
    margin: 0 auto;
    background-color: #fff;
}

.yqlj-title {
    width: 100px;
    height: 45px;
    float: left;
    display: block;
    line-height: 45px;
    text-align: center;
    color: #000;
    font-size: 21px;
    margin-left: 20px;
    font-weight: 600;
    font-family: simsun;
}

.qimo8 {
    overflow: hidden;
    width: 1020px;
    float: right;
    margin-right: 30px;
    margin-top: 10px;
}

.qimo8 .qimo {
    /*width:99999999px;*/
    width: 8000%;
    height: 30px;
}

.qimo8 .qimo div {
    float: left;
}

.qimo8 .qimo ul {
    float: left;
    height: 30px;
    overflow: hidden;
    zoom: 1;
}

.qimo8 .qimo ul li {
    float: left;
    line-height: 30px;
    list-style: none;
    min-width: 50px;
    margin-right: 10px;
}

.qimo8 li a {
    margin-right: 10px;
    color: #444444;
}

/* 右侧飘窗 */
.slideright {
    width: 277px;
    height: 1099px;
    background: url('../images/register-bg.png') no-repeat;
    position: fixed;
    right: 0;
    top: 8%;
    -webkit-box-shadow: -1px 1px 10px #E4EDF1;
    box-shadow: -1px 1px 10px #E4EDF1;
    z-index: 78;
}

    .slideright .btn {
        position: absolute;
        top: 1px;
        left: -22px;
        width: 30px;
        height: 30px;
        line-height: 18px;
        background: #42403a;
        font-size: 26px;
        text-align: center;
        text-decoration: none;
        color: #fff;
    }

.slideright .btn em {
    display: block;
    margin: auto;
    font-style: normal;
    width: 25px;
    padding-top: 40px;
}

.slideright .btn .arr {

    display: inline-block;
    width: 30px;
    height: 30px;
    font-style: normal;
    line-height: 30px;
}

.slideright .zcTitle {
    width: 250px;
    float: right;
    height: 40px;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 2px;
    line-height: 40px;
}

.slideright .zcTitle em {
    font-size: 20px;
}

.slideright .slidecont {
    width: 260px;
    height: 300px;
    margin-left: 20px;
    margin-top: 43px;
}

.qq-client {
    width: 50px;
    height: 160px;
    position: fixed;
    right: -50px;
    top: 12%;
    background: url('../images/qq-client-open.png') no-repeat;
}

.qq-client a {
    width: 50px;
    height: 160px;
    padding: 0px 0px;
    display: inline-block;
}

.slide-zk {
    position: fixed;
    right: 0;
    top: 12%;
    display: block;
}

.slideright .gift {
    width: 260px;
    height: 180px;
    margin-top: 0px;
    margin-left: 20px;
    display: block;
}

.slideright .gift img {
    display: block;
    margin: 0 auto;
}

.slideright .gift p {
    width: 260px;
    text-align: center;
    line-height: 23px;
    font-size: 14px;
    color: #e6558b;
    font-weight: bold;
}

.slideright .gift p em {
    font-style: normal;
    font-weight: 500;
}

.slideright .gift .gift-btn {
    width: 129px;
    height: 30px;
    display: block;
    background: url('../images/giftbtn.png') no-repeat;
    -webkit-animation: pulseAnimate 1s ease infinite;
    -moz-animation: pulseAnimate 1s ease infinite;
    -o-animation: pulseAnimate 1s ease infinite;
    -ms-animation: pulseAnimate 1s ease infinite;
    animation: pulseAnimates 1s ease infinite;
    margin-top: 7px;
    margin-left: 66px;
    text-indent: -9999em;
}

@-webkit-keyframes pulseAnimates {

    0%,
    100% {
        -webkit-transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.1);
    }
}

@-moz-keyframes pluseAnimate {

    0%,
    100% {
        -moz-transform: scale(1);
    }

    50% {
        -moz-transform: scale(1.1);
    }
}

@-o-keyframes pluseAnimate {

    0%,
    100% {
        -o-transform: scale(1);
    }

    50% {
        -o-transform: scale(1.1);
    }
}

@-ms-keyframes pluseAnimate {

    0%,
    100% {
        -ms-transform: scale(1);
    }

    50% {
        -ms-transform: scale(1.1);
    }
}

@keyframes pluseAnimate {

    0%,
    100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }
}

.slideMa1 {
    width: 176px;
    height: 117px;
    display: block;
    margin-left: 60px;
}

.slideMa2 {
    width: 176px;
    height: 117px;
    display: block;
    margin-left: 60px;
    margin-top: 20px;
}


#v1 {
    position: absolute;
    top: 0;
    right: 0px;
    bottom: 0px;
    margin: 0 auto;
    left: 0;
    width: 100%;
    z-index: 1;
}
.cont-7 {
    width: 1202px;
    height: 355px;
    background: url('../images/regbg.png') no-repeat;
}
    .cont-7 .cont7Left {
        width: 300px;
        height: 260px;
        float: left;
        margin-left: 78px;
        margin-top: 56px;
    }
    .cont-7 .cont7Center {
        width: 237px;
        height: 43px;
        float: left;
        margin-left: 104px;
        margin-top: 258px;
    }
    .cont-7 .cont7Right {
        width: 237px;
        height: 43px;
        float: left;
        margin-left: 158px;
        margin-top: 258px;
    }

    /*.slideLeft{
        width:228px;
        height:272px;
        display:block;
        position:fixed;
        left:0;
        top:50%;
        margin-top:-136px;
        z-index:99;
        background:url('../images/slideleft.png') no-repeat;
    }*/


#popup1 {
    width: 228px;
    height:320px;
    display: block;
    position: fixed;
    right: 0;
    top: 50%;
    margin-top: -160px;
    z-index: 99;
    display:none;
}
    #popup1 a {
        width: 228px;
        height: 272px;
        display:block;
        background: url('../images/slideleft.png') no-repeat;
    }
    #popup1 .close1 {
        width: 23px;
        height: 23px;
        display: block;
        position: absolute;
        bottom: 0;
        left: 50%;
        margin-left: -11px;
       cursor:pointer;
    }
    .open1{
        width:23px;
        height:77px;
        position:fixed;
        right:0;
        top:50%;
        margin-top:-38px;
    }
/*2222222222222*/
#popup2 {
    width: 240px;
    height:187px;
    display: block;
    position: fixed;
    right: 0;
    top: 50%;
    margin-top: -245px;
    z-index: 99;
    display: none;
}

    #popup2 a {
        width: 210px;
        height: 187px;
        display: block;
        background: url('../images/match.png') no-repeat;
        float:right;
    }

    #popup2 .close2 {
        width: 23px;
        height: 23px;
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        cursor: pointer;
    }

.open2 {
    width: 23px;
    height: 77px;
    position: fixed;
    right: 0;
    top: 50%;
    margin-top: -250px;
}
/*333333333333333333333333*/
#popup3 {
    width: 210px;
    height: 455px;
    display: block;
    position: fixed;
    left: 0;
    top: 50%;
    margin-top: -52px;
    z-index: 99;
    display: block;
}

    #popup3 a {
        width: 188px;
        height: 455px;
        display: block;
        background: url('../images/slide_r.png') no-repeat;
        float:left;
    }

    #popup3 .close3 {
        width: 23px;
        height: 23px;
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        cursor: pointer;
    }

.open3 {
    width: 23px;
    height: 77px;
    position: fixed;
    left: 0;
    top: 50%;
    margin-top: -38px;
}
/*44444444444444444444*/
#popup4 {
    width: 210px;
    height: 455px;
    display: block;
    position: fixed;
    left: 0;
    top: 50%;
    margin-top: -245px;
    z-index: 99;
    display: none;
}

    #popup4 a {
        width: 238px;
        height: 257px;
        display: block;
        background: url('../images/equip.png') no-repeat;
        float: right;
    }

    #popup4 .close4 {
        width: 23px;
        height: 23px;
        display: block;
        position: absolute;
        left: 180px;
        top: 0;
        cursor: pointer;
    }

.open4 {
    width: 23px;
    height: 77px;
    position: fixed;
    left: 0;
    top: 50%;
    margin-top: -250px;
}

/*55555555555555555*/
#popup5 {
    width: 210px;
    height:257px;
    display: block;
    position: fixed;
    right: 0;
    top: 50%;
    margin-top: 180px;
    z-index: 99;
    display: block;
}

    #popup5 a {
        width: 238px;
        height: 257px;
        display: block;
        background: url('../images/slide5.png') no-repeat;
        float: right;
    }

    #popup5 .close5 {
        width: 23px;
        height: 23px;
        display: block;
        position: absolute;
        left: 50%;
        bottom: -23px;
        margin-left: -22px;
        cursor: pointer;
    }

.open5 {
    width: 23px;
    height: 77px;
    position: fixed;
    right: 0;
    top: 50%;
    margin-top: 190px;
}

/*添加长期活动*/
.sort_brand {
    width:308px;
    height: 359px;
    overflow: hidden;
}

    .sort_brand dt {
        height: 33px;
        overflow: hidden;
        padding:0 26px 0 15px;
    }
        .sort_brand dt span {
            line-height: 40px;
            color: #e5c166;
            font-size: 20px;
            font-weight: bold;
            display: block;
            float: left;
            height: 33px;
        }
        .sort_brand dt a {
            width: 80px;
            height: 23px;
            line-height: 23px;
            text-align: center;
            display: inline-block;
            position: relative;
            margin-left: 10px;
            color: #333;
            background-color: #e5c166;
            font-size: 15px;
            color: #fff;
            margin-top: 10px;
        }
            .sort_brand dt a:hover{
                text-decoration:none;
            }
            .sort_brand dt a:first-of-type {
                margin-left: 11px;
            }
            .sort_brand dt a.on {
                background: url('../images/light.png') no-repeat;
            }

                .sort_brand dt a:hover, .sort_brand dt a.on: hover {
                    color: #333;
                }

    .sort_brand p.scroll_btn a {
        width: 8px;
        height: 8px;
        display: inline-table;
        color: #fff;
        background: #dbdbdb;
        line-height: 13px;
        text-align: center;
        cursor: pointer;
        transform:rotate(45deg);
        margin:0 5px;
    }

    .sort_brand p.scroll_btn {
        float: right;
        margin-top: 2px;
        width: 100%;
        text-align: center;
    }

        .sort_brand p.scroll_btn a:hover, .sort_brand p.scroll_btn a.on {
            background: #dbc078;
        }

.aort_list a {
    width: 278px;
    height: 90px;
    display: block;
    margin-top: 10px;
    overflow: hidden;
}
    .aort_list a img{
        width:177px;
        height:90px;
        display:block;
        float:left;
    }
    .aort_list a .hdMsg{
        margin-left:10px;
        width:88px;
        float:left;
        margin-left:10px;
    }
        .aort_list a .hdMsg b {
            width: 100%;
            color: #7d7d7e;
            font-size: 14px;
            font-family: Source Han Serif CN;
            font-weight: bold;
            display: -webkit-box;
            margin-top: 6px;
            overflow: hidden;
            min-height: 23px;
            white-space: normal;
            text-overflow: ellipsis;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
        }
        .aort_list a .hdMsg span {
            font-size: 12px;
            color: #c8a844;
            line-height: 16px;
            width: 100%;
            display: block;
            margin-top: 10px;
            font-family: Source Han Serif CN;
        }
        .brand_list {
            margin: 8px 0 0 5px;
            _margin: 8px 0 0 4px;
            overflow: hidden;
            zoom: 1;
        }

    .brand_list a {
        width: 93px;
        height: 37px;
        display: block;
        float: left;
        _display: inline;
        margin-right: 3px;
        margin-bottom: 3px;
    }

    .brand_list img {
        width: 93px;
        height: 37px;
        filter: alpha(opacity=100);
        -moz-opacity: 1;
        -khtml-opacity: 1;
        opacity: 1;
    }

    .brand_list a:hover img {
        filter: alpha(opacity=70);
        -moz-opacity: .7;
        -khtml-opacity: .7;
        opacity: .7;
    }

.scroll_wrapper {
    height: 300px;
    width: 278px;
    overflow: hidden;
    position: relative;
    padding: 0 15px 0 15px;
}

.scroll_box {
    position: absolute;
    top: 0;
    left: 0;
    width: 9999px;
}

    .scroll_box .aort_list {
        float: left;
        margin-top: -1px;
    }
/*----------------*/
/*scroll_wrapper2
scroll_box2
aort_list2
scroll_btn2*/

.sort_brand p.scroll_btn2 a {
    width: 8px;
    height: 8px;
    display: inline-table;
    color: #fff;
    background: #dbdbdb;
    line-height: 13px;
    text-align: center;
    cursor: pointer;
    transform: rotate(45deg);
    margin: 0 5px;
}

.sort_brand p.scroll_btn2 {
    float: right;
    margin-top: 2px;
    width: 100%;
    text-align: center;
}

    .sort_brand p.scroll_btn2 a:hover, .sort_brand p.scroll_btn2 a.on {
        background: #dbc078;
    }
.aort_list2 a {
    width: 278px;
    height: 90px;
    display: block;
    margin-top: 10px;
    overflow: hidden;
}

    .aort_list2 a img {
        width: 177px;
        height: 90px;
        display: block;
        float: left;
    }

    .aort_list2 a .hdMsg {
        margin-left: 10px;
        width: 88px;
        float: left;
        margin-left: 10px;
    }

        .aort_list2 a .hdMsg b {
            width: 100%;
            color: #7d7d7e;
            font-size: 14px;
            font-family: Source Han Serif CN;
            font-weight: bold;
            display: -webkit-box;
            margin-top: 6px;
            overflow: hidden;
            min-height: 23px;
            white-space: normal;
            text-overflow: ellipsis;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
        }

        .aort_list2 a .hdMsg span {
            font-size: 12px;
            color: #c8a844;
            line-height: 16px;
            width: 100%;
            display: block;
            margin-top: 10px;
            font-family: Source Han Serif CN;
        }


.scroll_wrapper2 {
    height: 300px;
    width: 278px;
    overflow: hidden;
    position: relative;
    padding: 0 15px 0 15px;
}

.scroll_box2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 9999px;
}

    .scroll_box2 .aort_list2 {
        float: left;
        margin-top: -1px;
    }