

@font-face {
    font-family: "SourceHanSerifCN-ExtraLight";

    src: url("../font/SourceHanSansCN-ExtraLight.ttf") format("truetype");

}

@font-face {
    font-family: "PingFang Regular";

    src: url("../font/SourceHanSansCN-Regular.ttf") format("truetype");

}

@font-face {
    font-family: "SourceHanSerifCN-Bold";

    src: url("../font/SourceHanSansCN-Bold.ttf") format("truetype");

}


*{margin:0; padding:0; list-style:none; }
body{
    background: #ffffff;
    font-family: PingFang Regular;
    margin: 0 auto;
    max-width: 1920px;
}
a{
    text-decoration: none;
    color: #333333;
}
.banner {
    width: 100%;
    height: 300px;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 20px;
}


.warp_main{
    width:1920px;
    min-height: 450px;
    margin:0 auto;
    overflow: hidden;
}
.warp_left{
    width:220px;
    margin-right: 20px;
    float: left;
}
.warp_right{
    width:860px;
    float: right;
}
.warp_left_box{
    width: 220px;
    text-align: right;
    margin-bottom: 15px;
    overflow: hidden;
}
.warp_left_box .active{
    background-color: #AFAFAF;
}
.warp_left_box .active a{
    color: #ffffff;
}
.warp_left_box h3{
    background: #8f8f8f;
    height: 88px;
    line-height: 88px;
    color: #fff;
    font-size: 40px;
    font-weight: normal;
    text-align: left;
    padding-top: 22px;
    padding-bottom: 20px;
    text-align: center;
}
.warp_left_box ul {
    padding-top: 8px;
    padding-right: 0;
    padding-bottom: 10px;
    padding-left: 0;
}
.warp_left_box ul li {
    height: 46px;
    line-height: 46px;
    background: #E7E7E7;
    background-repeat: no-repeat;
    background-position: left top;
    font-size: 16px;
    text-align: left;
    text-indent: 32px;
    color: #000;
    margin-bottom: 2px;
    width: 220px;
}
.warp_left_box ul li:hover{
    background-color: #AFAFAF;
}
.warp_left_box ul li a:hover{
    color: #ffffff;
}
.warp_left_box ul li a{
    display: block;
    text-decoration: none;
    color: #333333;
    margin-right: 9px;
}


.breadcrumb {
    height: 35px;
    line-height: 35px;
    background: #ececec;
    padding-left: 16px;
}
.breadcrumb a {
    font-size: 12px;
    color: #333333;
    text-decoration: none;
}
.article_item{
    margin: 20px 20px 0px;
    padding-bottom: 20px;
    border-bottom: 1px dashed #d9d9d9;
}
.article_item a{
    font-size: 13px;
    color: #888;
     padding: 0 5px 0 0;
    text-decoration: none;
 }
.article_item h2 a {
    color: #333;
    line-height: 30px;
    font-weight: 800;
    font-size: 16px;
    text-decoration: none;
}
.article_item_message {
    color: #888;
    line-height: 24px;
    padding: 6px 0 6px 0;
    font-size: 13px;
}
.article_content{
    margin:20px;
}
.article_content h1{
    font-size: 24px;
    color: #333;
    line-height: 30px;
    font-weight: normal;
    text-align: center;
}
.article_content .article_message{
    font-size: 12px;
    color: #888;
    height: 28px;
    line-height: 28px;
    text-align: center;
}
.recruitmentList{
    margin-bottom: 20px;
}
.recruitmentList p{
    line-height: 24px;
    font-size: 14px;
}
.foot{
    margin-top: 0;
    font-size: 14px;
/*    width:1920px;
    position: fixed;*/
    bottom:0;
}
.foot_top{
    background: #3e3e3e;
    height: 45px;
    overflow: hidden;
}
.foot_top ul{
    margin-left: 10px;
    list-style: none;
    padding: 0;
    margin: 0;
}
.foot_top ul li{
    float: left;
    color: #888888;
    margin-right: 10px;
}
.foot_top ul li a {
    color: #888;
    text-decoration: none;
}
.foot_bottom{
    background: #070822;
    height: 40px;
}
.foot_bottom p {
    margin: 0 auto;
    width: 1000px;
    color: #FFFFFF;
    line-height: 40px;
    padding-left: 20px;
}
.foot_bottom a {
    text-decoration: none;
    color: #FFFFFF;
}
.message_input{
    padding: 6px 3px;
    border: 1px solid #cecece;
    float: left;
    width: 200px;
}
.message_textarea{
    border: 1px solid #cccccc;
    width: 540px;
    height: 120px;
    padding: 3px 5px;
    resize: none;
}
.message_input:hover,.message_textarea:hover{
    border-color: #abaaaa;
}
.message_sum{
    padding: 4px 30px;
    height: 30px;
    line-height: 20px;
    position: relative;
    cursor: pointer;
    color: #403F3F;
    background: #fafafa;
    border: 1px solid #ddd;
    border-radius: 4px;
    overflow: hidden;
    display: inline-block;
}
.message_sum:hover {
    color: #403F3F;
    background: #eee;
    border-color: #ccc;
    text-decoration: none;
}
.previous , .next{
    margin: 10px 0px;
    font-size: 14px;
    color: #333333;
}
.previous a,.next a{
    color: #333333;
}

