body,
html {
    font-family: microsoft yahei, sans-serif;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    color: #555;
}

h1 {
    font-weight: 700;
    margin: 0;
}

h1 strong {
    font-weight: 900;
}

h2 {
    text-transform: uppercase;
}

h3 {
    font-size: 16px;
    font-weight: 700;
}

h5 {
    text-transform: uppercase;
    font-weight: 700;
    line-height: 20px;
}

p {
    font-family: microsoft yahei, sans-serif;
}

p.intro {
    font-size: 16px;
    margin: 12px 0 0;
    line-height: 24px;
    font-family: 'Open Sans', sans-serif;
}

a {
    color: #333333;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #3786E8;
}

ul,
ol {
    list-style: none;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.clearfix {
    display: inline-block;
}

* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

ul,
ol {
    padding: 0;
    webkit-padding: 0;
    moz-padding: 0;
}

.over1 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.over2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.web_footer {
    display: none;
}

#c1rb ul {
    margin-right: -64px;
}

.catlist-nav {
    margin: 7px 0px 15px 0;
}

.catlist-nav .tabs-wrap {
    overflow: hidden;
    white-space: nowrap;
}

.catlist-nav .tabs-wrap .nav-item {
    display: inline-block;
    padding: 0 1rem;
}

.catlist-nav .tabs-wrap .nav-item a {
    font-size: 16px;
    font-weight: 400;
    color: #474747;
    cursor: pointer;
    display: inline-block;
}

.catlist-nav .scroll-content {
    display: inline-block;
}

@media (min-width: 768px) {
    .d-none {
        display: none !important;
    }
}

@media (min-width: 320px) and (max-width: 1000px) {
    .web_footer {
        display: block;
        position: fixed;
        bottom: 0px;
        left: 0px;
        width: 100%;
        height: 50px;
        overflow: hidden;
        z-index: 99;
        box-shadow: 0 1px 10px -6px rgba(0, 0, 0, 0.22), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 4px 5px -2px rgba(0, 0, 0, 0);
    }

    .web_footer a {
        display: inline-block;
        float: left;
        text-align: center;
        width: calc(50% - 1px);
        font-size: 14px;
        color: #fff;
        height: 50px;
        background: #0076fe;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .web_fillet_one {
        border-radius: 10px 10px 10px 10px;
    }

    .web_fillet_two {
        border-radius: 10px 10px 10px 10px;
    }

    .web_footer a img {
        display: inline-block;
        margin-right: 2px;
        height: 20px;
        transform: translateY(-2px);
    }

    .copy_btn {
        float: right !important;
    }
}

@media screen and (max-width: 768px) {
    #c1rb ul {
        margin-right: -3px;
    }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
    position: sticky !important;
}

/* Navigation */
.navbar-custom {
    margin-bottom: 0;
    text-transform: uppercase;
    background-color: #ffffff;
    box-shadow: 0 1px 10px -6px rgba(0, 0, 0, 0.22), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 4px 5px -2px rgba(0, 0, 0, 0);
}

.navbar-custom .navbar-toggle {
    padding: 0px 0px;
}

.navbar-custom .navbar-toggle i {
    font-size: 26px;
}

.navbar-custom .nav > li > a {
    padding: 25px 25px;
    line-height: initial;
}

.navbar-custom .navbar-brand {
    font-weight: 600;
    padding: 0;
    height: initial;
    line-height: initial;
}

.navbar-logo {
    height: 70px;
}

.navbar-logo img {
    max-width: 100%;
    max-height: 100%;
}

.navbar-custom .navbar-brand:focus {
    outline: 0;
}

.navbar-custom .navbar-brand .navbar-toggle {
    padding: 4px 6px;
    font-size: 16px;
    color: #fff;
}

.navbar-custom .navbar-brand .navbar-toggle:focus,
.navbar-custom .navbar-brand .navbar-toggle:active {
    outline: 0;
}

.navbar-custom .nav li a {
    color: #202020;
    font-size: 15px;
    transition: background 0.3s ease-in-out;
}

.navbar-custom .nav li a:hover {
    outline: 0;
    color: #3786E8;
    background-color: transparent;
}

.navbar-custom .nav li a:focus,
.navbar-custom .nav li a:active {
    outline: 0;
    background-color: transparent;
    color: #3786E8;
}

.navbar-nav .active {
    outline: 0;
}

.navbar-nav .active span {
    color: #ffffff !important;
    background-color: #0076fe;
    border-radius: 28px;
    border: 1px solid #0076fe;
    padding: 7px 23px;
}

.navbar-custom .nav li.active {
    outline: 0;
}

.navbar-custom .nav li.active a {
    background-color: rgba(255, 255, 255, 0.3);
}

.navbar-custom .nav li.active a:hover {
    color: #fff;
}

@media (min-width: 768px) {
    .navbar-custom {
        padding: 10px 0;
        border-bottom: 0;
        letter-spacing: 1px;
        background: #ffffff;
    }

    .navbar-custom.top-nav-collapse {
        padding: 10px 0;
        box-shadow: 0 1px 10px -6px rgba(0, 0, 0, 0.22), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 4px 5px -2px rgba(0, 0, 0, 0);
    }
}

/* 轮播 */
.intro_banner .index_banner img {
    width: 100%;
    height: auto;
}

.intro_banner .index_banner .swiper-pagination-bullet {
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    background: none;
    border: 2px solid #fff;
    opacity: 1;
}

.intro_banner .index_banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #fff;
}

.list-card {
    padding-top: 40px;
    padding-bottom: 40px;
}

.align-items-center {
    align-items: center !important;
}

.align-items-baseline {
    align-items: baseline !important;
}

.justify-content-center {
    justify-content: center !important;
}

.justify-content-between {
    justify-content: space-between;
}

.pl-0,
.px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.col {
    max-width: 100%;
    flex-basis: 0;
    flex-grow: 1;
}

.pb-lg,
.py-lg {
    padding: 4rem 0 !important;
}

.d-flex {
    display: flex !important;
}

.d-flex-wrap {
    flex-wrap: wrap;
}

.text_title {
    position: relative;
}

.text_title:before {
    content: '';
    width: 100%;
    height: 1px;
    background: #E5E5E5;
    position: absolute;
    bottom: 0;
    left: 0;
}

.more {
    display: none;
}

.text-h1 {
    font-size: 28px;
    font-weight: bold;
    color: #000000;
    flex: 1;
    position: relative;
    padding-bottom: 20px;
}

.text-h1:after {
    content: '';
    width: 7%;
    height: 4px;
    background: #3786E8;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
}

.content-card {
    margin-top: 8rem;
    margin-left: auto;
    margin-right: auto;
}

.section {
    position: relative;
    padding-top: 4rem;
    padding-bottom: 4rem;
}

/* 产品 */
.product_content #cont1c #c1l {
    width: 18%;
    float: left;
    background: #3786E8;
}

.product_content #cont1c #c1l h2 {
    font-size: 25px;
    font-weight: bold;
    margin: 25px 0;
    color: #FFFFFF;
    text-align: center;
}

.product_content #cont1c #c1l #c1lb {
    width: 216px;
    margin: 0 auto;
    padding: 20px 0;
    background: #FFFFFF;
    overflow: hidden;
}

