.codeMask{
    position: fixed;
    top:0;
    left:0;
    bottom:0;
    right:0;
    background:rgba(0,0,0,0.5);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 999;
}
.codeMask.active{
    display: none;
}
.codeMask h4{
    color: #fff;
    font-size: 20px;
}
.container .swiper-container{
    width: 100%!important;
}
.container .swiper-container .swiper-wrapper{
    width: 100%!important;
}
.container .swiper-container .swiper-wrapper .swiper-slide{
    width: 100%!important;
}
.iconItem{
width: 10%;
}
.iconItem.active{
    width: 20%;
}
.iconItem a{
    text-decoration: none;
    color: #000;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.iconItem a h4{
    font-size: 13px;
}
.iconItem a img{
    display: block;
    width: 5rem;
    height: 5rem;
    margin: 0;
    border-radius: 50%;
}
/*主页*/
.headfixed {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    z-index: 9999;
    overflow: hidden;
}

.toplogo {
    height: 90px;
    border-top: 5px solid #A41E36;
    width: 100%;
    z-index: 999;
    /*background: url(../images/topbg.jpg) repeat-x left bottom;*/
    padding-left: 20px;
}

.toplogo .logo {
    padding-left: 8px;
    padding-top: 9px;
    float: left;
    width: 200px;
    height: 95px;
    background: url("./static/xy/image/Sketch001.jpg") top center;
}

.logo a img.l {
    max-height: 32px;
    height: 32px;
    width: 127px;
}

.toplogo .tel {
    display: inline-block;
    float: right;
    padding-right: 8px;
}

.tel a, .tel a:hover {
    text-decoration: none;
    font: 14px/55px 'microsoft yahei', Verdana, Arial, Helvetica, sans-serif;
    color: #555
}

.tel a span {
    color: #A41E36;
}

.container {
    padding-top: 20px;
}

.backTop {
    position: fixed;
    right: 0;
    bottom: 150px;
    width: 50px;
    cursor: pointer;
    display: none;
    z-index: 999;
}

.backTop img {
    display: block;
    width: 100%;
}
.right-Pos{
    position: fixed;
    right: 0;
    bottom: 220px;
    width: 50px;
    cursor: pointer;
    z-index: 999;
}
.right-Pos img{
    display: block;
    width: 50px;
    height: 50px;
}
.right-Pos img:last-child{
    margin-top: 20px;
}

