@charset "utf-8";

/* CSS Document */

* {
    outline: none;
}

html,
body,
ul,
li,
p,
input,
form,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dt,
dd {
    margin: 0;
    padding: 0;
}

ol,
ul,
li {
    list-style: none;
    padding: 0;
}

body {
    font-size: 14px;
    color: #666;
    line-height: 24px;
    margin: 0px;
    padding: 0px;
    font-family: "Microsoft YaHei";
}

img {
    border: none;
}

form {
    margin: 0px;
    padding: 0px;
}

.clear {
    clear: both;
}

a {
    text-decoration: none;
    color: #333;
    font-family: "Microsoft YaHei";
    -webkit-tap-highlight-color: transparent;
}

a:hover {
    color: #018b3d !important;
    text-decoration: underline;
    font-family: "Microsoft YaHei";
    text-decoration: none;
}

em {
    font-style: normal;
}

h1,
h2,
h3,
h4 {
    font-weight: normal;
}

.f_l {
    float: left;
}

.f_r {
    float: right;
}

.clearfix1:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix1 {
    *zoom: 1;
}

.w1400 {
    width: 1400px;
    margin: 0 auto;
}

.container {
    max-width: 1400px !important;
}


/* 左侧快速导航 */

#navPage {
    position: fixed;
    z-index: 99999;
    top: 50%;
    left: 0;
    text-align: left;
    transition: all .1s ease-out 0s;
    transform: translateY(-50%)
}

#navPage.noactive {
    left: -10%
}

#navPage li {
    position: relative;
    padding-left: 40px
}

#navPage li:after {
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 0;
    height: 1px;
    background: #00c262;
    content: "";
    transition: all .5s ease-out 0s
}

#navPage li.active:first-child:after {
    width: 38px
}

#navPage li:first-child+li.active:after {
    width: 38px
}

#navPage li:first-child+li+li.active:after {
    width: 38px
}

#navPage li:first-child+li+li+li.active:after {
    width: 38px
}

#navPage li:first-child+li+li+li+li.active:after {
    width: 38px
}

#navPage li:first-child+li+li+li+li+li.active:after {
    width: 38px
}

#navPage li:first-child+li+li+li+li+li+li.active:after {
    width: 38px
}

#navPage li:first-child+li+li+li+li+li+li+li.active:after {
    width: 38px
}

#navPage li:first-child+li+li+li+li+li+li+li+li.active:after {
    width: 38px
}

#navPage li:first-child+li+li+li+li+li+li+li+li+li.active:after {
    width: 38px
}

#navPage li a {
    display: inline-block;
    color: #333;
    font-weight: 700;
    font-size: 0;
    font-family: Arial;
    line-height: 34px
}

#navPage li a:hover {
    color: #00c262!important;
}

#navPage li a i,
#navPage li a span {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px
}

#navPage li a i {
    font-style: normal
}

#navPage li a span {
    overflow: hidden;
    width: 0;
    white-space: nowrap;
    transition: all .5s ease-out 0s
}

#navPage li a:hover,
#navPage li.active a {
    color: #00c262;
}

#navPage li a:hover span,
#navPage li.active a span {
    width: 80px
}


/* 左侧快速联系 */

.menuBg_box {
    position: fixed;
    right: 0;
    width: 55px;
    z-index: 1001;
    top: 28%;
}

.mOnLine {
    position: absolute;
    left: 0;
    top: 0;
    padding: 25px 0;
    width: 100%;
    color: #FFF;
}

.mOnLine li {
    position: relative;
    margin-bottom: 2px;
}

.mOnLine a {
    color: #FFF
}

.mOnLineIco {
    position: relative;
    z-index: 1;
    padding-bottom: 1px;
    background: #fff;
    border: 1px solid #ccc;
    font-size: 14px;
    /*line-height: 70px;*/
    height: 55px;
    cursor: pointer;
    transition: all 0.3s;
}

.mOnLineIco img {
    width: 35%;
    padding-top: 14px;
}

.mOnLineIco dd {
    line-height: 32px;
    text-transform: uppercase;
}

.menuBg_box li:nth-child(5) img {
    padding-top: 20px;
}

.mOnLineCon {
    position: absolute;
    height: 100%;
    top: 0;
    right: -300%;
    z-index: 0;
    padding: 0 20px;
    background: #00c262;
    white-space: nowrap;
    line-height: 36px;
    /* transform: translate(-180%, 0) */
}

.mOnLineCon a {
    display: block
}

.onLineWx .mOnLineCon {
    top: 0;
    padding: 5px 0;
    width: 140px;
    background: 0 0;
}

.onLineWx .mOnLineCon img {
    margin: 0 auto;
    width: 130px;
}

.mOnLine li:hover .mOnLineIco {
    background-color: #00c262;
    border-color: #00c262;
}

.mOnLine li:hover .mOnLineCon {
    transition: all .5s ease 0s;
    right: 55px;
}

.menuBg_box .onLineTel .mOnLineCon a {
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    padding-top: 8px;
}

.menuBg_box .onLineTel .mOnLineCon a>span {
    font-weight: 400;
    font-size: 14px;
}

.menuBg_box .onLineTel .mOnLineIco>a {
    display: block;
    width: 100%;
    height: 100%;
}

.menuBg_box .onLineLang .mOnLineCon {
    height: 102px;
    padding: 0 10px;
}

