@charset "utf-8";

:root {
    --global-color: #01A038;
}

* {
    word-wrap: break-word;
    margin: 0;
    padding: 0;
}

ul,
ol,
dl {
    list-style-type: none;
}

html,
body {
    min-width: 1240px;
}

html {
    font-family: Jost, sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
    font-style: normal;
    font-weight: 400;
}

input,
button,
textarea,
select,
optgroup,
option {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
}

input,
textarea,
button {
    overflow: visible;
    vertical-align: middle;
    outline: 0;
}

body,
th,
td,
button,
input,
select,
textarea {
    font-family: "PingFangSC-Regular", "Microsoft Yahei", "Hiragino Sans GB", "Helvetica Neue", "WenQuanYi Micro Hei", "\5B8B\4F53";
    font-size: 14px;
    color: #333;
    /*  -webkit-font-smoothing: antialiased;*/
    /*  -moz-osx-font-smoothing: grayscale;*/
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: 400;
}

a,
area {
    outline: 0;
}

a {
    text-decoration: none;
    cursor: pointer;
    color: #000;
}

a:hover {
    text-decoration: none;
    outline: 0;
}

a.ie6:hover {
    zoom: 1;
}

a:focus {
    outline: 0;
}

sub,
sup {
    vertical-align: baseline;
}

button,
input[type="button"],
input[type="submit"] {
    line-height: normal !important;
}

img {
    border: 0;
    display: block;
}

a img,
img {
    -ms-interpolation-mode: bicubic;
}

/* 字体图标 */
/* http: */
/* 字体图标 */
@font-face {
    font-family: "iconfont";
    /* Project id 5049635 */
    src: url('http://at.alicdn.com/t/c/font_5049635_m56lzqmcyi.woff2?t=1761613261614') format('woff2'),
        url('http://at.alicdn.com/t/c/font_5049635_m56lzqmcyi.woff?t=1761613261614') format('woff'),
        url('http://at.alicdn.com/t/c/font_5049635_m56lzqmcyi.ttf?t=1761613261614') format('truetype');
}

/* 字体图标 */
@font-face {
    font-family: "iconfont";
    /* Project id 5049635 */
    src: url('//at.alicdn.com/t/c/font_5049635_m56lzqmcyi.woff2?t=1761613261614') format('woff2'),
        url('//at.alicdn.com/t/c/font_5049635_m56lzqmcyi.woff?t=1761613261614') format('woff'),
        url('//at.alicdn.com/t/c/font_5049635_m56lzqmcyi.ttf?t=1761613261614') format('truetype');
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-ditu:before {
    content: "\e638";
}

.icon-fanhuidingbu:before {
    content: "\e6e6";
}

.icon-anquan:before {
    content: "\e68e";
}

.icon-huoche:before {
    content: "\e607";
}

.icon-dianhua1:before {
    content: "\e609";
}

.icon-icon_duihao-mian:before {
    content: "\e63e";
}

.icon-youtube:before {
    content: "\e612";
}

.icon-facebook-fill:before {
    content: "\e88d";
}

.icon-tiktok:before {
    content: "\e85a";
}

.icon-a-shiliang2:before {
    content: "\e602";
}

.icon-fanhui:before {
    content: "\e61e";
}

.icon-dianhua:before {
    content: "\e605";
}

.icon-whatsapp:before {
    content: "\e7d6";
}

.icon-youjian:before {
    content: "\e686";
}

/* 字体图标 */
/* 字体图标 */
.page-w {
    width: 1200px;
    margin: 0px auto;
}

/* head */
.head-plane {
    background-color: #fff;
    padding: 20px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo img {
    width: 240px;
    height: 65px;
}

.head-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex: 1;
    padding-left: 180px;
}

.head-nav p {
    max-width: 350px;
}

.head-nav-item {
    display: flex;
    align-items: center;
    font-family: Jost, sans-serif;
    font-size: 16px;
    font-style: normal;
    letter-spacing: 0;
}

.head-nav-item .iconfont {
    font-size: 40px;
    line-height: 40px;
    margin-right: 15px;
    text-align: center;
    color: #01A038;
}

.head-nav-item b {
    line-height: 16px;
    color: #111010;
    font-weight: 500;
}

.head-nav-item p {
    line-height: 27px;
    color: #666;
    font-weight: 400;
}

/* head */
/* menu */
.menu-wrap {
    background-color: #01A038;
}

.menu-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.menu-nav .nav-ul {
    display: flex;
    justify-content: center;
}

.menu-nav .nav-ul li {
    position: relative;
    transition: all 300ms ease;
    margin-right: 10px;
}

.menu-nav .nav-ul li a {
    display: block;
    padding: 0px 20px;
    text-decoration: none;
    position: relative;
    z-index: 1;
    line-height: 60px;
    height: 60px;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: .5px;
    color: #FFFFFF;
    font-family: "Jost", sans-serif;
    transition: all 0.5s ease-out 0s;
}

.menu-nav .nav-ul li a:hover {
    color: #FFFFFF;
    background-color: #007C2B;
}

.page-about li.nav-002 a {
    background-color: #009333;
}

.page-products li.nav-003 a {
    background-color: #009333;
}

.page-solutions li.nav-004 a {
    background-color: #009333;
}

.page-cases li.nav-005 a {
    background-color: #009333;
}

.page-news li.nav-006 a {
    background-color: #009333;
}

.page-contact li.nav-007 a {
    background-color: #009333;
}

/* menu */
/*quote-more*/
.quote-more {
    margin-left: 30px;
}

.quote-more a {
    color: #fff;
    display: inline-block;
    vertical-align: top;
    background-color: #009835;
    position: relative;
    min-width: 200px;
    text-align: center;
    font-size: 16px;
    line-height: 60px;
    height: 60px;
    font-weight: 700;
    transition: all .25s ease-in-out;
}

/*get-more*/
.get-more:hover {
    background-color: #008D31;
}

.get-more span {
    position: relative;
    display: inline-block;
    padding-right: 8px;
    line-height: 16px;
    transition: all .3s ease-out;
}

.get-more:hover span {
    padding-right: 35px;
}

.get-more span:before {
    content: '';
    font-size: 14px;
    opacity: 1;
    visibility: visible;
    height: 2px;
    width: 0;
    background: #fff;
    position: absolute;
    top: 7px;
    right: 0;
    transition: all .3s ease-out;
}

.get-more:hover span:before {
    width: 25px;
}

.get-more span:after {
    content: '\e61e';
    font-size: 20px;
    position: absolute;
    top: 0px;
    font-family: 'iconfont';
    right: -10px;
    left: auto;
    transition: all .3s ease-out;
    color: #ffffff;
}

/*quote-more*/
/*底部*/
/*footer-overlay*/
.footer-overlay {
    border-top: 1px solid #eee;
    padding-top: 40px;
    overflow: hidden;
    margin-top: 90px;
}

.footer-overlay-wrap .head-nav {
    padding-left: 370px;
    padding-bottom: 20px;
}

/**/
.footer-wrap {
    background-color: #000000;
    color: #bbb;
    font-size: 14px;
    position: relative;
}

/**/
/**/
.fot-letter {
    width: 28%;
}

.fot-about {
    width: 22%;
}

.fot-info {
    width: 13%;
}

.fot-quick {
    width: 23%;
    padding-right: 40px;
}

.footer-widget {
    display: flex;
    justify-content: space-between;
    padding-bottom: 20px;
}

.form-fields-group {
    display: flex;
    flex-wrap: wrap;
}

/**/
.fot-letter-box {
    background-color: #01A038;
    margin-right: 10px;
    padding: 30px 30px !important;
    color: #fff;
    margin-top: -85px;
    position: relative;
}

.form-fields .iconfont {
    font-size: 80px;
    line-height: normal;
}

.form-fields h4 {
    font-size: 26px;
    margin: 10px 0 15px;
    color: #FFFFFF;
}

.form-fields-group input {
    background-color: #fff;
    height: 50px;
    border: 0;
    margin-bottom: 2px;
    color: #666;
    line-height: 50px;
    padding: 0 22px;
    font-size: 13px;
    font-weight: 400;
    width: 100%;
}

.form-fields-group button {
    padding: 10px 40px;
    border: 0;
    font-family: Jost, sans-serif;
    font-weight: normal;
    font-size: 17px;
    line-height: 17px;
    letter-spacing: .5px;
    font-style: normal;
    background-color: #111010;
    transition: all .6s;
    cursor: pointer;
    color: #fff;
    margin-top: 20px;
}

.form-fields-group button:hover {
    color: #000;
    background-color: #fff;
}

/**/
/*widget*/
.footer-widget .widget {
    padding: 40px 0 30px;
    position: relative;
}

.footer-widget .widget .widget-title {
    font-size: 18px;
    line-height: 18px;
    padding-bottom: 15px;
    margin-bottom: 40px;
    color: #fff;
    position: relative;
}

.footer-widget .widget .widget-title:before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    display: inline-block;
    width: 50px;
    height: 2px;
    background-color: #01A038;
}

