﻿/* CSS Document */
html, body, div, h1, h2, h3, h4, h5, h6,hr, p, blockquote, dl, dt, dd, ul, ol, li,
pre, form, fieldset, object, code,legend, button, input, textarea, label,th, td, a, img {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
} 

/*清除内外边距*/
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    font-size: 100%;
}

ul, ol, li, dl, dt, dd {
    list-style: none;
    list-style-type: none;
}

body {
    margin: 0px;
    padding: 0px;
    font-size: 12px; 
    line-height: 24px;
    font-family: "Microsoft YaHei";
    background-color: #fff;
}
/*table{ margin:0 auto;}*/
table {
    table-layout: fixed;
    word-wrap: break-word;
}

i{font-style:normal;}

img {
    vertical-align:middle;
    border: none;
}

a {
    color: #444;
    text-decoration: none;
}

a:hover {
    color: #bc1d21;
    text-decoration: none;
} 
 
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

* html .clearfix {
    zoom: 1;
}
/* IE6 */
*:first-child + html .clearfix {
    zoom: 1;
}
/* IE7 */
.clear {
    clear: both;
}

.fl_l {
    float: left;
}

.fl_r {
    float: right;
} 

/*顶部及底部公用部分*/
.navbox {
    background: #fff;
    width: 100%;
    height: 90px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 499;
    box-shadow: 0 3px 3px #e5e5e5;
    overflow: hidden;
}
    .navbox ul{width:1200px; margin:0 auto; display:flex; justify-content:space-between; }
        .navbox ul li {
            padding-top: 4px; 
            position:relative;
        }
            .navbox ul li.navli::after {
                content: ' ';
                position: absolute;
                width: 0; 
                height: 3px;
                top: 66px;
                left: 0;
                transition: all .3s;
                -webkit-transition: all .3s;
            }

            .navbox ul li.navli:hover::after {
                width: 100%;
                background: #c3181c;
            }
        .navbox ul li a {
            display: block;
            height: 86px;
            line-height: 82px;
            background: #fff;
            text-align: center;
            color: #000;
            font-size: 15px;
            font-weight: 500;
        }
            .navbox ul li a:hover {
                color: #c3181c;
            }
             
            .navbox ul li.currnav a{
                color: #c3181c;
            }
                .navbox ul li.currnav::after {
                    width: 100%;
                    background: #c3181c;
                }

.footer {
    background: #272727;
    padding: 0px 0;
}

    .footer ul {
        width: 1200px;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
    }

        .footer ul li {
            line-height: 90px;
            font-size: 12px;
            color: #fff;
        }

        .footer ul li.comname img{ 
            height:60px; 
        }

            .footer ul li.comname span {
                color: #fff;
                font-size: 18px;
                margin-left: 10px;
            }

    .footer a {
        color: #ffffff;
    }
    
.flinkbox{display:flex!important; justify-content:center!important; align-items:center!important; line-height:24px!important;}
.fselwrap{background:#fff; padding:0 0; width:220px; height:24px; box-sizing:border-box; border-radius:2px; position:relative; cursor:pointer;}
.fselwrap::after{ content: ' '; position: absolute; right: 8px; top: 9px; width: 0; height:0; border-width: 6px;  border-style: solid; border-color: #c3c3c3 transparent transparent transparent}
.flinksel{border:none; outline:none; -webkit-appearance:none; -moz-appearance:none; padding:0 5px; margin:0; height:24px; width:220px; cursor:pointer; color:#585858; }

/*首页*/
@-webkit-keyframes scale-bg {
    from {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes scale-bg {
    from {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
} 

.banner-slider {
    width: 100%;
    position: relative; 
    margin: 90px auto 0;   
    height: 900px;
    transition: all .3s;
    box-sizing:border-box;
    overflow:hidden;
}

@media screen and (max-width: 992px) {
    .banner-slider {
        max-width: 990px;
        height: 400px;
    }
}

@media screen and (max-width: 768px) {
    .banner-slider {
        max-width: 760px;
        height: auto;
        margin: 80px auto;
    }
}

@media screen and (max-height: 500px) and (min-width: 992px) {
    .banner-slider {
        height: 350px;
    }
}

.banner-slider_item {
    display: flex;
    align-items: center;
}

@media screen and (max-width: 768px) {
    .banner-slider_item {
        flex-direction: column;
    }
}

.banner-slider_item.swiper-slide-active .banner-slider_img{
    opacity: 1;
    /*transition-delay: .3s;*/
    visibility: visible;
    -webkit-animation: scale-bg 6s linear forwards;
    animation: scale-bg 6s linear forwards;
}

.banner-slider_item.swiper-slide-active .banner-slider_content > * {
    opacity: 1;
    transform: none;
}

.banner-slider_item.swiper-slide-active .banner-slider_content > *:nth-child(1) {
    transition-delay: 0.3s;
}

.banner-slider_item.swiper-slide-active .banner-slider_content > *:nth-child(2) {
    transition-delay: 0.4s;
}

.banner-slider_item.swiper-slide-active .banner-slider_content > *:nth-child(3) {
    transition-delay: 0.5s;
} 
 
.banner-slider_img {
    position:absolute;
    width: 100%;
    height: 900px;
    flex-shrink: 0;
    /*background-image: linear-gradient(147deg, #fe8a39 0%, #fd3838 74%);
    box-shadow: 4px 13px 30px 1px rgba(252, 56, 56, 0.2); 
    transform: translateX(-80px);*/
    overflow: hidden;
} 
    .banner-slider_img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
        opacity: 0;
        border-radius: 20px;
        transition: all .3s;
    }

@media screen and (max-width: 768px) {
    .banner-slider_img {
        transform: translateY(-50%);
        width: 100%;
    }
}

@media screen and (max-width: 576px) {
    .banner-slider_img {
        width: 95%;
    }
}

@media screen and (max-height: 500px) and (min-width: 992px) {
    .banner-slider_img {
        height: 270px;
    }
}

.banner-slider_content { 
    position: absolute;
    left: 50%;
    top: 30%;
    z-index: 99;
    margin-left:-450px;
    transform: translateY(-30%);
    -webkit-transform: translateY(-30%);
}

@media screen and (max-width: 768px) {
    .banner-slider_content {
        margin-top: -80px;
        text-align: center;
        padding: 0 30px;
    }
}

@media screen and (max-width: 576px) {
    .banner-slider_content {
        padding: 0;
    }
}

.banner-slider_content > * {
    opacity: 0;
    transform: translateY(25px);
    transition: all .4s;
}

.banner-slider_code {
    color: #7b7992;
    margin-bottom: 15px;
    display: block;
    font-weight: 500;
}

.banner-slider_title {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px;
}

.banner-slider_text {
    color: #fff;
    margin-bottom: 30px;
    line-height: 1.5em;
}

.banner-slider_button {
    display: inline-flex;
    background-image: linear-gradient(147deg, #fe8a39 0%, #fd3838 74%);
    padding: 15px 35px;
    border-radius: 50px;
    color: #fff;
    box-shadow: 0px 14px 80px rgba(252, 56, 56, 0.4);
    text-decoration: none;
    font-weight: 500;
    justify-content: center;
    text-align: center;
    letter-spacing: 1px;
}

@media screen and (max-width: 576px) {
    .banner-slider_button {
        width: 100%;
    }
}

.banner-slider .swiper-container-horizontal > .swiper-pagination-bullets, .banner-slider .swiper-pagination-custom, .banner-slider .swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%;
}

.banner-slider_pagination {
    position: absolute;
    z-index: 21;
    text-align: center;
    width: 200px !important;
    left: 47% !important;
    bottom: 20px !important;
    display: flex;
    /*transform: translateY(-50%);*/
}

@media screen and (max-width: 768px) {
    .banner-slider_pagination {
        /*transform: translateX(-50%);*/
        left: 50% !important;
        bottom: 20px !important;
        width: 100% !important;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

.banner-slider_pagination.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 8px 8px;
}

@media screen and (max-width: 768px) {
    .banner-slider_pagination.swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 5px;
    }
}

.banner-slider_pagination .swiper-pagination-bullet {
    width: 11px;
    height: 11px;
    display: block;
    border-radius: 10px;
    background: #062744;
    opacity: 0.2;
    transition: all .3s;
}

.banner-slider_pagination .swiper-pagination-bullet-active {
    opacity: 1;
    background: #fd3838;
    width: 30px;
    box-shadow: 0px 0px 20px rgba(252, 56, 56, 0.3);
}

@media screen and (max-width: 768px) {
    .banner-slider_pagination .swiper-pagination-bullet-active {
        height: 11px;
        width: 30px;
    }
}


/*banner css*/  
.slideshow {
    position: relative;
    z-index: 1;
    width: 100%;
    margin: 0 auto;
}

    .slideshow * {
        outline: none;
    }

    .slideshow .slider-track {
        -webkit-transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
        transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
    }

    .slideshow .item {
        width: 100vw;
        height: 100vh;
        position: relative;
        overflow: hidden;
        z-index: 1;
    }


.indexnavbox {
    width: 1200px;
    height: 90px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 499;
    overflow: hidden;
}

    .indexnavbox ul {
        width: 1200px;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
    }

        .indexnavbox ul li {
            padding-top: 4px;
            position: relative;
        }

            .indexnavbox ul li.indexnavli::after {
                content: ' ';
                position: absolute;
                width: 0;
                height: 3px;
                top: 66px;
                left: 0;
                transition: all .3s;
                -webkit-transition: all .3s;
            }

            .indexnavbox ul li.indexnavli:hover::after {
                width: 100%;
                background: #c3181c;
            }

            .indexnavbox ul li a {
                display: block;
                height: 86px;
                line-height: 82px;
                text-align: center;
                color: #fff;
                font-size: 15px;
                font-weight:normal;
            }

                .indexnavbox ul li a:hover {
                    color: #c3181c;
                }

            .indexnavbox ul li.currnav a {
                color: #c3181c;
            }

            .indexnavbox ul li.currnav::after {
                width: 100%;
                background: #c3181c;
            }

@keyframes animX {
    0% {
        left: 0px;
    }

    100% {
        left: 20px;
    }
}

@keyframes animY {
    0% {
        top: 0px;
    }

    100% {
        top: 4px;
    }
}

@keyframes scale {
    0% {
        transform: scale(1)
    }

    50% {
        transform: scale(1.06)
    }

    100% {
        transform: scale(1)
    }
}

.do_trans0 {
    /*animation: name duration timing-function delay iteration-count direction;*/
    animation: animX 800ms cubic-bezier(0.36, 0, 0.64, 1) -400ms 2 alternate, animY 800ms cubic-bezier(0.36, 0, 0.64, 1) 0s 2 alternate, scale 1600ms cubic-bezier(0.36, 0, 0.64, 1) 0s 1 alternate;
}

.do_trans1 {
    animation: animX 850ms cubic-bezier(0.36, 0, 0.64, 1) -425ms 2 alternate, animY 850ms cubic-bezier(0.36, 0, 0.64, 1) 0s 2 alternate, scale 1700ms cubic-bezier(0.36, 0, 0.64, 1) 0s 1 alternate;
}

.do_trans2 {
    animation: animX 900ms cubic-bezier(0.36, 0, 0.64, 1) -450ms 2 alternate, animY 900ms cubic-bezier(0.36, 0, 0.64, 1) 0s 2 alternate, scale 1800ms cubic-bezier(0.36, 0, 0.64, 1) 0s 1 alternate;
}

.do_trans3 {
    animation: animX 950ms cubic-bezier(0.36, 0, 0.64, 1) -475ms 2 alternate, animY 950ms cubic-bezier(0.36, 0, 0.64, 1) 0s 2 alternate, scale 1900ms cubic-bezier(0.36, 0, 0.64, 1) 0s 1 alternate;
}

.do_trans4 {
    animation: animX 1000ms cubic-bezier(0.36, 0, 0.64, 1) -500ms 2 alternate, animY 1000ms cubic-bezier(0.36, 0, 0.64, 1) 0s 2 alternate, scale 2000ms cubic-bezier(0.36, 0, 0.64, 1) 0s 1 alternate;
}

.bannerimg {
    position: absolute;
    width: 100%;
    height: 100%;
}

.img_0 {
    background: url(/images/banner1.jpg) no-repeat 50%/cover;
}

.img_1 {
    background: url(/images/banner2.jpg) no-repeat 50%/cover;
}

.img_2 {
    background: url(/images/banner3.jpg) no-repeat 50%/cover;
}

.banner_txt {
    position: absolute;
    left: 0;
    right: 0;
    top: 35%;
    z-index: 99;
    width: 1200px;
    margin: 0 auto;
    color: #fff;
}

    .banner_txt h5 {
        font-weight: normal;
        font-size: 18px;
        opacity: 0.8;
    }

    .banner_txt h2 {
        font-weight: bold;
        font-size: 56px;
        line-height: 1.2;
        margin-top: 30px;
    }

.mt-15 {margin-top:25px;}

[class*=btn-more] {
    line-height: 2.25rem
}

    [class*=btn-more]:before {
        content: "";
        float: left;
        width: 30px;
        height: 30px;
        margin-right: 1rem;
        background: no-repeat 0/contain
    }

    [class*=btn-more]:hover {
        opacity: .7
    }

.btn-more:before {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0OSIgaGVpZ2h0PSIzOCI+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwIDEpIj48Y2lyY2xlIGN4PSIyOS43IiBjeT0iMTguMDM4IiByPSIxNy45MjUiIHN0cm9rZT0iIzMzMyIvPjxwYXRoIGZpbGw9IiMzMzMiIGZpbGwtcnVsZT0ibm9uemVybyIgZD0iTTM0LjcyNSAxOC4wMzhsLTguNTg4LTUuMDI2djEwLjA1MWw4LjU4OC01LjAyNSIvPjxwYXRoIHN0cm9rZT0iIzMzMyIgZD0iTTI2LjU4NyAxOC4wMzhILjMzNyIvPjwvZz48L3N2Zz4=)
}

.btn-more-light { 
    color: #fff;
    font-size:16px;
    position:relative;
    padding-left:40px;
}
    .btn-more-light:hover {
        color: #fff;
        opacity: .7
    }

    .btn-more-light:before {
        position:absolute;
        top:0;
        left:0;
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0OSIgaGVpZ2h0PSIzOCI+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwIDEpIj48Y2lyY2xlIGN4PSIyOS43IiBjeT0iMTguMDM4IiByPSIxNy45MjUiIHN0cm9rZT0iI2ZmZiIvPjxwYXRoIGZpbGw9IiNmZmYiIGZpbGwtcnVsZT0ibm9uemVybyIgZD0iTTM0LjcyNSAxOC4wMzhsLTguNTg4LTUuMDI2djEwLjA1MWw4LjU4OC01LjAyNSIvPjxwYXRoIHN0cm9rZT0iI2ZmZiIgZD0iTTI2LjU4NyAxOC4wMzhILjMzNyIvPjwvZz48L3N2Zz4=);
        background-position:0 0;
    }

.arrow {
    background: none;
    cursor: pointer
}

    .arrow:after, .arrow:before {
        content: "";
        position: absolute;
        top: 42%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .arrow:before {
        border: 1px solid #fff;
        border-radius: 50%
    }

    .arrow:after {
        background: no-repeat 50%/1.5rem
    }

.arrow-left:after, .arrow-left:before {
    right: 0
}

.arrow-left:after {
    background-image: url(/images/left_arrow.svg)
}

.arrow-right:after, .arrow-right:before {
    left: 0
}

.arrow-right:after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMyIgaGVpZ2h0PSIxNSI+PGcgZmlsbD0iI0ZGRiIgZmlsbC1ydWxlPSJldmVub2RkIj48cGF0aCBkPSJNMTUuMzgzIDBsLTEuMzQ0IDEuMzQzIDcuNDI1IDcuNDI0IDEuMzQ0LTEuMzQzeiIvPjxwYXRoIGQ9Ik0xNC4wNjYgMTMuNjE5bDEuMzQzIDEuMzQ0IDcuNDI1LTcuNDI1LTEuMzQ0LTEuMzQ0ek0xMy41IDUuODE0YTEuNyAxLjcgMCAxMS0uMDAxIDMuNDAxIDEuNyAxLjcgMCAwMTAtMy40bS01Ljc5OSAwYTEuNyAxLjcgMCAxMS0uMDAxIDMuNCAxLjcgMS43IDAgMDEuMDAxLTMuNG0tNiAwYTEuNyAxLjcgMCAxMS0uMDAxIDMuNCAxLjcgMS43IDAgMDEuMDAxLTMuNCIvPjwvZz48L3N2Zz4=)
}

.arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 5rem;
    height: 5rem
}

    .arrow:after, .arrow:before {
        -webkit-transition: .2s ease-out;
        transition: .2s ease-out;
        width: 4rem;
        height: 4rem
    }

    .arrow:after {
        -webkit-transition-delay: .1s;
        transition-delay: .1s
    }

    .arrow:hover:before {
        width: 4.5rem;
        height: 4.5rem
    }

.arrow-left {
    left: 4rem
}

    .arrow-left:hover:before {
        right: .5rem
    }

    .arrow-left:hover:after {
        right: .75rem
    }

.arrow-right {
    right: 4rem
}

    .arrow-right:hover:before {
        left: .5rem
    }

    .arrow-right:hover:after {
        left: .75rem
    }


.dots {
    position: absolute;
    left: 0;
    right: 0;
    overflow: hidden;
    bottom: 3.25rem
}

.dots-bd {
    position: relative;
    height: 2.5rem;
    width: 900px;
    margin: 0 auto;
    display: flex;
    justify-content: space-around; 
}

    .dots-bd:after, .dots-bd:before {
        content: "";
        position: absolute;
        top: 50%;
        border-top: .5px solid hsla(0,0%,100%,.5);
        width: 100vw
    }

    .dots-bd:before {
        right: 100%
    }

    .dots-bd:after {
        left: 100%
    }

.dots-wrap {
    position: relative;
    width: 900px;
    overflow: hidden;
}

.dots-item {
    position: absolute;
    width: 300px;
    display: flex;
    justify-content: space-between;
}

    .dots-item:first-child {
        left: 0
    }

    .dots-item:nth-child(2) {
        left: 300px;
    }

    .dots-item:last-child {
        left: 600px;
    }

.dots-line {
    position: relative;
    height: 2.5rem;
    flex-grow: 1;
}

    .dots-line:before {
        content: "";
        position: absolute;
        left: 0;
        top: 50%;
        width: 100%;
        border-top: .5px solid hsla(0,0%,100%,.5);
    }
     

.dots-disc {
    position: relative;
    height: 2.5rem;
    cursor: pointer;
}

    .dots-disc:before, .dots-disc i {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%)
    }

    .dots-disc:before {
        content: "";
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background: #fff
    }

    .dots-disc i {
        z-index: 10;
        width: 50px;
        height: 50px;
    }

