

.header_ad .index_header_ad {
    width: 100%;
    float: left;
    position: relative;
}

    .header_ad .index_header_ad .index_header_ad_wrap {
        width: 100%;
        float: left;
    }

        .header_ad .index_header_ad .index_header_ad_wrap img {
            width: 100%;
            float: left;
        }

    .header_ad .index_header_ad .slide_more {
        position: absolute;
        bottom: 200px;
        width: 100%;
        height: 40px;
        text-align: center;
        animation: shake 1s infinite ease-in-out;
        -o-animation: shake 1s infinite ease-in-out;
        -webkit-animation: shake 1s infinite ease-in-out;
        -moz-animation: shake 1s infinite ease-in-out;
    }

@keyframes shake {
    0%,100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-5px);
    }
}

@-webkit-keyframes shake {
    0%,100% {
        -webkit-transform: translateY(0);
    }

    50% {
        -webkit-transform: translateY(-5px);
    }
}

.index_slide_ad {
    height: 680px;
}

    .index_slide_ad .swiper-button-next, .index_slide_ad .swiper-button-prev {
        width: 80px;
        height: 80px;
        display: none;
        margin-left: 40px;
        margin-right: 40px;
    }

    .index_slide_ad:hover .swiper-button-next, .index_slide_ad:hover .swiper-button-prev {
        display: block;
    }

    .index_slide_ad .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
        background: url('../images/btn_prev.png') center center no-repeat;
        background-size: contain;
    }

        .index_slide_ad .swiper-button-prev:hover, .swiper-container-rtl .swiper-button-next:hover {
            background: url('../images/btn_prev_hover.png') center center no-repeat;
            background-size: contain;
        }

    .index_slide_ad .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
        background: url('../images/btn_next.png') center center no-repeat;
        background-size: contain;
    }

        .index_slide_ad .swiper-button-next:hover, .swiper-container-rtl .swiper-button-prev:hover {
            background: url('../images/btn_next_hover.png') center center no-repeat;
            background-size: contain;
        }

    .index_slide_ad .swiper-pagination-bullets span {
    }

    .index_slide_ad .swiper-pagination-bullet {
        width: 80px;
        height: 2px;
        background-color: #909090;
        border-radius: 0px;
    }

    .index_slide_ad .swiper-pagination-bullet-active {
        background-color: #DE0532;
        border-radius: 0px;
    }

.index_adv {
    width: 100%;
    float: left;
    background-color: #FDF0F1;
    padding-top: 100px;
    padding-bottom: 80px;
}

    .index_adv .index_adv_title {
        width: 100%;
        float: left;
        text-align: center;
        font-size: 32px;
        line-height: 48px;
    }

        .index_adv .index_adv_title sub {
            width: 100%;
            display: block;
            font-size: 16px;
            height: 24px;
            line-height: 24px;
        }

    .index_adv .index_adv_main {
        width: 100%;
        float: left;
        padding-top: 60px;
        background: url('../images/index_adv_main_bg.png') top center no-repeat;
        padding-bottom: 40px;
    }

        .index_adv .index_adv_main ul {
            width: 100%;
            float: left;
            margin: 0px;
            padding: 0px;
        }

            .index_adv .index_adv_main ul li {
                width: 50%;
                float: left;
                margin: 0px;
                padding: 0px;
                list-style: none;
                overflow: hidden;
                position: relative;
                color: #e5e5e5;
                transition: all 1s;
                -moz-transition: all 1s;
                -webkit-transition: all 1s;
                -o-transition: all 1s;
            }

                .index_adv .index_adv_main ul li > img {
                    float: left;
                }

                .index_adv .index_adv_main ul li.active {
                    width: 72%;
                    color: #666666;
                }

                .index_adv .index_adv_main ul li.unactive {
                    width: 28%;
                }

                .index_adv .index_adv_main ul li .text_box {
                    width: 100%;
                    height: 100%;
                    position: absolute;
                    top: 0px;
                    left: 0px;
                    background: url('../images/shade_black_50.png') repeat;
                    padding: 60px;
                }

                    .index_adv .index_adv_main ul li .text_box .text_title {
                        width: 100%;
                        float: left;
                        height: 45px;
                        line-height: 45px;
                        font-size: 16px;
                    }

                    .index_adv .index_adv_main ul li .text_box .text_sub {
                        width: 100%;
                        float: left;
                        font-size: 16px;
                        line-height: 24px;
                    }

                .index_adv .index_adv_main ul li.active .text_box {
                    background: none;
                }

                .index_adv .index_adv_main ul li .link_more {
                    width: 100%;
                    position: absolute;
                    bottom: 60px;
                    text-align: right;
                    padding-right: 60px;
                }

                    .index_adv .index_adv_main ul li .link_more a {
                        padding-right: 40px;
                        float: right;
                        color: #fff;
                        background: url('../images/index_adv_linkmore.png') bottom right no-repeat;
                    }

                .index_adv .index_adv_main ul li.active .link_more a {
                    height: 32px;
                    line-height: 32px;
                    background: none;
                    background-color: #DE0532;
                    padding-left: 40px;
                }

                .index_adv .index_adv_main ul li.unactive .link_more a {
                    background: none;
                    padding-right: 0px;
                    border-bottom: 1px solid #fff;
                }


