
#wpthemedemobar {
    display: none;
}

ul,
p {
    padding: 0;
    margin: 0;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

em {
    font-style: normal;
}
.unselectable {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.u-flex {
    display: flex;
}

.clear:after {
    content: '';
    display: block;
    clear: both;
}

.head-box {
    width: 1200px;
    height: 120px;
    margin: 0 auto;
}

.logo-box {
    width: 164px;
    height: 38px;
    float: left;
    margin-top: 26px;
}

.nav-box {
    float: right;
}
.container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 15px;
    padding-top: 50px;
}
.nav-box ul li ul {
    position: absolute;
    width: 160px;
    height: auto;
    top: 30px;
    left: -20px;
    padding-bottom: 10px;
    background: transparent;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    -webkit-transform-origin: 0px 0px;
    -moz-transform-origin: 0px 0px;
    -ms-transform-origin: 0px 0px;
    transform-origin: 0px 0px;
    -webkit-transform: rotateX(-60deg);
    -moz-transform: rotateX(-60deg);
    -ms-transform: rotateX(-60deg);
    transform: rotateX(-60deg);
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 9999;
    transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    background: #ffffff;
}

.nav-box ul li ul li a {
    height: 35px;
    line-height: 40px;
    text-align: left;
    color: #666666;
    padding-left: 15px;
    border-left-width: 2px;
    border-right-width: 0;
    border-top-width: 0;
    border-bottom-width: 0;
    border-style: solid;
    border-color: transparent;
    overflow: hidden;
    font-size: 12px;
    transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
}

.nav-box ul li ul li:hover a {
    color: #fff;
}

.nav-box ul li ul li:hover {
    background: #008CCF;
}

.nav-box ul {
    margin-top: 45px;
}

.nav-box ul li {
    margin-left: 60px;
    position: relative;
    float: left;
    -webkit-perspective: 60px;
    -moz-perspective: 60px;
    -ms-perspective: 60px;
    perspective: 60px;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    z-index: 99;
}

.nav-box li:hover ul {
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    transform: rotateX(0deg);
}

.nav-box li>a {
    font-size: 18px;
    color: #000000;
    line-height: 30px;
}

.nav-box li:hover>a {
    color: #008CCF;
}

.nav-box ul li ul li {
    margin-left: 0;
    width: 100%;
}

.banner-box {
    width: 100%;
    overflow: hidden;
    min-width: 1200px;
}

.banner-box .swiper-container {
    width: 100%;
}

.banner-box img {
    float: left
}

.search-box {
    width: 100%;
    height: 100px;
    min-width: 1200px;
    background: url(../images/search-bg.jpg) center top no-repeat;
}

.search-main {
    width: 1200px;
    margin: 0 auto;
}

.hot-word {
    float: left;
    line-height: 100px;
    font-size: 14px;
    color: #ffffff;
}

.hot-word a {
    color: #ffffff;
    margin-right: 20px;
}

.search-input {
    width: 440px;
    height: 40px;
    float: right;
    margin-top: 30px;
}

.input-bar {
    width: 340px;
    height: 40px;
    background: #ffffff;
    border: none;
    line-height: 40px;
    text-indent: 15px;
    padding: 0;
    display: block;
    float: left;
    color: #999999;
}

.input-btn {
    width: 100px;
    height: 40px;
    background: #008CCF;
    color: #ffffff;
    border: none;
    padding: 0;
    font-size: 14px;
}

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

.products-box {
    /*max-width: 1600px;*/
    width: 96%;
    margin: 0 auto;
    margin-top: 60px;
}

.products-nav {
    width: 20%;
    float: left;
}

.products-nav .title {
    height: 130px;
    background: #008CCF;
    color: #ffffff;
    text-align: center;
    overflow: hidden;
}

.products-nav .title p {
    font-size: 30px;
    font-weight: bold;
    margin-top: 30px;
    margin-bottom: 10px;
}

.products-nav .title p em {
    color: #193b38;
}

.products-nav .title span {
    font-size: 16px;
    font-weight: bold;
    opacity: .5;
}

.product-nav-list {
    background: #026C9E;
    padding-top: 20px;
    padding-bottom: 50px;
}

.product-nav-list ul {
    padding-left: 10px;
}

.product-nav-list ul li {
    height: 50px;
    line-height: 50px;
    box-sizing: border-box;
    border-bottom: 1px solid #026C9E;
}

.product-nav-list ul li a {
    color: #ffffff;
    font-size: 16px;
}

.product-nav-list ul li:hover {
    border-bottom: 1px solid #008CCF;
}

.product-nav-list ul li:hover a {
    color: #008CCF;
}

.products-nav .contact-box {
    padding-bottom: 30px;
    min-height: 150px;
    height: auto;
    background: #008CCF;
    text-align: center;
    color: #ffffff;
    overflow: hidden;
}

.products-nav .contact-box span {
    display: block;
    margin-top: 15px;
    font-size: 16px;
    opacity: .5;
}

.products-nav .contact-box p {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 12px;
}

.products-nav .contact-box a {
    display: inline-block;
    font-size: 16px;
    line-height: 36px;
    padding: 0 30px;
    color: #ffffff;
    background: #026C9E;
}
.product-list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
}
.product-list-width {
    width: 78%;
}

.product-list-item {
    width: calc(100% / 4 - 30px);
    margin: 0 15px;
    text-align: center;
    margin-bottom: 20px;
}
.classProduct {
    box-shadow: 0px 0px 7px 0px #919191;
}
.product-img {
    width: 100%;
    overflow: hidden;
    border-radius: 8px;
}

.product-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .3s;
}
.templateImg {
    height: 300px;
}
.product-list-item:hover .product-img img {
    transform: scale(1.1);
}

.product-text {
    padding: 15px;
    overflow: hidden;
}

