* {
    box-sizing: border-box;
}

body {
    /* overflow-x: hidden; */
}
/* �޸�Ϊheader������banner�� */
.body-top {
    position: relative;
}

.body-top-header {
    position: absolute;
    z-index: 10;
}
/*  */
.top {
    max-width: 100%;
    margin: 0 auto;
    height: 64px;
    line-height: 64px;
}

.top-cont {
    float: right;
    margin-right: 181px;
}

.top .input-wrap,
.top .lang {
    float: left;
}

.top .input-wrap {
    position: relative;
}

.top input {
    height: 41px;
    width: 284px;
    border: 1px solid #9f9f9f;
    border-radius: 4px;
    padding-right: 43px;
    padding-left: 21px;
}

.top .input-wrap .after {
    content: "";
    background-image: url(/images/search-icon.png);
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -10px;
}

.top .lang {
    margin-left: 21px;
    line-height: 64px;
    height: 64px;
}

    .top .lang a {
        font-size: 16px;
        color: #91181d;
        font-weight: 400;
        margin: 0 11px;
    }

/* header */
.header {
    background-color: #8f1419;
    height: 64px;
    line-height: 64px;
    min-width: 1899px;
}

    .header .container {
        width: 80%;
    }

    .header .link-logo,
    .header .link {
        float: left;
    }

    .header .link {
        position: relative;
        text-align: center;
        cursor: pointer;
    }

        .header .link a {
            color: white;
        }

        .header .link:hover {
            background-color: white;
        }

            .header .link:hover a, .header .link.active a {
                color: #8f1419;
                font-weight: 600;
            }

            .header .link:hover a {
                color: #8f1419;
                font-weight: 600;
            }

            .header .link:hover .menu {
                display: block;
            }

        .header .link .menu {
            position: absolute;
            display: none;
            z-index: 9;
            width: 161px;
            left: -38px;
            background-color: white;
            text-align: center;
            border-bottom: 5px solid #f15b5b;
        }

            .header .link .menu li {
                height: 46px;
                line-height: 45px;
                border-top: 1px solid #e6e6e6;
            }

                .header .link .menu li a {
                    color: #464646;
                    font-weight: 400;
                }

                    .header .link .menu li a:hover {
                        color: #f15b5b;
                    }

    .header .link-logo {
        width: 252px;
        text-align: center;
        background-color: white;
    }

        .header .link-logo img {
            display: inline;
            vertical-align: middle;
        }

    .header .link {
        font-size: 16px;
        width: 110px;
        margin: 0 18px;
        /* max-width: 110px; */
    }

    .header .link-logo {
        /* margin: 0 18px; */
        position: relative;
        margin-right: 55px;
    }

    .header .link.company {
        width: 128px;
    }

    .header .link::before {
        /*content: "";*/
        display: block;
        position: absolute;
        width: 56px;
        height: 64px;
        left: -39px;
        background-color: #8f1419;
        transform: skew(-28deg);
        top: 0;
    }

    .header .link::after {
        z-index: 2;
        /*content: "";*/
        display: block;
        position: absolute;
        width: 36px;
        height: 64px;
        left: 81%;
        background-color: #8f1419;
        top: 0;
        transform: skew(-28deg);
    }

    .header .link-logo::before {
        content: "";
        display: block;
        position: absolute;
        width: 56px;
        height: 64px;
        left: -39px;
        background-color: white;
        transform: skew(-28deg);
        top: 0;
    }

    .header .link-logo::after {
        z-index: 2;
        content: "";
        display: block;
        position: absolute;
        width: 36px;
        height: 64px;
        left: 93%;
        background-color: white;
        top: 0;
        transform: skew(-28deg);
    }

    .header .link:hover, .header .link.active {
        background-color: white;
    }

    .header .link:hover {
        background-color: white;
    }

        .header .link:hover::after,
        .header .link:hover::before {
            background-color: white;
        }

    .header .link.active::after,
    .header .link.active::before {
        background-color: white;
    }

/* bannner */
.banner .swiper-container {
    width: 100%;
    max-width: 1920px;
}

    .banner .swiper-container img {
        width: 100%;
    }

    .banner .swiper-container .swiper-pagination {
        bottom: 40px;
    }

    .banner .swiper-container .swiper-pagination-bullet {
        border: 1px solid #91181D;
        opacity: 1;
        background-color: transparent;
        width: 10px;
        height: 10px;
    }

    .banner .swiper-container .swiper-pagination-bullet-active {
        background-color: #af0000;
        position: relative;
        width: 10px;
        height: 10px;
    }

        .banner .swiper-container .swiper-pagination-bullet-active::after {
            content: "";
            display: block;
            width: 18px;
            height: 18px;
            background-color: #AF0000;
            opacity: .2;
            position: absolute;
            top: 50%;
            left: 50%;
            margin-left: -9px;
            margin-top: -9px;
            border-radius: 50%;
        }

/* news */
.news {
    background-color: #f4f3f0;
    padding-top: 121px;
    padding-bottom: 129px;
}

    .news .title-wrap {
        position: relative;
    }

    .news h1.title {
        font-size: 30px;
        color: #2c2b2b;
        text-align: center;
        line-height: 28px;
        position: relative;
        width: 222px;
        margin: 0 auto;
        margin-bottom: 54px;
    }

        .news h1.title::after,
        .news h1.title::before {
            content: "";
            display: block;
            width: 34px;
            height: 24px;
            top: 4px;
            position: absolute;
            background-image: url(/images/title-icon-left.png);
        }

        .news h1.title::after {
            right: 0;
            background-image: url(/images/title-icon-right.png);
        }

    .news .title-wrap a {
        position: absolute;
        right: 0;
        top: 50%;
        margin-top: -11px;
    }

.news-wrap {
    background-color: white;
    border: 1px solid #f0eaea;
    padding: 32px 30px 32px 38px;
}

.news-list,
.news-pic {
}

.news-list {
    max-width: 717px;
    float: left;
}

.news-pic {
    float: right;
    max-width: 527px;
    padding-top: 70px;
    width: 527px;
}

.news-list .news-item {
    padding: 29px 23px 32px 11px;
    height: 171px;
    background-color: white;
    border-radius: 5px;
    cursor: pointer;
}