.menuBg_box .onLineLang .mOnLineCon a {
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.menuBg_box .onLineLang .mOnLineCon a>span {
    font-weight: 400;
    font-size: 14px;
}

.menuBg_box .onLineLang .mOnLineIco>a {
    display: block;
    width: 100%;
    height: 100%;
}

.menuBg_box .onLineLang .mOnLineCon>a {
    padding-left: 52px;
    line-height: 30px;
    background: url(../images/ch.png) 10px 10px no-repeat;
    background-size: 40px;
}

.menuBg_box .onLineLang .mOnLineCon>a:nth-child(2) {
    background: url(../images/en.png) 10px 12px no-repeat;
    background-size: 40px;
}

.menuBg_box .onLineLang .mOnLineCon>a:hover {
    color: #fff!important;
}

.menuBg_box .onLineLang .mOnLineIco {
    background: #fff url(../images/enlang.png) 0px center no-repeat;
    background-size: cover;
}

.menuBg_box .onLineTel .mOnLineIco {
    background: #fff url(../images/menu-bg.png) 0px -41px no-repeat;
}

.menuBg_box .onLineMess .mOnLineIco {
    background: #fff url(../images/menu-bg.png) 0px -135px no-repeat;
}

.menuBg_box .onLineWx .mOnLineIco {
    background: #fff url(../images/menu-bg.png) 0px -180px no-repeat;
}

.menuBg_box .onLineQQ .mOnLineIco {
    background: #fff url(../images/menu-bg.png) 0px -90px no-repeat;
}

.menuBg_box .onLineTop .mOnLineIco {
    background: #fff url(../images/menu-bg.png) 0px 3px no-repeat;
}


/* hover */

.menuBg_box .onLineLang .mOnLineIco:hover {
    background: #00c262 url(../images/enlang.png) -55px center no-repeat;
    background-size: cover;
}

.menuBg_box .onLineTel .mOnLineIco:hover {
    background: #00c262 url(../images/menu-bg.png) -43px -41px no-repeat;
}

.menuBg_box .onLineMess .mOnLineIco:hover {
    background: #00c262 url(../images/menu-bg.png) -43px -135px no-repeat;
}

.menuBg_box .onLineWx .mOnLineIco:hover {
    background: #00c262 url(../images/menu-bg.png) -43px -180px no-repeat;
}

.menuBg_box .onLineQQ .mOnLineIco:hover {
    background: #00c262 url(../images/menu-bg.png) -43px -90px no-repeat;
}

.menuBg_box .onLineTop .mOnLineIco:hover {
    background: #00c262 url(../images/menu-bg.png) -43px 3px no-repeat;
}


/* top-logo */

.top-logo {
    border-bottom: 1px solid #ddd;
}

.top-logo h1 #logo {
    margin-top: 10px;
    margin-bottom: 10px;
}

.top-logo li {
    float: left;
}

.top-logo .top-r {
    float: right;
}

.top-logo .top-tel {
    margin-top: 28px;
}

.top-logo .top-tel a {
    display: block;
    width: 100%;
    padding: 5px 0 5px 55px;
    background: url(../images/top-tel.png) center left no-repeat;
}

.top-logo .top-tel a>p {
    font-size: 14px;
    color: #333;
}

.top-logo .top-tel a>p:nth-child(2) {
    font-size: 20px;
    font-weight: bold;
}

.top-logo .line-c {
    display: block;
    width: 1px;
    height: 26px;
    background-color: #ccc;
    margin: 45px 19px 0 19px;
}

.top-logo .top-weixin {
    display: block;
    width: 26px;
    height: 26px;
    background: url(../images/top-weixin.png) center no-repeat;
    background-size: 100%;
    margin-top: 45px;
    cursor: pointer;
    position: relative;
}

.top-logo .top-weixin>img {
    position: absolute;
    width: 160px;
    top: 30px;
    left: -65px;
    display: none;
    z-index: 999;
}

.top-logo .top-weixin:hover>img {
    display: block;
}


/* menu */

.top-logo .menuLi {
    display: block;
    cursor: pointer;
}

.top-logo .menu {
    float: right;
    height: 90px;
    width: 36px;
    position: relative;
}

.top-logo .menu .line {
    display: block;
    width: 26px;
    height: 3px;
    background: #333;
    position: absolute;
    right: 0;
    transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
}

.top-logo .menu .line1 {
    top: 55%;
}

.top-logo .menu .line2 {
    top: 65%;
    right: 5px;
}

.top-logo .menu .line3 {
    top: 75%;
}

.top-logo .active .line1 {
    transform: rotate(45deg) translate(2px, 11px);
    -webkit-transform: rotate(45deg) translate(2px, 11px);
    -moz-transform: rotate(45deg) translate(2px, 11px);
}

.top-logo .active .line2 {
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    opacity: 0;
}

.top-logo .active .line3 {
    transform: rotate(-45deg) translate(2px, -11px);
    -webkit-transform: rotate(-45deg) translate(2px, -11px);
    -moz-transform: rotate(-45deg) translate(2px, -11px);
}


/* nav */

nav .top-nav {}

nav .top-nav>li {
    text-align: center;
    line-height: 60px;
}

nav .top-nav a {
    cursor: pointer;
}

nav .top-nav>li>a {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #333;
    font-size: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

nav .top-nav>li#selected>a {
    color: #018b3d !important;
}

nav .top-nav>li#selected::after {
    content: "";
    position: absolute;
    display: block;
    width: 80%;
    height: 2px;
    background-color: #018b3d;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
}

nav .top-nav>li::after {
    content: "";
    width: 0;
    transition: all 0.3s;
}

nav .top-nav>li:hover>a {
    color: #018b3d !important;
}

nav .top-nav>li:hover::after {
    content: "";
    position: absolute;
    display: block;
    width: 80%;
    height: 2px;
    background-color: #018b3d;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
}

nav .top-nav>li .container {
    display: none;
}

nav .top-nav>li:hover .container {
    display: block;
}

nav .top-nav>li .er-column {
    position: absolute;
    background-color: #fff;
    left: 10%;
    z-index: 9999;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
    width: 100%;
}

nav .top-nav>li .er-column>li {
    width: 100%;
}

nav .top-nav>li .er-column>li>a {
    display: block;
    width: 100%;
    height: 100%;
    color: #333;
    font-size: 14px;
    transition: all .3s;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

nav .top-nav>li .er-column>li:hover>a {
    color: #fff !important;
    background-color: #018b3d;
}

nav .top-nav>li .er-column>li>a>img {
    height: 65%;
    margin-top: 2em;
    transition: all 0.3s;
}

nav .top-nav>li .er-column>li>a>img:hover {
    transform: scale(1.05);
}

nav .top-nav>li .er-column>li>a>p {
    line-height: 3em;
}


/* menu */

nav .top-nav .to_home {
    float: left;
    height: 100%;
    width: 25px;
    display: none;
}

nav .top-nav .to_home img {
    width: 100%;
    margin-top: 16px;
}

.navlist {
    padding: 0px 25px 0px;
    background: #32b66d;
    position: fixed;
    width: 30%;
    height: 100vh;
    right: 0;
    bottom: 0;
    z-index: 998;
    box-sizing: border-box;
    transform: translateX(100%);
    transition: all 0.6s;
}

.navlist .a-wrap {
    margin-top: 20vh;
}

.navlist .a-wrap .a-list {
    display: block;
    width: 100%;
    height: 66px;
    line-height: 66px;
    color: #fff;
    text-align: center;
    transition: width ease 0.4s;
    -moz-transition: width ease 0.4s;
    -webkit-transition: width ease 0.4s;
    font-size: 22px;
}

.navlist .a-wrap .a-list:last-child {
    border-bottom: none;
}

.navlistActive {
    transform: translateX(0%);
}

.navlist .navClose {
    position: absolute;
    top: 4em;
    right: 9em;
    padding: 5px 0 0;
    width: 30px;
    height: 30px;
    cursor: pointer;
}

.navlist .navClose span {
    display: block;
    width: 100%;
    height: 2px;
    background: #FFF;
    transform-origin: left center;
}

.navlist .navClose span:first-child {
    transform: rotate(45deg);
}

.navlist .navClose span:last-child {
    margin-top: 20px;
    transform: rotate(-45deg);
}


/* .navlist .active .a-list {
    width: 40%;
} */


/* .navlist .active .a-list:nth-child(1) {
    transition-delay: 0.1s;
    -webkit-transition-delay: 0.1s;
    -moz-transition-delay: 0.1s;
}

.navlist .active .a-list:nth-child(2) {
    transition-delay: 0.2s;
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
}

.navlist .active .a-list:nth-child(3) {
    transition-delay: 0.3s;
    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
}

.navlist .active .a-list:nth-child(4) {
    transition-delay: 0.4s;
    -webkit-transition-delay: 0.4s;
    -moz-transition-delay: 0.4s;
}

.navlist .active .a-list:nth-child(5) {
    transition-delay: 0.5s;
    -webkit-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
} */


/* menu end */


/* nav end*/


/* banner */

#swiper-container1 .swiper-slide>img {
    margin: 0 auto;
}

