html {
    font-size: calc(100vw / 7.5);
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

body {
    padding-top: 120rem;
    /* 正文文字兜底最小14px*/
    font-size: max(14px, 0.32rem);
}

/*base*/
.flex {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.text1 {
    font-size: 14rem;
    font-weight: 400;
    color: #999999;
}

.text2 {
    /* position: relative; */
    font-size: 20rem;
    font-weight: 400;
    height: 100rem;
    color: #FFFFFF;
}

.text2>a {
    position: relative;
    display: block;
    height: 100rem;
    line-height: 100rem;
}

.text2>a::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 0;
    height: 3px;
    background: #6eb82c;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}


.text2:hover>a::after {
    width: 100%;
    margin-left: -50%;
}

.text2:hover a {
    color: #79C131;
}

.jcse .active a {
    color: #79C131;
}

.jcse .active>a::after {
    width: 100%;
    margin-left: -50%;
}


/*.header .text2:hover {
  color: #79C131;
  border-bottom: 4rem solid #79C131;
  border-radius: 2rem;
}*/

.text3 {
    font-size: 18rem;
    font-weight: 400;
    color: #333333;
}

.text4 {
    font-size: 20rem;
    font-weight: 400;
    color: #1B1A1A;
}

.text5 {
    font-size: 20rem;
    font-weight: 400;
    color: #F8FCF4;
    opacity: 0.7;
    padding: 10rem 0;
}

/*.choose.active  .text5{ font-weight:bold;}*/

.bold {
    font-weight: bold;
}

.view {
    width: 1920rem;
    height: 1080rem;
    position: relative;
}

.newview {
    width: 1920rem;
    /* min-height: 1080rem; */
    position: relative;
}

.h-20 {
    height: 20rem;
}

.w-148 {
    width: 148rem;
}

.w-225 {
    width: 225rem;
}

.w-520 {
    width: 520rem;
}



.w-1000 {
    width: 1000rem;
}

.w-full {
    width: 100%;
}

.flex-start {
    justify-content: flex-start;
}

.jcsb {
    justify-content: space-between;
}

.jcse {
    justify-content: space-between;
}

.ml-80 {
    margin-left: 80rem;
}

.ml-70 {
    margin-left: 70rem;
}

.ml-32 {
    margin-left: 32rem;
}

.ml-16 {
    margin-left: 16rem;
}

.mt-20 {
    margin-top: 20rem;
}

.p-36 {
    padding: 0 36rem;
}

.wh-20 {
    width: 20rem;
    height: 20rem;
}

.wh-36 {
    width: 36rem;
    height: 36rem;
    object-fit: cover;
    cursor: pointer;
}

/*.line1 {
    width: 1rem;
    height: 20rem;
    background: #FFFFFF;
    opacity: 0.4;
}*/

.line2 {
    width: 150rem;
    height: 1rem;
    background: #E1E2DB;
    border-radius: 1rem;
}

#icon1 {
    height: 100rem;
    object-fit: contain;
}

.p-r {
    position: relative;
}

.p-a {
    position: absolute;
}

.greenb {
    background: #79C131 !important;
}

.grayt {
    color: #707070 !important;
}

.blackt {
    color: #333333 !important;
}

/*base*/
#bg1 {
    background: url('../img/banner2.png') no-repeat;
    background-size: cover;
    background-position: center;
}

#bg2 .bgtext {
    font-size: 360rem;
    line-height: 360rem;
    font-weight: 900;
    color: rgba(240, 247, 243, .4);
    position: absolute;
    left: 0;
    top: 4vh;
    z-index: -1;
}

#bg3 {
    background: url('https://omo-oss-image.thefastimg.com/portal-saas/pg2025103120522163960/cms/image/c46aabab-9a26-488b-a06b-36d23bb1cae6.png') no-repeat;
    background-size: cover;
}

#bg4 {
    background: url('https://omo-oss-image.thefastimg.com/portal-saas/pg2025103120522163960/cms/image/3a2d2541-a567-44f6-b76c-198baeaf54ac.png') no-repeat;
    background-size: cover;
}