.footer-widget .widget .textwidget {
    line-height: 1.8;
}

.footer-widget .widget .get-more {
    color: #FFFFFF;
    margin-top: 30px;
    display: inline-block;
}

.footer-widget .widget .get-more:hover {
    background-color: transparent;
}

.footer-widget .widget .get-more span:before {
    background: #01A038;
}

.footer-widget .widget .get-more span:after {
    color: #01A038;
}

.footer-widget .widget p a {
    color: #bbb;
}

.footer-widget .widget p a:hover {
    color: #01A038;
}

.footer-widget .widget .footer-phone a {
    font-size: 22px;
    color: #01A038;
    font-weight: bold;
    margin-top: 10px;
    display: inline-block;
}

/**/
.fot-info-list li {
    padding: 0 0 8px 0;
}

.fot-info-list a {
    position: relative;
    padding-left: 18px;
    padding-right: 18px;
    display: block;
    color: #bbb;
}

.fot-info-list a:hover {
    color: #01A038;
}

.fot-info-list a::after {
    position: absolute;
    content: '\e622';
    color: #fff;
    font-family: 'iconfont';
    font-weight: 400;
    line-height: normal;
    font-size: 16px;
    left: 0;
    top: 2px;
}

.fot-info-list a:hover::after {
    color: #01A038;
}

/*widget*/
/*footer-bottom*/
.footer-bottom-plane {
    overflow: visible;
    overflow-x: hidden;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #bbb;
    padding: 45px 0px;
    padding-right: 0;
    position: relative;
}

.footer-bottom a {
    color: #bbb;
}


.footer-bottom a:hover {
    color: #FFFFFF;
}

.fot-links ul {
    display: flex;
    padding: 10px 0px;
}

.fot-links li {
    position: relative;
    display: inline-block;
    padding: 0 0;
    vertical-align: top;
    padding-right: 10px;
    margin-right: 10px;
}

.fot-links li::after {
    content: "";
    width: 1px;
    top: 4px;
    height: 70%;
    background-color: #bbb;
    position: absolute;
    right: -2px;
}

.fot-links li:last-child::after {
    display: none;
}

.fot-log img {
    width: 160px;
    height: auto;
    display: block;
}

.fot-facebook {
    padding-right: 25px;
}

.fot-facebook ul {
    display: flex;
    align-items: center;
}

.fot-facebook .iconfont {
    margin-right: 10px;
    font-size: 24px;
}

/*footer-bottom*/
/*底部*/
/* 轮播图 */
/**/
.banner-swiper {
    position: relative;
    height: 500px;
}

.visual-img {
    width: 100%;
    max-width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    margin: 0 !important;
    transition: transform 4s linear;
    transition-delay: 1s;
}

.visual-img img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    object-fit: cover;
}

.visual-txt {
    width: 100%;
    max-width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Teko';
    text-transform: uppercase;
    letter-spacing: 5px;
    color: #ffffff;
    flex-direction: column;
}

.visual-txt .copy-tit-2 {
    line-height: 200px;
    font-weight: 700;
    font-size: 180px;
    transition: all ease 0.5s 0.3s;
}

.visual-txt .copy-tit-3 {
    line-height: 40px;
    font-size: 36px;
    font-weight: 600;
    transition: all ease 0.5s 0.8s;
}

.visual-txt .copy-tit-4 {
    margin-top: 30px;
    transition: all ease 0.5s 1s;
}

.visual-txt .copy-tit-4 a {
    display: block;
    background-color: #01A038;
    color: #ffffff;
    letter-spacing: 1px;
    line-height: 60px;
    font-weight: 500;
    font-size: 18px;
    padding-left: 50px;
    padding-right: 50px;
    border-radius: 0px 25px 0px 0px;
    padding-top: 4px;
}

.visual-txt .copy-tit-4 a:hover {
    background-color: #000000;
}

.visual-txt .copy-tit-1 {
    transform: translate3d(0px, 50px, 0px);
    opacity: 0;
}

.visual-txt .copy-tit-2 {
    transform: translate3d(100px, 0px, 0px);
    opacity: 0;
}

.visual-txt .copy-tit-3 {
    transform: translate3d(0px, 60px, 0px);
    opacity: 0;
}

.visual-txt .copy-tit-4 {
    transform: translate3d(0px, 80px, 0px);
    opacity: 0;
}

.swiper-slide-active .visual-txt .copy-tit-1,
.swiper-slide-active .visual-txt .copy-tit-2,
.swiper-slide-active .visual-txt .copy-tit-3,
.swiper-slide-active .visual-txt .copy-tit-4 {
    transform: translate3d(0px, 0px, 0px);
    opacity: 1;
}

/*swiper-slide-active*/
/*visual_pagination*/
.banner-swiper .swiper-pagination {
    bottom: 30px !important;
}