.product-text p {
    margin-bottom: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.product-text p a {
    font-size: 16px;
    color: #333333;
}

.product-list-item:hover .product-text p a {
    color: #008CCF;
}

.product-text span {
    font-size: 12px;
    color: #999999;
}

.product-text span em {
    color: #e64343;
}

.about-box {
    width: 100%;
    height: 630px;
    min-width: 1200px;
    padding-top: 110px;
    margin-top: 80px;
    box-sizing: border-box;
}

.about-main {
    width: 1200px;
    margin: 0 auto;
}

.about-img-box {
    width: 440px;
    height: 520px;
    float: left;
}

.about-text {
    width: 700px;
    height: 520px;
    position: relative;
    float: right;
}

.about-text .title span {
    font-size: 48px;
    color: #ffffff;
    font-weight: bold;
}

.about-text .title span em {
    color: #193b38;
}

.about-text .title p {
    font-size: 24px;
    color: #ffffff;
}

.about-text .title p em {
    display: inline-block;
    width: 30px;
    height: 2px;
    background: #ffffff;
    margin-left: 5px;
    vertical-align: middle;
    margin-top: -2px;
}

.about-text .text-box {
    margin-top: 50px;
}

.about-text .text-box p {
    font-size: 14px;
    line-height: 24px;
    color: #ffffff;
}

.about-text .a-box {
    position: absolute;
    bottom: 0;
    margin-left: -20px;
}

.about-text .a-box a {
    font-size: 16px;
    width: 220px;
    height: 140px;
    display: block;
    margin-left: 20px;
    float: left;
    color: #ffffff;
    text-align: center;
    line-height: 140px;
    transition: all .3s;
}

.about-text .a-box a:hover {
    margin-top: -20px;
}

.about-a1 {
    background: url(../images/about-a-bg.jpg);
}

.about-a2 {
    background: url(../images/about-a-bg1.jpg);
}

.about-a3 {
    background: url(../images/about-a-bg2.jpg);
}

.solution-box {
    width: 1200px;
    margin: 0 auto;
    margin-top: 80px;
}

.solution-box .title {
    text-align: center;
    margin-bottom: 30px;
}

.solution-box .title span {
    font-size: 48px;
    font-weight: bold;
    color: #008CCF;
}

.solution-box .title span em {
    color: #193b38;
}

.solution-box .title p {
    font-size: 24px;
    color: #193b38;
}

.solution-box .title p em {
    display: inline-block;
    width: 30px;
    height: 2px;
    background: #193b38;
    vertical-align: middle;
    margin-top: -2px;
    margin: 0 5px;
}

.solution-item-bar {
    overflow: hidden;
}

.solution-item {
    float: left;
}

.open-box {
    width: 220px;
    height: 560px;
    opacity: 1;
    float: left;
    box-sizing: border-box;
    padding: 30px;
    transition: all .3s;
}

.open-box .box-ico {
    width: 90px;
    height: 90px;
    margin: 10px auto 30px;
}

.open-box .box-text {
    color: #ffffff;
}

.open-box .box-text p {
    font-size: 22px;
    text-align: center;
    margin-bottom: 20px;
}

.open-box .box-text em {
    width: 30px;
    height: 3px;
    display: block;
    margin: 0 auto;
    background: #ffffff;
}

.open-box .box-text span {
    display: block;
    font-size: 12px;
    line-height: 24px;
    margin-top: 20px;
}

.close-box {
    width: 0;
    height: 560px;
    opacity: 0;
    height: 560px;
    background: #f5f9f4;
    float: left;
    overflow: hidden;
    box-sizing: border-box;
    transition: all .3s;
}

.close-box .close-box-title {
    font-size: 24px;
    margin-bottom: 15px;
}

.close-box .close-box-img {
    width: 100%;
    height: 240px;
    overflow: hidden;
    margin-bottom: 10px;
}

.close-box .close-box-text {
    font-size: 14px;
    line-height: 30px;
    color: #666666;
    margin-bottom: 20px;
}

.close-box-more a {
    display: inline-block;
    line-height: 34px;
    border-radius: 4px;
    padding: 0 20px;
    background: #008CCF;
    font-size: 14px;
    color: #ffffff;
}

.solution-box .active .open-box {
    width: 0;
    opacity: 0;
    height: 560px;
    overflow: hidden;
    opacity: 0;
    padding: 0;
}

.solution-box .active .close-box {
    width: 760px;
    opacity: 1;
    padding: 50px;
}

.ob1 {
    background: #193b38;
}

.ob2 {
    background: #326d47;
}

.ob3 {
    background: #008CCF;
}

.case-box {
    width: 100%;
    min-width: 1200px;
    height: 620px;
    background: #f7f7f7;
    overflow: hidden;
    margin-top: 80px;
    position: relative;
    padding-bottom: 50px
}

.case-box .title-box {
    max-width: 94%;
    margin: 0 auto;
}

.case-box .case-list {
    max-width: 94%;
    margin: 0 auto;
}

.case-box .case-list .swiper-container {
    height: 420px;
}

.case-box .case-list .swiper-slide {
    width: 50%;
    height: auto;
    padding: 0 20px;
    box-sizing: border-box;
    overflow: hidden;
}

.case-box .case-list .swiper-slide .swiper-slide-item {
    position: relative;
}

.case-box .case-list .case-img {
    width: 100%;
    max-height: 347px;
    overflow: hidden;
}

.case-box .case-list .case-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.case-box .case-list .case-text {
    position: absolute;
    width: 100%;
    height: 50px;
    bottom: 0;
    background: rgba(0, 140, 207, .7);
    overflow: hidden;
    z-index: 5;
    transition: all .3s;
}

.case-box .case-list .case-text p {
    width: 100%;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    line-height: 50px;
    position: absolute;
    bottom: 0;
    transition: all .3s;
}

.case-ico {
    width: 60px;
    height: 60px;
    background: url(../images/case-ico.png);
    position: absolute;
    left: 50%;
    margin-left: -30px;
    top: 0;
    margin-top: -60px;
    z-index: 9;
    transition: all .3s;
}

.case-box .title-box {
    margin-top: 74px;
    margin-bottom: 30px;
}

.case-box .title-box .title {
    float: left;
}

.case-box .title-box .title span {
    font-size: 48px;
    font-weight: bold;
    color: #3e3e3e;
}

.case-box .title-box .title span em {
    color: #008CCF;
}

.case-box .title-box .title p {
    font-size: 40px;
    font-weight: 400;
    color: #3e3e3e;
}

.case-box .title-box .title p em {
    display: inline-block;
    width: 30px;
    height: 2px;
    background: #3e3e3e;
    vertical-align: middle;
    margin-top: -2px;
    margin-left: 5px;
}

.case-box .title-box .case-more a {
    display: block;
    width: 120px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #008CCF;
    float: right;
    color: #ffffff;
    font-size: 14px;
    margin-top: 20px;
}

.case-box .case-list .swiper-slide:hover .case-text {
    height: 100%;
}

.case-box .case-list .swiper-slide:hover .case-text p {
    margin-bottom: 100px;
}

.case-box .case-list .swiper-slide:hover .case-ico {
    margin-top: 140px;
}

.news-box {
   width: 94%;
    margin: 0 auto;
    margin-top: 60px;
}

.news-box .title {
    text-align: center;
    margin-bottom: 40px;
}

.news-box .title span {
    font-size: 48px;
    font-weight: bold;
    color: #008CCF;
}

.news-box .title span em {
    color: #193b38;
}

.news-box .title p {
    color: #193b38;
    text-align: left;
    font-size: 40px;
    font-weight: 400;
}

.news-box .title p em {
    width: 30px;
    height: 2px;
    background: #193b38;
    display: inline-block;
    vertical-align: middle;
    margin-top: -2px;
    margin: 0 5px;
}

.news-left-box {
    float: left;
    width: 100%;
    height: 460px;
    border: 1px solid #cbcbcb;
    border-radius: 10px;
    padding: 30px;
    box-sizing: border-box;
    margin-bottom: 40px;
}

.tab-title ul {
    float: left;
}

.tab-title ul li {
    float: left;
    width: 120px;
    height: 40px;
    line-height: 38px;
    text-align: center;
    box-sizing: border-box;
    border: 1px solid #ddd;
    border-radius: 20px;
    margin-right: 10px;
    color: #666666;
    cursor: pointer;
    font-size: 16px;
}

.tab-title a {
    float: right;
    font-size: 14px;
    color: #008CCF;
    line-height: 40px;
}

.tab-title ul li.tab-active {
    background: #008CCF;
    color: #ffffff;
    border: 1px solid #008CCF;
}

.hot-news {
    overflow: hidden;
    padding-bottom: 20px;
    box-sizing: border-box;
    border-bottom: 1px solid #eee;
    margin-top: 20px;
}

.hot-news-img {
    width: 18%;
    height: 130px;
    overflow: hidden;
    float: left;
}

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

.hot-news-text h4 {
    padding: 0;
    margin: 0;
    margin-bottom: 10px;
    margin-top: 10px;
}

.hot-news-text h4 a {
    font-size: 18px;
    font-weight: normal;
    color: #333333;
}

.hot-news-text h4:hover a {
    color: #008CCF;
}

.hot-news-text {
    width: 80%;
    position: relative;
    float: right;
    height: 130px;
}

.hot-news-text p {
    font-size: 14px;
    line-height: 24px;
    color: #666666;
    overflow: hidden;
}

.hot-news-text>a {
    width: 78px;
    height: 26px;
    line-height: 26px;
    display: block;
    position: absolute;
    color: #ffffff;
    background: #008CCF;
    right: 0;
    bottom: 0;
    text-align: center;
    font-size: 12px;
}

.news-left-list-bar ul li {
    line-height: 50px;
    border-bottom: 1px solid #eee;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news-left-list-bar ul li span {
    float: right;
    font-size: 14px;
    color: #999999;
}

.news-left-list-bar ul li a {
    font-size: 14px;
    color: #333;
}

.news-left-list-bar ul li:hover a {
    color: #008CCF;
}

.news-right-box {
    float: right;
    width: 39%;
    height: 460px;
    border: 1px solid #cbcbcb;
    border-radius: 10px;
    padding: 30px;
    box-sizing: border-box;
}

.news-right-list ul li {
    border-bottom: 1px solid #eee;
    padding-bottom: 17px;
}

.news-right-list p {
    padding-left: 40px;
    box-sizing: border-box;
}

.news-right-list .question {
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    color: #333333;
    background: url(../images/ask.ico) left top no-repeat;
    margin-top: 17px;
    margin-bottom: 10px;
}

.news-right-list .question a {
    color: #333;
}

.news-right-list .question:hover a {
    color: #8e998c;
}

.news-right-list .answer {
    font-size: 14px;
    color: #999999;
    line-height: 24px;
    background: url(../images/q-ico.png) left top no-repeat;
    padding-top: 3px;
}

.footer-box {
    width: 100%;
    /*min-width: 1200px;*/
    background: #333333;
    padding-top: 150px;
    /*margin-top: 80px;*/
}

.footer-main {
    max-width: 1400px;
    margin: 0 auto;
    padding-bottom: 50px;
}

.footer-nav-box {
    float: left;
}

.footer-nav-box ul li {
    width: 140px;
    float: left;
}

.footer-nav-box .menu>li>a {
    display: block;
    font-size: 16px;
    color: #ffffff;
    margin-bottom: 20px;
}

.footer-nav-box ul li p {
    font-size: 16px;
    color: #ffffff;
    margin-bottom: 20px;
}

.footer-nav-box ul li a {
    font-size: 14px;
    display: block;
    color: #999999;
    line-height: 30px;
}

.footer-contact-box {
    width: 500px;
    float: right;
}

.footer-contact-box .footer-contact-info {
    width: 300px;
    float: left;
}

.footer-contact-box .footer-contact-info p {
    line-height: 30px;
    font-size: 16px;
    margin-bottom: 20px;
    color: #ffffff;
}

.footer-contact-box .footer-contact-info span {
    display: block;
    font-size: 14px;
    color: #999999;
    line-height: 30px;
    padding-left: 30px;
}

.footer-contact-box .footer-contact-info span.email {
    background: url(../images/add.png) left top no-repeat;
}

.footer-contact-box .footer-contact-info span.qq {
    background: url(../images/qq.png) left top no-repeat;
}

.footer-contact-box .qr {
    float: right;
    text-align: center;
}

.footer-contact-box .qr img {
    width: 130px;
    height: 130px;
    display: block;
    margin-bottom: 10px;
}

.footer-contact-box .qr span {
    font-size: 14px;
    color: #999999;
}

.footer-contact-box .footer-contact-info span.add {
    line-height: 24px;
    padding-top: 3px;
}

.footer-contact-info .tel {
    background: url(../images/tell.png) left top no-repeat;
}

.footer-contact-info .fax {
    background: url(../images/fax.png) left top no-repeat;
}

.footer-contact-info .add {
    background: url(../images/add.png) left top no-repeat;
}

.copyright {
    text-align: center;
    font-size: 14px;
    color: #ffffff;
    line-height: 70px;
    border-top: 1px solid #444;
}


/* 产品中心 */

.page-banner {
    width: 100%;
    /*min-width: 1400px;*/
    height: 360px;
    overflow: hidden;
}

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

.page-main {
    max-width: 1400px;
    margin: 0 auto;
    display: table;
    position: relative;
    z-index: 10;
}

.page-left {
    width: 260px;
    float: left;
}

.page-left-nav .title {
    height: 130px;
    background: #008CCF;
    text-align: center;
    color: #ffffff;
}

.page-left-nav .title {
    height: 130px;
    background: #008CCF;
    color: #ffffff;
    text-align: center;
    overflow: hidden;
}

.page-left-nav .title p {
    font-size: 30px;
    font-weight: bold;
    margin-top: 30px;
    margin-bottom: 10px;
}

.page-left-nav .title p em {
    color: #193b38;
}

.page-left-nav .title span {
    font-size: 16px;
    font-weight: bold;
    opacity: .5;
}

.left-nav-list {
    background: #056E9F;
    padding-top: 20px;
    padding-bottom: 50px;
}

.left-nav-list ul {
    padding-left: 60px;
}

.left-nav-list ul li {
    height: 50px;
    line-height: 50px;
    box-sizing: border-box;
    border-bottom: 1px solid #056E9F;
}

.left-nav-list ul li a {
    color: #ffffff;
    font-size: 16px;
}

.left-nav-list ul li:hover {
    border-bottom: 1px solid #008CCF;
}

.left-nav-list ul li:hover a {
    color: #008CCF;
}

.left-nav-list ul li.current-cat {
    border-bottom: 1px solid #008CCF;
}

.left-nav-list ul li.current-cat a {
    color: #008CCF;
}

.left-nav-list ul li.current_page_item {
    border-bottom: 1px solid #008CCF;
}

.left-nav-list ul li.current_page_item a {
    color: #008CCF;
}

.page-left-contact {
    margin-top: 40px;
}

.page-left-contact .title {
    height: 60px;
    background: #008CCF;
}

.page-left-contact .title p {
    text-indent: 20px;
    line-height: 60px;
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
}

.page-left-contact .title p span {
    color: #ffffff;
    font-size: 16px;
    font-weight: normal;
    margin-left: 5px;
}

.left-contact-img {
    width: 260px;
    height: 140px;
}

.left-contact-info {
    padding: 20px 20px 30px;
    background: #056E9F;
    color: #ffffff;
    font-size: 14px;
}

.left-contact-info span {
    display: block;
    line-height: 30px;
    padding-left: 30px;
}

.left-contact-info span.add {
    line-height: 24px;
    padding-top: 3px;
}

.left-contact-info .tel {
    background: url(../images/tell.png) left top no-repeat;
}

.left-contact-info .fax {
    background: url(../images/fax.png) left top no-repeat;
}

.left-contact-info .add {
    background: url(../images/add.png) left top no-repeat;
}

.left-contact-info .qq {
    background: url(../images/qq.png) left top no-repeat;
}

.left-contact-info .email {
    background: url(../images/email.png) left top no-repeat;
}

.page-right {
    padding-top: 80px;
    padding-bottom: 80px;
    width: 100%;
}

.breadcrumb {
    width: 900px;
    height: 50px;
    background: #f7f7f7;
    margin-left: 30px;
    margin-bottom: 30px;
    line-height: 50px;
    font-size: 14px;
    position: relative;
    padding-left: 35px;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.breadcrumb em {
    position: absolute;
    width: 14px;
    height: 14px;
    background: url(../images/home-ico.png);
    display: block;
    left: 15px;
    top: 50%;
    margin-top: -7px;
}

.breadcrumb a {
    color: #666666;
}

.breadcrumb a:after {
    content: '';
    margin: 0 0px;
}

.breadcrumb1111111 a:after {
    content: '>';
    margin: 0 5px;
}

.breadcrumb #crumbs {
    display: inline-block;
}

.breadcrumb #crumbs span {
    color: #999999;
}