.news-pic img {
    object-fit: cover; 
    max-width: 524px;
    width: e-xpression(this.width>524?"524px":this.width);
    max-height: 352px;
    height: e-xpression(this.height>352?"352px":this.height);
}


.news-item .news-date,
.news-item .news-intr {
    float: left;
}

.news-item .news-date {
    font-size: 14px;
    width: 103px;
    color: #434343;
    margin-right: 20px;
    position: relative;
    height: 100%;
    overflow: hidden;
}

.news-item .news-intr {
    font-size: 14px;
    max-width: 556px;
}

.news-item .news-date .lg-time {
    position: absolute;
    font-size: 60px;
    left: 0;
    top: 0px;
}

.news-item .news-date .sm-time {
    position: absolute;
    color: #434343;
    right: 0;
    font-size: 18px;
    bottom: 14px;
    right: 6px;
}

.news-item .news-date .company {
    position: absolute;
    width: 0;
    height: 0;
    border-bottom: 58px solid #f15b5b;
    border-left: 58px solid transparent;
    left: 57px;
}

    .news-item .news-date .company i {
        left: -48px;
        position: absolute;
        top: 36px;
        transform: rotate(-46deg);
        color: white;
    }

.news-item .news-date::after {
    content: "";
    display: block;
    width: 147px;
    height: 2px;
    background-color: #adadad;
    color: black;
    position: absolute;
    transform: rotate(-46deg);
    top: 59px;
    left: -17px;
}

.news-item .news-intr .news-intr-title {
    font-size: 18px;
    color: #262626;
    line-height: 38px;
}

.news-item .news-intr .news-intr-cont {
    font-size: 14px;
    color: #454545;
    line-height: 24px;
}

.news-list .news-item:hover {
    background-color: #8b0910;
    color: white;
}

    .news-list .news-item:hover .news-date,
    .news-list .news-item:hover .news-date .sm-time,
    .news-list .news-item:hover .news-date::after,
    .news-list .news-item:hover .news-intr .news-intr-title,
    .news-list .news-item:hover .news-intr .news-intr-cont {
        color: white;
    }

        .news-list .news-item:hover .news-intr .news-intr-cont:hover a {
            color: #454545;
        }

        .news-list .news-item:hover .news-date::after {
            background-color: white;
        }

/* video */
.video {
    max-width: 1920px;
    margin: 0 auto;
    position: relative;
    height: 776px;
    overflow: hidden;
}

.video-intr {
    position: absolute;
    left: 0;
    width: 731px;
    height: 776px;
    background-image: url(/images/intr-pic.png);
    padding-left: 263px;
    padding-top: 264px;
    color: white;
    z-index: 10;
}

.video .video-intr img {
    width: 59px;
    margin-bottom: 22px;
}

.video .video-intr h1 {
    font-size: 36px;
    margin-bottom: 47px;
}

.video .video-intr h3 {
    font-size: 22px;
    margin-bottom: 18px;
}

.video .video-intr p {
    font-size: 16px;
}

.video video {
    float: right;
    display: block;
    width: 100%;
    z-index: 1;
}

.video .playbtn {
    width: 100%;
    position: absolute;
    height: 100%;
    background-color: rgba(0, 0, 0, .7);
    z-index: 2;
}

    .video .playbtn .play {
        position: absolute;
        right: 0;
        width: 47px;
        height: 52px;
        top: 290px;
        margin-top: -26px;
        right: 827px;
    }

    .video .playbtn .intr-img {
        position: absolute;
        right: 542px;
        top: 381px;
        font-size: 72px;
        color: white;
    }

/*good-video */
.good-video h1 {
    margin-top: 70px;
}


.wel-tip-box .items .itemtop .span a{
    color: #555;
}

.good-video .infomationList {
    width: 100%;
    height: 460px;
    /*border-top: solid 1px #dcdcdc;*/
    margin: 0px 0px 100px 0px;
}

    .good-video .infomationList .content {
        width: 100%;
        height: 230px;
       /* border-bottom: solid 1px #dcdcdc;*/
        padding: 0px 0px 0px 10%;
    }

        .good-video .infomationList .content .Info {
            width: 30%;
            height: 230px;
            float: left;
            /*border-right: solid 1px #dcdcdc;*/
        }

            .good-video .infomationList .content .Info .contains {
                width: 436px;
                float: left;
                border-left: solid 5px #dcdcdc;
                margin: 65px 0px 0px 20px;
            }

                .good-video .infomationList .content .Info .contains:hover {
                    width: 436px;
                    height: 100px;
                    float: left;
                    border-left: solid 5px #f15b5b;
                    margin: 65px 0px 0px 20px;
                }

                .good-video .infomationList .content .Info .contains .title {
                    width: 416px;
                    height: 25px;
                    line-height: 25px;
                    text-align: left;
                    font-size: 18px;
                    font-weight: bold;
                    float: left;
                    margin: 0px 0px 0px 15px;
                }

                    .good-video .infomationList .content .Info .contains .title:hover {
                        color: #f15b5b;
                    }

                .good-video .infomationList .content .Info .contains .content {
                    width: 416px;
                    height: auto;
                    text-align: left;
                    font-size: 14px;
                    line-height: 25px;
                    border: none;
                    float: left;
                    margin: 10px 0px 0px 15px;
                    padding: 0px 0px;
                }