.product_content #cont1c #c1l #c1lb ul li {
    padding: 10px 0;
}

.product_content #cont1c #c1l #c1lb ul li a {
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    text-align: center;
    display: block;
    margin: 0 auto;
    transition: color 0.5s;
}

.product_content #cont1c #c1l #c1lb ul li a:hover {
    transition: color 0.5s;
    color: #3786E8;
}

.product_content #cont1c #c1l #c1lc {
    width: 100%;
    text-align: center;
    line-height: 35px;
    font-size: 16px;
    color: #fff;
    margin: 10px 0;
}

.product_content #cont1c #c1l #c1lc b {
    font-size: 22px;
}

#c1r {
    width: 80%;
    float: right;
}

#c1r #c1rb {
    width: 100%;
    overflow: hidden;
}

#c1r #c1rb ul li {
    width: 31%;
    border: #e2e2e2 1px solid;
    background: #fff;
    position: relative;
    margin-right: 24px;
    margin-bottom: 19px;
    display: inline-block;
}

#c1r #c1rb ul li a {
    color: #666;
    font-size: 15px;
    display: block;
}

#c1r #c1rb .lia {
    overflow: hidden;
}

#c1r #c1rb .lia img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.7s;
}

#c1r #c1rb .lia:hover img {
    transform: scale(1.1);
}

#c1r #c1rb .solution-bg-img {
    height: 269px;
    box-sizing: border-box;
}

#c1r #c1rb .lib {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
    padding: 2px 5px;
    font-size: 14px;
    line-height: 35px;
    text-align: center;
}

#c1r #c1rb .lib a {
    color: #FFFFFF;
}

/* 关于我们 */
.about {
    background: url(../img/bg2.png) no-repeat;
    background-size: cover;
}

.about .about-bg .about-box .about-content .about-title {
    line-height: 104px;
    text-align: center;
    background: #3786E8;
    font-size: 40px;
    font-weight: 900;
    color: #FFFFFF;
    overflow: hidden;
}

.about .about-bg .about-box .about-content .about-description img {
    width: 334px;
    height: 368px;
}

.about .about-bg .about-box .about-diao {
    background: #FFFFFF;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    padding: 33px;
    line-height: 40px;
}

.about .about-bg .about-box .about-h1 {
    margin-bottom: 36px;
    margin-left: 40px;
}

.about .about-bg .about-box .about-h1 h1 {
    font-size: 34px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #000000;
}

/* 案例介绍 */
.case-Introduction {
    background: url(../img/bg.png) no-repeat;
    background-size: cover;
}

.case-Introduction .ad-bg .ad-con ul li {
    flex-basis: 23%;
    margin: 10px 1%;
    text-align: center;
    cursor: pointer;
}

.case-Introduction .ad-bg .ad-con ul li .ad-xbt {
    background: #fff;
    padding: 45px 20px 28px;
    color: #202020;
    font-size: 15px;
    line-height: 30px;
}

.case-Introduction .ad-bg .ad-con ul li .ad-xbt p {
    margin-bottom: 10px;
    color: #202020;
    font-weight: bold;
    font-size: 20px;
    transition: transform ease 0.5s;
}

.case-Introduction .ad-bg .ad-con ul li .ad-box {
    position: relative;
}

.case-Introduction .ad-bg .ad-con ul li .ad-box .ad-pic {
    height: 159px;
    overflow: hidden;
}

.case-Introduction .ad-bg .ad-con ul li .ad-box .ad-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform ease 0.5s;
}

