/*--------------------------------------------------------------------- File Name: style.css ---------------------------------------------------------------------*/


/*--------------------------------------------------------------------- import Fonts ---------------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Rajdhani:300,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@font-face {
    font-family: "Righteous";
    src: url("../fonts/BalooChettan-Regular.ttf");
    src: url("../fonts/BalooChettan-Regular.ttf");
}


/*****---------------------------------------- 1) font-family: 'Rajdhani', sans-serif;
 2) font-family: 'Poppins', sans-serif;
 ----------------------------------------*****/


/*--------------------------------------------------------------------- import Files ---------------------------------------------------------------------*/

@import url(animate.min.css);
@import url(normalize.css);
@import url(icomoon.css);
@import url(css/font-awesome.min.css);
@import url(meanmenu.css);
@import url(owl.carousel.min.css);
@import url(swiper.min.css);
@import url(slick.css);
@import url(jquery.fancybox.min.css);
@import url(jquery-ui.css);
@import url(nice-select.css);

/*--------------------------------------------------------------------- skeleton ---------------------------------------------------------------------*/

* {
    box-sizing: border-box !important;
    transition: ease all 0s;
}

html {
    scroll-behavior: smooth;
}

body {
    color: #666666;
    font-size: 14px;
    line-height: 1.80857;
    font-weight: normal;
    overflow-x: hidden;
    font-family: 'Open Sans', sans-serif;
}

a {
    color: #1f1f1f;
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    letter-spacing: 0;
    font-weight: normal;
    position: relative;
    padding: 0 0 10px 0;
    font-weight: normal;
    line-height: normal;
    color: #111111;
    margin: 0
}

h1 {
    font-size: 24px
}

h2 {
    font-size: 22px
}

h3 {
    font-size: 18px
}

h4 {
    font-size: 16px
}

h5 {
    font-size: 14px
}

h6 {
    font-size: 13px
}

*,
*::after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #212121;
    text-decoration: none!important;
    opacity: 1
}

button:focus {
    outline: none;
}

ul,
li,
ol {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

p {
    margin: 20px;
    font-weight: 300;
    font-size: 15px;
    line-height: 24px;
}

a {
    color: #222222;
    text-decoration: none;
    outline: none !important;
}

a,
.btn {
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

img {
    max-width: 100%;
    height: auto;
}

 :focus {
    outline: 0;
}

.paddind_bottom_0 {
    padding-bottom: 0 !important;
}

.btn-custom {
    margin-top: 20px;
    background-color: transparent !important;
    border: 2px solid #ddd;
    padding: 12px 40px;
    font-size: 16px;
}

.lead {
    font-size: 18px;
    line-height: 30px;
    color: #767676;
    margin: 0;
    padding: 0;
}

.form-control:focus {
    border-color: #ffffff !important;
    box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .25);
}

.navbar-form input {
    border: none !important;
}

.badge {
    font-weight: 500;
}

blockquote {
    margin: 20px 0 20px;
    padding: 30px;
}

button {
    border: 0;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

.full {
    float: left;
    width: 100%;
}

.layout_padding {
    padding-top: 90px;
    padding-bottom: 0px;
}

.padding_0 {
    padding: 0px;
}


/* header section start */

.header_section {
    width: 100%;
    float: left;
    background-color: rgba(0,0,0,0);
    height: auto;
}

.bg-light {
    background-color: transparent !important;
}

.logo {
    width: 66px;
    float: left;
}

.ml-auto,
.mx-auto {
    margin-left: auto!important;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding: 0px;
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    border-bottom: transparent;
    margin: 0px 20px;
    line-height: 20px;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 500;
    line-height: 20px;
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 500;
    line-height: 20px;
}

.navbar {
    padding: 30px 0px 30px 0px;
}


/* header section end */


/* banner section start */

.about_banner_section {
    width: 100%;
    float: left;
    background-image: url(../images/programme.webp);
    height: auto;
    background-size: 100%;
    background-repeat: no-repeat;
    padding: 200px 0px;
}

.about_banner_taital {
    width: 100%;
    float: left;
    font-size: 60px;
    color: #ffffff;
    font-weight: bold;
    padding-bottom: 0px;
    text-align: center;
    text-transform: uppercase;
}

.blog_banner_section {
    width: 100%;
    float: left;
    background-image: url(../images/blogbanner-bg.png);
    height: auto;
    background-size: 100%;
    background-repeat: no-repeat;
    padding: 200px 0px;
}

.blog_banner_taital {
    width: 100%;
    float: left;
    font-size: 60px;
    color: #0fbdd7;
    font-weight: bold;
    padding-bottom: 0px;
    text-align: center;
    text-transform: uppercase;
}

.banner_section {
    width: 100%;
    float: left;
    background-image: url(../images/web_top.webp);
    height: 35.2vw;
    background-size: 100%;
    background-repeat: no-repeat;
}

.banner_taital_main {
    width: 100%;
    float: left;
    padding-top: 80px;
}

.banner_taital {
    width: 60%;
    font-size: 70px;
    color: #212020;
    padding-bottom: 0px;
    line-height: 70px;
}

.contact_bt {
    width: 180px;
    float: left;
    margin-top: 40px;
}

.contact_bt a {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #fefefd;
    background-color: #2d52aa;
    padding: 12px 10px;
    text-align: center;
    text-transform: uppercase;
    border-radius: 40px;
}

.contact_bt a:hover {
    color: #fefefd;
    background-color: #f97621;
}

.carousel-indicators li {
    width: 20px;
    height: 20px;
    background-color: #d6d4d4;
    border-radius: 100%;
}

.carousel-indicators .active {
    background-color: #2d52aa;
}

.carousel-indicators {
    bottom: -70px;
}

.banner_img img {
    width: 75%;
}


/* banner section end */


/* about section start */

.about_section {
    width: 100%;
    float: left;
    background-image: url(../images/programme.webp);
    height: 38vw;
    background-size: 100%;
    background-repeat: no-repeat;
}

.about_taital {
    width: 100%;
    float: left;
    font-size: 40px;
    color: #212020;
    font-weight: bold;
    padding-top: 20px;
}

span.about_icon {
    padding-right: 20px;
}

.about_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #5a5959;
    margin-left: 0px;
}

.about_bt {
    width: 180px;
    float: left;
    margin-top: 20px;
}

.about_bt a {
    width: 100%;
    float: left;
    font-size: 16px;
    text-align: center;
    background-color: #2d52aa;
    color: #fefefd;
    padding: 12px 0px;
    border-radius: 40px;
}

.about_bt a:hover {
    background-color: #f97621;
    color: #fefefd;
}

.about_img {
    width: 100%;
}


/* about section end */


/* services section start */

.services_section {
    width: 100%;
    float: left;
    background-image: url(../images/product.webp);
    height: 32.7vw;
    background-size: 100%;
}

.services_taital {
    width: 100%;
    float: left;
    font-size: 40px;
    color: #fefefd;
    font-weight: bold;
    text-align: center;
}

.services_text {
    width: 100%;
    font-size: 14px;
    margin: 0px;
    color: #252525;
    padding-top: 20px;
    text-align: center;
}

.services_section_2 {
    width: 100%;
    float: left;
    padding: 30px 0px 90px 0px;
}

.service_box {
    background-color: #f2f2f2;
    width: 100%;
    float: left;
    padding: 30px 20px;
    border-radius: 5px;
    margin-top: 30px;
    text-align: center;
    box-shadow: 0px 0px 20px 0px;
}

.corporate_text {
    width: 100%;
    float: left;
    color: #202020;
    font-size: 24px;
    font-weight: bold;
    padding: 20px 0px;
    text-align: center;
}

.corporate_text.active {
    color: #2d52aa;
}

p.chunks_text {
    width: 100%;
    float: left;
    font-size: 16px;
    margin: 0px;
    color: #001431;
    text-align: center;
}

.readmore_button {
    width: 160px;
    margin: 0 auto;
    padding-top: 40px;
    text-align: center;
    display: flex;
}

.readmore_button a {
    width: 160px;
    float: left;
    font-size: 18px;
    color: #fefefd;
    padding: 10px 10px;
    background-color: #2d52aa;
    text-align: center;
    border-radius: 40px;
}

.readmore_button a:hover {
    color: #fefefd;
    background-color: #f97621;
}

.readmore_button.active a {
    color: #fefefd;
    background-color: #f97621;
}

.image_1 {
    width: 30%;
    margin: 0 auto;
    text-align: center;
}

.image_2 {
    width: 30%;
    margin: 0 auto;
    text-align: center;
}

.service_box .house_icon .image_2 {
    display: none;
    text-align: center;
}

.service_box:hover .house_icon .image_2 {
    display: block;
    text-align: center;
}

.service_box:hover .house_icon .image_1 {
    display: none;
    text-align: center;
}

.service_box:hover .corporate_text {
    color: #2d52aa;
}

.house_icon {
    width: 100%;
    margin: 0 auto;
    min-height: 145px;
    text-align: center;
}


/* services section end */


/* choose section start */

.choose_section {
    width: 100%;
    float: left;
    background-image: url(../images/profile.webp);
    background-color: #2d52aa;
    height: 62.8vw;
    background-size: 100%;
}

.choose_taital {
    width: 100%;
    float: left;
    font-size: 40px;
    color: #fefefd;
    font-weight: bold;
    padding-left: 100px;
    padding-top: 60px;
}

.choose_section_2 {
    width: 100%;
    float: left;
}

.choose_taital_main {
    width: 100%;
    display: flex;
    padding-top: 70px;
    padding-left: 100px;
}

.choose_left {
    width: 20%;
    float: left;
}

.choose_right {
    width: 80%;
    float: left;
}

.focused_text {
    width: 100%;
    float: left;
    font-size: 32px;
    color: #d6d4d4;
}

.choose_text {
    width: 100%;
    float: left;
    color: #d6d4d4;
    margin: 0px;
}


/* choose section end */


/* testimonial section start */

.testimonial_section {
    width: 100%;
    float: left;
    padding-bottom: 65px;
}

.testimonial_taital {
    width: 100%;
    float: left;
    font-size: 40px;
    color: #111111;
    text-align: center;
    font-weight: bold;
}

.testimonial_section_2 {
    width: 80%;
    margin: 0 auto;
    display: flex;
    padding-top: 40px;
    margin-bottom: 10px;
}

.testimonial_left {
    width: 30%;
    float: left;
}

.testimonial_right {
    width: 70%;
    float: left;
    padding-top: 30px;
}

.client_img {
    width: 100%;
    float: left;
    position: relative;
    padding-top: 20px;
    padding-left: 20px;
}

.markro_text {
    width: 100%;
    float: left;
    font-size: 24px;
    color: #2d52aa;
    font-weight: bold;
}

.many_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #2b2b2c;
    margin: 0px;
}