.header {
    width: 1920rem;
    min-height: 100rem;
    padding: 0 80rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    position: fixed !important;
    z-index: 999;
    box-sizing: border-box;
    top: 0;
}

.top_logo {
    float: left;
}

.top_cen {
    float: left;
}

.top_youce {
    float: right;
}





footer {
    width: 1920rem;
    height: 88rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    border-top: 1px solid #f6f6f6;
}

.icon1 {
    padding-left: 32rem;
    background: url('../img/icon/phone.png') no-repeat;
    background-size: 20rem;
}

.logo {
    width: 214rem;
    height: 60rem;
    object-fit: contain;
}

.selecthover:hover~.selsectbody,
.selsectbody:hover {
    display: block;
}

.selsectbody {
    top: 90rem;
    left: -76rem;
    display: none;
}

.selsectitem a {
    font-size: 16rem;
}

.selsectitem img {
    margin-right: 8rem;
    max-height: 24rem;
    width: 28rem;
}

.selsectcontent {
    background-color: #FFFFFF;
    position: relative;
    width: 200rem;
    border-radius: 8rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.selsectcontent::before {
    content: "";
    border: 9rem solid transparent;
    border-bottom: 8rem solid #FFFFFF;
    background: transparent;
    position: absolute;
    top: -17rem;
}

.selsectitem {
    width: 144rem;
    height: 50rem;
    /* padding-left: 30rem; */
    justify-content: flex-start;
}

/* .icon5 {
    background: url('../img/icon/icon5.png') no-repeat left center;
    background-size: contain;
}

.icon6 {
    background: url('../img/icon/icon6.png') no-repeat left center;
    background-size: contain;
} */

.btnlist {
    width: 1360rem;
    position: absolute;
    bottom: 84rem;
    left: calc(50% - 680rem);
}

.indexbtn {
    width: 340rem;
    height: 76rem;
    background: url('https://omo-oss-image.thefastimg.com/portal-saas/pg2025103120522163960/cms/image/6627572b-8443-42cf-96c0-e0be3ec15dd1.png') no-repeat;
    background-size: cover;
    border-radius: 76rem 0rem 76rem 0rem;
    /* margin-left: -20rem; */
    position: relative;
    cursor: pointer;
    justify-content: flex-start;
    background-position-x: -1px;
}


.logo_b2 {
    display: none;
}

.header.slideD {
    background: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.04);
}

.header.slideD .logo_b1 {
    display: none;
}

.header.slideD .logo_b2 {
    display: block
}

.header.slideD .text2 {
    color: #333333 !important;
}

.header:hover {
    background: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.04);
}

.header:hover .logo_b1 {
    display: none;
}

.header:hover .logo_b2 {
    display: block
}

.header:hover .text2 {
    color: #333333 !important;
}

.indexbtn2 {
    width: 340rem;
    height: 76rem;
    background: url('https://omo-oss-image.thefastimg.com/portal-saas/pg2025103120522163960/cms/image/c55a98e5-d1a6-42f6-88a0-90ab7e031ab5.png') no-repeat;
    background-size: cover;
    border-radius: 76rem 0rem 76rem 0rem;
    /* margin-left: -20rem; */
    position: relative;
    cursor: pointer;
}

.btnicon {
    width: 36rem;
    height: 40rem;
    padding-right: 5rem;
    /* margin-right: 12rem; */
    position: absolute;
    left: 50rem;
    top: 20rem;
    object-fit: contain;
}

.indexbtn .new-btnmark {
    margin-left: 100rem;
}

.arrow {
    width: 13rem;
    height: 8rem;
    padding-left: 10rem;
    position: absolute;
    top: 34rem;
    right: 50rem;
}

.font1 {
    font-size: 14rem;
    font-weight: 400;
    color: #F5F5F5;
    line-height: 29rem;
    opacity: 0.8;
    transform: rotateZ(-90deg);
    position: absolute;
    top: 120rem;
    left: 14rem;
    width: 170rem;
}

.line3 {
    width: 2rem;
    height: 337rem;
    background: #FFFFFF;
    position: absolute;
    left: 98rem;
    top: 255rem;
}

