body,html{

}
.container{
    width:1200px;
    height:auto;
    overflow: hidden;
    margin-left:auto;
    margin-right:auto;
    padding:0;
}
.main{
    min-height: 500px;
    height:auto;
}
.main.index{
    padding-top:80px;
}
.main.news-detail{
    background:#fff;
}

/* 首页 */
/* 新闻轮播 */
.index-news-left{
    width:562px;
    float:left;
    margin-right: 30px;
    box-sizing: border-box;
    height: 354px;
    overflow: hidden;
}
.index-left-item{
    width:100%;
    height:auto;
    overflow: hidden;
    display: none;
}
.index-left-item.active{
    display: block;
}
.index-left-img-show{
    width:488px;
    height:354px;
    float:left;
    position: relative;
    overflow: hidden;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}
.index-left-img-show img{
    width:100%;
    height: 100%;
    position: relative;
    z-index: 0;
    object-fit: cover;
    cursor: pointer;
}
.index-left-info{
    position:absolute;
    width:472px;
    height: 68px;
    bottom:8px;
    left:8px;
    right:8px;
    box-sizing: border-box;
    background:#fff;
    padding:10px 12px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}
.index-left-info-title{
    width: 100%;
    height: 24px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #333333;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.index-left-info-time{
    width: 100%;
    height: 20px;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #999999;
    margin-top:4px;
}
.index-left-img-list{
    width:66px;
    float:left;
    margin-left:8px;
    height:354px;
    overflow: hidden;
}
.index-left-img-item{
    width:66px;
    height:66px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    margin-bottom:6px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}
.index-left-img-item img{
    width:100%;
    height:100%;
    object-fit: cover;
    position: relative;
    z-index: 0;
}
.index-left-img-item .img-shade{
    background:rgba(255,255,255,.7);
    width:100%;
    height:100%;
    position: absolute;
    left:0;
    top:0;
    z-index: 1;
}
.index-left-img-item.active .img-shade{
    display: none;
}
.index-left-img-item:last-child{
    margin-bottom: 0;
}
.index-news-right{
    width:608px;
    float:left;
}
/* 公司概况 */
.index-profile{
    height:auto;
    overflow: hidden;
    display: block;
}
.index-profile .container{
    position:relative;
}
.index-profile p, .index-profile span {
    color:#666 !important;
    font-size:16px !important;
    text-indent: 3em !important;
    margin-bottom: 0 !important;
    line-height: 34px !important;
}
.index-profile .more{
    position: absolute;
    right: 0;
    bottom: 0;
    color: #666;
}
.img-list{
    width:100%;
    height:auto;
    overflow: hidden;
    margin-bottom:50px;
    margin-top:30px;
}
.img-list .img-item{
    width:175px;
    height:110px;
    margin-right:30px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    float:left;
}
.img-list .img-item:hover{
    opacity: 0.9;
}
.img-list .img-item img{
    width:100%;
    height:100%;
}
.img-list .img-item:last-child{
    margin-right: 0;
}
.index-news{
    width:100%;
    height:auto;
    overflow: hidden;
}
.tab-wrap,
.news-right-title-wrap{
    width:100%;
    height:48px;
    margin:30px 0;
    border-bottom:3px solid rgba(209, 209, 209, 0.3);
}
.news-right-title-wrap{
    width:100%;
    height:auto;
    float:left;
    margin-bottom: 0;
    margin-top:0;
}
.title-wrap{
    width:100%;
    height:48px;
    margin:30px 0;
}
.news-right-title-wrap .title-item,
.title-wrap .title-item,
.tab-wrap .title-item{
    font-size:20px;
    font-weight: 500;
    line-height: 48px;
    float:left;
    color:rgba(51, 51, 51, 1);
    height:48px;
    margin-right: 40px;
    cursor: pointer;
    position: relative;
}
.news-right-title-wrap .title-item.active::after,
.tab-wrap .title-item.active::after,
.title-wrap .title-item.active::after{
    content: '';
    position:absolute;
    bottom:-3px;
    left:0;
    width:100%;
    height:3px;
    background:#e1a45d;    
}
.tab-wrap .title-item.active::after{
    bottom:0
}
.news-right-title-wrap .title-item:last-child,
.title-wrap .title-item:last-child,
.tab-wrap .title-item:last-child{
    margin-right: 0;
}
.tab-content-wrap,
.index-news-content-wrap{
    margin-top:40px;
}
.index-news-content-wrap{
    width:100%;
    height: 270px;
    overflow: hidden;
    float:left;
    margin-top:35px;
}
.tab-content,
.index-news-content{
    width:100%;
    height:auto;
    overflow: hidden;
    display: none;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}
