/* <----------------------------------------------------login begin */

.container-self {
    width: 1350px;
    margin: 0 auto 50px;
}


#map {
    width: 100%;
    height: 460px;
    margin-top: 60px;
}

body {
    font-size: 16px;
}

.login-container {
    width: 806px;
    background-color: #ffffff;
    box-shadow: 0px 0px 16px 2px rgba(0, 0, 0, 0.06);
    margin: 60px auto 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 72px;
}

.login-container p:nth-child(1) {
    margin-top: 50px;
    font-size: 20px;
    line-height: 36px;
    font-weight: bold;
    color: #333333;
}

.login-container div {
    display: flex;
    align-items: center;
    color: #999999;
}

.public-input>input {
    width: 231px;
    height: 30px;
    border: solid 1px #e6e6e6;
    display: flex;
    justify-content: center;
    align-items: center;
    outline: none;
}

.yz-code {
    width: 110px !important;
}

.send-code-btn {
    width: 110px !important;
    margin-left: 15px;
    color: #ffffff;
    background-color: #005faf;
    outline: none;
    cursor: pointer;
}

.login-container .public-input:nth-child(2) {
    margin-top: 36px;
}

.login-container .public-input:nth-child(3) {
    margin-top: 20px;
}

.login-container .public-input:nth-child(4) {
    margin-top: 20px;
}

.input-btn {
    margin-top: 62px;
    display: flex;
}

.input-btn input {
    margin-left: 23px;
    width: 128px;
    height: 37px;
    background-color: #f3f3f3;
    color: #999999;
    outline: none;
    cursor: pointer;
}

.input-btn>p {
    margin-top: 24px;
}

.forget-password {
    margin-top: 31px;
    color: #999999;
    cursor: pointer;
}

.active-input {
    background-color: #005faf !important;
    color: #ffffff !important;
}

.mask {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, .2);
    display: flex;
    justify-content: center;
    align-items: center;
}

.popup {
    position: absolute;
    width: 614px;
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 20px;
}

.successful-login-container {
    margin-top: 125px;
}

.successful-longin-title {
    font-size: 40px;
    color: #333333;
    margin-left: 42px;
}

.successful-logo {
    display: block;
    width: 80px;
    height: 80px;
    margin-top: 54px;
}

.successful-logo1 {
    margin-top: 0;
}

.successful-logo>img {
    width: 100%;
}

.popup div {
    margin-top: 10px;
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

.popup div>span {
    background-image: url('../images/L/chacha_logo.png');
    display: block;
    width: 14px;
    height: 14px;
    margin-right: 10px;
    cursor: pointer;
}

.tips {
    font-size: 14px;
    color: #999999;
}

.popup>p {
    margin-top: 28px;
}

.active-color {
    font-size: 20px;
    line-height: 36px;
    letter-spacing: 0px;
    color: #005faf;
}

.popup>button {
    width: 128px;
    height: 37px;
    background-color: #005faf;
    margin-top: 61px;
    color: #ffffff;
    cursor: pointer;
    outline: none;
}

.successful-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.successful-login-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.changepassword-btn {
    width: 128px;
    height: 37px;
    background-color: #005faf;
    margin-top: 61px;
    color: #ffffff;
    cursor: pointer;
    margin-top: 123px;
}

/* 人才招聘 begin */

.xila {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.xila_dark {
    margin-left: 10px;
    width: 18px;
    height: 18px;
    background-image: url('../images/L/xiala_dark.png');
    background-repeat: no-repeat;
    background-size: 18px 18px;
    background-position: center center;
    display: flex;
}

.xila_light {
    margin-left: 10px;
    width: 18px;
    height: 18px;
    background-image: url('../images/L/xiala_light.png');
    background-repeat: no-repeat;
    background-size: 18px 18px;
    background-position: center center;
    display: flex;
}

.recruitment-title-container {
    width: 97.5%;
    margin: 2px auto 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 20px;
    background-color: rgba(0, 95, 175, 0.05);
    color: #000000;
    padding: 2px 50px 2px 20px;
    border-radius: 4px 4px 0px 0px;
}

.laozhao-wrapper{
    overflow: hidden;
    height: 0;
    transition: 1s all ease;
}

.recruitment-content-container {
    /* display: none; */
    width: 97.5%;
    margin: 0 auto;
    padding: 0 50px 40px 20px;
    font-size: 16px;
    color: #666666;
    line-height: 28px;
    background-color: rgba(0, 95, 175, 0.05);
    overflow: hidden;
}

.bload-title {
    color: #333333;
    font-weight: bold;
}

.zp-submit-btn {
    margin-top: 40px;
    display: flex;
    justify-content: flex-end;
}
.zp-submit-btn a{
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    transition: all .5s;
}
.zp-submit-btn a:hover{
    text-decoration: none !important;
    color: #fff !important;
}
.recruitment-title-container p{
    margin-bottom: 0;
}
#exampleModalCenter h5{
    font-weight: 500;
}
#exampleModalCenter button{
    outline: none;
    border:none
}
.zp-submit-btn>button {
    width: 161px;
    height: 40px;
    background-color: #005faf;
    color: #ffffff;
    margin-left: 38px;
    outline: none;
}

