﻿#wpthemedemobar {
    display: none;
}

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

li {
    list-style: none;
}

a {
    text-decoration: none;
}

em {
    font-style: normal;
}

.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: 41px;
}

.nav-box {
    float: right;
}

.nav-box ul li ul {
    position: absolute;
    width: 160px;
    height: auto;
    top: -15px;
    padding-top: 45px;
    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: #eb7c2d;
}

.nav-box ul {
    margin-top: 48px;
    /* padding-top: 55px; */
    height: 100%;
}

.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: #574f4f;
     line-height: 30px; 
}

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

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


.sub-menu {
    margin-top: 0px;
}

.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.png) 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: #eb7c2d;
    color: #ffffff;
    border: none;
    padding: 0;
    font-size: 14px;
}

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

.products-box {
    width: 1200px;
    margin: 0 auto;
    margin-top: 60px;
}

.products-nav {
    width: 260px;
    float: left;
}

.products-nav .title {
    height: 130px;
    background: #eb7c2d;
    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: #30386e;
}

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

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

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

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

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

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

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

.products-nav .contact-box {
    height: 150px;
    background: #eb7c2d;
    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: #30386e;
}

.product-list {
    width: 930px;
    float: right;
    overflow: hidden;
}

.product-list-item {
    width: 280px;
    float: left;
    margin-left: 30px;
    text-align: center;
    margin-bottom: 20px;
}

.product-img {
    width: 280px;
    overflow: hidden;
}

.product-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .3s;
}

.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: #eb7c2d;
}

.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: #30386e;
}

.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: #eb7c2d;
}

.solution-box .title span em {
    color: #30386e;
}

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

.solution-box .title p em {
    display: inline-block;
    width: 30px;
    height: 2px;
    background: #30386e;
    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: #eb7c2d;
    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: #30386e;
}

.ob2 {
    background: #326d47;
}

.ob3 {
    background: #eb7c2d;
}


.hz-box {
    width: 100%;
    min-width: 1200px;
    height: 510px;
    background: #ffffff;
    overflow: hidden;
    margin-top: 80px;
    position: relative;
    padding-bottom: 20px;
}

.hz-box .title-box {
    width: 1200px;
    margin: 0 auto;
}

.hz-box .hz-list {
    width: 1200px;
    margin: 0 auto;

}

.hz-box .hz-list .swiper-container {
     height: 300px; 
}

.hz-box .hz-list .swiper-slide {
    width: 33%;
    height: auto;
    padding: 0 20px;
    box-sizing: border-box;

    overflow: hidden;
}

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

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

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

.hz-box .hz-list .hz-text {
    position: absolute;
    width: 100%;
    height: 50px;
    bottom: 0;
    background: rgba(255, 176, 85, 0.7);
    overflow: hidden;
    z-index: 5;
    transition: all .3s;
}

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

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

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

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

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

.hz-box .title-box .title span em {
    color: #eb7c2d;
}

.hz-box .title-box .title p {
    font-size: 24px;
    color: #3e3e3e;
}

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

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

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

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

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



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

.case-box .title-box {
    width: 1200px;
    margin: 0 auto;
}

.case-box .case-list {
    width: 1200px;
    margin: 0 auto;

}

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

.case-box .case-list .swiper-slide {
    width: 33%;
    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(255, 176, 85, 0.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: #eb7c2d;
}

.case-box .title-box .title p {
    font-size: 24px;
    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: #eb7c2d;
    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: 1200px;
    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: #eb7c2d;
}

.news-box .title span em {
    color: #30386e;
}

.news-box .title p {
    font-size: 24px;
    color: #30386e;
}

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

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

.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: #eb7c2d;
    line-height: 40px;
}

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

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

.hot-news-img {
    width: 220px;
    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: #eb7c2d;
}

.hot-news-text {
    width: 460px;
    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: #eb7c2d;
    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: #eb7c2d;
}

.news-right-box {
    float: right;
    width: 410px;
    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.png) 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: 70px;
    margin-top: 80px;
}

.footer-main {
    width: 1200px;
    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: 1200px;
    height: 360px;
    overflow: hidden;
}

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

}

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

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

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

.page-left-nav .title {
    height: 130px;
    background: #eb7c2d;
    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: #30386e;
}

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