/* testimonial section end */

.select_section {
    width: 100%;
    float: left;
    background-color: #F7F7F7;
    /*height: 39.1vw;*/
    background-size: 100%;
}

/* contact section start */

.contact_section {
    width: 100%;
    float: left;
    background-image: url(../images/briefint.webp);
    height: 66.3vw;
    background-size: 100%;
}

.contact_taital {
    width: 100%;
    float: left;
    color: #191919;
    font-weight: bold;
    font-size: 40px;
    padding-top: 40px;
}

.contact_section_2 {
    width: 100%;
    float: left;
}

.mail_section_1 {
    width: 100%;
    float: left;
}

.mail_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #363636;
    border: 0px;
    border: 1px solid #003471;
    background-color: #ffffff !important;
    padding: 10px 15px 10px 15px;
    margin-top: 20px;
}

.massage-bt {
    color: #363636;
    width: 100%;
    height: 110px;
    font-size: 18px;
    border: 1px solid #003471 !important;
    background-color: #ffffff !important;
    padding: 40px 15px 10px 15px;
    margin-top: 20px;
}

.send_bt {
    width: 140px;
    float: left;
    margin-top: 20px;
}

.send_bt a {
    width: 100%;
    float: left;
    background-color: #f97621;
    color: #fefeff;
    text-align: center;
    padding: 10px 0px;
    font-size: 16px;
    border-radius: 40px;
}

.send_bt a:hover {
    background-color: #2d52aa;
    color: #fefeff;
}

.contact_img {
    width: 59%;
    text-align: center;
    margin: 0 auto;
}


/* contact section start */


/* working section start */

.process_section {
    width: 100%;
    float: left;
}

.working_text {
    width: 100%;
    float: left;
    color: #222222;
    font-weight: bold;
    font-size: 40px;
    text-align: center;
    padding-bottom: 40px;
}

.process_section_2 {
    width: 100%;
    float: left;
    background-color: #2d52aa;
    height: auto;
    padding: 100px 0px;
}

.process_box {
    width: 100%;
    display: flex;
}

.booking_bt {
    width: 180px;
    margin: 0 auto;
}

.booking_bt a {
    width: 100%;
    float: left;
    background-color: #d6d4d4;
    color: #222222;
    text-align: center;
    padding: 10px 0px;
    font-size: 16px;
    border-radius: 5px;
}

.booking_bt a:hover {
    background-color: #f97621;
    color: #fefeff;
}

.booking_bt.active a {
    background-color: #f97621;
    color: #fefeff;
}


/* working section end */


/* footer section start */

.footer_section {
    width: 100%;
    float: left;
    background-color: #2a2a2a;
    height: auto;
    padding-bottom: 50px;
}

.footer_section_2 {
    width: 100%;
    float: left;
}

.useful_text {
    width: 100%;
    font-size: 24px;
    color: #ffffff;
    font-weight: bold;
}

.lorem_text {
    width: 80%;
    float: left;
    font-size: 16px;
    color: #ffffff;
    margin: 0px;
}

.location_text {
    width: 100%;
    float: left;
}

.location_text a {
    width: 100%;
    float: left;
    color: #ffffff;
    font-size: 16px;
}

.location_text a:hover {
    color: #2d52aa;
}

span.padding_left_15 {
    padding-left: 20px;
}

.footer_menu {
    width: 100%;
    float: left;
}

.footer_menu ul {
    margin: 0px;
    padding: 0px;
}

