

.customer-service .customer-service__group .service-modal {
    display: none;
    position: absolute;
    background-color: #fff;
    right: calc(100% + 20px);
    top: 50%;
    padding: 27px 25px;
    transform: translateY(-50%);
    box-shadow: 0 4px 10px rgba(0,0,0,.05);
    cursor: auto
}

.customer-service .customer-service__group .service-modal:after {
    content: "";
    background-color: #fff;
    width: 15px;
    height: 15px;
    position: absolute;
    right: -5px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg)
}

.customer-service .customer-service__group .service-modal__bax {
    margin-bottom: 12px
}

.customer-service .customer-service__group .service-modal__bax>div {
    white-space: nowrap;
    font-size: 14px;
    line-height: 20px
}

.customer-service .customer-service__group .service-modal__bax .bax-number {
    color: #409eff
}

.customer-service .customer-service__group .service-modal__bax .bax-btn {
    cursor: pointer;
    margin-top: 8px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 82px;
    height: 26px;
    background-color: #5799ff;
    border-radius: 2px
}

.customer-service .customer-service__group .service-modal__bax .bax-btn .bax-link .bax-text {
    font-family: PingFangSC-Medium;
    font-size: 12px;
    color: #fff;
    line-height: 12px
}

.customer-service .customer-service__group .service-modal__bax .click-copy {
    margin-top: 20px;
    color: #426ce8;
    border: 1px solid #426ce8;
    border-radius: 15px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    cursor: pointer
}

.customer-service .customer-service__group .service-modal__qq:not(:last-child) {
    margin-bottom: 20px
}

.customer-service .customer-service__group .service-modal__qq .qq-name {
    text-align: center;
    font-size: 14px;
    margin-bottom: 5px;
    width: 100px
}

.customer-service .customer-service__group .service-modal__qq .qq-link {
    width: 100px;
    height: 30px;
    box-sizing: border-box;
    text-align: center;
    line-height: 30px;
    background: #426ce8;
    color: #fff;
    border-radius: 15px;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer
}

.customer-service .customer-service__group .service-modal__qq .qq-link>a {
    display: flex;
    align-items: center;
    color: #fff
}

.customer-service .customer-service__group .service-modal__qq .qq-link>a img {
    width: 16px;
    margin-right: 5px
}

.customer-service .customer-service__group .service-modal__mobile>div,.customer-service .customer-service__group .service-modal__wechat>div {
    white-space: nowrap;
    font-size: 14px;
    line-height: 20px
}

.customer-service .customer-service__group .service-modal__mobile .mobile-title,.customer-service .customer-service__group .service-modal__wechat .mobile-title {
    margin-bottom: 7px;
    font-size: 14px;
    line-height: 14px;
    color: #666
}

.customer-service .customer-service__group .service-modal__mobile .mobile-number,.customer-service .customer-service__group .service-modal__wechat .mobile-number {
    margin-top: 5px;
    color: #ff2d38;
    width: 100px;
    text-overflow: ellipsis;
    overflow: hidden
}

.customer-service .customer-service__group .service-modal__mobile .mobile-info-people,.customer-service .customer-service__group .service-modal__mobile .mobile-info-time,.customer-service .customer-service__group .service-modal__wechat .mobile-info-people,.customer-service .customer-service__group .service-modal__wechat .mobile-info-time {
    color: #999;
    font-size: 12px;
    line-height: 12px
}

.customer-service .customer-service__group .service-modal__mobile .mobile-info-people,.customer-service .customer-service__group .service-modal__wechat .mobile-info-people {
    margin-top: 20px
}

.customer-service .customer-service__group .service-modal__mobile .mobile-info-time,.customer-service .customer-service__group .service-modal__wechat .mobile-info-time {
    margin-top: 10px
}

.customer-service .customer-service__group .service-modal__mobile .click-copy,.customer-service .customer-service__group .service-modal__wechat .click-copy {
    margin-top: 20px;
    color: #426ce8;
    border: 1px solid #426ce8;
    border-radius: 15px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    cursor: pointer
}

.customer-service #back-to-top {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 75px;
    margin-top: 4px;
    margin-bottom: 30px;
    background-color: #fff;
    box-shadow: 0 4px 10px rgba(0,0,0,.05);
    cursor: pointer;
    text-align: center
}

.customer-service #back-to-top .back-to-top__icon {
    width: 20px;
    height: 22px;
    margin-bottom: 5px;
    background: url(//file.baixing.net/202205/84b00d3745455524132fe174595f54a1.png) no-repeat 50%/100% 100%
}

.customer-service #back-to-top .back-to-top__text {
    font-size: 12px
}

.customer-service #back-to-top:hover .back-to-top__icon {
    background: url(//file.baixing.net/202205/84b00d3745455524132fe174595f54a1.png) no-repeat 50%/100% 100%
}

#wechat-id-textarea {
    position: absolute;
    left: 99999px
}

div,p {
    font-family: PingFangSC-Regular,Microsoft YaHei,Heiti SC,tahoma,arial,Hiragino Sans GB,"\5b8b\4f53",sans-serif;
    color: #333
}

body,div,p {
    margin: 0;
    padding: 0
}

body {
    background-color: #ffffff;
    min-width: 1220px;
}

a {
    text-decoration: none;
    cursor: pointer
}

.clearfix:after,.clearfix:before {
    content: "";
    display: table
}

.clearfix:after {
    clear: both
}

.clearfix {
    zoom:1}

img {
    border: 0
}

dd,dl,dt,li,ul {
    list-style: none;
    margin: 0;
    padding: 0
}

checkbox,input,select {
    vertical-align: middle
}

h1,h2,h3,h4,h5,h6 {
    padding: 0;
    margin: 0
}

.none {
    display: none
}

.only-oneline {
    white-space: nowrap
}

.only-oneline,.only-twoline {
    overflow: hidden;
    text-overflow: ellipsis
}

.only-twoline {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    word-break: break-all
}

.search-crumbs {
    display: flex;
    justify-content: flex-start;
    padding-left: calc(50% - 610px);
    height: 40px;
    line-height: 40px;
    background-color: #fff
}

