    .subnav {
        position: relative;
        width: 100%;
        height: 200px;
        margin-top: -50px;
        overflow: hidden;
    }
    
    .subnav .subnav-con {
        width: 30%;
        margin: 0 auto;
    }
    
    .subnav-con .subnav-list-box {
        float: left;
        width: 33%;
    }
    
    .subnav-list-box .subnav-list {
        display: block;
        width: 85%;
        height: auto;
    }
    
    .subnav-list-box .subnav-list img {
        width: 100%;
        height: auto;
        border-radius: 20px;
        border: 5px solid transparent;
    }
    
    .subnav-list-box .subnav-list a:hover img {
        border-radius: 20px;
        border: 5px solid #fecd08;
    }
    
    @media only screen and (min-width: 360px) and (max-width: 768px) {
        .subnav {
            height: auto;
            margin-top: 20px;
        }
        .subnav .subnav-con {
            width: 90%;
        }
        .subnav-con .subnav-list {
            width: 100%;
        }
        .subnav-con .subnav-list img {
            width: 80%;
            margin: 0 auto;
        }
    }
    
    @media only screen and (min-width: 768px) and (max-width: 1024px) {
        .subnav {
            height: auto;
            margin-top: -50px;
        }
        .subnav .subnav-con {
            width: 90%;
        }
        .subnav-con .subnav-list {
            width: 33%;
        }
        .subnav-con .subnav-list img {
            width: 80%;
            margin: 0 auto;
        }
    }
    
    @media only screen and (min-width: 1024px) and (max-width: 1200px) {
        .subnav {
            height: auto;
            margin-top: -50px;
        }
        .subnav .subnav-con {
            width: 90%;
        }
        .subnav-con .subnav-list {
            width: 33%;
        }
        .subnav-con .subnav-list img {
            width: 90%;
            margin: 0 auto;
        }
    }
    
    .about {
        position: relative;
        width: 100%;
        height: 600px;
        padding: 40px 0;
    }
    
    .about .about-con {
        width: 70%;
        margin: 0 auto;
    }
    
    .about-con .about-left {
        float: left;
        width: 50%;
    }
    
    .about-left .about-left-con {
        position: relative;
        width: 90%;
        height: 100%;
        margin: 0 auto;
    }
    
    .about-left-con .about-title {
        font-size: 36px;
        font-weight: bold;
        color: #FC5B4D;
    }
    
    .about-left-con .about-title-hr-box {
        width: 100%;
        height: 1px;
    }
    
    .about-title-hr-box .about-title-hr {
        width: 50px;
        height: 1px;
        margin-left: 3px;
        border-bottom: 2px solid #FC5B4D;
    }
    
    .about-left-con .about-brief {
        font-size: 24px;
        font-weight: 400;
        color: #222222;
    }
    
    .about-left-con .about-brief p {
        line-height: 30px;
        margin-top: 15px;
    }
    
    .about-left-con .about-brief p.about-breif-con {
        font-weight: bold;
    }
    
    .about-left-con .about-brief-hr-box {
        width: 100%;
        height: 1px;
    }
    
    .about-brief-hr-box .about-brief-hr {
        width: 300px;
        height: 1px;
        margin-top: 10px;
        border-bottom: 2px solid #222222;
    }
    
    .about-left-con .about-content {
        width: 100%;
        height: 300px;
        margin-top: 20px;
        overflow: hidden;
    }
    
    .about-left-con .about-more {
        position: relative;
        margin-top: 30px;
        width: 100%;
        text-align: center;
    }
    
    .about-more .about-more-con {
        width: 150px;
        height: 40px;
        line-height: 40px;
        padding: 5px;
        background: #FC5B4D;
        border-radius: 40px;
        font-size: 16px;
    }
    
    .about-more .about-more-con a {
        color: #ffffff;
    }
    
    .about-con .about-right {
        float: right;
        width: 50%;
    }
    
    .about-right .about-right-con {
        float: right;
        width: 90%;
    }
    
    .about-right .about-right-con img {
        width: 90%;
        margin-top: 50px;
    }
    
    @media only screen and (min-width: 360px) and (max-width: 768px) {
        .about .about-con {
            width: 90%;
        }
        .about-con .about-left {
            width: 100%;
        }
        .about-left .about-left-con {
            width: 100%;
        }
        .about-left-con .about-title {
            font-size: 24px;
        }
        .about-left-con .about-title-hr {
            width: 40px;
        }
        .about-left-con .about-brief {
            font-size: 16px;
            margin-top: 20px;
        }
        .about-left-con .about-brief p {
            height: 20px;
            margin-top: 5px;
        }
        .about-left-con .about-brief p.about-breif-con {
            height: 20px;
            margin-top: 5px;
        }
        .about-left-con .about-brief-hr {
            width: 180px;
        }
        .about-left-con .about-more {
            margin-top: 30px;
        }
        .about-con .about-right {
            width: 100%;
        }
        .about-right .about-right-con {
            width: 100%;
        }
        .about-right .about-right-con img {
            width: 100%;
            margin-bottom: 20px;
        }
    }
    
    @media only screen and (min-width: 1024px) and (max-width: 1200px) {
        .about .about-con {
            width: 90%;
        }
        .about-left-con .about-title {
            font-size: 30px;
        }
        .about-left-con .about-brief {
            font-size: 20px;
        }
        .about-left-con .about-brief-hr {
            width: 220px;
        }
        .about-left-con .about-more {
            margin-top: 30px;
        }
    }
    
    .project {
        position: relative;
        width: 100%;
        height: 1250px;
        padding-top: 80px;
    }
    
    .project .project-con {
        width: 70%;
        margin: 0 auto;
    }
    
    .project .project-text-box {
        position: relative;
        display: flex;
        align-items: flex-end;
        justify-content: space-between;
    }
    
    .project-text-box .project-text {
        width: 100%;
    }
    
    .project-text .project-title {
        position: relative;
        width: 100%;
    }
    
    .project-title .project-title-con {
        position: relative;
        width: 100%;
        text-align: center;
    }
    
    .project-title-con .project-title-cn a {
        width: 100%;
        font-size: 36px;
        color: #FC5B4D;
        font-weight: bold;
    }
    
    .project-title-con .project-title-hr {
        width: 100%;
        height: 10px;
        margin: 20px 0px;
    }
    
    .project-title-con .project-title-hr img {
        width: 218px;
        margin: 0px auto;
    }
    
    .project-title-con .project-title-en {
        width: 100%;
        font-size: 14px;
        color: #555555;
        font-weight: 300;
    }
    
    .project-title .tab-title {
        width: 100%;
        font-weight: 400;
        color: #6D6868;
        text-align: center;
    }
    
    .tab-title .tab-title-con {
        display: inline-block;
        margin: 40px 10px 10px 10px;
        padding: 0px 20px;
        height: 40px;
        line-height: 40px;
        border: 1px solid #CCCCCC;
        text-align: center;
        vertical-align: bottom;
        color: #777777;
        border-radius: 5px;
        cursor: pointer;
    }
    
    .tab-title .hit {
        background-color: #FC5B4D;
        color: #ffffff;
    }
    
    .tab-cont {
        position: relative;
        width: 100%;
        height: auto !important;
    }
    
    .tab-cont .tab-list-box {
        display: none;
        width: 100%;
    }
    
    .tab-list-box .tab-list {
        width: 100%;
        height: 600px;
        margin-top: 50px;
    }
    
    .tab-list .tab-list-con {
        float: left;
        width: 100%;
    }
    
    .tab-list-con .img-content {
        position: relative;
        width: 95%;
        height: 100%;
        margin-top: 40px;
        margin: 0 auto;
        border-bottom-left-radius: 15px;
        border-bottom-right-radius: 15px;
        background: #fff;
        box-shadow: 1px 14px 18px 3px rgba(0, 0, 0, 0.11);
    }
    
    .img-content .img-pic {
        position: relative;
        width: 100%;
        height: 100%;
    }
    
    .img-content .img-pic img {
        width: 100%;
        height: auto;
        object-fit: cover;
        border-top-left-radius: 15px;
        border-top-right-radius: 15px;
    }
    
    @media (max-width: 768px) {
        .project {
            height: auto;
            padding-top: 50px;
        }
        .project-title-con .project-title-cn {
            font-size: 24px;
        }
        .project-title-con .project-title-hr {
            width: 110px;
            height: 0;
            border-bottom: 2px solid #FC5B4D;
            margin: 10px auto 0 auto;
        }
        .tab-title .tab-title-con {
            width: 80%;
            margin: 10px;
        }
        .tab-list-box .tab-list {
            height: auto;
        }
    }
    
    .news {
        position: relative;
        width: 100%;
        height: 700px;
        padding: 40px 0;
    }
    
    .news .news-con {
        position: relative;
        width: 100%;
    }
    
    .news-content .news-title {
        position: relative;
        width: 100%;
        padding-bottom: 40px;
    }
    
    .news-title .news-title-con {
        position: relative;
        width: 100%;
        text-align: center;
    }
    
    .news-title-con .news-title-cn a {
        width: 100%;
        font-size: 36px;
        color: #FC5B4D;
        font-weight: bold;
    }
    
    .news-title-con .news-title-hr {
        width: 100%;
        height: 10px;
        margin: 20px 0px;
    }
    
    .news-title-con .news-title-hr img {
        width: 218px;
        margin: 0px auto;
    }
    
    .news-title-con .news-title-en {
        width: 100%;
        color: #555555;
        font-weight: 300;
    }
    
    .news-con .news-content {
        width: 100%;
        height: 578px;
        margin-top: 50px;
        overflow: hidden;
    }
    
    .news-content .slider-scroll {
        width: 100%;
        height: 100%;
        overflow: hidden;
    }
    
    .slider-scroll #showArea {
        float: left;
        width: 50%;
        height: 100%;
    }
    
    .slider-scroll #showArea img {
        width: auto;
        height: 578px;
    }
    
    .slider-scroll #scrollDiv {
        float: right;
        width: 50%;
        height: 100%;
        background: url(../../images/ysb/news_bg.png) 0 0 no-repeat;
        background-size: cover;
    }
    
    #scrollDiv ul {
        width: 90%;
        margin: 0 auto;
        padding: 60px 20px 60px 0;
    }
    
    #scrollDiv li {
        width: 100%;
        height: 150px;
    }
    
    #scrollDiv li.on a {
        color: #722f38;
    }
    
    #scrollDiv li .news-dot {
        position: relative;
        top: 30px;
        width: 10px;
        height: 10px;
        border: 2px solid #FFFFFF;
        border-radius: 100%;
    }
    
    #scrollDiv li .news-list {
        margin-left: 30px;
    }
    
    .news-list .news-list-title {
        width: 100%;
        line-height: 40px;
        font-size: 20px;
        font-weight: bold;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    
    .news-list .news-list-text {
        line-height: 20px;
        font-size: 12px;
        text-overflow: -o-ellipsis-lastline;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        line-clamp: 3;
        -webkit-box-orient: vertical;
    }
    
    #scrollDiv li a {
        display: block;
        font-size: 16px;
        height: 35px;
        line-height: 35px;
        color: #fff;
    }
    
    .figure {
        position: relative;
        width: 100%;
        height: 600px;
        padding: 100px 0 50px 0;
    }
    
    .figure .figure-con {
        width: 100%;
        height: 100%;
    }
    
    .figure-con .figure-title {
        position: relative;
        width: 100%;
        padding-bottom: 40px;
    }
    
    .figure-title .figure-title-con {
        position: relative;
        width: 100%;
        text-align: center;
    }
    
    .figure-title-con .figure-title-cn a {
        width: 100%;
        font-size: 36px;
        color: #FC5B4D;
        font-weight: bold;
    }
    
    .figure-title-con .figure-title-hr {
        width: 100%;
        height: 10px;
        margin: 20px 0px;
    }
    
    .figure-title-con .figure-title-hr img {
        width: 218px;
        height: auto;
        margin: 0px auto;
    }
    
    .figure-title-con .figure-title-en {
        width: 100%;
        color: #555555;
        font-weight: 300;
    }
    
    .figure-title-box .figure-title-con {
        width: 100%;
        line-height: 25px;
        margin: 20px auto;
        color: #050505;
        text-align: center;
    }
    
    .figure .figure-con-box {
        position: relative;
        width: 70%;
        height: 250px;
        margin: 0 auto;
    }
    
    .figure-con-box .figure-content {
        width: 100%;
    }
    
    .figure-content .figure-con-box {
        width: 100%;
    }
    
    .figure-con-box .figure-con {
        position: relative;
        width: 100%;
    }
    
    .figure-con .btn {
        position: absolute;
        top: 150px;
        cursor: pointer;
        display: block;
        width: 40px;
        height: 40px;
    }
    
    .figure-con .btnl {
        left: 10px;
    }
    
    .figure-con .btnr {
        right: 10px;
    }
    
    .figure-con .btn i {
        border: solid #101010;
        border-width: 0 3px 3px 0;
        display: inline-block;
        padding: 10px;
        opacity: 0.5;
    }
    
    .figure-con .btn i.tleft {
        transform: rotate(135deg);
        -webkit-transform: rotate(135deg);
    }
    
    .figure-con .btn i.tright {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
    }
    
    .figure-con .figure-list-box {
        position: relative;
        width: 1200px;
        margin: 0 auto;
        overflow: hidden;
    }
    
    .figure-con .figure-list-box ul {
        position: relative;
        list-style: none;
        overflow: hidden;
    }
    
    .figure-con .figure-list-box ul li {
        float: left;
        width: 300px;
        height: 400px;
        overflow: hidden;
    }
    
    .figure-con .figure-list-box ul li:first-child {
        margin-left: 0;
    }
    
    .figure-list-box ul li .figure-list-con {
        width: 95%;
        text-align: center;
    }
    
    .figure-list-box ul li .figure-list-con img {
        display: block;
        width: 280px;
        height: 365px;
        margin: 0 auto;
        transition: all 0.5s;
    }
    
    .figure-list-box ul li .figure-list-con .figure-list-title {
        width: 100%;
        line-height: 40px;
    }
    
    @media only screen and (min-width: 360px)and (max-width: 768px) {
        .figure-box {
            overflow: hidden;
        }
        .figure-title-box .figure-title-con {
            width: 95%;
        }
        .figure-title-box .figure-title-con p {
            font-size: 10px;
        }
        .figure-con .btn {
            width: 0;
            display: none;
        }
        .figure .figure-con-box {
            margin: 0;
        }
        .figure-list-box ul li .figure-list-con {
            width: 340px;
            margin-left: 20px;
        }
        .figure-list-box ul li .figure-list-con img {
            display: block;
            width: 95%;
            height: 200px;
            transition: all 0.5s;
        }
    }
    
    @media only screen and (min-width: 768px)and (max-width: 1024px) {
        .figure-box {
            overflow: hidden;
        }
        .figure-con .btn {
            width: 0;
            display: none;
        }
        .figure .figure-con-box {
            margin: 0;
        }
        .figure-list-box ul li .figure-list-con img {
            display: block;
            width: 95%;
            height: 200px;
            transition: all 0.5s;
        }
    }