.footer_menu li a {
    font-size: 16px;
    color: #ffffff;
}

.footer_menu li.active a {
    color: #2d52aa;
}

.footer_menu li a:hover {
    color: #2d52aa;
}

.social_icon {
    width: 100%;
    display: inline-block;
    text-align: center;
    margin-top: 40px;
}

.social_icon ul {
    margin: 0px;
    padding: 0px;
    display: inline-block;
}

.social_icon li {
    float: left;
}

.social_icon li a {
    float: left;
    padding: 5px 15px;
    background-color: #ffffff;
    color: #000;
    border-radius: 100%;
    font-size: 22px;
    margin-right: 5px;
    width: 50px;
    text-align: center;
    margin-top: 10px;
}

.social_icon li a:hover {
    background-color: #2d52aa;
    color: #ffffff;
}

.update_mail {
    color: #918f8f;
    width: 100%;
    height: 55px;
    font-size: 18px;
    padding: 10px 20px 0px 20px;
    background-color: #ffffff;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
    display: block;
    margin-top: 20px;
}

.subscribe_bt {
    width: 170px;
    float: left;
    padding-top: 30px;
}

.subscribe_bt a {
    width: 100%;
    float: left;
    color: #ffffff;
    font-size: 16px;
    padding: 10px 0px;
    background-color: #2d52aa;
    text-transform: uppercase;
    text-align: center;
}

.subscribe_bt a:hover {
    color: #252525;
    background-color: #ffffff;
}


/* footer section end */


/* copyright section start */

.copyright_section {
    width: 100%;
    float: left;
    background-color: #2a2a2a;
    height: auto;
}

.copyright_text {
    width: 100%;
    float: left;
    font-size: 16px;
    margin: 15px 0px;
    color: #ffffff;
    text-align: center;
}

.copyright_text a {
    color: #ffffff;
}

.copyright_text a:hover {
    color: #2d52aa;
}


/* copyright section end */

.margin_top90 {
    margin-top: 90px;
}

.page {
    background-color: rgba(255, 255, 255, 1);
    position: relative;
    width: 1920px;
    height: 4083px;
    overflow: hidden;
}