.dots-title {
    position: relative;
    color: #fff;
    font-size: .8125rem;
    line-height: 2.5rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 110px;
}

    .dots-title span {
        display: block;
        padding: 0 1.5rem;
        white-space: nowrap;
        overflow: hidden;
        text-align: center;
    }

    .dots-title svg {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        paddign: 0;
        margin: 0;
    }

.rect-highlight {
    display: none
}

.dots-active .rect-highlight {
    display: block
}
/**/ 


.index_videobox {
    background-color: #e8e8e8;
}

.index_videowrap {
    /*width: 1200px;*/
    margin: 0 auto;
    text-align: center;
    padding: 30px 0 0;
}
    .index_videowrap h4 {
        padding: 30px 0 50px;
        text-align:center;
    }
        .index_videowrap h4 span {
            display: inline-block;
            font-size: 42px;
            margin: 25px 15px 10px;
            font-weight: bold;
            color: #282523;
            /*border-bottom: solid 4px #bc1d20;*/
        }

        .index_videowrap h4 i {
            display: block;
            font-size: 34px;
            color: #bc1d20;
            font-family: Arial;
            font-weight: bold;
            margin: 0px 0;
        }

.index_videohz {
    position: relative;
    min-height: 680px;  
}

.index_video {
    position: relative;
    width: 1200px;
    height: 630px;
    margin: 0 auto;
    box-sizing: border-box;
    overflow: hidden; 
}

    .index_video video {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        margin: 0 auto;
        padding: 0;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        object-fit: cover;
        transition: width .8s;
        -webkit-transition: width .8s;
    }

    .video_btn{
        position:absolute;
        right:10px;
        bottom:20px;
        width:80px;
        height:80px;
        cursor:pointer;
        z-index:1099;
    }
 
.indexcybox { 
    margin: 0 auto;
    text-align: center;
    padding: 40px 0;
}

    .indexcybox h4 {
        padding: 30px 0 50px;
        text-align: center;
    }

        .indexcybox h4 span {
            display: inline-block;
            font-size: 42px;
            margin: 25px 15px 10px;
            font-weight: bold;
            color: #282523;
            /*border-bottom: solid 4px #bc1d20;*/
        }

        .indexcybox h4 i {
            display: block;
            font-size: 34px;
            color: #bc1d20;
            font-family: Arial;
            font-weight: bold;
            margin: 0px 0;
        }


.indexcylist{
    max-width:1920px;
    margin:0 auto;
}

@media screen and (min-width: 1921px) {
    .indexcylist {
        width: 1920px;
        margin: 0 auto;
    }
}

@media screen and (min-width: 1567px) and (max-width: 1920px) {
    .indexcylist {
        width: 100%;
        margin: 0 auto;
    }
}

@media screen and (min-width: 1367px) and (max-width: 1565px) {
    .indexcylist {
        width: 1440px;
        margin: 0 auto;
    }
}

@media screen and (min-width: 1281px) and (max-width: 1366px) {
    .indexcylist {
        width: 1200px;
        margin: 0 auto;
    }
}

@media screen and (min-width: 769px) and (max-width: 1280px) {
    .indexcylist {
        width: 960px;
        margin: 0 auto;
    }
}

.indexcylist ul{
    display:flex; 
} 
    .indexcylist li {
        width: 25%; 
    }

        .indexcylist li a {
            display: block;
            width: 100%;
            height: 800px;
            background:none;
            -webkit-transition: 1.8s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
            -moz-transition: 1.8s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
            -o-transition: 1.8s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
            transition: 1.8s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
        }

@media screen and (min-width: 1567px) and (max-width: 1920px) { 
    .indexcylist li a {
        height:800px;
    }
}

@media screen and (min-width: 1367px) and (max-width: 1565px) {
    .indexcylist li a {
        height: 630px;
    }
}

@media screen and (min-width: 1281px) and (max-width: 1366px) {
    .indexcylist li a {
        height: 500px;
    }
}

@media screen and (min-width: 769px) and (max-width: 1280px) {
    .indexcylist li a {
        height: 400px;
    }
}

        .indexcylist li.ico1 a {
            background: url(../images/indexcya1.jpg) no-repeat top center;
            background-size: 100% 100%;
        }

        .indexcylist li.ico2 a {
            background: url(../images/indexcya2.jpg) no-repeat top center;
            background-size: 100% 100%;
        }

        .indexcylist li.ico3 a {
            background: url(../images/indexcya3.jpg) no-repeat top center;
            background-size: 100% 100%;
        }

        .indexcylist li.ico4 a {
            background: url(../images/indexcya4.jpg) no-repeat top center;
            background-size: 100% 100%;
        }

        .indexcylist li.ico1 a:hover {
            background: url(../images/indexcypic1.jpg) no-repeat top center;
            background-size: 100% 100%;
        }

        .indexcylist li.ico2 a:hover {
            background: url(../images/indexcypic2.jpg) no-repeat top center;
            background-size: 100% 100%;
        }

        .indexcylist li.ico3 a:hover {
            background: url(../images/indexcypic3.jpg) no-repeat top center;
            background-size: 100% 100%;
        }

        .indexcylist li.ico4 a:hover {
            background: url(../images/indexcypic4.jpg) no-repeat top center;
            background-size: 100% 100%;
        }
         
.indexnewsbox {
    margin: 0 auto;
    text-align: center;
    padding: 0 0 40px;
}
    .indexnewsbox .indexnewstop{
        width:1200px;
        margin:0 auto;
        position:relative; 
    }

        .indexnewsbox .indexnewstop h4 {
            padding: 20px 0;
            text-align: left;
        }

            .indexnewsbox .indexnewstop h4 span {
                display: inline-block;
                margin: 25px 15px 10px 0;
                color: #272727;
                font-family: Arial;
                font-size: 42px;
                font-weight: bold;
                /*border-bottom: solid 4px #bc1d20;*/
            }

            .indexnewsbox .indexnewstop h4 i {
                display: block;
                color: #bc1d20;
                margin: 0px 0 10px;
                font-size: 34px;
                font-weight: bold;
            }

.indexnewsct {
    position: relative;
    width: 1200px;
    height: 405px;
    margin: 20px auto 30px;
    transform-style: preserve-3d;
    transition: transform 1s;
}
.indexnewswrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 405px; 
}

.indexnewsct .indexnewswrap:nth-of-type(1) {
    transform: rotateX(0deg);
}

.indexnewsct .indexnewswrap:nth-of-type(2) {
    transform: rotateX(-90deg);
}

.indexnewsct .indexnewswrap:nth-of-type(3) {
    transform: rotateX(-180deg);
}

.indexnewstype{display:flex; position:absolute; right:0; bottom:18px;}
.indexnewstype li{position:relative; padding:0 15px 0 10px;}
    .indexnewstype li::after {
        content: ' / ';
        position: absolute;
        right: 0;
        top: 0;
        font-size: 15px;
        color: #444;
    } 
    .indexnewstype li:last-child {
        padding-right:0;
    }
        .indexnewstype li:last-child::after {
            content: ' ';
            position: absolute;
            right: 0;
            top: 0;
            font-size: 0; 
        }

    .indexnewstype li a {
        font-size: 15px;
        color: #6f6f6f;
    }
    .indexnewstype li a:hover {
        color: #c3181c; 
    }
        .indexnewstype li a.seltype {
            color: #c3181c;
        }


.indexnewsct .indexnewswrap a {
    display: block;
    width: 33%;
    height: 405px;
    overflow: hidden;
    position: relative;
    float: left; 
    background: #f8f8f8; 
}
.indexnewsct .indexnewswrap a:nth-of-type(2) {
    margin-left:0.5%;
}
    .indexnewsct .indexnewswrap a:last-child {
        float:right;
    }
    .indexnewsct .indexnewswrap a ul {
        width: 100%;
        height: 405px;
    }