#swiper-container1 .swiper-slide {}

#swiper-container1 .swiper-slide .section-bg {
    width: 100%;
    height: 100%;
}


/* #swiper-container1 .swiper-slide .section-bg::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    top: 0;
    z-index: 1;
    text-align: left;
    padding-left: 2em;
    overflow: hidden;
    transition: all 0.3s;
} */

#swiper-container1 .swiper-slide p {
    color: #fff;
    text-align: center;
    font-size: 20px;
    font-family: "宋体";
    text-transform: uppercase;
    font-weight: 200;
}

#swiper-container1 .swiper-slide i {
    display: block;
    width: 12%;
    height: 1px;
    background-color: #fff;
    margin: 1em auto 0.5em;
}

.swiper-index-top {
    bottom: 3em !important;
}

.swiper-index-top>.swiper-pagination-bullet {
    background: #ccc;
    opacity: 1;
    border-radius: 0;
    width: 2px;
    height: 20px;
}

.swiper-index-top-horizontal>.swiper-pagination-bullet {
    width: 40px;
    height: 7px;
    transition: all 0.3s;
}

.swiper-index-top>.my-bullet-active {
    background: #1fae60;
    opacity: 1;
    height: 14px;
}

.swiper-slide {
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}


/* .swiper-slide i {
    transform: translateX(-200px);
    opacity: 0;
    transition: all 0.4s;
}

.swiper-slide p {
    transform: translateX(-300px);
    opacity: 0;
    transition: all 0.6s;
} */

.ani-slide p,
.ani-slide i {
    transform: translateX(0);
    opacity: 1;
}

.swiper-slide .swiper-index-text {
    text-align: center;
    margin-top: 34vh;
    width: 100%;
    position: relative;
    z-index: 2;
}

.swiper-slide .swiper-index-text h3 {
    color: #fff;
    font-size: 70px;
}

.swiper-slide .swiper-index-text>span {
    color: #fff;
    font-size: 35px;
    font-weight: 300;
    line-height: 60px;
}

.swiper-slide .swiper-index-text>span>b {
    color: #ff6600;
}

#welcome-btn {
    position: absolute;
    display: table;
    width: 200px;
    height: 50px;
    background: #1fae60;
    left: 40px;
    color: #fff;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    bottom: 0;
    z-index: 3;
    overflow: hidden;
}

#welcome-btn>i {
    display: inline-block;
    width: 50px;
    height: 8px;
    margin-left: 10px;
    background: url(../images/wel-arr.png) center no-repeat;
    background-size: 100%;
    transition: all 0.3s;
}

#welcome-btn:hover {
    color: #fff!important;
}

#welcome-btn:hover>i {
    margin-left: 20px;
}

@-webkit-keyframes down {
    0% {
        top: 0;
        opacity: 0.5;
    }
    25% {
        top: 10px;
        opacity: 1;
    }
    50% {
        top: 5px;
        opacity: 1;
    }
    100% {
        top: 15px;
        opacity: 0;
    }
}

@keyframes down {
    0% {
        top: 0;
        opacity: 0.5;
    }
    25% {
        top: 10px;
        opacity: 1;
    }
    50% {
        top: 5px;
        opacity: 1;
    }
    100% {
        top: 15px;
        opacity: 0;
    }
}


/* 标题 */

.m-title {
    margin: 50px auto;
}

.m-title h2 {
    position: relative;
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    color: #333;
}

.m-title p {
    text-align: center;
    font-size: 14px;
    color: #333;
    margin-top: 16px;
    /* text-transform: uppercase; */
}


/* 标题 end */


/* 合作伙伴 */

.partner-cen {
    position: relative;
}

.partner-cen #swiper-container-par {
    max-width: 1300px;
    margin-bottom: 60px;
}

.partner-cen #swiper-container-par .swiper-slide {
    text-align: center;
}

.partner-cen #swiper-container-par .swiper-slide img {
    width: 100%;
    border: 1px solid #ccc;
    /* box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15); */
}

.partner-cen #swiper-container-par .swiper-slide p {
    font-size: 16px;
    line-height: 36px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.partner-cen .swiper-button-next {
    background: #fff url(../images/arr-r.png) center no-repeat;
    width: 40px;
    height: 40px;
    background-size: 60%;
    border: 1px solid #666;
    border-radius: 50%;
    top: auto;
    bottom: 10em;
    right: 0;
    z-index: 800;
}

.partner-cen .swiper-button-prev {
    background: #fff url(../images/arr-l.png) center no-repeat;
    width: 40px;
    height: 40px;
    background-size: 60%;
    border: 1px solid #666;
    border-radius: 50%;
    top: auto;
    bottom: 10em;
    left: 0;
    z-index: 800;
}


/* 产品中心 */

.product-cen {
    margin-bottom: 75px!important;
}

.product-cen .product-list {
    width: 98%;
}

.product-cen .product-list h2 {
    width: 100%;
    height: 130px;
    background: url(../images/pro-list.jpg) center no-repeat;
    background-size: cover;
    color: #fff;
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    padding-top: 34px;
}

.product-cen .product-list h2>span {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 400;
    line-height: 36px;
}

.product-cen .product-list .sideMenu .nLi {
    /* margin-bottom: 10px; */
}