.box_1 {
    background-image: url(https://lanhu-dds-backend.oss-cn-beijing.aliyuncs.com/merge_image/imgs/7fca633ed59e4e43bc3c11af4884e830_mergeImage.png);
    height: 676px;
    width: 1920px;
}

.block_4 {
    width: 1200px;
    height: 66px;
    margin: 6px 0 0 360px;
}

.block_1 {
    border-radius: 10px;
    background-image: url(https://lanhu-dds-backend.oss-cn-beijing.aliyuncs.com/merge_image/imgs/2e29f2ebeb8e4571b8c2bcd2b2ae22c0_mergeImage.png);
    width: 66px;
    height: 66px;
}

.text_1 {
    width: 36px;
    height: 18px;
    overflow-wrap: break-word;
    color: rgba(255, 255, 255, 1);
    font-size: 18px;
    font-family: PingFangSC-Medium;
    font-weight: 500;
    text-align: left;
    white-space: nowrap;
    line-height: 18px;
    margin: 24px 0 0 998px;
}

.text_2 {
    width: 64px;
    height: 16px;
    overflow-wrap: break-word;
    color: rgba(255, 255, 255, 1);
    font-size: 16px;
    font-family: PingFangSC-Regular;
    font-weight: normal;
    text-align: left;
    white-space: nowrap;
    line-height: 16px;
    margin: 25px 0 0 36px;
}

.block_5 {
    width: 168px;
    height: 78px;
    margin: 47px 0 0 360px;
}

.text-wrapper_1 {
    height: 78px;
    background: url(https://lanhu.oss-cn-beijing.aliyuncs.com/SketchPngffe40e72253a40ab63a2810dbd9d4f0d8c40324c0bb9015274794857bc8516b4)
    100% no-repeat;
    background-size: 100% 100%;
    width: 168px;
}

.text_3 {
    width: 120px;
    height: 70px;
    overflow-wrap: break-word;
    color: rgba(255, 255, 255, 1);
    font-size: 50px;
    font-family: PingFangSC-Semibold;
    font-weight: 600;
    text-align: left;
    white-space: nowrap;
    line-height: 70px;
    margin: 4px 0 0 24px;
}

.text-wrapper_12 {
    width: 609px;
    height: 300px;
    margin: 0 0 179px 360px;
}

.paragraph_1 {
    width: 609px;
    height: 300px;
    overflow-wrap: break-word;
    color: rgba(255, 255, 255, 1);
    font-size: 130px;
    font-family: Helvetica, "Microsoft YaHei", Arial, sans-serif;
    font-weight: normal;
    text-align: left;
    line-height: 150px;
}

.block_6 {
    width: 100%;
    height: 1.1vw;
}

.group_1 {
    background-color: rgba(247, 247, 247, 1);
    width: 100%;
    /*height: 39.1vw;*/
}

.grid_2 {
    width: 15.4vw;
    height: 25.6vw;
    flex-wrap: wrap;
    margin: 130px 0 0 0;
}

.text-group_1-0 {
    border-radius: 15px;
    width: 280px;
    height: 108px;
    margin: 0 31px 20px 0;
    background: rgba(255, 255, 255, 1);
}

.text_4-0 {
    width: 240px;
    height: 37px;
    overflow-wrap: break-word;
    font-size: 30px;
    font-weight: 700;
    text-align: left;
    white-space: nowrap;
    line-height: 37px;
    margin: 22px 0 0 35px;
    color: rgba(51, 51, 51, 1);
}

.text_5-0 {
    width: 182px;
    height: 22px;
    overflow-wrap: break-word;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    white-space: nowrap;
    line-height: 22px;
    margin: 4px 0 23px 35px;
    color: rgba(51, 51, 51, 1);
}

.text-group {
    border-radius: 15px;
    width: 15.9vw;
    height: 5.62vw;
    margin: 0 31px 20px 0;
    margin-right: 0;
    background-color: #FFFFFF;
    color: rgba(51, 51, 51, 1);
}

.text-active {
    background: rgba(204, 0, 2, 1);
    color: rgba(255, 255, 255, 1);
}


.text_4-1 {
    overflow-wrap: break-word;
    font-size: 1.5vw;
    font-weight: 700;
    text-align: left;
    white-space: nowrap;
    line-height: 1.6vw;
    margin: 22px 0 0 35px;
}

.text_5-1 {
    overflow-wrap: break-word;
    font-size: 0.8vw;
    font-weight: normal;
    text-align: left;
    white-space: nowrap;
    line-height: 1.6vw;
    margin: 4px 0 23px 35px;
}

.text-group_1-2 {
    border-radius: 15px;
    width: 15.9vw;
    height: 5.62vw;
    margin: 0 31px 20px 0;
    background-color: #FFFFFF;
    color: rgba(51, 51, 51, 1);
}

.text_4-2 {
    width: 240px;
    height: 37px;
    overflow-wrap: break-word;
    font-size: 30px;
    font-weight: 700;
    text-align: left;
    white-space: nowrap;
    line-height: 37px;
    margin: 22px 0 0 35px;
}

.text_5-2 {
    width: 182px;
    height: 22px;
    overflow-wrap: break-word;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    white-space: nowrap;
    line-height: 22px;
    margin: 4px 0 23px 35px;
}

.text-group_1-3 {
    border-radius: 15px;
    width: 15.9vw;
    height: 5.62vw;
    margin: 0 31px 20px 0;
    margin-right: 0;
    background-color: #FFFFFF;
    color: rgba(51, 51, 51, 1);
}

.text_4-3 {
    overflow-wrap: break-word;
    font-size: 1.5vw;
    font-weight: 700;
    text-align: left;
    white-space: nowrap;
    line-height: 1.6vw;
    margin: 22px 0 0 35px;
}

.text_5-3 {
    overflow-wrap: break-word;
    font-size: 0.8vw;
    font-weight: normal;
    text-align: left;
    white-space: nowrap;
    line-height: 1.6vw;
    margin: 4px 0 23px 35px;
}

.text-group_1-4 {
    border-radius: 15px;
    width: 15.9vw;
    height: 5.62vw;
    margin: 0 31px 20px 0;
    background-color: #FFFFFF;
    color: rgba(51, 51, 51, 1);
}

.text_4-4 {
    width: 240px;
    height: 37px;
    overflow-wrap: break-word;
    font-size: 30px;
    font-weight: 700;
    text-align: left;
    white-space: nowrap;
    line-height: 37px;
    margin: 22px 0 0 35px;
}

.text_5-4 {
    width: 182px;
    height: 22px;
    overflow-wrap: break-word;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    white-space: nowrap;
    line-height: 22px;
    margin: 4px 0 23px 35px;
}

.text-group_1-5 {
    border-radius: 15px;
    width: 15.9vw;
    height: 5.62vw;
    margin: 0 31px 20px 0;
    margin-right: 0;
    background-color: #FFFFFF;
    color: rgba(51, 51, 51, 1);
}

.text_4-5 {
    overflow-wrap: break-word;
    font-size: 1.5vw;
    font-weight: 700;
    text-align: left;
    white-space: nowrap;
    line-height: 1.6vw;
    margin: 22px 0 0 35px;
}

.text_5-5 {
    overflow-wrap: break-word;
    font-size: 0.8vw;
    font-weight: normal;
    text-align: left;
    white-space: nowrap;
    line-height: 1.6vw;
    margin: 4px 0 23px 35px;
}

.text-group_1-6 {
    border-radius: 15px;
    width: 15.9vw;
    height: 5.62vw;
    margin: 0 31px 20px 0;
    margin-bottom: 0;
    background-color: #FFFFFF;
    color: rgba(51, 51, 51, 1);
}

.text_4-6 {
    width: 240px;
    height: 37px;
    overflow-wrap: break-word;
    font-size: 30px;
    font-weight: 700;
    text-align: left;
    white-space: nowrap;
    line-height: 37px;
    margin: 22px 0 0 35px;
}

.text_5-6 {
    width: 182px;
    height: 22px;
    overflow-wrap: break-word;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    white-space: nowrap;
    line-height: 22px;
    margin: 4px 0 23px 35px;
    color: rgb(0, 0, 0);
}

.text-group_1-7 {
    border-radius: 15px;
    width: 15.9vw;
    height: 5.62vw;
    margin: 0 31px 20px 0;
    margin-right: 0;
    margin-bottom: 0;
    background-color: #FFFFFF;
    color: rgba(51, 51, 51, 1);
}

.text_4-7 {
    overflow-wrap: break-word;
    font-size: 1.5vw;
    font-weight: 700;
    text-align: left;
    white-space: nowrap;
    line-height: 1.6vw;
    margin: 22px 0 0 35px;
}

.text_5-7 {
    overflow-wrap: break-word;
    font-size: 0.8vw;
    font-weight: normal;
    text-align: left;
    white-space: nowrap;
    line-height: 1.6vw;
    margin: 4px 0 23px 35px;
}

.box_5 {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
    background-color: rgba(255, 255, 255, 1);
    border-radius: 20px;
    width: 46.9vw;
    margin: 100px 0 100px 30px;
    padding: 30px;
    display: none;
}

.show {
    display: block;
}

.image-text_7 {
    width: 43vw;
}

.thumbnail_1 {
    width: 10px;
    height: 12px;
    margin-top: 7px;
    margin-right: 7px;
}

.text-group_2 {
    width: 43vw;
    overflow-wrap: break-word;
    font-size: 0;
    font-weight: 600;
    text-align: left;
    line-height: 26px;
}

.text_6 {
    width: 826px;
    height: 78px;
    overflow-wrap: break-word;
    color: rgba(204, 0, 2, 1);
    font-size: 18px;
    font-weight: 600;
    text-align: left;
    line-height: 26px;
}

.paragraph_2 {
    width: 826px;
    height: 78px;
    overflow-wrap: break-word;
    color: rgba(51, 51, 51, 1);
    font-size: 18px;
    font-weight: 600;
    text-align: left;
    line-height: 26px;
}

.paragraph_3 {
    width: 826px;
    height: 78px;
    overflow-wrap: break-word;
    color: rgba(51, 51, 51, 1);
    font-size: 14px;
    font-weight: normal;
    text-align: left;
    line-height: 26px;
}

.image-text_8 {
    width: 43vw;
}

.thumbnail_2 {
    width: 10px;
    height: 12px;
    margin-top: 7px;
    margin-right: 7px;
}

.text-group_3 {
    width: 43vw;
    overflow-wrap: break-word;
    font-size: 0;
    font-weight: 600;
    text-align: left;
    line-height: 26px;
}

.text_7 {
    width: 810px;
    height: 78px;
    overflow-wrap: break-word;
    color: rgba(204, 0, 2, 1);
    font-size: 18px;
    font-weight: 600;
    text-align: left;
    line-height: 26px;
}

.paragraph_4 {
    width: 810px;
    height: 78px;
    overflow-wrap: break-word;
    color: rgba(51, 51, 51, 1);
    font-size: 18px;
    font-weight: 600;
    text-align: left;
    line-height: 26px;
}

.paragraph_5 {
    width: 810px;
    height: 78px;
    overflow-wrap: break-word;
    color: rgba(51, 51, 51, 1);
    font-size: 14px;
    font-weight: normal;
    text-align: left;
    line-height: 26px;
}

.image-text_9 {
    width: 43vw;
}

.thumbnail_3 {
    width: 10px;
    height: 12px;
    margin-top: 7px;
    margin-right: 7px;
}

.text-group_4 {
    width: 43vw;
    overflow-wrap: break-word;
    font-size: 0;
    font-weight: 600;
    text-align: left;
    line-height: 26px;
}

.text_8 {
    width: 813px;
    height: 78px;
    overflow-wrap: break-word;
    color: rgba(204, 0, 2, 1);
    font-size: 18px;
    font-weight: 600;
    text-align: left;
    line-height: 26px;
}

.paragraph_6 {
    width: 813px;
    height: 78px;
    overflow-wrap: break-word;
    color: rgba(51, 51, 51, 1);
    font-size: 18px;
    font-weight: 600;
    text-align: left;
    line-height: 26px;
}

.paragraph_7 {
    width: 813px;
    height: 78px;
    overflow-wrap: break-word;
    color: rgba(51, 51, 51, 1);
    font-size: 14px;
    font-weight: normal;
    text-align: left;
    line-height: 26px;
}

.image-text_10 {
    width: 43vw;
}

.thumbnail_4 {
    width: 10px;
    height: 12px;
    margin-top: 7px;
    margin-right: 7px;
}

.text-group_5 {
    width: 43vw;
    overflow-wrap: break-word;
    font-size: 0;
    font-weight: 600;
    text-align: left;
    line-height: 26px;
}

.text_9 {
    width: 824px;
    height: 78px;
    overflow-wrap: break-word;
    color: rgba(204, 0, 2, 1);
    font-size: 18px;
    font-weight: 600;
    text-align: left;
    line-height: 26px;
}

.paragraph_8 {
    width: 824px;
    height: 78px;
    overflow-wrap: break-word;
    color: rgba(51, 51, 51, 1);
    font-size: 18px;
    font-weight: 600;
    text-align: left;
    line-height: 26px;
}

.paragraph_9 {
    width: 824px;
    height: 78px;
    overflow-wrap: break-word;
    color: rgba(51, 51, 51, 1);
    font-size: 14px;
    font-weight: normal;
    text-align: left;
    line-height: 26px;
}

.image-text_11 {
    width: 43vw;
}

.thumbnail_5 {
    width: 10px;
    height: 12px;
    margin-top: 7px;
    margin-right: 7px;
}

.text-group_6 {
    width: 43vw;
    overflow-wrap: break-word;
    font-size: 0;
    font-weight: 600;
    text-align: left;
    line-height: 26px;
}

.text_10 {
    width: 856px;
    height: 52px;
    overflow-wrap: break-word;
    color: rgba(204, 0, 2, 1);
    font-size: 18px;
    font-family: PingFangSC-Semibold;
    font-weight: 600;
    text-align: left;
    line-height: 26px;
}

.paragraph_10 {
    width: 856px;
    height: 52px;
    overflow-wrap: break-word;
    color: rgba(51, 51, 51, 1);
    font-size: 18px;
    font-family: PingFangSC-Semibold;
    font-weight: 600;
    text-align: left;
    line-height: 26px;
}

.text_11 {
    width: 856px;
    height: 52px;
    overflow-wrap: break-word;
    color: rgba(51, 51, 51, 1);
    font-size: 14px;
    font-family: PingFangSC-Regular;
    font-weight: normal;
    text-align: left;
    line-height: 26px;
}

.group_2 {
    background-image: url(https://lanhu-dds-backend.oss-cn-beijing.aliyuncs.com/merge_image/imgs/610fdd684a9744368819205ba37d1e95_mergeImage.png);
    width: 1920px;
    height: 629px;
}

.text_12 {
    width: 660px;
    height: 120px;
    overflow-wrap: break-word;
    color: rgba(222, 222, 222, 1);
    font-size: 120px;
    letter-spacing: 12px;
    font-family: AlimamaShuHeiTi-Bold;
    font-weight: 700;
    text-align: left;
    white-space: nowrap;
    line-height: 120px;
    margin: 134px 0 0 630px;
}

.text_13 {
    width: 60px;
    height: 42px;
    overflow-wrap: break-word;
    color: rgba(51, 51, 51, 1);
    font-size: 30px;
    font-family: PingFangSC-Semibold;
    font-weight: 600;
    text-align: left;
    white-space: nowrap;
    line-height: 42px;
    margin: -60px 0 0 930px;
}

.section_1 {
    background-color: rgba(204, 0, 2, 1);
    border-radius: 3px;
    width: 50px;
    height: 6px;
    margin: 13px 0 0 935px;
}

.list_2 {
    width: 1200px;
    height: 172px;
    justify-content: space-between;
    margin: 72px 0 130px 360px;
}

.image-text_6-0 {
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.15);
    background-color: rgba(255, 255, 255, 1);
    border-radius: 15px;
    width: 285px;
    height: 172px;
    margin-right: 20px;
}

.text-wrapper_3-0 {
    background-color: rgba(204, 0, 2, 1);
    border-radius: 15px;
    height: 75px;
    width: 285px;
}

.text_14-0 {
    width: 100px;
    height: 11px;
    overflow-wrap: break-word;
    color: rgba(255, 255, 255, 1);
    font-size: 20px;
    font-family: PingFangSC-Semibold;
    font-weight: 600;
    text-align: left;
    white-space: nowrap;
    line-height: 11px;
    margin: 34px 0 0 24px;
}

.text-group_7-0 {
    width: 238px;
    height: 46px;
    overflow-wrap: break-word;
    color: rgba(51, 51, 51, 1);
    font-size: 14px;
    font-family: PingFangSC-Regular;
    font-weight: normal;
    text-align: left;
    line-height: 23px;
    margin: 21px 0 30px 24px;
}

.image-text_6-1 {
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.15);
    background-color: rgba(255, 255, 255, 1);
    border-radius: 15px;
    width: 285px;
    height: 172px;
    margin-right: 20px;
}

.text-wrapper_3-1 {
    background-color: rgba(204, 0, 2, 1);
    border-radius: 15px;
    height: 75px;
    width: 285px;
}

.text_14-1 {
    width: 100px;
    height: 11px;
    overflow-wrap: break-word;
    color: rgba(255, 255, 255, 1);
    font-size: 20px;
    font-family: PingFangSC-Semibold;
    font-weight: 600;
    text-align: left;
    white-space: nowrap;
    line-height: 11px;
    margin: 34px 0 0 24px;
}

.text-group_7-1 {
    width: 238px;
    height: 46px;
    overflow-wrap: break-word;
    color: rgba(51, 51, 51, 1);
    font-size: 14px;
    font-family: PingFangSC-Regular;
    font-weight: normal;
    text-align: left;
    line-height: 23px;
    margin: 21px 0 30px 24px;
}

.image-text_6-2 {
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.15);
    background-color: rgba(255, 255, 255, 1);
    border-radius: 15px;
    width: 285px;
    height: 172px;
    margin-right: 20px;
}

.text-wrapper_3-2 {
    background-color: rgba(204, 0, 2, 1);
    border-radius: 15px;
    height: 75px;
    width: 285px;
}

.text_14-2 {
    width: 100px;
    height: 11px;
    overflow-wrap: break-word;
    color: rgba(255, 255, 255, 1);
    font-size: 20px;
    font-family: PingFangSC-Semibold;
    font-weight: 600;
    text-align: left;
    white-space: nowrap;
    line-height: 11px;
    margin: 34px 0 0 24px;
}

.text-group_7-2 {
    width: 238px;
    height: 46px;
    overflow-wrap: break-word;
    color: rgba(51, 51, 51, 1);
    font-size: 14px;
    font-family: PingFangSC-Regular;
    font-weight: normal;
    text-align: left;
    line-height: 23px;
    margin: 21px 0 30px 24px;
}

.image-text_6-3 {
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.15);
    background-color: rgba(255, 255, 255, 1);
    border-radius: 15px;
    width: 285px;
    height: 172px;
    margin-right: 20px;
}