.case-Introduction .ad-bg .ad-con ul li .ad-box .digital {
    width: 80px;
    height: 80px;
    background: #F5F5F5;
    border-radius: 50%;
    line-height: 74px;
    position: absolute;
    top: 44%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.case-Introduction .ad-bg .ad-con ul li .ad-box .digital h1 {
    font-size: 40px;
    font-weight: bold;
    color: #3786E8;
    height: 100%;
    line-height: 76px;
}

.case-Introduction .ad-bg .ad-con ul li:hover img {
    transition: transform ease 0.5s;
    transform: scale(1.1);
}

.case-Introduction .ad-bg .ad-con ul li:hover .ad-xbt p {
    transition: transform ease 0.5s;
    color: #0076fe;
}

/* 新闻中心 */
.news-center .classification ul {
    text-align: center;
    margin-bottom: 50px;
}

.news-center .classification ul li {
    display: inline-block;
    vertical-align: middle;
    width: 112px;
    height: 36px;
    line-height: 34px;
    border: 1px solid #999999;
    text-align: center;
    color: #999999;
    box-sizing: border-box;
    margin: 10px 10px 0px 10px;
    font-size: 15px;
    cursor: pointer;
}

.news-center .classification ul li.active {
    border: 1px solid #FFFFFF;
    color: #FFFFFF;
    background-color: #0076fe;
}

.news_item .news_pic_item {
    flex-basis: 50%;
    margin-right: 15px;
}

.news_item .news_pic_item:hover .text_d {
    background: #3786E8;
}

.news_item .news_pic_item:hover span {
    color: #ffffff;
    margin-left: 10px;
}

.news_item .tops {
    width: 100%;
}

.news_item .rights {
    width: 100%;
}

.news_item .tops .news_pic_item .pic a {
    display: block;
}

.news_item .tops .news_pic_item .pic img {
    width: 100%;
    height: 253px;
    object-fit: cover;
}

.news_item .tops .news_pic_item .con {
    margin-top: 10px;
}

.news_pic_item .text_h1 a {
    font-size: 20px;
    font-weight: 400;
    color: #000000;
}

.news_pic_item .text_p {
    font-size: 16px;
    font-weight: 400;
    color: #999999;
    padding: 15px 0;
}

.news_pic_item .text_d {
    font-size: 16px;
    font-weight: 400;
    color: #999999;
    padding: 5px 0px;
}

.news_pic_item .text_d span {
    float: left;
    margin-left: 0;
}

.news_pic_item .text_d i {
    float: right;
    width: 20px;
    height: 20px;
    background: url(../img/0-02.png) no-repeat -20px 0;
}

.news_item .tops :hover .t {
    color: #3786E8;
}

.news_item .tops :hover .text_d i {
    background-position: 0 0;
    margin-right: 10px;
}

.tran-all3 {
    transition: all 0.3s ease;
}

.news_item .uls {
    margin: 0;
}

.news_item .uls li {
    padding: 13px 0;
    border-bottom: 1px solid #e5e5e5;
}

.news_item .uls li .t {
    line-height: 30px;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.news_item .uls li .t span {
    float: left;
    width: 70px;
    font-weight: 700;
    color: #333;
}

.news_item .uls li .p {
    padding-left: 70px;
    height: 0;
    line-height: 25px;
    color: #999;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.news_item .uls li.on .t {
    color: #3786E8;
}

.news_item .uls li.on .t span {
    color: #3786E8;
}

.news_item .uls li.on .p {
    height: 50px;
    color: #3786E8;
}

/* 合作伙伴 */
.friend-text {
    width: 100%;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #333333;
}

.friend-text h3 {
    font-size: 32px;
    font-weight: 400;
    line-height: 1.2;
}

.friend-text h3 b {
    font-size: 12px;
    font-weight: 400;
    color: #666666;
    margin-left: 10px;
}

.friend-text span {
    font-size: 12px;
    font-weight: 400;
    color: #666666;
}

.btn-circle {
    width: 70px;
    height: 70px;
    margin-top: 45px;
    padding: 7px 16px;
    border: 2px solid rgba(255, 255, 255, 0.2);
    border-radius: 100% !important;
    font-size: 40px;
    color: #F4D03F;
    background: 0 0;
    transition: background 0.3s ease-in-out;
    margin-bottom: 0px;
}

.btn-circle:hover,
.btn-circle:focus {
    outline: 0;
    color: #F4D03F;
    background: rgba(255, 255, 255, 0.1);
}

.btn-circle i.animated {
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 1s;
    -moz-transition-property: -moz-transform;
    -moz-transition-duration: 1s;
}

.btn-circle:hover i.animated {
    -webkit-animation-name: pulse;
    -moz-animation-name: pulse;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes pulse {
    0% {
        -moz-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -moz-transform: scale(1.2);
        transform: scale(1.2);
    }
    100% {
        -moz-transform: scale(1);
        transform: scale(1);
    }
}

.section-title.center {
    padding: 30px 0 0 0;
}

.section-title h2,
.section-title.center h2 {
    font-weight: 400;
    margin-bottom: 30px;
}

.section-title.center hr {
    height: 4px;
    width: 70px;
    text-align: center;
    position: relative;
    background: #F4D03F;
    margin: 0 auto;
    margin-bottom: 30px;
    border: 0;
}

/* Team Section */
img.img-circle.team-img {
    width: 120px;
    height: 120px;
    border: 4px solid transparent;
    transition: all 0.5s;
}

label {
    font-size: 12px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    float: left;
}

.btn:active,
.btn.active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

a:focus,
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
    outline: none;
    outline-offset: none;
}

/* @尾部 */
.footer-wrap-mei {
    background: #091322;
    width: 100%;
}

.footer-wrap-mei .footer-wrapper {
    padding-top: 55px;
    padding-bottom: 10px;
}

.footer-wrap-mei .footer-wrapper .footer {
    margin: 0 auto;
    color: #999;
    font-size: 14px;
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid #666666;
}

.footer-wrap-mei .footer-wrapper .footer .footer-company-info {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.footer-wrap-mei .footer-wrapper .footer .footer-company-info ul li {
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    margin-bottom: 14px;
}

.footer-wrap-mei .footer-wrapper .footer .footer-company-info .footer-company-item {
    width: 312px;
}

.footer-wrap-mei .footer-wrapper .footer .footer-company-info .footer-company-item ul li {
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    float: left;
    margin-right: 60px;
    margin-bottom: 20px;
}

.footer-wrap-mei .footer-wrapper .footer .footer-company-info .footer-company-item ul li:nth-child(3n+3) {
    margin-right: 0px;
}

.footer-wrap-mei .footer-wrapper .footer-qita .footer-qita-title {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 35px;
    color: #FFFFFF;
}

.footer-wrap-mei .footer-wrapper .footer-qita .footer-qita-title a {
    color: #FFFFFF;
}

.footer-wrap-mei .footer-wrapper .footer-shop {
    line-height: 35px;
    font-weight: 400;
    color: #FFFFFF;
}

.footer-wrap-mei .footer-wrapper .footer-shop p {
    font-size: 14px;
    margin: 0;
    line-height: 30px;
    color: #494e56;
}

.news-center .news-wrapper .news_itme .news-item-wrapper .news_classification {
    width: 100%;
}

.news-center .news-wrapper .news_itme .news-item-wrapper .news_classification ul {
    display: flex;
    flex-wrap: wrap;
}

.news-center .news-wrapper .news_itme .news-item-wrapper .news_classification ul li {
    flex-basis: 48%;
    display: flex;
    justify-content: space-between;
    background: #F7F7F7;
    padding: 20px 20px;
    cursor: pointer;
    transition: all 0.3s;
    margin: 10px 1%;
}

.news-center .news-wrapper .news_itme .news-item-wrapper .news_classification ul li .time-txt {
    /*flex: 1;*/
    width: 100%;
}

.news-center .news-wrapper .news_itme .news-item-wrapper .news_classification ul li .time-txt h3 {
    font-size: 22px;
    font-weight: 400;
    color: #000000;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.news-center .news-wrapper .news_itme .news-item-wrapper .news_classification ul li .time-txt h3 a {
    color: #000000;
}

.news-center .news-wrapper .news_itme .news-item-wrapper .news_classification ul li .time-txt p {
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    line-height: 29px;
    height: 58px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.news-center .news-wrapper .news_itme .news-item-wrapper .news_classification ul li .time-txt .text-time {
    text-align: right;
    font-size: 16px;
    font-weight: 400;
    color: #999999;
}

.news-center .news-wrapper .news_itme .news-item-wrapper .news_classification ul li:hover {
    transition: all 0.3s;
    background: #3786E8;
}

.news-center .news-wrapper .news_itme .news-item-wrapper .news_classification ul li:hover .xinwen-sj img {
    transform: scale(1.1);
}

.news-center .news-wrapper .news_itme .news-item-wrapper .news_classification ul li:hover h3 a {
    color: #FFFFFF;
}

.news-center .news-wrapper .news_itme .news-item-wrapper .news_classification ul li:hover p {
    color: #FFFFFF;
}

.news-center .news-wrapper .news_itme .news-item-wrapper .news_classification ul li:hover .text-time {
    color: #FFFFFF;
}

.news-center .news-wrapper .news_itme .news-item-wrapper .news_classification .xinwen-sj {
    margin-right: 25px;
    overflow: hidden;
    width: 100%;
}

.news-center .news-wrapper .news_itme .news-item-wrapper .news_classification .xinwen-sj img {
    max-width: 100%;
    height: 145px;
    object-fit: cover;
    transition: all 0.3s;
}

.news-classification {
    display: flex;
    justify-content: center;
    padding: 45px 0px 45px 0px;
}

.news-classification ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.news-classification ul li {
    padding: 7px 30px;
    font-size: 17px;
    font-weight: 400;
    background: #F2F2F2;
    margin: 10px 1%;
    cursor: pointer;
}

.news-classification ul li.active {
    color: #FFFFFF;
    background: #3786E8;
}

.news-tab {
    display: flex;
    justify-content: center;
}

.news-tab .news-tab-item {
    line-height: 45px;
    box-sizing: border-box;
    margin: 0 28px;
    cursor: pointer;
    font-size: 22px;
}

.news-tab .news-tab-item.news-tab-item-active {
    font-size: 22px;
    font-weight: bold;
    color: #000000;
    border-bottom: 4px solid #1EADFF;
}

.news-wrapper #page {
    margin-bottom: 40px;
}

.pag_list {
    margin: 35px 0;
}

.pag_list .pagination_news {
    margin: 0;
    position: relative;
    list-style: none;
    color: #999;
    text-align: right;
}

.pag_list .pagination_news > li {
    display: inline-block;
}

.pag_list .pagination_news > li > a {
    position: relative;
    display: block;
    padding: 0.5em 1em;
    text-decoration: none;
    line-height: 1.2;
    background-color: #fff;
    border: 1px solid #DDDDDD;
    border-radius: 2px;
    margin-bottom: 5px;
    margin-right: 5px;
    color: #333333;
}

.pag_list .pagination_news .active > a {
    z-index: 2;
    color: #fff;
    background-color: #0e90d2;
    border-color: #0e90d2;
    cursor: default;
}

.news_content {
    background: #f6f6f6;
}

.news_content .news_detail {
    position: relative;
    margin-top: -95px;
    background: #fff;
    padding: 65px 55px;
}

.news_content .news_detail .news_detail_title {
    text-align: center;
    padding-bottom: 31px;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 56px;
}

.news_content .news_detail .news_detail_title ul {
    display: table;
    margin: 0 auto;
}

.news_content .news_detail .news_detail_title ul li {
    font-size: 15px;
    font-weight: 400;
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    float: left;
}

.news_content .news_detail .news_detail_title ul li:not(:last-child) {
    margin-right: 30px;
}

.news_content .news_detail .news_detail_title h1 {
    font-size: 20px;
    font-weight: bold;
    color: #000000;
    padding: 0px 0px 23px;
    line-height: 30px;
}

.news_content .news_detail .news_detail_content .tit {
    font-size: 17px;
    color: #000;
}

.news_content .news_detail .news_detail_content p {
    line-height: 32px;
    font-size: 16px;
    color: #666666;
    text-indent: 35px;
}

.news_content .news_detail_next {
    display: flex;
    justify-content: space-between;
    flex-flow: wrap;
    padding: 55px 10px;
}

.news_content .news_detail_next a {
    line-height: 47px;
    font-size: 17px;
}

.news_content .news_detail_next a i {
    display: block;
    text-align: center;
    color: #C2C2C2;
    width: 45px;
    height: 45px;
    line-height: 46px;
    font-weight: bold;
    font-size: 30px;
    transition: all 0.35s;
    border-radius: 50%;
    background: #E2E2E2;
    cursor: pointer;
    outline: none;
}

.news_content .news_detail_next a:nth-child(odd) i {
    float: left;
    margin-right: 25px;
}

.news_content .news_detail_next a:nth-child(even) i {
    float: right;
    margin-left: 25px;
}

.news_content .news_detail_next a:hover i {
    background: #B4E0FA;
    color: #4BBDFF;
}

.news_content .news_detail_next a:hover span {
    color: #4BBDFF;
}

.news_content .pages_content {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.product-display {
    margin-bottom: 70px;
}

.product-display .product-bg .zy-ny {
    margin-top: 45px;
}

.product-display .product-bg .ny-fenlei .ny-navbg {
    width: 18%;
    text-align: center;
    border: 1px solid #3786E8;
    background: #F3F3F3;
    float: left;
}

.product-display .product-bg .ny-fenlei .ny-navbg .lm-bt {
    color: #fff;
    background: #3786E8;
    font-size: 28px;
    text-align: center;
    margin-bottom: 20px;
    padding: 30px 0px;
}

.product-display .product-bg .ny-fenlei .ny-navbg .foot-bt {
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #3786E8;
    padding: 23px 0;
    line-height: 34px;
}

.product-display .product-bg .ny-fenlei .ny-navbg .ddsmoothmenu-v1 > ul > li {
    background: #ffffff;
    margin-bottom: 10px;
    line-height: 70px;
    text-align: center;
    transition: all 0.6s;
}

.product-display .product-bg .ny-fenlei .ny-navbg .ddsmoothmenu-v1 > ul > li:hover {
    cursor: pointer;
    transition: all 0.6s;
    background: #3786E8;
    color: #FFFFFF;
}

.product-display .product-bg .ny-fenlei .ny-navbg .ddsmoothmenu-v1 > ul > li:hover span {
    color: #FFFFFF;
    transition: all 0.6s;
}

.product-display .product-bg .ny-fenlei .ny-navbg .ddsmoothmenu-v1 > ul > li a {
    color: #2b2b2b;
    font-size: 15px;
    display: block;
}

.product-display .product-bg .ny-fenlei .ny-navbg .ddsmoothmenu-v1 > ul > li a span {
    font-size: 15px;
    color: #000000;
}

.contact-details .contact {
    background: #F7F7F7;
    margin-bottom: 65px;
    padding: 27px;
}

.contact-details .contact .text-title {
    text-align: center;
    margin-bottom: 50px;
}

.contact-details .contact .text-title h2 {
    font-size: 35px;
    font-weight: bold;
    color: #000000;
}

.contact-details .contact .text-description {
    width: 695px;
    margin: auto;
}

.contact-details .contact .text-description ul li {
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    float: left;
    width: 341px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 25px;
}

.contact-details .contact .text-description ul li .iconfont {
    color: #3786E8;
    margin-right: 10px;
}

.contact-details .map {
    margin-bottom: 50px;
}

.contact-details .map #allmap {
    width: 100%;
    height: 377px;
}

.cooperation-intent-form {
    text-align: center;
    margin-top: 20px;
}

.cooperation-intent-form .cooperation-title h2 {
    color: #000000;
    font-size: 30px;
    font-weight: bold;
    line-height: initial;
}

.cooperation-intent-form .div_last_from_wrap {
    padding: 80px;
    margin-top: 45px;
    position: relative;
    background: #F7F7F7;
    /*立即提交*/
}

.cooperation-intent-form .div_last_from_wrap .from_wrap {
    width: 87%;
    margin: 0 auto;
}

.cooperation-intent-form .div_last_from_wrap .div_last_from {
    float: left;
    margin-bottom: 30px;
}

.cooperation-intent-form .div_last_from_wrap .div_last_from:nth-child(2n) {
    float: right;
}

.cooperation-intent-form .div_last_from_wrap .div_last_from .name {
    font-size: 18px;
    color: #333333;
    width: 90px;
    display: inline-block;
    text-align: right;
}

.cooperation-intent-form .div_last_from_wrap .div_last_from .from_name {
    width: 321px;
    height: 42px;
    border: 1px solid #CCCCCC;
    outline: none;
    padding-left: 17px;
}

.cooperation-intent-form .div_last_from_wrap .div_last_from2 {
    float: left;
    width: 100%;
}

.cooperation-intent-form .div_last_from_wrap .div_last_from2 .name {
    height: 120px;
    vertical-align: top;
    line-height: 120px;
    font-size: 18px;
    color: #333333;
    width: 90px;
    display: inline-block;
    text-align: right;
}

.cooperation-intent-form .div_last_from_wrap .div_last_from2 .from_name2 {
    width: 91%;
    padding-left: 17px;
    height: 210px;
    border: 1px solid #CCCCCC;
    resize: none;
    outline: none;
    font-size: 16px;
    line-height: 50px;
}

.cooperation-intent-form .div_last_from_wrap .from_btn .button-primary {
    padding: 15px 122px;
    border: 1px solid #4BBDFF;
    color: #fff;
    font-size: 17px;
    background: #1EADFF;
    cursor: pointer;
    margin: 40px 0;
}

.about-us {
    margin-top: 40px;
}

.about-us .about-us-box .text-title {
    display: flex;
    margin-bottom: 20px;
}

.about-us .about-us-box .text-title h1 {
    font-size: 35px;
    font-weight: bold;
    color: #000000;
    margin-right: 20px;
}

.about-us .about-us-box .text-title > div {
    font-size: 28px;
    font-weight: 400;
    color: #000000;
    border-bottom: 1px solid #3786E8;
    width: 540px;
}

.about-us .about-us-box .text-pic {
    flex-basis: 40%;
}

.about-us .about-us-box .text-pic img {
    width: 100%;
    max-width: 100%;
    height: 351px;
    object-fit: cover;
}

.about-us .about-us-box .about-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.about-us .about-us-box .about-content .text-description {
    flex-basis: 55%;
    font-size: 17px;
    font-weight: 400;
    color: #333333;
    line-height: 35px;
}

.about-us .about-us-box .about-content .text-description p {
    text-indent: 39px;
}

.enterprise_content .company-culture {
    padding: 75px 0px 0px;
}

.enterprise_content .company-culture .company-box {
    margin-bottom: 55px;
}

.enterprise_content .company-culture .in_about {
    background: url(../img/company-bg.png) no-repeat center;
    width: 100%;
    height: 330px;
    background-size: cover;
}

.enterprise_content .company-culture .in_about .container {
    background: #F7F7F7;
    padding: 40px 36px;
    overflow: hidden;
    font-size: 18px;
    color: #333333;
    line-height: 40px;
    position: relative;
    top: -62px;
}

.main-data-box {
    float: right;
    width: 80%;
    overflow: hidden;
}

.main-data-box .main-data-param {
    width: 68%;
}

.main-data-box .main-data-param .main-box h1 {
    font-size: 30px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #000000;
}

.main-data-box .main-data-param .main-box .classification {
    font-size: 17px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    padding: 15px 0px 22px 0px;
}

.main-data-box .main-data-param .main-box .pro_info li {
    line-height: 50px;
    font-size: 16px;
    font-weight: 400;
}

.main-data-box .main-data-param .main-box .pro_info li span {
    font-size: 21px;
    color: #FF7300;
    margin-right: 12px;
}

.main-data-box .main-data-param .main-box .pro_info li .price_code {
    font-size: 16px;
    font-weight: 400;
    text-decoration: line-through;
    color: #CCCCCC;
}

.main-data-box .main-data-param .main-box .pro_info li .price_code b {
    font-weight: initial;
}

.main-data-box .main-data-param .main-box .pro_info .text-title {
    float: left;
    margin-right: 25px;
}

.shop-detail-r {
    margin-top: 60px;
}

.shop-detail-r .shop-tab-box {
    width: 100%;
    height: 54px;
    background: #F7F7F7;
    line-height: 54px;
}

.shop-detail-r .shop-tab-box ul li {
    float: left;
    width: 229px;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    text-align: center;
}

.shop-detail-r .shop-tab-box ul li.active {
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    background: #3786E8;
}

.shop-detail-r .shop-tab-box ul li.active a {
    color: #FFFFFF;
}

.shop-detail-r .shop-tab-box ul li a {
    color: #010101;
}

.shop-detail-r .details-wrapper {
    margin-top: 35px;
}

.shop-detail-r .details-wrapper img {
    max-width: 100%;
}

.shop-detail-r .details-wrapper .div_last_from_wrap {
    margin-left: 131px;
}

.shop-detail-r .details-wrapper .div_last_from_wrap .div_last_from {
    margin-bottom: 30px;
}

.shop-detail-r .details-wrapper .div_last_from_wrap .div_last_from .name {
    font-size: 17px;
    font-family: Microsoft YaHei;
    color: #333333;
    width: 90px;
    display: inline-block;
    text-align: right;
}

.shop-detail-r .details-wrapper .div_last_from_wrap .div_last_from .from_name {
    -webkit-appearance: none;
    background-color: #FFF;
    background-image: none;
    border: 1px solid #DCDFE6;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #606266;
    display: inline-block;
    font-size: inherit;
    width: 280px;
    height: 39px;
    line-height: 40px;
    outline: 0;
    padding: 0 15px;
    -webkit-transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.shop-detail-r .details-wrapper .div_last_from_wrap .div_last_from .input-code {
    -webkit-appearance: none;
    background-color: #FFF;
    background-image: none;
    border: 1px solid #DCDFE6;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #606266;
    display: inline-block;
    font-size: inherit;
    width: 144px;
    height: 39px;
    line-height: 40px;
    outline: 0;
    padding: 0 15px;
    -webkit-transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.shop-detail-r .details-wrapper .div_last_from_wrap .div_last_from2 {
    margin-bottom: 30px;
}

.shop-detail-r .details-wrapper .div_last_from_wrap .div_last_from2 .name {
    height: 120px;
    vertical-align: top;
    font-size: 17px;
    font-family: Microsoft YaHei;
    color: #333333;
    width: 90px;
    display: inline-block;
    text-align: right;
}

.shop-detail-r .details-wrapper .div_last_from_wrap .div_last_from2 .from_name2 {
    width: 529px;
    padding-left: 17px;
    height: 171px;
    border: 1px solid #CCCCCC;
    resize: none;
    outline: none;
    font-size: 16px;
    line-height: 50px;
}

.shop-detail-r .details-wrapper .from_btn {
    text-align: center;
    margin: 55px 0px;
}

.shop-detail-r .details-wrapper .from_btn .button-primary {
    padding: 8px 35px;
    border: 1px solid #3786E8;
    color: #fff;
    font-size: 17px;
    background: #3786E8;
    cursor: pointer;
}

.shop-detail-r .details-wrapper .contact_details {
    display: flex;
    justify-content: space-between;
}

.shop-detail-r .details-wrapper .contact_details .contact_content {
    flex-basis: 36%;
    overflow: hidden;
}

.shop-detail-r .details-wrapper .contact_details .contact_content .text-title {
    margin-bottom: 20px;
}

.shop-detail-r .details-wrapper .contact_details .contact_content .text-title h1 {
    font-weight: 400;
    font-size: 2em;
    line-height: 40px;
}

.shop-detail-r .details-wrapper .contact_details .contact_content ul li {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 36px;
}

.shop-detail-r .details-wrapper .contact_details .contact_content ul li .iconfont {
    color: #3786E8;
    margin-right: 10px;
}

.shop-detail-r .details-wrapper .contact_details .contact_content .text-bottom {
    padding: 20px 0px;
}

.shop-detail-r .details-wrapper .contact_details .contact_content .text-bottom span {
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    border-bottom: 4px solid #3786E8;
}

/* 相关产品 */
.products-wrap .text-title {
    width: 100%;
    height: 54px;
    background: #F7F7F7;
    line-height: 54px;
    margin-top: 55px;
    margin-bottom: 35px;
}

.products-wrap .text-title .text-cone {
    width: 229px;
    background: #3786E8;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #FFFFFF;
}

.products-wrap .product-box {
    position: relative;
    overflow: hidden;
}

.products-wrap .product-box ul li {
    position: relative;
}

.products-wrap .product-box ul li .lia {
    width: 100%;
    height: 275px;
    overflow: hidden;
}

.products-wrap .product-box ul li .lia a {
    display: block;
}

.products-wrap .product-box ul li .lia img {
    max-width: 100%;
    width: 100%;
    height: 275px;
    object-fit: cover;
    transition: all 0.7s;
}

.products-wrap .product-box ul li .lia img:hover {
    transform: scale(1.1);
}

.products-wrap .product-box ul li .lib {
    width: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 2;
    opacity: 0.7;
    color: #fff;
    font-size: 14px;
    line-height: 45px;
    text-align: center;
    position: absolute;
    bottom: 0px;
}

.products-wrap .product-box ul li .lib a {
    color: #FFFFFF;
}

.pc-slide {
    float: left;
}

.pc-slide .swiper-button-prev:after,
.pc-slide .swiper-button-next:after {
    font-size: 18px !important;
}

.main-data-param {
    float: right;
}

.pc-slide .thumbs-container {
    width: 315px;
    margin: 0 auto;
    position: relative;
}

#gallery {
    width: 334px;
    margin-bottom: 10px;
}

#gallery .swiper-slide img {
    width: 100%;
    height: 100%;
}

#thumbs {
    width: 260px;
    height: 60px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}

#thumbs .swiper-slide {
    height: 100%;
    width: 100%;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    position: relative;
    box-sizing: border-box;
}

#thumbs .swiper-slide.swiper-slide-thumb-active {
    border: 1px solid #FF6E00;
}

