#swiper {
    height: 590px;
    width: 1920px;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
}
#swiper .bd {
    height: 100%;
    position: relative;
}
#swiper .bd li {
    zoom: 1;
    vertical-align:middle;
}
#swiper .bd li img {
    /* display: block;
    width: 1920px;
    height:  590px;*/
}
#swiper .hd {
    position: absolute;
    bottom: 20px;
    text-align: center;
    left: 0;
    right: 0;
    z-index: 9;
    height: 7px;
}
#swiper .hd ul {
    width: 100%;
    text-align: center;
}
#swiper .hd li {
    display: inline-block;
    width: 42px;
    height: 7px;
    margin: 0 5px;
    opacity: .5;
    filter: alpha(opacity=50);
    background: #fff;
    cursor: pointer;
}
#swiper .hd li.on {
    opacity: 1;
    filter: alpha(opacity=100);
    background: #CEA766;
}
#swiper .icon {
    width: 798px;
    height: 278px;
    position: absolute;
    top: 50%;
    margin-top: -139px;
    margin-left: -399px;
    left: 50%;
    background: url('../images/home/slogan.png') 0 0 no-repeat;
    z-index: 9;
}

.g-wrap {
    width: 1200px;
    margin: 0 auto;
}

.m-news {
    background: url('../images/home/news-bg.jpg') bottom center no-repeat;
    padding-bottom: 80px;
    padding-top: 50px;
}

.m-news .title {
    width: 251px;
    height: 69px;
    margin: 0 auto;
    font-size: 36px;
    line-height: 69px;
    text-align: center;
    background: url('../images/home/title.png') center center no-repeat;
    color: #fff;
}

.m-news .tab-tit {
    text-align: center;
    margin-top: 35px;
}

.m-news .tab-tit span {
    display: inline-block;
    width: 132px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin: 0 5px;
    background:rgba(233,233,233,1);
    font-size: 18px;
    cursor: pointer;
}

.m-news .tab-tit span.active {
    background: #CEA766;
    color: #fff;
}

.m-news .tab-content {
    margin-top: 25px;
    height: 410px;
    display: none;
}

.m-news .tab-content .box-wrap {
    background: #fff;
    height: 400px;
    padding-bottom: 10px;
}
.m-news .tab-content .box {
    width: 400px;
    height: 200px;
    float: left;
}

.m-news .tab-content .box-date {
    height: 70px;
    border-bottom: 1px solid #ebebeb;
    color: #666;
    font-size: 40px;
    font-weight: 100;
    padding-left: 10px;
    line-height: 70px;
    padding: 0 10px;
}

.m-news .tab-content .box-tit {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 20px;
    margin-top: 15px;
    letter-spacing: 1px;
    font-size: 18px;
    color: #333;
    font-weight: normal;
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    padding: 0 10px;
}

.m-news .tab-content .box-des {
    font-size: 16px;
    color: #a1a1a1;
    line-height: 1.8em;
    overflow: hidden;
    padding: 0 10px;
    text-align: justify;
}


.m-news .tab-content .flash {
    width: 676px;
    height: 410px;
    position: relative;
    overflow: hidden;
}


.m-news .tab-content .flash .bd {
    height: 100%;
    position: relative;
}
.m-news .tab-content .flash .bd li {
    zoom: 1;
    vertical-align:middle;
    position: relative;
    width: 676px;
    height: 410px;
}
.m-news .tab-content .flash .bd li img {
    display: block;
    width: 676px;
    height: 410px;
}

.m-news .tab-content .flash .hd {
    position: absolute;
    bottom: 20px;
    text-align: right;
    right: 0;
    z-index: 9;
    height: 13px;
    padding-right: 30px;
}
.m-news .tab-content .flash .hd ul {
    overflow:hidden;
    zoom:1;
}
.m-news .tab-content .flash .hd li {
    display: block;
    float: left;
    width: 16px;
    height: 5px;
    margin: 0 3px;
    opacity: .5;
    filter: alpha(opacity=50);
    background: #fff;
    cursor: pointer;
}
.m-news .tab-content .flash .hd li.on {
    opacity: 1;
    filter: alpha(opacity=100);
    background: #CEA766;
}




.m-news .tab-content .list {
    width: 514px;
    height: 410px;
    background:rgba(245,245,245,1);
}

.m-news .tab-content .list li {
    height: 42px;
    padding: 20px 25px;
}

.m-news .tab-content .list li:hover {
    background: #CEA766;
    color: #fff;
    transition: .3s;
}

.m-news .tab-content .list li:hover a {
    color: #fff;
    transition: .3s;
}
.m-news .tab-content .list li:hover .year {
    color: #fff;
    transition: .3s;
}

.m-news .tab-content .list .time {
    font-size: 22px;
    padding-right: 22px;
    border-right: 1px solid #fff;
}

.m-news .tab-content .list .year {
    font-size: 12px;
    color: #666;
}

.m-news .tab-content .list .text {
    padding-left: 20px;
    overflow: hidden; 
}

.m-news .tab-content .list .text h2 {
    position: relative;
    margin-bottom: 5px;
    font-size: 18px;
}

.m-news .tab-content .list .text p {
    font-size: 12px;
    color: #666;
}


.m-industry {
    height: 553px;
    background: url('../images/home/industry-bg.jpg') top center no-repeat;
    padding-top: 50px;
    position: relative;
}

.pf-close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 24px;
    height: 24px;
    background: url('../images/home/close.png') 0 0 no-repeat;
    cursor: pointer;
}

.m-industry .title {
    width: 251px;
    height: 69px;
    margin: 0 auto;
    font-size: 36px;
    line-height: 69px;
    text-align: center;
    background: url('../images/home/title.png') center center no-repeat;
    color: #fff;
}

.m-industry .box {
    margin-top: 72px;
}

.m-industry .box a {
    display: block;
    float: left;
    width: 235px;
    height: 154px;
    margin-bottom: 5px;
    margin-left: 5px;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    background-color: #fff;
    position: relative;
    transition: 1s;
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
}

.m-industry .box a p {
    margin-top: 40px;
}

.m-industry .box a:nth-child(4n) {
    margin-right: 0;
}



.m-industry .box .bor {
    position: absolute;
    bottom: 35px;
    width: 14px;
    height: 2px;
    background-color: #CEA766;
    left: 50%;
    margin-left:-7px;
}

.m-industry .box a:hover {
    box-shadow: 0px 0px 40px #dbdbdb;
    transform: scale(1.02);
    transition: .5s;
}


.m-industry .box .more {
    background: url('../images/home/box-more.png') center center no-repeat #fff;
}

.m-window {
    padding-top: 70px;
    position: relative;
}

.m-window .is-adorn {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: 722px;
    width: 230px;
    height: 564px;
    background: url('../images/home/adorn.png') 0 0 no-repeat;
}
