@charset "UTF-8";
/* ========== 首页 start ========== */
/* indexBanner start */
.indexBanner {
    position: relative;
    overflow: hidden;
}

.indexBanner .bd .myslide {
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
}

.indexBanner .myslide::before {
    position: absolute;
    display: block;
    content: '';
    width: 100%;
    height: 320px;
    background-image: linear-gradient(90deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
    opacity: .4;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.indexBanner .pic {
    position: relative;
}

.indexBanner .pic::before {
    display: block;
    content: '';
    padding-top: 28.6458%;
}

.indexBanner .pic img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
    object-position: center center;
    -webkit-transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
    transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.indexBanner .slick-active .pic img {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.indexBanner .bd:hover .slick-prev {
    left: 20px !important;
}

.indexBanner .bd:hover .slick-next {
    right: 20px !important;
}

.indexBanner .slick-dots {
    width: fit-content;
    position: absolute;
    bottom: 30px;
    right: 12%;
}

.wzb .indexBanner .slick-dots {
    right: 0;
    left: 0;
    margin: auto;
}

.indexBanner .slick-dots li {
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    color: #fff;
    background: rgba(0, 0, 0, 40%);
    margin: 0 7px;
    transition: all .5s;
    font-size: 14px;
    border-radius: 50%;
}

.indexBanner .slick-dots li.slick-active {
    background: var(--themeColors);
}

.indexBanner .text {
    position: absolute;
    bottom: 22px;
    left: 12%;
    z-index: 2;
}

.indexBanner .text .title {
    width: 590px;
}

.indexBanner .text .title img {
    width: 100%;
    object-fit: contain;
    object-position: center center;
}

.indexBanner .text .title1 {
    line-height: 30px;
    font-size: 14px;
    color: #ffffff;
}

.tsg .indexBanner .slick-dots {
    display: none !important;
}

/* indexBanner end */
/* 首页标题 start */
.indexTitle.on {
    border-bottom: 1px solid rgba(0, 0, 0, 7%);
}

.indexTitle .title {
    position: relative;
    line-height: 40px;
    font-size: 30px;
    color: #333333;
    padding-left: 30px;
}

.indexTitle.on .title {
    line-height: 45px;
    background: url(../../../common/test/index/indexTitleBg.png) no-repeat center center / 100% 100%;
    color: #fff;
    font-weight: bold;
    padding: 0 34px 0 26px;
    font-size: 22px;
}

.indexTitle.on .title::before {
    position: absolute;
    display: block;
    content: '';
    width: 4px;
    height: 100%;
    background: #f2f2f2;
    left: 3px;
    top: 2px;
}

.indexTitle .title i {
    width: 16px;
    height: 35px;
    background: url(../../../common/test/index/indexTitleIcn.png) no-repeat center center / 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
}

.indexTitle.on .title i {
    display: none;
}

.indexMore {
    line-height: 34px;
    font-size: 14px;
    color: #999999;
    position: relative;
    padding-right: 24px;
    display: block;
}

.indexMore i {
    width: 16px;
    height: 16px;
    background: url(../../../common/test/index/indexMore.png) no-repeat center center / 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    display: block;
}

.indexMore.on {
    width: fit-content;
    margin: auto;
}

/* 首页标题 end */
/* ————— 第0通栏 start ————— */
.column0 {
    padding: 50px 0 64px;
}

.column0Left {
    padding-right: 40px;
    margin-right: 40px;
    position: relative;
}

.column0Left::before {
    position: absolute;
    display: block;
    content: '';
    width: 2px;
    height: 100%;
    background: url(../../../common/test/index/line.png) no-repeat center center / 100% 100%;
    right: 0;
    top: 0;
}

.column0Left .title {
    font-size: 22px;
    color: #333;
    height: 60px;
    line-height: 60px;
}

.column0Left .title .btn {
    padding-top: 15px;
}

.column0Left .title .btn a {
    display: block;
    width: 63px;
    height: 30px;
    line-height: 30px;
    border-radius: 10px;
    border: 1px solid #f5f5f5;
    background: url(../../../common/images/column1Tb4.png) no-repeat center center;
}

.column0Left .title span {
    overflow: hidden;
}

.column0Left .con {
    overflow: hidden;
}

.column0Scroll {
    width: 390px;
    margin-right: 10px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

.column0Scroll .bd {
    height: 100%;
    width: 100%;
}

.column0Scroll .bd .slick-list, .column0Scroll .bd .slick-track {
    height: 100%;
}

.column0Scroll .bd .pic::before {
    padding-top: 66.6667%;
}

.column0Scroll .bd .html {
    display: none;
}

.column0Scroll .dotCon {
    height: 55px;
    line-height: 55px;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, .3);
    overflow: hidden;
    padding: 0 20px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.column0Scroll .text {
    font-size: 15px;
    color: #fff;
    overflow: hidden;
}

.column0Dot li {
    display: inline-block;
    margin-right: 10px;
    width: 10px;
    height: 10px;
    background-color: #fff;
    border-radius: 100%;
}

.column0Dot li.slick-active {
    background-color: var(--themeColors);
}

.column0LDl {
    overflow: hidden;
}

.column0LDl a {
    display: block;
    font-size: 0;
    padding: 8px 20px;
    border: 1px solid #ebebeb;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 20px;
}

.column0LDl .textC {
    vertical-align: middle;
}

.column0LDl .time {
    font-size: 14px;
    color: #999;
    text-align: center;
    vertical-align: middle;
    padding-right: 20px;
    margin-right: 30px;
    position: relative;
    margin-top: 5px;
}

.column0LDl .time::before {
    display: block;
    content: '';
    width: 1px;
    height: 40px;
    background-color: #f5f5f5;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.column0LDl .time i {
    font-size: 20px;
    color: #999;
    height: 25px;
    line-height: 25px;
    display: block;
    font-style: normal;
}

.column0LDl .title {
    font-size: 16px;
    color: #333;
    height: 30px;
    line-height: 30px;
}

.column0LDl .text {
    font-size: 14px;
    color: #666;
    height: 25px;
    line-height: 25px;
}

.column0Right {
    width: 376px;
    margin-left: 40px;
}

.column0Right .title {
    font-size: 22px;
    color: #333;
    height: 60px;
    line-height: 60px;
}

.column0Right .time {
    font-size: 32px;
    color: #0458a6;
    height: 70px;
    line-height: 70px;
    position: relative;
    margin-bottom: 25px;
    text-align: center;
    font-weight: bold;
}

.column0Right .time::before {
    display: block;
    content: '';
    width: 100%;
    height: 6px;
    background: url(../../../common/images/column1Line.png) no-repeat center top / contain;
    position: absolute;
    left: 0;
    top: 0;
}

.column0Right .time::after {
    display: block;
    content: '';
    width: 100%;
    height: 6px;
    background: url(../../../common/images/column1Line.png) no-repeat center top / contain;
    position: absolute;
    left: 0;
    bottom: 0;
}

.column0Right .time i {
    display: inline-block;
    background: url(../../../common/images/column1Tb1.png) no-repeat center center;
    width: 25px;
    height: 15px;
    margin: 0 35px;
    vertical-align: middle;
}

.column0Right .text {
    font-size: 14px;
    color: #666;
    height: 50px;
    line-height: 25px;
    margin-bottom: 22px;
}

.column0Right .text i {
    font-style: normal;
    font-size: 15px;
    font-weight: bold;
}

.column0Right .btn {
    font-size: 0;
    margin-bottom: 10px;
}

.column0Right .item {
    display: block;
    background-color: #edf3f9;
    padding: 0 19px;
    border-radius: 10px;
    transition: all .5s;
    float: none;
}

.column0Right .item a {
    display: block;
    font-size: 20px;
    color: #0458a6;
    height: 45px;
    line-height: 45px;
    background: url(../../../common/images/column1Tb3.png) no-repeat left center;
    padding-left: 30px;
}

.column0Right .item1 {
    margin-right: 20px;
}

.column0Right .item1 a { /* width: 215px; */
    background-image: url(../../../common/images/column1Tb2.png);
}

.column0Right span {
    display: block;
    font-size: 14px;
    color: #666;
    height: 35px;
    line-height: 35px;
}

.column0Right .item:hover {
    background-color: #0458a6;
}

.column0Right .item:hover a {
    background-image: url(../../../common/images/column1Tb3-h.png);
    color: #fff;
}

.column0Right .item1:hover a {
    background-image: url(../../../common/images/column1Tb2-h.png);
}

.column0LDl dd:hover .time,
.column0LDl dd:hover .time i,
.column0LDl dd:hover .title {
    color: #0458a6;
}

/* ————— 第0通栏 end ————— */
/* 第一栏 start */
.column1 {
    padding-top: 44px;
    min-height: 534px;
    box-sizing: border-box;
}

.zsc .column1 {
    min-height: 522px;
}

.column1LeftBox {
    padding-top: 34px;
}

.column1LeftSlick {
    width: 550px;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    margin-right: 20px;
    float: left;
}

.column1LeftSlick .pic::before {
    padding-top: 65.4545%;
}

.column1LeftSlickTitle {
    position: absolute;
    bottom: 3px;
    width: 100%;
    left: 0;
    padding: 16px 170px 24px 24px;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 50%);
}

.column1LeftSlickTitle .title {
    line-height: 32px;
    font-size: 18px;
    color: #fff;
}

.column1LeftSlickTitle .time {
    line-height: 24px;
    font-size: 14px;
    color: #fff;
}

.column1LeftSlick .slick-prev,
.column1LeftSlick .slick-next {
    top: unset !important;
    bottom: 3px;
    right: 0;
    left: unset;
    height: 48px !important;
    width: 70px !important;
    text-align: center;
    border-left: 1px solid rgba(255, 255, 255, 15%);
}

.column1LeftSlick .slick-prev {
    bottom: 48px;
    border-bottom: 1px solid rgba(255, 255, 255, 15%);
}

.column1LeftSlick .slick-prev:hover,
.column1LeftSlick .slick-next:hover {
    background: none;
}

.column1LeftSlick .slick-prev::before,
.column1LeftSlick .slick-next::before {
    top: unset;
    left: unset;
    right: unset;
    inset: 0;
    margin: auto;
    opacity: .5;
    transition: all .5s;
    font-weight: bold;
}

.column1LeftSlick .slick-next::before {
    left: -10px;
}

.column1LeftSlick .slick-prev:hover::before,
.column1LeftSlick .slick-next:hover::before {
    opacity: 1;
}

/*  */
.column1LeftDl dt {
    padding-bottom: 22px;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 14px;
}

.rlzy .column1LeftDl dt {
    border: none;
    margin-bottom: 0px;
}

.column1LeftDl dt .pic {
    width: 225px;
    border-radius: 5px;
    overflow: hidden;
    margin-right: 30px;
}

.column1LeftDl dt .pic::before {
    padding-top: 66.6667%;
}

.column1LeftDl dt a.title {
    display: block;
    line-height: 44px;
    font-size: 18px;
    color: #333333;
    margin-bottom: 12px;
    transition: all .5s;
}

.rlzy .column1LeftDl dt a.title {
    line-height: 28px;
    font-weight: bold;
    margin-bottom: 26px;
}

.wlxxzx .column1LeftDl dt a.title {
    font-weight: bold;
}

.column1LeftDl dt a:hover {
    color: var(--themeColors);
}

.column1LeftDl dt .time {
    line-height: 18px;
    font-weight: bold;
    font-size: 16px;
    color: var(--themeColors);
    margin-bottom: 12px;
}

.rlzy .column1LeftDl dt .time {
    line-height: 24px;
    padding-top: 5px;
    margin-bottom: 0;
    color: #555555;
}

.column1LeftDl dt .textC {
    line-height: 24px;
    font-size: 14px;
    color: #666666;
}

.rlzy .column1LeftDl dt .textC {
    line-height: 26px;
}

.column1LeftDl dd .time {
    line-height: 40px;
    font-size: 14px;
    color: #858585;
    transition: all .5s;
}

.column1LeftDl dd .title {
    line-height: 40px;
    font-size: 15px;
    color: #666666;
    transition: all .5s;
    padding-right: 20px;
}

.rlzy .column1LeftDl dd .title {
    color: #444;
    line-height: 44px;
}

.column1LeftDl dd .title::before {
    display: block;
    content: '';
    width: 4px;
    height: 4px;
    background: #d7d7d7;
    display: inline-block;
    margin-right: 12px;
    position: relative;
    top: -2px;
    transition: all .5s;
}

.rlzy .column1LeftDl dd .title::before {
    background: #ba261a;
    border-radius: 50%;
}

.column1LeftDl dd:hover .title::before {
    background: var(--themeColors);
}

.column1LeftDl dd:hover .title,
.column1LeftDl dd:hover .time {
    color: var(--themeColors);
}

/*  */
.column1Right {
    width: 400px;
    margin-left: 34px;
}

.rlzy .column1Right {
    margin-left: 45px;
}

.column1RightDl {
    padding-top: 10px;
}

.column1RightDl dd {
    padding: 20px 0;
    border-bottom: 1px dashed #cdcdcd;
}

.hqc .column1RightDl dd {
    padding: 16px 0;
}

.column1RightDl dd:last-child {
    border: none;
}

.column1RightDl dd .time {
    line-height: 54px;
    font-size: 16px;
    color: #79b0ea;
    background: #daecff;
    border-radius: 0 20px 0 20px;
    width: 85px;
    text-align: center;
    margin-right: 20px;
}

.hqc .column1RightDl dd .time {
    color: #fff;
}

.column1RightDl dd .time span {
    font-size: 22px;
    font-weight: bold;
    color: var(--themeColors);
}

.column1RightDl dd .title {
    height: 60px;
    line-height: 30px;
    font-size: 16px;
    color: #333333;
    transition: all .5s;
}

.column1RightDl dd a:hover .title {
    color: var(--themeColors);
}

/*  */
.column1RightDl1 dd {
    float: left;
    width: 50%;
}

.column1RightDl1 {
    margin: 0 -10px;
}

.column1RightDl1 dd .con {
    display: block;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 106px;
    box-sizing: border-box;
    padding: 22px 10px 0;
    border-radius: 5px;
    overflow: hidden;
    margin: 0 10px;
    transition: all .5s;
}

.column1RightDl1 dd .con:hover {
    transform: scale(1.02);
}

.column1RightDl1 dd .con .title {
    line-height: 30px;
    font-size: 20px;
    font-weight: bold;
    color: #ffffff;
    font-style: italic;
    margin-bottom: 10px;
}

.column1RightDl1 dd .con .icn {
    width: 30px;
    height: 15px;
    background: url(../../../common/test/index/column1RightDl1More.png) no-repeat center center / 100%;
    margin-left: 10px;
}

.column1RightDl1 dd:nth-child(2) .con .icn {
    background: url(../../../common/test/index/column1RightDl1More1.png) no-repeat center center / 100%;
}

.zsw .column1RightDl1 dd .con .icn {
    background: url(../../../common/test/index/column1RightDl1_1More.png) no-repeat center center / 100%;
}

.zsw .column1RightDl1 dd:nth-child(2) .con .icn {
    background: url(../../../common/test/index/column1RightDl1_2More.png) no-repeat center center / 100%;
}

/*  */
.column4RYh {
    height: 110px;
    background: url(../../../common/test/index/column4RYhBg.jpg) no-repeat center center;
    background-size: cover;
    border-radius: 5px;
    padding: 0 50px;
    display: block;
    transition: all .5s;
}

.wzb .column4RYh {
    background: url(../../../common/test/index/column4RYhBg1.jpg) no-repeat center center;
    background-size: cover;
}

.column4RYh:hover .icn {
    animation: rotate 1s linear;
}

.column4RYh .icn {
    width: 45px;
    height: 40px;
    background: url(../../../common/test/index/column4RYhIcn.png) no-repeat center center / 100%;
    margin-right: 38px;
}

.column4RYh .title {
    line-height: 40px;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
}

/*  */
.column1RightVideo {
    padding-top: 32px;
    margin-bottom: 30px;
}

.column1RightVideo .pic {
    border-radius: 10px;
    overflow: hidden;
}

.column1RightVideo .pic::before {
    padding-top: 56%;
}

.column1RightVideo .pic::after {
    position: absolute;
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 50%);
    top: 0;
    left: 0;
    z-index: 1;
}

.column1RightVideo .pic .play {
    position: absolute;
    width: 42px;
    height: 42px;
    background: url(../../../common/images/play.png) no-repeat center center / 100%;
    inset: 0;
    margin: auto;
    z-index: 2;
    cursor: pointer;
}

/* 第一栏 end */
/* 第二栏 start */
.column2 {
    min-height: 492px;
    box-sizing: border-box;
    padding-top: 40px;
}

.column2DlBox {
    margin: 0 -15px;
}

.column2DlBox .dd {
    float: left;
    width: 50%;
}

.column2DlBox .dd .column2Con {
    margin: 0 15px;
}

.column2Dl {
    background: #fff;
    border-radius: 5px;
    padding: 30px 30px 15px;
    box-sizing: border-box;
    min-height: 338px;
}

.column2Dl dt {
    margin-bottom: 16px;
}

.column2Dl dt .pic {
    width: 225px;
    margin-right: 30px;
    border-radius: 5px;
    overflow: hidden;
}

.column2Dl dt .pic::before {
    padding-top: 66.6667%;
}

.column2Dl dt .text .title {
    line-height: 32px;
    font-size: 18px;
    color: #333333;
    font-weight: bold;
    padding-top: 12px;
    transition: all .5s;
}

.column2Dl dt a:hover .text .title {
    color: var(--themeColors);
}

.column2Dl dt .text .textC {
    line-height: 26px;
    font-size: 15px;
    color: #666666;
    padding-top: 6px;
}

.column2Dl dd .time {
    line-height: 40px;
    font-size: 15px;
    color: #858585;
    transition: all .5s;
}

.column2Dl dd .title {
    line-height: 40px;
    font-size: 15px;
    color: #444444;
    transition: all .5s;
    padding-right: 20px;
}

.column2Dl dd .title::before {
    display: block;
    content: '';
    width: 4px;
    height: 4px;
    background: #444444;
    border-radius: 50%;
    display: inline-block;
    margin-right: 12px;
    position: relative;
    top: -2px;
    transition: all .5s;
}

.column2Dl dd:hover .title::before {
    background: var(--themeColors);
}

.column2Dl dd:hover .title,
.column2Dl dd:hover .time {
    color: var(--themeColors);
}

.column2DlDiv {
    background: url(../../../common/test/index/column2DlBg.jpg) no-repeat center center;
    background-size: cover;
    border-radius: 5px;
    padding: 30px 30px 15px;
    box-sizing: border-box;
    min-height: 338px;
}

.column2DlDiv .L {
    padding-left: 16px;
    padding-right: 86px;
}

.column2DlDiv .R .title {
    line-height: 34px;
    font-size: 25px;
    color: #333333;
}

.column2DlDiv .R .title1 {
    line-height: 22px;
    font-size: 14px;
    color: #e5e5e5;
    margin-bottom: 26px;
}

.column2DlDiv .R .textC {
    line-height: 26px;
    font-size: 14px;
    color: #999999;
    margin-bottom: 24px;
}

.column2DlDiv .more {
    padding-bottom: 2px;
}

.column2DlDiv .more a {
    line-height: 40px;
    font-size: 14px;
    color: #999999;
}

.column2DlDiv .more a i {
    text-align: center;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    margin-left: 16px;
    position: relative;
}

.column2DlDiv .more a i::after {
    position: absolute;
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    border: 1px dashed #999999;
    inset: 0;
    margin: auto;
    border-radius: 50%;
    left: -1px;
}

.column2DlDiv .more:hover a i::after {
    animation: indexMore 5s linear infinite;
}

@keyframes indexMore {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}

/*  */
.column2DlDiv1 {
    background: url(../../../common/test/index/column2DlBg1.jpg) no-repeat center center;
    background-size: cover;
    border-radius: 5px;
    box-sizing: border-box;
    height: 338px;
    overflow: hidden;
}

.column2DlDiv1 .L {
    width: 250px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: #3a4968;
    height: 100%;
    margin-right: 30px;
    transition: all .5s;
    display: block;
}

.column2DlDiv1 .R {
    padding-top: 58px;
    padding-right: 30px;
}

.column2DlDiv1Slick .titleBox {
    padding-bottom: 24px;
    border-bottom: 1px solid rgba(0, 0, 0, 10%);
}

.column2DlDiv1Slick .titleBox .title {
    line-height: 30px;
    font-size: 22px;
    color: #333333;
    font-weight: bold;
    margin-right: 36px;
    display: block;
}

.column2DlDiv1Slick .titleBox .title1 {
    line-height: 30px;
    font-size: 14px;
    color: #333333;
    width: 172px;
    border-radius: 30px;
    background-image: linear-gradient(0deg, rgba(244, 246, 203, 0.10196) 0%, rgb(244, 246, 203) 100%);
    background-image: -webkit-linear-gradient(0deg, rgba(244, 246, 203, 0.10196) 0%, rgb(244, 246, 203) 100%);
    border: 1px solid #f4f6cb;
    text-align: center;
}

.column2DlDiv1Slick .textC {
    line-height: 24px;
    font-size: 14px;
    color: #999999;
    padding-top: 24px;
}

.column2DlDiv1Slick .slick-dots {
    padding-top: 52px;
    text-align: right;
}

.column2DlDiv1Slick .slick-dots li {
    width: 10px;
    height: 10px;
    opacity: .4;
    margin: 0 6px;
    background: var(--themeColors);
    transition: all .5s;
    border-radius: 50%;
}

.column2DlDiv1Slick .slick-dots li.slick-active {
    opacity: 1;
}

/*  */
.column2Dl1 {
    box-sizing: border-box;
    padding: 30px 30px 6px;
    background: #fff;
    min-height: 338px;
    border-radius: 5px;
}

.column2Dl1 dd {
    float: left;
    width: 50%;
    margin-bottom: 30px;
}

.column2Dl1 dd .con {
    display: block;
    margin: 0 15px;
    padding: 16px 30px 12px;
    background: #fafafa;
    border-radius: 5px;
    box-sizing: border-box;
    transition: all .5s;
}

.column2Dl1 dd .con:hover {
    transform: scale(1.02);
}

.column2Dl1 dd .con .time {
    line-height: 24px;
    font-size: 16px;
    color: #0267d0;
    margin-bottom: 8px;
}

.column2Dl1 dd .con .title {
    line-height: 28px;
    font-size: 16px;
    color: #333333;
}

/* 第二栏 end */
/* 第三栏 start */
.column3 {
    background: #fff;
    padding-top: 44px;
    min-height: 744px;
    box-sizing: border-box;
}

.rlzy .column3 {
    min-height: 694px;
}

.xsgzc .column3,
.wlxxzx .column3 {
    padding-top: 0;
    min-height: 264px;
}

.column3_1Dl {
    margin: 0 -15px;
    padding-top: 36px;
    margin-bottom: 44px;
}

.column3_1Dl dd {
    float: left;
    width: 33.3333%;
}

.column3_1Dl dd .con {
    display: block;
    margin: 0 15px;
    background: #fafafa;
    border: 1px solid #ebebeb;
    border-radius: 10px;
    padding: 34px 30px;
    box-sizing: border-box;
    min-height: 140px;
    transition: all .5s;
}

.column3_1Dl dd .con:hover {
    transform: scale(1.02);
}

.column3_1Dl dd .con .time {
    line-height: 26px;
    font-size: 16px;
    color: #999999;
    width: 70px;
    text-align: center;
    margin-right: 26px;
}

.column3_1Dl dd .con .time .mount {
    line-height: 42px;
    font-size: 32px;
    font-weight: bold;
    color: var(--themeColors);
}

.column3_1Dl dd .con .title {
    line-height: 28px;
    font-size: 16px;
    color: #444444;
    padding-top: 6px;
}

/*  */
.column3_2LDl {
    padding-top: 26px;
}

.column3_2LDl dt {
    padding-bottom: 18px;
    border-bottom: 1px dashed #c7c7c7;
    margin-bottom: 8px;
}

.column3_2LDl dt .time {
    line-height: 24px;
    font-size: 16px;
    text-align: right;
    color: #cccccc;
    margin-right: 30px;
    font-family: 'Arial';
    padding-top: 20px;
}

.column3_2LDl dt .time .mount {
    line-height: 32px;
    font-size: 28px;
    color: var(--themeColors);
    font-weight: bold;
}

.column3_2LDl dt .title {
    line-height: 44px;
    font-size: 16px;
    color: #333333;
    font-weight: bold;
    transition: all .5s;
}

.column3_2LDl dt a:hover .title {
    color: var(--themeColors);
}

.column3_2LDl dt .textC {
    line-height: 20px;
    font-size: 14px;
    color: #666666;
}

.column3_2LDl dd .time {
    line-height: 42px;
    font-size: 15px;
    color: #858585;
    transition: all .5s;
}

.column3_2LDl dd .title {
    line-height: 42px;
    font-size: 15px;
    color: #444444;
    transition: all .5s;
    padding-right: 20px;
}

.column3_2LDl dd:hover .title,
.column3_2LDl dd:hover .time {
    color: var(--themeColors);
}

.column3_2R {
    width: 440px;
    margin-left: 40px;
}

.column3_2R .column2Dl {
    padding: 0;
    padding-top: 40px;
}

.column3_2R .column2Dl dt .pic {
    width: 200px;
    border-radius: 5px;
    overflow: hidden;
}

.column3_2R .column2Dl dt .pic::before {
    padding-top: 56.5%;
}

.column3_2R .column2Dl dt .text .title {
    line-height: 20px;
    padding-top: 0;
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 12px;
}

.column3_2R .column2Dl dt .text .textC {
    line-height: 28px;
    font-size: 14px;
    color: #666666;
    padding-top: 0;
}

.column3_2R .column2Dl dd .title {
    line-height: 44px;
}

.column3_2R .column2Dl dd .title::before {
    background: #999;
}

/* 第三栏 end */
/* 第四栏 start */
.column4 {
    background: #f1f8ff;
    min-height: 440px;
    box-sizing: border-box;
    padding-top: 40px;
}

.column4LDl {
    padding-top: 44px;
}

.column4LDl dd {
    float: left;
    width: 50%;
}

.column4LDl dd .con {
    display: block;
    height: 130px;
    background: #fff;
    padding: 0 30px;
    box-sizing: border-box;
}

.column4LDl dd:nth-child(1) .con {
    border-radius: 10px 0 0 0;
    border-bottom: 1px solid #f1f8ff;
    border-right: 1px solid #f1f8ff;
}

.column4LDl dd:nth-child(2) .con {
    border-radius: 0 10px 0 0;
    border-bottom: 1px solid #f1f8ff;
}

.column4LDl dd:nth-child(3) .con {
    border-radius: 0 0 0 10px;
    border-right: 1px solid #f1f8ff;
}

.column4LDl dd:nth-child(4) .con {
    border-radius: 0 0 10px;
}

.column4LDl dd .con .time {
    line-height: 20px;
    font-size: 16px;
    color: var(--themeColors);
    margin-bottom: 14px;
}

.column4LDl dd .con .title {
    line-height: 22px;
    font-size: 16px;
    color: #333333;
    transition: all .5s;
}

.column4LDl dd .con:hover .title {
    color: var(--themeColors);
}

.column4R {
    margin-left: 36px;
    width: 402px;
}

.column4RDl {
    padding-top: 44px;
}

.wlxxzx .column4RDl {
    padding-top: 40px;
}

.column4RDl dd {
    margin-bottom: 10px;
    background: #fff;
    border-radius: 5px;
    padding: 12px 20px;
    box-sizing: border-box;
    min-height: 80px;
}

.wlxxzx .column4RDl dd,
.wzb .column4RDl dd {
    background: #fafafa;
}

.column4RDl dd .title {
    line-height: 30px;
    font-size: 16px;
    color: #333333;
    transition: all .5s;
}

.column4RDl dd .time {
    line-height: 26px;
    font-size: 14px;
    color: #666666;
}

.column4RDl dd .time span {
    padding-right: 44px;
}

.column4RDl dd a:hover .title {
    color: var(--themeColors);
}

.column4RDl dd .icn {
    width: 20px;
    height: 20px;
    background: url(../../../common/test/index/sw.png) no-repeat center center / 100%;
    margin-top: 18px;
}

.wzb .column4RDl dd .icn {
    display: none;
}

/* 第四栏 end */
/* 第五栏 start */
.column5 {
    min-height: 448px;
    padding-top: 44px;
    box-sizing: border-box;
}

.xsgzc .column5 {
    padding-top: 0;
    min-height: 404px;
}

.column5Dl {
    margin: 0 -15px;
    padding-top: 34px;
}

.column5Dl dd {
    float: left;
    width: 25%;
}

.column5Dl dd .con {
    display: block;
    margin: 0 15px;
}

.column5Dl dd .con .pic {
    border-radius: 5px;
    overflow: hidden;
}

.column5Dl dd .con .pic::before {
    padding-top: 66.7655%;
}

.column5Dl dd .con .title {
    line-height: 54px;
    font-size: 16px;
    color: #333333;
    text-align: center;
    padding: 0 30px;
    box-sizing: border-box;
}

/* 第五栏 end */
/* 友情链接 start */
.indexLink {
    height: 48px;
}

.indexLink .icon {
    width: 48px;
    height: 48px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100%;
}

.indexLinkSlick .myslide .slickCon {
    display: block;
    line-height: 48px;
    font-size: 16px;
    color: #666666;
    padding: 0 20px;
    transition: all .5s;
    text-decoration: underline;
}

.indexLinkSlick .myslide .slickCon:hover {
    color: var(--themeColors);
}

/* 友情链接 end */
/* 第六栏 start */
.column6Dl {
    margin: 0 -15px;
    padding-top: 24px;
}

.column6Dl dd {
    float: left;
    width: 25%;
}

.column6Dl dd .con {
    background: #fafafa;
    height: 140px;
    border: 1px solid #ebebeb;
    border-radius: 10px;
    margin: 0 15px;
    display: block;
    text-align: center;
    padding: 0 30px;
}

.column6Dl dd .con .title {
    line-height: 50px;
    font-size: 18px;
    color: #555555;
    font-weight: bold;
    transition: all .5s;
}

.column6Dl dd .con .title i {
    display: inline-block;
    font-size: 26px;
    color: var(--themeColors);
    margin-right: 36px;
    position: relative;
    top: 5px;
}

.column6Dl dd .con:hover .title {
    color: var(--themeColors);
}

.column6Dl dd .con:hover .title i {
    animation: rotate 1s linear;
}

@keyframes rotate {
    0% {
        transform: rotateY(0deg);
    }
    50% {
        transform: rotateY(180deg);
    }
    100% {
        transform: rotateY(360deg);
    }
}

/* 第六栏 end */
/* 在线留言 start */
.onlineFormBox {
    padding-top: 36px;
}

.tsg .onlineForm {
    padding-top: 96px;
    background: #fff url(../../../common/test/index/onlineFormBg.jpg) no-repeat center bottom / 100% 100%;
}

.onlineFormLeft {
    min-height: 290px;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    width: 470px;
    padding: 24px 30px 0;
    box-sizing: border-box;
    background: #fff;
}

.onlineFormLeft .title {
    line-height: 36px;
    font-size: 22px;
    color: var(--themeColors);
    font-weight: bold;
    padding-bottom: 24px;
    border-bottom: 1px solid #f5f5f5;
    margin-bottom: 28px;
}

.onlineFormEwm .ewm {
    width: 110px;
    height: 110px;
    border: 1px solid #e5e5e5;
    padding: 4px;
    box-sizing: border-box;
    margin-right: 18px;
}

.onlineFormEwm .ewm img {
    width: 100%;
}

.onlineFormEwm .text {
    padding-top: 20px;
}

.onlineFormEwm .text .tit {
    line-height: 22px;
    font-size: 22px;
    color: #555555;
}

.onlineFormEwm .text .tit i {
    display: inline-block;
    font-size: 0;
    width: 22px;
    height: 22px;
    background: url(../../../common/images/sys.png) no-repeat center center / 100%;
    position: relative;
    top: 4px;
}

.onlineFormEwm .text .info {
    line-height: 24px;
    font-size: 14px;
    color: #999999;
    padding-top: 24px;
}

/*  */
.onlineFormRight {
    margin-left: 30px;
}

.onlineFormRightDl {
    margin: 0 15px;
}

.onlineFormRightDl dd {
    float: left;
    width: 50%;
}

.onlineFormRightDl .con {
    margin: 0 15px;
}

.onlineFormRightForm .form {
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    overflow: hidden;
    padding: 0 20px;
    margin-bottom: 30px;
    height: 50px;
    box-sizing: border-box;
}

.onlineFormRightForm .form .label {
    float: left;
    line-height: 50px;
    font-size: 14px;
    color: #999999;
}

.onlineFormRightForm .form .input {
    overflow: hidden;
    line-height: 50px;
}

.onlineFormRightForm .form .input input,
.onlineFormRightForm .form .input textarea {
    line-height: 50px;
    font-size: 16px;
    color: #999;
    width: 100%;
    height: 100%;
    border: none;
    resize: none;
}

.onlineFormRightBtn {
    width: 100%;
    line-height: 50px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    background: var(--themeColors);
    border-radius: 5px;
    cursor: pointer;
    transition: all .5s;
}

.onlineFormRightBtn:hover {
    transform: scale(.98) !important;
}

.onlineFormRightForm .form.textA {
    height: 130px;
    padding: 10px 20px;
}

.onlineFormRightForm .form.textA .label {
    line-height: 24px;
}

.onlineFormRightForm .form.textA .input {
    height: 108px;
}

.onlineFormRightForm .form.textA .input textarea {
    line-height: 24px;
}

.onlineFormRightForm .formBox .yzm {
    cursor: pointer;
}

.onlineFormRightForm .formBox .yzm img {
    height: 50px;
    width: 100px;
    float: left;
    margin: 0 20px;
}

.onlineFormRightForm .formBox .yzm span {
    line-height: 50px;
    float: right;
}

/* 在线留言 end */
/* 第七栏 start */
.column7 {
    background: url(../../../common/test/index/column7Bg.jpg) no-repeat center center;
    background-size: cover;
    min-height: 250px;
    box-sizing: border-box;
}

.column7Dl {
    overflow: hidden;
    position: relative;
}

.column7Dl dd {
    float: left;
    width: 20%;
    height: 250px;
    position: relative;
    z-index: 2;
}

.column7Dl dd .icn {
    width: 54px;
    height: 49px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100%;
    margin: auto;
}

.column7Dl dd .title {
    line-height: 32px;
    padding-top: 16px;
    font-size: 16px;
    color: #fff;
    text-align: center;
}

.column7Dl dt {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 20%;
    background: rgba(0, 0, 0, 20%);
    z-index: 1;
    transition: all .5s;
    border-radius: 50%;
    opacity: 0;
}

.column7Dl.on dt {
    border-radius: 0;
    opacity: 1;
}

/* 第七栏 end */
/* 第八栏 start */
.column8 {
    min-height: 600px;
    box-sizing: border-box;
    padding-top: 44px;
}

.column8Dl {
    padding-top: 32px;
}

.column8Dl .dd1 {
    width: 350px;
}

.column8Dl .dd1 .pic {
    border-radius: 10px;
}

.column8Dl .dd1 .pic::before {
    padding-top: 117.7143%;
}

.column8Dl .dd2 {
    margin: 0 20px;
    width: 350px;
}

.column8Dl1 dd {
    margin-bottom: 20px;
}

.column8Dl1 dd .pic {
    border-radius: 10px;
}

.column8Dl1 dd .pic::before {
    padding-top: 56%;
}

.column8Slick {
    border-radius: 10px;
    position: relative;
}

.column8Slick .pic {
    border-radius: 10px;
}

.column8Slick .pic::before {
    padding-top: 58.8571%;
}

.column8Slick .pic::after {
    position: absolute;
    display: block;
    content: '';
    background-image: linear-gradient(90deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
    opacity: 0.4;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 232px;
    z-index: 1;
}

.column8SlickTitle {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    padding-left: 30px;
    padding-right: 110px;
    box-sizing: border-box;
}

.column8SlickTitle a {
    line-height: 54px;
    font-size: 17px;
    color: #fff;
}

.column8Slick .slick-dots {
    position: absolute;
    bottom: 22px;
    right: 30px;
    width: fit-content;
    z-index: 3;
}

.column8Slick .slick-dots li {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #fff;
    opacity: .3;
    margin: 0 3.5px;
}

.column8Slick .slick-dots li.slick-active {
    opacity: 1;
}

/* 第八栏 end */
/* 第九栏 start */
.column9 {
    background: #fff;
    padding-top: 40px;
}

.column9List {
    margin-right: -40px;
}

.column9List dd {
    float: left;
    display: inline;
    width: 33.3333%;
    margin-bottom: 40px;
}

.column9List dd a {
    margin-right: 40px;
    background-color: #f5f7fa;
    display: block;
    border-radius: 10px;
    overflow: hidden;
    padding-right: 20px;
    border-radius: 10px;
}

.column9List dd .conT {
    padding-bottom: 23px;
    margin-bottom: 23px;
    border-bottom: 1px solid #f5f5f5;
}

.column9List dd .pic {
    width: 180px;
    margin-right: 25px;
    overflow: hidden;
    border-radius: 10px;
}

.column9List dd .pic::before {
    padding-top: 142.7778%;
}

.column9List dd .title {
    font-size: 18px;
    color: #333333;
    height: 40px;
    line-height: 40px;
    padding-top: 18px;
    transition: all .5s;
}

.column9List dd .info {
    font-size: 14px;
    color: #999;
    height: 22px;
    line-height: 22px;
}

.column9List dd .info i {
    font-style: normal;
}

.column9List dd .text {
    font-size: 14px;
    color: #666;
    height: 75px;
    line-height: 25px;
}

.column9List dd .con {
    overflow: hidden;
    height: 257px;
}

.column9List dd:hover .title {
    color: var(--themeColors);
}

/* 第九栏 end */
/* ========== 首页 end ========== */
/* ========== 频道页 start ========== */

/* ========== 频道页 end ========== */