.left-nav-list {
    background: #30386e;
    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 #30386e;
}

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

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

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

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

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

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

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

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

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

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

.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: #30386e;
    color: #ffffff;
    font-size: 14px;
}

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

.left-contact-info span.qq,
.left-contact-info span.email {}

.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;
    width: 930px;
    float: right;
}

.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 #eb7c2d;
    color: #eb7c2d;
    font-weight: bolder;
}

.pagination h2 {
    display: none;
}

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

/* 新闻动态 */
.page-product-list {
    width: 900px;
    margin-left: 30px;
    margin-bottom: 50px;

}

.page-news-list-item {
    width: 900px;
    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: 440px;
    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 #eb7c2d;
    border-radius: 15px;
    font-size: 12px;
    color: #eb7c2d;
    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: #eb7c2d;
    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: 360px;
    float: left;

}

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

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

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

.ppd-img .gallery-thumbs {
    width: 360px;
    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: #eb7c2d;
    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 h1 {
    text-align: center;
    font-size: 30px;
    font-weight: normal;
    margin-top: 50px;
    margin-bottom: 30px;
}
.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;
    /*padding-block: 30px;*/
    padding-bottom: 30px;
    border-bottom: 1px solid #eee;
}


.pnd-content-text ul li {
  list-style-type: disc; 
}

.pnd-content-text ol li {
  list-style-type: decimal; 
  padding: 0 20px;
 
}

.pnd-content-text ol li ul li{
  list-style-type: disclosure-closed;
}


.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: 900px;
    margin-left: 30px;
    box-sizing: border-box;
    padding: 10px 50px 0;
}

.pad-title {
    font-size: 24px;
    font-weight: bold;
    color: #eb7c2d;
    line-height: 1.5;
    margin-bottom: 20px;
}

.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: 76px;
    height: 203px;
    z-index: 10;
    margin-top: 100px;
}

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

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

.rtbar-li2 {
    top: 78px;
}

.right-bar ul li.rtbar-li3 {
    top: 156px;
    width: 230px;
}

.rtbar-li4 {
    top: 234px;
}

.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: #eb7c2d;
    box-shadow: 0 2px 21px rgb(239 154 53 / 45%);
}

.right-bar ul li:hover span {
    color: #fff;
}

.rtbar-li1 em {
    background: url(../images/righ-bar-ico1.png) 0 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) 0 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) 0 0 no-repeat;
}

.rtbar-li3 strong {
    font-size: 20px;
    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: 25px;
    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: #eb7c2d;
}

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

.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 #eb7c2d;

}

.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;

    }

    .wap-menu {
        display: block;
        margin-top: 18px;

    }

    .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;
        box-shadow: 5px 9px 19px 0px rgb(129 129 129 / 45%);
    }

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

    .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: #30386e;
        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%;
    }

    .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: 120px;
    }

    .product-list-item img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .about-box {
        min-width: 100%;
        height: auto;
        background: #eb7c2d;
        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: 450px;
        object-fit: cover;
    }

    .about-img-box .title {
        display: block;
    }

    .about-text {
        width: 100%;
        height: auto;
    }

    .about-text .title {
        display: none;
    }

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

    .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;
    }
   

    .hz-box {
        min-width: 100%;
        background-size: auto 80%;
        height: auto;
        margin-top: 40px;
    }

    .hz-box .title-box {
        width: 100%;
    }

    .hz-box .title-box .title {
        text-align: center;
        float: none;
    }

    .hz-box .title-box .hz-more a {
        float: none;
        margin: 20px auto;
    }

    .hz-box .hz-list {
        width: 100%;
    }

    .hz-box .hz-list .swiper-container {
        /* height: auto; */
        padding-bottom: 0px;
        padding-top: 20px;
        height: 250px;
        
    }

    .hz-box .hz-list .swiper-slide {
        width: 100%;
        height: auto;
        float: left;
        padding: 0 20px;
        box-sizing: border-box;
        position: relative;
        overflow: hidden;
    }

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

    .hz-box .hz-list .swiper-slide img {
        width: 100%;
        display: block;
    }


    .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 .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: #eb7c2d;
        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;
}

.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: 7px 2px;
    /*margin: 0 2px;*/
    border-radius: 3px;
}

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

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

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

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

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

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