

.auto-content {
    width: 90%;
    max-width: 1440px;
    margin: 0 auto;
    position: relative;
    /* padding: 0 20px; */
    box-sizing: border-box;
}

.enlarge {
    cursor: zoom-in
}

.new-icon {
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    background: url("../svg/new-product54c6.svg?v=28213dc49bd7");
    background-size: cover;
    right: 12px;
    top: 0;
    z-index: 1
}


.syb-button {
    box-sizing: border-box;
    display: inline-block;
    padding: 0 30px;
    line-height: 35px;
    font-size: 16px;
    background-size: 300% 100%;
    transition: all .3s ease-in-out;
    text-align: center;
    cursor: pointer;
    outline: 0;
    border: 0;
    white-space: nowrap
}

.syb-button.is-block {
    display: block
}

.syb-button.is-radius {
    border-radius: 6px
}

.syb-button.is-round {
    border-radius: 18px
}

.syb-button--default {
    border: 1px solid #c9c9c9;
    color: #333;
    background-image: linear-gradient(90deg, #f0f0f0, #f0f0f0, #c6231d, #f5aa39)
}

.syb-button--default:hover {
    background-position: 100% 0;
    border-color: transparent;
    color: #fff
}

.syb-button--default:active {
    opacity: 0.8
}

.syb-button--default2 {
    border: 1px solid #c9c9c9;
    color: #333;
    background-image: linear-gradient(90deg, #fff, #fff, #c6231d, #f5aa39)
}

.syb-button--default2:hover {
    background-position: 100% 0;
    border-color: transparent;
    color: #fff
}

.syb-button--default2:active {
    opacity: 0.8
}

.syb-button--primary {
    color: #fff;
    background-image: linear-gradient(90deg, #c6231d, #c6231d, #f5aa39)
}

.syb-button--primary:hover {
    background-position: 100% 0;
    color: #fff
}

.syb-button--primary:active {
    background-position: 0 0
}

.syb-button--gray {
    color: #333;
    background-image: linear-gradient(90deg, #d9d9d9, #d9d9d9, #f0f0f0)
}

.syb-button--gray:hover {
    background-position: 100% 0
}

.syb-button--gray:active {
    background-position: 0 0
}

.syb-button.is-disabled {
    cursor: not-allowed;
    opacity: 0.7
}

.syb-button.is-disabled:hover {
    background-position: 0 0
}

.syb-pagetop {
    height: 55px;
    background: #e51b24;
    color: #fff;
    font-size: 14px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
}

.syb-pagetop .auto-content {
    display: flex;
    justify-content: right;
    height: 100%
}

.syb-pagetop a {
    color: #fff;
    cursor: pointer
}

.syb-pagetop a:hover {
    color: #f5f5f5;
    text-decoration: underline
}


.syb-pagetop__nav {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center
}

.syb-pagetop_maginR20 {
    margin-right: 20px !important;
}

.syb-pagetop_maginL20 {
    margin-left: 20px !important;
}

.syb-right-flex {
    display: flex;
    align-items: center;
}

.syb-header {
    position: fixed;
    width: 100%;
    padding-bottom: 4px;
    background: #fff;

    top: 55px;
    z-index: 1000
}

.syb-header .auto-content {
    position: static
}

.syb-header__content {
    width: 100%;
    height: 60px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.syb-header__right {
    display: flex;
    flex: 0 0 auto;
    justify-content: flex-end;
    align-items: center;
    min-width: 0;
    width: 30%;
}

.syb-header__cart {
    font-size: 20px;
    display: flex;
    align-items: center;
    margin-right: 20px;
    cursor: pointer;
    position: relative
}

.syb-header__cart i {
    color: #c6231d;
    font-size: 24px;
    margin-right: 5px
}

.syb-header__cart_badge {
    color: #fff;
    background: #c6231d;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    font-size: 12px;
    line-height: 16px;
    display: block;
    text-align: center;
    position: absolute;
    top: -11px;
    left: 16px
}

.syb-header__logo {
    width: 220px
}

.syb-header__logo img {
    width: 100%
}

.syb-header::after {
    /* content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 4px;
    bottom: 0;
    left: 0;
    background: linear-gradient(to right, #c6231d, #c6231d 40%, #f5aa39 60%, #f5aa39) */
}

.syb-topnav {
    height: 100%;
    display: flex;
    flex: 1;
    padding-right: 50px;
    /* justify-content: space-between; */
    align-items: center;
    min-width: 0;
    max-width: 800px;
}

.syb-topnav__item {
    max-width: 120px;
    height: 100%;
    box-sizing: border-box;
    font-size: 20px;
    display: flex;
    align-items: center;
    
}

.syb-topnav__item a {
    display: flex;
    align-items: center;
    height: 100%
}

.header-left-nav {
    width: calc(100% - 240px);
    margin-left: 20px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.syb-topnav__item.is-active .syb-topnav__text {
    color: #b81c22
}
/* 如果不是productClassification的下级，鼠标悬停显示子菜单 */
.syb-topnav__item.is-sub:hover .syb-subnav,
.syb-topnav__item.is-sub .syb-subnav:hover {
    display: flex;
}
#productClassification .syb-topnav__item.is-sub:hover .syb-subnav {
    display: none
}
/* 如果不是productClassification的下级，鼠标悬停显示子菜单 */
.syb-topnav__item.is-sub:hover .header-slider-product,
.syb-topnav__item.is-sub .header-slider-product:hover {
    display: flex;
}
#productClassification .syb-topnav__item.is-sub:hover .header-slider-product {
    display: none
}
.syb-topnav__item:hover .syb-topnav__icon--product {
    background-image: url("../../webimage/common/pcenterc.png")
}

.syb-topnav__item:hover .syb-topnav__icon--technology {
    background-image: url("../../webimage/common/jszxc.png")
}

.syb-topnav__item:hover .syb-topnav__icon--service {
    background-image: url("../../webimage/common/fwzxc.png")
}

.syb-topnav__item:hover .syb-topnav__icon--about {
    background-image: url("../../webimage/common/gywmc.png")
}

.syb-topnav__item:hover .syb-topnav__text {
    color: #b81c22
}
.is-active-tech{
    position: relative;
}
.is-active-service{
    position: relative;
}
.is-active-about{
    position: relative;
}
.is-active-tech .header_bottom_line{
    display: none;
}
.is-active-service .header_bottom_line{
    display: none;
}
.is-active-about .header_bottom_line{
    display: none;
}
.is-active-tech:hover .header_bottom_line {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 4px;
    bottom: 5px;
    left: 0;
    background-color: #c6231d;
    /* background: linear-gradient(to right, #c6231d, #c6231d 40%, #f5aa39 60%, #f5aa39); */
}
.is-active-service:hover .header_bottom_line {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 4px;
    bottom: 5px;
    left: 0;
    background-color: #c6231d;
    /* background: linear-gradient(to right, #c6231d, #c6231d 40%, #f5aa39 60%, #f5aa39); */
}
.is-active-about:hover  .header_bottom_line {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 4px;
    bottom: 5px;
    left: 0;
    background-color: #c6231d;
    /* background: linear-gradient(to right, #c6231d, #c6231d 40%, #f5aa39 60%, #f5aa39); */
}
.productClassification  .is-active-product{
    position: relative;
}
.productClassifications .is-active-product{
    position: static;
}
.productClassification  .is-active-product .header_bottom_line{
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 4px;
   bottom: 5px;
    left: 0;
    background-color: #c6231d;
}
.productClassification  .productClassification-positon{
    position: relative;
}
.activeTech .is-active-tech .header_bottom_line{
      content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 4px;
    bottom: 5px;
    left: 0;
    background-color: #c6231d;
}

.serviceCenter .is-active-service .header_bottom_line{
      content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 4px;
    bottom: 5px;
    left: 0;
    background-color: #c6231d;
}
.aboutUs .is-active-about .header_bottom_line{
      content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 4px;
    bottom: 5px;
    left: 0;
    background-color: #c6231d;
}
.syb-topnav__icon {
    width: 22px;
    height: 22px;
    margin-right: 8px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% auto;
    transition: 0.15s ease-in background;
   
}

.syb-topnav__icon--product {
    background-image:url("../../webimage/common/pcenter.png")
}

.syb-topnav__icon--technology {
    background-image: url("../../webimage/common/jszx.png")
}

.syb-topnav__icon--service {
    background-image: url("../../webimage/common/fwzx.png")
}

.syb-topnav__icon--about {
    background-image: url("../../webimage/common/gywm.png")
}

.syb-topnav__text {
    color: #333;
    white-space: nowrap;
    transition: 0.15s ease-in color
}

.syb-header-search {
    position: relative;
    box-sizing: border-box;
    width: 380px;
    max-width: 400px;
    height: 35px;
    border: 1px solid #4e4e4e;
    border-radius: 18px;
    padding-left: 15px;
    user-select: none;
    background: #f4f4f4;
}

.syb-header-search__inner {
    width: calc(100% - 40px);
    height: 33px;
    line-height: 33px;
    font-size: 16px;
    outline: none;
    border: 0;
    background: transparent
}

.syb-header-search__inner::placeholder {
    color: #a8a8a8
}

.syb-header-search__btn {
    font-size: 20px;
    color: #4e4e4e;
    cursor: pointer
}

.syb-header-search__content {
    z-index: 20;
    box-sizing: border-box;
    padding: 10px;
    position: absolute;
    left: 0;
    top: 49px;
    width: 100%;
    background: #f4f6f8;
    border-radius: 5px;
    padding: 10px
}

.syb-header-search__content::before {
    content: '▲';
    color: #f4f6f8;
    position: absolute;
    top: -18px;
    left: 15px;
    font-size: 30px
}

.syb-header-search__content ul {
    background: #fff;
    border-radius: 5px
}

.syb-header-search__title {
    width: 100%;
    box-sizing: border-box;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    padding: 0 10px;
    font-weight: bold;
    border-bottom: 1px solid #f4f4f4
}

.syb-header-search__item {
    width: 100%;
    box-sizing: border-box;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    font-size: 14px;
    padding: 0 10px;
    color: #333
}

.syb-header-search__text {
    width: 100%;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.syb-header-search__item:hover {
    color: #c6231d;
    background: #f3f3f3
}

.syb-header-search__empty {
    font-size: 14px;
    text-align: center;
    color: #999;
    line-height: 80px
}

.syb-header-search__content--history .syb-header-search__del {
    float: right;
    color: #999999;
    font-weight: normal;
    cursor: pointer;
    user-select: none
}

.syb-header-search__content--history .syb-header-search__item .syb-header-search__text {
    width: 210px
}

.syb-header-search__content--history .syb-header-search__item .syb-header-search__del {
    display: none
}

.syb-header-search__content--history .syb-header-search__item:hover .syb-header-search__del {
    display: block
}

.syb-header-search-garish {
    display: flex;
    flex-wrap: nowrap;
    height: 75px;
    padding: 8px 15px;
    overflow: hidden;
    cursor: pointer
}

.syb-header-search-garish__image {
    flex: 0 0 85px;
    height: 75px;
    background: #f9f9f9;
    margin-right: 15px
}

.syb-header-search-garish__image img {
    width: 100%;
    height: 100%
}


.syb-subnav {
    box-sizing: border-box;
    width: 100%;
    /* min-width: 1440px; */
    background: #fff;
    position: absolute;
    z-index: 10;
    left: 0;
    right: 0;
    top: 60px;
    padding: 20px 30px;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
    border-top: 1px solid #eee;
    display: none;
    justify-content: space-between;
    flex-wrap: wrap;
    animation: subnavmove 0.35s
}

.syb-subnav__item {
    width: 25%;
    box-sizing: border-box;
    height: calc(190 * 100vw / 1920);
    min-height: 125px;
    padding: 10px 10px
}

.syb-subnav__inner {
    position: relative;
    font-size: 14px;
    width: 100%;
    height: 100%;
    display: flex;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: center;
    background-color: #f9f9f9;
    background-size: auto 100%;
    background-position: center;
    background-repeat: no-repeat;
    transition: 0.25s ease-out all
}

.syb-subnav__inner:hover {
    background-size: auto 104%;
    border: 1px solid #c6231d
}

.syb-subnav__inner:hover .syb-subnav__text {
    color: #c6231d;
    transform: translateX(5px)
}

.syb-subnav__inner:hover .syb-subnav__icon i {
    color: #c6231d
}

.syb-subnav__text {
    font-size: 14px;
    line-height: 1.5;
    color: #333;
    padding-left: 20px;
    transition: 0.25s ease-out all
}

.syb-subnav__icon {
    position: absolute;
    right: 15%;
    top: 50%;
    transform: translateY(-50%);
    width: 15%
}

.syb-subnav__icon img {
    width: 100%
}

.syb-subnav__icon i {
    font-size: 100px
}

@keyframes subnavmove {
    0% {
        transform: translateY(10px);
        opacity: 0
    }

    30% {
        transform: translateY(7px);
        opacity: 0.7
    }

    100% {
        transform: translateY(0);
        opacity: 1
    }
}

.syb-main {
    min-height: calc(100vh - 616px)
}

.syb-footer {
    width: 100%;
    /* min-width: 1440px; */
    height: 500px;
    background: #fff
}

.syb-footer__slogan {
    width: 100%
}

.syb-footer__slogan_title {
    width: 720px;
    padding: 40px 0 50px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center
}

/* .syb-footer__slogan_title::before,
.syb-footer__slogan_title::after {
    content: '';
    width: 158px;
    height: 1px;
    background: #595959
} */

.syb-footer__slogan_list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 50px
}

.syb-footer__slogan_item {
    display: flex;
    align-items: center
}

.syb-footer__slogan_icon {
    /* width: 50px;
    height: 50px;
    background: #c6231d;
    border-radius: 50%; */
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden
}
.syb-footer__slogan_icon img{
    width: 50px;
    height: 50px;
}
.syb-footer__slogan_icon i {
    font-size: 45px
}
.syb-footer__service_left{
    display: flex;
    .syb-footer__service_contact{
        margin-left: 35px;
        margin-top: 65px;
    }
}
.syb-footer__slogan_text {
    font-size: 20px;
    color: #636363;
    font-weight: bold;
    margin-left: 10px;
}

.syb-footer__service {
    width: 100%;
    background: #ececec
}

.syb-footer__logo {
    margin-bottom: 25px;

}

.syb-footer__logo img {
    width: 320px;
}

.syb-footer__service_content {
    min-height: 260px;
    display: flex;
    justify-content: space-between;
    color: #333333;
    flex-wrap: wrap;
}

.syb-footer__service_content a {
    color: #666
}

.syb-footer__service_content a:hover {
    text-decoration: underline
}

.syb-footer__service_info {
    font-size: 16px;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.syb-footer__service_info p {
    margin-top: 8px
}

.syb-footer__service_contact_list {
    display: flex;
    padding-top: 20px
}

.syb-footer__service_contact_list:hover img {
    filter: blur(3px)
}

.syb-footer__service_contact_item {
    width: 80px;
    height: 80px;
    margin-right: 20px;
    text-align: center;
    position: relative
}

.syb-footer__service_contact_item>img {
    width: 80px;
    height: 80px;
    margin-bottom: 10px
}

.syb-footer__service_contact_item>div {
    position: absolute;
    top: 0;
    left: 00;
    width: 80px;
    height: 80px;
    z-index: 10;
    opacity: 0;
    transition: 0.3s all ease
}

.syb-footer__service_contact_item>div img {
    width: 100%;
    height: 100%
}

.syb-footer__service_contact_item:hover div {
    opacity: 1;
    transform: translate(-20px, -20px);
    width: 120px;
    height: 120px
}

.syb-footer__service_contact_item:hover img {
    filter: blur(0)
}

.syb-footer__service_link {
    display: flex;
    padding-top: 20px;
}

.syb-footer__service_title {
    font-size: 18px;
    line-height: 30px;
    position: relative;
    margin-top: 45px;
    color: #333;
    min-width: 100px;
}

.syb-footer__service_title::after {
    content: '';
    display: block;
    width: 25px;
    height: 2px;
    position: absolute;
    bottom: -5px;
    left: 0;
    background: #c6231d
}

.syb-footer__service_list {
    margin-left: 35px
}

.syb-footer__service_list:first-child {
    margin: 0
}

.syb-footer__service_list p {
    font-size: 16px;
    margin: 15px 0
}

.syb-footer__service_bottom {
    height: 45px;
    font-size: 14px;
    box-sizing: border-box;
    border-top: 1px solid #dfdfdf;
    color: #8d8d8d
}

.syb-footer__service_bottom .auto-content {
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.syb-footer__service_bottom a {
    color: #8d8d8d
}

.syb-footer__service_bottom a:hover {
    text-decoration: underline
}

.syb-toosybar {
    position: fixed;
    right: 50px;
    bottom: 50px;
    width: 50px;
    z-index: 9999
}

.syb-toosybar__item {
    width: 50px;
    height: 50px;
    background-size: 300% 100%;
    background-image: linear-gradient(90deg, #f0f0f0, #f0f0f0, #c6231d, #f5aa39);
    transition: all 0.5s ease-in-out;
    border-radius: 50%;
    margin-bottom: 10px;
    color: #333;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border: 1px solid #ccc;
    cursor: pointer
}

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

.syb-toosybar__icon {
    font-size: 28px;
    transition: all 0.5s ease-in-out
}

.syb-toosybar__item:hover {
    background-position: 100% 0
}

.syb-toosybar__item:hover .syb-toosybar__icon {
    color: #fff
}

.syb-toosybar__badge {
    color: #fff;
    background: #c6231d;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    font-size: 12px;
    line-height: 16px;
    display: block;
    text-align: center;
    position: absolute;
    top: 2px;
    right: 2px
}

@media screen and (max-width: 1920px) {
    .syb-toosybar {
        right: 10px
    }
}

@media screen and (max-width:1100px) {
    .header-left-nav {
        width: calc(100% - 180px);
        margin-left: 20px;

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

    .syb-header__logo {
        width: 210px;
    }
}

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

    .syb-topnav__icon {
        display: none;
    }
    .syb-topnav{
        padding-right: 20px;
    }
    .header-left-nav {
        width: calc(100% - 20px);
        margin-left: 20px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
}


.syb-service-modal {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.35);
    z-index: 1000;
    display: none;
    justify-content: center;
    align-items: center;
    margin: 0 auto
}

.syb-service-modal__body {
    width: 450px;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
    padding-top: 45px;
    border-radius: 8px;
    font-size: 14px;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
    background: #fff;
    position: relative
}

.syb-service-modal__close {
    width: 16px;
    height: 16px;
    font-size: 30px;
    line-height: 16px;
    color: #666;
    cursor: pointer;
    position: absolute;
    right: 20px;
    top: 20px
}

.syb-service-modal__title {
    font-size: 22px;
    color: #333;
    font-weight: bold;
    line-height: 1.5;
    display: flex;
    margin-top: 15px
}

.syb-service-modal__title::before,
.syb-service-modal__title::after {
    content: '';
    height: 1px;
    background: #e5e5e5;
    margin: 20px;
    flex: 1
}

.syb-service-modal__content {
    text-align: center;
    padding: 20px 0 40px;
    font-size: 80px
}

.syb-service-modal__content i {
    margin: 0 20px
}

.syb-compare-modal {
    display: none;
    padding: 15px 15px 0 15px;
    width: 420px;
    min-height: 100px;
    position: absolute;
    right: 70px;
    transform: translateY(50%);
    bottom: 50%;
    border: 1px solid #c6231d;
    border-radius: 5px;
    background: #fff;
    z-index: 99999
}

.syb-compare-modal::before {
    content: '';
    width: 0;
    height: 0;
    border: 10px solid;
    position: absolute;
    bottom: 50%;
    transform: translateY(50%);
    left: 450px;
    border-color: transparent transparent transparent #c6231d
}

.syb-compare-modal__list {
    max-height: 300px;
    overflow-y: auto
}

.syb-compare-modal__item {
    display: flex;
    height: 80px;
    padding: 5px 0;
    border-bottom: 1px dashed #eee
}

.syb-compare-modal__item_img {
    flex: 0 0 80px;
    height: 80px;
    background: #eee
}

.syb-compare-modal__item_img img {
    width: 100%
}

.syb-compare-modal__item_info {
    font-size: 16px;
    margin: 0 15px
}

.syb-compare-modal__item_info p {
    margin-bottom: 5px
}

.syb-compare-modal__item_info a {
    color: blue
}

.syb-compare-modal__item_info a:hover {
    text-decoration: underline
}

.syb-compare-modal__item_title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical
}

.syb-compare-modal__item_del {
    flex: 0 0 30px;
    font-size: 24px;
    color: #999;
    display: flex;
    align-items: center
}

.syb-compare-modal__footer {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding: 15px 0
}

.syb-solution-swiper {
    width: 100%;
    max-width: 1440px;
    height: 410px;
    position: relative
}

.syb-solution-swiper__item {
    position: absolute;
    top: 0;
    /* left: 270px; */
    left: 18.75%;
    width: 62.5%;
    max-width: 900px;
    height: 410px;
    background: #eedb0a;
    z-index: 1;
    transform: scale(0);
    transition: all 0.3s ease;
    overflow: hidden
}

.syb-solution-swiper__item_image {
    width: 100%;
    height: 100%;
    position: relative
}

.syb-solution-swiper__item_image img {
    width: 100%;
    height: 100%
}

.syb-solution-swiper__item_image::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    left: 0;
    top: 0
}

.syb-solution-swiper__item_animate {
    position: absolute;
    top: 90px;
    left: 100px;
    right: 100px;
    transform: matrix(1, -0.1, 0, 1, 0, -20);
    transform-origin: 0 0;
    transition: all 0.8s cubic-bezier(0.49, 0.54, 0.16, 1);
    opacity: 0
}

.syb-solution-swiper__item_title {
    color: #fff;
    font-size: 32px;
    text-align: center;
    line-height: 2
}

.syb-solution-swiper__item_describe {
    margin-top: 20px;
    color: #fff;
    text-decoration: underline;
    font-size: 18px;
    line-height: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.syb-solution-swiper__item--active {
    z-index: 5;
    transform: scale(1);
    cursor: pointer
}

.syb-solution-swiper__item--active .syb-solution-swiper__item_animate {
    transform: matrix(1, 0, 0, 1, 0, 0);
    opacity: 1
}

.syb-solution-swiper__item--prev {
    z-index: 3;
    font-size: 60px;
    transform: scale(0.8) translateX(-50%)
}

.syb-solution-swiper__item--next {
    z-index: 3;
    font-size: 60px;
    transform: scale(0.8) translateX(50%)
}

.syb-solution-swiper__control {
    width: 50px;
    height: 50px;
    background: #fff;
    border-radius: 25px;
    position: absolute;
    top: 180px;
    z-index: 6;
    cursor: pointer;
    opacity: 0.7;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    user-select: none
}

.syb-solution-swiper__control i {
    font-size: 36px
}

.syb-solution-swiper__control:hover {
    opacity: 1
}

.syb-solution-swiper__control--prev {
    left: 180px;
    transform: rotate(-90deg)
}

.syb-solution-swiper__control--next {
    right: 180px;
    transform: rotate(90deg)
}

.syb-solution-swiper-dot {
    display: flex;
    justify-content: center
}

.syb-solution-swiper-dot .syb-button {
    margin: 0 20px
}

.syb-pagetitle {
    display: flex;
    justify-content: space-between;
    height: 60px;
    align-items: center
}

.syb-pagetitle__text {
    font-size: 26px;
    color: #333;
    font-weight: bold
}

.syb-pagetitle__text img {
    width: 26px;
    margin-right: 15px
}

.syb-pagetitle__textmr8 img {
    margin-right: 8px;
    margin-bottom: 4px;
}

.syb-pagetitle2 {
    padding: 20px 0
}

.syb-pagetitle2__cn {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 28px;
    color: #666;
    font-weight: bold
}

.syb-pagetitle2__cn::before,
.syb-pagetitle2__cn::after {
    content: '';
    width: 110px;
    height: 1px;
    margin: 20px;
    background: currentColor
}

.syb-pagetitle2__en {
    font-size: 28px;
    color: #e2e2e2;
    font-weight: bold;
    text-align: center;
    margin-top: 8px
}

.syb-classroom {
    width: 100%;
    height: 400px;
    display: flex;
    justify-content: space-between
}

.syb-classroom__swiper {
    /* width: 710px; */
    max-width: 710px;
    width: 54% !important;
}

.syb-classroom__swiper_item {
    width: 100%;
    height: 100%
}

.syb-classroom__swiper_item img {
    width: 100%;
    height: 100%
}

.syb-classroom .layui-carousel>[carousel-item]>* {
    background: #bbb
}

.syb-classroom .layui-carousel-ind {
    text-align: left;
    margin-left: 50px
}

.syb-classroom .layui-carousel-ind ul {
    background: transparent
}

.syb-classroom .layui-carousel-ind ul li {
    width: 12px;
    height: 12px;
    box-sizing: border-box;
    background: transparent;
    border: 2px solid #fff;
    transition: all 0.4s ease;
    user-select: none;
    margin: 0 5px
}

.syb-classroom .layui-carousel-ind ul li.layui-this {
    background: #fff;
    border-color: transparent
}

.syb-classroom__list {
    max-width: 315px;
    width: 21.8%;
}

.syb-classroom__list_title {
    font-size: 20px;
    line-height: 20px;
    font-weight: bold;
    color: #c6231d
}

.syb-classroom__list_title::before {
    content: '';
    display: block;
    width: 5px;
    height: 20px;
    background: #c6231d;
    margin-right: 5px;
    float: left;
    border-radius: 4px
}

.syb-classroom__list_item {
    margin-top: 15px;
    border-bottom: 1px dashed #ababab
}

.syb-classroom__list_item:last-child {
    border: 0
}

.syb-classroom__list_item h3 {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    transition: all 0.3s ease;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.syb-classroom__list_item p {
    font-size: 16px;
    height: 42px;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 8px 0
}

.syb-classroom__list_item:hover h3 {
    color: #c6231d
}

.syb-classroom-classify {
    width: 100%;
    height: 145px;
    margin: 25px 0;
    display: flex
}

.syb-classroom-classify__section {
    border: 2px solid #cd2a21;
    border-radius: 6px;
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
    display: flex;
    justify-content: space-between
}

.syb-classroom-classify__section::before {
    content: '';
    display: block;
    width: 300px;
    height: 330px;
    background: linear-gradient(0deg, #cd2a21, #eb9677);
    position: absolute;
    border-radius: 50%;
    left: -210px;
    top: 50%;
    transform: translateY(-50%)
}

.syb-classroom-classify__section:first-child {
    margin-right: 12px
}

.syb-classroom-classify__section1 {
    width: 59.5%;
}

.syb-classroom-classify__section2 {
    width: 40.5%;
}

.syb-classroom-classify__title {
    z-index: 2;
    position: relative;
    width: 90px;
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    writing-mode: vertical-rl;
    text-align: center;
    line-height: 100px;
    letter-spacing: 4px
}

.syb-classroom-classify__list {
    display: flex;
    padding: 0 20px;
    flex: 1;
    align-items: center;
    justify-content: space-between;
}

.syb-classroom-classify__item {
    width: 20%;
    display: flex
}

.syb-classroom-classify__item1 {
    width: 33.3%;
}

.syb-classroom-classify__item a {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.syb-classroom-classify__item a:hover .syb-classroom-classify__item_icon img {
    transform: scale(0.95)
}

.syb-classroom-classify__item a:hover .syb-classroom-classify__item_text {
    color: #c6231d
}

.syb-classroom-classify__item.is-active a .syb-classroom-classify__item_icon img {
    transform: scale(0.95)
}

.syb-classroom-classify__item.is-active a .syb-classroom-classify__item_text {
    color: #c6231d
}

.syb-classroom-classify__item_icon {
    width: 70px;
    height: 70px;
    border: 1px solid #c6231d;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px
}

.syb-classroom-classify__item_icon img {
    width: 100%;
    transform: scale(0.9);
    transition: all ease 0.3s
}

.syb-classroom-classify__item_text {
    font-size: 18px;
    color: #666;
    transition: all ease 0.3s
}



.login-form-password {
    display: block;
}

.login-form-code {
    display: none;
}

.loginSend {
    display: inline;
}

.loginEnd {
    display: none;
}

.loginCountDown {
    display: none;
}

.header-container {
    position: relative;
    height: 144px;
}

.topEmail {
    width: 24px;
    height: 24px;
}

.topCart {
    width: 20px;
    height: 20px;
}

.topMr5 {
    margin-right: 5px;
}

.productClassification .is-active-product .syb-topnav__icon--product {
     background-image:url("../../webimage/common/pcenterc.png")
}

.productClassification .is-active-product .syb-topnav__text {
    color: #b81c22;
}

.activeTech .is-active-tech .syb-topnav__icon--technology {
    background-image:url("../../webimage/common/jszxc.png")
}

.activeTech .is-active-tech .syb-topnav__text {
    color: #b81c22;
}

.serviceCenter .is-active-service .syb-topnav__icon--service {
     background-image:url("../../webimage/common/fwzxc.png")
}

.serviceCenter .is-active-service .syb-topnav__text {
    color: #b81c22;
}

.aboutUs .is-active-about .syb-topnav__icon--about {
    background-image:url("../../webimage/common/gywmc.png")
}

.aboutUs .is-active-about .syb-topnav__text {
    color: #b81c22;
}

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

.contactService img {
    width: 180px;
    height: 180px;
    margin-top: 20px;
}

.contactService span {
    font-size: 18px;
    padding: 20px 0;
}



.syb-footer__service_contact{
    display: flex;
    align-items: center;
  
    justify-content: flex-end;
}
.syb-footer__service_title{
    margin-top: 0;
}
.syb-footer__service_contact_list{
    padding-top: 0;
    flex-wrap: wrap;
}
.syb-footer__service_contact_item{
    height: auto;
}
.syb-footer-right-info{
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: calc(100% - 520px);
    align-items: flex-end;
}
.my40{
    margin-top:40px ;
    margin-bottom: 40px;
}