ul li {
    list-style-type: none;
  }
.nav{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 40px;
    line-height: 40px;
    background-color: #6f42c1;
    z-index: 10;
    color: #fff;
    font-size: 2.0rem;
    font-family: "微软雅黑";
    font-weight: bold;
    transition: 0.3s ease-in-out;
}
.none_item{
    height: 40px;
}
.nav_logo{
    float: left;
    width: 30px;
}
.nav_item{
    float: left;
    width: 120px;
    text-align: center;
}
.nav_item:hover{
    background-color: #fff;
    color: #6f42c1;
    
}
.nav_item span:hover{
    cursor: pointer;
}
.nav_div{
    position: fixed;
    top: 40px;
    left: 0;
    width: 100%;
    z-index: 10;
    height: auto;
    
}
.test_item{
    height: 0px;
    margin-left:-155px;
    min-height: 300px;
    border: 0px solid #6f42c1;
    border-top:0px;
    z-index: 5;
    background-color: #fff;
    /* background-color: #f1f3f8; */
    display: none;
    /*border-radius: .5125rem;*/
    /*box-shadow: 2px 2px 10px #57575760;*/
    box-shadow: 0 6px 6px rgb(0 0 0 / 16%);
    overflow: hidden;
    padding:20px;
    font-size: 16px;
    color: #333;
    text-align: left;
    width: 1150px;
    border-radius: 10px;
}
.test_item li{
    padding: 0px 15px;
}
.equipment_item{
    height: 0px;
    margin-left:-275px;
    min-height: 300px;
    border: 0px solid #6f42c1;
    border-top:0px;
    z-index: 5;
    background-color: #fff;
    /* background-color: #f1f3f8; */
    display: none;
    /*border-radius: .5125rem;*/
    /*box-shadow: 2px 2px 10px #57575760;*/
    box-shadow: 0 6px 6px rgb(0 0 0 / 16%);
    overflow: hidden;
    padding:20px;
    font-size: 16px;
    color: #333;
    text-align: left;
    width: 1150px;
    border-radius: 10px;
}
.person_item{
    height: 0px;
    margin-left:-395px;
    min-height: 300px;
    border: 0px solid #6f42c1;
    border-top:0px;
    z-index: 5;
    background-color: #fff;
    /* background-color: #f1f3f8; */
    display: none;
    /*border-radius: .5125rem;*/
    /*box-shadow: 2px 2px 10px #57575760;*/
    box-shadow: 0 6px 6px rgb(0 0 0 / 16%);
    overflow: hidden;
    padding:20px;
    font-size: 16px;
    color: #333;
    text-align: left;
    width: 1150px;
    border-radius: 10px;
}
.head{
    width: 1200px;
    margin: 0 auto;
    margin-top: 0px;
    margin-top: 80px;
    background-color: #fff;
    border-radius: 10px;
    padding: 20px;
}
.head_logo{
    padding:40px;
}
.head_text_1{
    font-size: 4rem;
    line-height: 1.2;
    color: #6f42c1;
    font-weight: bold;
    font-family: '微软雅黑';
}
.head_text_2{
    font-size: 4.8rem;
    line-height: 1.2;
    color: #212529;
    margin-top: 20px;
    font-weight: bold;
}
.head_text_3{
    font-size: 2rem;
    line-height: 1.6;
    color: #666;
}
.head_button{
    font-size: 2rem;
    line-height: 1.6;
    color: #666;
    margin-top: 20px;
}
.btn-1{
    background-color: #6f42c1;
    border-color: #623bab;
}
.btn-1:hover{
    background-color: #5416c7;
    border-color: #4c13b6;
}
.btn-1:focus,
.btn-1:active:focus,
.btn-1.active:focus,
.btn-1.focus,
.btn-1:active.focus,
.btn-1.active.focus{
    background-color: #5416c7;
    border-color: #4c13b6;
}