.pagination {
    width: 100%;
    line-height: 36px;
    text-align: center;
    overflow: hidden;
    padding-top: 1em;
}

.pagination a,
.pagination span.current {
    padding: 3px 8px;
    margin: 2px;
    text-decoration: none;
    color: #888;
    border: 1px solid #ccf;
}

.pagination a:hover,
.pagination span.current {
    border: 1px solid #008CCF;
    color: #008CCF;
    font-weight: bolder;
}

.pagination h2 {
    display: none;
}

.pagination span.meta-nav {
    width: 0;
    height: 0;
    display: none;
}


/* 新闻动态 */

.page-product-list {
    width: 100%;
    /*margin-left: 30px;*/
    margin-bottom: 50px;
}
.u-m-b {
    margin-bottom: 18px;
}

.page-news-list-item {
    width: 100%;
    height: 160px;
    background: #f7f7f7;
    box-sizing: border-box;
    padding: 20px;
    margin-bottom: 20px;
}

.pnli-img {
    width: 200px;
    height: 120px;
    float: left;
    overflow: hidden;
}

.pnli-img img {
    width: 100%;
    transition: all .3s;
}

.pnli-text {
    width: 860px;
    float: left;
    margin-left: 30px;
    transition: all .3s;
}

.pnli-title {
    line-height: 1.5;
    margin-bottom: 10px;
    margin-top: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.pnli-title a {
    font-size: 20px;
    color: #333333;
}

.pnli-content {
    font-size: 12px;
    line-height: 24px;
    color: #666666;
}

.pnli-time-more {
    width: 140px;
    float: right;
}

.pnli-time-more p {
    font-size: 20px;
    color: #999999;
    margin-top: 20px;
}

.pnli-time-more a {
    width: 80px;
    height: 30px;
    display: block;
    line-height: 28px;
    text-align: center;
    box-sizing: border-box;
    border: 1px solid #008CCF;
    border-radius: 15px;
    font-size: 12px;
    color: #008CCF;
    margin-top: 30px;
    transition: all .3s;
}

.page-news-list-item:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, .1);
}

.page-news-list-item:hover .pnli-text {
    margin-left: 40px;
}

.page-news-list-item:hover .pnli-time-more a {
    margin-left: 20px;
    background: #008CCF;
    color: #ffffff;
}

.page-news-list-item:hover .pnli-img img {
    transform: scale(1.1);
}


/* 产品详情 */

.page-product-details {
    padding-left: 30px;
    padding-top: 10px;
}

.ppd-img {
    width: 460px;
    float: left;
    margin-right: 48px;
}

.ppd-info {
    width: 600px;
    height: 470px;
    float: right;
    position: relative;
}

.ppd-img .gallery-top {
    width: 460px;
    height: 360px;
    border: 1px solid #ddd;
    box-sizing: border-box;
    overflow: hidden;
}

.ppd-img-bar img {
    width: 100%;
}

.ppd-img .gallery-thumbs {
    width: 460px;
    height: 90px;
    box-sizing: border-box;
    border: 1px solid #ddd;
    margin-top: 20px;
    position: relative;
    overflow: hidden;
    padding: 5px 25px;
}

.ppd-img .gallery-thumbs .swiper-slide {
    cursor: pointer;
    box-sizing: border-box;
    overflow: hidden;
    border: 1px solid #f5f5f5;
}

.ppd-img .gallery-thumbs .swiper-slide img {
    height: 100%;
}

.gallery-thumbs .swiper-slide {
    height: 100%;
    opacity: 0.4;
}

.gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
}

.ppd-img .swiper-button-prev {
    left: 0;
    transform: scale(.6);
}

.ppd-img .swiper-button-next {
    right: 0;
    transform: scale(.6);
}

.ppd-tell {
    width: 100%;
    height: 90px;
    background: #008CCF;
    line-height: 90px;
    text-align: center;
    font-size: 24px;
    color: #ffffff;
    position: absolute;
    bottom: 0;
}

.ppd-pname {
    font-size: 24px;
    line-height: 50px;
    border-bottom: 1px solid #ddd;
}

.ppd-info-content {
    padding-top: 20px;
}

.ppd-info-content p {
    font-size: 14px;
    color: #666666;
    line-height: 24px;
}

.ppd-price {
    font-size: 24px;
    color: #e64343;
    margin-top: 30px;
}

.ppd-price span {
    font-size: 14px;
    color: #999999;
}

.ppd-content-box {
    border: 1px solid #eee;
    margin-top: 40px;
    box-sizing: border-box;
}

.ppd-content-text-title {
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-indent: 20px;
    background: #eeeeee;
    font-size: 16px;
    font-weight: bold;
    color: #333333;
}

.ppd-content-text {
    padding: 30px 20px 50px;
    font-size: 14px;
    line-height: 30px;
    color: #666666;
}

.ppd-content-text img {
    /*display: none !important;*/
}

.ppd-content-text p {
    /*margin-bottom: 20px;*/
}

.page-tab {
    font-size: 14px;
    margin-top: 30px;
}

.page-tab a {
    margin: 0 10px;
    color: #666666;
}

.page-tab span {
    color: #999999;
    margin: 0 5px;
}

.page-tab .pre {
    width: 50%;
    float: left;
    padding-left: 20px;
    box-sizing: border-box;
    line-height: 16px;
    background: url(../images/pt-pre.png) left no-repeat;
}

.page-tab .next {
    width: 50%;
    float: right;
    text-align: right;
    padding-right: 20px;
    box-sizing: border-box;
    background: url(../images/pt-next.png) right no-repeat;
}

.page-tab .next span {
    float: right;
}


/* 新闻详情 */

.page-news-details {
    width: 900px;
    margin-left: 30px;
    box-sizing: border-box;
    padding: 0 50px;
}

.pnd-content-title {
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
}

.pnd-content-title h4 {
    text-align: center;
    font-size: 30px;
    font-weight: normal;
    margin-top: 50px;
    margin-bottom: 30px;
}

.pnd-content-title span {
    font-size: 12px;
    color: #999999;
    display: inline-block;
    line-height: 16px;
    padding-left: 20px;
}

.pnd-content-title span.sort {
    background: url(../images/sort.png) left top no-repeat;
}

.pnd-content-title span.time {
    background: url(../images/time.png) left top no-repeat;
    margin-left: 20px;
}

.pnd-content-title span.eyes {
    float: right;
    background: url(../images/eyes.png) left top no-repeat;
}

.pnd-content-text {
    font-size: 14px;
    color: #333;
    line-height: 30px;
    margin-top: 30px;
    border-bottom: 1px solid #eee;
}

.pnd-content-text img {
    display: block;
    max-width: 100%;
}

.pnd-content-text p {}

.pnd-content-page {
    margin-top: 50px;
}

.pnd-content-page p {
    line-height: 40px;
}

.pnd-content-page span {
    color: #999999;
}

.pnd-content-page a {
    margin: 0 10px;
    color: #666666;
}

.pnd-content-page .pre {
    width: 50%;
    float: left;
    font-size: 14px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.pnd-content-page .next {
    width: 50%;
    float: right;
    text-align: right;
    font-size: 14px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.pnd-content-page .next span {
    float: right;
}


/* 关于我们 */

.page-about-details {
    width: 100%;
    box-sizing: border-box;
    padding: 0 50px 0;
}
.container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 15px;
    padding-top: 50px;
}
.pad-title {
    text-align: center;
    font-size: 32px;
    color: #008CCF;
    margin: 50px 0 30px;
    padding-bottom: 15px;
    position: relative;
}

.pad-title:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background-color: #008CCF;
}
.pad-content {
    font-size: 14px;
    line-height: 30px;
    color: #333333;
}

.pad-content img {
    max-width: 100%;
    margin: 0 auto;
}


/* 联系我们 */

.pcc-box {
    overflow: hidden;
}

.pcc-text {
    float: left;
}

.pcc-text p {
    color: #333333;
}

.pcc-text span {}

.pcc-qr {
    float: right;
    text-align: center;
}

.pcc-qr img {
    display: block;
}

.pcc-qr span {
    font-size: 14px;
    color: #999999;
}

.baidu-map {
    margin-top: 60px;
}


/*right-bar*/

.right-bar {
    position: fixed;
    top: 50%;
    right: 0;
    width: 50px;
    height: 203px;
    z-index:99;
    transform: translateY(-50%);
}

.right-bar ul li {
    width: 50px;
    height: 50px;
    background: #fff;
    box-shadow: 0 2px 21px rgba(108, 108, 108, .19);
    cursor: pointer;
    position: absolute;
}

.right-bar ul li a {
    width: 50px;
    height: 50px;
    text-align: center;
    cursor: pointer;
    overflow: hidden;
    display: block;
    float: left;
}

