.index-box {
    background: no-repeat 50%/cover;
}

.index-title {
    margin-bottom: 60px;
}

.index-title h2 {
    display: inline-block;
    margin-bottom: 0;
    font-size: 36px;
    font-weight: bold;
    color: #044e9c;
}

.index-title p {
    display: inline-block;
    margin-left: 10px;
    margin-bottom: 0;
    font-size: 30px;
    font-weight: bold;
    color: #a4a4a4;
    text-transform: uppercase;
}
@media (min-width: 768px) {

    .index-title p:before {
        content: "/";
        margin-right: 10px;
        vertical-align: 3px;
    }
}

@media (max-width: 767px) {
    .index-title {
        margin-bottom: 30px;
    }
    .index-title h2{
        font-size:24px;
    }
    .index-title p{
        font-size:18px;
    }
}

.index-banner .item {
    position: relative;
}

.index-banner .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    color: #fff;
}

.index-banner .tb {
    display: table;
    height: 100%;
    width: 100%;
}

.index-banner .ce {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
}


@media (min-width: 768px) {
    .banner-desktop {
        position: relative;
    }

    .banner-desktop:after {
        content: '';
        display: block;
        width: 2px;
        height: 100px;
        background: #f30;
        position: absolute;
        margin-left: -1px;
        left: 50%;
        bottom: -50px;
        z-index: 100;
    }
    .index-banner .content h2 {
        position: relative;
        font-size: 48px;
        margin-bottom: 20px;
    }

    .index-banner .content h2:before {
        position: absolute;
        left: -120px;
        top: 50%;
        content: '';
        display: inline-block;
        width: 80px;
        height: 2px;
        background: #ed1f23;
    }

    .index-banner .content p {
        font-size: 30px;
        margin-bottom: 30px;
    }

    .index-banner .content .more {
        display: inline-block;
        background: #ed1f23;
        color: #fff;
        font-size: 12px;
    }

    .index-banner .content .more a {
        display: inline-block;
        padding: 10px 30px 10px 35px;
        color: #fff;
    }

    .index-banner .swiper-pagination-bullets {
        bottom: 100px;
    }


    .index-banner .swiper-pagination-bullet {
        background: #fff;
        margin: 0 10px !important;
        width: 10px;
        height: 10px;
        opacity: 1;
    }

    .index-banner .swiper-pagination-bullet-active {
        width: 18px;
        height: 18px;
        background: transparent;
        border: 1px solid #fff;
        vertical-align: -6px;
    }

    .index-banner .swiper-pagination-bullet-active:before {
        content: '';
        display: inline-block;
        width: 8px;
        height: 8px;
        background: #fff;
        margin: 4px;
        border-radius: 100%;
        vertical-align: 3px;
    }
}

@media (max-width: 767px) {
    .index-banner .content h2{
        font-size:18px;
        text-align: center;
    }
    .index-banner .content p, .index-banner .content .more{
        text-align: center;
    }
    .index-banner .content .more a{
        color: #ed1f23;
    }
}

.index-about {
    padding: 100px 0;
    background: url(../images/bg_about.jpg) no-repeat 50%/cover;
}

.index-about .text h3 {
    margin: 0 0 10px;
    display: inline-block;
    background: url(../images/bg_about_title.jpg) no-repeat 50%;
    color: #fff;
    text-transform: uppercase;
    font: bold 60px Arial;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}

.index-about .text p {
    color: #666;
    font-size: 12px;
    line-height: 2;
    text-align: justify;
}


.index-about .more {
    margin-top: 30px;
}

.index-about .more a {
    display: inline-block;
    padding: 10px 30px 10px 35px;
    background: #ed1f23;
    color: #fff;
    font-size: 12px;
}

.index-about .numbers .item strong {
    display: inline-flex;
    margin-right: 10px;
    font-size: 52px;
    color: #ed1f23;
}

.index-about .numbers .item sup {
    display: inline-block;
    font-size: 24px;
}
.index-about .player {
    position: relative;
}