.good-video .video-cont {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    justify-content: space-between;
}
.good-video .video-cont  a{
   padding:0px 0px;
   margin:0px 0px;
}


    .good-video .video-cont .video-item {
        width: 324px;
        position: relative;
        overflow: hidden;
        height: 184px;
        margin: 5px 0px;
    }

        .good-video .video-cont .video-item > img {       
                    object-fit: cover;
                    height: 95px;
                    max-width: 325px;
                    /*width:245px;*/
                    width: e-xpression(this.width>325?"325px":this.width);
                    max-height: 184px;
                    height: e-xpression(this.height>184?"184px":this.height);
            height: 184px;
        }

        .good-video .video-cont .video-item .pic {
            position: relative;
            height: 184px;
        }

            .good-video .video-cont .video-item .pic .mask {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                background-color: rgba(0, 0, 0, .6);
            }

                .good-video .video-cont .video-item .pic .mask img {
                    margin: 0 auto;
                    width: 32px;
                    margin-top: 73px;
                }
                 .good-video .video-cont .video-item .pic .mask img a{
                  padding:0px 0px;
                    margin:0px 0px;
                }

                .good-video .video-cont .video-item .pic .mask p {
                    color: #aeaeae;
                    font-size: 16px;
                    padding-left: 25px;
                    margin-top: 32px;
                    transition: .4s;
                }

        .good-video .video-cont .video-item .link-panel {
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background-color: rgba(145, 27, 31, .75);
            padding: 0 25px;
            color: white;
            font-size: 16px;
            transition: .4s;
        }

            .good-video .video-cont .video-item .link-panel p {
                line-height: 26px;
                margin-top: 58px;
                cursor: default;
            }

            .good-video .video-cont .video-item .link-panel img {
                margin-top: 15px;
            }

        /* .good-video .video-cont .video-item:hover .link-panel, */
        .good-video .video-cont .video-item.active .link-panel {
            left: 0;
        }
        /* .good-video .video-cont .video-item:hover .mask p, */
        .good-video .video-cont .video-item.active .mask p {
            margin-top: 50%;
        }

.good-video .load {
    text-align: center;
    line-height: 20px;
    font-size: 18px;
    margin-top: 59px;
    color: #555555;
    margin-bottom: 69px;
    cursor: pointer;
    color: #454545;
}

    .good-video .load img {
        vertical-align: middle;
    }

    .good-video .load:hover a {
        color: #454545;
    }

    .good-video .load a {
        color: #454545;
    }
/* welf */
.welfare {
    background-color: #f0efeb;
    padding-top: 70px;
}

    .welfare .container {
        background-image: url(/images/slogan.png);
        background-repeat: no-repeat;
        background-position: 1121px 0px;
    }

    .welfare .swiper-slide {
        display: flex;
        padding-bottom: 117px;
        justify-content: space-between;
    }

        .welfare .swiper-slide .welfare-item {
            width: 245px;
            height: 260px;
            background-color: white;
           
        }

            .welfare .swiper-slide .welfare-item .welfare-pic {
                position: relative;
                overflow: hidden;
            }

                .welfare .swiper-slide .welfare-item .welfare-pic img {
                    width: 100%;
                    object-fit: cover;
                    height: 95px;
                    max-width: 245px;
                    /*width:245px;*/
                    width: e-xpression(this.width>245?"245px":this.width);
                    max-height: 95px;
                    height: e-xpression(this.height>95?"95px":this.height);
                }

                .welfare .swiper-slide .welfare-item .welfare-pic .mask {
                    position: absolute;
                    width: 100%;
                    height: 100%;
                    background-color: rgba(0, 0, 0, .6);
                    left: 0;
                    padding: 90px 8px 13px 8px;
                    top: 0;
                    opacity: 0;
                    transition: .4s;
                }

                    .welfare .swiper-slide .welfare-item .welfare-pic .mask p {
                        line-height: 22px;
                        font-size: 16px;
                        color: white;
                    }

            .welfare .swiper-slide .welfare-item .welfare-intr {
                padding: 16px 4px 0px 5px;
                line-height: 22px;
                font-size: 16px;
                transition: .4s;
                color: #5c5c5c;
            }
              .welfare .swiper-slide .welfare-item .welfare-intr a{
              
                color: #5c5c5c;
            }

    .welfare .swiper-container {
    }

        .welfare .swiper-container .swiper-pagination {
            bottom: 62px;
        }

            .welfare .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
                background-color: #9b0f2c;
            }

    .welfare .swiper-slide .welfare-item.active {
        background-color: #8b0910;
    }

        .welfare .swiper-slide .welfare-item.active .welfare-pic .mask {
            opacity: 1;
        }

        .welfare .swiper-slide .welfare-item.active .welfare-intr {
            color: white;
        }

/* .ellite */
.ellite {
    height: 104px;
    line-height: 104px;
}

    .ellite .container {
        width: 1625px;
        width: 84.531%;
        display: flex;
        max-width: 1625px;
    }

        .ellite .container .ellite-item img {
            display: inline;
            vertical-align: middle;
            margin-top: -5px;
            margin-right: 9px;
        }

        .ellite .container .ellite-item {
            /* float: left; */
            line-height: 104px;
            width: 541px;
            text-align: center;
        }

        .ellite .container .vertical-line {
            float: left;
            height: 50px;
            width: 1px;
            background-color: #e6e6e6;
            line-height: 104px;
            margin-top: 27px;
        }

        .ellite .container .ellite-item span {
            font-size: 20px;
            font-weight: 600;
            color: #222222;
        }

/* footer */
.footer {
    background-color: #fafafa;
    padding-bottom: 78px;
}

    .footer .container {
        position: relative;
    }

.footer-left, .footer-right {
    float: left;
}

.footer-left {
    width: 35%;
}

    .footer-left .footer-left-linkgroup {
        height: 115px;
        margin-top: 63px;
        position: relative;
        margin-bottom: 18px;
    }

        .footer-left .footer-left-linkgroup .wechat {
            position: absolute;
            left: 11px;
            top: 5px;
        }

            .footer-left .footer-left-linkgroup .wechat p {
                text-align: center;
                margin-top: 10px;
                font-size: 14px;
                color: #7f7f7f;
            }

        .footer-left .footer-left-linkgroup .weibo {
            width: 194px;
            position: absolute;
            top: 3px;
            left: 120px;
        }

            .footer-left .footer-left-linkgroup .weibo img, .footer-left .footer-left-linkgroup .weibo .weibo-link {
                display: inline-block;
            }

            .footer-left .footer-left-linkgroup .weibo .weibo-link {
                margin-left: 11px;
                font-size: 14px;
                color: #292929;
                line-height: 20px;
            }

                .footer-left .footer-left-linkgroup .weibo .weibo-link a {
                    color: #292929;
                    text-decoration: underline;
                    font-weight: 600;
                }

            .footer-left .footer-left-linkgroup .weibo select {
                width: 100%;
                height: 37px;
                margin-top: 13px;
                border: 1px solid #afaaaa;
                background-color: #f0eaea;
                font-size: 14px;
                color: #4f4f4f;
                padding-left: 14px;
            }

    .footer-left .footer-left-loc {
        line-height: 22px;
        color: #292929;
        font-size: 14px;
    }

