.warp{
    position: relative;
    background: #FAFAFA;
}
.warpContent{
    width: 1000px;
    margin: 0 auto;
    padding-top: 28px;
}
.topNew h1{
    font-size: 26px;
    color: #028B7B;
    position: relative;
    text-align: center;
    font-weight: 500;
    cursor: pointer;
}
.topNew h1 img{
    width: 39px;
    height: auto;
    position: relative;
    top: 6px;
    left: -6px;
}
.topNew p{
    width: 862px;
    margin: 12px auto;
    line-height: 24px;
    height: 48px;
    font-size: 14px;
    color: #999999;
    font-family:MicrosoftYaHei;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    cursor: pointer;
}
/*-------------------------*/

.topNav{
    padding: 20px;
    position: relative;
    background: #fff;
    box-shadow:0px 3px 5px 0px rgba(0, 0, 0, 0.05);
}
.topNav .scrollImg{
    width: 500px;
    height: 300px;
}

.scrollImg .swiper-wrapper{
    height: 300px!important;
    cursor: pointer;
}
.scrollImg .swiper-slide{
    width: 100%;
    height: 300px!important;
    background-image: url("./../Image/1.png");
    background-size: cover;
    background-position: center;
}
.scrollImg .swiper-pagination-bullet{
    width: 24px;
    height: 4px;
    background: #fff;
    border-radius: 0;
    opacity: 1;
}
.scrollImg .swiper-pagination-bullet-active{
    background: #028B7B;
}

.scrollImg .swiper-pagination{
    width: 250px!important;
    bottom: 13px!important;
    text-align: right;
    padding-right: 20px;
    right: 0;
    left: inherit!important;
}

.scrollImg .swiper-title{
    width: 500px;
    height: 41px;
    line-height: 41px;
    background: rgba(0,0,0,.6);
    color:rgba(255,255,255,0.9);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    cursor: pointer;
}

.scrollImg .swiper-title span{
    display: inline-block;
    width: 305px;
    padding-left: 12px;
    overflow: hidden;
    white-space:nowrap;
    text-overflow: ellipsis;
}

.topNav .topNavList{
    position: absolute;
    width: 436px;
    left: 544px;
    top:5px;
    height: 300px;
}
.topNav .topNavList .list{
    width: 100%;
    height: 48px;
    margin-top: 15px;
    cursor: pointer;
}
.topNav .topNavList .list h3{
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    color: #191919;
    opacity: 0.85;
    font-size: 18px;
    text-overflow: ellipsis;
}
.topNav .topNavList .list p{
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #999;
    font-size: 14px;
    line-height: 29px;
}
.topNav .topNavList .list:hover h3{
    color:#028B7B;
    text-decoration: underline;
}

/*--------消费维权通道----------*/
.passageway{
    width: 100%;
    background: #fff;
    border:1px solid rgba(229, 229, 229, 1);
    margin: 20px 0;
}
.passageway .askModule{
    width: 270px;
    height: 90px;
    display: inline-block;
    float: left;
    margin-left: 32px;
    margin-top: 38px;
    cursor: pointer;
}
.passageway .askModule a{
    display:inline-block;
    width:100%;
    height:100%;
}
.passageway .askModule1{
    background: url("./../Image/passway-ask.png") no-repeat;
    background-size: 100% 100%;
}
.passageway .askModule1:hover{
    background: url("./../Image/passway-ask-cur.png") no-repeat;
    background-size: 100% 100%;
}
.passageway .askModule2{
    background: url("./../Image/passway-do.png") no-repeat;
    background-size: 100% 100%;
}
.passageway .askModule2:hover{
    background: url("./../Image/passway-do-cur.png") no-repeat;
    background-size: 100% 100%;
}
.passageway .askModule3{
    background: url("./../Image/passway-cha.png") no-repeat;
    background-size: 100% 100%;
}
.passageway .askModule3:hover{
    background: url("./../Image/passway-cha-cur.png") no-repeat;
    background-size: 100% 100%;
}
.passageway .passageWayLogo{
    font-size: 0;
    display: inline-block;
    width: 57px;
    float: left;
}

