.right_title {
    font-size: 30px;
    color: #DE5B49;
    font-weight: bold;
}

.landing_header_search_left {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: #333333;
    line-height: 25px;
}

.left_search_div {
    display: flex;
    width: 154px;
    height: 30px;
    border: 1px solid #DDDDDD;
    border-radius: 15px;
    align-items: center;
    justify-content: space-between;
}

.left_search_input {
    border: none;
    width: 100%;
    height: 100%;
    font-weight: 400;
}

.left_column_line {
    height: 15px;
    border: 1px solid #CCCCCC;
}

.column_line1 {
    height: 22px;
    border: 1px solid #DDDDDD;
}

.top_background_div {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 700px;
    background: url(../img/landing/landing_top.jpg) no-repeat center center;
    background-size: 100% 100%;
}

.top_common_div {
    width: 56px;
    height: 56px;
    border-radius: 50%;
}

.top_background_div_blue {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 740px;
    background: url(../img/landing/landing_top_blue.jpg) no-repeat center center;
    background-size: 100% 100%;
}

.top_div_middle {
    width: 1200px;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.top_middle_left {
    display: flex;
    flex-direction: column;
    font-size: 40px;
    font-weight: bold;
    color: #FFFFFF;
    justify-content: center;
}

.f32 {
    font-size: 32px;
}

.f38 {
    font-size: 38px;
}

.lh18 {
    line-height: 18px;
}

.lh24 {
    line-height: 24px;
}

.lh32 {
    line-height: 32px;
}

.top_middle_right {
    width: 548px;
    height: 538px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 24px;
    background: url(../img/landing/top_middle_right.png) no-repeat center center;
    background-size: 100% 100%;
}

.top_middle_right_blue {
    width: 548px;
    height: 538px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 24px;
    background: url(../img/landing/top_middle_right_blue.png) no-repeat center center;
    background-size: 100% 100%;
}

.top_middle_right_div {
    border-radius: 4px;
    width: 448px;
    height: 438px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.middle_right_text {
    font-size: 24px;
    font-weight: 500;
    color: #333333;
}

.right_input_div {
    width: 348px;
    height: 48px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.ty-btn {
    justify-content: center;
    font-size: 18px;
    font-weight: 500;
    color: #FFFFFF;
}

.right_input {
    border: none;
    flex: 1;
    height: 100%;
}

.yzm_btn {
    width: 100px;
    height: 28px;
    border: 1px solid #D83832;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.fc-E06A5B {
    color: #E06A5B;
}

.top_bottom {
    width: 100%;
    height: 56px;
    display: flex;
    justify-content: space-between;
}

.top_bottom_one {
    display: flex;
    height: 56px;
    align-items: center;
}

.item_search {
    width: 1030px;
    height: 80px;
    display: flex;
    align-items: center;
    box-shadow: 0px 1px 20px 0px rgba(38, 38, 38, 0.15);
    border-radius: 5px;
    font-size: 16px;
    font-weight: 500;
    color: #333333;
    margin-top: -40px;
    background-color: #FFFFFF;
}

.item_search_one {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.w109 {
    width: 109px;
}

.w159 {
    width: 159px;
}

.w160 {
    width: 160px;
}

.item_search_column_line {
    height: 69px;
    border: 1px solid #DDDDDD;
}

.itemsearchbtn {
    border-radius: 0px 5px 5px 0px;
    color: #FFFFFF;
}

.landing_common_div {
    width: 1200px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.landing_pt {
    display: flex;
    width: 100%;
    justify-content: space-between;
    line-height: 32px;
}

.landing_pt2 {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-content: space-between;
    width: 100%;
    height: 275px;
}

.landing_pt3 {
    display: flex;
    flex-flow: row wrap;
    align-content: space-between;
    width: 100%;
}

.landing_common_div2 {
    width: 321px;
    height: 363px;
    border: 1px solid #E6E6E6;
    border-radius: 5px;
}

.landing_common_div3 {
    width: 160px;
    height: 160px;
    border-radius: 50%;
}

.landing_common_div4 {
    width: 370px;
    height: 350px;
    border-radius: 5px;
}

.landing_common_div5 {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    margin-top: -60px;
}

.landing_common_div6 {
    width: 310px;
    height: 400px;
    box-shadow: 0px 0px 21px 0px rgba(217, 217, 217, 0.75);
    border-radius: 5px;
}

.landing_common_div7 {
    padding: 10px 20px;
    box-sizing: border-box;
    border-radius: 5px;
}

.landing_gys_img {
    width: 66px;
    height: 63px;
}

.landing_border_common4 {
    border: 2px solid #E6E6E6;
}

.pt2-imgdiv {
    width: 84px;
    height: 84px;
    border-radius: 50%;
}

.pt2-title {
    font-size: 20px;
    line-height: 19px;
}

.pt2-img {
    width: 42px;
}

.pt2-imgadd {
    margin-top: 35px;
    width: 13px;
}

.landing_pt_one {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.flex_center_center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.landing_pt_one_title {
    font-size: 22px;
    margin-top: 40px
}

.landing_pt_one_content {
    width: 210px;
    font-size: 14px;
    line-height: 28px;
    margin-top: 25px;
    text-align: center;
}

.landing_pt_tiyan {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 180px;
    height: 40px;
    border-radius: 5px;
    font-size: 18px;
    line-height: 25px;
}

.w180 {
    width: 180px;
}

.div_keyword {
    display: flex;
    align-items: center;
    width: 500px;
    height: 40px;
    border-radius: 5px;
}

.landing_list {
    display: flex;
    flex-direction: column;
    width: 424px;
}

.flex_column {
    display: flex;
    flex-direction: column;
}

.list_width {
    width: 282px;
}

.landing_list_a {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.landing_list_line {
    width: 1px;
    background: #DDDDDD;
    border-radius: 50%;
}

.landing_line2 {
    width: 1px;
    height: 93px;
    background: #DDDDDD;
    border-radius: 50%;
}

.background_img_common {
    width: 311px;
    height: 440px;
    background-size: 100% 100%;
}

.bg-F8F8F8 {
    background-color: #F8F8F8;
}

.bg-pinkTored {
    background: linear-gradient(90deg, #DE5B49, #DE412C);
}

.bg-blueToblue {
    background: linear-gradient(90deg, #64BEFA, #23A5F9);
}

.bg-blue {
    background: #23A5F9;
}

.bg-336666 {
    background: #336666;
}

.bg-333366 {
    background: #333366;
}

.bg_reinami {
    background: url(../img/landing/img_renmai.jpg) no-repeat center center;
}

.bg_shangji {
    background: url(../img/landing/img_shangji.jpg) no-repeat center center;
}

.bg_shichang {
    background: url(../img/landing/img_shichang.jpg) no-repeat center center;
}

.bg_ziyuan {
    background: url(../img/landing/landing_img7.jpg) no-repeat center center;
    width: 100%;
    height: 650px;
    background-size: 100% 100%;
}

.bg_zhongbiao {
    background: url(../img/landing/landing_zhongbiao.png) no-repeat center center;
    width: 457px;
    height: 492px;
    background-size: 100% 100%;
}

.bg_zhongbiao2 {
    background: url(../img/landing/landing_zhongbiao2.jpg) no-repeat center center;
    width: 100%;
    height: 460px;
    background-size: 100% 100%;
}

.bg_qingse {
    background: #EDF5FA;
}

.bg_qingHongse {
    background: #6BACFD;
}

.bg_qingHeise {
    background: #29DBDB;
}

.bg_qingHongHeise {
    background: #01C1E0;
}

.bg_qing43se {
    background: #7FACE1;
}

.bg_qing36Hongse {
    background: #948EEA;
}

.bg_yellowHongse {
    background: #FBBD65;
}

.bg-334D66 {
    background: #334D66;
}

.bg-48488E {
    background: #48488E;
}

.bg-50698F {
    background: #50698F;
}

.landing_ziyuan_img {
    width: 65px;
    height: 66px;
}

.landing_zu_img {
    width: 64px;
    height: 64px;
}

.landing_ziyuan_div {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 160px;
    height: 34px;
    border: 1px solid #DDDDDD;
    border-radius: 15px;
}

.landing_ziyuan_text {
    font-size: 16px;
    line-height: 25px;
}

.top_img_with {
    width: 32px;
}

.w244 {
    width: 244px;
}

.w280 {
    width: 280px;
}

.w300 {
    width: 300px;
}

.w224 {
    width: 224px;
}

.landing_text {
    line-height: 28px;
    font-size: 14px;
    font-weight: 400;
    margin-top: 20px;
    text-align: center;
    /*color: #666666;*/
}

.landing_gys_text {
    width: 160px;
    height: 40px;
    border-radius: 2px;
    font-size: 14px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.line_common_chang {
    width: 51px;
    height: 4px;
}

.line_common_duan {
    width: 30px;
    height: 3px;
}

.landing_gongyingshang_bgimg {
    width: 100%;
    height: 470px;
    background: url(../img/landing/landing_gys.jpg) no-repeat center center;
    background-size: 100% 100%;
}

.landing_gongyingshang_bgimgblue {
    width: 100%;
    height: 500px;
    background: url(../img/landing/landing_gys_blue.jpg) no-repeat center center;
    background-size: 100% 100%;
}

.landing_fangAn {
    width: 280px;
    height: 420px;
    border-radius: 10px;
}

.landing_innder {
    width: 340px;
    height: 130px;
    border-radius: 5px;
}

.landing_innder_div {
    display: flex;
    align-items: center;
}

.landing_dian {
    width: 4px;
    height: 4px;
    border-radius: 2px;
}

.landing_inner_title {
    font-size: 16px;
    font-weight: bold;
    color: #333333;
}

.landing_inner_content {
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    line-height: 22px;
}

.landing_inner_more_text {
    width: 92px;
    height: 28px;
    background: #DE5B49;
    border-radius: 5px;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
}

.fc-C8 {
    color: #C8C8C8;
}

.fc-yellow {
    color: #FBBD65;
}

.zhongbiao_title {
    width: 317px;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.landing_shiyong_div {
    width: 260px;
    height: 70px;
    border-radius: 5px;
    cursor: pointer;
}

.landing_xm_div {
    position: absolute;
    top: 80px;
    width: 100%;
    height: 100%;
    border: 1px solid #E6E6E6;
    left: 0px;
}

.landing_area_div {
    width: 870px;
    position: absolute;
    border: 1px solid #E6E6E6;
    left: 0px;
    top: 80px;
    padding: 20px 0px;
    box-sizing: border-box;
}

.landing_area_qu {
    width: 50px;
    font-weight: 500;
}

.landing_area_a {
    display: block;
    margin: 5px;
}

.landing_xun_line {
    width: 100%;
    border: 1px dashed #E5E5E5;
}

.landing_input1 {
    width: 230px;
    height: 100%;
    border: none;
    font-weight: 400;
}

.landing_top_all {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 140px;
    background: url(../img/landing/landing_top_all.png) no-repeat center center;
    background-size: 100% 100%;
}

.landing_all_logo_explain {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 158px;
    height: 32px;
    background: url(../img/landing/landing_all_logo_explain.png) no-repeat;
}

.landing_all_top {
    width: 1200px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.landing_all_top_left {
    display: flex;
    flex-direction: column;
    margin-left: 8px;
}

.landing_all_left_text {
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 16px;
}

.landing_all_left_line {
    width: 0px;
    height: 16px;
    opacity: 0.3;
    border: 1px solid #FFFFFF;
}

.landing_all_right_text {
    font-size: 18px;
    font-weight: 400;
    color: #333333;
    line-height: 18px;
}

.w8 {
    width: 8px;
}

.h8 {
    height: 8px;
}

.landing_all_right_text2 {
    display: flex;
    font-size: 32px;
    font-weight: 500;
    color: #333333;
    line-height: 32px;
}

.page4backimg {
    display: flex;
    align-items: center;
    width: 100%;
    background: url(../img/landing/page4backimg.png) no-repeat center top;
    background-size: 100% 100%;
    flex-direction: column;
}

.page4banner {
    width: 100%;
    height: 83px;
    display: flex;
    justify-content: center;
    opacity: 0.6;
    top: 0px;
}

.page4banner2 {
    display: flex;
    width: 1200px;
    height: 100%;
    align-items: center;
}

.page4banner_dh {
    display: flex;
    justify-content: space-between;
}

.page4img2_div {
    width: 1200px;
    height: 450px;
}

.page4img2_absolute {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
}

.page4_textdiv {
    width: 100%;
    height: 40px;
    display: flex;
    justify-content: center;
}

.page4_textdiv2 {
    width: 815px;
    height: 100%;
    display: flex;
    justify-content: space-between;
}

.page4_textdiv3 {
    height: 100%;
    padding: 8px 50px;
    background: linear-gradient(90deg, #586FFF 0%, #25338B 100%);
    border-radius: 8px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
}

.page4_footer {
    width: 100%;
    height: 193px;
    display: flex;
    justify-content: center;
    opacity: 0.6
}

.page4_footer_div {
    width: 1200px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.page4_git1 {
    width: 370px;
    height: 243px;
    box-sizing: border-box;
    padding: 20px 16px;
}

.page4_100 {
    width: 100%;
    height: 100%;
}

.bg-A10A21 {
    background: #A10A21;
}

.page4_git_textdiv {
    display: flex;
    flex-direction: column;
    font-size: 16px;
    line-height: 40px;
}

.page4_imgewm {
    width: 105px;
    height: 105px;
    margin-left: 60px;
    margin-top: 63px;
}

.page5_backimg {
    display: flex;
    align-items: center;
    width: 100%;
    flex-direction: column;
}

.page5_header {
    width: 100%;
    display: flex;
    align-content: center;
    justify-content: center;
    background: rgba(2, 2, 2, 0.3);
    position: absolute;
    z-index: 99;
    background: linear-gradient(180deg, #5D6890 0%, #354375 100%);
}

.page5_header_banner {
    height: 650px;
}

.page5_backimg2 {
    display: flex;
    align-items: center;
    width: 100%;
    background: url(../img/landing/page5backimg2.png) no-repeat center top;
    background-size: 100% 100%;
    flex-direction: column;
}

.page5_backimg3 {
    display: flex;
    align-items: center;
    width: 100%;
    background: url(../img/landing/page5backimg3.png) no-repeat center top;
    background-size: 100% 100%;
    flex-direction: column;
}

.page5_banner {
    flex: 1;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.page5_line {
    border-top: 1px solid #999999;
    width: 100%;
}

.page5_help {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    box-sizing: border-box;
    width: 200px;
    border-radius: 5px;
}

.page5_swiper {
    width: 100%;
    height: 180px;
    overflow: hidden;
}

.page5_swiper_img_wh {
    width: 220px;
    height: 160px;
}

.page5_swiper_div {
    position: absolute;
    top: 110px;
    width: 100%;
    display: flex;
    justify-content: center;
}

.w1935 {
    width: 1935px;
}

.page5_more {
    width: 200px;
    height: 50px;
    border-radius: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.page5_solve {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-content: space-between
}

.page5_solve_div {
    width: 276px;
    height: 234px;
    display: flex;
    flex-direction: column;
    border: 1px solid #DDDDDD;
    border-radius: 5px;
    align-items: center;
}

.page5_solve_text_div {
    width: 224px;
    text-align: center;
}

.page5_solve_img {
    width: 44px;
    height: 44px;
}

.h38 {
    height: 38px;
}

.h22 {
    height: 22px;
}

.page5_fuwu_div {
    width: 400px;
    height: 296px;
}

.page5_fuwu_absolute {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.page5_fuwu_img {
    width: 55px;
    height: 60px;
}

.page5_fuwu_text {
    width: 282px;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
}

.page5_common_imgwh {
    width: 102px;
    height: 102px;
}

.page5_arrow {
    width: 73px;
    height: 18px;
}

.page5_lc_div {
    position: absolute;
    top: 114px;
    left: 0px;
    width: 100%;
    display: flex;
    justify-content: center;
}

.page5_lc_parent {
    width: 900px;
    height: 120px;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
}

.between_center {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.f42 {
    font-size: 42px;
}

.page5_vertical_line {
    width: 2px;
    height: 100px;
    opacity: 0.2
}

.bg-fdfdfd {
    background: #FDFDFD;
}

.page5_small {
    width: 360px;
    height: 180px;
}

.page5_big {
    width: 480px;
    height: 240px;
}

.page5_dt_text {
    left: 0px;
    width: 100%;
    display: flex;
    justify-content: center;
}

.top200 {
    top: 200px;
}

.top260 {
    top: 260px;
}

.page5_com {
    line-height: 36px;
    text-indent: 2em;
}