.footer .vertical-line {
    height: 183px;
    float: left;
    width: 1px;
    background-color: #AFAAAA;
    margin-top: 52px;
}

.footer-right {
    padding-top: 52px;
    width: 60%;
}

    .footer-right .footer-logo, .footer-right .link-group {
        float: left;
    }

    .footer-right .link-item {
        /* float: left; */
    }

    .footer-right .footer-logo {
        margin-left: 55px;
        margin-right: 48px;
    }

    .footer-right .link-group {
        width: 69%;
        justify-content: space-between;
        display: flex;
        float:right;
    }

        .footer-right .link-group .link-title {
            font-size: 16px;
            color: #2f2f2f;
            line-height: 16px;
            margin-bottom: 14px;
        }

        .footer-right .link-group li a {
            line-height: 24px;
            font-size: 14px;
            color: #525252;
        }

    .footer-right .backtop {
        position: absolute;
        right: 3px;
        top: 92px;
        cursor: pointer;
    }

        .footer-right .backtop p {
            text-align: center;
            font-size: 12px;
            color: #2f2f2f;
            text-align: center;
            line-height: 28px;
        }

/* copyright */
.copyright {
    background-color: #fafafa;
    text-align: center;
    line-height: 24px;
    padding-bottom: 50px;
}

    .copyright p {
        color: #7f7f7f;
        font-size: 14px;
    }

    .copyright .link a {
        color: #292929;
        font-size: 14px;
    }

    .copyright .link span {
        color: #989898;
        display: inline-block;
        /* 	width: 2px;
	background-color: #989898; */
        /* height: 16px; */
        /* text-align: center; */
        font-weight: 600;
        margin-left: 3px;
    }


.fixEllite {
    position: fixed;
    z-index: 99;
    background-color: white;
    bottom: 0;
}

@media screen and (max-width: 1251px) {
    .container {
        margin: 0 1%;
        width: 80%;
    }
}



/*bannner ���Ž���*/

.banner .swiper-container-news-news {
    width: 100%;
}

.banner .swiper-container-news img {
    width: 100%;
}

.indexMenu {
    height: 65px;
    width: 100%;
    background-image: url(/images/menuBg.png);
    background-repeat: repeat-x;
}

    .indexMenu .newsTip {
        width: 20px;
        height: 20px;
        float: left;
        background-image: url(/images/menuTip.png);
        background-repeat: no-repeat;
        margin: 22.5px 0px 0px 284px;
    }

    .indexMenu .newsPath {
        font-size: 16px;
        color: #616161;
        line-height: 65px;
        margin: 0px 0px 0px 22px;
        float: left;
    }

    .indexMenu .Navigation {
        font-size: 16px;
        line-height: 65px;
        width: auto;
        float: right;
        margin: 0px 250px 0px 0px;
    }

        .indexMenu .Navigation .menu {
            line-height: 65px;
            width: auto;
            float: left;
            margin: 16px 0px 0px 0px;
        }

            .indexMenu .Navigation .menu li {
                line-height: 32px;
                height: 33px;
                float: left;
                width: 86px;
                margin: 0px 0px 0px 0px;
                text-align: center;
                padding: 0px 0px;
            }

                .indexMenu .Navigation .menu li a {
                    color: #616161;
                }

                .indexMenu .Navigation .menu li:hover {
                    color: #fff;
                    background-color: #f15b5a;
                }

                    .indexMenu .Navigation .menu li:hover a {
                        color: #fff;
                    }