.passageway .passageWayLogo img{
    width: 100%;
    height: auto;
    margin: 0;
}
/*------各个模块信息-------*/
.moduleList{
    padding:0 20px;
    background: #fff;
    box-shadow:0 3px 5px 0 rgba(0, 0, 0, 0.05);
}
.moduleLeft{
    width: 325px;
    padding: 16px 0;
}
.moduleMiddle{
    margin:0 25px;
    width: 325px;
    padding: 16px 0;
}
.moduleRight{
    width: 260px;
    padding: 16px 0;
}

/*列表头*/
.muduleTitle{
    padding-bottom: 8px;
    border-bottom: 1px dashed #e6e6e6;
}
.muduleTitle .titleLeft{
    font-size: 17px;
    color: #333333;
}
.muduleTitle .tabSwitch{
    cursor: pointer;
}
.muduleTitle .titleLeft .cur{
    color: #028B7B;
}
.muduleTitle .titleLeft i{
    font-style: normal;
    line-height: 24px;
    font-size: 12px;
    position: relative;
    top:-3px;
    color: #666;
    margin: 0 3px;
}

.muduleTitle .titleRight{
    color: #ccc;
    font-size: 0;
    cursor: pointer;
}
.muduleTitle .titleRight span{
    font-size: 13px;
    line-height: 25px;
}
.muduleTitle .titleRight .cur{
    color: #028B7B;
}


/*列表*/
.moduleListContent{
    padding-top: 1px;
    height:174px;
}

.moduleListContent .list{
    position: relative;
    margin-top: 12px;
    font-size: 0;
    cursor: pointer;
}
.moduleListContent .list:hover .listCon{
    color:#028B7B;
    text-decoration: underline;
}
.moduleListContent .list .listIcon{
    position: absolute;
    left: 3px;
    top: 9px;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #BFBFBF;
}

.moduleListContent .list .listCon{
    color: #333;
    font-size: 14px;
    width: 260px;
    padding-left: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.moduleListContent .list .listTime{
    color: #999;
    width: 60px;
    font-size: 14px;
    text-align: right;
}


.moduleImage{
    margin-top: 24px;
}
.titleImg{
    font-size: 0;
    padding: 0 4px;
}
.titleImg img{
    width: 100%;
}

.imageContent{
    padding: 0 4px;
    margin-top: 15px;
    position: relative;
}
.personImage{
    font-size: 0;
    width: 151px;
    height: 175px;
    background: url("../Image/person.png")no-repeat center;
    background-size: cover;
}
.personPro{
    width: 165px;
    padding-left: 12px;
}
.personPro p{
    font-size: 18px;
    color: #333;
    line-height: 28px;
    font-weight: bold;
    opacity: .95;
    margin-top: 18px;
}
.personPro span{
    width: 100%;
    font-size: 14px;
    color: #666;
}
.proAdr{
    display: inline-block;
    line-height: 32px;
}

.proWhe{
    line-height: 22px;
    height: 44px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow:hidden;
    /*! autoprefixer: off */
    -webkit-box-orient: vertical;
    margin-top: 18px;

}
#haveAsk,#latLook{
    cursor: pointer;
}
.clickAsk{
    background: url("../Image/ask.png") no-repeat;
    position: absolute;
    bottom:0;
    left: 162px;
    width: 155px;
    height: 36px;
    text-align: center;
    background-size: 100% 100%;
    color: #fff;
    line-height: 36px;
    cursor: pointer;
}
.clickAsk:hover{
    background: url("../Image/askActive.png") no-repeat;
}

/*消费大讲堂*/

.consume{
    margin-top: 24px;
}
.consumeContent{
    margin-top: 15px;
}
.consumeContentList{
    width: 96px;
    margin-right: 8px;
    position: relative;
    top: -5px;
}
.consumeContentList span{
    display: inline-block;
    width: 100%;
    height: 28px;
    line-height: 28px;
    color: #fff;
    background: #BFBFBF;
    margin-top: 5px;
    text-align: center;
    border-radius: 2px;
    cursor: pointer;
    position: relative;
}
.consumeContentList span i{
    border-top: 3px solid  transparent;
    border-right: 6px solid #fff;
    border-bottom: 3px solid transparent;
    position: absolute;
    right: 0;
    top: 12px;
    display: none;
}
.consumeContentList .cur{
    background: #028B7B;
}
.consumeContentList .cur i{
    display: inline-block;
}
.consumeContentList span:hover{
    background: #028B7B;
}
.consumeContentMove{
    width: 220px;
    height: 160px;
    background-image: url("./../Image/1.png");
    background-size: cover;
    background-position: center;
    position: relative;
}
.consumeContentMove img{
    width: 50px;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -18px;
    margin-left: -25px;
    cursor: pointer;
}

