@font-face {

    font-family: beb;

    src: url(../assets/font/bebasneue.ttf);

}



@font-face {

    font-family: zhao;

    src: url(../assets/font/zhaojiu.ttf);

}







.headMain {

    width: 100%;

    height: 100%;

    background: rgba(255, 255, 255, 0.9);

    border-radius: 15px;

    display: flex;

    justify-content: space-between;

    align-items: center;

    padding: 0 3.125rem;

}



.head {

    width: 100%;

    height: 100px;

    padding: 0 3.75rem;

    position: absolute;

    top: 20px;

    left: 0;

    z-index: 9999;

}



.navbar>li {

    margin-right: 5.625rem;

}



.navbar>li>a {

    height: 100px;

    line-height: 100px;

    font-size: 1.125rem;

    color: #333333;

}



.totalChildren li.navbar_activation>a,

.totalChildren li.navbar_activation,

.navbar>li.navbar_activation>a {

    color: #8a3e1e;

}



.totalChildren {

    width: 100%;

    box-shadow: 0 -1px 10px 5px #f6f6f6;

    margin-top: -5px;

}



.totalChildren li {

    height: 74px;

    display: inline-flex;

    align-items: center;

    margin-right: 3.75rem;

    cursor: pointer;

}



.totalChildren li a {

    width: 100%;

    height: 100%;

    display: flex;

    align-items: center;

    font-size: 1rem;

    color: #333333;

}



.searchBox button {

    background: transparent;

}



.searchBox input {

    width: 170px;

    height: 30px;

    padding-left: 5px;

    background: transparent;

    border-bottom: 1px solid #bdbdbd;

}



.searchBox input::placeholder {

    padding-left: 5px;

}



.searchBox input:focus {

    background: transparent;

}



.searchBox {

    padding-right: 1.25rem;

}



.joinMain {

    padding: 6.25rem 0 0;

}



.joinTitle p:nth-child(1) {

    font-family: beb;

    font-size: 3.75rem;

    color: #8a3e1e;

    text-transform: uppercase;

}



.joinTitle p:nth-child(2) {

    font-size: 3rem;

    font-weight: lighter;

    color: #202020;

}



.jbMain {

    width: 100%;

    height: 550px;

    border-radius: 15px;

    box-shadow: 0 2px 15px #f0f1f2;

    position: relative;

    margin-top: 5rem;

    display: flex;

    justify-content: space-between;

    align-items: center;

    padding: 0 6.25rem;

}



.jbm_l>p {

    font-weight: bold;

    font-size: 3rem;

    color: #cccccc;

    padding: 2.5rem 5rem 5rem 0;

    border-bottom: 1px solid #cccccc;

    margin-bottom: 1.875rem;

}



.jbm_l li {

    font-size: 1.125rem;

    color: #666666;

    padding-bottom: 10px;

}



.jbList ul {

    padding: 8.75rem 0 10rem;

    display: flex;

}



.jbList li>p {

    font-size: 2.25rem;

    color: #333333;

    padding-bottom: 2.5rem;

}



.jbList li {

    width: 33.3%;

    text-align: center;

}



.jbList li:hover .jbListHide p {

    display: block;

}



.jbList li:hover .jbListHide img {

    display: none;

}



.jbListHide p {

    font-size: 1.125rem;

    color: #666666;

    padding: 0 100px;

    display: none;

}



.joinJia {

    width: 100%;

    height: 1000px;

    background: url(../assets/indexBg2.png) no-repeat center/cover;

}



.joinJia {

    padding-top: 5.625rem;

}



.joinJiaMain {

    width: 100%;

    max-width: 1190px;

    padding-top: 3.75rem;

    margin: 0 auto;

}

.joinJiaMain img {

    max-width: 100%;
    max-height: 100%;
    display: block;
    margin: auto;
    width: auto;
    height: auto;
}



.jiMain li>p:nth-of-type(1) {

    font-size: 1.375rem;

    font-weight: bold;

    color: #333333;

    padding-top: 3.125rem;

    padding-bottom: 1.875rem;

}



.jiMain li>p:not(:nth-of-type(1)) {

    font-size: 1.125rem;

    color: #666666;



}



.joinInformation {

    padding: 6.875rem 0 8.75rem;

}



.jiMain ul {

    display: flex;

    justify-content: space-evenly;

    padding-top: 5rem;

}



.jiMain ul li {

    width: 25%;

    height: 260px;

    position: relative;

}



.jiMain ul li::after {

    content: "";

    display: block;

    width: 40px;

    height: 1px;

    background: #cccccc;

    position: absolute;

    bottom: 0;

}

.joinWen {
    padding-bottom: 2.5rem;
}

.foot {

    width: 100%;

    background: #eeeeee;

    padding-top: 4.375rem;

}



.footOrMain {

    padding-top: 4.375rem;

    position: relative;

    overflow: hidden;

}



.footOrItem p {

    font-size: 1.25rem;

    font-weight: bold;

    color: #202020;

}



.footOrItem ul {

    padding-top: 1.25rem;

}



.footOrItem ul li {

    font-size: 1rem;

    color: #666666;

    padding-bottom: 8px;

}



.footerTop>div {

    width: 50%;

}



.footerTop {

    display: flex;

    justify-content: space-between;

    padding-bottom: 3.125rem;

    border-bottom: 1px solid #d6d6d6;

}



.footPage {

    padding: 1rem 0 2.8175rem;

}



.footPage span {

    display: inline-block;

    width: 8px;

    height: 8px;

    border-radius: 50%;

    border: 1px solid #202020;

    margin: 0 5px;

    cursor: pointer;

}



.footPage span.fpActive {

    background: #202020;

}



.footOrMain>div:not(:first-child) {

    display: none;

}



.footNav {

    display: flex;

}



.footNav>li:not(:last-child) {

    margin-right: 4.375rem;

}



.footNav>li>a {

    font-size: 1.125rem;

    font-weight: bold;

    color: #202020;

    padding-bottom: 2.8125rem;

}



.secondaryLsit a {

    font-size: .875rem;

    color: #666666;

    padding-bottom: 1rem;

}



.footNavActive a {

    color: #8a3e1e;

}



.gotop {

    width: 1px;

    height: 100px;

    background: #202020;

    top: -4.375rem;

    right: -10rem;

    cursor: pointer;

}



.gotop::after {

    content: "TOP";

    position: absolute;

    bottom: -40px;

    left: -12px;

    transform: rotate(90deg);

    font-size: .75rem;

    color: #202020;

}