.newsContaint {
    background-color: #fff;
    padding-top: 80px;
    padding-bottom: 60px;
    padding: 80px 0px 60px 0px;
    margin: 0px 0px;
    height: auto;
    width: 70%;
    float: left;
}

    .newsContaint .container {
        width: 100%;
        float: left;
    }

        .newsContaint .container .tipImg {
            width: 420px;
            float: left;
            margin: 0px 0px 0px 293px;
        }

            .newsContaint .container .tipImg .title-wrap {
                position: relative;
                font-size: 30px;
            }

            .newsContaint .container .tipImg h1.title {
                font-size: 30px;
                color: #2c2b2b;
                text-align: center;
                line-height: 28px;
                position: relative;
                width: 222px;
                margin: 0 auto;
                font-weight: bold;
                font-family: '΢���ź�';
                margin-bottom: 54px;
                float: left;
            }

                .newsContaint .container .tipImg h1.title::after,
                .newsContaint .container .tipImg h1.title::before {
                    content: "";
                    display: block;
                    width: 34px;
                    height: 24px;
                    top: 4px;
                    position: absolute;
                    background-image: url(/images/title-icon-left.png);
                }



        .newsContaint .container .title-wrap a {
            position: absolute;
            right: 0;
            top: 50%;
            margin-top: -11px;
        }


        /*��Ƶ���ſ�ʼ*/
        .newsContaint .container .video-cont {
            display: flex;
            flex-wrap: wrap;
            width: 100%;
            height: 800px;
            justify-content: space-between;
            margin: 0px 0px 0px 293px;
        }

            .newsContaint .container .video-cont .video-item-newIndex {
                width: 440px;
                position: relative;
                overflow: hidden;
                height: 376px;
                background: #fff;
                box-shadow: 2px 2px 10px #909090;
                font-weight: bold;
            }

                .newsContaint .container .video-cont .video-item-newIndex:hover {
                    width: 440px;
                    position: relative;
                    overflow: hidden;
                    height: 376px;
                    background: #fff;
                    color: #8b0910;
                    box-shadow: 4px 4px 15px #b97373;
                    font-weight: bold;
                }

                .newsContaint .container .video-cont .video-item-newIndex .top {
                    width: 100%;
                    height: 296px;
                    float: left;
                    overflow: hidden;
                    margin: 0px 0px;
                    padding: 0px 0px;
                }

                .newsContaint .container .video-cont .video-item-newIndex .bottom {
                    width: 100%;
                    height: 80px;
                    float: left;
                    text-align: center;
                    line-height: 80px;
                    font-size: 16px;
                }

                .newsContaint .container .video-cont .video-item-newIndex .picPlay {
                    position: relative;
                    height: 32px;
                    margin: 132px 0px 0px 0px;
                }

                    .newsContaint .container .video-cont .video-item-newIndex .picPlay img {
                        margin: 132px 204px 0px 204px;
                        position: absolute;
                        width: 32px;
                        margin-top: 0px;
                    }
        /*��Ƶ���Ž���*/





          /*�������쿪ʼ*/
        .newsContaint .container .video-cont {
            display: flex;
            flex-wrap: wrap;
            width: 100%;
            height: 800px;
            justify-content: space-between;
            margin: 0px 0px 0px 293px;
        }

            .newsContaint .container .video-cont .video-item-newIndex {
                width: 440px;
                position: relative;
                overflow: hidden;
                height: 376px;
                background: #fff;
                box-shadow: 2px 2px 10px #909090;
                font-weight: bold;
            }

                .newsContaint .container .video-cont .video-item-newIndex:hover {
                    width: 440px;
                    position: relative;
                    overflow: hidden;
                    height: 376px;
                    background: #fff;
                    color: #8b0910;
                    box-shadow: 4px 4px 15px #b97373;
                    font-weight: bold;
                }

                .newsContaint .container .video-cont .video-item-newIndex .top {
                    width: 100%;
                    height: 296px;
                    float: left;
                    overflow: hidden;
                    margin: 0px 0px;
                    padding: 0px 0px;
                }

                .newsContaint .container .video-cont .video-item-newIndex .bottom {
                    width: 100%;
                    height: 80px;
                    float: left;
                    text-align: center;
                    line-height: 80px;
                    font-size: 16px;
                }

                .newsContaint .container .video-cont .video-item-newIndex .picPlay {
                    position: relative;
                    height: 32px;
                    margin: 132px 0px 0px 0px;
                }

                    .newsContaint .container .video-cont .video-item-newIndex .picPlay img {
                        margin: 132px 204px 0px 204px;
                        position: absolute;
                        width: 32px;
                        margin-top: 0px;
                    }
        /*��Ƶ���Ž���*/




        /* ���Ŷ�̬ ý��۽� ��ʼ*/
        .newsContaint .container .video-cont-media {
            display: flex;
            flex-wrap: wrap;
            width: 100%;
            height: 600px;
            justify-content: space-between;
            margin: 0px 0px 0px 293px;
        }

            .newsContaint .container .video-cont-media .video-item-newIndex {
                width: 425px;
                position: relative;
                overflow: hidden;
                height: 600px;
                background: #fff;
                box-shadow: 2px 2px 10px #909090;
                font-weight: bold;
            }

                .newsContaint .container .video-cont-media .video-item-newIndex:hover {
                    width: 425px;
                    position: relative;
                    overflow: hidden;
                    height: 600px;
                    background: #fff;
                    color: #8b0910;
                    box-shadow: 4px 4px 15px #b97373;
                    font-weight: bold;
                }

                .newsContaint .container .video-cont-media .video-item-newIndex .top {
                    width: 100%;
                    height: 324px;
                    float: left;
                    overflow: hidden;
                    margin: 0px 0px;
                    padding: 0px 0px;
                    z-index: 0;
                }

                .newsContaint .container .video-cont-media .video-item-newIndex .bottom {
                    width: 100%;
                    height: 276px;
                    float: left;
                    text-align: center;
                    line-height: 80px;
                    font-size: 16px;
                }

                    .newsContaint .container .video-cont-media .video-item-newIndex .bottom .news-item {
                        padding: 29px 23px 32px 40px;
                        height: 171px;
                        background-color: white;
                        border-radius: 5px;
                        cursor: pointer;
                    }


.news-pic img {
    width: 100%;
}


.newsContaint .container .video-cont-media .video-item-newIndex .bottom .news-item .news-date,
.newsContaint .container .video-cont-media .video-item-newIndex .bottom .news-item .news-intr {
    float: left;
}

.newsContaint .container .video-cont-media .video-item-newIndex .bottom .news-item .news-date {
    font-size: 14px;
    width: 90px;
    color: #434343;
    margin-right: 20px;
    position: relative;
    height: 100%;
    overflow: hidden;
}

.newsContaint .container .video-cont-media .video-item-newIndex .bottom .news-item .news-intr {
    font-size: 14px;
    max-width: 252px;
    line-height: 18px;
    text-align: center;
}

.newsContaint .container .video-cont-media .video-item-newIndex .bottom .news-item .news-date .lg-time {
    position: absolute;
    font-size: 45px;
    left: 0;
    top: 0px;
    font-weight: normal;
}

.newsContaint .container .video-cont-media .video-item-newIndex .bottom .news-item .news-date .sm-time {
    position: absolute;
    color: #434343;
    right: 0;
    font-size: 12px;
    bottom: 14px;
    right: 6px;
    top: 40px;
}

.newsContaint .container .video-cont-media .video-item-newIndex .bottom .news-item .news-date .company {
    position: absolute;
    width: 0;
    height: 0;
    border-bottom: 58px solid #f15b5b;
    border-left: 58px solid transparent;
    left: 57px;
}

    .newsContaint .container .video-cont-media .video-item-newIndex .bottom .news-item .news-date .company i {
        left: -42px;
        position: absolute;
        top: 36px;
        transform: rotate(-46deg);
        color: white;
    }

.newsContaint .container .video-cont-media .video-item-newIndex .bottom .news-item .news-date::after {
    content: "";
    display: block;
    width: 100px;
    height: 2px;
    background-color: #bfbfbf;
    color: black;
    position: absolute;
    transform: rotate(-52deg);
    top: 59px;
    left: 5px;
}

.newsContaint .container .video-cont-media .video-item-newIndex .bottom .news-item .news-intr .news-intr-title {
    font-size: 18px;
    color: #262626;
    line-height: 35px;
    text-align: left;
    margin: 20px 0px 0px 0px;
}

    .newsContaint .container .video-cont-media .video-item-newIndex .bottom .news-item .news-intr .news-intr-title:hover {
        font-size: 18px;
        color: #8b0910;
        line-height: 35px;
        text-align: left;
        margin: 20px 0px 0px 0px;
    }
     .newsContaint .container .video-cont-media .video-item-newIndex .bottom .news-item .news-intr .news-intr-title:hover a {
         color: #262626;
    }