.infobox {
    width: 100%;
    background-color: #fff;  
    padding:20px;
    height: auto;  
    border-radius: 10px;
}
.infobox_title{
    height: 40px ;
    line-height: 40px;    
    border-bottom: #aaa 1px solid;
    font-weight: bold;
}
.infobox_title_left{
    width: 70%;
    line-height: 40px;    
    color: #5416c7;
    font-family: '微软雅黑';
    font-size: 24px;
    text-align: left;
    float:left;
}
.infobox_title_right{
    width: 30%;
    line-height: 40px;    
    color: #999;
    font-family: '微软雅黑';
    font-size: 18px;
    text-align: right;
    float:left;
    cursor: pointer;
}
.infobox_content{
    height: 250px ;

}
.infobox_content ul{
    height: 100%;
    width: 100%;
    padding: 0px;
    margin-bottom: 0px;
}
.infobox_content ul li{
    height: 50px;
    padding: 0px 10px;
    line-height: 50px;
    width: 100%;
    border-bottom: 1px solid #eee;
}
.infobox_content ul li:hover{
    background-color: #f5f5f5;
    cursor:pointer;
}
.infobox_content ul li a{    
    width: 80%;
    
    color: #000;
    font-size: 16px;
    display:inline-block;
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.infobox_content ul li span{    
    width: 20%;
    overflow: hidden;
    color: #676a6c;
    font-size: 14px;
    text-align: right;
    display:inline-block;
    font-family:"open sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.info{
    width: 100%;    
    background-color: #eee;
    padding-top: 40px;
    padding-bottom: 40px;
}
.equipment{
    width: 1200px;
    margin: 0 auto;
    margin-top: 0px;
    background-color: #fff;
    border-radius: 10px;
    padding: 20px;
}
.single_equipment {
    width: 100%;
    height: 240px;
    background-color: #fff;
    box-shadow: 2px 2px 10px #90909060;
    cursor: pointer;
    transition: 0.15s ease-in-out;
    text-align: center;
 
    font-size: 2rem;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 2%;
    border-radius: .3125rem;
}
.single_equipment:hover{transform:scale(1.1);}
.single_image{
    width: 100%;
    height: 80%;
    border: 0px;
}
.single_text{
    font-size: 1.5rem;
    padding: 2%;
    width: 100%;
    height: 20%;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    font-family: sans-serif;
}
.foot{
    width: 1200px;
    margin: 0 auto;
    margin-bottom: 40px;
    margin-top: 40px;
    background-color: #fff;
    border-radius: 10px;
    padding: 20px;
    
}
.foot1{
    width: 1140px;
    margin: 0 auto;
    margin-bottom: 40px;
    margin-top: 40px;
    background-color: #fff;
    border-radius: 10px;
    padding: 20px;
    
}
.foot_text_1{
    font-size: 2rem;
    line-height: 1.2;
    color: #5a5a5a;
    font-weight: bold;
    font-family: '微软雅黑';
}
.foot_text_2{
    font-size: 1.4rem;
    line-height: 1.2;
    color: #666;
    font-weight: bold;
    font-family: '微软雅黑';
    margin-top: 10px;

}
.foot_text_3{
    font-size: 1.4rem;
    line-height: 1.3;
    color: #666;
    font-weight: bold;
    font-family: sans-serif;
    margin-top: 10px;

}
.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
    z-index: 2;
    color: #fff;
    background-color: #6f42c1;
    border-color: #622ac7;
}
.list_item:hover{
    background-color: #fafafa;
    cursor: pointer;
}
.list_font{
    font-size: 1.6rem;
    font-weight: bold;
    font-family: '微软雅黑';
}
.eq_text_1{
    font-size: 2rem;
    line-height: 1.2;
    color: #6f42c1;
    font-weight: bold;
    font-family: '微软雅黑';
    background-color: #fff;
    padding: 1% 2% 1% 2%;
    border-radius: .5125rem;
    box-shadow: 2px 2px 10px #90909060;
}
.eq_single_equipment {
    width: 100%;
    height: 280px;
    background-color: #fff;
    box-shadow: 2px 2px 10px #90909060;
    transition: 0.15s ease-in-out;
    text-align: center; 
    font-size: 1.6rem;
    margin-top: 10px;
    margin-bottom: 0px;
    padding: 1% 2% 1% 2%;
    border-radius: .5125rem;
    font-family: '微软雅黑';
    
}
.eq_single_equipment_height{
    height: auto;
    min-height:100px;
    display:inline-block;
}
.eq_single_equipment:hover{
    background-color: #eee;
}
.eq_single_equipment_no_hover:hover{
    background-color: #fff;
}
.eq_single_image{
    width: 25%;
    float: left;
    height: 98%;
    border: 0px;
}
.eq_single_image_height{
    height: 240px;
    border: 4px solid #666;
}
.eq_single_text{
    text-align: left;
    width: 70%;
    float: left;
    height: 98%;
    border: 0px;
    padding-left: 5%;
    padding-right: 5%;
}
.eq_single_text_content
{
    width: 100%;
    min-height: 35px;
    line-height: 35px;
    font-family: "\5FAE\8F6F\96C5\9ED1","Microsoft Yahei","Hiragino Sans GB",tahoma,arial,"\5B8B\4F53";
    height: auto; 
    overflow: hidden;
}
.eq_single_text_content_border_bottom{
    border-bottom: 1px dashed #ccc;
}
.txt_bold{
    font-weight: bold;
}
.eq_title{
    width: 100%;    
    margin-top: 40px;
    background-color: #eee;
    padding-top: 30px;
    padding-bottom: 30px;
}
.eq_button_right-20{
    margin-right: 20px;
    background-color: #fff;
    border: #4c13b6 1px solid;
    transition: 0.3s ease-in-out;
    border-radius: 0px;
}
.eq_button_right-20:hover{
    margin-right: 20px;
    background-color: #4c13b6;
    color: #fff;
    transition: 0.3s ease-in-out;
}
.eq_top_10{
    margin-top: 10px;
}
.map{
    width:100%;
    height:640px;
}
.all_li{
    margin: 0 auto;
    width: 1140px;
    height: auto;
    margin-top: 40px;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 2px 2px 10px #90909060;
}
.single_li{
    
    height: 50px;
    line-height: 50px;
    padding: 0px 20px;
    background-color: #fff;
    border-radius: 5px;
    border-bottom: 1px solid #eee;
}
.single_line{
    margin: 0 auto;
    text-align: center;
    width: 1140px;
    height: 70px;
    margin-top: 20px;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 2px 2px 10px #90909060;
}