.line4 {
    width: 2rem;
    height: 561rem;
    background: #EBEBED;
    opacity: 0.2;
    position: absolute;
    top: 422rem;
    left: 100rem;
}

.line5 {
    width: 1920rem;
    height: 2rem;
    background: #FFFFFF;
    opacity: 0.2;
    position: absolute;
    top: 840rem;
}

.line6 {
    width: 68vw;
    height: 2rem;
    background: #FFFFFF;
    opacity: 0.6;
    position: absolute;
    top: 840rem;
    left: 15.88vw;
}

.choosebody {
    /*position: relative;*/
    position: absolute;
    top: 840rem;
    left: 0;
    width: 100%;
    /*margin: 0 auto;*/
    cursor: pointer;
}

.line7 {
    width: 120rem;
    height: 4rem;
    border-radius: 2rem;
}

.choosebody>.active>.line7,
.choosebody>.choose:hover>.line7 {
    width: 120rem;
    height: 4rem;
    background: #FFFFFF;
    border-radius: 2rem;
}

.choosebody>.active>.text5,
.choosebody>.choose:hover>.text5 {
    color: #FFFFFF;
    opacity: 1;
}


.choose {
    padding: 0 55rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.choose>.img {
    position: absolute;
    top: -42rem;
    height: 18rem;
    object-fit: cover;
    opacity: 0.7;
}

.choose.active>.img {
    opacity: 1;
}

.choose:hover .img {
    opacity: 1;
}


#bg2>.topbody {
    height: 430rem;
    width: 1450rem;
    margin: auto;
    border-bottom: 1rem solid #E1E2DB;
    display: flex;
    flex-direction: column;
}

.toptitle .logoimg {
    width: 304rem;
}

#bg2>.topbody>.content {
    width: 975rem;
    padding-top: 32rem;
    font-size: 16rem;
    font-weight: 400;
    color: #333333;
    line-height: 29rem;
    /*align-self: end;*/
    margin-left: 378rem;
}

#bg2 .toptitle {
    justify-content: space-between;
    flex-wrap: nowrap;
}

#bg2 .toptitle .ltitle {
    width: 310rem;
    padding-left: 26rem;
    position: relative;
    font-size: 20rem;
    font-weight: 400;
    color: #363636;
    box-sizing: border-box;
}

#bg2 .toptitle .ltitle::before {
    content: '';
    position: absolute;
    width: 7rem;
    height: 7rem;
    background: #79C131;
    border-radius: 50%;
    left: 0rem;
    top: 8.5rem;
}

#bg2 .toptitle .moretext {
    width: 520rem;
    text-align: right;
    padding-right: 30rem;
    box-sizing: border-box;
}


.more_btn {
    font-size: 16rem;
    display: inline-block;
    width: 110rem;
    position: relative;
    height: 44rem;
    line-height: 44rem;
    color: #545453;
    box-sizing: border-box
}

.more_btn b {
    position: absolute;
    right: 0;
    display: inline-block;
    width: 44rem;
    height: 44rem;
    background: url('https://omo-oss-image.thefastimg.com/portal-saas/pg2025103120522163960/cms/image/d848265d-23f8-4313-b11e-6fdd5fa3bc25.png') no-repeat;
    background-size: contain
}

.more_btn:hover b {
    background: url('https://omo-oss-image.thefastimg.com/portal-saas/pg2025103120522163960/cms/image/bf335ec5-f647-4087-8f54-67fda9ad9f6e.png') no-repeat;
    background-size: contain
}

.more_btn:hover {
    color: #79c131
}

#bg2>.bottombody {
    width: 1450rem;
    margin: auto;
    display: flex;
    flex-direction: column;
}

#bg2>.bottombody .toptitlea {
    justify-content: flex-start;
    position: relative;
}

#bg2>.bottombody .toptitlea .active::before {
    content: '';
    width: 7rem;
    height: 7rem;
    background: #79C131;
    border-radius: 50%;
    position: absolute;
    top: 52rem;
    left: 0;
}

