/* 定义字体变量 */
@font-face {
    /* myfont 设置字体使用时的名字 */
    font-family: 'SourceHanSerifCNBold';
    src: url('./font/SourceHanSerifCNBold.otf');

}

@font-face {
    /* myfont 设置字体使用时的名字 */
    font-family: 'SourceHanSansCNRegular';
    src: url('./font/SourceHanSansCN-Regular.otf');
}

@font-face {
    /* myfont 设置字体使用时的名字 */
    font-family: 'SourceHanSansCNMedium';
    src: url('./font/SourceHanSansCN-Medium.otf');
}

.mouseCla {
    color: #333;
}

.mouseCla:hover {
    color: #B20D0D;
}

span {
    display: inline-block;
}

.flexBet {
    display: flex;
    justify-content: space-between;
}

.flexStart {
    display: flex;
    justify-content: start;
}

.referToStart {
    justify-content: center !important;
}

.referToCol {
    margin-bottom: 0 !important;
    margin-right: 0 !important;
}

.flexAround {
    display: flex;
    justify-content: space-around;
}

.flexCol {
    display: flex;
    flex-direction: column;
}

.numFamily {
    font-family: Arial !important;
    ;
}

.curPon {
    cursor: pointer;
}

/* 大屏适配 */
@media (min-width: 800px) {
    .gzdtTit {
        width: 100%;
        height: 62px;
        border-bottom: 1px solid #DCA863;
        margin-bottom: 10px;
    }

    .xxywLeft {
        width: 27%;
        height: 420px;
        background: url('../imgTrans/new_bg1@2x.png') no-repeat;
        background-size: 100% 100%;

    }

    .xxywRight {
        width: 73%;
        background-color: #fff;
        padding: 44px 36px 2px 36px;
    }
}

/* 大屏适配end */
/* 平板设备 */
@media screen and (min-width: 601px) and (max-width: 1000px) {}

/* 平板设备end */
/* 中小屏适配 */
@media (max-width: 799px) {
    .gzdtTit {
        height: 99px;
    }

    .xxywLeft {
        display: none;
    }

    .xxywRight {
        width: 100%;
    }
}

/* 中小屏适配end */
/* 小屏适配 */
@media (max-width: 600px) {}

/* 小屏适配end */

.allSection {
    position: relative;
    top: 170px;
}

