﻿
/* - banner - end*/
/* 规范 */
/* @标题 */
.std_tit1 {
    font-size: 50px;
    line-height: 1.5;
    color: #333;
}
.std_tit2 {
    font-size: 44px;
    line-height: 1.5;
    color: #333;
}
.std_tit3 {
    font-size: 40px;
    line-height: 1.5;
    color: #333;
}
.std_tit4 {
    font-size: 36px;
    line-height: 1.5;
    color: #333;
}
.std_tit5 {
    font-size: 30px;
    line-height: 1.5;
    color: #333;
}
.std_tit6 {
    font-size: 24px;
    line-height: 1.5;
    color: #333;
}
/* @文本 */
.std_text,
.std_text p {
    font-size: 16px;
    line-height: 1.75;
    color: #666;
}
/* @编辑器 */
.yxedr_active h2 {
    font-size: 44px;
    line-height: 1.5;
    color: #333;
    margin-bottom: 22px;
}
.yxedr_active h3 {
    font-size: 36px;
    line-height: 1.5;
    color: #333;
    margin-bottom: 18px;
}
.yxedr_active h4 {
    font-size: 30px;
    line-height: 1.5;
    color: #333;
    margin-bottom: 15px;
}
.yxedr_active h5 {
    font-size: 24px;
    line-height: 1.5;
    color: #333;
    margin-bottom: 12px;
}
.yxedr_active p {
    font-size: 18px;
    line-height: 1.75;
    margin-bottom: 8px;
    color: #666;
}
/* @间距 */
.std_padd_top100 {
    padding-top: 100px;
}
.std_padd_bot100 {
    padding-bottom: 60px;
}
.std_padd100 {
    padding: 100px 0;
}
.std_margin_bot40 {
    margin-bottom: 40px;
}
.std_margin_bot60 {
    margin-bottom: 60px;
}


