.indexTopPic img {
    width: 100%;
    display: block;
}

.indexTopPic {
    overflow: hidden;
    position: relative;
    transition: height 1.5s;
}

.indexTopPic .close {
    width: 30px;
    height: 30px;
    top: 10px;
    right: 10px;
    background: pink;
    position: absolute;
    background: url(../img/close.png) no-repeat center / 100% 100%;
}

.bigBannerBox {
    margin-top: 60px;
}

.bigBanner img {
    width: 100%;
    display: block;
}

.bigBanner .bigBannerPagination .swiper-pagination-bullet {
    background: #fff;
}


/* 第一块 */
.index1 .title {
    padding: 21px 0;
    text-align: center;
}

.index1 .title h1 {
    font-size: 36px;
    color: #d20000;
    line-height: 50px;
}

.index1 .title .aBox {
    height: 30px;
    font-size: 16px;
    line-height: 30px;
}

.index1 .title .aBox p {
    display: inline-block;
}

.index1 .title .aBox a {
    color: #333;
    margin: 0 30px 0 0;
    padding: 0 0 0 13px;
    position: relative;
}

.index1 .title .aBox a::before {
    content: "";
    width: 7px;
    height: 7px;
    left: 0;
    top: 50%;
    border-radius: 50%;
    background: #999;
    position: absolute;
    transform: translateY(-50%);
}

.index1 .title .aBox a:hover {
    color: #d20000;
}

.banner {
    width: 730px;
    height: 410px;
    overflow: hidden;
}

.banner img {
    width: 100%;
    height: 100%;
    display: block;
}

.banner .swiper-slide {
    position: relative;
}

.banner .text {
    width: 100%;
    height: 52px;
    bottom: 0;
    left: 0;
    font-size: 18px;
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
}

.banner .text h2 {
    color: #fff;
    width: 80%;
    font-weight: normal;
    line-height: 52px;
    padding: 0 0 0 26px;
}

.banner .bannerPagination {
    width: auto;
    right: 25px;
    bottom: 19px;
    left: auto;
    position: absolute;
}

.banner .bannerPagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 0 0 7px;
    background: #fff;
}

.index1ConL {
    width: 730px;
}

.index1ConL .index1ListCon {
    padding: 18px 0 0;
}

.indexListTitle {
    height: 42px;
    display: flex;
    font-size: 12px;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #e5e5e5;
}

.indexListTitle a {
    color: #999;
}

.indexListTitle a:hover {
    color: #d20000;
}

.indexListTitle .listTitleL {
    height: 42px;
    display: flex;
    color: #e58301;
    font-size: 12px;
    position: relative;
    line-height: 42px;
    /* align-items: flex-end; */
}

.indexListTitle .listTitleL strong {
    padding: 5px 0 0;
    line-height: auto;
}

.indexListTitle .listTitleL::after {
    content: "";
    width: 100%;
    height: 1px;
    left: 0;
    bottom: -1px;
    position: absolute;
    background: #d20000;
}

.indexListTitle .listTitleL h2 {
    font-size: 22px;
    color: #d20000;
    margin: 0 6px 0 0;
}

.indexListTitle .listTitleL h2 span {
    color: #000;
}

.index1ListCon {
    display: flex;
    justify-content: space-between;
}

.index1ListCon .list {
    width: 350px;
}

.index1ListCon .list ul {
    padding: 25px 0 0;
}

.index1ListCon .list ul li:nth-child(1) {
    padding: 0 0 10px;
    height: auto;
    border: 0;
}