img {
    /*width: 100%;*/
    height:auto;
}
.imgaboutus {
    width: 100%;
    height: 100%;
}
.imglogo {
    width: 325px;
    height: 41px;
    /* margin: auto; */
    /* line-height: 102px; */
    margin-top: 17px;
}

.banner-1 {
    text-align: center;
    font-size: 27px;
    padding-top: 50px;
    font-family: SourceHanSerifCN-ExtraLight;
}

.banner-2 {
    text-align: center;
    width: 65px;
    height: 4px;
    background: #FFFFFF;
    margin: auto;
    margin-top: 20px;
}

.banner-3 {
    text-align: center;
    font-size: 54px;
    margin-top: 20px;
}

.tabBox {
    float: left;
}

.tabBox ul {
    height: 50px;
    display: flex;
    justify-content: space-evenly;
}

.tabBox ul li {
    padding: 0 35px 0 35px;
    justify-content: space-evenly;
    align-items: center;
    transition:all .7s ease 0s;
}
.tabBox ul li:hover{
    background: rgba(1, 11, 72, 1);
    cursor: pointer;
    color: #ffffff;
}


.tab_active {
    background: rgba(1, 11, 72, 1) !important;
    color: #ffffff;
}

.tab_content{
    position: relative;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    min-height: 50px;
    min-width: 800px;
    background: #F5F5F5;
    width: 1920px;
}
.tab_title{
    height: 50px;
    line-height: 50px;
    width: 90%;
    margin: auto;
}
.tab_title span{
    float: right;font-size: 18px;
}

.input-1 {
    height: 67px;
    border-radius: 15px;
    width: 319px;
    border: 1px solid rgba(35, 34, 134, 1);
    font-size: 20px;
    padding: 0 20px;
}

.input-2 {
    height: 211px;
    FONT-WEIGHT: 200;
    border-radius: 15px;
    width: 735px;
    border: 1px solid rgba(35, 34, 134, 1);
    font-size: 20px;
    padding: 20px;
}

.login-div {
    width: 350px;
    height: 454px;
    margin: auto;
    background: white;
    border-radius: 30px;
    margin-top: 60px;
    margin-bottom: 60px;
}

.login-logo {
    background: url(../images/login-logo.png) no-repeat;
    background-size: 100px 100px;
    width: 100px;
    height: 100px;
    margin: auto;
    /* margin-top: 20px; */
    /* padding-top: 20px; */
    border-radius: 50px;
}

.login-tit {
    margin: auto;
    text-align: center;
    font-size: 18px;
    margin-top: 20px;
}

.input-3 {
    height: 41px;
    width: 275px;
    border: 1px solid rgb(136 137 156);
    font-size: 10px;
    padding: 0 20px;
}

.login-input {
    height: 41px;
    width: 275px;
    margin: auto;
    margin-top: 20px;
}

.login-btn {
    text-align: center;
    width: 275px;
    height: 41px;
    background: RGBA(61, 73, 135, 1);
    margin: auto;
    margin-top: 20px;
    line-height: 41px;
    color: #ffffff;
    cursor: pointer;
}

.login-pas {
    float: right;
    color: grey;
    margin-right: 30px;
    margin-top: 10px;
    font-size: 12px;
    cursor: pointer;
}

.login-v {
    height: 20px;
}

.more_div {
    margin: auto;
    /* width: 100px; */
    width: 1280px;
    text-align: right;
    font-size: 20px;
    color: gray;
    font-family: PingFang Regular;
}