.text-wrapper_3-3 {
    background-color: rgba(204, 0, 2, 1);
    border-radius: 15px;
    height: 75px;
    width: 285px;
}

.text_14-3 {
    width: 100px;
    height: 11px;
    overflow-wrap: break-word;
    color: rgba(255, 255, 255, 1);
    font-size: 20px;
    font-family: PingFangSC-Semibold;
    font-weight: 600;
    text-align: left;
    white-space: nowrap;
    line-height: 11px;
    margin: 34px 0 0 24px;
}

.text-group_7-3 {
    width: 238px;
    height: 46px;
    overflow-wrap: break-word;
    color: rgba(51, 51, 51, 1);
    font-size: 14px;
    font-family: PingFangSC-Regular;
    font-weight: normal;
    text-align: left;
    line-height: 23px;
    margin: 21px 0 30px 24px;
}

.group_3 {
    background-color: rgba(247, 247, 247, 1);
    width: 1920px;
    height: 731px;
    margin-bottom: 1px;
}

.text_15 {
    width: 896px;
    height: 120px;
    overflow-wrap: break-word;
    color: rgba(222, 222, 222, 1);
    font-size: 120px;
    letter-spacing: 12px;
    font-family: AlimamaShuHeiTi-Bold;
    font-weight: 700;
    text-align: left;
    white-space: nowrap;
    line-height: 120px;
    margin: 134px 0 0 512px;
}

