/*banner图*/
.nc_banner .swiper-container {
    width: 100%;
}
.nc_banner  .swiper-slide img {
    width: 100%;
    display: block;
}
.nc_banner .swiper-button-prev, .nc_banner .swiper-container-rtl .swiper-button-next {
    background-image: url("../images/arrow_l.png");
    left: 10%;
}
.nc_banner .swiper-button-next, .nc_banner .swiper-container-rtl .swiper-button-prev  {
    background-image: url("../images/arrow_r.png");
    right: 10%;
}
.nc_banner .swiper-button-next, .nc_banner .swiper-button-prev {
    width: 60px;
    height: 118px;
    background-color: rgba(0,0,0,0.2);
    background-size: 21px 32px;
    margin-top: -59px;
}
.nc_banner .swiper-pagination-bullet  {
    width: 35px;
    height: 5px;
    background-color: #fff;
    border-radius: 0;
    opacity: 1;
}
.nc_banner .swiper-container-horizontal>.swiper-pagination-bullets, .nc_banner .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 30px;
}
.nc_banner .swiper-pagination-bullet-active {
    width: 50px;
    background-color: #0099fc;
}
.nc_banner .nc_total {
    height: 100px;
    line-height: 100px;
    background: url("../images/number_bg.png") no-repeat center/cover;
}
.nc_banner .nc_total p {
    width: 33.33%;
    float: left;
    text-align: left;
    height: 100px;
}
.nc_banner .nc_total p span {
    font-size: 60px;
    color:#f8cd0e;
    font-weight: 700;
}
.nc_banner .nc_total p b {
   font-size: 34px;
    color:#fff;
    font-weight: 400;
    margin: 0 8px;
}
.nc_banner .nc_total p strong {
    font-size: 22px;
    color:#fff;
    font-weight: 400;
}
/*企业文化*/
.nc_culture {
    padding: 88px 0;
}
.nc_culture ul {
    margin-top: 40px;
}
.nc_culture li {
    float: left;
    width: 33.33%;
    text-align: center;
}
.nc_culture li .img_box img {
    max-width: 100%;
}
.nc_culture li .text_box {
    font-size: 14px!important;
    color:#8b8b8b!important;
    margin-top: 10px;
    line-height: 24px;
}
.nc_culture li .text_box p {
    font-size: 14px!important;
    color:#8b8b8b!important;
}
.nc_culture li .text_box span {
    font-size: 14px!important;
    color:#8b8b8b!important;
}
.nc_news {
    background-color: #f5f5f5;
    padding: 40px 0;
}
.nc_news .news_list {
    margin-top: 63px;
}
.nc_news  .news_img {
    width: 40%;
    float: left;
}

.nc_news  .news-swiper-container {
    width: 100%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}
.nc_news .news-swiper-pagination   {
    position: absolute;
    text-align: right;
    -webkit-transition: .3s opacity;
    -o-transition: .3s opacity;
    transition: .3s opacity;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    z-index: 10;
}
.nc_news .swiper-slide  img {
    width: 100%;
    max-width: 100%;
    height: 310px;
    display: block;
    float: right;
}
.nc_news .swiper-slide p {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 34px;
    line-height: 34px;
    background-color: rgba(0,0,0,0.5);
    font-size: 12px;
    color:#fff;
    padding-left: 20px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.nc_news .swiper-container-horizontal>.swiper-pagination-bullets, .nc_news .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom:12px;
    width: 98%;
}
.nc_news .swiper-pagination-bullet {
    width: 5px;
    height: 5px;
    background-color: #fff;
    opacity: 1;
    border-radius: 0;
}
.nc_news .swiper-pagination-bullet-active {
    background-color: #0099fc;
}

.nc_news .news_text {
    overflow: hidden;
    padding-left: 30px;
}
.nc_news .news_text .news_tab {
    height: 38px;
    line-height: 38px;
    background-color: #eeeeee;
    position: relative;
}
.nc_news .news_text .news_tab .more {
    font-size: 14px;
    color:#9b9a9a;
    position: absolute;
    top: 0;
    right: 15px;
}
.mobile_more {
    display: none;
    font-size: 14px;
    color:#9b9a9a;
    float: right;
    margin-top: 20px;
}
.nc_news .news_text .news_tab li{
    float: left;
    margin-right: 60px;
}
.nc_news .news_text .news_tab li a {
    display: block;
    font-size: 14px;
    color:#1a1a1a;
    padding: 0 17px;
}
.nc_news .news_text .news_tab li a.active {
    background-color: #0099fc;
    color:#fff;
}
.nc_news .news_text .news_items {
    margin-top: 45px;
}
.nc_news .news_text .news_item {
    display: none;
    min-height: 230px;
}
.nc_news .news_text .news_item li {
    padding: 12px 0;
    border-bottom: 1px dashed #ccc;
}
.nc_news .news_text .news_item li em {
    font-size: 14px;
    color:#0099fc;
}
.nc_news .news_text .news_item li a {
    font-size: 14px;
    color:#1a1a1a;
}
.nc_news .news_text .news_item li span {
    font-size: 14px;
    float: right;
    color:#9b9a9a;
}

/** iPhone **/
@media only screen and (min-width: 320px) and (max-width: 767px) {
    .nc_banner .swiper-button-next, .nc_banner .swiper-button-prev {
        display: none;
    }
    .nc_banner .swiper-container-horizontal>.swiper-pagination-bullets, .nc_banner .swiper-pagination-custom, .swiper-pagination-fraction {
        display: none;
    }
    .nc_banner .nc_total {
        height: 50px;
        line-height: 50px;
    }
    .nc_banner .nc_total p span {
        font-size: 18px;
    }
    .nc_banner .nc_total p b {
        font-size: 14px;
        margin: 0 2px;
    }
    .nc_banner .nc_total p strong {
        font-size: 12px;
    }

    .nc_culture {
        padding: 55px 0;
    }
    .nc_culture li {
        width: 100%;
        margin-bottom: 10px;
    }
    .nc_news  .news_img {
        float: none;
        width: 100%;
    }
    .nc_news .swiper-slide  img{height: 230px;}
    
    .nc_news .news_text {
        padding-left: 0;
        width: 100%;
        margin-top: 20px;
    }
    .nc_news .news_text .news_tab li {
        margin: 0;
    }
    .nc_news .news_text .news_items {
        margin-top: 20px;
    }
    .nc_news .news_text .news_tab .more {
        display: none;
    }
    .mobile_more {
        display: block;
    }
}
/** iPad **/
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .nc_banner .nc_total p span {
        font-size: 45px;
    }
    .nc_banner .nc_total p b {
        font-size: 30px;
    }
    .nc_culture {
        padding: 55px 0;
    }
    .nc_news  .news_img {
        float: none;
        width: 100%;
    }
    .nc_news .news_text {
        padding-left: 0;
        width: 100%;
        margin-top: 20px;
    }
}
@media only screen and (min-width: 1025px) and (max-width: 1200px) {
    .nc_news .news_text {
        padding-left: 20px;
    }

}
