body{
    background: #1a1b24;
}
.backhome{
    font-size: .4rem;
    /* font-weight: bold; */
    color: #fff;
    position: absolute;
    right: 2.4rem;
    top:.6rem;
    z-index: 999;
}
.backhome:hover{
    color: #fff;
}
.mainview{
    width: 100%;
    position: relative;
}
.mainview .mianpcimg{
    width: 100%;
    display: block;
}
.qdview{
    width: 14.76rem;
    height: 8.3rem;
    background: #fff;
    position: absolute;
    left: 2.22rem;
    top: 2.7rem;
}
.qdview iframe{
    width: 100%;
    height: 100%;
}
.tips{
    font-size: .36rem;
    color: #fff;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 11.4rem;
}
.qdimg{
    width: 100%;
}
.formview{
    position: absolute;
    left: 3.53rem;
    top: 3.44rem;
    width: 4.7rem;
}
.formview>div{
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: .36rem;
}
.formview>div p{
    flex-shrink: 0;
    font-size: .24rem;
    color: #fff;
    margin-right: .1rem;
}
.formview>div p span{
    margin-left: .1rem;
    color: #c02a2a;
}
.formview .inputbox{
    width: 100%;
    height: .54rem;
    border: 2px solid #366393;
    background: #fff;
}
.formview .inputbox input{
    width: 100%;
    height: 100%;
    background: transparent;
    border: none;
    outline: none;
    padding: 0 .1rem;
}
.formview .inputbox select{
    width: 100%;
    height: 100%;
    background: transparent;
    border: none;
    outline: none;
    padding: 0 .1rem;
}
.frombtns{
    width: 4.1rem;
    height: .54rem;
    position: absolute;
    left: 4.14rem;
    top: 7.26rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.frombtns>img{
    height: 100%;
}
.ewmimg{
    width: 2rem;
    position: absolute;
    left: 5.2rem;
    top: 8.35rem;
}

.hexjzswiper{
    width: 100%;
    position: absolute;
    left: 0;
    top: 2.8rem;
}
.hexjzswiper .itemimg{
    width: 100%;
}
.hexjzswiper_jt{
    width: .9rem;
    position: absolute;
    top: 3.06rem;
    z-index: 9999;
    outline: none;
    cursor: pointer;
}
.hexjzswiper_jt.jtl{
    left: 1rem;
}
.hexjzswiper_jt.jtr{
    right: 1rem;
}

.videoswiper{
    width: 11rem;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 3rem;
}
.videoswiper .gefvideo{
    width: 100%;
    outline: none;
    object-fit: cover;
}
.videoswiper .swiper-container{
    width: 100%;
}
.videoswiper_jt{
    width: .72rem;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    outline: none;
    cursor: pointer;
}
.videoswiper_jt.jtl{
    left: -1.04rem;
}
.videoswiper_jt.jtr{
    right: -1.04rem;
}


.imgsxswiper{
    width: 11rem;
    /* height: 4.88rem; */
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 2.6rem;
}
.imgsxswiper .itemimg{
    width: 100%;
}
.imgsxswiper .swiper-container{
    width: 100%;
}
.imgsxswiper_jt{
    width: .72rem;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    outline: none;
    cursor: pointer;
}
.imgsxswiper_jt.jtl{
    left: -1.04rem;
}
.imgsxswiper_jt.jtr{
    right: -1.04rem;
}

.csmainview{
    width: 100%;
    padding-top: 2.66rem;
    padding-bottom:.2rem;
    background: url("../images/mianpc7.jpg");
    background-size: 100%;
}
.cansview{
    width: 14.95rem;
    margin:0 auto;
}
.cans-tit{
    font-size: .24rem;
    line-height: 3;
    color: #fff;
    background: #000;
    text-align: center;
}
.cans-table{
    height: 7rem;
    background: #fff;
}
.cans-table-top{
    width: 100%;
    overflow: auto;
    border-bottom: 1px solid #ccc;
}
.cans-table-top table{
    background: #8a8a8a;
    color: #fff;
}

.cans-table-bot{
    width: 100%;
    height: 6.7rem;
    overflow: auto;
}
.cans-table table{
    width: 100%;
    table-layout: fixed;
    word-break: break-all;
    font-size: 12px;
    line-height: 1.4;
    border: 1px solid #ccc;
}
.cans-table td{
    height: auto;
    padding: .1rem;
}
.footer{
    padding: .4rem 0;
    background:#1a1b24;
    width: 100%;
    text-align: center;
    color: #ffffff;
    font-size: .2rem;
    line-height: 1;
}
.footer a{
    color: #ffffff;
    font-size: .2rem;
    line-height: 1;
}