/* 人才招聘 end */

/* 联系我们 begin */

.contact_us_container {
    margin-top: 51px;
    padding-bottom: 100px;
}

.address-container {
    display: flex;
    justify-content: space-between;
}

.address-container-left {
    width: 450px;
    border: solid 1px #e5e5e5;
    padding: 0 20px ;
    padding-top: 35px;
    font-size: 14px;
    line-height: 24px;
    color: #666666;
}

.address-container-left h1 {
    display: flex;
    justify-content: center;
    color: #005faf;
    font-size: 18px;
    font-weight: bold;
    border-bottom: solid 1px #eeeeee;
    padding-bottom: 25px;
}

.address-container-right {
    width: 846px;
    border: solid 1px #e5e5e5;
    padding: 0 20px;
    padding-top: 35px;
    display: flex;
    flex-direction: column;
}

.address-p1 {
    margin-top: 37px;
}

.address-container-right h1 {
    word-wrap: 100%;
    display: flex;
    justify-content: center;
    color: #005faf;
    font-size: 18px;
    font-weight: bold;
    border-bottom: solid 1px #eeeeee;
    padding-bottom: 25px;
}

.fz-container {
    margin-top: 37px;
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    line-height: 24px;
    color: #666666;
    flex-wrap: wrap;
    padding-bottom: 10px;
}

.fz-title {
    font-weight: bold;
}

.online-message {
    margin-top: 51px;
    display: flex;
    justify-content: space-between;
}

.online-message input {
    width: 657px;
    height: 70px;
    background-color: rgba(0, 95, 175, 0.05);
    outline: none;
    padding-left: 10px;
}

.lx-input {
    width: 100%;
    height: 70px;
    background-color: rgba(0, 95, 175, 0.05);
    margin-top: 23px;
    outline: none;
    padding-left: 10px;
}

textarea {
    width: 100%;
    height: 252px;
    margin-top: 23px;
    background-color: rgba(0, 95, 175, 0.05);
    outline: none;
    padding-top: 10px;
    padding-left: 10px;
}

.submit-int-btn-container {
    display: flex;
    justify-content: center;
}

.submit-int-btn {
    width: 205px;
    height: 51px;
    background-color: #005faf;
    margin-top: 50px;
    color: #ffffff;
    font-size: 16px;
}

/* 联系我们end */

/* 技术支持 begin */

.product-model-title {
    width: 11.4%;
    height: 54px;
    background-color: #005faf;
    color: #ffffff;
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.product-model-container {
    width: 100;
    margin-top: 59px;
    display: flex;
    justify-content: space-between;
}

.swiper-container {
    width: 100%;
    height: 54px;
    display: flex;
}

.swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: #999999;
}

