body {
    background: #fafafa;
    position: relative;
}

.header {
    height: 80px;
    background: #ffffff;
}

.header ul li a {
    line-height: 80px;
}

.header .logo {
    margin: 18px auto;
}

.header .denglu {
    margin-top: 25px;
}

.banner {
    width: 100%;
    height: 610px;
    background: url(../img/jpg/21.jpg) no-repeat;
    min-width: 1200px;
    display: flex;
    justify-content: center;
}

.bnner-box {
    width: 1200px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
}

.banner-t {
    font-family: MyriadPro-Regular;
    font-size: 48px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 48px;
    letter-spacing: 1px;
    color: #ffffff;
    opacity: 0.2;
    margin-top: 214px;
}

.bt_z {
    font-family: SourceHanSansCN-Bold;
    font-size: 36px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 28px;
    letter-spacing: 0px;
    color: #ffffff;
    margin-top: 19px;
}

.bnner-box span {
    display: block;
    width: 70px;
    height: 2px;
    background: #f6aa15;
    margin-top: 19px;
}

.bnner-box p {
    width: 628px;
    height: auto;
    font-family: SourceHanSansCN-Regular;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #ffffff;
    margin-top: 29px;
}

.nav {
    width: 100%;
    height: auto;
    overflow: hidden;
    border-bottom: 1px solid #e3e3e3;
    background: #ffffff;
}

.nav ul {
    width: 1200px;
    margin: 0 auto;
}

.nav ul li {
    float: left;
    width: auto;
    margin-right: 53px;
}

.nav ul li a {
    display: block;
    font-family: MicrosoftYaHei;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 72px;
    letter-spacing: 1px;
    color: #666666;
}

.nav_on {
    color: #0053a6 !important;
    border-bottom: 1.5px solid #0053a6;
}

.recruit {
    width: 1200px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
}

.recruit_ul {
    width: 100%;
    height: auto;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    margin: 50px auto;
}

.recruit_ul img {
    width: 234px;
    height: 98px;
    border-radius: 6px;
}

.search_box {
    width: 100%;
    height: auto;
    background: #ffffff;
    padding: 20px;
    margin-bottom: 25px;
}

.search_list {
    display: inline-block;
    width: 303px;
    height: 40px;
    background-color: #f7f7f7;
    border-radius: 2px;
    border: solid 1px #dddddd;
    margin-right: 16px;
}

.sewvmain {
    width: 1000px;
    margin: 50px auto;
}

.sewv {
    position: relative;
    width: 100%;
    display: inline-block;
    vertical-align: middle;
}

.sewvtop {
    width: 100%;
    height: 100%;
    border: 1px #D9D9D9 solid;
    cursor: pointer;
    border-radius: 2px;
    overflow: hidden;
}

.sewvtop:hover {
    border: 1px #57c5f7 solid;
}

.sewvtop>span {
    float: left;
    width: 70%;
    height: 38px;
    white-space: pre;
    text-overflow: ellipsis;
    overflow: hidden;
    font-family: MicrosoftYaHei;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 38px;
    letter-spacing: 0px;
    color: #a6a6a6;
    padding: 0 5px;
    vertical-align: middle;
}

.sewvtop>em {
    float: right;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    margin-top: 8px;
    margin-right: 10px;
}

.sewvbm {
    width: 100%;
    position: absolute;
    left: 0;
    top: 39px;
    display: none;
    border: 1px #D9D9D9 solid;
    border-radius: 2px;
    background: #fff;
    z-index: 99;
}

.sewvbm>li {
    cursor: pointer;
    width: 100%;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    color: #666;
    padding-left: 5px;
}

.sewvbm>li:hover {
    background: #57c5f7;
    color: #fff;
}

.lbaxztop {
    animation: rotatete 0.3s linear forwards;
}

.lbaxztop2 {
    animation: rotatete2 0.3s linear forwards;
}

@keyframes rotatete {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(180deg);
    }
}

@keyframes rotatete {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(180deg);
    }
}

@-moz-keyframes rotatete2 {
    from {
        transform: rotate(180deg);
    }
    to {
        transform: rotate(0deg);
    }
}

@keyframes rotatete2 {
    from {
        transform: rotate(180deg);
    }
    to {
        transform: rotate(0deg);
    }
}

#search_inp {
    width: 100%;
    height: 40px;
    background-color: #f7f7f7;
    border-radius: 2px;
    border: solid 1px #dddddd;
    font-family: MicrosoftYaHei;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 40px;
    letter-spacing: 0px;
    color: #a6a6a6;
}

.btn span {
    line-height: 20px;
}

.btn_a {
    display: inline-block;
    width: 156px;
    height: 44px;
    background-color: #0053a6;
    border-radius: 2px;
    line-height: 44px;
    text-align: center;
    font-family: MicrosoftYaHei;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #ffffff;
    border: 0;
    cursor: pointer;
}

.zp_tit {
    width: 100%;
    height: 436px;
    background-color: #ffffff;
}

.table>thead>tr>th {
    text-align: center;
    font-family: MicrosoftYaHei;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 26px;
    letter-spacing: 0px;
    color: #444444;
}

.table>tbody>tr>td {
    font-family: MicrosoftYaHei;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #666666;
    text-align: center;
    cursor: pointer;
    padding:15px;
}

.table-hover>tbody>tr:hover td {
    color: #0053a6;
}

.page {
    width: 100%;
    height: auto;
    text-align: center;
    margin-top: 20px;
}

.pagination {
    width: auto !important;
}

