/* 全局  */
@charset "UTF-8";
*{margin: 0;padding: 0;list-style: none;word-wrap:break-word; }
html{overflow-x: hidden;font-size:20px;height: 100%; width: 100vw;}
@media screen and (max-width: 360px){
    html{
        font-size: 20px;
    }
}
@media screen and (min-width: 361px) and (max-width: 539px){
    html{
        font-size: calc(100vw/360*20);
    }
}
@media screen and (min-width: 540px){
    html{
        font-size: 28px;
    }
}
body{ width: 100vw;height:100%; overflow: hidden;display:flex;flex-direction:column;font-family:Helvetica;background:#f2f2f2;font-size:0.6rem;color:#666; overflow:hidden;}
table {
    border-collapse: collapse;
}/*细线表格*/
input, textarea{ outline: none; font-family: "microsoft yahei"; -webkit-tap-highlight-color: rgba(255,255,255,0);}
a{outline: none;-webkit-appearance: none;-webkit-tap-highlight-color: rgba(255,255,255,0);font-family: "microsoft yahei";text-decoration: none;color: #666;}
input[type="button"], input[type="submit"], input[type="reset"]{-webkit-appearance: none;}
input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{
	color: #ccc; /* placeholder颜色  */
	font-size:0.65rem; /* placeholder字体大小  */
	text-align: left; /* placeholder位置  */
}
a:visited{color: #666;outline: none;}
a:hover{color: #fc8b1c;outline: none;}
a:active{color: #666;outline: none;}
ul, ol{list-style: none;vertical-align: middle;}
img{border: none;vertical-align:middle}
.fl{float: left;display: inline;}
.fr{float: right;display: inline;}
.clear{ clear:both; overflow:hidden; height:0;}
.h5{ height:0.25rem; clear: both;}
.h10{ height:0.5rem; clear: both;}
.h15{ height:0.75rem; clear: both;}
.h20{ height:1rem; clear: both;}
.h25{ height:1.25rem; clear: both;}
.h30{ height:1.5rem; clear: both;}
.textC{text-align: center;}

/*浏览器滚动条*/
::-webkit-scrollbar {width:0px;background-color:#fff;}
::-webkit-scrollbar-button {}
::-webkit-scrollbar-track {}
::-webkit-scrollbar-track-piece {}
::-webkit-scrollbar-thumb {border:solid 0px #5d5d5d;width:0px;background-color:#fff;}
::-webkit-scrollbar-corner {background-color:#5d5d5d;}
::-webkit-resizer {}
::-webkit-scrollbar:horizontal{height:0px;}

.flex{ display: flex;}
.flexC{ flex: 1;}

/*截字数*/
.clamp1{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.clamp2{
    word-break: break-all;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.clamp3{
    word-break: break-all;
    display: -webkit-box !important;
    -webkit-line-clamp: 3 !important;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.clamp4{
    word-break: break-all;
    display: -webkit-box !important;
    -webkit-line-clamp: 4 !important;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.clamp5{
    word-break: break-all;
    display: -webkit-box !important;
    -webkit-line-clamp: 5 !important;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.clamp6{
    word-break: break-all;
    display: -webkit-box !important;
    -webkit-line-clamp: 6 !important;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/*颜色*/
.bai{ background: #FFF;}
.hui{ background: #f3f3f3;}

/*边框*/
.pd10{ padding: .5rem;}
.boxSize{ box-sizing: border-box;-webkit-box-sizing: border-box;}
.bd_a{position:relative;z-index: 1}
.bd_a:before{content: " ";width: 200%;height: 200%;position: absolute;top: 0;left: 0;border: 1px solid #e6e6e6;box-sizing: border-box;-webkit-transform: scale(.5);transform: scale(.5);-webkit-transform-origin: 0 0;transform-origin: 0 0;z-index: -1}
.bd_b{ position: relative;}
.bd_b:after{display:block; content:''; position:absolute; left:0px; bottom:0px; width:100%; height:0; border-bottom:1px solid #e6e6e6;  transform:scaleY(0.5); -webkit-transform:scaleY(0.5);}
.bd_l{ position: relative;}
.bd_l:before{display:block; content:''; position:absolute; left:0px; top:0px; width:0; height:100%; border-left:1px solid #e6e6e6; transform:scaleX(0.5); -webkit-transform:scaleX(0.5);}
.bd_r{ position: relative;}
.bd_r:after{display:block; content:''; position:absolute; right:0px; top:0px; width:0; height:100%; border-right:1px solid #e6e6e6; transform:scaleX(0.5); -webkit-transform:scaleX(0.5);}
.bd_t{ position: relative;}
.bd_t:before{ display:block; content:''; position:absolute; left:0px; top:0px; width:100%; height:0; border-top:1px solid #e6e6e6; transform:scaleY(0.5); -webkit-transform:scaleY(0.5);}

/*默认图*/
.default{ background: #f5f5f5 url(../images/default.png) no-repeat center center; background-size:auto 1.5rem;}

/*按钮*/
a.myBtn{ display: inline-block; height: 1.75rem; line-height: 1.75rem; padding: 0 1rem; background: #cb0d1c; color: #FFF; font-size: .7rem; border-radius: 3px; text-align: center;}

/*图片*/
.pic{ position: relative;}
.pic:before{ display: block; content: ''; padding-top: 75%;}
.pic img{ display: block; position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; object-fit: cover; object-position: center center;}

/*垂直居中*/
.table{ display: table; width: 100%; height: 100%;}
.tableCell{ display: table-cell; width: 100%; height: 100%; vertical-align: middle;}

.fljhg{height:2rem;
    line-height: 2rem;
    display:block;
    color:#c9151e;
    font-size: 0.65rem;
    text-align: center;
    background: #fff;
}
.fljhg a{margin: 0 3%;}
.fljhg .ojj{color: #c9151e}

.newss{padding: 0 5%;}
.newss .newssp{font-size: 30px;font-weight: bold;padding: 3% 0;color: #000;text-align: center;}
.swiper {
        width: 100%;
        height: 100%;
      }

      .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;

        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
      }

      .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
      }
.mySwiper{padding-bottom: 8% !important;}
.mySwiper .swiper-slide{position: relative;border-radius: 10px;overflow: hidden;}
.mySwiper .swiper-slide p{position: absolute;bottom: 0;left: 0;width: 94%;background-color: rgba(0,0,0,0.7);height: 40px;line-height: 40px;color: #fff;font-size: 14px;padding: 0 3%;overflow: hidden;}

.newss2{padding-bottom: 3%;}
.newss2 .newss2li{border-bottom:1px solid #E0E0E0;padding: 3% 0;}
.newss2 .newss2li:nth-last-child(1){border-bottom:none;}
.newss2 .newss2li .newss2li-l{float: left;width: 60%;}
.newss2 .newss2li .newss2li-l p{font-size: 14px;line-height: 24px;height: 60px;}
.newss2 .newss2li .newss2li-l span{display: block;font-size: 14px;}
.newss2 .newss2li .newss2li-l span b{color: #c9151e;margin-right: 5%;}
.newss2 .newss2li .newss2li-r{float: right;width: 37%;border-radius: 5%;overflow: hidden;}
.newss2 .newss2li .newss2li-r img{width: 100%}