/* 首页开始 */
.sy_banner {
    width: 100%;
    height: 920px;
    margin-top: 94px;
    position: relative;
}

.sy_banner .swiper-container {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}

.sy_banner .swiper-container .swiper-slide {
    overflow: hidden;
    position: relative;
}

.sy_banner .swiper-container .swiper-slide .bannerimg {
    width: 100% !important;
    height: 100%;
    margin: 0 50%;
    transform: translateX(-50%);
    object-fit: cover;
}

.sy_banner .swiper-button-prev:after,
.sy_banner .swiper-container-rtl .swiper-button-next:after {
    content: '';
}

.sy_banner .swiper-button-next:after,
.sy_banner .swiper-container-rtl .swiper-button-prev:after {
    content: '';
}

.sy_banner .swiper-button-prev,
.sy_banner .swiper-container-rtl .swiper-button-next {
    left: 26px;
    background-image: url(../image/left@2x.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 59px 57px;
}

.sy_banner .swiper-button-next,
.sy_banner .swiper-container-rtl .swiper-button-prev {
    right: 26px;
    background-image: url(../image/right@2x.png);
    background-repeat: no-repeat;
    background-position: 100% 0;
    background-size: 59px 57px;
}

.sy_banner .swiper-button-next,
.sy_banner .swiper-button-prev {
    width: 59px;
    height: 57px;
    overflow: hidden;
}

.sy_banner .swiper-pagination {
    text-align: center;
    position: absolute;
    left: 50% !important;
    transform: translate(-50%, 0);
    z-index: 10;
    bottom: 36px !important;
}

.sy_banner .swiper-pagination-bullet {
    width: 82px;
    height: 3px;
    display: inline-block;
    border-radius: 0 !important;
    background: #ffffff;
    opacity: 0.2;
    margin: 0 7px !important;
}

.sy_banner .swiper-pagination-bullet-active {
    opacity: 1 !important;
}

.bannercon {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5;
}

.bannergroup {
    padding-top: 9%;
    max-width: 960px;
    height: auto;
    overflow: hidden;

}

.bannergroup .pone {
    font-weight: 600;
    font-size: 44px;
    color: #FFFFFF;
    line-height: 86px;
    height: 153px;
    padding-left: 38px;
    border-left: 4px solid #C4E0E9;
    margin-bottom: 27px;
}

.bannergroup .pone span {
    display: block;
    line-height: 74px;
    position: relative;
    top: -10px;
}

.bannergroup .spanone {
    font-weight: 400;
    font-size: 15px;
    color: #FFFFFF;
    line-height: 26px;
    padding-left: 38px;
}

.moreluo {
    margin-top: 86px;
    display: block;
    width: 154px;
    height: 48px;
    background: #2CD363;
    border-radius: 48px;
    padding: 0 6px;
    margin-left: 38px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.moreluo div {
    font-weight: 500;
    font-size: 16px;
    color: #1A2259;
    margin-left: 14px;
}

.moreluo img {
    width: 36px;
    height: 36px;

}

/* 产品中心 */
.index_project {
    background-color: #FFFFFF;
    overflow: hidden;
}

.index_project_box {
    padding: 102px 0 110px;
}

.index_title {
    font-weight: bold;
    font-size: 40px;
    color: #1A2259;
    line-height: 57px;
    border-left: 5px solid #C4E0E9;
    padding-left: 34px;
    margin-left: -1px;
}

.index_tip {
    font-weight: 400;
    font-size: 18px;
    color: #6D7189;
    line-height: 65px;
    margin-top: 11px;
    padding-left: 38px;
}

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

}

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

.switch_swiper img {
    cursor: pointer;
}

.switch_swiper_line {
    width: 95px;
    height: 2px;
    background-color: #EEEEEE;
    position: relative;
}

.switch_swiper_line:after {
    content: ' ';
    display: block;
    width: 50%;
    height: 2px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #6D7189;
}

.switch_swiper_num {
    font-weight: bold;
    font-size: 24px;
    color: #6D7189;
    line-height: 20px;
    margin: 0 10px;
}

.project_swiper {
    overflow: initial !important;
}

.project_swiper .swiper-slide {
    width: 340px;
    height: 464px;
    padding: 38px 10px 0;
    box-sizing: border-box;
    background: #F6F6F6;
    position: relative;
    top: 0;
    transition: 0.4s;
}

.project_swiper .swiper-slide .more {
    width: 36px;
    height: 36px;
    position: absolute;
    bottom: -18px;
    left: 0;
    right: 0;
    margin: auto;
    opacity: 0;
    transition: 0.6s;
}

.project_swiper .swiper-slide:hover {
    top: -20px;
}

.project_swiper .swiper-slide:hover .more {
    opacity: 1;
}

.project_cate {
    display: flex;
    padding-left: 38px;
    box-sizing: border-box;
}

.project_cate_list {
    width: 248px;
    padding-top: 60px;
}

.project_cate_list>div {
    font-weight: bold;
    font-size: 20px;
    color: #1A2259;
    display: flex;
    align-items: center;
    opacity: 0.3;
    transition: 0.4s;
    cursor: pointer;
}

.project_cate_list>div img {
    margin-right: 8px;
}

.project_cate_list>div:not(:last-child) {
    margin-bottom: 70px;
}

.project_cate_list>div.active {
    opacity: 1;
}

.project_child_list {
    width: calc(100% - 248px);
    position: relative;
}

.project_child_list>div {
    padding-top: 60px;
    width: auto;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
}

.project_child_img {
    width: 200px;
    height: 278px;
    margin: auto;
    position: relative;
}

.project_child_img img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.project_child_name {
    margin-top: 59px;
    font-weight: bold;
    font-size: 20px;
    color: #1A2259;
    line-height: 20px;
    text-align: center;
}

.project_child_sapn {
    font-weight: 400;
    font-size: 14px;
    color: #6D7189;
    line-height: 20px;
    margin-top: 10px;
    text-align: center;
}

/* 核心业务领域 */
.index_business {
    width: 100%;
    background-color: #EDF3FA;
}

.index_business_box {
    padding: 96px 0;
}

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

.business_more {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 169px;
    height: 48px;
    border-radius: 48px;
    border: 1px solid #2CD363;
    padding: 0 5px 0 25px;
    box-sizing: border-box;
    font-weight: 500;
    font-size: 16px;
    color: #1A2259;
    cursor: pointer;
}

.business_more img {
    width: 36px;
    height: 36px;
}

.business_list {
    padding-left: 38px;
    box-sizing: border-box;
    margin-top: 42px;
}

.business_list_item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 38px;
    opacity: 1;
    transition: 0.4s;
}