.rtbar-li2 {
    top: 52px;
}

.right-bar ul li.rtbar-li3 {
    top: 104px;
    width: 280px;
}

.rtbar-li4 {
    top: 156px;
}

.right-bar ul li em {
    width: 30px;
    height: 30px;
    display: block;
    margin: 12px auto 5px;
}

.right-bar ul li a span {
    font-size: 14px;
    color: #666;
    line-height: 1.1;
}

.right-bar ul li:hover {
    background: #008CCF;
    box-shadow: 0 2px 21px rgba(106, 172, 90, .45);
}

.right-bar ul li:hover span {
    color: #fff;
}
.icon-rtbar {
    background-color: #008CCF !important;
}
.rtbar-li1 em {
    background: url(../images/righ-bar-ico1.png) -30px 0 no-repeat;
}

.rtbar-li1:hover em {
    background: url(../images/righ-bar-ico1.png) -30px 0 no-repeat;
}

.rtbar-li2 em {
    background: url(../images/righ-bar-ico2.png) -30px 0 no-repeat;
}

.rtbar-li2:hover em {
    background: url(../images/righ-bar-ico2.png) -30px 0 no-repeat;
}

.rtbar-li3 em {
    background: url(../images/righ-bar-ico3.png) -30px 0 no-repeat;
}

.rtbar-li3 strong {
    font-size: 16px;
    line-height: 76px;
    color: #fff;
    font-weight: 500;
}

.rtbar-li3:hover em {
    background: url(../images/righ-bar-ico3.png) -30px 0 no-repeat;
}

.right-bar ul li.rtbar-li4 em {
    margin-top: 12px;
    background: url(../images/righ-bar-ico4.png) -30px 0 no-repeat;
}

.right-bar ul li.rtbar-li4:hover em {
    background: url(../images/righ-bar-ico4.png) -30px 0 no-repeat;
}

.rtbar_shwx {
    position: absolute;
    right: 78px;
    top: 0px;
    background: #fff;
    box-shadow: 0 2px 21px rgba(108, 108, 108, .19);
    display: none;
    z-index: 20;
}

.rtbar_shwx img {
    padding: 5px;
    max-width: 140px;
}

.right-bar ul li.gotop {
    display: none;
    background: #008CCF;
}

.nav-box ul .current-menu-item>a {
    color: #008CCF;
}

.pad-content .wp-block-gallery {
    overflow: hidden;
}

.pad-content .wp-block-gallery .blocks-gallery-item {
    float: left;
    width: 33.33%;
}

.search-page-list {
    width: 900px;
    margin-left: 30px;
    padding: 0 30px;
    box-sizing: border-box;
}

.search-page-list .search-list-item {
    border-bottom: 1px dashed #eeeeee;
    font-size: 14px;
}

.search-page-list .search-list-item a {
    display: inline-block;
    width: 70%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 50px;
}

.search-page-list .search-list-item span {
    float: right;
    color: #999999;
    line-height: 50px;
}

.search-page-list .search-num {
    line-height: 40px;
    text-align: right;
    color: #999999;
}

.search-page-list .search-num span {
    color: red;
}

.search-page-list .search-list-item strong {
    color: red;
}

.entry-content p {
    text-align: center;
    margin: 20px 0;
    line-height: 1.5;
    font-size: 30px;
    color: #ccc;
    padding-top: 100px;
}

.serch-form {
    float: left;
}

.serch-form .input-bar {
    box-sizing: border-box;
    border: 1px solid #008CCF;
}

.serch-form .input-btn {
    display: block;
}

.search-num {
    margin-bottom: 40px;
}


/* 手机端 */

.wap-menu {
    float: right;
    background: none;
    border: 1px solid #333;
    padding: 5px 8px;
    display: none;
}

.wap-menu span {
    display: block;
    width: 20px;
    height: 2px;
    background: #333333;
    margin: 4px 0;
}

.about-img-box .title {
    display: none;
    text-align: center;
    margin-bottom: 30px;
}

.about-img-box .title span {
    font-size: 16px;
    font-weight: bold;
    opacity: .5;
    color: #ffffff;
}

.about-img-box .title p {
    font-size: 30px;
    font-weight: bold;
    margin-top: 30px;
    margin-bottom: 10px;
    color: #ffffff;
}

.open-box .box-text a {
    display: none;
}

@media only screen and (max-width: 760px) {
    body {
        padding-top: 70px !important;
        margin: 0;
    }
    .container {
        min-width: auto;
    }
    .wap-menu {
        display: block;
    }
    .head-box {
        width: 100%;
        height: auto;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 10;
        background: #ffffff;
    }
    .logo-box {
        width: 100%;
        border-bottom: 1px solid #ddd;
        padding: 16px 20px;
        margin-top: 0;
        box-sizing: border-box;
        overflow: hidden;
        height: auto;
    }
    .nav-box {
        width: 100%;
        height: 0px;
        transition: all .3s ease;
        overflow: hidden;
        visibility: hidden;
        box-sizing: border-box;
    }
    .wap-home {
        height: 100%;
        visibility: visible;
        padding: 20px;
    }
    .nav-box ul {
        margin-top: 0;
    }
    .nav-box ul li {
        line-height: 50px;
        border-bottom: 1px solid #ddd;
    }
    .nav-box ul li ul {
        display: none;
    }
    .nav-box ul li {
        float: none;
        margin: 0;
    }
    .banner-box {
        width: 100%;
        min-width: auto;
    }
    .banner-box {
        width: 100%;
        height: 220px;
        overflow: hidden;
    }
    .banner-box .swiper-container {
        width: 100%;
        height: 220px;
    }
    .banner-box .swiper-slide {
        width: 100%;
    }
    .banner-box .swiper-container img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .search-box {
        width: 100%;
        height: auto;
        min-width: 100%;
        background: #193b38;
        overflow: hidden;
        padding: 20px;
        box-sizing: border-box;
    }
    .search-input {
        width: 100%;
        margin: 0;
    }
    .search-box .search-main {
        width: 100%;
    }
    .search-box .hot-word {
        display: none;
    }
    .search-box .search-input {
        float: none;
    }
    .input-bar {
        width: 80%;
    }
    .input-btn {
        width: 20%;
    }
    .products-box {
        margin: 0;
        padding: 0;
    }
    .product-list {
        padding: 10px;
        box-sizing: border-box;
    }
    .products-nav {
        width: 100%;
    }
    .five-item {
        width: 100% !important;
        margin: 4px 0;
    }
    .products-nav .title {
        background: #ffffff;
    }
    .products-nav .title {
        color: #333333;
    }
    .products-nav .product-nav-list {
        display: none;
    }
    .products-nav .contact-box {
        display: none;
    }
    .products-box {
        width: 100%;
    }
    .product-list {
        width: 100%;
    }
    .product-list-item {
        width: 50%;
        padding: 10px;
        margin: 0;
        overflow: hidden;
        box-sizing: border-box;
    }
    .product-img {
        width: 100%;
        height: 160px;
    }
    .product-list-item img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .about-box {
        min-width: 100%;
        height: auto;
        background: #008CCF;
        overflow: hidden;
        padding-top: 0;
    }
    .about-main {
        width: 100%;
    }
    .about-img-box {
        width: 100%;
        height: auto;
    }
    .about-img-box .swiper-slide {
        width: 100%;
    }
    .about-img-box .swiper-slide img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .about-img-box .title {
        display: block;
    }
    .about-text {
        width: 100%;
        height: auto;
    }
    .about-text .title {
        display: none;
    }
    .about-text .text-box {
        margin-top: 20px;
        margin-bottom: 20px;
        padding: 0 20px;
    }
    .about-text .a-box {
        position: static;
        margin: 0;
    }
    .about-text .a-box a {
        width: 33.33%;
        margin: 0;
    }
    .solution-box {
        width: 100%;
        min-width: 100%;
    }
    .close-box {
        display: none;
    }
    .solution-item {
        width: 33.33%;
    }
    .open-box {
        width: 100%;
        padding: 20px;
        height: auto;
    }
    .solution-box .active .open-box {
        width: 100%;
        display: block;
        opacity: 1;
        padding: 20px;
        height: auto;
    }
    .open-box .box-text p {
        font-size: 18px;
        height: 58px;
    }
    .open-box .box-text span {
        display: none;
    }
    .open-box .box-text a {
        display: block;
        text-align: center;
        color: #ffffff;
        margin-top: 20px;
    }
    .case-box {
        min-width: 100%;
        background-size: auto 80%;
        height: auto;
        margin-top: 40px;
    }
    .case-box .title-box {
        width: 100%;
    }
    .case-box .title-box .title {
        text-align: center;
        float: none;
    }
    .case-box .title-box .title p {
        font-size: 24px;
    }
    .news-box .title p {
        font-size: 24px;
        text-align: center;
    }
    #five .title p {
        font-size: 24px;
        text-align: center;
    }
    .case-box .title-box .case-more a {
        float: none;
        margin: 20px auto;
    }
    .case-box .case-list {
        width: 100%;
    }
    .case-box .case-list .swiper-container {
        height: auto;
        padding-bottom: 40px;
    }
    .case-box .case-list .swiper-slide {
        width: 100%;
        height: auto;
        float: left;
        padding: 0 20px;
        box-sizing: border-box;
        position: relative;
        overflow: hidden;
    }
    .case-box .case-list .case-img {
        width: 100%;
        max-height: 258px;
        overflow: hidden;
    }
    .case-box .case-list .swiper-slide img {
        width: 100%;
        display: block;
    }
    .news-box {
        width: 100%;
    }
    .news-box-main {
        width: 100%;
        padding: 20px;
        box-sizing: border-box;
    }
    .news-left-box {
        width: 100%;
        height: auto;
        padding: 20px;
    }
    .news-left-box .tab-title {
        text-align: center;
    }
    .news-left-box .tab-title ul {
        float: none;
        overflow: hidden;
    }
    .news-left-box .tab-title ul li {
        float: none;
        display: inline-block;
        margin: 0 10px;
    }
    .news-left-box .tab-title a {
        float: none;
    }
    .news-right-box {
        width: 100%;
        height: auto;
        margin-top: 20px;
        padding: 20px;
    }
    .hot-news-text {
        width: 100%;
        height: auto;
    }
    .hot-news-text h4 {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .hot-news-text>a {
        position: static;
        margin-top: 20px;
    }
    .hot-news-img {
        width: 100%;
        height: auto;
    }
    .hot-news-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .footer-box {
        min-width: 100%;
        padding: 0 20px;
        box-sizing: border-box;
        margin-top: 40px;
    }
    .footer-main {
        width: 100%;
    }
    .footer-nav-box {
        float: none;
    }
    .footer-nav-box ul li {
        width: 100%;
        float: left;
        border-bottom: 1px solid #444;
        margin-top: 20px;
    }
    .footer-nav-box ul li {
        display: none;
    }
    .footer-contact-box {
        width: 100%;
    }
    .footer-contact-box .footer-contact-info {
        width: 100%;
        float: none;
        margin-top: 20px;
    }
    .footer-contact-box .qr {
        float: none;
        text-align: center;
    }
    .footer-contact-box .qr img {
        display: block;
        margin: 30px auto 10px;
    }
    .copyright {
        line-height: 30px;
        padding: 10px 0;
    }
    .right-bar {
        display: none;
    }
    .page-banner {
        width: 100%;
        min-width: 100%;
        height: 200px;
        overflow: hidden;
    }
    .page-main {
        display: block;
        width: 100%;
        margin: 0;
        position: static;
        overflow: hidden;
    }
    .page-left-contact {
        display: none;
    }
    .page-left {
        width: 100%;
    }
    .breadcrumb {
        width: 100%;
        margin: 0;
    }
    .page-right {
        width: 100%;
        margin: 0;
        padding-top: 0;
    }
    .page-product-list {
        width: 100%;
        margin: 0;
    }
    .page-left-nav .title {
        height: 60px;
    }
    .page-left-nav .title p {
        font-size: 24px;
        margin: 0;
        line-height: 60px;
    }
    .page-left-nav .title span {
        display: none;
    }
    .left-nav-list {
        overflow: hidden;
        padding: 0;
        display: -webkit-box;
        overflow-x: scroll;
        -webkit-overflow-scrolling: touch;
    }
    .left-nav-list ul {
        white-space: nowrap;
        width: auto;
        padding: 0;
    }
    .left-nav-list ul li {
        display: inline-block;
        line-height: 50px;
        margin: 0 20px;
    }
    .page-about-details {
        width: 100%;
        margin: 0;
        box-sizing: border-box;
        padding: 10px 20px 0;
    }
    .wp-block-image {
        margin: 0;
        padding: 0;
    }
    .pad-content .wp-block-gallery .blocks-gallery-item {
        width: 50%;
        padding: 10px;
        box-sizing: border-box;
    }
    .pad-content .wp-block-gallery figure {
        margin: 0;
    }
    .baidu-map img {
        width: 100%;
    }
    .pcc-qr,
    .pcc-text {
        float: none;
    }
    .pcc-qr img {
        display: block;
        margin: 20px auto 0;
    }
    .page-news-list-item {
        width: auto;
        height: auto;
        box-sizing: border-box;
        margin: 10px;
        overflow: hidden;
        padding: 10px;
    }
    .pnli-img {
        width: 30%;
        height: 68px;
    }
    .pnli-text {
        width: 70%;
        margin: 0;
        padding-left: 10px;
        box-sizing: border-box;
    }
    .pnli-title {
        line-height: 1.5;
        margin: 0;
        overflow: hidden;
        white-space: normal;
        word-break: break-all;
        text-overflow: ellipsis;
        display: -webkit-box;
        /** 对象作为伸缩盒子模型显示 **/
        -webkit-box-orient: vertical;
        /** 设置或检索伸缩盒对象的子元素的排列方式 **/
        -webkit-line-clamp: 2;
        /** 显示的行数 **/
    }
    .pnli-title a {
        font-size: 16px;
    }
    .pnli-content {
        display: none;
    }
    .pnli-time-more {
        display: none;
    }
    .page-news-details {
        width: 100%;
        margin: 0;
        padding: 0 20px;
    }
    .pnd-content-title span.time {
        margin-left: 10px;
    }
    .pnd-content-page .pre,
    .pnd-content-page .next {
        width: 100%;
        float: none;
    }
    .pnd-content-page .next span {
        float: none;
    }
    .pnd-content-page .next {
        text-align: left;
    }
    .page-product-details {
        padding: 20px;
    }
    .ppd-img {
        width: 100%;
        float: none;
    }
    .ppd-img .gallery-top {
        width: auto;
        height: 260px;
        border: 1px solid #ddd;
        box-sizing: border-box;
        overflow: hidden;
    }
    .ppd-img .gallery-thumbs {
        width: 100%;
        height: 70px;
        box-sizing: border-box;
        border: 1px solid #ddd;
        margin-top: 10px;
        position: relative;
        overflow: hidden;
        padding: 5px 25px;
    }
    .ppd-img .swiper-slide img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .ppd-info {
        width: 100%;
        height: auto;
        float: none;
        position: static;
    }
    .ppd-tell {
        width: 100%;
        height: 90px;
        background: #008CCF;
        line-height: 90px;
        text-align: center;
        font-size: 24px;
        color: #ffffff;
        position: static;
        margin-top: 20px;
    }
    .page-tab .pre,
    .page-tab .next {
        float: none;
        width: 100%;
        background: none;
        padding: 0;
        line-height: 40px;
    }
    .page-tab .next {
        text-align: left;
    }
    .page-tab .next span {
        float: none;
    }
    .pnd-content-title span.eyes {
        display: none;
    }
    .search-page-list {
        width: 100%;
        margin-left: 0;
        padding: 20px;
    }
    .search-num .serch-form {
        width: 70%;
    }
    .page-news-list-item:hover .pnli-text {
        margin: 0;
    }
    .case-box .case-list .swiper-slide:hover .case-text p {
        margin-bottom: 10%;
    }
    .case-box .case-list .swiper-slide:hover .case-ico {
        margin-top: 20%;
    }
}

