
/*产品中心*/
li{
    list-style: none;
}

p{
    margin: 0;
}
.in-pro {
    background: url(../image/c3cc847f968f34d1e21d6fd82ec3feed908b19eb.jpg) repeat;
    padding: 6vh 0;
}

.x-title {
    color: #333;
    font-size: 36px;
    line-height: 2;
    text-align: center;
}

.x-title p {
    color: #888;
    font-size: 18px;
    line-height: 1.5;
    display: none;
}

.in-pro .content {
    padding: 5vh 0 0;
}

.list .owl-carousel {
    position: relative;
}

.pp-list .owl-carousel .banner-item a {
    display: block;
}

.pp-list .owl-carousel .owl-nav .owl-prev {
    left: -60px;
}

.pp-list .owl-carousel .owl-nav .owl-next {
    right: -60px;
}

.pp-list .owl-carousel .owl-nav button.owl-prev,
.pp-list .owl-carousel .owl-nav button.owl-next {
    outline: none;
    background: #fff;
    position: absolute;
    top: 50%;
    z-index: 9999;
    border: 1px solid #f2f2f2;
    height: 65px;
    width: 50px;
    margin-top: -32.5px;
    border-radius: 0;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.pp-list .owl-carousel .owl-nav button.owl-prev:hover,
.pp-list .owl-carousel .owl-nav button.owl-next:hover {
    background: #fff;
}

.pp-list .owl-carousel .owl-nav .icon-font {
    display: block;
    width: 100%;
    height: 100%;
}

.pp-list .owl-carousel .owl-nav .icon-left-arrow:after {
    background-position: 0px -180px;
}

.pp-list .owl-carousel .owl-nav .icon-right-arrow:after {
    background-position: 0px -480px;
}

.pp-list .owl-dots {
    position: absolute;
    z-index: 999;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 0;
    bottom: 5%;
    display: none;
}

.pp-list li {
    margin: 0 10px;
    position: relative;
}

.pp-list li .tm {
    background: url(../image/567fd66d3ebadc8c680156502ac2d003ff01f837.png);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px
}

.pp-list li .tm .ddnn {
    position: absolute;
    bottom: 45px;
    width: 80%;
    left: 10%;
    height: 60px;
    overflow: hidden;
    transition: all .3s;
}

.pp-list li .tm .ddnn h2 {
    color: #ffffff;
    font-size: 24px;
    text-align: left;
    margin: 0 auto;
    line-height: 30px;
}

.pp-list li .tm .ddnn span {
    color: #c5c4c3;
    font-size: 14px;
    line-height: 28px;
    text-align: left;
    display: block;
    line-height: 30px;
    text-transform: uppercase;
}

.pp-list li .mm1 {
    width: 90px;
    line-height: 26px;
    border-radius: 20px;
    background: #048f3e;
    text-align: center;
    color: #fff;
    font-size: 14px;
    height: 26px;
    margin-top: 10px
}

.pp-list li:hover .tm .ddnn {
    height: 96px;
}

@media (max-width: 1024px) {
    .pp-list li .tm .ddnn h2 {
        color: #ffffff;
        font-size: 20px;
        text-align: left;
        margin: 0 auto;
        line-height: 30px;
    }
    .pp-list li .tm .ddnn span {
        color: #c5c4c3;
        font-size: 14px;
        line-height: 28px;
        text-align: left;
        display: block;
        line-height: 30px;
        text-transform: uppercase;
    }
}

@media (max-width: 992px) {
    .pp-list li .tm .ddnn h2 {
        color: #000;
        font-size: 16px;
        text-align: left;
        margin: 0 auto;
        line-height: 30px;
    }
    .pp-list li .tm .ddnn span {
        color: #000;
        font-size: 14px;
        line-height: 28px;
        text-align: left;
        display: block;
        line-height: 30px;
        text-transform: uppercase;
    }
}



/*企业优势*/

.advanbox {
    background: url(../image/a850fc7b1acfd4ff5156c4d865d49016fc2acf3d.jpg) no-repeat;
    background-size: 100% 100%;
    padding: 4vh 0 6vh;
    text-align: center;
}

.advan-list {
    margin-top: 5vh;
}

.advan-list li a {
    display: block;
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 0 20px rgba(0, 0, 0, .05);
    text-align: center;
    padding: 4vh 10%;
    position: relative;
    height: 350px;
    cursor: pointer;
}

.advan-list li a:after {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0;
    height: 100%;
    content: "";
    background: #048f3e;
    border-radius: 5px;
    z-index: 1;
    -moz-transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}

.advan-list li:hover a:after {
    left: 0;
    width: 100%
}

.advan-list li h3 {
    color: #333;
    font-size: 24px;
    font-weight: 600;
    line-height: 2;
    margin: 2.5vh 0;
    position: relative;
    z-index: 9;
    top: 0;
    transition: all 0.8s;
}

.advan-list li:hover h3 {
    top: -100px;
    color: #fff;
}

.advan-list li .intro {
    color: #666;
    font-size: 15px;
    line-height: 2;
    height: 90px;
    overflow: hidden;
    position: relative;
    z-index: 9;
    top: 0;
    transition: all 0.8s;
}

.advan-list li:hover .intro {
    top: -100px;
    color: #fff;
    height: 180px;
}



/*合作案例*/

.case_index {
    padding: 6vh 0 7vh;
}

.case-list {
    margin-top: 4.5vh;
}

.case-list li {
    overflow: hidden;
    margin-bottom: 25px;
}

.case-list li a {
    position: relative;
    display: block;
}

.case-list li .img {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.case-list li img {
    width: 100%;
    height: 100%;
    overflow: hidden;
    transition: all .5s;
}

.case-list li:hover img {
    transform: scale(1.1);
}

.case-list li .text {
    color: #666;
    font-size: 15px;
    line-height: 1.8;
    padding: 24px 0;
}

.case-list li .text2 {
    position: absolute;
    bottom: -100%;
    left: 0;
    width: 100%;
    color: #fff;
    font-size: 15px;
    line-height: 1.8;
    padding: 24px 20px;
    background: #0b9243;
    transition: all 0.5s;
}

.case-list li .text2 span {
    display: inline-block;
    width: 82px;
    text-align: center;
    color: #fff;
    line-height: 22px;
    border: 1px solid #fff;
    border-radius: 11px;
    margin-top: 2vh;
    font-size: 12px;
}

.case-list li:hover .text2 {
    bottom: 0;
}

.case_index .more {
    text-align: center;
    padding-top: 2vh;
}

.case_index .more a {
    width: 196px;
    display: inline-block;
    color: #fff;
    font-size: 16px;
    background: #0b9243;
    line-height: 3;
    border-radius: 24px;
}

@media(max-width:980px){
    .case_index{
        padding: 3vh 0 7vh;
    }
}


/*服务流程*/

.process {
    padding: 5vh 0 6vh;
    background: #f4f4f4;
    position: relative;
    width: 100%;
}

#J_dotLine {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 0;
}

.process-list {
    padding: 6vh 0;
}

.process-list li {
    width: 14.28%;
    float: left;
    text-align: center;
    position: relative;
    cursor: pointer;
}

.process-list li img {
    max-width: 100%;
    height: auto;
    transition: all 0.7s;
}

.process-list li:hover img {
    -webkit-transform: rotate(45deg);
}

.process-list li p {
    position: absolute;
    width: 110px;
    height: 110px;
    left: 50%;
    margin-left: -55px;
    top: 50%;
    margin-top: -55px;
}

.process-list li span {
    display: block;
    background: #0b9243;
    color: #fff;
    font-size: 16px;
    line-height: 110px;
    border-radius: 55px;
    transition: all .3s;
}

.process-list li:hover span {
    background-color: #057533
}

.process .more {
    text-align: center;
    font-size: 0;
}

.process .poc-num {
    display: inline-block;
    color: #666;
    font-size: 14px;
    line-height: 40px;
    position: relative;
    padding-left: 55px;
    vertical-align: top;
}

.process .poc-num:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    height: 40px;
    background: url(../image/7d275288671e474268f7b9acde03f205f0d34e66.png) no-repeat 50% 50% #0b9243;
    border-radius: 50%;
    content: "";
}