.indexnewsct .indexnewswrap ul li.nimg {
    height: 265px;
    overflow: hidden;
}

    .indexnewsct .indexnewswrap ul li.nimg img {
        width: 100%;
        height: 265px;
        object-fit: cover;
        transition: all 1.2s;
    }

.indexnewsct .indexnewswrap ul li.ntxt {
    width: 100%; 
    line-height: 30px;
    /*background: rgba(0,0,0, .3);*/
    color: #3b3b3b;
    padding: 0 20px;
    margin:15px 0;
    font-size: 16px;
    box-sizing: border-box;
    text-align: left;
    height:60px;  
    overflow: hidden;
}

.indexnewsct .indexnewswrap ul li.ntime {
    width: 100%;
    line-height: 30px;
    /*background: rgba(0,0,0, .3);*/
    color: #212121;
    padding: 0px 20px 20px;
    font-size: 14px;
    box-sizing: border-box;
    text-align: left; 
    font-weight:bold;
}

.indexnewswrap a:hover{color:#313131;}

.indexnewslink {
    text-align: right;
    width: 1200px;
    margin: 0 auto;
}

.sq_timer_800ms {
    -webkit-transition: all 800ms;
    -moz-transition: all 800ms;
    -ms-transition: all 800ms;
    -o-transition: all 800ms;
    transition: all 800ms;
}
 
    .unit {
        display: block;
        overflow: hidden;
        position: relative;
        height: 405px;
        background: #f5f5f5
    }

.unit_header {
    position: relative;
    z-index: 2;
    height: 125px;
    padding: 30px;
    box-sizing: border-box; 
}

        .unit_header:before {
            position: absolute;
            top: 20px;
            left: 40px;
            width: 16px;
            height: 3px;
            background: #111;
            content: " "; 
        }

        .unit_header .en {
            margin-bottom: 10px;
            padding-top: 10px;
            font-size: 1rem;
            max-height: 78px;
            line-height: 145%;
            font-weight: 500;
            letter-spacing: 1px;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
            overflow: hidden;
            text-align:left;
            text-overflow: ellipsis;
        }

        .unit_header .jp {
            font-size: 13px;
            font-weight: 700;
            text-align: left;
        } 

    .unit_body { 
        position: absolute;
        top: 145px;
        height: 260px;
        left: 0;
        z-index: 1;
        width: 100%;
        -webkit-transition: top 550ms cubic-bezier(.23, 1, .32, 1);
        -moz-transition: top 550ms cubic-bezier(.23, 1, .32, 1);
        transition: top 550ms cubic-bezier(.23, 1, .32, 1)
    }

        .unit_body:before {
            position: absolute;
            top: 0;
            left: 0;
            z-index: 1;
            width: 100%;
            height: 100%;
            background: 0 0;
            content: ""
        }

    .body_inner { 
        position: relative;
        z-index: 2;
        height: 100%;
        background-repeat: no-repeat;
        background-position: bottom center;
        background-size: cover;
        -webkit-transition: height 550ms cubic-bezier(.23, 1, .32, 1);
        -moz-transition: height 550ms cubic-bezier(.23, 1, .32, 1);
        transition: height 550ms cubic-bezier(.23, 1, .32, 1);
    }

        .body_inner:after,
        .body_inner:before {
            top: 0;
            -webkit-transition: background 550ms cubic-bezier(.23, 1, .32, 1);
            -moz-transition: background 550ms cubic-bezier(.23, 1, .32, 1);
            transition: background 550ms cubic-bezier(.23, 1, .32, 1);
            width: 100%;
            position: absolute;
            left: 0;
            height: 100%;
            content: " "
        }

        .body_inner:before {
            z-index: 1;
            background-repeat: no-repeat;
            background-position: 50%;
            -moz-background-size: auto 580px;
            background-size: auto 580px
        }

        .body_inner:after {
            z-index: 2;
            background: 0 0
        }

        .body_inner .lead {
            position: absolute;
            top: 50px;
            left: 0;
            z-index: 3;
            width: 100%;
            padding: 0 30px;
            box-sizing:border-box;
            text-align: justify;
            color: #fff;
            font-size: 13px;
            line-height: 1.85;
            -webkit-transition: opacity 550ms cubic-bezier(.23, 1, .32, 1), top 550ms cubic-bezier(.23, 1, .32, 1);
            -moz-transition: opacity 550ms cubic-bezier(.23, 1, .32, 1), top 550ms cubic-bezier(.23, 1, .32, 1);
            transition: opacity 550ms cubic-bezier(.23, 1, .32, 1), top 550ms cubic-bezier(.23, 1, .32, 1);
            opacity: 0;
            display: -webkit-box;
            -webkit-line-clamp: 5;
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-overflow: ellipsis;
        } 

    .unit_body:after {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 0;
        width: 0;
        height: 100%;
        background: #e5e5e5;
        content: " "
    }

.m-detail_header:after,
.m-kv_header:after {
    content: ""
}
 
.unit.is_active .unit_header .en,
.unit.is_active .unit_header .jp {
    color: #fff
}

.unit.is_active .unit_header:before {
    background: #bc1d20
}

.unit.is_active .unit_body {
    top: 0
}

    .unit.is_active .unit_body:before {
        height: 620px
    }

.unit.is_active .body_inner {
    height: 405px;
}

    .unit.is_active .body_inner:before {
        background-position: 50% 0
    }

    .unit.is_active .body_inner:after {
        background: rgba(0, 0, 0, .65)
    }

    .unit.is_active .body_inner .lead {
        top: 180px;
        opacity: 1
    } 


/*关于我们*/   
.inner_about_banner {
    width: 100%;
    position: relative;
    margin: 90px auto 0;
    height: 450px;
    transition: all .3s;
    box-sizing: border-box;
    overflow: hidden;
    background: url(/images/inner_banner1.jpg) no-repeat center center;
}
.inner_about_banner_content {
    position: relative;
    width: 1200px;
    margin: 0 auto;
    height: 450px;
}
@keyframes mymove {
    from {
        top: 60%;
        opacity: 0;
    }

    to {
        top: 45%;
        opacity: 1;
    }
}

@-webkit-keyframes mymove /*Safari and Chrome*/
{
    from {
        top: 60%;
        opacity: 0;
    }

    to {
        top: 45%;
        opacity: 1;
    }
}
.inner_about_banner_content img {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -45%);
    animation: mymove 1s ease;
    -webkit-animation: mymove 1s ease; /*Safari and Chrome*/
}

.inner_about{
    width:1200px;
    margin:0 auto;
    padding:30px 0 5px;
}
    .inner_about h4 {
        font-size: 28px;
        font-weight: normal;
        text-align: center;
        color: #333;
        margin: 40px 0 50px;
    }
    .inner_about .inner_about_content {
        color: #888;
        font-size: 16px;
        line-height: 200%;
    }
    .inner_about .inner_about_content p{
        margin:10px 0;
    }

    .inner_about .inner_about_content img{
        max-width:1200px;
    }

.inner_about_num{display:flex; width:100%; justify-content:space-between; margin:60px 0 40px; }
    .inner_about_num .numbox{position:relative; display:inline-block; height:75px; overflow:hidden; width:130px; height:75px;  }
        .inner_about_num .num_no {
            font-family:'Times New Roman';
        } 

.inner_about_num .num_unit {
    position: absolute;
    top: 14px;
    right: 0px;
    width: 25px;
    font-size: 16px;
    overflow: hidden;
    color: #000;
}
    .inner_about_num .num_info {
        position: absolute;
        width: 130px;
        bottom: 0;
        left: 0;
        color: #676767;
        font-size: 15px;
        text-align: center;
    }

.inrow {
    font-size: 12px;
    font-family: arial;
    letter-spacing: normal;
    word-spacing: normal;
}

    .inrow > li, .inrow span {
        display: inline-block;
        *display: inline;
        *zoom: 1;
        font-size: 14px;
        letter-spacing: normal;
        word-spacing: normal;
    }

.dataNums {
    position: absolute;
    top: 0;
    display: block;
    height: 45px;
    text-align: center; 
    overflow:hidden;
}

    .dataNums .dataOne {
        width: 24px;
        height: 45px;
        margin: 0px 0px; 
    }

    .dataNums .dataBoc {
        position: relative;
        width: 100%;
        height: 100%;
        overflow: hidden;
    }

        .dataNums .dataBoc .tt {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
        }

    .dataNums .tt span {
        width: 24px;
        height: 45px;
        display: inline-block;
        vertical-align: middle;
        margin: 0;
        background: url(/images/number.png) no-repeat;
        /*color: #c3181c;*/
    } 
    .dataNums .dataBoc .tt span.num0 { background-position: 0 0; }
    .dataNums .dataBoc .tt span.num1 { background-position: -24px 0; }
    .dataNums .dataBoc .tt span.num2 { background-position: -48px 0; }
    .dataNums .dataBoc .tt span.num3 { background-position: -72px 0; }
    .dataNums .dataBoc .tt span.num4 { background-position: -96px 0; }
    .dataNums .dataBoc .tt span.num5 { background-position: -120px 0; }
    .dataNums .dataBoc .tt span.num6 { background-position: -144px 0; }
    .dataNums .dataBoc .tt span.num7 { background-position: -168px 0; }
    .dataNums .dataBoc .tt span.num8 { background-position: -192px 0; }
    .dataNums .dataBoc .tt span.num9 { background-position: -216px 0; }
      

/*正方之歌*/
.inner_music {
    width: 1200px;
    margin: 0 auto;
    padding: 0px 0 50px;
}

    .inner_music h4 {
        font-size: 28px;
        font-weight: normal;
        text-align: center;
        color: #333;
        margin: 40px 0 50px;
    }

    .inner_music .inner_music_content {
        width: 1198px;
        height: 835px;
        /*box-shadow:0 0 5px 5px #f5f5f5;*/
        border: solid 1px #c3181c;
        margin: 0 auto;
        background: url(/images/music.jpg) no-repeat 100% 100%;
        position: relative;
    }

        .inner_music .inner_music_content #musicbtn {
            position: absolute;
            right: 20px;
            bottom: 10px;
            width: 60px;
            height: 60px;
            z-index: 9;
            cursor: pointer;
        }

.musicbox {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    width: 1140px;
    height:40px;
    line-height:40px;
    margin: 0 auto;
    box-sizing: border-box; 
    display: flex;
    overflow:hidden;
}

.music-range {
    width: 985px;
    height: 10px;
    border-radius: 5px;
    margin-top: 15px;
    cursor: pointer;
    border: solid 1px #eaeaea;
    -webkit-appearance: none;
    background: -webkit-linear-gradient(#eaeaea, #eaeaea) no-repeat;
    background-size: 0% 100%;
} 

    .music-range::-webkit-slider-thumb{
        width: 26px;
        height: 14px;
        background: #c3181c;
        cursor: pointer;
        border-radius: 7px;
        -webkit-appearance: none
    }

/*.music_range {
    display: inline-block;
    width: 986px;
    height: 10px;
    border-radius: 5px; 
    margin-top: 15px;
    position:relative;
    border:solid 1px #eaeaea;
}
.music_range_thumb {
    position:absolute;
    left:0;
    top:-2px;
    width: 26px;
    height: 14px;
    background: #c3181c;
    border-radius: 7px;
    cursor: pointer; 
    z-index:19;
}
.music_range_progress {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height:10px;
    z-index:1;
    background: #eaeaea;
}*/


.music-cur {
    margin-left: 8px;
    color: #ababab;
    font-size: 15px;
}
.music-max {
    color: #ababab;
    font-size: 15px;
}
.music_line {
    color: #ababab;
    font-size: 15px;
}

#btnplay {
    width: 40px;
    height: 40px;
    cursor:pointer;
}

.music_play_off {
    background: url(/images/m_pause.png) no-repeat center center;
    background-size:40px 40px;
}

.music_play_on {
    background: url(/images/m_play.png) no-repeat center center;
    background-size: 40px 40px;
    -webkit-animation: rotating 2.5s linear infinite;
    animation: rotating 2.5s linear infinite;
}