.index_about {
    width: 100%;
    float: left;
    padding-top: 100px;
    padding-bottom: 80px;
}

    .index_about .index_about_main {
        width: 100%;
        float: left;
        padding-top: 60px;
        background: url('../images/index_adv_main_bg.png') top center no-repeat;
        padding-bottom: 40px;
    }

    .index_about .index_about_title {
        width: 100%;
        float: left;
        text-align: center;
        font-size: 32px;
        line-height: 48px;
    }

        .index_about .index_about_title sub {
            width: 100%;
            display: block;
            font-size: 16px;
            height: 24px;
            line-height: 24px;
        }

    .index_about .index_about_main {
        width: 100%;
        float: left;
        padding-top: 60px;
        padding-bottom: 40px;
        position: relative;
    }

        .index_about .index_about_main .index_about_main_ad {
            float: left;
            width: 55%;
        }

    .index_about .index_about_text {
        position: absolute;
        width: 600px;
        left: 45%;
        bottom: 0px;
        background-color: #FDF0F1;
        padding: 60px;
        line-height: 28px;
        font-size: 16px;
        z-index: 9999;
    }

        .index_about .index_about_text .text_box {
            width: 100%;
            float: left;
        }

        .index_about .index_about_text .index_about_text_link {
            width: 100%;
            float: left;
            padding-top: 40px;
        }

            .index_about .index_about_text .index_about_text_link a {
                float: right;
                padding-left: 60px;
                padding-right: 60px;
                color: #5D5D5D;
                border-bottom: 1px solid #5D5D5D;
            }

    .index_about .index_about_main .index_about_history {
        width: 42%;
        float: right;
        overflow: hidden;
    }

        .index_about .index_about_main .index_about_history .items {
            float: left;
            height: 324px;
            white-space: nowrap;
            background: url('../images/timeline_bg.png') center center repeat-x;
            padding-top: 12px;
            padding-bottom: 12px;
        }

            .index_about .index_about_main .index_about_history .items .item {
                height: 300px;
                padding: 0px;
                padding-bottom: 150px;
                display: inline-block;
                margin: 0px;
            }

            .index_about .index_about_main .index_about_history .items .even {
                padding-top: 150px;
                padding-bottom: 0px;
            }

            .index_about .index_about_main .index_about_history .items .item .item_box {
                height: 150px;
                margin-left: 50%;
                float: left;
                background: url('../images/timeline_bg_v.png') left top repeat-y;
                padding-left: 20px;
                position: relative;
            }

                .index_about .index_about_main .index_about_history .items .item .item_box i {
                    position: absolute;
                    left: -11px;
                    top: -11px;
                    display: block;
                    width: 24px;
                    height: 24px;
                    background: url('../images/icon_timeline.png') center center no-repeat;
                }

            .index_about .index_about_main .index_about_history .items .even .item_box i {
                left: -11px;
                top: auto;
                bottom: -11px;
            }

            .index_about .index_about_main .index_about_history .items .item .item_box .item_text_box {
                margin-top: -11px;
                height: 100%;
                text-align: left;
                display: flex;
                flex-direction: row;
                flex-wrap: wrap;
                justify-content: flex-start;
                align-items: flex-start;
                align-content: flex-start;
            }

            .index_about .index_about_main .index_about_history .items .even .item_box .item_text_box {
                align-content: flex-end;
                margin-top: auto;
                margin-bottom: -11px;
            }

