.bg_w {
    background-color: #fff;
}
.zybox .zbox {
    padding: .6667rem 0;
}

.zybox h2 {
    font-size: .5333rem;
    text-align: center;
    color: #191919;

}
.zybox hr {
    width: .9333rem;
    border: .0133rem solid #1968b2;
    margin: .1867rem auto;
}
.zybox .des {
    font-size: .2667rem;
    color: #7b7b7b;
    text-align: center;
    margin-bottom: .4rem;
}
.zybox .zbox .btn {
    font-size: .4rem;
    display:inline-block;
    padding: .2rem .6rem;
    background-color: #1594ff;
    color: #fff;
    border-radius: .7rem;
    position: relative;
    left: 50%;
    transform: translate(-50%);
    margin-top: .5333rem;
    cursor: pointer;
    font-weight: bold;
}
.zybox .xxnr .dess {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    min-height: 2rem;
}
.zybox .xxnr .dess span {
    height: .6667rem;
    padding: 0 .4rem;
    line-height: .6667rem;
    background-color: #f1f1f1;
    border-radius: .4rem;
    font-size: .24rem;
    color: #2d7dee;
    font-weight: bold;
    cursor: pointer;
    margin-bottom: .2667rem;
}
.zybox .skcj {
    margin-top: .2667rem;
}
.zybox .skcj ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.zybox .skcj ul li {
    width: 49%;
    height: 2.7067rem;
    margin-bottom: .2rem;
    overflow: hidden;
}
.zybox .pxys ul li {
    margin-top: .2667rem;
    background-color: #fff;
    border-radius: .2667rem;
    overflow: hidden;
}
.zybox .pxys ul li .img {
    height: 5.0133rem;
    overflow: hidden;
}
.zybox .pxys ul li .des {
    width: 80%;
    height: 2.0667rem;
    margin: 0 auto;
    text-align: center;
}
.zybox .pxys ul li .des .t1 {
    font-size: .3467rem;
    color: #191919;
    padding-top: .3333rem;
}
.zybox .pxys ul li .des .de {
    font-size: .24rem;
    color: #7b7b7b;
    padding: 0 .5333rem;
    line-height: 1.3;
    padding-top: .0667rem;
}
.zybox .xszp ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.zybox .xszp ul li {
    border: 1px solid #ccc;
    overflow: hidden;
    margin-bottom: .2rem;
    width: 49%;
    height: 2.9867rem;
}

.zybox .xszp ul li:nth-child(1) {
    width: 100%;
    height: 6.24rem;
}


.zxbm {
    padding: .4rem 0;
    background-color: #fff;
}
.zxbm h1 {
    color: #0572c5;
    font-size: .5371rem;
    text-align: center;
}
.zxbm form {
    display: flex;
    flex-direction: column;
    width: 7.8613rem;
    margin: 0 auto;
    font-size: .332rem;
}
.zxbm form .fbox {
    display: flex;
    justify-content: space-between;
    margin-top: .1953rem;
    line-height: .7324rem;
}
.zxbm form .fbox span {
    color: red;
}
.zxbm form input,.zxbm form select {
    width: 5.7813rem;
    height: .7324rem;
    border-radius: .0488rem;
    border: 1px solid #8a8a8a;
    padding-left: .3906rem;
}
.zxbm form select {
    width: 6.172rem;
    color: #333;
}
.zxbm form input:focus ,.zxbm form select:focus{
    outline: 0;
}
.zxbm form .dbbtn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80%;
    height: .7813rem;
    background-color: #0572c5;
    color: #fff;
    font-size: .4102rem;
    text-align: center;
    border-radius: .0488rem;
    margin: .2667rem 0 0 20%;
}