.swiper-button-prev:after,
.swiper-button-next:after {
    font-size: 35px !important;
}

#allmap {
    flex-basis: 55%;
    height: 300px;
}

.am_breadcrumb {
    padding: 1.3em 0;
    margin-bottom: 2rem;
    list-style: none;
    background-color: transparent;
    border-radius: 2px;
    font-size: 85%;
    margin-block-start: initial;
    margin-block-end: initial;
    margin-inline-start: initial;
    margin-inline-end: initial;
    padding-inline-start: initial;
}

.am_breadcrumb > li {
    display: inline-block;
}

.am_breadcrumb > li .li_a {
    font-size: 14px;
    font-weight: 400;
    color: #AAAAAA;
}

.am_breadcrumb .li_before:after {
    content: "/\00a0";
    padding: 0 8px;
    color: #ccc;
}

.am_breadcrumb .active .li_a {
    color: #666666;
}

.icon_home {
    color: #AAAAAA;
    margin-right: 3px;
}

.am_active {
    font-size: 14px;
    font-weight: 400;
    color: #666666;
}

.pt-3,
.py-3 {
    padding: 1rem 0px;
}

.index_banner .swiper-button-next,
.index_banner .swiper-button-prev {
    transition: opacity 0.5s;
    width: 430px;
}