#maximg img {
    max-width: 100% !important;
    height: auto !important;
    display: inline-block;
}

#maximg p span {
    text-wrap: inherit !important;
}
#maximg table {
    width: 100%;
}
.pagebar {
    padding: 20px;
    overflow: hidden;
    clear: both;
}

.pagebar .pagination {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

.pagination a {
    background: #fff;
    border: 1px solid #ccc;
    color: #333;
    font-size: 12px;
    padding: 8px 10px;
    margin: 0 2px;
    border-radius: 3px;
    line-height: 100%
}

.pagination span {
    color: #333;
    font-size: 12px;
    padding: 0px 2px;
    margin: 0 2px;
    border-radius: 3px;
}

.pagination a:hover {
    color: #333;
    border: 1px solid #008CCF;
}

.pagination a.page-num-current {
    color: #fff;
    background: #008CCF;
    border: 1px solid #008CCF;
}

.pagination .st {
    font-family: 宋体
}

.text-secondary {
    text-align: center;
    padding: 20px 0
}

.swiper-button-next,
.swiper-button-prev {
    color: #008CCF !important
}

.kuang {
    width: 100%;
    height: 100px;
    padding: 10px;
    box-sizing: border-box;
    margin-bottom: 20px
}






/*产品页*/
#product_list_main {
    
}
.product_list_tabs_bg {
    background-color: #F2F2F2;
}
.product_list_tabs {
    display: flex;
    justify-content: space-between;
    max-width: 1400px;
    margin: 0 auto;
}
.product_list_tabs_right {
    height: 70px;
    flex: 1;
    line-height: 70px;
    color: #333;
    font-size: 14px;
    text-align: center;
    white-space: nowrap;
}
.product_list_tabs_left {
    width: 60vw;
    transition: all 0.3s ease-out;
    position: relative;
    display: flex;
}
.product_list_tabs_left ul::-webkit-scrollbar {
    display: block;
    width: 0px;
    height: 0px;
    -webkit-margin-bottom-collapse: 12px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding-bottom: 0px;
}
.product_list_tabs_left ul{
    display: flex;
    flex-wrap: nowrap;
    overflow-x: scroll;
    padding: 0 69px;
}
.product_list_tabs_left ul li a {
    display: block;
    height: 70px;
    line-height: 70px;
    color: #333;
    text-align: center;
    font-size: 16px;
    margin: 0 10px;
    padding: 0 20px;
    cursor: pointer;
    transition: 0.3s ease 0s;
    white-space: nowrap;
}
.product_list_tabs_left .arrow {
    position: absolute;
    height: 70px;
    line-height: 70px;
    color: #008CCF;
    text-align: center;
    font-size: 16px;
    padding: 0 24px;
    cursor: pointer;
    background-color: #F2F2F2;
}
.product_list_tabs_left .arrow-left{
    left: 0px;
    z-index: 999;
}
.product_list_tabs_left .arrow-right{
    right: 0px;
    z-index: 999;
}
.product_list_tabs_left .zhanwei {
    display: block;
    height: 70px;
    width: 60px;
}
.product_list_tabs_left ul .active {
    background-color: #008CCF !important;
    color: #FFF !important;
}
.product_list_tabs_left ul li:hover a {
    color: #FFF !important;
    background-color: #008CCF;
}

.product_list {
    max-width: 1200px;
    margin: 48px auto;
    display: flex;
    flex-wrap: wrap;
}
.product_item {
    margin: 10px 0;
    padding: 0 15px;
    overflow: hidden;
    width: calc(100% / 4 - 30px);
}
.product_item_img {
    overflow: hidden;
    border: 1px solid #008ccf36;
    width: 100%;
    height: auto;
}
.product_item_img img {
    transition: all 0.5s ease-out;
    width: 100%;
    height: 100%;
}
.product_item:hover .product_item_img{
    border: 1px solid #008CCF;
}
.product_item:hover .product_item_img img {
    transform: scale(1.1);
}
.product_item:hover .product_item-title p a {
    color: #008CCF;
}
.product_item-title {
    text-align: center;
    background-color: #F5F5F5;
    width: 100%;
    white-space: wrap;
    text-overflow: ellipsis;
    line-height: 3.5;
}
.product_item-title p {
    white-space: nowrap; /* 文本不换行 */
    overflow: hidden; /* 溢出隐藏 */
    text-overflow: ellipsis; /* 显示省略号 */
}
.page_container {
    width: 100%;
}
.product-page {
    /*width: 1200px;*/
    max-width: 1200px;
    margin: 0 auto;
}
#about_us .container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 20px;
}

#about_us .header-image {
    width: 100%;
    /*height: 400px;*/
    object-fit: cover;
    margin-bottom: 30px;
}

#about_us .stats-row {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

#about_us .stat-item {
    text-align: center;
    width: 22%;
    min-width: 200px;
    margin: 10px;
}
#about_us .stat-item img {
    width: 40px;
    height: auto;
}
#about_us .stat-icon {
    width: 80px;
    height: 80px;
    margin-bottom: 15px;
}