.newsContaint .container .video-cont-media .video-item-newIndex .bottom .news-item .news-intr-cont {
    width: 100%;
    font-size: 14px;
    color: #454545;
    line-height: 24px;
    float: left;
    font-weight: normal;
    text-align: left;
}






.newsContaint .container .video-cont-media .video-item-newIndex .picPlay {
    position: relative;
    height: 48px;
    width: 120px;
    margin: 257px 0px 0px 0px;
    line-height: 48px;
    color: #fff;
    background: #f15b5c;
    text-align: center;
    font-size: 16px;
    z-index: 22;
    position: absolute;
}







/*ý��۽� ����*/



/*��Ӣ�˱� ��ʼ*/

.newsContaint .reports {
    width: 100%;
    float: left;
}

    .newsContaint .reports .reportsItem {
        width: 100%;
        border-top: solid 1px #cccccc;
        border-bottom: solid 1px #cccccc;
        float: left;
        min-height: 500px;
    }

        .newsContaint .reports .reportsItem .left {
            width: 300px;
            min-height: 500px;
            float: left;
            margin: 0px 0px 0px 7%;
        }

            .newsContaint .reports .reportsItem .left .picTip {
                position: absolute;
                height: 14px;
                margin: 108px 0px 0px 292px;
                width: 14px;
                line-height: 22px;
                text-align: center;
                color: #fff;
            }

            .newsContaint .reports .reportsItem .left .text {
                width: 80%;
                height: 50px;
                color: #8b0910;
                font-size: 50px;
                line-height: 50px;
                text-align: right;
                float: left;
                margin: 90px 0px 0px 0px;
            }

            .newsContaint .reports .reportsItem .left .mask {
                top: -1px;
                right: 1px;
                width: 19.5%;
                height: 2px;
                margin: 10px 0px 0px 180px;
                border-bottom: solid 4px #f15b5b;
            }

        .newsContaint .reports .reportsItem .right {
            display: flex;
            width: 70%;
            min-height: 500px;
            justify-content: space-between;
            margin: 0px 0px 0px 250px;
            border-left: solid 1px #cccccc;
            padding-bottom: 20px;
            padding-left: 73px;
            padding-top: 80px;
        }

            .newsContaint .reports .reportsItem .right .historyContaint {
                width: 1080px;
                height: auto;
                margin: 0px 0px 0px 0px;
                float: left;
            }

                .newsContaint .reports .reportsItem .right .historyContaint .title {
                    width: 1000px;
                    height: auto;
                    font-size: 20px;
                    color: #000;
                    font-weight: bold;
                    margin: 20px 0px 0px 0px;
                }

                .newsContaint .reports .reportsItem .right .historyContaint .nr {
                    width: 1000px;
                    height: auto;
                    font-size: 14px;
                    color: #000;
                    margin: 20px 0px 0px 0px;
                }


            .newsContaint .reports .reportsItem .right .video-item-newIndex {
                width: 227px;
                position: relative;
                overflow: hidden;
                float: left;
                height: 336px;
                background: #fff;
                box-shadow: 2px 2px 10px #909090;
                font-weight: bold;
            }

                .newsContaint .reports .reportsItem .right .video-item-newIndex .picPlay {
                    position: absolute;
                    height: 22px;
                    margin: 304px 0px 0px 137px;
                    background: #f15b5b;
                    width: 90px;
                    line-height: 22px;
                    text-align: center;
                    color: #fff;
                }

                    .newsContaint .reports .reportsItem .right .video-item-newIndex .picPlay::before {
                        content: "";
                        display: block;
                        position: absolute;
                        width: 16px;
                        height: 22px;
                        left: -10px;
                        background-color: #fff;
                        transform: skew(-28deg);
                        top: 0;
                    }

                .newsContaint .reports .reportsItem .right .video-item-newIndex .top {
                    width: 227px;
                    height: 292px;
                    float: left;
                }

                .newsContaint .reports .reportsItem .right .video-item-newIndex .bottom {
                    width: 217px;
                    height: 44px;
                    float: left;
                    text-align: left;
                    line-height: 44px;
                    margin: 0px 0px 0px 10px;
                }

                    .newsContaint .reports .reportsItem .right .video-item-newIndex .bottom:hover {
                        width: 217px;
                        height: 44px;
                        float: left;
                        text-align: left;
                        line-height: 44px;
                        margin: 0px 0px 0px 10px;
                        color: #8b0910;
                    }

                .newsContaint .reports .reportsItem .right .video-item-newIndex:hover {
                    width: 227px;
                    position: relative;
                    overflow: hidden;
                    height: 336px;
                    background: #fff;
                    box-shadow: 2px 2px 10px #b97373;
                    font-weight: bold;
                }

.newsContaint .loadMore {
    background-image: url(/images/hisMore.png);
    height: 80px;
    line-height: 80px;
    margin: 10px 0px 0px 837px;
    width: 270px;
    font-size: 31px;
    text-align: center;
    color: #fff;
    float: left;
}

/*��Ӣ�˱� ����*/


.indexPage {
    height: 32px;
    width: 100%;
    float: left;
}


    .indexPage .Navigation {
        font-size: 16px;
        line-height: 65px;
        width: auto;
        float: right;
        margin: 0px 250px 0px 0px;
    }

        .indexPage .Navigation .menu {
            line-height: 32px;
            width: auto;
            float: left;
            margin: 0px 0px 0px 0px;
        }

            .indexPage .Navigation .menu li {
                line-height: 32px;
                height: 32px;
                float: left;
                min-width: 32px;
                padding: 0px 16px;
                margin: 0px 5px 0px 5px;
                text-align: center;
                padding: 0px 10px;
                border: solid 1px #f0eaea;
                border-radius: 10%;
            }

                .indexPage .Navigation .menu li a {
                    color: #616161;
                }

                .indexPage .Navigation .menu li:hover {
                    color: #fff;
                    background-color: #f15b5b;
                }

                    .indexPage .Navigation .menu li:hover a {
                        color: #fff;
                    }