.single_li:hover{
    background-color: #f5f5f5;
    cursor:pointer;
}
.single_li a{    
    width: 80%;
    
    color: #000;
    font-size: 16px;
    display:inline-block;
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.single_li span{    
    width: 20%;
    overflow: hidden;
    color: #676a6c;
    font-size: 14px;
    text-align: right;
    display:inline-block;
    font-family:"open sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.all_title{
    min-height: 60px;
    padding: 10px;
    line-height: 40px;
    text-align: center;
    color: #5416c7;
    font-size: 24px;
    height: auto;
    font-family: "微软雅黑";
}
.all_info{
    height: 40px;
    padding: 5px 20px;
    line-height: 30px;
    text-align: center;
    color: #aaa;
    font-size: 18px;
    font-family: "open sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.all_content{
    height: auto;
    padding: 20px;
    text-align: left;
}
.single_person{
    float: left;
    height: 260px;
    width: 220px;
    margin-left: 40px;
    text-align: center;
    padding: 10px 20px;
    cursor: pointer;
    
}
.single_photo{
    height: 180px;
    width: 180px;
    border-radius: 100%;
    border: #aaa 1px solid; 
}
.single_name{
    text-align: center;
    height: 40px;
    line-height: 40px;
    width: 180px;
    background-color: #6f42c1;
    color: #fff;
    margin-top: 10px;
    border-radius: 5px;
    font-family: "微软雅黑";
}
.single_title{
    text-align: center;
    height: 20px;
    line-height: 20px;
    width: 180px;
    background-color: #6f42c1;
    color: #fff;
}
.person_li{
    
    height: 120px;
    line-height: 50px;
    padding: 10px 20px;
    background-color: #fff;
    border-bottom: 1px solid #eee;
}

.person_li:hover{
    background-color: #f5f5f5;
    cursor:pointer;
}

.person_li_right{
    width: 80%;
    height: 100px;
    padding: 0px 20px;
    float: left;
}

.person_li_name{    
    width: 100%;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    color: #6f42c1;
    font-size: 18px;
    float: left;
    font-weight: bold;
    text-align: left;
    font-family:"open sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.person_li_des{    
    width: 100%;
    height: 70px;
    line-height: 35px;
    overflow: hidden;
    color: #676a6c;
    font-size: 16px;
    text-align: left;
    float: left;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    font-family:"open sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.person_li_photo{
    float: left;
    width: 100px;
    height: 100px;
    border-radius: 100%;
    border: #aaa 1px solid; 
}
.person_li_show_photo{
    float: left;
    width: 180px;
    height: 180px;
    border: #aaa 1px solid; 
    position: relative;
    left: 20px;
    top: 20px;
}
.plat-button{
    width: auto; 
    float: left; 
    padding: 0 20px;
    background-color: #fff ;
    color: #6f42c1;
    border: 1px solid #6f42c1;
    height: 50px;
    line-height: 50px;
    
    margin-left: 40px;
    margin-top: 20px;
    font-size: 18px;
    border-radius: 5px;
    transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
}
.plat-button:hover{
    cursor: pointer;
    
    background-color: #6f42c1;
    color: #fff;
}