@charset "UTF-8";
@import url(./public.css);

.main {
    width: 100%;
    background: #F4F1F4FF;
    overflow:hidden;
    
}
  
.mainTop {
    width: 100%;
    /* height: 881px; */
    position: relative;
}

.mainTop-img {
    width: 100%;
    /* height: 881px; */
    z-index: 0;
    cursor:pointer;
}

/* 首页轮播 */
.banenr .swiper-button-next,
.swiper-button-prev {
    /* border: 1px solid #fff;
    border-radius: 50%;
    position: absolute !important;
    right: 416px !important;
    left: auto !important;
    top: 640px !important;
    width: 33px !important;
    height: 33px !important;
    outline: none */
    position: absolute !important;
    top: 50% !important;
}

.banenr .swiper-button-next,
.swiper-button-prev::after {
    color: #fff;
    font-size: 35px !important;
}

.banenr .swiper-button-prev,
.swiper-button-next {
    /* border: 1px solid #fff;
    border-radius: 50%;
    position: absolute !important;
    right: 360px !important;
    top: 640px !important;
    width: 33px !important;
    height: 33px !important;
    outline: none */
    position: absolute !important;
    top: 50% !important;
}

.banenr .swiper-button-prev,
.swiper-button-next::after {
    color: #fff;
    font-size: 35px !important;
}

.mainTop1 {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top:14px;
    left: auto;
    margin: 0 auto;
    z-index: 2;
}

.mainTop1::after {
    content: "";
    width: 827px;
    height: 1px;
    background: #FFFFFF;
    position: absolute;
    top: 44px;
    left: auto;
    opacity: 0.6;
}

.mainTop1-01 {
    width: 147px;
    /* margin-bottom: 10px; */
}

.mainTop1-02 {
    width: 14px;
    height: 14px;
    margin-left: 44px;
    margin-bottom: 12px;
}