.product-cen .product-list .sideMenu h3 {
    position: relative;
    height: 60px;
    line-height: 60px;
    padding-left: 50px;
    cursor: pointer;
    font-family: microsoft yahei;
    font-size: 16px;
    font-weight: bold;
    color: #333;
    background-size: 30px;
    transition: all 0.2s;
}

.product-cen .product-list .sideMenu h3::after {
    content: '';
    position: absolute;
    display: block;
    width: 10px;
    height: 10px;
    background-color: #1fae60;
    border-radius: 50%;
    top: 20px;
    left: 30px;
}

.product-cen .product-list .sideMenu .nLi.on h3 {
    background: #dddddd url(../images/left-b.png) 250px center no-repeat;
}

.product-cen .product-list .sideMenu .nLi h3 {
    background: #dddddd url(../images/left-r.png) 250px center no-repeat;
}

.product-cen .product-list .sideMenu ul .nLi.on .sub {
    display: block
}

.product-cen .product-list .sideMenu ul .nLi .sub {
    overflow: hidden;
    padding: 22px 0;
    color: #999;
    display: none;
    margin: 0px auto;
    border-left: 1px solid #dcdcdc;
    border-right: 1px solid #dcdcdc;
}

.product-cen .product-list .sideMenu>ul>.nLi:nth-child(4) .sub {
    border-bottom: 1px solid #dcdcdc;
}

.product-cen .product-list .sideMenu ul .nLi .sub li {
    float: left;
    width: 50%;
    height: 44px;
    line-height: 44px;
    list-style: none
}

.product-cen .product-list .sideMenu ul .nLi .sub li a {
    display: block;
    width: 85%;
    height: 100%;
    font-family: microsoft yahei;
    margin: 0 auto;
    font-size: 14px;
    color: #333;
    text-decoration: none;
    box-sizing: border-box;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.product-cen .product-list .sideMenu ul .nLi .sub li:nth-child(odd) a {
    text-indent: 0.5em;
}

.product-cen .product-list .sideMenu ul .nLi .sub li:last-child a {
    border-bottom: 0px;
}

.product-cen .product-list .sideMenu ul .nLi .sub li a:hover {
    color: #f9c22a;
}

.product-cen .product-list .sideMenu h3:hover {
    /* background-color: #ccc; */
}

.product-box {
    padding: 0!important;
}

.product-box .product-box-pic a {
    overflow: hidden;
    display: block;
    width: 100%;
    height: 100%;
}

.product-box .product-box-pic a img {
    width: 100%;
    transition: all 0.3s;
}

.product-box .product-box-pic:hover img {
    transform: scale(1.05);
}

.product-box .product-box-pic p {
    text-align: center;
    font-size: 16px;
    line-height: 44px;
}


/* 对比 */

.contrast-cen .contrast-title {
    width: 100%;
    color: #fff;
    background: url(../images/contrast-bg.png) center no-repeat;
}

.contrast-cen .contrast-title .m-title h2 {
    color: #fff;
}

.contrast-cen .contrast-title .m-title p {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    margin-top: 8px;
}

.contrast-cen .contrast-title .m-title h2::before {
    content: "";
    display: none;
    position: absolute;
    width: 95px;
    height: 1px;
    background-color: #fff;
    top: 50%;
    left: 38%;
}

.contrast-cen .contrast-title .m-title h2::after {
    content: "";
    display: none;
    position: absolute;
    width: 95px;
    height: 1px;
    background-color: #fff;
    top: 50%;
    right: 38%;
}

.contrast-cen .contrast-l-box h2 {
    float: left;
    width: 60px;
    font-weight: bold;
    font-size: 40px;
    color: #29bf6d;
}

.contrast-cen .contrast-l-box h2::after {
    content: '';
    display: block;
    width: 1px;
    height: 170px;
    background-color: #ccc;
    margin-left: 20px;
}

.contrast-cen .contrast-l-box p {
    width: 85%;
    float: left;
    font-weight: bold;
    font-size: 15px;
    color: #333;
    margin-top: 13px;
}

.contrast-cen .contrast-l-box img {
    width: 85%;
    margin-top: 25px;
}

.contrast-cen .contrast-r {
    text-align: right;
}

.contrast-cen .contrast-r img {
    margin-top: 75px;
    width: 94%;
}


/* 横幅 */

.hengfu {
    width: 100%;
    height: 196px;
    background: url(../images/hengfu-bg.jpg) center no-repeat;
}

.hengfu .hengfu-l {
    color: #fff;
    font-weight: bold;
}

.hengfu .hengfu-l h2 {
    font-size: 24px;
    font-weight: bold;
    margin-top: 65px;
}

.hengfu .hengfu-l p {
    font-size: 16px;
    line-height: 22px;
    margin-top: 10px;
}

.hengfu .hengfu-r .hengfu-r-tel {
    color: #fff;
    font-size: 18px;
    margin-top: 60px;
    padding-left: 68px;
    background: url(../images/hengfu-tel.jpg) left center no-repeat;
    background-size: 58px;
}

.hengfu .hengfu-r .hengfu-r-tel h2 {
    font-weight: bold;
    font-size: 30px;
}

.hengfu .hengfu-r a {
    display: block;
    width: 120px;
    height: 34px;
    background-color: #ffae00;
    border-radius: 5px;
    text-align: center;
    line-height: 32px;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    margin-left: 68px;
    margin-top: 12px;
    transition: all 0.3s;
}

.hengfu .hengfu-r a:hover {
    background-color: #ff8700;
    color: #fff!important;
}


/* 优势 */


/* 优势标题 */

.youshi-title {
    position: relative;
    overflow: hidden;
    width: 40%;
    margin: 60px auto 30px;
}

.youshi-title h3 {
    color: #333;
    font-size: 40px;
    font-weight: bold;
    float: left;
}

.youshi-title h3>span {
    font-size: 14px;
    color: #666;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 2px;
}

.youshi-title .youshi-title-num {
    position: absolute;
    left: 165px;
    top: -15px;
    color: #1fae60;
    font-size: 80px;
    font-style: italic;
}

.youshi-title .youshi-title-ys {
    padding-left: 6px;
}

.youshi-title .youshi-title-ys i {
    font-style: normal;
    color: #1fae60;
}

.youshi-title .youshi-title-ys span {
    letter-spacing: -0.2px;
}


/* 优势标题 end */

.youshi-box>h3 {
    float: left;
    width: 100px;
    height: 235px;
    line-height: 100px;
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 30px;
    background: url(../images/advantage2_ico.png) center top no-repeat;
}

.youshi-box .youshi-box-title {
    float: left;
    width: 80%;
    margin-top: 25px;
    margin-bottom: 10px;
}

.youshi-box .youshi-box-title>h3 {
    font-size: 22px;
    font-weight: bold;
    color: #333;
}

.youshi-box .youshi-box-title>p {
    text-transform: uppercase;
    line-height: 34px;
}

.youshi-box .youshi-box-list {
    float: left;
    width: 80%;
    font-size: 13px;
    line-height: 24px;
    color: #333;
}

.youshi-box .youshi-box-list::before {
    content: '';
    display: inline-block;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    border: 2px solid #1fae60;
    margin-right: 5px;
}


/* 流程 */

.index-flow {
    width: 100%;
    margin-bottom: 60px!important;
    overflow: hidden;
}

.index-flow .index-flow-l {
    position: relative;
    float: left;
    width: 8%;
    height: 210px;
    writing-mode: vertical-lr;
    text-transform: uppercase;
    background-color: #1fae60;
    color: #fff;
    font-weight: bold;
    text-align: center;
    padding-left: 40px;
}

.index-flow .index-flow-l::after {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-left: 18px solid #1fae60;
    border-top: 14px solid transparent;
    border-bottom: 14px solid transparent;
    top: 48%;
    right: -15px;
}

.index-flow .index-flow-l p {
    font-size: 20px;
}

.index-flow .index-flow-l h3 {
    font-size: 26px;
    font-weight: bold;
}

.index-flow .index-flow-list {
    width: 92%;
    float: left;
}

.index-flow .index-flow-list .index-flow-box {
    float: left;
    position: relative;
    width: 14%;
    height: 125px;
    margin-left: 30px;
    /* margin-top: 16px; */
    font-size: 14px;
    padding-top: 90px;
    color: #fff;
    text-align: center;
}

.index-flow .index-flow-list .index-flow-box>p {
    color: #666;
    margin-top: 20px;
    /* padding: 0 5px; */
    font-size: 12px;
}

.index-flow .index-flow-list .index-flow-box::after {
    content: '';
    position: absolute;
    display: block;
    width: 20px;
    height: 20px;
    background: url(../images/arr-r.png) center no-repeat;
    background-size: 100%;
    right: -25px;
    top: 46%;
}

.index-flow .index-flow-list .index-flow-box:nth-child(1) {
    background: url(../images/flow1.png) center no-repeat;
}

.index-flow .index-flow-list .index-flow-box:nth-child(2) {
    background: url(../images/flow2.png) center no-repeat;
}

.index-flow .index-flow-list .index-flow-box:nth-child(3) {
    background: url(../images/flow3.png) center no-repeat;
}

.index-flow .index-flow-list .index-flow-box:nth-child(4) {
    background: url(../images/flow4.png) center no-repeat;
}

.index-flow .index-flow-list .index-flow-box:nth-child(5) {
    background: url(../images/flow5.png) center no-repeat;
}

.index-flow .index-flow-list .index-flow-box:nth-child(6) {
    background: url(../images/flow6.png) center no-repeat;
}

.index-flow .index-flow-list .index-flow-box:nth-child(7) {
    background: url(../images/flow7.png) center no-repeat;
}

.index-flow .index-flow-list .index-flow-box:nth-child(8) {
    background: url(../images/flow8.png) center no-repeat;
}

.index-flow .index-flow-list .index-flow-box:nth-child(6)::after {
    background: none;
}


/* 关于我们 */

.about-bg .about-l {
    width: 90%;
    position: relative;
}

.about-bg .about-l h3 {
    font-size: 47px;
    color: #1fae60;
    margin-top: 68px;
}

.about-bg .about-l h4 {
    color: #333;
    font-size: 30px;
    margin-top: 20px;
    margin-bottom: 50px;
}

.about-bg .about-l .index-number {
    margin-top: 50px;
    margin-bottom: 40px;
}

.about-bg .about-l .index-number .number-box {
    padding: 0;
    font-size: 36px;
    color: #333;
}

.about-bg .about-l .index-number .number-box p {
    font-size: 14px;
    color: #333;
    line-height: 38px;
}

.about-bg .about-l .about-icon {
    position: relative;
    width: 130%;
    padding: 24px 120px 20px 0;
    background-color: #f6f6f6;
    text-align: center;
    z-index: 2;
}

.about-bg .about-l .about-icon img {
    width: 56px;
}

.about-bg .about-l .about-icon p {
    color: #333;
    line-height: 42px;
}

.about-bg .about-l #about-btn {
    display: block;
    width: 200px;
    height: 50px;
    background: #1fae60;
    color: #fff;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    margin-top: 24px;
}