.index-about .player:before {
    content: '';
    display: block;
    position: absolute;
    top: 20px;
    left: 20px;
    bottom: 20px;
    right: 20px;
    border: 1px solid #f3f2f1;
}

.index-about .player span {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80px;
    height: 80px;
    background: url(../images/btn_play.png) no-repeat 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
}

.index-about .player img {
    width: 100%;
}
@media (min-width: 768px) {

    .index-about .numbers {
        margin-top: 30px;
        display: flex;
    }

    .index-about .numbers .item {
        position: relative;
        display: inline-flex;
        width: 50%;
        height: 100px;
        align-items: center;
    }

    .index-about .numbers .item:first-child:after {
        content: "";
        margin-right: 60px;
        height: 80px;
        border-right: 1px solid #e1e2e3;
        position: absolute;
        top: 10px;
        right: 0;
        color: #f3f2f1;
        transform: rotate(15deg);
    }

    .index-about .numbers .item strong {
        display: inline-flex;
        margin-right: 10px;
    }

    .index-about .numbers .item sup{
        width: 50px;
        vertical-align: -14px;
    }

    .index-about .numbers .item span {
        margin-top: 30px;
        margin-left: -50px;
        display: inline-flex;
        align-items: flex-end;
    }
}

@media (max-width: 767px) {
    .index-about {
        padding: 40px 0;
    }
    .index-about .text h3{
        font-size:48px;
    }
    .index-about .text p {
        color: #666;
        font-size:14px;
        line-height: 1.5;
        text-align: justify;
    }
    .index-about .numbers{
        overflow: hidden;
    }
    .index-about .numbers .item{
        floaT:left;
        width:49%;
        text-align: center;
    }
    .index-about .numbers .item strong{
        font-size:36px;
    }
    .index-about .numbers .item span{
        display:block;
    }
    .index-about .more{
        margin-bottom:20px;
    }
    .index-about .more a{
        display:block;
        text-align: center;
    }
}



.index-product {
    padding: 50px 0 70px;
}

.index-product .tabs-content .item {
    position: relative;
}

.index-product .tabs-content .item .content {
    position: absolute;
    top: 150px;
    left: 130px;
    width: 40%;
}

.index-product .tabs-content .item .content h3 {
    margin-bottom: 20px;
    font-size: 30px;
    color: #fff;
    font-weight: bold;
}

.index-product .tabs-content .item .content p {
    font-size: 14px;
    color: #fff;
    text-align: justify;
}

.index-product .tabs-content .item .content .more {
    display: block;
    margin-top: 20px;
    width: 40px;
    height: 40px;
    font-size: 24px;
    line-height: 38px;
    text-align: center;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 100%;
}

.index-product .tabs-handle {
    display: flex;
    background: #efefef;
}

.index-product .tabs-handle .item {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: bold;
    color: #333
}

.index-product .tabs-handle .item a {
    display: block;
    width: 100%;
    text-align: center;
    color: #333;
    line-height: 130px;
}

.index-product .tabs-handle .cur {
    background: #ed1f23;
}

.index-product .tabs-handle .cur a {
    color: #fff;
}
@media (min-width: 768px) {
    .index-product .tabs-handle .item{
        width: 25%;
        height: 130px;
    }
}

@media (max-width: 767px) {
    .index-product {
        padding: 40px 0 30px;
    }
    .index-product .tabs-handle{
        justify-content: space-between;
    }
    .index-product .tabs-content .item .content{
        top:20%;
        left:10%;
        width:80%
    }
    .index-product .tabs-handle .item{
        display:none;
    }
}



.index-power {
    border-top: 1px solid #f3f2f1;
    padding-top: 50px;
}

.index-power .index-content {
    margin-left: -15px;
    margin-right: -15px;
}



.index-power .index-content .item .content i {
    display: block;
    margin-bottom: 30px;
    width: 70px;
    height: 70px;
    background: no-repeat 50%;
}

.index-power .index-content .item .content h3 {
    margin-bottom: 30px;
    color: #fff;
}
.index-power .index-content .item .content h3 a{
    color: #fff;
}