#about_us .stat-number {
    font-size: 32px;
    font-weight: bold;
    color: #008CCF;
    margin: 10px 0;
}
.about_video {
    margin: 0 auto;
    display: flex;
    justify-content: center;
}
.about_video video {
    width: 80%;
}
#about_us .stat-text {
    font-size: 16px;
    color: #555;
}

#about_us .about-section {
    /*background-color: #f9f9f9;*/
    padding: 30px;
    border-radius: 8px;
    margin-bottom: 40px;
}
#about_us .about-section:nth-child(1) {
    margin-bottom: 0px;
    padding-bottom: 0px;
}

#about_us .section-title {
    text-align: center;
    font-size: 32px;
    color: #008CCF;
    margin: 50px 0 30px;
    padding-bottom: 15px;
    position: relative;
}

#about_us .section-title:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background-color: #008CCF;
}

#about_us .about-section .about-section-text {
    font-size: 16px;
    text-indent: 2em;
    line-height: 1.8;
    background-color: #F9FAFB;
    padding: 28px;
    border-radius: 32px;
    border: 1px solid #e5e7eb;
}

#about_us .gallery {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 20px;
}

#about_us .gallery img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 5px;
    transition: transform 0.3s;
}

#about_us .gallery img:hover {
    transform: scale(1.03);
}

@media (max-width: 768px) {
    #about_us .stat-item {
        width: 45%;
    }
    
    #about_us .header-image {
        height: 250px;
    }
}

@media (max-width: 480px) {
    #about_us .stat-item {
        width: 100%;
    }
}
@media screen and (max-width: 1009px) {
    .product_list_tabs_right {
        display: none;
    }
    .product_list_tabs_left {
        width: 100%;
    }
    .product_list_tabs_left ul li a {
        font-size: 12px;   
    }
}
@media screen and (max-width: 992px) {
    .product_list {
        max-width: calc(70vw + 60px);
    }
    .product_item {
        width: calc(70vw / 2);
    }
}


/* 企业文化核心 */

/* 标题样式 */
#cultrue .section-title {
    text-align: center;
    font-size: 32px;
    color: #008CCF;
    margin: 50px 0 30px;
    padding-bottom: 15px;
    position: relative;
}

#cultrue .section-title:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background-color: #008CCF;
}
#cultrue .container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 15px;
}
#culture-core {
    background-color: white;
    padding: 50px 0;
}

#core-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}
#culture-core .qywh {
    font-size: 16px;
    line-height: 1.8;
    text-indent: 2em;
}
#culture-core .core-item {
    text-align: center;
    padding: 30px;
    transition: transform 0.3s;
    background-color: #fafafa;
}

#culture-core .core-item:hover {
    transform: translateY(-10px);
}

#culture-core .core-icon {
    font-size: 48px;
    color: #4CAF50;
    margin-bottom: 10px;
}

#culture-core .core-item h3 {
    color: #008CCF;
    margin-bottom: 15px;
}


/* 环保价值观 */
#eco-values {
    padding: 50px 0;
    margin-bottom: 50px;
    background-color: white;
}

#values-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

#eco-values .value-card {
    background-color: #f9f9f9;
    padding: 25px;
    border-radius: 8px;
    border-top: 4px solid #008CCF;
    text-align: center;
}

#eco-values .value-card h3 {
    color: #008CCF;
}

/* 团队风采 */
#team-culture {
    /*background-color: #f9f9f9;*/
    padding: 50px 0;
}

#team-gallery {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-top: 30px;
}

#team-culture .team-photo {
    height: 250px;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}

#team-culture .team-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s;
}

#team-culture .team-photo:hover img {
    transform: scale(1.1);
}

#team-culture .photo-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,140,207, 0.8);
    color: white;
    padding: 15px;
    text-align: center;
}

/* 响应式设计 */
@media (max-width: 992px) {
    #core-container, #values-container {
        grid-template-columns: repeat(2, 1fr);
    }
    
    #team-gallery {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    #culture-banner {
        height: 400px;
    }
    
    #banner-content h1 {
        font-size: 36px;
    }
    
    #mv-container, #core-container, #values-container {
        grid-template-columns: 1fr;
    }
    
    #team-gallery {
        grid-template-columns: 1fr;
    }
}



/*创始人介绍*/
.cardList {
    
}
.cardItem {
    border: 1px solid #6666601;
    margin-bottom: 18px;
    transition: all .3s ease;
    padding: 12px;
    background-color: #FFF;
}
.cardItem:hover {
    box-shadow: 0 15px 50px -5px rgb(29 56 72 / 20%);
}
.card-desc strong {
    position: relative;
    color: #000 !important;
}
.card-desc strong:before{
    content:"";
    width: 100%;
    height: 4px;
    background-color: #008CCF;
    position: absolute;
    top: 20px;
}
.cardImg {
    width: 400px;
    height: 300px;
}
.cardImg img {
    /*width: 100%;*/
    height: 100%;
}
@media screen and (max-width: 1009px) {
    .cardItem {
        /*width: 100%;*/
        flex-direction: column;
    }
    .card-desc {
        text-align: center;
    }
    .cardImg {
        width: 100%;
    }
}
/*创始人介绍*/
#about_us_team .container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 50px 20px;
}
#about_us_team .section h2 {
    text-align: center;
    font-size: 32px;
    color: #008CCF;
    margin: 50px 0 30px;
    padding-bottom: 15px;
    position: relative;
}

#about_us_team .section h2:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background-color: #008CCF;
}
.csr-hxtd{
    width: 100%;
    gap: 20px;
    margin: 20px 0;
}
.csr-hxtd img{
    height: 50%;
    width: calc(50% - 10px);
}
.danren {
    margin: 18px 0;
}
.danren ul {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}
.danren ul li {
    width: calc((100% / 4) - 56px - 24px);
    background-color: #fff;
    border-radius: 12px;
    padding: 28px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    transition: transform 0.3s ease;
    cursor: pointer;
    border-left: 4px solid #008CCF;
}
.danren ul li:hover {
    transform: translateY(-5px);
}
@media (max-width: 768px) {
    .danren ul li {
        width: 100%;
    }
}
.hxtd {
    display: flex;
    margin-top: 50px;
}
.hxtd-img {
    width: 50%;
}
.hxtd-img img {
    width: 100%;
}
.hxtd-info {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.hxtd-info span {
    display: block;
    font-size: 28px;
    width: 400px;
    color: #BDBDBD;
    letter-spacing: 1.5px;
    line-height: 1.5;
}
.ljj-desc {
    margin-top: 38px;
}
.ljj-desc p {
    margin-top: 8px;
    text-indent: 16px;
    line-height: 24px;
    font-size: 16px;
    color: #4C4948;
}
.p-m-b {
    margin-bottom: 28px;
}
.ljj-desc strong{
    font-size: 20px;
    color: #008CCF;
    line-height: 3;
}
.ljj-strong-line {
    line-height: 1 !important;
    font-size: 16px !important;
}
.ljj-remark {
    width: 100%;
    display: flex;
    justify-content: flex-end;
}
.ljj-remark-item {
    display: flex;
    flex-direction: column;
}
.remark-left {
    text-align: left;
    font-size: 48px;
    color: #BDBDBD;
}
.remark-right {
    text-align: right;
    font-size: 48px;
    color: #BDBDBD;
}
.remark-middle {
    font-size: 28px;
    line-height: 2;
    color: #595757;
}
.ljj-float-right-img {
    float: right !important;
    margin-right: 0 !important;
    margin-left: 28px !important;
}
.ljj-float div {
    font-size: 16px;
    margin-top: 8px;
    line-height: 28px;
    text-indent: 2px;
    color: #4C4948;
}
.ljj-float span {
    font-weight: 600;
    color: #4C4948;
}
.ljj-float img {
    float: left;
    width: 400px;
    margin: 16px 0;
    margin-right: 28px;
}
.zitie {
    padding: 48px 0;
}
.zitie img {
    width: 50%;
}
.bwg {
    padding: 88px 0;
}
.bwg img {
    width: 100%;
}
.cz {
    gap: 48px;
    padding: 48px 0;
}
.cz img {
    width: 100%;
}
.cz img:nth-child(2) {
    margin-left:48px;
}
.cz-container {
    width: 50%;
}
.fj {
    gap: 48px;
    padding: 48px 0;
}
.fj img {
    width: 30%;
}
.ljjfmzl {
    width: 100% !important;
    margin: 0px !important;
}
.lyzz {
    width: 20% !important;
}
.ryq {
    width: 40%;
}
.u-remark {    
    margin-top: 8px;
    text-indent: 16px;
    line-height: 24px;
    font-size: 16px;
    color: #4C4948;
}

.u-flex {
    display: flex;
    align-items: center;
}
.u-flex-1 {
    flex: 1;
}
.u-row-center {
    justify-content: center;
}
.u-text-center {
    text-align: center;
}
.u-row-between {
    justify-content: space-between;
}
.u-row-top {
    align-items: flex-start;
}
@media (max-width: 768px) {
    #cultrue .value-item {
        flex-basis: 100%;
    }
}
/*生产实力*/
/* 基础样式 */
#production_capability {
    font-family: "Microsoft YaHei", sans-serif;
    color: #333;
    line-height: 1.6;
    background-color: #f9f9f9;
    padding-bottom: 50px;
}

#productionStrength .container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 15px;
}

/* 标题样式 */
#productionStrength .section-title {
    text-align: center;
    font-size: 32px;
    color: #008CCF;
    margin: 50px 0 30px;
    padding-bottom: 15px;
    position: relative;
}

#productionStrength .section-title:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background-color: #008CCF;
}

/* 生产数据概览 */
#productionStrength .production-stats {
    background-color: #fff;
    padding: 40px 20px;
    border-radius: 8px;
    margin-bottom: 40px;
}

#productionStrength .stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-top: 30px;
}

#productionStrength .stat-card {
    display: flex;
    align-items: center;
    background-color: #eaf4fb;
    border-radius: 8px;
    padding: 20px;
    transition: transform 0.3s, box-shadow 0.3s;
}

#productionStrength .stat-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

#productionStrength .stat-icon {
    width: 60px;
    height: 60px;
    margin-right: 15px;
}

#productionStrength .stat-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

#productionStrength .stat-content {
    flex: 1;
}

#productionStrength .stat-number {
    font-size: 32px;
    font-weight: bold;
    color: #008CCF;
    line-height: 1;
    margin-right: 4px;
}