.search-crumbs p {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80px;
    font-size: 12px;
    color: #666
}

.search-crumbs p span {
    margin-right: 8px;
    display: inline-block;
    width: 4px;
    height: 14px
}

.search-crumbs ul {
    display: flex
}

.search-crumbs ul li {
    display: inline-block;
    margin-right: 14px;
    position: relative
}

.search-crumbs ul li .right-arrow {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-top: 1px solid #666;
    border-right: 1px solid #666;
    transform: rotate(45deg);
    line-height: 8px;
    position: absolute;
    top: calc(50% - 4px);
    left: -8px
}

.search-crumbs ul li a,.search-crumbs ul li span {
    display: inline-block;
    font-size: 12px;
    color: #666;
    margin-left: 10px;
    max-width: 255px
}

.page-normal {
    text-align: center;
    margin-top: 45px
}

.page-normal .page-item {
    display: inline;
    color: #333;
    cursor: pointer
}

.page-normal .page-current,.page-normal .page-item {
    border: 1px solid #e5e5e5;
    padding: 5px 11px;
    text-decoration: none;
    margin-left: 6px
}

.page-normal .page-current,.page-normal .page-item:hover {
    color: #fff!important;
    background-color: #ff2d38
}

.news-list {
    background-color: #fff;
    width: 980px
}

.news-list .no-content {
    padding: 15px
}

.news-list .news-item {
    margin: 0 0 23px 20px;
    padding-bottom: 24px;
    border-bottom: 1px dashed #ebebeb
}

.news-list .news-item__inner {
    display: flex;
    align-items: flex-start;
    position: relative;
    font-size: 14px
}

.news-list .news-item__inner:hover .cta-btn {
    border: 1px solid #ff2d38;
    color: #ff2d38
}

.news-list .news-item__inner:hover .cta-btn:after {
    background-color: #ff2d38
}

.news-list .news-item__inner:hover .cta-btn:before {
    border-color: #ff2d38
}

.news-list .news-date {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    height: 80px;
    width: 80px;
    padding-top: 3px;
    margin-right: 14px;
    background: #f6f6f6;
    border-radius: 0 0 24px 0
}

.news-list .news-date__day {
    font-size: 34px;
    color: #666;
    font-weight: 700
}

.news-list .news-date__year {
    color: #86898e;
    font-size: 14px
}

.news-list .news-content {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    box-sizing: border-box;
    flex: 1
}

.news-list .news-content__title {
    margin-bottom: 11px;
    font-weight: 700;
    color: #333
}

.news-list .news-content__desc {
    color: #5d5d5d;
    width: 840px
}

.news-list .news-content__cta {
    padding-top: 30px
}

.news-list .news-content__cta .cta-btn {
    display: inline-block;
    border: 1px solid #ccc;
    color: #ccc;
    height: 30px;
    padding: 0 25px;
    line-height: 30px;
    font-size: 12px;
    cursor: pointer;
    position: relative
}

.news-list .news-content__cta .cta-btn:after,.news-list .news-content__cta .cta-btn:before {
    content: "";
    width: 30px;
    height: 1px;
    position: absolute;
    right: -15px;
    top: calc(50% - 1px);
    z-index: 9;
    background-color: #ccc
}

.news-list .news-content__cta .cta-btn:before {
    height: 6px;
    width: 6px;
    background-color: transparent;
    border: 1px solid #ccc;
    border-bottom: none;
    border-left: none;
    transform: rotate(45deg);
    top: calc(50% - 4px)
}

#news-detail-swiper .swiper-container,#news-detail-swiper .swiper-container .swiper-wrapper .swiper-slide,#news-detail-swiper .swiper-container .swiper-wrapper img {
    width: 100%;
    height: 100%
}

.sidebar .product-contanier {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 20px
}

.sidebar .product-contanier .product-catogeries-cate {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 222px;
    background-color: #fff;
    border-radius: 4px 4px 0 0;
    margin-right: 0;
    border: 1px solid #efefef;
    border-bottom: transparent
}

.sidebar .product-contanier .product-catogeries-cate a {
    box-sizing: border-box;
    position: relative;
    display: block;
    padding: 20px 0;
    text-align: left;
    font-size: 16px;
    width: 175px;
    color: #5d5d5d;
    vertical-align: middle
}

.sidebar .product-contanier .product-catogeries-cate a:last-child {
    border-bottom: transparent
}

.sidebar .product-contanier .product-catogeries-cate a:hover {
    font-weight: 700
}

.sidebar .product-contanier .product-catogeries-cate a .firstIcon {
    display: none;
    position: absolute;
    top: 20px;
    right: 0;
    width: 23px;
    height: 23px
}

.sidebar .product-contanier .product-catogeries-cate .all-cateList-container {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    max-height: 341px;
    overflow-x: hidden;
    overflow-y: auto
}

.sidebar .product-contanier .product-catogeries-cate .all-cateList-container::-webkit-scrollbar {
    width: 11px;
    background-color: #fff
}

.sidebar .product-contanier .product-catogeries-cate .all-cateList-container::-webkit-scrollbar-thumb {
    background-color: #e6e6e6;
    border-radius: 10px
}

.sidebar .product-contanier .product-catogeries-cate .all-cateList-container .border-bot {
    margin: 0 auto;
    width: 175px;
    height: 0;
    border-top: 1px dashed #d4d4d4
}

.sidebar .product-contanier .product-catogeries-cate .all-cateList-container .cateList {
    margin-left: 24px
}

.sidebar .product-contanier .product-catogeries-cate .all-category {
    box-sizing: border-box;
    display: inline-block;
    width: 100%;
    padding: 17px 20px;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    border-radius: 4px 4px 0 0
}

.sidebar .product-contanier .product-catogeries-cate:last-child {
    width: 0;
    border: 0
}

.sidebar .product-contanier .last-contacts {
    display: inline-block;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 223px;
    height: 76px;
    padding: 15px 0 9px;
    cursor: pointer
}

.sidebar .product-contanier .last-contacts .last-contact-top {
    display: flex;
    justify-content: center
}