.index_banner .hide {
    opacity: 0;
}

.swiper {
    --swiper-navigation-color: #fff !important;
}

.news_list {
    margin-bottom: 45px;
}

.news_list .news_list_container {
    width: 31%;
    color: grey;
    transition: all 0.5s ease-out;
    float: left;
}

.news_list .news_list_container:nth-child(3n+3) {
    margin-right: initial;
}

.news_list .news_list_container .news_list_container_item {
    height: 100%;
    display: flex;
    flex-direction: column;
    cursor: pointer;
    width: 100%;
}

.news_list .news_list_container .news_list_container_item .news_list_container_item_box {
    padding: 12%;
    background-color: #f2f2f2;
    transition: all 0.7s;
}

.news_list .news_list_container .news_list_container_item .news_list_container_item_box .textTwoOverflow {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.news_list .news_list_container .news_list_container_item .news_list_container_item_box .news_list_item {
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    color: #000000;
    transition: all 0.3s;
    position: relative;
}

.news_list .news_list_container .news_list_container_item .news_list_container_item_box .news_list_item::after {
    content: '';
    display: block;
    width: 43px;
    height: 3px;
    background: #262626;
    position: absolute;
    top: 40px;
    left: 43%;
}

.news_list .news_list_container .news_list_container_item .news_list_container_item_box::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 290px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px;
    border-color: #fff #fff transparent transparent;
    transform: translateX(-50%) rotate(-45deg);
}