.index_news {
    width: 100%;
    float: left;
    padding-top: 100px;
    padding-bottom: 80px;
    background: url('../images/index_news_bg.jpg') center center no-repeat;
    background-size: cover;
}

    .index_news .index_news_main {
        width: 100%;
        float: left;
        padding-top: 60px;
        background: url('../images/index_adv_main_bg.png') top center no-repeat;
        padding-bottom: 40px;
    }

    .index_news .index_news_title {
        width: 100%;
        float: left;
        text-align: center;
        font-size: 32px;
        line-height: 48px;
    }

        .index_news .index_news_title sub {
            width: 100%;
            display: block;
            font-size: 16px;
            height: 24px;
            line-height: 24px;
        }

    .index_news .index_news_main ul {
        width: 100%;
        float: left;
        margin: 0px;
        padding: 0px;
    }

        .index_news .index_news_main ul li {
            width: 33.33%;
            float: left;
            margin: 0px;
            padding: 0px;
            list-style: none;
            padding-left: 15px;
            padding-right: 15px;
        }

            .index_news .index_news_main ul li a {
                display: block;
                width: 100%;
                height: 500px;
                float: left;
                background-color: #fff;
                padding: 24px;
                padding-bottom: 40px;
            }

                .index_news .index_news_main ul li a .item_img {
                    width: 100%;
                    height: 280px;
                    float: left;
                    overflow: hidden;
                    position: relative;
                }

                    .index_news .index_news_main ul li a .item_img img {
                        width: 100%;
                        float: left;
                        transition: All 1s ease-in-out;
                        -webkit-transition: All 1s ease-in-out;
                        -moz-transition: All 1s ease-in-out;
                        -o-transition: All 1s ease-in-out;
                    }

                    .index_news .index_news_main ul li a .item_img span {
                        position: absolute;
                        bottom: 0px;
                        right: 24px;
                        background-color: #F8020F;
                        color: #fff;
                        font-size: 32px;
                        padding-left: 10px;
                        padding-right: 10px;
                        text-align: center;
                    }

                        .index_news .index_news_main ul li a .item_img span small {
                            display: block;
                            width: 100%;
                            font-size: 12px;
                        }


                .index_news .index_news_main ul li a .item_text {
                    width: 100%;
                    height: 130px;
                    float: left;
                }

                    .index_news .index_news_main ul li a .item_text .item_text_title {
                        width: 100%;
                        float: left;
                        line-height: 42px;
                        font-size: 16px;
                        padding-top: 10px;
                    }

                    .index_news .index_news_main ul li a .item_text .item_text_subtitle {
                        width: 100%;
                        float: left;
                        font-size: 14px;
                        line-height: 24px;
                        overflow: hidden;
                        display: -webkit-box;
                        -webkit-box-orient: vertical;
                        -webkit-line-clamp: 3;
                        text-overflow: ellipsis;
                        word-break: break-all;
                    }

                    .index_news .index_news_main ul li a .item_text .item_text_title .sub_title {
                        width: 100%;
                        float: left;
                        height: 28px;
                        line-height: 28px;
                        font-size: 14px;
                    }

                .index_news .index_news_main ul li a .item_linkmore {
                    width: 100%;
                    float: left;
                }

                    .index_news .index_news_main ul li a .item_linkmore span {
                        float: right;
                        color: #666666;
                        padding-right: 48px;
                        height: 42px;
                        line-height: 42px;
                        background: url('../images/linkmore_black.png') center right no-repeat;
                    }

                .index_news .index_news_main ul li a:hover .item_linkmore span {
                    color: #ff0000;
                    background: url('../images/linkmore_red.png') center right no-repeat;
                    text-decoration: none;
                }

                .index_news .index_news_main ul li a:hover .item_img img {
                    transform: scale(1.1);
                    -webkit-transform: scale(1.1);
                    -moz-transform: scale(1.1);
                    -o-transform: scale(1.1);
                    -ms-transform: scale(1.1);
                }

                .index_news .index_news_main ul li a:hover .item_text_title {
                    color: #DE0532;
                }

    .index_news .index_news_main .index_news_more {
        width: 100%;
        float: left;
        text-align: center;
        margin-top: 60px;
    }

        .index_news .index_news_main .index_news_more a {
            display: inline-block;
            padding-left: 50px;
            padding-right: 50px;
            font-size: 16px;
            height: 42px;
            line-height: 42px;
            font-weight: 500;
            border-bottom: 2px solid #5D5D5D;
            color: #5D5D5D;
        }