.sidebar .product-contanier .last-contacts .last-contact-top .top1 {
    width: 120px;
    height: 13px
}

.sidebar .product-contanier .last-contacts .last-contact-middle {
    font-weight: 700;
    color: #fff;
    font-size: 22px
}

.sidebar .product-contanier .last-contacts .last-contact-bottom {
    font-size: 22px;
    width: 22px;
    height: 22px;
    background: url(//file.baixing.net/202205/3914beb9882f88baa6612f5999ca053a.png) no-repeat 50%/100%
}

.company-card {
    width: 224px;
    height: 250px;
    box-sizing: border-box;
    margin-bottom: 20px;
    border-radius: 4px;
    border: 1px solid #efefef
}

.company-card .company-titles {
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 7px;
    height: 52px;
    width: 100%;
    background: #f7f7f7
}

.company-card .company-titles .company-logo {
    width: 26px;
    height: 26px;
    margin-right: 6px;
    background-color: #fff;
    overflow: hidden;
    background-size: cover
}

.company-card .company-titles .company-name {
    width: 182px;
    font-size: 14px;
    text-align: left
}

.company-card .company-bottom {
    height: 100%;
    padding: 21px 15px
}

.company-card .company-bottom .company-medals {
    font-size: 12px;
    display: flex;
    justify-content: space-between
}

.company-card .company-bottom .company-medals .medal.shop {
    width: 89px;
    height: 24px
}

.company-card .company-bottom .company-medals .medal.shop img {
    width: 100%;
    height: 100%
}

.company-card .company-bottom .certificate-label {
    color: #333;
    font-size: 12px;
    text-align: center;
    margin: 20px 0 15px;
    position: relative
}

.company-card .company-bottom .certificate-label:after,.company-card .company-bottom .certificate-label:before {
    content: "";
    height: 1px;
    width: 30%;
    position: absolute;
    background-color: #e8e8e8;
    left: 0;
    top: 50%
}

.company-card .company-bottom .certificate-label:after {
    right: 0;
    left: auto
}

.company-card .company-bottom .certificate-icons {
    display: flex;
    justify-content: space-around
}

.company-card .company-bottom .certificate-icon img {
    width: 17px
}

.company-card .company-bottom .company-tip {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 26px
}

.company-card .company-bottom .company-tip .company-shop {
    width: 88px;
    height: 32px;
    line-height: 32px;
    border-radius: 2px;
    text-align: center;
    color: #fff;
    font-size: 14px
}

.company-card .company-bottom .company-tip .company-product {
    width: 88px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    font-size: 14px;
    color: #333;
    border: 1px solid #efefef;
    border-radius: 2px;
    background: #f7f7f7
}

.company-card .company-bottom .company-tip .company-product:hover {
    font-weight: 700
}

.sidebar {
    width: 224px
}

.sidebar .sidebar-item__title {
    box-sizing: border-box;
    height: 50px;
    line-height: 50px;
    padding-left: 20px;
    text-align: left;
    width: 100%;
    background: #eaf2ff;
    font-size: 18px;
    border-radius: 4px 4px 0 0;
    border: 1px solid #eee;
    border-bottom: none;
    font-weight: 700
}

.sidebar .sidebar-item__title span {
    display: inline-block
}

.sidebar-item {
    box-shadow: 0 4px 10px rgba(0,0,0,.02);
    padding: 15px;
    background-color: #fff;
    margin-bottom: 20px;
    border: 1px solid #eee;
    border-top: none;
    border-radius: 0 0 4px 4px
}

.sidebar-item__content {
    onverflow: hidden
}

.sidebar-item .news,.sidebar-item .side-news-list {
    display: block;
    width: 100%;
    color: #666;
    font-size: 14px;
    margin-top: 14px
}

.sidebar-item .news:first-child,.sidebar-item .side-news-list:first-child {
    margin-top: 0
}

.my-bullet-active-3 {
    background: #6cb436!important
}

.banner-content {
    height: 32.8vw;
    position: relative;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden
}

.banner-content .bg-blur {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    filter: blur(10px)
}

.banner-content #banner-container {
    width: 1200px;
    position: relative;
    height: 300px
}

.banner-content #banner-container .swiper-slide {
    width: 329.4px;
    height: 274px;
    overflow: hidden;
    position: relative;
    border-radius: 4px 4px 0 0
}

.banner-content #banner-container .swiper-slide.video:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 32%;
    width: 55px;
    height: 55px;
    transform: translateX(-50%);
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGwAAABsCAMAAAC4uKf/AAAAqFBMVEUAAAAAAAAAAAAAAAAAAAAAAAC/v78AAAAAAAAAAAAAAAAAAAAAAAAAAAAMDAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD7+/v4+PhtbW01NTXu7u7n5+coKCj////JycnFxcWhoaGZmZmTk5NgYGBCQkL19fXr6+vk5OTi4uLR0dHNzc24uLipqal6enpUVFQhISHY2NjW1taKior////luF/rAAAAN3RSTlOAAAN8eGTMCls1D0tDKIJwamBXUEhGPyMeG/r4oo7v6Yr+0s+7trOckvXs5uTY1ce+qJiJ3NyvtZcixAAAAsVJREFUaN7VmolS2zAQhv/owJZs5z4JN4VytLT0yvu/WTMpIJgA0a6Omu8FvpkdWdbu/ugQsDNTlbrfU1KqXl+XlZnZDgFfmZhPBxKvIAfTuYgpK0yp8A6qNEUcmWiGEjuRw0YEy4pawRNVF0EyO5YgIMeWLSsqCSKyKlgyYRQYKCPosoUGE70gysQEAUwERWY1gtDWX9YoBKIaX1mNCNReMjFCFEZit0yUiEQpdskKjWjo4n2Z0IiIFlsySg35ldyWjRCZ0duyGtGp35I1SEDzuswqJEBZZwD9IPKPpJNNkIjJtmyBZCycjFhEfiGdzCAh5qWsUEiIKl7IKiSlei6zEkmR9plsjMSMnayQSIwsnmQ1klM/yoRCcpR4kDXIQPMgGyIDw42MfDz4RwT+N9XJ+fXy7ApczEZWwovu8WrN/vcueJRrmfdZ/LP6x9EB+zyiM4cf31aPfD0Eh/laNoUfe6sn9j9xajldywb+MscNo5aDtUxSZI4zci1lBxYkmWNJrqXFjCpzHH8GiRkMXeY4PwEBg4ohcywv4E+FkiVz3PrXsoTmyRynez/hh0afK3NcX8KLPnp8mePLD3jQgwqQOfZ9bhQFGSJzHHl84TJQ5rjykal8MoVeHNmt1wHpR5EdHXodfU2V8b9rTb2u+F8ZUKIKlS0v/S9iEyY7JfxlDP3nyf9/zqjPAv7fDLDoSLbs7AQUJPkp5zg+AI0B/ZHq3qmcR+qcI7s75D2/hSLLbg64jUWnpDQW/K6ppDSD92E9DAypzb3bXO/37DaX1MB3L3//uuiCyTDraCLr0CXnOCnroCznCDDrcDPn2DbrQDrnqD3rEiHneiTn4ifrSivnsu7/ryHTLFjbsTpOsBRvy7o/dpChTRGNmOGTtsVqIgWG2hmFCg95tTe+FhTMa3vkkBem/CgxUVoA9qNFeyOGlrPGsf8C2eyo8x7aSZcAAAAASUVORK5CYII=");
    background-size: 100%;
    cursor: pointer
}