@-webkit-keyframes rotating {
    from {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotating {
    from {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

#btnmute {
    width: 40px;
    height: 40px;
}
.music_mute_on {
    background: url(/images/mute_f.png) no-repeat center center;
    background-size: 32px 32px;
}
.music_mute_off {
    background: url(/images/mute_0.png) no-repeat center center;
    background-size: 32px 32px;
}

/*发展历程*/
.inner_history {
    background: #fbfbfc url(/images/lc_bg.png) no-repeat center 100px;
    min-height: 780px;
    box-sizing: border-box;
    padding: 80px 0 40px;
}
    .inner_history h4 {
        font-size: 28px;
        font-weight: normal;
        text-align: center;
        color: #333;
        margin: 0;
    }


.product-wrapper {
    margin: 20px auto 0;
    background: url(../images/lc_bgline.png) repeat-x center 260px;
    min-height: 580px; 
}

.features-container {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    z-index: 1;
    min-height: 315px; 
}

    .features-container::before {
        content: ' ';
        width: 30px;
        height: 25px;
        background: url(/images/lc_icon.png) no-repeat;
        position: absolute;
        top: 248px;
        left: 0px;
        z-index: 3;
    }

    .features-container::after {
        content: ' ';
        width: 30px;
        height: 25px;
        background: url(/images/lc_icon_r.png) no-repeat;
        position: absolute;
        top: 248px;
        right: 0px;
        z-index: 3;
    }
 
  
/*li*/
.features-item {
    position: relative;
    float: left;
    min-height: 280px;
    cursor: pointer;
    z-index: 10;
}

.features-slide .features-item > * {
    text-align: center;
}

.features-item h3 {
    position: absolute;
    width: 94px;
    height: 94px;
    line-height: 94px;
    border-radius: 50%;
    border: solid 10px transparent;
    top: 140px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    color: #333;
    font-family: 'Times New Roman',Arial;
    z-index: 3;
    transition: all 0.5s;
    opacity: 1;
}

.features-item .features-shuline {
    display: block;
    width: 1px;
    border-left: solid 1px #cacaca;
    position: absolute;
    top:230px;
    left:50%;
    height:18px; 
    z-index:1;
    transition: all 0.5s;
}

.features-item i {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    /*background: #c14043;*/
    background: #cacaca;
    position: absolute;
    top: 252px;
    left: 50%;
    margin-left: -7px;
    z-index: 10;
}

@-webkit-keyframes twinkling {
    0% {
        box-shadow: 0px 0px 5px #dbdbdb;
        opacity: 0.5;
    }

    50% {
        box-shadow: 0px 0px 15px #ccc;
        opacity: 1;
    }

    100% {
        box-shadow: 0px 0px 5px #dbdbdb;
        opacity: 0.5;
    }
}

@keyframes twinkling {
    0% {
        box-shadow: 0px 0px 5px #dbdbdb;
        opacity: 0.5;
    }

    50% {
        box-shadow: 0px 0px 15px #ccc;
        opacity: 1;
    }

    100% {
        box-shadow: 0px 0px 5px #dbdbdb;
        opacity: 0.5;
    }
}

/*鼠标悬浮效果*/
.features-item:hover h3 {
    width: 94px;
    height: 94px;
    line-height: 94px;
    font-size: 28px;
    background: #bc1d20;
    border-radius: 50%;
    color: #fff;
    border: 10px solid #fcfcfd;
    box-shadow: 0px 0px 5px #dbdbdb;
    top: 80px;
    -webkit-animation: twinkling 3s infinite ease-in-out;
    animation: twinkling 3s infinite ease-in-out;
}


.features-item h3.curryear {
    width: 94px;
    height: 94px;
    line-height: 94px; 
    font-size: 28px;
    background: #bc1d20;
    border-radius: 50%;
    color: #fff;
    border: 10px solid #fcfcfd;
    box-shadow: 0px 0px 5px #dbdbdb;
    top: 80px;
    -webkit-animation: twinkling 3s infinite ease-in-out;
    animation: twinkling 3s infinite ease-in-out;
}

.features-item:hover .features-shuline {
    top:200px;
    height:55px;
}
.features-item .currline {
    top: 200px;
    height: 55px;
}

.features-item:hover i {
    /*background: #bc1d20;*/
}

/*.features-item:hover a {
    background: url(../images/productBase-features-info.png) no-repeat;
    background-size: 100% 100%;
}*/

.features-content{
    width:1200px;
    margin:70px auto 0;
    background:#fff;
}

    .features-content ul {
        display: flex;
        display: none;
    }
    .features-content ul li.feature-img img {
        width:300px;
        height:180px;
    }

        .features-content ul li p.features-info-s {
            display: flex;
            justify-content: space-around;
            flex-direction: column;
            font-size: 15px;
            color: #676767;
            line-height: 28px;
            overflow: hidden;
            padding: 0 30px;
            min-height: 180px;
            box-sizing: border-box;
        }
         
.inner_culturebox {
    background: url(/images/wh_bg.jpg) no-repeat center 110px;
    height: 685px;
    box-sizing: border-box;
}
.inner_culturebox h4 {
    font-size: 28px;
    line-height:110px;
    font-weight: normal;
    text-align: center;
    color: #333;
    margin: 0;
}
.inner_culture { 
    margin: 0 auto;
    height: 575px;
    box-sizing: border-box;
    position:relative;
}
    /*.inner_culture .swiper-container {
        width:1200px;
        margin:0 auto; 
    }

    .inner_culture .swiper-slide{

    }*/

    .inner_culture .culture-content {
        width: 1200px;
        margin: 28px auto 5px;
        height: 366px;
        position:relative;
        box-sizing: border-box;   
    }


@keyframes culturemove {
    from {
        top: -100%;
        opacity: 0;
    }

    to {
        top: 0;
        opacity: 1;
    }
}

@-webkit-keyframes culturemove /*Safari and Chrome*/
{
    from {
        top: -100%;
        opacity: 0;
    }

    to {
        top: 0;
        opacity: 1;
    }
}

.inner_culture .culture-content .culturetxt {
    display: none;
    position: absolute;
    top: 0px;
    width: 1200px;
    height: 360px;
    box-sizing: border-box;
    /*padding: 20px 0;
    line-height: 32px;
    font-size: 15px;
    color: #fff; 
    overflow-y: auto;*/
    animation: culturemove 1s ease;
    -webkit-animation: culturemove 1s ease; /*Safari and Chrome*/
}
            /*.inner_culture .culture-content .culturetxt .culturersg {
                width:50%;
            }

            .inner_culture .culture-content .culturetxt .culturersg .culturersg_zfg {
                display: flex;
                padding-left: 30px;
                box-sizing: border-box;
                flex-wrap: wrap;
            }
                .inner_culture .culture-content .culturetxt .culturersg .culturersg_zfg p{
                    width:50%;
                }*/

                 
.inner_culture .culture-container {
    width: 1200px;
    margin: 0px auto;
    display: flex;
    justify-content: space-between; 
}
    .inner_culture .culture-container ul {
        width: 100px;
        height: 130px;
        border-radius: 10px;
        background-color: rgba(0,0,0,0.3);
        box-shadow: 0 0 5px 5px #ededed;
        padding: 10px 20px;
        box-sizing: border-box;
    }

    .inner_culture .culture-container ul li {
        text-align: center;
        cursor: pointer;
    }
            .inner_culture .culture-container ul li:first-child {
                position:relative;
                height:70px;
            }
                .inner_culture .culture-container ul li:first-child img {
                    position: absolute;
                    top: 0;
                    left: 50%;
                    width: 70px;
                    height: 70px;
                    margin-left: -35px;
                    transition: all ease .5s;
                }

                .inner_culture .culture-container ul:hover li:first-child img{
                    top:-20px;
                }

    .inner_culture .culture-container ul li:last-child {
        color: #fff;
        font-size: 15px;
        line-height: 20px; 
    }
        /*.inner_culture .culture-container ul:hover li:last-child {
            color: #fb3838; 
        }*/

    /*.inner_culture .swiper-container {
        --swiper-theme-color: #c3191c;
        --swiper-pagination-color: #c3191c;
        --swiper-navigation-size: 20px;
    }*/

#culturepaginationbox {
    position: relative;
    width: 100%;
    max-width: 1920px;
    height: 1px;
    margin: 30px auto 0;
    background: #999;
    opacity:.8;
    overflow:hidden;
}

    #culturepaginationbox span {
        display: inline-block;
        width: 25%;
        height: 1px;
        position: absolute;
        top: 0;
        left: 0;
        background: #fff;
        transition: width 0.5s;
        -webkit-transition: width 0.5s;
        -moz-transition: width 0.5s;
        overflow: hidden;
    }


    .inner_leaderbox {
        height: 635px;
        box-sizing: border-box;
        overflow: hidden;
    }

    .inner_leaderbox h4 {
        font-size: 28px;
        line-height: 110px;
        font-weight: normal;
        text-align: center;
        color: #333;
        margin: 30px 0 0;
        padding:0 0 20px;
    }

.inner_leader {
    width:1200px;
    margin:20px auto 0;
    position:relative;
    height:350px;  
}
    .inner_leader .swiper-slide .leaderimg {
        width: 370px;
        height: 240px;
        border-radius: 5px;
        box-shadow: 0 0 3px 3px #e7e7e7;
        box-sizing: border-box;
        overflow: hidden;
    }

    .inner_leader .swiper-slide img {
        width: 370px;
        height: 240px;
        transition: all 1s;
    }
    .inner_leader .swiper-slide img:hover {
        transform:scale(1.1);
    }

    .inner_leader .swiper-slide p.leadertxt {
        padding: 10px 0;
        text-align: center;
        line-height: 24px;
        font-size: 16px;
        color: #181818;
    }

    .inner_leader .swiper-container {
        --swiper-theme-color: #c3191c;
        --swiper-pagination-color: #c3191c;
        --swiper-navigation-size:20px;
    }

    .inner_leader .swiper-pagination {
        display: inline-block;
        width: 180px;
        height: 2px;
        position: absolute;
        left: 50%;
        bottom: 9px;
        margin-left: -90px;
        background: #d7d7d7; 
    } 

#paginationbox {
    position: relative;
    width: 240px;
    height: 20px;
    margin: 50px auto 0;
}

    #paginationbox .swiper-button-prev {
        position: absolute;
        bottom: 0;
        left: 0;
        color: #d7d7d7;
        width: 20px;
        height: 20px;
    }
        #paginationbox .swiper-button-prev:hover {
            color: #c3191c;
        }

    #paginationbox .swiper-button-next {
        position: absolute;
        bottom: 0;
        right: 0;
        color: #d7d7d7;
        width: 20px;
        height: 20px;
    }
        #paginationbox .swiper-button-next:hover {
            color: #c3191c;
        }


.inner_orgbox {
    background: #fbfbfb;
    box-sizing: border-box;
}

    .inner_orgbox h4 {
        font-size: 28px;
        height: 110px;
        line-height: 110px;
        font-weight: normal;
        text-align: center;
        color: #333;
        margin: 30px 0 0;
        padding: 20px 0;
    }
.inner_org{
    width:1200px;
    margin:0 auto;
    padding:20px 0;
}


.inner_honorbox {
    height: 560px;
    box-sizing: border-box;  
}

    .inner_honorbox h4 {
        font-size: 28px;
        line-height: 110px;
        font-weight: normal;
        text-align: center;
        color: #333;
        margin: 30px 0 0;
        padding:20px 0;
    }

#certify {
    position: relative;
    width: 1200px;
    margin: 0 auto;
}

    #certify .swiper-container {
        padding-bottom: 10px;
    }

    #certify .swiper-slide {
        width: 460px;
        height: 320px;
        background: #fff;
        box-shadow: 0 8px 30px #ddd;
        /*transition: 300ms;
        transform: scale(0.8);*/
    }

    /*#certify .swiper-slide-active, .swiper-slide-duplicate-active {
        transform: scale(1);
    }*/

        #certify .swiper-slide img {
            display: block;
            width: 460px;
            height: 320px;
        }

        /*#certify .swiper-slide p {
            line-height: 98px;
            padding-top: 0;
            text-align: center;
            color: #636363;
            font-size: 1.1em;
            margin: 0;
        }*/

    #certify .swiper-pagination {
        width: 100%;
        bottom: 20px;
    }

    #certify .swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 5px;
        border: 3px solid #fff;
        background-color: #d5d5d5;
        width: 10px;
        height: 10px;
        opacity: 1;
    }

    #certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
        border: 3px solid #00aadc;
        background-color: #fff;
    }

    #certify .swiper-button-prev {
        left: -30px;
        width: 45px;
        height: 45px;
        background: url(../images/wm_button_icon.png) no-repeat;
        background-position: 0 0;
        background-size: 100%;
    }

        #certify .swiper-button-prev:hover {
            background-position: 0 -46px;
            background-size: 100%
        }

    #certify .swiper-button-next {
        right: -30px;
        width: 45px;
        height: 45px;
        background: url(../images/wm_button_icon.png) no-repeat;
        background-position: 0 -93px;
        background-size: 100%;
    }

        #certify .swiper-button-next:hover {
            background-position: 0 -139px;
            background-size: 100%
        }

.inner_welfarebox {
    height: 770px;
    background:url(/images/gy_bg.jpg);
    box-sizing: border-box;
    overflow:hidden;
}

.inner_welfare{
    width:1200px;
    margin:80px auto 0;
    height:690px;
    box-sizing:border-box;
    background:url(/images/gy_tree_bg.jpg) no-repeat center center;
}

    .inner_welfare h4 {
        font-size: 28px;
        line-height: 40px;
        font-weight: normal;
        text-align: center;
        color: #333;
        margin: 30px 0 0;
    }

.inner_welfare_tree{
    width:800px;
    height:690px;
    margin:0 auto;
    position:relative; 
}



@-webkit-keyframes gytwinkling {
    0% {
        box-shadow: 0px 0px 5px #dbdbdb;
        opacity: 0.5;
    }

    50% {
        box-shadow: 0px 0px 15px #ccc;
        opacity: 1;
    }

    100% {
        box-shadow: 0px 0px 5px #dbdbdb;
        opacity: 0.5;
    }
}

@keyframes gytwinkling {
    0% {
        box-shadow: 0px 0px 5px #dbdbdb;
        opacity: 0.5;
    }

    50% {
        box-shadow: 0px 0px 15px #ccc;
        opacity: 1;
    }

    100% {
        box-shadow: 0px 0px 5px #dbdbdb;
        opacity: 0.5;
    }
}