.footerBottom {

    width: 100%;

    height: 70px;

    display: flex;

    justify-content: space-between;

    align-items: center;

}



.footerBottom div,

.footerBottom a {

    color: #666666;

    font-size: .875rem;

    white-space: nowrap;

}



.footerBottom:hover a {

    text-decoration: underline;

}



.indexBanner .swiper-pagination .swiper-pagination-bullet {

    display: block;

    height: auto;

    background: transparent;

    margin: 25px 0;

    opacity: 1;

    color: rgba(255, 255, 255, 0.6);

    font-size: 1rem;

}



.indexBanner .swiper-pagination span.swiper-pagination-bullet-active {

    color: #fff;

}



.indexBanner .swiper-pagination {

    width: 20px;

    top: 61%;

    transform: translateY(-50%);

    right: 6.1rem;

    left: auto;

}



.indexBanner .swiper-button-prev,

.indexBanner .swiper-button-next {

    right: 6.25rem;

    left: auto;

}



.indexBanner .swiper-button-prev {

    top: 41%;

}



.indexBanner .swiper-button-next {

    top: 70%;

}



.indexBanner .swiper-button-prev::after,

.indexBanner .swiper-button-next::after {

    font-size: 1.25rem;

    color: rgba(255, 255, 255, 0.9);

    transform: rotate(90deg);

}



.inedxJian {

    padding: 5rem 0 6.875rem;

}



.inedxJian>.wrap2 {

    display: flex;

    justify-content: space-between;

}



.indexJianMain>p {

    line-height: 30px;

    font-size: 1.125rem;

    color: #5b5b5b;

}



.inedxJian .joinTitle {

    width: 28.57%;

}



.indexJianMain {

    width: 66.42%;

}



.indexJianMain ul {

    padding-top: 3.125rem;

    display: flex;

    justify-content: space-between;

}



.indexJianMain li {

    width: 260px;

    height: 260px;

    background: #eeeeee;

    border-radius: 50%;

    display: flex;

    align-content: center;

    flex-wrap: wrap;

    transition: .332s;

}



.indexJianMain li:hover {

    background: #e2ceb6;

}



.indexJianMain li p {

    width: 100%;

    text-align: center;

}



.indexJianMain li p:nth-child(1) {

    font-size: 2.5625rem;

    color: #333333;

    padding-bottom: 3.125rem;

    position: relative;

}



.indexJianMain li p:nth-child(1)::after {

    content: "";

    display: block;

    width: 18px;

    height: 3px;

    background: #000000;

    position: absolute;

    bottom: 0.8175rem;

    left: 0;

    right: 0;

    margin: 0 auto;

}



.indexJianMain li p:nth-child(2) {

    font-size: 1.5rem;

    font-weight: lighter;

    color: #5b5b5b;

}



.indexJianMain li.before p:nth-child(1)::before {

    content: "¥";
    position: absolute;
    top: -20px;
    left: 40px;
    color: #202020;
    font-size: 2rem;

}



.indexTeamFont>p {

    line-height: 30px;

    font-size: 1.125rem;

    color: #5b5b5b;

    padding-top: 3.125rem;

    padding-bottom: 1.875rem;

}



.indexTeamFont a {

    width: 180px;

    height: 45px;

    background: #8a3e1e;

    text-align: center;

    line-height: 45px;

    font-size: 1rem;

    color: #ffffff;

}



.indexTeam {

    width: 100%;

    background: #fff url(../assets/indexBg.png) no-repeat center bottom;

    background-blend-mode: multiply;

    padding-bottom: 11.875rem;

}



.itmTitle {

    transform: translateY(-10rem);

}



.itmTitle p {

    font-size: 2.25rem;

    font-weight: bold;

    color: #8a3e1e;

    text-align: right;

    position: relative;

}



.itmTitle p b {

    position: absolute;

}



.itmListShow_font,

.itmListShow,

.itmListShow_bg {

    width: 100%;

    height: 100%;

}



.itmList li {

    width: 100%;

    display: flex;

    justify-content: space-between;

    margin-top: -70px;

    margin-bottom: -110px;

}



.itmList li:nth-of-type(even) .itmListHide {

    order: 9;

}



.itmList li>div {

    width: 47.86%;

}



.itmListShow {

    height: 400px;

}



.itmListShow_font {

    top: 0;

    left: 0;

    z-index: 9;

    padding: 0 2.5rem 1.5rem;

    display: flex;

    flex-wrap: wrap;

    align-items: flex-end;

    align-content: flex-end;

}



.itmListShow_font p:nth-child(1) {

    font-family: beb;

    font-size: 9.375rem;

    color: #8a3e1e;

    position: absolute;

    top: -5.625rem;

    left: 2.5rem;

}



.itmListShow_font p:nth-child(2) {

    font-weight: bold;

    font-size: 1.5rem;

    color: #ffffff;

    width: 100%;

    padding-bottom: 1.25rem;

}



.itmListShow_font p:nth-child(3) {

    font-size: .875rem;

    color: #ffffff;

    width: 100%;

    display: none;

    transition: .333s;

}



.itmList li:hover .itmListShow_font p:nth-child(3) {

    display: block;

}



.indexTeamMain {

    margin-top: -7rem;

    padding-bottom: 6.25rem;

}



.indexFu>div {

    width: 16.7%;

    height: 740px;

    position: relative;

    transition: .33s;

}



.indexFu>div.ifActive {

    width: 50%;

}



.ifItemBg {

    width: 100%;

    height: 100%;

}



.indexFu {

    display: flex;

}



.ifItemFont {

    width: 100%;

    height: 100%;

    position: absolute;

    top: 0;

    left: 0;

    display: flex;

    justify-content: center;

    align-items: center;

}



.indexFu>div.ifActive .ifItemBg::after {

    content: "";

    display: block;

    width: 100%;

    height: 100%;

    background: rgba(138, 62, 30, 0.95);

    position: absolute;

    top: 0;

    left: 0;

}



.ifItemFont p,

.ifItemFont a {

    color: #ffffff;

}



.ifItemFont p:nth-of-type(1) {

    font-size: 3.75rem;

    font-family: beb;

    text-transform: uppercase;

    display: none;

}



.ifItemFont p:nth-of-type(2) {

    font-size: 1.5rem;

    font-weight: lighter;

    padding-bottom: 3.125rem;

}



.ifItemFont p:nth-of-type(3) {

    font-size: 1.125rem;

    font-weight: lighter;

    line-height: 28px;

    padding-bottom: 2.5rem;

    display: none;

}