.index_contact {
    width: 100%;
    float: left;
    background: url('../images/index_contact_bg.jpg') center center no-repeat;
    background-size: cover;
    padding-top: 100px;
    padding-bottom: 100px;
    font-size: 16px;
    text-align: center;
}

    .index_contact .index_contact_text {
        width: 100%;
        float: left;
        text-align: center;
        line-height: 24px;
    }

    .index_contact .index_contact_btn {
        width: 100%;
        float: left;
        padding-top: 45px;
        padding-bottom: 45px;
    }

        .index_contact .index_contact_btn a {
            display: inline-block;
            height: 50px;
            line-height: 50px;
            padding-left: 80px;
            padding-right: 80px;
            background-color: #DE0532;
            color: #FFF;
            margin-left: 30px;
            margin-right: 30px;
        }

            .index_contact .index_contact_btn a:hover {
                background-color: #FF0F46;
            }

    .index_contact .index_contact_tel {
        width: 100%;
        float: left;
        font-size: 52px;
    }

    .index_contact .index_contact_tel_text {
        width: 100%;
        float: left;
        line-height: 24px;
    }







/* 首页轮播 */
@media(max-width:1400px){
    .index_slide_ad .swiper-pagination-bullet{
        width: 60px;
    }
}

@media(max-width:1200px){
    .index_slide_ad .swiper-pagination-bullet{
        width: 50px;
    }
}

@media(max-width:960px){
    .index_slide_ad .swiper-pagination-bullet{
        width: 40px;
    }
}

@media(max-width:760px){
    .index_slide_ad .swiper-pagination-bullet{
        width: 30px;
    }
}
@media(max-width:480px){
    .index_slide_ad .swiper-pagination-bullet{
        width: 20px;
    }
}


/* 首页关于我们 xdh */
.about_box {
      padding-top: 40px;
      width: 90%;
      margin: 40px auto;
      overflow: hidden;
    }

    .about_container_box {
      text-align: center;
    }

    .about_us {
      display: inline-block;
      position: relative;
      text-align: center;
      margin-bottom: 40px;
    }

    .about_us::before {
      content: '';
      display: inline-block;
      position: absolute;
      width: 298px;
      height: 1px;
      border-bottom: 1px solid #495875;
      top: 22px;
      left: -298px;
    }

    .title_1 {
      font-size: 30px;
      color: #495875;
      padding: 0px 49px;
    }

    .title_2 {
      font-size: 18px;
      color: #495875;
    }

    .about_us::after {
      content: '';
      display: inline-block;
      position: absolute;
      width: 298px;
      height: 1px;
      border-bottom: 1px solid #495875;
      top: 22px;
      right: -298px;
    }

    .icon_word {
      text-align: center;
      font-size: 28px;
      line-height: 36px;
      color: #9d231e;
      margin-top: -10px;
    }

    .about_word {
      text-indent: 2em;
      font-size: 17px;
      color: #626262;
      line-height: 30px;
      margin-top: 45px;
    }

    .about_ul {
      margin-top: 20px;
      overflow: hidden;
      text-align: center;
      display: flex;
      justify-content: space-between;
    }

    .about_li {
      display: inline-block;
      width: 32%;
      height: auto;
      padding: 7px;
      overflow: hidden;
      border: 1px solid #333;
    }

    .about_li img {
      display: inline-block;
      width: 100%;
    }