#bg2>.bottombody .toptitlea div {
    font-size: 24rem;
    font-weight: 400;
    color: #111111;
    padding: 34rem 40rem 0 20rem;
    cursor: pointer;
    position: relative;
}

#bg2>.bottombody .toptitlea .active {
    font-size: 34rem;
    color: #79C131;
}


#bg2>.bottombody .bottomcontent {
    margin-top: 38rem;
    justify-content: space-between;
    position: relative;
    display: none;
}

#bg2>.bottombody>.activea {
    display: flex;
}

#bg2>.bottombody .bottomcontent .imgstyle {
    width: 300rem;
    height: 400rem;
    position: relative;
    flex: 1;
    margin: 0 8px;
    transition: all 0.3s;
}

#bg2>.bottombody>.bottomcontent .active {
    width: 810rem;
    height: 400rem;
    position: relative;
    flex: 2.2;
}

#bg2>.bottombody>.bottomcontent:last-child .active {
    flex: 4.2;
}

#bg2>.bottombody>.bottomcontent .imtitle1 {
    font-size: 24rem;
    font-weight: 400;
    color: #FFFFFF;
    position: absolute;
    left: 30rem;
    bottom: 52rem;
}

#bg2>.bottombody>.bottomcontent .subtitle1 {
    font-size: 14rem;
    font-weight: 400;
    color: #FFFFFF;
    position: absolute;
    left: 30rem;
    bottom: 24rem;
}

#bg2>.bottombody>.bottomcontent .img {
    position: absolute;
    bottom: 30rem;
    right: 25rem;
    display: none;
}

#bg2>.bottombody>.bottomcontent .active .img {
    display: block;
}

#bg2>.bottombody .bottomcontent>.active>.imtitle1 {
    font-size: 36rem;
    font-weight: 400;
    color: #FFFFFF;
    position: absolute;
    left: 50rem;
    bottom: 78rem;
}

#bg2>.bottombody .bottomcontent>.active>.subtitle1 {
    font-size: 18rem;
    font-weight: 400;
    color: #FFFFFF;
    position: absolute;
    left: 50rem;
    bottom: 50rem;
}

#bg2>.bottombody>.bottomcontent>.active>.img {
    position: absolute;
    bottom: 50rem;
    right: 50rem;
}

#bg3 .content {
    position: absolute;
    left: 980rem;
    top: 360rem;
}

#bg3 .content .title {
    font-size: 72rem;
    font-weight: bold;
    color: #79C131;
    margin-bottom: 40rem;
}

#bg3 .content .subtitle {
    /* display: flex; */
    flex-wrap: wrap;
    width: 730rem;
}

#bg3 .content .subtitle li {
    font-size: 24rem;
    font-weight: 400;
    color: #363636;
    position: relative;
    padding-left: 21rem;
    margin-bottom: 20rem;
}

#bg3 .content .subtitle li::before {
    content: '';
    width: 7rem;
    height: 7rem;
    background: #79C131;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 10rem;
}

#bg3 .content .subtitle li:nth-child(even) {
    /* margin-left: 30rem; */
}

#bg3 .content .contenta {
    margin-top: 30rem;
    width: 630rem;
    font-size: 16rem;
    font-weight: 400;
    color: #333333;
    line-height: 26px;
}

#bg3 .content .more {
    display: flex;
    align-items: center;
    margin-top: 75rem;
}

#bg3 .content .more div {
    font-size: 16rem;
    font-weight: 400;
    color: #545453;
    padding-right: 30rem;
}

#bg4 .left {
    /* position: absolute; */
    width: 780rem;
    margin-top: 90rem;
    padding-left: 15rem;
}

#bg4 .left .titletip {
    font-size: 20rem;
    padding-left: 21rem;
    position: relative;
}

#bg4 .left .titletip::before {
    content: '';
    width: 7rem;
    height: 7rem;
    background: #79C131;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 10rem;
}

#bg4 .left .title {
    width: 82%;
    font-size: 68rem;
    color: #79c131;
    /*letter-spacing: -5rem;*/
    margin: 30rem 0;
    font-weight: bold;
}

#bg4 .left .content {
    width: 500rem;
    font-size: 16rem;
    color: #333333;
    line-height: 29rem;
}