.ifItemFont a {

    width: 190px;

    height: 45px;

    border: 1px solid #ffffff;

    text-align: center;

    line-height: 45px;

    display: none;

}



.indexFu>div.ifActive .iftemFontNei {

    padding: 0 22%;

}



.indexFu>div.ifActive .ifItemFont p:nth-of-type(2) {

    font-size: 3rem;

}



.indexFu>div.ifActive .ifItemFont a,

.indexFu>div.ifActive .ifItemFont p:nth-of-type(1),

.indexFu>div.ifActive .ifItemFont p:nth-of-type(3) {

    display: block;

}



.indexBanner {

    width: 100%;

    height: 100vh;

}



.indexBanner>div {

    height: 100%;

}



.indexDong {

    width: 100%;

    height: 780px;

}



.indexDong>.wrap2 {

    display: flex;

    justify-content: space-between;

    align-items: center;

}



.idTitle>p {

    font-size: 1.125rem;

    color: #5b5b5b;

    padding-top: 3.125rem;

    padding-bottom: 2.8175rem;

}



.idTitle>a {

    width: 190px;

    height: 45px;

    border: 1px solid #8a3e1e;

    line-height: 45px;

    text-align: center;

    color: #8a3e1e;

    font-size: 1rem;

}



.indexDong>.wrap2 {

    display: flex;

    justify-content: space-between;

}



.idTitle {

    width: 40%;

}



.idList {

    width: 29.28%;

}



.idList ul {

    transform: rotate(135deg) translate(85px, 85px);

}



.idList li {

    display: inline-block;

    vertical-align: top;

    margin-bottom: 8px;

}



.idList li:not(:nth-of-type(3n)) {

    margin-right: 3px;

}



.idList li a {

    width: 120px;

    height: 120px;

    background: #eeeeee;

    border-radius: 10px;

    display: flex;

    justify-content: center;

    align-items: center;
    overflow: hidden;

}



.idList li:nth-of-type(n+7) {

    transform: translateX(126px);

}


/* 
.idList li:hover img.afterMouse {

    display: block;

} */



/* .idList li:hover img.beforeMouse, */

.idList img.afterMouse {

    display: none;

}



.idList li a img {

    transform: rotate(-135deg);

    /*max-width: 100%;*/
    max-width: 120px;
  max-height: 90px;
    border-radius: 7px;
}



.idList li.noChildren a {

    background: transparent;

    border: 2px solid #eeeeee;

}

.idList li:nth-of-type(4) a,
.idList li:nth-of-type(9) a {
    background: transparent;
    border: 2px solid #eeeeee;
}

.idList li:nth-of-type(4) img,
.idList li:nth-of-type(9) img {
    display: none;
}


.indexJoin {

    width: 100%;

    height: 1000px;

    background: url(../assets/indexBg2.png) no-repeat center/cover;

    padding-top: 5.625rem;

}



.teamJian {

    width: 100%;

    padding-top: 5.625rem;

    padding-bottom: 11.825rem;

    background: url(../assets/indexBg.png) no-repeat center bottom;

}



.thList>ul>li {

    width: 24.28%;

}



.thListShow {
    width: 100%;
    cursor: pointer;

}





.thList li .thListShow .thListShowPic {


    width: 100%;
    /* height: 1125px; */
    /* width: auto;

    height: 251px !important; */

    /* border-radius: 50%; */

    margin: 0 auto;

}

.thListShowPic img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    /* box-shadow: 0 10px 10px #c8cad0; */
    filter: grayscale(100%) brightness(100%);
}

.thListShowPic img:hover {
    filter: grayscale(0) brightness(100%)
}

.thList li .thListShow p {

    text-align: center;

}



.thList li .thListShow p:nth-of-type(1) {

    font-size: 1.5rem;

    font-weight: bold;

    color: #333333;

    padding: 1.875rem 0 .625rem;

}



.thList li .thListShow p:nth-of-type(2) {

    font-size: 1rem;

    color: #333333;

}



.teamBox {

    padding-top: 5.625rem;

}



.teamBox>.wrap2>div {

    padding-bottom: 8.75rem;

}



.thList>ul {

    padding-top: 3.75rem;

    display: flex;
    justify-content: space-between;
}



.thListHide {

    width: 100%;

    height: 100vh;

    background: rgba(0, 0, 0, .3);

    position: fixed;

    top: 0;

    left: 0;

    z-index: 9999;

    display: none;

}



.thListHideMain {

    width: 100%;

    height: 100%;

    display: flex;

    justify-content: center;

    align-items: center;

}



.hideBox {

    width: 100%;

    height: 710px;

    background: #fff;

    position: relative;

}



.thListTx {

    width: 38.57%;

    height: 100%;

}



.thListFont>p:nth-of-type(1) span:nth-of-type(1) {

    font-size: 1.875rem;

    font-weight: bold;

    color: #333333;

}

.thListFont>p:nth-of-type(1) span:nth-of-type(2) {

    font-size: 1.5rem;

    font-weight: bold;

    color: #333333;

}



.thListFont>p:nth-of-type(2) {

    font-size: 1rem;

    color: #8a3e1e;

    padding: 15px 0;

}



.hideBox>div[class^="hideBtn"] {

    position: absolute;

    cursor: pointer;

}



.hideBtnPrev,

.hideBtnNext {

    width: 15px;

    height: 15px;

    border-width: 2px;

    border-style: solid;

    border-color: #333333 #333333 transparent transparent;

    top: 50%;

    transform: translateY(-50%) rotate(45deg);

    cursor: pointer;

}



.hideBtnNext {

    right: 5%;

}



.hideBtnPrev {

    left: 5%;

    transform: translateY(-50%) rotate(-135deg);

}



.hideBtnColse {

    top: 70px;

    right: 4%;

    cursor: pointer;

}



.thListFont {

    width: 60%;

    padding-left: 5rem;

    padding-top: 8.75rem;

}



.hideBox>.wrap2 {

    display: flex;

    justify-content: space-between;

}



.ulList p {

    font-size: 1.125rem;

    color: #5b5b5b;

    padding-bottom: 1.25rem;

}



.ulList ul {

    padding-top: 2.5rem;

}



.ulList li {

    list-style-type: disc;

}



.thListWrapBox>.wrap2 {

    display: none;

}



.thListWrapBox .thListWrapItem {

    display: flex;

    justify-content: space-between;

}



.thListWrapItem,

