*{
    margin: 0 auto;
}
body{
    background-image: url("../image/common/Inner_bg.jpg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 100%;
    width: 100%;
    line-height: unset;
    /*padding: 40px;*/
    font-family: sans-serif;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
}
.container_all{
    width: 100%;
    height: auto;
    padding: 0 270px;
    margin-top: 395px;
}
.container_all .first_photo{
    width: auto;
    padding: 5px;
    height: 100%;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.container_all .first_photo .photo_show{
   width: auto;
   height: auto;
   position: relative;
}
.container_all .first_photo .photo_show img {
    width: auto;
    height:auto;
}
.descriptions{
    display: none;
}
.container_all .first_photo .photo_show:hover .descriptions{
    position: absolute;
    top:0;
    left:0;
    background-color: rgba(255,255,255,.7);
    width:auto;
    height:auto;
    box-sizing: border-box;
    z-index: 100;
    display: block;
}

.container_all .first_photo .second_photo{
    width: 700px;
    height: 580px;
}
.container_all .first_photo .second_photo .line_show{
   height: 160px;
   margin-bottom: 50px;
}
.container_all .first_photo .second_photo .second_photo_show img{
    width: auto;
    height: auto;
}
.container_all .first_photo .second_photo .second_photo_show{
    width: auto;
    padding: 5px;
    height: 100%;
    display: flex;
    align-items: center;
}
.container_all .first_photo .second_photo .second_photo_show .photo_show{
    width: auto;
    height: auto;
    position: relative;
}
.container_all .first_photo .second_photo .second_photo_show .photo_show img{
    height: auto;
    width: auto;
}
.container_all .first_photo .second_photo .second_photo_show .photo_show:hover .descriptions{
    position: absolute;
    top:0;
    left:0;
    background-color: rgba(255,255,255,.7);
    width:auto;
    height:auto;
    box-sizing: border-box;
    z-index: 100;
    display: block;
}
.alert_show{
    position: fixed;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    vertical-align: center;
}
.alert_context{
    width: 1384px;
    height: 540px;
}
.alert_context .part_left{
    width: 422px;
    height: 100%;
    margin-right: 10px;
}
.alert_context .part_right_ljz{
    width: 942px;
    height: 100%;
    margin-right: 10px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url("../image/ManagementTeam/m13.png");
    position: relative;
}
.alert_context .part_right_ljz .close_btn{
    position: absolute;
    top: 6px;
    right: 8px;
    width: 20px;
    height: 20px;
}
.alert_context .part_right_ljz .close_btn img {
    width: 100%;
    height: 100%;
    margin-top: -8px;
}
.alert_context .part_right_ljz .introduce{
    width: 100%;
    height: 100%;
    padding: 55px 70px 55px 45px;
    overflow: hidden;
}
.alert_context .part_right_ljz .introduce .text_left{
    width: 35%;
    height: 100%;
    position: relative;
}
.alert_context .part_right_ljz .introduce .text_left .person{
    position: absolute;
    width: 100%;
    height: fit-content;
    top: 0;
}
.alert_context .part_right_ljz .introduce .text_left .person .person_name{
    display: block;
    width: 100%;
    height: auto;
    font-size: 40px;
    color: #E8E8E8;
}
.alert_context .part_right_ljz .introduce .text_left .person .company_name{
    display: block;
    width: 100%;
    height: auto;
    font-size: 14px;
    margin-top: 22px;
    color: #E8E8E8;
}
.alert_context .part_right_ljz .introduce .text_left .person .person_job{
    display: block;
    width: 100%;
    height: auto;
    font-size: 18px;
    margin-top:16px;
    color: #E8E8E8;
}
.alert_context .part_right_ljz .introduce .text_left .school{
    position: absolute;
    width: 100%;
    height: auto;
    top:164px;
}
.alert_context .part_right_ljz .introduce .text_left .school .person_honor{
    display: block;
    width: 100%;
    height: auto;
    font-size: 16px;
    line-height: 28px;
    color: #E8E8E8;
}
.alert_context .part_right_ljz .introduce .text_left .school .person_honor:nth-child(4){
    margin-top: 32px;
}
.alert_context .part_right_ljz .introduce .text_right{
    overflow-y: auto;
    width: 62%;
    height: 100%;
}
.alert_context .part_right_ljz .introduce .text_right::-webkit-scrollbar{
    width: 5px;
}

.alert_context .part_right_ljz .introduce .text_right::-webkit-scrollbar-thumb{
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px rgba(94,102,176,1);
    background: rgba(94,102,176,1);
}

.alert_context .part_right_ljz .introduce .text_right::-webkit-scrollbar-track{
    -webkit-box-shadow: inset 0 0 5px rgba(77,81,144,1);
    border-radius: 10px;
    background: rgba(77,81,144,1);
}
.alert_context .part_right_ljz .introduce .text_right .text_model{
    width: 100%;
    height: auto;
    margin-bottom: 30px;
}
.alert_context .part_right_ljz .introduce .text_right .text_model:last-child{
    width: 100%;
    height: auto;
    margin-bottom: 0px;
}
.alert_context .part_right_ljz .introduce .text_right .text_model .model_title{
    width: 100%;
    font-size: 18px;
    font-weight: bold;
    display: block;
    margin-bottom: 15px;
    padding-right: 20px;
    color: #BCBCBC;
    position: relative;
}
.alert_context .part_right_ljz .introduce .text_right .text_model .model_text{
    width: 100%;
    font-size: 16px;
    display: block;
    line-height: 1.5;
    padding-right: 20px;
    color: #BCBCBC;
}
.alert_context .part_right_ljz .introduce .text_right .text_model .model_text_1{
    width: 100%;
    font-size: 12px;
    font-weight: bold;
    display: block;
    line-height: 1.5;
    color: #fff;
}
.alert_context .part_right_ljz .introduce .text_right .text_model .model_text_2{
    width: 100%;
    font-size: 13px;
    display: block;
    margin-bottom: 2px;
    color: #fff;
    font-weight: bold;
}


/*lq*/
.alert_context .part_right_lq{
    width: 1040px;
    height: 100%;
    margin-right: 10px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url("../image/ManagementTeam/m13.png");
    position: relative;
}
.alert_context .part_right_lq .close_btn{
    position: absolute;
    top: 6px;
    right: 8px;
    width: 20px;
    height: 20px;
}
.alert_context .part_right_lq .close_btn img {
    width: 100%;
    height: 100%;
    margin-top: -8px;
}
.alert_context .part_right_lq .introduce{
    width: 100%;
    height: 100%;
    padding: 120px 120px 100px 50px;
    overflow: hidden;
}
.alert_context .part_right_lq .introduce .text_left{
    width: 40%;
    height: 100%;
    position: relative;
}
.alert_context .part_right_lq .introduce .text_left .person{
    position: absolute;
    width: 100%;
    height: 50px;
    top: 0;
}
.alert_context .part_right_lq .introduce .text_left .person .person_name{
    display: block;
    width: 100%;
    height: auto;
    letter-spacing: 10px;
    font-size: 45px;
    color: #fff;
}
.alert_context .part_right_lq .introduce .text_left .person .person_job{
    display: block;
    width: 100%;
    height: auto;
    font-size: 20px;
    font-weight: bold;
    margin-top:5px;
    color: #fff;
}
.alert_context .part_right_lq .introduce .text_left .school{
    position: absolute;
    width: 100%;
    height: auto;
    bottom: 0;
}
.alert_context .part_right_lq .introduce .text_left .school .person_honor{
    display: block;
    width: 100%;
    height: auto;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    margin-top:5px;
}
.alert_context .part_right_lq .introduce .text_right{
    width: 50%;
    height: 100%;
}
.alert_context .part_right_lq .introduce .text_right .text_model{
    width: 100%;
    height: auto;
    margin-bottom: 30px;

}
.alert_context .part_right_lq .introduce .text_right .text_model .model_title{
    width: 100%;
    font-size: 20px;
    display: block;
    margin-bottom: 5px;
    color: #fff;
    font-weight: bold;
    position: relative;
    text-indent: 1em;
}
.alert_context .part_right_lq .introduce .text_right .text_model .model_title:before {
    content:"";
    width:0;
    height:0;
    position:absolute;
    left:0;
    top:6px;
    border-top:solid 10px transparent;
    border-left:solid 15px white;     /* 白色小三角形 */
    border-bottom:solid 10px transparent;
}
.alert_context .part_right_lq .introduce .text_right .text_model .model_text{
    width: 100%;
    font-size: 16px;
    display: block;
    line-height: 1.9;
    color: #ccd3da;
}
.alert_context .part_right_lq .introduce .text_right .text_model .model_text_1{
    width: 100%;
    font-size: 12px;
    font-weight: bold;
    display: block;
    line-height: 1.8;
    color: #fff;
}
.alert_context .part_right_lq .introduce .text_right .text_model .model_text_2{
    width: 100%;
    font-size: 13px;
    display: block;
    margin-bottom: 2px;
    color: #fff;
    font-weight: bold;
}

/*yfy*/
.alert_context .part_right_yfy{
    width: 1040px;
    height: 100%;
    margin-right: 10px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url("../image/ManagementTeam/m13.png");
    position: relative;
}
.alert_context .part_right_yfy .close_btn{
    position: absolute;
    top: 6px;
    right: 8px;
    width: 20px;
    height: 20px;
}
.alert_context .part_right_yfy .close_btn img {
    width: 100%;
    height: 100%;
    margin-top: -8px;
}
.alert_context .part_right_yfy .introduce{
    width: 100%;
    height: 100%;
    padding: 120px 120px 75px 50px;
    overflow: hidden;
}
.alert_context .part_right_yfy .introduce .text_left{
    width: 40%;
    height: 100%;
    position: relative;
}
.alert_context .part_right_yfy .introduce .text_left .person{
    position: absolute;
    width: 100%;
    height: 50px;
    top: 0;
}
.alert_context .part_right_yfy .introduce .text_left .person .person_name{
    display: block;
    width: 100%;
    height: auto;
    letter-spacing: 10px;
    font-size: 45px;
    color: #fff;
}
.alert_context .part_right_yfy .introduce .text_left .person .person_job{
    display: block;
    width: 100%;
    height: auto;
    font-size: 20px;
    font-weight: bold;
    margin-top:5px;
    color: #fff;
}
.alert_context .part_right_yfy .introduce .text_left .school{
    position: absolute;
    width: 100%;
    height: auto;
    bottom: 0;
}
.alert_context .part_right_yfy .introduce .text_left .school .person_honor{
    display: block;
    width: 100%;
    height: auto;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    margin-top:5px;
}
.alert_context .part_right_yfy .introduce .text_right{
    width: 54%;
    height: 100%;
}
.alert_context .part_right_yfy .introduce .text_right .text_model{
    width: 100%;
    height: auto;
    margin-bottom: 22px;

}
.alert_context .part_right_yfy .introduce .text_right .text_model .model_title{
    width: 100%;
    font-size: 20px;
    display: block;
    margin-bottom: 5px;
    color: #fff;
    font-weight: bold;
    position: relative;
    text-indent: 1em;
}
.alert_context .part_right_yfy .introduce .text_right .text_model .model_title:before {
    content:"";
    width:0;
    height:0;
    position:absolute;
    left:0;
    top:6px;
    border-top:solid 10px transparent;
    border-left:solid 15px white;     /* 白色小三角形 */
    border-bottom:solid 10px transparent;
}
.alert_context .part_right_yfy .introduce .text_right .text_model .model_text{
    width: 100%;
    font-size: 16px;
    display: block;
    line-height: 1.8;
    color: #ccd3da;
}
.alert_context .part_right_yfy .introduce .text_right .text_model .model_text_1{
    width: 100%;
    font-size: 12px;
    font-weight: bold;
    display: block;
    line-height: 1.8;
    color: #fff;
}
.alert_context .part_right_yfy .introduce .text_right .text_model .model_text_2{
    width: 100%;
    font-size: 13px;
    display: block;
    margin-bottom: 2px;
    color: #fff;
    font-weight: bold;
}

/*zmq*/
.alert_context .part_right_zmq{
    width: 1040px;
    height: 100%;
    margin-right: 10px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url("../image/ManagementTeam/m13.png");
    position: relative;
}
.alert_context .part_right_zmq .close_btn{
    position: absolute;
    top: 6px;
    right: 8px;
    width: 20px;
    height: 20px;
}
.alert_context .part_right_zmq .close_btn img {
    width: 100%;
    height: 100%;
    margin-top: -8px;
}
.alert_context .part_right_zmq .introduce{
    width: 100%;
    height: 100%;
    padding: 120px 120px 110px 50px;
    overflow: hidden;
}
.alert_context .part_right_zmq .introduce .text_left{
    width: 40%;
    height: 100%;
    position: relative;
}
.alert_context .part_right_zmq .introduce .text_left .person{
    position: absolute;
    width: 100%;
    height: 50px;
    top: 0;
}
.alert_context .part_right_zmq .introduce .text_left .person .person_name{
    display: block;
    width: 100%;
    height: auto;
    letter-spacing: 10px;
    font-size: 45px;
    color: #fff;
}
.alert_context .part_right_zmq .introduce .text_left .person .person_job{
    display: block;
    width: 100%;
    height: auto;
    font-size: 20px;
    font-weight: bold;
    margin-top:5px;
    color: #fff;
}
.alert_context .part_right_zmq .introduce .text_left .school{
    position: absolute;
    width: 100%;
    height: auto;
    bottom: 0;
}
.alert_context .part_right_zmq .introduce .text_left .school .person_honor{
    display: block;
    width: 100%;
    height: auto;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    margin-top:5px;
}
.alert_context .part_right_zmq .introduce .text_right{
    width: 49%;
    height: 100%;
}
.alert_context .part_right_zmq .introduce .text_right .text_model{
    width: 100%;
    height: auto;
    margin-bottom: 22px;

}
.alert_context .part_right_zmq .introduce .text_right .text_model .model_title{
    width: 100%;
    font-size: 20px;
    display: block;
    margin-bottom: 5px;
    color: #fff;
    font-weight: bold;
    position: relative;
    text-indent: 1em;
}
.alert_context .part_right_zmq .introduce .text_right .text_model .model_title:before {
    content:"";
    width:0;
    height:0;
    position:absolute;
    left:0;
    top:6px;
    border-top:solid 10px transparent;
    border-left:solid 15px white;     /* 白色小三角形 */
    border-bottom:solid 10px transparent;
}
.alert_context .part_right_zmq .introduce .text_right .text_model .model_text{
    width: 100%;
    font-size: 16px;
    display: block;
    line-height: 1.9;
    color: #ccd3da;
}
.alert_context .part_right_zmq .introduce .text_right .text_model .model_text_1{
    width: 100%;
    font-size: 12px;
    font-weight: bold;
    display: block;
    line-height: 1.8;
    color: #fff;
}
.alert_context .part_right_zmq .introduce .text_right .text_model .model_text_2{
    width: 100%;
    font-size: 13px;
    display: block;
    margin-bottom: 2px;
    color: #fff;
    font-weight: bold;
}


/*zxy*/
.alert_context .part_right_zxy{
    width: 1040px;
    height: 100%;
    margin-right: 10px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url("../image/ManagementTeam/m13.png");
    position: relative;
}
.alert_context .part_right_zxy .close_btn{
    position: absolute;
    top: 6px;
    right: 8px;
    width: 20px;
    height: 20px;
}
.alert_context .part_right_zxy .close_btn img {
    width: 100%;
    height: 100%;
    margin-top: -8px;
}
.alert_context .part_right_zxy .introduce{
    width: 100%;
    height: 100%;
    padding: 120px 120px 80px 50px;
    overflow: hidden;
}
.alert_context .part_right_zxy .introduce .text_left{
    width: 40%;
    height: 100%;
    position: relative;
}
.alert_context .part_right_zxy .introduce .text_left .person{
    position: absolute;
    width: 100%;
    height: 50px;
    top: 0;
}
.alert_context .part_right_zxy .introduce .text_left .person .person_name{
    display: block;
    width: 100%;
    height: auto;
    letter-spacing: 10px;
    font-size: 45px;
    color: #fff;
}
.alert_context .part_right_zxy .introduce .text_left .person .person_job{
    display: block;
    width: 100%;
    height: auto;
    font-size: 20px;
    font-weight: bold;
    margin-top:5px;
    color: #fff;
}
.alert_context .part_right_zxy .introduce .text_left .school{
    position: absolute;
    width: 100%;
    height: auto;
    bottom: 0;
}
.alert_context .part_right_zxy .introduce .text_left .school .person_honor{
    display: block;
    width: 100%;
    height: auto;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    margin-top:5px;
}
.alert_context .part_right_zxy .introduce .text_right{
    width: 56%;
    height: 100%;
}
.alert_context .part_right_zxy .introduce .text_right .text_model{
    width: 100%;
    height: auto;
    margin-bottom: 20px;

}
.alert_context .part_right_zxy .introduce .text_right .text_model .model_title{
    width: 100%;
    font-size: 20px;
    display: block;
    margin-bottom: 5px;
    color: #fff;
    font-weight: bold;
    position: relative;
    text-indent: 1em;
}
.alert_context .part_right_zxy .introduce .text_right .text_model .model_title:before {
    content:"";
    width:0;
    height:0;
    position:absolute;
    left:0;
    top:6px;
    border-top:solid 10px transparent;
    border-left:solid 15px white;     /* 白色小三角形 */
    border-bottom:solid 10px transparent;
}
.alert_context .part_right_zxy .introduce .text_right .text_model .model_text{
    width: 100%;
    font-size: 15px;
    display: block;
    line-height: 1.7;
    color: #ccd3da;
}
.alert_context .part_right_zxy .introduce .text_right .text_model .model_text_1{
    width: 100%;
    font-size: 15px;
    font-weight: bold;
    display: block;
    line-height: 1.6;
    color: #fff;
}
.alert_context .part_right_zxy .introduce .text_right .text_model .model_text_2{
    width: 100%;
    font-size: 13px;
    display: block;
    margin-bottom: 2px;
    color: #fff;
    font-weight: bold;
}
.img1:hover{
    content: url("/static/alone/image/ManagementTeam/p1_hover.png");
}
.img2:hover{
    content: url("/static/alone/image/ManagementTeam/p2_hover.png");
}
.img3:hover{
    content: url("/static/alone/image/ManagementTeam/p3_hover.png");
}
.img4:hover{
    content: url("/static/alone/image/ManagementTeam/p4_hover.png");
}
.img5:hover{
    content: url("/static/alone/image/ManagementTeam/p5_hover.png");
}
.img6:hover{
    content: url("/static/alone/image/ManagementTeam/p6_hover.png");
}
.img7:hover{
    content: url("/static/alone/image/ManagementTeam/p7_hover.png");
}
nav ul li span.active div{
    background: #464646;
    height: 4px;
    width: 80%;
}

nav ul li span.active a{
    color: #464646;
}