#bg4 .left .more {
    display: flex;
    align-items: center;
    margin-top: 48rem;
}

#bg4 .left .more div {
    font-size: 16rem;
    font-weight: 400;
    color: #545453;
    padding-right: 30rem;
}

#bg4 .right {
    /* position: absolute; */
    width: 670rem;
    margin-top: 315rem;
}

#bg4 .right .num {
    font-size: 76rem;
    color: transparent;
    -webkit-text-stroke: 1rem #79c131;
    z-index: 1;
}

#bg4 .right .listitem {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 140rem;
    border-bottom: 1rem solid #ffffff;
    cursor: pointer;
    transition: all 0.3s;
}

#bg4 .right .listitem .top {
    font-size: 36rem;
    color: #333333;
}

#bg4 .right .listitem .bottom {
    color: #999999;
    font-size: 16rem;
}

#bg4 .right .listitem .more {
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
}

#bg4 .right .listitem .more div {
    color: #ffffff;
    padding-right: 20rem;
}

#bg4 .right .listitem .boxbody {
    width: 420rem;
    z-index: 1;
}

#bg4 .right .listitem .bgimg {
    display: none;
}

#bg4 .right .firstitem {
    width: 668rem;
    height: 360rem;
    /* background: url('../img/new.png'); */
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    transition: all 0.3s;
    overflow: hidden;
    border: none;

}

#bg4 .right .firstitem .bgimg {
    width: 668rem;
    height: 360rem;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -0;
    transition: all 0.3s;
}

#bg4 .right .firstitem:hover .bgimg {
    transform: scale(1.05);
}

#bg4 .right .firstitem>div {
    padding-bottom: 40rem;
}

#bg4 .right>.firstitem .num {
    line-height: 55rem;
    padding-left: 50rem;
    -webkit-text-stroke: 1rem #ffffff;
}

#bg4 .right>.firstitem .boxbody {
    width: 435rem;
    padding-left: 15rem;
    padding-bottom: 35rem;
}

#bg4 .right>.firstitem .more {
    padding-right: 40rem;
}

#bg4 .right>.firstitem .more div {
    display: none;
}

#bg4 .right>.firstitem .top {
    font-size: 36rem;
    color: #ffffff;
}

#bg4 .right>.firstitem .bottom {
    font-size: 16rem;
    color: #ffffff;
}

/* base */
/* base */
.barlist {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: calc(100% - 160rem);
    margin-right: -25px;
}