.banner-content #banner-container .swiper-slide img {
    display: block;
    width: 100%;
    height: 219px
}

.banner-content #banner-container .swiper-slide p {
    box-sizing: border-box;
    width: 100%;
    height: 54px;
    margin: 0;
    padding: 0 40px;
    line-height: 54px;
    text-align: center;
    color: #333;
    font-size: 16px;
    background-color: #fff;
    box-shadow: 0 4px 10px rgba(0,0,0,.2);
    text-shadow: 0 0 27px rgba(0,0,0,.15)
}

.banner-content #banner-container .swiper-pagination {
    width: 100%;
    bottom: 44px
}

.banner-content #banner-container .swiper-pagination-bullets .swiper-pagination-bullet {
    margin-right: 18px;
    background: #fff;
    width: 100px;
    height: 4px;
    border-radius: 0;
    opacity: 1
}

.banner-content #banner-container .swiper-button-prev {
    left: 4%;
    width: 60px;
    height: 60px;
    background: url(//file.baixing.net/202105/05348a4efc053232fdd668940bd756a8.png) no-repeat 50%/100%
}

.banner-content #banner-container .swiper-button-prev:hover {
    background: url(//file.baixing.net/202108/a74c1d873881392c12a23826cd4e1a37) no-repeat 50%/100%;
    transform: rotate(0)
}

.banner-content #banner-container .swiper-button-next {
    right: 4%;
    width: 60px;
    height: 60px;
    top: 50%;
    background: url(//file.baixing.net/202105/05348a4efc053232fdd668940bd756a8.png) no-repeat 50%/100%;
    transform: rotate(180deg)
}

.banner-content #banner-container .swiper-button-next:hover {
    background: url(//file.baixing.net/202108/af2916a86a85a940625a4a47c70d5fb3) no-repeat 50%/100%;
    transform: rotate(0)
}

#banner-list {
    width: 100%;
    height: 32.8vw;
    min-height: 343.125px
}

#banner-list .swiper-container,#banner-list .swiper-container .swiper-wrapper {
    width: 100%
}

#banner-list .swiper-container .swiper-wrapper .swiper-slide {
    width: 100%;
    height: 32.8vw;
    min-height: 343.125px;
    position: relative
}

#banner-list .swiper-container .swiper-wrapper .swiper-slide img {
    width: 100%;
    height: 100%
}

#banner-list .swiper-container .swiper-pagination-bullets {
    bottom: 44px
}

#banner-list .swiper-container .swiper-pagination-bullets .swiper-pagination-bullet {
    width: 100px;
    height: 4px;
    margin-right: 18px;
    background: #fff;
    border-radius: 0;
    opacity: 1
}

#banner-list .swiper-container .swiper-button-prev {
    left: 4%;
    width: 60px;
    height: 60px;
    background: url(//file.baixing.net/202105/05348a4efc053232fdd668940bd756a8.png) no-repeat 50%/100%
}

#banner-list .swiper-container .swiper-button-prev:hover {
    background: url(//file.baixing.net/202108/a74c1d873881392c12a23826cd4e1a37) no-repeat 50%/100%;
    transform: rotate(0)
}

#banner-list .swiper-container .swiper-button-next {
    right: 4%;
    width: 60px;
    height: 60px;
    top: 50%;
    background: url(//file.baixing.net/202105/05348a4efc053232fdd668940bd756a8.png) no-repeat 50%/100%;
    transform: rotate(180deg)
}

#banner-list .swiper-container .swiper-button-next:hover {
    background: url(//file.baixing.net/202108/af2916a86a85a940625a4a47c70d5fb3) no-repeat 50%/100%;
    transform: rotate(0)
}

#banner-list .video-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background-color: #000
}

#banner-list .video-wrapper video {
    flex: 1;
    width: 100%;
    height: 100%;
    cursor: pointer;
    z-index: 9
}

#banner-list .video-cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    cursor: pointer
}

#banner-list .video-cover img {
    width: 100%;
    height: 100%
}