.input-4 {
    height: 41px;
    width: 175px;
    border: 1px solid rgb(136 137 156);
    font-size: 10px;
    padding: 0 20px;
}

.code-img {
    height: 41px;
    width: 90px;
}

.logon-div {
    width: 350px;
    height: 634px;
    margin: auto;
    background: white;
    border-radius: 30px;
    margin-top: 60px;
    margin-bottom: 60px;
}

.code-btn {
    float: right;
    background: RGBA(61, 73, 135, 1);
    color: white;
    font-size: 12px;
    text-align: center;
    margin: auto;
    line-height: 41px;
    height: 41px;
    width: 90px;
    cursor: pointer;
}

.reset-div {
    width: 350px;
    height: 504px;
    margin: auto;
    background: white;
    border-radius: 30px;
    margin-top: 60px;
    margin-bottom: 60px;
}

.about-div {
    padding: 50px;
}

.about-div2 {
    padding: 50px;
    background: rgba(242, 242, 242, 1);
}

.about-title {
    width: 206px;
    font-size: 50px;
    font-weight: 400;
    color: #1C1B60;
    margin: auto;
    margin-bottom: 30px;
    margin-top: 30px;
}

.img12 {
    width: 100%;
    height: 100%;
    object-fit: scale-down;
}

.img11 {
    width: 100%;
    height: 100%;
    object-fit: scale-down;
}


.p-div {
    padding: 100px;
}

.p-div-c {
    width: 1464px;
    margin: auto;
    display: flex;
}

.p-div-i {
    width: 610px;
    height: 605px;
    background: white;
    padding: 10px;
}

.p-div-c2 {
    background: RGBA(51, 49, 72, 1);
    width: 854px;

}

.p-div-t {
    font-size: 46px;
    font-weight: bold;
    color: #FFFFFF;
    margin-left: 50px;
    margin-top: 60px;
}

.p-div-d{
    font-size: 26px;
    font-weight: 300;
    color: #FFFFFF;
    line-height: 72px;
    margin-left: 50px;
}

.p-div-c3 {
    min-height: 425px;
    overflow: auto;
    margin-left: 50px;
    color: white;
    padding-top: 10px;
    padding-bottom: 10px;
}

.p-div-h {
    width: 750px;
    height: 1px;
    background: #BBBBBB;
    margin: auto;
}

.c-div-t {
    /*width: 600px;*/
    font-size: 34px;
    color: RGBA(1, 11, 72, 1);
    font-weight: 400;
    margin: auto;
    text-align: center;
}

.c-div-h {
    height: 4px;
    width: 10%;
    margin: auto;
    background: RGBA(1, 11, 72, 1);
    margin-bottom: 20px;
    margin-top: 20px;
}

.c-div-time {
    font-size: 14px;
    color: gray;
    font-weight: 400;
    margin: auto;
    text-align: center;
}

.c-div-c {
    margin: auto;
    margin-top: 30px;
    width: 1200px;
}

.nav-member-photo {
    width: 30px;
    height: 30px;
    border-radius: 50px;
}

.drop-li {
    display: flex;
    height: 100%;
    margin: auto;
    padding: 10px;
}

.member-info {
    line-height: 30px;
    padding: 0 20px;
    font-weight: 600;
    color: RGBA(1, 11, 72, 1);
}

.uili2 {
    display: flex;line-height: 30px;min-width: 60px;
    height: 50px;
    float: left;
    font-size: 12px;
    color: #000000;
    margin-left: 18px;
    margin-right: 18px;
    text-align: center;
}

.uili-d {
    width: 1px;height: 16px;background: #999999;margin: auto;
}

.back-div {
    width: 40px;
    height: 40px;
    cursor: pointer;
    background-image: url(/resource/images/back.png);
    background-size: 40px 40px;
}

.case-p {
    font-size: 16px;
    text-align: center;
    color: black;
    padding: 20px;
    background: rgba(0, 0, 0, 0.1);
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}

.c_bg_div {
   /* width: 459px;*/
    height: 459px;
    cursor: pointer;
    background-image: url(/resource/images/pro_bg.png);
    text-align: center;
}

.c_font_div {
    font-size: larger;
    margin-top: 50px;
}

.c_img_div {
    margin: auto;
    width: 459px;
    height: 135px;
    margin-top: 100px;
}

.c_img_div2 {
    margin: auto;
    width: 459px;
    height: 135px;
    margin-top: 5px;
    margin-bottom: 20px;
}

.animated {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

p {
    line-height: 2;
}