body {
    margin: 0;
    padding: 0;
    width: 100%;
    position: relative;
    font-size: 14px;
    color: #333333;
    overflow-x: hidden;
    font-family: "Microsoft YaHei, Source Han Sans, Source Han Sans SC, PingFang SC";
}
p,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dd,
dt,
button,
input,
img,
a,
div {
    margin: 0;
    padding: 0;
    list-style: none;
    border: none;
    outline: none;
}
a {
    cursor: pointer;
    text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
i,
b {
   font-weight: normal;
   font-style: normal;
}

.content {
    width: 100%;
    margin: 0;
    padding: 0;
    padding-top: 0px;
}
.content .top {
    width: 100%;
    height: 100px;
    background-color: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(4px);
    position: fixed;
    top: 0;
    z-index: 100;
}
.content .top .top-nav {
    width: 72.92%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
    padding-top: 22px;
}
.content .top .top-nav .a-logo {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.content .top .top-nav .a-logo .return-home {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-left: 44px;
    transition: transform 0.3s ease;
    transform-origin: center;
}
.content .top .top-nav .a-logo .return-home .r-icon {
    width: 20px;
    height: 20px;
}
.content .top .top-nav .a-logo .return-home .r-text {
    font-size: 18px;
    color: #007340;
    margin-left: 8px;
}
.content .top .top-nav .a-logo .return-home:hover {
    transform: scale(1.05);
}
.content .top .top-nav .a-logo .logo {
    width: auto;
    height: 56px;
}
.content .top .top-nav .company-name {
    font-size: 28px;
    color: #007340;
    font-weight: bold;
}

.content .c-content {
    width: 100%;
}
.content .c-content .c-img {
    display: block;
    width: 100%;
    height: auto;
}
.contentBox {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}
.jump_btn {
    display: flex;
    width: 234px;
    height: 64px;
    margin: 0 auto;
    margin-top: -170px;
    margin-bottom: 106px;
    position: relative;
    z-index: 10;
    cursor: pointer;
}
.jump_btn img {
    width: 100%;
    height: 100%;
    transition: transform 0.3s ease;
    transform-origin: center;
}
.jump_btn img:hover {
    transform: scale(1.05);
}
.three-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
    margin-top: -170px;
    margin-bottom: 110px;
    position: relative;
    z-index: 10;
}
.three-btn .b-a {
    width: 230px;
    height: 58px;
    border: 1px solid #ffda9d;
    border-radius: 10px;
    background: linear-gradient(90deg, #f0bb5b, #eea437);
    font-size: 24px;
    color: #FFFFFF;
    line-height: 60px;
    text-align: center;
    transition: transform 0.3s ease;
    transform-origin: center;
}
.three-btn .b-a:hover {
    transform: scale(1.05);
}

.footer {
    width: 100%;
    margin: 0;
    padding: 0;
    margin-top: -40px;
}
.footer .footer-pc {
    width: 72.92%;
    margin: 0 auto;
}
.footer .footer-pc .text-row {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.footer .footer-pc .text-row .text-box {
    display: flex;
    flex-direction: row;
}
.footer .footer-pc .text-row .text-box .text {
    font-size: 14px;
    color: #666666;
}
.footer .footer-pc .text-row .text-box .a-text {
    font-size: 14px;
    color: #666666;
    text-decoration: none;
}
.footer .footer-pc .text-row .text-box .t-white {
    color: #FFFFFF;
}

.right_window {
    width: 268px;
    border-radius: 8px;
    background: rgba(51, 51, 51, 0.88);
    position: fixed;
    right: 20px;
    bottom: 30%;
    padding: 16px;
    z-index: 20;
}
.right_window .content_one {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 16px;
}
.right_window .content_one .w_icon{
    width: 26px;
    height: 26px;
    margin-right: 6px;
}
.right_window .content_one .w_title{
    color: #ffffff;
    font-family: "Microsoft YaHei";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.right_window .content_between{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 20px;
}
.right_window .title_row_end {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
}
.right_window .title_row_end .one_text{
    color: #ffffff;
    font-family: "Microsoft YaHei";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.right_window .title_row_end .one_num{
    color: #ffffff;
    font-family: "Microsoft YaHei";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 0 2px 0 8px;
}
.right_window .title_row_end .two_text{
    color: #ff4444;
    font-family: "Microsoft YaHei";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.right_window .title_row_end .two_num{
    color: #ff4444;
    font-family: "Microsoft YaHei";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 0 2px 0 8px;
}
.right_window .w_line{
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.2);
    margin-bottom: 14px;
}
.right_window .title_row_end .three_text{
    color: #cccccc;
    font-family: "Microsoft YaHei";
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.right_window .title_row_end .three_text_2{
    color: #ffffff;
    font-family: "Microsoft YaHei";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.right_window .title_row_end .three_num{
    color: #ffffff;
    font-family: "Microsoft YaHei";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 0 2px 0 8px;
}
.right_window .w_btn {
    display: flex;
    width: 100%;
    height: 40px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 6px;
    background: #FF6600;
    color: #ffffff;
    font-family: "Microsoft YaHei";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    cursor: pointer;
}

.pop_up_box{
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 30;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
}
.pop_up_box .pop_up{
    width: 700px;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 40;
}
.pop_up_box .pop_up .pop_up_content{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}
.pop_up_box .pop_up .pop_up_content .popup_bg{
    width: 100%;
    height: auto;
    object-fit: contain;
}
.pop_up_box .pop_up .popup_close {
    width: 48px;
    height: 48px;
    margin-top: 24px;
    cursor: pointer;
}
.pop_up_box .pop_up .pop_up_content .popup_ewm {
    width: 230px;
    height: 230px;
    padding: 8px;
    border-radius: 20px;
    border: 1px solid #0FA443;
    background: #FFF;
    position: absolute;
    top: 200px;
}
.pop_up_box .pop_up .pop_up_content .inputBox{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    top: 160px;
}
.pop_up_box .pop_up .pop_up_content .inputBox .box{
    width: 77.143%;
    height: 64px;
    border-radius: 12px;
    border: 1px solid #E9E9E9;
    background: #FFF;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px;
}
.pop_up_box .pop_up .pop_up_content .inputBox .box .input_title{
    color: #333333;
    font-family: "Microsoft YaHei";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-left: 24px;
}
.pop_up_box .pop_up .pop_up_content .inputBox .box input{
    width: 400px;
    font-family: "Microsoft YaHei";
    font-size: 18px;
    text-align: right;
    margin-right: 24px;
}
.pop_up_box .pop_up .pop_up_content .inputBox .submit_btn{
    display: flex;
    width: 270px;
    height: 70px;
    justify-content: center;
    align-items: center;
    border-radius: 40px;
    border: 2px solid #FFDA9D;
    background: linear-gradient(180deg, #F0BD5E 0%, #EEA133 100%);
    color: #ffffff;
    font-family: "Microsoft YaHei";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-top: 50px;
    cursor: pointer;
}
.pop_up_box .pop_up .pop_up_content .inputBox .box .box_right {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.pop_up_box .pop_up .pop_up_content .inputBox .box .box_right .province{
    color: #999999;
    font-family: "Microsoft YaHei";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-right: 24px;
    padding: 2px 7px;
}
.pop_up_box .pop_up .pop_up_content .inputBox .box .box_right .city{
    color: #999999;
    font-family: "Microsoft YaHei";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-right: 24px;
    padding: 2px 7px;
}
.pop_up_box .pop_up .pop_up_content .inputBox .box .box_right .icon_down{
    width: 16px;
    height: 12px;
    margin-left: 12px;
    margin-right: 24px;
}
.p1 {
    display: none;
}
.p2 {
    display: none;
}

.carousel {
    position: relative;
    width: 100%;
    margin: auto;
}
.carousel-images {
    display: flex;
    transition: transform 0.5s ease-in-out;
}
.carousel img {
    width: 100%;
    display: none;
}
.carousel img.active {
    display: block;
}
.prev, .next {
    font-size: 2rem;
    color: #ffffff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    border:none;
    cursor:pointer;
}
.prev { left:40px; }
.next { right:40px; }
.indicators {
    width: 100%;
    height: 2rem;
    text-align: center; 
    margin-top: -2.5em;
}
.indicators span {
    display: inline-block;
    height: .1em;
    width: 3em;
    background: rgba(0, 0, 0, 0.7);
    border-radius: .25em;
    margin: .25em;
    padding: .15em;
    text-align: center;
    color: white;
    font-size: .75rem;
}
.indicators span.active {
    background: #ffffff;
}

@media screen and (max-width: 2650px) {
    .jump_btn {
        margin-top: -230px;
        margin-bottom: 166px;
    }
    .lunbo-box {
        bottom: 440px;
    }
    .lunbo_btn {
        bottom: 210px;
    }
}
@media screen and (max-width: 2550px) {
    .jump_btn {
        margin-top: -220px;
        margin-bottom: 156px;
    }
    .lunbo-box {
        bottom: 420px;
    }
    .lunbo_btn {
        bottom: 200px;
    }
}
@media screen and (max-width: 2450px) {
    .jump_btn {
        margin-top: -210px;
        margin-bottom: 146px;
    }
    .lunbo-box {
        bottom: 390px;
    }
    .lunbo_btn {
        bottom: 170px;
    }
}
@media screen and (max-width: 2350px) {
    .jump_btn {
        margin-top: -200px;
        margin-bottom: 136px;
    }
    .lunbo-box {
        bottom: 340px;
    }
    .lunbo_btn {
        bottom: 150px;
    }
}
@media screen and (max-width: 2250px) {
    .jump_btn {
        margin-top: -190px;
        margin-bottom: 126px;
    }
    .lunbo-box {
        bottom: 310px;
    }
    .lunbo_btn {
        bottom: 130px;
    }
}
@media screen and (max-width: 2150px) {
    .jump_btn {
        margin-top: -180px;
        margin-bottom: 116px;
    }
    .lunbo-box {
        bottom: 260px;
    }
    .lunbo_btn {
        bottom: 112px;
    }
}
@media screen and (max-width: 1920px) {
    .jump_btn {
        margin-top: -170px;
        margin-bottom: 106px;
    }
    .lunbo-box {
        bottom: 190px;
    }
    .lunbo_btn {
        bottom: 100px;
    }
}
@media screen and (max-width: 1850px) {
    .content .top {
        height: 96px;
    }
    .content .top .top-nav {
        padding-top: 20px;
    }
    .content .top .top-nav .a-logo .logo {
        height: 54px;
    }
    .content .top .top-nav .company-name {
        font-size: 27px;
    }
    .three-btn {
        margin-top: -160px;
        margin-bottom: 100px;
    }
    .jump_btn {
        margin-top: -160px;
        margin-bottom: 96px;
    }
    .lunbo-box {
        bottom: 160px;
    }
    .lunbo_btn {
        bottom: 70px;
    }
}
@media screen and (max-width: 1750px) {
    .content .top {
        height: 91px;
    }
    .content .top .top-nav {
        padding-top: 20px;
    }
    .content .top .top-nav .a-logo .logo {
        height: 50px;
    }
    .content .top .top-nav .company-name {
        font-size: 26px;
    }
    .three-btn {
        margin-top: -154px;
        margin-bottom: 94px;
    }
    .three-btn .b-a {
        font-size: 22px;
    }
    .jump_btn {
        margin-top: -150px;
        margin-bottom: 86px;
    }
    .lunbo-box {
        bottom: 120px;
    }
    .lunbo_btn {
        width: 190px;
        height: 52px;
        bottom: 50px;
    }
    .carousel-img {
        height: 300px;
    }
}
@media screen and (max-width: 1650px) {
    .content .top {
        height: 86px;
    }
    .content .top .top-nav {
        padding-top: 18px;
    }
    .content .top .top-nav .a-logo .logo {
        height: 48px;
    }
    .content .top .top-nav .company-name {
        font-size: 25px;
    }
    .three-btn {
        margin-top: -144px;
        margin-bottom: 88px;
    }
    .three-btn .b-a {
        width: 200px;
        height: 54px;
        font-size: 20px;
        line-height: 54px;
    }
    .jump_btn {
        margin-top: -140px;
        margin-bottom: 76px;
    }
    .carousel-img {
        height: 270px;
    }
}
@media screen and (max-width: 1550px) {
    .jump_btn {
        width: 190px;
        height: 52px;
        margin-top: -138px;
        margin-bottom: 86px;
    }
    .lunbo-box {
        bottom: 100px;
    }
    .lunbo_btn {
        width: 190px;
        height: 52px;
        bottom: 50px;
    }
    .carousel-img {
        height: 255px;
    }
    .carousel-text {
        padding: 24px 21px;
    }
    .carousel-title {
        font-size: 22px;
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 1500px) {
    .content .top {
        height: 86px;
    }
    .content .top .top-nav {
        padding-top: 18px;
    }
    .content .top .top-nav .a-logo .logo {
        height: 44px;
    }
    .content .top .top-nav .company-name {
        font-size: 23px;
    }
    .three-btn {
        margin-top: -134px;
        margin-bottom: 82px;
    }
    .three-btn .b-a {
        width: 182px;
        height: 50px;
        font-size: 20px;
        line-height: 50px;
    }
}
@media screen and (max-width: 1450px) {
    .jump_btn {
        width: 178px;
        height: 50px;
        margin-top: -130px;
        margin-bottom: 80px;
    }
    .carousel-img {
        height: 236px;
    }
    .carousel-title {
        font-size: 20px;
        margin-bottom: 15px;
    }
}
@media screen and (max-width: 1350px) {
    .content .top {
        height: 70px;
    }
    .content .top .top-nav {
        padding-top: 15px;
    }
    .content .top .top-nav .a-logo .logo {
        height: 40px;
    }
    .content .top .top-nav .a-logo .return-home .r-icon {
        width: 19px;
        height: 19px;
    }
    .content .top .top-nav .a-logo .return-home .r-text {
        font-size: 17px;
        margin-left: 7px;
    }
    .content .top .top-nav .company-name {
        font-size: 21px;
    }
    .three-btn {
        margin-top: -120px;
        margin-bottom: 74px;
    }
    .three-btn .b-a {
        width: 164px;
        height: 44px;
        font-size: 18px;
        line-height: 44px;
    }
    .jump_btn {
        width: 166px;
        height: 45px;
        margin-top: -120px;
        margin-bottom: 75px;
    }
    .carousel-img {
        height: 220px;
    }
    .carousel-text {
        padding: 20px 20px;
    }
    .carousel-title {
        font-size: 18px;
        margin-bottom: 12px;
    }
}
@media screen and (max-width: 1250px) {
    .content .top {
        height: 65px;
    }
    .content .top .top-nav {
        padding-top: 14px;
    }
    .content .top .top-nav .a-logo .logo {
        height: 37px;
    }
    .content .top .top-nav .company-name {
        font-size: 19px;
    }
    .three-btn {
        margin-top: -110px;
        margin-bottom: 68px;
    }
    .three-btn .b-a {
        width: 150px;
        height: 40px;
        font-size: 18px;
        line-height: 40px;
    }
    .jump_btn {
        width: 152px;
        height: 42px;
        margin-top: -110px;
        margin-bottom: 68px;
    }
    .carousel-img {
        height: 207px;
    }
}
@media screen and (max-width: 1200px) {
    .carousel-img {
        height: 190px;
    }
}
@media screen and (max-width: 1150px) {
    .content .top {
        height: 60px;
    }
    .content .top .top-nav {
        padding-top: 13px;
    }
    .content .top .top-nav .a-logo .logo {
        height: 34px;
    }
    .content .top .top-nav .a-logo .return-home .r-icon {
        width: 18px;
        height: 18px;
    }
    .content .top .top-nav .a-logo .return-home .r-text {
        font-size: 16px;
        margin-left: 5px;
    }
    .content .top .top-nav .company-name {
        font-size: 18px;
    }
    .three-btn {
        margin-top: -102px;
        margin-bottom: 62px;
    }
    .three-btn .b-a {
        width: 138px;
        height: 36px;
        font-size: 16px;
        line-height: 36px;
    }
    .jump_btn {
        width: 140px;
        height: 38px;
        margin-top: -102px;
        margin-bottom: 64px;
    }
    .carousel-img {
        height: 170px;
    }
    .carousel-btn {
        width: 46px;
        height: 46px;
    }
    .carousel-text {
        padding: 15px 20px;
    }
    .carousel-title {
        font-size: 17px;
        margin-bottom: 6px;
    }
    .carousel-desc {
        font-size: 15px;
    }
}
@media screen and (max-width: 1070px) {
    .carousel-img {
        height: 150px;
    }
    .carousel-text {
        padding: 14px 16px;
    }
    .carousel-title {
        font-size: 16px;
        margin-bottom: 5px;
    }
}
@media screen and (max-width: 1050px) {
    .jump_btn {
        width: 128px;
        height: 35px;
        margin-top: -92px;
        margin-bottom: 57px;
    }
    .footer .footer-pc .text-row {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}
@media screen and (max-width: 950px) {
    .jump_btn {
        width: 116px;
        height: 32px;
        margin-top: -85px;
        margin-bottom: 53px;
    }
}
@media screen and (max-width: 850px) {
    .jump_btn {
        width: 104px;
        height: 28px;
        margin-top: -76px;
        margin-bottom: 48px;
    }
}
@media screen and (max-width: 768px) {
    .jump_btn {
        width: 94px;
        height: 26px;
        margin-top: -68px;
        margin-bottom: 42px;
    }
}









