.news_list .news_list_container .news_list_container_item .news_list_container_item_box::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 290px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px;
    border-color: #0072FF #0072FF transparent transparent;
    transform: translateX(-50%) rotate(135deg);
}

.news_list .news_list_container .news_list_img {
    height: 310px;
    overflow: hidden;
}

.news_list .news_list_container .news_list_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
}

.news_list .news_list_container:hover img {
    transition: all 0.5s;
    transform: scale(1.1);
}

.news_list .news_list_container:hover .news_list_container_item_box {
    transition: all 0.7s;
    background-color: #0072FF;
}

.news_list .news_list_container:hover .news_list_container_item_box .news_list_item {
    transition: all 0.3s;
    color: #FFFFFF;
}

.news_list .news_list_container:hover .news_list_container_item_box .news_list_item::after {
    content: '';
    display: block;
    width: 43px;
    height: 3px;
    background: #ffffff;
    position: absolute;
    top: 40px;
    left: 43%;
}

.news_list .news_list_container:hover .news_list_container_item_box::before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 96px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px;
    border-color: #ffffff #ffffff transparent transparent;
    transform: translateX(-50%) rotate(135deg);
    z-index: 99;
}

.news_list .news_list_container:hover .news_list_container_item_box::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 112px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px;
    border-color: #0072FF #0072FF transparent transparent;
    transform: translateX(-50%) rotate(-45deg);
    z-index: 99;
}

.swiper-container_case .my-bullet-case-active {
    background: #0072FF !important;
    opacity: 1 !important;
    width: 39px;
    height: 7px;
    border-radius: initial;
}

.swiper-container_case .swiper-pagination-bullet {
    width: 39px;
    height: 7px;
    display: inline-block;
    background: #000;
    opacity: 0.2;
    border-radius: initial;
}

.accessories_section_item {
    margin: 0px 0 75px 0px;
}

.accessories_section_item ul {
    display: flex;
    flex-wrap: wrap;
}

.accessories_section_item ul li {
    flex-basis: 24%;
    margin: 10px 7px;
    transition: transform 0.3s ease;
}

.accessories_section_item ul li:hover {
    transition: transform 0.3s ease;
    transform: translateY(-5px);
}

.accessories_section_item ul .accessories_section_img {
    height: 289px;
    overflow: hidden;
}

.accessories_section_item ul .accessories_section_img img {
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
}

.case_content {
    margin-bottom: 65px;
}

.opPanel .opPanel_content {
    display: flex;
    align-items: center;
    padding: 10px 0;
}

.opPanel .hotline h3 {
    font-weight: 400;
    color: #000000;
    font-size: 17px;
    margin: 6px 0px 5px 0;
}

.opPanel .hotline h4 {
    font-weight: bold;
    color: #E13721;
    font-size: 16px;
    margin: 0 0;
}

.img_phone {
    margin-right: 12px;
}

.img_phone img {
    width: 37px;
    height: 32px;
}

.tit_title h3 {
    font-size: 17px;
    line-height: 1;
    margin-top: 0;
    margin-bottom: 0;
}

.tit_title span {
    font-size: 14px;
    color: #999999;
    font-weight: 300;
}

/* 侧边栏 */
.index_side {
    position: relative;
    z-index: 99;
}

.index_side .side-item {
    position: fixed;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 70px;
    border-radius: 15px 0px 0px 15px;
}

.index_side .side-item .index_side_item {
    position: relative;
    width: 100%;
    height: 63px;
    text-align: center;
    cursor: pointer;
    background: #FFFFFF;
    border: 1px solid #E5E5E5;
    z-index: 999;
}

.index_side .side-item .index_side_item a {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
}