.thListWrapBox {

    height: 100%;

    overflow: hidden;

}



.teamSaid {

    width: 100%;

    height: 780px;

    background: url(../assets/tbg_04.jpg) no-repeat center/cover;

    padding-top: 8.75rem;

    overflow: hidden;

}





.whiteTitle p:nth-of-type(1),

.whiteTitle p:nth-of-type(2) {

    color: #ffffff;

}



.tsMainItem_l {

    width: 45.71%;

}



.tsDescription {

    font-size: 1rem;

    color: #ffffff;

    line-height: 30px;

    padding-top: 3.125rem;

}



.tsName {

    text-align: right;

    padding-top: 5.625rem;

}



.tsName span {

    color: #ffffff;

    display: inline-block;

    vertical-align: inherit;

}



.tsName span:nth-of-type(1) {

    font-size: 1rem;

    font-weight: lighter;

    padding-right: 1.5625rem;

}



.tsName span:nth-of-type(2) {

    font-family: zhao;

    font-size: 2.875rem;

}



.tsMain>div[class^="tsmBtn"] {

    width: 40px;

    height: 40px;

    border: 1px solid #ffffff;

    display: flex;

    justify-content: center;

    align-items: center;

    position: absolute;

    top: 16.875rem;

    transition: .235s;

    cursor: pointer;

    user-select: none;

}



.tsMain>div[class^="tsmBtn"]:hover {

    background: #8a3e1e;

    border-color: #8a3e1e;

}



.tsmBtnNext {

    left: 50px;

    transform: rotate(180deg);

}



.tsMainItem_r {

    width: 42.85%;

    height: 400px;

    transform: translateY(-6.25rem);

}



.tsMainItem {

    height: 610px;

}



.tsMainContainer {

    position: absolute;

    top: 0px;

}



.tsMainItem {

    display: flex;

    justify-content: space-between;

}



.tsMain {

    width: 100%;

    height: 100%;

    position: absolute;

}



.fujian {

    width: 100%;

    padding: 5.625rem 0 8.75rem;

    background: url(../assets/fubg.png) no-repeat center/cover;

}



.fjFont p {

    font-size: 1.125rem;

    color: #5b5b5b;

}



.fjFont {

    padding: 2.5rem 0 5rem;

}



.fList {

    display: flex;

    justify-content: space-between;

}



.fList li {

    width: 28.57%;

    height: 180px;

    background: url(../assets/listBg_03.jpg) no-repeat center/cover;

    display: flex;

    justify-content: center;

    align-items: center;

    font-size: 1.5rem;

    font-weight: bold;

    color: #ffffff;

}



.fuService {

    padding-top: 5.625rem;

}



.fsMain {

    width: 100%;

    display: flex;

}



.fsMain>div {

    width: 25%;

    height: 740px;

    display: flex;

    justify-content: center;

    align-items: center;

    align-content: flex-end;

    flex-wrap: wrap;

}



.fsMain>div>p {

    width: 100%;

}



.fsMain>div:nth-of-type(1) {

    background: url(../assets/flbg1.png) no-repeat center/cover;

}



.fsMain>div:nth-of-type(2) {

    background: url(../assets/flbg2.png) no-repeat center/cover;

}



.fsMain>div:nth-of-type(3) {

    background: url(../assets/flbg3.png) no-repeat center/cover;

}



.fsMain>div:nth-of-type(4) {

    background: url(../assets/flbg4.png) no-repeat center/cover;

}



.fsMainItem>div>p:nth-of-type(1) {

    font-size: 1.875rem;

    color: #ffffff;

    padding-bottom: 2.8175rem;

}



.fsMainItem>div>p:nth-of-type(2) {

    font-size: 1.125rem;

    color: #ffffff;

    line-height: 28px;

    display: none;

}



.fsMain>div:hover {

    align-content: center;

}



.fsMain>div:hover>div>p:nth-of-type(2) {

    display: block;

}



.fsMainItem>div ul li {

    list-style: disc;

}



.fsMainItem ul {

    width: auto !important;

}



.fuCap {

    padding: 5.625rem 0;

}



.fucapList {

    padding-top: 5rem;

    display: flex;

    justify-content: space-between;

}



.fucapList ul {

    width: 27.142%;

}



.fucapList ul li:nth-of-type(1) {

    width: 217px;

    height: 60px;

    background: #8a3e1e;

    border-radius: 50px 150px 150px 50px;

    margin-left: 1.5rem;

    margin-bottom: -30px;

    position: relative;

    z-index: 2;

    display: flex;

    justify-content: center;

    align-items: center;

    font-size: 1.5rem;

    color: #ffffff;

}