.barlist .span {
    color: transparent;
    display: block;
    background-repeat: no-repeat;
    background-size: 7px 5px;
    transform: rotate(-90deg);
    opacity: 0.8;
    background-position: center;
    background-image: url(https://omo-oss-image.thefastimg.com/portal-saas/pg2025103120522163960/cms/image/e6debfd3-a66f-4a76-8aa2-afa3c0670527.png);
}

.barlist .text {
    font-size: 14rem;
    font-weight: 400;
    color: #383841;
    margin: 0 15rem;
    border-bottom: 1rem solid #383841;
}

.barlist .active {
    color: #79C131;
    border-bottom: none;
}

.header-top {
    height: 46rem;
    font-size: 32rem;
    font-weight: bold;
    color: #383841;
    border-bottom: 1rem solid #383841;
    margin-top: 110rem;
    padding-bottom: 10px;
}

.header>div {
    min-height: 100rem;
}

.nav {
    margin-top: 143rem;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.navitem {
    font-size: 20rem;
    font-weight: 500;
    color: #383841;
    min-width: 100rem;
    border-top-left-radius: 76rem;
    border-bottom-right-radius: 76rem;
    height: 76rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1rem solid #383841;
    padding: 0 76rem;
}

.nav .active {
    background-color: #79C131;
    color: #fff;
    border: 1rem solid transparent;
    padding: 1rem 76rem;
}

.nav a:hover .navitem {
    background-color: #79C131;
    color: #fff;
    border: 1rem solid transparent;
    padding: 1rem 76rem;
}

.page {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 114rem;
}

.page .pageitem {
    min-width: 44rem;
    height: 44rem;
    background: #FFFFFF;
    border: 1rem solid #D0D0D0;
    border-radius: 22rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 5rem;
    cursor: pointer;
    font-size: 16rem;
}

.page .active {
    background: #79C131;
    color: #FFFFFF;
}

.page .pageitem:hover {
    background: #79C131;
    color: #FFFFFF;
}

.page .btnpage {
    width: 110rem;
}

@media screen and (max-width: 1200px) {
    .font1 {
        display: none;
    }
}

.searchmask {
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.6);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    display: none;
    justify-content: center;
    align-items: center;
}

.maskactive {
    display: flex;
}

.searchbody {
    width: 1000rem;
    height: 68rem;
    display: flex;
    border-radius: 68rem;
    overflow: hidden;
}

.searchbody .input {
    /* width:860rem; */
    height: 68rem;
    flex: 1;
    padding: 0 36rem;
}

.searchbody .buttona {
    background-color: #79C131;
    width: 140rem;
    height: 68rem;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.searchbody .button {
    background-color: #fff603;
    width: 140rem;
    height: 68rem;
}


/* 新二级菜单 */
.text2:not(:first-child) .sub {
    display: none;
}

.text2 .sub li {
    float: left;
    text-align: center;
    padding: 0 20px;
}

.text2 .sub li {
    list-style-type: disc;
    font-size: 16rem;
    font-family: inherit;
    font-weight: 400;
    color: #333333;
    /* line-height: 36rem;*/
    margin-left: 0;
}

.text2 .sub li::marker {
    display: none;
    color: transparent;
}

.text2 .sub {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    display: none;
    background: #fff;
    padding: 40px 0 5px;
    padding-left: 10%;
    border-top: 2px solid #79C131;
}

.text2 .sub dl {
    padding: 10px 0;
    display: block;
    background-color: #FFE900
}

.text2 .sub dl dt {
    display: block;
    cursor: pointer
}

.text2 .sub dl dd {
    display: none;
    background-color: #FFE900
}

.text2 .sub a {
    display: block;
    font-size: 15px;
    text-align: center;
    color: black;
    padding: 10px 0;
    background-color: #fff
}

.text2 .sub a:hover {
    background: #FFE900;
    color: #fff
}

.text2 .sub .item {
    float: left;
    margin-right: 5%;
    padding-right: 5%;
    margin-bottom: 36px;
    border-right: 1px solid rgba(0, 0, 0, 0.2);
}

.text2 .sub .item:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}

.text2 .sub .item h3 {
    color: #333;
    text-align: left;
    padding-left: 20px;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
}

.text2 .sub .item a {
    line-height: 1;
    font-size: 16px;
}

.text2 .sub .item a:hover {
    background: transparent;
    color: #000;
    text-decoration: underline;
}

.text2:hover .sub {
    display: block;
}


/* 新版底部 */
.z-clear::after {
    content: '';
    display: block;
    height: 0;
    overflow: hidden;
    clear: both;
}
.copy {
    text-align: center;
    margin-top: 40px;
}

footer {
    height: auto;
    border-top: 10px solid #79C131;
    display: block;
}

.footer {
    padding: 80rem 80rem 40rem;
}

.footer .box-nav dt {
    font-size: 20rem;
    margin-bottom: 28rem;
    color: #333;
}

.footer .box-nav dl {
    float: left;
    width: 14.28%;
}

.footer .box-nav dd {
    font-size: 16rem;
    color: #333;
    line-height: 32rem;
}

.footer .flex {
    align-items: self-start;
}

.footer .box-top {
    position: relative;
    padding-bottom: 60rem;
    margin-bottom: 60rem;
    border-bottom: 1px solid rgba(121, 193, 49, 0.4);
    text-align: center;
}

.footer .box-top .logo {
    float: left;
}

.footer .box-top p {
    float: right;
    margin-top: 36px;
}

.footer .box-fx {
    display: inline-block;
    margin-top: 28px;
}

.footer .box-fx .icon a {
    display: inline-block;
    margin: 0 18px;
}




/*公用提示框 begin*/
.prompt {
    position: fixed;
    top: 50%;
    left: 50%;
    padding: 14px 24px;
    font-size: 14px;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    -webkit-transform: translate(-50%, -50%) scale(0);
    -moz-transform: translate(-50%, -50%) scale(0);
    -ms-transform: translate(-50%, -50%) scale(0);
    -o-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s
}

.prompt.on {
    -webkit-transform: translate(-50%, -50%) scale(1);
    -moz-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    -o-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1)
}

