/* 头部 */
.headerWrap{
    width: 100%;
    height: 40px;
    background: #404040;
    /* overflow: hidden; */
}
.header{
    width:1190px;
    height: 100%;
    margin: 0 auto;
}
a{
    color:#fff;
}
.headerLeft{
    width: 50%;
    height: 100%;
    line-height: 40px;
    font-size: 12px;
    color: #fff;
    float: left
}
.headerLeft span{
    height: 100%;
    line-height: 40px;
    display: block;
    float: left;
    margin-right: 16px;
}
.headerRight{
    width: 50%;
    height: 100%;
    line-height: 40px;
    font-size: 12px;
    color: #fff;
    float: left
}
.login{
    width: 45%;
    /* overflow: hidden; */
    float: left;
}
.language{
    width: 54%;
    float: left;
    overflow: hidden;
}
.headerRight>.login span{
    height: 100%;
    line-height: 40px;
    display: block;
    float: right;
    margin-right: 16px;
}
.hand{
    cursor: pointer;
}
.headerRight>.login span>img{
    width: 22px;
    height: 18px;
    display: block;
    float: left;
    margin-top: 10px;
}
.headerRight>.login span>a>img{
    width: 22px;
    height: 18px;
    display: block;
    float: left;
    margin-top: 10px;
}
.headerRight>.language span{
    height: 100%;
    line-height: 40px;
    display: block;
    float: left;
    margin-right: 8px;
}
/* 导航条 */
.navigationWrap{
    width: 100%;
    height: 70px;
    background: url('/public/protal/images/dh1.png') no-repeat center;
    background-size: cover;
    position: absolute;
    top:40px;
    /* top:383px;*/
    left:0;
    z-index: 999;
}
.navigation{
    width: 1190px;
    height: 70px;
    margin: 0 auto;
    overflow: hidden;
}
.navigationLeft{
    width: 120px;
    height: 56px;
    background: url('/public/protal/images/logo.png') no-repeat center;
    background-size: cover;
    margin-top: 7px;
    float: left;
}
.navigationRight{
    width: 1070px;
    height: 70px;
    float: left;
    padding-left: 190px;
    box-sizing: border-box;
}
.navBox{
    width: 140px;
    height: 70px;
    float: left;
    /* position: relative; */
}
.navBox>a{
    width: 140px;
    height: 70px;
    float: left;
    display: block;
    position: relative;
    cursor: pointer;
}
.navBox img{
    width: 95px;
    height: 28px;
    display: block;
    margin: 21px auto;
}
.zhezhao{
    width: 140px;
    height: 70px;
    background: rgba(0,0,0,0.2);
    position: absolute;
    top:0;
    left:0;
    display: none;
}
/* .navigationRight .navBox:hover .zhezhao{
    display: block;
} */
/* 导航条二级子菜单 */
.navSecondWrap{
    min-width: 140px;
    max-width: 280px;
    position: absolute;
    top:72px;
    z-index: 1000;
    background: none;
    box-sizing: border-box;
    overflow: hidden;
    display: none;
}
.navSecondIcfont{
    width: 17px;
    height: 9px;
    display: block;
    margin-left: 60px;
    background: url('/public/protal/images/up.png') no-repeat center;
    background-size: cover;
}
.navSecond{ 
    display: block;
    overflow: hidden;
    /* background: rgba(255,255,255,.9); */
    background: #f5f5f5;
    border: 1px solid #f5f5f5;
    box-shadow: 10px 10px 10px #aaaaaa;
}
.navSecondBox{
    min-width: 140px;
    max-width: 280px;
    overflow: hidden;
    height: 50px;
    display: block;
    color:#FFF;
    font-size: 16px;
    cursor: pointer;
    padding-left: 20px;
    padding-right: 10px;
    box-sizing: border-box;
}
.navSecondSmallDian{
    width: 6px;
    height: 6px;
    border-radius:4px;
    background: #1fcc9e;
    float: left;
    margin-top: 23px;
    display: block;
}
.navSecondSmallText{
    min-width: 85px;
    max-width: 239px;
    height: 50px;
    line-height: 50px;
    float: left;
    margin-left: 5px;
    display: block;
    color: #333;
}
.navSecondWrapOne{
    width: 480px;
    height: 50px;
    margin-left: 380px;
    display: none;
}
.navSecondWrapTwo{
    width: 840px;
    height: 50px;
    margin-left: 345px;
    display: none;
}
.navSecondWrapThree{
    width: 480px;
    height: 50px;
    margin-left: 670px;
    display: none;
}
.navSecondWrapFour{
    width: 600px;
    height: 50px;
    margin-left: 740px;
    display: none;
}
.navSecondWrapFive{
    width: 120px;
    height: 50px;
    margin-left: 1110px;
    display: none;
}
.navSecondBox:hover{
    background:#fff;
}
.navSecondBox:hover .navSecondSmallText{
    color:#1bb1b6;
}
.navSecondBox:hover .navSecondSmallDian{
    background:#1bb1b6;
}
.navAnniu{
    width: 100%;
    height: 100%;
    display: block;
}
/* 吸顶盒 */
.suctionTopWrap{
    width: 100%;
    height: 70px;
    background: url('/public/protal/images/dh2.jpg') no-repeat center;
    background-size: cover;
    position: fixed;
    top:0px;
    left:0;
    z-index: 999;
    display: none;
    box-shadow: 0px 3px 3px rgba(136, 136, 136,.2);
}
.suctionTop{
    width: 1190px;
    height: 70px;
    margin: 0 auto;
    /* overflow: hidden; */
}
.suctionTopLeft{
    width: 120px;
    height: 56px;
    background: url('/public/protal/images/logo.png') no-repeat center;
    background-size: cover;
    margin-top: 7px;
    float: left;
}
.suctionTopRight{
    width: 1070px;
    height: 70px;
    float: left;
    padding-left: 190px;
    box-sizing: border-box;
}
.mainSelectBox{
    width: 140px;
    height: 70px;
    float: left;
    box-sizing: border-box;
}
.mainSelectBox .selectImg1{
    width: 97px;
    height: 28px;
    display: block;
    position: absolute;
    top: 20px;
    left: 22px;
    z-index: 1;
}
.mainSelectBox .selectImg2{
    width: 97px;
    height: 28px;
    display: block;
    position: absolute;
    top: 20px;
    left: 22px;
    z-index: 1;
    display: none;
}
.navAnniu{
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
}
/* 二级子菜单 */
.suctionSecondWrap{
    min-width: 140px;
    max-width: 280px;
    position: absolute;
    top: 72px;
    background: none;
    box-sizing: border-box;
    overflow: hidden;
    display: none;
    z-index: 10000000;
}
.suctionSecond{
    display: block;
    box-sizing: border-box;
    overflow: hidden;
    /* background: rgba(255,255,255,.9); */
    background: #f5f5f5;
    border: 1px solid #f5f5f5;
    box-shadow: 10px 10px 10px #aaaaaa;
}
.secondBox{
    min-width: 140px;
    max-width: 280px;
    overflow: hidden;
    height: 50px;
    display: block;
    color: #FFF;
    font-size: 16px;
    cursor: pointer;
    padding-left: 20px;
    padding-right: 10px;
    box-sizing: border-box;
}
.smallDian{
    width: 6px;
    height: 6px;
    border-radius: 4px;
    background: #1fcc9e;
    float: left;
    margin-top: 23px;
    display: block;
}
.smallText{
    min-width: 85px;
    max-width: 239px;
    height: 50px;
    line-height: 50px;
    float: left;
    margin-left: 5px;
    display: block;
    color: #333;
}
.secondBox:hover{
    background:#fff;
}
.secondBox:hover .smallText{
    color:#1bb1b6;
}
.secondBox:hover .smallDian{
    background:#1bb1b6;
}


