.top-swiper{
    width:19.2rem;
    height:10.8rem;
}
.swiper-slide img{width: 100%;}
.swiper-title{
    position: absolute;
    font-size: 0.5rem;
    color: #FEF2E3;
    top: 4.89rem;
    letter-spacing: 0.45rem;
    width: 100%;
    text-align: center;
    font-weight: lighter;
}
.swiper-desc{
    position: absolute;
    font-size: 0.2rem;
    color: #FEF2E3;
    top: 5.8rem;
    letter-spacing: 0.1rem;
    width: 100%;
    text-align: center;
    font-weight: lighter;
}
.swiper-prev{
    position: absolute;
    left: 1.23rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
    width: 0.75rem;
}
.swiper-next{
    position: absolute;
    right: 1.23rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
    width: 0.75rem;
}
.swiper-prev img, .swiper-next img{
    width: 0.75rem;
}
.main-content{
    width: 16rem;
    background: #FFFFFF;
    margin: 0 auto;
    margin-top: -1.41rem;
    position: relative;
    z-index: 2;
    padding: 0.43rem 0;
}
.main-content .title{
    font-size: 0.36rem;
    text-align: center;
    color: #222222;
    font-weight: bold;
}
.main-content .title .tit-box{position: relative;}
.main-content .title .tit-box .tit-text{position: relative;background: #FFFFFF;}
.main-content .title .tit-box:before{
    content: "";
    width: 160%;
    width:-webkit-calc(100% + 1.98rem);
    width:-moz-calc(100% + 1.98rem);
    width: calc(100% + 1.98rem);
    height: 0.03rem;
    background: red;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-top: -0.015rem;
    z-index: 0;
}
.main-content .title span{
    display: inline-block;
    color: #C32A1A;
    margin: 0 0.1rem;
}
.main-content .desc{
    font-size: 0.14rem;
    color: #333333;
    text-align: center;
    width: 8.26rem;
    margin: 0 auto;
    padding: 0.22rem 0;
}

.ct-item .ct-title{
    position: relative;
    width: 0.85rem;
}
.ct-item .ct-title .bg{
    width: 0.85rem;
    height: 5.1rem;
}
.ct-item .ct-title .fd{
    position: absolute;
    top: 0.73rem;
    text-align: center;
    left: 50%;
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -ms-transform: translate(-50%);
    -o-transform: translate(-50%);
    transform: translate(-50%);
    display: flex;
    flex-flow: column;
    align-items: center;
}
.ct-item .ct-title .fd .icon-box{height: 0.5rem;}
.ct-item .ct-title .fd img{height: 0.44rem;}
.ct-item .ct-title .fd .ct-fd-title{
    font-size: 0.2rem;
    color: #F9B458;
    width: 0.32rem;
    margin-top: 0.24rem;
    -webkit-writing-mode: vertical-lr;
    -moz-writing-mode: vertical-lr;
    -ms-writing-mode: vertical-lr;
    -o-writing-mode: vertical-lr;
    writing-mode: vertical-lr;
}
.ct-item .ct-content{
    position: relative;
    width:0;
    overflow: hidden;
    -webkit-transition: width 1s;
    -moz-transition: width 1s;
    -ms-transition: width 1s;
    -o-transition: width 1s;
    transition: width 1s;
}
.ct-item .ct-content.ct-content-active{
    width:9.2rem;
}
.ct-item .ct-content.ct-content-active .ct-content-fd{
    opacity: 1;
}
.ct-item .ct-content .ct-content-fd{
    position: absolute;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.5);
    width: 5.24rem;
    padding: 0.25rem;
    color: #FFFFFF;
    opacity: 0;
    -webkit-transition: opacity 1s;
    -moz-transition: opacity 1s;
    -ms-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s;
}
.ct-item .ct-content .ct-content-fd .fd-title{
    font-size: 0.2rem;
    padding-left: 0.07rem;
    border-left: 0.04rem solid #C32A1A;
}
.ct-item .ct-content .ct-content-fd .fd-content{
    font-size: 0.14rem;
    padding: 0.28rem 0;
}
.ct-item .ct-content .ct-content-fd .fd-btn{
    background: rgba(255,255,255,0.9);
    color: #000000;
    border-radius: 0.05rem;
    width: 0.9rem;
    height: 0.3rem;
    line-height: 0.3rem;
    text-align: center;
}
.ct-item .ct-content .ct-con-img{
    width: 9.2rem;
    height: 5.1rem;
    overflow: hidden;
}
.ct-item .ct-content .ct-con-img img{width: 100%;}