.right-Pos dl dd{position:relative;text-align:center;background-repeat:no-repeat;background-position:center 20%;cursor:pointer;}
.right-Pos dl dd:hover{background-color:#e40231;border-bottom:solid 1px #a40324;}
.right-Pos dl dd:hover .floating_left{display:block;}
.floating_left{font-size: 1.8em;font-weight:bold;position:absolute;left:-142px;padding-top: 10px; top:0px;width:142px;height:80px;background-color:#e40231;display:none;}
.floating_left a{color:#fff;line-height:80px;font-size: 1.5em;}
.floating_ewm{height: 150px;top:-99px;}
.floating_ewm .code{display:block;width:100px;height:100px;margin:auto;margin-top:7px;}
.floating_ewm p{color:#fff;margin-top:5px;}
.floating_ewm .qrcord_p01{font-size:12px;line-height:20px;}

#noResultTd {
    text-align: center;
    color: red;
    letter-spacing: 2px;
}

.loadMore {
    width: 100%;
    height: 40px;
    padding: 5px;
    user-select: none;
    text-align: center;
}

.loadMore p#loadMore,
.loadMore p#loadMore_qq,
.loadMore p#loadMore_cp,
.loadMore p#loadMore_gh {
    width: 100px;
    height: 100%;
    margin: 0 auto;
    text-align: center;
    font-size: 20px;
    line-height: 30px;
    border-radius: 3px;
    border: 1px solid #444;
    background-color: #007fcc;
    color: #fff;
    cursor: pointer;
}
.loadMore p#noMore{
    padding: 5px 20px;
    font-size: 18px;
    color: red;
    display: none;
}
.loading{
    position: fixed;
    top:40%;
    left: 50%;
    display: none;
    margin-left: -40px;
    width: 100px;
}
.loading img{
    display: block;
    width: 60px;
    margin: 0 auto;
}
.loading p{
    width: 100%;
    font-size: 16px;
    line-height: 40px;
    font-weight: 700;
}
#the_head{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    /*border: 1px solid #ccc;*/
    padding: 0;
}
#the_head h4{
    flex: 1;
    text-align: center;
    /*padding: 10px;*/
    line-height: 40px;
    cursor: pointer;
    margin: 0;
}
#the_head h4.active{
    background-color: #007fcc;
    color: #fff;
}
#sj_block{
    display: block;
}
#gh_block{
    display: none;
}
#cp_block{
    display: none;
}
#pos_block{
    display: none;
}
#qq_block{
    display: none;
    margin-top: 20px;
}
#xy_block{
    display: none;
}
.newbanner {
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 20px;
}
.newbanner img {
    display: block;
    width: 100%;
    height: auto;
}
.upOrDown-sj{
    position: relative;
}
#up_sj {
    position: absolute;
    top: calc(5px + 0.35rem);
    right: 20px;
    border: 0.7rem solid transparent;
    border-top-color: #ccc;
    cursor: pointer;
}
#up_sj.active {
    border-top-color: #ff5661;
}
#down_sj {
    position: absolute;
    top: calc(5px - 0.35rem);
    right: 40px;
    border: 0.7rem solid transparent;
    border-bottom-color: #ccc;
    cursor: pointer;
}
#down_sj.active {
    border-bottom-color: #ff5661;
}

.upOrDown-gh{
    position: relative;
}
#up_gh {
    position: absolute;
    top: calc(5px + 0.35rem);
    right: 20px;
    border: 0.7rem solid transparent;
    border-top-color: #ccc;
    cursor: pointer;
}
#up_gh.active {
    border-top-color: #ff5661;
}
#down_gh {
    position: absolute;
    top: calc(5px - 0.35rem);
    right: 40px;
    border: 0.7rem solid transparent;
    border-bottom-color: #ccc;
    cursor: pointer;
}
#down_gh.active {
    border-bottom-color: #ff5661;
}

.upOrDown-qq{
    position: relative;
}
#up_qq {
    position: absolute;
    top: calc(5px + 0.35rem);
    right: 20px;
    border: 0.7rem solid transparent;
    border-top-color: #ccc;
    cursor: pointer;
}
#up_qq.active {
    border-top-color: #ff5661;
}
#down_qq {
    position: absolute;
    top: calc(5px - 0.35rem);
    right: 40px;
    border: 0.7rem solid transparent;
    border-bottom-color: #ccc;
    cursor: pointer;
}
#down_qq.active {
    border-bottom-color: #ff5661;
}

.upOrDown-cp{
    position: relative;
}
#up_cp {
    position: absolute;
    top: calc(5px + 0.35rem);
    right: 20px;
    border: 0.7rem solid transparent;
    border-top-color: #ccc;
    cursor: pointer;
}
#up_cp.active {
    border-top-color: #ff5661;
}
#down_cp {
    position: absolute;
    top: calc(5px - 0.35rem);
    right: 40px;
    border: 0.7rem solid transparent;
    border-bottom-color: #ccc;
    cursor: pointer;
}
#down_cp.active {
    border-bottom-color: #ff5661;
}
#bankCard {
    padding-top: 30px;
}
#bankCard img {
    display: block;
    width: 50%;
    min-width: 300px;
    height: auto;
    margin: 0 auto;
}