.process .poc-num span {
    font-size: 28px;
    font-weight: 600;
    font-family: arial;
}

.process .more a {
    display: inline-block;
    vertical-align: top;
    width: 106px;
    color: #666;
    font-size: 14px;
    line-height: 32px;
    border: 1px solid #0b9243;
    border-radius: 16px;
    margin-left: 2.5%;
    background-color: #f4f4f4;
}



/*公司简介*/

.x-about {
    padding: 8vh 0 5vh;
}

.about-left img {
    width: 100%;
    height: auto;
    overflow: hidden;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.about-left img:hover {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
    -webkit-transition: all 0.6s ease-out;
    -moz-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
}

.about-right .tit {
    color: #333;
    font-size: 36px;
    line-height: 1.2;
    position: relative;
}

.about-right .tit span {
    color: #0b9243;
}

.about-right .en {
    font-size: 40px;
    font-weight: 600;
    color: rgba(51, 51, 51, .2);
    text-transform: uppercase;
}

.about-right .tit .more {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -14px;
    opacity: 1;
}

.about-right .tit .more .img {
    width: 39px;
    height: 28px;
    overflow: hidden;
    transition: all .3s;
}

.about-right .tit .more:hover .img {
    background-position: 0 -28px !important;
}

.about-right {
    padding-left: 25px;
    padding-top: 3vh;
}

.about-cate {
    background: #f4f4f4;
    padding: 3.5vh 0;
    margin-top: 4vh;
}

.about-cate li {
    text-align: center;
}

.about-cate li a {
    display: inline-block;
    color: #666;
    font-size: 16px;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    padding-left: 40px;
    transition: all .3s;
    float: left;
    margin-left: 10%;
}

.about-cate li span {
    display: inline-block;
    color: #666;
    font-size: 16px;
    line-height: 30px;
    float: left
}

.about-cate li:hover span {
    color: #18974d
}

.about-cate li:hover a {
    filter: invert(43%) sepia(73%) saturate(5721%) hue-rotate(133deg) brightness(89%) contrast(97%);
}

.about-right .intro {
    color: #333;
    font-size: 16px;
    line-height: 2.125;
    margin-top: 5vh;
}

@media (max-width: 1280px) {
    .about-right .intro {
        color: #333;
        font-size: 14px;
        line-height: 2.125;
        margin-top: 5vh;
        max-height: 150px;
        overflow: hidden;
    }
}


/*资质荣誉*/

.honor {
    padding-bottom: 8vh;
}

.honor h2 {
    color: #333;
    font-size: 36px;
    line-height: 1.5;
    position: relative;
    padding-left: 28px;
}

.honor h2:after {
    position: absolute;
    width: 6px;
    height: 34px;
    left: 0;
    top: 50%;
    margin-top: -17px;
    background: #0b9243;
    content: "";
}

.honor-list {
    margin-left: -18px;
    margin-right: -18px;
    margin-top: 4vh;
}

.honor-item {
    padding: 0 18px;
}

.honor-item .img {
    border: 10px solid #c0c1c4;
}

.honor-item .img img {
    transition: all .5s ease;
}

.honor-item .img:hover img {
    transform: scale(1.1);
}

.honor-item h3 {
    color: #666;
    font-size: 16px;
    line-height: 3.75;
    background: #f4f4f4;
    text-align: center;
}

.honor-list .owl-item:hover h3 {
    background: #0b9243;
    color: #fff;
}

@media (max-width: 1024px) {
    .honor-item h3 {
        color: #666;
        font-size: 14px;
        line-height: 2.75;
        background: #f4f4f4;
        text-align: center;
        font-weight: 400;
    }
}



/*新闻中心*/

.x-news {
    background: url(../image/199eac6f56a0ce70d90696edefa5cb7f96d92793.jpg) repeat;
    padding: 6vh 0 8vh;
}

.news-cate {
    text-align: center;
}

.news-cate a {
    display: inline-block;
    padding: 0 25px;
    color: #888;
    font-size: 18px;
    line-height: 2;
    position: relative;
}

.news-cate a:hover {
    color: #0b9243;
}

.news-cate a+a:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "|";
}