.banner-swiper .dots {
    width: 20px !important;
    height: 20px !important;
    display: inline-block;
    background: none;
    opacity: 1;
    margin-right: 7px;
    position: relative;
    box-sizing: border-box;
}

.dots::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    border: 1px solid rgba(100%, 100%, 100%, .5);
    border-radius: 50%;
    border: 0;
    background: #FFFFFF;
    transform: scale(.6);
}

.dots svg.drawcircle circle {
    fill: none;
    box-sizing: border-box;
    stroke-width: 1.5;
    stroke-dasharray: 0, 62.8;
    stroke-dashoffset: 62.8;
}

.dots.swiper-pagination-bullet-active::before {
    background-color: #01A038;
}

.dots.swiper-pagination-bullet-active svg.drawcircle circle {
    animation: svgrotate 6.2s forwards;
}

svg.drawcircle {
    position: absolute;
    top: 0;
    left: 0;
    overflow: inherit;
    display: block;
    pointer-events: none;
}

svg.drawcircle circle {
    fill: none;
    box-sizing: border-box;
    stroke-width: 2;
    stroke: none;
    stroke-dasharray: 0, 188.49;
    stroke-dashoffset: 188.49;
    transition: all .3s linear 0s;
}

@-webkit-keyframes svgrotate {
    0% {
        stroke: #01A038;
        stroke-dasharray: 0, 62.8;
        stroke-dashoffset: 62.8;
    }

    100% {
        stroke: #01A038;
        stroke-dasharray: 62.8, 0;
        stroke-dashoffset: 62.8;
    }
}

@keyframes enter {}

@-webkit-keyframes enter {
    0% {
        opacity: 0;
        transform: translateY(100px);
        -webkit-transform: translateY(100px);
        -moz-transform: translateY(100px);
        -ms-transform: translateY(100px);
        -o-transform: translateY(100px);
    }

    20% {
        opacity: 0;
        transform: translateY(100px);
        -webkit-transform: translateY(100px);
        -moz-transform: translateY(100px);
        -ms-transform: translateY(100px);
        -o-transform: translateY(100px);
    }

    100% {
        opacity: 1;
        transform: translateY(0px);
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
    }
}

@keyframes enter {
    0% {
        opacity: 0;
        transform: translateY(100px);
        -webkit-transform: translateY(100px);
        -moz-transform: translateY(100px);
        -ms-transform: translateY(100px);
        -o-transform: translateY(100px);
    }

    20% {
        opacity: 0;
        transform: translateY(100px);
        -webkit-transform: translateY(100px);
        -moz-transform: translateY(100px);
        -ms-transform: translateY(100px);
        -o-transform: translateY(100px);
    }

    100% {
        opacity: 1;
        transform: translateY(0px);
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
    }
}

/*visual_pagination*/
/* 轮播图 */
/* 推荐产品 */
/*相关产品*/
.related-products-plane {
    padding-top: 30px;
}

.mtf60 {
    margin-bottom: -60px;
}

.related-products-head {
    padding: 20px 0px 30px 0px;
    text-align: center;
}

.related-products-head h2 {
    font-family: 'Jost', sans-serif;
    font-size: 36px;
    line-height: 36px;
    letter-spacing: 0;
    font-weight: bold;
}

.related-products-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px
}

.products-list-box .related-products-list {
    grid-template-columns: repeat(3, 1fr);
}

.related-products-item {
    padding: 30px 30px 30px;
    border: 1px solid #e3e8eb;
    transition: all linear 0.3s;
    border-radius: 2px;
    margin-bottom: 20px;
}

.related-products-item:hover {
    box-shadow: 0px 8px 15px 0px rgba(0, 0, 0, 0.1);
    border: 1px solid #01A038;
}

.related-products-img img {
    display: block;
    transition: 0.3s ease;
    object-fit: cover;
    width: 200px;
    height: auto;
}

.related-products-item:hover .related-products-img img {
    transform: scale(1.05);
}

.related-products-info {
    padding-top: 10px;
    text-align: center;
    width: 200px;
}