.mainTop1-info {
    width: 852px;
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.mainTop1-info div {
    position: relative;
    height: 50px;
    line-height: 40px;
    text-align: center;
}

.mainTop1-info a {
    color: #f1f1f1;
    cursor: pointer;
    text-align: center;
    padding-bottom: 6px;
}

/* .al {
    position: relative;
} */

.a-line>a {
    color: #fff;
}
/* .mainTop1-info .a1{
    border-bottom: 1px solid #FFFFFF;
} */
.a-line{
    border-bottom: 1px solid #FFFFFF;
}
/* .mainTop1-info .a1::after {
    content: '';
    width: 68px;
    height: 1px;
    background-color: #FFFFFF;
    position: absolute;
    top: 35px;
    left: -2px; 
    text-align: center;
} */

.mainTop1-info>div .ul {
    width: 120px;
    background: #000000;
    opacity: 0.69;
    position: absolute;
    top: 48px;
    left: -22px;
    color: #FFFFFF;
    line-height: 36px;
    text-align: center;
    display: none;
}

.mainTop1-info>div .ul>li {
    color: #c2b8b8;
    background-color: black;
}

.mainTop1-info>div .ul>li:hover {
    color: #000000;
    background-color: #ffffff;
    cursor: pointer;
}

.mainTop1-03 {
    width: 24px;
    height: 24px;
    margin-left: 21px;
    margin-bottom: 13px;
}

.mainTop1-04 {
    width: 26px;
    height: 24px;
    margin: 0 22px;
    margin-bottom: 13px;
}

.mainTop1-05 {
    width: 1px;
    height: 18px;
    margin-right: 18px;
    margin-bottom: 13px;
}

.mainTop1-search {
    width: 23px;
    height: 23px;
    margin-bottom: 13px;
}

.search-box {
    display: flex;
    position: relative;
}

.search-text {
    width: 0;
    height: 100%;
    font-size: 16px;
    vertical-align: top;
    padding-left: 20px;
    background: transparent;
    color: #fff;
    transition: all .4s ease-out;
    overflow: hidden;
    text-overflow: ellipsis;
    border: none;
    outline: none;
    position: absolute;
    top: 0;
    left: 20px;
}

.mainTop2 {
    width: 424px;
    height: 290px;
    background: rgba(238, 239, 242, 0.55);
    /* opacity: 0.55; */
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 209px;
    left: 36%;
    text-align: center;
    z-index: 2;
}

.mainTop2-top {
    font-family: PingFang SC;
    color: #000000;
    margin: 30px 0 46px 0;
    font-size: 30px;
    position: relative;
}

.mainTop2-top:after {
    content: "";
    width: 119px;
    height: 2px;
    background: #000000;
    position: absolute;
    top: 49px;
    left: 144px;
}

.mainTop2-center {
    font-family: PingFang SC;
    color: #000000;
    font-size: 16px;
    margin-bottom: 37px;
    line-height: 34px;

}

.mainTop2-bottom {
    width: 126px;
    height: 38px;
    background: #323232;
    border-radius: 31px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    margin: 0 auto;
    
}
.mainTop2-bottom:hover{
    cursor: pointer;
    background-color: #646464;

} 

.mainTop2-bottom span {
    font-size: 12px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #d1cccc;
}

.mainTop2-bottom img {
    width: 22px;
    height: 9px;
}

.mainTop2a{
    /* width: 524px; */
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 249px;
    left: 22%;
    text-align: center;
    z-index: 2;
}
.mainTop2a-topa{
    font-size: 40px;
    text-align: center;
    color: #fff;
    font-weight: 600;
    margin-bottom: 30px;
}
.mainTop2a-center{
    font-size: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    opacity: 0.8;
}
.mainTop2a-centerSp{
    display: flex;
    align-items: center;
    margin-right: 20px;
}
.mainTop2a-center .mainTop2a-centerSp .yuan{
    width: 5px;
    height: 5px;
    background-color: #fff;
    border-radius: 50%;
    margin-right: 10px;
}
.mainTop2a-bottom{
    width: 103px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    margin: 0 auto;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #d2c9c9;
    line-height: 38px;
    text-align: center;
    border: 1px solid;
    margin-top: 66px;
}
.mainTop2a-bottom:hover{
    cursor: pointer;
    color: #fff;
} 
/* 第一部分 card1 */
.mainInfo-card1 {
    width: 1182px;
    display: flex;
    position: relative;
    margin: 0 auto;
    margin-top: 34px;
}

.card1-left {
    width: 742px;
    height: 420px;
    overflow: hidden;
    
}

.card1-left .card1-left-img1 {
    width: 100%;
}

.card1-left .card1-left-img2 {
    width: 46px;
    height: 46px;
    position: absolute;
    top: 187px;
    left: 348px;
    z-index: 999;
}

.card1-left span {
    font-size: 17px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    position: absolute;
    top: 8px;
    left: 20px;
    z-index: 999;
}

.card1-right {
    width: 459px;
    height: 414px;
    background: #FFFFFF;
    display: flex;
    flex-direction: column;
    padding: 15px 0 0 49px;
}

.card1-right .card1-sp1 {
    font-size: 33px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #000000;
    margin-bottom: 18px;
}

.card1-right .card1-sp2 {
    font-size: 21px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #000000;
    opacity: 0.56;
    margin-bottom: 11px;
}

.card1-list {
    width: 344px;
    display: flex;
    flex-direction: column;
}

.card1-item {
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #CDCBCEFF;
    /* padding-bottom: 10px; */
    margin-bottom: 12px;
    cursor: pointer;
    line-height: 35px;
}
.card1-item:hover{
    background: #000000;


}
.card1-item span:hover{
    color: #fff;
}
.card1-item span {
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #000000;
    flex: 4;
}

.card1-item img {
    width: 5px;
    height: 9px;
}

.card1-more {
    width: 359px;
    height: 46px;
    background: #000000;
    font-size: 13px;
    color: #FFFFFF;
    line-height: 46px;
    text-align: center;
    margin: 13px 0;
}
.card1-more:hover{
    cursor: pointer;
}

/* 第二部分 card2 */
.mainInfo-card2 {
    width: 1182px;
    display: flex;
    flex-direction: column;
    padding-top: 39px;
    overflow: hidden;
    position: relative;
    margin: 0 auto;

}
.mainInfo-card21{
    width: 1182px;
    display: flex;
    flex-direction: column;
    padding-top:20px;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
}

/* 轮播图 */
    .mainInfo-card2 .swiper-button-next1,
    .swiper-button-prev1 {
        background: #353333 !important;
        position: absolute !important;
        right: 43.3% !important;
        left: auto !important;
        top: 563px !important;
        width: 78px !important;
        height: 63px !important;
        outline: none;
        border-radius: 0;
    }

.mainInfo-card2 .swiper-button-next1,
.swiper-button-prev1::after {
    /* content: 'prev'; */
    color: #A6A6A6FF;
    font-size: 39px !important;
}

    .mainInfo-card2 .swiper-button-prev1,
    .swiper-button-next1 {
        background: #F8F8F8 !important;
        position: absolute !important;
        left: 43.5% !important;
        top: 563px !important;
        width: 78px !important;
        height: 63px !important;
        outline: none;
        border-radius: 0;
    }

.mainInfo-card2 .swiper-button-prev1,
.swiper-button-next1::after {
    /* content: 'next'; */
    color: #A6A6A6FF;
    font-size: 39px !important;
}

.card2-box {
    display: flex;
    width: 100%;
    justify-content: center;
}	

.card2-left {
    width: 962px;
    height: 565px;
    position: relative;
    display: flex;
}

.card2-left1 {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* .card2-left2 {
    width: 78px;
    height: 85px;
    background: #F8F8F8;
    position: absolute;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.card2-left2 img {
    width: 20px;
    height: 34px;
} */

.card2-right {
    width: 958px;
    height: 565px;
    position: relative;
}

.card2-right1 {
    width: 100%;
    height: 100%;
}

.card2-right2 {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 91px;
    left: 52px;
}

.card2-title {
    display: flex;
    align-items: center;
    position: relative;
    margin: 0 0 50px 0;
}

.card2-title .card2-img {
    width: 16px;
    height: 15px;
    position: absolute;
    top: -13px;
    left: -19px;
}

.card2-title .card2-sp {
    font-size: 24px;
    font-family: PingFang SC;
    /* font-weight: bold; */
    color: #FFFFFF;
}

.card2-title .card2-sp1 {
    width: 7px;
    height: 7px;
    background: #FFFFFF;
    opacity: 0.68;
    border-radius: 50%;
    margin: 0 20px;
}

.card2-title .card2-sp2 {
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    opacity: 0.46;
}

.card2-title .card2-img1 {
    width: 16px;
    height: 15px;
    position: absolute;
    bottom: -9px;
    right: 20px;
}

.card2-sp3 {
    font-size: 25px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #EEEBEEFF;
    margin: 45px 0 27px 0;
    font-weight: bold;
}

.card2-sp4 {
    width: 485px;
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #EEEBEEFF;
    line-height: 32px;
}

.card2-div {
    width: 164px;
    height: 44px;
    background: #FFFFFF;
    border-radius: 22px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #646464;
    line-height: 44px;
    text-align: center;
    margin-top: 44px;
}
.card2-div:hover{
    cursor: pointer;
}
/* .card2-div2 {
    width: 78px;
    height: 85px;
    background: #605D60FF;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 0;
    left: 0;
} */

/* .card2-div2 img {
    width: 20px;
    height: 34px;
} */

/* 第三部分 card3 */
.mainInfo-card3 {
    width: 1182px;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    margin-top: 34px;
}

.card3-t {
    display: flex;
    align-items: center;
}

.card3-title {
    font-size: 33px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #000000;
}

.card3Type {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-left: 70px;
}

.card3-activeTab1 {
    width: 68px;
    height: 1px;
    background: #000000;
    margin: 0 auto;
    position: absolute;
    top: 32px;
    left: 5px;
}

.card3Type a {
    font-size: 20px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #040606;
    margin-right: 56px;
    position: relative;
}
.card3Type a:hover{
    cursor: pointer;
}
.card3-nav {
    display: flex;
    margin-top: 38px;
}

.card3-left {
    width: 284px;
    height: 347px;
    display: flex;
    position: relative;
}

.card-banner {
    width: 284px;
    height: 347px;
    z-index: 0;
    overflow: hidden;
}

.card-banner .swiper-pagination-bullet {
    background: rgb(246, 240, 240);
}

.card-banner .swiper-pagination-bullet-active {
    background: #fff;
}

.card3-left .card-img {
    width: 284px;
    height: 347px;
}

.card3-tai {
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 24px;
    display: flex;
    flex-direction: column;
    opacity: 0.7;
    position: absolute;
    top: 40px;
    left: 22px;
}

.t1 {
    font-size: 12px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 24px;
    opacity: 0.7;
    display: flex;
    flex-direction: column;
}

.card3-time {
    position: absolute;
    top: 133px;
    left: 22px;

}

.card3-address {
    position: absolute;
    top: 190px;
    left: 22px;
}

.card3-dian {
    position: absolute;
    top: 261px;
    left: 22px;
}

.card3-center {
    width: 589px;
    height: 347px;
    display: flex;
    margin: 0 10px;
    position: relative;
}

.card3-center img {
    width: 100%;
}

.center1 {
    position: absolute;
    top: 20px;
    left: 28px;
    opacity: 0.7;
    display: flex;
    flex-direction: column;
}

.center1 span:nth-child(1) {
    font-size: 19px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 42px;
    cursor:pointer
}

.center1 span:nth-child(2) {
    font-size: 13px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
}

.center2 {
    font-size: 13px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    position: absolute;
    bottom: 46px;
    left: 29px;
    opacity: 0.7;
    cursor:pointer
}

.card3-right {
    width: 307px;
    height: 347px;
    background: #FFFFFF;
    padding: 35px 0 0 21px;
}

.right1 {
    font-size: 15px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #000000;
    line-height: 27px;
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}
.right1>span:hover{
    cursor: pointer;
}
.right1 span:last-child {
    font-size: 13px;
}

.card3-more {
    margin-top: 60px;
}
.card3-more:hover{
    cursor: pointer;
}
/* 第四部分 */
.mainInfo-card4 {
    width: 100%;
    background: #FFFFFF;
    margin: 76px 0 24px 0;
}

.card4Jie {
    width: 1198px;
    /* height: 372px; */
    margin: 0 auto;
    display: flex;
    padding-top: 58px;
}

.card4Jie-left {
    width: 630px;
    height: 372px;
    display: flex;
    flex-direction: column;
}

.card4Jie-title {
    font-size: 33px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #000000;
    margin-bottom: 18px;
}

.card4Jie-about {
    font-size: 21px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #000000;
    opacity: 0.56;
    margin: 1px 0 2px 0;
}

.card4Jie-text {
    width: 577px;
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #000000;
    line-height: 27px;
}

.card4Jie-ft {
    display: flex;
    justify-content: space-around;
    align-items: center;
    /* margin-top: 22px; */
}

.card4Jie-ft .ft1 {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.card4Jie-ft .ft1 .ft1-sp {
    font-size: 26px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #000000;
    line-height: 44px;
}

.card4Jie-ft .ft1 .ft1-sp>span {
    font-size: 16px;
}

.ft1-sp1 {
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #000000;
    opacity: 0.79;
}

.card4Jiei-right {
    width: 568px;
    height: 422px;
}

/* 轮播图 */

.card4Jiei-right .swiper-pagination-bullet {
    background: rgb(246, 240, 240);
    padding: 5px;
    margin: 0 17px !important;
}

.card4Jiei-right .swiper-pagination-bullet-active {
    background: #fff;
    padding: 0px;
}

.card4Jiei-right .swiper-pagination-bullet-active::after {
    content: '';
    position: absolute;
    top: -10px;
    left: -9px;
    border-radius: 50%;
    border: 1px solid #fff;
    padding: 12px;
    z-index: 9;
}

.card4Jiei-right img {
    width: 100%;
}


/* 尾部 */
.fot {
    width: 100%;
    /* height: 576px; */
    background: #000000;
}

.fot1 {
    width: 1198px;
    /* height: 372px; */
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    padding-top: 50px;
    box-sizing: border-box;
}

.fot1Top-left>ul>li {
    text-decoration: none;
    list-style: none;
    font-style: none;
    background: none;
    font-size: 15px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #aca6a6;
    line-height: 40px;
}

.fot1Top-left>ul>li>.co1 {
    color: #fff;
}

.fot1Top {
    width: 100%;
    display: flex;
}

.fot1Top-left {
    width: 630px;
    display: flex;
    justify-content: space-around;
}

.fot1Top-right {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    padding-left: 100px;
}

.fot1Top-sp1 {
    font-size: 17px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 40px;
}

.fot1Top-sp2 {
    font-size: 15px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 40px;
    opacity: 0.62;
}

.fot1Top-right img {
    width: 120px;
    height: 130px;
    border-radius: 4px;
    margin-top: 23px;
    margin-right: 20px;
}

.fot1-bottom {
    display: flex;
    justify-content: space-between;
    margin-top: 113px;
    border-bottom: 1px solid #676262;
    padding-bottom: 24px;
}

.fot1-left {
    width: 130px;
    height: 29px;
}

.fot1-left img {
    width: 100%;
}

.fot1-right {
    width: 300px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.fot1-right .fot1-Img1 {
    width: 9px;
    height: 19px;
}

.fot1-right .fot1-Img2 {
    width: 21px;
    height: 18px;
}

.fot1-right .fot1-Img3 {
    width: 19px;
    height: 19px;
}

.fot1-right .fot1-Img4 {
    width: 22px;
    height: 17px;
}

.fot1-right .fot1-Img5 {
    width: 21px;
    height: 17px;
}

.fot1-bottom1 {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}

.fot1-bottom1 span {
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 31px;
    opacity: 0.6;
}

.fot1Top-left>ul>li>a:hover {
    color: #FFFFFF;
    cursor: pointer;
}


/* 导航 */
.navigation {
    width: 76px;
    height: 308px;
    position: fixed;
    top: 300px;
    right: 0;
    z-index: 999;
}

.navigation1 {
    width: 76px;
    height: 75px;
    background: #262626;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1px;
    position: relative;
    cursor:pointer;
}

.navigation1 .navigation1-img1 {
    width: 34px;
    height: 30px;
    /* width:50px;
    height:50px; */
}

.navigation1 .navigation1-img2 {
    width: 29px;
    height: 29px;
    /* width:40px;
    height:40px; */
}

.navigation1 .navigation1-img3 {
    width: 31px;
    height: 28px;
    /* width:40px;
    height:40px; */
}

.navigation1 .navigation1-img4 {
    width: 27px;
    height: 45px;
    /* width: 31px;
    height: 47px; */
}

.wx {
    width:120px;
    height:120px;
    position: absolute;
    top: 4px;
    right: 95px;
    display: none;
}

.wx img {
    width: 100%;
}

.phone {
    width: 186px;
    height: 106px;
    background: url(../images/homePag/phone1.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: -12px;
    right: 79px;
    display: flex;
    text-align: center;
    line-height: 106px;
    align-items: center;
    justify-content: center;
    display: none;
    color: #fff;
    font-size: 20px;
}