.x-news .content {
    margin-top: 6vh;
}

@media(max-width: 980px){
    .col-md-5 img{
    width: 100%!important;
    height: auto!important;
}
}

.top-news li {
    box-shadow: 0 0 20px rgba(0, 0, 0, .05);
}

.top-news li img {
    /* width: 100%; */
    height: 213px;
    overflow: hidden;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.top-news li img:hover {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
    -webkit-transition: all 0.6s ease-out;
    -moz-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
}

.top-news li .text {
    background: #fff;
    padding: 4vh 5%;
}

.top-news li h3 {
    color: #333;
    font-size: 24px;
    line-height: 2;
    transition: all .3s;
    font-weight: 400;
}

.top-news li:hover h3 {
    color: #0b9243;
}

.top-news li .time {
    color: #666;
    font-size: 14px;
    line-height: 2;
}

.top-news li .intro {
    color: #666;
    font-size: 14px;
    line-height: 2;
    margin-top: 2vh;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.news-scroll {
    margin-top: -7px;
    padding-left: 45px;
}

.news-scroll .slick-con {
    background: #fff;
    padding: 0 2%;
    margin: 7px 0;
    cursor: pointer;
}

.x-news .slick-vertical .slick-slide {
    border: none;
    outline: none;
}

.slick-con .time {
    color: #666;
    font-size: 16px;
    line-height: 1.2;
    text-align: center;
    position: relative;
}

.slick-con .time:after {
    position: absolute;
    right: 15%;
    top: 30px;
    font-size: 18px;
    content: "/";
}

.slick-con .time p {
    font-size: 48px;
    font-family: 'Arial';
}

.slick-con .text h3 {
    color: #333;
    font-size: 24px;
    line-height: 1.2;
    transition: all .3s;
    font-weight: 400;
}

.slick-con .text .intro {
    color: #666;
    font-size: 14px;
    line-height: 20px;
    margin-top: 8px;
}

.slick-con:hover .time,
.slick-con:hover .text h3 {
    color: #0b9243;
}

@media (max-width: 1024px) {
    .slick-con .text .intro {
        color: #666;
        font-size: 14px;
        line-height: 20px;
        height: 40px;
        overflow: hidden;
        margin-top: 5px;
    }
    .top-news li h3 {
        color: #333;
        font-size: 20px;
        line-height: 2;
        transition: all .3s;
        font-weight: 400;
    }
}

@media (max-width: 992px) {
    .slick-con .time:after {
        position: absolute;
        right: 15%;
        top: 30px;
        font-size: 18px;
        content: "";
    }
}



/*  */
.foot-nav {
    width: 54%;
}

.foot-contact {
    width: 22%;
}

.foot-code {
    width: 22%;
}

.foot-code span {
    display: inline-block;
}

@media(max-width:1439px) {
    .pro-list li {
        width: calc(33.33% - 30px);
        margin: 0 15px;
    }
    .pro-list {
        width: calc(100% - 328px);
    }
    .cate-list li {
        margin-bottom: 10px;
    }
    .cate-list li a {
        line-height: 2;
    }
}

@media (max-width: 1380px) {
    .pro-cate h2 {
        line-height: 2.6;
    }
    .pro-list li h3 {
        font-weight: 400;
        font-size: 16px;
    }
}

@media(max-width:1199px) {
    .x-menu>li {
        margin: 0 1vw;
    }
    .x-menu>li>a {
        font-size: 15px;
    }
    .x-sub-menu {
        top: 52px;
    }
}

@media(max-width:1024px) {
    .slick-con .text h3 {
        font-size: 20px;
    }
    .slick-con .time {
        font-size: 12px;
    }
    .about-cate {
        display: none;
    }
    .f-contact .f-num {
        font-size: 26px;
    }
}

@media (max-width: 768px) {
    .advan-list li {
        margin-bottom: 20px !important;
    }
    .news-scroll {
        padding-left: 15px;
    }
    .pro-cate {
        width: 240px;
    }
    .pro-cate h2 {
        padding-left: 80px;
        background: url(../image/40ce093fc47db7578c8fd93b4b78a7bd9a64e54b.png) no-repeat 32px 50% #058e3e;
    }
    .pro-list {
        width: 61%;
    }
    .pro-list li {
        width: calc(49.33% - 30px);
    }
    .sjcode {
        display: none !important;
    }
    .foot-contact {
        width: 28%;
    }
    .foot-code {
        width: 13%;
    }
}

@media(max-width:1024px) {
    .process-list li .img {
        display: none;
    }
    .process-list li p {
        position: relative;
        top: 0;
        margin-top: 0;
    }
}

@media (max-width: 425px) {
    .foot-contact {
        width: 56%;
    }
    .foot-code {
        width: 28%;
        margin-top: 5%;
    }
    .x-title {
        font-size: 32px;
    }
    .f-contact {
        padding-left: 0;
    }
    .x-title p {
        font-size: 15px;
    }
    .pro-list {
        width: 100%;
    }
    .honor-item h3 {
        font-size: 14px;
    }
    .pro-list li {
        width: calc(49.99% - 30px);
    }
    .process-list li {
        width: 12.222%;
        margin: 0 3px;
    }
    .process-list li img {
        display: none;
    }
    .process-list li p {
        width: 100%;
        height: auto;
        position: static;
        left: auto;
        margin: 0;
        top: auto;
    }
    .process-list li span {
        line-height: 24px;
        font-size: 17px;
        padding: 10px 8px;
    }
    .honor-item {
        padding: 0 10px;
    }
    .pro-list ul {
        margin: 0 -5px;
    }
    .pro-list li {
        width: calc(48.68% - 5px);
        margin: 0 5px;
    }
    .in-pro {
        padding: 4vh 0 0 0;
    }
    .pro-list li h3 {
        font-size: 14px;
    }
    .case {
        padding-top: 4vh;
    }
    .case-list li {
        margin: 0;
    }
    .honor h2 {
        font-size: 32px;
    }
}

@media (max-width: 375px) {
    .process-list li {
        width: 12.5%;
        margin: 0 2px;
    }
    .news-cate a {
        font-size: 15px;
    }
    .top-news li h3 {
        font-size: 22px;
    }
    .honor {
        padding: 4vh;
    }
    .pro-list li {
        width: calc(49.11111% - 5px);
        margin: 0 4px;
    }
}


/*  */
.link {
    width: 290px;
    position: relative;
    margin-top: 20px
}

.link dd {
    position: absolute;
    bottom: 28px;
    left: 0;
    background: #fff;
    display: none;
}

.link dd a {
    display: block;
    line-height: 38px;
    text-align: center;
    color: #555555;
    width: 290px;
}

@media (max-width: 1024px) {
    .x-title {
        color: #333;
        font-size: 22px;
        line-height: 2;
        text-align: center;
    }
    .x-title p {
        color: #888;
        font-size: 16px;
        line-height: 1.5;
    }
    .honor h2 {
        color: #333;
        font-size: 20px;
        line-height: 1.5;
        position: relative;
        padding-left: 18px;
    }
    .honor h2:after {
        position: absolute;
        width: 6px;
        height: 20px;
        left: 0;
        top: 50%;
        margin-top: -9px;
        background: #0b9243;
        content: "";
    }
    .link {
        display: none;
    }
}


@media (max-width: 992px) {
    .x-title {
        color: #333;
        font-size: 20px;
        line-height: 2;
        text-align: center;
    }
    .x-title p {
        color: #888;
        font-size: 14px;
        line-height: 1.5;
    }
    .honor h2 {
        color: #333;
        font-size: 16px;
        line-height: 1.5;
        position: relative;
        padding-left: 18px;
    }
    .honor h2:after {
        position: absolute;
        width: 6px;
        height: 20px;
        left: 0;
        top: 50%;
        margin-top: -11px;
        background: #0b9243;
        content: "";
    }
}