@charset "utf-8";
.main{
    margin-top:80px;
}
.fp-tableCell{vertical-align:top;}
/* banner */
.main .ban .carousel-inner>.item>a>img,.main .ban  .carousel-inner>.item>img, .main .ban .img-responsive, .thumbnail a>img, .thumbnail>img{
    max-width:1920px;
    width:auto !important;
}
.main .ban .carousel-caption{
    width:100%;
    text-align: left;
    left:0;
    right:0;
    bottom:50%;
    margin-bottom:-92px;
}
.main .ban .carousel-caption p{
    font-size: 70px;
    font-weight: bold;
    margin:0;
}
@media (max-width:992px){
    .main{
        margin-top:70px;
    }
    .main .ban .carousel-inner>.item>a>img,.main .ban  .carousel-inner>.item>img, .main .ban .img-responsive, .thumbnail a>img, .thumbnail>img{
        max-width:1300px;
    }
    .main .ban .carousel-caption{
        margin-top:-60px;
        top:28%;
    }
    .main .ban .carousel-caption p{
        font-size: 30px;
    }
    .carousel-inner{
        height:89vh;
    }
    .main .ban .carousel-inner>.item>a>img, .main .ban .carousel-inner>.item>img, .main .ban .img-responsive, .thumbnail a>img, .thumbnail>img{
        height:100%;
    }
}

.i-section{
    padding:120px 0 215px 0;
}
@media (max-width:992px){
    .i-section{
        padding:20px 0;
    }
}
/* 关于我们 */
.about{
    background:url(../img/about-bg.jpg) no-repeat top center;
    background-size: cover;
    color:#fff;
}
.section .index-title{
    text-align: center;
}
.section .index-title h2{
    font-size: 90px;
    margin:0;
    font-weight: bold;
    opacity: 0.1;
}
.section .index-title h3{
    font-size: 60px;
    font-weight: bold;
    margin:0;
}
.section .index-title b{
    display: block;
    width:80px;
    height:3px;
    background:#009944;
    margin:15px auto 25px;
}

@media (max-width:992px){
    .section .index-title h2{
        font-size: 35px;
    }
    .section .index-title h3{
        font-size: 25px;
    }
    .section .index-title b{
        width:40px;
    }
}
.about .about-intro{
    width:80%;
    font-size: 14px;
    line-height: 24px;
    margin:0 auto;
    text-align: center;
}
.about .about-list{
    margin-top:50px;
}
.about .about-list .about-list-box{
    text-align: center;
    margin-bottom:10px;
}
.about .about-list .about-list-box h2{
    font-size: 45px;
    font-weight: bold;
    opacity: 1;
}
.about .about-list .about-list-box h6{
    font-size: 20px;
    font-weight: bold;
}

@media(max-width:1200px){
    .about .about-list .about-list-box h2{
        font-size: 35px;
    }
}