#productionStrength .stat-unit {
    font-size: 14px;
    color: #666;
    margin: 5px 0;
}

#productionStrength .stat-desc {
    font-size: 16px;
    color: #444;
}

/* 生产设备展示 */
#productionStrength .equipment-section {
    margin-bottom: 50px;
}

#productionStrength .equipment-desc {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 30px;
    font-size: 18px;
    color: #555;
}

#productionStrength .equipment-gallery {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

#productionStrength .equipment-item {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 3px 10px rgba(0,0,0,0.1);
    transition: transform 0.3s;
}

#productionStrength .equipment-item:hover {
    transform: translateY(-5px);
}

#productionStrength .equipment-img {
    position: relative;
    height: 250px;
    overflow: hidden;
}

#productionStrength .equipment-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s;
}

#productionStrength .equipment-item:hover .equipment-img img {
    transform: scale(1.1);
}

#productionStrength .equipment-overlay {
    position: absolute;
    left: 0;
    right: 0;
    background: rgba(26, 62, 114, 0.9);
    color: #fff;
    padding: 20px;
    transition: bottom 0.3s;
    bottom: 0;
    height: calc(100% - 40px);
}
.equipment-overlay-img {
    height: calc(100% - 40px);
}

#productionStrength .equipment-overlay h3 {
    font-size: 18px;
    margin-bottom: 10px;
}

#productionStrength .equipment-overlay p {
    font-size: 14px;
    line-height: 1.5;
}

/* 生产流程 */
#productionStrength .process-section {
    background-color: #fff;
    padding: 40px;
    border-radius: 8px;
    margin-bottom: 50px;
}

#productionStrength .process-steps {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 30px;
    position: relative;
}

#productionStrength .process-steps:before {
    content: "";
    position: absolute;
    top: 40px;
    left: 10%;
    right: 10%;
    height: 3px;
    background-color: #e0e6ed;
    z-index: 1;
}

#productionStrength .process-item {
    flex: 0 0 18%;
    text-align: center;
    position: relative;
    z-index: 2;
}

#productionStrength .step-number {
    width: 60px;
    height: 60px;
    background-color: #008CCF;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: bold;
    margin: 0 auto 15px;
    box-shadow: 0 3px 10px rgba(26, 62, 114, 0.3);
}

#productionStrength .step-content h3 {
    font-size: 18px;
    color: #008CCF;
    margin-bottom: 10px;
}

#productionStrength .step-content p {
    font-size: 14px;
    color: #666;
}

/* 响应式设计 */
@media (max-width: 992px) {
    #productionStrength .stats-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    #productionStrength .equipment-gallery {
        grid-template-columns: repeat(2, 1fr);
    }
    
    #productionStrength .process-steps:before {
        display: none;
    }
    
    #productionStrength .process-item {
        flex: 0 0 100%;
        margin-bottom: 30px;
        display: flex;
        text-align: left;
    }
    
    #productionStrength .step-number {
        margin: 0 20px 0 0;
        flex-shrink: 0;
    }
    
    #productionStrength .certification-item {
        flex: 0 0 calc(33.333% - 30px);
    }
}

@media (max-width: 768px) {
    #productionStrength .stats-grid {
        grid-template-columns: 1fr;
    }
    
    #productionStrength .equipment-gallery {
        grid-template-columns: 1fr;
    }
    
}

/* 数字动画 */
@keyframes countUp {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}

#productionStrength .stat-number {
    animation: countUp 1s ease-out forwards;
}

/*技术支持*/
#technicalSupport .container {
    max-width: 1400px;
  margin: 0 auto;
  padding: 40px 20px;
}

#technicalSupport .title {
  text-align: center;
  margin-bottom: 30px;
  color: #008CCF;
}

#technicalSupport .title h2 {
    text-align: center;
    font-size: 32px;
    color: #008CCF;
    margin: 50px 0 30px;
    padding-bottom: 15px;
    position: relative;
}
#technicalSupport .title h2:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background-color: #008CCF;
}

#technicalSupport .title p {
  font-size: 14px;
  color: #999;
}
#yanjiuyuan {
    overflow: hidden;
}
#yanjiuyuan_2 {
    margin-top: 28px;
    gap: 24px;
}
.yjy-title {
    font-size: 18px;
    margin-right: 2%;
    line-height: 42px;
}
.yjy-img {
    width: 50%;
}
.yjy-img img {
    width: 100%;
}
@media  screen and (max-width: 1009px){
    #yanjiuyuan {
        flex-direction: column;
    }
    #yanjiuyuan_2 {
        flex-direction: column;
    }
    .yjy-title {
        font-size: 18px;
        line-height: 28px;
    }
    .yjy-img {
        width: 100%;
    }
}

#technicalSupport .customer-list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}

#technicalSupport .customer-item {
  width: 30%;
  text-align: center;
}

#technicalSupport .customer-item img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin-bottom: 10px;
}

#technicalSupport .customer-item p {
  font-size: 14px;
  color: #999;
}
/*售后服务*/
/* 基础样式 */
#after_sales_service {
    font-family: "Microsoft YaHei", sans-serif;
    color: #333;
    line-height: 1.6;
    padding-bottom: 50px;
}

#after_sales_service .container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 15px;
}


/* 标题样式 */
#after_sales_service .section-title {
    text-align: center;
    font-size: 32px;
    color: #008CCF;
    margin: 50px 0 30px;
    padding-bottom: 15px;
    position: relative;
}

#after_sales_service .section-title:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background-color: #008CCF;
}

/* 服务承诺 */
#after_sales_service .service-promise {
    padding: 40px;
    border-radius: 8px;
    margin-bottom: 50px;
}

#after_sales_service .promise-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 30px;
}
#after_sales_service .promise-card {
    width: calc(25% - 20px);
    overflow: hidden;
}
#after_sales_service .section-desc {
    font-size: 14px;
    color: #9E9E9E;
    text-align: center;
}#after_sales_service .section-desc span {
    font-size: 24px;
    color: #000;
    margin-right: 8px;
}
#after_sales_service .promise-card img{
    width: 100%;
    transition: all .3s ease;
}
#after_sales_service .promise-card:hover img {
    transform: scale(1.2);
}
/* 服务流程 */
#after_sales_service .service-process {
    padding: 40px;
    margin-bottom: 50px;
}

#after_sales_service .process-steps {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 40px;
    flex-wrap: wrap;
}

/* 服务网络 */
#after_sales_service .service-network {
    padding: 40px;
}

#after_sales_service .network-content {
    display: flex;
    gap: 30px;
    margin-top: 30px;
}

#after_sales_service .network-map {
    flex: 1;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 3px 10px rgba(0,0,0,0.1);
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #E6E6E6;
}

#after_sales_service .network-map img {
    width: 100%;
    height: auto;
    object-fit: cover;
    transition: all .3s ease;
}
#after_sales_service .network-map:hover img {
    transform: scale(0.5);
}

#after_sales_service .network-info {
    flex: 1;
}

#after_sales_service .network-info h3 {
    font-size: 24px;
    color: #008CCF;
    margin-bottom: 20px;
}

#after_sales_service .network-info p {
    color: #555;
    margin-bottom: 30px;
    line-height: 1.7;
}

#after_sales_service .network-stats {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

#after_sales_service .stat {
    text-align: center;
    flex: 1;
}

#after_sales_service .stat .number {
    font-size: 28px;
    font-weight: bold;
    color: #008CCF;
    margin-bottom: 5px;
}

#after_sales_service .stat .label {
    font-size: 14px;
    color: #666;
}

#after_sales_service .find-center {
    display: inline-block;
    padding: 12px 30px;
    background-color: #008CCF;
    color: white;
    text-decoration: none;
    border-radius: 4px;
    font-weight: bold;
    transition: background-color 0.3s;
}

#after_sales_service .find-center:hover {
    background-color: #00796b;
}

@media screen and (max-width: 1009px) {
    #after_sales_service .promise-card {
        width: 100%;
    }
}
/* 响应式设计 */
@media (max-width: 992px) {
    #after_sales_service .promise-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    #after_sales_service .panel-content {
        flex-direction: column;
    }
    
    #after_sales_service .network-content {
        flex-direction: column;
    }
    
    #after_sales_service .process-steps {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    #after_sales_service .service-banner .header-image {
        height: 300px;
    }
    
    #after_sales_service .banner-content h1 {
        font-size: 36px;
    }
    
    #after_sales_service .banner-content p {
        font-size: 18px;
    }
    
    #after_sales_service .emergency-contact {
        font-size: 16px;
        padding: 10px 20px;
    }
    
    #after_sales_service .promise-grid {
        grid-template-columns: 1fr;
    }
    
    #after_sales_service .content-tabs {
        flex-wrap: wrap;
    }
    
    #after_sales_service .tab-btn {
        flex: 0 0 50%;
    }
    
    #after_sales_service .form-row {
        flex-direction: column;
        gap: 0;
    }
}
#headquarters .container,
#contactus .container{
    max-width: 1400px;
    margin: 0 auto;
    padding: 50px 15px;
}

#contactus{
    background-color: #F9FAFB;
}
#contactus h2 {
    margin-bottom: 14px !important;
}

#headquarters .section h2,
#contactus .section h2{
    text-align: center;
    font-size: 32px;
    color: #008CCF;
    margin: 50px 0 30px;
    padding-bottom: 15px;
    position: relative;
}

#headquarters .section h2:after,
#contactus .section h2:after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background-color: #008CCF;
}
.zb {
    display: flex;
    align-items: flex-start;
    height: auto;
}
.zb-address {
    width: 100%;
}
.zb-contact-us {
    margin-top: 8px;
    font-size: 16px;
    font-family: auto;
    text-align: center;
}
.zb-address .zb-img {
    width: 100% !important;
    height: 315px;
}
.zb-contact {
    font-family: auto;
    display: flex;
    flex-direction: column;
    row-gap: 24px;
    background-color: rgb(242, 243, 245);
    height: calc(315px - 56px);
    min-height: 300px;
    padding: 28px;
    margin-right: 2%;
    border-radius: 8px;
}
.zb-lxr {
    margin-right: 28px;
}
.zb-c-item-icon {
    border-radius: 100px;
    background-color: #DBE3F6;
    width: 40px;
    height: 40px;
    margin-right: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.zb-c-item-icon img{
    width: 60%;
    height: 60%;
}
.zb-contact h4 {
    font-size: 16px;
}
.zb-contact p {
    font-size: 14px;
}
.zb-content{
    flex: 1;
    padding: 0 28px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.zb-title {
    font-size: 24px;
    color: black;
}
.zb-info {
    margin-top: 18px;
    font-size: 16px;
    text-indent: 2em;
    line-height: 1.8;
    color: #696969;
}
.zb-desc {
    margin-bottom: 40px;
}

.zb-img {
    display: flex;
    width: 50%;
    height: auto;
    overflow: hidden;
    cursor: pointer;
    border-radius: 8px;
    box-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.2), 0 8px 10px -6px rgb(0 0 0 / 0.2);
}
.zb-form {
    width: 50%;
    min-height: 300px;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.1) 0px 2px 4px -2px;
    padding: 28px;
    border-radius: 8px;
    background-color: white;
    border: 1px solid #E5E7EB;
}
.zb-img img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* 保持比例填充容器 */
    object-position: bottom; /* 让图片底部对齐 */
}
        