.no-opacity {
    opacity: 0.4;
}

.business_list_item_left {
    width: 650px;
    height: 252px;
    background: linear-gradient(180deg, #EDF3FA 0%, #FFFFFF 50%, #EDF3FA 100%);
    border-radius: 12px 12px 12px 12px;
    border: 3px solid #FFFFFF;
    box-sizing: border-box;
    transition: 0.4s;
    display: flex;
    justify-content: space-between;
    padding: 43px 28px 0;
    cursor: pointer;
}

.business_list_item_name {
    font-weight: bold;
    font-size: 24px;
    color: #1A2259;
    line-height: 32px;
}

.business_list_item_desc {
    width: calc(100% - 325px);
}

.business_list_item_desc div {
    font-weight: 400;
    font-size: 16px;
    color: #6D7189;
    line-height: 24px;
}

.business_list_item_desc img {
    display: block;
    width: 23px;
    height: 24px;
    margin-top: 44px;
}

.business_list_item_right {
    width: calc(100% - 676px);
    height: 252px;
    border-radius: 12px 12px 12px 12px;
    overflow: hidden;
    transition: 0.4s;
}

.business_list_item_right img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px 12px 12px 12px;
}

.business_list_item:hover .business_list_item_left,
.business_list_item:hover .business_list_item_right {
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
}

/* 中banner */
.index_about {
    width: 100%;
    height: 501px;
    position: relative;
}

.index_about>img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.index_about_con {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 87px;
}

.index_about_but {
    display: block;
    width: 202px;
    height: 48px;
    background: #2CD363;
    border-radius: 48px;
    padding: 0 6px;
    margin: auto;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.index_about_but div {
    width: 124px;
    text-align: center;
    font-weight: 500;
    font-size: 16px;
    color: #1A2259;
    margin-left: 17px;
}

.index_about_but img {
    width: 36px;
    height: 36px;

}

/* 解决方案 */
.index_scheme {
    padding: 120px 0 90px;
    background-color: #EDF3FA;
}

.scheme_list {
    width: 100%;
    padding-left: 38px;
    margin-top: 60px;
    box-sizing: border-box;
    display: flex;
    gap: 25px;
}

.scheme_list_item {
    flex: 1;
    /* max-width: 336px; */
    padding: 40px 45px;
    box-sizing: border-box;
    background: #DFE6ED;
    transition: 0.4s;
}

.scheme_list_item_index {
    font-weight: 400;
    font-size: 40px;
    color: #2CD363;
    line-height: 54px;
}

.scheme_list_item_name {
    font-weight: 400;
    font-size: 24px;
    color: #1A2259;
    line-height: 32px;
    margin-bottom: 20px;
    transition: 0.4s;
}

.scheme_list_item_img {
    width: 100%;
    height: 250px;
    position: relative;
    margin-bottom: 20px;
}

.scheme_list_item_img img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.scheme_list_item_desc {
    font-weight: 400;
    font-size: 14px;
    color: #1A2259;
    line-height: 22px;
    transition: 0.4s;
}

.scheme_list_item.active {
    background: #19418D;
}

.scheme_list_item.active .scheme_list_item_name,
.scheme_list_item.active .scheme_list_item_desc {
    color: #FFFFFF;
}

.index_company {
    padding: 80px 0 70px;
}

.company_swiper {
    padding-bottom: 73px !important;
}

.company_swiper .swiper-slide {
    height: 117px;
}

.company_swiper img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

/* 关于和而润 */
.ny_banner {
    margin-top: 94px;
    position: relative;
    width: 100%;
    height: 540px;
    padding-top: 176px;
    box-sizing: border-box;
}

.ny_banner_img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: -1;
}

.ny_banner_title {
    font-weight: bold;
    font-size: 48px;
    color: #FFFFFF;
    line-height: 58px;
    border-left: 5px solid #2CD363;
    padding-left: 34px;
    margin-bottom: 32px;
}

.ny_banner_desc {
    max-width: 780px;
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 25px;
    padding-left: 38px;
    white-space: pre-wrap;
}

.ny_title_box {
    padding-left: 34px;
    margin-left: -1px;
    border-left: 4px solid #C4E0E9;
}

.ny_title {
    font-weight: bold;
    font-size: 48px;
    color: #1A2259;
    line-height: 65px;
    padding-left: 34px;
    margin-left: -1px;
    border-left: 4px solid #C4E0E9;
}

.ny_tip {
    padding-left: 38px;
    font-weight: 500;
    font-size: 16px;
    color: #6D7189;
    line-height: 19px;
    margin-top: 20px;
}

.ny_titles {
    font-weight: bold;
    font-size: 48px;
    color: #1A2259;
    line-height: 65px;
}

.ny_tips {
    font-weight: 500;
    font-size: 16px;
    color: #6D7189;
    line-height: 19px;
    margin-top: 10px;
}

.ny_advantag {
    background-color: #FFFFFF;
}

.ny_advantag_box {
    padding: 120px 0;
}

.advantag_item {
    width: 316px;
    height: 499px;
    padding-top: 6.5%;
    background-color: transparent;
    position: relative;
}

.advantage_img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 1;
}

.advantage_title {
    font-weight: bold;
    font-size: 24px;
    color: #FFFFFF;
    line-height: 29px;
    margin-bottom: 21px;
    position: relative;
    z-index: 2;
}

.advantage_desc {
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 21px;
    position: relative;
    z-index: 2;
}

.ny_about_zbanner {
    width: 100%;
    height: 526px;
    position: relative;
}

.ny_about_zbanner_img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 1;
}

.ny_about_zbanner_con {
    width: 100%;
    height: 100%;
    padding-top: 40px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
    z-index: 2;
}

.ny_about_zbanner_con .p1 {
    font-weight: 600;
    font-size: 55px;
    color: #FFFFFF;
    line-height: 65px;
    margin-bottom: 20px;
    text-align: center;
}

.ny_about_zbanner_con .p1 span {
    color: #2CD363;
}