#banner-list .video-cover:after {
    content: "";
    position: absolute;
    left: calc(50% - 28px);
    top: calc(50% - 28px);
    width: 55px;
    height: 55px;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGwAAABsCAMAAAC4uKf/AAAAqFBMVEUAAAAAAAAAAAAAAAAAAAAAAAC/v78AAAAAAAAAAAAAAAAAAAAAAAAAAAAMDAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD7+/v4+PhtbW01NTXu7u7n5+coKCj////JycnFxcWhoaGZmZmTk5NgYGBCQkL19fXr6+vk5OTi4uLR0dHNzc24uLipqal6enpUVFQhISHY2NjW1taKior////luF/rAAAAN3RSTlOAAAN8eGTMCls1D0tDKIJwamBXUEhGPyMeG/r4oo7v6Yr+0s+7trOckvXs5uTY1ce+qJiJ3NyvtZcixAAAAsVJREFUaN7VmolS2zAQhv/owJZs5z4JN4VytLT0yvu/WTMpIJgA0a6Omu8FvpkdWdbu/ugQsDNTlbrfU1KqXl+XlZnZDgFfmZhPBxKvIAfTuYgpK0yp8A6qNEUcmWiGEjuRw0YEy4pawRNVF0EyO5YgIMeWLSsqCSKyKlgyYRQYKCPosoUGE70gysQEAUwERWY1gtDWX9YoBKIaX1mNCNReMjFCFEZit0yUiEQpdskKjWjo4n2Z0IiIFlsySg35ldyWjRCZ0duyGtGp35I1SEDzuswqJEBZZwD9IPKPpJNNkIjJtmyBZCycjFhEfiGdzCAh5qWsUEiIKl7IKiSlei6zEkmR9plsjMSMnayQSIwsnmQ1klM/yoRCcpR4kDXIQPMgGyIDw42MfDz4RwT+N9XJ+fXy7ApczEZWwovu8WrN/vcueJRrmfdZ/LP6x9EB+zyiM4cf31aPfD0Eh/laNoUfe6sn9j9xajldywb+MscNo5aDtUxSZI4zci1lBxYkmWNJrqXFjCpzHH8GiRkMXeY4PwEBg4ohcywv4E+FkiVz3PrXsoTmyRynez/hh0afK3NcX8KLPnp8mePLD3jQgwqQOfZ9bhQFGSJzHHl84TJQ5rjykal8MoVeHNmt1wHpR5EdHXodfU2V8b9rTb2u+F8ZUKIKlS0v/S9iEyY7JfxlDP3nyf9/zqjPAv7fDLDoSLbs7AQUJPkp5zg+AI0B/ZHq3qmcR+qcI7s75D2/hSLLbg64jUWnpDQW/K6ppDSD92E9DAypzb3bXO/37DaX1MB3L3//uuiCyTDraCLr0CXnOCnroCznCDDrcDPn2DbrQDrnqD3rEiHneiTn4ifrSivnsu7/ryHTLFjbsTpOsBRvy7o/dpChTRGNmOGTtsVqIgWG2hmFCg95tTe+FhTMa3vkkBem/CgxUVoA9qNFeyOGlrPGsf8C2eyo8x7aSZcAAAAASUVORK5CYII=");
    background-size: 100%;
    cursor: pointer
}

.a-container {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 25px 34px
}

.a-container .a-title {
    margin-bottom: 26px;
    font-size: 30px;
    font-weight: 600;
    color: #333;
    line-height: 30px;
    text-align: center
}

.a-container .a-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center
}

.a-container .a-content input {
    width: 100%;
    height: 44px;
    padding: 15px 10px;
    margin-left: 4px;
    background: #fff;
    border-radius: 4px;
    border: 1px solid #e7e7e7
}

.a-container .a-content input::-webkit-input-placeholder {
    color: #999
}

.a-container .a-content input:-ms-input-placeholder {
    color: #999
}

.a-container .a-content input:-moz-placeholder {
    color: #999
}

.a-container .a-content input:focus {
    border-radius: 4px;
    outline: 2px solid #ccc
}

.a-container .a-content .a-content-item {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    margin-bottom: 20px
}

.a-container .a-content .a-content-item .item-label {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 8px;
    margin-left: 4px;
    min-width: 47px;
    font-size: 16px;
    font-weight: 600;
    color: #333;
    line-height: 22px
}

.a-container .a-content .a-content-item .item-label .labe-icon {
    color: #ff4365
}

.a-container .a-content .a-content-items {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 20px
}

.a-container .a-content .a-content-items:last-child {
    margin-bottom: 10px
}

.a-container .a-content .a-content-items .items-label {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 165px;
    font-size: 16px;
    font-weight: 600;
    color: #333;
    line-height: 22px
}

.a-container .a-content .a-content-items .items-label .label-icons {
    color: #ff4365
}

.a-container .a-content .a-button {
    width: 100%;
    height: 47px;
    margin-top: 8px;
    margin-left: 4px;
    line-height: 47px;
    text-align: center;
    background: #ff4365;
    border-radius: 4px;
    color: #fff;
    font-size: 16px;
    cursor: pointer
}

.news-detail__subtitle {
    font-size: 16px;
    color: #333;
    margin: 30px;
    font-weight: 700
}

.news-detail__contact-us {
    box-sizing: border-box;
    background-color: #fff;
    padding: 30px;
    display: flex;
    border: 1px solid #eee;
    border-radius: 4px
}

.news-detail__contact-us .contact-form {
    width: 530px;
    flex: 1;
    background: #fff
}

.news-detail__contact-us .contact-form .a-container {
    justify-content: flex-start;
    padding: 15px 0 0
}

.news-detail__contact-us .contact-form .a-container .a-content {
    flex-direction: row;
    flex-wrap: wrap
}

.news-detail__contact-us .contact-form .a-container .a-content .a-content-items {
    flex-direction: column;
    align-items: flex-start;
    width: 45%
}

.news-detail__contact-us .contact-form .a-container .a-content .a-content-items:nth-child(odd) {
    margin-right: 40px
}

.news-detail__contact-us .contact-form .a-container .a-content .a-content-items .items-label {
    margin: 0 0 8px 4px
}

.news-detail__contact-us .contact-form .a-container .a-content .a-content-item {
    width: 45%
}

.news-detail__contact-us .contact-form .a-container .a-content .a-content-item:nth-child(odd) {
    margin-right: 10%
}

.news-detail__contact-us .contact-form .a-container .a-content .a-content-item .item-label {
    margin: 0 0 8px 4px
}

.news-detail__contact-us .contact-form .a-container .a-content .a-button {
    width: 45%;
    margin-left: 4px
}

