/* 导航栏css */
.zn-type {
    position: relative;
    display: flex;
    justify-content: space-between;
    padding: 0 18px;
    /* background-color: #f4f6f7; */
}

.zn-type p {
    position: relative;
    width: 110px;
    font-size: 14px;
    line-height: 1.4;
    white-space: pre-wrap;
    word-break: break-all;
    border-radius: 4px;
    background: #f4f6f7;
    color: #5C5C66;
    padding: 5px 26px;
}

.zn-type p.cur {
    background-color: #2181B1;
    color: #FFFFFF;
}

.zn-type p.cur::before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid #2181B1;
    /* 三角颜色 */
    top: 100%;
    /* 位于元素下方 */
    left: 50%;
    transform: translateX(-50%);
    /* 居中 */
    opacity: 1;
    /* 初始时隐藏 */
    transition: opacity 0.3s;
    /* 平滑过渡效果 */
}

/* 第一部分主体区域代码 */
.title-one {
    position: relative;
    width: 100%;
    height: 190px;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 20px;
    background-image: url("../images/serviceGuide/img0.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}

.maxtitle-one {
    font-size: 28px;
    font-family: Regular;
    color: #3D3D3D;
    margin-bottom: 20px;
}

.mintitle-one a {
    font-size: 16px;
    font-family: Regular;
    color: #005c9f;
    text-decoration: none;
}

/* 第二部分主体区域css */
.two-type {
    padding: 30px;
}

.maxtitle-two {
    font-size: 28px;
    font-family: regular;
    color: #3D3D3D;
    margin-bottom: 20px;
}

.mintitle-two {
    font-size: 16px;
    font-family: Regular;
    color: #005C9F;
}

.en-title-two {
    font-size: 20px;
    font-family: Bold;
    color: #D3D2D2;
    margin-bottom: 5px;
    text-align: center;
}

.zh-title-two {
    text-align: center;
    font-size: 20px;
    font-family: Bold;
    color: #3D3D3D;
    margin-bottom: 30px;
}

.content-two {
    min-height: 350px;
    line-height: 30px;
    padding: 20px 20px;
    background-color: #DBEBFA;
    border-radius: 5%;
    margin-bottom: 10px;

}

.step-twos {
    display: flex;
    justify-content: space-between;
}

.step-twos a {
    text-decoration: none;
}

.minbox-two {
    display: flex;
    justify-content: center;
    align-items: center;
}

.box-step-two {
    width: 30px;
    height: 30px;
    background-color: #005C9F;
    border-radius: 50%;
    color: #FFFFFF;
    text-align: center;
    line-height: 30px;
}


.step-two {
    font-size: 20px;
    font-family: Medium;
    color: #3D3D3D;
    margin-left: 10px;
}

.downlod-two {
    font-size: 12px;
    font-family: Regular;
    color: #118CE5;
    margin-top: 3px;
}

.title-box-two {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    text-align: center;
    margin: 20px auto;
    background-color: #005C9F;

    line-height: 110px;
}

.title-box-two {
    color: #C0D7E7;
}

.text-two {
    font-size: 14px;
    font-family: Regular;
    color: #3D3D3D;

}

/* 第三部分主体区域css */
.three-type {
    display: none;
    padding: 30px;
}

.en-title-three {
    font-size: 20px;
    font-family: Bold;
    color: #D3D2D2;
    margin-bottom: 5px;
    text-align: center;
}

.zh-title-three {
    text-align: center;
    font-size: 20px;
    font-family: Bold;
    color: #3D3D3D;
    margin-bottom: 90px;
}

.content-three {

    position: relative;
    margin: 0 auto;
    width: 260px;
    min-height: 280px;
    background-color: #DBF3FA;
    border-radius: 5%;
    padding: 0 30px;
    margin-bottom: 80px;
    padding-top: 15px;
}

.content-three a {
    display: block;
    text-align: center;
    color: #118CE5;
    padding-bottom: 50px;
    text-decoration: none;
    margin-top: -40px;
}

.box-three {
    position: absolute;
    top: -50px;
    left: 80px;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    background-color: #58B6D1;
}

.minbox-three {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    text-align: center;
}

.step-three {

    width: 20px;
    height: 20px;
    background-color: #67ADD8;
    border-radius: 50%;
    color: #FFFFFF;
    text-align: center;
    margin-right: 10px;
    margin-top: 70px;
    text-align: center;
    line-height: 20px;

}



.title-three {

    font-size: 16px;
    margin-top: 70px;

}

.text-three {
    line-height: 30px;
    max-width: 200px;
    font-size: 14px;

    padding-bottom: 50px;
}

.downlod-three {
    font-size: 16px;
    color: #118CE5;
    margin-top: 20px;
    text-align: center;
}

.img-three {
    margin: 36px 0 0 36px;
}

.jjxm-type {
    display: none;
    width: 100%;
    height: auto;

}

.en-title {
    font-family: Bold;
    font-size: 20px;
    color: #D3D2D2;
    text-align: center;
}

.zh-title {
    font-family: Bold;
    font-size: 20px;
    color: #3D3D3D;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 30px;
}

.jj-container {
    background-color: #DFEAFD;
    margin: 0 35px;
    padding: 40px 0 50px 0;
    margin-bottom: 100px;
    border-radius: 10px;
}

.jj-box {
    width: 152px;
    height: 132px;
    margin: 0 auto;
}

.jj-box img {
    width: 100%;
    height: 100%;
}

.jj-content {
    width: 248px;
    margin: 0 auto;
    padding: 6px 17px;
    border-radius: 2px;
    font-size: 14px;
    background-color: #4AA9EE;
    text-align: center;
    color: #fff;
    line-height: 20px;
    margin-top: 34px;
}
.jj-content:nth-of-type(2) {
    margin-top: 24px;
}