@font-face {
    font-family: 'fzqk';
    src: url('../font/fzqk.eot');
    src: url('../font/fzqk.eot') format('embedded-opentype'),
    url('../font/fzqk.woff2') format('woff2'),
    url('../font/fzqk.woff') format('woff'),
    url('../font/fzqk.ttf') format('truetype'),
    url('../font/fzqk.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
.h-con{
    background-color: #ffffff!important;
}
.banner {
    margin-top: 74px;
    width: 100%;
    height: 0;
    padding-bottom: 20.5%;
    background-image: url("../image/recruit.png");
}

.content {
    position: relative;
}

.dot-banner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    padding-bottom: 48.6%;
    background-image: url("../image/dot-bg.png");
    z-index: -1;
}

.recruit-con {
    overflow: hidden;
    text-align: center;
}

.tog-t-zh {
    font-size: 32px;
    margin: 4% 0 1%;
}

.tog-t-en {
    color: #dbdbdb;
    font-size: 14px;
    margin: 0 0 1%;
}

.p-line {
    display: inline-block;
    width: 64px;
    height: 2px;
    background-color: #58328b;
}

.blue-con {
    padding: 4% 0;
}

.blue-con > img {
    max-width: 30%;
}

.fzqk-con {
    color: #565656;
    font-size: 18px;
    line-height: 1.8em;
    font-family: "fzqk";
    margin: 1% 0 6%;
}

.fzqk-con > p {
    font-family: "fzqk";
    line-height: 1.8em;
}

.fzqk-h3 {
    color: #58328b;
    font-size: 24px;
}
.recruit-info{
    margin-bottom: 3%;
}
.recruit-info>h3{
    font-size: 32px;
    color: #393939;
    line-height: 1.3em;
    text-align: center;
    margin-bottom: 4%;
}
.recruit-info>p{
    color: #d5d5d5;
    font-size: 14px;
    margin-bottom: 3%;
    text-align: center;
}
.rc-item{
    margin-bottom: 4%;
}
.rc-item>h3{
    font-size: 22px;
    color: #58328b;
    padding-left: 42px;
    position: relative;
    margin-bottom: 1em;
}
.rc-item>h3::before{
    display: block;
    content: "";
    background: url("../image/rec-icon.png") no-repeat;
    background-size: cover;
    width: 32px;
    height: 32px;
    position: absolute;
    top: -4px;
    left: 0;
}
.rc-item-duty>span{
    font-size: 16px;
    line-height: 2em;
    font-weight: bold;
}
.rc-item-duty-ul{
    margin-bottom: 14px;
    padding-left: 16px;
}
.rc-item-duty-ul>li{
    color: #686565;
    font-size: 16px;
    line-height: 2em;
}
.rc-item-req-ul{
    padding-left: 16px;
}
.rc-item-req>span{
    font-size: 16px;
    line-height: 2em;
    font-weight: bold;
}
.rc-item-req-ul>li{
    color: #686565;
    font-size: 16px;
    line-height: 2em;
}
.contact-email{
    
    font-size: 18px;
    line-height: 2em;
}

@media screen and (max-width: 768px) {
    .recruit-con{
        padding: 0 35px;
    }
    .tog-t-zh{
        font-size: 20px;
        line-height: 1.6em;
    }
    .fzqk-con{
        font-size: 16px;
    }
    .blue-con > img{
        max-width: 64%;
    }
    .fzqk-h3{
        font-size: 20px;
    }
    .recruit-info>h3{
        font-size: 20px;
        margin-top: 1em;
    }
    .rc-con{
        padding: 0 25px;
    }
    .rc-item>h3{
        font-size: 18px;
        line-height: 1.2em;
        margin-top: 2em;
    }
    .rc-item>h3::before{
        width: 28px;
        height: 28px;
    }
    .rc-item-duty>span{
        font-size: 14px;
    }
    .rc-item-duty-ul>li{
        font-size: 14px;
        line-height: 1.8em;
    }
    .rc-item-req>span{
        font-size: 14px;
    }
    .rc-item-req-ul>li{
        font-size: 14px;
        line-height: 1.8em;
    }
    .contact-email{
        font-size: 16px;
        padding: 0 25px;
    }

}