/*加载中*/
#loading{
    position: fixed !important;
    /* position: relative; */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color:rgb(255, 255, 255);
    z-index: 2000;
    opacity: 1;
}
#loading img{
    width:400px;
    height:300px;
    position:absolute !important;
    top:50%;
    left:50%;
    margin-top:-150px;
    margin-left:-200px;
    z-index: 2001;
}
.dot>a,.control>a{
    border: 1px solid rgb(194, 194, 194);
    color: #646464;
    display: inline-block;
    width: 2rem;
    height: 2rem;
    line-height: 2rem;
    text-align: center;
}
.control>a img{
  margin-top: -0.5rem;
}
/* 头部样式 */
body{
    margin: 0px;
    /* width: 1920px;
    width: 100%; */
    min-width: 1100px;
}
*{
    box-sizing: border-box;
}
a{
    text-decoration: none;
    color:white;
}
.main_ywbt>a{
    color: #8a8a8a;
}
ul{
    list-style: none;
}
header{
    -webkit-width: 100%;
    width: 100%;
    -webkit-height: 150px;
    height: 150px;
    /* border: 1px solid red; */
}
.top{
  /* border:1px solid red; */
  width: 100%
}
.top1{
    -webkit-height: 95px;
    height: 95px;
    /* border: 1px solid red; */
}
.top1_1{
    margin: 0 auto;
    -webkit-width:1080px;
    -webkit-height:100%;
    width:1080px;
    /* border: 1px solid blue; */
    height:100%;
    display: flex;
    justify-content:space-between;
    align-items: center;
}
.top1_11{
    /* width:25rem; */
    height: 60px;
    /* border: 1px solid red; */
    display: flex;
    justify-content:space-between;
}
.top1_11 img{
    width: 100%;
    height: 100%;
}

.top_right{
    position: relative;
    -webkit-height: 95px;
    height: 95px;
    /* border: 1px solid yellow; */

}

.top1_12 ul{
    /* margin: 1rem 0; */
    padding: 1rem 0px;
    /* border: 1px solid red; */
    /* height:2rem; */
    text-align:center;
    /* width:15rem; */
    /* -webkit-height:2rem; */
    /* -webkit-width:15rem; */

}
.top1_12 ul>li{
    float:left;
    padding:0px 10px;
    border-right:1px solid skyblue;
    color:#88abda;
    font-size:10px;
    cursor: pointer;

}
.top1_12 ul>li:nth-of-type(4){
    border: none;
}
.top1_122{
    /* width: 10rem; */
    height: 2rem;
    /* border: 1px solid red; */
    /* margin-top: 10px; */
    position: absolute;
    text-align: center;
    right: 5px;
    line-height: 2rem;
    font-size: 0.9rem;
    color: white;
    background-color: #127ec3;
    padding: 0 0.9rem 0;

}

