@media screen and (min-width: 768px) {
body{
    width: 100%;
    /* height: 9000px; */
    height: auto;
    background: url(../img/guest.png)no-repeat;
    background-size: 100% 100%;
    min-width: 1200px;
    overflow: hidden;
    overflow-y: auto;

}
.pc .nav-ul{
    width: 50%;
}

.pc .container {
    width: 1200px;
    margin: 0 auto;
}
.pc header{
    width: 100%;    
    min-width: 1200px;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: 9999;
    
}
.pc .header-top {
    min-width: 1200px;
    height: 80px;
    padding-bottom: 20px;
    display: flex;
    justify-content: space-around;
}

.pc .header-ul {
    width: 434px;
    list-style: none;
    float: left;
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    color: black;
    margin-top: 32px;
}
.pc .header-logo{
    width: 118px;
    height: 44px;
}
.pc .header-ul a {
    /* padding-bottom: 12px; */
    height: 36px;
}
.pc .header-ul  a{
    height: 36px;
    display: block;
    text-decoration: none;
    color: #000;
}
.pc .header-ul .li-active{
    border-bottom: 2px solid #000;
}

.pc .div-logo {
    margin-top: 16px;
    width: 50%;
    /* min-width: 1200px; */
}
.pc .share-h2{
    text-align: center;
    margin: 0 auto;
    margin-top: 150px;
    width:1200px;
    height: 60px;
    /* padding-top: 50px; */
    text-align: center;
    background:url(../mimg/jb-png.png)no-repeat;
    background-size: 100%;
}
.pc .table  {
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.pc .table img{
    margin-top: 100px;
    max-width: 560px;
    height: 300px;    
    transition: all 0.6s;
    padding: 40px 20px 40px 20px;
    background-color: rgba(248, 248, 248);
    /* background-color: #fff; */
    text-align: left;
}
.pc .side{
    position: fixed;
    right: 0;
    top: calc(50% - 312px);
    background-color: #fff;
    z-index: 99999999;
    display: flex;
    width: 130px;
    flex-wrap: wrap;
    font-size: 16px;
}
.pc .side a{
    color: #fff;
    text-decoration: none;
    border: 1px solid #000;
    display: inline;
    color: #000;
    width: 65px;
    text-align: center;
}

}