.xtCs {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.lunimg {
    width: 100% !important;
    height: 100% !important;
    transition: all 1s;
}

.textHu {
    width: 100%;
    height: 60px;
    background: url('../imgTrans/banner_upper_strata@2x.png') no-repeat;
    background-size: 100% 100%;
    position: absolute;
    bottom: 0;

}

.newText {
    /* font-weight: 500; */
    font-size: 18px;
    color: #FFFFFF;
    line-height: 60px;
    text-align: left;
    font-style: normal;
    font-family: SourceHanSerifCNBold;
    margin-left: 10px;
}

.flotOnes {
    padding: 60px 0 20px;
}

.imgLi {
    width: 100%;
    height: 100%;
}

.ulAlink {
    display: inline-block;
    width: 100%;
    height: 100%;
}

.dateRang {
    width: 60px;
    height: 60px;
    padding-top: 6px;
    padding-left: 8px;
    z-index: 99;
    text-align: center;
}

.dateRang01 {
    display: inline-block;
    font-size: 28px;
    color: #DCA863;
    line-height: 24px;
    text-align: center;
    font-style: normal;
}

.dateRang02 {
    display: inline-block;
    font-size: 12px;
    color: #DCA863;
    line-height: 14px;
    text-align: center;
    font-style: normal;
}

.gzdtPafd {
    /* padding: 0 30px */
}

.gzdtSec {
    width: 86%;
    height: 100%;
    position: relative;
}

.activeTxt {
    /* font-family: SourceHanSerifCN, SourceHanSerifCN; */
    font-family: SourceHanSerifCNBold;
    /* font-weight: bold; */
    font-size: 28px;
    color: #F5AC4C;
    line-height: 37px;
    text-align: left;
    font-style: normal;


}

.tit01 {
    position: relative;
    cursor: pointer;
}

.tit02 {
    cursor: pointer;
    position: relative;
}

.activeTxt02 {
    font-family: SourceHanSerifCNBold;
    /* font-weight: bold; */
    font-size: 18px;
    line-height: 40px;
    text-align: center;
    background-clip: text;
    /*将背景应用于文本内容，而不是整个元素。 */

}

.activeBom01 {
    width: 17px;
    height: 17px;
    position: absolute;
    bottom: -9px;
    left: 42%;
}

.activeBom02 {
    width: 17px;
    height: 17px;
    position: absolute;
    bottom: -9px;
    display: none;
    left: 38%;
}

.moreTxt {
    width: 50px;
    line-height: 42px;
    font-size: 20px;
    color: #333;
    text-align: right
}

.moreTxt:hover {
    color: #B20D0D;
}

.spaceSd {
    width: 6px;
    height: 6px;
    background-color: #DCA863;
    margin-right: 8px;
    margin-top: 30px;
}

.gzdtThi {
    width: calc(100% - 120px);
    text-align: left;
    font-style: normal;
    white-space: nowrap;
    /* 确保文本不会换行 */
    overflow: hidden;
    /* 隐藏超出容器的文本 */
    text-overflow: ellipsis;
    /* 当文本超出容器时显示省略号 */
}

.gzdtThia {
    font-family: SourceHanSansCNRegular;
    /* font-weight: bold; */
    font-size: 20px;
    color: #333333;
    line-height: 66px;
}

.gzdtThia:hover {
    color: #B20D0D;
}

.gzdtList {
    width: 100%;
    height: 46px;
    cursor: pointer;
}

.dateShow {
    font-family: ArialMT;
    font-size: 18px;
    color: #666666;
    line-height: 66px;
    text-align: center;
    font-style: normal;
}

.gzdtList:hover .dateShow .gzdtThi>a {
    color: #B20D0D;
}

.gzdtActive {
    color: #B20D0D !important;
}

.gzdtMo {
    display: none;
}

.fillARow{
    width: 100% !important;
}

.commonTtil {
    width: 100%;
    height: 66px;
    padding-top: 18px;
}

.bgcImg01 {
    font-weight: 400;
    font-size: 18px;
    color: #333333;
    line-height: 25px;
    text-align: center;
    font-style: normal;
    font-family: SourceHanSansCNMedium;
}

.ckxxP:hover {
    color: #B20D0D;
}

.ckxxP {
    font-family: SourceHanSansCNRegular;
    width: calc(100% - 90px);
    height: 60px;
    /* font-weight: bold; */
    font-size: 20px;
    color: #333333;
    line-height: 28px;
    text-align: left;
    font-style: normal;
    overflow: hidden;
    /* 隐藏超出容器的文本 */
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* 显示3行 */
    -webkit-box-orient: vertical;
}

.las01 {
    width: 110px;
    height: 30px;
    line-height: 36px;
}

.las01>p {
    /* font-weight: normal; */
    font-size: 18px;
    color: #FFFFFF;
    line-height: 26px;
    text-align: center;

}

.bgcImg01 {
    width: 110px;
    height: 36px;
    font-size: 18px;
    color: #333;
    line-height: 32px;
    text-align: center;
    font-style: normal;
    /* border-left: 1px solid #B20D0D;
    border-right: 1px solid #B20D0D;
    border-bottom: 1px solid #B20D0D; */
    background: url('../imgTrans/cankaoxinxi_bg1@2x.png') no-repeat;
    background-size: 100% 100%;
    font-family: SourceHanSansCNMedium;


}

.bgred {
    background-color: #B20D0D;
}

.bgyelllow {
    background-color: #DCA863;
}


.referToMainBg {
    width: 432px;
    height: 300px;
    font-size: 18px;
    color: #333;
    line-height: 36px;
    text-align: center;
    font-style: normal;
    background: url('../imgTrans/referToMainBg.png') no-repeat;
    background-size: 100% 100%;
    display: flex;
    flex-flow: wrap;
    justify-content: center;
    align-items: flex-start;
    padding-top: 60px;
}

.referToMainBg a {
    width: 50%;
}

.bgcImg01yello {
    width: 110px;
    height: 36px;
    font-size: 18px;
    color: #333;
    line-height: 36px;
    text-align: center;
    font-style: normal;
    /* border-left: 1px solid #DCA863;
    border-right: 1px solid #DCA863;
    border-bottom: 1px solid #DCA863; */
    background: url('../imgTrans/cankaoxinxi_bg2@2x.png') no-repeat;
    background-size: 100% 100%;
    font-family: SourceHanSansCNMedium;
}

.bgcImg02 {
    width: 100%;
    height: 104px;
    background: url('../imgTrans/meiti_bg2@2x.png') no-repeat;
    background-size: 100% 100%;
    padding: 17px 30px;
    /* font-weight: bold; */
    font-size: 20px;
    color: #DCA863;
    line-height: 28px;
    text-align: left;
    font-style: normal;
    white-space: nowrap;
    /* 确保文本不会换行 */
    overflow: hidden;
    /* 隐藏超出容器的文本 */
    text-overflow: ellipsis;
    /* 当文本超出容器时显示省略号 */

}

.flotTwos {
    padding: 40px 0;
    height: auto;
    background: url('../imgTrans/bannerBg2.png') no-repeat;
    background-size: 100% 100%;
}

.xxyw {
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.06);
    background-color: #fff;
    border-top: 4px solid #DCA863;
}