/* 第二部分 */
.top2{
    height: 55px;
    background-color:#127ec3;
    /* border: 1px solid yellow; */
}
.top2_1{
    width:1080px;
    height:100%;
    line-height: 55px;
    text-align: center;
    color:white;
    /* border: 1px solid blue; */
    margin:0 auto;
}
.top2_1>ul{
    margin:0px;
    padding:0px;
    display: flex;
    justify-content:space-around;
}
.top2_1>ul>li{
    cursor: pointer;
    margin:0px;
    padding:0px;
    width:calc((100% - 6px)/6);
    border-left: 1px solid rgb(174, 174, 179)
}
.top2_1>ul>li:last-child{
    border-right: 1px solid rgb(174, 174, 179);
}
.top2_1>ul>li{
    position: relative;
}
.top2_1>ul>li>a{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    z-index: 11;
}
/* li中 下拉 */
.xl{
    position: relative;
}
.li_xl{
    position: absolute;
    width:100%;
    z-index: 10;
    top: 0;
    padding-top: 55px;
}
.li_xl>ul{
    margin:0px;
    padding:0px;
}
.li_xl>ul>li{
    position: relative;
    background-color:#127ec3;
    opacity: 0.9;
    height: 55px;
}
.li_xl>ul>li>a{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
}
/* main 内容部分 */
main{
    width:100%;
    /* border: 1px solid red; */
}
/* 轮播 */
.main_lb{
    width:100%;
    height:550px;
    /* border: 1px solid red; */
}
.carousel-inner,.item{
    height:100%;
    /* border: 1px solid yellow; */
}
.carousel-inner img{
    width:100%;
    height:100% !important;
}
#carousel-example-generic{
    width:100%;
    height:100%;

}
/* 人才招聘样式 */
.main_rczp{
    margin-top: 90px;
    width: 100%;
    /* height: 50rem; */
    min-height: 600px;
    /* border: 1px solid red; */
}
/* 标题部分 */
.main_rczp>div{

    width: 1080px;
    height: 100%;
    /* border: 1px solid yellow; */
    margin: auto;
}
.main_gybt{
    width: 25rem;
    height: 8rem;
    /* border: 1px solid yellowgreen; */
    margin: 0 auto 1rem;
    text-align: center;
}
.main_gybt img{
    width: 100%;
    height: 100%;
}
.main_gybt h4{
    font-weight: 400;
    font-size: 1.5rem;
}
.main_gybt>div:nth-of-type(1){
    width: 3.5rem;
    height: 3.5rem;
    /* border: 1px solid red; */
    margin: auto;
}
.main_gybt>div:nth-of-type(2){
    display: flex;
    justify-content: space-around;
}
.main_gybt>div:nth-of-type(2)>section{
    width: 25%;
    height: 0.8rem;
    border-bottom: 1px solid rgb(236, 235, 235);
}
.main_gybt>div:nth-of-type(2)>section:nth-of-type(2){
    width: 40%;
    color: rgb(206, 204, 204);
    height: 1.5rem;
    border: none;
    font-size: 0.8rem;
    line-height: 1.5rem;
}
/* 人才内容部分 */
.main_rcnr{
    padding: 0px 1rem;
    width: 100%;
    height: 80%;
    /* max-width: 800px; */
    margin: auto;
    margin-bottom: 10rem;
}
.main_rcnr>div{
    width: 100%;
    border: 1px solid rgb(226, 226, 226);
    margin-bottom: 37px;
}
.main_rcnr>div>section{
    width: 100%;
    height: 3rem;
    background-color: #ececec;
    padding: 1rem;
}
#main_rc1{
    border-left: 3px solid #127ec3;
}