.about-bg .about-l #about-btn>i {
    display: inline-block;
    width: 50px;
    height: 8px;
    margin-left: 10px;
    background: url(../images/wel-arr.png) center no-repeat;
    background-size: 100%;
    transition: all 0.3s;
}

.about-bg .about-l #about-btn:hover {
    color: #fff!important;
}

.about-bg .about-l #about-btn:hover>i {
    margin-left: 20px;
}

.about-bg .about-img {
    display: block;
    width: 146%;
    height: 780px;
    overflow: hidden;
}

.about-bg .about-img>img {
    transition: all 0.3s;
}

.about-bg .about-img:hover>img {
    transform: scale(1.05);
}


/* 应用领域 */

.applica #swiper-container-appli .swiper-slide {
    text-align: center;
    overflow: hidden;
}

.applica #swiper-container-appli .swiper-slide img {
    width: 100%;
    transition: all 0.3s;
}

.applica #swiper-container-appli .swiper-slide .appli-text {
    padding: 20px;
    background-color: #eee;
}

.applica #swiper-container-appli .swiper-slide .appli-text h3 {
    font-size: 24px;
    color: #333;
    line-height: 48px;
    transition: all 0.3s;
}

.applica #swiper-container-appli .swiper-slide .appli-text p {
    /* height: 88px; */
    font-size: 14px;
    color: #666;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.applica #swiper-container-appli .swiper-slide a>.appli-text button {
    font-size: 14px;
    color: #333;
    border: none;
    background: none;
    margin-top: 24px;
    width: 120px;
    height: 30px;
    transition: all 0.3s;
}

.applica #swiper-container-appli .swiper-slide a:hover>.appli-text button {
    background-color: #00c262;
    border-radius: 5px;
    border: none;
    color: #fff;
}

.applica #swiper-container-appli .swiper-slide a:hover .appli-text h3 {
    color: #00c262;
}

.applica #swiper-container-appli .swiper-slide a:hover img {
    transform: scale(1.02);
}


/* 切换按钮 */

.mbox5Bot {
    position: relative;
    width: 100%;
    padding: 20px 200px
}