.fucapList ul li:nth-of-type(2) {

    width: 100%;

    height: 480px;

    background: linear-gradient(to bottom, #f7f7f7c2, #ffffff);

    border-radius: 15px 15px 0 0;

    padding: 2.5rem 1.875rem 0;

}



.fucapList ul li:nth-of-type(2) p {

    font-size: 1.125rem;

    color: #666666;

    line-height: 27px;

    padding: 1.5rem 0;

    padding-left: 1.875rem;

    position: relative;

}



.fucapList ul li:nth-of-type(2) p::before {

    content: url(../assets/dian.png);

    position: absolute;

    left: 0;

}



.fucapList ul li:nth-of-type(2) p:not(:last-child) {

    border-bottom: 1px dotted #c8a698;

}



.dongCase {

    padding: 6.25rem 0;

}



.dongCase .wrap2 {

    display: flex;

    justify-content: space-between;

    align-items: center;

}



.dongCase .joinTitle p:nth-of-type(3) {

    font-size: 1.125rem;

    color: #5b5b5b;

    padding-top: 3.125rem;

}



.dongAreas {

    width: 100%;

    background: #f5f5f5;

    padding: 6.25rem 0 5.625rem;

}



.daList ul {

    display: flex;

    justify-content: space-between;

    padding-top: 3.125rem;

}



.daList ul li {

    width: 47.14%;

}



.daList ul li>img {

    width: 100%;

    height: 440px;

    object-fit: cover;

}



.daList ul li>p:nth-of-type(1) {

    font-size: 1.875rem;

    color: #8a3e1e;

    padding-top: 1.875rem;

}



.daList ul li>p:nth-of-type(2) {

    font-size: 1.125rem;

    color: #333333;

    padding: 1rem 0 1.5625rem;

}



.daList ul li>p:nth-of-type(3) {

    font-size: 1.125rem;

    color: #666666;

}



.dsCase {

    width: 100%;

    height: 920px;

    padding: 5.625rem 0 12.5rem;

}



.dsCaseList {

    width: 100%;

    height: 520px;

    overflow: hidden;

}



.dsCaseList ul {

    display: flex;

    flex-wrap: wrap;

    padding-top: 3.125rem;

}



.dsCaseList ul li {

    width: 27.85%;

    /*height: 450px;*/
    height: 276px;

    margin-bottom: 30px;

    box-shadow: 0 3px 8px 5px #f3f3f3;

    transition: .332s;

}



.dsCaseList ul li:hover {

    box-shadow: 0 10px 10px 0px #f3f3f3;

}



.dsCaseList ul li:not(:nth-of-type(3n)) {

    margin-right: 8%;

}



.dsCaseList ul li a {

    width: 100%;

    height: 100%;

    background: #ffffff;

}



.dsCaseList ul li a>p {

    text-align: center;

}



.dsCaseList ul li a>p:nth-of-type(1) {

    font-size: 1.125rem;

    color: #8a3e1e;

    padding-top: 1.5rem;

}



.dsCaseList ul li a>p:nth-of-type(2) {

    font-size: 1.5rem;

    color: #333333;

    padding: 1rem 0;

}



.dsCaseList ul li a>p:nth-of-type(3) {

    font-size: 1.125rem;

    color: #999999;

    padding: 0 3.9rem;

}



.dsclPic {

    width: 100%;

    height: 50%;

    /*background: #eeeeee;*/

    display: flex;

    justify-content: center;

    align-items: center;

    overflow: hidden;

}



.dsclPic span {

    width: 130px;

    height: 40px;

    background: #8a3e1e;

    border-radius: 0 50px 50px 0;

    text-align: center;

    line-height: 40px;

    display: block;

    font-size: 1rem;

    color: #ffffff;

    position: absolute;

    top: 0;

    left: 0;

    z-index: 2;

}



.dsCaseMore {

    width: 100%;

    bottom: 6.25rem;

    text-align: center;

    font-weight: bold;

    font-size: 1.125rem;

    color: #8a3e1e;

    cursor: pointer;

}



.dsCaseMore img {

    margin-left: 5px;

}



.rote img {

    transform: rotate(180deg);

}



.xuanCase {

    background: #f5f5f5;

}



.dongHe {

    padding: 5.625rem 0 9.375rem;

}



.dongHeTitle {

    padding: 3.125rem 0 1.875rem;

}



.dongHeTitle span {

    display: inline-flex;

    width: 251px;

    height: 60px;

    border: 1px solid #626262;

    border-radius: 50px;

    justify-content: center;

    align-items: center;

    font-size: 1.25rem;

    color: #666666;

    cursor: pointer;

    user-select: none;

}



.dongHeTitle span.dtActive {

    border-color: #8a3e1e;

    color: #8a3e1e;

}



.dongHeTitle span:not(:last-child) {

    margin-right: 1.5rem;

}



.dongHeMain ul:not(:first-child) {

    display: none;

}



.dongHeMain ul {

    display: grid;

    grid-template-columns: repeat(4, 25%);

    place-items: stretch stretch;

    grid-gap: 1px;

    background: #eeeeee;

    border: 1px solid #eeeeee;

}



.dongHeMain li {

    height: 220px;

    display: flex;

    justify-content: center;

    align-items: center;

    background: #fff;

}



.dongHeMain .iconBox {

    width: 160px;

    height: 60px;

}



.dongHeMain li:hover img.hoverBefore,

.dongHeMain li img.hoverAfter {

    display: none;

}



.dongHeMain li:hover img.hoverAfter {

    display: block;

}



.dongHeMain li p {

    font-size: 1.125rem;

    color: #333333;

    padding-top: 2.5625rem;

    text-align: center;

}



.listHnews {

    padding: 5.625rem 0 8.125rem;

}



.hnewsHot {

    width: 100%;



    margin-top: 3.125rem;

}



/* ,

.hotItem:first-child */

.hnewsHot_l {

    width: 64.28%;

    height: 720px;

    background: transparent;

    float: left;

}



.hnewsHot_l .hotItem .hotItemFont {

    height: 220px;

    margin-top: -9px;

    background: #8a3e1e;

    padding: 1.5rem 5rem;

}



.hnewsHot_l .hotItem img {

    width: 100%;

    height: 69.44%;

    object-fit: cover;

}



/* ,

.hotItem */

.hnewsHot_r {

    width: 35.7%;

    height: 720px;

    background: #ffffff;

    float: right;

    overflow-y: auto;

}



.hotItem>img {

    width: 100%;

}



.hotItemFont p:nth-of-type(1) {

    width: 135px;

    height: 35px;

    display: flex;

    justify-content: center;

    align-items: center;

    font-size: 1rem;

}



.hnewsHot_l .hotItem .hotItemFont p:nth-of-type(1) {

    background: #a1654b;

    color: rgba(255, 255, 255, 0.6);

    margin-top: 1.25rem;

}



.hnewsHot_l .hotItem .hotItemFont p:nth-of-type(2) {

    font-size: 1.5rem;

    font-weight: bold;

    color: rgba(255, 255, 255, 1);

    padding: .75rem 0;

}



.hnewsHot_l .hotItem .hotItemFont p:nth-of-type(3) {

    font-size: 1rem;

    color: rgba(255, 255, 255, 0.6);

}



.hotItem .hotItemFont p:nth-of-type(1) {

    background: #eeeeee;

    color: #7c7c7c;

}



.hotItem .hotItemFont p:nth-of-type(2) {

    height: 65px;

    overflow: hidden;

    margin: 1rem 0 .75rem;

    font-size: 1.5rem;

    font-weight: bold;

    color: #333333;

}



.hotItem .hotItemFont p:nth-of-type(3) {

    font-size: 1rem;

    color: #999999;

}



.hnewsHot_r {

    padding: 0 3.125rem;

}



.hnewsHot_r .hotItem {

    padding: 1.875rem 0;

}



.hnewsHot_l .hotItem,

.hnewsHot_l .hotItem a {

    width: 100%;

    height: 100%;

}



.hnewsHot_r .hotItem:not(:last-child) {

    border-bottom: 2px solid #eeeeee;

}



.hnewsHot_r::-webkit-scrollbar {

    width: 10px;

    height: 10px;

    background: transparent;

}



.hnewsHot_r::-webkit-button {

    background: transparent;

}



.hnewsHot_r::-webkit-scrollbar-thumb {

    height: 100px;

    background: #8a3e1e;

    border-radius: 15px;

}



.listHnewsBox ul {

    padding-top: 5rem;

}



.listHnewsBox ul li {

    width: 100%;

    height: 230px;

    background: #ffffff;

    margin-bottom: 1.5625rem;

    transition: .332s;

}



.listHnewsBox ul li:hover {

    box-shadow: 0 10px 10px 5px #e3e4e6;

}



.listHnewsBox ul li:hover .topCatName {

    background: #8a3e1e;

    color: #ffffff;

}



.listHnewsBox .topCatName {

    width: 150px;

    height: 50px;

    line-height: 50px;

    border-radius: 0 50px 50px 0;

    padding-left: 1.875rem;

    font-size: 1.125rem;

    font-weight: bold;

    color: #8a3e1e;

    transition: .332s;

}



.listHnewsBox ul li:hover .topCatName::before,

.listHnewsBox ul li:hover .topCatName::after {

    color: #8a3e1e;

}



.listHnewsBox .topCatName::before,

.listHnewsBox .topCatName::after {

    content: "|";

    margin: 0 4px;

}



.listHnewsBox ul li a {

    width: 100%;

    height: 100%;

    padding-top: 3.125rem;

    display: flex;

    justify-content: space-between;

}



.lhbFont {

    width: 70%;

}



.lhbFont P:nth-of-type(1) {

    font-weight: bold;

    font-size: 1.5rem;

    color: #333333;

}



.lhbFont P:nth-of-type(2) {

    font-size: 1rem;

    color: #999999;

    padding-top: 1.875rem;

}



.lhbTime {

    padding-right: 3.75rem;

}



.lhbTime span:nth-of-type(1) {

    font-size: 1.5rem;

    font-weight: bold;

    color: #333333;

}



.lhbTime span:nth-of-type(2) {

    font-size: .875rem;

    color: #999999;

}



.xiaocms-page span,

.xiaocms-page a {

    display: inline-flex;

    justify-content: center;

    align-items: center;

    width: 3.75rem;

    height: 3.75rem;

    border-radius: 50%;

    font-size: 1rem;

    margin: 0 10px;

}



.xiaocms-page a {

    background: #ffffff;

    color: #666666;

}



.xiaocms-page a:hover,

.xiaocms-page span {

    background: #8a3e1e;

    color: #ffffff;

}



.showHnews {

    padding-top: 6.875rem;

    padding-bottom: 12.5rem;

}



.shNewsTitle p:nth-of-type(1) {

    font-size: 1.875rem;

    color: #333333;

}



.shNewsTitle p:nth-of-type(2) {

    font-size: 1.125rem;

    color: #999999;

    padding-top: 1.125rem;

}



.shNewsTitle {

    padding-bottom: 1.875rem;

    border-bottom: 2px solid #e2e2e2;

    margin-bottom: 3.125rem;

}



.shNewsMain {

    padding-bottom: 6.25rem;

    border-bottom: 2px solid #e2e2e2;

    margin-bottom: 3.75rem;

}



.shNewsMain p {

    font-size: 1.125rem;

    color: #666666;

    line-height: 28px;

}



.article_btn {

    display: flex;

    justify-content: space-between;

}



.article_btn p span:nth-of-type(1),

.article_btn a span:nth-of-type(1) {

    font-size: 1.125rem;

    color: #8a3e1e;

    position: relative;

}



.article_btn p span:nth-of-type(1)::after,

.article_btn a span:nth-of-type(1)::after {

    content: "";

    display: block;

    width: 100%;

    border-bottom: 2px solid #8a3e1e;

    position: absolute;

    bottom: 0;

}



.article_btn p span:nth-of-type(2),

.article_btn a span:nth-of-type(2) {

    font-size: 1.125rem;

    color: #999999;

    margin-top: .625rem;

    display: block;

}



.nextBtn,

.prevBtn {

    position: relative;

}



.prevBtn {

    padding-left: 3.125rem;

}



.nextBtn {

    padding-right: 3.125rem;

}



.nextBtn::after,

.prevBtn::before {

    content: url(../assets/abtn.png);

    position: absolute;

    top: 50%;

    transform: translateY(-50%);

}



.prevBtn::before {

    left: 0;

}



.nextBtn::after {

    right: 0;

    transform: translateY(-50%) rotate(180deg);

}

/* .footIconBox:hover~.footWxcode {
    display: block;
} */

.footWxcode {
    width: 118px;
    height: 118px;
    background: #ffffff;
    padding: 3px;
    top: 50%;
    transform: translateY(-50%);
    left: 45px;
    z-index: 99;

}

.footWxcode img {
    width: 100%;
    height: 100%;
}





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

    .navbar>li {

        margin-right: 3rem;

    }

}









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

    .navbar>li>a {

        white-space: nowrap;

    }



    .navbar>li {

        margin-right: 1.25rem;

    }



    .searchBox form {

        display: flex;

    }
    .searchBox input {

        width: 120px;

    }

}