.main_rcnr p>br{
    display: none;
}
.main_rcnr>div>section:nth-of-type(1){
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.main_rcnr>div>section:nth-of-type(2){
    width: 100%;
    border:none;
    height:350px;
    background-color: white;
    position: relative;
    margin-bottom: 2rem;
}
/* 文字样式 */
strong{
    color:#303030;
    font-size: 0.8rem;
}
.main_rcnr p {
    color: #858585;
    font-size: 0.75rem;
}
.one>p{
 margin-bottom: 15px;
}
/* 按钮 */
.main_rcnr>div>section:nth-of-type(2) a,.main_gysq button{
    border: none;
    color: #ebf1f7;
    background-color: #b8cdea;
    width: 7rem;
    height: 2rem;
    text-align: center;
    line-height: 2rem;
    position: absolute;
    /* margin-top: 2rem; */
    bottom: 0rem;
    left: calc((100% - 7rem)/2);
    border-radius: 10px;

}
.main_gysq button{
    bottom: 0px;
}
/* 点击按钮进入提交页面 */
.main_gytj{
    width: 100%;
    height: 100%;
    /* border: 1px solid red; */
}
.main_gytj>h5{
    font-size: 1rem;
    padding: 1rem;
    color: #127ec3;
    text-align: center;
    border-bottom: 1px dotted gray;
}
.main_gysq{
    position: relative;
    width: 100%;
    height: 90%;
    padding: 1rem;
    /* border: 1px solid yellowgreen; */
}
.main_gysq>p{
    color: rgb(102, 102, 102);
    /* border: 1px solid red; */
    /* letter-spacing:0.2rem; */
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
}
.main_gysq>p:nth-of-type(1){
    color: rgb(102, 102, 102);
    /* border: 1px solid red; */
    /* letter-spacing:0.2rem; */
    display: flex;
    justify-content: left;

}
.gai{
    width: 100%;
    display: flex;
    justify-content: flex-end;
}
.main_rcxm>div>p:nth-of-type(1),
.main_rcxm>div>p:nth-of-type(3){
    color: rgb(102, 102, 102);
    /* border: 1px solid rgb(0, 68, 255); */
    /* letter-spacing:0.2rem; */
    /* width: 100%; */
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.main_rcxm{
    width: 100%;
    /* height: 25%; */
    /* border: 1px solid red; */
    display: flex;
    justify-content: space-between;
    padding: 0px 0px 0px 5.7%;
    margin-bottom: 1rem;
}
input,textarea{
    background-color: #ececec;
}
#mr_wz{
    display: none;
}
.main_rcxm>div>p:nth-of-type(1) input,.main_rcxm>div>p:nth-of-type(3) input{
    width: 18rem;
    /* border: 1px solid red; */
}
.main_rcxm>div>p:nth-of-type(2) input{
 margin-left: 2rem;
}
/* .main_rcxm>div>p:nth-of-type(1),.main_rcxm>div>p:nth-of-type(3){
    width:100%;
    border: 1px solid red;
} */
/* .main_rcxm>div:nth-of-type(2)>p:nth-of-type(3){
    margin-left: -24px;
} */
.main_gysq>input{
    display: none;
}
/* 教育经历 */
.main_rcjl,.main_rcgz{
    width: 100%;
    height: 5rem;
    /* border: 1px solid rgb(0, 255, 13); */
    display: flex;
    justify-content: space-between
}
.main_rcgz{
    height: 4rem;
}
/* .main_rcjl>div:nth-of-type(1),.main_rcgz>div:nth-of-type(1){
    width: 10%;
    border: 1px solid yellowgreen
} */
.main_rcjl>div:nth-of-type(2),.main_rcgz>div:nth-of-type(2){
    width: 90%;
}
.main_rcjl>div:nth-of-type(2)>input:nth-of-type(2){
        display: none
}
.main_rcjl textarea,.main_rcgz textarea{
    width: 100%;
    height: 100%;
}

.main_gysq>p input{
    width: 90%;
}
/* 底部样式 */
.footer_dibu{
    width: 100%;
    height: 370px;
    min-height: 245px;
    /* border: 1px solid red; */
}
.footer_head img{
    width: 100%;
    height: 100%;
}
.footer_dibu>div:nth-of-type(1){
    padding: 70px 0px;
    width: 100%;
    height: 310px;
    background-color: #434a54
}
.footer_dibu>div:nth-of-type(2){
    width: 100%;
    height: 60px;
    background-color: black;
    display: flex;
    justify-content: center;
    align-items: center;

}
.footer_dibu>div>section{
    width: 1050px;
}
.footer_head{
    width: 100%;
    /* border: 1px solid rgb(76, 0, 255); */
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin:auto;

}
.footer_head>div:nth-of-type(1){
    width: 210px;
    height: 150px;
    min-width:150px;
    min-height:108px;
    /* border: 1px solid red; */

}
.footer_head>div:nth-of-type(2){
    width:710px;
    font-size: 14px;
    color: #fefefe;
    /* height: 80%; */
    /* border: 1px solid red; */
    display: flex;
    justify-content: space-around;

}
.footer_head>div:nth-of-type(2) h5{
    font-size: 16px;
    margin: 0px;
    margin-bottom: 18px;
}
.footer_head>div:nth-of-type(2) ul{
    padding: 0px;
    margin: 0px;
    color: #f9efe5;
    /* border: 1px solid red; */
}
.footer_head>div:nth-of-type(2) ul>li{
    margin-bottom: 15px;
}
.footer_head>div:nth-of-type(2) ul img{
    width: 1.5rem;
    height: 1.5rem;
    margin-left: -0.5rem;
}
.footer_head>div:nth-of-type(2) ul a{
    color: #f9efe5;
}
.footer_head>div:nth-of-type(3){
    width: 104px;
    height: 134px;
    /* max-width:92px;
    max-height:96px; */
    /* border: 1px solid red; */

}
/* 底部第二部分 */
.footer_foot{
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #888787;
    margin: auto;

}
.footer_foot>div{
    /* border: 1px solid brown; */
    /* height: calc(50%); */
    font-size: 0.8rem;
}
.footer_foot>div:nth-of-type(1){
    width: 60%;
}
.footer_foot>div:nth-of-type(2){
    width: 20%;
}
/* 媒体查询的相关样式 */
/* 头部 */
nav.navbar{
    display: none;
}
.navbar-brand{
    width: 50vw;
    /* border: 1px solid red; */
    padding: 0px;
  }
  .navbar-brand>img{
    /* width: 100%; */
    height: 100%;
  }
  /* 电话等等 */
  .sp_dh{
    width: 100%;
    height: 2rem;
    background-color: #1b1b1b;
    display: none;
}
.sp_dh>div{
    width: calc((100%)/4);
    height: 100%;
    border-left: 1px solid rgb(78, 78, 78);
    line-height: 2rem;
    text-align: center;
    color: rgb(209, 209, 209);
}
.a_yc{
    display: none;
}
a.right,a.left {
    background-image: none !important;
  }
  /* 按钮变形 */
  .sxf>div{
      height: 5vw;
    /* border: 1px solid red; */
    margin-bottom: 2rem;
    margin-top: 1vw;
    display: none;
  }
  .sxf>div>section{
    width: 30%;
    height: 100%;
    background-color: #9db4c4;
    color: #d6dde5;
    text-align: center;
    line-height: 5vw;
    font-size: 2vw;
    cursor: pointer;
    border-radius: 2px;
}
.sxf>div>section:nth-of-type(2){
    width: 20%;
}
/* 表单 */
.xm_sj,#zz_sj{
    display: none;
}