.welfare {
    display: flex;
    justify-content: space-around;
    align-items: center; 
    border-radius: 50%;
    position: absolute;
    color: #fff;
    transition:all .3s;
    outline:none;
    box-sizing:border-box;
    z-index:9;
    cursor:pointer;
}

.tree_01 {
    background:#d86466 url(/images/gy_icon01.png) no-repeat center 40px;
    width: 175px;
    height: 175px;
    top: 189px;
    left: 11px;
    font-size: 18px;
    padding-top: 55px;
}
    .tree_01:hover {
        background: #bc1d21 url(/images/gy_icon01.png) no-repeat center 40px;  
        -webkit-animation: gytwinkling 3s infinite ease-in-out;
        animation: gytwinkling 3s infinite ease-in-out;
    }

.tree_02 {
    background: #d86466 url(/images/gy_icon02.png) no-repeat center 6px;
    width: 100px;
    height: 100px;
    top: 205px;
    left: 310px;
    font-size: 14px;
    padding-top: 35px;
}
    .tree_02:hover {
        background: #bc1d21 url(/images/gy_icon02.png) no-repeat center 6px; 
        -webkit-animation: gytwinkling 3s infinite ease-in-out;
        animation: gytwinkling 3s infinite ease-in-out;
    }


.tree_03 {
    background: #d86466 url(/images/gy_icon03.png) no-repeat center 25px;
    width: 142px;
    height: 142px;
    top: 126px;
    left: 514px;
    font-size: 16px;
    padding-top: 50px;
}
    .tree_03:hover {
        background: #bc1d21 url(/images/gy_icon03.png) no-repeat center 25px; 
        -webkit-animation: gytwinkling 3s infinite ease-in-out;
        animation: gytwinkling 3s infinite ease-in-out;
    }


.tree_04 {
    background: #d86466 url(/images/gy_icon04.png) no-repeat center 20px;
    width: 142px;
    height: 142px;
    top: 378px;
    left: 214px;
    font-size: 16px;
    padding-top: 50px;
}
    .tree_04:hover {
        background: #bc1d21 url(/images/gy_icon04.png) no-repeat center 20px; 
        -webkit-animation: gytwinkling 3s infinite ease-in-out;
        animation: gytwinkling 3s infinite ease-in-out;
    }



.tree_05 {
    background: #d86466 url(/images/gy_icon05.png) no-repeat center 20px;
    width: 126px;
    height: 126px;
    top: 440px;
    left: 460px;
    font-size: 15px;
    padding-top: 50px;
}
    .tree_05:hover {
        background: #bc1d21 url(/images/gy_icon05.png) no-repeat center 20px; 
        -webkit-animation: gytwinkling 3s infinite ease-in-out;
        animation: gytwinkling 3s infinite ease-in-out;
    }


.tree_06 {
    background: #d86466 url(/images/gy_icon06.png) no-repeat center 35px;
    width: 165px;
    height: 165px;
    top: 274px;
    left: 632px;
    font-size: 18px;
    padding-top: 60px;
}
    .tree_06:hover {
        background: #bc1d21 url(/images/gy_icon06.png) no-repeat center 35px; 
        -webkit-animation: gytwinkling 3s infinite ease-in-out;
        animation: gytwinkling 3s infinite ease-in-out;
    }
      
.inner_news_banner {
    width: 100%;
    position: relative;
    margin: 90px auto 0;
    height: 450px;
    transition: all .3s;
    box-sizing: border-box;
    overflow: hidden;
    background: url(/images/inner_banner2.jpg) no-repeat center center;
}

.inner_news_banner_content {
    position: relative;
    width: 1200px;
    margin: 0 auto;
    height: 450px;
}

@keyframes mynewsmove {
    from {
        top: 60%;
        opacity: 0;
    }

    to {
        top: 45%;
        opacity: 1;
    }
}

@-webkit-keyframes mynewsmove /*Safari and Chrome*/
{
    from {
        top: 60%;
        opacity: 0;
    }

    to {
        top: 45%;
        opacity: 1;
    }
}

.inner_news_banner_content img {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -45%);
    animation: mynewsmove 1s ease;
    -webkit-animation: mynewsmove 1s ease; /*Safari and Chrome*/
}

.inner_newscolumnbox{
    display:flex;
    width:1200px;
    margin:50px auto 40px; 
    justify-content:space-between;
}

.innernewstype {
    display: flex;
}

    .innernewstype li {
        position: relative;
        padding: 0 25px 0 0px;
        line-height:50px;
    }

        .innernewstype li::after {
            content: ' / ';
            position: absolute;
            right: 0;
            top: 0;
            font-size: 15px;
            color: #444;
        }

        .innernewstype li:last-child {
            padding-right: 0;
        }

            .innernewstype li:last-child::after {
                content: ' ';
                position: absolute;
                right: 0;
                top: 0;
                font-size: 0;
            }

        .innernewstype li a {
            margin-left:20px;
            font-size: 18px;
            color: #484848;
        }

        .innernewstype li:first-child a {
            margin-left: 0px; 
        }

            .innernewstype li a:hover {
                color: #c3181c;
            }

            .innernewstype li a.seltype {
                color: #c3181c;
            }

.newsschbox{
    display:flex;
}
.newsschbox li{}
.schsel {
    background: #f5f5f5;
    height: 50px; 
    width: 120px;
    box-sizing: border-box;
    border:none;
    display:block;
    position:relative;
    cursor:pointer;
}
    .schsel::after {
        content: ' ';
        position: absolute;
        right: 10px;
        top: 22px;
        width: 0;
        height: 0;
        border-width: 6px;
        border-style: solid;
        border-color: #c3c3c3 transparent transparent transparent
    } 
        .schsel .sel_down_res {
            line-height: 50px;
            padding: 0 10px;
            font-size:14px;
        }

    .sel_down_content {
        width:120px;
        box-sizing:border-box;
        background:#fff;
        border: solid 1px #ececec; 
        border-top:none;
        position:absolute;
        top:50px;
        left:0;
        z-index:19;
    }
        .sel_down_content ul li {
            line-height: 40px;
            padding: 0 10px;
            font-size: 14px;
        }
    .sel_down_content ul li:hover{background:#f5f5f5;}

.schtxt {
    background: #f5f5f5;
    height: 50px;
    line-height: 50px;
    padding: 0 10px;
    width: 210px;
    box-sizing: border-box;
    font-size:14px;
}
.schbtn {
    border: none;
    width: 50px;
    height: 50px;
    background: #999 url("/images/sch.png") no-repeat center center;
    cursor:pointer; 
}
.schbtn:hover { 
    background: #666 url("/images/sch.png") no-repeat center center; 
} 
 
.inner_top_newsbox{ 
    display:flex;
    width:1200px;
    margin:0px auto 50px;
}

.inner_topnewsbanner { 
    width:1200px;
    height:384px; 
}

    .inner_topnewsbanner ul.hiSlider li.hiSlider-item {
        display: flex;
    }

        .inner_topnewsbanner ul.hiSlider li.hiSlider-item a { 
        }

        .inner_topnewsbanner ul.hiSlider li.hiSlider-item .inner_topnewsimg {
            width: 610px;
            height: 384px;
        } 

        .inner_topnewsbanner ul.hiSlider li.hiSlider-item .inner_topnewsimg img {
            object-fit: cover;
        }

.inner_topnewswrap {
    width: 590px;
    padding: 20px 0 0 35px;
    box-sizing: border-box; 
}

    .inner_topnewswrap i.toptime {
        display: block;
        width: 535px;
        color: #8a8a8a;
        font-family: Arial;
        font-size: 15px;
        line-height: 30px;
    }
    .inner_topnewswrap h3 {
        display: block;
        width: 535px;
        font-size: 21px;
        color: #000;
        line-height: 28px;
        padding: 5px 0;
        margin: 15px 0 30px;
        font-weight: 500;
    }
    .inner_topnewswrap p {
        display: block;
        width: 535px;
        color: #8a8a8a;
        font-size: 16px;
        line-height: 30px;
    }
    .inner_topnewswrap span {
        margin-top: 30px;
        display: block;
        width: 100px;
        height: 30px;
        line-height: 30px;
        color: #c1c1c1;
        font-size: 15px;
    }
        .inner_topnewswrap span i { 
            display: inline-block;
            margin-left:20px;
            width: 20px;
            height: 10px;
            background: url(/images/arrow.png) no-repeat right center;
            background-size: 20px 8px;
        }

    .inner_topnewsbanner ul.hiSlider li.hiSlider-item a:hover span {
        color: #bd2023;
    }
    .inner_topnewsbanner ul.hiSlider li.hiSlider-item a:hover span i {
        color: #bd2023;
        background: url(/images/arrow_curr.png) no-repeat right center;
        background-size: 20px 8px;
    } 

    .inner_newslistbox {
        width: 1200px;
        margin: 10px auto;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
        .inner_newslistbox::after {
            content: "";
            width: 386px;
        } 
        .inner_newslistbox a{overflow:hidden;}
        .inner_newslistbox ul.newslist_wrap {
            width: 386px;
            height: 450px;
            border: solid 1px #ececec;
            box-sizing: border-box;
            cursor: pointer;
            position: relative;
            overflow: hidden;
            margin-bottom: 40px;
        }
        .inner_newslistbox ul.newslist_wrap:hover {
            border: solid 1px #bc1d21;
        }

        .inner_newslistbox ul.newslist_wrap li.dot {
            position: absolute;
            width: 1px;
            height: 1px;
            overflow: hidden; 
        }
            .inner_newslistbox ul.newslist_wrap li.newslist_img {
                width: 386px;
                height: 260px;
                overflow: hidden;
            }
                .inner_newslistbox ul.newslist_wrap li.newslist_img img {
                    width: 386px;
                    height: 260px;
                    transition: all 1s;
                    object-fit: cover;
                }

        .inner_newslistbox ul.newslist_wrap:hover li.newslist_img img {
            transform: scale(1.1);
        }

            .inner_newslistbox ul.newslist_wrap .newslist_info {
                padding:10px 20px;
                height:190px;
                overflow:hidden;
                box-sizing:border-box; 
            }
                .inner_newslistbox ul.newslist_wrap .newslist_info p.newslist_tit {
                    color: #000;
                    font-size: 18px;
                    line-height: 34px;
                    width: 340px;
                    height: 34px;
                    font-weight: 500;
                    overflow: hidden;
                }

                .inner_newslistbox ul.newslist_wrap .newslist_info p.newslist_profile {
                    font-size: 13px;
                    color: #999;
                    line-height: 22px;
                    padding: 10px 0;
                    width: 340px;
                    height:36px;
                    margin-bottom:10px;
                    overflow: hidden; 
                }

                .inner_newslistbox ul.newslist_wrap .newslist_info p.newslist_time {
                    font-size: 14px;
                    color: #666; 
                }

                .inner_newslistbox ul.newslist_wrap .newslist_info .newslist_readmore {
                    margin-top: 10px;
                    padding-top: 1px;
                    color: #9d9d9d;
                    background: #ececec;
                    position: relative;
                }

                    .inner_newslistbox ul.newslist_wrap .newslist_info .newslist_readmore i.progress { 
                        position: absolute;
                        width: 1px;
                        height: 1px;
                        top: 0;
                        left: 0; 
                        overflow: hidden;
                        border-top: solid 1px transparent;
                    }
                    .inner_newslistbox ul.newslist_wrap .newslist_info .newslist_readmore .readmorewrap {
                        height: 35px;
                        line-height: 35px;
                        background: #fff;
                        overflow: hidden;
                        font-size:14px;
                        font-family: Arial;
                    }

                    .inner_newslistbox ul.newslist_wrap .newslist_info .newslist_readmore i.arrow {
                        position: absolute;
                        top: 18px;
                        right: 0;
                        width: 25px;
                        height: 13px;
                        background: url(/images/arrow.png) no-repeat;
                    }

        .inner_newslistbox ul.newslist_wrap:hover .newslist_info p.newslist_tit {
            color: #868686;
        }

            .inner_newslistbox ul.newslist_wrap:hover .newslist_info p.newslist_profile {
                color: #b5b5b5;
            }

            .inner_newslistbox ul.newslist_wrap:hover .newslist_info p.newslist_time {
                color: #b5b5b5;
            }

        .inner_newslistbox ul.newslist_wrap:hover .newslist_info .newslist_readmore .progress {
            -webkit-animation: newslinehorizontal .8s linear forwards;
            animation: newslinehorizontal .8s linear forwards;
        }

        .inner_newslistbox ul.newslist_wrap:hover .newslist_info .newslist_readmore .readmorewrap {
            color: #bc1d21;
        }

        .inner_newslistbox ul.newslist_wrap:hover .newslist_info .newslist_readmore i.arrow {
            background: url(/images/arrow_curr.png) no-repeat;
        }


.inner_newslistbox1 {
    width: 1200px;
    margin: 0 auto 80px;
}

    .inner_newslistbox1 ul.newslistwrap1 { 
        display: flex;
        justify-content: space-between;
        border-bottom: solid 1px #ececec;
        padding:50px 0;
        box-sizing:border-box;
        position:relative;
        cursor:pointer;
    }

    /*.inner_newslistbox1 ul.newslistwrap1:hover {
        background:#f9f9f9; 
    }*/
        .inner_newslistbox1 ul.newslistwrap1 .nprogress {
            position:absolute;
            width:1px;
            height:1px;
            left:0;
            bottom:0;
            border-bottom:solid 1px transparent;
        }

        .inner_newslistbox1 ul.newslistwrap1:hover .nprogress {
            -webkit-animation: newslinehorizontal 1s linear forwards;
            animation: newslinehorizontal 1s linear forwards;
        }

        .inner_newslistbox1 ul.newslistwrap1 h3.newslist_tit1 {
            color:#000;
            font-size:20px;
            padding:0 0 5px;
        }
        .inner_newslistbox1 ul.newslistwrap1:hover h3.newslist_tit1 {
            color:#666;
        }

        .inner_newslistbox1 ul.newslistwrap1 .newslist_profile1 {
            color:#999;
            line-height:24px;
            font-size:14px;
            padding:10px 30px 20px 0;
            box-sizing:border-box;
        }
        .inner_newslistbox1 ul.newslistwrap1:hover .newslist_profile1 {
            color: #999;
        }

        .inner_newslistbox1 ul.newslistwrap1 i {
            color: #b4b4b4;
            font-size:13px;
        } 

        .inner_newslistbox1 ul.newslistwrap1 li.newslist_img1 {  
            flex-shrink:0;
            width:240px;
            height:160px; 
            border:solid 1px #eaeaea;
            overflow:hidden;
        }

            .inner_newslistbox1 ul.newslistwrap1 li.newslist_img1 img {
                width: 240px;
                height: 160px;
                transition: all 1s;
            }

            .inner_newslistbox1 ul.newslistwrap1:hover li.newslist_img1 img {
                transform: scale(1.1);
            } 

        /*.inner_newslistbox1 ul.newslistwrap1 li:first-child{
            transition:all .5s;
        }
        .inner_newslistbox1 ul.newslistwrap1 li:nth-of-type(2){
            transition: all .5s;
        }
        .inner_newslistbox1 ul.newslistwrap1:hover li:first-child {
            transform: translateX(10px);
        }

        .inner_newslistbox1 ul.newslistwrap1:hover li:nth-of-type(2) { 
            transform: translateX(-10px);
        }
        .inner_newslistbox1 ul.newslistwrap1:hover {
            background: #fafafa;
        }*/



@-webkit-keyframes newslinehorizontal {
    from {
        border-color:#bc1d21;
        width: 0;
    }

    to {
        border-color: #bc1d21;
        width: 100%;
    }
}

@keyframes newslinehorizontal {
    from {
        border-color: #bc1d21;
        width: 0;
    }

    to {
        border-color: #bc1d21;
        width: 100%;
    }
}


.tagsbox{
    background:url(/images/tags_bg.jpg) no-repeat center 0;
    height:710px;
    overflow:hidden;
}
    .tagsbox h4 {
        width: 1200px;
        height: 110px;
        margin: 80px auto 0;
        background: url(/images/tags.png) no-repeat 0 0;
        overflow: hidden;
    }

#tagsList {
    width: 1200px;
    margin: 0 auto;
    height: 520px;
    position: relative; 
}

    #tagsList a {
        display:inline-block;
        position: absolute;
        color: #fff; 
        font-size: 16px; 
    }

    #tagsList .a_1 {
        left: 320px;
        top: 265px;
        animation: texta 6s linear infinite;
        -webkit-animation: texta 6s linear alternate infinite;
    }

    #tagsList .a_2 {
        left: 890px;
        top: 125px;
        animation: texta 7s linear infinite;
        -webkit-animation: texta 7s linear alternate infinite;
    }

    #tagsList .a_3 {
        left: 150px;
        top: 120px;
        animation: texta 5s linear infinite;
        -webkit-animation: texta 5s linear alternate infinite;
    }

    #tagsList .a_4 {
        left: 350px;
        top: 160px;
        animation: texta 8s linear infinite;
        -webkit-animation: texta 8s linear alternate infinite;
    }

    #tagsList .a_5 {
        left: 850px;
        top: 240px;
        animation: texta 4s linear infinite;
        -webkit-animation: texta 4s linear alternate infinite;
    }

    #tagsList .a_6 {
        left: 100px;
        top: 355px;
        animation: texta 9s linear infinite;
        -webkit-animation: texta 9s linear alternate infinite;
    }

    #tagsList .a_7 {
        left: 520px;
        top: 325px;
        animation: texta 6s linear infinite;
        -webkit-animation: texta 6s linear alternate infinite;
    }

    #tagsList .a_8 {
        left: 880px;
        top: 375px;
        animation: texta 8s linear infinite;
        -webkit-animation: texta 8s linear alternate infinite;
    }

    #tagsList .a_9 {
        left: 540px;
        top: 413px;
        animation: texta 5s linear infinite;
        -webkit-animation: texta 5s linear alternate infinite;
    }

    #tagsList .a_10 {
        left: 630px;
        top: 140px;
        animation: texta 7s linear infinite;
        -webkit-animation: texta 7s linear alternate infinite;
    }

    #tagsList .a_11 {
        left: 300px;
        top: 100px;
        animation: texta 5s linear infinite;
        -webkit-animation: texta 5s linear alternate infinite;
    }

    #tagsList .a_12 {
        left: 710px;
        top: 200px;
        animation: texta 6s linear infinite;
        -webkit-animation: texta 6s linear alternate infinite;
    }

    #tagsList .a_13 {
        left: 315px;
        top: 360px;
        animation: texta 8s linear infinite;
        -webkit-animation: texta 8s linear alternate infinite;
    }

    #tagsList .a_14 {
        left: 190px;
        top: 320px;
        animation: texta 5s linear infinite;
        -webkit-animation: texta 5s linear alternate infinite;
    }

    #tagsList .a_15 {
        left: 350px;
        top: 440px;
        animation: texta 7s linear infinite;
        -webkit-animation: texta 7s linear alternate infinite;
    }

    #tagsList .a_16 {
        left: 370px;
        top: 390px;
        animation: texta 8s linear infinite;
        -webkit-animation: texta 8s linear alternate infinite;
    }

    #tagsList .a_17 {
        left: 700px;
        top: 420px;
        animation: texta 7s linear infinite;
        -webkit-animation: texta 7s linear alternate infinite;
    }

    #tagsList .a_18 {
        left: 800px;
        top: 290px;
        animation: texta 5s linear infinite;
        -webkit-animation: texta 5s linear alternate infinite;
    }

    #tagsList .a_19 {
        left: 750px;
        top: 90px;
        animation: texta 7s linear infinite;
        -webkit-animation: texta 7s linear alternate infinite;
    }

    #tagsList .a_20 {
        left: 500px;
        top: 220px;
        animation: texta 6s linear infinite;
        -webkit-animation: texta 6s linear alternate infinite;
    }

    #tagsList .a_21 {
        left: 600px;
        top: 30px;
        animation: texta 4s linear infinite;
        -webkit-animation: texta 4s linear alternate infinite;
    }

    #tagsList .a_22 {
        left: 650px;
        top: 250px;
        animation: texta 6s linear infinite;
        -webkit-animation: texta 6s linear alternate infinite;
    }

    #tagsList .a_23 {
        left: 720px;
        top: 360px;
        animation: texta 8s linear infinite;
        -webkit-animation: texta 8s linear alternate infinite;
    }

    #tagsList .a_24 {
        left: 890px;
        top: 350px;
        animation: texta 10s linear infinite;
        -webkit-animation: texta 10s linear alternate infinite;
    }

    #tagsList .a_25 {
        left: 750px;
        top: 330px;
        animation: texta 6s linear infinite;
        -webkit-animation: texta 6s linear alternate infinite;
    }
 