.related-products-info h6 {
    font-size: 16px;
    transition: all 0.3s ease 0s;
    line-height: 26px;
    font-weight: bold;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.related-products-item:hover .related-products-info h6 {
    color: #01A038;
}

/*相关产品*/
/* 推荐产品 */
/*首页关于我们*/
/*首页关于我们*/
.guanyu-plane {
    padding-top: 70px;
    padding-bottom: 70px;
}

.guanyu-box {
    display: flex;
    justify-content: space-between;
}

.guanyu-single {
    margin-right: 80px;
}

.guanyu-single-head {
    padding-top: 50px;
    margin-bottom: 50px;
}

/* latin */
@font-face {
    font-family: 'Jost';
    font-style: normal;
    src: url(https://fonts.gstatic.com/s/jost/v15/92zatBhPNqw73oTd4jQmfxI.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

.guanyu-subtitle {
    font-family: 'Jost', sans-serif;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 1px;
    color: #111010;
    font-weight: 400;
    margin-bottom: 20px;
    display: inline-block;
    position: relative;
    z-index: 0;
    padding: 5px 20px;
    background-color: #f4f4f9;
}

.guanyu-title {
    font-family: 'Jost', sans-serif;
    font-size: 36px;
    line-height: 36px;
    letter-spacing: 0;
}

.guanyu-group {
    padding: 0px 100px 0px 0px;
}

.guanyu-group ul {
    margin-bottom: 30px;
    margin-top: 30px;
}

.guanyu-group ul li {
    border: none;
    color: #666666;
    background-color: transparent !important;
    font-family: 'Jost', sans-serif;
    display: flex;
    align-items: center;
    position: relative;
    padding-left: 30px;
    font-size: 17px;
    line-height: 27px;
    font-weight: 400;
    padding-bottom: 10px;
}

.guanyu-group ul li:after {
    content: "\e63e";
    font-family: 'iconfont';
    position: absolute;
    font-size: 18px;
    left: 0;
    top: 0;
    color: #111010;
}

.progressbar {
    margin-top: 10px;
    margin-bottom: 15px;
}

.progressbar .progress-label {
    color: #111010;
    font-family: Jost, sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 20px;
}

.progress-lg {
    overflow: visible;
    border-radius: 0px;
    background-color: #fff;
    position: relative;
    height: 16px;
    margin-top: 3px;
    border-bottom: 2px solid #111010;
}

.progressbar .progress-bar {
    height: 11px;
    font-size: 20px;
    line-height: 20px;
    font-weight: 400;
    position: relative;
    overflow: visible;
    border-radius: 0px;
    background-color: #01A038;
}

.progressbar .progress-percent {
    font-size: 20px;
    color: #01A038;
    font-weight: 400;
    position: absolute;
    right: 0;
    bottom: 15px;
    font-family: Jost, sans-serif;
}

.guanyu-img-box {
    position: relative;
    display: inline-block;
    padding: 10px;
    border: 1px solid #E4E8EB;
}

.guanyu-img-box img {
    display: block;
    width: 400px;
    height: auto;
    position: relative;
    z-index: 1;
}

/*首页关于我们*/
/*解决方案*/
.service-plane .page-w {
    background-image: url("img/pattern-bg-1.png");
    background-color: #f4f4f9;
    border-radius: 50px 50px 0px 0px;
    background-position: 0% 0%;
    background-repeat: repeat;
    background-size: auto;
    height: 480px;
    padding-top: 50px;
    margin-bottom: 200px;
}

.service-head {
    margin-bottom: 50px;
    text-align: center;
}

.service-head h4 {
    font-family: 'Jost', sans-serif;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 1px;
    color: #111010;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 20px;
    display: inline-block;
    position: relative;
    z-index: 0;
    padding-left: 18px;
}

.service-head h2 {
    font-family: 'Jost', sans-serif;
    font-size: 36px;
    line-height: 36px;
    letter-spacing: 0;
}

/*  */
.service-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin: 0px 30px;
}

.service-item {
    position: relative;
    overflow: hidden;
    box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.06);
    background: #fff;
}

.service-item-img {
    position: relative;
    overflow: hidden;
    border: #E4E8EB 1px solid;
    margin: 20px;
}

.service-item-img img {
    width: 100%;
    height: auto;
    display: block;
    transition: all 0.5s ease 0s;
}

.service-item:hover .service-item-img img {
    transform: scale(1.1);
}

.service-item-info {
    position: relative;
    padding: 0px 20px 20px 20px;
    z-index: 1;
}

.service-item-title h3 {
    font-family: 'Jost', sans-serif;
    position: relative;
    font-size: 18px;
    line-height: 20px;
    margin: 0px;
    font-weight: 500;
}

.service-item-title h3 a:hover {
    color: #01A038;
    transition: all 0.3s ease 0s;
}

.service-item-txt {
    color: #666666;
    line-height: 1.6;
    font-size: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 10px 0px;
}

.service-item-btn .get-more {
    display: inline-block;
    padding: 14px 40px 14px 26px;
    border: 2px solid #eee;
    color: #999;
    background-color: transparent;
    font-family: Jost, sans-serif;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: .5px;
    transition: all 0.5s ease-out 0s;
}

.service-item-btn .get-more span:after {
    color: #999;
    ont-size: 16px;
}

.service-item-btn .get-more span:before {
    background: #999;
}

.service-item:hover .service-item-info .get-more {
    background-color: #01A038;
    border-color: #01A038;
    color: #fff;
}

.service-item:hover .service-item-info .get-more span:after {
    color: #fff;
}

.service-item:hover .service-item-info .get-more span:before {
    background: #fff;
}

/*解决方案*/
/*对话*/
.duihua-plane {
    padding-bottom: 60px;
}

.duihua-box {
    position: relative;
    padding-left: 40px;
    display: inline-block;
    padding-top: 24px;
}

.duihua-inner {
    display: flex;
    align-items: center;
}

.duihua-icon-box {
    position: relative;
}

@keyframes ts-bounce {
    0% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-12px);
    }

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

.duihua-box:hover .duihua-icon-box {
    animation: ts-bounce 500ms ease-in-out 50ms;
}

.duihua-icon-box img {
    border-radius: 50%;
    padding: 3px;
    border: 2px solid #01A038;
    max-width: 100%;
    width: 56px;
    height: 56px;
}

.duihua-icon-box:before {
    position: absolute;
    content: "\e609";
    left: -40px;
    top: 5px;
    width: 50px;
    height: 50px;
    font-size: 20px;
    line-height: 50px;
    background-color: #111010;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    font-family: 'iconfont';
}

.duihua-info {
    padding-left: 20px;
}

.duihua-info h2 {
    font-family: "Jost", sans-serif;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 0;
    color: #111010;
}

/*对话*/
/*数据*/
.shuju-plane {
    background-color: #01A038;
}

.shuju-box {
    margin-bottom: -230px;
}

.shuju-inner {
    padding-top: 50px;
}

.shuju-head {
    padding-bottom: 50px;
    display: flex;
    justify-content: space-between;
}

.shuju-tit {
    padding-top: 10px;
}

.shuju-tit h4 {
    font-family: 'Jost', sans-serif;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 1px;
    color: #FFFFFF;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 20px;
    display: inline-block;
    position: relative;
    z-index: 0;
}

.shuju-subtit {
    width: 570px;
}

.shuju-subtit h2 {
    font-family: 'Jost', sans-serif;
    color: #ffffff;
    font-size: 36px;
    line-height: 36px;
    letter-spacing: 0;
}

/*shuju-number*/
.shuju-body {
    padding-bottom: 30px;
}

.shuju-number {
    display: flex;
    justify-content: space-between;
}

.shuju-number .shuju-number-item:last-child {
    margin-right: 0px;
}

.fld-con h4 {
    font-family: Jost, sans-serif;
    font-size: 80px;
    line-height: 80px;
    color: #ffffff;
    margin-bottom: 5px;
}

.fid-title {
    font-size: 16px;
    line-height: 16px;
    font-family: Jost, sans-serif;
    color: #FFFFFF;
    width: 230px;
}

.shuju-number .shuju-number-item:nth-child(3) .fid-title {
    width: 290px;
}

/*shuju-number*/
/*数据*/
/*数据slide*/
.shuju-slide-item {
    position: relative;
}

.shuju-slide-inner {
    padding-bottom: 50px;
}

.shuju-slide-img img {
    border-radius: 50px 0 0px 0;
    width: 100%;
    height: auto;
}

.shuju-slide-info {
    width: 400px;
    background-color: #01A038;
    padding: 50px 50px 30px 50px;
    position: absolute;
    z-index: 3;
    bottom: 0px;
    right: 50px;
    border-radius: 0 0 50px 0;
}

.shuju-slide-title h4 {
    font-size: 40px;
    line-height: 60px;
    color: #fff;
    font-weight: 500;
    position: relative;
}

.shuju-slide-title h4:after {
    position: absolute;
    content: "";
    top: 28px;
    width: 60px;
    height: 3px;
    left: -85px;
    background-color: #FFFFFF;
}

.shuju-slide-desc ul li {
    position: relative;
    color: #fff;
    padding-left: 25px;
    margin-bottom: 8px;
}

.shuju-slide-desc ul li:after {
    content: "\e63e";
    font-family: "iconfont";
    position: absolute;
    font-size: 16px;
    left: 0;
    top: 2px;
    color: #fff;
}

/**/
/*shuju-slide-plane*/
.shuju-slide-plane {
    margin-top: 35px;
    position: relative;
    padding: 20px;
    background-color: #FFFFFF;
    border-radius: 20px;
}

.shuju-slide-plane img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 20px;
}