.ad{
    width: 100%;
    height: 2.1rem;
    margin: 0.48rem 0;
    overflow: hidden;
}
.ad img{width: 100%}

.news{
    width: 100%;
    height: 5.36rem;
    position: relative;
    overflow: hidden;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -o-align-items: flex-start;
    align-items: flex-start;
}
.news .bg{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
.news .news-left{
    width: 8.77rem;
    height: 5.36rem;
    overflow: hidden;
    position: relative;
}
.news .news-left img{
    width: 100%;
}
.news .news-left .nl-title{
    padding: 0.2rem;
    position: absolute;
    bottom:0;
    left:0;
    width:100%;
    font-size: 0.16rem;
    color: #FFFFFF;
    background: rgba(0,0,0,0.5);
}
.news .news-right{
    -prefix-box-flex: 1;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow: hidden;
    padding: 0 0.09rem;
}
.news .news-right .nrt-title {
    width: 1.75rem;
    height: 0.55rem;
    font-size: 0.2rem;
    background: #EDEDED;
    text-align: center;
    line-height: 0.55rem;
    color: #000000;
}
.news .news-right .nrt-title.active {
    background: #C32A1A;
    color: #FFFFFF;
    border-top: 0.03rem solid #F9B458;
    box-sizing: border-box;
}
.news .news-right .nrt-title.active a{
    color: #FFFFFF;
    text-decoration: none;
}
.news .news-right .nr-list {
    padding-top: 0.1rem;
    display: none;
}
.news .news-right .nr-list.active {
    display: block;
}
.news .news-right .nr-list .nrl-item {
    padding: 0.17rem 0.1rem;
    color: #222222;
    font-size: 0.16rem;
    border-bottom: 1px solid #eee;
    position: relative;
}
.news .news-right .nr-list .nrl-item:before{
    content: "";
    width: 0.02rem;
    height: 0.16rem;
    background-color: #C32A1A;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -0.09rem;
}
.news .news-right .nr-list .nrl-item .nrli-time{
    width: 1.2rem;
    text-align: right;
}
.news .news-right .nr-list .nrl-item:hover{color: #C32A1A;}

.videos{
    margin: 0.48rem 0;
}
.videos .v-item {
    width: 5rem;
    max-height: 3.58rem;
    overflow: hidden;
    margin-right: 0.5rem;
    position: relative;
}
.videos .v-item:last-child {
    margin-right: 0;
}
.videos .v-item img {
    width: 100%;
}
.videos .v-item img.vi-fd {
    position: absolute;
    width: 0.57rem;
    top: 50%;
    left: 50%;
    margin-top: -0.285rem;
    margin-left: -0.285rem;
}
.v-modal .modal-content{
    padding: 0.2rem;
}
.v-modal .modal-content video{
    width: 100%;
}

.b-news{height: auto;}
.b-news .bn-item {
    width: 5.02rem;
    overflow: hidden;
    padding: 0.09rem 0.11rem;
    position: relative;
    margin-right: 0.49rem;
    background: #F7F7F7;
    max-height: 4.1186rem;
}
.b-news .bn-item:last-child {
    margin-right: 0;
}
.b-news .bn-item .bni-title {
    position: relative;
    overflow: hidden;
}
.b-news .bn-item .bni-title img{
    width: 100%;
}
.b-news .bn-item .bni-title .bnit-text{
    position: absolute;
    height: 100%;
    width: 1.12rem;
    top: 0;
    left: 0;
    background: RGBA(201, 81, 71, 0.9);
    color: #FFFFFF;
    text-align: center;
}
.b-news .bn-item .bni-title .bnit-text .cn{font-size: 0.16rem;}
.b-news .bn-item .bni-title .bnit-text .en{font-size: 0.12rem;}

.swiper-prev-dy{
    position: absolute;
    left: 0.1rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
    width: 0.47rem;
}
.swiper-next-dy{
    position: absolute;
    right: 0.1rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
    width: 0.47rem;
}
.swiper-prev-btm{
    position: absolute;
    left: 0.16rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
    width: 0.47rem;
}
.swiper-next-btm{
    position: absolute;
    right: 0.16rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
    width: 0.47rem;
}
.swiper-prev-btm img, .swiper-next-btm img{
    width: 0.47rem;
}

/*.news .news-right .nrt-title:hover{*/
    /*background: #C32A1A;*/
    /*color: #FFFFFF;*/
    /*border-top: 0.03rem solid #F9B458;*/
    /*box-sizing: border-box;*/
/*}*/
/*.news .news-right .nrt-title:hover a{*/
    /*color: #FFFFFF;*/
    /*text-decoration: none;*/
/*}*/