#tagsList a:hover {
    animation: opt 0s;
}
 
@keyframes texta {
    0% {
        transform: scale(1);
        opacity: 0;
    }

    50% {
        transform: scale(1.1);
        opacity: 1;
    }

    100% {
        transform: scale(1);
        opacity: 0;
    }
}

@-webkit-keyframes texta {
    0% {
        -webkit-transform: scale(1);
        opacity: 0;
    }

    50% {
        -webkit-transform: scale(1.1);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1);
        opacity: 0;
    }
} 


@keyframes opt {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes opt {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 1;
    }
}

.newsdetailbox{
    width:1200px;
    margin:50px auto;
    overflow:hidden;
}

    .newsdetailbox h3.newsdetail_tit {
        padding: 10px 0 20px;
        line-height: 24px;
        font-size: 22px;
        color: #000;
        font-weight: 500;
        text-align: center; 
        color: #333333;
        letter-spacing: 2px;
    }
    .newsdetailbox .newsdetail_info {
        text-align:center;
        font-size:14px;
        color:#666;
        line-height:30px;
        margin:10px auto;
        padding:10px 0;
        background:#f5f5f5;
    }
        .newsdetailbox .newsdetail_info span {
            margin: 0 20px;
        }
    .newsdetailbox .newsdetail_des {
        margin:30px auto;
        padding:10px 0;
        font-size:15px;
    }

        .newsdetailbox .newsdetail_des p {
            font-family:"微软雅黑"!important;
            line-height: 180% !important;
            color: #585858 !important;
            margin: 10px 0;
            text-indent:30px;
        }

    .newsdetailbox .newsdetail_des img{
        max-width:800px!important;
    }

.newsprevnextbox {
    width: 1200px;
    margin: 0 auto;
    border-top: dashed 1px #ddd;
    padding:30px 0;
    display:flex;
    justify-content:space-between;
    font-size:15px;
    color:#595959;
}
.newsprevnextbox ul:first-child{
    color:#595959;
    line-height:30px;
}
    .newsprevnextbox ul:last-child {
        background: url(/images/back.png) no-repeat right 2px;
        color: #999;
        line-height: 20px;
        padding-right: 30px;
    }