/*shuju-slide-plane*/
/*数据slide*/
/*企业文化*/
.wenhua-plane {
    background-image: url("img/bg-02-new.png");
    background-position: right center;
    background-repeat: no-repeat;
    padding: 335px 0px 0px;
    overflow: hidden;
    background-color: #f4f4f9;
}

.wenhua-inner {
    display: flex;
}

.wenhua-body {
    flex: 1;
}

.wenhua-heading {
    margin-bottom: 50px;
}

.wenhua-heading h4 {
    font-family: 'Jost', sans-serif;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 1px;
    color: #111010;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 20px;
    display: inline-block;
    position: relative;
    z-index: 0;
    padding: 5px 10px;
    background-color: #ffffff;
}

.wenhua-heading h2 {
    font-family: 'Jost', sans-serif;
    font-size: 36px;
    line-height: 36px;
    letter-spacing: 0;
}

/*文化切换*/
.wenhua-tab {
    width: 800px;
    padding-bottom: 50px;
}

.wenhua-tab-nav ul {
    display: flex;
}

.wenhua-tab-nav span {
    padding: 17px 40px;
    cursor: pointer;
    background: #fff;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-right: 20px;
    list-style: none;
    font-family: 'Jost', sans-serif;
    display: block;
    text-transform: uppercase;
}

.wenhua-tab-nav ul li.active span {
    color: #ffffff;
    background-color: #01A038;
}

/**/
.wenhua-tab-con .wenhua-tab-pane {
    display: none;
}

.wenhua-tab-con .active {
    display: block;
}

.wenhua-con-item {
    display: flex;
}

.wenhua-con-img {
    position: relative;
    margin-top: 30px;
    width: 335px;
    padding: 10px;
    background-color: #FFFFFF;
    border: 1px solid #E4E8EB;
    border-radius: 20px;
}

.wenhua-con-img img {
    max-width: 100%;
    height: auto;
    display: block;
    border-radius: 20px;
}

.wenhua-con-info {
    flex: 1;
    margin-left: 20px;
}

.wenhua-con-info ul {
    margin-bottom: 30px;
    margin-top: 30px;
}

.wenhua-con-info ul li {
    border: none;
    color: #666666;
    background-color: transparent !important;
    font-family: 'Jost', sans-serif;
    display: flex;
    align-items: center;
    position: relative;
    padding-left: 35px;
    font-size: 17px;
    line-height: 27px;
    font-weight: 400;
}

.wenhua-con-info ul li:not(:first-child) {
    margin-top: 15px;
}

.wenhua-con-info ul li:after {
    content: "\e63e";
    font-family: 'iconfont';
    position: absolute;
    font-size: 18px;
    left: 0;
    top: 0;
    color: #111010;
}

/*文化切换*/
/*案例*/
.cases-plane {
    padding: 40px 0px;
}

.cases-head {
    margin-bottom: 50px;
    text-align: center;
}

.cases-head h4 {
    font-family: 'Jost', sans-serif;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 1px;
    color: #111010;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 20px;
    display: inline-block;
    position: relative;
    z-index: 0;
    padding-left: 18px;
}

.cases-head h2 {
    font-family: 'Jost', sans-serif;
    font-size: 36px;
    line-height: 36px;
    letter-spacing: 0;
}

/*  */
.cases-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px
}

.cases-item {
    position: relative;
    overflow: hidden;
    box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.06);
    background: #fff;
}

.cases-item-img {
    position: relative;
    overflow: hidden;
    border: #E4E8EB 1px solid;
    margin: 20px;
}

.cases-item-img img {
    width: 100%;
    height: auto;
    display: block;
    transition: all 0.5s ease 0s;
}

.cases-item:hover .cases-item-img img {
    transform: scale(1.1);
}

.cases-item-info {
    position: relative;
    padding: 0px 20px 20px 20px;
    z-index: 1;
}

.cases-item-title h3 {
    font-family: 'Jost', sans-serif;
    position: relative;
    font-size: 18px;
    line-height: 20px;
    margin: 0px;
    font-weight: 500;
}

.cases-item-title h3 a:hover {
    color: #01A038;
    transition: all 0.3s ease 0s;
}

.cases-item-txt {
    color: #666666;
    line-height: 1.6;
    font-size: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 10px 0px;
}

/*案例*/
/*技术资讯*/
.news-plane {
    padding: 40px 0px;
}

.news-head {
    margin-bottom: 50px;
    text-align: center;
}

.news-head h4 {
    font-family: 'Jost', sans-serif;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 1px;
    color: #111010;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 20px;
    display: inline-block;
    position: relative;
    z-index: 0;
    padding-left: 18px;
}

.news-head h2 {
    font-family: 'Jost', sans-serif;
    font-size: 36px;
    line-height: 36px;
    letter-spacing: 0;
}

/*  */
.news-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px
}

.news-item-inner {
    position: relative;
    overflow: hidden;
    box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.06);
    background: #fff;
}

.news-item-inner .news-item-img {
    position: relative;
    overflow: hidden;
    border: #E4E8EB 1px solid;
    margin: 20px 0px;
}

.news-item-img img {
    width: 100%;
    height: auto;
    display: block;
    transition: all 0.5s ease 0s;
}

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

.news-item-info {
    position: relative;
    padding: 0px 20px 20px 20px;
    z-index: 1;
}

.news-item-title h3 {
    font-family: 'Jost', sans-serif;
    position: relative;
    font-size: 18px;
    line-height: 20px;
    margin: 0px;
    font-weight: 500;
}

.news-item a:hover h3 {
    color: #01A038;
    transition: all 0.3s ease 0s;
}

.news-item-desc {
    color: #666666;
    line-height: 1.6;
    font-size: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 10px 0px;
}

.news-item-two:nth-child(1) {
    margin-bottom: 43px;
}

.news-item-two .news-item-desc {
    -webkit-line-clamp: 3;
}

.news-item-dater {
    display: inline-block;
    font-size: 14px;
    line-height: 14px;
    color: #fff;
    background-color: #01A038;
    padding: 6px 10px;
    font-family: Jost, sans-serif;
    transition: all .25s ease-in-out;
    margin: 10px 0px;
}

.news-fot {
    text-align: center;
    padding-top: 30px;
}

.news-fot a {
    display: inline-block;
    padding: 14px 40px 14px 26px;
    border: 2px solid #01A038;
    color: #01A038;
    background-color: transparent;
    font-family: Jost, sans-serif;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: .5px;
    transition: all 0.5s ease-out 0s;
}

.news-fot a:hover {
    background-color: #01A038;
    color: #FFFFFF;
}

/*技术资讯*/
/*子页面图*/
/**/
.sub-visual {
    width: 100%;
    height: 350px;
    position: relative;
    text-align: center;
    color: #fff;
    overflow: hidden;
}

.sub-visual-img {
    position: relative;
    width: 100%;
    height: 100%;
}