/*zhekin   ����css */

/* С��1400����  ����992���� */
@media (max-width: 1400px) {
    #news_dh_nav .container {
        width: 100%;
        height: 65px;
        margin: 0px auto;
        max-width: 1100px;
    }

    #new_content .content {
        width: 100%;
        height: auto;
        display: table;
        min-height: 100px;
        background-color: #fff;
        margin: 0px auto;
        max-width: 1100px;
        box-shadow: 0px 0px 10px 10px #d3d3d3;
    }

    #new_content {
        width: 100%;
        background-color: #fff;
        height: auto;
        padding-top: 60px;
        margin-bottom: 60px;
    }


        #new_content .content .content_left {
            width: 63%;
            height: auto;
            display: table;
            float: left;
            margin: 80px 0px 0px 3%;
        }


        #new_content .content .content_right {
            width: 30%;
            height: auto;
            float: left;
            border: 1px solid #dcdcdc;
            margin: 40px 4% 0px 0px;
        }

    .con_title {
        width: 90%;
        height: auto;
        font-size: 1.675rem;
        line-height: 1.875rem;
        font-family: "΢���ź�";
        color: #000;
        text-align: left;
    }

    .con_time {
        width: 90%;
        height: auto;
        font-size: 0.875rem;
        color: #616161;
        text-align: left;
        clear: left;
        margin: 1.5rem 0px 0px 3px;
    }

    .con_content {
        width: 90%;
        height: auto;
        font-size: 0.875rem;
       
        margin: 3rem 0px;
    }

    .content_rn h2 {
        width: 100%;
        height: 1rem;
        font-family: "΢���ź�";
        font-size: 1rem;
        background-color: #fff;
        background: url(../images/content_li.png) no-repeat left top;
        margin: 0 0 0 -12.5%;
        padding: 0 0 0 12.5%;
        overflow: hidden;
    }

    .content_rn span {
        width: 100%;
        font-size: 0.675rem;
        color: #616161;
        line-height: 2rem;
    }

    .content_rn li {
        width: 90%;
        height: auto;
        float: left;
        padding: 0rem 0 2rem 0;
        border-bottom: 1px solid #dcdcdc;
        margin: 3rem 0px 0 1.625rem;
    }

    .content_right_news h1 {
        width: 100%;
        height: auto;
        font-size: 1.675rem;
        color: #000;
        font-size: 1.875rem;
        font-family: "΢���ź�";
        float: left;
    }
}



/* С��992�ֱ��� */
@media (max-width: 992px) {

    #news_dh_nav .container {
        width: 100%;
        height: 65px;
        margin: 0px auto;
        max-width: 992px;
    }

    .crumbs {
        display: none;
    }

    #new_content .content {
        width: 96%;
        height: auto;
        display: table;
        min-height: 100px;
        background-color: #fff;
        margin: 0px 2%;
        box-shadow: 0px 0px 10px 10px #d3d3d3;
    }

    #new_content {
        width: 100%;
        background-color: #fff;
        height: auto;
        padding-top: 30px;
        margin-bottom: 30px;
    }

        #new_content .content .content_left {
            width: 90%;
            height: auto;
            display: table;
            float: left;
            margin: 80px 5% 0px 5%;
        }

        #new_content .content .content_right {
            display: none;
        }

    .con_title {
        width: 100%;
        height: auto;
        font-size: 1.25rem;
        line-height: 1.25rem;
        font-family: "΢���ź�";
        color: #000;
        text-align: left;
    }

    .con_time {
        width: 100%;
        height: auto;
        font-size: 0.875rem;
        color: #616161;
        text-align: left;
        clear: left;
        margin: 1.5rem 0px 0px 3px;
    }

    .con_content {
        width: 100%;
        height: auto;
        font-size: 0.875rem;
       
        margin: 3rem 0px;
    }
}


/* ����1400���� */
@media (min-width: 1400px) {
    #news_dh_nav .container {
        width: 1378px;
        height: 65px;
        margin: 0px auto;
        max-width: 1378px;
    }

    #new_content .content {
        width: 1378px;
        height: auto;
        display: table;
        min-height: 100px;
        background-color: #fff;
        margin: 0px auto;
        box-shadow: 0px 0px 10px 10px #d3d3d3;
    }

    #new_content {
        width: 100%;
        background-color: #fff;
        height: auto;
        display: table;
        padding-top: 80px;
        margin-bottom: 80px;
    }

        #new_content .content .content_left {
            width: 93%;
            height: auto;
            display: table;
            float: left;
            margin: 80px 0px 0px 3%;
        }


        #new_content .content .content_right {
            width: 30%;
            height: auto;
            float: left;
            border: 1px solid #dcdcdc;
            margin: 40px 4% 0px 0px;
        }

    .con_title {
        width: 90%;
        height: auto;
        font-size: 1.875rem;
        line-height: 1.875rem;
        font-family: "΢���ź�";
        color: #000;
        text-align: left;
    }

    .con_time {
        width: 90%;
        height: auto;
        font-size: 0.875rem;
        color: #616161;
        text-align: left;
        clear: left;
        margin: 1.5rem 0px 0px 3px;
    }

    .con_content {
        width: 90%;
        height: auto;
        font-size: 0.875rem;
        
        margin: 3rem 0px;
    }

    .content_rn h2 {
        width: 100%;
        height: 1.875rem;
        font-family: "΢���ź�";
        font-size: 1rem;
        background-color: #fff;
        background: url(../images/content_li.png) no-repeat left top;
        margin: 0 0 0 -10.5%;
        padding: 0 0 0 10%;
        overflow: hidden;
    }

    .content_rn span {
        width: 100%;
        font-size: 0.875rem;
        color: #616161;
        line-height: 2rem;
    }

    .content_rn li {
        width: 90%;
        height: auto;
        float: left;
        padding: 0rem 0 2rem 0;
        border-bottom: 1px solid #dcdcdc;
        margin: 3rem 0px 0 1.625rem;
    }

    .content_right_news h1 {
        width: 100%;
        height: auto;
        font-size: 1.875rem;
        color: #000;
        font-size: 1.875rem;
        font-family: "΢���ź�";
        float: left;
    }
}