.consumeContentMove .moveTitle{
    width: 100%;
    height: 26px;
    line-height: 26px;
    color: #fff;
    background: rgba(0,0,0,.6);
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding:0 10px;
    font-size: 15px;
}


/* ---让消费者看消保委--*/
.speakContent{
    height: 175px;
    width: 100%;
    position: relative;
    border:1px solid #f2f2f2;
    margin-top: 15px;
    padding: 0 14px;
}
.speakContent .speakLeft{
    width: 18px;
    font-size: 18px;
    color: #028B7B;
    line-height: 22px;
    margin-top: 20px;
    font-weight: bold;
}
.speakContent .speakRight{
    margin-top: 4px;
}
.speakList{
    position: relative;
    font-size: 0;
    cursor: pointer;
    padding-top: 12px;
    width: 268px;

}
.speakList:hover .speakListCon{
    color:#028B7B;
    text-decoration: underline;
}

.speakListIcon{
    position: absolute;
    left: 12px;
    top: 21px;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #BFBFBF;
}
.speakListCon{
    color: #333;
    display: inline-block;
    font-size: 14px;
    width: 100%;
    padding-left: 23px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


/*-----失信曝光-----*/

.exposure{
    margin-top: 24px;
}
.exposureListContent{
    height: 162px;
    overflow: hidden;
    margin-top: 15px;
}
.exposureListContent .list:first-child{
    padding-top: 0!important;
}
.exposureListContent .list{
    display: block;
    position: relative;
    font-size: 0;
    cursor: pointer;
    padding-top: 10px;
    padding-left: 23px;
}
.exposureListContent .list:hover .listCon{
    color:#028B7B;
    text-decoration: underline;
}
.exposureListContent .list:first-child .listIcon{
    top: 8px!important;
}
.exposureListContent .list .listIcon{
    position: absolute;
    left: 12px;
    top: 21px;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #BFBFBF;
}
.exposureListContent .list .listCon{
    display: inline-block;
    color: #333;
    font-size: 14px;
    overflow: hidden;
    width: 300px;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 19px;
}

/*----公告栏-----*/
.Notice .moduleListContent .list .listCon{
    width: 200px!important;
}

/*----主题图片*/
.themeImage{
    margin-top: 24px;
    height: 276.8px;
    width: 100%;
    overflow: hidden;
    border-radius: 2px;
    background:url(../Image/yearColor.png) no-repeat center;
    background-size: cover;
}
/*.themeImage img{*/
/*width: 100%;*/
/*height: auto;*/
/*}*/

/*-----维权通道专栏*/
.Safeguarding{
    margin-top: 15px;
    font-size: 0;
}

.Safeguarding span{
    display: inline-block;
    width: 100%;
    height: 36px;
    line-height: 36px;
    margin-top: 8px;
    background: #F2F2F2;
    text-align: center;
    border-radius: 3px;
}
.Safeguarding span a{
    font-size: 16px;
    color: #333;
    text-decoration: none;
    cursor: pointer;
}
.Safeguarding span:hover a{
    color:#028B7B;
    text-decoration: underline;
}

/*相关链接*/
.aboutLink{
    width: 100%;
    float: left;
    position: relative;
    border-top: 1px solid rgba(230,230,230,1);
    padding-bottom: 48px;
}
.aboutLink img{
    width: 200px;
    margin-top: 24px;
}
.aboutLink span{
    float: left;
    width: 132px;
    display: inline-block;
    height: 55px;
    line-height: 72px;
    position: relative;
    text-align: center;
    font-size: 16px;
    color: #666;
    cursor: pointer;
}
.aboutLink .cur{
    background: rgba(247,247,247,1)!important;
}

.aboutLink span i{
    border-left: 3px solid  transparent;
    border-right: 3px solid transparent;
    border-bottom: 6px solid #000;
    position: absolute;
    top:34px;
    left: 96px;
}

.allLink{
    width: 1000px;
    background: rgba(247,247,247,1);
    border-top: 5px solid #028B7B;
    padding: 32px 0;
    position: absolute;
    left: -20px;
    bottom: 100%;
    display: none;
    transform: translateY(20px);
}

.allLink span{
    display: inline-block;
    float: left;
    width: 150px;
    margin-left: 90px;
    font-size: 14px;
    color: #1A1A1A;
    line-height: 18px;
    height: 18px;
    text-align: left;
    margin-top: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


/*---二维码---*/
.toTop{
    position: fixed;
    right: 12px;
    top: 40%;
}
.toTop img{
    width: 110px;
}
.toTop span{
    position: absolute;
    display: inline-block;
    width: 110px;
    height: 28px;
    cursor: pointer;
    left: 0;
    bottom: 16px;
}

/*视频调解*/
.mediateMask{
    position: fixed;
    width:100%;
    height:100%;
    background:rgba(0,0,0,.7);
    top:0;
    left:0;
    z-index: 9999;
    display:none;
}
.mediateMask div{
    width:900px;
    height:600px;
    background:#fff;
    border-radius:12px;
    position: absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    padding:90px 120px 0;
}
.mediateMask div h3{
    color:#028B7B;
    font-size: 36px;
    text-align: center;
    margin-bottom:80px;
}
.mediateMask div p{
    font-size: 20px;
    color:#666;
    line-height:40px;
}
.mediateMask div a{
    display:block;
    width:420px;
    height:60px;
    background:#028B7B;
    margin:100px auto 0;
    font-size: 22px;
    color:#fff;
    text-decoration: none;
    text-align: center;
    line-height: 60px;
    border-radius:30px;
    letter-spacing: 5px;
}
.mediateMask div img{
    position: absolute;
    top:20px;
    right:20px;
    width:30px;
    cursor: pointer;
}
.rightLunPart{
    width: 902px;
    float: right;
    margin-right: 20px;
}
.rightLunPart>.topPart{
    height: 53px;
    border-bottom: 1px dashed #E5E5E5;
    font-size: 15px;
    padding-top: 18px;
}
.rightLunPart>.topPart img{
    width: 20px;
    vertical-align:bottom
}
.rightLunPart>.topPart>.leftIcon{
    float: left;
    color: #333333;
    cursor: pointer;
}
.rightLunPart>.topPart>.rightMore>span{
   float: right;
}
.rightLunPart>.topPart>.rightMore>img{
    float: right;
    width: 15px;
    margin-top: 3px;
}
.rightLunPart>.topPart>.rightMore{
    float: right;
    color: #028B7B;
    cursor: pointer;
}
.rightLunPart>.bottomPart{
   padding:25px 0 0 9px;
}
.rightLunPart>.bottomPart .showBox{
    width: 100%;
    height: 163px;
    /* margin: 0 36px; */
    float: left;
}
.rightLunPart>.bottomPart .showBox>.topImg{
    width: 154px;
    height: 50px;
    background: url(../Image/jdxf.png) no-repeat center;
    background-size: cover;
    margin: 0 auto;
    display: block;
}
.rightLunPart>.bottomPart .showBox>.bottomImg{
    width: 226px;
    height: 126px;
    background: url(../Image/Mbl.png) no-repeat center;
    background-size: cover;
    margin: -15px auto 0 auto;
    backdrop-filter: blur(5px);
    color: #028B7B;
    text-align: center;
    padding: 44px 16px 0 16px;
    font-size: 17px;
}
.rightLunPart .swiper-container{
    height: 163px;
}
.rightLunPart .swiper-slide{
    width: 226px;
    /* margin-left: 18px; */
}

.home_icon{
    position: fixed;
    width:280px;
    height:130px;
    background-image:url('${ResBase}/Image/home_icon.png');
    background-size:100% 100%;
    background-position:center center;
    right:160px;
    top:665px;
    cursor: pointer;
    appearance: none;
    z-index: 9;
}

.bottom-links{
    margin-top: 20px;
    padding: 20px;
    background: #FFFFFF;
    box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.05);
}

.bottom-links .bottom-links_title{
    height: 34px;
    font-size: 17px;
    color: #028B7B;
    line-height: 22px;
    text-align: left;
    padding-bottom: 12px;
    border-bottom: 1px dashed #E6E6E6;
}

.bottom-links .bottom-links_img{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 20px;
}

.bottom-links .nav-icon{
    width: 300px;
    height: 88px;
    cursor: pointer;
}






























