@media screen and (max-width: 1200px) {

.descc {

}
    header {
        width: 100%;
        height: 70px;

        /*background: url("../images/header_bg.png") repeat-x;*/
        background: rgba(255,255,255,0.9);
        position: fixed;
        z-index: 1000;
        margin:0px;
        overflow: visible;
    }

    .header-container {
        padding: 10px 12px;
        height: 70px;
        position: relative;
        width: 100%;
        background: #FFF;
        margin:0;
        /*display: flex;
        justify-content: space-between;
        flex-direction: row;
        flex-wrap: wrap;*/
        /*display: none;*/
        border-bottom: solid 1px #ccc;
    }

    .menu-icon {
        display: block;
        height: 50px;
        line-height: 50px;
        position: absolute;
        right: 12px;
        cursor: pointer;
    }

    .default-menu-color {
        background: #78B7FF;
    }

    #logo {
        width: 280px;
        height: 50px;
        display: flex;
        justify-content: space-between;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .notice {
        display: block;
        height: 50px;
        line-height: 50px;
    }

    #logo img {
        display: inline-block;
        margin: auto 0;
        width: 50px;
        height: 50px;
    }

    #menu {
        display: none;
        width: 100%;
        position: absolute;
        top: 70px;
        left:0;
        max-width: 100%;
        z-index: 999;
        background: #fff;
    }


    .top-div {
        width: 100%;
        height: 70px;
    }


    #menu li {
        display: inline-block;
        width: 100%;
        padding-left: 12px;
        text-align: left;
        height: 50px;
        line-height: 50px;
        position: relative;
        max-width: 100%;
    }

    #menu li a{
        /*width: 72px;*/
        /*height: 32px;*/
        width: 100%;
        font-family: PingFang SC, PingFang SC;
        font-weight: 500;
        font-size: 1rem;
        color: #222222;
        line-height: 32px;
        text-align: center;
        font-style: normal;
        text-transform: none;
    }


    #menu li a:hover {
        /*width: 72px;*/
        /*height: 32px;*/
        font-size: 1rem;
        color: #78B7FF;

    }

    #menu li a:hover::after {
        display: block;
        content: "";
        position: absolute;
        /*background: url("../images/current_bg.png") no-repeat;*/
        /*border: solid #78B7FF 1px;*/
        width:0px;
        height: 0px;
        bottom: 0;
        left: 0%;
        font-weight: bold;
        font-size: 32px;
        margin-left: 0px;
    }


    #menu li.current {

    }

    #menu li.current a {
        width: 100%;
        height: 100%;
        font-family: PingFang SC, PingFang SC;
        font-weight: bold;
        font-size: 18px;
        color: #78B7FF;
        line-height: 32px;
        text-align: center;
        font-style: normal;
        text-transform: none;
    }

    #menu li.current a::after{
        display: block;
        content: "";
        position: absolute;
        /*background: url("../images/current_bg.png") no-repeat;*/
        /*border: solid #78B7FF 1px;*/
        width:32px;
        height: 10px;
        bottom: 0;
        left: 50%;
        font-weight: bold;
        font-size: 32px;
        margin-left: -16px;
    }

    .hidden {
        display: none;
    }

    /*站点地图*/
    .site-map {
        width: 100%;
        height: 32px;
        margin-top: 40px;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-wrap: wrap;
    }

    .site-map span {
        display: inline-block;
        height: 42px;
        line-height: 42px;
        font-size: 1rem;
        font-weight: 500;
    }

    .site-map img {
        margin-top:9px;
    }

    .current-map {
        font-family: PingFang SC, PingFang SC;
        color: #388EF0;
        text-align: left;
        font-style: normal;
        text-transform: none;
    }

    .top-img-text {
        width: 100%;
        max-width: 1440px;
        margin: 0 auto;
        color: #ffffff;
        overflow: hidden;
    }

    .top-img-text .title {
        width: 100%;
        font-weight: bold;
        font-size: 2rem;
        margin-top:10px;
    }

    @media screen and (max-width: 600px) {

        .top-img-text {
            width: 100%;
            max-width: 1440px;
            margin: 0 auto;
            color: #ffffff;
            overflow: hidden;
        }

        .top-img-text .title {
            width: 100%;
            font-weight: bold;
            font-size: 2rem;
            margin-top:0px;
        }
    }

    .top-img-text .desc {
        width: 100%;
        max-width: 906px;
        color: #ffffff;
        font-family: PingFang SC, PingFang SC;
        font-weight: 400;
        font-size: 1rem;
        color: #FFFFFF;
        line-height: 1;
        text-align: left;
        font-style: normal;
        text-transform: none;
    }

    .carousel-container {
        height: 50vw;
        width: 100%;
    }

    .carousel-image-other {
        width: 100%;
        height: 100%;
    }
    /********************************/
    footer {
        margin-top:10px;
        width: 100%;
        height: auto;
        background: #22252E;
        color:#fff;
        overflow: hidden;
    }

    footer .container {
        width: 100%;
        max-width: 1440px;
        margin: 0 auto;
    }

    footer .top{
        width: 100%;
        height: auto;
    }

    footer .top .container{
        display: flex;
        justify-content: center;
        flex-direction: row;
        flex-wrap: wrap;
    }

    footer .top .container .col {
        width: 100%;
        height: auto;
        /*border:1px #fff solid;*/
        box-sizing: border-box;
        padding-top: 20px;
        text-align: center;
    }

    footer .top .container .col .one-part{
        width: 100%;
        height: 48px;
        margin:0 auto;
        /*padding-left:10px;*/
        /*background:#1c7430;*/
    }

    footer .top .container .col .one-part .logo{
        width: 100%;

        /*background: #4a6bdf;*/
    }

    footer .top .container .col .one-part .site-name{
        width: 100%;

        /*background: #4a6bdf;*/
    }

    footer .top .container .col ul {
        width: 100%;
    }

    footer .top .container .col ul li{
        width: 100%;
        font-size:0.6rem !important;
        height: auto;
        margin-bottom: 20px;
        font-weight: normal;
    }

    footer .top .container .col ul li.tit{
        font-weight: 600;
        font-size: 1rem;
    }

    footer .top .container .col .one-part .logo{
        float: left;
    }

    footer .top .container .col .one-part .logo::after{
        display: block;
        content: " ";
        clear: both;
    }

    footer .top .container .col .one-part .logo img{
        width: 9vw;
    }

    footer .top .container .col .one-part .site-name{
        /*float: left;*/
        text-align: center;
        margin-top: 10px;
        font-family: PingFang SC, PingFang SC;
        font-weight: bold;
        font-size:1.2rem;
        line-height: 1;
        text-align: center;
        /*text-align: left;*/
        font-style: normal;
        margin-left: 0px;
    }

    footer .top .container .col .two-part{

    }

    footer .top .container .col .three-part{

    }

    footer .top .container .col .four-part{
        width: 100%;
    }

    footer .bottom{
        width: 100%;
        height: auto;
        background: #303440;
        overflow: hidden;
    }

    footer .bottom .container {
        padding:0;
        margin:0;
    }


    footer .bottom .container ul{
        /*padding:0;*/
        /*margin:0;*/
        width: 100%;
        /*height: 80px;*/
        height: auto;
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: space-between;
        box-sizing: border-box;
        /*border:solid 1px #fff;*/

    }
    footer .bottom .container ul li{
        width: 100%;
        height: auto;
        text-align: center;
        line-height: 80px;
        font-size: 0.6rem;
        /*background: #1c7430;*/
    }
    /********************************************/
    .page-wrap {
        /*width: 100%;*/
        /*max-width: 925px;*/
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: center;
        margin: 60px auto;
        width: auto;
        height: 40px;
        /*border: 1px #ccc solid;*/

    }

    .page-wrap img {
        margin-top: -3px;
    }

    #pre-page {
        display: block;
        height: 40px;
        line-height: 40px;
        margin-right: 10px;
    }

    #next-page {
        display: block;
        height: 40px;
        line-height: 40px;
    }

    .page-list {
        height: 40px;
    }



    .page-list li {
        float: left;
        margin-right: 10px;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        border-radius: 8px 8px 8px 8px;

    }



    .page-list li  a, .page-list li span{
        display: block;
        width: 100%;
        height: 100%;
        border-radius: 8px 8px 8px 8px;
        border: 1px solid #CCCCCC;
    }

    .page-list li .current-page {
        background: #78B7FF;
        color:#fff;
        border: 1px solid #78B7FF;
    }

    /* 填写表单 */
    #recruit-form-wrap {
        display: none;
    }

    .sub-form {
        width: 100%;
        margin-top: 20px;
    }

    .sub-form .form-item {
        width: 100%;
        margin-top: 20px;
    }


    .sub-form .form-item label {
        display: block;
        font-family: PingFang SC, PingFang SC;
        font-weight: 500;
        font-size: 1rem;
        color: #222222;
    }

    .sub-form .form-item input,select,textarea {
        display: block;
        border:solid 1px #ccc;
        border-radius: 4px;
        width: 100%;
        margin-top: 10px;
        height: 40px;
        line-height: 40px;
        padding: 8px;
    }

    .sex-wrap {
         margin-top: 10px;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: space-between;
    }

    .sex-wrap span {
        font-size: 1rem;
        color:#ccc;
        display: block;
        width: 46%;
        height: 40px;
        line-height: 40px;
        text-align: center;
        cursor: pointer;
        border-radius: 8px 8px 8px 8px;
        border: 1px solid #ccc;

    }

    .sex-wrap span.current {
        background: rgba(120,183,255,0.1);
        color: #78B7FF;
        border: 1px solid #78B7FF;
    }

    .form-title-item {
        margin-top: 20px;
        width: 100%;
        height: 30px;
        font-family: PingFang SC, PingFang SC;
        font-weight: bold;
        font-size: 1.2rem;
        color: #222222;
        line-height: 30px;
        text-align: left;
        font-style: normal;
        text-transform: none;
    }

    .sub-form .form-item textarea {
        height: 300px;
    }

    #sub-recruitment-btn {
        margin-top: 50px;
        display: block;
        width: 100%;
        height: 7vw;
        line-height: 7vw;
        text-align: center;
        background: #78B7FF;
        border-radius: 4px 4px 4px 4px;
        color:#fff;
    }

    #sub-recruitment-btn:hover {
        color:#fff;
    }

}

@media screen and (min-width: 320px) and (max-width: 479px) {
    .carousel-container {
        height: 70vw;
        width: 100%;
    }
}


@media screen and (min-width: 480px) and (max-width: 767px) {
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
}

@media screen and (min-width: 1025px) and (max-width: 1366px) {
}