.text_16 {
    width: 120px;
    height: 42px;
    overflow-wrap: break-word;
    color: rgba(51, 51, 51, 1);
    font-size: 30px;
    font-family: PingFangSC-Semibold;
    font-weight: 600;
    text-align: left;
    white-space: nowrap;
    line-height: 42px;
    margin: -60px 0 0 900px;
}

.block_2 {
    background-color: rgba(204, 0, 2, 1);
    border-radius: 3px;
    width: 50px;
    height: 6px;
    margin: 13px 0 0 935px;
}

.group_11 {
    width: 1200px;
    height: 274px;
    margin: 72px 0 130px 360px;
}

.group_4 {
    box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.06);
    background-color: rgba(255, 255, 255, 1);
    border-radius: 15px;
    width: 224px;
    height: 274px;
}

.text-wrapper_4 {
    background-color: rgba(204, 0, 2, 1);
    border-radius: 15px;
    height: 90px;
    width: 224px;
}

.text_17 {
    width: 168px;
    height: 40px;
    overflow-wrap: break-word;
    color: rgba(255, 255, 255, 1);
    font-size: 28px;
    font-family: PingFangSC-Semibold;
    font-weight: 600;
    text-align: left;
    white-space: nowrap;
    line-height: 40px;
    margin: 25px 0 0 28px;
}

.text_18 {
    width: 54px;
    height: 23px;
    overflow-wrap: break-word;
    color: rgba(204, 0, 2, 1);
    font-size: 14px;
    font-family: PingFangSC-Regular;
    font-weight: normal;
    text-align: left;
    white-space: nowrap;
    line-height: 23px;
    margin: 19px 0 0 20px;
}

.text_19 {
    width: 68px;
    height: 23px;
    overflow-wrap: break-word;
    color: rgba(204, 0, 2, 1);
    font-size: 14px;
    font-family: PingFangSC-Regular;
    font-weight: normal;
    text-align: left;
    white-space: nowrap;
    line-height: 23px;
    margin: 5px 0 0 20px;
}

.text_20 {
    width: 68px;
    height: 23px;
    overflow-wrap: break-word;
    color: rgba(204, 0, 2, 1);
    font-size: 14px;
    font-family: PingFangSC-Regular;
    font-weight: normal;
    text-align: left;
    white-space: nowrap;
    line-height: 23px;
    margin: 5px 0 0 20px;
}

.text_21 {
    width: 68px;
    height: 23px;
    overflow-wrap: break-word;
    color: rgba(204, 0, 2, 1);
    font-size: 14px;
    font-family: PingFangSC-Regular;
    font-weight: normal;
    text-align: left;
    white-space: nowrap;
    line-height: 23px;
    margin: 5px 0 0 20px;
}

.text_22 {
    width: 96px;
    height: 23px;
    overflow-wrap: break-word;
    color: rgba(204, 0, 2, 1);
    font-size: 14px;
    font-family: PingFangSC-Regular;
    font-weight: normal;
    text-align: left;
    white-space: nowrap;
    line-height: 23px;
    margin: 5px 0 30px 20px;
}

.group_5 {
    box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.06);
    background-color: rgba(255, 255, 255, 1);
    border-radius: 15px;
    width: 224px;
    height: 274px;
    margin-left: 20px;
}

.text-wrapper_5 {
    background-color: rgba(204, 0, 2, 1);
    border-radius: 15px;
    height: 90px;
    width: 224px;
}

.text_23 {
    width: 196px;
    height: 40px;
    overflow-wrap: break-word;
    color: rgba(255, 255, 255, 1);
    font-size: 28px;
    font-family: PingFangSC-Semibold;
    font-weight: 600;
    text-align: left;
    white-space: nowrap;
    line-height: 40px;
    margin: 25px 0 0 14px;
}

.text_24 {
    width: 124px;
    height: 23px;
    overflow-wrap: break-word;
    color: rgba(204, 0, 2, 1);
    font-size: 14px;
    font-family: PingFangSC-Regular;
    font-weight: normal;
    text-align: left;
    white-space: nowrap;
    line-height: 23px;
    margin: 19px 0 0 20px;
}

.text_25 {
    width: 138px;
    height: 23px;
    overflow-wrap: break-word;
    color: rgba(204, 0, 2, 1);
    font-size: 14px;
    font-family: PingFangSC-Regular;
    font-weight: normal;
    text-align: left;
    white-space: nowrap;
    line-height: 23px;
    margin: 5px 0 0 20px;
}

.text_26 {
    width: 124px;
    height: 23px;
    overflow-wrap: break-word;
    color: rgba(204, 0, 2, 1);
    font-size: 14px;
    font-family: PingFangSC-Regular;
    font-weight: normal;
    text-align: left;
    white-space: nowrap;
    line-height: 23px;
    margin: 5px 0 0 20px;
}

.text_27 {
    width: 124px;
    height: 23px;
    overflow-wrap: break-word;
    color: rgba(204, 0, 2, 1);
    font-size: 14px;
    font-family: PingFangSC-Regular;
    font-weight: normal;
    text-align: left;
    white-space: nowrap;
    line-height: 23px;
    margin: 5px 0 0 20px;
}

.text_28 {
    width: 138px;
    height: 23px;
    overflow-wrap: break-word;
    color: rgba(204, 0, 2, 1);
    font-size: 14px;
    font-family: PingFangSC-Regular;
    font-weight: normal;
    text-align: left;
    white-space: nowrap;
    line-height: 23px;
    margin: 5px 0 30px 20px;
}

.group_6 {
    box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.06);
    background-color: rgba(255, 255, 255, 1);
    border-radius: 15px;
    width: 224px;
    height: 274px;
    margin-left: 20px;
}