.dateRangHi {
    width: 60px;
    height: 60px;
    z-index: 99;
    text-align: center;
    margin-right: 15px;
}

.dateRangHi01 {
    display: inline-block;
    font-size: 32px;
    color: #B20D0D;
    line-height: 37px;
    text-align: center;
    font-style: normal;
    /* font-weight: bold; */
}

.dateRangHi02 {
    display: inline-block;
    font-size: 14px;
    color: #999999;
    line-height: 16px;
    text-align: center;
    font-style: normal;
}

.xxywp0 {
    width: 100%;
    /* font-weight: bold; */
    font-size: 20px;
    color: #333333;
    line-height: 30px;
    text-align: left;
    white-space: nowrap;
    /* 确保文本不会换行 */
    overflow: hidden;
    /* 隐藏超出容器的文本 */
    text-overflow: ellipsis;
    /* 当文本超出容器时显示省略号 */
    font-family: SourceHanSansCNRegular;
}

.xxywp1 {
    width: 100%;
    /* font-weight: 400; */
    font-size: 14px;
    color: #666666;
    line-height: 28px;
    text-align: left;
    white-space: nowrap;
    /* 确保文本不会换行 */
    overflow: hidden;
    /* 隐藏超出容器的文本 */
    text-overflow: ellipsis;
    /* 当文本超出容器时显示省略号 */
    font-family: SourceHanSansCNRegular;

}

.bgznCon {
    padding: 44px 25px;
    background: #FFFFFF;
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.06);
    /* display: grid; */
    /* grid-template-columns: repeat(3,1fr); */
    display: flex;
    flex-flow: wrap;
    grid-gap: 0px;
    height: 426px;
}

.imgBor {
    width: 100%;
    max-width: 60px;
    height: auto;
    max-height: 60px;
    background: #FFF1F1;
    border-radius: 50%;
    margin: 0 auto;
    cursor: pointer;
}

.imgBor:hover {
    box-shadow: 0px 0px 16px 0px rgba(178, 13, 13, 0.3);
}

.imgBor02 {
    width: 100%;
    max-width: 60px;
    height: auto;
    max-height: 60px;
    background: #FFF5E7;
    border-radius: 50%;
    margin: 0 auto;
    cursor: pointer;
}

.imgBor02:hover {
    box-shadow: 0px 0px 16px 0px rgba(183, 133, 67, 0.44);
}

.bgznP {
    /* font-weight: 400; */
    font-size: 18px;
    color: #333333;
    line-height: 27px;
    text-align: center;
    margin-top: 10px;
    font-family: SourceHanSansCNRegular;
}

.hoverYuo {
    width: calc(100% - 70px);
}

.hoverYuo:hover .xxywp0 {
    color: #B20D0D;
}

.bgznOne {
    text-align: center;
    margin-bottom: 24px;
    position: relative;
    width: 33%;
}

.bgznLi>a:hover {
    color: #fff;
}

.bgznUl {
    width: 116px;
    background: #FFFFFF;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 70px;
    left: -30px !important;
}

.bgznUlBom {
    width: 116px;
    background: #FFF1DE;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 170px;
    left: 116px;
}

.bgznLi {
    height: 42px;
    line-height: 42px;
    font-size: 18px;
    color: #333333;
    text-align: center;
    cursor: pointer;
}

.bgznLiBom {
    height: 42px;
    line-height: 42px;
    font-size: 18px;
    color: #333333;
    text-align: center;
    cursor: pointer;
}

.bgznLi:hover {
    color: #fff;
    background-color: #DCA863;
}

.bgznLiBom:hover {
    color: #fff;
    background-color: #DCA863;
}


.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 6px;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

.dropdown-submenu>a:after {
    display: none !important;
}

.sub-arrow {
    display: none !important;
}

.gzdtShowCon {
    display: none;
    width: 100%;
}