.news-detail__contact-us .company-info {
    padding: 15px 70px 0;
    font-size: 14px;
    color: #333;
    max-width: 45%
}

.news-detail__contact-us .company-info .info-label {
    font-weight: 600
}

.news-detail__contact-us .info-item {
    margin: 20px 0;
    display: flex
}

.news-detail__contact-us .info-item span:first-child {
    color: #999;
    margin-right: 15px;
    min-width: 70px;
    display: inline-block
}

.contact-us__form .form-group {
    display: flex;
    padding: 15px 0
}

.contact-us__form .form-group:last-child {
    padding-bottom: 0
}

.contact-us__form .form-group .form-item {
    flex: 1;
    padding-right: 30px
}

.contact-us__form .form-group .form-item__label {
    margin-bottom: 8px;
    color: #333;
    font-weight: 700;
    position: relative;
    display: inline-block
}

.contact-us__form .form-group .form-item__label.required:after {
    content: "*";
    position: absolute;
    color: red;
    right: -10px;
    top: 0
}

.contact-us__form .form-group .form-item input,.contact-us__form .form-group .form-item textarea {
    background: #f7f7f7;
    border: none;
    font-size: 16px;
    color: #999;
    width: 100%;
    padding: 15px
}

.contact-us__form .form-group .form-item input::-webkit-input-placeholder,.contact-us__form .form-group .form-item textarea::-webkit-input-placeholder {
    color: #bbb
}

.contact-us__form .form-group .form-item input:-ms-input-placeholder,.contact-us__form .form-group .form-item textarea:-ms-input-placeholder {
    color: #bbb
}

.contact-us__form .form-group .form-item input:-moz-placeholder,.contact-us__form .form-group .form-item textarea:-moz-placeholder {
    color: #bbb
}

.contact-us__form .form-group .form-item input:focus,.contact-us__form .form-group .form-item textarea:focus {
    outline: 2px solid #ccc;
    border-radius: 4px
}

.contact-us__form .form-group .form-item textarea {
    resize: vertical
}

.contact-us__form .form-group .form-item button {
    background: #ff2d38;
    font-size: 16px;
    color: #fff;
    border: none;
    padding: 10px 50px;
    cursor: pointer
}

.media-show-right {
    width: 224px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    background: #00f;
    border-radius: 4px;
    border: 1px solid #eee;
    background: #fffefb
}

.media-show-right .company-record {
    position: relative;
    width: 100%;
    height: 36px
}

.media-show-right .company-record img {
    width: 100%;
    height: 100%
}

.media-show-right .company-record .company-dangan {
    position: absolute;
    top: 8px;
    right: 103px;
    color: #f7e5a5;
    font-size: 14px;
    font-weight: 600
}

.media-show-right .baixing-accord {
    width: 100%;
    padding-top: 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center
}

.media-show-right .baixing-accord .accord-headImg {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px
}

.media-show-right .baixing-accord .accord-headImg .headImg {
    margin-bottom: 12px
}

.media-show-right .baixing-accord .accord-headImg .headImg img {
    max-width: 108px;
    height: 36px;
    border-radius: 2px
}

.media-show-right .baixing-accord .accord-headImg .headImg-p {
    width: 192px;
    color: #333;
    font-size: 14px;
    font-weight: 700;
    text-align: center
}

.media-show-right .baixing-accord .comapny-icon {
    display: flex;
    padding: 0 16px;
    margin-bottom: 20px
}

.media-show-right .baixing-accord .comapny-icon .icon-left {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 91px;
    height: 26px;
    margin-right: 10px;
    background-color: #ff8e3a;
    color: #fff;
    font-size: 12px;
    border-radius: 2px
}

.media-show-right .baixing-accord .comapny-icon .icon-left img {
    width: 13px;
    height: 10px;
    margin-right: 4px
}

.media-show-right .baixing-accord .comapny-icon .icon-right {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 91px;
    height: 26px;
    color: #fff;
    font-size: 12px;
    background-color: #2f9dfa;
    border-radius: 2px
}

.media-show-right .baixing-accord .comapny-icon .icon-right img {
    width: 13px;
    height: 10px;
    margin-right: 4px
}

.media-show-right .baixing-accord .accord-title {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px
}

.media-show-right .baixing-accord .accord-title .accord-line {
    width: 48px;
    height: 1px;
    background: #d4b87f
}

.media-show-right .baixing-accord .accord-title .accord-content {
    margin: 0 10px;
    color: #333;
    font-size: 12px;
    font-weight: 700
}

.media-show-right .baixing-accord .accord-icon {
    width: 100%;
    margin-bottom: 17px
}

.media-show-right .baixing-accord .accord-icon ul {
    display: flex;
    justify-content: center
}

.media-show-right .baixing-accord .accord-icon ul li {
    width: 18px;
    height: 20px;
    margin-right: 24px
}

.media-show-right .baixing-accord .accord-icon ul li:last-child {
    margin-right: 0
}

.media-show-right .baixing-accord .accord-wd {
    width: 180px;
    border-top: 1px dashed #eadfc9;
    margin-bottom: 20px
}

.media-show-right .baixing-accord .contact-name {
    margin-bottom: 10px
}