.index-power .index-content .item .content p {
    color: #fff;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
@media (min-width: 768px) {

    .index-power .index-content {
        display: flex;
    }
    .index-power .index-content .item {
        display: inline-flex;
        position: relative;
        width: 25%;
        height: 600px;
        overflow: hidden;
        background: no-repeat 50% 0;
        transition: all .5s;
    }
    .index-power .index-content .item.big {
        width: 50%;
        background-position: 0 0;
        background-size: cover;
        transition: all .5s;
    }

    .index-power .index-content .item .content {
        position: absolute;
        left: 100px;
        top: 300px;
        right: 100px;
    }
}

@media (max-width: 767px) {
    .index-power .index-content .item{
        background: no-repeat 50% 0/cover;
    }
    .index-power .index-content .item .content{
        padding:50px;
    }
}

.index-news {
    padding: 135px 0 160px;
    background: url(../images/bg_news.jpg) no-repeat 50%/cover;
    border-bottom: 1px solid #efefef;
}

.index-news .news-cate {
    position: relative;
    height: calc(100% - 108px);
}

.index-news .news-cate li {
    margin-bottom: 30px;
    list-style: none;
}

.index-news .news-cate ul {
    margin: 0;
    padding: 0;
}

.index-news .news-cate li a {
    color: #333;
    text-decoration: none
}

.index-news .news-cate li a:hover {
    color: #ed1f23;
}

.index-news .news-cate li a:before {
    content: '';
    display: inline-block;
    margin-right: 10px;
    width: 5px;
    height: 5px;
    background: #000;
    border-radius: 100%;
}

.index-news .news-cate li a:hover:before {
    background: #ed1f23;
}

.index-news .news-cate .more {
    position: absolute;
}

.index-news .news-cate .more a {
    display: inline-block;
    padding: 10px 30px 10px 35px;
    background: #ed1f23;
    color: #fff;
    font-size: 12px;
}

.index-news .item {
    position: relative;
    padding: 40px 30px;
    background: #fff;
    border: 1px solid #efefef;
    box-shadow: 0 0 1px rgba(0, 0, 0, .1)
}

.index-news .item:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 5px;
}

.index-news .item:hover:after {
    background: #ed1f23;
}

.index-news .item .news-time {
    margin-bottom: 20px;
    font-size:24px;
}

.index-news .item h3 {
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 0;
}
.index-news .item img{
    border: 1px solid #f3f2f1;
}
.index-news .item a{
    color:#333;
}

.index-news .item p {
    margin-top: 15px;
    margin-bottom: 0;
    font-size: 12px;
    color: #999;
}

.index-news .news-more {
    margin-top: 30px;
    font-size: 12px;
}

.index-news .news-more i {
    display: inline-block;
    width: 24px;
    height: 24px;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #333;
    border: 1px solid #333;
    border-radius: 100%;
}

.index-news .news-more a {
    color: #333
}
@media (min-width: 768px) {
    .index-news .news-cate .more {
        left: 0;
        bottom: 0;
    }
    .index-news .item .news-time {
        margin-bottom: 20px;
    }

    .index-news .item .y {
        font-size: 18px;
        color: #333;
    }

    .index-news .item .md {
        display: block;
        font: bold 36px arial;
    }
}

@media (max-width: 767px) {
    .index-news{
        padding:40px 0 50px;
    }
    .index-news .news-cate ul{
        display:none;
    }
    .index-news .news-cate .more {
        right: 0;
        bottom: 30px;
    }
    .index-news .item{
        margin-bottom:15px;
    }
}

.index-partner {
    padding: 50px 0;
}

.index-partner .index-content {
}

.index-partner .index-content a {
    display: inline-block;
    border: 1px solid #f3f2f1;
}

@media (min-width: 768px) {
    .index-partner .index-content {
        display: flex;
        justify-content: space-between;
    }

    .index-partner .index-content a {
        display: inline-flex;
    }
}

@media (max-width: 767px) {
    .index-partner .index-content a {
        display: block;
        text-align: center;
    }
}
