 @import url('https://fonts.googleapis.com/css2?family=Noto Sans SC:ital,wght@0,100..900&directory=3&display=block');

/* header */

@media (min-width: 992px) {
    .my-done {
        display: none;
    }
}

@media only screen and (min-width: 1200px) {
    .header-container {
        max-width: 1200px;
        margin-left: auto;
        margin-right: auto;
        padding: 0;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .header-container {
        max-width: 960px;
    }
}

.header-logo {
    max-width: 150px;
}

.main-menu > ul > li > a {
    font-size: 18px;
}

.main-menu ul .has-children > .sub-menu > li > a {
    font-size: 16px;
}

.main-menu ul .has-children > .sub-menu {
    width: 230px;

}

.overlay::before {
  background: -webkit-gradient(linear, left top, right top, from(rgba(20, 20, 20, 0.3)), color-stop(0%, rgba(20, 20, 20, 0.3)));
  background: -webkit-linear-gradient(left, rgba(20, 20, 20, 0.3) 0%, rgba(20, 20, 20, 0.3) 0%);
  background: -o-linear-gradient(left, rgba(20, 20, 20, 0.3) 0%, rgba(20, 20, 20, 0.3) 0%);
  background: linear-gradient(to right, rgba(20, 20, 20, 0.3) 0%, rgba(20, 20, 20, 0.3) 0%);
}

.breadcrumb-section > .container {
    margin-top: -90px;
}

.breadcrumb_entitle {
    color: #fff;
    font-family: 'Noto Sans SC';
    font-weight: 600;
    font-size: 80px;
    line-height: 120px;
    opacity: 0.4;
}

.breadcrumb_title {
    color: #fff;
    font-family: 'Noto Sans SC';
    font-weight: 600;
    font-size: 56px;
}

.breadcrumb_subtitle {
    color: #fff;
    font-family: 'Noto Sans SC';
    font-weight: 400;
    font-size: 30px;
}

.slider-section .slingle-slider .slider-content .my-title {
    font-family: 'Noto Sans SC';
    font-weight: 600;
    font-size: 56px;
}

.slider-section .slingle-slider .slider-content .sub-title {
  font-size: 30px;
  font-weight: 500;
  line-height: 90px;
  font-family: 'Noto Sans SC';

  color: #ffffff;
  text-transform: inherit;
  letter-spacing: 1px;
  margin-top: -50px;
  margin-bottom: 50px;
}

.animation-style-01 .swiper-slide-active .slider-content .sub-title {
  -webkit-animation-name: fadeInUpBig;
          animation-name: fadeInUpBig;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.my-btn {
  font-size: 16px !important;
  padding: 14px 44px !important;
  border: 1px solid transparent;
  text-transform: capitalize;
  font-family: 'Noto Sans SC';
  border-radius: 0px;
  font-weight: 500;
}

.my-btn-outline-blue {
  color: #ffffff;
  background-color: #0052d9;
  border: 2px solid #0052d9;
}

.my-btn-outline-white {
  color: #0052d9;
  background-color: rgba(0, 0, 0, 0.0);
  border: 2px solid #0052d9;
}

.my-section-margin {
    margin-top: 104px;
    margin-bottom: 120px;
}

.my-home-product {
    max-width: 90%;
}

.my-product-section {
    background: url('../images/my/home_product_bg.png') no-repeat;
    background-size: cover;
    background-position: center 45%;
}

.my-home-product-icon {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 54px !important;
}

.my-home-product-info {
    font-family: 'Noto Sans SC';
    font-weight: 400;
    font-size: 16px;
    color: #5B6373;
    margin-bottom: 2rem;
}

.my-home-product .my-btn {
  font-size: 16px !important;
  padding: 16px 24px !important;
/*  border: 1px solid transparent;*/
  text-transform: capitalize;
  font-family: 'Noto Sans SC';
  font-weight: 500;
  border-radius: 0px;
}

.my-home-product .my-btn i {
    font-size: 30px;
    line-height: 15px;
    margin-left: 5px;
}

.my-about-section {
    background: url('../images/my/home_about_bg.png') no-repeat;
    background-size: cover;
    background-position: center center;
}

.my-about-section-margin {
    margin-top: 156px;
    margin-bottom: 390px;
}

.about-content h2 {
    color: white;
}

.about-content p {
    color: white;
    font-family: 'Noto Sans SC';
    font-weight: 500;
    font-size: 16px;
    margin-top: 40px;
}

.my-about-section-btn {
    border: 1px solid white;
    color: white;
    font-size: 16px;
    font-family: 'Noto Sans SC';
    font-weight: 500;
    padding: 16px 28px;
    font-weight: normal;
}

.my-about-section-btn i {
    font-size: 30px;
    line-height: 15px;
    margin-left: 5px;
}

.my-shadow-box {
    position: absolute;
    top: 60%;
    left: 15px;
    right: 15px;
    bottom: 0;
/*    background: rgba(0, 0, 0, 0.2);*/
    background: linear-gradient( 180deg, rgba(149,149,149,0) 0%, rgba(0,0,0,0.7) 100%);
    z-index: 1;
    pointer-events: none;
}

.my-blog-play-title {
    position: absolute;
    left: 24px;
    bottom: 46px;
    right: 24px;
    color: white;
    font-size: 22px;
    font-family: 'Noto Sans SC';
    font-weight: 600;
    line-height: 30px;

    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.my-home-blog-img {
    aspect-ratio: 4 / 3;
    width: 100%;
}

.my-home-single-blog {
    height: 100%;
}

.my-home-single-blog .single-blog-content {
    text-align: left;
    padding: 40px 28px;
}

.my-home-single-blog .single-blog-content .title {
    height: 56px;
}

.my-home-single-blog .single-blog-content .title a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.my-home-single-blog .single-blog-content .my-home-blog-line {
    position: relative;
    margin-top: 20px;
    padding-bottom: 30px;
    display: block;
}

.my-home-single-blog .single-blog-content .my-home-blog-line::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    background: #EAF1FF;
}

.my-home-single-blog .single-blog-content p {
    font-family: 'Noto Sans SC';
    font-weight: 400;
    font-size: 16px;
    color: #5B6373;
    line-height: 28px;
    height: 165px;
    
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.my-home-single-blog-yearmonth {
    font-size: 16px;
    font-family: 'Noto Sans SC';
    font-weight: 600;
    color: #B8B9BC;
}

.my-home-single-blog-bottom > a {
    display: flex;
}

.my-home-single-blog-bottom span {
    font-size: 28px;
    font-family: 'Noto Sans SC';
    font-weight: 600;
    line-height: 28px;
}

.my-home-single-blog-bottom i {
    margin-left: auto;
    margin-right: 5px;
    line-height: 30px;
    font-size: 30px;
}

.my-home-blog-bottom-container {
    display: flex;
    justify-content: center;
    align-items: center; /* 如果你也想垂直居中 */
}

.my-home-blog-bottom-container .my-btn {
    margin: 10px;
}

.footer-logo {
    max-width: 200px;
}

.my-footer-contact-area {
    display: flex;
    align-items: center;
}

.my-footer-contact-lab {
    font-family: 'Noto Sans SC';
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #848D9E;
}

.my-footer-contact-num {
    font-family: 'Noto Sans SC';
    font-weight: 600;
    font-size: 22px;
    line-height: 28px;
    color: #D1D1D1;

    margin-left: 20px;
}

.footer-company-info {
    font-family: 'Noto Sans SC';
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #848D9E;
}

.footer-copyright {
    font-family: 'Noto Sans SC';
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #848D9E;
    text-align:right;
}

.qrcode {
    background: #fff;
    position: absolute;
    top: -108px;
    left: 70px;
    display: none;

    border-radius: 4px;
}

.qrcode_img {
    width: 112px;
    height: 112px;
}

.qrcode_lab {
    font-family: 'Noto Sans SC';
    font-weight: 500;
    font-size: 16px;
    color: #292F3A;
    line-height: 24px;
    text-align: center;
    font-style: normal;
    margin-bottom: 6px;
}

.wechat > img:hover ~ .qrcode {
    display: block;
}

@media (max-width: 1441px) {

    .slider-section .slingle-slider .slider-content .my-title {
        font-size: 50px;
        line-height: 60px;
        margin-bottom: 30px;
    }

    .slider-section .slingle-slider .slider-content .sub-title {
        font-size: 36px;
        line-height: 46px;
        margin-top: 0px;
        margin-bottom: 50px;
    }

}

@media (max-width: 1199px) {

    .breadcrumb-section > .container {
        margin-top: 0px;
    }

    .breadcrumb_entitle {
        font-size: 64px;
        line-height: 84px;
    }

    .breadcrumb_title {
        font-size: 40px;
    }

    .breadcrumb_subtitle {
        font-size: 26px;
    }

    .slider-section .slingle-slider .slider-content .my-title {
        font-size: 40px;
        line-height: 50px;
        margin-bottom: 30px;
    }

    .slider-section .slingle-slider .slider-content .sub-title {
        font-size: 26px;
        line-height: 36px;
        margin-top: 0px;
        margin-bottom: 50px;
    }

    .my-about-section-margin {
        margin-top: 104px;
        margin-bottom: 240px;
    }
}

@media (max-width: 991px) {


    .breadcrumb_entitle {
        font-size: 56px;
        line-height: 66px;
    }

    .breadcrumb_title {
        font-size: 32px;
    }

    .breadcrumb_subtitle {
        font-size: 24px;
    }


    .slider-section .slingle-slider .slider-content .my-title {
        font-size: 32px;
        line-height: 42px;
        margin-bottom: 20px;
    }

    .slider-section .slingle-slider .slider-content .sub-title {
        font-size: 24px;
        line-height: 34px;
        margin-top: 0px;
        margin-bottom: 40px;
    }

    .footer-copyright {
        text-align:left;
    }
}

@media (max-width: 767px) {

    .header-logo {
        max-width: 100px;
    }

    .breadcrumb-section {
        margin-top: 70px;
        aspect-ratio: 1920 / 900;
    }

    .breadcrumb-section > .container {
        margin-top: 0px;
    }

    .breadcrumb_entitle {
        font-size: 46px;
        text-align: center;
        line-height: 56px;
    }

    .breadcrumb_title {
        font-size: 30px;
        text-align: center;
    }

    .breadcrumb_subtitle {
        font-size: 16px;
        text-align: center;
    }

    .slider-content {
        align-items: center !important;
    }

    .slider-section .slingle-slider .slider-content .my-title {
        font-size: 22px;
        line-height: 32px;
        margin-bottom: 10px;
        margin-top: 100px;
    }

    .slider-section .slingle-slider .slider-content .sub-title {
        font-size: 16px;
        line-height: 30px;
        margin-top: 0px;
        margin-bottom: 30px;
    }

    .my-btn {
        font-size: 16px !important;
        padding: 14px 40px !important;
    }

    .single-service .title{
        font-size: 22px;
    }

    .my-section-margin {
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .my-about-section-margin {
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .my-about-section {
/*        background-size: auto 100%;*/
    }

    .about-content h2 {
        text-align: center;
    }

    .about-content > div {
        text-align: center;
    }

    .single-blog-wrapper {
        max-width: 100%
    }

    .my-footer-contact-area {
        flex-flow: column;
        align-items: normal;
    }

    .my-footer-contact-num {
        margin-left: unset;
        margin-top: 10px;
    }
}



/* partner */
.gallery-thumb {
    background: #FFFFFF;
    box-shadow: 0px 2px 20px 0px rgba(1, 59, 107, 0.08);
    border-radius: 10px;
}

/* news */

.my-news-btn-section {
    background: #F2F3F5;
}

.my-news-types-container {
    display: flex;
    justify-content: center;
    align-items: center; /* 如果你也想垂直居中 */
    margin-top: -40px;
    z-index: 2;
}

.my-news-types-container .my-btn {
    margin: 10px;
}

.my-news-btn {
    margin: 10px;
    border-radius: 4px;
    padding: 26px 61px;
    font-family: 'Noto Sans SC';
    font-weight: 600;
    font-size: 20px;
    display: flex;
}

.my-news-types-container .active {
    background: linear-gradient( 180deg, #0F5EF8 0%, #24A6E5 100%);
    color: white;
}

.my-news-btn-white {
    background: white;
    color: #202329;
}

.my-news-btn-white:hover {
    background: linear-gradient( 180deg, #0F5EF8 0%, #24A6E5 100%);
    color: white;
}

.my-news-btn-icon {
    width: 21px;
    height: 22px;
    margin-right: 16px;
}

.industry-icon {
    background: url(../images/my/news_icon1.png);
    background-size: contain;
}

.my-news-btn-white:hover > .industry-icon {
    background: url(../images/my/news_icon1_active.png);
    background-size: contain;
}

.my-news-types-container .active > .industry-icon {
    background: url(../images/my/news_icon1_active.png);
    background-size: contain;
}

.company-icon {
    background: url(../images/my/news_icon2.png);
    background-size: contain;
}

.my-news-btn-white:hover > .company-icon {
    background: url(../images/my/news_icon2_active.png);
    background-size: contain;
}

.my-news-types-container .active > .company-icon {
    background: url(../images/my/news_icon2_active.png);
    background-size: contain;
}

.my-news-list-section {
    background: #F2F3F5;
}

.my-news-list-section .container {
    background: white;
}

.my-news-list-section .news-body {
    padding: 60px 40px 0px 40px; 
    display: flex; 
    flex-direction: row;
}

.my-news-list-section .news-container {
    display: flex; 
    flex-direction: row;
    width: 72%;
    min-width: 72%;
    align-items: center;
    border-bottom: 1px solid #C9C9C9;
    margin-right: 40px;
}

.my-news-list-section .news-date {
    display: flex;
    align-items: center;
}

.my-news-list-section .date {
    display: flex;
    overflow-wrap: break-word;
    color: rgba(93, 93, 93, 1);
    font-size: 50px;
    font-family: 'Noto Sans SC';
    font-weight: 600;
    text-align: left;
    white-space: nowrap;
}

.my-news-list-section .monthyear {
    overflow-wrap: break-word;
    color: rgba(184, 185, 188, 1);
    font-size: 20px;
    font-family: 'Noto Sans SC';
    font-weight: 600;
    text-align: left;
    line-height: 28px;
    margin-left: 20px;
}

.my-news-list-section .news-content {
    overflow: hidden;
    padding-left: 40px;
    width: 100%;
}

.my-news-list-section .news-title {
    overflow-wrap: break-word;
    color: rgba(41, 47, 58, 1);
    font-size: 20px;
    font-family: 'Noto Sans SC';
    font-weight: 600;
    text-align: justify;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.my-news-list-section .news-info {
    overflow-wrap: break-word;
    color: rgba(110, 120, 139, 1);
    font-size: 18px;
    font-family: 'Noto Sans SC';
    font-weight: 400;
    text-align: justify;
    white-space: nowrap;
    margin-top: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.my-news-list-section .news-img {
    max-width: 270px;
    aspect-ratio: 270 / 160;
    overflow: hidden;
    border-radius: 8px;
}

.my-news-list-section .news-img img {
    width: 100%;
    border-radius: 8px;
}

.my-news-list-section .page-container {
    padding: 70px 15px;
}

.my-news-list-section .page-container ul {
    display: flex; 
    flex-direction: row; 
    justify-content: center;
}

.my-news-list-section .page-container li {
    padding: 10px 10px;
}

.my-news-list-section .page-container ul img{
    width: 27px;
}

.my-news-list-section .page-container ul a{
    font-size: 20px;
    line-height: 20px;
    font-family: 'Noto Sans SC';
    font-weight: 600;
}

.my-news-list-section .page-container ul a:hover{
    color: #00203A;
}

.my-news-list-section .page-container ul li .active{
    color: #00203A;
    border-bottom: 1px solid #00203A;
}

@media only screen and (max-width: 767px) {

    .my-news-list-section .section-margin {
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .my-news-btn {
        padding: 13px 30px;
        font-size: 15px;
    }

    .my-news-btn-icon {
        width: 15px;
        height: 16px;
        margin-right: 10px;
    }

    .my-news-list-section .news-body {
        padding: 15px 0px 0px 0px; 
    }

    .my-news-list-section .news-container {
        margin-right: 10px;
    }

    .my-news-list-section .date {
        font-size: 26px;
        line-height: 26px;
    }

    .my-news-list-section .monthyear {
        font-size: 13px;
        line-height: 18px;
        margin-left: 10px;
    }

    .my-news-list-section .news-content {
        padding-left: 10px;
    }

    .my-news-list-section .news-title {
        font-size: 14px;
        line-height: 22px;
    }

    .my-news-list-section .news-info {
        font-size: 12px;
        line-height: 22px;
        margin-top: 0px;
    }

    .my-news-list-section .page-container {
        padding: 40px 15px;
    }

    .my-news-list-section .page-container ul img {
        width: 18px;
    }

    .my-news-list-section .page-container ul a {
        line-height: 18px;
        font-size: 18px;
    }
}

/* news detail */
.my-navgation-bar {
    margin-top: 100px; 
    background: #F5F5F7;
}

.my-navgation-bar .row {
    height: 64px; 
    align-content: center;
}

.my-navgation-bar .nav-parent-content {
    font-family: 'Noto Sans SC';
    font-weight: 400;
    font-size: 16px;
    color: #6E788B;
}

.my-navgation-bar .nav-son-content {
    font-family: 'Noto Sans SC';
    font-weight: 400;
    font-size: 16px;
    color: #202329;
}

.my-navgation-bar a {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.my-navgation-bar a:hover {
    color: #202329;
}


.my-news-detail-body .news-title {
    font-family: 'Noto Sans SC';
    font-weight: 500;
    font-size: 48px;
    line-height: 60px;
    color: #333333;

    margin-top: 60px;
}

.my-news-detail-body .news-date {
    font-family: 'Noto Sans SC';
    font-weight: 400;
    font-size: 18px;
    color: #A8ACB4;
    line-height: 25px;
    margin-top: 24px;
}

.my-news-detail-body .news-line {
    height: 1px;
    background: #CED7E7;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 24px;
}

.my-news-detail-body .news-content {
    margin-top: 40px;
    margin-bottom: 60px;

    font-family: 'Noto Sans SC';
    font-weight: 400;
    font-size: 18px;
    color: #5B6373;
    line-height: 30px;
    text-align: justify;
    font-style: normal;
}

.my-news-detail-body .news-bottom a {
    font-family: 'Noto Sans SC';
    font-weight: 500;
    font-size: 18px;
    color: #99AABF;
    line-height: 25px;
    text-align: left;
    font-style: normal;
}

.my-news-detail-body .news-bottom a:hover {
    color: #00203A;
}

.my-news-detail-body .news-bottom-row {
    margin-bottom: 80px;
}

.my-news-detail-body .next-news {
    text-align: right;
}

@media only screen and (min-width: 1600px), only screen and (min-width: 1200px) and (max-width: 1599px) {
    .my-news-detail-body .container {
        max-width: 960px;
    }
}

@media only screen and (max-width: 767px) {

    .my-navgation-bar {
        margin-top: 70px; 
        background: #F5F5F7;
    }

    .my-news-detail-body .news-title {
        font-size: 25px;
        line-height: 35px;
        margin-top: 30px;
    }


    .my-news-detail-body .next-news{
        text-align: left;
        margin-top: 20px;
    }
}

/* Product */

.my-product-menu-bar {
    border-bottom: 1px solid #ECECEC;
}

.my-product-menu-bar .row {
    height: 64px; 
    align-content: center;
}

.my-product-menu-bar .my-menu-body {
    height: 90px;
}

.my-product-menu-bar .my-menu-body ul{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}

.my-menu-body > ul > li > a {
    font-size: 22px;
    line-height: 90px;
    text-transform: uppercase;
    font-family: 'Noto Sans SC';
    font-weight: 400;
    color: #7E8085;
    position: relative;
    margin: 0 78px 0 0;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    display: block;
    height: 100%;
}

.my-menu-body > ul > li > a.active {
    font-family: 'Noto Sans SC';
    font-weight: 600;
    color: #202329;
}

.my-menu-body > ul > li > a.active::after {
    width: 100%;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.my-menu-body > ul > li:hover > a::after {
    width: 100%;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.my-menu-body > ul > li > a::after {
    position: absolute;
    content: "";
    background: #0F5EF8;
    height: 4px;
    width: 0%;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.my-product-info-section {
    margin-top: 80px;
    margin-bottom: 80px;
}

.my-product-info-section .product-title {
    font-family: 'Noto Sans SC';
    font-weight: 600;
    font-size: 40px;
    color: #0052D9;
    line-height: 56px;
}

.my-product-info-section .product-des {
    font-family: 'Noto Sans SC';
    font-weight: 500;
    font-size: 18px;
    color: #5B6373;
    line-height: 32px;
    text-align: justify;
    font-style: normal;

    margin-top: 24px;
}

.my-product-info-section .product-spec {
    margin-top: 30px;
    background: #F6FAFF;
    padding: 24px 30px;

    font-family: 'Noto Sans SC';
    font-size: 18px;
    font-weight: 400;
    color: #5B6373;
    line-height: 32px;
    text-align: justify;
    font-style: normal;
}

.my-product-info-section .product-spec p {
    margin-bottom: 0;
}

.my-product-info-section .product-feature {
    margin-top: 30px;
}

.my-product-info-section .feature-item {
/*    width: 25%;*/
}

.my-product-info-section .feature-box {
    width: 100%;
    height: 80px;
    padding: 0 10px;

    background: rgba(0,82,217,0.04);
    border-radius: 8px;
    border: 1px solid #0052D9;
    
    display: flex;
    align-items: center;
    justify-content: center;

}

.my-product-info-section .feature-box-txt {
    width: 100%;
    font-family: 'Noto Sans SC';
    font-weight: 500;
    font-size: 16px;
    color: #0052D9;
    line-height: 24px;
    text-align: center;
    font-style: normal;
    word-break: keep-all;
}

.my-product-info-section .feature-title {
    width: 100%;
    font-family: 'Noto Sans SC';
    font-weight: 500;
    font-size: 18px;
    color: #202329;
    line-height: 24px;
    font-style: normal;
    text-align: center;

    margin-top: 20px;
}

.my-product-info-section .product-img {
    max-width: 480px;
    float: right;
}

.my-product-core-section {
    background: #082684;
    position: relative;
}


.my-product-core-section .core-title {
    font-family: 'Noto Sans SC';
    font-weight: 600;
    font-size: 48px;
    color: #12E4C5;
    line-height: 67px;

    margin-top: 80px;
}

.my-product-core-section .core-body {
    margin-top: 60px;
    margin-bottom: 100px;
}

.my-product-core-section .core-left-img > div > img {
    aspect-ratio: 496 / 602;
}

.my-product-core-section .core-content {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.my-product-core-section .core-content-no-des {
    margin-left: 150px;
}

.my-product-core-section .core-subtitle {
    display: flex;
    align-items: center;
}

.my-product-core-section .core-circle {
    width: 28px;
    height: 28px;
    border: 6px solid #12E4C5;
    border-radius: 28px;
}

.my-product-core-section .core-subtitle-txt {
    font-family: 'Noto Sans SC';
    font-weight: 600;
    font-size: 28px;
    color: #FFFFFF;
    line-height: 40px;

    margin-left: 16px;
}

.my-product-core-section .core-des {
    font-family: 'Noto Sans SC';
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    text-align: justify;

    margin-top: 16px;
}

.my-product-video-section {
    background: url(../images/my/video_bg_2560.png);
    background-size: cover; 
    background-position: center;
    padding: 100px 0 120px 0;
}

.my-product-video-section iframe {
    aspect-ratio: 1140 / 641;
}

.my-product-video-section .video-body {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.my-product-apply-section {
    background: #F2F3F5; 
    padding: 110px 0;
}

.my-product-apply-section .single-apply-box {
    background: #fff; 
    padding: 40px 0; 
    text-align: center;
}

.my-product-apply-section .apply-icon {
    margin-bottom: 20px;
}

.my-product-apply-section .apply-icon img {
    width: 50%;
    max-width: 132px;
}

.my-product-apply-section .apply-txt {
    font-family: 'Noto Sans SC';
    font-weight: 600;
    font-size: 24px;
    color: #202329;
    line-height: 33px;
    font-style: normal;
}

.contact-bar-section {
    background-image: url(../images/my/contact_bar.png); 
    background-size: cover; 
    background-position: center;
}

.contact-bar-section .container {
    height: 180px;
}

.contact-bar-content {
    font-family: 'Noto Sans SC';
    font-weight: 600;
    color: #fff;
    
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    height: 100%;
}

.contact-bar-content .company {
    font-size: 24px;
    line-height: 33px;
    display: flex;
}

.contact-bar-content .phone {
    font-size: 18px;
    line-height: 33px;
    display: flex;
}

@media only screen and (max-width: 1441px) and (min-width: 1080px) {
    .my-product-video-section .video-body {
        width: 80%;
    }
}

@media only screen and (max-width: 1200px) {
    .my-product-core-section .core-subtitle-txt {
        font-size: 24px;
        line-height: 36px;
    }

    .my-product-core-section .core-des {
        font-size: 16px;
        line-height: 28px;
    }
}

@media only screen and (max-width: 991px) {

    .my-menu-body > ul > li > a {
        font-size: 20px;
        line-height: 70px;
        margin: 0 60px 0 0;
    }

    .my-product-core-section .core-left-img {
        display: none;
    }

    .my-product-core-section .core-content-no-des {
        margin-left: unset;
    }

    .my-product-core-section .core-subtitle-txt {
        font-size: 28px;
        line-height: 40px;
    }

    .my-product-core-section .core-des {
        font-size: 18px;
        line-height: 32px;
    }

    .my-product-core-section .core-info {
        margin-bottom: 40px;
    }

    .my-product-info-section .product-img {
        float: unset;
        margin-left: auto;
        margin-right: auto;
    }

    .my-product-core-section .d-none {
        display: block !important;
        margin-bottom: 60px;
    }
}

@media only screen and (max-width: 767px) {

    .my-product-apply-section {
        padding: 80px 0;
    }

    .my-product-apply-section .apply-txt {
        font-size: 15px;
    }

    .contact-bar-content .container {
        height: 150px;
    }

    .contact-bar-content .company {
        font-size: 18px;
        flex-direction: column;
    }

    .contact-bar-content .phone {
        font-size: 15px;
        flex-direction: column;
    }

    .my-product-menu-bar .my-menu-body {
        height: 50px;
    }

    .my-menu-body > ul > li > a {
        font-size: 13px;
        line-height: 50px;
        margin: 0 20px 0 0;
    }

    .my-menu-body > ul > li:last-child > a {
        margin: 0;
    }

    .my-product-info-section .product-title {
        font-size: 26px;
        line-height: 36px;
    }

    .my-product-info-section {
        margin: 40px 0;
    }

    .my-product-info-section .product-des {
        font-size: 14px;
        line-height: 26px;
        margin-top: 18px;
    }

    .my-product-info-section .product-spec {
        font-size: 14px;
        line-height: 26px;
        margin-top: 18px;
    }

    .my-product-info-section .product-feature {
        margin-top: 20px;
    }

    .my-product-info-section .feature-box-txt {
        font-size: 14px;
        line-height: 20px;
    }

    .my-product-info-section .feature-title {
        font-size: 16px;
        color: #202329;
        line-height: 20px;
    }

    .my-product-core-section .core-body {
        margin-top: 10px;
        margin-bottom: 0px;
    }

    .my-product-core-section .core-title {
        font-size: 26px;
        line-height: 36px;
        margin-top: 40px;
    }

    .my-product-core-section .core-content {
        margin-top: 20px
    }

    .my-product-core-section .core-subtitle-txt {
        font-size: 20px;
        line-height: 30px;
    }

    .my-product-core-section .core-circle {
        width: 20px;
        height: 20px;
        border-radius: 20px;
    }

    .my-product-core-section .core-des {
        font-size: 14px;
        line-height: 26px;
        margin-top: 14px;
    }

    .my-product-core-section .core-img {
        padding: 0;
    }

    .my-product-core-section .d-none {
        margin-bottom: 0px;
    }

    .my-product-video-section {
        padding: 60px 0 60px 0;
    }
}



/* product case */

.yybl-menu-section {
    background: #F2F3F5;
    padding-top: 48px;
}

.yybl-menu-body {
        display: unset;
}

.yybl-menu-section .dropdown {
    display: none;
}

.yybl-menu-item-group {
    display: flex;
    margin-bottom: 16px;
}

.yybl-menu-item {
    font-family: 'Noto Sans SC';
    font-weight: 400;
    font-size: 20px;
    color: #202329;
    line-height: 32px;
    text-align: center;
    font-style: normal;

    padding: 8px 24px;
    margin-right: 20px;
}

.yybl-menu-item-group .active {
    background: #0052D9;
    border-radius: 4px;
    font-weight: 500;
    color: #F7F9FB;
}

.yybl-menu-line {
    height: 1px;
    border: 1px solid #D1D9E7;
}

.my-product-case-section {
    background: #F2F3F5;
    padding-top: 40px;
    padding-bottom: 120px;
}

.my-product-case-section .case-cover {
    aspect-ratio: 1 / 1.4141;
}

.my-product-case-section .case-txt {
    display: flex;
    background: #fff;
    padding: 0px 24px;
    align-items: center;
    justify-content: space-between;
    height: 100px;
}

.my-product-case-section .case-txt span {
    font-family: 'Noto Sans SC';
    font-weight: 600;
    font-size: 18px;
    color: #5B6373;
    line-height: 24px;
    margin-right: 10px;

    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
}

.my-product-case-section .case-arrow {
    width: 36px;
    height: 36px;
    background: #F4F4F4;
    border-radius: 36px;
    position: relative;
    flex-shrink: 0;
}

.my-product-case-section .case-arrow:after {
    content: '';
    background-image: url(../images/my/arrow_icon.png);
    background-size: 28px 28px;
    background-position: center;
    position: absolute;
    width: 100%;
    height: 100%;
}

@media only screen and (max-width: 991px) {
    .yybl-menu-body {
        display: none;
    }

    .yybl-menu-section .dropdown {
        display: block;
    }
}


@media only screen and (max-width: 767px) {

    .yybl-menu-section {
        background: #F2F3F5;
        padding-top: 20px;
    }

    .yybl-menu-item-group {
        display: flex;
        margin-bottom: 16px;
    }

    .yybl-menu-item {
        font-family: 'Noto Sans SC';
        font-weight: 400;
        font-size: 13px;
        color: #202329;
        line-height: 26px;
        text-align: center;
        font-style: normal;

        padding: 4px 20px;
        margin-right: 20px;
    }

    .yybl-ditem {
        font-family: 'Noto Sans SC';
        font-weight: 400;
        font-size: 13px;
    }

    .my-product-case-section {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .my-product-case-section .case-txt {
        padding: 0 10px;
        height: 70px;
    }

    .my-product-case-section .case-txt span {
        font-size: 13px;
        line-height: 18px;
        margin-right: 5px;
    }

    .my-product-case-section .case-arrow {
        width: 24px;
        height: 24px;
        border-radius: 24px;
    }

    .my-product-case-section .case-arrow:after {
        content: '';
        background-size: 20px 20px;
    }
}

/* product manual */

.my-product-manual-section {
    background: #F2F3F5;
    padding-top: 60px;
    padding-bottom: 118px;
}

.my-product-manual-section .container {
    position: relative;
}

.my-product-manual-section .magazine-btn {
    width: 74px;
    height: 74px;
    position: absolute;
}

.my-product-manual-section .pre-btn {
    top: calc(50% - 37px);
    left: -74px;
    opacity: 0.2;
    z-index: 99;
}

.my-product-manual-section .next-btn {
    top: calc(50% - 37px);
    right: -74px;
    opacity: 0.2;
    z-index: 99;
}

.my-product-manual-section .pre-btn:hover {
    transition: all 0.3s ease 0s;
    opacity: 0.8;
}

.my-product-manual-section .next-btn:hover {
    transition: all 0.3s ease 0s;
    opacity: 0.8;
}

#magazine {
    width:100%;
    aspect-ratio: 2400 / 1553;
    display: none;
}

#magazine .turn-page{
    background-color:#ccc;
    background-size:100% 100%;
}

.fengmianimg {
/*    background-image:url(../images/my/pages/pdf1.jpg);*/
    background-size: cover;
    width: 50%;
    aspect-ratio: 1200 / 1553;
    margin-left: 25%;
}

.book_close {
    animation: bookclose .5s;
    margin-left: 25%;
}

.book_open {
    animation: bookopen .5s;
    margin-left: 50%;
}

.test_none {
    display: none;
}

.test_show {
    display: block !important;
}

.test_close {
    margin-left: 25%;
    transition: all 0.3s ease 0s;
}

.test1 {
/*    margin-left: -25%;*/
}

@keyframes bookopen {

    0% {
        margin-left: 25%;
    }

    100% {
        margin-left: 50%;
    }
}

@keyframes bookclose {

    0% {
        margin-left: 50%;
    }

    100% {
        margin-left: 25%;
    }
}

@media (max-width: 1365px) {
    .my-product-manual-section .pre-btn {
        left: 0px;
    }

    .my-product-manual-section .next-btn {
        right: 0px;
    }
}

@media (max-width: 1217px) {

    #magazine {
        width:100%;
        aspect-ratio: 1200 / 1553;
        display: block;
    }

    .fengmianimg {
        display: none;
    }

}

@media (max-width: 1199px) {

    #magazine {
        width:100%;
        aspect-ratio: 1200 / 1553;
    }

}

/* aboutus */
.my-culture-section .left-area {
    width: 45%;
    display: flex;
    flex-wrap: wrap;
}

.my-culture-section .right-area {
    width: 55%;
}

.my-culture-section .culture-content .txt-group {
    width: 100%;
    margin-bottom: 36px;
}

.my-culture-section .culture-content .title {
    margin-bottom: 16px;
    font-family: 'Noto Sans SC';
    font-weight: 600;
    font-size: 24px;
    color: #0052D9;
    line-height: 30px;
    text-align: left;
    font-style: normal;
}

.my-culture-section .culture-content .subtitle {
    margin-bottom: 8px;
    font-family: 'Noto Sans SC';
    font-weight: 600;
    font-size: 18px;
    color: #202329;
    line-height: 26px;
    text-align: justify;
}

.my-culture-section .culture-content .content {

    font-family: 'Noto Sans SC';
    font-weight: 400;
    font-size: 18px;
    color: #5B6373;
    line-height: 32px;
    text-align: justify;
}

.my-business-area-section .business-area-body {
    display: flex;
}

.my-business-area-section .left-area {
    width: 540px;
    height: 482px;
    background: url(../images/my/business_area.png);
    background-size: cover;
    background-position: center;
}

.my-business-area-section .right-area {
    width: 630px;
    height: 482px;
    background: #fff;
    padding: 60px 70px;
}

.my-business-area-section .right-area .title {
    font-family: 'Noto Sans SC';
    font-weight: 600;
    font-size: 32px;
    color: #0052D9;
    line-height: 36px;
    text-align: left;
    font-style: normal;
    margin-bottom: 40px;
}

.my-business-area-section .txt-row {
    display: flex;
    align-items: center;
    margin-bottom: 24px;
}

.my-business-area-section .txt-row img{
    width: 27px;
    height: 24px;
    margin-right: 27px;
}

.my-business-area-section .txt-row .txt{
    font-family: 'Noto Sans SC';
    font-weight: 400;
    font-size: 20px;
    color: #5B6373;
    line-height: 34px;
    text-align: justify;
    font-style: normal;
}

.my-aboutus-contact {
    background: url(../images/my/aboutus_contact.png); 
    width: 100%; 
    aspect-ratio: 1920 / 400;
    background-size: 100% auto;
    background-position: center;
}

@media (min-width: 992px) and (max-width: 1199px) {

    .my-culture-section .culture-content .txt-group {
        margin-bottom: 20px;
    }

    .my-culture-section .culture-content .title {
        margin-bottom: 10px;
        font-size: 22px;
        line-height: 24px;
    }

    .my-culture-section .culture-content .subtitle {
        margin-bottom: 0px;
        font-size: 16px;
        line-height: 32px;
    }

    .my-culture-section .culture-content .content {
        font-size: 16px;
        line-height: 32px;
    }

    .my-business-area-section .left-area {
        width: 414px;
        height: 369px;
    }

    .my-business-area-section .right-area {
        width: 516px;
        height: 369px;
        padding: 30px 35px;
    }

    .my-business-area-section .right-area .title {
        font-size: 28px;
        line-height: 32px;
        margin-bottom: 32px;
    }

    .my-business-area-section .txt-row {
        margin-bottom: 16px;
    }

    .my-business-area-section .txt-row img{
        width: 23px;
        height: 20px;
        margin-right: 23px;
    }

    .my-business-area-section .txt-row .txt{
        font-size: 16px;
        line-height: 30px;
    }

    .my-aboutus-contact {
        aspect-ratio: 1920 / 400;
        background-size: auto 100%;
    }
}

@media only screen and (max-width: 991px) {

    .my-culture-section .left-area {
        width: 100%;
    }

    .my-culture-section .right-area {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
    }

    .my-culture-section .culture-content .txt-group {
        width: 50%;
        padding-right: 15px;
        margin-bottom: 24px;
    }

    .my-culture-section .culture-content .title {
        margin-bottom: 10px;
        font-size: 22px;
        line-height: 24px;
    }

    .my-culture-section .culture-content .subtitle {
        margin-bottom: 0px;
        font-size: 16px;
        line-height: 32px;
    }

    .my-culture-section .culture-content .content {
        font-size: 16px;
        line-height: 24px;
    }

    .my-business-area-section .left-area {
        width: 414px;
        height: 369px;
    }

    .my-business-area-section .right-area {
        width: 516px;
        height: 369px;
        padding: 30px 35px;
    }

    .my-business-area-section .right-area .title {
        font-size: 28px;
        line-height: 32px;
        margin-bottom: 20px;
    }

    .my-business-area-section .txt-row {
        margin-bottom: 10px;
    }

    .my-business-area-section .txt-row img{
        width: 23px;
        height: 20px;
        margin-right: 23px;
    }

    .my-business-area-section .txt-row .txt{
        font-size: 16px;
        line-height: 27px;
    }

    .my-aboutus-contact {
        aspect-ratio: 1920 / 500;
        background-size: auto 100%;
    }
}

@media only screen and (max-width: 767px) {

    .my-culture-section .culture-content .txt-group {
        width: 100%;
        padding-right: unset;
    }

    .my-business-area-section .business-area-body {
        flex-wrap: wrap;
    }

    .my-business-area-section .left-area {
        width: 100%;
        height: unset;
        aspect-ratio: 540 / 482 !important;
    }

    .my-business-area-section .right-area {
        width: 100%;
        height: auto;
    }

    .my-aboutus-contact {
        aspect-ratio: 1920 / 700;
        background-size: auto 100%;
    }
        
}


/* Position */
.my-position-section .container {
    padding-left: unset;
    padding-right: unset;
}

.my-position-section .position-body {
    display: flex;
}

.my-position-section .title-list {
    max-width: 300px;
    width: 100%;
    margin-right: 30px;
}

.my-position-section .title-list > div {
    padding: 44px 24px; 
    background: #fff;
}

.my-position-section .title-list img{
    width: 28px;
    height: 28px;
    margin-right: 10px;
}

.my-position-section .list-top {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.my-position-section .list-top-txt {
    font-family: 'Noto Sans SC';
    font-weight: 600;
    font-size: 24px;
    color: #292F3A;
    line-height: 36px;
    text-align: justify;
    font-style: normal;
}

.my-position-section .list-line {
    height: 1px;
    background: #E0E6F3;
}

.my-position-section .position-content {
    width: 870px;
    background: #fff;
}

.my-position-section .list-position {
    margin: 20px 0px;
}

.my-position-section .title-list > div > ul > li:last-child {
    margin-bottom: 0;
}

.my-position-section .list-position-txt {
    font-family: 'Noto Sans SC';
    font-weight: 400;
    font-size: 20px;
    color: #A8ACB4;
    line-height: 30px;
    text-align: justify;
    font-style: normal;
}

.my-position-section .active > a > div {
    font-family: 'Noto Sans SC';
    font-weight: 600;
    color: #0052D9 !important;
}

.my-position-section .position-title-area {
    padding: 48px 30px 34px 30px;
    background: linear-gradient( 180deg, rgba(61,119,255,0.1) 0%, rgba(61,119,255,0) 100%);
}

.my-position-section .position-title-area .txt {
    font-family: 'Noto Sans SC';
    font-weight: 600;
    font-size: 32px;
    color: #202329;
    line-height: 48px;
    text-align: left;
    font-style: normal;
}

.position-line {
    margin: 0 30px;
    height: 2px;
    background: linear-gradient( 90deg, #0F5EF8 0%, #24A6E5 100%);
}

.position-content-body {
    padding: 48px 30px 60px 30px;
}

.position-content-body .sub-title {
    display: flex;
    align-items: center;
}

.position-content-body .sub-title img {
    width: 27px;
    height: 16px;
    margin-right: 24px;
}

.position-content-body .sub-title .txt {
    font-family: 'Noto Sans SC';
    font-weight: 500;
    font-size: 24px;
    color: #202329;
    line-height: 34px;
    text-align: justify;
    font-style: normal;
}

.position-content-body .sub-content {
    margin: 30px 0;

    font-family: 'Noto Sans SC';
    font-weight: 400;
    font-size: 18px;
    color: #5B6373;
    line-height: 30px;
    text-align: justify;
    font-style: normal;
}

.position-content-body .sub-content p {
    font-family: 'Noto Sans SC';
    font-weight: 400;
    font-size: 18px;
    color: #5B6373;
    line-height: 30px;
    text-align: justify;
    font-style: normal;
}

.position-content .position-contact {
    background: #F7FBFF;
    padding: 52px 40px 80px 40px;
}

.position-contact .contact-title-area {
    display: flex;
    justify-content: space-between;
}

.position-contact .contact-title-area .title-txt {
    font-family: 'Noto Sans SC';
    font-weight: 600;
    font-size: 32px;
    color: #202329;
    line-height: 48px;
    text-align: left;
    font-style: normal;
}

.position-contact .contact-title-area .title-line {
    margin-top: 30px;
    width: 80px;
    height: 6px;
    background: linear-gradient( 90deg, #0F5EF8 0%, #24A6E5 100%);
}

.position-contact .contact-title-area .contact-icon {
    width: 30%;
    max-width: 166px;
    aspect-ratio: 166 / 140;
}

.position-contact .contact-way-area {
    margin-top: 24px;
}

.position-contact .contact-panel {
    background: #fff;
    height: 164px;
    padding: 30px;
    border-radius: 16px;
}

.position-contact .contact-panel .title-lab {
    font-family: 'Noto Sans SC';
    font-weight: 600;
    font-size: 20px;
    color: #292F3A;
    line-height: 30px;
    text-align: justify;
    font-style: normal;
}

.position-contact .contact-panel .num-lab {
    margin-top: 16px;
    font-family: 'Noto Sans SC';
    font-weight: 500;
    font-size: 20px;
    color: #0052D9;
    line-height: 28px;
    text-align: justify;
    font-style: normal;
}

.position-contact .contact-panel .tips-lab {
    margin-top: 8px;
    font-family: 'Noto Sans SC';
    font-weight: 400;
    font-size: 16px;
    color: #A8ACB4;
    line-height: 22px;
    text-align: left;
    font-style: normal;
}



@media (max-width: 991px) {
    .my-md-mt-30 {
        margin-top: 30px;
    }
}

@media only screen and (max-width: 767px) {

    .my-position-section .section-margin {
        margin-top: 0;
        margin-bottom: 0;
    }

    .my-position-section .position-body {
        flex-wrap: wrap;
    }

    .my-position-section .title-list {
        max-width: unset;
        margin-right: unset;
    }

    .my-position-section .title-list > div {
        padding: 20px 15px; 
        background: #fff;
    }

    .my-position-section .title-list img {
        width: 24px;
        height: 24px;
    }

    .my-position-section .list-top {
        margin-bottom: 20px;
    }

    .my-position-section .list-top-txt {
        font-size: 20px;
        line-height: 24px;
    }

    .my-position-section .list-position-txt {
        font-size: 18px;
        line-height: 20px;
    }

    .my-position-section .position-content {
        width: 100%;
    }

    .position-contact .contact-title-area .title-txt {
        font-size: 26px;
        line-height: 40px;
    }

    .position-contact .contact-panel .num-lab {
        font-size: 17px;
    }

    .position-contact .contact-panel .num-lab {
        font-size: 17px;
    }

    .my-position-section .position-title-area {
        padding: 24px 15px 17px 15px;
    }

    .my-position-section .position-title-area .txt {
        font-size: 26px;
        line-height: 42px;
    }

    .position-line {
        margin: 0 15px;
    }

    .position-content-body {
        padding: 24px 15px 30px 15px;
    }

    .position-content-body .sub-title .txt {
        font-size: 20px;
        line-height: 30px;
    }

    .position-content-body .sub-content p {
        font-size: 16px;
        line-height: 28px;
    }

    .position-content-body .sub-content {
        margin: 20px 0;
    }

    .position-content .position-contact {
        padding: 27px 15px 40px 15px;
    }
}