.tab-content.active,
.index-news-content.active{
    display: block;
}
.tab-content .tab-item{
    width:278px;
    height:200px;
    overflow: hidden;
    float:left;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    margin-right: 29px;
    display: block;
    position: relative;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}
.tab-content .tab-item:last-child{
    margin-right: 0;
}
.tab-content .tab-item img{
    width:100%;
    height:100%;
    object-fit: cover;
}
.tab-content .tab-item .tab-title{
    position: absolute;
    bottom:0;
    width:100%;
    color:#fff;
    overflow: hidden;
    white-space: normal;
    text-overflow: ellipsis;
    box-sizing: border-box;
    padding:8px 10px;
    font-size:16px;
    background:rgba(11, 40, 71, 0.7)
}
.index-news-content-item{
    width: 100%;
    height: 24px;
    line-height: 24px;
    font-size: 16px;
    font-weight: 500;
    color: #666666; 
    display: block;
    box-sizing: border-box;
    padding-left: 20px;
    margin-bottom:17px;
}
.index-news-content-item .title{
    width:420px;
    float:left;
    text-overflow: ellipsis;
    overflow: hidden;
    position: relative;
    white-space: nowrap;
}
.index-news-content a:last-child{
    margin-bottom: 0;
}
.index-news-content a::before{
    content: '';
    position: absolute;
    width:10px;
    height:10px;
    background:#e1a45d;
    left:0px;
    top:7px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}
.index-news-content a:hover,
.index-news-content a.active{
    color:#e1a45d
}
/* swiper */
.swiper-container{
    width:100%;
    height:436px;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
    margin:0px 8px;
    width:12px;
    height:12px;
}
.swiper-container img{
    object-fit: cover;
    width:100%;
    height:100%;
}
/* 头部 */
.header{
    position: fixed;
    top:0;
    left:0;
    width:100%;
    height:80px;
    box-sizing: border-box;
    background:#0B2847;
    z-index: 999;
}
.header .logo{
    max-width:256px;
    height: auto;
    float:left;
    margin-top:10px;
}
.header .menu{
    float:left;
    margin-left:240px;
    line-height: 80px;
}
.header .menu-item{
    float:left;
    padding:0 20px;
}
.header .menu-item>a{
    color:#fff;
    display: block;
    font-size:16px;
}
.header .menu-item:hover{
    background:#e1a45d;
}
.header .menu-item:hover a{
    text-decoration: none;
    color:#fff;
}
.header .sub-menu{
    width:100%;
    background:rgba(0,0,0,0.6);
    color:#fff;
    line-height: 60px;
    position: fixed;
    top: 80px;
    left: 0;
    box-sizing: border-box;
    padding: 0 20px;
    display: none;
    padding-left:45.8%;
}
.header .menu-item:hover .sub-menu{
    display: block;
}
.header .sub-menu-item{
    color:#fff;
    font-size:14px;
    text-decoration: none;
    display: block;
    float: left;
    padding:0 20px;
}
.header .sub-menu-item:hover{
    text-decoration: underline;
}
/* 底部 */
.footer{
    width:100%;
    background:#4a4a4a;
    padding:20px 0 10px 0;
    color:#d7d7d7;
    font-size:12px;
}
.footer p{
    text-align: center;
}
.footer a{
    color:#d7d7d7;
    margin-left:20px;
}
.footer img{
    width:18px;
    height:18px;
    margin-right: 2px;
    vertical-align: middle;
}
.footer .mobile{
    display: none;
}
/* banner */
.banner-swiper{
    margin-bottom: 30px;
}
.banner{
    width:100%;
    height:300px;
    background:#aaa;
    margin-top:80px;
    position: relative;
    padding-top:100px;
}
.banner span{
    color:#fff;
    display: block;
    text-align: center;
    position: relative;
    z-index: 99;
}
.banner span.cn{
    font-size:28px;
    letter-spacing: 1px;
}
.banner span.en{
    font-size:20px;
    margin-top:10px
}
.banner img{
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    object-fit: cover;
}
/* 面包屑 */
.breadcrumb-m{
    display: none;
}
.breadcrumb{
    width:100%;
    height: auto;
    overflow: hidden;
    line-height: 60px;
    background:#fff;
    border-bottom:1px solid #eee;
    margin:0;
    padding:0;
}
.breadcrumb .third-menu{
    float:left;
}
.breadcrumb .third-menu a{
    float:left;
    text-decoration: none;
    display: block;
    padding:0 20px;
    color:#666;
    font-size:16px;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    box-sizing: border-box;
}
.breadcrumb .third-menu a.active,
.breadcrumb .third-menu a:hover{
    color:#fff;
    background:#e1a45d;
    border:0;
}
.breadcrumb .breadcrumb-group{
    float: right;
    color:#999;
}
.breadcrumb .breadcrumb-group span{
    margin:0 5px;
}
.breadcrumb .breadcrumb-group a{
    color:#999;
    text-decoration: none;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}