.prompt-succeed {
    background: #f4fde8;
    color: #5FB878;
    border: 1px solid #5FB878
}

.prompt-error {
    background: #fff8f6;
    color: #e1516a;
    border: 1px solid #e1516a
}

.newview .content .checkbox {
    top: 4px !important;
}

/*公用提示框 end */

@media screen and (max-width:1450px) {
    .text2 .sub {
        padding-left: 4%;
    }

    .text5 {
        font-size: 18px;
    }

    #bg2>.topbody>.content {
        font-size: 14px;
    }

    #bg2>.bottombody>.bottomcontent .subtitle1 {
        font-size: 14px;
    }

    #bg3 .content .contenta {
        font-size: 14px;
    }

    .more_btn {
        font-size: 14px;
    }

    #bg4 .left .titletip {
        font-size: 16px;
    }

    #bg2 .toptitle .ltitle {
        font-size: 16px;
    }

    #bg4 .left .content {
        font-size: 14px;
    }

    #bg4 .right .listitem .bottom {
        font-size: 14px;
    }

    .footer .box-nav dt {
        font-size: 16px;
    }

    .footer .box-nav dd {
        font-size: 14px;
    }

    .barlist .text {
        font-size: 14px;
    }

    .nav1 .navitem1 {
        font-size: 16px !important;
    }

    .textcontent .top .title {
        font-size: 16px !important;
    }

    .bottom .item .textbody .title {
        font-size: 14px !important;
    }

    .bottom .item .textbody .subtitle {
        font-size: 12px !important;
    }

    .p_page * {
        font-size: 16px !important;
    }

    .page_a.page_prev {
        font-size: 0px !important;
    }

    .page_a.page_next {
        font-size: 0px !important;
    }

    .page_prev::after {
        font-size: 14px !important;
    }

    .page_next::after {
        font-size: 14px !important;
    }

    .center .left .item .textbody .subtitle {
        font-size: 12px !important;
    }

    .boxbody .right .content {
        font-size: 14px !important;
    }

    .boxbody .right .itemlist .item .titlea {
        font-size: 14px !important;
    }

    .box-map .item .tit {
        font-size: 14px !important;
    }

    .right .sublist .subitem {
        font-size: 14px !important;
    }

    .itemlist .itemc .titlec {
        font-size: 12px !important;
    }

    .itemlist .itemd .titlec {
        font-size: 12px !important;
    }

    .buttonlist .button {
        font-size: 11px !important;
    }

    .numCount ul li .numU .indc p {
        font-size: 14px !important;
    }

    .box-map .map-pos .list .tit {
        font-size: 12px !important;
    }

    .newview .content .contentitem .bottom .contenta {
        font-size: 14px !important;
    }

    .navitem {
        font-size: 16px !important;
    }

    .newview .content .contentitmem .c5 {
        font-size: 14px !important;
    }

    .flex.text2 {
        font-size: 14px !important;
    }

    .row-contact1 .have-tit {
        font-size: 14px !important;
    }

    .row-contact1 .form-checked {
        font-size: 14px !important;
    }

    .info-right .con .list {
        font-size: 14px !important;
    }

    .box-que .btn a {
        font-size: 14px !important;
    }

    .new-tires1 .item {
        margin-bottom: 6px !important;
    }

    .bottom .item .textbody .subtitle {
        line-height: 1.2 !important;
    }

    .newview .content .contentitmem .c3 {
        font-size: 16px !important;
    }

    .newview .content .contentitmem .c4 {
        font-size: 14px !important;
        line-height: 1.2;
        height: 36px;
    }
    .newview .content .contentitmem {
    width: 470rem!important;
    }
}