.inner_videolistbox {
    width: 1200px;
    margin: 10px auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

    /*.inner_videolistbox::after {
        content: "";
        width: 386px;
    }*/

    .inner_videolistbox a {
        overflow: hidden;
    }

    .inner_videolistbox ul.videolist_wrap {
        width: 286px;
        height: 220px;
        border: solid 1px #ececec;
        box-sizing: border-box;
        cursor: pointer;
        position: relative;
        overflow: hidden;
        margin-bottom: 40px;
    }

        /* 如果最后一行是3个元素 */
        .inner_videolistbox ul.videolist_wrap:last-child:nth-child(4n - 1) {
            margin-right: calc(286px + 56px / 3);
        }

        /* 如果最后一行是2个元素 */
        .inner_videolistbox ul.videolist_wrap:last-child:nth-child(4n - 2) {
            margin-right: calc(572px + 112px / 3);
        } 

        .inner_videolistbox ul.videolist_wrap:hover {
            border: solid 1px #bc1d21;
        }

        .inner_videolistbox ul.videolist_wrap li.dot {
            position: absolute;
            width: 1px;
            height: 1px;
            overflow: hidden;
        }

        .inner_videolistbox ul.videolist_wrap li.newslist_img {
            width: 286px;
            height: 160px;
            overflow: hidden;
        }

            .inner_videolistbox ul.videolist_wrap li.newslist_img img {
                width: 286px;
                height: 160px;
                transition: all 1s;
            }

        .inner_videolistbox ul.videolist_wrap:hover li.newslist_img img {
            transform: scale(1.1);
        }

        .inner_videolistbox ul.videolist_wrap .newslist_info {
            padding: 10px 20px;
            height: 164px;
            overflow: hidden;
            box-sizing: border-box;
        }

            .inner_videolistbox ul.videolist_wrap .newslist_info p.newslist_tit {
                color: #333;
                font-size: 16px; 
                height: 34px;
                line-height: 34px;
                overflow: hidden;
                text-align: center; 
            }

            .inner_videolistbox ul.videolist_wrap .newslist_info .newslist_readmore {
                margin-top: 10px;
                padding-top: 1px;
                color: #9d9d9d;
                background: #ececec;
                position: relative;
            }

                .inner_videolistbox ul.videolist_wrap .newslist_info .newslist_readmore i.progress {
                    position: absolute;
                    width: 1px;
                    height: 1px;
                    top: 0;
                    left: 0;
                    overflow: hidden;
                    border-top: solid 1px transparent;
                }

                .inner_videolistbox ul.videolist_wrap .newslist_info .newslist_readmore .readmorewrap {
                    height: 35px;
                    line-height: 35px;
                    background: #fff;
                    overflow: hidden;
                    font-size: 14px;
                    font-family: Arial;
                }

                .inner_videolistbox ul.videolist_wrap .newslist_info .newslist_readmore i.arrow {
                    position: absolute;
                    top: 12px;
                    right: 0;
                    width: 25px;
                    height: 13px;
                    background: url(/images/arrow.png) no-repeat;
                }

        .inner_videolistbox ul.videolist_wrap:hover .newslist_info p.newslist_tit {
            color: #868686;
        }

        .inner_videolistbox ul.videolist_wrap:hover .newslist_info .newslist_readmore .progress {
            -webkit-animation: newslinehorizontal .8s linear forwards;
            animation: newslinehorizontal .8s linear forwards;
        }

        .inner_videolistbox ul.videolist_wrap:hover .newslist_info .newslist_readmore .readmorewrap {
            color: #bc1d21;
        }

        .inner_videolistbox ul.videolist_wrap:hover .newslist_info .newslist_readmore i.arrow {
            background: url(/images/arrow_curr.png) no-repeat;
        }

.swiper_alert_box {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999991;
    display:none;
}

.swiper_alert_box_bg {
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
}

.swiper_alert {
    z-index: 999991;
    width: 60%;
    position: absolute;
    top: 54%;
    left: 50%;
    background-color: #ffffff;
    padding: 24px 22px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    box-shadow: 0 0 5px rgba(0,0,0,0.2)
}


.swiper_alert_imgbox {
    z-index: 999991;
    width: 800px;
    height: 650px;
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: #ffffff;
    padding: 22px 22px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
}

.swiper_alert .close, .swiper_alert_imgbox .close {
    opacity: 1;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    font-size:0;
}

.swiper_alert_txt p {
    font-size: 20px;
    color: #666666;
    text-align: center;
    margin-top: 24px;
    letter-spacing: 4px;
}

    .swiper_alert_txt p::before,
    .swiper_alert_txt p::after {
        content: '';
        display: inline-block;
        width: 28px;
        height: 1px;
        position: relative;
        bottom: 6px;
        background-color: #828282;
    }

    .swiper_alert_txt p::before {
        margin-right: 10px;
    }

    .swiper_alert_txt p::after {
        margin-left: 10px;
    }

.inner_newspaperlistbox {
    width: 1200px;
    margin: 10px auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;  
}

    /*.inner_newspaperlistbox::after {
        content: ' ';
        width: 280px;
    }*/

    .inner_newspaperlistbox a {
        overflow: hidden;
    }

    .inner_newspaperlistbox ul.newspaperlist_wrap { 
        width: 280px;
        height: 430px;
        padding: 10px;
        box-sizing: border-box;
        overflow: hidden; 
        margin-bottom: 40px;
    }

        /* 如果最后一行是3个元素 */
        .inner_newspaperlistbox ul.newspaperlist_wrap:last-child:nth-child(4n - 1) {
            margin-right: calc(280px + 80px / 3);
        }

        /* 如果最后一行是2个元素 */
        .inner_newspaperlistbox ul.newspaperlist_wrap:last-child:nth-child(4n - 2) {
            margin-right: calc(560px + 160px / 3);
        } 

        .inner_newspaperlistbox ul.newspaperlist_wrap li.newspaperlist_img {
            width: calc(100%);
            height: 365px;
            overflow: hidden;
            box-shadow: 0 0 10px 5px #f1f1f1;
        }

            .inner_newspaperlistbox ul.newspaperlist_wrap li.newspaperlist_img img {
                width: 100%;
                height: 365px;
                transition: all 1s;
            }

        .inner_newspaperlistbox ul.newspaperlist_wrap:hover li.newspaperlist_img {
            box-shadow: 0 0 10px 5px #e9e9e9;
        }

        .inner_newspaperlistbox ul.newspaperlist_wrap:hover li.newspaperlist_img img {
            transform: scale(1.1);
        }

        .inner_newspaperlistbox ul.newspaperlist_wrap li.newspaperlist_tit {
            color: #333;
            font-size: 16px;
            text-align: center;
            line-height: 54px;
            height: 54px;
            overflow: hidden;
        }

        .inner_newspaperlistbox ul.newspaperlist_wrap:hover li.newspaperlist_tit {
            color: #bc1d20;
        }


.inner_newspaperinfo_box{overflow:hidden; margin:50px auto; width:1000px;}
.inner_newspaperinfo_box h3{ font-weight:500;  color:#333; text-align:center; line-height:50px; font-size:18px;}
    .inner_newspaperinfo_box ul {
        display: flex;
        justify-content: space-between;
        padding: 20px 0;
        border-bottom: solid 1px #eee;
        line-height: 20px;
    }
.inner_newspaperinfo_box ul li{
    text-align:left; font-size:15px; color:#666;
}
    .inner_newspaperinfo_box .contact {
        padding-top:20px;
        text-align:center;
        line-height:30px;
        color:#666;
    }
    .inner_newspaperinfo_box .contact span.webSite {
        margin-left:30px;
    }

    .inner_cy_banner {
        width: 100%;
        position: relative;
        margin: 90px auto 0;
        height: 450px;
        transition: all .3s;
        box-sizing: border-box;
        overflow: hidden;
        background: url(/images/inner_banner3.jpg) no-repeat center center;
    }

.inner_cy_banner_content {
    position: relative;
    width: 1200px;
    margin: 0 auto;
    height: 450px;
}

@keyframes mycymove {
    from {
        top: 70%;
        opacity: 0;
    }

    to {
        top: 45%;
        opacity: 1;
    }
}

@-webkit-keyframes mycymove /*Safari and Chrome*/
{
    from {
        top: 70%;
        opacity: 0;
    }

    to {
        top: 45%;
        opacity: 1;
    }
}

.inner_cy_banner_content img {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -45%);
    animation: mycymove 1s ease;
    -webkit-animation: mycymove 1s ease; /*Safari and Chrome*/
}

.inner_cy_menubox{
    background:#f7f7f7;
    height:70px; 
}

.inner_cy_menubox ul{
    width:1200px;
    margin:0 auto;
    line-height:70px;
    display:flex; 
    box-sizing:border-box;
    justify-content:space-between;
}

    .inner_cy_menubox ul li{ 
        flex-grow:1;
        text-align:center;
        position:relative;
    }
    .inner_cy_menubox ul li:not(:last-child):after{
        content:'';
        width:1px;
        height:20px;
        border-right:solid 1px #ddd;
        position:absolute;
        top:25px;
        right:0;
    }
        .inner_cy_menubox ul li a {
            color: #393939;
            display: block;
            outline: none;
            font-size: 18px;
            font-weight: bold;
        } 

        .inner_cy_menubox ul li i {
            display: inline-block;
            width: 30px;
            height: 30px;
            vertical-align: middle;
            background: url(/images/cy_icons.png) no-repeat;
            margin-right:10px;
        }
            .inner_cy_menubox ul li i.cy_icon01 { 
                background-position: 0 0;
            }
            .inner_cy_menubox ul li i.cy_icon02 { 
                background-position: -30px 0;
            }
            .inner_cy_menubox ul li i.cy_icon03 {
                background-position: -60px 0;
            }
            .inner_cy_menubox ul li i.cy_icon04 {
                background-position: -90px 0;
            }

        .inner_cy_menubox ul li a:hover {
            color: #bc1d20;
        }
            .inner_cy_menubox ul li a:hover i.cy_icon01 {
                background-position: 0 -30px;
            }

            .inner_cy_menubox ul li a:hover i.cy_icon02 {
                background-position: -30px -30px;
            }

            .inner_cy_menubox ul li a:hover i.cy_icon03 {
                background-position: -60px -30px;
            }

            .inner_cy_menubox ul li a:hover i.cy_icon04 {
                background-position: -90px -30px;
            }

        .inner_cy_menubox ul li a.currp {
            color: #bc1d20;
        }
            .inner_cy_menubox ul li a.currp i.cy_icon01 {
                background-position: 0 -30px;
            }

            .inner_cy_menubox ul li a.currp i.cy_icon02 {
                background-position: -30px -30px;
            }

            .inner_cy_menubox ul li a.currp i.cy_icon03 {
                background-position: -60px -30px;
            }

            .inner_cy_menubox ul li a.currp i.cy_icon04 {
                background-position: -90px -30px;
            }


        .inner_cy_contentbox {
        }

h3.inner_cy_tit {
    margin: 65px auto;
    font-weight: normal;
    text-align: center;
    font-size: 24px;
    height: 60px;
    line-height: 60px;
    color: #333;
    position: relative; 
}
.inner_cy_tit:after {
    content: '';
    position: absolute;
    width: 20px;
    height: 1px;
    left: 50%;
    bottom: 0;
    margin-left: -10px;
    border-bottom: solid 1px #bc1d20;
}

.inner_cy_menuwrap{border-bottom:solid 1px #e1e1e1;}
.inner_cy_menuwrap ul{width:1200px; margin:0 auto; text-align:center; display:flex; justify-content:center;}
    .inner_cy_menuwrap ul li {
        text-align: center; 
        height: 51px; 
        border-top: none;
        border-bottom: none; 
        position:relative;
    }

        .inner_cy_menuwrap ul li:before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 0;
            height: 0;
            border-top: solid 1px transparent;
            transition: all .8s;
        }

        .inner_cy_menuwrap ul li:hover:before { 
            width: 100%;
            height: 1px;
            border-top: solid 1px #bc1d20;
        }

        .inner_cy_menuwrap ul li a {
            display: block;
            text-align: center;
            width: 200px;
            height: 50px;
            line-height: 50px;
            font-size: 16px;
            border: solid 1px transparent;
            color:#666;
            font-weight:bold;
        }

        /*.inner_cy_menuwrap ul li:not(:first-child):hover a{
            border: solid 1px #e1e1e1; 
            border-bottom: none;
            border-left:none;
        }*/

        .inner_cy_menuwrap ul li a:hover {
            border: solid 1px #e1e1e1;
            border-bottom: none;
        }
         
        .inner_cy_menuwrap ul li.currm:before {
            width: 100%;
            height: 1px;
            border-top: solid 1px #bc1d20;
        }
        .inner_cy_menuwrap ul li.currm a {
            border: solid 1px #e1e1e1;
            border-bottom: none;
        }

    .inner_child_aboutbox {
        width:1200px;
        margin:0 auto;
        padding:30px 0;
    }

.inner_child_videowrap {
    width: 1200px;
    height: 700px;
    overflow: hidden;
    background: #000;
    margin: 20px auto;
}

    .inner_child_aboutbox .inner_child_video video {
        width: 1200px;
        height: 700px;
        object-fit: cover;
    }

    .inner_child_aboutbox .inner_child_img {
        text-align:center;
    }

    .inner_child_aboutbox .inner_child_img img{
        max-width:1200px;
        margin:20px auto;
    }

    .inner_child_aboutbox .inner_child_about {
        
    }
        .inner_child_aboutbox .inner_child_about h4 {
            font-size:24px;
            color:#333;
            padding:30px 0;
            text-align:center;
        }
        .inner_child_aboutbox .inner_child_about .inner_child_aboutcont {
            font-size: 15px;
            line-height: 28px;
            color: #666;
            text-align: justify;
        }
            .inner_child_aboutbox .inner_child_about .inner_child_aboutcont p {
                text-indent: 30px;
                margin-bottom: 10px;
            }
        .inner_child_aboutbox .inner_child_about .inner_child_aboutcont img{
            max-width:100%!important;
        } 



.inner_child_projectbox {
    overflow:hidden;
    background: #f6f6f6;
    padding: 0 0;
}
    .inner_child_projectbox h3.inner_cy_tit {
        padding: 0 0 15px;
        margin-bottom:40px;
    } 

    .inner_child_projectbox .inner_cy_project {
        width:1200px;
        margin:0px auto; 
        margin-bottom:60px; 
    } 
        .inner_child_projectbox .inner_cy_project ul.cy_project_wrap {
            width:380px;
            height:auto;
            border:solid 1px #eee;
        }
         
            .inner_child_projectbox .inner_cy_project ul.cy_project_wrap li.project_img {
                width:380px;
                height:280px;
                overflow:hidden;
            }
                .inner_child_projectbox .inner_cy_project ul.cy_project_wrap li.project_img img {
                    width: 380px;
                    height: 280px;
                    transition: all 1s;
                }

                .inner_child_projectbox .inner_cy_project ul.cy_project_wrap li.project_img:hover img {
                    transform:scale(1.1);
                }

            .inner_child_projectbox .inner_cy_project ul.cy_project_wrap li.project_tit {
                color: #8a8a8a;
                font-size: 15px;
                text-align: center;
                background: #fff;
                height: 60px;
                line-height: 60px;
            }


        .inner_child_projectbox .inner_cy_project ul.cy_project_wrap1 {
            width: 280px;
            height: auto;
            border: solid 1px #eee;
        }

            .inner_child_projectbox .inner_cy_project ul.cy_project_wrap1 li.project_img {
                width: 280px;
                height: 210px;
                overflow: hidden;
            }

                .inner_child_projectbox .inner_cy_project ul.cy_project_wrap1 li.project_img img {
                    width: 280px;
                    height: 210px;
                    transition: all 1s;
                }

                .inner_child_projectbox .inner_cy_project ul.cy_project_wrap1 li.project_img:hover img {
                    transform: scale(1.1);
                }

            .inner_child_projectbox .inner_cy_project ul.cy_project_wrap1 li.project_tit {
                color: #8a8a8a;
                font-size: 15px;
                text-align: center;
                background: #fff;
                height: 60px;
                line-height: 60px;
            }

        .inner_child_projectbox .inner_cy_project .swiper-container {
            --swiper-theme-color: #c3191c;
            --swiper-pagination-color: #c3191c;
            --swiper-navigation-size: 20px;
        }


.inner_child_honorbox {
    overflow: hidden;
    padding: 0;
}

    .inner_child_honorbox h3.inner_cy_tit {
        padding: 0 0 15px;
        margin-bottom: 40px;
    }

    .inner_child_honorbox .inner_cy_honor {
        width: 1200px;
        margin: 0px auto 60px; 
    }

        .inner_child_honorbox .inner_cy_honor ul.cy_honor_wrap {
            width: 220px; 
            height:155px;
            border: solid 1px #eee;
        }

            .inner_child_honorbox .inner_cy_honor ul.cy_honor_wrap li.honor_img {
                width: 220px;
                height: 155px;
            }

                .inner_child_honorbox .inner_cy_honor ul.cy_honor_wrap li.honor_img img {
                    width: 220px;
                    height: 155px;
                }


.inner_child_honorbox .inner_cy_honor .swiper-container {
    --swiper-theme-color: #c3191c;
    --swiper-pagination-color: #c3191c;
    --swiper-navigation-size: 20px;
}

.rypaginationbox {
    width: 90px;
    height: 40px;
    margin: 30px auto 0;
    position: relative;  
}

    .rypaginationbox .swiper-button-prev {
        position: absolute;
        left: 0;
        top: 15px;
        color: #9c9c9c;
        width: 30px;
        height: 30px;
        border: solid 1px #d7d7d7;
    }

        .rypaginationbox .swiper-button-prev:hover {
            color: #c3191c;
            border: solid 1px #c3191c;
        }

    .rypaginationbox .swiper-button-next {
        position: absolute;
        right: 0;
        top: 15px;
        color: #9c9c9c;
        width: 30px;
        height: 30px;
        border: solid 1px #d7d7d7;
    }

        .rypaginationbox .swiper-button-next:hover {
            color: #c3191c;
            border: solid 1px #c3191c;
        }


.inner_contact_banner {
    width: 100%;
    position: relative;
    margin: 90px auto 0;
    height: 450px;
    transition: all .3s;
    box-sizing: border-box;
    overflow: hidden;
    background: url(/images/inner_banner5.jpg) no-repeat center center;
}

.inner_contact_banner_content {
    position: relative;
    width: 1200px;
    margin: 0 auto;
    height: 450px;
}

@keyframes mycontactmove {
    from {
        top: 60%;
        opacity: 0;
    }

    to {
        top: 45%;
        opacity: 1;
    }
}

@-webkit-keyframes mycontactmove /*Safari and Chrome*/
{
    from {
        top: 60%;
        opacity: 0;
    }

    to {
        top: 45%;
        opacity: 1;
    }
}

.inner_contact_banner_content img {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -45%);
    animation: mycontactmove 1s ease;
    -webkit-animation: mycontactmove 1s ease; /*Safari and Chrome*/
}
 