@media screen and (min-width: 951px) {
    .dsclPic {
        padding-top: 30px;
    }
}

.g_boxry {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
}
.g_boxry a {
    padding: 10px;
    background-image: url('../assets/beijingkuang.png');
        background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.ggxxcs li:nth-child(1) a {
    margin-right: 15px;
}
.ggxxcs li:nth-child(2) a {
    margin-left: 15px;
}
.g_boxry a img {
    max-width: 100%;
    max-height: 100%;
}
@media only screen and (max-width:950px) {
    .cover_img>img {
        width: 100%;
        max-height: 100%;
        display: block;
        margin: auto;
    }

    .jbMain {
        padding: 0 15px;
    }

    .jbList ul {
        padding: 2.75rem 0 2rem;
        display: flex;
    }

    .jbList li>p {
        font-size: 1.75rem;
        color: #333333;
        padding-bottom: 1.5rem;
    }

    .footOrMain {
        padding-top: 1.375rem;
    }

    .footLogo img {
        width: 70%
    }

    .indexJianMain li.before p:nth-child(1)::before {

        top: 0px;
        font-size: 1.2rem;
        left: 13px;

    }

    .indexFu>div.ifActive .iftemFontNei {
        padding: 0 15px;
    }

    .ifItemFont {
        background-color: rgb(0 0 0 / 50%);
    }

    .idTitle>a {
        width: 140px;
        height: 37px;
        line-height: 37px;
        font-size: 1rem;
    }

    .itmListShow_font {
        background-color: rgb(0 0 0 / 50%);
    }

    .wap_menu_list {

        height: 50vh;

        background: #fff;

        overflow-y: auto;

        border-radius: 5px;

        box-shadow: 0 5px 8px #eee;

        margin-top: 0px;

    }

}



@media only screen and (max-width:550px) {
    img {
        max-width: 100%;
    }

    .totalChildren li {

        height: 50px;

        margin-right: 1.25rem;

    }

    .footWxcode {
        transform: scale(.8) translateY(-50%);
    }

    .article_btn>div {

        width: 46%;

    }



    .totalChildren li,

    .totalChildren li a {

        /*font-size: 1.875rem;*/
        font-size: 1.2rem;

    }



    .shNewsMain p {

        line-height: 22px;

        font-size: 1.125rem;

    }

    .shNewsMain {
        padding-bottom: 2.25rem;
        border-bottom: 2px solid #e2e2e2;
        margin-bottom: 2.25rem;
    }

    .shNewsTitle {
        padding-bottom: 1.125rem;
        border-bottom: 2px solid #e2e2e2;
        margin-bottom: 1.125rem;
    }

    .showHnews {
        padding-top: 2.875rem;
        padding-bottom: 2.5rem;
    }

    .shNewsTitle p:nth-of-type(1) {

        font-size: 2.25rem;

    }



    .shNewsMain img {

        width: 100%;

    }



    .lhbTime span:nth-of-type(1) {

        font-size: 1.875rem;

    }



    .listHnewsBox ul li a {

        flex-wrap: wrap;

    }



    .listHnewsBox ul li a>div {

        width: 100%;

        padding: 0 20px;

    }



    .hnewsHot_r,

    .hnewsHot_l {

        width: 100%;

        float: none;

    }



    .hnewsHot_l {

        height: 434px;

    }



    .hnewsHot_l .hotItem .hotItemFont {

        /*        height: 180px;*/
        height: auto;
        padding: 15px;

    }


    .hnewsHot_r {
        padding: 0 15px;
    }

    .lhbFont P:nth-of-type(1),

    .hotItem .hotItemFont p:nth-of-type(2),

    .hnewsHot_l .hotItem .hotItemFont p:nth-of-type(2) {

        font-size: 2.8125rem;

    }



    .hotItem .hotItemFont p:nth-of-type(3) {

        font-size: 1.875rem;

    }



    .hideBox {

        height: 80%;

    }



    .searchBox form {

        display: block;

    }



    .dongHeMain ul {

        grid-template-columns: repeat(2, 49.9%);

    }



    .dongHeTitle span {

        width: 48%;

        height: 35px;

    }



    .dongHeTitle {

        display: flex;

    }



    .dsclPic {

        height: 60%;

    }



    .dsCase {

        height: 750px;

    }



    .dsCaseList ul li {

        width: 100%;

        /*height: 230px;*/
        height: 300px;

    }

    .dsCaseMore {
        bottom: 4.25rem;
    }


    .dsclPic span {

        width: 90px;

        height: 30px;

        line-height: 30px;

    }



    .dsCaseList ul li:not(:nth-of-type(3n)) {

        margin-right: 0;

    }



    .dsCaseList ul li:not(:nth-of-type(2n)) {

        margin-right: .8%;

    }



    .daList ul li>img {

        height: 230px;

    }



    .daList ul li {

        width: 100%;

        margin-bottom: 30px;

    }



    .dongLIst {

        padding-top: 30px;

    }



    .daList ul,

    .dongCase .wrap2 {

        flex-wrap: wrap;

    }



    .dongCase .wrap2>div {

        width: 100%;

    }



    .fucapList ul li:nth-of-type(1) {

        transform: scale(.7);

    }



    .fucapList ul li:nth-of-type(2) {

        height: auto;

        padding-bottom: 1.25rem;

    }



    .fucapList ul {

        width: 100%;

    }



    .fsMainItem>div>p:nth-of-type(2) {

        line-height: 22px;

    }



    .fucapList,

    .fsMain {

        flex-wrap: wrap;

    }



    .fsMain>div {

        width: 100%;

        height: 360px;
        align-content: center;

    }

    .indexBanner {
        margin-top: 70px;
    }

    .itmListShow_font p:nth-child(3) {
        display: block;
    }

    .indexTeamFont>p {
        padding-top: 0;
    }

    .fList li {

        height: 75px;
        font-size: 1.25rem;

    }



    .tsMainItem,

    .tsMain,

    .tsMainContainer {

        padding-right: 3%;

    }



    .tsMain>div[class^="tsmBtn"] {

        top: 75%;

    }



    .tsmBtnNext {

        left: auto;

        right: 20px;

    }



    .tsMainItem {

        height: 520px;

    }



    .tsDescription {

        line-height: 22px;

    }



    .teamSaid {

        height: 700px;

    }



    .tsName {

        padding-top: 0;

        text-align: center;

    }



    .tsMainItem {

        flex-wrap: wrap;

        align-content: center;

    }



    .tsMainItem>div {

        width: 100%;

    }


    .tsMainItem .tsMainItem_r {
        width: 200px;

        height: 200px;

        order: -9;

        transform: translateY(0);

        margin: 0 auto;

    }

    .tsMainItem_r>img {
        border-radius: 50%;
    }

    .jbm_l>p {
        padding-right: 0;
        padding-bottom: 10px;
        text-align: center;
        font-size: 1.5rem;
    }

    .jbListHide p {
        padding: 0;
    }

    .thListFont>p:nth-of-type(1) {

        font-size: 2.25rem;

    }



    .thListTx {

        margin-top: 60px;

    }



    .thListWrapBox .thListWrapItem {

        flex-wrap: wrap;
        overflow-x: hidden;
        overflow-y: auto;
    }



    .thListWrapBox .thListWrapItem>div {

        width: 100%;

        height: 48%;

    }



    .thListFont {

        padding: 0;

        margin-top: 40px;

    }



    .totalBanner {

        margin-top: 70px;
        height: 167px;
    }



    .thList>ul {

        flex-wrap: wrap;

        justify-content: space-between;

    }



    .thList>ul>li {

        width: 49%;

        padding: 0 10px;

        margin-bottom: 30px;

    }



    .hideBtnColse {

        top: 26px;

    }



    .thList li .thListShow p:nth-of-type(1) {

        font-size: 2.25rem;

    }



    .thList li .thListShow img {

        width: 100%;

    }



    .idList li:not(:nth-of-type(3n)) {

        margin-right: 6px;

    }



    .idList li {

        width: 31.33%;

    }



    .idList li a {

        width: 100%;

        padding: 15px;

    }



    .idList li a img {

        width: 100%;

        height: 100%;

        object-fit: contain;

    }



    .idList li:nth-of-type(n+7),

    .idList li a img,

    .idList ul {

        transform: rotate(0deg) translate(0);

    }



    .indexDong .joinTitle {

        padding-top: 3.125rem;

    }



    .indexJoin {

        height: auto;

        padding-bottom: 5.625rem;

    }



    .ifItemFont p:nth-of-type(3) {

        line-height: 22px;

    }



    .indexDong>.wrap2,

    .indexFu {

        flex-wrap: wrap;

    }



    .indexDong>.wrap2>div {

        width: 100%;

    }



    .indexFu>div.ifActive,

    .indexFu>div {

        width: 100%;

        height: 420px;

    }

    .indexJianMain li p:nth-child(1) {
        font-size: 1.5rem;
    }

    .indexDong {
        height: auto;
        padding-bottom: 30px;
    }

    .itmTitle p {

        font-size: 2.25rem;

        padding-bottom: 30px;

    }

    .iftemFontNei {
        padding: 0 15px;
    }

    .ifItemFont p:nth-of-type(1),
    .ifItemFont a,
    .ifItemFont p:nth-of-type(3) {
        display: block;
    }

    .idTitle>a,

    .ifItemFont a,

    .indexTeamFont a {

        margin-bottom: 15px;
        width: 140px;
        height: 37px;
        line-height: 37px;
        font-size: 1rem;

    }



    .itmListShow {

        height: 210px;

    }



    .itmTitle {

        transform: translate(0);

    }



    .indexTeamMain {

        margin-top: 0;

        padding-top: 90px;

    }



    .itmList li {

        margin: 0 0 60px;

    }



    .indexTeamFont>p br,

    .itmListHide {

        display: none;

    }



    .itmList li>div {

        width: 100%;

    }



    .indexJianMain ul,

    .inedxJian>.wrap2 {

        flex-wrap: wrap;

    }



    .indexJianMain li {

        flex: 1;

        margin: 0 5px;

    }



    .inedxJian>.wrap2>div {

        width: 100%;

    }



    .indexBanner .swiper-pagination {

        right: 3.1rem;

    }



    .indexBanner .swiper-pagination .swiper-pagination-bullet {

        margin: 10px 0;

    }



    .indexBanner .swiper-button-prev,

    .indexBanner .swiper-button-next {

        display: none;

    }



    .indexBanner {

        height: 230px;

    }



    .searchBox {

        text-align: center;

    }



    .footNav>li:not(:last-child) {

        margin-right: 2.5rem;

    }



    .footOrItem p,

    .footNav>li>a {

        font-size: 1.625rem;

    }

    .footNav>li>a {
        padding-bottom: 10px;
    }

    .footNav>li {
        margin-bottom: 20px;
    }

    .footNav {

        justify-content: flex-start;
        flex-wrap: wrap;

    }

    .secondaryLsit a {
        font-size: 1.125rem;
    }

    .itmListShow_font p:nth-child(1) {
        font-size: 4.125rem;
    }

    .footerTop>div {

        width: 100%;

    }



    .footPage {

        text-align: center;

    }



    .footerBottom {

        justify-content: center;

        align-content: center;

    }



    .footOrItem {

        padding-left: 30px;

    }



    .footerTop_r {

        padding-top: 30px;

    }



    .gotop {

        right: 30px;

    }



    .footerBottom,

    .footerTop,

    .jiMain ul,

    .jbMain {

        flex-wrap: wrap;

    }



    .jbm_r img {

        width: 67%;
        margin: auto;
        display: block;

    }



    .joinJia {

        height: auto;

        padding-bottom: 2.625rem;

    }



    .jbListHide img {

        /*transform: scale(.7);*/
        max-width: 100%;
        max-height: 100%;
        height: 50px;

    }



    .jiMain ul li {

        width: 50%;
        height: auto;
        text-align: center;
        margin-bottom: 20px;

    }

    .jiMain ul {
        zoom: .87;
    }

    .jiMain li>p:nth-of-type(1) {
        padding-top: 1.125rem;
        padding-bottom: 0.875rem;
    }

    .jiMain ul li::after {

        display: none;

    }


    .footNav>li {
        width: 33%;
    }

    .footNav>li:not(:last-child) {
        margin-right: 0;
    }

    .indexFu>div .ifItemBg::after {


        background: rgba(138, 62, 30, 0);

    }

    .hnewsHot_l .hotItem .hotItemFont p:nth-of-type(2) {
        margin: 0;
    }

    .hnewsHot_l .hotItem .hotItemFont p:nth-of-type(1) {
        margin-top: 0px;
    }

    .lhbFont P:nth-of-type(1),
    .hnewsHot_l .hotItem .hotItemFont p:nth-of-type(2),
    .hotItem .hotItemFont p:nth-of-type(2) {
        height: auto;
        font-size: 1.875rem;
    }

    .hotItem .hotItemFont p:nth-of-type(3) {
        font-size: 1.25rem;
    }

    .indexFu>div.ifActive .ifItemFont p:nth-of-type(2) {
        padding-bottom: 20px;
        font-size: 2.25rem;
    }

    .ifItemFont p:nth-of-type(1) {
        font-size: 2.3125rem;
    }

    .joinTitle p:nth-child(1) {
        font-size: 2.375rem;
        white-space: nowrap;
    }

    .joinTitle p:nth-child(2) {
        font-size: 2.25rem;
    }

    .indexJianMain li p:nth-child(1) {
        padding-bottom: 20px;
    }

    .fsMainItem>div>p:nth-of-type(2) {
        display: block;
    }

    .fsMainItem>div>p:nth-of-type(1) {
        padding-bottom: 1.875rem;
    }

    /* .ifItemFont p:nth-of-type(3),
    .indexTeamFont>p,
    .indexJianMain>p {
        font-size: 1.875rem;
    }

    .ifItemFont p:nth-of-type(2) {
        font-size: 2.25rem;
    } */
    .idList li:nth-of-type(4) a,
    .idList li:nth-of-type(9) a {
        background: #eeeeee;
    }

    .idList li:nth-of-type(4) img.afterMouse,
    .idList li:nth-of-type(9) img.afterMouse {
        display: block;
    }

    .footWeixin {
        padding: 3.125rem 0;
    }
}