/*  ���ߴ繫�� */
#news_content_banner {
    width: 100%;
    height: auto;
    margin: 0px auto;
}

    #news_content_banner img {
        width: 100%;
        height: auto;
    }

/* �������м */
.crumbs a:link {
    color: #616161;
    text-decoration: none;
}

.crumbs a:active {
    color: #616161;
    text-decoration: none;
}

.crumbs a:visited {
    color: #616161;
    text-decoration: none;
}

.crumbs a:hover {
    color: #f15b5b;
    text-align: none;
}

.crumbs span {
    color: #f15b5b;
    text-decoration: none;
    margin-left: 0.875rem;
    float: left;
}

.crumbs b {
    width: 6px;
    height: 100%;
    background: url(../images/content_mbx.png) no-repeat left center;
    margin-left: 0.875rem;
    float: left;
}


/* ·�� + �ӵ��� */
#news_dh_nav {
    background-color: #f4f3f0;
    width: 100%;
}

/* ·�� + �ӵ��� */


/* ���м */
.crumbs {
    width: auto;
    height: 100%;
    line-height: 65px;
    background: url(../images/content_icon.png) no-repeat left center;
    padding-left: 1.875rem;
    margin-left: 0.875rem;
    font-size: 1rem;
    float: left;
}
/* ���� */
.dh_nav {
    width: auto;
    height: 65px;
    float: right;
    font-size: 1rem;
}

    .dh_nav ul {
        width: auto;
        height: auto;
        float: left;
    }

    .dh_nav li {
        width: auto;
        height: 30px;
        float: left;
        font-size: 1rem;
        display: block;
        margin: 20px 0px 20px 0.675rem;
    }

        .dh_nav li a {
            color: #616161;
            text-decoration: none;
            padding: 8px 12px;
        }

        .dh_nav li:hover {
            background-color: #f15b5b;
            color: #FFFFFF;
            text-decoration: none;
        }

            .dh_nav li:hover a {
                color: #FFFFFF;
                text-decoration: none;
            }

        .dh_nav li a {
            width: 100%;
            height: 100%;
            display: block;
        }

    .dh_nav .hover {
        background-color: #f15b5b;
        color: #fff;
    }

        .dh_nav .hover a {
            color: #fff;
        }

/* ���� */
.con_content img {
    max-width: 100%;
    text-align: center;
    height: auto;
}

.con_content p {
    line-height: 1.875rem;
    margin: 10px 0px;
}

.content_right_news {
    width: 90%;
    height: auto;
    margin: 40px 5%;
}

    .content_right_news h1 span {
        border-bottom: 3px solid #9b0f2c;
    }

.content_rn {
    width: 90%;
    height: auto;
    margin: 40px 5%;
    float: left;
}

    .content_rn ul {
        width: 100%;
        height: auto;
        display: table;
        border-left: 2px solid #f15b5b;
        margin-top: 1.875rem;
    }



    /* ������li */
    .content_rn li:first-child {
        margin: 0rem 0px 0 1.625rem;
    }
    /* ����βli */
    .content_rn li:last-child {
        padding: 0rem 0 2rem 0;
        border-bottom: 0px;
        background: #fff;
        margin: 3rem 0px 0rem -3px;
    }

        .content_rn li:last-child h2 {
            width: 100%;
            height: 1.875rem;
            font-family: "΢���ź�";
            font-size: 1rem;
            background-color: #fff;
            background: url(../images/content_li.png) no-repeat left top;
            margin: 0 0 0 -5px;
            padding: 0 0 0 10%;
            overflow: hidden;
        }

        .content_rn li:last-child span {
            width: 100%;
            font-size: 0.875rem;
            color: #616161;
            line-height: 2rem;
            margin: 0 0 0 -5px;
            padding: 0 0 0 10%;
        }

    .content_rn a:link {
        color: #616161;
        text-decoration: none;
    }

    .content_rn a:hover {
        color: #f15b5b;
        text-align: none;
    }

    .content_rn a:active {
        color: #616161;
        text-decoration: none;
    }

    .content_rn a:visited {
        color: #616161;
        text-decoration: none;
    }


.kkpager{
    clear:both;
    height:30px;
    line-height:30px;
    margin-top:20px;
    color:#999999;
    font-size:14px;
    margin-left:-3px;
    padding-bottom:2px;
    
}
.kkpager a{
    padding:8px 10px;
    margin:10px 3px;
    font-size:12px;
    border:1px solid #DFDFDF;
    background-color:#FFF;
    color:#9d9d9d;
    text-decoration:none;
}
.kkpager span{
    font-size:14px;
}
.kkpager span.disabled{
     padding:8px 10px;
    margin:10px 3px;
    font-size:12px;
    border:1px solid #DFDFDF;
    background-color:#FFF;
    color:#DFDFDF;
}
.kkpager span.curr{
    padding:8px 10px;
    margin:10px 3px;
    font-size:12px;
    border:1px solid #8f1419;
    background-color:#8f1419;
    color:#FFF;
}
.kkpager a:hover{
    background-color:#b62a30;
    border:1px solid #b62a30;
    color: #fff;
}
.kkpager span.normalsize{
    font-size:12px;
}
#kkpager_gopage_wrap{
    display:inline-block;
    width:44px;
    height:22px;
    border:1px solid #DFDFDF;
    margin:0px 1px;
    padding:0px;
    position:relative;
    left:0px;
    top:5px;
}
#kkpager_btn_go {
    width:44px;
    height:20px;
    line-height:20px;
    padding:0px;
    font-family:arial,宋体,sans-serif;
    text-align:center;
    border:0px;
    background-color:#0063DC;
    color:#FFF;
    position:absolute;
    left:0px;
    top:-1px;
    display:none;
}
#kkpager_btn_go_input{
    width:42px;
    height:22px;
    text-align:center;
    border:0px;
    position:absolute;
    left:0px;
    top:0px;
    outline:none;
}





@media screen and (max-width: 1300px){
  .footer-right .footer-logo{
        margin-left: 25px;
        margin-right: 28px;
  }
}