.body_w {
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    display: none;
}
.body_wrap{
    width: 1000px;
    height: auto;
    margin: 0 auto;
    margin-top: 722px;
    background-color: #ffffff;
}
.body_con {
    width: auto;
    padding: 50px;
    padding-bottom: 0;
}
.ovh{
    overflow: hidden;
    margin-bottom: 22px;
}
.body_con_tit {
    display: inline-block;
    float: left;
    font-family: MicrosoftYaHei;
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: 0px;
    color: #333333;
}

.body_con .gb {
    display: inline-block;
    float: right;
    width: 24px;
    height: 24px;
    cursor: pointer;
}

.xs {
    position: relative;
    width: 100%;
    height: 1px;
    background-color: #e4e4e4;
}

.xs::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 52px;
    height: 2px;
    background-color: #0053a6;
}
.zp_xi{
    width: 100%;
    height: 613px;
    overflow: auto;
    font-family: MicrosoftYaHei;
    font-size: 18px;
    font-weight: normal;
    line-height: 36px;
    letter-spacing: 0px;
    color: #444444;
    padding: 25px 0;
}
.zp_xi::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 5px;
    /*高宽分别对应横竖滚动条的尺寸*/
    height: 1px;
}

.zp_xi::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 10px;
    box-shadow: inset 0 0 5px rgba(0, 83, 166, 0);
    background: #0053a6;
}

.zp_xi::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    box-shadow: inset 0 0 5px rgba(241, 241, 241, 0.2);
    border-radius: 10px;
    background: #666666;
}
.bodr_f{
    width: 1000px;
    height: 159px;
    background-color: #f6f6f6;
    border-top: 1px solid #e8e8e8;
    overflow: hidden;
}
.bodr_fl{
    width: 321px;
    height: 100%;
    float: left;
    /* margin-top: 41px; */
    /* margin-left: 49px; */
    cursor: pointer;
    background: #0053a6;
    text-align: center;
    color: #fff;
    /* border-radius: 8px; */
    /* display: flex; */
    /* flex-wrap: wrap; */
    /* justify-content: center; */
    /* align-items: center; */
}
.bodr_p1{
    font-family: DIN-Medium;
    font-size: 30px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: -1px;
    color: #fff;
    /*opacity: 0.3;*/
    margin-top: 44px;
}
.bodr_pt{
    font-family: MicrosoftYaHei;
    font-size: 30px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #fff;
}
.bodr_s{
    float: left;
    width: 1px;
    height: 75px;
    background-color: #dddddd;
    margin: 41px 33px 0 18px;
}
.bodr_fr{
    float: left;
    font-family: MicrosoftYaHei;
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 31px;
    letter-spacing: 0px;
    color: #777777;
    margin-top: 33px;
}
/*侧边联系我们弹窗*/
.cd-popup3 {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
  z-index:99999999999;
}
.cd-popup3.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}
.cd-popup-container3 {
    display: none;
  position:absolute;
  width: 580px; left: 50%; top: 120px; margin-left: -290px;
  border:1px solid #e5e5e5;
  background: #FFF; height:auto;
  /* Force Hardware Acceleration in WebKit */
  -webkit-backface-visibility: hidden;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
input,textarea{
        border: none;
}
.cd-popup-close3{ width: 15px; height: 15px; background: url(../images/close1.png) no-repeat;
 position: absolute; right: 11px; top: 11px; background-size: 100%;}
.side_logo{ text-align: center; margin:30px auto 10px; }
.side_logo img{vertical-align: top;margin: 0 auto;width: 40%}
.side_title{ text-align: center; color: #333; font-size: 14px; font-weight: bold; }
.from{ margin: 0 30px; overflow: hidden; }
.from_Font{ color: #666; font-size: 14px; line-height: 30px; height: 30px; margin-top: 10px;}
.from_Font span{ font-weight: bold; font-size: 24px; color: #b94a48; vertical-align: top; line-height: 36px;}
.form_input{ border: 1px solid #dcdcdc; border-radius: 5px; min-height: 35px; padding: 0 10px; }
.form_input input{ display: block; line-height: 35px; width: 100%; }
.form_input textarea{ height:90px; margin: 10px 0;  display: block; width: 100%; }
.from_btn{ overflow: hidden; text-align: center; margin: 0 0 30px;display: flex;justify-content: center; }
.from_btn button{ width: 140px; height: 34px; margin: 0 5px; color: #fff; font-size: 14px; border:none;}
.from_btn .from_btn1{ background: #9f9fa4;width: 140px;line-height: 36px;cursor: pointer; height: 34px; margin: 0 5px; color: #fff; font-size: 14px; border:none; }
.from_btn button.from_btn2{background: #161617;}
.cebian{ position: fixed; top: 50%; right: 0; height: auto; transform: translateY(-50%); z-index: 8; width:35px; z-index: 999 }
.side{ background: #f2f2f2;  width: 35px; padding: 20px 0; text-align: center; z-index:999;
color: #999999; font-size: 15px; border-top-left-radius: 4px; border-bottom-left-radius: 4px; overflow: hidden; 
cursor: pointer; line-height: 18px;}
.zixundh{ overflow: hidden; text-align: center; color: #666666; font-size: 14px; margin: 25px 0 ; }
.zixundh span{ color: #0068b7; font-size: 24px; font-weight:bold; }
.form_input {
            position: relative;
        }

.sexul {
    position: absolute;
    width: 92%;
    border: 1px solid #dcdcdc;
    border-radius: 5px;
    min-height: 35px;
    padding: 0 10px;
    z-index: 999;
    background: #fff;
    left: 0;
    display: none;
}

.sexul li {
    color: #666;
    font-size: 14px;
    border-bottom: 1px solid #dcdcdc;
    line-height: 30px;
    height: 30px;
    margin-top: 10px;
    cursor: pointer;
}
.sexul li:hover{
    color: #0068b7;
    font-weight: 700;
}