.index1ListCon .list ul li:nth-child(1) a {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.index1ListCon .list .pic {
    width: 143px;
    height: 95px;
    overflow: hidden;
}

.index1ListCon .list .pic img {
    width: 100%;
    display: block;
}

.index1ListCon .list .text {
    width: 194px;
}

.index1ListCon .list .text h3 {
    font-size: 18px;
    color: #d20000;
    line-height: 18px;
    height: 33px;
}

.index1ListCon .list p {
    color: #333;
    font-size: 14px;
    line-height: 22px;
}

.index1ListCon li {
    height: 51px;
    display: flex;
    color: #999;
    font-size: 14px;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px #e0e0e0 dashed;
}

.index1ListCon li a {
    color: #333;
    font-size: 16px;
    padding: 0 0 0 15px;
    position: relative;
    width: 236px;
}

.index1ListCon .list ul li:nth-child(1) a {
    padding: 0;
}

.index1ListCon .list ul li:nth-child(1) a::before {
    display: none;
}

.index1ListCon li a::before {
    width: 7px;
    height: 7px;
    left: 0;
    top: 50%;
    content: "";
    background: #d20000;
    border-radius: 50%;
    position: absolute;
    transform: translateY(-50%);
}

.index1ListCon li a:hover {
    color: #d20000;
}

.index1ConR1 {
    display: none;
}

.index1ConR {
    width: 350px;
    background: #f5f5f5;
}

.index1ConR dl {
    margin: 0 20px 0 24px;
    padding: 33px 0 22px;
    border-bottom: 1px dashed #cfcfcf;
}

.index1ConR dt {
    font-size: 22px;
    color: #d20000 !important;
    line-height: 34px;
    margin: 0 0 12px;
}

.index1ConR dt a {
    color: #d20000;
}

.index1ConR dd {
    line-height: 38px;
    padding: 0 0 0 14px;
    position: relative;
    font-size: 16px;
}

.index1ConR dd::before {
    content: "";
    width: 7px;
    height: 7px;
    left: 0;
    top: 50%;
    border-radius: 50%;
    position: absolute;
    background: #d20000;
    transform: translateY(-50%);
}

.index1ConR dd a {
    color: #333333;
}

.index1ConR dd a:hover {
    color: #d20000;
}

.index1ConR dl:last-child {
    border: 0;
}

/* 第二块 */
.index2 {
    padding: 34px 0 24px;
}

.index2 img {
    display: block;
    width: 100%;
}

/* 第三块 */
.index3 {
    display: flex;
    justify-content: space-between;
}

.index3 .con {
    width: 350px;
}

.index3 dl {
    padding: 25px 0 0;
}

.index3 dt {
    width: 100%;
    height: 170px;
    margin: 0 0 6px;
    overflow: hidden;
    position: relative;
}

.index3 dt img {
    width: 100%;
    display: block;
}

.index3 dt .text {
    width: 100%;
    height: 36px;
    left: 0;
    bottom: 0;
    color: #fff;
    position: absolute;
    line-height: 36px;
    background: rgba(0, 0, 0, 0.5);
}

.index3 dt h2 {
    font-size: 16px;
    padding: 0 20px;
}

.index3 dt:hover h2 {
    color: #d20000;
}

.index3 dd {
    height: 50px;
    display: flex;
    color: #999;
    font-size: 16px;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px #e0e0e0 dashed;
}

.index3 dd a {
    max-width: 235px;
    padding: 0 0 0 15px;
    position: relative;
    color: #333;
}

.index3 dd:hover a {
    color: #d20000;
}

.index3 dd a::before {
    width: 7px;
    height: 7px;
    left: 0;
    top: 50%;
    content: "";
    border-radius: 50%;
    position: absolute;
    background: #d20000;
}

.index3 .conR {
    width: 350px;
}

.index3 .conR dt {
    height: 80px;
    position: static;
    padding: 0 0 24px;
    border-bottom: 1px #e0e0e0 dashed;
}

.index3 .conR dt a {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.index3 .conR dt .pic {
    width: 84px;
    height: 55px;
    overflow: hidden;
}

.index3 .conR dt .text {
    height: auto;
    position: static;
    width: 250px;
    color: #333;
    font-size: 16px;
    line-height: 24px;
    background: none;
}

.index3 .conR dt:hover .text {
    color: #d20000;
}

.index3 .conR dd {
    height: 48px;
}

.index3 .index4R {
    display: none;
}

/* 第四块 */
.index4 {
    display: flex;
    padding: 25px 0 0;
    justify-content: space-between;
}

.index4Con {
    width: 730px;
    padding: 25px 0 0;
    display: flex;
    justify-content: space-between;
}

.index4ConL {
    display: flex;
    width: 350px;
    flex-wrap: wrap;
    justify-content: space-between;
}

.index4ConL li {
    width: 162px;
}

.index4ConL li .pic {
    width: 162px;
    height: 108px;
    overflow: hidden;
}

.index4ConL li img {
    width: 100%;
    display: block;
}

.index4ConL li h3 {
    line-height: 44px;
    font-size: 16px;
    color: #333;
    font-weight: normal;
}

.index4ConL li:hover h3 {
    color: #d20000;
}

.index4ConL li:nth-child(1) {
    width: 100%;
    margin: 0 0 10px;
}

.index4ConL li:nth-child(1) .pic {
    width: 100%;
    height: 224px;
}

.index4ConL li:nth-child(1) img {
    display: block;
}

.index4ConL li:nth-child(1) h3 {
    font-size: 16px;
    color: #333;
    font-weight: normal;
    line-height: 42px;
    text-align: center;
}

.index4ConL li:nth-child(1):hover h3 {
    color: #d20000;
}

.index4ConR {
    width: 350px;
}

.index4ConR dt {
    height: 36px;
    color: #d20000;
    font-size: 18px;
    border-bottom: 1px #e0e0e0 dashed;
}

.index4ConR dt a {
    color: #d20000;
}

.index4ConR dd {
    height: 50px;
    display: flex;
    color: #999;
    align-items: center;
    font-size: 14px;
    justify-content: space-between;
    border-bottom: 1px #e0e0e0 dashed;
}

.index4ConR dd a {
    font-size: 16px;
    color: #333;
    width: 235px;
    padding: 0 0 0 15px;
    position: relative;
}

.index4ConR dd a::before {
    width: 7px;
    height: 7px;
    left: 0;
    top: 50%;
    content: "";
    border-radius: 50%;
    background: #d20000;
    position: absolute;
    transform: translateY(-50%);
}

.index4ConR dd:hover a {
    color: #d20000;
}

.index4ConR dl:nth-child(1) {
    margin-bottom: 42px;
}

.index4R {
    width: 350px;
}

.index4R dl {
    padding: 25px 0 0;
}

.index4R dt {
    height: 113px;
    overflow: hidden;
    padding: 0 0 2px;
    position: relative;
}

.index4R dt img {
    width: 100%;
    display: block;
}

.index4R dt .text {
    width: 100%;
    height: 36px;
    left: 0;
    bottom: 0;
    color: #fff;
    position: absolute;
    line-height: 36px;
    background: rgba(0, 0, 0, 0.5);
}

.index4R dt h2 {
    font-size: 16px;
    padding: 0 20px;
}

.index4R dd {
    height: 50px;
    display: flex;
    font-size: 14px;
    color: #999;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px #e0e0e0 dashed;
}

.index4R dd a {
    width: 240px;
    color: #333;
    font-size: 16px;
    padding: 0 0 0 15px;
    position: relative;
}

.index4R dd a::before {
    width: 7px;
    height: 7px;
    left: 0;
    top: 50%;
    content: "";
    border-radius: 50%;
    background: #d20000;
    position: absolute;
}

.index4R dd:hover a {
    color: #d20000;
}

/* 第五块 */
.index5 {
    padding: 20px 0 24px;
}

/* 第六块 */

.index6 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.index6Item {
    width: 350px;
}

.index6Item2 .index6Text:nth-child(1) {
    margin-bottom: 28px;
}

.indexBigPicDl {
    padding: 25px 0 0;
}

.indexBigPicDl dt {
    width: 100%;
    height: 170px;
    margin-bottom: 46px;
    overflow: hidden;
    position: relative;
}

.index6Item8 .indexBigPicDl dt {
    margin-bottom: 0;
}

.indexBigPicDl dt img {
    width: 100%;
    display: block;
}

.indexBigPicDl dt .text {
    width: 100%;
    left: 0;
    bottom: 0;
    position: absolute;
    height: 36px;
    line-height: 36px;
    background: rgba(0, 0, 0, 0.5);
}

.indexBigPicDl dt h3 {
    color: #fff;
    font-size: 16px;
    padding: 0 20px;
    text-align: center;
}

.indexBigPicDl dd,
.indexX_dl dd {
    height: 50px;
    display: flex;
    font-size: 14px;
    color: #999;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px dashed #e0e0e0;
}

.indexBigPicDl dd a,
.indexX_dl dd a {
    width: 72%;
    font-size: 16px;
    color: #333;
    padding: 0 0 0 15px;
    position: relative;
}

.indexBigPicDl dd a::before,
.indexX_dl dd a::before {
    width: 7px;
    height: 7px;
    left: 0;
    top: 50%;
    content: "";
    position: absolute;
    background: #d20000;
    border-radius: 50%;
    transform: translateY(-50%);
}

.indexBigPicDl dd:hover a,
.indexX_dl dd:hover a {
    color: #d20000;
}

.index6TextDl {
    padding: 25px 0 0;
}

.index6TextDl dt {
    height: 36px;
    color: #d20000;
    font-size: 18px;
    line-height: 24px;
    border-bottom: 1px dashed #e0e0e0;
}

.index6TextDl dt a {
    color: #d20000
}

.index6TextDl dd {
    height: 50px;
    font-size: 14px;
    color: #999;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px dashed #e0e0e0;
}

.index6TextDl dd a {
    width: 72%;
    color: #333;
    font-size: 16px;
}

.index6TextDl dd a:hover {
    color: #d20000;
}

.videoList {
    padding: 25px 0 0;
}

.videoList li {
    width: 350px;
    height: 170px;
    overflow: hidden;
    margin: 0 0 10px;
}

.videoList li img {
    width: 100%;
    display: block;
}

.zbDl {
    margin: 0 0 27px;
}

/* 第七块 */
.index7 {
    display: flex;
    justify-content: space-between;
}

.index7 .box {
    width: 350px;
}

.indexX_dl {
    padding: 25px 0 0;
}

.indexX_dl dt {
    padding: 0 0 14px;
    height: 80px;
    border-bottom: 1px dashed #e0e0e0;
}

.indexX_dl dt a {
    display: flex;
    height: 55px;
    justify-content: space-between;
    align-items: center;
}

.indexX_dl dt .pic {
    width: 84px;
    height: 55px;
    overflow: hidden;
}

.indexX_dl dt img {
    width: 100%;
    display: block;
}

.indexX_dl dt .text {
    width: 250px;
    font-size: 16px;
    color: #333;
}

.indexX_dl dt .text h3 {
    line-height: 24px;
    font-weight: normal;
}

.index7 .indexBigPicDl dt {
    margin-bottom: 12px;
}

/* 第八块 */
.index8 {
    padding: 14px 0 24px;
}

.index8 .con {
    padding: 25px 0 0;
}

.index8 .pic {
    padding: 8px;
    border: 1px solid #ececec;
}

.index8 .pic img {
    width: 100%;
}

.index8 .swiper-slide h3 {
    font-size: 14px;
    color: #000;
    line-height: 48px;
    text-align: center;
    font-weight: normal;
}

.index8 .swiper-slide:hover h3 {
    color: #d20000;
}

.indexLine {
    padding: 35px 0 30px;
    background: #fafafa;
}

.indexLine .con {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.indexLine .aBox {
    width: 1005px;
    font-size: 16px;
    line-height: 30px;
}

.indexLine .aBox a {
    margin: 0 20px 0 0;
    color: #616161;
    display: inline-block;
}

.indexLine .aBox a:hover {
    color: #d20000;
}

.indexLine h2 {
    font-size: 18px;
    color: #d20000;
}

.login-before, .login-after {
    display: none;
}


@media only screen and (max-width: 1199px) {

    .banner,
    .videoList li {
        height: auto;
    }

    .banner,
    .index1ConL,
    .index4L,
    .index4Con {
        width: 660px;
    }

    .index1ConR,
    .index1ListCon .list,
    .index3 .con,
    .index4ConL,
    .index4ConR,
    .index4R,
    .index6Item,
    .index7 .box,
    .index3 .conR {
        width: 320px;
    }

    .index1ConR dl {
        padding: 21px 0;
    }

    .index3 dt {
        margin-bottom: 11px;
    }

    .index3 .conR dt {
        padding-bottom: 10px;
        margin-bottom: 6px;
    }

    .index4ConL li {
        width: 49%;
    }

    .index4ConL li .pic,
    .videoList li {
        width: 100%;
    }

    .indexLine .aBox {
        width: 910px;
    }

    .indexX_dl dt {
        padding-bottom: 10px;
    }

    .zbDl,
    .videoList li {
        margin-bottom: 20px;
    }

    .index6Item2 .index6Text:nth-child(1) {
        margin-bottom: 13px;
    }

    .index3 dd a {
        width: 72%;
    }

    .index1 .title .aBox {
        height: auto;
    }

    .banner {
        height: 438px;
    }

}

@media only screen and (max-width: 1023px) {

    .index1ConR,
    .index1ListCon .list,
    .index3 .con,
    .index4ConL,
    .index4ConR,
    .index4R,
    .index6Item,
    .index7 .box,
    .index3 .conR {
        width: 290px;
    }

    .banner,
    .index1ConL,
    .index4L,
    .index4Con {
        width: 600px;
    }

    .index3 .conR dt .pic,
    .indexX_dl dt .pic {
        width: 110px;
        height: auto;
    }

    .index1ListCon .list .text,
    .index3 .conR dt .text,
    .indexX_dl dt .text {
        width: 168px;
    }

    .index1ConR dl {
        padding: 12px 0;
    }

    .index3 .conR dt {
        height: auto;
    }

    .index3 .conR dt {
        margin-bottom: 0;
    }

    .index3 dt {
        margin-bottom: 33px;
    }

    .index6Item2 .index6Text:nth-child(1) {
        margin-bottom: 0;
    }

    .zbDl {
        margin-bottom: 33px;
    }

    .indexX_dl dt a {
        height: auto;
    }

    .index7 .indexBigPicDl dt {
        margin-bottom: 43px;
    }

    .indexLine .aBox {
        width: 810px;
    }

    .banner {
        height: 340px;
    }
}

@media only screen and (max-width: 959px) {

    .banner,
    .index1ConL,
    .index4L,
    .index4Con,
    .index1ConR {
        width: 100%;
    }

    .index1ListCon {
        flex-wrap: wrap;
    }

    .index1ConR2 {
        display: none;
    }

    .index1ListCon .list,
    .index3 .con,
    .index4ConL,
    .index4ConR,
    .index4R,
    .index6Item,
    .index7 .box,
    .index3 .conR {
        width: 48%;
    }

    .index1ConR {
        margin-top: 30px;
    }

    .index3,
    .index7,
    .indexLine .con {
        flex-wrap: wrap;
    }

    .index3 .index4R {
        display: block;
    }

    .index4 .index4R {
        display: none;
    }

    .index3 dt {
        margin-bottom: 30px;
    }

    .index3 .conR dt {
        padding-bottom: 20px;
        margin-bottom: 32px;
    }

    .index6Item2 .index6Text:nth-child(1) {
        margin-bottom: 35px;
    }

    .indexX_dl dt {
        height: auto;
    }

    .zbDl,
    .videoList li {
        margin-bottom: 12px;
    }

    .index7 .box:last-child {
        width: 100%;
    }

    .index7 .indexX_dl dt .text {
        width: 70%;
    }

    .index7 .indexX_dl dt .pic {
        width: 26%;
    }

    .indexLine .aBox {
        width: 100%;
    }

    .zbDl {
        margin-bottom: 30px;
    }

    .index1ListCon .list .text,
    .index3 .conR dt .text,
    .indexX_dl dt .text {
        width: 65%;
    }

    .index1ListCon .list .pic,
    .index3 .conR dt .pic,
    .indexX_dl dt .pic {
        width: 32%;
        height: 80px;
    }

    .index7 .indexBigPicDl dt {
        margin-bottom: 20px;
    }

    .index1ConR1 {
        display: block;
        margin-top: 0;
        margin-bottom: 20px;
    }

    .indexBigPicDl dt {
        margin-bottom: 50px;
    }

    .index6Item8 .indexBigPicDl dt {
        margin-bottom: 5px;
    }

    .banner {
        height: 405px;
    }
}

@media only screen and (max-width: 767px) {

    .index1ListCon .list,
    .index3 .con,
    .index4ConL,
    .index4ConR,
    .index4R,
    .index6Item,
    .index7 .box,
    .index3 .conR {
        width: 100%;
        margin-bottom: 18px;
    }

    .zbDl {
        margin-bottom: 18px;
    }

    .index1ConR {
        margin-top: 0;
    }

    .index2 {
        padding: 18px 0;
    }

    .index4 {
        padding-top: 0;
    }

    .index1 .title h1 {
        font-size: 26px;
    }

    .index1 .title .aBox {
        font-size: 14px;
        line-height: 28px;
    }

    .index1 .title .aBox p {
        display: block;
    }

    .banner .text {
        font-size: 16px;
        height: 40px;
    }

    .banner .text h2 {
        line-height: 40px;
    }

    .banner .bannerPagination {
        bottom: 12px;
    }

    .indexListTitle .listTitleL h2 {
        font-size: 18px;
    }

    .index1ListCon .list .text h3 {
        font-size: 16px;
        height: 24px;
    }

    .index1ListCon li a,
    .index3 dd a,
    .index4ConR dd a {
        width: 66%;
        font-size: 14px;
    }

    .index1ConR dt {
        font-size: 16px;
    }

    .index1ConR dd {
        font-size: 14px;
        line-height: 32px;
    }

    .index3 dt h2,
    .index1ListCon .list .text,
    .index3 .conR dt .text,
    .indexX_dl dt .text,
    .indexBigPicDl dd a,
    .indexX_dl dd a,
    .index6TextDl dd a {
        font-size: 14px;
    }

    .index3 dd,
    .index3 .conR dd,
    .index4ConR dd,
    .indexBigPicDl dd,
    .indexX_dl dd,
    .index6TextDl dd {
        font-size: 12px;
        height: 40px;
    }

    .index4ConL li:nth-child(1) h3,
    .index4ConL li h3 {
        font-size: 14px;
        line-height: 32px;
        margin: 0;
    }

    .index3 .conR dt {
        margin-bottom: 10px;
    }

    .index4ConR dl:nth-child(1) {
        margin-bottom: 10px;
    }

    .index4Con,
    .index1ConL .index1ListCon {
        flex-wrap: wrap;

    }

    .index4ConL {
        margin-bottom: 20px;
    }

    .indexBigPicDl dt h3 {
        font-size: 14px;
    }

    .indexLine .aBox {
        font-size: 14px;
        line-height: 22px;
    }

    footer {
        padding: 25px 0 30px;
        font-size: 12px;
        line-height: 24px;
    }

    footer .aBox {
        padding-bottom: 8px;
    }

    .videoList li:last-child {
        margin-bottom: 0;
    }

    .indexLine .aBox {
        font-size: 12px;
        line-height: 20px;
        padding: 10px 0 0;
    }

    .indexLine .aBox a {
        margin: 0 15px 0 0;
    }

    .indexLine {
        padding: 20px 0;
    }

    .banner .text h2 {
        width: 70%;
        font-size: 14px;
        padding-left: 10px;
    }

    .banner {
        height: 350px;
    }
}

@media only screen and (max-width: 559px) {

    footer .aBox em {
        margin: 0 5px;
    }

    .banner {
        height: 295px;
    }

}

@media only screen and (max-width: 479px) {
    .index1 .title h1 {
        font-size: 22px;
        line-height: 38px;
    }

    .banner {
        height: 215px;
    }

    .index1ListCon .list .pic {
        height: 82px;
    }
}
