@charset "UTF-8";
.banner {
    width:100%;
    /* height:16vw; */
    position: relative;
}
.banner .arrow-left {
    background: url(../image/arrows.png) no-repeat left top;
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -15px;
    width: 17px;
    height: 30px;
    z-index: 1;
    cursor: pointer;
}
.banner .arrow-right {
    background: url(../image/arrows.png) no-repeat left bottom;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -15px;
    width: 17px;
    height: 30px;
    z-index: 1;
    cursor: pointer;
}
.banner .swiper-container{
    height:450px;
    width:100%;
}
.banner .content-slide {
    color: #fff;
}
.banner .pagination {
    position: absolute;
    left: 0;
    text-align: center;
    bottom:5px;
    width: 100%;
}
.banner .swiper-pagination-switch {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background:rgba(255,255,255,.5);
    margin: 0 5px;
    cursor: pointer;
}
.banner .swiper-active-switch {
    background: #fff;
}
.banner img{
    /* width:100%;
    height: 16vw; */
    display: block;
}
.slider{
    background:#fff;
    overflow: hidden;  
    margin-bottom:10px;
    margin-top:10px;
    padding:5px;
}
.slider_content{
    box-shadow: 0px 0px 5px #e0e0e0;
    padding:25px;
    overflow: hidden;
    border-radius: 10px;
}
.slider_l{
    width:902px;
    padding-right:20px;
    float: left;
}
.slider_mod{
    position: relative;
    border-radius: 10px;
}
.slider_mod .swiper-slide{
    position: relative;
}
.slider_mod .swiper-container, .slider_mod img{
    width:902px;
    height:400px;
    overflow: hidden;
}
.slider_mod img{
    display: block;
    border-radius: 10px;
}
.slider_r{
    width:418px;
    float: left;
}
.slider_r img{
    display: block;
    width:100%;
    height:190px;
    border-radius: 10px;
}
.slider_r_t{
    padding-bottom:10px;
}
.slider_r_b{
    padding-top:10px;
}
.slider_r_item{
    display: block;
    position:relative;
}
.slider_r_item p{
    position: absolute;
    width:100%;
    left:0px;
    bottom:0px;
    display: block;
}
.slider_r_item p span{
    display: block;
    padding:2px 10px;
    background:rgba(0,0,0,.5);
    line-height: 20px;
    color:#fff;
}
.hotdj{
    margin-top:20px;
    padding:0px 5px;
    overflow: hidden;
}
.ac_box{
    overflow: hidden;
    margin-top:20px;
}
.hot, .ac_l{
    width:947px;
    float: left;
}
.hot_list{
    overflow: hidden;
}
.hot_list li{
    width:50%;
    float: left;
}
.list li a{
    display: block;
    position: relative;
    line-height:36px;
    padding-left:15px;
    overflow: hidden;
    height:36px;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.list li:not(.hot_first) a:after{
    content:'';
    position: absolute;
    background:#FE0000;
    border-radius: 100%;
    width:6px;
    height:6px;
    left:0px;
    top:50%;
    margin-top:-3px;
}
.dj, .ac_r{
    width:443px;
    float: right;
}
.slider_mod .arrow-left {
    background: url(../image/arrows.png) no-repeat left top;
    position: absolute;
    left: 10px;
    bottom:28px;
    width: 17px;
    height: 30px;
    z-index: 1;
    cursor: pointer;
}
.slider_mod .arrow-right {
    background: url(../image/arrows.png) no-repeat left bottom;
    position: absolute;
    right: 10px;
    bottom:28px;
    width: 17px;
    height: 30px;
    z-index: 1;
    cursor: pointer;
}
.slider_mod_title{
    position: absolute;
    background:rgba(0,0,0,.8);
    color:#fff;
    font-size:18px;
    line-height: 87px;
    left:0px;
    bottom:0px;
    width:100%;
    border-radius: 0px 0px 10px 10px;
}
.slider_mod_title p{
    padding:0px 40px;
    line-height: 87px;
    font-size:20px;
}
.slide_page{
    position: absolute;
    bottom:98px;
    right:10px;
    color:#343436;
    z-index:1;
    font-size:17px;
    font-weight: bolder;
}
.slide_page span{
    color:#FE0000;
    font-size:20px;
}
.hot_title{
    color:#FD0000;
    line-height:23px;
    margin-bottom:10px;
    overflow: hidden;
    position: relative;
    padding-left:30px;
}
.icon_hot{
    background:url(./../image/icon_hot.png) no-repeat;
    width:21px;
    height:23px;
    display: block;
    position: absolute;
    left:0px;
    top:0px;
}
.icon_cpc{
    background:url(./../image/icon_cpcintro.png) no-repeat;
    width:23px;
    height:23px;
    display: block;
    position: absolute;
    left:0px;
    top:0px;
}
.list .hot_first a{
    font-size:18px;
    font-weight:550;
    padding-left:0px;
    line-height: 36px;
    height:36px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 5px;
}
.meu{
    padding:20px 5px 20px 5px;
    position: relative;
    z-index: 1;
}
.meu_content{
    box-shadow: 0px 0px 5px #e0e0e0;
    border-radius: 10px;
    background:#fff;
    height:60px;
    position: relative;
    padding-left:90px;
    z-index:1;
}
.meu_more{
    position:absolute;
    width:80px;
    background:#FE0000;
    color:#fff;
    font-weight: bolder;
    border-radius: 10px;
    height:46px;
    padding:7px 0px;
    font-size:16px;
    left:0px;
    top:0px;
}
.meu_more a{
    display: block;
    color:#fff;
    font-size:17px;
}
.meu_more p{
    text-align: center;
    line-height: 23px;
    font-size:17px;
}
.meu_nav{
    height:60px;
}
.meu_nav li{
    width:12%;
    float: left;
    line-height: 60px;
    height:60px;
    font-size:19px;
    cursor: pointer;
    text-align: center;
    position: relative;
}
.meu_nav li::after{
    content:'';
    display: block;
    position: absolute;
    right:2%;
    background:url(./../image/icon_mnavarrowt.png) no-repeat;
    width:14px;
    height:8px;
    top:50%;
    margin-top:-4px;
}
.meu_nav .current::after{
    background:url(./../image/icon_mnavarrowt.png) no-repeat;
    right:auto;
    top:-5px;
    z-index:1;
    left:50%;
    margin-left:-7px;
}
.meu_nav .current{
    color:#f00;
}
.meu_news{
    position: absolute;
    bottom:60px;
    width:100%;
    left:0px;
}
.meu_news_list{
    margin:0px 5px;
    padding:10px 10px;
    border:1px solid #f2f2f2;
    border-bottom: none;
    overflow: hidden;
    box-shadow: 0px 0px 5px #fafafa;
    background:#fff;
}
.meu_news_list ul{
    overflow: hidden;
    height:90px;
}

.meu_news_list li{
    display: block;
    width:33%;
    float: left;
}
.meu_news_list li a{
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 30px;
    padding:0px 10px;
}
.meu_news .more{
    margin-bottom:20px;
    padding-top:0px;
}
.par{
    padding:0px 5px;
}
.active{
    margin-top:20px;
    background:#fff;
    border-radius: 10px;
    box-shadow: 0px 0px 5px #e0e0e0;
    padding:19px 15px 0px 15px;
}
.active_title_top{
    position: relative;
}
.more_title{
    position: absolute;
    top:5px;
    right:10px;
    color:#f00;
}
.active_title{
    padding-left:38px;
    padding-right:19px;
    font-size:20px;
    font-weight: 550;
    padding-bottom: 10px;
    position: relative;
    overflow: hidden;
}
.active_title h4{
    width:200px;
    float: left;
    line-height:25px;
}
.active_title a{
    display: block;
    float:right;
    color:#999;
}
.active_title a:hover{
    color:#f00;
}
.active_title::after{
    content:'';
    background:#FE0000;
    width:3px;
    height:21px;
    border-radius: 3px;
    position: absolute;
    left:15px;
    top:4px;
}
.swiper-active{
    height:429px;
}
.active_item, .zt_item{
    padding:15px 15px 5px 15px;
    display: block;
}
.swiper-active img{
    width:423px;
    height:288px;
}
.active_item h5{
    display: block;
    line-height: 36px;
    overflow: hidden;
    height: 36px;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size:18px;
    color:#454545;
}
.swiper-active p{
    line-height: 20px;
    font-size:16px;
    color:#9a9a9a;
}
.link_red{
    color:#f00;
    font-size:16px;
    padding-left:15px;
    display: block;
    line-height: 20px;
}
.swiper-list .acitve_pagination{
    position: absolute;
    left: 0;
    text-align: center;
    bottom:5px;
    width: 100%;
}
.swiper-list .swiper-pagination-switch {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background:#B2B2B2;
    margin: 0 5px;
    cursor: pointer;
}
.swiper-list .swiper-active-switch {
    background:#FE0000;
}
.vip{
    padding:0px 5px;
    margin-top:20px;
}
.vip_server{
    width:550px;
    border-radius: 5px;
    box-shadow: 0px 0px 5px #e0e0e0;
    background:#fff;
    float: left;
}
.vip_gac{
    width:810px;
    float: right;
}
.vip_person{
    border-radius: 5px;
    box-shadow: 0px 0px 5px #e0e0e0;
    background:#fff;
}
.vip_content{
    padding:20px 13px 0px 13px;
}
.vip_title{
    padding-left:36px;
}
.search_vip{
    padding:10px 13px 10px 133px;
    position: relative;
}
.search_vip_title{
    position: absolute;
    left:13px;
    top:10px;
    line-height:40px;
    font-size:18px;
}
.search_vip_input{
    width:100%;
    overflow: hidden;
}
.search_vip_input_c{
    width:318px;
    float: left;
}
.search_vip_input_b{
    display: block;
    padding: 0px;
    background: #fff;
    border:1px solid #C6C6C6;
    border-radius: 10px 0px 0px 10px;
    padding:0px 10px;
    height:38px;
}
.search_vip_input input{
    display: block;
    padding: 0px;
    line-height:38px;
    background: #fff; 
    font-size:18px;
    width:90%;
    padding:0px 5%;
}
.search_vip_input button{
    display: block;
    width:60px;
    background:#FE0000;
    color:#fff;
    line-height: 40px;
    text-align: center;
    float: left;
    border-radius: 0px 10px 10px 0px;
    font-size:18px;
}
.vip_server_list{
    overflow: hidden;
    padding-bottom:13px;
}
.vip_server_list li{
    width:50%;
    float: left;
}
.vip_server_item{
    padding:13px;
}
.vip_server_bg01{
    background-image: url(./../image/icon_serverbg_01.png);
}
.vip_server_bg02{
    background-image: url(./../image/icon_serverbg_02.png);
}
.vip_server_bg03{
    background-image: url(./../image/icon_serverbg_03.png);
}
.vip_server_bg04{
    background-image: url(./../image/icon_serverbg_04.png);
}
.vip_server_bg05{
    background-image: url(./../image/icon_serverbg_05.png);
}
.vip_server_bg06{
    background-image: url(./../image/icon_serverbg_06.png);
}
.vip_server_bg07{
    background-image: url(./../image/icon_serverbg_07.png);
}
.vip_server_bg08{
    background-image: url(./../image/icon_serverbg_08.png);
}
.vip_server_item a{
    display: block;
    padding:0px;
    background-color:#FCFCFC;
    box-shadow: 0px 0px 5px #ccc;
    border-radius: 5px;
    padding:29px 0px;
    background-repeat: no-repeat;
    background-position: right bottom;
}
.vip_server_item img{
    width:100%;
    display: block;
    width:54px;
    height:54px;
    margin:0 auto;
}
.vip_server_item p{
    text-align: center;
    line-height: 30px;
    padding-top:5px;
    font-size:17px;
}
.swiper-person{
    height:380px;
    background:#fff;
}
.swiper-person .active_item{
    padding:15px 13px 5px 13px;
}
.swiper-person img{
    width:366px;
    height:224px;
    box-shadow: 0px 0px 5px #e0e0e0;
    border-radius: 10px;
}
.swiper-person .active_item .link_red{
    padding-left:13px;
}
.vip_zt{
    margin-top:30px;
    background:#fff;
}
.zt_item a{
    display: block;
    position: relative;
}
.zt_item a img{
    width:327px;
    height:210px;
}
.zt_item h6{
    position: absolute;
    height:40px;
    background:rgba(255,255,255,.5);
    left:0px;
    bottom:0px;
    width:100%;
    border-radius: 0px 0px 10px 10px;
}
.zt_item p{
    padding:0px 10px;
    color:#343331;
    line-height: 40px;
    font-size:18px;
}
.swiper-zt{
    height:302px;
}
.zt_item a img{
    width:362px;
    height:232px;
    display: block;
    border-radius:10px;
}
.vip_zh{
    margin-top:20px;
    padding:20px 0px;
}
.slash_title{
    margin-bottom: 20px;
    padding-left:12px;
    position: relative;
}
.slash_title h4{
    font-size:20px;
    font-weight: bolder;
    height:45px;
    overflow: hidden;
    border-bottom: 2px solid #f00;
    line-height: 45px;
}
.slash_title span{
    background:#f00;
    color:#fff;
    line-height: 45px;
    height:45px;
    display: block;
    float: left;
    width: 43px;
    padding:0px 5px;
}
.slash_title .slash_text{
    width:58px;
    text-align: center;
}
.slash_title .slash_bg_l{
    display: block;
    background:url(./../image/title_bg_left.png) no-repeat left bottom;
    width:12px;
    height:45px;
    line-height: 45px;
    float: left;
}
.slash_title .slash_bg_r{
    display: block;
    background:url(./../image/title_bg_right.png) no-repeat;
    width:11px;
    height:45px;
    float: left;
}
.slash_title a{
    position: absolute;
    right:0px;
    bottom: 15px;
}
.poster-main{
    width: 100%;
    position: relative;
    margin: 30px auto;
}
.poster-main a,.poster-main img{
    display:block;
}
.poster-main .poster-list{
    width: 1000px;
}
.poster-main .poster-list .poster-item{ 
    width: 200px;
    height: 500px;
    position:absolute;
    left:0;
    top:0;
     border-radius: 10px;
}
.poster-main .poster-list .poster-item img{
    border-radius: 10px;
}
.poster-main .poster-btn{ 
    position:absolute;
    top:0;
    z-index:10; 
    cursor:pointer;  
}
.poster-main .poster-prev-btn{
    left:0; 
    background: url(./../image/arrows_left.png) no-repeat left center;
}
.poster-main .poster-next-btn{
    right:0; 
    background: url(./../image/arrows_right.png) no-repeat right center;
}
.swiper-zh{
    color: #fff;
    text-align: center;
    /* height:345px; */
    height:167px;
    padding:44px 13px 86px 13px;
}
.swiper-zh .swiper-slide {
    height: 100%;
    opacity:1;
    visibility: hidden;
    /* -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0); */
  }
.swiper-zh .swiper-slide img{
    display: block;
    width:100%;
    border-radius: 10px;
    /* height:207px; */
    height:167px;
}
.swiper-zh .swiper-wrapper .swiper-slide-med{
    position: relative;
    z-index:1;
}
.swiper-zh .swiper-wrapper .swiper-slide-v{
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.swiper-zh .swiper-slide-visible {
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -ms-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
    opacity:1;
    visibility: visible;
}
.swiper-zh .swiper-wrapper .swiper-slide-med{
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
.swiper-zh .swiper-slide-active {
    top: 0;
    opacity: 1;
    -webkit-transform: scale(1.4);
    -moz-transform: scale(1.4);
    -ms-transform:  scale(1.4);
    -o-transform:  scale(1.4);
    transform:  scale(1.4);
    position: relative;
    z-index: 100;
}
.swiper-zh .swiper-slide-start{
    opacity: 1;
    -webkit-transform: scale(1.4);
    -moz-transform: scale(1.4);
    -ms-transform:  scale(1.4);
    -o-transform:  scale(1.4);
    transform:  scale(1.4);
}
.swiper-zh .acitve_pagination {
    position: absolute;
    z-index: 20;
    left: 0px;
    width: 100%;
    text-align: center;
    bottom: 20px;
}
.swiper-zh .swiper-pagination-switch {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 8px;
    background: #aaa;
    margin-right: 8px;
    cursor: pointer;
}
.swiper-zh .swiper-visible-switch {
    opacity: 1;
    top: 0;
    background: #B2B2B2;
}
.swiper-zh .swiper-active-switch {
    background:#FE0000;
}
.index_vb{
    overflow: hidden;
    padding:0px 5px 20px 5px;
}
.index_video{
    margin-top:20px;
    padding-top:20px;
    width:882px;
    box-shadow: 0px 0px 5px #e0e0e0;
    border-radius: 10px;
    background:#fff;
    float: left;
}
.swiper-video{
    padding:13px;
    height:292px;
}
.swiper-video a{
    display: block;
    padding:0px 13px;
    position: relative;
    line-height: 20px;
    padding-top:5px;
}
.swiper-video .video_link{
    display:inline;
    position: static;
}
.swiper-video img{
    display: block;
    width:100%;
    border-radius: 10px;
    box-shadow: 0px 0px 5px #e0e0e0;
    height:202px;
}
.index_video a p{
    line-height: 50px;
    height:50px;
    overflow: hidden;
    font-size:16px;
}
/*.index_video a .icon_play{
    margin-top:-42px;
}*/
.index_video_top{
    overflow: hidden;
    padding:0px 10px;
}
.index_video_top_c{
    border-bottom: 1px solid #f6f6f6;
    overflow: hidden;
    padding-bottom: 5px;
}
.index_video_top_c .active_title{
    margin-left:3px;
}
.index_video_top h4{
    float: left;
    width:200px;
    margin-left:13px;
}
.video_arrow{
    float: right;
    width:90px;
    overflow: hidden;
    height:35px;
    margin-right:26px;
}
.video_arrow_left, .video_arrow_right{
    background:#ccc;
    width:35px;
    height:35px;
    cursor: pointer;
}
.video_arrow_left{
    float: left;
    background:url(./../image/arrows_left.png) no-repeat center;
    background-size:35px 35px;
}
.video_arrow_right{
    float: right;
    background:url(./../image/arrows_right.png) no-repeat;
    background-size:35px 35px;
}
.index_book{
    margin-top:20px;
    padding-top:20px;
    width:478px;
    box-shadow: 0px 0px 5px #e0e0e0;
    border-radius: 10px;
    background:#fff;
    float: right;
    height:353px;
    overflow: hidden;
}
.index_book_top{
    padding:0px 26px 0px 10px;
}
.index_book_top_c{
    border-bottom: 1px solid #f6f6f6;
    height:37px;
    position: relative;
}
.index_book_top_c .active_title{
    margin-left:3px;
}
.book_code{
    position: absolute;
    top:27px;
    right:-2px;
    width:200px;
    height:220px;
    border:1px solid #f6f6f6;
    display: none;
}
.book_code img{
    width:200px;
    height:220px;
}
.index_book_top h4{
    width:150px;
    float: left;
    margin-left:13px;
}
.btn_more{
    display: block;
    width:90px;
    color:#FF0103;
    border-radius: 6px;
    font-size:15px;
    line-height:25px;
    text-align: center;
    border:1px solid #FF0103;
}
.btn_more:hover{
    color:#FF0103;
}
.book_list{
    padding:0px 13px;
    overflow: hidden;
}
.book_list li{
    float: left;
    width:50%;
}
.book_list li a{
    display: block;
    padding:13px 13px 0px 13px;
}
.book_list li a img{
    display: block;
    box-shadow: 0px 0px 5px #e0e0e0;
    border-radius: 10px;
    width:100%;
}
.book_more{
    float: right;
    width:100px;
    display: block;
    text-align: right;
    margin-right:26px;
    line-height: 50px;
    height:50px;
    font-size:16px;
}
.chronicle{
    position: relative;
    border-radius: 10px;
    padding:40px 0px;
}
.chronicle_bg img{
    width: 100%;    
    position: absolute;
    left:0px;
    top:0px;
    border-radius: 10px;
    display: block;
    top:42px;
}
.chronicle_content{
    display: block;
    position: relative;
    z-index:1;
    padding:0px 20px;
}
.chronicle, .chronicle_bg img, .chronicle_content{
    height:535px;
}
.chronicle_swiper{
    padding-top:50px;
}
.chronicle_swiper, .chronicle_swiper .swiper-container{
    width:100%;
    height:333px;
    overflow: hidden;
}
.swiper-wrapper{

}

.chronicle_silde .swiper-slide{
    height:80px;
    /* border-bottom: 1px solid #333; */
    width:100%;
    opacity:1;
    -webkit-transition:300ms;
    -moz-transition:300ms;
    -ms-transition:300ms;
    -o-transition:300ms;
    transition: 300ms;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    position: relative;
}
/*.chronicle_silde .swiper-slide:after{
    content:'';
    position: absolute;
    width:100%;
    height:30px;
    background:url(https://jewelleryupload.oss-cn-beijing.aliyuncs.com/web/image/20220718224943.png) no-repeat center;
    top:1%;
    bottom:0px;
    background-size:96%;
}*/
.chronicle_silde .swiper-slide:after{
    content:'';
    position: absolute;
    width:100%;
    height:1px;
    background:#BABABA;
    top:1%;
    bottom:0px;
    background-size:96%;
}
.chronicle_silde .swiper-slide-visible {
    opacity:1;
    /* -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); */
}
.chronicle_silde .swiper-slide ul{
    position: relative;
    padding-right:10px;
}
.chronicle_silde .swiper-slide ul .time{
   position: absolute;
   right:-52px;
   bottom:41px;
   font-size:20px;
   font-weight: bolder;
}
.chronicle_silde .swiper-slide ul{
    height:70px;
    width:100%;
    cursor: pointer;
}
.chronicle_silde .swiper-slide ul li{
    cursor: pointer;
}
.btn_chronicle{
    position: absolute;
    left:0px;
    top:-30px;
    z-index:1;
    padding-left:32px;
    height:32px;
}
.btn_chronicle i{
    display: block;
    width:24px;
    height:32px;
    background:url(./../image/icon_max_address.png) no-repeat;
}
.btn_chronicle p{
    height:32px;
    line-height: 32px;
    overflow: hidden;
}
.chronicle_news_list_title{
    padding-left:28px;
}
.chronicle_news_list_title:after{
    left:0px;
}
.btn_chronicle_01{
    left:4.67%;
}
.chronicle_silde .swiper-slide-active {
    top: 0;
    position: relative;
    z-index: 100;
}
.chronicle_province_box{
    position: relative;
}
.chronicle_province{
    background:#f00;
    border-radius: 10px;
    padding:0px 20px;
    height:50px;
}
.chronicle_province li{
    float: left;
    width:4.5%;
    text-align: center;
    line-height:50px;
    color:#fff;
    position: relative;
    cursor: pointer;
}
.chronicle_province .ahter{
    width:20%;
}
.chronicle_province .ahter_g{
    width:8%;
}
.chronicle_province li:after{
    content: '';
    display: block;
    position: absolute;
    width:1px;
    height:14px;
    background:#fff;
    right:0px;
    top:18px;
}
.chronicle_province .ahter_g:after{
    display: none
}
.chronicle_province .current::before{
    content: '';
    display: block;
    position: absolute;
    background:url(./../image/nav_arrow_btnnew.png) no-repeat;
    width:34px;
    height:20px;
    top:-6px;
    left:50%;
    margin-left:-17px;
    cursor: pointer;
    z-index: 102;
}
.chronicle_news_list{
    position: absolute;
    bottom:53px;
    width:800px;
    background:#fff;
    z-index: 101;
    border-radius: 5px;
    padding:20px 10px;
    border:2px solid #f00;
}
.chronicle_news_list_left{
    left:0px;
}
.chronicle_news_list_center{
    left:50%;
    margin-left:-400px;
}
.chronicle_news_list_right{
    right:0px;
}
.chronicle_news_list ul{
    overflow: hidden;
}
.chronicle_news_list ul li{
    width:400px;
    float:left;
    margin:5px 0px;
}
.chronicle_news_list ul li a{
    display: block;
}
.chronicle_news_list ul li img{
    width:100px;
    height:64px;
    float: left;
    display: block;
}
.chronicle_news_list ul li .chronicle_list_intor{
    display: block;
    float: left;
    width:280px;
    padding-left:10px;
}
.chronicle_list_intor h4{
    line-height: 20px;
    font-size:17px;
    font-weight: bolder;
    margin-top:-2px;
    margin-bottom: 5px;
}
.chronicle_list_intor p{
    height:40px;
    line-height: 20px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size:13px;
}
.chronicle_news_list ul .new_breanking_item{
    width:100%;
    float:none;
}
.chronicle_news_list ul .new_breanking_item{
    position: relative;
}
.chronicle_news_list ul .new_breanking_item a{
    padding-left:16px;
    font-size:17px;
    display:inline;
}
.chronicle_news_list ul .new_breanking_item a:after {
    content: '';
    position: absolute;
    background: #FE0000;
    border-radius: 100%;
    width: 6px;
    height: 6px;
    left: 0px;
    top:14px;
}
.chronicle_cyjd_list{
     width:600px;
}
.chronicle_cyjd_list .chronicle_news_list_center{
    margin-left:-300px;
}
.chronicle_cyjd_list ul li{
    width:50%;
}
.chronicle_cyjd_list ul li .chronicle_list_intor{
    width:160px;
}
.chronicle_title{
    padding:10px 20px;
    position: relative;
}
.chronicle_title h4{
    font-size:20px;
    font-weight: bolder;
    line-height:50px;
    border-bottom:1px dashed #f00;
}
.chronicle_panel{
    position: absolute;
    width:100%;
    left:0px;
    top:55px;
    height:30px;
}
.chronicle_panel_list{
    height:30px;
    padding:0px 20px 0px 40px;
}
.chronicle_panel li{
    width:5%;
    float: left;
}
.chronicle_panel li i{
    display: block;
    width:13px;
    height:13px;
    background:rgba(255,0,0,.5);
    border-radius: 13px;
    position: relative;
}
.chronicle_panel li i:after{
    content:'';
    width:7px;
    height:7px;
    background:#f00;
    border-radius:7px;
    position: absolute;
    left:3px;
    top:3px;
}
.enterprise_title{
    padding:20px 5px;
    font-size:18px;
    font-weight: bolder;
}
.enterprise{
    overflow: hidden;
    position: relative;
    padding:0px 60px 0px 58px;
}
.enterprise_arrow_left, .enterprise_arrow_right{
    width:40px;
    height:40px;
    background:#333;
    position: absolute;
    cursor: pointer;
    top:50%;
    margin-top:-20px;
}
.enterprise_arrow_left{
    left:0px;
    background:url(./../image/arrows_left.png) no-repeat center;
    background-size:35px 35px;
}
.enterprise_arrow_right{
    right:0px;
    background:url(./../image/arrows_right.png) no-repeat;
    background-size:35px 35px;
}
.enterprise_title_type{
    position: absolute;
    left:60px;
    width:80px;
}
.enterprise_title_type li{
    padding-top:24px;
}
.enterprise_title_type li a{
    line-height: 39px;
    height:39px;
    background:#FE0000;
    color:#fff;
    border-radius: 5px;
    text-align: center;
    font-size:15px;
    display: block;
}
.swiper-qy{
    height:108px;
    margin-bottom:5px;
}
/* .swiper-qy .swiper-wrapper{
    -webkit-transition-timing-function: linear; 之前是ease-out
    -moz-transition-timing-function: linear;
    -ms-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
} */
.qy_img{
    width:131px;
    height:94px;
    padding:7px;
}
.qy_img .qy_img_dz{
    box-shadow: 0px 0px 5px #e0e0e0;
    border-radius: 10px;
    background:#fff;
}
.qy_img a{
    display: block;
}
.qy_img img{    
    width:auto;
    max-width: 131px;
    height:94px;
    display: block;
    margin:0 auto;
    overflow: hidden;
}
.yqlink{
    background:#fff;
    padding:40px 0px 20px 0px;
}
.yqlink h4{
    font-size:17px;
    font-weight: bolder;
    text-align: center;
    padding-bottom: 20px;
}
.indexlink{
    position: relative;
    padding-left:4.5rem;
}
.indexlink_title{
    position: absolute;
    left:0px;
    top:23px;
}
.indexlink_list{
    padding:20px 0px;
    overflow: hidden;
}
.indexlink_list li{
    display:inline-block;
    font-size:17px;
}
.indexlink_list li a{
    margin:0px 5px;
}
.banner .swiper-slide_red{
    background:#db1202;
}
.banner .swiper-slide_gray{
    background:#ccc;
}
/* @media (max-width: 1440px){ */
    .slider_l{
        width:796px;
    }
    .slider_mod .swiper-container, .slider_mod img{
        width:796px;
        height:421px;    
    }
    .slider_r{
        width:364px;
    }
    .slider_r img{
        height:200px;
    }
    .slider_r_t{
        padding-bottom:10px;
    }
    .hot, .ac_l{
        width:841px;
    }
    .dj, .ac_r{
        width:389px;
    }
    .swiper-active{
        height:390px;
    }
    .swiper-active img{
        width:370px;
        height:252px;
        border-radius: 5px;
    }
    .vip_server{
        width:460px;
    }
    .vip_gac{
        width:740px;
    }
    .search_vip_input_c{
        width:228px;
    }
    .swiper-person{
        height:358px;
    }
    .swiper-person img{
        width:331px;
        height:203px;
    }
    .swiper-zt{
        height:279px;
    }
    .zt_item a img{
        width:327px;
        height:210px;
    }
    .index_video{
        width:776px;
        height:320px;
    }
    .swiper-video img{
        height:200px;
    }
    .index_book{
        width:424px;
        height:320px;
    }
    .swiper-zh{
        height:147px;
    }
    .swiper-zh .swiper-slide img{
        height:147px;
    }    
    .vip_server_item a{
        padding:24px 0px;
    }
/* } */
.banner .swiper-slide img{
    display: block;
    margin:0 auto;
    height:450px;
}
.parhq{
    margin-top:20px;
    overflow: hidden;
    padding-top:20px;
}
.parhq_l_content, .parhq_c_content{
    margin-right:10px;
    border:1px solid #f00;
    padding-top:20px;
}
.parhq_r_content{
    padding-top:20px;
    margin-right:10px;
    border:1px solid #f00;
}
.title_parhq{
    color: #FD0000;
    line-height:30px;
    height: 30px;
    margin-bottom: 10px;
    overflow: hidden;
    position:absolute;
    padding-left:50px;
    font-weight: bolder;
    left:50%;
    top:-18px;
    margin-left:-81px;
    background:#fff;
    width:115px;
}
.title_parhq h4{
    font-size:20px;
}
.icon_parhq i{
    width:30px;
    height:30px;
    display: block;
    position: absolute;
    left:20px;
    top:0px;
}
.title_parhq_02{
    width:130px;
    margin-left:-96px;
    padding-left:37px;
}
.title_parhq_03{
    width: 230px;
    margin-left: -141px;
}
.icon_parhq01{
    background:url(./../image/icon_parhq01.png) no-repeat left center;
}
.icon_parhq .icon_parhq02{
    background:url(./../image/icon_parhq01.png) no-repeat left center;
    left:10px;
}
.icon_parhq03{
    background:url(./../image/icon_parhq01.png) no-repeat left center;
}
.title_parhq_03 span, .title_parhq_02 span{
    font-size:12px;
    color:#999;
    font-weight: normal;
}
.title_parhq_03 a{
    color:#f00;
    font-size:12px;
    margin-left:10px;
    font-weight: normal;
}
.parhq_l, .parhq_c, .parhq_r{
    float: left;
    position: relative;
}
.parhq_l{
    width:48%;
}
.parhq_c{
    width:18%;
    position: relative;
}
.title_parhq_t li{
    text-align: center;
}
.parhq_r{
    width:34%;
}
.parhq ul{
    overflow: hidden;
    font-size:16px;
}
.parhq ul li{
    line-height:30px;
    text-align: center;
}
.parhq_l li{
    width:20%;
    float: left;
}
.parhq_c li{
    width:50%;
    float: left;
}
.parhq_r li{
    width:25%;
    float: left;
}
.parhq_red{
    color:#f00;
}
.parhq_green{
    color:#31B60D;
}
.shares_pop{
    width:1000px;
    position: fixed;
    left:50%;
    top:50%;
    margin-left:-500px;
    margin-top:-320px;
    height:640px;
    background:#fff;
    border-radius: 5px;
    z-index:1110;
}
.shares_pop_title{
    height:40px;
    text-align: center;
    line-height: 40px;
    padding-top:10px;
}
.shares_pop_title h4{
    font-size:18px;
    color:#f00;
    display: inline-block;
    font-weight: bolder;
}
.shares_pop_title span{
    font-size:14px;
    margin-left:10px;
    color:#999;
}
.shares_pop .btn_close{
    position: absolute;
    right:10px;
    top:10px;
}
.shares_pop_table{
    border-top:1px solid #f6f6f6;
    border-right:1px solid #f6f6f6;
    margin-top:10px;
    margin:10px auto;
}
.shares_pop_table td{
    border-bottom:1px solid #f6f6f6;
    border-left:1px solid #f6f6f6;
    line-height:33px;
    padding:0px 10px;
    font-size:16px;
    text-align: center;
}
.shares_table_header td{
    font-size:17px;
}
.shares_table_header td, .shares_table_header .shares_item_center{
    text-align: center;
}
@media (max-width: 1279px){
    /* .banner .swiper-slide img{
        width:1000px;
        height:282px;
    } */
    .slider{
        padding:5px;
    }
    .slider_content{
        padding:15px;
    }
    .slider_l{
        width:650px;
        padding-right:10px;
    }
    .slider_mod .swiper-container, .slider_mod img{
        width:650px;
        height:343px;
    }
    .slider_r{
        width:300px;
    }
    .slider_r img{
        height:165px;
    }
    .slider_r_t{
        padding-bottom:10px;
    }
    .slider_r_b{
        padding-top:3px;
    }
    .hot, .ac_l{
        width:675px;
    }
    .dj, .ac_r{
        width:315px;
    }
    .swiper-active{
        height:340px;
    }
    .swiper-active img{
        width:290px;
        height: 197px;        
    }
    .vip_server{
        width:380px;
    }
    .vip_gac{
        width:588px;
    }
    .search_vip_input_c{
        width:148px;
    }
    .search_vip_input_b input{
        font-size: 16px;
    }
    .swiper-person{
        height:311px;
    }
    .swiper-person img{
        width:255px;
        height:156px;
    }
    .swiper-zt{
        height:239px;
    }
    .zt_item a img{
        width:251px;
        height:161px;
    }
    .swiper-video img{
        height:145px;
    }
    .index_video{
        width:618px;
        height:263px;
    }
    .index_book{
        width:342px;
        height:263px
    }
    .swiper-zh{
        height:118px;
    }
    .swiper-zh .swiper-slide img{
        /* height:243px; */
        height:118px;
    }
    .vip_server_item a{
        padding:13px 0px;
    }
    .swiper-qy{
        height:80px;
    }
    .qy_img{
        width:94px;
        height:70px;
        padding:7px 2px;
    }
    .qy_img img{
        width:94px;
        height:70px;
    }
    .enterprise_title_type li{
        padding-top:10px;
    }
    .enterprise_title_type{
        left:50px;
    }
    .parhq_l{
        width:45%;
    }
    .parhq_c{
        width:25%;
    }
    .parhq_r{
        width:30%;
    }
    .parhq ul li{
        font-size:16px;
    }
    .nav_mod .nav_item_last{
        width:7.5%;
    }
    .banner .swiper-slide_red img{
        width:1000px;
        height:375px;
    }
    .chronicle_province li{
        font-size:16px;
    }
    /*.chronicle_silde .swiper-slide:after{
        content:'';
        position: absolute;
        width:100%;
        height:30px;
        background:url(https://jewelleryupload.oss-cn-beijing.aliyuncs.com/web/image/20220718224943.png) no-repeat center;
        background-size:96%;
        top:1%;
        bottom:0px;
    }*/
    .chronicle_silde .swiper-slide:after{
        content:'';
        position: absolute;
        width:100%;
        height:1px;
        background:#f4f4f4;
        top:1%;
        bottom:0px;
    }
}