.mbox5Btn {
    position: absolute;
    top: 50%;
    color: #333;
    font-size: 0;
    font-family: Arial;
    cursor: pointer;
    transform: translateY(-50%)
}

.mbox5Btn i,
.mbox5Btn strong {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px
}

.mbox5Btn i.fa {
    color: #00c262;
    font-size: 15px
}

.mbox5Btn strong {
    padding: 0 5px
}

.mbox5Line {
    width: 148px;
    height: 1px;
    background: #d2d2d2;
    transition: width .6s ease 0s
}

.mbox5Btn:hover .mbox5Line {
    width: 100px;
    background: #00c262
}

.swiper-button-disabled strong {
    opacity: .5
}

.swiper-button-disabled .mbox5Line {
    width: 100px
}

.swiper-button-disabled:hover .mbox5Line {
    background: #d2d2d2
}

.mbox5Prev {
    left: 20%;
}

.mbox5Next {
    right: 20%;
}

.mbox5Prev .prev-left,
.mbox5Next .next-right {
    color: #00c262;
    font-size: 16px;
    font-weight: bold;
}

.mbox5Bot .swiper-pagination {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.mbox5Bot .swiper-pagination-bullet {
    margin: 0 6px;
    width: 34px;
    height: 3px;
    border-radius: 0;
    background: #ccc;
    vertical-align: middle;
    opacity: 1
}

.mbox5Bot .swiper-pagination-bullet-active {
    background: #00c262;
}


/* 切换按钮 end */


/* 客户口碑 */

.kobei {
    background: url(../images/koubei.jpg) bottom center no-repeat;
    padding-bottom: 30px;
}

.kobei .kobei-box a {
    display: block;
    width: 100%;
    text-align: center;
    overflow: hidden;
}

.kobei .kobei-box img {
    width: 100%;
    transition: all 0.3s;
}

.kobei .kobei-box .appli-text {
    padding: 14px 20px;
    background-color: #eee;
}

.kobei .kobei-box .appli-text h3 {
    font-size: 20px;
    color: #333;
    line-height: 36px;
    transition: all 0.3s;
}

.kobei .kobei-box .appli-text p {
    /* height: 60px; */
    font-size: 14px;
    color: #666;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.kobei .kobei-box a>.appli-text button {
    font-size: 14px;
    color: #333;
    border: none;
    background: none;
    margin-top: 24px;
    width: 120px;
    height: 30px;
    transition: all 0.3s;
}

.kobei .kobei-box a:hover>.appli-text button {
    background-color: #00c262;
    border-radius: 5px;
    border: none;
    color: #fff;
}

.kobei .kobei-box a:hover .appli-text h3 {
    color: #00c262;
}

.kobei .kobei-box a:hover img {
    transform: scale(1.02);
}


/* 新闻中心 */

.index-news #swiper-container-news .swiper-slide a {
    display: block;
    width: 100%;
    background-color: #f8f8f8;
    line-height: 22px;
}

.index-news #swiper-container-news .swiper-slide a>.swiper-news-img {
    width: 30%;
    float: left;
}

.index-news #swiper-container-news .swiper-slide a>.swiper-news-img>img {
    width: 100%;
    transition: all 0.3s;
}

.index-news #swiper-container-news .swiper-slide a>.swiper-news-text {
    width: 70%;
    float: left;
    padding: 0 20px;
}

.index-news #swiper-container-news .swiper-slide a>.swiper-news-text h3 {
    font-size: 20px;
    color: #333;
    margin-top: 26px;
    line-height: 36px;
    transition: all 0.3s;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.index-news #swiper-container-news .swiper-slide a>.swiper-news-text .swiper-news-time {
    font-size: 14px;
    color: #666;
}

.index-news #swiper-container-news .swiper-slide a>.swiper-news-text p {
    color: #666;
}

.index-news #swiper-container-news .swiper-slide a:hover h3 {
    color: #00c262;
}

.index-news #swiper-container-news .swiper-slide a:hover>.swiper-news-img>img {
    transform: scale(1.05);
}


/* 切换按钮 */

.newsBot {
    position: relative;
    width: 100%;
    padding: 40px 200px
}

.newsBtn {
    position: absolute;
    top: 50%;
    color: #333;
    font-size: 0;
    font-family: Arial;
    cursor: pointer;
    transform: translateY(-50%)
}

.newsBtn i,
.newsBtn strong {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px
}

.newsBtn i.fa {
    color: #00c262;
    font-size: 15px
}

.newsBtn strong {
    padding: 0 5px
}

.newsLine {
    width: 148px;
    height: 1px;
    background: #d2d2d2;
    transition: width .6s ease 0s
}

.newsBtn:hover .newsLine {
    width: 100px;
    background: #00c262
}

.swiper-button-disabled strong {
    opacity: .5
}

.swiper-button-disabled .newsLine {
    width: 100px
}

.swiper-button-disabled:hover .newsLine {
    background: #d2d2d2
}

.newsPrev {
    left: 20%;
}

.newsNext {
    right: 20%;
}

.newsPrev .prev-left,
.newsNext .next-right {
    color: #00c262;
    font-size: 16px;
    font-weight: bold;
}