.text-wrapper_6 {
    background-color: rgba(204, 0, 2, 1);
    border-radius: 15px;
    height: 90px;
    width: 224px;
}

.text_29 {
    width: 140px;
    height: 40px;
    overflow-wrap: break-word;
    color: rgba(255, 255, 255, 1);
    font-size: 28px;
    font-family: PingFangSC-Semibold;
    font-weight: 600;
    text-align: left;
    white-space: nowrap;
    line-height: 40px;
    margin: 25px 0 0 42px;
}

.text-group_10 {
    width: 96px;
    height: 79px;
    margin: 19px 0 86px 20px;
}

.text_30 {
    width: 96px;
    height: 23px;
    overflow-wrap: break-word;
    color: rgba(204, 0, 2, 1);
    font-size: 14px;
    font-family: PingFangSC-Regular;
    font-weight: normal;
    text-align: left;
    white-space: nowrap;
    line-height: 23px;
}

.text_31 {
    width: 96px;
    height: 23px;
    overflow-wrap: break-word;
    color: rgba(204, 0, 2, 1);
    font-size: 14px;
    font-family: PingFangSC-Regular;
    font-weight: normal;
    text-align: left;
    white-space: nowrap;
    line-height: 23px;
    margin-top: 5px;
}

.text_32 {
    width: 96px;
    height: 23px;
    overflow-wrap: break-word;
    color: rgba(204, 0, 2, 1);
    font-size: 14px;
    font-family: PingFangSC-Regular;
    font-weight: normal;
    text-align: left;
    white-space: nowrap;
    line-height: 23px;
    margin-top: 5px;
}

.group_7 {
    box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.06);
    background-color: rgba(255, 255, 255, 1);
    border-radius: 15px;
    width: 224px;
    height: 274px;
    margin-left: 20px;
}

.text-wrapper_7 {
    background-color: rgba(204, 0, 2, 1);
    border-radius: 15px;
    height: 90px;
    width: 224px;
}

.text_33 {
    width: 112px;
    height: 40px;
    overflow-wrap: break-word;
    color: rgba(255, 255, 255, 1);
    font-size: 28px;
    font-family: PingFangSC-Semibold;
    font-weight: 600;
    text-align: left;
    white-space: nowrap;
    line-height: 40px;
    margin: 25px 0 0 56px;
}

.text_34 {
    width: 54px;
    height: 23px;
    overflow-wrap: break-word;
    color: rgba(204, 0, 2, 1);
    font-size: 14px;
    font-weight: normal;
    text-align: left;
    white-space: nowrap;
    line-height: 23px;
    margin: 19px 0 0 20px;
}

.text_35 {
    width: 68px;
    height: 23px;
    overflow-wrap: break-word;
    color: rgba(204, 0, 2, 1);
    font-size: 14px;
    font-weight: normal;
    text-align: left;
    white-space: nowrap;
    line-height: 23px;
    margin: 5px 0 0 20px;
}

.text_36 {
    width: 68px;
    height: 23px;
    overflow-wrap: break-word;
    color: rgba(204, 0, 2, 1);
    font-size: 14px;
    font-family: PingFangSC-Regular;
    font-weight: normal;
    text-align: left;
    white-space: nowrap;
    line-height: 23px;
    margin: 5px 0 0 20px;
}

.text_37 {
    width: 110px;
    height: 23px;
    overflow-wrap: break-word;
    color: rgba(204, 0, 2, 1);
    font-size: 14px;
    font-family: PingFangSC-Regular;
    font-weight: normal;
    text-align: left;
    white-space: nowrap;
    line-height: 23px;
    margin: 5px 0 0 20px;
}

.text_38 {
    width: 96px;
    height: 23px;
    overflow-wrap: break-word;
    color: rgba(204, 0, 2, 1);
    font-size: 14px;
    font-family: PingFangSC-Regular;
    font-weight: normal;
    text-align: left;
    white-space: nowrap;
    line-height: 23px;
    margin: 5px 0 30px 20px;
}

.group_8 {
    box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.06);
    background-color: rgba(255, 255, 255, 1);
    border-radius: 15px;
    width: 224px;
    height: 274px;
    margin-left: 20px;
}

.text-wrapper_8 {
    background-color: rgba(204, 0, 2, 1);
    border-radius: 15px;
    height: 90px;
    width: 224px;
}

.text_39 {
    width: 168px;
    height: 40px;
    overflow-wrap: break-word;
    color: rgba(255, 255, 255, 1);
    font-size: 28px;
    font-family: PingFangSC-Semibold;
    font-weight: 600;
    text-align: left;
    white-space: nowrap;
    line-height: 40px;
    margin: 25px 0 0 28px;
}

.text-group_11 {
    width: 133px;
    height: 79px;
    margin: 19px 0 86px 20px;
}

.text_40 {
    width: 110px;
    height: 23px;
    overflow-wrap: break-word;
    color: rgba(204, 0, 2, 1);
    font-size: 14px;
    font-family: PingFangSC-Regular;
    font-weight: normal;
    text-align: left;
    white-space: nowrap;
    line-height: 23px;
}

.text_41 {
    width: 96px;
    height: 23px;
    overflow-wrap: break-word;
    color: rgba(204, 0, 2, 1);
    font-size: 14px;
    font-family: PingFangSC-Regular;
    font-weight: normal;
    text-align: left;
    white-space: nowrap;
    line-height: 23px;
    margin-top: 5px;
}

.text_42 {
    width: 133px;
    height: 23px;
    overflow-wrap: break-word;
    color: rgba(204, 0, 2, 1);
    font-size: 14px;
    font-family: PingFangSC-Regular;
    font-weight: normal;
    text-align: left;
    white-space: nowrap;
    line-height: 23px;
    margin-top: 5px;
}