.sub-visual-img img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: auto;
    min-width: 100%;
    min-height: 100%;
    max-width: initial;
}

.sub-visual-txt {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.sub-visual-txt h1 {
    text-align: left;
    font-weight: 500;
    font-size: 60px;
    line-height: 60px;
    letter-spacing: 0;
    color: #FFFFFF;
    font-style: normal;
    margin-bottom: 5px;
    text-transform: uppercase;
    font-family: Jost, sans-serif;
}

/*子页面图*/
/*当前位置*/
.current-plane {
    margin-top: -30px;
    position: relative;
}

.current {
    display: inline-block;
    padding: 10px;
    background-color: #01A038;
    font-family: Jost, sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0;
    color: #fff;
}

.current a {
    color: #fff;
    margin: 0px 5px;
    transition: all 0.5s ease-out 0s;
}

.current a:hover {
    color: #fff;
}

/*当前位置*/
/* 发展历程 */
.fazhan-plane {
    padding-top: 300px;
    background-color: #fff;
}

/* 发展历程 */
/* 荣誉资质 */
.swiper-rongyu-box .swiper-slide {
    text-align: center;
}

.swiper-rongyu-box .swiper-button-next,
.swiper-rongyu-box .swiper-button-prev {
    width: 40px;
    height: 40px;
    border-radius: 40px;
    background-color: #F6F7F9;
}

.swiper-rongyu-box .swiper-button-prev {
    left: 3px;
    right: auto;
}

.swiper-rongyu-box .swiper-button-next {
    right: 3px;
    left: auto;
}

.swiper-rongyu-box .swiper-button-next:after,
.swiper-rongyu-box .swiper-button-prev:after {
    font-size: 20px;
    color: #828597;
}

.swiper-rongyu-box .swiper-button-next.swiper-button-disabled,
.swiper-rongyu-box .swiper-button-prev.swiper-button-disabled {
    cursor: auto;
    pointer-events: initial;
}

.rongyu-item {
    position: relative;
    display: inline-block;
    padding: 10px;
    border: 1px solid #E4E8EB;
    margin: 0px auto;
}

.rongyu-item img {
    display: block;
    width: 300px;
    height: auto;
}

/* 荣誉资质 */
/* 产品中心 */
.products-pages-plane {
    padding-top: 30px;
}

.products-list-head p {
    position: relative;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 12px;
}

.products-body {
    display: flex;
    justify-content: space-between;
}

.products-sidebar-box {
    width: 350px;
}

.products-list-box {
    flex: 1;
}

/* 产品中心 */
/* 侧栏导航 */
.sidebar-categories {
    margin-right: 50px;
    margin-bottom: 50px;
}

.sidebar-categories h3 {
    position: relative;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.sidebar-categories h3::after {
    position: absolute;
    bottom: 0px;
    left: 0px;
    height: 1px;
    width: 100%;
    content: "";
    background-color: #111010;
}

.accordion .link {
    cursor: pointer;
    display: flex;
    align-items: center;
    color: #4D4D4D;
    font-size: 15px;
    border-bottom: 0px solid #eee;
    position: relative;
    transition: all 0.4s ease;
    padding: 8px 0px;
}
.accordion .link a {flex: 1;}
.accordion .link::before {
    content: "";
    background-color: transparent;
    border: 1px solid #01A038;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 0px;
    height: 13px;
    width: 13px;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 10px;
}

.accordion li.hover .link::before {
    background-color: #01A038;
}

.accordion li.hover a {
    color: #01A038;
    font-weight: bold;
}

/* 侧栏导航 */
/*翻页*/
.list-fanye {
    display: flex;
    justify-content: center;
    overflow: hidden;
    padding: 20px 0px;
    margin-top: 30px;
}

.list-fanye a[title] {
    display: none;
}

.list-fanye a[title="Total record"] {
    display: none;
}

.list-fanye a,
.list-fanye b {
    border: 1px solid #d5d5d5;
    min-width: 30px;
    padding: 0px 10px;
    height: 30px;
    border-radius: 30px;
    transition: .5s;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 2px;
    color: #0a0a0a;
    font-size: 14px;
    box-sizing: border-box;
}

.list-fanye b,
.list-fanye a:hover {
    border: 1px solid #01A038;
    background: #01A038;
    color: #fff;
}

/*翻页*/
/*服务人员*/
.sidebar-service {
    margin-right: 100px;
}

.sidebar-service-inner {
    padding: 30px 10px;
    padding-bottom: 30px;
    position: relative;
    overflow: hidden;
    text-align: center;
    color: #fff;
    font-size: 16px;
    margin-top: 30px;
    border-radius: 12px;
    background-color: #01A038;
    font-family: "Jost", sans-serif;
}

.sidebar-service-inner h2 {
    font-size: 18px;
    line-height: 26px;
    font-family: "Jost", sans-serif;
    color: #FFFFFF;
}

.sidebar-service-inner ul {
    padding-top: 10px;
}

.sidebar-service-inner ul li {
    margin-top: 8px;
}

.sidebar-service-inner ul li a {
    color: #ffffff;
}

.sidebar-service-img {
    width: 140px;
    height: 140px;
    margin: 0px auto;
}

.sidebar-service-img img {
    border-radius: 50%;
    display: inline-block;
    border: 3px solid #fff;
    width: 100%;
    height: auto;
}

.sidebar-service-button .get-more {
    padding: 10px 20px;
    background-color: #01A038;
    display: block;
    margin-top: 10px;
    color: #ffffff;
    font-family: "Jost", sans-serif;
    font-size: 16px;
}

.sidebar-service-button .get-more:hover {
    background-color: #ffffff;
    color: #000000;
}

.sidebar-service-button .get-more:hover span:after {
    color: #000000;
}

.sidebar-service-button .get-more span:before {
    background: #000000;
}

/*服务人员*/
/*产品详情页*/
.products-details-head {
    display: flex;
    padding-top: 30px;
}

.products-details-info {
    padding-left: 40px;
    font-family: "Jost", sans-serif;
    color: #101010;
    font-size: 18px;
}

.products-details-info h1 {
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 0;
    margin-bottom: 10px;
}

.products-details-info b {
    font-weight: bold;
    display: inline-block;
    padding: 10px 0px 5px 0px;
}

.products-details-info p {
    line-height: 1.5;
    color: #666666;
    display: -webkit-box;
    -webkit-line-clamp: 15;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.products-details-but {
    padding: 20px 0px;
    display: flex;
    align-items: center;
}

.products-details-but li {
    margin-right: 30px;
}

.products-details-but li a {
    display: inline-block;
    padding: 10px 30px;
    border-radius: 3px;
    transition: all 0.3s ease;
    border: #01A038 solid 1px;
    background-color: #FFFFFF;
    color: #01A038;
}

.products-details-but li:last-child a {
    border: #01A038 solid 1px;
    background-color: #01A038;
    color: #FFFFFF;
}

.products-details-but li a:hover {
    background-color: #01A038;
    color: #FFFFFF;
}

.products-details-but li:last-child a:hover {
    border: #111010 solid 1px;
    background-color: #111010;
    color: #FFFFFF;
}

/**/
.products-details-tag {
    padding: 10px 0px;
    color: #666666;
}

.products-details-tag li {
    margin-bottom: 3px;
}

.products-details-tag .iconfont {
    margin-right: 10px;
    color: #111010;
    font-size: 20px;
}

/**/
.products-details-tip {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
}

.products-details-tip li {
    display: flex;
    align-items: center;
}

.products-details-tip li p {
    line-height: 1.2;
}

.products-details-tip li .iconfont {
    font-size: 32px;
    margin-right: 20px;
    color: #666666;
}

/**/
/**/
/**/
.products-details-imgs .swiper_products {
    width: 450px;
    height: 450px;
}

.products-details-imgs .swiper_thumbs {
    width: 450px;
    height: auto;
    margin-top: 20px;
}

.products-details-imgs .swiper_products img {
    display: block;
    width: 450px;
    height: 450px;
    object-fit: cover;
}

.products-details-imgs .swiper_thumbs img {
    display: block;
    width: 64px;
    height: 64px;
    object-fit: cover;
}

.products-details-imgs .swiper_thumbs .swiper-slide {
    width: auto !important;
    border: #DCD9D5 solid 1px;
    margin-right: 5px;
    overflow: hidden;
    box-sizing: border-box;
    text-align: center;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.products-details-imgs .swiper_thumbs .swiper-slide-thumb-active {
    border: #01A038 solid 1px;
}

.products-details-imgs .swiper-button-next,
.products-details-imgs .swiper-button-prev {
    width: 40px;
    height: 40px;
    border-radius: 40px;
    background-color: #F6F7F9;
}

.products-details-imgs .swiper-button-prev {
    left: 3px;
    right: auto;
}

.products-details-imgs .swiper-button-next {
    right: 3px;
    left: auto;
}

.products-details-imgs .swiper-button-next:after,
.products-details-imgs .swiper-button-prev:after {
    font-size: 20px;
    color: #828597;
}

.products-details-imgs .swiper-button-next.swiper-button-disabled,
.products-details-imgs .swiper-button-prev.swiper-button-disabled {
    cursor: auto;
    pointer-events: initial;
}

/*products-details-tabnav*/
/*products-details-tabnav*/
.products-details-tabnav {
    padding-top: 60px;
}

.products-details-tabnav ul {
    display: flex;
    justify-content: center;
    align-items: center;
}

.products-details-tabnav ul li a {
    display: inline-block;
    font-size: 16px;
    color: #777777;
    font-weight: 500;
    position: relative;
    transition: 0.3s;
    border: 1px solid rgb(221, 221, 221);
    padding: 8px 20px;
    border-radius: 0px;
    margin: 5px 5px 5px;
}

.products-details-tabnav ul li a:hover,
.products-details-tabnav ul li a.active {
    color: #ffffff;
    background-color: #01A038;
    border: 1px solid #01A038;
}

/**/
.detail-edit-nav h3 {
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 0;
    font-weight: bold;
}

/**/
.products-details-edit {
    display: flex;
}

.products-details-list {
    flex: 1;
    margin-right: 30px;
}

.products-details-bar {
    width: 390px;
}

/**/
/**/
/**/
/*产品详情页*/
/*正文*/
.zixun-blog-details {
    font-family: "Jost", sans-serif;
}

.detail-title {
    padding: 30px 0px 30px 0px;
    border-bottom: #ccc dashed 1px;
    text-align: center;
}

.detail-title h1 {
    font-size: 40px;
    line-height: 40px;
    font-weight: 500;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #101010;
}

.detail-title p {
    font-size: 14px;
    color: #666666;
}

.detail-title p span {
    display: inline-block;
    margin: 0px 20px 0px 0px;
}

/*.detail-edit*/
.detail-edit {
    padding: 20px 0px;
    font-size: 16px;
}

.detail-edit p {
    line-height: 2em;
    margin-bottom: 1em;
}

.detail-edit img {
    max-width: 100%;
    height: auto !important;
    display: inline-block;
    margin: 0px auto;
}

.detail-edit iframe {
    max-width: 100%;
    margin: 0px auto;
    width: 100%;
    height: 500px;
    display: block;
}

.detail-edit table {
    max-width: 100%;
    float: none;
}

.detail-edit table {
    font-size: 14px;
}

.detail-edit table tr {
    border-top: #A7A7A7 solid 1px;
    border-right: #A7A7A7 solid 1px;
}

.detail-edit table td {
    padding: 5px;
    border-bottom: #A7A7A7 solid 1px;
    border-left: #A7A7A7 solid 1px;
}

.detail-edit ol {
    padding: 20px;
}

.detail-edit li {
    list-style: decimal;
    margin-bottom: 15px;
}

.detail-edit .wutu {
    display: none;
}

/*正文*/
/*新闻资讯*/
.zixun-body {
    display: flex;
    padding-top: 60px;
}

.zixun-body .zixun-blog-box {
    flex: 1;
    margin-right: 30px;
}

.zixun-body .zixun-sidebar-box {
    width: 360px;
}

/*正文翻页*/
.shang-xia {
    margin-top: 18px;
    display: flex;
    justify-content: space-between;
    font-family: "Jost", sans-serif;
}

.shang-xia p {
    width: 49%;
    padding: 20px;
    background: #eeeffa;
    color: #474747;
    font-size: 18px;
    transition: .4s all ease;
    box-sizing: border-box;
    border-radius: 8px;
}

.shang-xia p span {
    display: block;
}

.shang-xia p {
    color: #8f8f8f;
}

.shang-xia p:last-child {
    text-align: right;
}

.shang-xia p a:hover {
    color: #01A038;
}

/*正文翻页*/
/*sidebar-tagbox*/
.sidebar-tagbox {
    background-color: #f4f4f9;
    padding: 40px 35px;
    margin-bottom: 30px;
    border-radius: 15px 15px 0 15px;
}

.sidebar-tagbox h2 {
    font-family: "Jost", sans-serif;
    font-size: 28px;
    line-height: 28px;
    letter-spacing: 0;
    color: #101010;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 20px;
}

.sidebar-tagbox .tagbox-list a {
    display: inline-block;
    font-size: 16px !important;
    padding: 0 18px;
    height: 40px;
    margin: 0 4px 8px 0;
    letter-spacing: .5px;
    font-weight: 400 !important;
    line-height: 40px;
    font-family: inherit;
    background-color: #ffffff;
    transition: 0.4s ease-out 0s;
}

.sidebar-tagbox .tagbox-list a:hover {
    color: #ffffff;
    background-color: #01A038;
}

/*sidebar-tagbox*/
/*侧栏菜单*/
#side-quick {
    position: fixed;
    right: 10px;
    top: 40%;
    transform: translateY(-50%);
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif !important;
    padding-bottom: 65px;
    z-index: 99999;
}

.quick-box {
    padding: 0;
    border: 1px solid #EEE;
    background-color: #FFF;
    max-width: 70px;
    overflow-x: hidden;
    border-radius: 4px;
    margin: 0
}

.quick-box li {
    border-bottom: 1px solid #EEE;
    text-align: center;
    padding: 8px;
    transition: all .2s ease-in-out;
    margin: 1px;
    border-radius: 4px 4px 0px 0px;
}

.quick-box li:last-child {
    border-radius: 0px 0px 4px 4px;
    border: none;
}

.quick-box li:nth-child(1) .iconfont {
    color: #F90;
}

.quick-box li:nth-child(2) .iconfont {
    color: #2CB740;
}

.quick-box li:nth-child(1):hover {
    background-color: #F90;
}

.quick-box li:nth-child(2):hover {
    background-color: #2CB740;
}


.quick-box li .iconfont {
    font-size: 24px;
}

.quick-box li p {
    margin: 2px 0 0;
    font-size: 11px;
}

.quick-box li a {
    color: #555
}

.quick-box li:hover a {
    color: #FFFFFF;
}

.quick-box li:hover .iconfont {
    color: #FFFFFF;
}

.quick-box li:hover:nth-child(3) .iconfont,
.quick-box li:hover:nth-child(3) p {
    color: #2CB740;
}

/*  */
.up-btn {
    display: none;
}

/*侧栏菜单*/
/* 解决方案列表页面 */
.service-pages-plane {
    padding-top: 30px;
}

.service-pages-plane .service-list {
    margin: 0;
}

/* 解决方案列表页面 */
/* 解决方案详情页 */
.zixun-pages-plane .sidebar-service {
    margin-right: 0px;
}

/* 解决方案详情页 */
/* 案例列表页 */
.cases-pages-plane {
    padding-top: 30px;
}

/* 案例列表页 */
/*技术资讯列表页*/
.zixun-blog-item {
    background: #fff;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.zixun-blog-date {
    background-color: #111010;
    text-align: center;
    display: inline-block;
    font-weight: 700 !important;
    margin-bottom: 0;
    letter-spacing: 2px;
    font-family: "Jost", sans-serif;
}

.zixun-blog-date span {
    display: block;
    color: #fff;
    letter-spacing: 0;
    padding: 7px 14px;
    font-weight: 500;
    font-family: "Jost", sans-serif;
}

.zixun-blog-date .blog-day {
    background-color: #01A038;
    font-size: 26px;
    line-height: 36px;
    padding-bottom: 5px;
}

.zixun-blog-date .blog-date {
    display: block;
    color: #fff;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0;
    padding: 7px 14px;
    font-weight: 500;
    font-family: "Jost", sans-serif;
}

.zixun-blog-entry h3 {
    display: block;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 15px;
    margin-top: 10px;
}

.zixun-blog-info {
    display: flex;
    align-items: center;
}

.zixun-blog-pic {
    margin-right: 10px;
}

.zixun-blog-pic img {
    display: block;
    height: 130px;
    width: 198px;
    border-radius: 3px;
}

.zixun-blog-entry {
    padding-left: 0px;
    font-family: "Jost", sans-serif;
}

.zixun-blog-entry p {
    color: #666;
    font-size: 16px;
}

.zixun-blog-btn {
    padding-top: 10px;
}

.zixun-blog-btn .get-more {
    padding: 14px 40px 14px 26px;
    border: 2px solid #eee;
    color: #999;
    background-color: transparent;
    display: inline-block;
}

.zixun-blog-btn .get-more span:after {
    color: #999;
}

.zixun-blog-btn .get-more span:before {
    background: #999;
}

.zixun-blog-btn:hover .get-more {
    background-color: #01A038;
    border-color: #01A038;
    color: #fff;
}

.zixun-blog-btn:hover .get-more span:after {
    color: #fff;
}

.zixun-blog-btn:hover .get-more span:before {
    background: #fff;
}

/*技术资讯列表页*/
/*联系我们*/
.lianxi-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 50px;
    padding-bottom: 20px;
}

.lianxi-head h2 {
    font-size: 36px;
    line-height: 36px;
    letter-spacing: 0;
    font-family: "Jost", sans-serif;
    color: #111010
}

.lianxi-head p {
    padding: 10px 0px 0px 56px;
    width: 50%;
    font-size: 16px;
    line-height: 1.7;
    font-family: "Jost", sans-serif;
    color: #666666;
}

/*lianxi-body*/
.lianxi-body {
    display: flex;
    align-items: center;
}

.lianxi-info-box {
    background-color: #01A038;
    margin: 95px 0px 95px 15px;
    padding: 70px 62px 70px 65px;
    border-radius: 50px 0px 0px 0px;
    z-index: 1;
    position: relative;
    flex: 1;
}

.lianxi-info-items {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.lianxi-info-icon {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    text-align: center;
    color: #ffffff;
    background-color: #FFFFFF;
    transition: all .25s ease-in-out;
}

.lianxi-info-icon .iconfont {
    font-size: 45px;
    line-height: 90px;
    color: #01A038;
}

.lianxi-info-txt {
    padding-left: 30px;
    flex: 1;
}

.lianxi-info-txt h2 {
    font-size: 16px;
    line-height: 16px;
    font-weight: 600;
    margin-bottom: 5px;
    letter-spacing: 0px;
    font-family: Jost, sans-serif;
    color: #FFFFFF;
}

.lianxi-info-txt p,
.lianxi-info-txt p a {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 5px;
    letter-spacing: 0px;
    font-family: Jost, sans-serif;
    color: #FFFFFF;
}

.lianxi-form-box {
    width: 60%;
}

.lianxi-form-single {
    background-color: #f4f4f9;
    padding: 200px 160px 200px 140px;
    border-radius: 0px 0px 50px;
    position: relative;
}

.lianxi-form-single::before {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    content: "";
    display: block;
    z-index: -1;
    margin-left: -100px;
    background-color: #f4f4f9;
}

.lianxi-form-control input,
.lianxi-form-control textarea {
    color: #666;
    line-height: 50px;
    padding: 0 22px;
    font-size: 13px;
    font-weight: 400;
    width: 100%;
    background-color: #fff;
    height: 50px;
    border: 0;
    margin-bottom: 2px;
}

.lianxi-form-control textarea {
    height: 120px;
}

.lianxi-form-btn {
    display: inline-block;
    text-decoration: none;
    font-family: "Jost", sans-serif;
    font-size: 16px;
    letter-spacing: 0.5px;
    padding: 18px 40px;
    background-color: #01A038;
    border: none;
    border-radius: 0 25px 0 0;
    color: #fff;
    outline: none !important;
    text-align: center;
    transition: all .25s ease-in-out;
    cursor: pointer;
    margin-top: 30px;
}

/*联系我们*/