/* main */

.text1 {
    /* top: 200px; */
    top: 40%;
}

.text2 {
    /* top: 280px; */
    top: 54%;
}

.btnCall {
    top: 482px;
    display: none;
}

#play {
    top: 66%;
}

.s-center-c {
    position: relative;
    width: 1200px;
    margin: 0 auto;
    height: 100%;
}

.pcBanneTemp {
    display: block;
}

.mobileBanneTemp {
    display: none;
}


/* section2 star*/

.section1 {
    padding: 32px 0;
}

.section1 .h-group {
    margin-left: 32px;
    margin-bottom: 32px;
}

.section1 .h-group h2,
.section1 .h-group h1 {
    text-align: left;
}

.section1 .Box {
    position: relative;
}

.section1 .video-container {
    position: absolute;
    top: 0;
    right: 32px;
    width: 525px;
    height: 355px;
}

.section1 .iframeVideo {
    width: 100%;
    height: 100%;
}

.section1 .video-container video {
    /* width: 525px;
    height: 355px; */
}

.section1 .section1-about-container {
    padding: 24px 32px 34px 32px;
    background: #FFFFFF;
    box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.04);
    border-radius: 8px;
}

.section1 .a-info-content {
    max-width: 581px;
}

.section1 .a-info-content span {
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #6D7278;
    line-height: 22px;
    letter-spacing: 1px;
    text-indent: 24px;
    display: inline-block;
}

.section1 .a-info-bottom {
    display: flex;
}


/* .section1 .a-info-content span:first-child{
	text-indent: 24px;
	display: inline-block;
} */

.section1 .b-lfet-btn {
    display: flex;
    justify-self: center;
    align-self: center;
    margin-right: 80px;
    cursor: pointer;
}

.section1 .b-lfet-btn:hover p {
    background-color: #DDB96C;
    color: #fff;
}

.section1 .b-lfet-btn p {
    border-radius: 4px;
    border: 1px solid #DDB96C;
    padding: 10px 32px 10px 16px;
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #DDB96C;
    position: relative;
}

.section1 .b-lfet-btn p::after {
    content: '>';
    position: absolute;
    right: 16px;
    font-size: 15px;
}

.section1 .innerUl {
    margin-top: 32px;
    text-align: center;
    flex: 1;
    min-width: 0;
}

.section1 .innerUl li {
    /* width: 250px; */
    padding: 0 24px;
    position: relative;
}

.section1 .innerUl h1 {
    font-size: 19px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #DBB76B;
    line-height: 27px;
    margin-bottom: 8px;
}

.section1 .innerUl h2 {
    font-size: 13px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #6D757A;
    line-height: 18px;
}


/* section1 end*/


/* section2 star*/

.section2 {
    padding: 24px 0;
}

.section2 .Box {
    position: relative;
    overflow: hidden;
}

.section2 .h-group {
    margin-bottom: 24px;
}

.section2 .h-group h2,
.section2 .h-group h1 {
    text-align: left;
}

.section2 .right-tab-c {
    position: absolute;
    right: 20px;
    top: 20px;
    display: flex;
}

.section2 .right-tab-c p {
    font-size: 24px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #6D7278;
    line-height: 33px;
    letter-spacing: 1px;
    position: relative;
    cursor: pointer;
    margin-right: 32px;
}

.section2 .right-tab-c p:last-of-type {
    margin-right: 0;
}

.section2 .right-tab-c p.tabselect {
    color: #DDB96C;
}


/* .section2 .right-tab-c p.tabselect::after{
	position: absolute;
	bottom: -10px;
	left: 0;
	content: "";
	width: 100%;
	height: 3px;
	background:#DDB96C;
	transition: all .3s;
} */

.section2 .right-tab-c .tabLine {
    height: 3px;
    background: #DDB96C;
    transition: all .3s;
    position: absolute;
    width: 106px;
    bottom: -10px;
    left: 0;
    transform: translateX(0);
}

.section2 .tab-lfet-img {
    position: relative;
    display: flex;
}

.section2 .tab-lfet-img .leftPlaceImg {
    width: 290px;
    height: auto;
}

.section2 .tab-lfet-img .bespreadBtnClass {
    position: absolute;
    top: 57%;
    left: 24px;
    border-color: #fff;
    background-color: transparent;
    cursor: pointer;
}

