
.border-top{
    border-top:2px #dbdbdb solid !important;
}
.border-bottom{
    border-bottom:2px #dbdbdb solid !important;
}

.btn-transparent{
    width: calc(150vw /19.2) ;
    background: transparent;
    text-align: left;
    font-size: calc(12vw /19.2);font-weight: bold;
    padding: calc(6vw /19.2) 0 calc(6vw /19.2) calc(8vw /19.2);
    border: 1px #6f6f6f solid !important;
}
.carousel-indicators{
    position: absolute;
    right: 0;
    bottom: calc(-40vw /19.2);
    left: 0;
    z-index: 15;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
}
.circular{
    width: calc(10vw /19.2) !important;
    height: calc(10vw /19.2) !important;
    margin-right: calc(15vw /19.2) !important;
    background:black !important;
    border-radius: 50%;
}
.active{
    background: #C6253B !important;
}
.dropdown-item:hover{
    color:#C6253B !important;
}
#paging{
    width: 50%;
    margin: 0 auto;
    text-align: center;
}
.paging-active{
    color:white;
    background: black;
    cursor: pointer;
}
#paging >p{
    width: calc(27vw/19.2);
    height: calc(27vw/19.2); ;
    line-height: calc(27vw/19.2);
    font-size: calc(12vw/19.2);
    margin-right: calc(3vw/19.2);
    cursor: pointer;
}


.link-single{
    color:black;
}
.link-single:hover{
    color:#C6253B;
}

.btn-style{
    position: absolute;
    bottom:calc(50vw / 19.2);
    border: 0px solid #C7253B; color: #dc2128;
    background: white;width: calc(190vw / 19.2);height: calc(40vw / 19.2);
    font-size: calc(15vw / 19.2);font-weight: bolder;letter-spacing: 2px;
}
.btn-style:hover{
    background: #dc2128;
    color: white;
    cursor: pointer;
}
.btn-style:focus{
    outline: none;
}
.button-size{
    width: calc(202vw / 19.2);
    height: calc(47vw /19.2);
    outline: none !important;
}

.button-size:focus{
    outline: none !important;
}
.bg-title{
    width: 40%;background:#dc2128;padding:calc(50vw /19.2) calc(30vw /19.2)  0  calc(30vw /19.2);
}
.bg-title >p{
    color:white;
}

/*********************************************************************************************/
.mobile-banner{
}
.mobile-news-content{
    position: relative;
    width: 100vw;
    height: calc(434vw/7.5);
    background: #c9000a;
    padding:calc(50vw /7.5);
    text-align: left;
}
.mobile-news-content p{
     text-align: center;
     color: white;
     font-family: SourceHanSansCN-Regular;
    font-family: 微软雅黑\9;
     font-size:calc(30vw /7.5);
 }
.mobile-news-content p:first-child{
     margin-bottom: 0;
    font-size:calc(26vw /7.5);
 }
.mobile-news-content p~p{
    text-align: left;
    /*省略号*/
    /*overflow: hidden;white-space: nowrap;text-overflow: ellipsis;*/
}
.mobile-news-content p:nth-child(3){
  text-align: left;
}
.mobile-btn{
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0px solid #C7253B; color: #dc2128;
    background: white;width: calc(300vw / 7.5);height: calc(70vw / 7.5);
    font-size: calc(24vw / 7.5);font-weight: bolder;letter-spacing: 2px;
    right: 0;
    left: 0;
    margin: 0 auto;
    bottom: 5vw;
}

.swiper-pagination swiper-pagination-bullets{
    z-index: 10;
}

.swiper-pagination-bullet{
    background-color: #ccc !important;
    opacity: 1 !important;
}
.swiper-pagination-bullet-active{
    opacity: 1 !important;
    background-color: #C7253B !important;
}

.mobile-title-news{
    margin-top: 5vw;
    margin-bottom: 5vw;
    display: flex;
    justify-content: center;
    font-family:SourceHanSansCN-Medium,微软雅黑;
    font-size: calc(42vw /7.5);
    letter-spacing: 1px;
}

.mobile-btn-transparent{
    background: transparent;
    text-align: left;
    font-size: calc(12vw /7.5);font-weight: bold;
    padding: calc(6vw /7.5) 0 calc(6vw /7.5) calc(8vw /7.5);
    border: 1px #6f6f6f solid !important;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mobile-button-size{
    width: calc(350vw /7.5) ;
    height: calc(75vw /7.5);
    outline: none !important;
}

.mobile-button-size:focus{
    outline: none !important;
}

#paging-mobile{
    width: 80%;
    margin: 0 auto;
    text-align: center;
    margin-top: 13vw;
    margin-bottom: 13vw;

}
.paging-active{
    color:white;
    background: black;
    cursor: pointer;
}
#paging-mobile >p{
    width: calc(33vw/3.75);
    height: calc(33vw/3.75);
    line-height: calc(30vw/3.75);
    font-size: calc(12vw/3.75);
    margin-right: calc(3vw/3.75);
    cursor: pointer;
}
/*********************************************************************************************/