.breadcrumb .breadcrumb-group a:hover{
    color:#e1a45d;
}
.breadcrumb .breadcrumb-group a img{
    width:20px;
}

.page-title-wrap{
    width:100%;
    padding:30px 0 0 0;
    text-align: center;
    height: auto;
    overflow: hidden;
    background:#fff;
}
.page-title-wrap .page-title{
    color:#333;
    font-size:28px;
    width:100%;
    line-height: 1.5;
    letter-spacing: 1px;
    font-weight: normal;
}
.page-title-wrap .page-subtitle{
    color:#b5b5b5;
    font-size:20px;
    width:100%;
    line-height: 1.5;
}

.projects-item{
    width:370px;
    height:310px;
    float:left;
    margin-right: 45px;
    margin-bottom:30px;
    background:#fff;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    display: block;
    overflow: hidden;
    
}
.projects-item:nth-of-type(3n){
    margin-right: 0;
}
.main{
    background:#fff;
}
.projects-list .container{
    padding:30px 0;
}
.projects-item .item-image{
    width:100%;
    position: relative;
    overflow: hidden;
    height:240px;
}
.projects-item .item-image img{
    width:100%;
    height: 100%;
    object-fit: cover;
    transition: all .35s;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    -ms-transition: all .35s;
    -o-transition: all .35s;
}
.projects-item:hover .item-image img{
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
}
.projects-item .item-info{
    width:100%;
    height:70px;
    box-sizing: border-box;
    padding:10px 20px;
    color:#333;
}
.projects-item .item-info .item-title{
    text-decoration: none;
    font-size:16px;
    height:22px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    transition: all .35s;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    -ms-transition: all .35s;
    -o-transition: all .35s;
}
.projects-item .item-info .item-date{
    text-decoration: none;
    color:#999;
    margin-top:7px;
}
.projects-item:hover .item-info .item-title{
    color:#e1a45d
}

