
/*产品中心*/
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;
}

.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;
    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;
        text-align: left;
        display: block;
        line-height: 30px;
        text-transform: uppercase;
    }
}

@media (max-width: 992px) {
    .pp-list li .tm .ddnn h2 {
        color: #ffffff;
        font-size: 16px;
        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;
    }
}



/*企业优势*/

.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;
}



/*服务流程*/

.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;
}

.top-news li {
    box-shadow: 0 0 20px rgba(0, 0, 0, .05);
}

.top-news li 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;
}

.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: 35%;
    }
    .foot-code {
        width: 50%;
    }
}

@media(max-width:1024px) {
    .process-list li .img {
        display: none;
    }
    .process-list li p {
        position: relative;
        top: 0;
        margin-top: 0;
    }
}
@media (max-width: 800px) {
    .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;
    }
}
@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;
    }
    .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: "";
    }
}







/* ==================== 常用样式 start ==================== */
/* 清除浮动 */
.clearfix {
  display: block;
  zoom: 1;
}
.clearfix:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
/* 文本溢出省略号 */
/* 1行 */
.ellipsis-text1 {
  display: inline-block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
}
/* 2行 */
.ellipsis-text2,
.ellipsis-text3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
/* 3行 */
.ellipsis-text3 {
  -webkit-line-clamp: 3;
}
/* 4行 */
.ellipsis-text4 {
  -webkit-line-clamp: 4;
}
/* bootstart ul */
ul {
  margin-bottom: 0;
}
html,
body {
  overflow-x: hidden;
}
/* 容器大小 */
.jf-box {
  max-width: 1400px;
  margin: 0 auto;
}
/* ==================== 常用样式 end ==================== */