@media(max-width:992px){
    .about{
        height:100vh;
    }
    .about .about-intro{
        width:100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 5;
    }
    .about .about-intro p{
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 5;
    }
    .about .about-list{
        margin-top:20px;
    }
    .about .about-list .about-list-box h2{
        font-size: 25px;
        margin:0 0 5px 0;
    }
    .about .about-list .about-list-box h6{
        font-size: 16px;
        margin:0 0 5px 0;
    }
    .about .about-list .about-list-box p{
        font-size: 12px;
        margin:0;
    }
    .about .about-list .about-list-box .about-img{
        height:50px;
        margin-bottom: 20px;
    }
    .about .about-list .about-list-box .about-img img{
        height:100%;
    }
}
/* 产品中心 */
.product{
    background:url(../img/product-bg.jpg) no-repeat top center;
    background-size: cover;
    color:#fff;
}
.product .product-menu {
    margin-top:30px;
}
.product .product-menu .product-list{
    position: relative;
    float: left;
    text-align: center;
    overflow: hidden;
    width:18.66%;
    margin-right:1.0%;
}
.product .product-menu .product-list:last-child{
    margin-right: 0;
}
.product .product-menu .product-list .pro-bg1{
    width:100%;
}
.product .product-menu .product-list .pro-bg2{
    display: none;
    width:100%;
}
.product .product-menu .product-list .product-text{
    position: absolute;
    padding:45px 0 0 0;
    top:0;
    text-align: center;
    width:100%;
    height:100%;
}
.product .product-menu .product-list .product-text .product-img img{
    max-height:50px;
}
.product .product-menu .product-list .product-text h3{
    font-size: 20px;
    font-weight: bold;
    margin:40px 0 0 0;
    color:#fff;
}
.product .product-menu .product-list .product-text b{
    display: block;
    width:20px;
    height:2px;
    background:#009944;
    margin:10px auto;
}
.product .product-menu .product-list .product-text ul li a {
    color:#fff;
    font-size: 14px;
    line-height: 24px;
}
.product .product-menu .product-list .product-text .pro-more{
    position: absolute;
    bottom:30px;
    margin-left:-21px;
    left:50%;
}
.product .product-menu .product-list:hover .pro-bg1{
    display: none;
}
.product .product-menu .product-list:hover .pro-bg2{
    display: inline-block;
}
.product .product-menu .product-list:hover .product-text b{
    background:#fff;
}
@media (max-width:1200px){
    .product .product-menu .product-list .product-text h3{
        font-size: 17px;
        margin:25px 0 0 0;
    }
    .product .product-menu .product-list .product-text .product-img img{
        max-height:40px;
    }
}
@media (max-width:992px){
    .product{
        height:100vh;
    }
    .product .product-menu{
        margin-top:0;
    }
    .product .product-menu .product-list{
        width:47%;
        margin-right:6%;
    }
    .product .product-menu .product-list:nth-child(2),.product .product-menu .product-list:nth-child(4){
        margin-right:0;
    }
    .product .product-menu .product-list .product-text{
        padding:30px 0;
    }
    .product .product-menu .product-list .product-text .product-img img{
        max-height:35px;
    }
    .product .product-menu .product-list .product-text h3{
        font-size: 15px;
        margin:10px 0 0 0;
    }
    .product .product-menu .product-list .product-text .pro-more{
        bottom:10px;
        margin-left:-14px;
        left:50%;
    }
    .product .product-menu .product-list .product-text .pro-more img{
        width:28px;
    }
    .product .product-menu .product-list .product-text ul li a{
        font-size: 12px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
    }
}

/* 投资者关系 */
.touzizhe{
    background:url(../img/touzizhe-bg.jpg) no-repeat top center;
    background-size: cover;
    color:#fff;
}
.touzizhe .touzizhe-list{
    margin:50px 0 100px 0;
}
.touzizhe .touzizhe-list .touzizhe-box{
    background:#fff;
    color:#2b2b2b;
    padding:30px 30px 30px 35px;
    margin-bottom:20px;
}
.touzizhe .touzizhe-list .touzizhe-box h3{
    font-size: 16px;
    height:17px;
    margin:0;
    position: relative;
}
.touzizhe .touzizhe-list .touzizhe-box h3::before{
    content:'';
    display: inline-block;
    width:5px;
    height:5px;
    background:#2b2b2b;
    border-radius: 50%;
    position: absolute;
    top:7px;
    left:-12px;
}
.touzizhe .touzizhe-list .touzizhe-box p{
    font-size: 12px;
    font-weight: 100;
    margin:8px 0 0 0;
    color:#aaa;
}
.touzizhe .touzizhe-list .touzizhe-box .download a{
    display: inline-block;
    color:#aaa;
    margin-right:15px;
    font-size: 12px;
}
.touzizhe .touzizhe-list .touzizhe-box:hover{
    background:#009944;
}
.touzizhe .touzizhe-list .touzizhe-box:hover h3{
    color:#fff;
    font-weight: bold;
}
.touzizhe .touzizhe-list .touzizhe-box:hover h3::before{
    background:#fff;
}
.touzizhe .touzizhe-list .touzizhe-box:hover p{
    color:#fff;
}
.touzizhe .touzizhe-list .touzizhe-box:hover .download a{
    color:#fff;
}
.touzizhe .touzizhe-more{
    text-align: center;
}
.touzizhe .touzizhe-more a{
    display: inline-block;
    width:250px;
    height:50px;
    border-radius: 50px;
    border:1px solid #fff;
    line-height: 50px;
    text-align: center;
    color:#fff;
}
.touzizhe .touzizhe-more a:hover{
    background:#009944;
    border:transparent;
}