/* 首页友情链接 xdh */
.link_box {
    width: 90%;
    margin: 0 auto;
    overflow: hidden;
    padding-bottom: 50px;
}
.link_box h3{
    font-size:28px;
    margin-top:30px;
}
.link_box ul li{
    float:left;
    list-style-type: none;
    margin-right: 15px;
    font-size: 16px;
}
.link_box ul li a:hover{
    color:#d72135;
}


/* 首页产品 */
.index_products{
	padding-top: 5%;
}
.page_box_mt12 {
    margin-top: 0px;
}

.p-list{

}
    .p-list ul{
        width: 100%;
        display: flex;
        flex-wrap: wrap;
    }
    .p-list ul li{
        display: inline-block;
        width: 31.25%;
        margin-right: 3%;
        padding-top: 30px;
    }
    .p-list ul li:nth-child(3n){
        margin-right: 0;
    }
    .p-list ul li .list-img{
        width: 100%;
        position: relative;
        padding-bottom: 133.33%;
        overflow: hidden;
      }
    
      .p-list ul li .list-img img{
        display: inline-block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        overflow: hidden;
      }
      .p-list ul li .list-img span{
        display: block;
        position: absolute;
        background: rgba(0, 0, 0, 0.45);
        top: 5%;
        left: 6%;
        right: 6%;
        bottom: 5%;
        transform: scale(0.5);
        -webkit-transform: scale(0.5);
        -moz-transform: scale(0.5);
        -ms-transform: scale(0.5);
        -o-transform: scale(0.5);
        opacity: 0;
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
      } 
      .p-list ul li .list-img span:before ,
      .p-list ul li .list-img span:after {
        content: "";
        display: inline-block;
        background: #fff;
        position: absolute;
        top: 50%;
        left: 50%;
      }
      .p-list ul li .list-img span:before {
        width: 70px;
        height: 1px;
        margin-left: -35px;
      }
    
      .p-list ul li .list-img span:after {
        height: 70px;
        width: 1px;
        margin-top: -35px;
      }
    
      .p-list ul li:hover .list-img span {
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        opacity: 1;
      }
      .p-list ul li .list-txt {
        text-align: center;
        padding: 5% 3%;
      }
    
      .p-list ul li .list-txt h2 {
        margin: 0 0 5px;
        font-size: 18px;
        font-weight: normal;
        color: #222;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
      }
      .p-list ul li .list-txt ,.p-list ul li .list-txt * {
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
      }
      .p-list ul li:hover .list-txt {
          background: #EC3C59;
      }
    
      .p-list ul li:hover .list-txt h2 {
          color:#fff;
      }
    
@media(max-width:1500px){
    .p-list ul li .list-txt h2 {
        font-size: 16px;
    }
}

@media(max-width:1200px){
    .p-list ul li .list-txt h2 {
        font-size: 14px;
    }
}


@media(max-width:960px){
    .p-list ul li .list-txt h2 {
        font-size: 12px;
    }
}


@media(max-width:580px){
    .p-list ul{
        justify-content: space-between;
    }
    .p-list ul li{
        width: 48%;
        margin-right: 0;
        padding-top: 15px;
    }
}