/* ==================== 文本行数限制 start ==================== */
.u-line-1 {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.u-line-2 {
  -webkit-line-clamp: 2;
}
.u-line-3 {
  -webkit-line-clamp: 3;
}
.u-line-4 {
  -webkit-line-clamp: 4;
}
.u-line-5 {
  -webkit-line-clamp: 5;
}
.u-line-2,
.u-line-3,
.u-line-4,
.u-line-5 {
  overflow: hidden;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
/* ==================== 文本行数限制 end ==================== */
/* ==================== 导航 start ==================== */
header .top {
  background-image: linear-gradient(0deg, #e9e9e9, #fff);
  font-size: 14px;
}
header .top .jf-box {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  color: #333;
}
header .top .right a{color:#333;}
header .top .right a:hover{color:#1d469c;}
header .center {
  padding-top: 24px;
  padding-bottom: 24px;
}
header .center .jf-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .center .brand {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-right: 30px;
  color:#333;
}
header .center .brand img {
  width: 100px;
  margin-right: 20px;
}
header .center .brand .logotext {
  padding-right: 35px;
  border-right: 1px solid #adadad;
}
header .center .brand .logotext h1 {
  font-size: 30px;
  margin-bottom: 15px;
}
header .center .brand .logotext h2 {
  font-size: 14px;
}
header .center .text01 {
  flex-grow: 1;
}
header .center .text01 h2 {
  font-size: 23px;
  margin-bottom: 12px;
}
header .center .text01 ul {
  display: flex;
}
header .center .text01 ul li {
  border-radius: 10px;
  font-size: 18px;
  font-weight: bold;
  padding: 6px 30px;
  line-height: 1;
  margin-right: 10px;
  color: #fff;
}
header .center .text01 ul li:nth-child(1) {
  background: #1d469c;
}
header .center .text01 ul li:nth-child(2) {
  background: #ea5412;
}
header .center .text01 ul li:nth-child(3) {
  background: #f8b62b;
  margin-right: 0;
}
header .center .tel {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .center .tel .icon {
  width: 40px;
  margin-right: 20px;
}
header .center .tel .text02 .text03 {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 14px;
}
header .center .tel .text02 h1 {
  font-size: 34px;
  color: #1d469c;
  line-height: 1em;
}
header .bottom {
  background-color: #1d469c;
}
header .bottom .jf-menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .bottom .jf-menu > li {
  flex-grow: 1;
  background-color: #1d469c;
  transition: all 0.4s;
  position: relative;
  text-align: center;
}
header .bottom .jf-menu > li:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
header .bottom .jf-menu > li:hover .jf-sub-menu {
  opacity: 1;
  top: 110%;
  visibility: visible;
}
header .bottom .jf-menu > li > a {
  display: block;
  color: #fff;
  font-size: 18px;
  padding: 20px 0;
}
header .bottom .jf-menu > li .jf-sub-menu {
  position: absolute;
  top: 140%;
  left: 0;
  background: #fff;
  display: flex;
  flex-flow: column;
  z-index: 9;
  width: 100%;
  border-radius: 5px;
  opacity: 0;
  transition: all 0.4s;
  visibility: hidden;
}
header .bottom .jf-menu > li .jf-sub-menu:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  font-size: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
  position: absolute;
  top: -10px;
  left: 50%;
  margin-left: -5px;
}
header .bottom .jf-menu > li .jf-sub-menu > li {
  position: relative;
  text-align: center;
}
header .bottom .jf-menu > li .jf-sub-menu > li > a {
  width: 100%;
  color:#333;
  display: block;
  padding: 12px 0;
  font-size: 16px;
}
header .bottom .jf-menu > li .jf-sub-menu > li > a:hover {
  color:#1d469c;
  background: rgba(0, 0, 0, 0.04);
}
/* ==================== 导航 end ==================== */
/* ==================== 导航 start ==================== */
.banner-swiper .swiper-pagination-bullets {
  font-size: 0;
  bottom: 20px;
}
.banner-swiper .swiper-pagination-bullets .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  opacity: 1;
  background: #fff;
  margin-left: 9px;
  margin-right: 9px;
}
.banner-swiper .swiper-pagination-bullets .swiper-pagination-bullet-active {
  background: #1d469c;
}
/* ==================== 导航 end ==================== */
/* ==================== 关键词 start ==================== */
.keywords .top {
  padding: 15px 0;
  border-bottom: 1px solid #efefef;
}
.keywords .top .jf-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.keywords .top .left {
  font-size: 14px;
  color: #5a5a5a;
}
.keywords .top .left span {
  font-size: inherit;
  color: #1d469c;
}
.keywords .top .right form {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.keywords .top .right input {
  width: 200px;
  padding: 10px 15px;
  font-size: 14px;
  border: 1px solid #b5b5b5;
  border-radius: 50px 0 0 50px;
  border-right: 0;
}
.keywords .top .right button {
  width: 50px;
  background: #1d469c;
  height: 100%;
  border: 0;
  padding: 10px 15px;
  border: 1px solid #b5b5b5;
  border-left: 0;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  cursor: pointer;
}
.keywords .top .right button .icon {
  display: block;
  width: 20px;
  height: 20px;
  margin: 0 auto;
  background: url(../image/ebe7b13b759def89bf17d74a325ff7dba4494d2d.png) no-repeat;
}
.keywords .bottom .jf-box {
  padding: 50px 65px;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #f3f3f3;
}
.keywords .bottom .jf-box .item {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
}
.keywords .bottom .jf-box .item img {
  width: 70px;
  margin-right: 20px;
}
.keywords .bottom .jf-box .item .info {
  color: #212121;
}
.keywords .bottom .jf-box .item .info h2 {
  font-size: 16px;
  line-height:1.8em;
}
.keywords .bottom .jf-box .item .info h1 {
  font-weight:bold;
  font-size: 20px;
}
/* ==================== 关键词 end ==================== */
/* ==================== 标题 start ==================== */
.jf-title {
  text-align: center;
  padding: 50px 0;
}
.jf-title .en {
  font-size: 23px;
  color: #8a8a8a;
  font-weight: bold;
  line-height: 1;
  text-transform: uppercase;
}
.jf-title .en:after {
  content: "";
  display: block;
  width: 24px;
  height: 4px;
  background: #1d469c;
  margin: 15px auto;
}
.jf-title .cn {
  color: #212121;
  font-size: 35px;
  font-weight: bold;
  line-height: 1;
}
/* ==================== 标题 end ==================== */
/* ==================== 产品 start ==================== */
.product {
  padding-bottom: 70px;
}
.product .jf-box {
  display: flex;
}
.product .jf-box .left {
  width: 240px;
  margin-right: 40px;
  flex-shrink: 0;
  background: #fafafa;
}
.product .jf-box .left ul li {
  font-size: 18px;
  color: #212121;
  text-align: center;
  padding-left: 30px;
  padding-right: 30px;
}
.product .jf-box .left ul li:last-child a {
  border-bottom: 0;
}
.product .jf-box .left ul li.active {
  color: #fff;
  background: #1d469c;
}
.product .jf-box .left ul li.active a {
  border-bottom: 0;
  color:#fff;
}
.product .jf-box .left ul li a {
  padding: 15px 0;
  display: block;
  text-decoration: none;
  color:inherit;
  border-bottom: 1px solid #e6e6e6;
}
.product .jf-box .left .tel {
  background: url(../image/9211885a12104d57f1626396223615a401ce484a.png) no-repeat center;
  background-size: cover;
  color: #fff;
  padding-top: 20px;
  text-align: center;
  padding-bottom: 20px;
}
.product .jf-box .left .tel .icon {
  width: 40px;
  height: 40px;
  margin-bottom: 12px;
}
.product .jf-box .left .tel h2 {
  font-size: 16px;
  margin-bottom: 12px;
  font-weight: bold;
}
.product .jf-box .left .tel h1 {
  font-size: 28px;
  line-height: 1em;
}
.product .jf-box .right {
  width: 1100px;
}
.product .jf-box .right .top {
  background: #fdfdfd;
  border: 1px solid #dedede;
  padding: 20px 55px;
  margin-bottom:20px;
  /* height: calc(100% - 136px); */
}
.product .jf-box .right .top .product-swiper {
  margin-bottom: 30px;
}
.product .jf-box .right .top .product-swiper-min img {
  border: 1px solid #dedede;
}
.product .jf-box .right .top .product-swiper-min .swiper-slide {
  cursor: pointer;
}
.product .jf-box .right .top .product-swiper-min .my-slide-thumb-active img {
  border-color: #1d469c;
}
.product .jf-box .right .top .swiper-slide>a {
  display: flex;
  align-items: center;
}
.product .jf-box .right .top .product-info {
  flex: 1;
  padding-right:20px;
}
.product .jf-box .right .top .product-info .title-cn {
  color: #333;
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 17px;
}
.product .jf-box .right .top .product-info .title-en {
  font-size: 16px;
  color: #333;
  line-height: 1;
  margin-bottom: 30px;
}
.product .jf-box .right .top .product-info .title {
  display: inline-flex;
  border-radius: 5px;
  padding: 10px 15px;
  color: #fff;
  font-size: 20px;
  align-items: center;
  justify-content: space-between;
  background: #1d469c;
  line-height: 1;
  font-weight: bold;
  margin-bottom: 30px;
}
.product .jf-box .right .top .product-info .title:before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background: url(../image/4f5588bbfc122cdc0689d5612a1f34e229609934.png) no-repeat;
  background-size: 100%;
  margin-right: 10px;
}
.product .jf-box .right .top .product-info .desc {
  color: #333;
  text-align: justify;
  line-height: 2em;
  font-size: 16px;
}
.product .jf-box .right .top .product-info .desc p {
}
.product .jf-box .right .top .product-info .desc p:before {
  content: "- ";
}
.product .jf-box .right .top .product-info .desc p:first-child ~ p {
  margin-top: 5px;
}
.product .jf-box .right .top .product-image {
  width: 450px;
  flex-shrink: 0;
  overflow: hidden;
}
.product .jf-box .right .top .product-image img {
  transition: all 0.4s;
}
.product .jf-box .right .top .product-image:hover img {
  transform: scale(1.1);
}
.product .jf-box .right .bottom {
  background: #eeeeee;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.product .jf-box .right .bottom .jf-btn {
  flex-shrink: 0;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 2px;
  display: block;
  padding: 28px 45px;
  background: #1d469c;
  color: #fff;
}
.product .jf-box .right .bottom .jf-btn span {
  display: block;
}
.product .jf-box .right .bottom .desc {
  color: #333;
  padding-left: 40px;
  padding-right: 40px;
  width: 100%;
}
.product .jf-box .right .bottom .desc h1 {
  font-size: 22px;
  margin-bottom: 15px;
  line-height: 1.4;
}
.product .jf-box .right .bottom .desc h2 {
  font-size: 0;
}
.product .jf-box .right .bottom .desc h2 p {
  font-size: 12px;
  line-height: 1.8em;
  font-weight: 200;
}
/* ==================== 产品 end ==================== */
/* ==================== 产品02 end ==================== */
.product02 {
  background: url(../image/0b336bef6ceae56443b7908521d944049b030194.png) no-repeat center;
  background-size: cover;
  padding-bottom: 90px;
}
.product02 .itembox {
  position: relative;
}
.product02 .product02-swiper .image {
  overflow: hidden;
}
.product02 .product02-swiper .image:hover img {
  transform: scale(1.1);
}
.product02 .product02-swiper .image img {
  width:100%;
  transition: all 0.4s;
}
.product02 .product02-swiper .info {
  padding: 20px 40px;
  background: #1d469c;
  text-align: center;
  color: #fff;
}
.product02 .product02-swiper .info .title {
  font-size: 20px;
  color: #fff;
  line-height: 1;
  font-weight: bold;
}
.product02 .product02-swiper .info .title:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  margin: 20px 0;
  background: rgba(255, 255, 255, 0.4);
}
.product02 .product02-swiper .info .desc {
  font-size: 16px;
  line-height:1.8;
  height:3.6em;
}
.swiper-btn {
  width: 36px;
  height: 100px;
  background: #1d469c;
  position: absolute;
  top: 50%;
  margin-top: -50px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.swiper-btn:after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-width: 2px;
  border-top-style: solid;
  border-left-style: solid;
  border-color: #fff;
  transform: rotate(-45deg);
}
.swiper-btn.swiper-btn-prev {
  left: -75px;
}
.swiper-btn.swiper-btn-next {
  right: -75px;
  transform: rotateY(180deg);
}
.swiper-btn.swiper-button-disabled{opacity: 0.2;}
/* ==================== 产品02 end ==================== */
/* ==================== 产品03 start ==================== */
.product03 {
  padding-bottom: 60px;
}
.product03 .top-image {
  width: 100%;
  height: 215px;
  background: url(../image/413ef8744e165d2ed5edeb5604850f3339caf1dc.png) no-repeat center;
  margin-bottom: 80px;
}
.product03 .itembox .item {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.product03 .itembox .item:nth-child(2n) .image {
  order: 2;
}
.product03 .itembox .item:first-child ~ .item {
  margin-top: 80px;
}
.product03 .itembox .item .image {
  width: 640px;
  flex-shrink: 0;
  overflow:hidden;
  -webkit-box-reflect: below 4px -webkit-linear-gradient(transparent, transparent 92%, rgba(0, 0, 0, 0.4));
}
.product03 .itembox .item:nth-child(2n-1) .image{margin-right: 20px;}
.product03 .itembox .item:nth-child(2n) .image{margin-left: 20px;}
.product03 .itembox .item .image:hover img{transform: scale(1.1);}
.product03 .itembox .item .image img {
  transition: all .4s;
}
.product03 .itembox .item .info {
  max-width: 670px;
}
.product03 .itembox .item .info .title {
  display: flex;
  align-items: flex-end;
  padding-left: 40px;
  position: relative;
  margin-bottom: 45px;
  overflow: hidden;
}
.product03 .itembox .item .info .title .cn {
  flex-shrink: 0;
  display: inline-block;
  line-height: 1;
  padding: 10px 50px;
  color: #fff;
  font-size: 23px;
  background-image: linear-gradient(-90deg, #1d469c, #366dd2);
  transform: skewX(-20deg);
  position: relative;
}
.product03 .itembox .item .info .title .cn:before {
  content: "";
  display: block;
  width: 20px;
  height: 100%;
  position: absolute;
  left: -30px;
  top: 0;
  background: #ea5412;
}
.product03 .itembox .item .info .title .cn span {
  display: inline-block;
  vertical-align: middle;
  transform: skewX(20deg);
}
.product03 .itembox .item .info .title .en {
  transform: skewX(-10deg);
  color: #c7c7c7;
  font-size: 26px;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1;
  padding-left: 10px;
  width: 100%;
  position: relative;
}
.product03 .itembox .item .info .title .en:after {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  border-top: 1px dashed #868789;
  position: absolute;
  top: -19px;
  left: 20px;
}
.product03 .itembox .item .info .bottom {
  padding-left: 30px;
  padding-right: 30px;
}
.product03 .itembox .item:nth-child(2n-1) .info .bottom{padding-right:0;}
.product03 .itembox .item .info .bottom h1 {
  font-size: 28px;
  color: #000;
  line-height: 1em;
  margin-bottom: 14px;
}
.product03 .itembox .item .info .bottom h2 {
  color: #666;
  font-size: 14px;
  line-height: 1;
  font-weight: 200;
  margin-bottom: 30px;
}
.product03 .itembox .item .info .bottom .desc {
  color: #585858;
  font-size:16px;
}
.product03 .itembox .item .info .bottom .desc p {
  line-height: 2em;
}
.product03 .itembox .item .info .bottom .desc p span {
  font-size: 22px;
  color: #1d469c;
  font-weight: bold;
  display: inline-block;
  margin-top: 10px;
}
/* ==================== 产品03 end ==================== */
/* ==================== 关于我们 start ==================== */
.about{padding-bottom:70px;}
.about .jf-box {
  display: flex;
}
.about .left {
  background: #0a245b;
  color: #fff;
  margin-top: -150px;
}
.about .left .title {
  position: relative;
  width: 350px;
  height: 150px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  color: #fff;
  background: #1d469c;
  text-align: center;
}
.about .left .title::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -14px;
  left: 50%;
  margin-left: -10px;
  width: 0;
  height: 0;
  border-top: 14px solid #1d469c;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
}
.about .left .title .cn {
  font-size: 40px;
  line-height: 1;
  margin-bottom: 10px;
}
.about .left .title .en {
  font-size: 14px;
  line-height: 1;
}
.about .left .text01 {
  padding: 60px 32px 32px;
  font-size: 21px;
  font-weight: bold;
  margin-bottom: 30px;
}
.about .left .text01 span {
  padding-bottom: 35px;
  border-bottom: 1px solid #606c85;
}
.about .left .tel {
  padding: 0 20px;
  display:flex;align-items:center;
}
.about .left .tel .text02 {
  font-size: 18px;
  position: relative;
  /* margin-bottom: 12px; */
  width:100%;
  display:flex;align-items:center;
}
.about .left .tel .text02:before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url(../image/908df250c64a41873105d897b2622479f9d9f4b6.png);
  background-size: 100%;
  margin-right: 12px;
}
.about .left .tel .text03 {
  text-align: center;
  font-size: 32px;
  line-height: 1;
}
.about .right {
  padding: 45px 0 30px 70px;
}
.about .right .title {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 34px;
  line-height: 1;
}
.about .right .desc {
  font-size: 16px;
  color: #666;
  line-height: 2em;
  text-indent: 2em;
}
.about .right .desc a {
  color: #1d469c;
}
.about .right .desc p{
  display:inline;
}
.about .jf-tab {
  display: flex;
  flex-flow: column;
  max-width: 1500px;
}
.about .jf-tab .top {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
  margin-top: 80px;
  position:relative;
  overflow: hidden;
}
.about .jf-tab .top:after{
  content:"";
  display: block;
  width:1400px;
  margin-left:-700px;
  height:1px;
  background:#dedede;
  position:absolute;
  top:50%;
  left:50%;
}
.about .jf-tab .top .item {
  font-size: 18px;
  color: #fff;
  border-radius: 10px;
  padding: 12px 40px;
  background: #0a245b;
  margin: 0 20px;
  cursor: pointer;
  position: relative;
  z-index:999;
}
.about .jf-tab .top .item.active {
  background: #1d469c;
}
.about .jf-tab .bottom .image {
  border: 1px solid #ddd;
  overflow: hidden;
  padding: 20px;
  text-align: center;
}
.about .jf-tab .bottom .image > div {
  overflow: hidden;
}
.about .jf-tab .bottom .image img {
  transition: all 0.4s;
}
.about-swiper .swiper-slide .swiper-container{margin:0 100px;}
.about-swiper .swiper-slide>.swiper-btn.swiper-btn-prev{left:0px;}
.about-swiper .swiper-slide>.swiper-btn.swiper-btn-next{right:0px;}
/* ==================== 关于我们 end ==================== */
/* ==================== 新闻中心 start ==================== */
.news {
  overflow: hidden;
  padding-bottom: 90px;
  background: #f5f5f5;
}
.news .jf-box {
  display: flex;
  align-items:stretch;
  max-width: 1300px;
  height:420px;
  position: relative;
}
.news .jf-box .left {
  width: 600px;
  margin-right:80px;
  flex-shrink: 0;
}
.news .jf-box .left .item{
  padding-bottom:0;border-bottom:0;
}
.news .jf-box .left .image {
  margin-bottom: 30px;
}
.news .jf-box .left .image img {
  width: 100%;
  transition: all 0.4s;
}
.news .jf-box .item {
  display: flex;
  justify-content: space-between;
  padding-bottom: 30px;
  border-bottom: 1px dashed #ddd;
  /* margin-bottom: 30px; */
  transition: all 0.4s;
}
.news .jf-box .item:hover .image img {
  transform: scale(1.1);
}
.news .jf-box .item:hover .info .right .title {
  color: #1d469c;
  font-weight: 700;
}
.news .jf-box .item:hover .info .time {
  color: #1d469c;
}
.news .jf-box .item:first-child {
  flex-flow: column;
  /* padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0; */
}
/* .news .jf-box .item:first-child ~ .item:hover {
  transform: translateX(-15px);
}
.news .jf-box .item:first-child ~ .item .image {
  display: none;
} */
/* .news .jf-box .item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
} */
.news .jf-box .item .image {
  margin-bottom: 30px;
  overflow: hidden;
  
}
.news .jf-box .item .image img {
  transition: all 0.4s;
  width:100%;max-width:100%;
}
.news .jf-box .item .info {
  color: #333;
  display: flex;
  justify-content: space-between;
}
.news .jf-box .item .info .time {
  flex-shrink: 0;
  margin-right: 35px;
}
.news .jf-box .item .info .time .text01 {
  font-weight: bold;
  font-size: 26px;
  line-height: 1em;
}
.news .jf-box .item .info .time .text02 {
  font-size: 16px;
  margin-top: 10px;
}
.news .jf-box .item .info .right .title {
  font-size: 18px;
  color: #333;
  margin-bottom: 15px;
  line-height: 1.2em;
  font-weight: 400;
}
.news .jf-box .item .info .right .desc {
  font-size: 14px;
  color: #888888;
  line-height: 1.8em;
}
.news .news-swiper02{height: 420px;}
/* ==================== 新闻中心 end ==================== */
/* ==================== 底部 start ==================== */
footer {
  background: #171717;
  border-top: 8px solid #1d469c;
  overflow:hidden;
}
footer a{color:#a3a3a3;}

footer .foot-nav {
  display: flex;
  width: 100%;
  align-items: flex-start;
  justify-content: center;
  border-bottom: 1px solid #3e3e3e;
  padding-bottom:30px;
  position:relative;
}
footer .foot-nav li {
  position: relative;
}
footer .foot-nav li:last-child:after {
  display: none;
}
footer .foot-nav li a {
  display: block;
  color: #fff;
  text-align: center;
  font-size:20px;
  font-weight:bold;
}

footer .foot-nav>li>.head>a {color:#fff;}
footer .foot-nav li .head {
  margin:40px 0 20px;
  padding-left:40px;
  padding-right:40px;
  position:relative;
}
footer .foot-nav li .head:after {
  content: "";
  display: block;
  width: 1px;
  height: 20px;
  background: #fff;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -10px;
}
footer .foot-nav li:last-child .head:after{display:none;}
footer .foot-sub-nav .foot-sub-item{opacity:0.8;}
footer .foot-sub-nav .foot-sub-item a{font-size:14px;font-weight:400;}
footer .foot-sub-nav .foot-sub-item:hover{opacity: 1;}
footer .foot-sub-nav .foot-sub-item:first-child~.foot-sub-item{margin-top:10px;}
footer .info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 60px 0;
}
footer .info .image {
  flex-shrink: 0;
}
footer .info .item {
  flex-shrink: 0;
  padding: 0 40px;
  flex-grow: 1;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}
footer .info .item:first-child {
  border-left: 0;
  padding-left:0;
}
footer .info .item .cn {
  font-size: 16px;
  color: #999999;
  line-height: 1.2;
}
footer .info .item .number {
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  margin-top: 10px;
}
footer .bottom {
  padding: 30px 0;
  text-align: center;
  background: #000000;
  color: #a3a3a3;
}
/* ==================== 底部 end ==================== */



@media screen and (max-width: 1600px) {

}

@media screen and (max-width: 1440px) {
  
  .jf-box{max-width:1230px;}
  header .center .brand{flex-shrink:0;}
  header .center .brand .logotext{padding-right:35px;}
  header .center .brand .logotext h1{font-size:26px;}
  header .center .brand .logotext h2{font-size:12px;}
  header .center .text01 h2{font-size:20px;}
  header .center .text01 ul li{font-size:16px;border-radius:5px;padding:6px 20px;}
  header .center .tel .text02 h1{font-size:26px;}
  header .center .tel .icon{margin-right:10px;}
  .keywords .bottom .jf-box{padding:25px;}
  .keywords .bottom .jf-box .item img{margin-right:10px;width:50px;}

  .product .jf-box .right{width:940px;}

  .product02 .jf-box{max-width: 1150px;}
  .swiper-btn.swiper-btn-prev{left:-50px;}
  .swiper-btn.swiper-btn-next{right:-50px;}

  .about .jf-tab{max-width:1200px;}
  .about-swiper .swiper-slide .swiper-container{margin-left:55px;margin-right:55px;}

  .news .jf-box{max-width: 1210px;}
  .news .jf-box .item{margin-bottom:25px;padding-bottom:25px;}

  footer .jf-box{max-width:100%;padding-left:20px;padding-right:20px;}
  footer .info{padding:25px 0;}
  footer .info .item{padding:0 15px;}
  /* footer .foot-nav li .head a{padding-top:30px;padding-bottom:30px;} */
  footer .bottom{padding:20px 0;}
}

@media screen and (max-width: 1400px) {
  .jf-box{max-width: 1180px;}

  header .bottom .jf-menu > li > a{font-size:17px;}

  .product .jf-box .right{max-width: 890px;}
  .product .jf-box .right .top .product-info .title-cn{font-size:32px;}
  .product .jf-box .right .bottom .desc h1{font-size:20px;}
  .product .jf-box .right .bottom .desc{padding:10px 25px;}

  .product02 .jf-box{max-width:1100px;}
  .product02 .product02-swiper .info .title{font-size:18px;}
  .product02 .product02-swiper .info .desc{font-size:14px;}
  .product02 .product02-swiper .info .title:after{margin:15px 0;}

  .product03 .itembox .item .info .bottom h1{font-size:26px;}

  .news .jf-box{max-width: 1190px;}
  
}

@media screen and (max-width: 1366px) {
    .jf-box{max-width:1100px;}
    header .bottom .jf-menu > li > a{padding-left:0;padding-right:0;}

    .product .jf-box .right{width:820px;}
    .product .jf-box .left ul li{padding-left:20px;padding-right:20px;font-size:16px;}
    .product .jf-box .left ul li a{padding:20px 0;}
    .product .jf-box .right .bottom .jf-btn{font-size:26px;padding:30px;}
    .product .jf-box .right .bottom .desc h1{line-height:1.4;font-size:18px;}
    .product .jf-box .right .bottom .desc{padding:10px 20px;}
    .product .jf-box .right .top .product-info .title-cn{font-size:32px;}

    .product02{padding-bottom:70px;}
    .product02 .jf-box{max-width:1010px;}
    .product02 .product02-swiper .info .title{font-size:18px;}
    .product02 .product02-swiper .info .title:after{margin-top:15px;margin-bottom:15px;}
    .product02 .product02-swiper .info .desc{font-size:14px;}

    .about .jf-tab{max-width:1150px;}
    .about-swiper .swiper-slide .swiper-container{margin-left:50px;margin-right:50px;}
    .about .jf-tab .bottom .image{padding:15px;}
    .about-swiper .swiper-slide .swiper-container{padding-bottom:2px;}
    .about .right .desc{text-align: justify;}
    .about .right{padding-left:30px;}
    .about .left .title .cn{font-size:36px;margin-bottom:15px;}
    .about .left .text01 span{display: block;width:100%;text-align: center;}

    .product03 .itembox .item .info .bottom h1{font-size:26px;}
    .product03 .itembox .item .image{width:580px;}
    .product03 .itembox .item .info .title{margin-bottom:20px;}
    .product03 .itembox .item .info .title .cn{padding-left:35px;padding-right:35px;font-size:21px;}
    .product03 .itembox .item .info .bottom h2{margin-bottom:15px;line-height:1.4em;font-size:12px;}
    .product03 .itembox .item .info .bottom .desc{font-size:16px;}
    .product03 .itembox .item .info .bottom .desc p span{font-size:18px;}

    .news .jf-box{max-width:1140px;}

    /* footer .foot-nav li a{padding-left:30px;padding-right:30px;} */
    footer .foot-nav li .head>a{font-size:18px;}
    footer .foot-nav li .head{padding-left:30px;padding-right:30px;}
    footer .info{padding:20px;}
    footer .info .item{flex-shrink: 0;padding-left:20px;padding-right:20px;}
    footer .info .item .number{font-size:16px;}
    footer .info .item:first-child{padding-left:0;width:370px;}
    footer .bottom{padding:20px 0;}
}

@media screen and (max-width: 1360px) {
  .product02 .jf-box{max-width:1000px}
  .swiper-btn.swiper-btn-prev{left:-50px;}
  .swiper-btn.swiper-btn-next{right:-50px;}

  .about .right .title{font-size:26px;}
  .about .jf-tab{max-width:1100px;}

  .news .jf-box{max-width:1110px;}
  .news .jf-box .left{margin-right:40px;}
  .news .jf-box .item .image img{height:auto;}
  .news .jf-box .item .info .right .title{margin-bottom:10px;}
  .news .jf-box .item .info .time{margin-right:25px;}
}

@media screen and (max-width: 1280px) {
  .jf-box{max-width:1050px;}
  .product .jf-box .right{width: 760px;}

  .product02 .jf-box{max-width: 960px;}
  
  .product03 .itembox .item .image{width:530px;}

  .about .jf-tab{max-width: 1070px;}

  .news{padding-bottom:60px;}
  .news .jf-box{max-width: 1070px;min-height: 360px;}
  .news .jf-box .item .info .time .text01{font-size:24px;}
}


@media screen and (max-width: 1200px) {
  .jf-box{max-width:970px;}

  header .center .brand .logotext h1{font-size:22px;margin-bottom:10px;}
  header .center .brand img{width:60px;}
  header .center .brand .logotext{padding-right:20px;}
  header .center .brand{margin-right:15px;}
  header .center .tel .text02 p{margin-bottom:10px;}
  header .bottom .jf-menu > li > a{font-size:16px;}

  .keywords .bottom .jf-box .item .info h1{font-size:18px;}

  .jf-title .cn{font-size:32px;}
  .jf-title .en:after{margin:12px auto;}

  .product{padding-bottom:50px;}
  .product .jf-box .right{width:700px;}
  .product .jf-box .right .top{padding:30px 20px 20px;margin-bottom:30px;}
  .product .jf-box .right .top .product-image{width:330px;margin-left:15px;}
  .product .jf-box .right .top .product-info .title-cn{font-size:26px;}
  .product .jf-box .right .top .product-info .title{padding:8px 12px;font-size:18px;}
  .product .jf-box .right .top .product-info .title,
  .product .jf-box .right .top .product-info .title-en{margin-bottom:20px;}
  .product .jf-box .right .top .product-info .desc p{font-size:14px;}
  .product .jf-box .right .top .product-swiper{margin-bottom:15px;}
  .product .jf-box .right .bottom .desc h1{font-size:15px;}

  .product02 .jf-box{max-width:900px;}

  .product03 .itembox .item .image{width:500px;}
  .product03 .itembox .item .info .title{padding-left:30px;}
  .product03 .itembox .item .info .title .cn{padding-left:20px;padding-right:20px;font-size:18px;}
  .product03 .itembox .item .info .title .cn:before{width:10px;left:-20px;}
  .product03 .itembox .item:nth-child(2n-1) .info .bottom{padding-right:0;}
  .product03 .itembox .item .info .bottom h1{font-size:20px;}
  .product03 .itembox .item .info .bottom .desc{font-size:14px;}

  .about .left .title{width:310px;}
  .about .left .title .cn{font-size:32px;}
  .about .left .text01{padding:50px 25px 0px;font-size:18px;}
  .about .left .text01 span{padding-bottom:20px;}
  .about .left .tel{padding-left:30px;padding-right:30px;}
  .about .left .tel .text02{font-size:16px;}
  .about .left .tel .text03{font-size:30px;}
  .about .jf-tab{max-width:1000px;}

  .news{padding-bottom:50px;}
  .news .jf-box{max-width:990px;min-height:360px;}
  .news .jf-box .item{padding-bottom:15px;margin-bottom:15px;}
  .news .jf-box .left{width:480px;}
  .news .jf-box .item .info .time .text01{font-size:24px;}

  footer .foot-nav li a{padding-left:20px;padding-right:20px;}
  footer .info .item:first-child{width:290px;}


}

@media screen and (max-width: 980px) {
  .jf-box{padding-left:20px;padding-right:20px;}
  .keywords .bottom .jf-box{flex-wrap: wrap;}
  .keywords .bottom .jf-box .item{width:48%;}
  .keywords .bottom .jf-box .item:nth-child(2)~.item{margin-top:20px;}
}
@media screen and (max-width: 751px) {
  .m-none{display:none!important;}
  .banner-swiper .swiper-pagination-bullets{bottom:5px;}
  .banner-swiper .swiper-pagination-bullets .swiper-pagination-bullet{width:8px;height:8px;}
  .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin-left:4px;margin-right:4px;}
  .swiper-btn{display:none;}
  .about{padding-bottom:20px;}
  .keywords .bottom .jf-box .item .info h1{font-size:15px;}
  .keywords .bottom .jf-box .item .info h2{font-size:13px;}
  .keywords .bottom .jf-box{padding:15px;}
  .keywords .bottom .jf-box .item img{width:30px;}
  .keywords .top .jf-box{flex-wrap: wrap;}
  .keywords .top .left{width:100%;}
  .keywords .top .right{margin-top:20px;display:none;}
  .jf-title{padding:30px 0;}
  .jf-title .en{font-size:16px;}
  .jf-title .en:after{margin-top:10px;margin-bottom:10px;height:2px;}
  .jf-title .cn{font-size:24px;}
  .product .jf-box{flex-flow: column;}
  .product .jf-box .left{width:100%;margin:0;display:none;}
  .product .jf-box .left ul{display:flex;flex-wrap: wrap;}
  .product .jf-box .left ul li{font-size:14px;padding-left:10px;padding-right:10px;}
  .product .jf-box .left ul li a{padding-top:10px;padding-bottom:10px;border-bottom:0;}
  .product .jf-box .left .tel{display:none;}
  .product .jf-box .right{width:100%;}
  .product .jf-box .right .top{padding:15px;}
  .product .jf-box .right .top .product-swiper-min img{width:100%;}
  .product .jf-box .right .top .swiper-slide>a{flex-flow:column;}
  .product .jf-box .right .top .product-info .title-cn{font-size:20px;margin-bottom:10px;}
  .product .jf-box .right .top .product-info .title-en{margin-bottom:15px;}
  .product .jf-box .right .top .product-info{width:100%;}
  .product .jf-box .right .top .product-info .title{font-size:16px;padding:5px;margin-bottom:10px;}
  .product .jf-box .right .top .product-info .title:before{width:20px;height:20px;margin-right:5px;}
  .product .jf-box .right .top .product-image{width:100%;margin:20px auto 0;}
  .product .jf-box .right .top .product-swiper{margin-bottom:5px;}
  .product .jf-box .right .bottom{display:flex;flex-wrap:wrap;flex-flow: column;}
  .product .jf-box .right .bottom .jf-btn{width:100%;padding:10px;font-size:0;text-align:center;}
  .product .jf-box .right .bottom .jf-btn span{display:inline;font-size:16px;vertical-align:middle;}
  .product .jf-box .right .bottom .desc{padding:10px;word-wrap:break-word;}
  .product .jf-box .right .bottom .desc h1{line-height:1.4em;font-size:16px;margin-bottom:5px;}
  .product .jf-box .right .bottom .desc p{display:inline;}
  .product{padding-bottom:20px;}
  .product02{padding-bottom:20px;}
  .product02 .product02-swiper .info{padding:10px;}
  .product02 .product02-swiper .info .title{font-size:16px;}
  .product02 .product02-swiper .info .title:after{margin:10px 0;}
  .product02 .product02-swiper .info .desc{font-size:14px;}
  .product03{padding-bottom:0;}
  .product03 .top-image{display:none;}
  .product03 .jf-box{padding:20px;}
  .product03 .itembox .item{flex-flow:column;}
  .product03 .itembox .item .image{width:100%;margin:0;order:2;}
  .product03 .itembox .item:nth-child(2n-1) .image,
  .product03 .itembox .item:nth-child(2n) .image{margin:0;margin-top:15px;}
  .product03 .itembox .item .info .title .cn{padding:5px 30px;font-size:18px;}
  .product03 .itembox .item .info .title .cn:before{width:10px;left:-15px;}
  .product03 .itembox .item .info .title{padding-left:25px;}
  .product03 .itembox .item .image img{-webkit-box-reflect:inherit;}
  .product03 .itembox .item .info .title{margin-bottom:20px;}
  .product03 .itembox .item .info .bottom{padding:0;}
  .product03 .itembox .item .info .bottom h1{font-size:18px;}
  .product03 .itembox .item .info .bottom h2{margin-bottom:10px;line-height:1.6em;font-size:12px;}
  .product03 .itembox .item .info .bottom .desc{font-size:14px;}
  .product03 .itembox .item .info .bottom .desc p{line-height:1.8em;}
  .product03 .itembox .item .info .bottom .desc p span{font-size:16px;}
  .product03 .itembox .item:first-child ~ .item{margin-top:40px;}
  .product03 .itembox .item .info .title .en{font-size:16px;}
  .about .jf-box{flex-flow:column;padding-top:20px;}
  .about>.image{display:none;}
  .about .left{margin-top:0px;}
  .about .left .title{width:100%;height:auto;padding:20px 0;}
  .about .left .title .cn{font-size:18px;}
  .about .left .text01{padding:15px;margin-bottom:0;}
  .about .left .text01 span{padding-bottom:10px;font-size:16px;width:100%;display:block;text-align:center;padding-top:15px;}
  .about .left .tel{padding:0 15px 15px;display:flex;align-items:center;flex-flow:column;}
  .about .left .tel .text02{margin-bottom:5px;}
  .about .left .tel .text03{font-size:18px;text-align:left;}
  .about .right{padding:20px 0 0;}
  .about .right .title{font-size:18px;text-align:center;margin-bottom:10px;}
  .about .right .desc{font-size:14px;}
  .about .jf-tab .top{margin:0px 0 20px;}
  .about .jf-tab .top .item{padding:5px 10px;margin:0 5px;font-size:14px;border-radius:5px;}
  .about .about-swiper .swiper-slide .swiper-container{margin:0;}
  .news .jf-box .left{width:100%;margin-bottom:0px;margin-right:0;}
  .news .jf-box .right{width:100%;}
  .news .news-swiper02{height: auto;}
  .news .jf-box{flex-wrap: wrap;padding-left:20px;padding-right:20px;min-height:auto;height:auto;}
  .news .jf-box .item:first-child,
  .news .jf-box .item{margin-bottom:10px;padding-bottom:10px;}
  .news .jf-box .item:first-child~.item:hover{transform: translateX(0px);}
  .news .jf-box .item:first-child{border-bottom:1px solid #ddd;}
  .news .jf-box .item .info .time{display:none;}
  .news .jf-box .item .info .right .title{margin-bottom:5px;font-size:14px;}
  .news .jf-box .item,
  .news .jf-box .item .info,
  .news .jf-box .item .info .right{width:100%;}
  .news .jf-box .item:first-child{width:100%;position:static;}
  .news .jf-box .item .image{margin-bottom:15px;}
  .news .jf-box .item .image img{width:auto;height:auto;}
  .news .jf-box .left .info .right .title{margin-bottom:5px;}
  .news .jf-box .right .item{padding-bottom:10px;margin-bottom:10px;}
  .news{padding-bottom:20px;}
  footer{border-top-width: 4px;}
  footer .foot-nav{flex-wrap:wrap;justify-content:flex-start;display:none;}
  footer .foot-nav li a{padding:5px 10px;}
  footer .info{flex-wrap:wrap;}
  footer .info .item:first-child img{width:70%;margin:0 auto;display:block;}
  footer .info .item:first-child{padding:0;width:100%;margin-bottom:15px;}
  footer .info .item~.item{margin-top:10px;}
  footer .info{padding:15px 0;}
  footer .info .item{padding:0;border:0;width:100%;}
  footer .info .item .number{margin-top:5px;font-size:16px;}
  footer .bottom{padding:15px;font-size:12px;}
  .product .jf-box .right .top .product-info .desc{line-height:1.6;font-size:16px;}
}

@media screen and (min-width: 751px) {
  .pc-none{display:none!important;}
  footer{position:relative;}
  footer .qr{position:absolute;bottom:10px;right:70px;width:150px;}
  footer .name{font-size:16px;line-height:1.2;color:#fff;text-align:center;margin-top:10px;}
}

@media screen and (min-width: 1200px) {}


.mxw-link{background:rgba(0,0,0,0.1);}
.mxw-link>.jf-box{display:flex;justify-content:flex-start;align-items: flex-start;position:relative;padding-top:10px;padding-bottom:10px;}
.mxw-link .mxw-link-list{color:#333;position:absolute;top:0;left:0;width:100%;transform:translateY(-100%);padding:10px 0;display:none;}
.mxw-link .mxw-link-list a{font-size:14px;line-height:1.8;}
.mxw-link .title{font-size:16px;cursor:pointer;line-height:1.8;width: 145px;}
.mxw-link .list{display:flex;align-items:center;justify-content:flex-start;flex-wrap: wrap;}
.mxw-link .list a{font-size: 13px;line-height: 2;display:block;}
.mxw-link .list a:after,
.mxw-link .mxw-link-list a:after{content:",";}
.mxw-link .list a:last-child:after,
.mxw-link .mxw-link-list a:last-child:after{display:none;}
@media screen and (max-width: 751px) {
  .mxw-link{display:none!important;}
}