
.banner-swiper  .swiper-pagination-bullet {
    width: 30px;
    height: 2px;
    display: inline-block;
    background: #FFF !important;
    opacity: 1 !important;
    border-radius: 0px !important;
}

.banner-swiper .swiper-pagination-bullet-active {
    opacity: 1;
    background: #2eabff !important;
}
.banner-swiper .swiper-wrapper .swiper-slide img{
    height: 400px;
    margin: 0 auto;
}
.banner-swiper{
    min-width: 1200px;
}
.banner-swiper .swiper-slide div{
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 400px;
}

.quick-nav{
    position: fixed;
    right: 20px;
    bottom: 120px;
    z-index: 10000;
    background-image: url("../images/index_nav_bg.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center top;
}
.quick-nav .item{
    display: table;
    width: 45px;
    height: 40px;
    border-radius: 100%;
    /*background-color: #FFF;*/
    /*border:4px solid #F2F0F0;*/
    /*box-sizing: content-box;*/
    cursor: pointer;
}


/*.quick-nav .item .border{*/
    /*position: absolute;*/
    /*top: -6px;*/
    /*left: -15px;*/
    /*z-index: 100;*/
    /*pointer-events: none;*/
/*}*/
/*.quick-nav .item:nth-child(2n) .border{*/
    /*transform: rotate(180deg);*/
    /*right: -15px;*/
    /*left: initial;*/
/*}*/
/*.quick-nav .item .border i{*/
    /*font-size: 48px;*/
/*}*/


.quick-nav .item i{
    display: table-cell;
    vertical-align: middle;
    color: #E72D34;
    text-align: center;
    font-size: 16px;
}
.quick-nav a:nth-child(3) i{
    font-size: 18px;
}
.quick-nav a:nth-child(4) i{
    font-size: 13px;
}
.quick-nav .item.current{
    background-color: red;
}
.quick-nav .item.current i{
    color: #FFF;
}



.main-layer{
 width: 1000px;
    margin: 0 auto;
}

.main-layer .slogan{
    background-image: url("../images/slogan.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    height: 50px;
    margin: 40px 0;
}
.main-layer .head{
    text-align: center;
    margin-bottom: 20px;
}
.main-layer .head .english-name{
    font-size: 30px;
    color: #EFEFEF;
    font-weight: bold;
}
.main-layer .head .name{
    margin-top: -20px;
    font-weight: bold;
    font-size: 18px;
}
.project-content{
    width: 100%;
    position: relative;
    background-image: url("../images/projectbg.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto;
    display: table;
}
.project-content .project-list{
    width: 100%;
}
.project-content .project-list .item{
    float: left;
    width: 380px;
    margin-right: 100px;
    box-shadow: 0px 3px 6px 2px rgba(0,0,0, .1);
    margin-bottom: 30px;
    border-radius: 8px;
}
.project-content .project-list .item:nth-child(2n){
    float: right;
    margin-right: 0px;
}
.project-content .project-list .item .img{
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 210px;
    width: 380px;
    border-radius: 8px 8px 0 0;
}
.project-content .project-list .item .title{
    width: 90%;
    margin: 0 auto;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    background-color: #FFF;
    font-weight: bold;
}
.project-content .project-list .item:nth-child(2n) .title{
    text-align: right;
}
.project-content .circle{
    position: absolute;
    width: 520px;
    height: 520px;
    border-radius: 100%;
    top:50%;
    left: 50%;
    margin: -260px 0 0 -260px;
    background-image: url("../images/projectbg.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto;
    background-color: #FFF;
}
.project-content .center-layer{
    position: absolute;
    top:50%;
    left: 50%;
    margin: -150px 0 0 -150px;
    width: 300px;
    height: 300px;
    border-radius: 100%;
    overflow: hidden;
    display: table;
}
.project-content .center-layer .gq-project{
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 300px;
    height: 300px;
}
.project-content .center-layer .content{
    position: absolute;
    top:50%;
    left:50%;
    height: 80px;
    width: 200px;
    margin-top: -40px;
    margin-left: -100px;
    font-weight: bold;
    text-align: center;
}
.project-content .center-layer .content .name{
    color: red;
    font-size: 26px;
}
.project-content .center-layer .content .desc{
    color: #FFF;
    font-size: 26px;
}
.project-content .center-layer .logo{
    position: absolute;
    bottom: 40px;
    left: 50%;
    color: #FFF;
    width: 200px;
    margin-left: -100px;
}
.project-content .center-layer .logo i{
    font-size: 50px;
}
.index-project-bottom{
    background-image: url("../images/city_bg.png");
    background-repeat: repeat-x;
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 170px;
    padding-top: 50px;
}
.index-project-bottom .more-btn{
    margin: 0 auto;
}




.news-layer{
    background-image: url("../images/indexnewsbg.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-color: #DA454A;
    height: 300px;
    min-width: 1200px;
}

.news-layer .head{
    text-align: center;
    padding: 40px 0 30px 0;
}
.news-layer .head .english-name{
    font-size: 30px;
    color: #A62B2E;
    font-weight: bold;
}
.news-layer .head .name{
    margin-top: -20px;
    font-weight: bold;
    font-size: 20px;
    color: #EFEFEF;
}

.news-layer .news-swiper .swiper-slide{
    width: 50%;
    overflow: hidden;
    border-radius: 20px;
    height: 300px;
    margin-top: 40px;
}
.news-layer .news-swiper .swiper-slide.swiper-slide-active{
    width: 60%;
    height: 380px;
    margin-top: 0;
}
.news-swiper .slide-news-item{
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: relative;
}
.news-swiper .slide-news-item .mask{
    background-color: rgba(0,0,0, .7);
    width: 100%;
    position: absolute;
    top:0;
    bottom: 0;
    right: 0;
    left: 0;
}
.news-swiper .slide-news-item .news-info{
    position: absolute;
    left: 12%;
    width: 76%;
    color: #FFF;
    top:50%;
    margin-top: -100px;
}
.news-swiper .slide-news-item .news-info .title{
    font-weight: bold;
    font-size: 18px;
    color: #FFF;
    height: 30px;
    text-align: center;
}
.news-swiper .slide-news-item .news-info .description{
    padding: 20px 0 10px;
    line-height: 28px;
    font-size: 12px;
    color: #FFF;
    height: 150px;
    overflow: hidden;
}
.news-swiper .slide-news-item .news-info .time{
    text-align: right;
    color: #FFF;
}
.news-swiper .slide-news-item .quotation i{
    color: #FFF;
    font-size: 36px;
    position: absolute;
    left: 5%;
    top:30px;
}
.news-swiper .slide-news-item .quotation.right i{
    right: 5%;
    bottom: 10%;
    left: auto;
    transform: rotate(180deg);
}
.news-swiper .swiper-slide.swiper-slide-active .slide-news-item .quotation i{
    top:80px;
}
.news-swiper .swiper-slide.swiper-slide-active .slide-news-item .quotation.right i{
    bottom: 15%;
}


.news-list-layer{
    margin-top: 280px;
}
.news-list-layer .item{
    float: left;
    width: 48%;
    margin-bottom: 10px;
}
.news-list-layer .item.top{
    padding-bottom: 10px;
    border-bottom: 1px solid #AAAAAA;
}
.news-list-layer .item:nth-child(2n){
    float: right;
}
.news-list-layer .item .title{
    width: 85%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    float: left;
}

.news-list-layer .item.top .title{
    font-weight: bold;
    font-size: 16px;
    width: 100%;
    border-bottom:1px solid #000000;
    line-height: 35px;
    float: none;
}
.news-list-layer .item.top .description{
    padding: 10px 0;
    color: #AAAAAA;
}
.news-list-layer .item .time{
    float: right;
    text-align: right;
    width: 15%;
    color: #AAAAAA;
}
.news-list-layer .item.top .time{
    text-align: left;
    float: none;
}
.news-list-layer .item.top .arrow{
    float: right;
    margin-top: -15px;
}
.news-list-layer .item.top .arrow i{
    font-size: 10px;
}
.news-list-layer .item .title a:hover,
.news-list-layer .item:hover .title,
.news-list-layer .item:hover .description,
.news-list-layer .item:hover .arrow i
{
    color: #E72E35;
    cursor: pointer;
}
.news-list-layer .item.top:hover{
    border-bottom: 1px solid #E72E35;
}
.news-more-layer{
    width: 100%;
    height: 170px;
    clear: both;
    background-image: url("../images/linkbg.png");
    background-repeat: repeat-x;
    background-position: center center;
    background-size: cover;
    padding-top: 50px;
}
.news-more-layer .more-btn{
    margin:  0 auto;
}



.map-layer .head{
    text-align: center;
    margin-bottom: 20px;
}
.map-layer .head .english-name{
    font-size: 30px;
    color: #F3F3F3;
    font-weight: bold;
}
.map-layer .head .name{
    margin-top: -20px;
    font-weight: bold;
    font-size: 20px;
}
.map-layer .map-content{
    text-align: center;
}
.map-layer .map-content img{
    max-width: 1200px;
}

.link{
    /*background-image: url("../images/linkbg.png");*/
    /*background-repeat: repeat-x;*/
    /*background-position: center center;*/
    /*background-size: cover;*/
    height: 260px;
}
.link .head{
    padding-top: 30px;
    margin-bottom: 50px;
}
.link .link-content .link-center{
    display: table;
    margin: 0 auto;
}
.link .link-content a{
    float: left;
    margin-right: 40px;
}
.link .link-content a img{
    height: 70px;
    border-radius: 4px;
}



/*************************other-page*********************************/
.project-data{
    display: table;
    width: 100%;
}
.project-data .top-project{
    width: 100%;
    display: table;
    position: relative;
    margin-bottom: 40px;
}
.project-data .top-project .left-img{
    width: 50%;
    float: left;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 350px;
}
.project-data .top-project .right-info{
    float: right;
    width: 45%;
    height: 100%;
}
.project-data .top-project .right-info .title{
    font-weight: bold;
    font-size: 20px;
}
.project-data .top-project .right-info .small{
    color: #989698;
    line-height: 30px;
    padding: 40px 0;
}
.project-data .top-project .right-info .time{
    color: #CCCCCC;
}

.project-data .top-project .right-info .more-btn{
    position: absolute;
    bottom: 0;
    left: 55%;
}
.more-content{
    width: 100%;
    display: table;
    margin-bottom: 20px;
}
.more-content .item{
    float: left;
    width: 32%;
    margin-right: 2%;
    border:1px solid rgba(237,237,237,1);
    box-shadow: 2px 2px 6px 2px rgba(102, 102, 102, 0.1);
    margin-bottom: 40px;
}
.more-content .item:nth-child(3n){
    margin-right: 0;
}
.more-content .item .img{
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 285px;
}
.more-content .item .title{
    height: 50px;
    overflow: hidden;
}
.more-content .item .title,
.more-content .item .time{
    width: 90%;
    margin-left: 5%;
    padding-top: 10px;
}
.more-content .item .time{
    color: #999999;
    padding-bottom: 10px;
}



.news-list{
    padding: 50px 0;
}
.news-list .item{
    width: 100%;
    display: table;
    margin-bottom: 100px;
}
.news-list .item .time{
    float: left;
    width: 60px;
    border-right:1px solid #666666;
    text-align: center;
}
.news-list .item .time .day{
    border-bottom: 1px solid #666666;
    display: table;
    margin: 0 auto;
    font-weight: bold;
    font-size: 18px;
    padding-top: 5px;
}

.news-list .item .news-info{
    float: right;
    width: 1120px;
}
.news-list .item .news-info .img{
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 400px;
}
.news-list .item .news-info .title{
    font-weight: bold;
    font-size: 18px;
    padding: 10px 0;
}
.news-list .item .news-info .auth{
    color: #666666;
    font-size: 12px;
}
.news-list .item .news-info .description{
    color: #333333;
    font-size: 14px;
    padding: 10px 0 20px 0;
}



.news-info-layer .news-data{
    width:100%;
    padding: 40px 0;
}
.news-info-layer .news-data h1{
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    padding: 30px;
    border-bottom:1px dashed #DEDEDE;
}
.news-info-layer .news-data .auth-time{
    text-align: center;
    font-size: 12px;
    padding: 20px 0;
}
.news-info-layer .news-data .text{
    color: #989698;
    font-size: 14px;
}
.news-info-layer .news-data .text img{
    max-width: 1200px;
}
.news-info-layer .news-data .file{
    text-align: right;
}
.news-info-layer .news-data .file ul li{
    line-height: 40px;
}
.news-info-layer .news-data .file ul li a{
    font-size: 18px;
}
.news-info-layer .news-recommend{
    width: 100%;
    display: table;
}
.news-info-layer .news-recommend .recommend-head{
    padding: 20px 0;
}
.news-info-layer .news-recommend .recommend-head .title{
    font-size: 16px;
    font-weight: bold;
    position: relative;
}
.news-info-layer .news-recommend .recommend-head .title:after{
    content:"";
    border-bottom: 1px solid #000000;
    display: block;
    height: 1px;
    width: 40px;
    bottom: -10px;
    left: 0;
    position: absolute;
}

.news-info-layer .news-recommend .recommend-list{
    width: 100%;
    padding-bottom: 50px;
    display: table;
}
.news-info-layer .news-recommend .recommend-list .item{
    width: 32%;
    margin-right: 2%;
    float: left;
    border:1px solid rgba(237,237,237,1);
    box-shadow: 2px 2px 6px 1px rgba(0,0,0, .1);
}
.news-info-layer .news-recommend .recommend-list .item:nth-child(3){
    margin-right: 0;
}
.news-info-layer .news-recommend .recommend-list .item .img{
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 180px;
    width:100%;
}
.news-info-layer .news-recommend .recommend-list .item .title{
    color: #333333;
    width: 90%;
    margin:10px 0 10px 5%;
    height: 40px;
    overflow: hidden;
}
.news-info-layer .news-recommend .recommend-list .item .time{
    color: #999999;
    width: 90%;
    margin-left: 5%;
    padding-bottom: 10px;
    font-size: 12px;
}




.contact-us-content{
    width: 100%;
    display: table;
    padding: 50px 0;
    border-top:1px dashed #DEDEDE;
    border-bottom:1px dashed #DEDEDE;
    margin-bottom: 50px;
}

.contact-us-content .img{
    float: left;
    width: 50%;
}
.contact-us-content .img img{
    width: 100%;
}
.contact-us-content .info{
    float: right;
    width: 45%;
    margin-left: 5%;
}
.contact-us-content .info .name{
    font-weight: bold;
    font-size: 18px;
    padding-bottom: 40px;
    position: relative;
}
.contact-us-content .info .name:before{
    content: "";
    border-bottom: 2px solid #000000;
    display: block;
    height: 1px;
    width: 50px;
    bottom: 30px;
    left: 0;
    position: absolute;
}
.contact-us-content .info .item{
    padding: 20px 0;
}
.contact-us-content .info .item .key{
    float: left;
    width: 80px;
    color: #333333;
}
.contact-us-content .info .item .value{
    float: left;
    color: #333333;
}



.event-list .more-btn{
    margin: 0 auto 50px auto;
}
.envet-list-content{
    display: table;
    width: 100%;
    position: relative;
}
.envet-list-content .time-axis{
    border-left: 4px solid #E6E9EF;
    height: 100%;
    display: block;
    position: absolute;
    left: 50%;
    top:0;
}
.envet-list-content .time-axis .year{
    background-color: #D2222A;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    line-height: 50px;
    color: #FFF;
    text-align: center;
    position: absolute;
    left: -25px;
}

.envet-list-content .item{
    float: right;
    text-align: left;
    margin-left: 200px;
    margin-bottom: 50px;
    position: relative;
}
.envet-list-content .item:nth-child(2n){
    float: left;
    text-align: right;
    margin-left: 0;
    margin-right: 200px;
}
.envet-list-content .item:nth-child(2n) .line .circle,
.envet-list-content .item:nth-child(2n) .line .border,
.envet-list-content .item:nth-child(2n) .line .circle2{
    float: left;
}
.envet-list-content .nullbox{
    width: 500px;
    height: 160px;
    float: left;
}
.envet-list-content .item .img{
    width: 360px;
    height: 200px;
    border-radius:8px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.envet-list-content .item .time{
    color: #34404C;
    font-size: 26px;
    padding-top: 20px;
}
.envet-list-content .item .title{
    color: #7B838F;
    font-size: 16px;
}
.envet-list-content .item .line{
    position: absolute;
    bottom: 34px;
    left: -242px;
    width: 204px;
}
.envet-list-content .item:nth-child(2n) .line{
    left: 404px;
}
.envet-list-content .item .line .circle{
    float: right;
    width:10px;
    height:10px;
    border-radius: 10px;
    border:1px solid #E6E9EF;
}
.envet-list-content .item .line .border{
    border-top:2px dashed #E6E9EF;
    width: 174px;
    margin: 4px 5px 0 5px;
    float: right;
}
.envet-list-content .item .line .circle2{
    float: right;
    width: 10px;
    height: 10px;
    background: #E6E9EF;
    border: 3px solid #FFF;
    border-radius: 100%;
}

.event-list .event-img img{
    max-width: 100%;
    text-align: center;
    padding-bottom: 40px;
}