.newsBot .swiper-pagination {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.newsBot .swiper-pagination-bullet {
    margin: 0 6px;
    width: 34px;
    height: 3px;
    border-radius: 0;
    background: #ccc;
    vertical-align: middle;
    opacity: 1
}

.newsBot .swiper-pagination-bullet-active {
    background: #00c262;
}


/* 切换按钮 end */


/* footer */

footer {
    background-color: #333;
}

.footer-flink {
    line-height: 62px;
    font-size: 15px;
    color: #ccc;
    border-bottom: 1px solid #666;
    padding: 0!important;
    margin-bottom: 30px;
}

.footer-flink a {
    color: #ccc;
}

.footer-flink a:hover {
    color: #00c262;
}

footer .footer-class {
    padding: 0;
    display: inline-block;
}

footer .footer-class h3 {
    position: relative;
    line-height: 22px;
}

footer .footer-class h3::before {
    content: '';
    position: absolute;
    display: block;
    width: 3px;
    height: 22px;
    left: -12px;
    top: 8px;
    background-color: #00c262;
}

footer .footer-class h3>a {
    color: #ccc;
    font-size: 14px;
    font-weight: bold;
}

footer .footer-class li {
    line-height: 30px;
}

footer .footer-class li>a {
    color: #ccc;
    font-size: 14px;
}

footer .footer-logo {
    width: 100%;
    text-align: right;
}

footer .footer-cen {
    width: 100%;
    text-align: right;
    margin-top: 20px;
}

footer .footer-cen .footer-cen-l {
    color: #ccc;
    width: 78%;
    float: left;
    line-height: 22px;
}

footer .footer-cen .footer-cen-l span {
    font-size: 15px;
}

footer .footer-cen .footer-cen-l h3 {
    font-size: 30px;
    font-family: Impact;
}

footer .footer-cen .footer-cen-l p {
    font-size: 14px;
}

footer .footer-cen .footer-cen-r {
    width: 22%;
    float: left;
}

footer .footer-cen .footer-cen-r img {
    width: 82px;
}

footer .footer-copy {
    padding: 0;
    color: #ccc;
    border-top: 1px solid #666;
    line-height: 62px;
    margin-top: 30px;
    font-size: 14px;
}

footer .footer-copy .footer-copy-r>a {
    color: #ccc;
}


/* 响应式 */

@media (max-width: 1366px) {
    .youshi-title {
        width: 37%;
    }
    .youshi-box .youshi-box-title {
        width: 80%;
    }
    .youshi-box .youshi-box-list {
        width: 80%;
    }
    .youshi-box>h3 {
        width: 20%;
        height: 255px;
    }
}

@media (max-width: 992px) {
    .top-logo .top-tel a {
        width: 38px;
        height: 38px;
        padding-left: 0px;
        margin-top: 10px;
        background-size: 100%;
    }
    .top-logo .top-tel a>p {
        display: none;
    }
    .top-logo .line-c {
        margin: 45px 12px 0 12px;
    }
    nav {
        display: none!important;
    }
    .navlist {
        width: 50%;
        background: #32b66d;
    }
    .swiper-container-index {
        height: 60vh!important;
    }
    .partner-cen #swiper-container-par {
        max-width: 85%;
    }
    .applica #swiper-container-appli .swiper-slide .appli-text p {
        overflow: hidden;
    }
    .index-flow .index-flow-list .index-flow-box {
        margin-left: 20px;
    }
}

@media (max-width: 768px) {
    .top-logo h1 #logo {
        width: 100%;
    }
    .swiper-container-index {
        height: 50vh!important;
    }
}