.index_side .side-item .index_side_item i {
    display: block;
    margin: 0 auto 10px;
    font-size: 32px;
    line-height: 63px;
}

.index_side .side-item .index_side_item .index_side_item_popup {
    position: absolute;
    top: 50%;
    width: 149px;
    height: 56px;
    right: 106px;
    transform: translateY(-50%) translateX(100%);
    transition: all 0.6s;
    background: #3786E8;
    z-index: 1;
    opacity: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    border-radius: 12px;
}

.index_side .side-item .index_side_item .index_side_item_popup::after {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    background: #3786E8;
    z-index: -1;
    top: 50%;
    left: 139px;
    margin-top: -10px;
    transform: rotateZ(45deg);
}

.index_side .side-item .index_side_item .index_side_item_popup .telpopup {
    border-radius: 0.75rem 0 0 0.75rem;
    height: 100%;
    line-height: 6.063rem;
    background-color: #fe7f2d;
}

.index_side .side-item .index_side_item .index_side_item_popup span {
    color: #FFFFFF;
}

.index_side .side-item .index_side_item .index_side {
    position: absolute;
    top: 141%;
    width: 170px;
    height: 168px;
    right: 106px;
    transform: translateY(-50%) translateX(100%);
    transition: all 0.6s;
    z-index: 1;
    opacity: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}

.index_side .side-item .index_side_item .index_side::after {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    background: #1EADFF;
    z-index: -1;
    top: 21%;
    left: 159px;
    margin-top: -10px;
    transform: rotateZ(45deg);
}

.index_side .side-item .index_side_item .index_side .telpopup {
    border-radius: 0.75rem 0 0 0.75rem;
    height: 100%;
    line-height: 6.063rem;
    background-color: #fe7f2d;
}

.index_side .side-item .index_side_item .index_side span {
    color: #FFFFFF;
}

.index_side .side-item .index_side_item .index_side img {
    width: 170px;
    height: 168px;
    border: 3px solid #1EADFF;
    border-radius: 12px;
}

.index_side .side-item .index_side_item:hover .index_side {
    transform: translateX(0) translateY(-50%);
    opacity: 1;
    z-index: 999;
}

.index_side .side-item .index_side_item:hover .index_side_item_popup {
    transform: translateX(0) translateY(-50%);
    opacity: 1;
    z-index: -1;
}

.index_side .side-item .index_side_item:hover i {
    transition: 0.35s;
    color: #FFFFFF;
}

.index_side .side-item .index_side_item:hover {
    background: #4BBDFF;
}

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

.intro_banner .swiper-horizontal > .swiper-pagination-bullets,
.intro_banner .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 0;
}

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

@media screen and (min-width: 1200px) {
    .news_content .news_detail {
        margin-top: -75px;
    }

    .more {
        display: block;
    }

    .more a {
        font-size: 16px;
        font-weight: 400;
        color: #999999;
    }
}

