.recruit .line_box a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: .25rem 0;
    box-sizing: border-box;
    width: 50%;
    background: #B5C3D0;
    color: #fff !important;
}

.recruit .line_box {
    margin: 1rem 0;
    border-radius: 50px 0 50px 0;
    overflow: hidden;
}

.recruit .line_box a img {
    margin: 0 .25rem 0 0;
}

.recruit .line_box a:hover {
    background: #1D57A5;
    transition: all 0.6s;
}

.recruit .line_box .a_act {
    background: #1D57A5;
}

.idea {
    position: relative;
}

.idea {
    overflow: hidden;
}

.idea img {
    display: block;
    width: 100%;
        /*animation: breathe 12s infinite;*/
}

.idea .text_box {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    padding: 0 10%;
    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.idea .text_box h4 {
    margin: 0 0 .5rem 0;
}

.solic_box {
    padding: 1rem 0;
    box-sizing: border-box;
}

.solic h4 {
    margin: 0 0 .75rem 0;
}

.ygdk img {
    width: auto;
    height: 3.8125rem;
   
}

.ygdk {
     border-radius: 50px 0 0 0 ;
}

.lgxk img {
    display: block;
    width: auto;
    height: 3.8125rem;
}

.ximgbox {
    width: auto;
    height: 3.8125rem;
}

.ximgbox div {
        width: auto;
    height: 3.8125rem;
    overflow: hidden;
}

.ximgbox div:last-child {
    border-radius:  0 0 50px 0  ;
}

.lgxk div,
.ygdk div {
            width: auto;
    height: 3.8125rem;
      overflow: hidden;
}

.lgxk,.ygdk {
        width: auto;
    height: 3.8125rem;
      overflow: hidden;
}

.ximgbox div img {
              width: auto;
    height: 3.8125rem;
}

.ygdk:hover img,
.lgxk div:hover img,
.ximgbox div:hover img {
       /*animation: breathe 20s infinite;*/
     transform: scale(1.1);
         transition: all 0.6s;
}

@keyframes breathe {
    0% {
      transform: scale(1); /* 初始大小 */
    }
    50% {
      transform: scale(1.1); /* 放大到1.2倍 */
    }
    100% {
      transform: scale(1); /* 回到原始大小 */
    }
  }

.ygdk {
    position: relative;
}

.ygdk .text_box {
    position: absolute;
    left: 1rem;
    top: 1.25rem;
    width: 50%;
    color: #fff;
}

.env ul {
    flex-wrap: wrap;
}

.env ul li {
    margin: 1%;
    box-sizing: border-box;
    width: 48%;
    overflow: hidden;
}

.env ul li img {
    display: block;
    width: 100%;
}

.env ul li:hover img {
    transform: scale(1.1);
    transition: all 0.6s;
}

.env h4 {
    margin: 0 0 .75rem 0;
}

.env_box {
    padding: 1rem 0;
    box-sizing: border-box;
    background-color: #F7F8FA;
}

.jianto {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 49px;
    height: 49px;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    color: #333;
}

.didian p {
    margin: 0 .3125rem !important;
}

.recruit ul li .tit {
    padding: .25rem .75rem;
    box-sizing: border-box;
}

.jianto i {
    font-size: 30px;
}

.recruit ul li {
    margin: 0 0 .375rem 0;
    border-radius: 7px 7px 7px 7px;
    border: 2px solid #DCDCDC;
    cursor: pointer;
}

.recruit ul li .tit h4 {
    display: flex;
    align-items: center;
    color: #1c1c1c !important;
}

.idea .text_box h4 {
     color: #1c1c1c !important;
}

.solic h4 {
    color: #1c1c1c !important;
}

.env h4 {
     color: #1c1c1c !important;
}

.recruit ul li .tit h4::before {
    content: " ";
    display: block;
    margin: 0 .1875rem 0 0;
    width: 12px;
    height: 25px;
    background: #1D57A5;
}

.recruit ul li .content_box {
    padding: .5rem .75rem;
    display: none;
}

.recruit ul li .content_box dl dt {
    margin: 0 0 .125rem 0;
    font-weight: bold;
    font-size: .3125rem;
}

.recruit ul li .content_box dl {
    margin: 0 0 .5625rem 0;
}

.recruit ul li .content_box a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 146px;
    height: 39px;
    background: #1D57A5;
    border-radius: 5px 5px 5px 5px;
    color: #fff !important;
}

.recruit ul .list_act .content_box {
    display: block;
}

.recruit ul .list_act .tit {
    padding: .25rem .75rem;
    box-sizing: border-box;
    border-bottom: 1px solid #DCDCDC;
}

.recruit ul .list_act .jianto {
    -moz-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
}

.recruit ul li .content_box a:hover {
    transform: scale(1.1);
    background: #fed939;
    transition: all 0.6s;
    
}

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

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

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

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

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

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

@media screen and (max-width: 980px) {
    
    .idea .text_box {
        padding: 0 5px;
        box-sizing: border-box;
    }
    
    .solic>div {
        justify-content: center;
    }
    
        .didian {
          justify-content: space-between;
    }
    
    .idea .text_box {
        width: 100%;
    }
    
    
        
    .recruit .line_box a img {
        width: 20px !important;
        height: auto !important;
    }
    
     .recruit ul li .tit {
         flex-wrap: wrap;
    
    .recruit ul li .tit h4 {
        width: 100%;
    }
    
    .didian {
           margin: 0 0 0 12px;
        width: 100%;
    }
    
        .recruit ul li .content_box a {
        width: 100%;
    }
    
    .recruit .line_box a img {
        width: 20px !important;
        height: auto !important;
    }

    .idea .text_box {
        position: relative;
        padding: 10px 5%;
        box-sizing: border-box;
        width: 100%;
    }

    .ygdk .text_box {
        position: relative;
        top: 0;
        left: 0;
        color: #000;
        margin: 10px 0;
        width: 100%;
    }

    .ygdk {
        width: 100%;
    }

    .solic>div {
        flex-wrap: wrap;
    }

    .ygdk img {
        width: 100% !important;
        height: auto !important;
    }

    .lgxk img {
        width: 50% !important;
        height: auto;
    }

    .ximgbox {
        display: none;
    }
}

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

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

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