.media-show-right .baixing-accord .contact-name,.media-show-right .baixing-accord .contanct-address {
    width: 180px;
    font-size: 12px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.media-show-right .baixing-accord .contant-btn {
    width: 180px;
    height: 30px;
    margin: 20px 0;
    line-height: 30px;
    border: 1px solid #d4b87f;
    border-radius: 4px;
    color: #b17f19;
    font-size: 12px;
    text-align: center
}

.container-contact {
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    width: 1220px;
    margin: 0 auto
}

.container-contact .us2-left {
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    max-width: 742px;
    height: 470px;
    margin: 0 16px;
    border-radius: 3px;
    color: #fff
}

.container-contact .us2-left .left-nav .us2-left-ul {
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 0
}

.container-contact .us2-left .left-nav .us2-left-ul .specail-li {
    margin-bottom: 0
}

.container-contact .us2-left .left-nav .us2-left-ul li {
    display: flex;
    justify-content: flex-start;
    list-style: none;
    margin-bottom: 30px;
    font-size: 18px;
    width: 160px
}

.container-contact .us2-left .left-nav .us2-left-ul li .navfirst {
    margin-bottom: 18px;
    font-size: 22px;
    font-weight: 600;
    color: #fff
}

.container-contact .us2-left .left-nav .us2-left-ul li .navtwo {
    width: 32px;
    height: 3px;
    background: #336fff
}

.container-contact .us2-left .left-nav .us2-left-ul li a {
    text-decoration: none;
    cursor: pointer;
    color: #fff
}

.container-contact .us2-left .left-nav .us2-left-ul .us2-left-item {
    scrollbar-width: none;
    -ms-overflow-style: none;
    overflow-x: hidden;
    overflow-y: scroll;
    height: 361px
}

.container-contact .us2-left .left-nav .us2-left-ul .us2-left-item::-webkit-scrollbar {
    display: none
}

.container-contact .us2-left .left-nav .us2-left-ul .us2-left-item li:last-child {
    margin-bottom: 0
}

.container-contact .us2-left .left-line {
    width: 1px;
    height: 434px;
    margin-right: 54px;
    opacity: .5;
    background: #999;
    border: 2px solid #999
}

.container-contact .us2-left .left-address {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    color: #fff
}

.container-contact .us2-left .left-address .company-title {
    position: relative;
    max-width: 420px;
    margin-bottom: 18px;
    font-size: 20px;
    font-weight: 600;
    color: #fff
}

.container-contact .us2-left .left-address .company-title .company-contect {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 22px;
    color: #fff
}

.container-contact .us2-left .left-address .company-line {
    width: 32px;
    height: 3px;
    margin-bottom: 24px;
    background: #336fff
}

.container-contact .us2-left .left-address .company-detail {
    margin-bottom: 23px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 14px;
    color: #fff
}

.container-contact .us2-left .left-address .company-detail .company-tel {
    width: 29px;
    height: 35px
}

.container-contact .us2-left .left-address .company-detail .company-tel img {
    width: 100%;
    height: 100%
}

.container-contact .us2-left .left-address .company-detail .company-line {
    width: 1px;
    height: 45px;
    margin: 0 13px;
    background: #fff;
    border: 1px solid #fff
}

.container-contact .us2-left .left-address .company-detail .company-right .title-1 {
    margin-bottom: 6px;
    color: #fff;
    text-align: left;
    font-size: 14px;
    opacity: .7
}

.container-contact .us2-left .left-address .company-detail .company-right .content-1 {
    max-width: 420px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #fff;
    font-size: 24px;
    font-weight: 700
}

.container-contact .us2-left .left-address .company-map {
    overflow: hidden;
    display: block;
    position: relative;
    width: 430px;
    height: 145px;
    border-radius: 6px;
    text-decoration: none
}

.container-contact .us2-left .left-address .company-map .map-bg {
    width: 100%;
    height: 100%
}

.container-contact .us2-left .left-address .company-map .map-mid {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 238px;
    height: 48px;
    padding: 0 8px;
    background: #fff;
    box-shadow: 0 0 9px 0 rgba(0,0,0,.14);
    border-radius: 3px
}

.container-contact .us2-left .left-address .company-map .map-mid .map-mid-content {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: 14px
}

.container-contact .us2-left .left-address .company-map .map-icon {
    position: absolute;
    width: 80px;
    height: 38px;
    bottom: 3px;
    left: 50%;
    transform: translateX(-50%)
}

.container-contact .us2-right {
    width: 432px;
    border-radius: 6px;
    color: #fff;
    background: #fff
}

.container-contact .us2-right #aBtn {
    background: #ed4646!important
}

.contact-form-sem {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: -100vh;
    left: 0;
    z-index: 1000;
    background-color: rgba(0,0,0,.2)
}

.contact-form-sem .contact-form-content {
    box-sizing: border-box;
    position: relative;
    justify-content: center;
    align-items: center;
    padding: 20px 30px 0;
    background-color: #fff
}

.contact-form-sem .contact-form-content .contact-form-sem-close {
    position: absolute;
    top: 0;
    right: 10px;
    color: #f46;
    font-size: 40px;
    line-height: 50px;
    cursor: pointer
}

.my-bullet-active-1 {
    opacity: 1!important;
    background: #336fff!important
}

.my-bullet-active-2 {
    opacity: 1!important;
    background: #ef1f1f!important
}

.my-bullet-active-3 {
    opacity: 1!important;
    background: #30b015!important
}

.my-bullet-active-4 {
    opacity: 1!important;
    background: #bf8452!important
}

.my-bullet-active-5 {
    opacity: 1!important;
    background: #343434!important
}

.sidebar #product-swiper {
    padding-bottom: 30px;
    position: relative
}

.sidebar #product-swiper .swiper-wrapper {
    height: auto
}

.sidebar #product-swiper .swiper-pagination {
    position: absolute;
    left: 50%;
    bottom: 10px;
    transform: translateX(-50%)
}

.sidebar #product-swiper .swiper-pagination .swiper-pagination-bullet {
    width: 16px;
    height: 3px;
    border-radius: 0;
    margin: 0 5px
}

.sidebar .side-products a.side-product {
    display: block;
    width: 189px;
    border: 1px solid transparent;
    margin-top: 10px
}

.sidebar .side-products a.side-product:hover .product-img img {
    transform: scale(1.05)
}

.sidebar .side-products a.side-product .product-img {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 180px;
}

.sidebar .side-products a.side-product .product-img img {
    width: 100%;
    height: 100%;
    transition: all 1s
}

