@charset "utf-8";

body {
    min-width: 1200px;
}

.haderbar {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 98px;
    background-color: #2a91fa;
    box-shadow: 0 0 5px rgba(0, 0, 0, .5);
    z-index: 999;
}

.logoNews {
    position: absolute;
    top: 20px;
    left: 38px;
    display: block;
}

.navbar-news {
    width: 1058px;
    height: 98px;
    margin: 0 auto;
}

.navbar-news_li {
    position: relative;
    float: left;
    width: 150px;
    height: 96px;
    line-height: 98px;
    margin-right: 1px;
    border-bottom: 2px solid #2a91fa;
    text-align: center;
    font-size: 24px;
    color: #fff;
}

.navbar-news_li.active,
.navbar-news_li:hover {
    background: linear-gradient(to bottom, #2a91fa, #15befa);
    border-bottom-color: #fff;
}

.navbar-news_li a {
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
    cursor: pointer;
}

.navbar-news_li a:hover {
    text-decoration: none;
}

.navbar-news_li::before {
    position: absolute;
    top: 38px;
    left: -1px;
    display: block;
    content: '';
    width: 1px;
    height: 32px;
    background-color: #409cfb;
}

.navbar-news_li:last-child::after {
    position: absolute;
    top: 38px;
    right: -1px;
    display: block;
    content: '';
    width: 1px;
    height: 32px;
    background-color: #409cfb;
}

.container-responsive {
    position: relative;
    width: 100%;
    min-width: 1200px;
    height: 100%;
    background: url("../images/bg.jpg") no-repeat;
    background-size: cover;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.responsive-main {
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
}

.syhome_main_left {
    width: 1005px;
    height: 100%;
}

.syfooter {
    width: 100%;
    background-color: #32343a;
    text-align: center;
    font-size: 12px;
}

.syfooter_home {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    line-height: 30px;
    padding: 10px 0;
}

.syfooter_wrap {
    position: relative;
    width: 1000px;
    margin: 0 auto;
}

.syfooter_logo {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 200px;
}

.syfooter_logo img {
    width: 100%;
}

.syfooter_tips {
    line-height: 24px;
    padding-top: 10px;
    text-align: center;
    font-size: 16px;
    color: #fff;
}

.syfooter_copyright {
    width: 100%;
    line-height: 24px;
    color: #bfbfc0;
}

.syfooter_copyright2 {
    width: 100%;
    line-height: 24px;
    font-size: 12px;
    color: #bfbfc0;
}

.syfooter_copyright a {
    font-size: 12px;
    color: #bfbfc0;
}

.syhome_main {
    position: absolute;
    left: 50%;
    width: 1400px;
    height: 502px;
    margin-left: -700px;
}

.navsy {
    position: absolute;
    top: 12px;
    left: 12px;
    z-index: 3;
}

.navsy_dd {
    position: relative;
    width: 306px;
    height: 132px;
    padding-top: 18px;
    margin-bottom: 12px;
    background: 0 bottom no-repeat;
    transition: all .2s ease;
    cursor: pointer;
}

.navsy_dd1 {
    background-image: url("../images/navsy01.png");
}

.navsy_dd2 {
    background-image: url("../images/navsy21.png");
}

.navsy_dd3 {
    background-image: url("../images/navsy31.png");
}

.navsy_dd4 {
    display: none;
    background-image: url("../images/navsy41.png");
}

.navsy_dd1.active {
    background-image: url("../images/navsy02.png");
}

.navsy_dd2.active {
    background-image: url("../images/navsy22.png");
}

.navsy_dd3.active {
    background-image: url("../images/navsy32.png");
}

.navsy_dd4.active {
    background-image: url("../images/navsy42.png");
}

.itemFoot {
    position: relative;
    width: 288px;
    height: 104px;
    margin-left: 18px;
}

.itemLogo {
    position: absolute;
    top: 9px;
    left: 0;
    width: 70px;
    height: 70px;
}

.itemLogo img {
    width: 100%;
    height: 100%;
}

.itemInfo {
    height: 96px;
    margin-left: 82px;
}

.itemName {
    height: 32px;
    line-height: 32px;
    padding-top: 12px;
    font-weight: normal;
    font-size: 22px;
    color: #fff;
}

.itemDesc {
    line-height: 22px;
    font-size: 12px;
    color: #a9a9a9;
}

.itemTagBar {
    margin-top: 5px;
    margin-left: 10px;
}

.itemTag {
    height: 18px;
    line-height: 18px;
    padding: 0 5px;
    margin-right: 5px;
    background-color: rgba(169, 169, 169, .5);
    border: 1px solid rgba(91, 91, 91, .5);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 14px;
    color: #fff;
}

.active .itemTag {
    color: #696969;
}

.syhome_main_content {
    position: relative;
    width: 1005px;
    height: 502px;
}

.syhome_main_content_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("../images/line_border.png") 0 0 no-repeat;
    background-size: 100% 100%;
    pointer-events: none;
    z-index: 2;
}

.syhome_main_item {
    position: absolute;
    top: 0;
    right: 4px;
    display: none;
    width: 996px;
    height: 498px;
    background: top right no-repeat;
    /* background-size: 100% 100%; */
    z-index: 1;
}

.syhome_link {
    display: none;
    position: absolute;
    top: 0;
    right: 4px;
    display: none;
    width: 996px;
    height: 498px;
    background: top right no-repeat;
    /* background-size: 100% 100%; */
    z-index: 6;
}

.syhome_main_item1 {
    display: block;
    background-image: url("../images/dust2.jpg");
}

.syhome_main_item2 {
    background-image: url("../images/sy_p2.jpg");
}

.syhome_main_item3 {
    background-image: url("../images/sy_p3.jpg");
}

.syhome_main_item4 {
    display: none;
    background-image: url("../images/sy_p4.jpg");
}

.syhome_main_item.active {
    display: block;
}

.syhome_main_175pt {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 388px;
    height: 100%;
    background: url("../images/sy_175.png") center no-repeat;
    background-size: 100% 100%;
    z-index: 3;
}

.syfooter_history {
    position: absolute;
    left: 0%;
    bottom: 188px;
    width: 100%;
    height: 24px;
    line-height: 24px;
    text-align: center;
    font-size: 14px;
    color: #666;
    animation: ptHistory 2s ease infinite;
}

/* 跑马灯容器样式 - 兼容IE */
.marquee-container {
    position: absolute;
    left: 50%;
    bottom: 150px;
    width: 700px;
    height: 50px;
    line-height: 50px;
    margin-left: -350px;
    overflow: hidden;
    zoom: 1;
}

/* 跑马灯文字样式 */
.marquee-text {
    position: absolute;
    white-space: nowrap;
    font-size: 14px;
    color: #666;
    left: 100%;
    _position: absolute;
    _left: 100%;
}

.synav_sub {
    position: absolute;
    top: 418px;
    height: 74px;
    z-index: 5;
}

.synav_sub_left {
    left: 330px;
}

.synav_sub_right {
    left: 840px;
}

.synav_sub_item {
    float: left;
    display: block;
    width: 80px;
    height: 74px;
}

.synav_sub_item:hover {
    text-decoration: none;
}

.nname {
    display: block;
    height: 24px;
    line-height: 24px;
    text-align: center;
    font-size: 14px;
    color: #fff;
}

.icon_nav_ico {
    display: block;
    width: 56px;
    height: 50px;
    margin: 0 auto;
    background: url("../images/iconSprite.png") no-repeat;
}

.icon_nav_ico1 {
    background-position: 0 -50px;
}

.icon_nav_ico2 {
    background-position: 0 -100px;
}

.icon_nav_ico3 {
    background-position: 0 -150px;
}

.icon_nav_ico4 {
    background-position: 0 -200px;
}

.icon_nav_ico5 {
    background-position: 0 -250px;
}

.icon_nav_ico6 {
    background-position: 0 -300px;
}

.syhome_main_175pt_foot {
    position: absolute;
    top: 420px;
    width: 100%;
}

.synav_sub_175 {
    top: 0px;
    right: 5px;
}

.syhome_main_175pt_ico {
    position: absolute;
    top: 5px;
    left: 22px;
    width: 60px;
    height: 64px;
}

.syhome_main_175pt_ico img {
    width: 100%;
}

.syhome_main_175pt_name {
    height: 40px;
    line-height: 40px;
    margin-left: 96px;
    padding-top: 12px;
    font-weight: normal;
    font-size: 22px;
    color: #fff;
}

.syhome_main_175pt .itemTagBar {
    padding-left: 87px;
}

.footer_ys_copyright {
    height: 52px;
    line-height: 52px;
    background-color: #32343a;
    text-align: center;
    font-size: 14px;
    color: #fff;
}

/*----------------------------- 龙之灵-start   ----------------------*/
.banner-loong {
    position: relative;
    width: 100%;
    height: 608px;
    background: url("../images/banner_loong.jpg") 50% 0 no-repeat;
}

.banner-loong_logo {
    position: absolute;
    top: 163px;
    left: 50%;
    display: block;
    width: 652px;
    height: 385px;
    margin-left: -326px;
    background: url("../images/logo_loong.png") center no-repeat;
}

.main-loong {
    position: relative;
    width: 100%;
    height: 750px;
    padding-top: 210px;
    /* padding-top: 18px; */
    background: url("../images/bg_loong.jpg") 50% 0 no-repeat;
    _background-position-x: -550px;
}

.title-loong {
    position: absolute;
    top: -22px;
    left: 0;
    width: 100%;
    height: 96px;
    padding-top: 106px;
    background: url("../images/title_loong.png") 50% 0 no-repeat;
    text-indent: 52px;
    text-align: center;
    font-weight: bold;
    font-size: 62px;
    color: #a17b53;
}

.bg-wrap-loong {
    display: none;
    width: 100%;
    height: 620px;
    background: url("../images/line_wrap.png");
}

.loong-swiper {
    width: 1420px;
    margin: 0 auto;
}

.loong-swiper .swiper-slide {
    width: 1040px;
    height: 581px;
}

.loong-swiper .swiper-slide img {
    width: 100%;
}

.lp1 {
    position: absolute;
    left: 40px;
    bottom: 38px;
    line-height: 36px;
    font-size: 21px;
    color: #a9a9a9;
}

.loong-pagination {
    position: absolute;
    top: 840px;
    left: 50%;
    width: 250px;
    margin-left: -84px;
    z-index: 11;
}

.loong-pagination .swiper-pagination-bullet {
    margin: 0 15px;
    width: 26px;
    height: 26px;
    transform: rotate(45deg);
    border-radius: 0;
    border: 3px solid #53504f;
    background-color: #3d3938;
    opacity: 1;
}

.loong-pagination .swiper-pagination-bullet-active {
    background-color: #ff6700;
    border-color: #ff6700;
}

.loong-prev,
.loong-next {
    position: absolute;
    left: 50%;
    width: 122px;
    height: 188px;
    margin-top: -100px;
    background: no-repeat;
    cursor: pointer;
    z-index: 8;
}

.loong-prev {
    margin-left: -628px;
    background-image: url(../images/arror_left.png);
}

.loong-next {
    margin-left: 514px;
    background-image: url(../images/arror_right.png);
}

/*----------------------------- 龙之灵-end     ----------------------*/
/*----------------------------- 王者联盟-start ----------------------*/
.main-king {
    position: relative;
    width: 100%;
    height: 873px;
    padding-top: 376px;
    /* padding-top: 18px; */
    background: url("../images/bg_king.jpg") 50% 0 no-repeat;
    _background-position-x: -550px;
}

.main-king_logo {
    position: relative;
    width: 274px;
    height: 242px;
    margin: 0 auto 50px;
    background: url("../images/king_logo.png") 50% 0 no-repeat;
}

.main-king-content {
    position: relative;
    width: 1017px;
    height: 497px;
    margin: 0 auto;
    background: url("../images/king_cont.png") 50% 0 no-repeat;
}

.king-swiper-bg {
    position: absolute;
    top: -38px;
    right: 84px;
    width: 471px;
    height: 460px;
    background: url("../images/king_phone.png") no-repeat;
    z-index: 3;
}

.king-swiper {
    position: absolute;
    top: -19px;
    right: 105px;
    width: 429px;
    height: 441px;
    border-radius: 10px;
    overflow: hidden;
    z-index: 1;
}

.king-swiper .swiper-slide {
    width: 429px;
    height: 441px;
}

.king-swiper .swiper-slide img {
    width: 100%;
}

.king-pagination {
    position: absolute;
    top: 412px;
    left: 580px;
    width: 250px;
    text-align: center;
    z-index: 3;
}

.king-pagination .swiper-pagination-bullet {
    margin: 0 6px;
    width: 16px;
    height: 16px;
    background-color: rgba(255, 255, 255, .7);
    opacity: 1;
}

.king-pagination .swiper-pagination-bullet-active {
    background-color: #ff6700;
    border-color: #ff6700;
}

.king-prev,
.king-next {
    position: absolute;
    top: 188px;
    width: 120px;
    height: 146px;
    background: no-repeat;
    z-index: 3;
}

.king-prev {
    left: 410px;
    background-image: url(../images/arrow_left_king.png);
}

.king-next {
    right: 30px;
    background-image: url(../images/arrow_right_king.png);
}

.king-desc {
    position: absolute;
    top: 292px;
    left: 50px;
    width: 390px;
    line-height: 30px;
    font-size: 21px;
    color: #e9e9e9;
}

/*----------------------------- 王者联盟-end   ----------------------*/
/*----------------------------- 阴阳冕-start   ----------------------*/
.main-yym {
    position: relative;
    width: 100%;
    height: 1335px;
    /* padding-top: 18px; */
    background: url("../images/bg_yym.jpg") center 0 no-repeat;
    overflow: hidden;
}

.ie9lower .main-yym {
    background: url("../images/bg_yym2.jpg");
}

.main-yym_logo {
    position: absolute;
    top: 316px;
    left: 50%;
    width: 391px;
    height: 146px;
    margin-left: -195px;
    background: url("../images/logo_yym.png") no-repeat;
    z-index: 1;
}

.yym-girl {
    position: absolute;
    top: 316px;
    left: 50%;
    width: 756px;
    height: 1172px;
    margin-left: 154px;
    background: url("../images/girl.png") no-repeat;
    z-index: 1;
}

.yym-desc {
    position: absolute;
    top: 1038px;
    left: 50%;
    width: 680px;
    line-height: 32px;
    margin-left: -580px;
    text-shadow: 0 1px 3px rgba(0, 0, 0, .5), 0 2px 5px rgba(0, 0, 0, .5), 0 3px 10px rgba(0, 0, 0, .5), 0 3px 10px rgba(0, 0, 0, .5);
    font-size: 21px;
    color: #fff;
}

.yym-swiper {
    position: absolute;
    top: 546px;
    left: 50%;
    width: 774px;
    height: 376px;
    margin-left: -585px;
    border: 6px solid #777;
    border-radius: 10px;
    overflow: hidden;
    z-index: 1;
}

.yym-swiper .swiper-slide {
    width: 774px;
    height: 376px;
}

.yym-swiper .swiper-slide img {
    width: 100%;
}

.yym-pagination {
    position: absolute;
    top: 900px;
    left: 50%;
    width: 250px;
    margin-left: -626px;
    text-align: center;
    z-index: 3;
}

.yym-pagination .swiper-pagination-bullet {
    margin: 0 6px;
    width: 16px;
    height: 16px;
    background-color: #fff;
    opacity: .5;
}

.yym-pagination .swiper-pagination-bullet-active {
    opacity: 1;
    border-color: #fff;
}

.yym-prev,
.yym-next {
    position: absolute;
    top: 951px;
    left: 50%;
    width: 176px;
    height: 80px;
    background: #415f3a center no-repeat;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.yym-prev {
    margin-left: -585px;
    background-image: url(../images/arrow_left_yym.png);
}

.yym-next {
    margin-left: -385px;
    background-image: url(../images/arrow_right_yym.png);
}

/*----------------------------- 阴阳冕-end     ----------------------*/
/*----------------------------- 屏幕宽-start   ----------------------*/

/*当屏幕宽度1200---1400px 时 */
@media screen and (min-width:200px) and (max-width: 1400px) {
    .container-responsive {
        min-width: 1200px;
    }

    .syhome_main {
        width: 1200px;
        height: 430px;
        margin-left: -600px;
    }

    .syhome_main_left {
        width: 866px;
        height: 430px;
    }

    .syhome_main_content {
        width: 866px;
        height: 430px;
    }

    .syhome_main_175pt {
        width: 332px;
    }

    .syhome_main_item {
        width: 862px;
        height: 426px;
        background-position: -64px top;
    }

    .synav_sub {
        top: 354px
    }

    .syhome_main_175pt_foot {
        top: 354px
    }

    .synav_sub_right {
        left: 706px;
    }

    .synav_sub_175 {
        top: 0;
    }

    .synav_sub_item {
        width: 72px
    }

    .navsy_dd {
        height: 120px;
        padding-top: 10px;
        margin-bottom: 8px;
    }

    .itemFoot {
        height: 92px;
    }

    /* 龙之灵 1366 */
    .loong-swiper {
        width: 1200px;
        height: 446px;
    }

    .loong-swiper .swiper-slide {
        width: 800px;
        height: 446px;
    }

    .loong-pagination {
        top: 750px
    }

    .lp1 {
        bottom: 22px;
        font-size: 16px;
    }
}


/* @media (max-width: 768px) {
    .syhome_main_home {
        display: none;
    }

    .syfooter_home {
        position: relative;
        margin-top: 22px;
        bottom: auto;
    }

    .logoNews {
        left: 0;
    }

    .sy_iphone_box {
        display: block;
        padding-top: 96px;
        width: 100%;
    }

    .syfooter_wrap {
        width: 100%;
    }

    .sy_iphone_item {
        position: relative;
        display: block;
        margin-bottom: 24px;
    }

    .sy_iphone_item img {
        width: 100%;
    }

    .sy_iphone_item_name {
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        height: 32px;
        line-height: 32px;
        padding: 0 15px;
        background-color: rgba(0, 0, 0, .5);
        letter-spacing: 3px;
        text-align: center;
        font-weight: bold;
        font-size: 20px;
        color: #fff;
    }

    .marquee-container {
        position: relative;
        bottom: auto;
        left: auto;
        margin-left: 0;
        width: 100%;
    }

    .syfooter_copyright a {
        display: block;
    }

    .sy_iphone_menu {
        position: absolute;
        top: 0;
        right: 0;
        display: block;
        width: 100%;
        height: 66px;
        transition: all .3s ease-in;
        z-index: 33;
        overflow: hidden;
    }

    .sy_iphone_menu.active {
        height: 389px;
        background-color: rgba(0, 0, 0, .7);
    }

    .sy_iphone_menu_ul {
        width: 100%;
        display: block;
        position: absolute;
        top: 66px;
    }

    .sy_iphone_menu_item {
        display: block;
        padding: 10px 0;
        margin-bottom: 10px;
        border-bottom: 1px solid #ccc;
        text-align: center;
    }

    .sy_iphone_menu_item:last-child {
        border-bottom: none;
    }

    .sy_iphone_menu_item .icon_nav_ico,
    .sy_iphone_menu_item .nname {
        display: inline-block;
        vertical-align: middle;
        *display: inline;
        zoom: 1;
    }

    .sy_iphone_menu_item .nname {
        width: 88px;
        margin-left: 10px;
        font-size: 18px;
        text-align: left;
    }

    .sy_iphone_icon_open {
        position: absolute;
        top: 0;
        right: 0;
        width: 66px;
        height: 66px;
        cursor: pointer;
    }

    .oline {
        position: absolute;
        left: 12px;
        width: 42px;
        height: 2px;
        background-color: #999;
        transition: all .3s ease-in;
    }

    .oline1 {
        top: 20px;
    }

    .oline2 {
        top: 32px
    }

    .oline3 {
        top: 44px;
    }

    .sy_iphone_menu.active .oline1 {
        top: 34px;
        left: 14px;
        transform: rotate(45deg);
    }

    .sy_iphone_menu.active .oline2 {
        display: none;
    }

    .sy_iphone_menu.active .oline3 {
        top: 34px;
        left: 14px;
        transform: rotate(-45deg);
    }
} */

/*----------------------------- 屏幕宽-end     ----------------------*/


/* IE9及以下 */
.ie9lower .syfooter_home {
    position: relative;
    margin-top: 10px;
    bottom: auto;
}

.ie9lower .logoNews {
    display: none;
}

.ie9lower .syfooter_wrap {
    width: 800px;
    margin: 0 auto;
}

.ie9lower .responsive-main {
    padding-top: 26px;
    height: auto;
    /* width: 824px;
    margin: 0 auto;
    background-color: #15befa; */
}

.ie9lower .syfooter_history,
.ie9lower .marquee-container {
    position: relative;
    bottom: auto;
    margin-top: 10px;
}

.ie9lower .syhome_main {
    position: relative;
    top: 0 !important;
    width: 800px;
    height: 430px;
    margin-left: -400px;
    overflow: hidden;
}

.ie9lower .syhome_main_left {
    width: 800px;
    height: 430px;
    margin: 0 auto;
}

.ie9lower .syhome_main_content {
    width: 546px;
    height: 430px;
}

.ie9lower .syhome_main_175pt {
    width: 250px;
    background-position: center -60px;
}

.ie9lower .syhome_main_item {
    right: 2px;
    width: 798px;
    height: 430px;
    margin: 0 auto;
    background-position: -64px top;
}

.ie9lower .syhome_link {
    width: 798px;
    height: 430px;
    margin: 0 auto;
}

.ie9lower .syhome_main_item4 {
    background-position: right top;
}

.ie9lower .synav_sub {
    top: 354px
}

.ie9lower .syhome_main_175pt_foot {
    top: 356px
}

.ie9lower .syhome_main_175pt_ico {
    left: 40px;
}

.ie9lower .syhome_main_175pt_name {
    padding-top: 14px;
    margin-left: 110px;
}

.ie9lower .synav_sub_left {
    left: 10px
}

.ie9lower .synav_sub_right {
    left: 388px;
}

.ie9lower .synav_sub.synav_sub_175 {
    display: none;
}

.ie9lower .synav_sub_item {
    width: 72px
}

.ie9lower .navsy {
    top: 6px;
    left: 8px;
}

.ie9lower .icon_nav_ico {
    margin-left: 8px;
}

.ie9lower .navsy_dd {
    width: 198px;
    height: 92px;
    padding-top: 10px;
    margin-bottom: 5px;
    background-position: right top;
}

.ie9lower .navsy_dd.active {
    /* background-color: #ff6700; */
}

.ie9lower .navsy_dd4 {
    display: block;
}

.ie9lower .itemTagBar {
    display: none;
}

.ie9lower .itemFoot {
    width: 100%;
    height: 92px;
    margin-left: 0;
}

.ie9lower .itemInfo {
    width: 100%;
    height: 20px;
    padding-top: 60px;
    margin-left: 0;
    text-align: center;
}

.ie9lower .itemLogo {
    top: -5px;
    left: 66px;
    width: 70px;
    height: 70px;
}

.ie9lower .itemName {
    height: 20px;
    line-height: 20px;
    padding-bottom: 6px;
    font-weight: normal;
    font-size: 18px;
}

.ie9lower .itemDesc {
    display: none;
}

.ie9lower .syhome_main_content_bg {
    background-position: -340px -60px;
}

/* 龙之灵 IE */
.ie9lower .main-loong {
    height: 588px;
}

.ie9lower .banner-loong {
    background-size: cover;
}

.ie9lower .loong-swiper {
    width: 800px;
    height: 446px;
}

.ie9lower .loong-swiper .swiper-slide {
    width: 800px;
    height: 446px;
}

.ie9lower .loong-prev,
.ie9lower .loong-next {
    left: 50%;
    margin-top: -320px;
}

.ie9lower .loong-prev {
    margin-left: -440px;
}

.ie9lower .loong-next {
    margin-left: 330px;
}

.ie9lower .lp1 {
    bottom: 22px;
    font-size: 16px;
}

.ie9lower .loong-pagination {
    top: 680px;
    left: 50%;
    width: 300px;
    height: 16px;
    margin-left: -150px;
    text-align: center;
    z-index: 111;
}

.swiper-pagination-switch {
    display: inline-block;
    vertical-align: middle;
    *display: inline;
    zoom: 1;
    width: 18px;
    height: 18px;
    margin: 0 5px;
    background-color: #9d9d9d;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    cursor: pointer;
}

.swiper-active-switch {
    background-color: #fff;
}

.ie9lower .yym-swiper {
    top: 380px;
    margin-left: -387px;
}

.ie9lower .main-yym_logo {
    top: 200px;
}

.ie9lower .yym-prev,
.ie9lower .yym-next {
    top: 785px;
}

.ie9lower .yym-prev {
    margin-left: -181px;
}

.ie9lower .yym-next {
    margin-left: 5px;
}

.ie9lower .yym-desc {
    top: 888px;
    margin-left: -340px;
}


.ie9lower .main-king {
    height: 1050px;
    padding-top: 36px;
    background-color: #6c5048;
}

.ie9lower .main-king-content {
    width: 824px;
    height: 730px;
    background-image: url("../images/king_cont2.png");
}

.ie9lower .king-desc {
    top: 119px;
    left: 50%;
    width: 800px;
    margin-left: -400px;
}

.ie9lower .king-swiper {
    top: 220px;
    right: 50%;
    margin-right: -215px;
}

.ie9lower .king-swiper-bg {
    right: 50%;
    top: 210px;
    margin-right: -235px;
}

.ie9lower .king-pagination {
    top: 660px;
    left: 50%;
    margin-left: -125px;
}

.ie9lower .king-prev,
.ie9lower .king-next {
    top: 418px;
}

.ie9lower .king-prev {
    left: 100px;
}

.ie9lower .king-next {
    right: 100px;
}