.inner_contact_map {
    width: 1200px;
    height: 500px;
    position: relative;
    margin: 50px auto;
    border-radius:3px;
}


.inner_contact_mapaddress {
    width: 420px;
    height: 420px;
    overflow: hidden;
    position: absolute;
    top: 35px;
    left: 30px;
    background: #fff;
    box-shadow: 0 0 5px 5px #e7e7e7;
    z-index: 99;
}

.inner_addressbox {
    width: 360px;
    margin: 30px auto;
}

    .inner_addressbox h4 {
        font-size: 24px;
        color: #000;
        line-height: 34px;
    }

.inner_comaddress {
    padding: 15px 0 20px;
}

    .inner_comaddress li {
        line-height: 34px;
        color: #666;
        font-size: 15px;
    }

.inner_ewcode {
    display: flex;
    width: 360px;
    margin: 15px auto;
    border-top: solid 1px #e0e0e0;
    padding-top: 25px;
    align-items: flex-end;
}

    .inner_ewcode li:last-child {
        padding-left: 10px;
        color: #666;
        font-size: 14px;
    }

.inner_contact_list {
    width: 1200px;
    margin: 20px auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

    .inner_contact_list ul {
        background: #f8f8f8;
        padding: 35px 20px 0;
        width: 370px;
        height: 200px;
        box-sizing: border-box;
        margin-bottom: 40px;
        overflow: hidden;
        position: relative;
        z-index: 10;
        perspective: 940px;
        -webkit-perspective: 940px;
        -moz-perspective: 940px;
    }

        .inner_contact_list ul li.inner_contactinfo {
            transform: rotateX(0deg) rotateY(0deg);
            transform-style: preserve-3d;
            backface-visibility: hidden;
            -webkit-transform: rotateX(0deg) rotateY(0deg);
            -webkit-transform-style: preserve-3d;
            -webkit-backface-visibility: hidden;
            -moz-transform: rotateX(0deg) rotateY(0deg);
            -moz-backface-visibility: hidden;
            -o-transition: all .4s ease-in-out;
            -moz-transition: all .4s ease-in-out;
            -webkit-transition: all .4s ease-in-out;
            transition: all .4s ease-in-out;
        }

        /*.inner_contact_list ul:hover li.inner_contactinfo {
            transform: rotateY(180deg);
            -webkit-transform: rotateY(180deg);
            -moz-transform: rotateY(180deg);
        }*/

        .inner_contact_list ul li.inner_contactimg {
            transform: rotateY(-180deg);
            transform-style: preserve-3d;
            backface-visibility: hidden;
            -webkit-transform: rotateY(-180deg);
            -webkit-transform-style: preserve-3d;
            -webkit-backface-visibility: hidden;
            -moz-transform: rotateY(-180deg);
            -moz-backface-visibility: hidden;
            -o-transition: all .4s ease-in-out;
            -moz-transition: all .4s ease-in-out;
            -webkit-transition: all .4s ease-in-out;
            transition: all .4s ease-in-out;
            position: absolute;
            top: 0;
            left: 0;
            z-index: -1;
        }

            .inner_contact_list ul li.inner_contactimg img {
                width: 370px;
                height: 200px;
            }

        /*.inner_contact_list ul:hover li.inner_contactimg {
            transform: rotateX(0deg) rotateY(0deg);
            -webkit-transform: rotateX(0deg) rotateY(0deg);
            -moz-transform: rotateX(0deg) rotate(0deg);
            z-index: 10;
        }*/ 
         
            .inner_contact_list ul li h4{
                font-size: 18px;
                color: #424242;
                line-height: 34px;
                position: relative;
            }
                .inner_contact_list ul li h4:after {
                    content: '';
                    position: absolute;
                    left: 0;
                    bottom: -10px;
                    width: 30px;
                    height: 1px;
                    border-bottom: solid 1px #d8d8d8;
                }
            .inner_contact_list ul li h5 {
                font-size: 18px;
                color: #424242;
                line-height: 34px;
                position: relative;
                text-align:center;
            }

                .inner_contact_list ul li h5:after {
                    content: '';
                    position: absolute;
                    left: 50%;
                    bottom: -10px;
                    width: 30px;
                    height: 1px;
                    margin-left: -15px;
                    border-bottom: solid 1px #d8d8d8;
                }

            .inner_contact_list ul li p {
                padding-top:20px;
                font-size: 14px;
                color: #959595;
                line-height: 32px;
            }



.inner_talent_banner {
    width: 100%;
    position: relative;
    margin: 90px auto 0;
    height: 450px;
    transition: all .3s;
    box-sizing: border-box;
    overflow: hidden;
    background: url(/images/inner_banner4.jpg) no-repeat center center;
}

.inner_talent_banner_content {
    position: relative;
    width: 1200px;
    margin: 0 auto;
    height: 450px;
}

@keyframes mytalentmove {
    from {
        top: 60%;
        opacity: 0;
    }

    to {
        top: 45%;
        opacity: 1;
    }
}

@-webkit-keyframes mytalentmove /*Safari and Chrome*/
{
    from {
        top: 60%;
        opacity: 0;
    }

    to {
        top: 45%;
        opacity: 1;
    }
}

.inner_talent_banner_content img {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -45%);
    animation: mytalentmove 1s ease;
    -webkit-animation: mytalentmove 1s ease; /*Safari and Chrome*/
}


.inner_talentcolumnbox {
    display: flex;
    width: 1200px;
    margin: 50px auto 40px;
    justify-content: space-between;
}

.innertalenttype {
    display: flex;
}

    .innertalenttype li {
        position: relative;
        padding: 0 25px 0 0px;
        line-height: 50px;
    }

        .innertalenttype li::after {
            content: ' / ';
            position: absolute;
            right: 0;
            top: 0;
            font-size: 15px;
            color: #444;
        }

        .innertalenttype li:last-child {
            padding-right: 0;
        }

            .innertalenttype li:last-child::after {
                content: ' ';
                position: absolute;
                right: 0;
                top: 0;
                font-size: 0;
            }

        .innertalenttype li a {
            margin-left: 20px;
            font-size: 18px;
            color: #484848;
        }

        .innertalenttype li:first-child a {
            margin-left: 0px;
        }

        .innertalenttype li a:hover {
            color: #c3181c;
        }

        .innertalenttype li a.seltype {
            color: #c3181c;
        }

.talentschbox {
    display: flex;
}

    .talentschbox li {
    }

.inner_talent_infobox{margin:50px auto;}
.inner_talent_wrap{margin:0 auto; width:1200px; min-height:500px;}
.inner_talent_des{overflow:hidden; width:1200px;}
.inner_talent_des img{max-width:100%!important; margin-bottom:30px;}

.inner_talentlistbox{width:1200px; margin:0 auto 80px;}
    .inner_talentlistbox .talentlistwrap {
        display: flex;
        justify-content: space-between;
        border-bottom: solid 1px #ececec;
        padding: 30px 0 30px;
        box-sizing: border-box;
        position: relative; 
    }
        .inner_talentlistbox .talentlistwrap .talentlist_img {
            flex-shrink: 0;
            width: 240px;
            height: 160px;
            overflow: hidden;
        }

            .inner_talentlistbox .talentlistwrap .talentlist_img img {
                width: 240px;
                height: 160px;
                transition: all 1s;
                object-fit: cover;
            }

        .inner_talentlistbox .talentlistwrap:hover .talentlist_img img {
            transform: scale(1.1);
        }  

        .inner_talentlistbox .talentlistwrap .talentlist_info {
            padding:20px 0 0 30px; 
            flex-grow:1; 
        }

        .inner_talentlistbox .talentlistwrap .talentlist_info h3 {
            color: #000;
            font-size: 20px;
            padding: 0 0 10px;
        }

        .inner_talentlistbox .talentlistwrap:hover .talentlist_info h3 {
            color: #666;
        }

        .inner_talentlistbox .talentlistwrap .talentlist_info p {
            color: #999;
            line-height: 24px;
            font-size: 14px;
            padding: 10px 0px 20px 0;
            box-sizing: border-box;
            text-align: justify;
        }

        .inner_talentlistbox .talentlistwrap:hover .talentlist_info p {
            color: #999;
        }

        .inner_talentlistbox .talentlistwrap .talentlist_info i {
            display:inline-block;
            position:absolute;
            right:5px;
            top:50px;
            color: #9d9d9d;
            font-size: 16px;
        }

        .inner_talentlistbox .talentlistwrap:hover .talentlist_info i {
            color: #b4b4b4; 
        }

        .inner_talentlistbox .talentlistwrap .nprogress {
            position: absolute;
            width: 1px;
            height: 1px;
            left: 0;
            bottom: 0;
            border-bottom: solid 1px transparent;
        }

        .inner_talentlistbox .talentlistwrap:hover .nprogress {
            -webkit-animation: newslinehorizontal 1s linear forwards;
            animation: newslinehorizontal 1s linear forwards;
        }

.talentlist {
    position: relative;
    padding: 25px;
    box-sizing:border-box;
}
    .talentlist:nth-child(odd) {
        background: #f9f9f9;
    }

    .talentlist .talentlist_profile {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
        .talentlist .talentlist_profile h4 {
            color: #222;
            font-size: 18px;
            height: 100px;
            line-height: 100px;
            border-right: 1px solid #e6e6e6; 
            text-align:center;
            width:220px;
            font-weight:bold;
        }

        .talentlist .talentlist_profile ul {
            display:flex;
            flex-grow:1;
            flex-wrap:wrap; 
            align-items:center;
            padding:0 20px;
        }
            .talentlist .talentlist_profile ul li {
                width: 50%;
                color: #727272;
                font-size: 16px;
                height: 35px;
                line-height: 35px;
            }

        .talentlist .talentlist_profile a {
            display: inline-block;
            background: #bc1d20;
            width:166px;
            height:54px;
            text-align:center;
            line-height:54px;
            color:#fff;
            font-size:18px;
        }

            .talentlist .talentlist_profile a:hover {
                background: #cb2f32;
            }

    .talentlist .talentlist_detbox { 
        width:100%; 
        box-sizing:border-box; 
        position:relative;
    }
        .talentlist .talentlist_detbox .zp_close {
            display:inline-block;
            width:35px;
            height:36px;
            background:url(/images/zp_close.png) no-repeat;
            cursor:pointer;
            position:absolute;
            right:10px;
            top:30px;
        }

.talentlist .talentlist_detbox h4 {
    color: #222;
    font-size: 18px;
    height: 100px;
    line-height: 100px;
    text-align: left;
    width: 220px;
    font-weight:bold;
}

        .talentlist .talentlist_detbox ul {
            border-top: solid 1px #e6e6e6;
            border-bottom: solid 1px #e6e6e6;
            display: flex; 
            padding: 20px 0;
        }

            .talentlist .talentlist_detbox ul li { 
                width:20%;
                text-align:left;
                color: #727272;
                font-size: 16px;
                height: 35px;
                line-height: 35px;
            }

        .talentlist .talentlist_detbox .talentlist_postinfo {
            margin:30px 0;

        }

        .talentlist .talentlist_detbox .talentlist_postinfo h5{
            font-size:16px;
            font-weight:bold;
        }

        .talentlist .talentlist_detbox .talentlist_postinfo p{
            color:#666;
            line-height:30px;
            font-size:15px;
        }

 