.box_6 {
    background-image: url(https://lanhu-dds-backend.oss-cn-beijing.aliyuncs.com/merge_image/imgs/e9d486e781f64f8a8ed4557b39212d37_mergeImage.png);
    position: relative;
    width: 1920px;
    height: 1207px;
    overflow: hidden;
    margin-top: -1px;
}

.box_7 {
    background-color: rgba(204, 0, 2, 1);
    position: relative;
    width: 960px;
    height: 1207px;
}

.text_43 {
    width: 290px;
    height: 120px;
    overflow-wrap: break-word;
    color: rgba(234, 83, 84, 1);
    font-size: 120px;
    letter-spacing: 12px;
    font-family: AlimamaShuHeiTi-Bold;
    font-weight: 700;
    text-align: left;
    white-space: nowrap;
    line-height: 120px;
    margin: 144px 0 0 674px;
}

.section_2 {
    width: 915px;
    height: 728px;
    margin: 79px 0 136px 29px;
}

.image_1 {
    width: 872px;
    height: 517px;
    margin-top: 36px;
}

.text-wrapper_9 {
    width: 584px;
    height: 728px;
    overflow-wrap: break-word;
    font-size: 0;
    font-family: PingFangSC-Medium;
    font-weight: 500;
    text-align: left;
    line-height: 28px;
    margin-left: -541px;
}

.text_44 {
    width: 584px;
    height: 728px;
    overflow-wrap: break-word;
    color: rgba(255, 255, 255, 1);
    font-size: 20px;
    font-family: PingFangSC-Medium;
    font-weight: 500;
    text-align: left;
    line-height: 28px;
}

.paragraph_11 {
    width: 584px;
    height: 728px;
    overflow-wrap: break-word;
    color: rgba(255, 255, 255, 1);
    font-size: 18px;
    font-family: PingFangSC-Regular;
    font-weight: normal;
    text-align: left;
    line-height: 28px;
}

.paragraph_12 {
    width: 584px;
    height: 728px;
    overflow-wrap: break-word;
    color: rgba(255, 255, 255, 1);
    font-size: 14px;
    font-family: PingFangSC-Regular;
    font-weight: normal;
    text-align: left;
    line-height: 28px;
}

.text_45 {
    width: 584px;
    height: 728px;
    overflow-wrap: break-word;
    color: rgba(255, 255, 255, 1);
    font-size: 20px;
    font-family: PingFangSC-Medium;
    font-weight: 500;
    text-align: left;
    line-height: 28px;
}

.paragraph_13 {
    width: 584px;
    height: 728px;
    overflow-wrap: break-word;
    color: rgba(255, 255, 255, 1);
    font-size: 14px;
    font-family: PingFangSC-Regular;
    font-weight: normal;
    text-align: left;
    line-height: 28px;
}

.text_46 {
    width: 584px;
    height: 728px;
    overflow-wrap: break-word;
    color: rgba(255, 255, 255, 1);
    font-size: 20px;
    font-weight: 500;
    text-align: left;
    line-height: 28px;
}

.paragraph_14 {
    width: 584px;
    height: 728px;
    overflow-wrap: break-word;
    color: rgba(255, 255, 255, 1);
    font-size: 14px;
    font-weight: normal;
    text-align: left;
    line-height: 28px;
}

.text_47 {
    width: 584px;
    height: 728px;
    overflow-wrap: break-word;
    color: rgba(255, 255, 255, 1);
    font-size: 20px;
    font-weight: 500;
    text-align: left;
    line-height: 28px;
}

.paragraph_15 {
    width: 584px;
    height: 728px;
    overflow-wrap: break-word;
    color: rgba(255, 255, 255, 1);
    font-size: 14px;
    font-weight: normal;
    text-align: left;
    line-height: 28px;
}

.text_48 {
    width: 584px;
    height: 728px;
    overflow-wrap: break-word;
    color: rgba(255, 255, 255, 1);
    font-size: 20px;
    font-weight: 500;
    text-align: left;
    line-height: 28px;
}

.paragraph_16 {
    width: 584px;
    height: 728px;
    overflow-wrap: break-word;
    color: rgba(255, 255, 255, 1);
    font-size: 14px;
    font-weight: normal;
    text-align: left;
    line-height: 28px;
}

.text_49 {
    width: 584px;
    height: 728px;
    overflow-wrap: break-word;
    color: rgba(255, 255, 255, 1);
    font-size: 20px;
    font-weight: 500;
    text-align: left;
    line-height: 28px;
}

.paragraph_17 {
    width: 584px;
    height: 728px;
    overflow-wrap: break-word;
    color: rgba(255, 255, 255, 1);
    font-size: 14px;
    font-weight: normal;
    text-align: left;
    line-height: 28px;
}

.text_50 {
    width: 584px;
    height: 728px;
    overflow-wrap: break-word;
    color: rgba(255, 255, 255, 1);
    font-size: 20px;
    font-weight: 500;
    text-align: left;
    line-height: 28px;
}

.paragraph_18 {
    width: 584px;
    height: 728px;
    overflow-wrap: break-word;
    color: rgba(255, 255, 255, 1);
    font-size: 14px;
    font-weight: normal;
    text-align: left;
    line-height: 28px;
}

.text_51 {
    width: 584px;
    height: 728px;
    overflow-wrap: break-word;
    color: rgba(255, 255, 255, 1);
    font-size: 20px;
    font-weight: 500;
    text-align: left;
    line-height: 28px;
}

.paragraph_19 {
    width: 584px;
    height: 728px;
    overflow-wrap: break-word;
    color: rgba(255, 255, 255, 1);
    font-size: 14px;
    font-weight: normal;
    text-align: left;
    line-height: 28px;
}

.text_52 {
    width: 584px;
    height: 728px;
    overflow-wrap: break-word;
    color: rgba(255, 255, 255, 1);
    font-size: 20px;
    font-weight: 500;
    text-align: left;
    line-height: 28px;
}

.paragraph_20 {
    width: 584px;
    height: 728px;
    overflow-wrap: break-word;
    color: rgba(255, 255, 255, 1);
    font-size: 14px;
    font-weight: normal;
    text-align: left;
    line-height: 28px;
}

.group_10 {
    background-color: rgba(204, 0, 2, 1);
    border-radius: 3px;
    height: 6px;
    width: 50px;
    position: absolute;
    left: 935px;
    top: 259px;
}

.box_8 {
    background-color: rgba(234, 83, 84, 1);
    border-radius: 3px 0px 0px 3px;
    width: 25px;
    height: 6px;
}


.text_53 {
    width: 282px;
    height: 120px;
    overflow-wrap: break-word;
    color: rgba(55, 55, 55, 1);
    font-size: 120px;
    letter-spacing: 12px;
    font-weight: 700;
    text-align: left;
    white-space: nowrap;
    line-height: 120px;
    margin: 144px 0 0 17px;
}

.text_54 {
    position: absolute;
    left: 885px;
    top: 204px;
    width: 150px;
    height: 42px;
    overflow-wrap: break-word;
    color: rgba(255, 255, 255, 1);
    font-size: 30px;
    font-weight: 600;
    text-align: left;
    white-space: nowrap;
    line-height: 42px;
}

.text-wrapper_11 {
    background-color: rgba(34, 34, 34, 1);
    width: 1920px;
    height: 89px;
}

.text_55 {
    width: 170px;
    height: 16px;
    overflow-wrap: break-word;
    color: rgba(204, 204, 204, 1);
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    white-space: nowrap;
    line-height: 16px;
    margin: 37px 0 0 360px;
}

.text_56 {
    width: 375px;
    height: 16px;
    overflow-wrap: break-word;
    color: rgba(204, 204, 204, 1);
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    white-space: nowrap;
    line-height: 16px;
    margin: 37px 360px 0 0;
}

.flex-col {
    display: flex;
    flex-direction: column;
}
.flex-row {
    display: flex;
    flex-direction: row;
}
.justify-start {
    display: flex;
    justify-content: flex-start;
}
.justify-center {
    display: flex;
    justify-content: center;
}

.justify-end {
    display: flex;
    justify-content: flex-end;
}
.justify-evenly {
    display: flex;
    justify-content: space-evenly;
}
.justify-around {
    display: flex;
    justify-content: space-around;
}
.justify-between {
    display: flex;
    justify-content: space-between;
}
.align-start {
    display: flex;
    align-items: flex-start;
}
.align-center {
    display: flex;
    align-items: center;
}
.align-end {
    display: flex;
    align-items: flex-end;
}