#why_join .container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 15px;
    padding-top: 50px;
}
#why_join .section h2 {
    text-align: center;
    font-size: 32px;
    color: #008CCF;
    margin: 50px 0 30px;
    padding-bottom: 15px;
    position: relative;
}

#why_join .section h2:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background-color: #008CCF;
}


/* 头部横幅 */
#career-banner {
    position: relative;
    height: 300px;
    background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), 
                url('https://images.unsplash.com/photo-1521791136064-7986c2920216?ixlib=rb-1.2.1&auto=format&fit=crop&w=1350&q=80') center/cover no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
    margin-bottom: 40px;
}

#banner-content h1 {
    font-size: 36px;
    margin-bottom: 15px;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}

/* 职位分类 */
#why_join .job-category {
    margin-bottom: 40px;
    background-color: white;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

#why_join .category-title {
    color: #008CCF;
    font-size: 24px;
    padding-bottom: 10px;
    border-bottom: 2px solid rgba(0,140,207,0.4);
    margin-bottom: 25px;
}

/* 职位卡片 */
#why_join .job-card {
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px dashed #ddd;
}

#why_join .job-card:last-child {
    border-bottom: none;
}

#why_join .job-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

#why_join .job-title {
    font-size: 20px;
    color: #008CCF;
    margin: 0;
}

#why_join .job-salary {
    color: #e53935;
    font-weight: bold;
    font-size: 18px;
}

#why_join .job-section {
    margin-bottom: 15px;
}

#why_join .section-title {
    font-weight: bold;
    color: #008CCF;
    margin-bottom: 10px;
}

#why_join .job-desc {
    padding-left: 15px;
}

#why_join .job-desc p {
    margin: 5px 0;
    position: relative;
}

#why_join .job-desc p:before {
    content: "•";
    color: rgba(0,140,207,0.4);
    position: absolute;
    left: -15px;
}


#why_join .advantages-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

#why_join .advantage-item {
    background-color: white;
    padding: 15px 25px;
    border-radius: 30px;
    display: flex;
    align-items: center;
}

#why_join .advantage-item i {
    color: rgba(0,140,207,0.4);
    margin-right: 10px;
}

/* 联系方式 */
#contact-info {
    text-align: center;
    padding: 30px;
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    margin-bottom: 40px;
}

#contact-title {
    color: #008CCF;
    font-size: 22px;
    margin-bottom: 15px;
}

#why_join .contact-person {
    font-size: 18px;
    margin-bottom: 10px;
}

#why_join .contact-phone {
    font-size: 20px;
    color: #008CCF;
    font-weight: bold;
}

.zjgw ul {
    display: flex;
    flex-wrap: wrap;
}
.zjgw ul li {
    width: calc(100% / 3 - 36px - 20px);
    padding: 20px 18px;
    background-color: #FFF;
    margin: 10px;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2);
    transition: all .3s ease;
    cursor: pointer;
}
.zjgw ul li:hover {
    transform: scale(1.05);
}
.zjgw-top {
    display: flex;
}
.zjgw-info {
    width: 100%;
    padding-left: 9px;
}
.zjgw-name {
    font-size: 16px;
}
.zjgw-sx {
    position: relative;
    font-size: 10px;
}
.zjgw-sx:after {
    content: "";
    width: 100%;
    height: 4px;
    background-color: #008CCF;
    position: absolute;
    bottom: -4px;
    left: 0;
}
.zjgw-zw {
    margin-top: 4px;
    line-height: 18px;
}
.zjgw-zw p {
    font-size: 10px;
}
.zjgw-img {
    width: 90px;
    height: 120px;
}
.zjgw-img img {
    width: 100%;
    height: 120px;
    object-fit: cover;
}
.zjgw-bottom {
    line-height: 18px;
    text-indent: 20px;
    font-size: 10px;
    letter-spacing: 1px;
    margin-top: 18px;
}
.contain_bg{
    background-color: #FFF;
    padding: 2px 50px;
    margin-top: 50px;
}
.contactList hr {
    border-color: #e5e5e569;
    border-top-style: solid;
    border-top-width: 2px;
    margin: 1rem 0;
}
.contactList ul {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 10px;
}
.contactList ul li {
    width: calc(100% / 4 - 27.5px);
    padding: 50px 10px;
    background-color: #FFFFFF;
    color: #393939;
    cursor: pointer;
    line-height: 1.5;
    transition: all 0.3s ease;
    text-align: center;
}
.contactList ul li p:nth-child(1),
.contactList ul li p:nth-child(2){
    font-size: 18px;
    color: rgba(51,51,51,1);
    line-height: 1.5;
    font-weight: bold;
    text-align: center;
    font-family: Microsoft YaHei;
    min-height: 53px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.contactList ul li:nth-child(1),
.contactList ul li:nth-child(2){
    width: calc(50% - 25px);
}
.contactList ul li:nth-child(1) p:nth-child(1),
.contactList ul li:nth-child(2) p:nth-child(1){
    font-size: 32px;
}
.contactList ul li:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 50px -5px rgb(29 56 72 / 20%);
}

#five {
    max-width: 94%;
    overflow: hidden;
    margin: 0 auto;
}
/*五大产品中心*/
#five .title {
    margin-bottom: 40px;
    text-align: left;
}
#five .title span{    
    font-size: 48px;
    font-weight: bold;
    color: #008CCF;
}
#five .title p {
    font-size: 40px;
    font-weight: 400;
    color: #193b38;
}
#five .title p em {
    width: 30px;
    height: 2px;
    background: #193b38;
    display: inline-block;
    vertical-align: middle;
    margin-top: -2px;
    margin: 0 5px;
}
.five_product{
    margin: 0 auto;
    height: auto;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    gap: 1%;
}
.five-item {
    background-color: #F2F2F2;
    width: calc(100% / 5 - 1%);
    height: 300px !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all .3s ease;
}
.five-name {
    margin-top: 38px;
    position: relative;
}
.five-name p {
    font-family: 'Microsoft Yahei';
    font-size: 20px;
}
.five-name:before{
    content: '';
    position: absolute;
    top: -10px;
    left: calc((100% - 20px)/2);
    width: 20px;
    height: 2px;
    background: #008CCF;
}
.five-item a{
    width: 90%;
    height: auto;
    overflow: hidden;
    position: relative;
}
.five-item img {
    width: 100%;
    height: 150px;
    transition: all .3s ease;
}
.five-item a:hover img{
    /*width: 100%;*/
    /*height: 100%;*/
    transform: scale(1.5);
}
/* 响应式设计 */
@media (max-width: 768px) {
    #career-banner {
        height: 250px;
    }
    
    #banner-content h1 {
        font-size: 28px;
    }
    
    #why_join .job-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
    
    #why_join .job-title, .job-salary {
        font-size: 18px;
    }
    .hxtd-info span {
        font-size: 18px;
        width: auto;
        padding-left: 28px;
    }
    .zjgw ul li {
        width: 100%;
    }
    .zb {
        flex-direction: column;
    }
    .zb-content,
    .zb-form,
    .zb-contact{
        width: calc(100% - 56px);
    }
    .zb-img{
        width: 100%;
    }
    .zb-form{
        margin-top: 28px;
    }
    .zb-form input::-webkit-input-placeholder {
        font-size: 14px;
    }
    .zb-form input {
        padding: 4px 10px !important;
    }
    .zb-lxr {
        width: 120px;
    }
    .zb-img img {
        height: auto;
    }
    .contactList ul li {
    width: 100%;
    }
}
.w100 {
    width: 100%;
}
.w60 {
    width: 60% !important;
}
.w50 {
    width: 50%;
}
.w40 {
    width: 40% !important;
}
.relative{
    position: relative;
}
.both-corners-container {
    float: left;
    width: 400px;
    margin: 16px 0;
    margin-right: 28px;
    text-indent: initial !important;
}
.both-corners-container-right {
    float: right;
    width: 400px;
    margin: 16px 0;
    margin-left: 28px;
    text-indent: initial !important;
}

.both-corners-container img {
    all: initial;
    width: 100%;
}
.both-corners {
    display: flex;
}
/*双角边框效果*/
.both-corners::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    height: 8px;
    background: #0082BA;
    z-index: 2;
    transition: all 0.4s ease;
}

.both-corners::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 8px;
    height: 100px;
    background: #0082BA;
    z-index: 2;
    transition: all 0.4s ease;
}

.both-corners .corner-bottom::before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 60px;
    height: 8px;
    background: #0082BA;
    z-index: 2;
    transition: all 0.4s ease;
}

.both-corners .corner-bottom::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 8px;
    height: 100px;
    background: #0082BA;
    z-index: 2;
    transition: all 0.4s ease;
}
.templateTable {
    width: 100%;
    padding-bottom: 50px;
}
.templateTable table {
    width: 100%;
}
.templateTable table {
    text-align: center;
    border: 1px solid rgba(0,0,0,.1);
}
.templateTable table td {
    padding: 5px 10px;
    font-size: 16px;
    cursor: pointer;
}
.templateTable table tr:nth-child(1) {
    background: linear-gradient(135deg, #008CCF 0%, #005a8f 100%);
}
.templateTable table tr:nth-child(1) td{
    color: #FFF;
    padding: 12px 20px;
    font-size: 18px;
    font-weight: bold;
}
.templateTable table tr td:nth-child(2) {
    /*width: 400px;*/
}
.templateTable .list-item:hover {
    background: linear-gradient(135deg, #008CCF 0%, #005a8f 100%);
    color: #FFF !important;
}
.templateTable .list-item:hover a{
    color: #FFF !important;
}
.templateImg {
    height: 255px !important;
}