.home_ban {
    position: absolute;
    bottom: 173px;
    left: 50%;
    transform: translateX(-50%);
}
.ys_ban_imgbox::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 200px;
    left: 0px;
    top: 0px;
    background: linear-gradient(180deg, #000000 5.88%, rgba(0, 0, 0, 0) 70.5%);
    opacity: 0.1;
}
.ys_ban_imgbox::before {
    height: 40%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 5.88%, #000000 100%);
    opacity: 0.3;
    top: inherit;
    bottom: 0;
}
.home_dots {
    position: absolute;
    bottom: 64px;
    left: 0;
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.home_dots_li {
    position: relative;
    margin: 0 15px;
    cursor: pointer;
}
.home_dots_li svg {
    display: block;
    width: 38px;
    height: 38px;
    position: relative;
    z-index: 5;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
}
.home_dots_li svg circle {
    stroke-width: 2px;
    stroke: #fff;
    stroke-dasharray: 300%;
    stroke-dashoffset: 300%;
    transition: stroke-dashoffset 0.6s ease-out;
    -webkit-transition: stroke-dashoffset 0.6s ease-out;
    -moz-transition: stroke-dashoffset 0.6s ease-out;
    -o-transition: stroke-dashoffset 0.6s ease-out;
    -ms-transition: stroke-dashoffset 0.6s ease-out;
}
.home_dots_li.on svg circle {
    stroke-dashoffset: 0;
    animation: movedong 6s ease-out;
}
.home_dots_li span {
    position: absolute;
    z-index: 4;
    top: 0;
    left: 0;
    width: 38px;
    height: 38px;
    border: 2px solid transparent;
    border-radius: 50%;
    transition: border-color 0.3s ease-out;
    -webkit-transition: border-color 0.3s ease-out;
    -moz-transition: border-color 0.3s ease-out;
    -o-transition: border-color 0.3s ease-out;
    -ms-transition: border-color 0.3s ease-out;
}
.home_dots_li span:after {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.home_dots_li.on span {
    border-color: rgba(255, 255, 255, 0.3);
}
.home_dots_li.on svg circle {
    stroke-dashoffset: 0;
    animation: movedong 6s ease-out;
}
@keyframes movedong {
    0% {
        stroke-dashoffset: 300%;
    }
    100% {
        stroke-dashoffset: 0;
    }
}
.ys_ban_imgbox img {
    -webkit-transition: all 5s ease-out;
    transition: all 5s ease-out;
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
.ys_ban_li.slick-active .ys_ban_imgbox img {
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
/* .ys_ban_imgbox video {
    -webkit-transition: all 5s ease;
    transition: all 5s ease;
    -ms-transform: scale(1.2) translate(-50%, -50%);
    -moz-transform: scale(1.2) translate(-50%, -50%);
    -webkit-transform: scale(1.2) translate(-50%, -50%);
    -o-transform: scale(1.2) translate(-50%, -50%);
    transform: scale(1.2) translate(-50%, -50%);
}
.ys_ban_li.slick-active .ys_ban_imgbox video {
    -ms-transform: scale(1) translate(-50%, -50%);
    -moz-transform: scale(1) translate(-50%, -50%);
    -webkit-transform: scale(1) translate(-50%, -50%);
    -o-transform: scale(1) translate(-50%, -50%);
    transform: scale(1) translate(-50%, -50%);
} */
.home_main {
    width: 100%;
    position: relative;
}
.home_solu {
    width: 100%;
    position: relative;
}
.home_solu_cont {
    width: 100%;
    position: relative;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}
.home_solu_ri {
    width: 44%;
    position: relative;
}
.home_solu_le {
    width: 56%;
    padding-right: 147px;
}
.home_solu_ri_ig {
    width: 100%;
}
.home_solu_ri_ig img {
    width: 100%;
    border-radius: 16px;
}
.home_solu_ri_play {
    width: 70px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
}
.home_solu_ri_play img {
    width: 100%;
    transform: none !important;
}
.home_solu_le_tit .std_tit2 {
    color: #333;
    line-height: 1.5;
    font-weight: bold;
}
.home_solu_le_roll {
    margin: 0 -25px;
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 32px;
}
.hslr_li {
    width: 25%;
    padding: 0 25px;
}
.hslr_wrap {
    width: 100%;
    position: relative;
}
.hslr_wrap_num_tit span {
    font-size: 60px;
}
.hslr_wrap_info p {
    color: #333;
    line-height: 1.5;
}
.hslr_wrap_num_tit {
    font-size: 20px;
    line-height: 1.5;
    color: #c8a972;
    font-family: 'AGENCYB';
}
.hslr_wrap_num {
    margin-bottom: 20px;
}
.hsli_p {
    font-size: 18px;
    line-height: 1.75;
    color: #333;
}
.home_solu_le_more .casedata_newest_lookmore {
    text-align: left;
}
.home_solu_le_info {
    margin-bottom: 42px;
}
.home_case {
    width: 100%;
    background: #010428;
    padding-bottom: 260px;
}
.home_case_cont {
    width: 100%;
    position: relative;
}
.home_case_tit {
    text-align: center;
}
.home_case_tit .std_tit2 {
    color: #fff;
    line-height: 1.5;
    font-weight: bold;
}
.home_case_swip_ul {
    position: relative;
    /* display: flex;
    justify-content: center; */
    margin-top: 32px;
    flex-wrap: wrap;
}
.hcsu_li {
    position: relative;
}
/* .home_case_swip_ul {
    display: flex;
} */
.hcsu_li {
    margin: 0 10px;
}
.hcsu_li .mod_btn2_text {
    cursor: pointer;
    background: transparent;
    border-color: #fff;
    color: #fff !important;
}
/* .hcsu_li.slick-current .mod_btn2_text {
    border-color: #c8a972;
    background: #c8a972;
    color: #fff;
} */
.home_case_swip_sli {
    width: 990px;
    margin: 0 auto;
}
.hcss_li_wrap_ig {
    width: 100%;
    position: relative;
    border-radius: 16px;
    overflow: hidden;
}
.hcss_li_wrap_ig::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40%;
    transition: all 0.36s;
    opacity: 0;
    background: linear-gradient(180deg, rgba(38, 129, 253, 0) 0%, #2681FD 118.78%);
}
.hcss_li_wrap_ig {
    overflow: hidden;
}
.hcss_li_wrap_ig img {
    border-radius: 16px;
}
.hcss_li_wrap {
    width: 100%;
    position: relative;
}
.hcss_li_wrap_tit .hsli_p {
    color: #FFF;
    line-height: 1.5;
    overflow: hidden;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.hcss_li_wrap_tit {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 38px 60px;
    transition: all 0.36s;
    opacity: 0;
}
.home_case_swip_ul .slick-track {
    margin: 0 auto;
}
.home_case_swip_sli .slick-list {
    overflow: inherit;
}
.hcss_li {
    padding: 0 12px;
    background: #000000;
    opacity: 0.58;
    transition: all 0.36s;
    pointer-events: none;
}
.hcss_li.slick-current {
    opacity: 1;
    pointer-events: inherit;
}
.hcss_li.slick-current .hcss_li_wrap_tit {
    opacity: 1;
}
.hcss_li.slick-current .hcss_li_wrap_ig::after {
    opacity: 1;
}
.hcss_ul {
    margin: 0 -12px;
}
.hcss_ul .slick-arrow {
    width: 22px;
    height: 39px;
    z-index: 10;
    background-size: 100% 100%;
}
.hcss_ul .slick-prev {
    background-image: url(../fonts/a1_icon3.svg);
    left: -25%;
}
.hcss_ul .slick-next {
    background-image: url(../fonts/a1_icon2.svg);
    right: -25%;
}
.home_case_swip_sli {
    padding-bottom: 55px;
}
.hcss_ul .slick-dots {
    bottom: -68px;
}
.hcss_ul .slick-dots li {
    background: transparent;
    border: 1px solid #fff;
}
.hcss_ul .slick-dots li.slick-active {
    background: #fff;
}
.home_port {
    width: 100%;
    position: relative;
}
.home_port_info p {
    color: #fff;
    text-align: center;
}
.home_port_info {
    margin-top: 12px;
}
.home_port_more {
    text-align: center;
    margin-top: 42px;
}
.home_port_more .mod_btn2_text {
    position: relative;
    /* background: #fff; */
    border: none;
    /* color: #c8a972; */
}
.home_port_more .mod_btn2_text::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background: #FFFFFF;
    opacity: 0.2;
    border-radius: 36px;
    transition: all 0.36s;
    animation: scrlo 1.6s linear infinite;
}
@keyframes scrlo {
    0% {
        width: 100%;
        height: 100%;
    }
    50% {
        width: 116%;
        height: 72px;
    }
    100% {
        width: 100%;
        height: 100%;
    }
}
.home_port_more .mod_btn2 {
    height: 50px;
}
.home_choi {
    width: 100%;
    position: relative;
}
.home_choi::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(251, 241, 222, 0) 0%, #fbf1de 149.37%);
    opacity: 0.7;
}
.home_choi_cont {
    width: 100%;
    position: relative; margin-top:50px
}
.home_choi_bg {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}
.home_choi_bg img {
    width: 100%;
}
.home_choi .ys_cont1600 {
    position: relative;
    z-index: 10;
}
.home_choi_tit .std_tit2 {
    color: #333;
}
.home_choi_tit .hsli_p {
    color: #333;
}
.home_choi_wrap {
    width: 100%;
    position: relative;
}
.hcwr_li {
    width: 100%;
    position: relative;
    display: none;
}
.hcwr_li_wrap {
    display: flex;
    flex-wrap: wrap;
}
.hcwr_li:first-child {
    display: block;
}
.hcwr_li_le {
    width: 43%;
    padding-right: 100px;
}
.hcwr_li_ri {
    width: 57%;
}
.hcwr_li_ri img {
    width: 100%;
}
.home_choi_wrap_le {
    width: 78px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.home_choi_wrap_ri {
    width: calc(100% - 78px);
    padding-left: 95px; 
}
.home_choi_wrap_le::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 1px;
    height: calc(100% + 150px);
    /* border-left: 1px dashed #e5e5e5; */
    border-left: 1px dashed rgba(173, 173, 173, 0.6)
        /* opacity: 0.3; */
}
.g-sypt1fl-icon {
    cursor: pointer;
}
.g-sypt1-icon {
    width: 78px;
    height: 78px;
    border-radius: 50%;
    position: relative;
    margin-bottom: 60px;
    transition: all .36s;
}
.g-sypt1-tu {
    width: 60px;
    height: 60px;
    transition: all .36s ease;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.g-sypt1-tu img {
    width: 33px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.g-sypt1-icon .g-svg {
    width: 78px;
    height: 78px;
    transform: rotate(-90deg);
}
.g-svg svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.g-sypt1fl-icon.act .circle1 {
    stroke-dasharray: 220;
    stroke-dashoffset: 220;
    -webkit-animation: 4s svgcircle1 linear;
    animation: 4s svgcircle1 linear;
}
.g-svg circle {
    stroke-dasharray: 220;
    stroke-dashoffset: 220;
}
@keyframes svgcircle1 {
    0% {
        stroke-dashoffset: 220;
    }
    100% {
        stroke-dashoffset: 0;
    }
}
.g-sypt1fl-icon.act .g-sypt1-icon {
    background: rgb(249, 236, 214);
    /* box-shadow: 0 0 30px 10px rgb(169 203 174 / 35%); */
    box-shadow: 5px 5px 20px 6px rgba(113, 111, 111, 0.05);
}
.g-sypt1fl-icon.act .g-sypt1-tu {
    background: #fff;
}
.hcwr_li_le_tit .std_tit5 {
    color: #333;
    line-height: 1.5;
    font-weight: bold;
}
.hcwr_li_le_tit {
    margin-bottom: 32px;
}
.hcwr_li_le_info p {
    color: #666;
    margin-bottom: 12px; width:90%
}
.hcwr_li_le_info strong{ color:#c8a972}
.hcwr_li_le_info {
    margin-bottom: 30px;
    max-height: 270px;
}
 
.hcwr_li_le_info .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 2px;
}
.hcwr_li_le_info .mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
    background-color: #c8a972;
}
.hcwr_li_le_info .mCSB_outside+.mCSB_scrollTools {
    right: -10px !important;
}
.home_stren {
    width: 100%;
    position: relative;
}
.home_stren_tit .std_tit5 {
    text-align: center;
}
.home_stren_wrap {
    width: 100%;
    position: relative;
}
.home_stren_wrap_ul {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    background: #FFFFFF;
    box-shadow: 0px 2px 16px rgba(1, 4, 40, 0.1);
    border-radius: 10px;
    align-items: stretch;
    overflow: hidden;
}
@keyframes donghua {
    from {
        transform: translateY(0);
    }
    to {
        transform: translateY(-100%);
    }
}
.mod_btn2 {
    height: 46px;
    display: inline-block;
    min-width: 180px;
}
.mod_btn2_text {
    height: 100%;
    color: #fff;
    border-radius: 28px;
    transition: all 0.36s;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    line-height: 1.5;
    padding: 0 20px;
    background-color: #c8a972;
    border: 1px solid #c8a972;
}
.mod_btn2 a{ color:#fff}