.diaMask{
    position: fixed;
    top:0;
    left:0;
    bottom:0;
    right:0;
    background:rgba(0,0,0,0.5);
    /* align-items: center;
    justify-content: center; */
    z-index: 999;
}
.diaMask .dialog{
    background: #fff;
    position: relative;
    overflow: hidden;
    margin: auto;
}
.diaMask .dialog .diaimg{
    width: 100%;
    height: 100%;
}
.diaMask .dialog .diaimg img{
    width: 100%;
    height: 100%;
}
.diaMask .dialog .title{
    color: #000;
    font-size: 22px;
    text-align: center;
    margin-top: 40px;
}
.diaMask .dialog .txt{
    font-size: 18px;
    color: #333;
    margin: 20px;
}
.diaMask .dialog .close{
    font-size: 24px;
    font-weight: bold;
    position: absolute;
    top: 24px;
    right: 20px;
    color: #000;
}
.diaMask .dialog .dia_buttom{
    display: flex;
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
}
.diaMask .dialog .dia_buttom .btns{
    margin: auto;
    font-size: 18px;
    background: transparent;
    width: 32%;
    height: 100%;
}
.disnone{
  display: none;
}

.contain {
    position: relative;
}

.contain .right {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    width: 160px;
    height: 100%;
    border-left: 1px solid #ccc;
}
.contain .right img {
    display: block;
    width: 100px;
    height: auto;
}
.contain .right .title1 {
    font-size: 12px;
    text-align: center;
    color: #FB7D00;
}
/* 大屏幕 ：大于等于1200px*/
@media (min-width: 1200px) {
    .diaMask .dialog{
        width: 600px;
        height: 400px;
        margin-top: 15%;
    }
    .diaMask .dialog .diaimg{
        width: 600px;
        height: 400px;
    }
    .diaMask .dialog .dia_buttom{
        height: 100px;
    }
}

/*默认*/
@media (min-width: 980px){
    .diaMask .dialog{
        width: 600px;
        height: 400px;
        margin-top: 15%;
    }
    .diaMask .dialog .diaimg{
        width: 600px;
        height: 400px;
    }
    .diaMask .dialog .dia_buttom{
        height: 100px;
    }
}

/* 平板电脑和小屏电脑之间的分辨率 */
@media (min-width: 768px) and (max-width: 979px) {
    .diaMask .dialog{
        width: 600px;
        height: 400px;
        margin-top: 20%;
    }
    .diaMask .dialog .dia_buttom{
        margin-top: -82px;
        height: 14%;
    }
    .diaMask .dialog .dia_buttom .btns{
        width: 32%;
        height: 100%;
    }
    .diaMask .dialog .dia_buttom{
        height: 100px;
    }
}

/* 横向放置的手机和竖向放置的平板之间的分辨率 */
@media (max-width: 767px) {
    .diaMask .dialog{
        width: 410px;
        height: 310px;
        margin-top: 50%;
    }
    .diaMask .dialog .dia_buttom{
        height: 60px;
    }
    .diaMask .dialog .dia_buttom .btns{
        width: 32%;
        height: 100%;
    }
 }

/* 横向放置的手机及分辨率更小的设备 */
@media (max-width: 480px) {
    .diaMask .dialog{
        width: 300px;
        height: 200px;
        margin-top: 50%;
    }
    .ghdetail .dialog .title{
        margin-top: 30px;
        font-size: 20px;
    }
    .ghdetail .dialog{
        height: 300px;
    }
    .diaMask .dialog .dia_buttom{
        margin-top: -41px;
        height: 14%;
    }
    .diaMask .dialog .dia_buttom .btns{
        width: 32%;
        height: 100%;
    }
    .diaMask .dialog .close{
        font-size: 16px;
        top: 14px;
        right: 12px;
    }
    .diaMask .dialog .dia_buttom{
        height: 40px;
    }
    .contain .txt{
        font-size: 12px !important;
    }
    .contain .left{
        width: 72%;
    }
    .contain .right {
        width: 30%;
        height: 100%;
        border-left: 1px solid #ccc;
    }
    .contain .right img {
        display: block;
        width: 60px;
        height: auto;
    }
    .contain .right .title1 {
        font-size: 12px;
        text-align: center;
        color: #FB7D00;
    }
}