.section2 .tab-info-bottom .disflex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    box-shadow: 0px 8px 20px 0px rgb(0 0 0 / 4%);
}

.section2 .li-b-container h1 {
    font-size: 24px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #6D7278;
    line-height: 33px;
    letter-spacing: 1px;
    margin-bottom: 8px;
}

.section2 .li-b-container h2 {
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #6D7278;
    line-height: 22px;
    letter-spacing: 1px;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.section2 .li-b-btm {
    margin-top: 22px;
    display: flex;
    opacity: 0;
    justify-content: space-between;
    transition: all .3s;
}

.section2 .li-b-btm p {
    cursor: pointer;
}

.section2 .tab-info-bottom .disflex .rightflex {
    width: 31%;
    text-align: center;
    padding: 16px;
    border: 1px solid #EDEFF1;
    margin-bottom: 16px;
    transition: all .5s;
    height: 286px;
    position: relative;
    top: 0;
}

.section2 .tab-info-bottom .disflex .rightflex:hover {
    /* box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.1); */
    /* box-shadow: 0px 10px 50px 0px rgb(39 39 39 / 11%); */
    top: -4px;
    box-shadow: 0 8px 40px rgb(0 0 0 / 10%);
    background: #fff;
}

.section2 .tab-info-bottom .disflex .rightflex:hover .li-b-btm {
    opacity: 1;
}

.section2 .tab-info-bottom .disflex .rightflex .li-b-container img {
    width: 60px;
    height: auto;
    margin-bottom: 24px;
}

.section2 .section2-tab-container {
    /* display: flex;
	width: 2400px;
	overflow: hidden; */
}

.section2 .tab-info-bottom {
    display: none;
    /* transition: all 1s;
	transform: translateX(0);
	width: 1200px;
	display: flex; */
}

.section2 .tabContentselect {
    display: flex;
}


/* section2 end*/


/* section3 star*/

.section3 {
    padding: 65px 0 32px 0;
    background-image: url('/assets/img/index/tab-bg-ge.png');
    background-size: cover;
    transition: all .3s;
}

.section3 .Box {
    position: relative;
}

.section3 .h-group h2,
.section3 .h-group h1 {
    text-align: left;
}

.section3 .h-group {
    margin-bottom: 35px;
}

.section3 .h-group h1 {
    color: #FFFFFF;
}

.section3 .h-group h2 {
    color: #FFFFFF;
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
}

.section3 .right-btn-c .bespreadBtnClass {
    position: absolute;
    top: 30px;
    right: 0;
    border-color: #fff;
    background-color: transparent;
    cursor: pointer;
}

.section3 .right-btn-c:hover p {
    background-color: #DDB96C;
    color: #fff;
    border-color: #DDB96C;
}

.section3-info-container {}

.section3-info-container .way-tab-container {
    height: 72px;
    line-height: 72px;
}

.way-tab-container ul {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid rgb(255 255 255 / 40%);
    padding: 0 24px;
}

.way-tab-container li {
    padding: 0 12px;
    font-size: 18px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #ffffff;
    cursor: pointer;
    z-index: 10;
}

.way-tab-container li.tabActive {
    /* background: #DDB96B; */
    color: #DDB96C;
    font-size: 24px;
    font-weight: 600;
    position: relative;
}


/* .section3 .way-tab-container li.tabActive::after{
	width: 0px;
    height: 0px;
    border-width: 12px;
    border-style: solid;
    border-color: #e1bc6d transparent transparent transparent;
    position: absolute;
    content: ' ';
    left: 39px;
    bottom: -20px;
} */

.wayBlockBtm {
    /* background: #DDB96B; */
    color: #ffffff;
    font-size: 24px;
    font-weight: 600;
    position: absolute;
    z-index: 0;
    width: 120px;
    height: 72px;
    left: 0px;
    transition: all .3s;
    transform: translateX(24px);
}

.wayBlockBtm::after {
    width: 100%;
    height: 4px;
    position: absolute;
    content: ' ';
    left: 0;
    bottom: 0px;
    background: #edc571;
}

.section3-info-container .way-block-info {
    background-color: #ffffff00;
    overflow: hidden;
    /* opacity: 0; */
}

.way-block-info .b-ge-container {
    padding: 24px 24px 32px 24px;
    display: none;
}

.section3 .tab-info-content {
    display: flex;
    align-items: center;
}

.way-block-info .wayTabContent {
    display: block;
}

.b-ge-container .w-top-info {
    /* display: flex; */
    /* margin-bottom: 24px; */
    position: relative;
    margin-right: 24px;
    padding-right: 24px;
    width: 650px;
}

.section3 .centerLine {
    height: 100%;
    background: linear-gradient(#b3b3b300 0%, #C8C8C8 60%, #ffffff00 80%, #ffffff00 100%);
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
}

.w-top-info .top-left-info {
    position: relative;
}

.w-top-info .top-left-info h1 {
    font-size: 28px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #ffffff;
    line-height: 40px;
    margin-bottom: 26px;
}

.w-top-info .top-left-info p {
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #ffffff;
    line-height: 22px;
}

.w-btm-info {
    display: flex;
    flex: 1;
    flex-wrap: wrap;
    align-items: center;
}

.w-btm-info img,
.w-btm-info p {
    /* height: 100%; */
    width: 155px;
    height: 55px;
    margin-right: 4px;
    margin-bottom: 12px;
}

.w-btm-info img.lmOhterImg {
    width: 155px;
    height: 55px;
    margin: 0;
    margin-right: 1%;
    margin-bottom: 12px;
}

.w-btm-info img.lmOhterImg:last-of-type {
    margin-right: 0;
}

.section3 .btm-left-info {
    margin-top: 32px;
}

.section3 .btm-left-info p {
    padding: 12px 24px;
    background: linear-gradient(270deg, #FFD377 0%, #DBB76B 100%);
    border-radius: 4px;
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 22px;
    display: inline-block;
    cursor: pointer;
}

.w-btm-info .btm-right-text {
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #ffffff;
    line-height: 55px;
    text-align: center;
}


/* section3 end*/


/* section 4 star */


/* 新闻 star */

.section4 {
    padding: 32px 0;
    background-color: #ffffff;
}

.section4 .Box {
    position: relative;
}

.section4 .h-group h2,
.section4 .h-group h1 {
    text-align: left;
}

.section4 .h-group {
    margin-bottom: 35px;
}

.section4 .right-btn-c .piercedBtnClass {
    position: absolute;
    top: 30px;
    right: 0;
    background-color: transparent;
    cursor: pointer;
}

.section4 .right-btn-c .piercedBtnClass:hover {
    background-color: #DDB96C;
    color: #ffffff;
}

.section4 .right-btn-c:hover p {
    background-color: #DDB96C;
    color: #fff;
}

.section4 .infoTopImg {
    position: relative;
}

.section4 .infoTopImg img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.section4 .infoTopImg .imgTopText {
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 20px;
    padding: 8px 16px;
    position: absolute;
    background: linear-gradient(270deg, #FFD377 0%, #DBB76B 100%);
    left: 0;
    top: 0;
}

.section4 .b-info-content {
    padding: 16px 14px;
    height: 225px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.section4 .b-info-content h3 {
    font-size: 18px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #2F3131;
    line-height: 28px;
    margin-bottom: 24px;
}

.section4 .b-info-content .i-content-text {
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #6D757A;
    line-height: 22px;
    margin-bottom: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.section4 .b-info-content .i-content-time {
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #6D757A;
    line-height: 22px;
}

.section4 ul {
    margin-top: 28px;
}

.section4 ul li {
    width: 382px;
    box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.04);
    border-radius: 4px;
    position: relative;
    transition: all .3s;
    top: 0;
}

.section4 ul li:hover {
    top: -4px;
    box-shadow: 0 8px 40px rgb(0 0 0 / 10%);
}

.section4 ul li dl {
    background-color: #FFFFFF;
    padding-top: 10px;
}

.section4 ul li dl dd {
    padding: 10px;
}

.section4 ul li dl dd .title {
    width: 248px;
    font-size: 18px;
    font-weight: 500;
    color: rgba(47, 49, 49, 1);
    line-height: 28px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.section4 ul li dl a:hover {
    cursor: pointer;
}

.section4 ul li dl a:hover .title {
    color: #DDB96C;
}

.section4 ul li dl dd .time {
    font-size: 16px;
    margin-top: 8px;
    font-weight: 400;
    color: rgba(109, 117, 122, 1);
    line-height: 22px;
}

.section4 .newBnt {
    width: 88px;
    height: 58px;
    overflow: hidden;
}

.section4 .newBnt img {
    width: 88px;
    height: 58px;
    object-fit: cover;
}

.section4 .last a {
    font-size: 14px;
    font-weight: 400;
    color: rgba(189, 194, 200, 1);
}

.section4 .last img {
    margin-left: 8px;
}


/* section5 */

.section5 {
    padding: 32px 0 48px 0;
}

.section5 .Box {
    position: relative;
}

.section5 .h-group h2,
.section5 .h-group h1 {
    text-align: left;
    margin-left: 17px;
}

.section5 .h-group h2 {
    font-size: 16px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #6D7278;
    line-height: 22px;
    letter-spacing: 1px;
}

.section5 .h-group {
    margin-bottom: 32px;
}

.section5 .right-btn-text {
    position: absolute;
    top: 50px;
    right: 0;
    font-size: 18px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.5);
    line-height: 25px;
}

.section5 .section5Img {
    width: 100%;
}

.section5 .customContent {
    /* padding-bottom: 88px; */
}

.section5 .selectMoreBtm {
    display: none;
    position: absolute;
    bottom: -18px;
    left: 50%;
    transform: translateX(-50%);
}

.section5 .c-remind-text {
    font-size: 16px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.5);
    line-height: 22px;
    text-align: right;
}

.c-btm-content .b-r-block {
    background: #FFFFFF;
    box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
    padding: 12px 24px;
    display: inline-block;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    cursor: pointer;
}

.c-btm-content .b-r-block span {
    font-size: 28px;
    font-family: AlibabaPuHuiTi-Regular, AlibabaPuHuiTi;
    font-weight: 400;
    color: #6D7278;
    line-height: 38px;
    letter-spacing: 1px;
    margin-right: 12px;
}

.c-btm-content .b-r-block img {
    width: 23px;
    height: 19px;
}

.section5 .logo_wrap {
    position: relative;
    /* width: 1200px; */
    width: 100%;
    height: 497px;
    overflow: hidden;
    margin: 0 auto;
    font-size: 0;
}

.section5 .logo_wrap .mask {
    position: absolute;
    z-index: 10;
    height: 100%;
}

.section5 .logo_wrap .left_mask {
    left: 0;
}

.section5 .logo_wrap .right_mask {
    right: 0;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

@keyframes scrollToRight {
    from {
        -webkit-transform: translate3d(-50%, 0, 0);
        transform: translate3d(-50%, 0, 0);
    }
    to {
        -webkit-transform: translate3d(0%, 0, 0);
        transform: translate3d(0%, 0, 0);
    }
}

.section5 .logo_wrap .line_odd {
    width: 3976px;
    -webkit-animation: scrollToRight 36s linear infinite;
    animation: scrollToRight 36s linear infinite;
}

.section5 .logo_wrap .line_odd .logo_img,
.section5 .logo_wrap .line_even .logo_img {
    width: 50%;
    display: inline-block;
    margin-bottom: -35px;
    margin-right: -35px;
}

.section5 .logo_wrap .line_even {
    width: 3976px;
    -webkit-animation: scrollToRight 30s linear infinite;
    animation: scrollToRight 30s linear infinite;
}

.section5 .section5 .section5
/* section5  end*/


/* section6  s*/

.section6 {
    position: relative;
}

.section6 .fBannerInfo {
    position: relative;
    height: 298px;
    overflow: hidden;
    display: block!important;
}

.section6 .fBannerInfo img {
    height: 298px;
    width: 100%;
    object-fit: cover;
}

.section6 .fBannerInfo div.w100 {
    position: absolute;
    z-index: 100;
    top: 72px;
    text-align: center;
}

.section6 .fBannerInfo p {
    font-size: 32px;
    font-weight: 600;
    color: rgba(255, 255, 255, 1);
}

.section6 .fBannerInfo button {
    cursor: pointer;
    margin-top: 40px;
    width: 120px;
    height: 46px;
    border-radius: 4px;
    border: none;
    font-size: 16px;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    background: #DBB76B;
}


/* section6 e */


/* section7 */

.section7 {
    padding: 32px 0 48px 0;
    background-color: #F2F7FF;
}

.section7 .Box {
    position: relative;
}

.section7 .h-group h2,
.section7 .h-group h1 {
    text-align: center;
    /* margin-left: 17px; */
}

.section7 .h-group h2 {
    font-size: 16px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #6D7278;
    line-height: 22px;
    letter-spacing: 1px;
}

.section7 .h-group {
    margin-bottom: 32px;
}

.section7 .container {
    width: 1900px;
    margin-right: auto;
    margin-left: auto;
}

.section7 .col-md-12 {
    width: 100%;
}

.section7 .section7
/* section7  end*/


/* 新闻 end */


/* mian */

.innerH1 {
    text-align: center;
    font-size: 32px;
    font-weight: 600;
    color: #DDB96C;
    line-height: 45px;
}

.innerP {
    text-align: center;
    font-size: 24px;
    font-weight: 400;
    color: rgba(109, 117, 122, 1);
    line-height: 33px;
    margin-top: 8px;
}

.slide_tips {
    display: block;
    width: 30px;
    height: 57px;
    position: absolute;
    left: 0;
    bottom: 20px;
    z-index: 2;
    width: 100%;
    text-align: center;
}

.slide_tips .s_line {
    display: block;
    width: 2px;
    height: 32px;
    border-radius: 2px;
    position: absolute;
    left: 50%;
    margin-left: -1px;
    top: 0px;
    background: #fff;
    animation: a_banner_s_line 3s 0.3s linear both infinite;
    -webkit-animation: a_banner_s_line 3s 0.3s linear both infinite;
    -ms-animation: a_banner_s_line 3s 0.3s linear both infinite;
    -moz-animation: a_banner_s_line 3s 0.3s linear both infinite;
    -o-animation: a_banner_s_line 3s 0.3s linear both infinite;
}

@keyframes a_banner_s_line {
    0% {
        transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform-origin: 50% 100%;
        -webkit-transform-origin: 50% 100%;
        -ms-transform-origin: 50% 100%;
        -moz-transform-origin: 50% 100%;
        -o-transform-origin: 50% 100%;
        opacity: 1;
    }
    20% {
        transform: scale(1, 0.01);
        -webkit-transform: scale(1, 0.01);
        -ms-transform: scale(1, 0.01);
        -moz-transform: scale(1, 0.01);
        -o-transform: scale(1, 0.01);
        transform-origin: 50% 100%;
        -webkit-transform-origin: 50% 100%;
        -ms-transform-origin: 50% 100%;
        -moz-transform-origin: 50% 100%;
        -o-transform-origin: 50% 100%;
        opacity: 1;
    }
    30% {
        transform: scale(1, 0.01);
        -webkit-transform: scale(1, 0.01);
        -ms-transform: scale(1, 0.01);
        -moz-transform: scale(1, 0.01);
        -o-transform: scale(1, 0.01);
        transform-origin: 50% 100%;
        -webkit-transform-origin: 50% 100%;
        -ms-transform-origin: 50% 100%;
        -moz-transform-origin: 50% 100%;
        -o-transform-origin: 50% 100%;
        opacity: 0;
    }
    31% {
        transform: scale(1, 0.01);
        -webkit-transform: scale(1, 0.01);
        -ms-transform: scale(1, 0.01);
        -moz-transform: scale(1, 0.01);
        -o-transform: scale(1, 0.01);
        transform-origin: 50% 0;
        -webkit-transform-origin: 50% 0;
        -ms-transform-origin: 50% 0;
        -moz-transform-origin: 50% 0;
        -o-transform-origin: 50% 0;
        opacity: 0;
    }
    50% {
        transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform-origin: 50% 0;
        -webkit-transform-origin: 50% 0;
        -ms-transform-origin: 50% 0;
        -moz-transform-origin: 50% 0;
        -o-transform-origin: 50% 0;
        opacity: 1;
    }
    100% {
        transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform-origin: 50% 100%;
        -webkit-transform-origin: 50% 100%;
        -ms-transform-origin: 50% 100%;
        -moz-transform-origin: 50% 100%;
        -o-transform-origin: 50% 100%;
        opacity: 1;
    }
}

.slide_tips .txt {
    display: block;
    width: 100%;
    position: absolute;
    left: 0;
    text-align: center;
    bottom: 0px;
    font-size: 12px;
    letter-spacing: 2px;
    color: #fff;
}


/* .innerUl {
	flex-wrap: wrap;
} */


/* 轮播 s */

.b-container-text {
    width: auto;
    position: absolute;
    top: 178px;
    left: 50%;
    height: auto;
    text-align: center;
    z-index: 9999;
    padding: 0;
    transform: translateX(-50%);
}

.blockTemplLeft {
    left: 0;
    transform: translateX(0);
}

.blockTemplLeft .ban-btn {
    text-align: left;
}

.b-container-text .pcBannText {
    width: 601px;
    height: 100%;
}

.b-container-text p.text1 {
    font-weight: bold;
    color: #FFD479;
    line-height: 158px;
    letter-spacing: 6px;
    margin-bottom: 8px;
    font-size: 115px;
    letter-spacing: 8px;
}

.b-container-text p.text2 {
    font-family: AlibabaPuHuiTi-Medium, AlibabaPuHuiTi;
    color: #FFFFFF;
    margin-bottom: 12px;
    border-bottom: 1px solid rgb(246 246 246 / 50%);
    padding-bottom: 21px;
    font-size: 32px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 44px;
    letter-spacing: 2px;
}

.b-container-text p.text3 {
    font-size: 20px;
    font-family: AlibabaPuHuiTi-Medium, AlibabaPuHuiTi;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 27px;
    letter-spacing: 1px;
}

.b-container-text .downBanImg {
    width: 175px;
    height: 100%;
    margin-top: 56px;
    cursor: pointer;
}

.b-container-text .bannerBgImg {
    width: 603px;
    height: 100%;
}

.b-container-text .detailBtnImg {
    width: 140px;
    height: 100%;
    margin-right: 24px;
}

.b-container-text .playBtnImg {
    width: 61px;
    height: 100%;
}

.banRightImg {
    position: absolute;
    right: 0;
    /* right: 8%; */
    top: 60%;
    z-index: 10;
    width: 480px;
    transform: translateY(-50%);
    z-index: 1000;
}

.btn-info-c {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 90px;
}

.btn-info-c p {
    width: 140px;
    height: 46px;
    background: linear-gradient(164deg, #FFD57C 0%, #DBB76B 100%);
    border-radius: 56px 56px 56px 4px;
    text-align: center;
    line-height: 46px;
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    margin-right: 33px;
}


/* 其他端 */

@media (max-width:1780px) {
    .section7 .container {
        width: 100%;
    }
}


/* 其他端 */


/* 手机端 */

@media (max-width:1024px) {
    .section7 .container {
        width: 100%;
    }
    /* l轮播图 */
    .pcBanneTemp {
        display: none;
    }
    .mobileBanneTemp {
        display: block;
    }
    .b-container-text p.text1 {
        font-size: 28px;
        top: 35%!important;
        line-height: inherit;
        margin-bottom: 12px;
    }
    .bannerTop img.banBgImg {
        width: 100vw;
        height: 100%;
        left: 0;
        top: 0;
        margin-left: 0;
    }
    .b-container-text p.text2 {
        font-size: 20px;
        top: 46%!important;
        padding: 0;
        line-height: initial;
        margin-bottom: 8px;
    }
    .b-container-text .downBanImg {
        margin-top: 62px;
        width: 134px;
    }
    .b-container-text p.text3 {
        font-size: 12px;
    }
    .b-container-text .bannerBgImg {
        width: 301px;
        height: 100%;
    }
    .b-container-text .detailBtnImg {
        margin-right: 0;
        margin-bottom: 24px;
    }
    .banRightImg {
        width: 160px;
        top: 50px;
        right: 0%;
        transform: translateX(-50%);
        display: none;
    }
    .b-container-text .mobileBannText {
        width: 180px;
        height: 100%;
    }
    .b-container-text {
        /* text-align: center;
		top: 160px;
		left: 50%;
		transform: translateX(-50%); */
        padding: 0 20px;
    }
    .btn-info-c {
        margin-top: 46px;
        flex-direction: column;
    }
    #myswiper1 {
        position: relative;
        height: 512px;
    }
    .s-center-c {
        position: relative;
        width: 100%;
        margin: 0 auto;
        height: 100%;
    }
    /* #play {
        display: none;
    } */
    .btnCall {
        display: none;
        top: 58%;
        border-radius: 36px;
    }
    /* 内容部分 */
    .innerUl {
        display: inherit;
    }
    .innerUlLi {
        box-sizing: border-box;
        margin: 15px;
        width: auto;
    }
    .innerUlLi .innerImgBox {
        width: 100%;
    }
    .innerH1 {
        font-size: 24px;
        line-height: normal;
    }
    .innerP {
        font-size: 12px;
        margin-top: 0;
    }
    .section3 .innerUl h1 {
        font-size: 16px;
    }
    .section3 .innerUl h2 {
        font-size: 13px;
    }
    .bor {
        display: none;
    }
    .section2 .h-group h2,
    .section2 .h-group h1 {
        text-align: center;
    }
    .section2 .h-group {
        margin-bottom: 16px;
    }
    .section2 .right-tab-c {
        position: relative;
        right: 0;
        top: 0;
        display: flex;
        margin-bottom: 30px;
        justify-content: center;
    }
    .section2 .right-tab-c .tabLine {
        transform: translateX(0);
    }
    .section2 .innerUlLi .innerImgBox span {
        top: 53px;
    }
    .section2 .innerUlLi .innerImgBox em {
        top: 106px;
    }
    .section2 .tab-info-bottom .disflex {
        padding: 12px;
    }
    .section2 .tab-info-bottom .disflex .rightflex {
        width: 45%;
        text-align: center;
        padding: 16px;
        border: 1px solid #EDEFF1;
        margin-bottom: 16px;
        transition: all .5s;
        height: auto;
        position: relative;
        top: 0;
    }
    .section2 .tab-info-bottom .disflexl .rightflex .li-b-container img {
        width: 40px;
        margin-bottom: 12px;
    }
    .section2 .li-b-container h1 {
        font-size: 19px;
    }
    .section2 .li-b-container h2 {
        font-size: 14px;
    }
    .section2 .tab-lfet-img {
        display: none;
    }
    .section2 .li-b-btm {
        opacity: 1;
        margin-top: 12px;
        flex-wrap: wrap;
    }
    .section2 .right-tab-c p {
        font-size: 18px;
    }
    .piercedBtnClass,
    .bespreadBtnClass {
        min-width: 130px;
        padding: 6px 24px 6px 12px;
        margin-top: 8px;
    }
    .mobile-b-a {
        top: 150px;
    }
    .section3 {
        padding: 0;
    }
    .section3 .Box {
        padding: 12px 8px;
    }
    .section3 .innerUl {
        overflow: hidden;
        padding: 0 15px;
        margin: 0;
        box-sizing: border-box;
        display: flex;
        flex-wrap: wrap;
    }
    .section3 .h-group {
        margin-bottom: 12px;
    }
    .section3 .h-group h1 {
        font-size: 24px;
    }
    .section3 .h-group h2,
    .section3 .h-group h1 {
        text-align: center;
    }
    .section3 .right-btn-c {
        text-align: center;
        display: none;
    }
    .section3 .right-btn-c .bespreadBtnClass {
        top: 0;
        right: 0;
        position: relative;
        display: inline-block;
    }
    .section3 .innerUl li {
        /* flex: 1; */
        /* float: left; */
        margin-top: 30px;
        padding: 0 15px;
        width: 50%;
    }
    .section3-info-container .way-tab-container {
        overflow-x: scroll;
        height: 49px;
        line-height: 48px;
        margin-top: 12px;
    }
    .way-tab-container li.tabActive {
        font-size: 22px;
    }
    .way-tab-container li {
        font-size: 16px;
    }
    .wayBlockBtm {
        height: 48px;
        width: 108px;
    }
    .way-tab-container ul {
        width: 890px;
        /* overflow: hidden; */
        position: relative;
    }
    .section3 .tab-info-content {
        flex-wrap: wrap;
    }
    .w-top-info .top-left-info h1 {
        margin-bottom: 12px;
        font-size: 22px;
    }
    .b-ge-container .w-top-info {
        margin: 0;
        padding: 0;
    }
    .section3 .centerLine {
        display: none;
    }
    .section3 .btm-left-info {
        margin-top: 16px;
    }
    .w-btm-info {
        margin-top: 12px;
    }
    .w-btm-info img,
    .w-btm-info p {
        width: 48%;
    }
    .section4 {
        padding: 24px 0;
    }
    .section4 .h-group {
        margin-bottom: 24px;
    }
    .section4 .b-info-content {
        height: auto;
    }
    .section4 .h-group h2,
    .section4 .h-group h1 {
        text-align: center;
    }
    .section4 .right-btn-c {
        text-align: center;
    }
    .h-group h1 {
        font-size: 26px;
    }
    .section6 .fBannerInfo {
        height: 188px;
    }
    .section6 .fBannerInfo img {
        height: 188px;
        width: 100vw;
    }
    .section6 .fBannerInfo div.w100 {
        top: 50%;
        transform: translateY(-50%);
        padding: 0 14px;
    }
    .section6 .fBannerInfo p {
        font-size: 20px;
    }
    .section6 .fBannerInfo button {
        margin-top: 18px;
        width: 80px;
        height: 38px;
        font-size: 14px;
        border-radius: 4px;
        font-weight: 400;
    }
    .section4 .right-btn-c .piercedBtnClass {
        position: relative;
        top: 0;
        right: 0;
        cursor: pointer;
        display: inline-block;
    }
    .section4 ul {
        display: inherit;
        margin: 0 15px;
    }
    .section4 ul li {
        width: 100%;
        margin-top: 15px;
    }
    .section4 .newsImg {
        width: 100%;
    }
    .section4 .newBnt img {
        width: 100%;
    }
    .section4 ul li dl dd .title {
        width: 218px;
    }
    .section5 {
        padding: 24px 0 32px 0;
    }
    .section5 .h-group h2,
    .section5 .h-group h1 {
        text-align: center;
        margin-left: 0;
    }
    .section5 .h-group {
        margin-bottom: 20px;
    }
    .section5 .right-btn-text {
        position: relative;
        top: 0;
        right: 0;
        text-align: center;
        font-size: 14px;
        display: none;
    }
    .section5 .logo_wrap {
        width: 100%;
    }
    .section5 .c-remind-text {
        text-align: center;
    }
    .kehu img {
        width: 100vw;
    }
    .innerUlLi .ulSon li button {
        display: block;
        box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.04);
    }
    .innerUlLi .ulSon li.active {
        background-color: #fff;
    }
    .mobile-img {
        display: block;
    }
    .web-img {
        display: none;
    }
    .content-img {
        width: 100vw;
    }
    .tContentLi {
        display: none;
    }
    .tabContainer {
        display: flex;
        justify-content: space-around;
        margin: 15px;
        text-align: center;
        /* background: #eaeaea; */
    }
    .tabItemContent {
        flex: 1;
        height: 40px;
        line-height: 40px;
        font-size: 14px;
        position: relative;
    }
    .tabItemContent p {
        width: auto;
        display: inline-block;
        position: relative;
    }
    .tabItemSelect {
        color: #DDB96C;
    }
    .tabItemSelect .tabLine {
        position: absolute;
        bottom: 4px;
        background: #DDB96C;
        width: 100%;
        height: 2px;
        right: 0;
        /* transform: translate(-100%,0); */
    }
    .tabContentSelect {
        display: block;
    }
    .lianxiwomen {
        display: block;
    }
    .lianxibg {
        display: block;
    }
    .sectionFrom .from-container {
        position: fixed;
        padding: 32px 20px 20px 20px;
        border-radius: 6px;
    }
    input {
        border: 1px solid #979797;
        border-radius: 4px;
        padding: 0px;
    }
    .from-container h1 {
        font-size: 18px;
        line-height: 38px;
        margin-bottom: 12px;
        margin-top: -20px;
    }
    .contactFrom label {
        margin-bottom: 24px;
        padding: 10px 12px;
        display: flex;
        align-items: center;
    }
    .contactFrom label span {
        margin-right: 12px;
        width: 64px;
    }
    .contactFrom .f-btn-c2 {
        padding: 0;
        margin: 0;
    }
    .relation-link {
        display: block;
    }
}

@media (max-width:1024px) {}