@media (max-width:992px){
    .touzizhe{
        height:100vh;
    }
    .section .touzizhe .index-title h2{
        font-size: 28px;
    }
    .touzizhe .touzizhe-list{
        margin:10px 0 20px 0;
    }
    .touzizhe .touzizhe-list .touzizhe-box{
        padding:10px 10px 5px 25px;
        margin-bottom:7px;
    }
    .touzizhe .touzizhe-list .touzizhe-box h3{
        font-size: 14px;
        height:15px;
    }
    .touzizhe .touzizhe-list .touzizhe-box p{
        margin:4px 0 0 0;
    }
}

/* 新闻中心 */
.news{
    background:url(../img/news-bg.jpg) no-repeat top center;
    background-size: cover;
    color:#fff;
    padding:95px 0 160px;
}
.news .news-box{
    margin-top:35px;
}
.news .i-news{
    padding-right:20px;
}
.news .news-left{
    background:#fff;
    padding:30px 30px 20px 30px;
}
.news .news-left .news-img img{
    width:100%;
    max-height:263px;
}
.news .news-left .news-swiper {
    padding-bottom:40px;
}
.news .news-left .news-left-text h3{
    font-size: 18px;
    font-weight: bold;
    margin:15px 0;
}
.news .news-left .news-left-text p{
    font-size: 14px;
    color:#aaa;
}
.news .news-left .news-left-text p span{
    color:#009944;
    display: inline-block;
    margin-right: 10px;
}
.news .news-left .news-left-text .news-left-dec{
    font-size: 14px;
    color:#aaa;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.news .news-left .news-swiper .swiper-pagination{
    text-align: left;
}
.news .news-left .news-swiper .swiper-pagination-bullet{
    width:12px;
    height:12px;
}
.news .news-left .news-swiper .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
    margin:0 2px;
}
.news .news-left .news-swiper .swiper-pagination-bullet-active{
    width:20px;
    background:#009944;
    border-radius: 12px;
}
.news .news-right .news-nav{
    overflow: hidden;
}
.news .news-right .news-nav li{
    float: left;
    width:23.5%;
    margin-right:2%;
    height:50px;
    line-height: 50px;
    text-align: center;
    border-radius: 45px;
    border:1px solid #fff;
    box-sizing: border-box;
}
.news .news-right .news-nav li:last-child{
    margin-right:0;
}
.news .news-right .news-nav li a{
    color:#fff;
    font-size: 20px;
    font-weight: bold;
}
.news .news-right .news-nav li:first-child{
    background:#009944;
    border:none;
}
.news .news-right .news-nav li:hover{
    background:#009944;
    border:none;
}
.news .news-right .news-content {
    margin-top:40px;
}
.news .news-right .news-content .news-right-list{
    padding:10px 0 15px 0;
    border-bottom:1px solid rgba(255,255,255,0.5);
}
.news .news-right .news-content .news-right-list .news-right-time{
    width:15%;
    color:#fff;
    text-align: center;
}
.news .news-right .news-content .news-right-list .news-right-time h3{
    font-size: 30px;
    font-weight: bold;
    margin:30px 0 0 0;
}
.news .news-right .news-content .news-right-list .news-right-title{
    width:85%;
    color:#fff;
    padding-left:30px;
}
.news .news-right .news-content .news-right-list .news-right-title h2{
    font-size: 16px;
    font-weight: bold;
    margin:20px 0 15px 0;
}
.news .news-right .news-content .news-right-list .news-right-title p{
    font-size: 14px;
}

@media(max-width:992px){
    .news{
        padding:25px 0;
        height:100vh;
    }
    .news .news-left{
        display: none;
    }
    .news .news-box{
        margin-top:10px;
    }
    .news .news-right .news-nav li a{
        font-size: 14px;
    }
    .news .news-right .news-nav li{
        height:35px;
        line-height: 35px;
    }
    .news .news-right .news-content{
        margin-top:10px;
    }
    .news .news-right .news-content .news-right-list .news-right-time h3{
        font-size: 18px;
    }
    .news .news-right .news-content .news-right-list .news-right-title h2{
        font-size: 14px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
    }
    .news .news-right .news-content .news-right-list .news-right-title p{
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }
}

/* 版权隐私 */
.banquan {
    margin-top:80px;
}
.banquan .banquan-box{
    padding:80px 0;
}
.banquan .banquan-box:last-child{
    background:#f5f5f5;
    margin-bottom:100px;
}
.banquan .banquan-box h1{
    font-size: 24px;
    font-weight: bold;
    line-height: 30px;
}
.banquan .banquan-box p{
    font-size: 14px;
    line-height: 25px;
}