.index_news{
    background: none;
    padding-bottom: 0 !important;
}
.index_news .page_content{
    width: auto !important;
}
.index_news .index_news_main{
    background-image: linear-gradient(to bottom, #e1e1e1 , #fff, #e1e1e1);
    padding-bottom: 50px;
    margin-top: 50px;
}
.index_news .index_news_main ul{
    max-width: 1440px;
    margin: 0 auto;
    float: none;
}
@media(max-width:1200px){
    .index_news .index_news_main {
        padding-bottom: 30px;
        margin-top: 30px;
    }
    .index_news .index_news_main {
        padding-top: 40px;
    }
   .index_news .index_news_main {
        padding: 20px !important;
    }
}
/* 咨询 */
.index_contact {
    width: 100%;
    float: left;
    background: url(../images/index-link-bg.jpg) no-repeat;
    background-size: 100% 100%;
}
.index_contact .index_contact_text{
    color: #fff;
    line-height: 30px;
    font-size: 18px;
}
.index_contact .index_contact_btn a {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    padding-left: 45px;
    padding-right: 45px;
    background-color: #fdd100;
    color: #dc3458;
    margin-left: 30px;
    margin-right: 30px;
    border: 1px dashed #fff;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    font-size: 24px;
}
.index_contact .index_contact_tel_text p{
    color: #fff;
    font-size: 18px;
    line-height: 26px;
    margin-top: 10px;
}
.index_contact .index_contact_tel{
    color: #fff;
    font-weight: bold;
    position: relative;
}
.index_contact .index_contact_tel::after{
    content: "";
    position: absolute;
    bottom: -25px;
    width: 30px;
    height: 1px;
    background: #fff;
    left: calc(50% - 15px);
}

.contact01{
    display: flex;
    justify-content: space-between;
    max-width: 1080px;
    margin: 0 auto;
    align-items: center;
}
.contact01 .contact-left{
    display: inline-block;
    width: 44%;
    background: url(../images/index-link-left.jpg) no-repeat;
    background-size: 100% 100%;
    padding: 10.2% 0;
}
.contact-right{
    display: inline-block;
    width: 55%;
    background: #fff;
    padding: 3% 0;
}
.footer_contact_feedback{
    width: 94%;
    margin: 0 3%;
}
.footer_contact_feedback .feedback_text{
    margin-bottom: 20px;
    font-size: 16px;
    color: #666;
}
.footer_contact_feedback .feedback_text span{
    font-weight: bold;
    font-size: 16px;
}

@media(max-width:1600px){
    .index_contact{
        background-size: auto 100%;
    }
}

@media(max-width:1300px){
    .contact01 .contact-left{
        padding: 10.7% 0;
    }
}
@media(max-width:1200px){
    .index_contact .index_contact_tel {
        font-size: 40px;
    }
}

@media(max-width:1100px){
    .contact01 .contact-left{
        padding: 11.2% 0;
    }
}

@media(max-width:970px){
    .contact01{
        flex-wrap: wrap;
    }
    .contact01 .contact-left{
        width: 100%;
        margin-bottom: 20px;
    }
    .contact01 .contact-right{
        width: 100%;
    }
}


@media(max-width:760px){
    .index_contact .index_contact_text {
        line-height: 28px;
        font-size: 16px;
    }
    .index_contact .index_contact_btn {
        width: 100%;
        float: left;
        padding-top: 25px;
        padding-bottom: 35px;
    }
}


.page_box{
    float: none;
}

/* 底部 */
.footer-box{

}
    .footer-container{
        display: flex;
        justify-content: space-between;
    }
    .footer-container .footer-left{
        width: 210px;
        margin-top: 40px;
        margin-bottom: 40px;
    }
    .footer-container .footer-left a{
        display: block;
    }
    .footer-container .footer-left a:nth-child(1){
       margin-bottom: 20px;
    }
    .footer-container .footer-left a img{
        display: inline-block;
        width: 100%;
    }
    .footer-container .footer-right{
        width: calc(98% - 246px);
        margin-top: 40px;
        margin-bottom: 40px;
    }
    .footer-container .footer-right .right-top{
        padding-bottom: 10px;
        border-bottom: 2px solid #484848;
        display: flex;
        justify-content: space-between;
    }
    .footer-container .footer-right .right-top .right01{
        display: inline-block;
        margin-right: 2%;
    }
    .footer-container .footer-right .right-top .right01 p{
        font-size: 14px;
        line-height: 18px;
        color: #444444;
    }
    .footer-container .footer-right .right-top .right02{
        width: 56%;
    }
    .footer-container .footer-right .right-top .right02 img{
        display: inline-block;
        width: 100%;
    }
    .footer-container .footer-right .right-top .right03{
        display: inline-block;
        width: 16.5%;
    }
    .footer-container .footer-right .right-top .right03 img{
        display: inline-block;
        width: 100%;
    }
    .footer-container .footer-right .right-bottom{
        display: block;
        width: 100%;
        text-align: center;
    }
    .footer-container .footer-right .right-bottom h1{
        font-size: 14px;
        letter-spacing: 20px;
        color: #444;
        margin-top: 30px;
    }
    .footer-container .footer-right .right-bottom p{
        font-size: 12px;
        color: #444;
        letter-spacing: 12px;
    }

    @media(max-width:1500px){
        .footer-container .footer-right .right-top .right01 p {
            font-size: 12px;
            line-height: 12px;
        }
    }

    @media(max-width:1400px){
        .footer-container .footer-left {
            width: 180px;
            margin-top: 30px;
            margin-bottom: 30px;
        }
        .footer-container .footer-right {
            width: calc(98% - 180px);
            margin-top: 30px;
            margin-bottom: 30px;
        }
        .footer-container .footer-right .right-bottom h1 {
            font-size: 12px;
            letter-spacing: 15px;
            margin-top: 25px;
        }
        .footer-container .footer-right .right-bottom p {
            font-size: 12px;
            letter-spacing: 8px;
        }
    }
    @media(max-width:1260px){
        .footer-container .footer-right .right-top{
           flex-wrap: wrap;
        }
        .footer-container .footer-right .right-top .right01{
            width: 100%;
            margin-bottom: 2%;
            margin-right: 0;
        }
        .footer-container .footer-right .right-top .right02{
            width: 70%;
        }
        .footer-container .footer-right .right-top .right03 {
            width: 22.5%;
        }
    }
    @media(max-width:1200px){
        .footer-container {
            padding: 0 3%;
        }
    }
   
    @media(max-width:760px){
        .footer-container{
            flex-wrap: wrap;
        }
        .footer-container .footer-left{
            display: flex;
            justify-content: space-around;
            width: 100%;
            margin-bottom: 0;
            margin-top: 15px;
        }
        .footer-container .footer-left a{
            display: inline-block;
            width: 48%;
        }
        .footer-container .footer-right{
            width: 100%;
            margin-top: 0;
            margin-bottom: 15px;
        }
        .footer-container .footer-right .right-top{
            padding-bottom: 0;
        }
        .footer-container .footer-right .right-bottom h1 {
            font-size: 12px;
            letter-spacing: 10px;
            margin-top: 15px;
        }
        .footer-container .footer-right .right-bottom p {
            letter-spacing: 3px;
        }
        .footer-container .footer-right .right-top .right02 {
            width: 100%;
        }
        .footer-container .footer-right .right-top .right03 {
            width: 60%;
            margin-left: 20%;
        }
    }





    /* 标题 */
    .index_adv .index_adv_title p,.index_about .index_about_title p,.index_news .index_news_title p{
        display: inline-block;
       position: relative;
    }
    .index_adv .index_adv_title p:after,.index_about .index_about_title p::after,.index_news .index_news_title p::after{
        content: "";
        position: absolute;
        left: -120px;
        top: calc(50% - 2px);
        width: 94px;
        height: 4px;
        background: url(../images/title-icon.jpg) no-repeat;
        background-size: 100% 100%;
    }
    .index_adv .index_adv_title p:before,.index_about .index_about_title p::before,.index_news .index_news_title p::before{
        content: "";
        position: absolute;
        right: -120px;
        top: calc(50% - 2px);
        width: 94px;
        height: 4px;
        background: url(../images/title-icon.jpg) no-repeat;
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
    }
      


#banner{
    margin-top: 120px;
}

@media(max-width:991px){
    #banner{
        margin-top: 80px;
    }
}
.header_box{
    padding: 20px;
    height: 120px;
    background-color: #FFF !important;
    box-shadow: 0px 0px 10px #333;
    z-index: 9999999;
}

.header_navs ul li a{
    color: #333 !important;
}
.header_box .header_logo a {
    float: left;
    width: 200px;
    height: 62px;
    /* background: url(../images/logo_red.png) center center no-repeat !important; */
}
.header_logo h1 {
    padding: 0;
    margin: 0;
    display: block;
}
.header_box ul li a {
    line-height: 62px;
}
.header_box ul li a .span{
    top: 52px !important;
}