@media screen and (max-width: 768px) {
    .footer-wrap-mei .footer-wrapper .footer-shop p {
        line-height: 22px;
    }

    .cooperation-intent-form {
        margin-top: 20px;
    }

    .news-tab .news-tab-item.news-tab-item-active {
        font-size: 17px;
    }

    .news-tab .news-tab-item {
        font-size: 16px;
    }

    .news-classification ul li {
        font-size: 16px;
    }

    .enterprise_content .company-culture {
        padding: 0;
    }

    .enterprise_content .company-culture .company-box {
        margin-bottom: 10px;
    }

    .enterprise_content .company-culture .in_about {
        background: initial;
        height: initial;
    }

    .enterprise_content .company-culture .in_about .container {
        top: 0;
        padding: 15px 15px;
        font-size: 16px;
        font-weight: 400;
    }

    .banner_section img {
        min-height: 135px;
    }

    .index_side {
        display: none;
    }

    .navbar-custom .nav > li > a {
        padding: 17px 33px;
    }

    .navbar-nav .active span {
        color: #0076fe !important;
        background-color: initial;
        border-radius: initial;
        border: initial;
        padding: initial;
    }

    .accessories_section_item ul li {
        flex-basis: 100%;
    }

    .index_banner .swiper-button-next,
    .index_banner .swiper-button-prev {
        width: 18%;
    }

    .swiper-button-prev:after,
    .swiper-button-next:after {
        font-size: 20px !important;
    }

    .navbar-custom .navbar-toggle {
        padding: 9px 10px;
    }

    .navbar-logo {
        padding: 5px 0;
        padding-left: 10px;
    }

    .news-center {
        margin-top: 15px;
    }

    .news-classification {
        padding: 30px 0px 30px 0px;
    }

    .contact-details {
        margin-top: 18px;
    }

    .contact-details .contact {
        margin-bottom: 35px;
    }

    .contact-details .contact .text-title {
        margin-bottom: 20px;
    }

    .contact-details .contact .text-title h2 {
        font-size: 25px;
        font-weight: initial;
        line-height: 35px;
        margin: 0;
    }

    #gallery {
        width: 100%;
    }

    .shop-detail-r .details-wrapper .contact_details {
        flex-wrap: wrap;
    }

    .shop-detail-r .details-wrapper .contact_details .contact_content {
        flex-basis: 100%;
    }

    #allmap {
        flex-basis: 100%;
    }

    .products-wrap .text-title .text-cone {
        width: 100%;
    }

    .div_last_from .code {
        margin-left: 0 !important;
    }

    .shop-detail-r .details-wrapper .div_last_from_wrap .div_last_from2 .from_name2 {
        width: 100%;
    }

    .shop-detail-r .details-wrapper .div_last_from_wrap .div_last_from2 .name {
        height: initial;
        text-align: left;
        margin-bottom: 5px;
    }

    .shop-detail-r .details-wrapper .div_last_from_wrap .div_last_from {
        margin-bottom: 15px;
    }

    .shop-detail-r .details-wrapper .div_last_from_wrap .div_last_from .name {
        font-size: 17px;
        text-align: left;
        margin-bottom: 5px;
    }

    .shop-detail-r .details-wrapper .div_last_from_wrap .div_last_from .from_name {
        width: 100%;
    }

    .shop-detail-r .details-wrapper .div_last_from_wrap {
        margin-left: initial;
    }

    .shop-detail-r .shop-tab-box ul li.active {
        font-size: 16px;
    }

    .shop-detail-r .shop-tab-box ul li {
        width: 33%;
        font-size: 16px;
    }

    .shop-detail-r {
        margin-top: 20px;
    }

    .main-data-box .main-data-param .main-box h1 {
        font-size: 23px;
    }

    .main-data-box .main-data-param .main-box .classification {
        padding: 10px 0px 10px 0px;
    }

    .main-data-box .main-data-param .main-box .pro_info li {
        line-height: 37px;
    }

    .main-data-box .main-data-param {
        width: 100%;
        margin-top: 30px;
        float: initial;
    }

    .pc-slide {
        float: initial;
    }

    .product-display .product-bg .zy-ny {
        margin-top: 10px;
    }

    .main-data-box {
        width: 100%;
        float: initial;
    }

    .company-culture .in_about .shop_table_con .text-title {
        top: initial;
        left: initial;
        width: initial;
        height: initial;
        background: initial;
        color: #333;
        text-align: initial;
        line-height: 55px;
    }

    .company-culture .in_about .shop_table_con .triangle::after {
        display: none;
    }

    .company-culture .in_about .shop_table_con .div_table {
        padding: 0;
    }

    .company-culture .in_about .shop_table_con .text-title span {
        font-size: 22px;
    }

    .company-culture {
        margin-top: 40px;
    }

    .company-culture .in_about .shop_table_con {
        padding: 0;
    }

    .about-us .about-us-box .about-content {
        justify-content: initial;
        flex-wrap: wrap;
    }

    .about-us .about-us-box .about-content .text-description {
        flex-basis: 100%;
        margin-bottom: 20px;
    }

    .about-us .about-us-box .text-pic {
        flex-basis: 100%;
    }

    .about-us .about-us-box .text-title h1 {
        font-size: 30px;
        font-weight: 500;
        margin-right: initial;
        width: 100%;
        text-align: center;
    }

    .about-us .about-us-box .text-title > div {
        display: none;
    }

    .cooperation-intent-form .div_last_from_wrap {
        padding: 15px;
        margin-top: 25px;
    }

    .cooperation-intent-form .div_last_from_wrap .from_wrap {
        width: 100%;
    }

    .cooperation-intent-form .div_last_from_wrap .div_last_from .name {
        text-align: left;
        line-height: 40px;
        width: 100%;
    }

    .cooperation-intent-form .div_last_from_wrap .div_last_from {
        width: 100%;
        margin-bottom: 10px;
    }

    .cooperation-intent-form .div_last_from_wrap .div_last_from .from_name {
        width: 100%;
    }

    .cooperation-intent-form .div_last_from_wrap .div_last_from2 .from_name2 {
        width: 100%;
    }

    .cooperation-intent-form .div_last_from_wrap .div_last_from2 .name {
        width: 100%;
        text-align: left;
        line-height: 65px;
        height: initial;
    }

    .cooperation-intent-form .cooperation-title h2 {
        font-size: 25px;
        font-weight: initial;
        margin: 0;
    }

    .news_content .news_detail {
        padding: 25px 15px;
    }

    .product-display {
        padding-top: 15px;
    }

    .product-display .product-bg .ny-fenlei .ny-navbg {
        display: none;
    }

    .news_content .news_detail_next {
        padding: 15px 10px;
    }

    .news_content .news_detail_next a i {
        display: none;
    }

    .news_content .news_detail {
        margin-top: 20px;
    }

    .news-center .news-wrapper .news_itme .news-item-wrapper .news_classification ul li {
        flex-basis: 100%;
        flex-wrap: wrap;
        margin: 10px 0%;
        padding: 0 0;
        background: initial;
    }

    .news-center .news-wrapper .news_itme .news-item-wrapper .news_classification ul li .time-txt {
        padding: 0 10px 10px 10px;
    }

    .news-center .news-wrapper .news_itme .news-item-wrapper .news_classification .xinwen-sj {
        width: 100%;
        margin-right: initial;
    }

    .contact-details .contact .text-description ul li {
        float: initial;
        width: initial;
    }

    .contact-details .contact .text-description {
        width: 100%;
    }

    .text-h1 {
        padding-bottom: 15px;
    }

    .text-h1:after {
        width: 30%;
        height: 3px;
    }

    .case-Introduction .ad-bg .ad-con ul li {
        flex-basis: 100%;
        margin-right: initial;
    }

    #c1r #c1rb .solution-bg-img {
        height: 170px;
    }

    .product_content #cont1c #c1l {
        width: 100%;
        margin-bottom: 20px;
        display: none;
    }

    .product_content #cont1c #c1l #c1lb {
        width: 95%;
    }

    #c1r {
        width: 100%;
    }

    #c1r #c1rb ul li {
        width: 49%;
        margin-right: initial;
    }

    .pb-lg,
    .py-lg {
        padding: 1rem !important;
    }

    .text_title:after {
        left: 37%;
    }

    .about-box {
        flex-wrap: wrap;
    }

    .about-content {
        width: 100%;
    }

    .about .about-bg .about-box .about-content .about-title {
        height: initial;
    }

    .about .about-bg .about-box .about-h1 {
        margin: 25px 0px;
        text-align: center;
    }

    .about .about-bg .about-box .about-content .about-description img {
        max-width: 100%;
        max-height: 100%;
        width: 100%;
        height: initial;
    }

    .news-center .news-con .news_item {
        flex-wrap: wrap;
    }

    .news_item .news_pic_item {
        flex-basis: 100%;
        margin-bottom: 25px;
        margin-right: initial;
    }

    .news_item .tops {
        justify-content: space-between;
        margin-bottom: 20px;
        flex-wrap: wrap;
    }

    .news_item .tops .news_pic_item .pic img {
        height: 153px;
    }

    .brand_card {
        flex-basis: 46%;
        margin: 15px 2%;
    }

    .tit_title {
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 1200px) {
    .accessories_section_item ul li {
        flex-basis: 47%;
    }

    #gallery {
        width: 100%;
    }

    .pc-slide {
        float: initial;
    }

    .main-data-box .main-data-param {
        width: 100%;
        margin-top: 30px;
        float: initial;
    }

    .about-us .about-us-box .text-title > div {
        display: none;
    }

    .about-us .about-us-box .text-title h1 {
        margin-right: 0;
        text-align: center;
        width: 100%;
    }

    .about-us .about-us-box .about-content {
        justify-content: initial;
        flex-wrap: wrap;
    }

    .about-us .about-us-box .about-content .text-description {
        flex-basis: 100%;
    }

    .about-us .about-us-box .text-pic {
        flex-basis: 100%;
    }

    .product-display .product-bg .ny-fenlei .ny-navbg {
        display: none;
    }

    .navbar-custom .nav > li > a {
        padding: 18px 15px !important;
    }

    .news_content .news_detail {
        margin-top: -50px;
    }

    .news-center .news-wrapper .news_itme .news-item-wrapper .news_classification ul li {
        flex-wrap: wrap;
    }

    .news-center .news-wrapper .news_itme .news-item-wrapper .news_classification .xinwen-sj {
        margin-right: initial;
        width: 100%;
    }

    .news-center .news-con .news_item {
        flex-wrap: wrap;
    }

    .brand_card {
        flex-basis: 43%;
        margin: 15px 24px;
    }

    .case-Introduction .ad-bg .ad-con ul li {
        flex-basis: 49%;
        margin-right: initial;
    }

    .ad-con ul {
        justify-content: space-between;
    }

    .product_content #cont1c #c1l {
        width: 100%;
    }

    .product_content #cont1c #c1l #c1lb {
        width: 95%;
    }

    #c1r #c1rb ul li {
        width: 100%;
        margin-right: initial;
    }

    #c1r {
        width: 100%;
    }

    .d_flex_ul {
        margin-right: initial;
    }

    .about-box {
        flex-wrap: wrap;
    }

    .about-content {
        width: 100%;
    }

    .about .about-bg .about-box .about-content .about-title {
        height: initial;
    }

    .about .about-bg .about-box .about-h1 {
        margin: 25px 0px;
        text-align: center;
    }

    .about .about-bg .about-box .about-content .about-description img {
        max-width: 100%;
        max-height: 100%;
        width: initial;
        height: initial;
    }
}