.swiper_self-container {
    display: flex;
    justify-content: space-between;
    width: 80%;
}

.btn-container {
    position: relative;
    width: 10.3%;
}

.btn-left {
    width: 49px;
    height: 49px;
    left: 0;
    background-color: #005faf;
    outline: none;
    background-size: 18px;
}

.btn-right {
    width: 49px;
    height: 49px;
    right: 0;
    background-color: #005faf;
    outline: none;
    background-size: 18px;
}

.my-button-disabled {
    opacity: 0.2;
}

.file-download-container {
    margin-top: 20px;
    padding: 40px 20px;

}

.file-download-container>ul>li {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #efefef;
    color: #666666;
    font-size: 16px;
}

.file-download-container>ul>li:first-child {
    color: #005faf;
    font-size: 16px;
    font-weight: bold;
    border: none;
}

.file-download-container>ul>li:last-child {
    border: none;
}

.file-download-container>ul>li>p {
    width: 200px;
    padding-left: 5px;
 
}


/* 技术支持 end */

@media (max-width: 1350px) {
    .container-self {
        width: 1170px;
    }
    .address-container-right {
        width: 500px;
        border: solid 1px #e5e5e5;
        padding: 0 35px;
        padding-top: 35px;
        display: flex;
        flex-direction: column;
    }
    .fz-container {
        margin-top: 15px;
    }
    .address-p1 {
        margin-top: 20px;
    }
    .online-message input {
        width: 48.6%;
        height: 70px;
        background-color: rgba(0, 95, 175, 0.05);
        outline: none;
        padding-left: 10px;
    }
}

@media (max-width: 1200px) {
    .product-model-title {
        font-size: 16px;
    }
    .login-container {
        width: 565px;
        padding-bottom: 40px;
    }
    .popup {
        width: 500px;
        padding-bottom: 20px;
    }
    .container-self {
        width: 100%;
    }
    .recruitment-title-container {
        margin-top: 35px;
        font-size: 18px;
        height: 50px;
        padding: 0 35px 0 20px;
    }
    .recruitment-content-container {
        font-size: 15px;
    }
    .address-container-right {
        padding-top: 20px;
    }
    .address-container-left {
        padding-top: 20px;
    }
}

@media(max-width:1024px) {
  .product-model-container{
      position: relative;
  }

  .btn-container{
      position: absolute;
      width: 95%;
      height: 54px;
      bottom: 0;
  }

    .swiper_self-container {
        width: 100%;
    }
}

