body{
    /* background-color:#000; */
}
.year-hint{
      width: 120px;
    height: 154px;
    display: block;
    background: url(../image/year-btn.png) no-repeat  #fff;
    background-size: 120px 154px;
    position: absolute;
    top: 25px;
    right: 30px;
    z-index: 2;
      border-radius: 11px;
    overflow: hidden;
    text-indent: -9999px;
    font-size: 0;
}
.year-pop{
    width: 674px;
    height: 613px;
   background: #fff;
    padding: 85px 30px 0 35px;
    box-sizing: border-box;
    outline: none;
}
 .year-tit{
    width: 100%;
    height: 45px;
    line-height: 45px;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 30px;
    text-align: center;
}
.hint-box{
    width: 100%;
    height: 470px;
    overflow-y: scroll;
    overflow-x: hidden;
    padding-right: 25px;
    box-sizing: border-box;
}

.hint-box::-webkit-scrollbar{
    width: 3px;
    background: #bababa;
}
.hint-box::-webkit-scrollbar-thumb{
    background: #6d6d6d;
}
.hint-sm{
    font-size: 22px;
    color: #dc7c00;
}

.hint-desc{
    font-size: 20px;
    color: #535353;
    margin-bottom: 40px;
    line-height: 33px;
}

.wraper{
	position: relative;
	overflow: hidden;
}
.feature-coverflow .swiper-container {
    position: relative;
    width: 1200px;
    height: 560px;
    margin: 0 auto;
    overflow: hidden;
    padding-bottom: 60px;
}

.feature-coverflow .swiper-container img {
    height: 100%;
    width: 100%;
}

.feature-coverflow .swiper-slide {
    height: 100%;
    width: 100%;
}

.feature-coverflow .pagination {
    position: absolute;
    display: block;
    width: 100%;
    bottom: 20px;
    z-index: 20;
    text-align: center;
}

.feature-coverflow .swiper-pagination-bullet {
    margin: 0 4px;
}

.feature-coverflow .swiper-slide-active {
    width: 1000px !important;
    margin-left: -190px;
    background-color: #bcbcbc;
}

.feature-coverflow .swiper-container .next,
.feature-coverflow .swiper-container .prev {
    position: absolute;
    right: 0;
    width: 0;
    height: 0;
    z-index: 10;
    text-indent: -9999px;
    border-width: 20px;
    border-style: dashed dashed dashed solid;
    border-color: transparent transparent transparent #000;
    margin-top: -10px;
    top: 45%;
}

.feature-coverflow .swiper-container .next {
    right: 2%;
}

.feature-coverflow .swiper-container .prev {
    border-color: transparent #000 transparent transparent;
    border-style: dashed solid dashed dashed;
    left: 2%;
}
.sidebar_right1 {
    position: fixed;
    z-index: 10000;
    right: -182px;
    top: 7%;
    font-size: 16px;
    text-align: center;
    color: #666;
    -webkit-transition: .5s ease;
    -moz-transition: .5s ease;
    -ms-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;
    width: 182px;
}

.sidebar_right1 .delete-icon {
    right: 180px;
}
.grid-hd{overflow: inherit;}

.toggle {
    position: absolute;
    left: -40px;
    top: 100px;
    width: 20px;
    padding: 40px 10px 40px 10px;
    cursor: pointer;
    background-color: #d7d7d7;
}

.sidebar {
    float: left;
    border: 1px solid #ccc;
    width: 180px;
    background: #f2f2f2;
}

.sidebar_menu li {
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #ccc;
    margin: 0 20px;
    cursor: pointer;
}

.sidebar_menu li.btn,
.sidebar_menu li.qrcode,
.sidebar_menu li.top {
    border-bottom: none;
    cursor: auto;
}

.sidebar_menu li.btn {
    background: #999;
    color: #fff;
    cursor: pointer;
}

.sidebar_menu li.btn {
    margin: 10px 20px;
}

.sidebar_menu li.qrcode {
    height: 120px;
    line-height: 120px;
}

.sidebar_menu li.qrcode img {
    height: 100px;
    width: 100px;
    margin: 10px 0;
}

.sidebar_menu li.top {
    font-weight: 600;
    cursor: pointer;
    margin: 0;
    border-bottom: 1px solid #ccc;
}

