html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
button,article, aside, canvas, details, embed, figure,
figcaption, footer, header, hgroup, menu, nav,
output, ruby, section, summary, time, mark,
audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    background: transparent;
    outline: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
ol, ul { list-style: none; }
button{background: transparent;}
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
strong { font-weight: bold; }
table { border-collapse: collapse; border-spacing: 0; }
img { border: 0; max-width: 100%;display: inline-block;}
a{display: inline-block;}
html{
    line-height: initial;
}
input,
textarea {
border: 0;
-webkit-appearance: none;
}
.wap{
    display: none;
}
input[type=number] {
    -moz-appearance:textfield;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
body,html{
    font-size: 0.36rem;
    background: #f5f5f5;
}
/* 首页 */
header{
    background: #fff;
}
.header-header,.header-main{
    border-bottom: 0.01rem solid #EBEBEB;
}
.header-top,.header-ul{
    width: 12rem;
    margin: 0 auto;
}
.header-top{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 1rem;
}
.header-logo,.header-call{
    display: flex;
    align-items: center;
}
.header-logo-img{
    width: .57rem;
    margin-right: .16rem;
}
.header-top-title{
    font-size: 18px;
    color: #333333;
    margin-bottom: .02rem;
}
.header-top-text{
    font-size: 14px;
    color: #999;
}
.header-text{
    width: 2.65rem;
    height: .655rem;
    margin-top: .30rem;
}
.header-call-img{
    width: .44rem;
    margin-right: .08rem;
}
.header-call-title{
    font-size: 12px;
    color: #666;
}
.header-call-text{
    font-size: 20px;
    color: #CB0101;
}
.header-ul{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    height: 60px;
}
.header-ul li{
    height: 100%;
    cursor: pointer;
}
.header-ul li a{
    font-size: 16px;
    color: #333333;
}
.header-ul li:hover{
    border-bottom: 0.02rem solid #CB0101;
}
.header-ul li:hover a{
    color: #CB0101;
}
.main{
    width: 1200px;
    margin: 0 auto;
}
.banner-img{
    margin: .15rem 0;
    width: 100%;
    height: 130px;
}
.banner-img img{
    width:100%;
}
.main1{
    display: flex;
    flex-wrap: wrap;
    padding: .18rem 0 .18rem .15rem;
    background:#fff
}
/* swiper */
.swiper-container-banner{
    width: 5.26rem;
    height: 3.5rem;
    /*margin-right: .14rem;*/
}
.swiper-container-banner .swiper-slide a img{
    width: 100%;
    height: 350px;
}
.swiper-container-banner .swiper-slide a{
    width: 100%;
    height: 100%;
}
/*.swiper-slide{
    width: 100% !important;
}
.swiper-slide a{
    width: 100% !important;
}
.swiper-slide a img{
    width: 100% !important;
}
.swiper-wrapper .swiper-slide-prev{
    width: 100% !important;
} */
.swiper-container {
      width: 500px;
      height: 100%;
    }

    .swiper-slide {
       height: 100%;
      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-bottom{
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 4px;
    background:rgba(0, 0, 0, .63);
    font-size: 14px;
    color: #fff;
    padding: .15rem .14rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.swiper-button-next, .swiper-button-prev{
    color: #fff;
    width: .43rem;
    height: .43rem;
    border-radius: 50%;
    background: rgba(0,0,0,.63);
}
.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after,.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after{
    transform: scale(0.56);
}
.main1-top{
    display: flex;
}
.main1-left{
    flex: 1;
    margin-right: .2rem;
}
.main1-left-ul li{
    width: 2.5rem;
    height: 1.68rem;
    position: relative;
    margin-bottom: .15rem;
}
.main1-left-ul li:last-child{
    margin-bottom: 0;
}
.main1-left-ul li a img,.main1-left-ul li a{
    width: 100%;
    height: 100%;
}
.main1-left-ul li a p{
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(0,0,0,.63);
    font-size: 14px;
    color: #fff;
    padding: .11rem .14rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.main1-bottom{
    margin-top: .18rem;
}
.main1-title{
    display: flex;
    align-items: center;
    border-bottom: 1px solid #EBEBEB;
}
.main1-title-left{
    margin-right: .25rem;
    padding: 8px;
    background: #CB0101;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    width:45px;
    text-align: center;
}
.main1-title p{
    flex: 1;
    font-size: 20px;
    color: #333;
    font-weight: bold;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.maib1-bottom-ul{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding:.05rem 0;
}
.maib1-bottom-ul p {
    width: 3.95rem;
    line-height: 35px;
}
.maib1-bottom-ul p a{
    font-size: 14px;
    color: #333;
    text-decoration: blink;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.maib1-bottom-ul p a:hover{
    color: #CB0101;
    font-weight: bold;
}

.main1-right{
    width: 3.75rem;
    background-color: #fff;
}
.main1-right-title{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.main1-right-p{
    display: flex;
    align-items: center;
}
.main1-right-p p{
    font-size: 18px;
    color: #CB0101;
    font-weight: bold;
}
.main1-right-p span{
    font-size: 16px;
    color: #333;
    font-weight:bold;
}
.main1-ul-title{
    padding: 10px 20px;
}
.main1-ul-title li{
    padding-left: 13px;
    position: relative;
    /* line-height: 25px; */
    
}
.main1-ul-title12{
    padding-left: 13px;
    padding-top: 15px;
}
.main1-ul-title li::before{
    position: absolute;
    content: '';
    top: 50%;
    left: 0;
    width: 6px;
    height: 6px;
    background:#CB0101;
    border-radius: 50%;
    transform: translate(0,-50%);
}
.main1-ul-title li a{
    font-size: 14px;
    color: #333;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    line-height: 35px;

    
}
.main1-ul-title li a:hover{
    color: #CB0101;
    font-weight: bold;
}
.main1-right-bottom li{
    width: 100%;
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 14px;
    color: #333;
    margin-top: 15px;
}
.main1-right-bottom li:nth-child(1){
    background: #FFECEC;
}
.main1-right-bottom li:nth-child(2){
    background: #EBF8EA;
}
.main1-right-bottom li:nth-child(3){
    background: #FEECDC;
}
.main1-right-bottom li a{
    font-size: 14px;
    color: #CB0101;
    font-weight: bold;
    padding: 0 .05rem 0 .03rem;
}
.main1-right-bottom li:hover{
    box-shadow: 0 .03rem .06rem rgba(0, 0, 0, 0.16);
}
.main2{
    display:flex;
    /* align-items: center; */
    justify-content: space-between;
    flex-wrap: wrap;
}
.main2-left{
    flex: 1;
    margin-right: .1rem;
}
.main2-left-title{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.main2-title{
    display: flex;
    align-items: center;
    height: .5rem;
}
.main2-title p{
    font-size: 18px;
    color: #333;
    font-weight: bold;
    margin-right: .12rem;
}
.main2-title span,.main2-left-right{
    font-size: 12px;
    color: #999;
}
.main2-left-right a{
    font-size: 12px;
    color: #999;
}
.main2-content{
    display: flex;
    /* align-items: center; */
    flex-wrap: wrap;
    height: 508px;
}
.main2-content-left{
    width: 3.69rem;
    padding: 15px;
    background-color: #fff;
}
.main2-content-left img{
    width: 341px;
}
.main2-left-ul li{
    line-height: 30px;
}
.main2-left-ul li a p{
    font-size: 14px;
    color: #333;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.main2-left-ul li a span{
    font-size: 12px;
    color: #999;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 20px;
    margin-bottom: .1rem;
}
.main2-left-ul li a p:hover{
    color: #CB0101;
    font-weight: bold;
}

.main2-content-main{
    width: 4.35rem;
    padding: .18rem .14rem 0 .14rem;
    background-color: #fff;
    margin-left: .09rem;
}
.main2-main-ul li{
    width: 1.97rem;
}
.main2-main-ul li p{
    font-size: 14px;
    color: #333;
    text-align: center;
    margin-bottom: .10rem;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.main2-main-ul li img{
    width: 100%;
    height: 1.3rem;
}
.main2-main-ul{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}
.main2-main-ul a:hover p{
    font-weight: bold;
    color: #CB0101;
}
.main2-left-ul1{
    padding: 0 14px;
}
.main2-left-right{
    cursor: pointer;
}
.main2-left-right a:hover{
    color: #CB0101;
    font-weight: bold;
}
.main2-right{
    width: 3.76rem;
}
.main2-right-title{
    padding: 0 .14rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 50px;
}
.main2-right-title p{
    font-size:16px;
    color: #333;
    font-weight: bold;
}
.main2-right-content{
    /* padding:0 0 .16rem .14rem; */
    background-color: #fff;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding-left: 5px;
    padding-bottom: 15px;
    padding-top: 5px;
    padding-right: 15px;
    height: 508px;
}
.main2-right-content a{
    margin-top: 13px;
    margin-left: 12px;
}
.main2-right-content p{
    padding: .08rem .13rem;
    color: #333;
    font-size: 14px;
    opacity: .8;

}
.color0{
    background: #FFECEC;
}
.color1{
    background: #EBF8EA;
}
.color2{
    background: #FEECDC;
}
.color3{
    background: #EAF1D9;
}
.color4{
    background: #F9E8FB;
}
.color5{
    background: #DFE6FF;
}
.main2-right-content p:hover{
    box-shadow: 0 0.03rem 0.06rem rgb(0 0 0 / 16%);
    opacity: 1;

}
.maiun2-content1{
    background-color: #fff;
    padding-bottom: 10.5px;
    height: 478px;
}
.main2-main-ul2{
    padding: 14px 14px 0 14px;
}
.main2-main-ul2 li{
    width: 1.68rem;
}
.main2-main-ul2 li img{
    height: 1.11rem;
}
.main3{
    background-color: #fff;
    width: 100%;
    padding:.14rem;
    display: flex;
    /* align-items: center; */
    flex-wrap: wrap;
    padding-bottom: 0;
    height: 478px;
}
.main3-left{
    width: 349px;
    margin-right: .2rem;
}
.main3-left-box img{
    width: 100%;
    height: 2.32rem;
}
.main3-left-box:hover p,.main3-left-box1:hover p{
    color: #CB0101;
    font-weight: bold;
}
.main3-left-bottom{
    display: flex;
    align-items: center;
    margin-top: 7px;
}
.main3-left-box p{
    margin-bottom: .08rem;
}
.main3-left-box p,.main3-left-box1 p{
    font-size: 14px;
    color: #333;
    text-align: left;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.main3-left-box1 img{
    width: 1.68rem;
    height: 1.12rem;
}
.main3-right{
    flex: 1;
}
.main3-right img{
    width: 98px;
    height: 65px;
    margin-right: 8px;
}
.main3-right a{
    display: flex;
    align-items: center;
    border-bottom: 1px solid #EBEBEB;
    padding-top: 15px;
    padding-bottom: 15px;
}
.main3-right a:hover p{
    color: #CB0101;
    font-weight: bold;
}
.main3-right a:first-child{
    padding-top: 0;
}
.main3-right a:last-child{
    border: none;
}
.main3-right-title{
    line-height: 20px;
}
.main3-right-title p{
    margin-bottom: 5px;
    font-size: 16px;
    color: #333;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.main3-right-title span{
    font-size: 12px;
    color: #999;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.main1-right1{
    padding-top: .25rem;
    padding-bottom: .1rem;
    height: 508px;
}
.rdc{
    background-color: #fff;
    padding:.26rem .26rem .26rem .37rem;
    margin-top: .16rem;
    margin-bottom: .16rem;
}
.rdc-title{
    font-size: 16px;
    color: #333;
}
.rdc ul{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: .15rem;
}
.rdc ul li{
    margin-right: 7px;
    padding: .05rem .15rem;
    font-size: 12px;
    background: #EBEBEB;
    color: #666;
    border-radius: .02rem;
}
.rdc ul li:last-child{
    margin-right: 0;
}
.rdc ul li a{
    color: #666666;
}
.bottom{
    background: #333333;
}
.bottom-box{
    width: 1200px;
    margin: 0 auto;
}
.bottom-tab{
    padding-top: 28px;
}
.bottom-title{
    display: flex;
    align-items: center;
    margin-bottom: 14px;
    cursor: pointer;
}
.bottom-title p{
    width: 80px;
    font-size: 14px;
    height: 35px;
    background-color: #000000;
    color: #999999;
    text-align: center;
    line-height: 35px;
}
p.bottom-title-active{
    background: #666666;
    color: #FFFFFF;
}
.bottom-content ul{
    padding-bottom: 38px;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    margin-bottom: 40px;
    display: none;
}
ul.bottom-active{
    display: block;
}
.bottom-active a{
    font-size: 12px;
    color: #999999;
}
.bottom-content ul li{
    display: flex;
    align-items: center;
}
.bottom-content ul li a{
    margin-right: 22px;
    font-size: 12px;
    color: #999999;
}
.bottom-content ul li a:last-child{
    margin-right: 0;
}
.header-top-title1,.header-top-text1{
    color: #fff;
}
.bottom-icon{
    display: flex;
    align-items: center;
    margin-bottom: .22rem;
}
.header-top-text1{
    opacity: .7;
    margin-top: .05rem;
}
.header-logo-img1{
    width: .81rem;
    margin-right: .2rem;
}
.bootom-kf-title{
    font-size: 16px;
    color: #fff;
    margin-bottom: 19px;
}
.bottom-kf-text p{
    font-size: 12px;
    color: #999;
    margin-top: .04rem;
}
.bottom-wx{
    display: flex;
    align-items: center;
}
.bottom-wx img{
    width: 100.5px;
    margin-right: 20px;
}
.bottom-a{
    height: 68px;
    background-color: #2A2A2A;
    font-size: 12px;
    color: #999999;
    text-align: center;
    padding-top: 20px;
}
.header-logo1{
    flex-grow: 1.2;
}
.bottom-kf,.bottom-wx{
    flex: 1;
}
.main2-left-right1{
    display: none;
}
.main2-left-ul3{
    padding: 0;
}
.sjxd{
    display: none;
}
a.text-active{
    color:#CB0101 !important;
    font-weight:bold;
    border-bottom:.01rem solid #CB0101
}
a.text-active p{
    color:#CB0101 !important;
}

/* 列表 */
.list{
    margin-top: 15px;
}
.list-title{
    line-height: 45px;
    color: #999;
    font-size: 12px;
    display: flex;
    flex-wrap: wrap;
    
}
.list-title a{
    font-size: 12px;
    color: #999;
}
.list-title a:hover{
    color: #CB0101;
    font-weight: bold;
}
.list-left{
    width: 808px;
    background-color: #fff;
    padding-top: 5px;
    height: 100%;
}
.list-box{
    padding:20px;
    display: flex;
    flex-wrap: wrap;
    cursor: pointer;
    border-bottom: 1px solid #F5F5F5;
}
.list-box:hover .list-box-title{
   color: #CB0101;
   font-weight: bold;
}
.list-box:hover{
    background: #F5F5F5;
}
.list-box img{
   width: 165px;
   margin-right: 20px;
}
.list-box-right{
    flex: 1;
}
.list-box-title{
    font-size: 16px;
    color: #333333;
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.list-box-text{
    font-size: 12px;
    color: #999999;
    margin-top: 12px;
    margin-bottom: 22px;
    line-height: 22px;
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.list-box-time{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.list-box-timer{
    font-size: 12px;
    color: #999999;
}
.list-box-ul{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.list-box-ul li{
    padding: 4px 9px;
    font-size: 12px;
    color: #CB0101;
    background: rgba(203, 1, 1, .1);
    border-radius: 3px;
    margin-right: 10px;
}
.list-box-ul li:last-child{
    /*margin-right: 0;*/
}

.list-box-ul li a{
    color: #CB0101;
}
.list-box-timer{
    font-size: 12px;
    color: #999999;
    margin-right: 10px;
}
/* 分页 */
.page-content{
    width: 100%;
    display: flex;
    justify-content: flex-end;
    padding: 20px 40px 20px 0;
}
 .page{
    display: flex;
    align-items: center;
    border: 1px solid #DDDDDD;
}
.page li{
    padding: 5px 15px;
    border-right: 1px solid #DDDDDD;
    font-size: 14px;
    color: #333333;
    cursor: pointer;
}
.page li a{
    font-size: 14px;
    color: #333333;
}
.page li:hover a{
    color: #fff;
}
.page li:hover,.list-top-ul li:hover{
    background: #CB0101;
    color: #fff;
}
.page li:last-child{
    border-right:none
}
li.page-active{
    color: #CB0101
}
.page li a{
    font-size: 14px;
    color: #333333;
}
.page li a:hover{
    color: #fff;
}
.page .page-num{
    padding: 5px 15px;
    border-right: 1px solid #DDDDDD;
    font-size: 14px;
    color: #333333;
    cursor: pointer;
}
.page .page-num-current{
    color: #fff;
    background-color: #CB0101
}
.page .page-num:hover{
    color: #fff;
    background-color: #CB0101
}


.list-content{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.list-right{
    flex: 1;
    margin-left: 15px;
}
.list-right-top{
    background-color: #fff;
    padding: 0 20px;
    padding-top: 5px;
    padding-bottom:30px;
}
.list-ul-1{
    padding: 0;
}
.list-right-top2{
    width: 100%;
    background-color: #fff;
    margin-top: 15px;
    padding-top: 10px;
}
.main-right-title2{
    padding: 0 20px;
}
/* .main2-right-content1{
    padding-top: 0;
} */
.main2-right-title1{
    padding: 0;
}
.list-img{
    margin-bottom: 0;
}
/* 详情页 */
.detail-content{
    padding: 48px;
    padding-bottom: 0;
    background-color: #fff;
    margin-bottom: 0px;
}
.detail-content-title{
    font-size: 26px;
    color: #333333;
    font-weight: bold;
    line-height: 40px;
    margin-bottom: 10px;
    text-align: center;
}
.list-box-time-detail{
    justify-content: center;
}
.detail-content-text{
    font-size: 16px;
    color: #333333;
    line-height: 30px;
    margin-top: 27px;
    margin-bottom: 20px;
    text-align: center;
}
.detail-img{
    width: 500px;
    margin: 0 auto;
    margin-bottom: 30px;
}
.detail-img img{
    width: 100%;
}
.detail-content-p-title{
    font-size: 18px;
    color: #333333;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.detail-content-p-text{
    font-size: 16px;
    color: #333333;
    margin-top: 30px;
    margin-bottom: 30px;
    line-height: 28px;
}
.detail-main{
    padding: 20px;
    padding-bottom: 30px;
}
.detail-main-box{
    background: #FFF0E5;
    padding: 23px 14px 15px 14px;
}
.detail-main-box-top{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    /* margin-bottom: 37px; */
}
.detail-main-main{
    flex: 1;
    margin-right:10px;
}
.detail-main-img{
    width: 112px;
    height: 150px;
    margin-right: 16px;
}
.detai-1{
    display: flex;
    align-items: center;
}
.detail-main-title{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 18px;
}
.detail-main-title2{
    display: none;
}
.detail-main-name{
    font-size: 18px;
    color: #333333;
    font-weight: bold;
    margin-right: 40px;
}
.detail-main-title p{
    display: flex;
    align-items: center;
}
.detail-main-title p span{
    font-size: 14px;
    color: #FF6600;
}
.detail-main-text{
    display: flex;
    align-items: center;
    /* flex-wrap: wrap; */
    line-height: 22px;
    margin-bottom: 8px;
}
.detail-main-text p{
    font-size: 14px;
    color: #999999;
}
.detail-main-text span{
    font-size: 14px;
    color: #333333;
}
span.detail-call{
    font-size: 18px;
    color: #FF6600;
}
.detail-main-btn{
    display: flex;
    flex-direction: column;
}
.detail-main-btn div{
    width: 130px;
    height: 45px;
    border-radius: 3px;
    line-height: 45px;
    font-size: 18px;
    text-align: center;
    cursor: pointer;
}
.detail-btn1{
    background: #FF6600;
    color: #FFFFFF;
    margin-bottom: 18px;
}
.detail-btn1:hover{
    opacity: .8;
}
.detail-btn2:hover{
    background: #FF6600;
    color: #fff;
}
.detail-btn2{
    background: #FFF;
    color: #FF6600;
    border: 1px solid #FF6600;
}
.detail-main-box-top{
    position: relative;
}
.detail-gg{
    position: absolute;
    right: 0;
    bottom: -10px;
    font-size:12px;
    color:#2F80FF;
}
.list-box-time-detail1{
    flex-direction: column;
}
.detail-time1{
    display: flex;
    align-items: center;
}
.detail-ul1{
    margin-top: 15px;
}
.detail-title2{
    line-height: 13px;
    padding-top: 10px;
    padding-bottom: 20px;
}
.detail-title2 p{
    font-size: 16px;
    color: #333;
    font-weight: bold;
}
.detail-title2 a{
    color: #CB0101;
}
.detail-img5 img{
    width: 750px;
}
.detail-page{
    padding: 0 40px;
    margin-top: 5px;
}
.detail-page p{
    font-size: 16px;
    color: #333;
    margin-bottom: 25px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    cursor: pointer;
}
.detail-page p:hover{
    color: #CB0101;
    font-weight: bold;
}
.detail-gg1{
    background: #F5F9FF;
    padding: 13px;
    margin-top: 20px;
    position: relative;
}
.detail-gg1-title{
    text-align: center;
    font-size: 16px;
    color: #2F80FF;
    font-weight: bold;
    padding: 10px 0 20px 0;
}
.detail-gg1 ul{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
    flex-wrap: wrap;
}
.detail-gg1 ul li{
    width: 24%;
    margin-bottom: 7px;
    line-height: 30px;
    text-align: center;
    background: #DCEAFF;
    font-size: 12px;
    color: #2F80FF;
}
.detail-gg1 ul li a{
    font-size: 12px;
    color: #2F80FF;
}
.detail-gg1 ul li:hover{
    box-shadow: 0 0.03rem 0.06rem rgb(0 0 0 / 16%);
}
.detail-gg1-left{
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.detail-gg1-left p{
    font-size: 12px;
    color: #333333;
    font-weight: bold;
    margin-right: 10px;
}
.detail-gg1-left span{
    font-size: 12px;
    color: #666;
}
.detail-gg1-left a{
    font-size: 20px;
    color: #2F80FF;
}
.detail-gg1-btn{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 0;
}
.detail-gg1-btn div{
    width: 160px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 3px;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
}
.detail-gg1-btn div:hover{
    opacity: .8;
}
.detail-gg1-kf{
    background: #FF6600;
    margin-right: 13px;
}
.detail-gg1-call{
    background: #2F80FF;
}
.detail-gg2{
    right: 20px;
    bottom: 8px;
}
.detail-tj{
    background-color: #fff;
    margin-top: 20px;
}
.detail-tj-title{
    line-height: 55px;
    border-bottom: 1px solid #EBEBEB;
    padding: 0 28px;
    font-size: 16px;
    color: #333;
}
.detail-bottom3{
    padding: 0 28px;
    padding-top: 20px;
    padding-bottom: 10px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}
.detail-bottom3 a{
    width: 47.5%;
    border: none;
}
.swiper-h5-content{
    display: none;
}
.main2-content-left li{
    margin-bottom: 1px;
}
/* h5 */
@media only screen and (max-width: 768px ) { 
    /* 首页 */
    .header-text,.header-logo1,.main2-title span{
        display: none;
    }
    .header-top, 
    .header-ul,
    .main,
    .bottom-box,
    .main1-left,
    .maib1-bottom-ul p,
    .main1-right,
    .banner-img,
    .main2-content-left,
    .main2-content-main,
    .main2-right,
    .main2-content-left img
    
    {
        width: 100%;
    }
    .banner-img{
        height: auto;
        margin: 0;
        background-color: #fff;
        padding: 0 15px;
        padding-bottom: 13px;
    }
    .header-top{
        padding:0 20px 0 15px;
        height: 75px;
    }
    .main1{
        padding:0;
        padding-bottom: 35px;
    }
    .main1-left,.main1-right-bottom{
        padding: 0 15px;
    }
    .main1-title-left{
        font-size: 12px;
        padding: 7px;
        width: auto;
        text-align: center;
    }
    .swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after, .swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
        transform: scale(0.3);
    }

    .main2-left{
        flex:auto;
        margin: 0;
    }
    .header-top-title{
        font-size: 14px;
    }
    .header-top-text,.main1-left-ul li a p,.swiper-bottom{
        font-size: 12px;
    }
    .header-call-text{
        font-size: 16px;
    }
    .header-logo-img,.header-call-img{
        width: 38px;
        height: 38px;
    }
    .header-main{
        padding-left: 15px;
    }
    .header-ul{
        line-height: 60px;
    }
    .swiper-container-banner{
        height: 153px;
    }
    .main1-left-ul li{
        width: 109px;
        height: 73px;
    }
    .main1-title{
        padding-top: 3px;
        padding-bottom: 10px;
    }
    .main1-right{
        margin-top: 20px;
        padding-top: 30px;
    }
    .main1-right-title{
        margin-bottom: 10px;
        padding:0 15px;
    }
    .main1-right-title img{
        display: none;
    }
    .main1-right-p{
        width: 100%;
        justify-content: center;
    }
    .main2-content-left .main2-left-ul li:first-child a p{
        margin-top: 10px;
        margin-bottom: 5px;
    }
    .main2-content,.maiun2-content1,.main2-right-content,.main3{
        height: auto;
    }
    .main2-left-ul1{
        padding: 0;
    }
    .main1-ul-title li::before{
        left: -4px;
    }
    .main1-right-bottom li:first-child{
        margin-top: 5px;
    }
    .main2-left-title{
        padding: 0 15px;
        line-height: 64px;
    }
    .main2-left-ul li{
        line-height: 27px;
    }
    .main2-content-main{
        margin-top: 10px;
        margin-left: 0;
        padding: 15px;
        padding-bottom: 10px;
    }
    .main2-content-left{
        padding-bottom: 10px;
    }
    .main2-main-ul li{
        width: 48.5%;
    }
    .main2-main-ul li a{
        width: 100%;
    }
    .main2-main-ul li a img{
        height: auto;
    }
    .main2-main-ul li p{
        margin-top: 2px;
        margin-bottom: 10px;
    }
    .main2-right-title{
        padding:0 15px;
        margin-top: 18px;
        margin-bottom: 14px;
    }
    .main3{
        padding: 15px;
        padding-bottom: 5px;
    }
    .main3-left{
        margin: 0;
        width: 100%;
    }
    .main3-left-bottom{
        width: 100%;
        justify-content: space-between;
    }
    .main3-left-box{
        width: 100%;
    }
    .main3-left-bottom a{
        width: 48.5%;
    }
    .main3-right{
        flex: auto;
        margin-top: 10px;
    }
    .main3-left-box img{
        height: auto;
    }
    .main3-left-box1 img{
        width: 100%;
        height: 100%;
    }
    .main3-left-box p, .main3-left-box1 p{
        margin-top: 5px;
        margin-bottom: 12px;
    }
    .main3-right-title p{
        margin-bottom: 4px;
    }
    .main2-left-right1{
        display: block;
    }
    .main2-right-title1{
        display: none;
    }
    .main1-ul-title{
        padding-left: 25px;
        padding-top: 15px;
    }
    .main1-right2{
        /* padding-top: 27px; */
        /* margin-top: 13px; */
    }
    .rdc{
        margin-top: 13px;
        margin-bottom: 18px;
        padding-bottom: 10px;
    }
    .bottom-title p{
        width: 80px;
        font-size: 14px;
    }
    .rdc-title{
        margin-bottom: 15px;
    }
    .rdc ul li{
        margin-bottom: 10px;
    }
    .bottom-tab,.bottom-icon{
        padding-left: 20px;
        padding-right: 20px;
    }
    .bottom-wx .bottom-kf{
        display: none;
    }
    .bottom-wx img{
        margin: 0;
    }
    .sjxd{
        display: block;
    }
    .bottom-kf, .bottom-wx{
        flex-direction: column;
        flex: inherit;
    }
    .sjxd{
        font-size: 12px;
        color: #999;
        text-align: center;
        margin-top: 5px;
    }
    .bottom-content ul{
        margin-bottom: 11px;
    }
    .bottom-icon{
        justify-content: space-between;
    }
    .bottom-a{
        padding: 15px;
        height: auto;
        line-height: 22px;
    }
    /* 列表 */
    .list-right{
        margin: 0;
    }
    .list-title{
        padding: 6px 15px;
        line-height: 22px;
        padding-top: 0;
    }
    .list-box{
        padding: 15px;
    }
    .list-box img{
        width: 125px;
        height: 100px;
        margin-right: 10px;
    }
    .list-box-title{
        font-size: 16px;
    }
    .list-box-text{
        font-size: 12px;
        margin-top: 8px;
        line-height: 19px;
        margin-bottom:10px
    }
    .page-content{
        justify-content: center;
        padding:20px;
    }
    .list-right-top{
        margin-top: 13px;
        padding: 0;
        padding-bottom: 20px;
    }
    .list-ul-1 li{
        padding-right: 15px;
    }
    .main2-right-title{
        margin-bottom: 0;
        margin-top: 13px;
    }
    .list-right-top2 .main-right-title2{
        margin-top: 0;
    }
    .list-right-top2{
        padding-top: 0;
    }
    .list-img{
        background: #f5f5f5;
    }
    .list-left,.detail-img{
        width: 100%;
    }
    .list-img{
        padding-bottom: 3px;
    }
    .detail-content{
        padding: 15px;
        padding-top: 10px;
        padding-bottom: 0;
    }
    .detail-bottom3,.detail-tj-title{
        padding: 0 15px;

    }
    .detail-bottom3 a{
        width: 100%;
        padding-bottom: 10px;
    }
    .detail-content-title {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 10px;
    }
    .detail-content-text {
        margin-top: 10px;
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 10px;
    }
    .detail-content-p-title {
        font-size: 16px;
    }
    .detail-content-p-text {
        margin: 8px 0;
        font-size: 14px;
    }
    .detail-img{
        margin-bottom: 10px;
    }
    .detail-title2{
        line-height: 22px;
        padding-bottom: 10px;
        padding-top: 0;
    }
    .detail-title2 :last-child{
        margin-top: -13px;
    }
    .detail-page{
        margin-top: 0;
        padding: 0 20px;
    }
    .detail-page p{
        margin-bottom: 10px;
        font-size: 14px;
    }
    .detail-main-img {
        width: 80px;
        height: 80px;
        margin-right: 10px;
    }
    .detail-main-title2 {
        display: block;
    }
    .detail-main-name {
        margin-right: 0;
        font-size: 14px;
        padding-top: 10px;
    }
    .detail-main-title2 p {
        margin-top: 7px;
    }
    .detail-main-title p span {
        font-size: 12px;
    }
    .detail-main-main {
        width: 100%;
        margin-right: 0;
    }
    .detail-main-title1 {
        display: none;
    }
    .detail-main-name {
        margin-right: 0;
        font-size: 14px;
        padding-top: 10px;
    }
    .detail-main-title p span {
        font-size: 12px;
    }
    .detail-main-text {
        margin-bottom: 5px;
    }
    .detail-main-btn {
        display: flex;
        flex-direction: row;
        margin-top: 3px;
        width: 100%;
        justify-content: space-between;
    }
    .detail-main-btn a {
        width: 49%;
    }
    .detail-main-btn div {
        width: 100%;
        height: 35px;
        line-height: 35px;
        font-size: 14px;
    }
    .detail-main-box {
        padding: 5px 10px 5px 10px;
    }
    .detail-gg{
        bottom: 0px;
    }
    .detail-main{
        padding:10px 15px;
        padding-bottom: 20px;
    }
    .detail-tj,.detail-gg1{
        margin-top: 13px;
    }
    .detail-gg1-title{
        padding-top: 0;
        padding-bottom: 15px;
    }
    .swiper-h5{
        height: 60px;
        line-height: 60px;
    }
    .swiper-h5 .swiper-slide,.swiper-h5 a{
        height: 60px;
        font-size: 16px;
        color: #333;
    }
    .swiper-h5 a:hover{
        color: #CB0101;
        font-weight: bold;
        border-bottom: 2px solid #CB0101;
    }
    .swiper-h5 .swiper-slide{
        /*width: 90px !important;*/
        padding: 0 10px;
    }
    .swiper-h5 .swiper-slide:first-child{
        /*width: 60px !important;*/
        padding-left: 0;
    }
    .header-ul{
        display: none;
    }
    .swiper-box1{
        white-space: nowrap;
        overflow-x: scroll;
    }
    .swiper-h5-content{
        position: relative;
        display: block;
    }
    .swiper-container-banner .swiper-slide,.swiper-container-banner .swiper-slide a{
        width: 100% !important;
        height: 100%;
    }
    .swiper-container-banner .swiper-slide a img{
        width: 100%;
        height: 100%;
    }
    .swiper-fixed{
        width: 82px;
        height: 60px;
        background: #FFFFFF;
        box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        top: 0;
        right: 0;
        z-index: 99;
        opacity: 0.9;
    }
    .list{
        margin-top: 10px;
    }
    .swiper-fixed img{
        width: 15px;
        height: 11px;
        margin-right: 5px;
    }
    .swiper-fixed p{
        font-size: 14px;
        color: #333333;
    }
    .swiper-ul{
        background: #fff;
        width: 193px;
        box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.15);
        position: absolute;
        top: 60px;
        right: 0;
        padding: 17px;
        z-index: 100;
        box-sizing: border-box;
        display: none;
    }
    .swiper-ul li{
        list-style: none;
        margin-bottom: 20px;
    }
    .swiper-ul li:last-child{
        margin-bottom: 10px;
    }
    .swiper-ul li a{
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .swiper-ul li a span{
        font-size: 14px;
        color: #333333;
    }
    .swiper-ul li a:hover span{
        color: #CB0101;
        font-weight: bold;
    }
    .swiper-ul li a img{
        width: 6px;
        height: 10.5px;
    }
    .main1-title p{
        font-size: 16px;
    }
    .maib1-bottom-ul{
        padding-top: 10px;
    }
    .main2-left-ul111{
        padding: 0 15px;
    }
    .swiper-bottom{
        bottom: 0;
    }
    .main1-left-ul{
        margin-left:10px;
    }
	.footer-item-text{
        font-size: 14px;
        color: #fff;
        opacity: 0.7;
        margin-top: 8px;
    }
    .wap{
        display: block;
    }

}
.pageinfo{
    font-size: 14px;
}
.list-tags li:last-child{
    margin-right: 10px;
}
.footer-item-text{
    font-size: 14px;
    color: #fff;
    opacity: 0.7;
    margin-top: 0px;
}
.footer-item-text.wap{
    font-size: 12px;
    color: #999;
    opacity: 1;
}