.ny_about_zbanner_con .p2 {
    font-weight: 400;
    font-size: 24px;
    color: #FFFFFF;
    line-height: 65px;
    text-align: center;
}

.ny_about_but {
    display: block;
    width: 202px;
    height: 48px;
    background: #2CD363;
    border-radius: 48px;
    padding: 0 6px;
    margin: 20px auto 0;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ny_about_but div {
    width: 124px;
    text-align: center;
    font-weight: 500;
    font-size: 16px;
    color: #1A2259;
    margin-left: 17px;
}

.ny_about_but img {
    width: 36px;
    height: 36px;
}

.ny_culture_box {
    padding: 120px 0 100px;
}

.culture_child_list {
    margin-left: 38px;
    margin-top: 60px;
    position: relative;
    height: 250px;
}

.culture_child_list_box {
    width: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
}

.culture_swiper .swiper-slide {
    max-width: 315px;
    height: 250px;
    border: 2px solid rgba(109, 113, 137, 0.2);
    padding: 50px 35px 0;
    box-sizing: border-box;
    transition: 0.4s;
}

.culture_swiper .swiper-slide.active {
    background: #19418D;
}

.culture_child_top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}

.culture_child_img {
    width: 48px;
    height: 48px;
    overflow: hidden;
}

.culture_child_img img {
    width: 100%;
    height: 100%;
}

.culture_child_index {
    font-weight: bold;
    font-size: 24px;
    color: #6D7189;
    line-height: 29px;
}

.culture_child_name {
    font-weight: bold;
    font-size: 24px;
    color: #1A2259;
    line-height: 29px;
    margin-bottom: 15px;
}

.culture_child_sapn {
    font-weight: 400;
    font-size: 14px;
    color: #6D7189;
    line-height: 21px;
    white-space: pre-wrap;
}

.culture_swiper .swiper-slide.active .culture_child_index {
    color: #2CD363;
}

.culture_swiper .swiper-slide.active .culture_child_name,
.culture_swiper .swiper-slide.active .culture_child_sapn {
    color: #FFFFFF;
}

.culture_swiper .swiper-slide.active .culture_child_img img {
    filter: drop-shadow(100px 0 0 #2CD363);
    transform: translate(-100px)
}

.ny_about_culture {
    width: 100%;
    height: 657px;
    position: relative;
}
.cultures_swiper{
    width: 100%;
    height: 100%;
}
.ny_about_culture_img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ny_about_culture_con {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: auto !important;
    z-index: 99;
}

.ny_about_culture_list {
    height: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
    padding-bottom: 40px;
    margin: 0 -20px;
}

.about_culture_item {
    border-top: 2px solid transparent;
    width: auto;
    min-width: 240px;
    padding: 40px 0 0 20px;
    margin: 0 20px 20px;
    box-sizing: border-box;
    transition: 0.8s;
    cursor: default;
}

.about_culture_item .p1 {
    font-weight: bold;
    font-size: 24px;
    color: rgba(255, 255, 255, 0.37);
    line-height: 32px;
    transition: 0.8s;
}

.about_culture_item .p2 {
    font-weight: 400;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.37);
    line-height: 26px;
    transition: 0.8s;
}

.about_culture_item .p3 {
    font-weight: 400;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.37);
    line-height: 22px;
    margin-top: 20px;
    letter-spacing: -0.5px;
    transition: 0.8s;
}

.about_culture_item:hover {
    border-top: 2px solid #DFE6ED;
}

.about_culture_item:hover .p1,
.about_culture_item:hover .p2,
.about_culture_item:hover .p3 {
    color: rgba(255, 255, 255, 1);
}

.ny_history_box {
    padding: 118px 0 40px;
}

.history_flex {
    display: flex;
    padding-left: 38px;
    padding-top: 40px;
}

.history_left {
    width: 280px;
}

.history_left_item {
    cursor: pointer;
    margin-bottom: 40px;
}

.history_left_item div:nth-child(1) {
    font-weight: 400;
    font-size: 24px;
    color: rgb(109, 113, 137, 0.3);
    line-height: 24px;
    transition: 0.4s;
}

.history_left_item div:nth-child(2) {
    font-weight: 400;
    font-size: 14px;
    color: rgb(109, 113, 137, 0.3);
    line-height: 19px;
    margin-top: 10px;
    transition: 0.4s;
}

.history_left_item.active div:nth-child(1) {
    font-weight: bold;
    color: rgb(109, 113, 137, 1);
}

.history_left_item.active div:nth-child(2) {
    font-weight: bold;
    color: #1A2259;
}

.history_right {
    width: calc(100% - 280px);

}

.history_right div {
    width: 100%;
    white-space: pre-wrap;
    font-weight: 400;
    font-size: 14px;
    color: #6D7189;
    line-height: 30px;
    display: none;
}

.history_right div:last-child {
    display: block;
}

.ny_organization {
    background-color: #EDF3FA;
}

.organization_img {
    margin: 20px auto;
}

.organization_img img {
    max-width: 100%;
    margin: auto;
}

.honor_cate {
    padding-top: 70px;
    display: flex;
    padding-left: 38px;
}

.honor_cate_list {
    width: 280px;
}

.honor_cate_list>div {
    opacity: 0.3;
    margin-bottom: 70px;
    cursor: pointer;
    transition: 0.6s;
}

.honor_cate_list>div.active {
    opacity: 1;
}

.honor_cate_list>div div:nth-child(1) {
    font-weight: 400;
    font-size: 24px;
    color: #1A2259;
    line-height: 32px;
    transition: 0.4s;
}

.honor_cate_list>div div:nth-child(2) {
    font-weight: 400;
    font-size: 16px;
    color: #1A2259;
    line-height: 26px;
}

.honor_cate_list>div.active div:nth-child(1) {
    font-weight: bold;
}

.honor_child_list {
    width: calc(100% - 280px);
    height: 402px;
    position: relative;
}

.honor_child_list_box {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
}

.honor_swiper .swiper-slide {
    width: 260px;
}

.honor_swiper_child_img {
    width: 100%;
    height: 370px;
    border: 1px solid #DFE6ED;
    box-sizing: border-box;
    position: relative;
    margin-bottom: 13px;
}

.honor_swiper_child_img img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.honor_swiper_child_name {
    font-weight: 400;
    font-size: 14px;
    color: #6D7189;
    line-height: 19px;
    text-align: center;
}