.sidebar .side-products a.side-product .product-img.video:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 40px;
    height: 40px;
    transform: translate(-50%,-50%);
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGwAAABsCAMAAAC4uKf/AAAAqFBMVEUAAAAAAAAAAAAAAAAAAAAAAAC/v78AAAAAAAAAAAAAAAAAAAAAAAAAAAAMDAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD7+/v4+PhtbW01NTXu7u7n5+coKCj////JycnFxcWhoaGZmZmTk5NgYGBCQkL19fXr6+vk5OTi4uLR0dHNzc24uLipqal6enpUVFQhISHY2NjW1taKior////luF/rAAAAN3RSTlOAAAN8eGTMCls1D0tDKIJwamBXUEhGPyMeG/r4oo7v6Yr+0s+7trOckvXs5uTY1ce+qJiJ3NyvtZcixAAAAsVJREFUaN7VmolS2zAQhv/owJZs5z4JN4VytLT0yvu/WTMpIJgA0a6Omu8FvpkdWdbu/ugQsDNTlbrfU1KqXl+XlZnZDgFfmZhPBxKvIAfTuYgpK0yp8A6qNEUcmWiGEjuRw0YEy4pawRNVF0EyO5YgIMeWLSsqCSKyKlgyYRQYKCPosoUGE70gysQEAUwERWY1gtDWX9YoBKIaX1mNCNReMjFCFEZit0yUiEQpdskKjWjo4n2Z0IiIFlsySg35ldyWjRCZ0duyGtGp35I1SEDzuswqJEBZZwD9IPKPpJNNkIjJtmyBZCycjFhEfiGdzCAh5qWsUEiIKl7IKiSlei6zEkmR9plsjMSMnayQSIwsnmQ1klM/yoRCcpR4kDXIQPMgGyIDw42MfDz4RwT+N9XJ+fXy7ApczEZWwovu8WrN/vcueJRrmfdZ/LP6x9EB+zyiM4cf31aPfD0Eh/laNoUfe6sn9j9xajldywb+MscNo5aDtUxSZI4zci1lBxYkmWNJrqXFjCpzHH8GiRkMXeY4PwEBg4ohcywv4E+FkiVz3PrXsoTmyRynez/hh0afK3NcX8KLPnp8mePLD3jQgwqQOfZ9bhQFGSJzHHl84TJQ5rjykal8MoVeHNmt1wHpR5EdHXodfU2V8b9rTb2u+F8ZUKIKlS0v/S9iEyY7JfxlDP3nyf9/zqjPAv7fDLDoSLbs7AQUJPkp5zg+AI0B/ZHq3qmcR+qcI7s75D2/hSLLbg64jUWnpDQW/K6ppDSD92E9DAypzb3bXO/37DaX1MB3L3//uuiCyTDraCLr0CXnOCnroCznCDDrcDPn2DbrQDrnqD3rEiHneiTn4ifrSivnsu7/ryHTLFjbsTpOsBRvy7o/dpChTRGNmOGTtsVqIgWG2hmFCg95tTe+FhTMa3vkkBem/CgxUVoA9qNFeyOGlrPGsf8C2eyo8x7aSZcAAAAASUVORK5CYII=");
    background-size: 100%;
    cursor: pointer
}

.sidebar .side-products a.side-product .product-desc {
    width: 100%;
    background-color: #f7f7f7;
    padding: 15px 0
}

.sidebar .side-products a.side-product .product-desc p {
    box-sizing: border-box;
    font-size: 12px;
    margin: 0 13px;
    width: calc(100% - 26px);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    word-break: break-all;
    color: #5d5d5d
}

.newsSwiper {
    overflow: hidden;
    height: 363px
}

.newDetails {
    width: 100%;
    background: #fff;
    padding-top: 20px;
    background: #fff;
}

.newDetails #contactFormBox {
    overflow: hidden;
    width: 100%;
    padding-bottom: 72px;
    margin-top: 40px
}

.newDetails #contactFormBox .block-title {
    margin-top: 54px
}

.newDetails #contactFormBox .block-title .h2 {
    color: #fff;
    margin-left: 15px
}

.container {
    width: 1220px;
    margin: 0 auto;
    display: flex
}

.block-title {
    margin: 40 auto 41px;
    position: relative;
    text-align: center
}

.block-title .h2 {
    display: inline-block;
    margin-bottom: 16px;
    font-size: 34px;
    text-align: center;
    color: #212121;
    font-weight: 700
}

.block-title .point {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-107px);
    width: 214px;
    height: 2px;
    margin-top: 16px;
    background-color: #ebebeb
}

.block-title .point .tipMiddle {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-12px);
    width: 24px;
    height: 3px;
    background: #336fff
}

.news-detail {
    width: 100%;
    margin-right: 20px
}

.news-detail .news-content {
    width: 100%;
    background-color: #fff;
    padding: 0 30px;
    box-sizing: border-box;
    border-radius: 4px;
    border: 1px solid #efefef
}

.news-detail .news-content__pic {
    text-align: center;
    margin: 40px auto
}

.news-detail .news-content__pic img {
    max-width: 100%
}

.news-detail .news-content__text {
    height: auto;
    color: #333;
    line-height: 28px;
    font-size: 16px;
    padding: 30px 0;
    word-break: break-all
}

.news-detail .news-content__tags {
    margin-top: 30px
}

.news-detail .news-content__tags span {
    background: #f2f2f2;
    margin-right: 20px;
    font-size: 14px;
    color: #666;
    padding: 0 15px;
    height: 32px;
    line-height: 32px;
    display: inline-block
}

.news-detail .news-title {
    padding: 30px 0;
    text-align: center;
    border-bottom: 1px dashed #eaeaea
}

.news-detail .news-title__text {
    font-size: 32px;
    margin-bottom: 15px
}

.news-detail .news-title__date {
    color: #333
}

.news-detail .news-page {
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 72px;
    margin-top: 20px;
    padding-left: 46px;
    border-radius: 4px;
    border: 1px solid #efefef
}

.news-detail .news-nav {
    background-color: #fff;
    display: flex;
    justify-content: space-between
}

.news-detail .news-nav__next,.news-detail .news-nav__pre {
    display: flex;
    width: 450px
}

.news-detail .news-nav__next span,.news-detail .news-nav__pre span {
    margin-right: 5px
}

.news-detail .news-nav__next a,.news-detail .news-nav__pre a {
    color: #333;
    max-width: 80%;
    display: inline-block
}