@media all and (max-width:980px){
    body{
        min-width: 100% !important;
    }
  }
@media all and (max-width:980px){
    nav.navbar{
        display: block;
    }
    /* 替换头部 */
    header{
        display: none
    }
    .main_lb{
        height: 40vw;
        margin-top: -20px;
        /* height: 60vw; */
        /* min-height: 100px; */
    }
    .a_yc{
        display: block;
    }
    .navbar-header{
        background-color: white;
    }
     /* 电话 */
     .sp_dh{
        display: block;
        display: flex;
        justify-content: space-around;
        align-items: center;
        background-color: #1b1b1b;
        cursor: pointer;
    }
   /* 底部 */
   .footer_head{
    width: 100%;
    justify-content: space-around;
}
.footer_dibu > div > section{
    width: 100%;
}
.footer_head>div:nth-of-type(3),.footer_head1>ul h5,.footer_head1>ul:nth-of-type(1),.footer_head1>ul:nth-of-type(2){
    display: none;
}
.footer_head>div:nth-of-type(1){
    width: 25vw;
    height: 15vw;
    /* padding-left:50px;  */
}
.footer_dibu>div:nth-of-type(1){
    padding: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer_head1{
    font-size: 1.5vw;
    min-width: 200px;
    min-height: 10px;
    /* border: 1px solid red */
    /* overflow: hidden; */
}
.main_yw>div.footer_dibu>div,.main_jy>div,.main_yw>div{
    width: 100%;
}
.footer_dibu{
    height: 35vw;
}
.footer_dibu>div:nth-of-type(1){
    height: 70%;
    /* border: 1px solid red; */
}
.footer_dibu>div:nth-of-type(2){
    height: 30%;
    background-color: #434a54;
    border-top: 1px solid rgb(110, 110, 110);

}
/* .footer_head>div:nth-of-type(1){

} */
.footer_foot{
    text-align: center;
    display:-webkit-box;
    display:box;
    -webkit-box-orient:vertical;
    box-orient:vertical;
    width: 100% !important;
}
.footer_foot>div{
    margin: auto;
    /* font-size: 1rem; */
    font-size: 2vw;
}
.footer_foot>div:nth-of-type(1){
    width: 90%;
}
.footer_foot>div:nth-of-type(2){
    width: 50%;
}

    /* 内容部分 */
    .main_rczp{
        height:100%;
        margin: auto;
    }
    .main_rczp>div{
        width: 100%;

    }
    .main_gyqy{
        width: 90vw;
        margin-top: 2rem;
    }
    /* .main_gyqy>section{
        width: calc((100% - 50vw) / 3)
    } */
    .main_gybt{
        height: 100%;
       width: 100%;
    }
    .main_gybt>div:nth-of-type(1),
    .main_gybt>div:nth-of-type(2)>section:nth-of-type(2),
    .main_gybt>h4
    {
        display: none;
    }
    .main_gybt>h5{
        color: #127ec3;
        font-size: 0.8rem
    }
    .main_gybt>div:nth-of-type(2)>section{
        border-bottom: 1px solid rgb(168, 168, 168);
    }
    .main_gybt>div:nth-of-type(2)>section:nth-of-type(3){
        border: none;
        font-size: 1.1rem;
    }
    .main_gybt{
        margin-bottom: 2rem;
    }
    .main_rcnr>div{
        font-size: 0.8rem;
    }
    /* 按钮 */
    .main_gysq a{
        display: inline-block;
        background-color: #b0b2b3;
        color: #d6dde5;
    }
    .main_rcxm{
        display: none;
    }
    .xm_sj{
        display: block;
    }
    .xm_sj>input{
        width: 100%;
        margin-bottom: 1rem;
    }
    .main_rcjl>div:nth-of-type(2)>textarea{
        display: block;
    }
    .main_rcjl>div,.main_rcgz>div{
        width: 100% !important;
        text-align: top;
    }
    .main_rcjl>div:nth-of-type(1),
    .main_rcgz>div:nth-of-type(1)
    {
        display: none;
    }
    #mr_wz,#zz_sj{
        display: block;
    }
    .main_rcjl>div:nth-of-type(2)>textarea:nth-of-type(1),
    .main_rcgz>div:nth-of-type(2)>textarea:nth-of-type(1),
    .main_gysq>p
    {
        display: none;
    }
    .main_gysq>p:nth-of-type(1),
    .main_gysq>input
    {
        margin-bottom: 1rem;
        width: 100%;
        display: block;
    }
    .main_gysq>input:nth-last-of-type(1){
        margin-bottom: 2rem;
    }
    .main_rczp{
        margin-bottom: 2rem;
    }
 /* 改 */

.footer_head1{
    font-size: 0.8rem !important;

}
.footer_foot>div{
    font-size: 0.9rem;
    /* border: 1px solid red; */
}
.footer_head,.footer_head1{
    padding: 0px 1rem;
}
/* 移动端改 */

.navbar-brand{
    margin-top: 7px;
    height: 35px;
}

.main_rczp{
    margin-top: 30px;
}

}

@media all and (max-width:650px){
    .footer_head1{
        font-size: 0.7rem !important;
        width: 50%;
    }

    .footer_foot>div{
        font-size: 0.7rem;
        /* border: 1px solid red; */
    }
    .main_zynr>div{
        width: calc((100% - 2vw) / 2);
        height: calc((100% - 3vw) / 3);
    }
    .main_zynr>div{
        width: calc((100% - 2vw) / 2);
        height: calc((100% - 3vw) / 3);
    }
}



@media all and (max-width:430px){
    .footer_head1{
        font-size: 0.7rem !important;
    }

}
@media all and (max-width:500px){
    .sxf>div{
        height: 25px;
    }
    .sxf>div>section{
        width: 30%;
        height: 100%;
        background-color: #9db4c4;
        color: #d6dde5;
        text-align: center;
        line-height: 25px;
        font-size: 0.6rem;
    }

}
@media all and (max-width:350px){
    .main_zynr>div{
        width: calc((100% - 1vw) / 1);
        height: calc((100% - 6vw) / 6);
    }
}
/* @media all and (min-width:1010px){
    .main_rcxm>div:nth-of-type(1){
        margin-left:1.2vw;
    }
} */