/* 新闻中心 */
.ny_banner_hight {
    height: 342px;
}

.ny_banner_hight .ny_banner_title {
    margin-bottom: 12px;
}

.news_flex {
    padding-top: 120px;
    display: flex;
    padding-bottom: 40px;
}

.news_left_item {
    width: 320px;
    padding-left: 26px;
    border-left: 4px solid transparent;
    box-sizing: border-box;
    margin-bottom: 70px;
    opacity: 0.3;
    transition: 0.4s;
    cursor: pointer;
}

.news_left_item.active {
    opacity: 1;
    border-left-color: #C4E0E9;
}

.news_left_item div:nth-child(1) {
    font-weight: bold;
    font-size: 24px;
    color: #1A2259;
    line-height: 32px;
}

.news_left_item div:nth-child(2) {
    font-weight: 400;
    font-size: 16px;
    color: #1A2259;
    line-height: 26px;
}

.news_right {
    width: calc(100% - 320px);
}

.news_list_item {
    display: flex;
    padding: 40px 0;
    border-bottom: 1px solid #EEEEEE;
}

.news_list_item:first-child {
    padding-top: 0;
}

.news_list_item_img {
    width: 302px;
    height: 283px;
    margin-right: 33px;
    position: relative;
}

.news_list_item_img img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.news_list_item_right {
    width: calc(100% - 335px);
}

.news_list_item_time {
    font-weight: 400;
    font-size: 14px;
    color: #6D7189;
    line-height: 14px;
    margin-bottom: 29px;
}

.news_list_item_title {
    font-weight: 400;
    font-size: 22px;
    color: #1A2259;
    line-height: 26px;
    margin-bottom: 29px;
}

.news_list_item_desc {
    font-weight: 400;
    font-size: 14px;
    color: #6D7189;
    line-height: 21px;
    height: 42px;
    margin-bottom: 60px;
}

.news_list_item_to {
    font-weight: 400;
    font-size: 16px;
    color: #6D7189;
    line-height: 14px;
}

.news_detail {
    padding-top: 46px;
    padding: 40px;
    display: flex;
    justify-content: space-between;
}

.news_detail_con {
    width: calc(100% - 425px);
    max-width: 988px;
}

.news_detail_con img {
    max-width: 100%;
}

.news_detail_more {
    width: 345px;
}

.news_detail_title {
    font-weight: 500;
    font-size: 20px;
    color: #1A2259;
    line-height: 26px;
    padding-bottom: 14px;
    border-bottom: 1px solid #EEEEEE;
}

.news_detail_recommend {
    padding-top: 10px;
    margin-bottom: 50px;

}

.news_detail_recommend a {
    display: block;
    font-weight: 400;
    font-size: 14px;
    color: #6D7189;
    line-height: 26px;
    margin-top: 20px;
}

.news_detail_contact {
    display: flex;
    /* align-items: ; */
    height: 140px;
    margin-top: 20px;
}

.news_detail_contact_item {
    width: 36px;
    height: 40px;
    margin-right: 11px;
    position: relative;
}

