.page-content .inner{
    display: flex;
    max-width: 90%;
    width: 1500px;
    padding: 0;
}
.page-content .inner .left .tab{
    position: sticky;
    top: 100px;
    margin-right: 37px;
}
.page-content .inner .right{
    flex:1;
}
.page-content .inner .right .top{
    display: flex;
    padding-bottom: 68px;
    border-bottom: 1px solid #eaeaea;
}
.page-content .inner .right .top .img{
    width:576px;
    height:360px;
    border: 1px solid #E1E1E1;
    display:flex;
    justify-content: center;
    align-items: center;
    margin-right: 45px;
    overflow: hidden;
}
.page-content .inner .right .top .img .swiper{
    height: 360px;
}
.page-content .inner .right .top .img img{
    max-width: 100%;
    max-height: 100%;
}
.page-content .inner .right .top .text{
    flex: 1;
    padding-top: 30px;
    padding-bottom: 30px;
}
.page-content .inner .right .top .text h3{
    color: #1A1A1A;
    font-size: 32px;
    margin-bottom: 30px;
}
.page-content .inner .right .top .text p{
    font-size: 16px;
    color: #888;
}
.page-content .inner .right .top .text .list{
    margin-top: 40px;
    display: flex;
}
.page-content .inner .right .top .text .list .item{
    padding: 7px 10px;
    color: #00A0E7;
    line-height: 1;
    border: 1px solid #00A0E7;
    margin-right: 20px;
    font-size: 16px;
    display: block;
    transition: all .5s;
}
.page-content .inner .right .top .text .list .item:hover{
    background-color: #00a0e7;
    color: #fff;
}
.page-content .inner .right .bottom{
    padding-top: 30px;
}
.page-content .inner .right .bottom .title h3{
    font-size: 24px;
    color: #00a0e7;
}
.page-content .inner .right .bottom table{
    width: 100%;
    text-align: center;
    margin-top: 40px;
}
.page-content .inner .right .bottom table th{
    font-size: 18px;
    line-height: 20px;
}
.page-content .inner .right .bottom table tr{
    height: 60px;
}
.page-content .inner .right .bottom table tr:first-child{
    background: #F0F9FE;
    height: 82px;
}
.page-content .inner .right .bottom table tr{
    border-bottom: 1px solid #E3EDF3;
}

.page-content{
    padding-top: 113px;
    padding-bottom:150px;
}
.l-content__layer{
    display: none;
}
:root, html, body {
    overflow-x: visible;
}
.l-content{
    overflow: visible;
}
@media screen and (max-width: 1680px) {
    .page-content .inner .right .top .img{
        /*width: 50%;*/
        width: 40vw;
        height: auto;
    }
    .page-content .inner .right .top .img .swiper {
        height: auto;
    }
    .page-content .inner .right .top .text h3{
        font-size: 28px;
        margin-bottom: 20px;
    }
    .page-content .inner .right .top .text .list {
        margin-top: 30px;
    }
    .page-content .inner .right .top .text {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .page-content .inner .right .top .img {
        margin-right: 30px;
    }
    .page-content .inner .left .tab{
        margin-right: 30px;
    }
    .page-content .inner .right .top {
        padding-bottom: 50px;
    }
    .page-content .inner .right .bottom table th {
        font-size: 16px;
    }
    .page-content .inner .right .bottom .title h3 {
        font-size: 20px;
    }

}
@media screen and (max-width: 1440px) {
    .page-content .inner .right .top .text h3 {
        font-size: 24px;
    }

    .page-content .inner .right .top .text h3 {
        margin-bottom: 10px;
    }
    .page-content .inner .left .tab {
        margin-right: 20px;
    }
    .page-content .inner .right .top .img {
        margin-right: 20px;
    }
    .page-content .inner .right .top .text .list {
        margin-top: 20px;
    }
    .page-content .inner .right .bottom table {
        margin-top: 20px;
    }
    .page-content .inner .right .bottom table th {
        font-size: 14px;
    }
    .page-content .inner .right .top .text p {
        font-size: 14px;
    }

}
@media screen and (max-width: 1024px) {
    .page-content .inner{
        flex-direction: column;
    }
    .page-content{
        padding: 60px 0;
    }
    .page-content .inner .right .bottom table tr:first-child {
        height: 70px;
    }
    .page-content .inner .right .bottom table td{
        font-size: 12px;
    }
}
@media screen and (max-width: 767px) {
    .page-content .inner .right .top .text h3 {
        font-size: 20px;
    }
    .page-content .inner .right .top{
        flex-direction: column;
    }
    .page-content .inner .right .top .img{
        width: 100%;
    }
    .page-content .inner .right .top .text .list .item{
        font-size: 14px;
    }
    .page-content .inner .right .top {
        padding-bottom: 20px;
    }
    .page-content .inner .right .bottom table{
        overflow: scroll;
        width: 100%;
        display: block;
    }
    .page-content .inner .right .bottom table tbody{
        width: 800px;
        display: inline-table;
    }
    .page-content .inner .right .bottom table tr {
        height: 40px;
    }
}
