    .float_left {
        float: left;
    }
    
    .float_right {
        float: right;
    }
    
    input::-webkit-outer-spin-button,
    input::-webkit-inner-spin-button {
        -webkit-appearance: none;
    }
    
    input[type='number'] {
        -moz-appearance: textfield;
    }
    
    .lazy {
        display: none;
    }
    
    html,
    body {
        min-width: 1200px;
    }
    
    .nav {
        margin-left: 176px;
        margin-right: 200px;
        padding-top: 8px;
        height: 91px;
    }
    
    #head .layui-nav .layui-nav-item a {
        font-size: 15px;
        font-weight: bold;
        color: #1B1A1A;
    }
    
    #head .layui-nav .layui-nav-item a:hover {
        color: #4AAB3D;
    }
    
    #head .layui-nav .layui-nav-item {
        line-height: 91px;
    }
    
    #head {
        height: 100px;
        box-shadow: 0px -5px 83px 1px rgba(40, 40, 40, 0.11);
    }
    
    #foot {
        margin-top: 108px;
    }
    
    .font_size_50 {
        font-size: 50px !important;
    }
    
    .logo {
        width: 175px;
        height: 100px;
        border-right: 1px solid #EAEAEA;
        text-align: center;
        padding-top: 22px;
        box-sizing: border-box;
    }
    
    .logo p span {
        font-size: 28px;
        font-weight: bold;
    }
    
    .solar {
        color: #161616;
    }
    
    .der {
        color: #4AAB3D;
    }
    
    .logo .tip {
        margin-top: 6px;
        display: block;
        font-size: 12px;
        color: #9B9B9B;
        line-height: 23px;
    }
    
    .title_msg {
        height: 289px;
        width: 1200px;
        margin: 0px auto;
        padding-top: 132px;
        box-sizing: border-box;
    }
    
    .title_msg span {
        font-size: 16px;
        font-weight: 600;
        font-weight: normal;
        color: #4AAB3D;
        line-height: 1px;
        display: block;
        margin-bottom: 20px;
    }
    
    .title_msg a {
        font-size: 40px;
        color: #1B1A1A;
        display: block;
        line-height: 58px;
    }
    
    .foot {
        /* padding-top: 108px; */
        width: 100%;
        height: 580px;
        background-color: #F0F4F9;
        position: relative;
        margin-top: 108px;
    }
    
    .foot_bg {
        width: 100%;
        height: 100%;
    }
    
    .foot_content {
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        z-index: 10;
    }
    
    .foot_msg {
        width: 1200px;
        height: 124px;
        margin: 0 auto;
        background: #4AAB3D;
        border-radius: 0px 0px 5px 5px;
    }
    
    .foot_msg ul {
        display: flex;
        justify-content: space-around;
        align-items: center;
        padding-top: 30px;
    }
    
    .foot_msg ul li {
        width: 30%;
        height: 100%;
        display: flex;
        justify-content: space-around;
        text-align: center;
        align-items: center;
    }
    
    .foot_msg ul li div {
        height: 71px;
    }
    
    .foot_split_line {
        height: 100%;
        width: 1px;
        background: #fff;
    }
    
    .foot_msg ul li span {
        margin-top: 10px;
        font-size: 16px;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 30px;
        display: block;
    }
    
    .foot_msg ul li img {
        width: 48px;
        height: 48px;
        display: inline-block;
        margin-right: 10px;
    }
    
    .foot_msg ul li b {
        font-size: 16px;
        color: #FFFFFF;
    }
    
    .main {
        width: 1200px;
        height: fit-content;
        margin: 0 auto;
    }
    
    .link {
        width: 1200px;
        margin: 0 auto;
        margin-top: 87px;
        padding-bottom: 60px;
        height: fit-content;
        display: flex;
        justify-content: space-between;
        border-bottom: 2px solid #D9D9D9;
    }
    
    .link li {
        width: 23%;
        height: 100%;
    }
    
    .link li p {
        width: 250px;
        font-size: 16px;
        font-family: Rubik-Regular, Rubik;
        font-weight: 400;
        color: #1F242C;
        line-height: 30px;
        margin-bottom: 20px;
        display: block;
    }
    
    .link_title {
        font-size: 20px;
        font-family: Rubik-Bold, Rubik;
        font-weight: bold;
        color: #1F242C;
        line-height: 30px;
        height: 68px;
        display: block;
        margin-top: 20px;
    }
    
    .link li a {
        width: 100%;
        display: block;
        font-size: 16px;
        font-family: Rubik-Regular, Rubik;
        font-weight: 400;
        color: #1F242C;
        line-height: 30px;
    }
    
    .link li input {
        width: 100%;
        height: 48px;
        background: #FFFFFF;
        border-radius: 3px;
        border: 0px;
        padding-left: 16px;
        box-sizing: border-box;
    }
    
    .link li button {
        margin-top: 15px;
        margin-bottom: 15px;
        width: 100%;
        height: 48px;
        background: #4AAB3D;
        border-radius: 3px;
        color: #fff;
        border: 0px;
    }
    
    .bulid {
        width: 100%;
        height: 80px;
        padding-top: 27px;
        box-sizing: border-box;
        color: #1F242C;
        font-size: 16px;
        font-weight: 400;
        text-align: center;
        background-color: #F0F4F9;
    }
    
    .icon_grp {
        width: 100%;
        display: flex;
        justify-content: space-around;
        align-items: center;
    }
    
    .icon_grp img {
        width: 37.5px;
        height: 37.5px;
    }
    
    .banner {
        width: 100%;
        height: fit-content;
        position: relative;
        overflow: hidden;
    }
    
    .banner img {
        width: 100%;
    }
    
    .banner_text {
        position: absolute;
        top: 0px;
        width: 1200px;
        transform: translate(-50%);
        left: 50%;
        /* margin-top: -100%; */
        height: 100%;
    }
    
    .banner_text span {
        font-size: 75px;
        font-family: Arial-BoldMT-, Arial-BoldMT;
        font-weight: normal;
        color: #FFFFFF;
        line-height: 70px;
        display: block;
    }
    
    .banner_text p {
        width: 50%;
        margin-top: 40px;
        font-size: 17px;
        font-family: Arial-BoldMT-, Arial-BoldMT;
        font-weight: normal;
        color: #F9F9F9;
        line-height: 26px;
    }
    
    .banner_text a {
        margin-top: 30px;
        display: block;
        width: 195px;
        height: 61px;
        background: #4AAB3D;
        border-radius: 8px;
        color: #fff;
        line-height: 61px;
        font-size: 15px;
        font-weight: bold;
        text-align: center;
    }
    
    .banner .banner_text a img {
        width: 26px;
        height: 26px;
        min-height: 26px;
        margin-right: 12px;
    }
    
    .msg_grp {
        width: 1200px;
        height: fit-content;
        margin: 0 auto;
        position: relative;
    }
    
    .msg_date {
        width: 150px;
        height: 610px;
        position: absolute;
        /* left: -1500px; */
        left: 0px;
        z-index: 10;
    }
    
    .msg_date ul {
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        /* text-align: center; */
    }
    
    .msg_date ul li span {
        width: 150px;
        font-size: 60px;
        font-weight: bold;
        color: #4AAB3D;
        margin-bottom: 15px;
        display: block;
    }
    
    .msg_date ul li p {
        width: 150px;
        font-size: 16px;
        font-weight: bold;
        color: #282828;
        line-height: 26px;
    }
    
    .msg_pic {
        width: 490px;
        height: 654px;
        margin-left: 205px;
        margin-right: 58px;
    }
    
    .msg_pic img {
        width: 490px;
        height: 654px;
    }
    
    .msg_content {
        width: 420px;
        height: fit-content;
        position: absolute;
        right: 0px;
        top: 0px;
    }
    
    .msg_content img {
        width: 82px;
        height: 82px;
        margin-bottom: 47px;
    }
    
    .msg_content p {
        color: #222222;
        font-size: 17px;
        font-weight: bold;
        margin-bottom: 30px;
    }
    
    .msg_content .msg_content_text {
        color: #9B9B9B;
        font-size: 16px;
        font-weight: 300;
    }
    
    .msg_content a {
        display: block;
        width: 172px;
        height: 61px;
        background: #1B1A1A;
        border-radius: 8px;
        text-align: center;
        line-height: 61px;
        color: #fff;
        font-size: 15px;
    }
    
    .msg_content a img {
        width: 26px;
        height: 26px;
        margin-top: 17px;
        float: left;
        margin-left: 20px;
    }
    
    .read_more {
        width: 100%;
        height: 913px;
        background: #161616;
        /* background: linear-gradient(180deg, #1B1A1A 0%, #1B1A1A 17%, rgba(27, 26, 26, 0) 80%, rgba(27, 26, 26, 0) 100%); */
    }
    
    .read_more_grp {
        width: 1200px;
        height: 100%;
        margin: 0 auto;
        padding-top: 128px;
        box-sizing: border-box;
    }
    
    .grp_title span {
        display: block;
        font-size: 16px;
        font-weight: bold;
        color: #4AAB3D;
    }
    
    .grp_title p {
        margin-top: 20px;
        width: 755px;
        font-size: 34px;
        font-weight: bold;
        color: #FFFFFF;
        line-height: 48px;
    }
    
    .read_more_grp ul {
        width: 100%;
        height: fit-content;
        display: flex;
        justify-content: space-around;
    }
    
    .read_more_grp ul li {
        width: 22%;
        height: 458px;
        background: #FFFFFF;
        border-radius: 8px;
        display: block;
    }
    
    .read_more_grp ul li img {
        width: 100%;
        object-fit: contain;
        height: fit-content;
        display: block;
    }
    
    .read_more_grp ul li .read_more_item_title {
        height: 23px;
        font-size: 18px;
        font-weight: bold;
        color: #1B1A1A;
        line-height: 29px;
        width: 210px;
        margin: 16px auto;
        margin-left: 30px;
        display: inline-block;
    }
    
    .read_more_grp ul li .read_more_item_content {
        color: #9B9B9B;
        font-size: 14px;
        width: 210px;
        margin: 0px auto;
        margin-left: 30px;
        line-height: 28px;
        height: 82px;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    
    .read_more_btn {
        margin-top: 20px;
        margin-left: 30px;
        width: 138px;
        height: 42px;
        background: rgba(74, 171, 61, 0);
        color: #1B1A1A;
        font-size: 14px;
        line-height: 42px;
        border-radius: 6px;
        border: 2px solid #EAEAEA;
        /* border-bottom: 2px solid #4AAB3D; */
        display: block;
    }
    
    .read_more_btn div {
        margin-left: 20px;
        margin-right: 20px;
        height: 2px;
        margin-top: -4px;
        border-bottom: 2px solid #4AAB3D;
        text-align: center;
        line-height: 42px;
    }
    
    .read_more_grp ul li .read_more_btn img {
        width: 20px;
        height: 20px;
        float: left;
        margin-top: 10px;
        margin-left: 18px;
        margin-right: 10px;
    }
    
    .read_more_btn:hover {
        background: #4AAB3D;
        color: #fff;
    }
    
    .introduce {
        width: 100%;
        height: fit-content;
    }
    
    .introduce_grp {
        width: 1200px;
        margin: 0px auto;
        margin-top: 140px;
        display: flex;
        justify-content: space-between;
    }
    
    .introduce_grp .grp_title p {
        color: #1B1A1A;
    }
    
    .introduce_content {
        margin-top: 60px;
    }
    
    .introduce_content p {
        font-size: 16px;
        color: #9B9B9B;
        line-height: 27px;
        margin-top: 20px;
        margin-bottom: 30px;
        width: 470px;
    }
    
    .introduce_btn {
        width: 233px;
        height: 61px;
        background: #FFFFFF;
        border-radius: 8px;
        border: 2px solid #EAEAEA;
        display: block;
        font-size: 15px;
        font-weight: bold;
        color: #4AAB3D;
        line-height: 61px;
    }
    
    .introduce_btn:hover {
        background: #4AAB3D;
        color: #fff;
    }
    
    .introduce_btn img {
        width: 20px;
        height: 20px;
        float: left;
        margin-top: 18px;
        margin-left: 30px;
        margin-right: 10px;
    }
    
    .introduce_btn div {
        margin-left: 20px;
        margin-right: 20px;
        height: 2px;
        margin-top: -4px;
        border-bottom: 2px solid #4AAB3D;
        text-align: center;
        line-height: 42px;
    }
    
    .introduce_grp_left {
        width: 470px;
    }
    
    .introduce_list {
        float: right;
        height: fit-content;
        width: 590px;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    
    .introduce_list li {
        width: 270px;
        margin-bottom: 30px;
    }
    
    .introduce_list li img {
        width: 64px;
        height: 64px;
        margin-bottom: 27px;
        display: block;
    }
    
    .introduce_list li span {
        font-size: 18px;
        font-weight: bold;
        color: #282828;
        line-height: 27px;
        display: block;
        margin-bottom: 20px;
    }
    
    .introduce_list li p {
        width: 250px;
        height: 83px;
        font-size: 14px;
        font-weight: bold;
        color: #9B9B9B;
        line-height: 25px;
    }
    
    .other_advantages {
        background: #4AAB3D;
        border-radius: 8px;
        color: #fff;
        padding-left: 40px;
        padding-top: 30px;
        box-sizing: border-box;
    }
    
    .introduce_list .other_advantages span {
        font-size: 25px;
        font-weight: bold;
        color: #FFFFFF;
        line-height: 30px;
    }
    
    .introduce_list .other_advantages p {
        width: 210px;
        font-size: 15px;
        color: #F9F9F9;
        line-height: 25px;
    }
    
    .goods {
        margin: 100px 20px;
        background: #161616;
        border-radius: 16px;
        height: 918px;
    }
    
    .goods_grp {
        width: 1200px;
        margin: 0px auto;
        padding-top: 94px;
        box-sizing: border-box;
        height: fit-content;
    }
    
    .goods_list {
        width: 100%;
        height: 462px;
        overflow: hidden;
        margin-top: 57px;
        display: flex;
        justify-content: left;
    }
    
    .goods_list_btn {
        width: 50px;
        height: 100%;
    }
    
    .left_btn {
        width: 20px;
        object-fit: contain;
        display: block;
    }
    
    .right_btn {
        margin-top: 20px;
        width: 20px;
        object-fit: contain;
        display: block;
    }
    
    #pro_list {
        width: 100%;
        height: 462px;
        position: relative;
        overflow: hidden;
        /* justify-content: ; */
    }
    
    #pro_item_box {
        width: fit-content;
        height: 462px;
        position: absolute;
        left: 0px;
        display: flex;
        flex-wrap: nowrap;
    }
    
    .pro_item {
        float: left;
        width: 370px;
        height: 462px;
        background: #fff;
        margin-right: 30px;
        border-radius: 8px;
        position: relative;
        text-align: left;
        margin-bottom: 30px;
    }
    
    .pro_item img {
        width: 368px;
        height: 300px;
    }
    
    .pro_item_img {
        width: 370px;
        height: 300px;
        /* border: 1px solid #cac8c8; */
        /* border-radius: 8px 8px 0 0; */
        /* border-bottom: 0px; */
    }
    
    .pro_item .pro_text {
        width: 100%;
        padding-left: 40px;
        padding-right: 40px;
        box-sizing: border-box;
        height: 162px;
        overflow: hidden;
        position: absolute;
        bottom: 0px;
        background: #fff;
        border-radius: 8px;
        box-shadow: 0px 5px 83px 1px rgba(40, 40, 40, 0.11);
    }
    /* .pro_item .pro_text:hover {
        height: 326px;
    } */
    
    .pro_text span {
        font-size: 14px;
        font-weight: bold;
        color: #4AAB3D;
        line-height: 28px;
        display: block;
        margin-top: 37px;
    }
    
    .pro_text i {
        font-size: 20px;
        font-style: normal;
        margin-top: 23px;
        /* display: block; */
        height: 68px;
        width: 100%;
        display: -webkit-box;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }
    
    .pro_text span {
        font-size: 15px;
        margin-top: 15px;
        display: block;
        margin-bottom: 30px;
    }
    
    .pro_item .pro_text p {
        width: 100%;
        color: #9B9B9B;
    }
    
    .pro_item .pro_text b {
        margin-top: 20px;
        width: 153px;
        height: 42px;
        background: #4AAB3D;
        border-radius: 8px;
        border: 2px solid #EAEAEA;
        display: block;
        font-size: 15px;
        font-weight: bold;
        color: #fff;
        line-height: 42px;
    }
    
    .pro_item .pro_text b img {
        width: 20px;
        height: 20px;
        margin-left: 10px;
        margin-right: 10px;
        /* margin-top: 10px; */
    }
    
    .map {
        width: 1070px;
        margin: 0 auto;
        margin-top: 108px;
    }
    
    .map .grp_title {
        margin: 0 auto;
        text-align: center;
    }
    
    .map .grp_title p {
        width: 550px;
        display: block;
        margin: 0 auto;
        margin-top: 20px;
        color: #1B1A1A;
        text-align: center;
    }
    
    .map .map_pos img {
        margin-top: 30px;
        width: 100%;
        object-fit: contain;
    }
    
    .map .map_pos {
        position: relative;
    }
    
    .map_pos_dot {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0px;
        top: 0px;
    }
    
    .pos:hover+.pos_box {
        display: block;
    }
    
    .pos_box {
        display: none;
        width: 330px;
        height: 100px;
        margin-left: -150px;
        margin-top: -80px;
        padding: 20px;
        box-sizing: border-box;
        color: #282828;
        font-size: 15px;
        position: absolute;
        background: #fff;
        z-index: 10;
    }
    
    .map .map_pos .map_pos_dot img {
        position: absolute;
        width: 30px;
        height: 30px;
        border-radius: 30px;
        border: 6px solid rgba(138, 138, 138, 0.5);
    }
    
    .map .map_pos .map_pos_dot img:hover {
        border: 6px solid rgba(74, 171, 61, 0.5);
    }
    
    .contact {
        width: 100%;
        height: fit-content;
        position: relative;
    }
    
    .contact img {
        width: 100%;
        object-fit: contain;
        height: 100%;
    }
    
    .content {
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
    }
    
    .content .grp_title {
        margin-top: 158px;
        margin-left: 215px;
    }
    
    .content .grp_title span {
        color: #fff;
    }
    
    .content .grp_title p {
        width: 518px;
    }
    
    .contant_us_form {
        position: absolute;
        width: 590px;
        height: fit-content;
        top: 110px;
        right: 215px;
        background: #FFFFFF;
        border-radius: 8px;
        border: 1px solid #EAEAEA;
        padding-left: 50px;
        padding-right: 50px;
        padding-bottom: 30px;
        box-sizing: border-box;
        box-shadow: 0px 1px 73px 1px rgba(40, 40, 40, 0.15);
    }
    
    .contant_us_form span {
        display: block;
        margin-top: 45px;
        /* margin-left: 48px; */
        font-size: 24px;
        font-weight: bold;
        color: #1B1A1A;
        text-align: left;
        margin-bottom: 25px;
    }
    
    .green_tips {
        font-size: 16px;
        font-family: Roboto-Bold-, Roboto-Bold;
        font-weight: normal;
        color: #4AAB3D;
    }
    
    .contact_title {
        font-size: 34px;
        font-family: Rubik-Medium-, Rubik-Medium;
        font-weight: normal;
        color: #1B1A1A;
        margin-top: 18px;
        margin-bottom: 30px;
    }
    
    .contact_content {
        font-size: 16px;
        font-family: Roboto-Regular-, Roboto-Regular;
        font-weight: normal;
        color: #9B9B9B;
    }
    
    .contact_split_line {
        width: 100%;
        height: 2px;
        background: #EAEAEA;
        margin: 32px auto;
    }
    
    .contact_phone_title {
        font-size: 21px;
        font-family: Rubik-Medium-, Rubik-Medium;
        font-weight: normal;
        color: #1B1A1A;
    }
    
    .contact_phone {
        font-size: 40px;
        font-family: Rubik-Medium-, Rubik-Medium;
        font-weight: normal;
        color: #4AAB3D;
        display: block;
        margin-top: 16px;
        margin-bottom: 25px;
    }
    
    .contact_phone_content {
        font-size: 16px;
        font-family: Roboto-Bold-, Roboto-Bold;
        font-weight: normal;
        color: #9B9B9B;
    }
    
    .layui-tab .layui-tab-title li {
        background: #EFEFEF;
        border-radius: 17px 17px 0px 0px;
        color: #999999;
        border: 0px;
        margin: 0 10px;
    }
    
    .layui-tab .layui-tab-title .layui-this {
        background: #4AAB3D;
        border-radius: 17px 17px 0px 0px;
        color: #ffffff;
        border: 0px;
    }
    
    .layui-tab .layui-tab-title .layui-this:after {
        border: 0px;
    }
    
    .input_name {
        margin-left: 0px !important;
    }
    
    .input_phone {
        margin-left: 0px !important;
    }
    
    .contact_input {
        width: 45%;
        margin-left: 5%;
        height: 51px;
        margin-top: 10px;
        margin-bottom: 10px;
        float: left;
        background: #FFFFFF;
        border-radius: 8px;
        border: 1px solid #EAEAEA;
        padding-left: 20px;
        box-sizing: border-box;
    }
    
    .contact_input_1 {
        width: 45%;
        margin-right: 10%;
        height: 51px;
        margin-top: 10px;
        margin-bottom: 10px;
        float: left;
        background: #FFFFFF;
        border-radius: 8px;
        border: 1px solid #EAEAEA;
        padding-left: 20px;
        box-sizing: border-box;
    }
    
    .input_phone_box {
        width: 100%;
    }
    
    .input_phone_box .countryCode {
        width: fit-content;
        width: 30%;
        height: 48px;
        float: left;
    }
    
    .input_phone_box .input_phone {
        margin-right: 0;
        margin-left: 0;
        width: 60%;
        height: 48px;
        padding-left: 16px;
        box-sizing: border-box;
    }
    
    .input_message {
        width: 100%;
        height: 116px;
        margin-top: 10px;
        margin-bottom: 10px;
        background: #FFFFFF;
        border-radius: 8px 8px 8px 8px;
        border: 1px solid #EAEAEA;
        padding: 20px;
        box-sizing: border-box;
    }
    
    .contact_us_submit {
        width: 100%;
        margin-top: 20px;
        height: 61px;
        background: #1B1A1A;
        border-radius: 8px;
        color: #fff;
        line-height: 61px;
        font-size: 15px;
        /* font-weight: bold; */
    }
    
    .contact_us_submit img {
        height: 26px;
        width: 26px;
        margin-right: 10px;
        margin-top: -4px;
    }
    
    .news {
        margin-top: 108px;
    }
    
    .news .grp_title {
        margin: 0 auto;
        text-align: center;
    }
    
    .news .grp_title p {
        width: 470px;
        display: block;
        margin: 0 auto;
        margin-top: 20px;
        color: #1B1A1A;
        text-align: center;
    }
    
    .news_box {
        display: flex;
        justify-content: space-between;
        width: 1200px;
        margin: 0 auto;
        flex-wrap: wrap;
    }
    
    .news_box li {
        width: 27%;
        height: 458px;
        background: #FFFFFF;
        border-radius: 8px;
        display: block;
        position: relative;
        margin: 30px 0px;
    }
    
    .news_box li img {
        width: 100%;
        object-fit: contain;
        height: fit-content;
        display: block;
    }
    
    .news_box li .read_more_item_title {
        height: 23px;
        font-size: 18px;
        font-weight: bold;
        color: #1B1A1A;
        line-height: 29px;
        width: 210px;
        margin: 16px auto;
        margin-left: 30px;
        display: inline-block;
    }
    
    .news_box li .read_more_item_content {
        color: #9B9B9B;
        font-size: 14px;
        width: 80%;
        height: 108px;
        margin: 0px auto;
        margin-left: 30px;
        line-height: 28px;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    
    .read_more_btn div {
        margin-left: 20px;
        margin-right: 20px;
        height: 2px;
        margin-top: -4px;
        border-bottom: 2px solid #4AAB3D;
        text-align: center;
        line-height: 42px;
    }
    
    .news_box li .read_more_btn img {
        width: 20px;
        height: 20px;
        float: left;
        margin-top: 10px;
        margin-left: 18px;
        margin-right: 10px;
    }
    
    .read_more_btn:hover {
        background: #4AAB3D;
        color: #fff;
    }
    
    .news_date {
        margin-top: -30px;
        right: 0px;
        background: #fff;
        border-radius: 8px 0px 0px 0px;
        width: 114px;
        height: 30px;
        text-align: center;
        line-height: 30px;
        color: #616161;
        font-size: 14px;
        position: absolute;
        z-index: 10;
    }
    
    .banner {
        width: 100%;
        height: fit-content;
        position: relative;
    }
    
    .banner_img {
        width: 100%;
        max-height: 600px;
        /* height: 300px; */
    }
    
    .content {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0px;
        left: 0px;
    }
    
    .content .title {
        display: block;
        margin: 0 auto;
        margin-top: 236px;
        font-size: 75px;
        font-weight: bold;
        color: #FFFFFF;
        line-height: 70px;
        text-align: center;
    }
    
    .content .page_rote {
        display: block;
        margin: 0 auto;
        margin-top: 20px;
        font-size: 14px;
        font-weight: bold;
        color: #F4F4F4;
        text-align: center;
    }
    
    .content .arrow_down {
        width: 100px;
        height: 100px;
        display: block;
        position: absolute;
        left: 50%;
        bottom: -50px;
        margin-left: -50px;
    }
    
    .company {
        width: 1200px;
        margin: 108px auto;
        height: fit-content;
        display: flex;
        justify-content: space-around;
    }
    
    .company_img {
        width: 50%;
        object-fit: contain;
        height: fit-content;
    }
    
    .company_content {
        width: 45%;
        height: 100%;
        padding-top: 63px;
        box-sizing: border-box;
    }
    
    .company_content ul {
        margin-top: 60px;
        width: 100%;
        HEIGHT: fit-content;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    
    .company_content ul li {
        display: block;
        width: 242px;
        height: 70px;
        background: #F8F8F8;
        line-height: 70px;
        text-align: left;
        padding-left: 20px;
        margin-bottom: 15px;
    }
    
    .company_content ul li img {
        width: 30px;
        height: 30px;
    }
    
    .company_content ul li span {
        font-size: 16px;
        font-family: Rubik-Regular, Rubik;
        font-weight: 400;
        color: #091D3E;
    }
    
    .company_first {
        width: 100%;
        height: fit-content;
        margin: 108px auto;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    
    .company_first_left {
        width: 40%;
        object-fit: contain;
        height: fit-content;
    }
    
    .company_first_right {
        width: 60%;
        height: 876px;
        overflow: hidden;
        position: relative;
        /* background: url(../img/company/company_right.png);
        background-size: contain; */
    }
    
    .company_first_right img {
        height: 100%;
        object-fit: contain;
        float: left;
    }
    
    .company_first_right .text {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0px;
        top: 0px;
        color: #fff;
        padding-top: 100px;
        padding-left: 115px;
        box-sizing: border-box;
    }
    
    .company_first_right .text span {
        font-size: 40px;
        font-weight: bold;
        color: #FFFFFF;
        line-height: 68px;
    }
    
    .company_first_right .text p {
        width: 70%;
        font-size: 16px;
        font-family: Rubik-Regular, Rubik;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 30px;
    }
    
    .company_first_right .honour {
        width: 600px;
        height: 166px;
        background: #1F242C;
        border-radius: 5px;
        border: 2px solid #343C4A;
        line-height: 166px;
        display: flex;
        justify-content: space-around;
        margin-bottom: 30px;
    }
    
    .company_first_right .honour img {
        width: 120px;
        height: 120px;
        margin-top: 23px;
        margin-left: 23px;
        margin-right: 32px;
    }
    
    .company_first_right .honour p {
        width: 383px;
        height: 120px;
        margin-top: 23px;
        margin-right: 23px;
    }
    
    .company_first_right .honour p span {
        font-size: 20px;
        font-family: Rubik-Bold, Rubik;
        font-weight: bold;
        color: #FFFFFF;
        line-height: 30px;
    }
    
    .honour p text {
        margin-top: 20px;
        width: 100%;
        font-size: 16px;
        font-family: Rubik-Regular, Rubik;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 30px;
        display: block;
    }
    
    .company h2 {
        width: 100%;
        font-size: 40px;
        font-weight: bold;
        color: #1F242C;
        line-height: 68px;
    }
    
    .company p {
        margin-top: 32px;
        font-size: 16px;
        font-family: Rubik-Regular, Rubik;
        font-weight: 400;
        color: #565872;
        line-height: 30px;
    }
    
    .pro_type {
        width: fit-content;
        margin: 0 auto;
        margin-top: 50px;
        background-color: #fff !important;
    }
    
    .pro_type li a {
        color: #000 !important;
    }
    
    .layui-nav-child-child-li {
        position: absolute;
        left: 100%;
        top: -5px;
        height: fit-content;
        background-color: #fff;
        box-shadow: 0 2px 4px rgba(0, 0, 0, .12);
        border: 1px solid #eee;
        line-height: 36px;
        padding: 5px 0;
        z-index: 110;
        border-radius: 2px;
        white-space: nowrap;
        display: none;
    }
    
    .layui-nav-child-child:hover .layui-nav-child-child-li {
        display: block;
    }
    /**product*/
    
    .pro {
        width: 1200px;
        height: fit-content;
        margin: 108px auto;
        text-align: center;
    }
    
    .pro .pro_title {
        font-size: 40px;
        font-weight: bold;
        color: #1F242C;
        line-height: 68px;
    }
    
    .pro .pro_content {
        font-size: 16px;
        font-weight: 400;
        color: #1F242C;
        line-height: 30px;
        margin-top: 20px;
        width: 545px;
        margin: 0 auto;
    }
    
    .com_pro_list {
        margin-top: 43px;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        height: fit-content;
    }
    
    .faqs {
        width: 1200px;
        height: fit-content;
        text-align: center;
        margin: 108px auto;
    }
    
    .faqs_title {
        font-size: 16px;
        font-weight: bold;
        color: #4AAB3D;
    }
    
    .faqs_content {
        font-size: 40px;
        font-weight: bold;
        color: #1B1A1A;
        line-height: 55px;
        display: block;
        margin-top: 19px;
        margin-bottom: 30px;
    }
    
    .faqs ul {
        width: 100%;
        height: fit-content;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    
    .faqs ul li {
        width: 570px;
        height: fit-content;
        background: #FFFFFF;
        border-radius: 8px;
        border: 2px solid #EAEAEA;
        margin-bottom: 30px;
    }
    
    .faq_item_title {
        width: 100%;
        height: 76px;
        display: flex;
        justify-content: space-around;
        align-items: center;
        font-size: 16px;
        font-weight: bold;
        color: #222222;
        line-height: 19px;
    }
    
    .faqs ul li:hover .faq_item_title {
        color: #4AAB3D;
    }
    
    .faq_btn {
        width: 20px;
        height: 20px;
        background: url(../img/faq/icon_add.png) no-repeat;
        background-size: 20px;
    }
    
    .faqs ul li:hover .faq_btn {
        background: url(../img/faq/icon_sub.png) no-repeat;
        background-size: 20px;
    }
    
    .faqs ul li:hover .faq_item_content {
        display: block;
    }
    
    .faq_item_content {
        display: none;
        margin-top: 0px;
        padding-bottom: 18px;
        margin-left: 30px;
        margin-right: 26px;
        text-align: left;
    }
    
    .energy {
        width: 100%;
        height: fit-content;
        display: flex;
        justify-content: space-between;
    }
    
    .energy img {
        width: 50%;
        height: fit-content;
        object-fit: contain;
    }
    
    .energy .energy_content {
        width: 50%;
        float: right;
        background: #4AAB3D;
        padding-top: 40px;
        box-sizing: border-box;
    }
    
    .energy_content_title {
        font-size: 36px;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 44px;
        width: 80%;
        margin: 0 auto;
    }
    
    .energy_content_content {
        font-size: 17px;
        font-weight: 400;
        color: #F9F9F9;
        line-height: 27px;
        width: 80%;
        margin: 30px auto;
    }
    
    .energy_content_item {
        width: 39%;
        height: fit-content;
        display: inline-block;
    }
    
    .energy_content_item img {
        width: 64px;
        height: 64px;
    }
    
    .energy_content_item span {
        font-size: 18px;
        font-weight: bold;
        color: #FFFFFF;
        line-height: 27px;
        display: block;
        margin-top: 17px;
        margin-bottom: 13px;
    }
    
    .energy_content_item p {
        font-size: 15px;
        font-weight: 400;
        color: #F9F9F9;
        line-height: 25px;
        height: 80px;
        overflow: hidden;
        width: 90%;
    }
    
    .energy_contact_btn {
        display: block;
        width: 208px;
        height: 61px;
        background: #FFFFFF;
        border-radius: 8px;
        line-height: 61px;
        text-align: center;
        margin-left: 15%;
        margin-top: 30px;
    }
    
    .energy_contact_btn img {
        height: 26px;
        width: 26px;
        margin-right: 12px;
    }
    
    .energy_contact_btn span {
        font-size: 15px;
        font-weight: bold;
        color: #4AAB3D;
    }
    
    .layui-main .product_tab {
        width: fit-content;
        height: fit-content;
        margin: 0 auto;
        margin-top: 120px;
    }
    
    .load_more {
        width: 170px;
        height: 61px;
        background: #4AAB3D;
        border-radius: 8px;
        text-align: center;
        display: block;
        margin: 0 auto;
    }
    
    .load_more img {
        width: 26px;
        height: 26px;
        margin-right: 12px;
    }
    
    .load_more span {
        font-size: 15px;
        font-weight: bold;
        color: #FFFFFF;
        line-height: 61px;
    }
    
    .contact_box {
        width: 1200px;
        margin: 130px auto;
        height: fit-content;
        display: flex;
        justify-content: space-between;
    }
    
    .contact_left {
        width: 500px;
        height: 100%;
        padding: 60px;
        box-sizing: border-box;
        /* background: #E4F2E2; */
        border-radius: 8px;
    }
    
    .contact_left ul {
        height: 100%;
        display: flex;
        justify-content: space-around;
        flex-direction: column;
        align-items: center;
    }
    
    .contact_left ul li {
        width: 100%;
        height: fit-content;
    }
    
    .contact_left ul li span {
        font-size: 17px;
        font-weight: bold;
        color: #282828;
        line-height: 30px;
    }
    
    .contact_left ul li p {
        font-size: 14px;
        font-weight: 400;
        color: #9B9B9B;
        line-height: 24px;
    }
    
    .contact_right {
        width: 610px;
        height: fit-content;
    }
    
    .contact_right span {
        font-size: 22px;
        font-weight: bold;
        color: #1B1A1A;
        display: block;
    }
    
    .contact_right p {
        font-size: 15px;
        font-weight: 400;
        color: #9B9B9B;
        width: 100%;
        text-align: left;
        margin: 30px auto;
    }
    
    .contact_right .contact_form {
        position: relative;
        width: 100%;
        height: fit-content;
    }
    
    .form_box {
        width: 100%;
        height: fit-content;
        background: #FFFFFF;
        box-shadow: 0px 1px 73px 1px rgba(40, 40, 40, 0.15);
        border-radius: 16px 16px 16px 16px;
    }
    
    .form_box .layui-tab-item {
        padding-left: 60px;
        padding-right: 60px;
    }
    
    .form_title {
        display: block;
        /* margin-left: 60px; */
        margin-top: 30px;
    }
    
    .select_house_type {
        width: 100%;
        height: 51px;
        /* color: #9B9B9B; */
        margin-top: 10px;
        margin-bottom: 10px;
        float: left;
        background: #FFFFFF;
        border-radius: 8px;
        border: 1px solid #EAEAEA;
        padding-left: 20px;
        padding-right: 20px;
        box-sizing: border-box;
    }
    
    .input_house_area {
        width: 100%;
        height: 51px;
        margin-top: 10px;
        margin-bottom: 10px;
        float: left;
        background: #FFFFFF;
        border-radius: 8px;
        border: 1px solid #EAEAEA;
        padding-left: 20px;
        box-sizing: border-box;
        /* margin-bottom: 24px; */
    }
    /* .power_storage {
        width:100%;
        height
    }
     */
    
    .input_radio p {
        font-size: 14px;
        text-indent: 4px;
        font-family: Roboto-Bold-, Roboto-Bold;
        font-weight: normal;
        color: #282828;
        /* display: block; */
        margin-top: 24px;
        margin-bottom: 15px;
    }
    
    .input_radio ul {
        width: 100%;
        display: flex;
        justify-content: space-between;
        /* align-items: center; */
        flex-wrap: wrap;
    }
    
    .input_radio ul li {
        width: 50%;
        height: fit-content;
        /* line-height: 50px; */
        text-align: left;
        display: flex;
        justify-content: left;
        align-items: center;
    }
    
    .input_radio ul li input {
        margin-right: 10px;
    }
    
    .input_radio ul li label {
        color: #9B9B9B;
    }
    
    .contact_form textarea {
        width: 100%;
        height: 60px;
        margin-top: 10px;
        border-radius: 8px;
        padding: 12px;
        box-sizing: border-box;
        border: 1px solid #EAEAEA;
    }
    
    #change_page .layui-laypage {
        width: fit-content;
        margin: 0 auto;
        margin-top: 60px;
        display: block;
    }
    
    #change_page .layui-laypage .layui-laypage-curr {
        border-radius: 8px;
        min-width: 50px;
        min-height: 50px;
        box-sizing: border-box;
        font-size: 20px;
        line-height: 50px;
        text-align: center;
        border: 2px solid #EAEAEA;
        margin: 0px 10px;
    }
    
    #change_page .layui-laypage a,
    .layui-laypage span {
        border-radius: 8px;
        min-width: 50px;
        min-height: 50px;
        box-sizing: border-box;
        font-size: 20px;
        line-height: 50px;
        text-align: center;
        border: 2px solid #EAEAEA;
        margin: 0px 10px;
    }
    
    #change_page .layui-laypage .layui-laypage-curr .layui-laypage-em {
        background-color: #4AAB3D;
    }
    
    .essay {
        width: 1200px;
        margin: 0 auto;
    }
    
    .essay .rote_link {
        width: 100%;
        height: fit-content;
        margin-top: 60px;
        margin-bottom: 42px;
    }
    
    .essay .rote_link .rote_link_main {
        font-size: 14px;
        font-weight: bold;
        color: #1B1A1A;
    }
    
    .essay .rote_link .rote_link_detail {
        font-size: 14px;
        font-weight: 400;
        color: #9B9B9B;
    }
    
    .detail_box {
        width: 100%;
        height: fit-content;
        display: flex;
        justify-content: space-between;
    }
    
    .detail_left {
        width: 60%;
        height: fit-content;
        position: relative;
    }
    
    .detail_left img {
        width: 100%;
        object-fit: contain;
        height: fit-content;
    }
    
    .detail_date {
        width: 80%;
        height: 40px;
        background: #FFFFFF;
        border-radius: 0px 16px 0px 0px;
        font-size: 13px;
        line-height: 40px;
        font-weight: 400;
        color: #4AAB3D;
        text-align: center;
        position: absolute;
        left: 0px;
        margin-top: -40px;
        z-index: 10;
    }
    
    .detail_title {
        width: 100%;
        font-size: 40px;
        font-weight: bold;
        color: #1B1A1A;
        line-height: 50px;
        margin-top: 23px;
        display: block;
        padding: 0px 40px;
        box-sizing: border-box;
    }
    
    .detail_content {
        width: 100%;
        font-size: 16px;
        font-weight: 400;
        color: #9B9B9B;
        line-height: 27px;
        margin-top: 40px;
        display: block;
        padding: 0px 40px;
        box-sizing: border-box;
    }
    
    .detail_right {
        width: 30%;
        height: fit-content;
    }
    
    .bottom_line {
        height: 4px;
        background: #4AAB3D;
        margin: 0px auto;
        position: absolute;
        bottom: -34px;
        left: 0px;
        right: 0px;
    }
    
    .detail_search {
        width: 100%;
        height: 181px;
        background: #F4F4F4;
        border-radius: 8px;
        padding: 40px 40px;
        box-sizing: border-box;
    }
    
    .detail_search span {
        font-size: 19px;
        font-weight: bold;
        color: #282828;
        line-height: 30px;
        display: block;
    }
    
    .detail_search_input {
        margin: 20px 0px;
        height: 55px;
        background: #FFFFFF;
        border-radius: 8px;
        border: 1px solid #EAEAEA;
        position: relative;
    }
    
    .detail_search_input input {
        width: 100%;
        height: 100%;
        border: 0px;
        padding-left: 16px;
        box-sizing: border-box;
        border-radius: 8px;
    }
    
    .detail_search_input img {
        width: 16px;
        height: 16px;
        position: absolute;
        right: 17px;
        top: 20px;
    }
    
    .other_news {
        width: 100%;
        height: fit-content;
        background: #F4F4F4;
        border-radius: 8px;
        padding: 40px 40px;
        box-sizing: border-box;
        margin-top: 40px;
        padding-bottom: 20px;
    }
    
    .other_news span {
        font-size: 19px;
        font-weight: bold;
        color: #282828;
        line-height: 30px;
        display: block;
        margin-bottom: 20px;
    }
    
    .other_news ul li {
        margin-bottom: 20px;
        height: 100px;
        /* line-height: 100px; */
    }
    
    .other_news ul li img {
        width: 80px;
        height: 80px;
        float: left;
        margin-right: 20px;
        margin-top: 10px;
    }
    
    .other_news ul li span {
        font-size: 13px;
        font-weight: 400;
        color: #616161;
        line-height: 13px;
        margin-bottom: 10px;
    }
    
    .other_news ul li p {
        font-size: 14px;
        font-weight: 400;
        color: #1B1A1A;
        line-height: 23px;
    }
    /*solutions**/
    
    .main .rote_link {
        height: 60px;
        line-height: 60px;
        border-bottom: 1px solid #EAEAEA;
    }
    
    .advers_0 {
        margin-top: 108px;
    }
    
    .advers_0 .grp_title {
        text-align: center;
    }
    
    .advers_0 .grp_title p {
        color: #1B1A1A;
        text-align: center;
        width: fit-content;
        margin: 20px auto;
    }
    
    .advers_0 ul {
        width: 100%;
        margin-top: 108px;
        height: fit-content;
        display: flex;
        justify-content: space-between;
    }
    
    .advers_0 ul li {
        width: 22%;
    }
    
    .advers_0_item {
        width: 100%;
        height: 200px;
        border: 2px solid #E8E8E8;
        text-align: center;
    }
    
    .advers_0_item img {
        height: 56px;
        object-fit: contain;
        margin-top: 44px;
        display: block;
        margin: 40px auto;
    }
    
    .advers_0_item span {
        font-size: 18px;
        font-family: Arial-Regular, Arial;
        font-weight: 400;
        color: #1F242C;
        line-height: 29px;
    }
    
    .advers_0_item div {
        width: 44px;
        height: 6px;
        background: #4AAB3D;
        margin: 0 auto;
        margin-top: 30px;
    }
    
    .solutions_pro {
        margin: 108px auto;
    }
    
    .solutions_pro .grp_title {
        text-align: center;
    }
    
    .solutions_pro .grp_title p {
        color: #1B1A1A;
        text-align: center;
        width: fit-content;
        margin: 20px auto;
    }
    
    .case_study {
        width: 100%;
        height: fit-content;
        background-color: #F0F9F7;
        padding-top: 200px;
        padding-bottom: 60px;
    }
    
    .case_study ul {
        display: block;
        width: 1200px;
        margin: 0px auto;
        height: fit-content;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
    }
    
    .case_study ul li {
        width: 30%;
        height: 360px;
        overflow: hidden;
        margin-bottom: 30px;
    }
    
    .case_study ul .case_study_title span {
        font-size: 40px;
        font-weight: bold;
        color: #191919;
        line-height: 68px;
    }
    
    .case_study ul .case_study_title p {
        font-size: 16px;
        font-family: Rubik-Regular, Rubik;
        font-weight: 400;
        color: #565872;
        line-height: 30px;
        margin-top: 40px;
    }
    
    .case_study_item {
        position: relative;
    }
    
    .case_study_item img {
        width: 100%;
        height: 360px;
    }
    
    .case_study_item .tips {
        position: absolute;
        height: 106px;
        left: 20px;
        right: 20px;
        bottom: -120px;
        padding-left: 16px;
        box-sizing: border-box;
        background: #57B33E;
        box-shadow: 0px 20px 50px 1px rgba(0, 0, 0, 0.07);
        border-radius: 5px 5px 5px 5px;
    }
    
    .case_study_item:hover .tips {
        bottom: 20px;
    }
    
    .case_study_item:hover .tips span {
        font-size: 12px;
        font-family: Arial-Regular, Arial;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 20px;
        display: block;
        margin-top: 30px;
        margin-bottom: 10px;
    }
    
    .case_study_item:hover .tips p {
        font-size: 16px;
        font-family: Arial-Bold, Arial;
        font-weight: bold;
        color: #FFFFFF;
        line-height: 38px;
    }
    
    .client {
        width: 100%;
        margin: 0 auto;
        margin-bottom: 240px;
        /* height: 588px; */
        background-color: #57B33E;
        position: relative;
    }
    
    .client .bg {
        width: 100%;
        height: 588px;
        /* object-fit: contain; */
    }
    
    .client_box {
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
    }
    
    .client_box .grp_title {
        margin: 0 auto;
        margin-top: 170px;
        text-align: center;
    }
    
    .client_box .grp_title p {
        width: fit-content;
        margin: 0 auto;
        margin-bottom: 30px;
    }
    
    .client_box .grp_title span {
        color: #fff;
    }
    
    .client_box ul {
        display: flex;
        justify-content: center;
        margin-top: 90px;
    }
    
    .client_item {
        width: 400px;
        height: 410px;
        background-color: #fff;
        text-align: center;
        box-shadow: 0px 10px 30px 1px rgba(0, 0, 0, 0.07);
    }
    
    .client_item img {
        width: 84px;
        height: 80px;
        margin-top: 64px;
        margin-bottom: 30px;
    }
    
    .client_item p {
        font-size: 16px;
        font-family: Rubik-Regular, Rubik;
        font-weight: 400;
        color: #1F242C;
        line-height: 30px;
        padding: 0px 45px;
        box-sizing: border-box;
    }
    
    .client_item span {
        font-size: 16px;
        font-family: Rubik-Bold, Rubik;
        font-weight: bold;
        color: #222222;
        display: block;
        margin: 14px auto;
    }
    
    .client_item a {
        font-size: 16px;
        font-family: Rubik-Regular, Rubik;
        font-weight: 400;
        color: #565872;
    }
    /**product detail**/
    
    .pro_box {
        width: 100%;
        display: flex;
        justify-content: space-between;
    }
    
    .pro_name {
        width: 45%;
        height: fit-content;
    }
    
    .pro_name h2 {
        width: 100%;
        font-size: 28px;
        font-weight: bold;
        color: #0C0C0C;
        line-height: 36px;
    }
    
    .pro_name button {
        margin-top: 60px;
        width: 100%;
        height: 65px;
        background: #4AAB3D;
        box-shadow: 0px 3px 63px 1px rgba(40, 40, 40, 0.11);
        border-radius: 4px;
        color: #fff;
        border: 0px;
    }
    
    #pro_content {
        margin-top: 30px;
        font-size: 16px;
    }
    
    #pro_content h3 {
        font-size: 24px;
        font-weight: bold;
    }
    
    #pro_content div {
        width: 50%;
        /* float: left; */
        margin-right: 10%;
        background-color: #4AAB3D;
        padding: 20px 40px;
        box-sizing: border-box;
        color: #fff;
        border-radius: 10px;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    
    #pro_content div dl div {
        margin: 10px 0px;
        padding: 0px;
    }
    
    #pro_content div dl div {
        /* width: 600px; */
        width: 100%;
        display: flex;
        justify-content: space-between;
    }
    
    #pro_content h2 {
        display: block;
        margin-top: 30px;
        font-size: 24px;
        font-weight: bold;
        margin-bottom: 20px;
    }
    
    #pro_content p {
        margin-top: 20px;
    }
    
    #pro_content ul {
        padding-left: 20px;
        box-sizing: border-box;
    }
    
    #pro_content ul li {
        margin: 10px 0px;
        text-indent: 10px;
        display: list-item;
        list-style-image: url(../img/rent/rent_line_style.png);
        /* margin: 4% auto; */
    }
    
    #pro_img_box {
        width: 600px;
        height: 563px;
    }
    
    #pro_img_box div {
        line-height: 563px;
    }
    
    #pro_img_box div img {
        width: 100%;
        object-fit: contain;
        /* height: 100%; */
    }
    
    #pro_img .layui-carousel-ind {
        position: relative;
        top: 0px;
        height: fit-content;
    }
    
    #pro_img .layui-carousel-ind ul {
        padding: 0;
        margin: 0;
        display: flex;
        justify-content: left;
        flex-wrap: wrap;
        border-radius: 0px;
    }
    
    #pro_img .layui-carousel-ind li {
        width: 100px;
        height: 100px;
        border-radius: 8px;
        text-align: center;
        line-height: 100px;
        margin: 6px;
        padding: 0;
        -webkit-transition-duration: 0s;
        transition-duration: 0s;
    }
    
    #pro_img .layui-carousel-ind .layui-this {
        width: 88px;
        height: 88px;
        border: 6px solid #4AAB3D;
        -webkit-transition-duration: 0s;
        transition-duration: 0s;
    }
    
    #pro_img .layui-carousel-ind .layui-this img {
        margin-top: -14px;
    }
    
    #pro_img .layui-carousel-ind li img {
        width: 88px;
        height: 88px;
    }
    
    .pro_ability {
        width: 1200px;
        margin: 0 auto;
        margin-top: 100px;
        display: flex;
        justify-content: space-between;
        background-color: #fff;
        height: 247px;
        border-radius: 8px;
        box-shadow: 0px 5px 83px 1px rgba(40, 40, 40, 0.11);
        /* position: absolute; */
    }
    
    .pro_classify li {
        width: 25%;
        height: 247px;
        text-align: center;
        padding: 30px;
        box-sizing: border-box;
    }
    
    .pro_ability li img {
        height: 87px;
        object-fit: contain;
        margin: 30px auto;
        /* margin-bottom: 10px; */
    }
    
    .pro_ability li span {
        width: 100%;
        font-size: 21px;
        font-family: Rubik-Medium-, Rubik-Medium;
        font-weight: normal;
        color: #1B1A1A;
        line-height: 29px;
        margin-top: 10px;
        display: inline-block;
        text-align: center;
    }
    
    .pro_ability li:first-child {
        border-bottom: 3px solid #4AAB3D;
    }
    
    .pro_content {
        width: 1200px;
        height: fit-content;
        margin: 0px auto;
        margin-top: 320px;
        position: relative;
        display: flex;
        justify-content: right;
        align-items: center;
    }
    
    .pro_parameter {
        width: 600px;
        height: fit-content;
        background-color: #fff;
        position: absolute;
        left: 0px;
        top: 100px;
        z-index: 100;
        padding: 50px 100px 25px 70px;
        box-shadow: 0px 0px 40px 1px rgba(0, 0, 0, 0.1);
        border-radius: 20px;
        box-sizing: border-box;
    }
    
    .pro_parameter_line {
        width: 4px;
        height: 93px;
        background-color: #4AAB3D;
        position: absolute;
        left: 0px;
    }
    
    .pro_parameter h2 {
        color: #000;
        font-size: 40px;
    }
    
    .pro_parameter span {
        font-size: 24px;
        color: #9B9B9B;
        display: block;
        margin: 30px auto;
    }
    
    .pro_parameter p {
        font-size: 16px;
        font-family: Arial-Regular, Arial;
        font-weight: 400;
        color: #9B9B9B;
        line-height: 27px;
    }
    
    .pro_img {
        width: 677px;
        object-fit: contain;
        height: fit-content;
    }
    
    .pro_detail {
        margin-top: 120px;
        width: 100%;
        height: fit-content;
        display: flex;
        justify-content: space-between;
        position: relative;
    }
    
    .datasheet_btn {
        width: 208px;
        height: 61px;
        background: #FFFFFF;
        border-radius: 8px;
        text-align: center;
        line-height: 61px;
        display: block;
        margin-top: 40px;
    }
    
    .pro_detail .pro_detail_classify .datasheet_btn img {
        width: 26px;
        height: 26px;
        margin-right: 12px;
    }
    
    .datasheet_btn span {
        font-size: 15px;
        font-weight: bold;
        color: #4AAB3D;
    }
    
    .pro_detail img {
        width: 50%;
        object-fit: contain;
        height: fit-content;
    }
    
    #pop_box {
        position: fixed;
        top: 0px;
        left: 0px;
        bottom: 0px;
        width: 100%;
        height: 100%;
        z-index: 100;
        display: none;
    }
    
    #pop_box .pop_bg {
        position: absolute;
        left: 0px;
        right: 0px;
        top: 0px;
        bottom: 0px;
        z-index: -1;
        background-color: rgba(0, 0, 0, 0.4);
    }
    
    .close_btn {
        float: right;
        width: 30px;
        height: 30px;
    }
    
    .pop_content {
        position: absolute;
        top: 50%;
        /* margin: 0 auto; */
        left: 50%;
        margin-left: -305px;
        margin-top: -280px;
        width: 610px;
        padding: 20px 40px;
        box-sizing: border-box;
        height: 560px;
        /* overflow: scroll; */
        /* margin-top: 30px; */
        /* margin-top: 100px; */
        background: #fff;
        border-radius: 16px;
    }
    
    .pop_content_title {
        width: fit-content;
        margin: 0 auto;
        margin-bottom: 10px;
    }
    
    .pop_content .select_house_type {
        height: 31px;
    }
    
    .pop_content .input_house_area {
        height: 31px;
    }
    
    .pop_content .input_radio p {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    
    .pop_content .input_radio ul li {
        margin: 4px 0px;
        text-align: left;
        display: flex;
        justify-content: left;
    }
    
    .pop_content .contact_input_1 {
        height: 31px;
    }
    
    .pop_content .countryCode {
        height: 28px;
        line-height: 28px;
    }
    
    .pop_content .input_phone_box input {
        height: 28px;
        line-height: 28px;
    }
    
    .pop_content .submit_btn {
        margin-top: 20px;
        display: block;
        width: 490px;
        height: 41px;
        line-height: 41px;
        background: #4AAB3D;
        border-radius: 8px;
        /* position: absolute; */
        color: #fff;
        text-align: center;
        /* bottom: 40px; */
    }
    
    .submit_btn {
        margin-top: 30px;
        display: block;
        width: 490px;
        height: 61px;
        line-height: 61px;
        background: #4AAB3D;
        border-radius: 8px;
        /* position: absolute; */
        color: #fff;
        text-align: center;
        /* bottom: 40px; */
    }
    
    .pro_detail_classify {
        width: 50%;
        background: #4AAB3D;
        padding: 80px 100px;
        box-sizing: border-box;
        position: absolute;
        top: 0px;
        left: 50%;
        height: 100%;
    }
    
    .pro_detail_classify h2 {
        font-size: 40px;
        font-family: Arial-Bold, Arial;
        font-weight: bold;
        color: #FFFFFF;
        line-height: 54px;
    }
    
    .pro_detail_classify ul {
        width: 100%;
        height: fit-content
    }
    
    .pro_detail_classify ul li {
        width: 100%;
        height: 55px;
        line-height: 55px;
        display: flex;
        color: #fff;
        font-size: 17px;
        justify-content: space-between;
        align-items: center;
        text-align: left;
    }
    
    .otherPro {
        width: 1200px;
        margin: 108px auto;
        height: fit-content;
        text-align: left;
    }
    
    .otherPro .tips {
        font-size: 16px;
        color: #4AAB3D;
    }
    
    .otherPro h2 {
        font-size: 40px;
        font-weight: bold;
        color: #1B1A1A;
        margin-top: 18px;
        margin-bottom: 30px;
    }
    
    .otherPro ul {
        width: 100%;
        height: 462px;
        display: flex;
        justify-content: space-between;
    }
    /*rent**/
    
    .content_0 {
        width: 100%;
        height: fit-content;
        display: flex;
        justify-content: space-between;
    }
    
    .content_left {
        width: 610px;
        height: fit-content;
        position: relative;
    }
    
    .content_left img {
        width: 610px;
        object-fit: contain;
        height: fit-content;
    }
    
    .content_left .content_text {
        position: absolute;
        width: 350px;
        height: 222px;
        background: #4AAB3D;
        border-radius: 8px;
        z-index: 10;
        right: 40px;
        bottom: -40px;
        padding: 0 40px;
        box-sizing: border-box;
    }
    
    .content_text h2 {
        font-size: 25px;
        margin-top: 32px;
        font-family: Rubik-Regular-, Rubik-Regular;
        font-weight: normal;
        color: #FFFFFF;
    }
    
    .content_text p {
        font-size: 15px;
        font-family: Roboto-Bold-, Roboto-Bold;
        font-weight: normal;
        color: #F9F9F9;
        margin-top: 23px;
    }
    
    .content_right {
        width: 50%;
        height: fit-content;
        padding: 0 50px;
        box-sizing: border-box;
    }
    
    .content_right span {
        font-size: 16px;
        font-family: Roboto-Bold-, Roboto-Bold;
        font-weight: normal;
        color: #4AAB3D;
    }
    
    .content_right h2 {
        font-size: 40px;
        font-family: Arial-Bold, Arial;
        font-weight: bold;
        color: #1B1A1A;
        margin-top: 15px;
        margin-bottom: 40px;
    }
    
    .content_right p {
        font-size: 16px;
        font-family: Roboto-Regular-, Roboto-Regular;
        font-weight: normal;
        color: #9B9B9B;
    }
    
    .ability {
        width: 100%;
        padding-top: 120px;
        box-sizing: border-box;
        height: fit-content;
        margin-top: 108px;
        background: #F6F7F8;
    }
    
    .ability_text {
        width: 1200px;
        height: fit-content;
        margin: 0 auto;
    }
    
    .ability_title {
        width: 40%;
        margin-right: 10%;
        font-size: 40px;
        font-family: Arial-Bold, Arial;
        font-weight: bold;
        color: #1B1A1A;
        float: left;
        margin-bottom: 120px;
    }
    
    .ability_content {
        width: 40%;
        font-size: 16px;
        font-family: Arial-Regular, Arial;
        font-weight: 400;
        color: #9B9B9B;
        float: right;
    }
    
    .ability_contact_btn {
        width: 170px;
        height: 65px;
        line-height: 65px;
        font-size: 15px;
        color: #fff;
        background: #4AAB3D;
        box-shadow: 0px 3px 63px 1px rgba(40, 40, 40, 0.11);
        border-radius: 4px;
        float: left;
        display: block;
        margin-top: 30px;
    }
    
    .ability_box {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 70px;
    }
    
    .ability_box li {
        width: 370px;
        height: 330px;
        background: #FFFFFF;
        box-shadow: 0px 5px 83px 1px rgba(40, 40, 40, 0.11);
        border-radius: 8px;
        padding: 40px;
        box-sizing: border-box;
        position: relative;
    }
    
    .ability_box li .ability_bottom_line {
        width: 80%;
        height: 4px;
        background: #4AAB3D;
        position: absolute;
        bottom: 0px;
        right: 0px;
    }
    
    .ability_box li:hover .ability_bottom_line {
        height: 10px;
    }
    
    .ability_box li img {
        /* width: 80px; */
        height: 80px;
        object-fit: contain;
        display: block;
    }
    
    .ability_box li span {
        font-size: 23px;
        font-weight: bold;
        color: #253745;
        display: block;
        margin-top: 25px;
        margin-bottom: 30px;
    }
    
    .ability_box li p {
        font-size: 15px;
        color: #9B9B9B;
    }
    
    .swkbank {
        margin-top: 108px;
        width: 100%;
        height: 690px;
        /* display: flex; */
        /* height: fit-content; */
        position: relative;
    }
    
    .swkbank_img {
        height: 690px;
        float: left;
        /* width: 50%; */
        /* height: 600px; */
        object-fit: contain;
        /* height: fit-content; */
    }
    
    .swkbank_grp {
        width: 50%;
        padding-left: 5%;
        box-sizing: border-box;
        height: 690px;
        background: #fff;
        /* border-radius: 12px; */
        box-sizing: border-box;
        position: absolute;
        right: 0px;
    }
    
    .swkbank_grp .swkbank_grp_title {
        width: 312px;
        height: 40px;
        background: #4AAB3D;
        line-height: 40px;
        text-align: center;
        color: #fff;
        font-size: 15px;
        display: block;
        border-radius: 0px 0px 12px 12px;
        margin-bottom: 56px;
    }
    
    .swkbank_grp h2 {
        font-size: 40px;
        font-family: Arial-Bold, Arial;
        font-weight: bold;
        color: #1B1A1A;
    }
    
    .swkbank_grp p {
        font-size: 16px;
        font-family: Arial-Regular, Arial;
        font-weight: 400;
        color: #9B9B9B;
        margin-top: 25px;
        margin-bottom: 20px;
    }
    
    .swkbank_list {
        width: 95%;
        margin-top: 152px;
        height: fit-content;
        padding: 25px 35px;
        box-sizing: border-box;
        background: #E4F2E2;
        border-radius: 12px;
        display: flex;
        justify-content: space-between;
    }
    
    .swkbank_list ul li:first-child {
        font-size: 17px;
        font-family: Arial-Bold, Arial;
        font-weight: bold;
        color: #2B3E4B;
        line-height: 55px;
        /* margin-bottom: 30px; */
    }
    
    .swkbank_list ul li {
        font-size: 17px;
        font-family: Arial-Regular, Arial;
        font-weight: 400;
        color: #9B9B9B;
        margin-bottom: 20px;
    }
    
    .rent_product_title {
        width: 1200px;
        margin: 0 auto;
        margin-top: 108px;
        font-size: 40px;
        font-family: Arial-Bold, Arial;
        font-weight: bold;
        color: #1B1A1A;
        margin-bottom: 50px;
    }
    
    .rent_pro_list {
        position: relative;
    }
    
    .rent_pro_list_btn {
        position: absolute;
        /* width: 100%; */
        height: 0;
        left: 0px;
        right: 0px;
        top: 0px;
        z-index: 10;
        line-height: 100%;
        text-align: center;
    }
    
    .rent_pro_list_btn .arrow_btn {
        width: 80px;
        height: 80px;
        line-height: 80px;
        margin-top: 200px;
        border-radius: 10px;
        background: #4AAB3D;
    }
    
    .rent_pro_list_btn .arrow_btn img {
        width: 20px;
        height: 12px;
    }
    
    .rent_pro_list_btn .arrow_btn:hover {
        background: #253745;
    }
    
    .swkbank2 {
        width: 100%;
        height: fit-content;
        display: flex;
        justify-content: space-between;
        margin-top: 108px;
    }
    
    .swkbank2_left_img {
        width: 40%;
        object-fit: contain;
    }
    
    .swkbank2_right_box {
        width: 60%;
        position: relative;
        background-color: #1F242C;
    }
    
    .swkbank2_right_box img {
        width: 100%;
        height: 100%;
        /* position: absolute;
        top: 0px;
        left: 0px; */
        /* margin-right: 0px; */
    }
    
    .swkbank2_right_box .swkbank2_right_content {
        position: absolute;
        top: 15%;
        left: 15%;
        color: #fff;
    }
    
    .swkbank2_right_box .swkbank2_right_content h2 {
        font-size: 40px;
        font-family: Arial-Bold, Arial;
        font-weight: bold;
        color: #FFFFFF;
        line-height: 68px;
        margin-bottom: 36px;
    }
    
    .swkbank2_right_box .swkbank2_right_content span {
        font-size: 20px;
        font-family: Rubik-Bold, Rubik;
        font-weight: bold;
    }
    
    .swkbank2_right_box .swkbank2_right_content ul {
        margin-top: 10%;
    }
    
    .swkbank2_right_box .swkbank2_right_content ul li {
        width: 540px;
        font-size: 16px;
        font-family: Inter-Regular-, Inter-Regular;
        display: list-item;
        list-style-image: url("../img/rent/rent_line_style.png");
        margin: 4% auto;
    }
    
    .swkbank3 {
        width: 1200px;
        margin: 108px auto;
        display: flex;
        justify-content: space-between;
    }
    
    .swkbank3_left {
        width: 40%;
        height: fit-content;
        position: relative;
    }
    
    .swkbank3_left img {
        width: 100%;
        object-fit: contain;
    }
    
    .swkbank3_year {
        position: absolute;
        left: -40px;
        top: 70px;
        width: 200px;
        height: 236px;
        background: #4AAB3D;
        border-radius: 8px;
        padding: 40px;
        box-sizing: border-box;
    }
    
    .swkbank3_year img {
        width: 64px;
        height: 64px;
    }
    
    .swkbank3_year span {
        font-size: 37px;
        font-weight: bold;
        color: #FFFFFF;
        display: block;
        margin-top: 22px;
        margin-bottom: 5px;
    }
    
    .swkbank3_year text {
        font-size: 16px;
        font-weight: bold;
        color: #FFFFFF;
    }
    
    .swkbank3_right {
        width: 50%;
    }
    
    .swkbank3_right p {
        width: 312px;
        height: 40px;
        background: #E0F6E9;
        border-radius: 4px;
        line-height: 40px;
        font-size: 15px;
        font-weight: bold;
        color: #4AAB3D;
        text-align: center;
    }
    
    .swkbank3_right h2 {
        font-size: 40px;
        font-weight: bold;
        color: #1B1A1A;
        margin-top: 26px;
        margin-bottom: 30px;
    }
    
    .swkbank3_right b {
        width: 100%;
        display: block;
        font-size: 17px;
        font-weight: bold;
        color: #2B3E4B;
    }
    
    .swkbank3_right ul {
        margin-top: 26px;
    }
    
    .swkbank3_right ul li {
        font-size: 15px;
        width: 100%;
        color: #9B9B9B;
        line-height: 35px;
        /* display: list-item; */
        /* list-style-image: url(../img/rent/check_icon.png); */
    }
    
    .swkbank3_right ul li img {
        margin-right: 20px;
    }