/* 联系我们 */
.main.contact .container{
    padding:30px 0;
}
.contact-item{
    width:300px;
    text-align: center;
    box-sizing: border-box;
    background:#fff;
    border:2px solid #999;
    padding-top:40px;
    height:225px;
    float:left;
    color:#333;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.contact-item:nth-of-type(1),
.contact-item:nth-of-type(2),
.contact-item:nth-of-type(3){
    border-right: 0;
}
.contact-item img{
    width:55px;
}
.contact-item .contact-title{
    font-size:18px;
    line-height: 40px;
}
.contact-item.phone .contact-desc,
.contact-item.fax .contact-desc,
.contact-item.email .contact-desc{
    font-size:24px;
}
.main.contact .container .contact-map{
    margin-top:30px;
    width:100%;
    height:400px;
    background:#fff;
    float:left;
}
.contact-item.phone:hover{
    color:#e1a45d;
}

/* 新闻资讯 */
.main.news-list .container{
    padding:30px 0;
}
.news-main{
    width:100%;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    height:300px;
    overflow: hidden;
    margin-bottom:30px;
}
.news-main img{
    width: 400px;
    height:300px;
    object-fit: cover;
    float:left;
}
.news-main .main-info{
    float:left;
    width:800px;
    height:300px;
    box-sizing: border-box;
    padding: 25px 30px;
    background: #fff;
}
.news-main .main-date{
    font-size:28px;
    color:#e1a45d;
    width:100%;
    line-height: 1.5;
}
.news-main .main-title{
    width:100%;
    line-height: 1.5;
    font-size:20px;
    margin:12px 0;
}
.news-main .main-desc{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    line-height: 1.8;
    height: 75px;
}
.news-main a{
    float:right;
    text-align:center;
    line-height: 40px;
    width:120px;
    background:#fff;
    border:1px solid #e1a45d;
    color:#e1a45d;
    background:none;
    border-radius: 6px;
    -webkit-border-radius:6px;
    -moz-border-radius:6px;
    -ms-border-radius:6px;
    -o-border-radius:6px;
    text-decoration: none;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    margin-top:20px;
    margin-right: 20px;
}
.news-main a:hover{
    background:#e1a45d;
    color:#fff;
    font-weight: bold;
}
.news-item{
    width:100%;
    margin-bottom:30px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    background:#fff;
    display: block;
    text-decoration: none;
    height:50px;
    overflow: hidden;
}
.news-item .item-date{
    background:#e1a45d;
    color:#fff;
    font-weight: bold;
    float:left;
    height:50px;
    text-align: center;
    line-height: 50px;
    width:160px;
    font-size:20px;
}
.news-item .item-info{
    font-size: 16px;
    box-sizing: border-box;
    float:left;
    line-height: 50px;
    color:#333;
    width:970px;
    padding:0 20px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}
.news-item .item-more{
    float:left;
    width:32px;
    margin-top:9px;
    margin-left:10px;
}
.news-item:hover .item-info{
    color:#e1a45d;
}
.news-detail .container{
    padding:30px 0;
    background:#fff;
}
.news-detail-title{
    width:100%;
    text-align: center;
    font-size:18px;
    color:#333;
}
.news-detail-info{
    color:#999;
    font-size:12px;
    text-align: center;
    margin-top:10px;
    padding-bottom:20px;
    border-bottom:1px dotted #ddd;
}
.news-detail-info span:last-child{
    margin-left:20px;
}
.news-detail-content{
    box-sizing: border-box;
    padding:20px 30px;
    word-break: break-all;
}

.header-m{
    display: none;
}
.link-wrap{
    margin-bottom: 40px;
    display: none;
}
.link-wrap-title{
    float:left;
    line-height: 40px;
    color:#333;
    font-size:20px;
}
.link-wrap select{
    width:336px;
    height:40px;
    line-height: 40px;
    margin-left:30px;
    float:left;
    box-sizing: border-box;
    padding:8px 12px;
    font-size:16px;
    color:#999;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}
.pagination-wrap{
    text-align: center;
    width:100%;
    height:auto;
    overflow: hidden;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus{
    background-color: #0B2847;
    border-color: #0B2847;
}
.pagination > li > a, .pagination > li > span{
    color:#0B2847
}
/* 手机端样式 */
@media screen and (max-width: 750px) {
    html,body{
        width:100%;
    }
    html.fixed,
    body.fixed{
        overflow: hidden;
    }
    .container{
        width:100%;
    }
    .breadcrumb-m{
        display: block;
        width:100%;
        box-sizing: border-box;
        padding:0 5%;
    }
    .breadcrumb-m a{
        width: 49%;
        background:#e1a45d;
        color:#fff;
        margin-top:8px;
        font-size:12px;
        line-height: 30px;
        text-align: center;
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        -o-border-radius: 4px;
        display: block;
        margin-right: 2%;
        float:left;
        box-sizing: border-box;
    }
    .breadcrumb-m a.active{
        color:#e1a45d;
        background:#fff;
        border:1px solid #e1a45d;
    }
    .breadcrumb-m a:nth-child(2n){
        margin-right: 0;
    }
    .header{
        display: none;
    }
    .header-m{
        width:100%;
        position: fixed;
        top:0;
        left:0;
        line-height: 45px;
        height:45px;
        display: block;
        box-sizing: border-box;
        background:#0B2847;
        z-index: 999;
    }
    .header-m.active{
        border-bottom: 1px solid #eee;
    }
    .header-m-logo{
        float:left;
        display: block;
        margin-left:13px;
    }
    .header-m .header-m-logo img{
        height: 28px;
        width:106px;
        vertical-align: baseline;
        margin-top: 8px;
    }
    .header-m-menu,
    .header-m-close{
        float: right;
        margin-right: 13px;
        width: 20px;
        height:20px;
        margin-top: 12px;
        cursor: pointer;
    }
    .header-m-close{
        display: none;
    }
    .header-m-list{
        width: 100%;
        height: calc(100% - 60px);
        float: left;
        position: fixed;
        top: 45px;
        left: 0;
        overflow-y: scroll;
        display: none;
    }
    .header-m-list .menu-item{
        width:100%;
        background:#0B2847;
        height:auto;
        overflow: hidden;
        text-align: center;
        box-sizing: border-box;
        padding:0 25px;
    }
    .header-m-list .menu-item>a{
        color: #e1a45d;
        line-height: 40px;
        font-size: 16px;
        display: block;
        width: 100%;
        border-bottom: 1px solid rgba(255,255,255,0.3);
        border-top: 1px solid rgba(255,255,255,0.3);
    }
    .header-m-list .menu-item:first-child>a{
        border-top:0;
    }
    .header-m-list .menu-item .sub-menu{
        display: flex;
        justify-content: center;
    }
    .header-m-list::-webkit-scrollbar{
        display: none;
    }
    .header-m-list .menu-item .sub-menu a{
        float:left;
        color:rgba(255,255,255,.6);
        margin:0 5px;
    }
    .news-item{
        margin-bottom: 10px;
        margin-left:15px;
        width:calc(100% - 30px);
        font-size:12px;
        height: 30px;
        line-height: 30px;
        box-sizing: border-box;
        overflow: initial;
    }
    .news-item .item-date{
        height:30px;
        line-height: 30px;
        font-size:12px;
        width:80px;
    }
    .news-item .item-info{
        width:calc(100% - 80px);
        height:30px;
        line-height: 30px;
        font-size:12px;
        padding:0 0 0 10px;
        border:1px solid #e1a45d;
    }
    .news-item .item-more{
        display: none;
    }
    .main.news-list .container{
        padding: 15px 0;
    }
    .main.index{
        padding-top:45px;
    }
    .swiper-container{
        height:110px;
    }
    .swiper-container img{
        height:110px;
        width:100%;
        object-fit: cover;
    }
    .news-detail-info{
        margin:5px 0 0 0;
        padding-bottom:5px;
    }
    .news-detail-content{
        overflow: scroll;
        padding:    15px;
    }
    .news-detail-content img{
        max-width: 100% !important;
        width:100% !important;
        height:auto !important;
    }
    .news-detail-content table{
        max-width: 100% !important;
    }
    .news-detail-title{
        box-sizing: border-box;
        padding: 0 10px;
        font-size:16px;
    }
    .banner{
        margin-top:45px;
        height:200px;
        padding-top:0;
    }
    
    .banner img{

    }
    .page-title-wrap{
        padding:15px 0 0 0;
    }
    .page-title-wrap .page-title{
        font-size:2.25rem;
    }
    .page-title-wrap .page-subtitle{
        font-size:1.25rem;
    }
    .breadcrumb{
        display: none;
    }
    .news-detail .container{
        padding:15px 0;
    }
    .main.contact{
        background:#fff;
    }
    .main.contact .container{
        padding:15px;
    }
    .main.contact .contact-item{
        width:50%;
        padding-top: 20px;
        height: 150px;
        border:1px solid #999;
    }
    .main.contact .contact-item img{
        width:40px;
    }
    .main.contact .contact-item .contact-title{
        font-size:16px;
        line-height: 1.8;
        font-weight: bold;
    }
    .main.contact .contact-item .contact-desc{
        font-size:16px;
    }
    .main.contact .container .contact-map{
        height:250px;
    }
    /* 项目简介 */
    .main.projects-list{
        background:#fff;
    }
    .main.projects-list .container{
        display: flex;
        align-items: center;
        flex-direction: column      ;
    }
    .main.projects-list .projects-item{
        margin: 0;
        display: flex;
        flex-direction: column;
        margin-top: 10px;
        width: 100%;
        height: auto;
    }
    .projects-item .item-image{
        height: auto
    }
    .main.projects-list .projects-item .item-info{
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }
    .index-news-left{
        width:100%;
        box-sizing: border-box;
        padding:12px 13px;
        height: auto;
        max-height: 328px;
    }
    .index-left-img-show{
        width:100%;
        height: 253px;
        margin:0 auto;
    }
    .index-left-img-list{
        width:100%;
        height:auto;
        margin:0;
        margin-top:12px;
    }
    .index-left-img-list .index-left-img-item{
        float:left;
        margin-right: 12px;
        margin-bottom: 0;
        width:60px;
        height:60px;
    }
    .index-left-img-list .index-left-img-item:last-child{
        margin-right: 0;
    }

    .index-left-info{
        width: calc(100% - 16px);
        height: 56px;
        padding: 6px 8px;
    }
    .index-left-info-title{
        font-size: 14px;
    }
    .index-left-info-time{
        font-size: 12px;
        margin-top:0;
    }
    .tab-wrap, .news-right-title-wrap{
        width:calc(100% - 30px);
        box-sizing: border-box;
        margin: 0 15px;
        overflow: initial;
        height: 3.3rem;
    }
    .news-right-title-wrap .title-item,
    .tab-wrap .title-item,
    .title-wrap .title-item{
        margin-right: 1.4rem;
        font-size: 1.6rem;
        height:3rem;
        line-height: 3rem;
        position:relative;
    }
    .news-right-title-wrap .title-item.active,
    .tab-wrap .title-item.active,
    .title-wrap .title-item.active{
        border:0;
    }
    .news-right-title-sub-wrap{
        width:1000px;
    }
    .news-right-title-wrap .title-item.active::after,
    .tab-wrap .title-item.active::after,
    .title-wrap .title-item.active::after{
        content:'';
        width:100%;
        height:3px;
        background:#e1a45d;
        bottom:-3px;
        left:0;
        position: absolute;
    }
    .banner-swiper{
        margin-bottom: 0;
    }
    .main.projects-list .container{
        padding:0 15px;
        box-sizing: border-box;
    }

    .news-main{
        padding: 0 15px;
        box-sizing: border-box;
        height:auto;
        margin-bottom: 15px;
    }
    .news-main img{
        width:100px;
        height:100px;
        border-radius: 6px;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        -ms-border-radius: 6px;
        -o-border-radius: 6px;
}
    .news-main .main-info{
        width: calc(100% - 100px);
        padding: 0 5px;
        height:auto;
    }
    .news-main .main-date{
        display: none;
    }
    .news-main .main-title{
        margin: 0;
        font-size: 14px;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        color:#666;
        height:63px;
    }
    .news-main .main-desc{
        display: none;
    }
    .news-main .main-info a{
        font-size: 12px;
        width: 80px;
        height: 30px;
        line-height: 30px;
        margin-top: 7px;
        margin-right: 0;
    }
    .index-news-content{
        box-sizing: border-box;
        padding:0 15px;
        height:auto;
        max-height: 160px;
    }
    .index-news-right{
        width:100%;
        margin-bottom: 0;
        margin-top:10px;
    }
    .index-news-content{
        float:left;
    }
    .index-news-content a{
        padding:0;
        font-size:14px;
        margin-bottom:8px;
        width:100%;
    }
    .index-news-content a::before{
        display: none;
    }
    .index-news-content a .title{
        width:calc(100% - 90px);

    }
    .index-news-content a .date{
        width:75px;
        float:right
    }
    .index-news-content-wrap{
        margin-top:15px;
        height: 160px;
    }
    .tab-content-wrap{
        margin-top:15px;
    }
    .tab-content{
        box-sizing: border-box;
        padding:0 15px;
        width:100%;
    }
    .tab-content .tab-item{
        width:49%;
        height: 140px;
        margin-bottom: 12px;
        margin-right: 2%;
    }
    .tab-content .tab-item:nth-of-type(2n){
        margin-right: 0;
    }
    .tab-content .tab-item .tab-title{
        font-size:14px;
        /* height:32px; */
        padding:6px 8px
    }
    .title-wrap{
        padding:0 15px;
        margin:0 0 5px 0;
        height:4.5rem;
    }
    .index-profile{
        width:100%;
        padding: 0 15px;
    }
    .index-profile p{
        font-size:14px;
        line-height: 1.4;
        margin-bottom: 0;
    }
    .index-profile span{
        display: none;
    }
    .img-list{
        margin-top:15px;
        margin-bottom:15px;
        box-sizing: border-box;
        padding:0 15px;
    }
    .img-list .img-item{
        width:calc((100% - 24px) /3);
        height:18vw;
        margin-right: 12px;
        margin-bottom: 12px;
    }
    .img-list .img-item:nth-of-type(3n){
        margin-right: 0;
    }
    .link-wrap{
        margin-bottom:15px;
        box-sizing: border-box;
        padding:0 15px;
        width:100%;
    }
    .link-wrap .link-wrap-title{
        font-size:14px;
        color:#333;
    }
    .link-wrap select{
        margin-left: 0;
        font-size:14px;
        margin-bottom: 10px;
        padding:6px;
        height:40px;
        line-height: 40px;
    }
    /* 底部 */
    .footer{
        padding:5px 0;
    }
    .footer p{
        line-height: 1.8;
        color:#999;
        margin-bottom: 0;
    }
    .footer p a{
        color:#999;
    }
    .footer .pc{
        display: none;
    }
    .footer .mobile{
        width:100%;
        display: block;
        box-sizing: border-box;
        padding:5px 15px;
    }
}