﻿html,body{
    width: 100%;
    margin: 0px;
}

.swiper-container {
    width: 100%;
    /* height: 100%; */
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.active{
    color: #cb0117 !important;
}
.header{
    width: 100%;
    height: 80px;
    /* background: #FFF; */
    /* background-image: url('../images/banner.jpg');
    background-size: 100%; */
    /* overflow: hidden; */
    position: fixed;
    padding-top: 50px;
    top: 0px;
    z-index: 9999;
}
.header-inline{
    width: 1200px;
    height: 100%;
    display: flex;
    /* grid-template-columns: 250px 950px; */
    align-items: center;
    justify-items: center;
    /* justify-content: space-between; */
    margin: auto;
    background: #FFF;
}
.header-inline-left{
    width: 250px;
    height: 100%;
    background: #cb0117;
    text-align: center;
    display: block;
}
.header-inline-left img{
    width: 100px;
    height: 70px;
    margin-top: 5px;
}
.header-inline-right{
    width: 850px;
    height: 100%;
    line-height: 80px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: auto;
}
.header-inline-right .header-inline-right-item{
    /* min-width: 120px; */
    text-align: center;
}
.header-inline-right .header-second-block{
    display: none;
    min-width: 150px;
    line-height: 50px;
    position: absolute;
    top: 70px;
    left: 0;
    z-index: 99999;
    background: #FFF;
    box-shadow: 0 3px 12px rgba(0,0,0,.05);
}
.header-inline-right .header-second-block a{
    display: block;
    text-align: left;
    margin-left: 20px;
}
a{
    text-decoration:none;
    color: #000;
}
.header-inline-right-item{
    position: relative;
}
.header-inline-right-item >a {
    height: 100%;
    font-size: 16px;
    color: #555;
    position: relative;
}
.header-inline-right-item a:hover{
    color: #cb0117;
}
.header-inline-right-item>a>span{
    font-size: 10px;
    color: #cb0117;
}
.header-inline-right-item>a>img{
    width: 15px;
    height: 15px;
    top: 3px;
    left: 1px;
    position: relative;
}

.banner{
    width: 100%;
}

.framework{
    width: 100%;
    height: 650px;
    background: #e4e4e4;
    position: relative;
    margin-top: -5px;
}
.framework .index_huan_anim{
    width: 528px;
    height: 528px;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -264px;
    margin-top: -280px;
    background: url(../images/huan.png) no-repeat center;
}
.framework .index_dian_div {
    width: 528px;
    height: 528px;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -264px;
    margin-top: -280px;
}
.framework .index_dian_y {
    width: 14px;
    height: 14px;
    background: #fff;
    position: absolute;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
}
.framework .index_dian_1_cur {
    display: block;
    animation: show_dian 0.2s linear 0.1s backwards;
    -o-animation: show_dian 0.2s linear 0.1s backwards;
    -ms-animation: show_dian 0.2s linear 0.1s backwards;
    -webkit-animation: show_dian 0.2s linear 0.1s backwards;
    -moz-animation: show_dian 0.2s linear 0.1s backwards;
}
.framework .index_dian_1 {
    top: 126px;
    left: 417px;
}
.framework .index_dian_2_cur {
    display: block;
    animation: show_dian 0.2s linear 0.2s backwards;
    -o-animation: show_dian 0.2s linear 0.2s backwards;
    -ms-animation: show_dian 0.2s linear 0.2s backwards;
    -webkit-animation: show_dian 0.2s linear 0.2s backwards;
    -moz-animation: show_dian 0.2s linear 0.2s backwards;
}
.framework .index_dian_2 {
    top: 262px;
    left: 464px;
}
.framework .index_dian_4_cur {
    display: block;
    animation: show_dian 0.2s linear 0.4s backwards;
    -o-animation: show_dian 0.2s linear 0.4s backwards;
    -ms-animation: show_dian 0.2s linear 0.4s backwards;
    -webkit-animation: show_dian 0.2s linear 0.4s backwards;
    -moz-animation: show_dian 0.2s linear 0.4s backwards;
}
.framework .index_dian_4 {
    top: 388px;
    left: 419px;
}
.framework .index_dian_5_cur {
    display: block;
    animation: show_dian 0.2s linear 0.6s backwards;
    -o-animation: show_dian 0.2s linear 0.6s backwards;
    -ms-animation: show_dian 0.2s linear 0.6s backwards;
    -webkit-animation: show_dian 0.2s linear 0.6s backwards;
    -moz-animation: show_dian 0.2s linear 0.6s backwards;
}
.framework .index_dian_5 {
    top: 388px;
    left: 94px;
}
.framework .index_dian_6 {
    top: 261px;
    left: 52px;
}
.framework .index_dian_6_cur {
    display: block;
    animation: show_dian 0.2s linear 0.7s backwards;
    -o-animation: show_dian 0.2s linear 0.7s backwards;
    -ms-animation: show_dian 0.2s linear 0.7s backwards;
    -webkit-animation: show_dian 0.2s linear 0.7s backwards;
    -moz-animation: show_dian 0.2s linear 0.7s backwards;
}
.framework .index_dian_8_cur {
    display: block;
    animation: show_dian 0.2s linear 0.9s backwards;
    -o-animation: show_dian 0.2s linear 0.9s backwards;
    -ms-animation: show_dian 0.2s linear 0.9s backwards;
    -webkit-animation: show_dian 0.2s linear 0.9s backwards;
    -moz-animation: show_dian 0.2s linear 0.9s backwards;
}
.framework .index_dian_8 {
    top: 126px;
    left: 97px;
}
.framework .index_xian {
    width: 680px;
    height: 450px;
    text-align: center;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -340px;
    margin-top: -242px;
    background: url(../images/xian.png) no-repeat center !important;
}
.framework .index_xian_cur {
    display: block;
    animation: show_dian 0.2s linear 1s backwards;
    -o-animation: show_dian 0.2s linear 1s backwards;
    -ms-animation: show_dian 0.2s linear 1s backwards;
    -webkit-animation: show_dian 0.2s linear 1s backwards;
    -moz-animation: show_dian 0.2s linear 1s backwards;
}
.framework .index_icon_div {
    width: 1200px;
    height: 528px;
    min-width: 1200px;
    text-align: center;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -614px;
    margin-top: -280px;
}
.framework .index_icon_item{
    width: 258px;
    position: absolute;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    cursor:pointer;
}
.framework .index_icon_item_1{
    top: 50px;
    left: 94px;
    display: flex;
    flex-direction: row;
    text-align: left;
}
.framework .index_icon_item_2{
    top: 250px;
    left: 94px;
    display: flex;
    flex-direction: row;
    text-align: left;
}
.framework .index_icon_item_3{
    top: 446px;
    left: 94px;
    display: flex;
    flex-direction: row;
    text-align: left;
}
.framework .index_icon_item_4{
    top: 44px;
    left: 980px;
    display: flex;
    flex-direction: row;
    text-align: left;
}
.framework .index_icon_item_5{
    top: 253px;
    left: 980px;
    display: flex;
    flex-direction: row;
    text-align: left;
}
.framework .index_icon_item_6{
    top: 445px;
    left: 980px;
    display: flex;
    flex-direction: row;
    text-align: left;
}
.framework .index_icon_item img{
    width: 50px;
    height: 50px;
    position: absolute;
    top: -8px;
}
.framework .index_icon_item p{
    margin: 0;
}
.framework .index_icon_item>div{
    margin-left: 60px;
}
.framework .index_icon_item .title{
    font-weight: 600;
    color: #444;
    font-size: 20px;
    line-height: 32px;
}
.framework .index_icon_item div{
    /* width: 100px; */
}
.framework .logo{
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -147px;
    margin-top: -157px;
    border-radius: 360px;
}
.index-videos{
    width: 100%;
    background: url(../images/bg-3.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    padding: 70px 0px 140px 0px;
}
.index-videos .title{
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    color: #FFF;
    margin-bottom: 10px;
}
.index-videos .en-title{
    text-align: center;
    font-size: 12px;
    color: #FFF;
    font-weight: 300;

}
.index-videos .more-btn{
    margin: auto;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.index-videos .more-btn a{
    text-decoration: none;
    background: #cb0117;
    font-size: 14px;
    padding: 5px 14px;
    margin: 40px auto;
    color: #FFF;
}
.index-videos .more-btn a:hover{
    color: #cb0117;
    background: #FFF;
}
.index-videos .index-videos-list{
    width: 1200px;
    margin: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.index-videos .videos-item{
    width: 280px;
    transition: all 0.3s linear;
    background: #cb0117;
}
.index-videos .videos-item:hover{
    position: relative;
    transform: translateY(-20px);
}
.index-videos .videos-item .image{
    padding: 10px;
    height: 160px;
    overflow: hidden;
    background: #e6e6e6;
}
.index-videos .videos-item .image img{
    width: 100%;
    min-height: 100%;
    min-width: 100%;
}
.index-videos .videos-item .videos-item-title{
    width: 100%;
    text-align: center;
    line-height: 40px;
}
.index-videos .videos-item .videos-item-title a{
    text-decoration: none;
    color: #FFF;
    font-size: 14px;
}
.index-compere{
    width: 100%;
    padding: 70px 0;
}
.index-compere-inline{
    width: 1200px;
    margin: auto;
}
.index-compere-inline .title{
    font-size: 30px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 10px;
}
.index-compere-inline .en-title{
    font-size: 12px;
    font-weight: 300;
    text-align: center;
    margin-bottom: 50px;
}
.compere-block{
    width: 100%;
    display: flex;
    flex-direction: row;
}
.compere-block-item{
    width: 25%;

}
.compere-block-item-text{
    width: 100%;
    height: 0px;
    padding-bottom: 75%;
    background: #FFF;
    overflow: hidden;
}
.compere-block-item-text .item-number{
    font-size: 60px;
    color: #999;
    text-align: center;
    margin: 30px 0 10px 0;
}
.compere-block-item-text .item-name{
    text-align: center;
    font-size: 26px;
    color: #000;
    font-weight: bold;
    margin: 10px 0;
}
.compere-block-item-text .item-desc{
    text-align: center;
    font-size: 14px;
    color: #000;
    margin: 0;
}
.compere-block-item .compere-block-item-img{
    width: 100%;
    height: 0;
    padding-bottom: 75%;
    overflow: hidden;
}
.compere-block-item .compere-block-item-img img{
    width: 100%;
}
.flex-colum-res{
    display: flex;
    flex-direction: column-reverse;
}
.index-service{
    width: 100%;
    padding: 70px 0;
    background: url('../images/bg-service.png') top center no-repeat ;
    /* background-size: 100%; */
    position: relative;
}
.index-service-inline{
    width: 1200px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: auto;
}
.index-service-inline .index-service-inline-item{
    width: 240px;

}
.index-service-inline-item-img{
    width: 200px;
    height: 200px;
    border-radius: 200px;
    overflow: hidden;
    margin: auto;
}
.index-service-inline-item-img img{
    width: 100%;
    height: 100%;
    transition: all 2s;
}
.index-service-inline-item-img img:hover{
    transform: scale(1.4);
}
.index-service-inline-item-title{
    width: 100%;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    position: relative;
    padding: 30px 0px 15px 0px;
    margin-bottom: 30px;
    color: #FFF;
}
.index-service-inline-item-title::after{
    content: '';
    display: block;
    background: #cb0117;
    height: 4px;
    width: 50px;
    border-radius: 4px;
    position: absolute;
    left: 50%;
    margin-left: -25px;
    bottom: 0px;
    border-radius: 4px;
}
.index-service-inline-item-desc{
    font-size: 14px;
    text-align: center;
    line-height: 30px;
    color: #FFF;
}
.index-service-inline .service-left{
    width: 300px;
    position: absolute;
    left: 0px;
    bottom: 0px;
}
.index-service-inline .service-left img{
    width: 100%;
    position: absolute;
    bottom: 0;
}
.index-service-inline .service-right{
    width: 900px;
    margin: auto;
}
.index-service-inline .service-right img{
    width: 100%;
}
.index-service-top .service-title{
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #FFF;
}
.index-service-top .service-en-title{
    text-align: center;
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 70px;
    color: #FFF;
}
.index-news{
    width: 100%;
    background: #FFF;
    padding: 70px 0;
}
.index-news-inline{
    width: 1200px;
    margin: auto;
}
.index-news-inline .index-news-title{
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    width: 100%;
    color: #000;
    margin-bottom: 10px;
}
.index-news-inline .index-news-en-title{
    width: 100%;
    font-size: 14px;
    font-weight: 300;
    text-align: center;
    color: #535353;
    margin-bottom: 50px;
}
.index-news-inline .index-news-block{
    width: 100%;
}
.index-news-inline .index-news-block .index-news-list{
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    animation: myNews 1s;
}
@keyframes myNews{
    from{
        left:100%;
    }
    to{
        left: 0px;
    }
}
.index-news-inline .news-list-item{
    width: 320px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 10px 0;
}
.index-news-inline .news-list-item .index-news-item-left{
    width: 70px;
    height: 70px;
    border-radius: 70px;
    border: 1px solid #000;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.index-news-inline .news-list-item .index-news-item-left .index-news-item-left-day{
    font-size: 20px;
}
.index-news-inline .news-list-item .index-news-item-left .index-news-item-left-year{
    font-size: 12px;
    color: #555;
}
.index-news-inline .news-list-item .index-news-item-right{
    width: 230px;
}
.index-news-inline .news-list-item .index-news-item-right .index-news-item-right-title{
    font-size: 16px;
    color: #000;
    margin-bottom: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.index-news-inline .news-list-item .index-news-item-right .index-news-item-right-content{
    font-size: 12px;
    color: #999;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.index-news-inline .index-news-pages{
    width: 100%;
}
.index-news-inline .index-news-pages-inline{
    margin: auto;
    display: flex;
    flex-direction: row;
    width: auto;
    justify-content: center;
}
.index-news-inline .index-news-pages-inline .current-page{
    width: 24px;
    height: 12px;
    border-radius: 12px;
    background: #cb0117;
    margin-right: 10px;
}
.index-news-inline .index-news-pages-inline .not-current-page{
    width: 12px;
    height: 12px;
    border-radius: 12px;
    background: #999;
    margin-right: 10px;
}
.footer{
    width: 100%;
    background: #343434;
    position: relative;
    padding: 40px 0;
}
.footer::before{
    display: block;
    content: '';
    background: #cb0117;
    width: 150px;
    height: 6px;
    position: absolute;
    left: 50%;
    margin-left: -75px;
    top: 0px;
}
.footer .footer-inline{
    width: 1200px;
    color: #FFF;
    margin: auto;
    display: flex;
    flex-direction: row;
}
.footer .footer-inline .footer-left-orcode{
    width: 300px;
    display: flex;
    flex-direction: row;
}
.footer .footer-inline .footer-left-orcode img{
    width: 100px;
    height: 100px;
}
.footer-left-orcode>div{
    width: 150px;
    margin-left: 20px;
}
.footer .footer-inline .footer-center{
    width: 280px;
    padding-left: 20px;
    border-left: 1px solid #999;
}
.footer .footer-inline .footer-center .footer-center-item{
    margin-bottom: 10px;
}
.footer .footer-inline .footer-center .footer-center-item-title{
    font-size: 14px;
    margin-bottom: 4px;
}
.footer .footer-inline .footer-center .footer-center-item-content{
    font-size: 18px;
}
.footer .footer-inline .footer-right{
    width: 580px;
    height: 130px;
    border-left: 1px solid #999;
    padding-left: 20px;
    display: flex;
    flex-direction: row;
}
.footer .footer-inline .footer-right a{
    color: #FFF;
}
.footer .footer-inline .footer-right-item{
    width: 100px;
}
.footer-right-item-first{
    font-size: 14px;
    margin-bottom: 8px;
}
.footer-right-item-second{
    font-size: 12px;
    line-height: 30px;
}
.footer-bottom{
    text-align: center;
    font-size: 12px;
    color: #FFF;
    width: 1200px;
    margin: 30px auto 0 auto;
    line-height: 20px;
}
.float-apply-btn{
    background: #cb0117;
    position: fixed;
    top: 30vh;
    right: 0;
    z-index: 999;
    padding: 20px 10px 10px 10px;
    text-align: center;
}
.float-apply-btn a{
    color: #FFF;
}
.float-apply-btn img{
    width: 30px;
    height: 30px;
}
.about-body{
    width: 100%;
    background: #FFF;
}
.about-body .about-body-dir{
    width: 1200px;
    display: flex;
    flex-direction: row;
    margin: auto;
}
.about-body-dir-block{
    width: 100%;
    background: rgba(0, 0, 0, 0.555);
    position: relative;
    z-index: 1;
}
.about-body .about-body-dir .about-dir-item{
    width: 16.67%;
    text-align: center;
    line-height: 70px;
    position: relative;
    font-size: 24px;
    cursor:pointer;
    color: #FFF;
}
.about-dir-item:nth-child(2)::before,.about-dir-item:nth-child(3)::before,.about-dir-item:nth-child(4)::before,.about-dir-item:nth-child(5)::before,.about-dir-item:nth-child(6)::before{
    content: '';
    display: block;
    width: 1px;
    height: 30px;
    background: #999;
    position: absolute;
    top: 50%;
    margin-top: -15px;
}
.about-dir-item:hover{
    color: #F5DF9D !important;
}
.about-body .about-body-block{
    width: 1200px;
    margin: 70px auto;
    display: flex;
    flex-direction: row;
}
.about-body .about-body-block .about-us-left{
    width: 50%;
}
.about-body .about-body-block .about-us-right{
    width: 50%;
    position: relative;
    z-index: 3;
}
.about-body .about-body-block .about-us-left .about-us-left-img{
    padding: 70px 0px;
    border: 5px solid #cb0117;
    margin: auto;
    position: relative;
    width: 400px;
    animation: myleft1 1s;
}
@keyframes myleft1{
    from{
        right:100%;
    }
    to{
        right: 0px;
    }
}
.about-slide{
    width: 1200px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    height: 330px;
    overflow: hidden;
    margin: 0px auto 70px auto;
}
.about-slide-prev,.about-slide-next{
    font-size: 60px;
    line-height: 330px;
    width: 100px;
    cursor:pointer;
}
.about-slide-next{
    text-align: right;
}
.about-slide-body{
    position: relative;
    width: 1000px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    animation: myNews 1s;
}
.about-slide-body-img{
    width: 530px;
    height: 330px;
    overflow: hidden;
}
.about-slide-body-img img{
    width: 100%;
    min-width: 100%;
    min-height: 100%;
}
.about-slide-body-desc{
    width: 430px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: #555;
    line-height: 30px;
}

.about-body .about-body-block .about-us-left .about-us-left-img img{
    width: 500px;
    margin-left: -200px;
    position: relative;
    z-index: 2;
}
.about-body .about-body-block .about-us-left .about-us-left-img::before{
    content: '';
    display: block;
    position: absolute;
    right: -150px;
    top: 30px;
    background: #cb0117;
    height: 80%;
    width: 500px;
    animation: myleft 1s;
}
@keyframes myleft{
    from{
        right:100%;
    }
    to{
        right: -150px;
    }
}
.about-us-right{
    position: relative;
}
.about-us-right-inline{
    width: 100%;
    position: absolute;
    bottom: 0px;
}
.about-us-en-title{
    text-align: center;
    font-size: 36px;
    color: rgb(221, 221, 221);
    font-weight: 700;
    line-height: 100px;
}
.about-us-title{
    text-align: center;
    font-size: 24px;
    color: #2A333C;
    margin-bottom: 50px;
}
.about-us-content{
    line-height: 30px;
    font-size: 14px;
}
.about-body-margin-top{
    margin-top: -73px;
}
.about-body-block-cul{
    width: 1200px;
    margin: 70px auto;
    position: relative;
}
.about-body-block-cul-item{
    width: 100%;
    min-height: 508px;
    background-image: url(../images/guanyulanmu_bg_1.png);
    background-size: auto 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
    position: relative;
    padding: 20px 0px;
}
.about-body-block-cul-item-inline{
    width: 1060px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.about-body-block-cul-item-inline>img:nth-child(1){
    max-width: 500px;
    margin-right: 70px;
    position: absolute;
    bottom: 0px;
    left: 70px;
}
.about-body-block-cul-item-inline>img:nth-child(2){
    max-width: 500px;
    margin-right: 70px;
    opacity: 0;
}
.about-body-block-cul-item-inline>div{
    min-width: 500px;
    max-width: 1040px;
}
.about-body-block-cul-item-title{
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 20px;
    color: #555;
}
.about-body-block-cul-item-desc{
    line-height: 30px;
    color: #555;
}
.about-cultural-en-title{
    text-align: center;
    font-size: 36px;
    color: rgb(221, 221, 221);
    font-weight: 700;
    line-height: 100px;
}
.about-cultural-title{
    text-align: center;
    font-size: 24px;
    color: #2A333C;
    margin-bottom: 50px;
}

.videos-body{
    width: 100%;
    background: #FFF;
    padding-bottom: 70px;
}
.videos-body .videos-body-dir{
    width: 1200px;
    display: flex;
    flex-direction: row;
    margin: auto;
}
.videos-body .videos-body-dir .videos-dir-item{
    width: 33%;
    text-align: center;
    line-height: 100px;
    position: relative;
    font-size: 24px;
    cursor:pointer;
}
.videos-body .videos-body-dir .videos-dir-item:nth-child(2)::before,.videos-body .videos-body-dir .videos-dir-item:nth-child(3)::before{
    content: '';
    display: block;
    width: 1px;
    height: 30px;
    background: #999;
    position: absolute;
    top: 50%;
    margin-top: -15px;
}
.videos-body .videos-body-dir .videos-dir-item:hover{
    color: #cb0117;
}
.videos-body .videos-body-block{
    width: 1200px;
    margin: 70px auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.videos-body .videos-body-block .videos-item{
    width: 290px;
    height: 200px;
    margin:5px;
    position: relative;
}
.videos-body .videos-body-block .videos-item>a>img{
    width: 100%;
    min-width: 100%;
    min-height: 100%;
}
.videos-body .videos-body-block .videos-item-title{
    position: absolute;
    bottom: 0px;
    width: 100%;
    padding: 10px 0px;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    flex-direction: row;
    align-items: center;
}
.videos-body .videos-body-block .videos-item-title .videos-item-title-text{
    color: #FFF;
    width: 230px;
    margin: 0 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.videos-body .videos-body-block .videos-item-title img{
    width: 33px;
    height: 33px;
}
.videos-body-pages{
    width: 1200px;
    margin: auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.videos-body-pages .videos-pages-item{
    font-size: 14px;
    margin: 0 4px;
    padding: 0 10px;
    border: 1px solid #EEE;
    line-height: 30px;
    border-radius: 4px;
}
.videos-body-pages .videos-pages-item:hover{
    background: #cb0117;
    color: #FFF;
}
.video-detail-body{
    width: 100%;
    background: #FFF;
    padding: 70px 0px;
}
.video-detail-body .video-detail-title{
    width: 920px;
    margin: 0px auto 30px auto;
    font-size: 36px;
    color: #37474F;
}
.video-detail-body .video-detail-date-count{
    width: 920px;
    margin: 0px auto 30px auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    color: #818080;
    font-size: 14px;
}
.video-detail-body .video-detail-video{
    width: 920px;
    margin: auto;
}
.video-detail-body .video-detail-video video{
    width: 100%;
}
.news-body{
    width: 100%;
    background: #FFF;
    padding-bottom: 70px;
}
.news-body .news-body-dir{
    width: 1200px;
    display: flex;
    flex-direction: row;
    margin: auto;
}
.news-body .news-body-dir .news-dir-item{
    width: 50%;
    text-align: center;
    line-height: 100px;
    position: relative;
    font-size: 24px;
    cursor:pointer;
    display: block;
}
.news-body .news-body-dir .news-dir-item:nth-child(2)::before{
    content: '';
    display: block;
    width: 1px;
    height: 30px;
    background: #999;
    position: absolute;
    top: 50%;
    margin-top: -15px;
}
.news-body .news-body-dir .news-dir-item:hover{
    color: #cb0117;
}
.news-body .news-body-block{
    width: 1200px;
    margin: 70px auto;
}
.news-body .news-body-block-item{
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    padding-bottom: 20px;
    border-bottom: 1px solid #cacaca;
    margin-bottom: 20px;
}
.news-body .news-body-block-item .news-item-img{
    width: 290px;
    height: 160px;
    overflow: hidden;
}
.news-body .news-body-block-item .news-item-img>img{
    width: 100%;
    min-width: 100%;
    min-height: 100%;
}
.news-body .news-body-block-item .news-item-center{
    width:700px;
}
.news-body .news-body-block-item .news-item-center .news-item-center-title{
    font-size: 18px;
    line-height: 30px;
    height: 30px;
    margin-bottom: 10px;
}
.news-body .news-body-block-item .news-item-center .news-item-center-content{
    font-size: 14px;
    color: #999;
    line-height: 20px;
    height: 90px;
}
.news-body .news-body-block-item .news-item-center .news-item-center-more{
    font-size: 14px;
    color: #cb0117;
    line-height: 30px;
    height: 30px;
}
.news-body .news-body-block-item .news-item-right{
    width: 150px;
    text-align: center;
    color: #cb0117;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
}
.news-body .news-body-block-item .news-item-right .news-item-right-day{
    width: 64px;
    font-size: 56px;
    border-bottom: 1px solid #cb0117;
}
.news-body .news-body-block-item .news-item-right .news-item-right-year{
    font-size: 18px;
    margin-top: 20px;
}
.news-body-inline{
    width: 1200px;
    margin: auto;
    padding-top: 50px;
}
.news-body-inline .news-detail-title{
    font-size: 30px;
    width: 100%;
    margin-bottom: 10px;
}
.news-body-inline .news-detail-date{
    font-size: 16px;
    color: rgb(163, 175, 183);
    width: 100%;
    margin-bottom: 25px;
}
.news-body-inline .news-detail-content{
    padding: 40px 0px;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
}
.news-body-inline .news-detail-navs{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-top: 50px;
}
.news-body-inline .news-detail-navs a{
    border: 1px solid #ebebeb;
    padding: 10px 15px;
    font-size: 14px;
}
.news-body-inline .news-detail-navs a:hover{
    color: #cb0117;
    background: #f3e6e7;
}
.power-body{
    width: 100%;
}

.power-body-inline{
    width: 1200px;
    margin: auto;
    text-align: center;
}
.power-body-inline .power-body-dir{
    width: 100%;
    display: flex;
    flex-direction: row;
    margin-bottom: 40px;
}
.power-body-dir .power-dir-item{
    width: 33%;
    text-align: center;
    line-height: 100px;
    position: relative;
    font-size: 24px;
    cursor:pointer;
    display: block;
}
.power-dir-item:nth-child(2)::before,.power-dir-item:nth-child(3)::before{
    content: '';
    display: block;
    width: 1px;
    height: 30px;
    background: #999;
    position: absolute;
    top: 50%;
    margin-top: -15px;
}
.power-body-dir .power-dir-item:hover{
    color: #cb0117;
}
.power-project-img{
    max-width: 100%;
}
.power-body-search{
    width: 100%;
    background: url(../images/bg1.jpg) top center no-repeat;
}
.power-search-body{
    width: 100%;
    padding: 20px 0px 70px 0px;
    display: block;
}
.power-search-body .power-search-body-title{
    width: 100%;
    text-align: center;
    font-size: 36px;
    padding-bottom: 40px;
}
.power-search-conditions{
    position: relative;
    display: flex;
    flex-direction: row;
    width: 900px;
    margin: auto;
}
.power-search-body .power-search-condition-selected,.power-search-condition{
    font-size: 22px;
    position: relative;
    text-align: left;
    width: 300px;
    /* margin: 40px auto 0 auto; */
    margin-top: 40px;
    left: 30px;
}
.power-search-condition-selected input,.power-search-condition input{
    position: absolute;
    width: 50%;
    height: 100%;
    top: 0px;
    left: -30px;
    opacity: 0;
    cursor:pointer;
}
.power-search-condition-selected::before{
    display: block;
    content: '';
    width: 12px;
    height: 12px;
    background: #cb0117;
    border-radius: 12px;
    position: absolute;
    top: 9px;
    left: -24px;
}
.power-search-body .power-search-condition-selected::after{
    display: block;
    content: '';
    width: 20px;
    height: 20px;
    border: 2px solid #cb0117;
    border-radius: 20px;
    position: absolute;
    top: 3px;
    left: -30px;
}
.power-search-body .power-search-input-btn{
    width: 896px;
    display: flex;
    flex-direction: row;
    border: 2px solid #cb0117;
    /* margin-top: 40px; */
    margin: 40px auto 0px auto;
}
.power-search-body .power-search-input-btn .power-search-input{
    width: 966px;
    border: none;
    height: 52px;
    line-height: 52px;
    font-size: 20px;
    padding-left: 30px;
    outline: none;
}
.power-search-body .power-search-input-btn .power-search-btn{
    width: 200px;
    text-align: center;
    background: #cb0117;
    line-height: center;
    height: 54px;
    line-height: 54px;
    color: #FFF;
    font-size: 20px;
    border: 0px;
}
.power-search-body .power-search-desc{
    width: 1160px;
    margin-top: 200px;
    border: 1px solid #ccc;
    padding: 20px;
}
.power-search-body .power-search-desc-title{
    font-size: 32px;
    color: #cb0117;
    margin-bottom: 30px;
}
.power-search-body .power-search-desc-desc{
    text-align: left;
    line-height: 30px;
    font-size: 14px;
}
.brand-explame-body{
    width: 100%;
    background: #FFF;
}
.brand-explame-body .brand-explame-body-inline{
    width: 1200px;
    margin: auto;
    padding: 70px 0px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.brand-explame-body .brand-explame-body-inline .brand-explame-body-item{
    width: 372px;
    height: 340px;
    border: 1px solid #ebebeb;
    margin: 10px;
    display: block;
    position: relative;
    overflow: hidden;
}
.brand-explame-body .brand-explame-body-inline .brand-explame-item-img{
    width: 372px;
    height: 270px;
    overflow: hidden;
}
.brand-explame-body .brand-explame-body-inline .brand-explame-item-img img{
    width: 372px;
    min-height: 270px;
    min-width: 100%;
}
.brand-explame-body .brand-explame-body-inline .brand-explame-item-title{
    background: #FFF;
    width: 100%;
    text-align: center;
    font-size: 22px;
    font-weight: normal;
    color: #000;
    border-top: 1px solid #e5e5e5;
    line-height: 70px;
    line-height: 70px;
}
.brand-explame-body .brand-explame-body-inline .brand-explame-item-img-hover{
    width: 100%;
    height: 250px;
    background: rgba(202, 1, 24, 0.521);
    color: #FFF;
    position: absolute;
    top: 0px;
    left: 0px;
    padding-top: 20px;
    animation:explameShow 0.5s;
}
.brand-explame-body .brand-explame-body-inline .brand-explame-item-img-hover div{
    width: 330px;
    height: 220px;
    margin: auto;
    font-size: 16px;
}
@keyframes explameShow{
    from{
        top: -100%;
    }
    to{
        top: 0;
    }

}
.about-body-inline{
    width: 1200px;
    text-align: center;
    margin: auto;
    padding-top: 30px;
    padding-bottom: 30px;
}
.about-body-inline-title{
    font-size: 36px;
    font-weight: bold;
    color: #cb0117;
    margin-bottom: 20px;
}
.about-body-inline-title-cn{
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 30px;
}
.about-body-inline-block{
    width: 100%;
    text-align: center;
    background: url('../images/contact-bg.jpg') top center no-repeat;
}
.about-body-inline-block img{
    max-width: 100%;
}
.about-body-inline-block-inline{
    width: 360px;
    margin: auto;
    color: #FFF;
    font-size: 30px;
    padding: 200px 0px;
    line-height: 50px;
    text-align: left;
}
.search-result-title{
    font-size: 32px;
    text-align: center;
    margin-bottom: 50px;
}
.search-result-block{
    width: 825px;
    margin: auto;
    border: 2px solid #ccc;
    padding: 70px 30px 40px 100px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    position: relative;
    align-items: center;
    background: #FFF;
}
.search-result-block-jiancheng{
    position: absolute;
    left: -35px;
    width: 70px;
    height: 70px;
    top: 50%;
    margin-top: -35px;
    background: #cb0117;
    color: #FFF;
    text-align: center;
    line-height: 70px;
}
.search-result-block-left{
    width: 510px;
    text-align: left;
    line-height: 30px;
}
.search-result-block-right{
    width: 260px;
}
.search-result-block-right img{
    width: 100%;
    margin-bottom: 30px;
}
.search-result-block-right a{
    padding: 10px;
    background: #cb0117;
    color: #FFF;
}
.search-index-body{
    width: 100%;
    background: url(../images/bg1.jpg) top center no-repeat;
    padding-bottom: 300px;
}
.search-index-body-inline{
    width: 1200px;
    margin: auto;
    padding-top: 100px;
    text-align: center;
}
.search-index-body-inline-img-title{
    margin-bottom: 40px;
}
.search-index-body-inline-title{
    font-size: 40px;
    text-align: center;
}
.search-index-body-inline-title-en{
    font-size: 16px;
    text-align: center;
    margin-bottom: 40px;
}
.search-index-body-inline-form{
    width: 100%;
}
.search-index-body-inline-form-radios{
    width: 70%;
    margin: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}
.search-index-body-inline-form-radios-item{
    width: 33%;
    text-align: center;
    font-size: 14px;
    position: relative;
}
.search-index-body-inline-form-radios-item-checked::before{
    position: absolute;
    content:'▼';
    color: #000;
    left: -15px;
}
.search-index-body-inline-form-radios-item div{
    position: absolute;
    left: 50%;
    margin-left: -28px;
    cursor:pointer;
}
.search-index-body-inline-form-radios-item input{
    opacity: 0;
    position: relative;
    z-index: 1;
    width: 56px;
    cursor:pointer;
}
.search-index-body-inline-form-input-btn{
    width: 896px;
    border: 2px solid #cb0117;
    display: flex;
    flex-direction: row;
    margin: 40px auto 0 auto;
}
.search-index-body-inline-form-input-btn input{
    width: 666px;
    border: none;
    height: 52px;
    line-height: 52px;
    font-size: 20px;
    padding-left: 30px;
    outline: none;
}
.search-index-body-inline-form-input-btn button{
    width: 200px;
    text-align: center;
    background: #cb0117;
    line-height: center;
    height: 54px;
    line-height: 54px;
    color: #FFF;
    font-size: 20px;
    border: none;
}
.no-data{
    width: 100%;
    padding: 100px 0px;
    text-align: center;
    font-size: 50px;
    color: #aaa;
}
.no-data img{
    width: 200px;
}
.no-data p{
    width: 100%;
    text-align: center;
}