.news_detail_contact_item_img {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.news_detail_contact_item_bg {
    width: 100%;
    height: 100%;
    display: none;
}

.news_detail_contact_item_icon {
    width: calc(100% - 8px);
    position: absolute;
    top: 4px;
    left: 4px;
    right: 4px;
    margin: auto;
}

.news_detail_contact_item_bg.imgcolor1 {
    filter: drop-shadow(100px 0 0 #EA5D5C);
    transform: translate(-100px)
}

.news_detail_contact_item_bg.imgcolor2 {
    filter: drop-shadow(100px 0 0 #000000);
    transform: translate(-100px)
}

.news_detail_contact_item_erwm {
    display: none;
    width: 95px;
    height: 95px;
    position: absolute;
    top: 46px;
    left: -10px;
}

.news_detail_contact_item_erwm img {
    width: 100%;
    height: 100%;
}

.news_detail_contact_item.active .news_detail_contact_item_bg {
    display: block;
}

.news_detail_contact_item.active .news_detail_contact_item_erwm {
    display: block;
}

.news_detail_next {
    padding-top: 30px;
}

.news_detail_next a {
    display: block;
    font-weight: 400;
    font-size: 12px;
    color: #6D7189;
    line-height: 26px;
    text-decoration: underline;
    margin-bottom: 18px;
}

/* 主营业务 */
.ny_business_list {
    padding-left: 40px;
    padding-top: 94px;
}

.ny_business_list_item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 74px;
}

.ny_business_list_item_swiper {
    width: 100%;
    max-width: 896px;
    height: 376px;
}

.ny_business_list_item_swiper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ny_business_list_item_swiper .swiper-pagination {
    text-align: center;
    position: absolute;
    left: 50% !important;
    transform: translate(-50%, 0);
    z-index: 10;
    bottom: 27px !important;
}

.ny_business_list_item_swiper .swiper-pagination-bullet {
    width: 60px;
    height: 3px;
    display: inline-block;
    border-radius: 0 !important;
    background: #ffffff;
    opacity: 0.2;
    margin: 0 7px !important;
}

.ny_business_list_item_swiper .swiper-pagination-bullet-active {
    opacity: 1 !important;
}

.ny_business_list_item_right {
    width: 490px;
}

.ny_business_list_item_title {
    font-weight: bold;
    font-size: 24px;
    color: #1A2259;
    line-height: 29px;
    margin-bottom: 35px;
}

.ny_business_list_item_desc {
    font-weight: 400;
    font-size: 16px;
    color: #6D7189;
    line-height: 32px;
    margin-bottom: 70px;
}

.ny_business_list_item_a_title {
    font-weight: 400;
    font-size: 16px;
    color: #1A2259;
    line-height: 32px;
    margin-bottom: 8px;
}

.ny_business_list_item_alist {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.ny_business_list_item_alist a {
    display: block;
    text-decoration: underline;
    font-weight: 400;
    font-size: 12px;
    color: #6D7189;
    line-height: 24px;
    margin-right: 40px;
    margin-bottom: 10px;
}

/* 产品中心 */
.ny_product_box {
    display: flex;
    padding-top: 104px;
}

.ny_product_cate {
    width: 320px;
}

.ny_product_cate_item {
    padding-left: 36px;
    border-left: 5px solid transparent;
    opacity: 0.3;
    display: flex;
    align-items: center;
    height: 57px;
    margin-bottom: 35px;
    cursor: pointer;
    transition: 0.4s;
}

.ny_product_cate_item div {
    font-weight: 400;
    font-size: 20px;
    color: #1A2259;
}

.ny_product_cate_item.active {
    border-left-color: #C4E0E9;
    opacity: 1;
}

.ny_product_cate_item.active div {
    font-weight: bold;
}

.ny_product_cate_item img {
    width: 28px;
    height: 28px;
    margin-right: 8px;
}

.ny_product_right {
    width: calc(100% - 320px);
    padding-bottom: 60px;
}

.ny_product_list {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 56px;
}

.ny_product_list::after {
    content: ' ';
    display: block;
    flex: 1;
    min-width: 320px;
    padding: 38px 10px;
    box-sizing: border-box;
    height: 0;
}

.ny_product_item {
    flex: 1;
    min-width: 320px;
    background: #F6F6F6;
    padding: 38px 10px;
    box-sizing: border-box;
}

/* 产品详情 */
.ny_prodetail_top {
    margin-top: 94px;
    background-color: #F4F8FB;
}

.ny_prodetail_top_box {
    display: flex;
    padding-left: 40px;
}

.prodetail_swiper {
    width: 396px;
    padding: 35px 0;
    margin-right: 156px;
}

.detail_swiper .swiper-slide {
    width: 100%;
    height: 396px;
    position: relative;
}

.detail_swiper .swiper-slide img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.detail_switch_swiper {
    margin-top: 40px;
}

.prodetail_con {
    width: calc(100% - 552px);
    padding-top: 77px;
    padding-bottom: 35px;
}

.prodetail_con_title {
    display: flex;
    align-items: center;
    padding-bottom: 55px;
    margin-bottom: 55px;
    border-bottom: 1px solid #DDDDDD;
}

.prodetail_con_title_border {
    width: 5px;
    height: 55px;
    background-color: #2CD363;
    margin-right: 20px;
}

.prodetail_con_title_text div:nth-child(1) {
    font-weight: bold;
    font-size: 24px;
    color: #1A2259;
    line-height: 29px;
}

.prodetail_con_title_text div:nth-child(2) {
    margin-top: 15px;
    font-weight: 400;
    font-size: 14px;
    color: #1A2259;
    line-height: 25px;
}

.prodetail_con_htitle {
    font-weight: bold;
    font-size: 16px;
    color: #1A2259;
    line-height: 29px;
    margin-bottom: 24px;
}

.prodetail_con_desc {
    font-weight: 400;
    font-size: 14px;
    color: #6D7189;
    line-height: 25px;
    white-space: pre-wrap;
}

.prodetail_more {
    margin-top: 50px;
    width: 142px;
}

.detail_detail {
    display: flex;
    padding: 90px 0 100px;
}

.detail_detail_cate {
    width: 300px;
}

.detail_detail_cate div {
    font-weight: 400;
    font-size: 24px;
    color: #1A2259;
    line-height: 57px;
    opacity: 0.3;
    padding-left: 35px;
    border-left: 5px solid transparent;
    transition: 0.4s;
    margin-bottom: 80px;
    cursor: pointer;
}

.detail_detail_cate div.active {
    font-weight: bold;
    border-left-color: #C4E0E9;
    opacity: 1;
}

.detail_detail_con {
    width: calc(100% - 300px);
}

.detail_detail_con_box {
    display: none;
}

.detail_detail_con_box:first-child {
    display: block;
}

.detail_detail_con_title {
    width: 100%;
    height: 47px;
    line-height: 47px;
    text-align: center;
    background: #DFE6ED;
    font-weight: 400;
    font-size: 18px;
    color: #1A2259;
    margin-bottom: 16px;
}

.detail_detail_con_text {
    font-weight: 400;
    font-size: 16px;
    color: #6D7189;
    line-height: 40px;
    margin-bottom: 29px;
    white-space: pre-wrap;
    display: flex;
    padding-left: 10px;
}

.detail_detail_con_text::before {
    content: ' ';
    display: block;
    width: 14px;
    height: 14px;
    border-radius: 14px;
    border: 5px solid #2CD363;
    box-sizing: border-box;
    margin-top: 13px;
    margin-right: 22px;
    flex-shrink: 0;
}

.detail_detail_con_boxs {
    white-space: pre-wrap;
    font-weight: 400;
    font-size: 14px;
    color: #6D7189;
    line-height: 25px;
}

/* 分页样式 */
ul.pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 0;
    margin: 50px auto;
}

ul.pagination li {}

ul.pagination li a {
    display: block;
    color: #afafaf;
    padding: 8px 6px;
    margin: 0 10px;
    text-decoration: none;
}

ul.pagination li.active a {
    background-color: transparent;
    color: #303030;
    border-bottom: 1px solid #afafaf;
}

ul.pagination li a:hover:not(.active) {}

/* 手机端隐藏内容 */
.mobile,
.mocontentext,
.mobilenydetop,
.mobilenybtn,
.mobilecasetitle,
.mobilebusiness,
.mpbilequalificate,
.mobileparterul,
.mobilenewsul {
    display: none;
}

/* 手机自适应开始 */
@media screen and (max-width: 1650px) {
    .ny_business_list_item_swiper {
        width: 100%;
        max-width: 696px;
        height: 376px;
    }
}

@media screen and (max-width: 1550px) {}

@media screen and (max-width: 1450px) {
    .ny_business_list_item_swiper {
        width: 100%;
        max-width: 596px;
        height: 376px;
    }
}

@media screen and (max-width: 1366px) {}

@media screen and (max-width: 1310px) {
    .scheme_list {
        width: 100%;
        padding-left: 38px;
        margin-top: 60px;
        box-sizing: border-box;
        display: flex;
        justify-content: space-between;
        gap: 10;
        flex-wrap: wrap;
    }

    .scheme_list_item {
        flex: auto;
        width: calc(48% - 10px);
        /* max-width: 336px; */
        padding: 40px 45px;
        box-sizing: border-box;
        background: #DFE6ED;
    }
}

@media screen and (max-width: 1100px) {

    .pc_nav,
    .pc_partner {
        display: none !important;
    }

    .mobile {
        display: block;
    }

    .ny_business_list_item {
        display: block;
    }

    .prodetail_con {
        width: 100%;
    }

    .ny_prodetail_top_box {
        display: block;
        padding-left: 20px;
    }

    .prodetail_swiper {
        width: 100%;
        padding: 15px 0;
        margin-right: 0;
    }

    .detail_swiper .swiper-slide {
        width: 100%;
        height: 350px;
    }

    .prodetail_con {
        width: 100%;
    }
}

@media screen and (max-width: 800px) {

    /* 首页banner */
    .sy_banner {
        height: 460px;
        margin-top: 60px;
    }

    .sy_banner .swiper-pagination {
        text-align: center;
        bottom: 25px !important;
    }

    .sy_banner .swiper-pagination-bullet {
        width: 40px;
        height: 1.5px;
        margin: 0 3px !important;
    }

    .sy_banner .swiper-container .swiper-slide .bannerimg {
        width: auto !important;
    }

    .sy_banner .swiper-button-next,
    .sy_banner .swiper-button-prev {
        width: 30px;
        height: 30px;
        display: none;
    }

    .bannergroup {
        padding-top: 20%;
        max-width: 100%;

    }

    .bannergroup .pone {
        font-weight: 500;
        font-size: 32px;
        color: #FFFFFF;
        line-height: 46px;
        height: 92px;
        padding-left: 20px;
        border-left: 4px solid #C4E0E9;
        margin-bottom: 27px;
    }

    .bannergroup .pone span {
        display: block;
        line-height: 46px;
        position: relative;
        top: 0;
    }

    .bannergroup .spanone {
        display: block;
        font-weight: 400;
        font-size: 14px;
        color: #FFFFFF;
        line-height: 26px;
        padding-left: 20px;
    }

    .moreluo {
        margin-top: 60px;
        display: block;
        width: 154px;
        height: 48px;
        background: #2CD363;
        border-radius: 48px;
        padding: 0 6px;
        margin-left: 20px;
        box-sizing: border-box;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .moreluo div {
        font-weight: 500;
        font-size: 16px;
        color: #1A2259;
        margin-left: 14px;
    }

    .moreluo img {
        width: 36px;
        height: 36px;

    }

    /* 产品中心 */
    .index_project_box {
        padding: 60px 0 50px;
    }

    .index_title {
        font-weight: bold;
        font-size: 28px;
        color: #1A2259;
        line-height: 42px;
        border-left: 5px solid #C4E0E9;
        padding-left: 16px;
        margin-left: -1px;
    }

    .index_tip {
        font-size: 14px;
        line-height: 24px;
        padding-left: 20px;
    }

    .switch_swiper img {
        width: 26px;
        height: 26px;
    }

    .switch_swiper_line {
        width: 50px;
        height: 2px;
        background-color: #EEEEEE;
        position: relative;
    }

    .switch_swiper_num {
        font-weight: bold;
        font-size: 14px;
        color: #6D7189;
        line-height: 20px;
        margin: 0 5px;
    }

    .project_box_top {
        margin-bottom: 20px;
    }

    .project_swiper .swiper-slide {
        width: 140px;
        height: 260px;
        padding: 18px 10px 0;
    }

    .project_cate {
        padding-left: 20px;
    }

    .project_cate_list {
        width: 120px;
    }

    .project_cate_list>div {
        font-size: 14px;
    }

    .project_cate_list>div img {
        width: 20px;
        height: 20px;
    }

    .project_cate_list>div:not(:last-child) {
        margin-bottom: 40px;
    }

    .project_child_list {
        width: calc(100% - 120px);
    }

    .project_child_img {
        width: 100%;
        height: 140px;
    }

    .project_child_name {
        margin-top: 20px;
        font-size: 14px;
    }

    .project_child_sapn {
        font-size: 12px;
        margin-top: 10px;
    }

    /* 核心业务领域 */
    .index_business_box {
        padding: 40px 0;
    }

    .business_box_top {
        display: block;
    }

    .business_more {
        margin-top: 20px;
        width: 120px;
        height: 40px;
        border-radius: 40px;
        font-size: 12px;
        margin-left: 20px;
    }

    .business_more img {
        width: 28px;
        height: 28px;
    }

    .business_list {
        padding-left: 20px;
        box-sizing: border-box;
        margin-top: 20px;
    }

    .business_list_item {
        display: block;
        margin-bottom: 20px;
    }

    .no-opacity {
        opacity: 1;
    }

    .business_list_item_left {
        width: 100%;
        height: 252px;

        display: block;
        padding: 20px 20px 0;
    }

    .business_list_item_name {
        font-size: 18px;
    }

    .business_list_item_desc {
        width: 100%;
    }

    .business_list_item_desc div {
        font-size: 14px;
    }

    .business_list_item_desc img {
        width: 20px;
        height: 21px;
        margin-top: 30px;
    }

    .business_list_item_right {
        display: none;
    }

    /* 中banner */
    .index_about {
        width: 100%;
        height: 160px;
    }

    .index_about_con {
        bottom: 10px;
    }

    .index_about_but {
        width: 160px;
        height: 36px;
        border-radius: 36px;
    }

    .index_about_but div {
        width: 100px;
        text-align: center;
        font-weight: 500;
        font-size: 12px;
        color: #1A2259;
        margin-left: 17px;
    }

    .index_about_but img {
        width: 24px;
        height: 24px;

    }

    /* 解决方案 */
    .index_scheme {
        padding: 60px 0 45px;
    }

    .scheme_list {
        width: 100%;
        padding-left: 20px;
        margin-top: 20px;
        box-sizing: border-box;
        display: block;
    }

    .scheme_list_item {
        width: 100%;
        padding: 20px 15px;
        margin-bottom: 20px;
    }

    .scheme_list_item_index {
        font-weight: 400;
        font-size: 30px;
        color: #2CD363;
        line-height: 44px;
    }

    .scheme_list_item_name {
        font-weight: 400;
        font-size: 18px;
        color: #1A2259;
        line-height: 32px;
        margin-bottom: 20px;
    }

    .scheme_list_item_img {
        width: 100%;
        height: 250px;
        position: relative;
        margin-bottom: 20px;
    }

    .scheme_list_item_desc {
        font-weight: 400;
        font-size: 12px;
        color: #1A2259;
        line-height: 22px;
    }

    .scheme_list_item.active {
        background: #19418D;
    }

    .scheme_list_item.active .scheme_list_item_name,
    .scheme_list_item.active .scheme_list_item_desc {
        color: #FFFFFF;
    }

    .index_company {
        padding: 40px 0 35px;
    }

    .company_swiper {
        padding-bottom: 30px !important;
    }

    /* 关于和而润 */
    .ny_banner {
        margin-top: 60px;
        height: 540px;
        padding-top: 60px;
    }

    .ny_banner_title {
        font-size: 24px;
        line-height: 32px;
        padding-left: 16px;
        margin-bottom: 15px;
    }

    .ny_banner_desc {
        width: 100%;
        padding-left: 20px;
    }

    .ny_title_box {
        padding-left: 16px;
    }

    .ny_title {
        font-size: 28px;
        line-height: 42px;
        padding-left: 16px;
    }

    .ny_tip {
        padding-left: 20px;
        font-size: 14px;
        margin-top: 10px;
    }

    .ny_titles {
        font-size: 28px;
        line-height: 42px;
    }

    .ny_tips {
        font-size: 14px;
        margin-top: 5px;
    }

    .ny_advantag_box {
        padding: 50px 0;
    }

    .advantag_item {
        width: 100%;
        padding-top: 20%;
    }

    .advantage_title {
        font-size: 18px;
        margin-bottom: 0px;
    }

    .advantage_desc {
        font-size: 12px;
    }

    .ny_about_zbanner {
        height: 400px;
    }

    .ny_about_zbanner_con {
        width: 90%;
        margin: 0 auto;
    }

    .ny_about_zbanner_con .p1 {
        font-size: 32px;
        line-height: 42px;
        margin-bottom: 10px;
    }

    .ny_about_zbanner_con .p1 span {
        color: #2CD363;
    }

    .ny_about_zbanner_con .p2 {
        font-size: 16px;
        line-height: 32px;
    }

    .ny_about_but {
        width: 160px;
        height: 40px;
        border-radius: 40px;
    }

    .ny_about_but div {
        width: 84px;
        font-size: 14px;
        margin-left: 17px;
    }

    .ny_about_but img {
        width: 32px;
        height: 32px;
    }

    .ny_culture_box {
        padding: 50px 0 40px;
    }

    .culture_child_list {
        margin-left: 20px;
        margin-top: 30px;
    }

    .culture_swiper .swiper-slide {
        padding: 30px 20px 0;
    }

    .culture_child_img {
        width: 40px;
        height: 40px;
    }

    .culture_child_index {
        font-size: 18px;
        line-height: 24px;
    }

    .culture_child_name {
        font-weight: bold;
        font-size: 18px;
        color: #1A2259;
        line-height: 24px;
        margin-bottom: 5px;
    }

    .culture_child_sapn {
        font-weight: 400;
        font-size: 12px;
        color: #6D7189;
        line-height: 21px;
        white-space: pre-wrap;
    }

    .ny_about_culture {
        height: 780px;
    }

    .ny_about_culture_list {
        display: block;
    }

    .about_culture_item {
        padding: 20px 0 0 10px;
    }

    .about_culture_item .p1 {
        font-size: 22px;
        color: rgba(255, 255, 255, 1);
    }

    .about_culture_item .p2 {
        color: rgba(255, 255, 255, 1);
    }

    .about_culture_item .p3 {
        color: rgba(255, 255, 255, 1);
    }

    .ny_history_box {
        padding: 50px 0 20px;
    }

    .history_flex {
        padding-left: 20px;
        padding-top: 30px;
    }

    .history_left {
        width: 120px;
    }

    .history_left_item {
        cursor: pointer;
        margin-bottom: 20px;
    }

    .history_left_item div:nth-child(1) {
        font-size: 18px;
        line-height: 20px;
    }

    .history_left_item div:nth-child(2) {
        margin-top: 5px;
    }

    .history_right {
        width: calc(100% - 120px);

    }

    .history_right div {
        font-size: 14px;
        line-height: 24px;
    }

    .ny_organization {
        background-color: #EDF3FA;
    }

    .organization_img {
        margin: 20px auto;
    }

    .honor_cate {
        padding-top: 35px;
        display: flex;
        padding-left: 20px;
    }

    .honor_cate_list {
        width: 120px;
    }

    .honor_cate_list>div {
        margin-bottom: 35px;
    }

    .honor_cate_list>div div:nth-child(1) {
        font-weight: 400;
        font-size: 18px;
        color: #1A2259;
        line-height: 24px;
    }

    .honor_cate_list>div div:nth-child(2) {
        font-size: 12px;
        line-height: 18px;
    }

    .honor_child_list {
        width: calc(100% - 120px);
        height: 302px;
        position: relative;
    }

    .honor_child_list_box {
        overflow: hidden;
        position: absolute;
        top: 0;
        left: 0;
    }

    .honor_swiper .swiper-slide {
        width: 160px;
    }

    .honor_swiper_child_img {
        width: 100%;
        height: 240px;
        border: 1px solid #DFE6ED;
        box-sizing: border-box;
        position: relative;
        margin-bottom: 13px;
    }

    /* 新闻中心 */
    .ny_banner_hight {
        height: 200px;
    }

    .ny_banner_hight .ny_banner_title {
        margin-bottom: 12px;
    }

    .news_flex {
        padding-top: 50px;
        padding-bottom: 20px;
    }

    .news_left_item {
        width: 120px;
        padding-left: 16px;
        margin-bottom: 35px;
    }

    .news_left_item div:nth-child(1) {
        font-size: 18px;
        line-height: 24px;
    }

    .news_left_item div:nth-child(2) {
        font-size: 14px;
        line-height: 20px;
    }

    .news_right {
        width: calc(100% - 120px);
    }

    .news_list_item {
        display: block;
        padding: 10px 0;
    }

    .news_list_item_img {
        width: 100%;
        height: auto;
        margin-right: 0;
        margin-bottom: 10px;
        position: relative;
    }

    .news_list_item_img img {
        position: relative;
    }

    .news_list_item_right {
        width: 100%;
    }

    .news_list_item_time {
        font-size: 12px;
        line-height: 12px;
        margin-bottom: 10px;
    }

    .news_list_item_title {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 10px;
    }

    .news_list_item_desc {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .news_list_item_to {
        font-size: 16px;
        line-height: 14px;
    }

    .news_detail {
        padding-top: 20px;
        padding: 20px;
        display: block;
    }

    .news_detail_con {
        width: 100%;
    }

    .news_detail_con img {
        max-width: 100%;
    }

    .news_detail_more {
        width: 100%;
        margin-top: 30px;
    }

    .news_detail_title {
        font-size: 16px;
        color: #1A2259;
        line-height: 24px;
        padding-bottom: 10px;
    }

    .news_detail_recommend {
        padding-top: 0px;
        margin-bottom: 20px;

    }

    .news_detail_recommend a {
        font-size: 14px;
        margin-top: 10px;
    }

    .news_detail_contact {
        padding-top: 10px;
    }

    .news_detail_next a {
        display: block;
        font-weight: 400;
        font-size: 12px;
        color: #6D7189;
        line-height: 26px;
        text-decoration: underline;
        margin-bottom: 10px;
    }

    /* 主营业务 */
    .ny_business_list {
        padding-left: 20px;
        padding-top: 40px;
    }

    .ny_business_list_item {
        display: block;
        margin-bottom: 40px;
    }

    .ny_business_list_item_swiper {
        width: 100%;
        height: auto;
        margin-bottom: 10px;
    }

    .ny_business_list_item_swiper .swiper-pagination {
        bottom: 10px !important;
    }

    .ny_business_list_item_swiper .swiper-pagination-bullet {
        width: 40px;
        height: 2px;
    }

    .ny_business_list_item_right {
        width: 100%;
    }

    .ny_business_list_item_title {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .ny_business_list_item_desc {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 30px;
    }

    .ny_business_list_item_a_title {
        font-weight: 400;
        font-size: 16px;
        color: #1A2259;
        line-height: 32px;
        margin-bottom: 8px;
    }

    .ny_business_list_item_alist {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }

    .ny_business_list_item_alist a {
        display: block;
        text-decoration: underline;
        font-weight: 400;
        font-size: 12px;
        color: #6D7189;
        line-height: 24px;
        margin-right: 40px;
        margin-bottom: 10px;
    }

    /* 产品中心 */
    .ny_product_box {
        padding-top: 40px;
    }

    .ny_product_cate {
        width: 140px;
    }

    .ny_product_cate_item {
        padding-left: 16px;
        border-left: 5px solid transparent;
        opacity: 0.3;
        display: flex;
        align-items: center;
        height: 30px;
        margin-bottom: 20px;
        cursor: pointer;
        transition: 0.4s;
    }

    .ny_product_cate_item div {
        font-size: 14px;
    }

    .ny_product_cate_item img {
        width: 20px;
        height: 20px;
        margin-right: 8px;
    }

    .ny_product_right {
        width: calc(100% - 140px);
    }

    .ny_product_list {
        width: 100%;
        gap: 20px;
    }

    .ny_product_list::after {
        display: none;
    }

    .ny_product_item {
        width: 100%;
        min-width: 200px;
    }

    /* 产品详情 */
    .ny_prodetail_top {
        margin-top: 60px;
    }

    .ny_prodetail_top_box {
        display: block;
        padding-left: 20px;
    }

    .prodetail_swiper {
        width: 100%;
        padding: 15px 0;
        margin-right: 0;
    }

    .detail_swiper .swiper-slide {
        width: 100%;
        height: 350px;
    }

    .detail_switch_swiper {
        margin-top: 20px;
    }

    .prodetail_con {
        width: 100%;
        padding-top: 30px;
        padding-bottom: 35px;
    }

    .prodetail_con_title {
        display: flex;
        align-items: center;
        padding-bottom: 20px;
        margin-bottom: 20px;
        border-bottom: 1px solid #DDDDDD;
    }

    .prodetail_con_title_border {
        width: 5px;
        height: 55px;
        margin-right: 10px;
    }

    .prodetail_con_title_text div:nth-child(1) {
        font-size: 18px;
        line-height: 24px;
    }

    .prodetail_con_title_text div:nth-child(2) {
        margin-top: 10px;
        font-size: 12px;
        line-height: 24px;
    }

    .prodetail_con_htitle {
        font-size: 16px;
        color: #1A2259;
        line-height: 29px;
        margin-bottom: 10px;
    }

    .prodetail_con_desc {
        font-weight: 400;
        font-size: 14px;
        color: #6D7189;
        line-height: 24px;
        white-space: pre-wrap;
    }

    .prodetail_more {
        margin-top: 30px;
        margin-left: 0;
    }

    .detail_detail {
        display: flex;
        padding: 40px 0 40px;
    }

    .detail_detail_cate {
        width: 120px;
    }

    .detail_detail_cate div {
        font-size: 18px;
        line-height: 30px;
        padding-left: 16px;
        margin-bottom: 40px;
    }

    .detail_detail_con {
        width: calc(100% - 120px);
    }

    .detail_detail_con_box {
        display: none;
    }

    .detail_detail_con_box:first-child {
        display: block;
    }

    .detail_detail_con_title {
        width: 100%;
        height: 47px;
        line-height: 47px;
        text-align: center;
        background: #DFE6ED;
        font-weight: 400;
        font-size: 18px;
        color: #1A2259;
        margin-bottom: 16px;
    }

    .detail_detail_con_text {
        font-weight: 400;
        font-size: 16px;
        color: #6D7189;
        line-height: 40px;
        margin-bottom: 29px;
        white-space: pre-wrap;
        display: flex;
        padding-left: 10px;
    }

    .detail_detail_con_text::before {
        content: ' ';
        display: block;
        width: 14px;
        height: 14px;
        border-radius: 14px;
        border: 5px solid #2CD363;
        box-sizing: border-box;
        margin-top: 13px;
        margin-right: 22px;
    }

    .detail_detail_con_boxs {
        white-space: pre-wrap;
        font-weight: 400;
        font-size: 14px;
        color: #6D7189;
        line-height: 25px;
    }

    /* 分页样式 */
    ul.pagination {
        margin: 20px auto;
    }

    ul.pagination li a {
        padding: 6px 4px;
        margin: 0 5px;
    }
}

@media screen and (max-width: 450px) {}

@media screen and (max-width: 390px) {}

@media screen and (max-width: 360px) {}

@media screen and (max-width: 320px) {}