/* banner部分 */
.swiper-container{
    width: 100%;
    position:relative;
}
.smallLunbo {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.smallImg{
    width: 100%;
    height: 100%;
    display: block;
}
.swiper-slide{
    width: 100%;
    float: left;
}
.swiper-pagination{
    width: 40px;
    height: 40px;
    bottom:10px;
    left:50%;
    color:#fff;
}
.swiper-pagination-bullet{
    width: 16px;
    height: 16px;
    background: #fff;
    opacity: 0.9;
}
.swiper-pagination-bullet-active{
    width:44px;
    height: 16px;
    border-radius:10px;
}
.swiperPageTwo{
    width: 20px;
    height: 20px;
    bottom:10px;
    left:50%;
    color:#fff;
}
.swiperPageTwo .swiper-pagination-bullet{
    width: 12px;
    height: 12px;
    background: #fff;
    opacity: 0.9;
}
.swiperPageTwo .swiper-pagination-bullet-active{
    width:32px;
    height: 12px;
    border-radius:10px;
}
.banner .lunbo{
    width: 100%; 
    vertical-align: middle;
}
.slideOne{
    position: relative;
}
.slideOne .bannerImg{
    width: 660px;
    height: 232px;
    display: block;
    position: absolute;
    /* top:50%; */
    top:220px;
    left:50%;
    /* margin-top: -90px; */
    margin-left: -307px;
}
/* 内容部分 */
.contentWrap{
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
}
.content{
    width: 1130px;
    height: auto;
    margin:0 auto;
    padding-top:35px; 
    overflow: hidden;
    border-bottom: 1px solid #ccc;
}
.contentLeft{
    width: 830px;
    /* height: 830px; */
    float: left;
    overflow: hidden;
}
/* 天下石林 */
.contentLeftBoxOne{
    width: 100%;
    height: 260px;
    color:#333;
    margin-bottom: 44px;
}
.boxOneTop{
    width: 124px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size:22px;
    padding-left: 5px;
    padding-right: 5px;
    font-family: 'SimSun';
    font-weight: 700;
    position: relative;
}
.iconLeft{
    width: 12px;
    height: 15px;
    display: block;
    position: absolute;
    top:17px;
    left:8px;
    background: url('/public/protal/images/ic-left.png') no-repeat center;
}
.iconRight{
    width: 12px;
    height: 15px;
    display: block;
    position: absolute;
    top:17px;
    right:8px;
    background: url('/public/protal/images/ic-right.png') no-repeat center;
}
.boxOneBottom{
    width: 100%;
    height:210px;
    background: url('/public/protal/images/one-bottom.jpg') no-repeat center;
    background-size: cover;
}
.boxOneBottomLeft{
    width: 50%;
    height: 100%;
    padding: 15px 30px 20px 30px;
    box-sizing: border-box;
    overflow: hidden;
    float: left;
}
.naturalScenery{
    width: 100%;
    height: 100%; 
}
.naturalTop{
    width: 100%;
    height: 20px;
    line-height: 20px;
    font-size: 16px;
    font-family: 'SimSun';
    font-weight: 700;
}
.naturalBottom{
    width: 100%;
    height: 126px;
    margin-top: 10px;
    position: relative;
}
.naturalImg{
    width: 190px;
    height: 126px;
    float: left;
}
.naturalImg>img{
    width: 190px;
    height: 126px;
    display: block;
}
.naturalText{
    width: 165px;
    height: 126px;
    font-size: 14px;
    float: left;
    padding:10px;
    padding-right: 0px;
    box-sizing: border-box;
}
.naturalMore{
    display: block;
    color: #000;
    font-size: 12px;
    position: absolute;
    bottom:0;
    right:0;
    cursor: pointer;
}
.naturalMore:hover{
    color:#1bb1b6;
}
.boxOneBottomRight{
    width: 50%;
    height: 100%;
    padding: 15px 30px 20px 30px;
    box-sizing: border-box;
    overflow: hidden;
    float: left;
}
.folkCulture{
    width: 100%;
    height: 100%; 
}
/* 景区推荐 */
.contentLeftBoxTwo{ 
    width: 100%;
    height: 730px;
    color:#333;
    margin-bottom: 44px;
    overflow: hidden;
}
.boxTwoTop{
    width: 124px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size:22px;
    padding-left: 5px;
    padding-right: 5px;
    font-family: 'SimSun';
    font-weight: 700;
    position: relative;
}
.boxTwoBottom{
    width: 102%;
    height:748px;
    margin-top: 10px;
}
.reference{
    width: 265px;
    height: 316px;
    float: left;
    margin-right: 17px;
    margin-bottom: 20px;
    position: relative;
}
.reference>img{
    width: 265px;
    height: 316px;
}
.scenicName{
    width: 100%;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: rgba(0, 0, 0, .7);
    color: #fff;
    text-align: right;
    font-size: 18px;
    padding: 0 10px;
    box-sizing: border-box;
    position: absolute;
    bottom: 0;
    z-index: 90;
}
/* 朦层 */
.mengPlate{
    width: 265px;
    height: 316px;
    text-align: center;
    color:#fff;
    padding: 50px 30px;
    box-sizing: border-box;
    position: absolute;
    top:0;
    left:0;
    background: rgba(19,212,200,0.9);
    display: none;
    cursor: pointer;
}
.reference:hover .scenicName{
    display: none;
}
.reference:hover .mengPlate{
    display: block;
}
.mengPlateTop{
    width: 40px;
    height: 40px;
    background: url('/public/protal/images/enter.png') no-repeat center;
    background-size: cover;
    margin: 0 auto;
}
.mengPlateMiddle{
    width: 100%;
    height: 20px;
    text-align: center;
    line-height: 20px;
    font-size: 20px;
    margin-top: 25px;
    margin-bottom: 32px;
}
.mengPlateBottom{
    width: 100%;
    height: 80px;
    text-align: left;
    font-size: 14px;
}
/* 彝族村寨 */
.contentLeftBoxThree{ 
    width: 100%;
    height: 170px;
    color:#333;
    margin-bottom: 44px;
    position: relative;
}
.boxThreeTop{
    width: 124px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size:22px;
    padding-left: 5px;
    padding-right: 5px;
    font-family: 'SimSun';
    font-weight: 700;
    position: relative;
}
.threeMore{
    display: block;
    color: #000;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    position: absolute;
    top:15px;
    right:0;
    cursor: pointer;
}
.threeMore:hover{
    color:#1bb1b6;
}
.boxThreeBottom{
    width: 830px;
    height: 130px;
    background:#1bb1b6;
    margin-top:10px; 
    padding: 10px 30px;
    box-sizing: border-box;
    position: relative;
}
.containerTwo{
    width: 100%;
    height: 110px;
    overflow: hidden;
    box-sizing: border-box;
}
.slideTwo{
    width: 186px!important;
    height: 110px;
    float: left;
    position: relative;
    overflow: hidden;
}
.slideTwo img{
    width: 100%;
    height: 100%;
    display: block;
}
.slideTwo img:hover{
    /* animation: mymove 1s;
    -webkit-animation: mymove 1s; */
    transform: scale(1.2,1.2);
    -webkit-transition: 1s;
    transition: 1s;
}
@keyframes mymove{
    from {transform: scale(1,1);}
    to {transform: scale(1.2,1.2);}
}
@-webkit-keyframes mymove {
    from {transform: scale(1,1);}
    to {transform: scale(1.2,1.2);}
}
.slideTwo .mengTitle{
    width: 100%;
    height: 25px;
    line-height: 25px;
    font-size: 14px;
    color:#fff;
    background: rgba(0,0,0,0.6);
    padding-left: 10px;
    box-sizing: border-box;
    position: absolute;
    bottom:0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.prevTwo{
    left:8px!important;
    width: 13px;
    height: 23px;
    margin-top: -12px;
    background: url('/public/protal/images/lunbo-left.png') no-repeat center;
    background-size: cover;
}
.nextTwo{
    right:6px!important;
    width: 13px;
    height: 23px;
    margin-top: -12px;
    background: url('/public/protal/images/lunbo-right.png') no-repeat center;
    background-size: cover;
}



/* 右侧 */
.contentRight{
    width: 295px;
    float: left;
    overflow: hidden;
    padding-left: 30px;
    box-sizing: border-box;
    font-size: 14px;
}
/* 公告信息 */
.contentRightBoxWrap{
    width: 100%;
    overflow: hidden;
}
.contentRightBox{
    width: 100%;
    overflow: hidden;
    position: relative;
    margin-bottom: 50px;
}
.rightBoxTop{
    width: 124px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size:22px;
    padding-left: 5px;
    padding-right: 5px;
    font-family: 'SimSun';
    font-weight: 700;
    position: relative;
}
.rightMore{
    display: block;
    color: #000;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    position: absolute;
    top:15px;
    right:0;
    cursor: pointer;
}
.rightMore:hover{
    color:#1bb1b6;
}
.rightBoxContent{
    width: 100%;
}
.rightBoxContent ul{
    width: 100%;
}
.rightBoxContent ul>li{
    width: 100%;
    height: 20px;
    line-height: 20px;
    padding-left: 10px;
    box-sizing: border-box;
}
.rightBoxContent .dian{
    display: block;
    float: left;
    width: 6px;
    height: 6px;
    border-radius: 4px;
    background: #333;
    margin-top: 5px;
}
.rightBoxContent .arrow{
    display: block;
    float: left;
    width: 6px;
    height: 6px;
    color:#333;
    font-size: 12px;
}
.rightContentText{
    max-width: 238px;
    display: block;
    float: left;
    color: #333;
    margin-left: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.rightContentText:hover{
    color:#1bb1b6;
}
.surpriseText{
    width: 100%;
    padding-left: 10px;
    min-height: 20px;
    color: #333;
    box-sizing: border-box;
    margin-top: 5px;
}
.complaintsText{
    font-size: 12px;
    color:#333;
}
.complaintsText:hover{
    color:#1bb1b6;
}

/* 介绍 */
.introduce{
    width: 1190px;
    height: 170px;
    margin: 30px auto;
    background: url('/public/protal/images/int.png') no-repeat center;
    background-size: cover;
}
/* 在线客服 */
.service{
    width: 96px;
    height: 500px;
    position: fixed;
    top:80px;
    left:0px;
    z-index: 999;
    display: none;
}
.serviceTop{
    width: 96px;
    height: 108px;
    background:url('/public/protal/images/kefu.png') no-repeat center;
    background-size: cover;
}
.serviceTopZHT{
    width: 96px;
    height: 108px;
    background:url('/public/protal/images/kefu_ZHT.png') no-repeat center;
    background-size: cover;
}
.serviceContent{
    width: 100%;
    padding-left:30px;
    padding-top: 10px;
    box-sizing: border-box;
}
.serviceContentBox{
    width: 100%;
    height: 40px;
    margin-bottom: 11px;
    position: relative;
}
.scrviceLeft{
    width: 40px;
    height: 40px;
    float: left;
}
.scrviceLeft>img{
    width: 40px;
    height: 40px;
    display: block;
    cursor: pointer;
}
.scrviceRight{
    width: 102px;
    height: 40px;
    /* float: left;
    margin-left: 10px; */
    position: absolute;
    top:0px;
    right:-80px;
    z-index: 1000;
    display: none;
}
.scrviceRight>img{
    width:102px;
    height: 40px;
    display: block;
}

/* 友情链接 */
.linkWrap{
    width: 100%;
    height: 190px;
    background: #e8e8e8;
}
.link{
    width: 1190px;
    height: 100%;
    margin: 0 auto;
    padding: 26px 0px;
    box-sizing: border-box;
}
.link a:hover{
    color:#1bb1b6;
}
.linkTitle{
    width: 100%;
    height: 20px;
}
.linkTitle .linkTitleSpan{
    width: 100px;
    height: 20px;
    display: block;
    margin: 0 auto;
    line-height: 20px;
    font-size: 18px;
    color:#4b6878;
    text-align: center;
    background: url('/public/protal/images/link.png') no-repeat left;
    padding-left: 20px;
    box-sizing: border-box;
}
.linkMiddle{
    width: 270px;
    height: 20px;
    line-height: 20px;
    font-size: 16px;
    color:#333333;
    margin: 10px auto;
    text-align: center;
}
.linkMiddle>span{
    display: block;
    float: left;
}
.linkMiddle>span>a{
    display: block;
    float: left;
    color:#333;
}
.linkCenter{
    width: 100%;
    overflow: hidden;
    line-height: 25px;
    font-size: 16px;
    color:#333333;
    margin: 10px auto;
    text-align: center;
    padding: 0 130px;
    box-sizing: border-box;
}
.linkCenter>span{
    display: inline-block;
    margin-right: 10px;
}
.linkCenter>span>a{
    color:#333;
}
.linkBottom{
    width: 100%;
    /* height: 20px; */
    overflow: hidden;
    line-height: 25px;
    font-size: 14px;
    color:#333333;
    margin: 10px auto;
    text-align: center;
    padding: 0 130px;
    box-sizing: border-box;
}
.linkBottom>span{
    display: inline-block;
    margin-right: 10px;
    /* display: block;
    float: left;
    margin-right: 10px; */
}
.linkBottom>span>a{
    /* display: block;
    float: left; */
    color:#333;
}
.linkBottomTwo{
    width: 100%;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    color:#333333;
    margin: 10px auto;
    text-align: center;
    padding: 0 60px;
    box-sizing: border-box;
}
.linkBottomTwo>span{
    display: block;
    float: left;
    margin-right: 10px;
}
.linkBottomTwo>span>a{
    display: block;
    float: left;
    color:#333;
}

/* footer */
.footer{
    background: #013145;
    padding-top: 20px;
    box-sizing: border-box;
    color:#fff;
}
.footer .footerTop{
    width: 1195px;
    margin: 0 auto;
    overflow: hidden;
    border-bottom: 1px solid #fff;
    box-sizing: border-box;
    padding:20px 0px 20px 220px;
    position: relative;
}
.customerHotline{
    position: absolute;
    left: 0px;
    top: 20px;
    width: 180px;
    height: 150px;
    text-align: center;
}
.footerLogo{
    width: 124px;
    height: 111px;
    background: url("/public/protal/images/footer_logo.png") no-repeat 0px 0px;
    margin: 14px auto;
    display: block;
}
.footerTop .caption{
    font-size: 16px;
}
.customerHotline p {
    font-size: 14px;
}
.aboutAsList{
    float: left;
    width: 154px;
    overflow: hidden;
    box-sizing: border-box;
    /*padding-right: 40px;*/
}
.aboutAsList h4{
    font-size: 16px;
    margin-bottom: 15px; 
}
.aboutAsList p{
    height: 20px;
    line-height: 20px;
    font-size: 14px;
}
.footerTop .code{
    float: left;
    width: 350px;
    height: 150px;
    box-sizing: border-box;
}
.footerTop .codeList{
    float: left;
    width: 160px;
    height: 165px;
    margin-right: 10px;
    box-sizing: border-box;
}
.codeOne{
    background: url("/public/protal/images/footer_code.png") no-repeat right 0px;
}
.codeTwo{
     background: url("/public/protal/images/footer_code.png") no-repeat right 0px;
}
.codeListImg{
    width: 135px;
    height: 135px;
    display: block;
    margin: 0 auto;
}
.codeList span{
    width: 100%;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    text-align: center;
    display: block;
    margin-top: 10px;
}
.footer .footerBottom{
    width: 100%;
    height: 84px;
    padding-top: 20px;
    box-sizing: border-box;
} 
.footer .footerBottom p {
    font-size: 12px;
    text-align: center;
    color: #c5c4c4;
    height: 22px;
    line-height: 22px;
}
.footer .footerBottom p span{
    margin-right:10px; 
}
.footerBottom .tagIcom{
    display: inline-block;
    width: 15px;    
    height: 25px;
    vertical-align: middle;
    background: url("/public/protal/images/footer_tag.png") no-repeat 0px 0px;
}
.footerTop a{
    color: #c5c4c4;
}
.footerTop a:hover{
    color: #1bb1b6;
}
/* 返回顶部 */
.fanhuidingbu{
    width:44px;
    height:44px;
    position: fixed;
    bottom: 100px;
    right:40px;
    display: none;
    z-index: 1000;
    cursor: pointer;
    background: url('/public/protal/images/top.png') no-repeat center;
    background-size: cover;
}
.fanhuidingbu:hover{
    background: url('/public/protal/images/top-on.png') no-repeat center;
    background-size: cover;
}
/* 繁体中文--返回顶部 */
.fanhuidingbuComplex{
    width:44px;
    height:44px;
    position: fixed;
    bottom: 100px;
    right:40px;
    display: none;
    z-index: 1000;
    cursor: pointer;
    background: url('/public/protal/images/top-complex.png') no-repeat center;
    background-size: cover;
}
.fanhuidingbuComplex:hover{
    background: url('/public/protal/images/top-on-complex.png') no-repeat center;
    background-size: cover;
}