@media (max-width:768px) {

    .btn-container {
        height: 45px;
    }
    #exampleModalCenter h5{
        font-size: 16px;
    }
    .swiper_self-container {
        height: 45px;
    }
    .swiper-slide {
        font-size: 12px;
    }
    .swiper-container {
        width: 100%;
        height: 45px;
    }
    .btn-left {
        width: 45px;
        height: 45px;
        left: 0;
        background-color: #005faf;
        outline: none;
        background-size: 12px;
        border-radius: 5px;
    }
    .file-download-container>ul>li {
        display: flex;
        justify-content: space-between;
        padding: 27px 0;
        border-bottom: 1px solid #efefef;
        color: #666666;
        font-size: 14px;
    }
    .file-download-container {
        margin-top: 0;
    }
    .product-model-container {
        margin-top: 20px;
        display: flex;
        padding: 10px;
    }
    .btn-right {
        width: 45px;
        height: 45px;
        right: 0;
        background-color: #005faf;
        outline: none;
        background-size: 12px;
        border-radius:5px;
    }
    .product-model-title {
        width: 30%;
        height: 40px;
        font-size: 12px;
    }
    body {
        font-size: 14px;
    }
    .login-container {
        width: 400px;
        border-radius: 10px;
    }
    .login-container .public-input:nth-child(2) {
        margin-top: 10px;
    }
    .input-btn {
        margin-top: 35px;
    }
    .input-btn input {
        margin-left: 23px;
        width: 115px;
    }
    .public-input>input {
        width: 215px;
    }
    .login-container p:nth-child(1) {
        margin-top: 15px;
        font-size: 17px;
    }
    .popup {
        width: 400px;
        display: flex;
        padding-bottom: 20px;
    }
    .successful-logo {
        width: 60px;
        height: 60px;
        margin-top: 35px;
    }
    .active-color {
        margin-top: 18px;
        font-size: 16px;
    }
    .popup>button {
        margin-top: 30px;
    }
    .popup>p {
        margin-top: 20px;
    }
    .successful-logo1 {
        width: 60px;
        height: 60px;
        margin-top: 0;
    }
    .successful-longin-title {
        font-size: 30px;
    }
    .recruitment-title-container {
        margin-top: 20px;
        font-size: 14px;
        height: 50px;
        padding: 0 20px 0 20px;
    }
    .recruitment-content-container {
        padding: 0 20px 40px 20px;
        font-size: 12px;
    }
    .zp-submit-btn {
        margin-top: 30px;
        display: flex;
        justify-content: space-around;
    }
    .zp-submit-btn>button {
        width: 125px;
        height: 40px;
        background-color: #005faf;
        margin-left: 0px;
        border-radius: 5px;
    }
    .address-container {
        flex-wrap: wrap;
        justify-content: center
    }
    .address-container-left {
        width: 97.5%;
        border-radius: 5px;
    }
    .address-container-right {
        margin-top: 25px;
        width: 97.5%;
        border-radius: 5px;
    }
    .wgybtk {
        width: 100%;
        margin-top: 20px;
    }
    .contact_us_container {
        margin-top: 25px;
    }
    .baidu-map-container {
        display: flex;
        justify-content: center;
    }
    #map {
        width: 97.5%;
        height: 260px;
        margin-top: 25px;
        border-radius: 5px;
    }
    .online-message {
        margin-top: 10px;
        flex-wrap: wrap;
        justify-content: center;
    }
    .online-message input {
        margin-top: 20px;
        width: 97.5%;
        border-radius: 5px;
    }
    .lx-input {
        display: block;
        width: 97.5%;
        border-radius: 5px;
        height: 70px;
        margin: 20px auto 0 auto;
    }
    textarea {
        display: block;
        width: 97.5%;
        border-radius: 5px;
        height: 180px;
        margin: 20px auto 0 auto;
    }
    .submit-int-btn {
        width: 97.5%;
        height: 48px;
        margin-top: 20px;
        border-radius: 5px;
    }
}

@media (max-width: 576px) {
    body {
        font-size: 12px;
    }
    .login-container p:nth-child(1) {
        margin-top: 15px;
        font-size: 14px;
    }
    .login-container {
        width: 97.5%;
        padding-bottom: 25px;
    }
    .input-btn {
        margin-top: 15px;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .input-btn a{
        width: 100%;
        display: flex;
        justify-content: center;
    
    }
    .input-btn input {
        margin-top: 20px;
        width: 80%;
        margin-left: 0;
        border-radius: 5px;
        font-size: 12px;
    }
    .popup {
        width: 90;
        display: flex;
        padding-bottom: 20px;
    }
    .tips {
        font-size: 12px;
        color: #999999;
    }
    .successful-logo {
        width: 50px;
        height: 50px;
        margin-top: 20px;
    }
    .popup>p {
        margin-top: 10px;
    }
    .popup>button {
        width: 110px;
        height: 38px;
        margin-top: 25px;
    }
    .successful-logo1 {
        width: 60px;
        height: 60px;
        margin-top: 0;
    }
    .successful-longin-title {
        font-size: 25px;
    }
    .zp-submit-btn {
        flex-wrap: wrap;
        justify-content: center;
    }
    .zp-submit-btn>button {
        width: 90%;
        height: 40px;
        margin-top: 20px;
    }
}

/* login end */