.sidebar_menu li.top img {
    width: 25px;
    vertical-align: middle;
    margin-right: 10px;
}
.nav-wrap{
	height: 92px;
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0;
}
.wp_nav{
	height: 92px;
	background: url(../image/bg-topNav.png);
}
.wp_nav .game-info {
    margin-right: 0;
    width: 250px;
    height: 95px;
    padding-left: 0px;
}
.wp_nav .nav-logo {
    top: -5px;
    left: 40px;
}
.wp_nav .nav-logo img {
    border-radius: 5px;
    width: 160px;
}
.wp_nav .game-info h2 {
    font-weight: normal;
}
.wp_nav .nav-list li {
    margin-left: 0;
    /* overflow: hidden; */
}
.wp_nav .nav-list li:hover{
	background-color: #fff;
}
.wp_nav .nav-list a {
    height: 67px;
    padding-top: 25px;
    width: 118px;
    margin-top: 0;
    border: none;
    border-radius: 0;
    line-height: 24px;
    text-indent: 0;
    font-size: 18px;
    color: #fff;
    position: relative;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    overflow: hidden;
}
.wp_nav .nav-list a:hover ,.wp_nav .nav-list li.on a{
    height: 60px;
    padding-top: 32px;
    background: #aa4141;
    border-color: transparent;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.wp_nav .nav-list a:hover .en {
    opacity: 0;
    *display: none;
}

.wp_nav .nav-list a:before {
    content: ' ';
    display: block;
    position: absolute;
    width: 50px;
    height: 1px;
    border-top: 1px solid #a9b5ca;
    left: 50%;
    margin-left: -25px;
    opacity: 0;
    bottom: 35px;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    display: none\9;
}

.wp_nav .nav-list a:hover:before {
    opacity: 1;
    bottom: 25px;
    transition: all 0.3s .2s;
    -webkit-transition: all 0.3s .2s;
}
.wp_nav .nav-list span {
    display: block;
}
.wp_nav .nav-list .en {
    color: #a9b5ca;
    font-size: 13px;
}
/*kv*/
.con-part1{
	background: url(../image/bg-kv.jpg) center top no-repeat;
	height: 990px;
}
.con-part1-1{
    background-image: url(../image/bg-kv1.jpg);
}
.con-part1 .center{height: 100%;}
.kv-down{
    display: block;
    width: 473px;
    height: 182px;
    position: absolute;
    top: 530px;
    left: 10px;
}
/*order  style*/
.btn-yuyue {
    width: 207px;
    height: 62px;
    display: block;
    background: url(../image/kv-order.png);
    position: absolute;
    top: 521px;
    left: 50%;
    margin-left: 173px;
}
.kv-down .down-code-box{
    float: left;
    position: relative;
}
.kv-down .down-code-box img{}
.kv-down .down-code-box span{
    width: 150px;
    height: 10px;
    background: url(../image/light.png) no-repeat;
    position: absolute;
    left: 3px;
    top: 0px;
    animation: myScan 1s infinite alternate;
    opacity: 0.8;
}
.kv-down .btn-down-box{
    display: block;
    width: 168px;
    height: 165px;
    float: left;
    margin-top: 17px;
    background-color: #c0c8d2;
}
.kv-down .btn-down-box a{
    display: block;
    width: 160px;
    height: 48px;
    background: url(../image/down-btn-bg.png);
    margin: 5px 0 0 7px;
    text-indent: -999em;
}
.kv-down .btn-down-box a.btn-ios{}
.kv-down .btn-down-box a.btn-az{
    background-position: 0px -51px;
}
.kv-down .btn-down-box a.btn-pc{
    background-position: 0px -104px;
}
.kv-down .btn-gift-link{
    display: block;
    width: 141px;
    height: 165px;
    background: #c0c8d2 url(../image/down-btn-bg.png) no-repeat;
    background-position: -161px 0px;
    float: left;
    margin: 17px 0 0 0px;
    text-indent: -999em;
}
.con-part1 .btn-video {
    display: block;
    width: 169px;
    height: 169px;
    position: absolute;
    top: 386px;
    left: 332px;
}
.con-part1 .btn-video:after{
    content: '';
    width: 169px;
    height: 169px;
    position: absolute;
    top: 0px;
    left: 0px;
    background: url(../image/kv-btn-video.png) -195px -4px no-repeat;
}
.con-part1 .btn-video i {
    display: block;
    width: 169px;
    height: 169px;
    background: url(../image/kv-btn-video.png) 0px 0px no-repeat;
    transform: scale(.1);
    -webkit-transform: scale(.1);
    animation: animaScale 3s linear infinite;
    -webkit-animation: animaScale 3s linear infinite;
}
@keyframes animaScale{
    0%{
        transform: scale(.1);
        opacity: 1;
        filter: alpha(opacity:100);
    }
    70%{
        opacity: 1;
        filter: alpha(opacity:100);
    }
    100%{
        transform: scale(1);
        opacity: 0;
        filter: alpha(opacity:0);
    }
}
@-webkit-keyframes animaScale{
    0%{
        -webkit-transform: scale(.1);
        opacity: 1;
        filter: alpha(opacity:100);
    }
    70%{
        opacity: 1;
        filter: alpha(opacity:100);
    }
    100%{
        -webkit-transform: scale(1);
        opacity: 0;
        filter: alpha(opacity:0);
    }
}
/*part2*/
.con-part2{
    margin-top: -268px;
}
.grid-text-tab{
    background-color: transparent;
}
.con-part2 .md2-1{
    width: 680px;
    height: 377px;
}
.con-part2 .md2-2{
    width: 503px;
    height: 400px;
}
.grid-roll{
    width: 640px;
    height: 377px;
}
.md-roll-txt .adBtn a{
    height: 45px;
    font-size: 14px;
    line-height: 45px;
    color: #fff;
    background: rgba(125,142,160,.8);
    width: 23%;
    padding: 0 1%;
    /* padding-top: 15px; */
}
.md-roll-txt .adBtn .on{
    color: #ababab;
    background: rgba(0,0,0,.8);
}
.grid-hd-extra{
    position: absolute;
    top: 0;
    right: 0;
    padding-right: 0;
    height: 50px;
   width: 35px;
}
.grid-full .tab-hd{
    border-bottom: 1px solid #e3d8b7;
}
.grid-full .tab-hd li{
    font-size: 16px;
    color: #584315;
}
.grid-hd-extra a{
    text-indent: -999em;
    background: url(../image/btn-more.png) center no-repeat;
    display: block;
    width: 100%;
    height: 100%;
}
.grid-full .tab-hd{
    background-color: transparent;
}
.grid-full .tab-hd li{position: relative;}
.grid-full .tab-hd li:before {
    content: '';
    display: block;
    width: 1px;
    height: 25px;
    position: absolute;
    left: 0;
    top: 15px;
    border-left: 1px solid #efe9d7;
}
.grid-full .tab-hd li:first-child:before {
    display: none;
}
.grid-full .tab-hd .on{
    background: url(../image/news-title-on.png) center left no-repeat;
    color: #fff;
    border: none;
}
.con-part2 .col-news li:first-child{
    background: url(../image/fist-news-bg.png) center left no-repeat;
    height: 97px;
    position: relative;
}
.con-part2 .col-news li:first-child a{
    width: 346px;
    padding-right: 0px;
    margin: 21px 0 0 117px;
    text-align: left;
    color: #332520;
}
.con-part2 .col-news li:first-child .time, .con-part2 .col-news li.top-news.time {
    display: block;
    position: absolute;
    bottom: 6px;
    left: 131px;
    font-weight: normal;
    color: #b5a286;
}
.con-part2 .grid-full .col-news{
    padding: 0;
}
.col-news li.top-news i {
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    right: 0;
    top: 35px;
    text-align: center;
    color: #fff;
    font-size: 12px;
    line-height: 24px;
    background: #a8271a;
    color: #fff;
    font-style: normal;
    border-radius: 3px;
}
.col-news a{
    color: #171717;
}
.col-news a:hover {
    color: #ba8c42;
}
.col-news span{
    color: #aaaaaa;
}
.qucklink-ul li .link-box{
    display: block;
    width: 288px;
    height: 133px;
    position: relative;
    margin-top: 10px;
    background-color: #e2e7ed;
    overflow: hidden;
    transition: all .5s;
    -webkit-transition: all .5s;
    overflow: hidden;
}
.qucklink-ul li .link-box img{position: absolute;top: 0;left: 0;}
.qucklink-ul li .link-box h3{
    height: 30px;
    width: 59%;
    margin-top: 23px;
    margin-left: 40%;
    position: relative;
    z-index: 9;
    line-height: 30px;
    color: #010101;
    font-size: 22px;
    text-align: left;
}
.qucklink-ul li .link-box span{
    height: 20px;
    line-height: 20px;
    position: relative;
    z-index: 9;
    font-weight: 400;
    font-size: 12px;
    width: 59%;
    margin-left: 40%;
    display: block;
    text-align: left;
}
.qucklink-ul li .link-box i{
    height: 25px;
    line-height: 25px;
    z-index: 9;
    font-weight: 400;
    font-size: 12px;
    width: 70px;
    margin-left: 40%;
    display: block;
    font-style: normal;
    position: relative;
    text-align: center;
    background: #b5361c;
    color: #fff;
    border-radius: 14px;
    margin-top: 11px;
}
.qucklink-ul li .link-box:hover{background-color: #bd3232; background-image: url(../image/link-list-bg.png); background-repeat: no-repeat;}
.qucklink-ul li .link-box:hover h3{color: #fff;}
.qucklink-ul li .link-box:hover span{color: #fff;}
.qucklink-ul li .link-box:hover i{color: #fff; background-color: #2b0f06;}

/*con-part3*/
.con-part3{position: relative; z-index: 9;}
/*con-part4*/
.con-part4{
    background: url(../image/part4.jpg) center bottom no-repeat;
    /* overflow: hidden; */
    position: relative;
}
.con-part4 .md{
    padding-top: 70px;
}
.con-part4 .grid-full .tab-hd{
    height: auto;
    width: 167px;
    float: left;
    background-color: #546374;
          position: relative;
    z-index: 99;
}
.con-part4 .grid-full .tab-hd li{
    background-color: #546374;
    padding: 0;
    color: #fff;
    width: 167px;
    height: 79px;
    line-height: 79px;
    border-bottom: 1px solid #708091;
    transition: all .5s;
    -webkit-transition: all .5s;
}
.con-part4 .grid-full .tab-hd li img.ico-new{
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
}
.con-part4 .grid-full .tab-hd li.btn-list-role1.on img{
    /*display: none;*/
}
.con-part4 .grid-full .tab-hd li.on{
    height: 213px;
    writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    font-size: 20px;
    line-height: 167px;
    letter-spacing: 6px;
    text-indent: 12px;
    background: url(../image/role-spr-bg.png) 0 center;
}
.con-part4 .grid-full .tab-hd li.btn-list-role1.on{
    background-position: 0px -463px;
}
.con-part4 .grid-full .tab-hd li.btn-list-role2.on{
    background-position: 0px -694px;
}
.con-part4 .grid-full .tab-hd li.btn-list-role3.on{
    background-position: 0px -925px;
}
.con-part4 .grid-full .tab-hd li.btn-list-role4.on{
    background-position: 0px -1388px;
}
.con-part4 .grid-full .tab-hd li.btn-list-role5.on{
    background-position: 0px -1157px;
}
.con-part4 .grid-full .tab-hd li.btn-list-role6.on{
    background-position: 0px -232px;
}
.con-part4 .grid-full .tab-hd li.btn-list-role7.on{
    background-position: 0px 0px;
}
.con-part4 .grid-full .tab-hd li.btn-list-role8.on{
    background-position: 0px 225px;
}
.con-part4 .grid-full .tab-hd li.btn-list-role9.on{
    background-position: 0px 455px;
}
.con-part4 .grid-full .tab-hd li.btn-list-role10.on{
    background-position: 0px 457px;
}
.con-part4 .grid-full .tab-hd li.btn-list-role11.on{
    background-position: 0px 228px;
}
.con-part4 .grid-full .tab-hd li:before{display: none;}
.con-part4 .charcon{
    padding-left: 70px;
    margin-top: 50px;
}
.con-part4 .roleId .title{
    display: block;
    width: 670px;
    height: 80px;
	background:url(../image/role-title-spr.png) no-repeat;
    text-indent: -999em;
}
.con-part4 .dbtab-panel2 .roleId .title{
    background-position: 0px -80px;
}
.con-part4 .dbtab-panel3 .roleId .title{
    background-position: 0px -159px;
}
.con-part4 .dbtab-panel4 .roleId .title{
    background-position: 0px -240px;
}
.con-part4 .dbtab-panel5 .roleId .title{
    background-position: 0px -320px;
}
.con-part4 .dbtab-panel6 .roleId .title{
    background-position: 0px -401px;
}
.con-part4 .dbtab-panel7 .roleId .title{
    background-position: 0px -486px;
}
.con-part4 .dbtab-panel8 .roleId .title{
    background-position: 0px -572px;
} 
.con-part4 .dbtab-panel9 .roleId .title{
    background-position: 0px -660px;
} 
.con-part4 .dbtab-panel10 .roleId .title{
    background-position: 0px -754px;
}
.con-part4 .dbtab-panel11 .roleId .title{
    background-position: 0px -936px;
}      
.con-part4 .role-con .roletext{
    position: relative;
    margin: 70px 0 50px;
    color: #475768;
    text-indent: 0em;
    text-align: center;
    width: 290px;
}
.con-part4 .role-con .roletext:after{
    content: ' ';
    display: block;
    position: absolute;
    width: 350px;
    height: 1px;
    left: 0px;
    bottom: -17px;
    background: url(../image/line.png) no-repeat;
}
.con-part4 .role-con .roletext:before{
    content: ' ';
    display: block;
    position: absolute;
    width: 307px;
    height: 3px;
    left: 0px;
    top: -14px;
    background: url(../image/line.png) no-repeat;
}
.con-part4 .roleId-con{
    width: 600px;
    overflow: hidden;
    clear: both;
}
.con-part4 .roleId{position: relative;z-index: 9;}
.charsc p{display:none;}
.charsc p.show{display: block;}
.con-part4 .charsc{ width: 1558px; height:920px; position: absolute;top:73px; left:0; text-align:right;overflow: hidden;}
.con-part4 .charsc img{ vertical-align:bottom;}


/*.dbtab-panel1 .charsc{top:256px;}
.dbtab-panel2 .charsc{top:216px;}
.dbtab-panel3 .charsc{top: 272px;left: 100px;}
.dbtab-panel4 .charsc{top:306px; left:45px;}
.dbtab-panel5 .charsc{top:306px;}
.dbtab-panel6 .charsc{
    top: 205px;
    left: 318px;
}
.dbtab-panel7 .charsc {
    top: 129px;
    left: 532px;
}
.dbtab-panel8 .charsc {
    top: 222px;
   left: 54px;
   
}
.dbtab-panel9 .charsc {
    top: 310px;
   left: 70px;
   
}*/
.charsc-btn{width:57px;height: 123px;position: absolute;top: 563px;left: 1047px;z-index: 5}
.charsc-btn a{float: left;width:57px;height:61px;text-indent: 9999px;background:url("../image/gender-btn.png")no-repeat; }
.charsc-btn .man-btn{background-position:-67px 0;}
.charsc-btn .man-btn.on{background-position: 0 0;}
.charsc-btn .woman-btn.on{background-position: -67px -61px;}
.charsc-btn .woman-btn{background-position: 0 -61px;}
.con-part4 .roleId-con .roleId-ul{
    float: left;
    border-top: 0;
    padding-left: 0;
}
.con-part4 .tech{
    float: left;
    margin-left: 10px;
    width: 231px;
}
.con-part4 .roleId-con .roleId-ul p{
    color: #475768;
    font-size: 16px;
    font-weight: 700;
    margin-right: 10px;
    width: 41px;
}
.con-part4 .roleId-con span{
    color: #475768;
    font-size: 16px;
    font-weight: 700;
}
.con-part4 .techtit{
    margin-top: 27px;
    color: #475768;
    font-size: 16px;
    font-weight: 700;
}
.con-part4 .btn-video{
    display: block;
    width: 65px;
    height: 65px;
    position: absolute;
    top: 50px;
    left: 260px;
    background: url(../image/btn-video-spr.png) 27px -3px no-repeat;
    display: none;
}
.con-part4 .btn-video i{
    display: block;
    width: 65px;
    height: 65px;
    background: url(../image/btn-video-spr.png) -59px 2px no-repeat;
    animation: animaShun 3s linear infinite;
    -webkit-animation: animaShun 3s linear infinite;
}
/*con-part5*/
.con-part5{
    padding-top: 35px;
    background: url(../image/part5.jpg) center top no-repeat;
    height: 567px;
}
.grid-hd h3{
    font-size: 24px;
    color: #584315;
    position: relative;
}
.grid-hd h3 i{
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
}
.grid-hd h3:after{
    content: ' ';
    width: 145px;
    height: 78px;
    position: absolute;
    top: -8px;
    left: -21px;
    background: url(../image/title-bg.png);
}
.con-part5 .grid-full{position: relative;}
.con-part5 .pic-list li{
    width: 250px;
    margin: 0 5px;
    margin: 0 4px\9;
}
.con-part5 .pic-list li a{
    margin: 10px 0;
}
.con-part5 .md2-1{width: 521px;}
.con-part5 .grid-text-tab{
    width: 620px;
    margin-right: 58px;
}
.con-part5 .grid-full .col-news{
    padding: 20px 0px 10px;
}
.con-part5 .pic-list .tit2{
    -webkit-line-clamp: 1;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
}
.con-part5 .col-news li:first-child{
    background-color: transparent;
    padding: 0;
    margin-top: 0;
    height: 30px;
    line-height: 30px;
    font-weight: 400;
}
.con-part5 .col-news li:first-child a{
    font-size: 14px;
    text-align: left;
}
.con-part5 .col-news li:first-child .time{display: inline-block;}
.con-part5 .col-news li{
    height: 30px;
    line-height: 30px;
    margin: 12px 0;
    border-bottom: none;
}
.pic-list li .video-ico{
    top: 50%;
    margin-top: -35px;
    display: block;
    z-index: 9;
    opacity: 0;
    background: url(../image/video-ico.png) center no-repeat;
    border: none;
}
.pic-list li .video-ico:after{display: none;}
.pic-list li a:before {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    content: ' ';
    height: 143px;
    background: rgba(0,0,0,0.6);
    opacity: 0;
    z-index: 2;
}
.pic-list li:hover a:before,
.pic-list li:hover .video-ico{
    opacity: 1;
    *display: block;
    transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
}
.con-part5 .pic-list{
    height: 374px;
}
/*con-part6*/
.con-part6{padding-top: 60px;background: url(../image/part6-1.jpg) center top no-repeat;height: 675px;}
.con-part6 .feature-coverflow .swiper-slide-active{width: 841px!important; height: 471px;margin-left: -132px;background: none;}
.con-part6 .feature-coverflow .swiper-container{
    height: 471px;
}
.con-part6 .feature-coverflow .swiper-container .prev{
    margin-left: 116px;
    background: url(../image/dir-spr.png) center left no-repeat;
    width: 63px;
    height: 63px;
    border: 0;
}
.con-part6 .feature-coverflow .swiper-container .next{
    margin-right: 137px;
    background: url(../image/dir-spr.png) center right no-repeat;
    width: 63px;
    height: 63px;
    border: 0;
}
.feature-coverflow .swiper-pagination-bullet{
    width: 40px;
    height: 3px;
    border-radius: 0;
}
.swiper-pagination-bullet-active{
    background-color: #b43437;
}
.con-part6 .swiper-wrapper.isIe{
    width: 839px;
    height: 455px;
    margin: 0 auto;
    overflow: hidden;
}
.con-part6 .swiper-wrapper.isIe .swiper-slide{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    display: none;
}
.con-part6 .swiper-wrapper.isIe .swiper-slide.on{
    display: block;
}
.con-part6 .grid-hdc h3{padding-top: 20px;}
.con-part6 .grid-hdc{
    height: 100px;
}
.con-part6 .grid-hdc h3:after{
    content: ' ';
    width: 145px;
    height: 78px;
    position: absolute;
    top: -7px;
    left: 50%;
    margin-left: -62px;
    background: url(../image/title-bg.png);
}
/*con-part7*/
.con-part7{
    background: url(../image/part7.jpg) center top no-repeat;
    height: 595px;
    padding-top: 100px;
    display: none;
}
.con-part7 .grid-full h3{
    width: 125px;
    position: absolute;
    left: 0;
    line-height: 52px;
    height: 52px;
    font-size: 24px;
    text-indent: 14px;
    color: #666;
    border-bottom: 1px solid #e3d8b7;
}
.con-part7 .grid-full h3:after{
    content: ' ';
    width: 145px;
    height: 78px;
    position: absolute;
    top: -8px;
    left: -21px;
    background: url(../image/title-bg.png);
}
.con-part7 .grid-full .tab-hd{
    margin-left: 125px;
}
.con-part7 .pic-list li{
    width: 300px;
    width: 297px\9;
}
.con-part7 .pic-list .tit2{
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    line-height: 30px;
    height: 30px;
}
.con-part7 .pic-list{
    height: 400px;
}
.con-part7 .pic-list li a:before {
    height: 143px;
}
.pic-list.pic-box li a{
    overflow:hidden;
}
.pic-list.pic-box li .video-ico{
    display: none;
}
.pic-list.pic-box li a:before{
    display: none;
}
.pic-list.pic-box li a img{
    transition: all .5s;
    -webkit-transition: all .5s;
}
.pic-list.pic-box li a:hover img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}
/*con-part8*/
.con-part8{padding-top: 120px;background: url(../image/part8.jpg) center bottom no-repeat;height: 270px;}
.con-part8 .qucklink-ul {
    overflow: hidden;
    width: 929px;
    margin: 0 auto;
}
.con-part8 .qucklink-ul li {
    position: relative;
    width: 19%;
    height: 136px;
    text-align: center;
}
.con-part8 .qucklink-ul li a {
    width: 123px;
    height: 123px;
    margin: 0 auto 5px;
    background-image: url(../image/link-code.png);
    border: 0;
    text-indent: -999em;
    background-color: transparent;
}
.con-part8 .qucklink-ul .link-towx a {
    background-position: 0px 0px;
}

.con-part8 .qucklink-ul .link-towxpyq a {
    background-position: -219px 0;
}

.con-part8 .qucklink-ul .link-tobl a {
    background-position: -438px 0;
}

.con-part8 .qucklink-ul .link-tosina a {
    background-position: -657px 0;
}
.con-part8 .qucklink-ul .link-tobdtb a {
    background-position: -875px 0;
}
.con-part8 .qucklink-ul .link-towx i {
    background-position: -3px -148px;
}
.con-part8 .qucklink-ul li span{
    text-align: center;
    font-size: 14px;
    color: #687482;
}
.con-part8 .qucklink-ul li i {
    height: 150px;
    width: 190px;
    display: none\9;
    position: absolute;
    top: 0;
    left: -50px;
    left: 0\9;
    opacity: 0;
    z-index: -1;
    background-image: url(../image/link-code.png);
    background-repeat: no-repeat;
}
.con-part8 .qucklink-ul li.link-showCode:hover i {
    display: block\9;
    z-index: 1;
    opacity: 1;
    left: 0;
    transition: all 1s;
    -webkit-transition: all 1s;
}

.con-part8 .qucklink-ul li.link-showCode:hover span,.con-part8 .qucklink-ul li.link-showCode:hover a {
    opacity: 0;
}

.con-part8 .qucklink-ul .link-towx i {
    background-position: 0px -154px;
}

.con-part8 .qucklink-ul .link-towxpyq i {
    background-position: -219px -149px;
}

.con-part8 .qucklink-ul .link-tobl i {
    background-position: -436px -149px;
}

.con-part8 .qucklink-ul .link-tosina i {
    background-position: -656px -149px;
}

.con-part8 .qucklink-ul .link-tobdtb i {
    background-position: -656px -150px;
}
/*nav*/
.sidebar_right1{right: 0;width: 140px;top: 50%;margin-top: -266px;}
.sidebar{
    background: url(../image/nav-bg.jpg);
    width: 135px;
    height: 592px;
    border: 0;
    clear: left;
    display: none;
}
.sidebar_menu li{
    width: 100%;
    margin: 0 auto;
    font-size: 16px;
    color: #fff;
    border-bottom-color: #b45656;
    height: 59px;
    line-height: 59px;
}
.sidebar_menu li a{
    color: #fff;
    display: block;
    width: 100%;
    height: 100%;
}
.sidebar_menu li a.linkIcon1,
.sidebar_menu li a.linkIcon2{
    position: absolute;
    left: 0px;
    top: 0;
    width: 66px;
    height: 66px;
    display: block;
}
.sidebar_menu li a.linkIcon2{left: auto; right: 0;}
.sidebar_menu li  img{opacity: 0;left: -120px; position: absolute; z-index: -1; display: none\9;}
.sidebar_menu li a.linkIcon2 img{opacity: 0; left: -120px; position: absolute; z-index: -1; display: none\9;}
.sidebar_menu li a:hover img {
    display: block\9;
    z-index: 1;
    opacity: 1;
    left: -100px;
    transition: all 1s;
    -webkit-transition: all 1s;
    z-index: 9;
}
.sidebar_menu li.qrcode img{
    margin: 16px 0 2px;
}
.sidebar_menu li.down-hint{
    width: 131px;
    height: 31px;
    line-height: 31px;
    color: #fff;
    font-size: 14px;
}
.sidebar_menu li.code-list{
    width: 134px;
    height: 67px;
    position: relative;
}
.sidebar_menu li.top{
    width: 100%;
    height: 72px;
    text-indent: -999em;
}
.sidebar_menu li a.on{background-color: #000; background-color: rgba(0,0,0,.5);}
.sidebar_menu .link-other{background-color: #b65340; background-color: rgba(182,83,64,.56);}

/*footer*/
.foot_cpright{width: 1200px!important;margin: 0 auto!important;}
.foot_dark{overflow:hidden;}
.foot_dark a{color: #fff!important;}
.foot_links li{color: #fff!important;}
.foot_ieg_logo{ margin: 41px 0 0 79px!important; }

/*dialog*/
.pop#vindex-play{width: 800px;height: 500px;border: 1px solid #b99d70;display: none;}
.pop#vindex-play .pop-con,.pop#vindex-play .tenvideo_player{padding: 0;width: 800px;height: 500px;}
.btn-pop-close {
    display: block;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 36px;
    background-color: #242425;
    cursor: pointer;
    position: absolute;
    right: -45px;
    top: -1px;
    font-family: Tahoma;
    font-size: 30px;
    color: #ba9e70;
    text-decoration: none;
    border: 1px solid #ba9e70;
}

@media \0screen {
    .md-roll-txt .adBtn a{
        filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#C87d8ea0,endColorstr=#C87d8ea0);
    }
    .md-roll-txt .adBtn .on{
        filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#C8000000,endColorstr=#C8000000);
    }
    .sidebar_menu li a.on{
        filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7F000000,endColorstr=#7F000000);
    }
}
/*animation*/
@keyframes  myScan{from { top:0px;}to { top: 140px; }}
@keyframes animaShun{
    form{
        transform: rotate(0deg);
    }
    to{
        transform: rotate(360deg);
    }
}
@-webkit-keyframes animaShun{
    form{
        -webkit-transform: rotate(0deg);
    }
    to{
        -webkit-transform: rotate(360deg);
    }
}



/* 快速列表容器样式 */
.quick-list {
    list-style: none;
    padding: 0;
    margin: 0;
    font-family: "Microsoft YaHei", sans-serif;
}

/* 列表项样式 */
.quick-list li {
    padding: 10px 15px;
    border-bottom: 1px solid #f0f0f0;
    transition: background-color 0.3s ease;
}

.quick-list li:last-child {
    border-bottom: none;
}

.quick-list li:hover {
    background-color: #f9f9f9;
}

/* 链接样式 */
.quick-list a {
    display: flex;
    align-items: center;
    color: #333;
    text-decoration: none;
    line-height: 1.5;
}

.quick-list a:hover {
    color: #2c7ad6;
}

/* 新闻点样式 */
.news-dot {
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #999;
    margin-right: 10px;
    flex-shrink: 0;
}

/* 文本内容样式 */
.news-text {
    flex-grow: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: 10px;
}

/* 公告和活动标签样式 */
.news-text strong {
    color: #e53e3e;
    font-weight: 600;
    margin-right: 5px;
}

/* 日期样式 */
.news-date {
    color: #999;
    font-size: 12px;
    flex-shrink: 0;
    white-space: nowrap;
}

/* 响应式调整 */
@media (max-width: 768px) {
    .quick-list li {
        padding: 8px 10px;
    }
    
    .news-date {
        font-size: 11px;
    }
    
    .news-text {
        font-size: 14px;
    }
}