@media (max-width: 576px) {
    .top-logo .top-tel,
    .top-logo .top-weixin,
    .top-logo .line-c {
        display: none;
    }
    .top-logo h1 #logo {
        margin-top: 12px;
        margin-bottom: 12px;
    }
    .top-logo .menu {
        height: 65px;
    }
    .top-logo .menu .line1 {
        top: 35%;
    }
    .top-logo .menu .line2 {
        top: 47%;
    }
    .top-logo .menu .line3 {
        top: 62%;
    }
    .top-logo {
        position: fixed;
        top: 0;
        z-index: 997;
        background-color: #fff;
    }
    .navlist {
        width: 80%;
    }
    .navlist .a-wrap {
        margin-top: 10vh;
    }
    .navlist .navClose {
        top: 2em;
        right: 1em;
    }
    .navlist .a-wrap .a-list {
        font-size: 16px;
        line-height: 46px;
        height: auto;
        text-align: left;
        text-indent: 1.5em;
    }
    .swiper-container-index {
        margin-top: 70px!important;
        height: 30vh!important;
    }
    #welcome-btn {
        display: none;
    }
    .swiper-index-top {
        bottom: 1em !important;
    }
    #navPage {
        display: none;
    }
    .m-title {
        margin: 15px auto;
    }
    .m-title h2 {
        font-size: 20px;
    }
    .m-title p {
        font-size: 14px;
        margin-top: 10px;
    }
    .partner-cen .swiper-button-next {
        width: 30px;
        height: 30px;
        bottom: 6em;
    }
    .partner-cen .swiper-button-prev {
        width: 30px;
        height: 30px;
        bottom: 6em;
    }
    .partner-cen #swiper-container-par {
        max-width: 80%;
    }
    .partner-cen #swiper-container-par {
        margin-bottom: 25px;
    }
    .product-cen .product-list {
        width: 100%;
    }
    .product-cen .product-list h2 {
        height: 100px;
        padding-top: 18px;
    }
    .product-cen .product-list .sideMenu .nLi h3 {
        background-position: 320px!important;
        height: 50px;
        line-height: 50px;
    }
    .product-cen .product-list .sideMenu ul .nLi .sub {
        padding: 10px 0;
    }
    .product-cen .product-list .sideMenu ul .nLi .sub li {
        height: 36px;
        line-height: 36px;
    }
    .product-box {
        margin-top: 30px;
    }
    .product-box .product-box-pic:last-child {
        display: none;
    }
    .product-cen {
        margin-bottom: 35px!important;
    }
    /* 服务 */
    .contrast-cen .contrast-title .m-title h2::before {
        left: 15%;
        width: 65px;
    }
    .contrast-cen .contrast-title .m-title h2::after {
        right: 15%;
        width: 65px;
    }
    .contrast-cen .contrast-title .m-title p {
        font-size: 13px;
    }
    .contrast-cen .contrast-l-box h2::after {
        height: 150px;
    }
    .contrast-cen .contrast-l-box p {
        width: 80%;
        font-size: 13px;
    }
    .contrast-cen .contrast-l-box img {
        width: 80%;
    }
    .contrast-cen .contrast-r img {
        width: 100%;
        margin: 25px 0;
    }
    /* 横幅 */
    .hengfu {
        background: url(../images/m-hengfu.jpg) center no-repeat;
        height: 340px;
        background-size: cover;
    }
    .hengfu .hengfu-l h2 {
        margin-top: 30px;
        font-size: 20px;
        line-height: 31px;
    }
    .hengfu .hengfu-l p {
        font-size: 16px;
        line-height: 24px;
        margin-top: 10px;
    }
    .hengfu .hengfu-r .hengfu-r-tel {
        font-size: 14px;
        background-size: 30px;
        padding-left: 40px;
        margin-top: 30px;
    }
    .hengfu .hengfu-r .hengfu-r-tel h2 {
        font-size: 22px;
    }
    .hengfu .hengfu-r a {
        margin-left: 40px;
    }
    /* 优势 */
    .youshi-title {
        width: 100%;
        margin: 30px auto 10px;
    }
    .youshi-title h3 {
        font-size: 22px;
    }
    .youshi-title h3>span {
        font-size: 12px;
        letter-spacing: 0px;
    }
    .youshi-title .youshi-title-ys {
        padding-left: 0px;
    }
    .youshi-title .youshi-title-ys span {
        letter-spacing: -1.6px;
    }
    .youshi-title .youshi-title-num {
        font-size: 55px;
        left: 100px;
    }
    .youshi-box {
        margin-top: 20px;
    }
    .youshi-box>h3 {
        width: 15%;
        font-size: 18px;
        line-height: 58px;
        background-size: 100%;
        height: 60px;
    }
    .youshi-box .youshi-box-title {
        width: 85%;
        margin-top: 8px;
    }
    .youshi-box .youshi-box-title>h3 {
        font-size: 16px;
    }
    .youshi-box .youshi-box-title>p {
        font-size: 12px;
        line-height: 16px;
        margin-top: 6px;
    }
    .youshi-box .youshi-box-list {
        width: 100%;
        font-size: 14px;
        line-height: 28px;
    }
    .youshi-img {
        width: 100%;
    }
    /* 定制流程 */
    .index-flow {
        margin-bottom: 30px!important;
    }
    .index-flow .index-flow-l {
        width: 60%;
        height: 40px;
        writing-mode: horizontal-tb;
        padding-left: 0;
        margin: 20px auto 20px;
        float: none;
    }
    .index-flow .index-flow-l p {
        font-size: 16px;
        padding-top: 9px;
    }
    .index-flow .index-flow-l h3 {
        font-size: 20px;
    }
    .index-flow .index-flow-l::after {
        transform: rotate(90deg);
        top: 85%;
        right: 45%;
    }
    .index-flow .index-flow-list {
        width: 100%;
    }
    .index-flow .index-flow-list .index-flow-box {
        width: 27%;
        background-size: 100%!important;
        font-size: 12px;
        padding-top: 69px;
        height: 265px;
        background-position-y: top!important;
    }
    .index-flow .index-flow-list .index-flow-box>p {
        font-size: 12px;
        padding: 0;
    }
    .index-flow .index-flow-list .index-flow-box:nth-child(1) {
        margin-left: 0;
    }
    .index-flow .index-flow-list .index-flow-box:nth-child(4) {
        margin-left: 0;
    }
    .index-flow .index-flow-list .index-flow-box:nth-child(7) {
        margin-left: 0;
    }
    /* 关于我们 */
    .about-bg {
        margin-bottom: 20px!important;
    }
    .about-bg .about-l {
        width: 100%;
    }
    .about-bg .about-l h3 {
        margin-top: 20px;
        font-size: 28px;
    }
    .about-bg .about-l h4 {
        margin-top: 10px;
        margin-bottom: 20px;
        font-size: 24px;
    }
    .about-bg .about-l .index-number {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .about-bg .about-l .about-icon {
        width: 100%;
        padding: 24px 0px 20px 0;
    }
    .about-bg .about-l #about-btn {
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .about-bg .about-img {
        width: 100%;
        height: auto;
    }
    .about-bg .about-img>img {
        width: 100%;
    }
    /* 应用领域 */
    .applica #swiper-container-appli .swiper-slide .appli-text {
        padding: 10px;
    }
    .applica #swiper-container-appli .swiper-slide .appli-text h3 {
        font-size: 15px;
        line-height: 26px;
    }
    .applica #swiper-container-appli .swiper-slide .appli-text p {
        height: 46px;
        text-overflow: -o-ellipsis-lastline;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    .applica #swiper-container-appli .swiper-slide a>.appli-text button {
        margin-top: 10px;
    }
    /* 切换按钮 */
    .mbox5Bot {
        padding: 20px 0;
    }
    .mbox5Prev {
        left: 2%;
    }
    .mbox5Next {
        right: 2%;
    }
    .mbox5Bot .swiper-pagination-bullet {
        width: 18px;
    }
    .swiper-button-disabled .mbox5Line {
        width: 30px;
    }
    .mbox5Line {
        width: 30px;
    }
    .mbox5Btn:hover .mbox5Line {
        width: 34px;
    }
    /* 口碑 */
    .kobei .kobei-box {
        margin-bottom: 20px;
    }
    .kobei .kobei-box .appli-text {
        padding: 10px;
    }
    .kobei .kobei-box .appli-text h3 {
        font-size: 15px;
        line-height: 20px;
    }
    .kobei .kobei-box .appli-text p {
        overflow: hidden;
        height: 66px;
    }
    .kobei .kobei-box a>.appli-text button {
        margin-top: 10px;
    }
    /* 新闻中心 */
    .newsBot {
        padding: 40px 0;
    }
    .newsPrev {
        left: 2%;
    }
    .newsNext {
        right: 2%;
    }
    .swiper-button-disabled .newsLine {
        width: 30px;
    }
    .newsLine {
        width: 30px;
    }
    .newsBot .swiper-pagination-bullet {
        width: 18px;
    }
    .index-news #swiper-container-news .swiper-slide a>.swiper-news-text {
        padding: 0 12px;
    }
    .index-news #swiper-container-news .swiper-slide a>.swiper-news-text h3 {
        font-size: 16px;
        line-height: 16px;
        margin-top: 5px;
    }
    .index-news #swiper-container-news .swiper-slide a>.swiper-news-text .swiper-news-time {
        font-size: 12px;
    }
    .index-news #swiper-container-news .swiper-slide a>.swiper-news-text p {
        font-size: 12px;
        text-overflow: -o-ellipsis-lastline;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    /* footer */
    .footer-flink {
        padding: 0 15px!important;
        font-size: 14px
    }
    footer .footer-class h3 {
        width: 80%;
        background-color: #444;
        text-indent: 1.2em;
        margin-bottom: 2px;
        line-height: 36px;
    }
    footer .footer-class li {
        text-indent: 1.2em;
    }
    footer .footer-class ul {
        width: 80%;
        display: none;
    }
    footer .footer-class h3::before {
        left: 10px;
    }
    footer .footer-class h3::after {
        content: '+';
        display: block;
        position: absolute;
        right: 10px;
        line-height: 32px;
        font-size: 24px;
        font-weight: bold;
        top: 0px;
        color: #fff;
    }
    footer .footer-class.on ul {
        display: block;
    }
    footer .footer-class.on h3::after {
        content: '-';
    }
    footer .footer-logo {
        text-align: left;
        margin: 10px 0;
    }
    footer .footer-cen {
        text-align: left;
    }
    footer .footer-cen .footer-cen-r img {
        width: 100%;
    }
    footer .footer-cen .footer-cen-l {
        padding-left: 5px;
    }
    footer .footer-copy {
        padding: 12px 15px;
        line-height: 26px;
    }
    footer .footer-copy-l,
    footer .footer-copy-r {
        float: none;
    }
}

@media (max-width: 360px) {
    .index-flow .index-flow-list .index-flow-box {
        padding-top: 55px;
    }
}