* {
    padding: 0;
    margin: 0;
}

/* 页面宽度 */
#vm {
    width: 100%;
    margin: auto;
}

/* 主题颜色 */
.topic-color-bg {
    background:#004C98;
}

.flex-btn2{
    display: none !important;
}
/* 文字颜色 */
.topic-color-text {
    color: #004C98;
}

.btn {
    display: flex;
    align-items: center;
    padding: 5px 20px;
    background-color: #004C98;
    border-radius: 5px;
    color: #ffffff;
    margin-right: 20px;
    text-decoration: none;
  }
  .btn:hover {
    cursor: pointer;
  }

.header-wrapper{
    width: 100%;
    position: fixed;
    bottom: 0;
    background-color: white;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
}
.header {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.header div:nth-of-type(1) {
    float: left;
    padding-right: 14px;
}

.header div:nth-of-type(2) {
    float: left;
    line-height: 32px;
    padding-left: 16px;
    border-left: 1px #989899 dashed;
}

.header .topic-color-text {
    font-size: 17px;
    font-weight: bold;
}

.header .countBox {
    width: 184px;
    height: 40px;
    margin-left: auto;
    font-size: 16px;
    text-align: center;
    padding: 9px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    background-image: url("https://form.zhaozhanwang.cn/image/countBox-bg.png");
}

.banner {
    width: 100%;
}

.banner img {
    width: 100%;
    height: 430px;
    -o-object-fit: cover;
       object-fit: cover;
}

.section {
    width: 1200px;
    margin: auto;
}
.section img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.contentBox {
    width: 1200px;
    margin: auto;
    display: flex;
    justify-content: space-between;
}


.contentBox .right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 630px;
    font-size: 18px;
    padding: 0px 10px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    text-align: justify;
}

.contentBox .right p {
    line-height: 34px;
}


.contentBox .right p:first-child, .contentBox .right p:last-child {
    font-size: 19px;
    font-weight: bold;
}

.detailBox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 18px;
}