* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: 0;
}

dl, ol, ul {
    margin-bottom: 0;
}

input, select {
    outline: none;
}

p {
    margin-bottom: 0;
}

ul {
    padding: 0;
}

li {
    list-style: none;
}

.container {
    max-width: 640px;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
}

.alw img {
    display: block;
    width: 100%;
}

.qy-box {
    margin: 0.5rem auto;
    padding: 0.5rem;
}

.qy-box .top {
    margin-bottom: 0.5rem;
}

.qy-box .top img {
    width: 7.05rem;
    float: left;
    margin-right: 0.5rem;
}

.qy-box p {
    font-size: 0.7rem;
    color: #333;
    text-indent: 2em;
    line-height: 1.2rem;
    text-align: justify;
}

.j1-max-title {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.j1-max-title h3 {
    font-size: 1.5rem;
    color: #028b84;
    font-weight: bold;
}

.j1-max-title h3 span {
    color: #eb9400;
}

.j1-max-title p {
    text-align: center;
    margin: 0.5rem auto;
    font-size: 0.55rem;
    color: #6c6c6c;
}

.j1-max-title:after {
    content: '';
    width: 6rem;
    height: 0.1rem;
    background-image: linear-gradient(to right, #028b84 48%, #fff 48%, #fff 52%, #eb9400 52%, #eb9400);
}

.a1-box-11 .b1-box {
    margin: 1rem auto;
    padding: 0 0.3rem;
}

.a1-box-11 .b1-box .flex-fill {
    margin: 0.2rem;
}

.a1-box-11 .b1-box .flex-fill p {
    font-size: 0.8rem;
    color: #029088;
    text-align: center;
    height: 1.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e7e8e8;
    font-weight: bold;
}

.a1-box-11 .b1-box .text-p {
    padding: 0.5rem;
}

.a1-box-11 .b1-box .text-p p {
    text-align: justify;
    font-size: 0.75rem;
    color: #333;
    line-height: 1.3rem;
    text-indent: 2em;
}

.a2-box-11 {
    background: url(../images/jw_bg.png) no-repeat left top;
    background-size: 100%;
    padding-bottom: 1rem;
}

.j2-max-title .d-flex {
    margin: 1rem auto;
    width: 13rem;
    align-items: center;
}

.j2-max-title .d-flex img {
    width: 1.5rem;
}

.j2-max-title .d-flex .text {
    flex: 1;
    margin: 0 0.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.j2-max-title .d-flex .text h3 {
    font-size: 1.5rem;
    color: #159892;
    font-weight: bold;
}

.j2-max-title .d-flex .text h3 span {
    color: #eb9244;
}

.j2-max-title .d-flex .text p {
    margin-top: 0.5rem;
    font-size: 0.45rem;
    color: #6c6c6c;
}

.v-al {
    position: relative;
}

.v-al .video-box {
    position: absolute;
    left: 0.5rem;
    top: 0;
    width:11.4rem;
    height: 6.4rem;
    overflow: hidden;
}

.v-al .video-box img {
    display: block;
    width: 100%;
}

.v-al .video-box video {
    display: block;
    width: 100%;
    height: 6.4rem;
}