/*头部*/
.flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.w-container {
    width: 70%;
    margin: 0 auto;
}
@media (max-width: 1920px){
    .w-container {
        width: 1400px;
    }  
}
@media (max-width: 1400px){
    .w-container {
        width: calc(100% - 30px);
    }  
}

.w-header {
    position: absolute;
    width: 100%;
    z-index: 999;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    padding: 10px 0;
    background-color: rgba(0, 0, 0, .2);
}

.x-banner .owl-carousel .banner-item a img {
    height: 100vh;
}

/*关于我们*/
.page2 {
    position: relative;
}

.w-about {
    width: 55%;
}
.w-about-img{
    width: 40%;
}
.w-about-img img{
    max-width: 100%;
}
.w-about-tt h3 {
    color: #128a28;
    font: 600 44px/60px "Microsoft yahei";
}

.w-about-tt span {
    font: 400 22px/52px "Microsoft yahei";
    color: #333333;
}

.w-about-con {
    margin-top: 3vh;
    margin-bottom: 5vh;
}

.w-about-con p {
    color: #666666;
    font: 400 18px/38px "Microsoft yahei";
    text-align: justify;
}

.w-about-list li {
    width: 31%;
}

.w-about-list li a {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 5px;
}

.w-about-list li img {
    max-width: 100%;
    transition: all 0.8s;
}

.w-about-list li .wz {
    z-index: 9;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .2);
    padding: 15px 20px;
}

.w-about-list li .wz .wz-con {
    position: absolute;
    top: 50%;
    margin-top: -30px;
    width: calc(100% - 30px);
}

.w-about-list li .wz img {
    width: 60px;
    height: 60px;
}

.w-about-list li .wz h3 {
    color: #fff;
    font: 400 20px/60px "Microsoft yahei";
    width: calc(100% - 88px);
}

.w-about-list li:hover img {
    transition: all 0.8s;
    transform: scale(1.05);
}

a.w-about-more {
    background: #128a28;
    font: 400 16px/52px "Microsoft yahei";
    color: #fff;
    width: 220px;
    display: block;
    margin-top: 5vh;
    padding-left: 50px;
}
a.w-about-more img{
    margin-left: 15px;
}
@media (max-width: 1920px) {
    .w-about-tt h3{
        font: 600 36px/52px "Microsoft yahei";
    }
    .w-about-tt span{
        font: 400 18px/52px "Microsoft yahei";
    }
    .w-about-con p{
        font: 400 16px/32px "Microsoft yahei";
    }
    .w-about-list li .wz h3{
        font: 400 17px/60px "Microsoft yahei";       
    }
    a.w-about-more{
        padding-left: 35px;
        width: 160px;
        font: 400 14px/40px "Microsoft yahei";
    }
}

@media (max-width: 768px){
    .page2 {
        background: #f0f6ff;
        padding: 5vh 0;
    }
    .w-about{
        width: 100%;
    }
    .w-about-list li{
        width: 100%;
        margin-top: 10px;
    }
}
/*产品*/
.page3 {
    background: url(../images/probg.jpg) no-repeat center;
    background-size: cover;
}

.product-tit {
    margin-bottom: 52px;
}

.product-tit h3 {
    font-size: 38px;
    font-weight: 700;
    position: relative;
    z-index: 2;
    line-height: 52px;
    text-align: center;
    color: #fff;
}

.product-tit h3 em {
    font-size: 100px;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.03);
    position: absolute;
    width: 100%;
    top: calc(50% - 50px);
    line-height: 100px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 3px;
    z-index: 1;
    left: 0;
}

.product-tit p {
    font-size: 17px;
    position: relative;
    z-index: 2;
    margin-top: 10px;
    line-height: 24px;
    text-align: center;
    color: #fff;
}
.n-about-course{
    position: relative;
}
.swiper-slide-con1{
    position: relative;
}
.swiper-slide-con1 .two_img{
    max-width: 100%;
}
.swiper-slide-con1 .two_img img{
    max-width: 100%;
}
.two_text {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 55px;
    transition: all 1000ms;
    z-index: 3;
    box-sizing: border-box;
    overflow: hidden;
    width: 80%;
}
.two_text:before{
    content: "";
    width: 100%;
    height: 100%;
    -webkit-transform: skew(-15deg,0deg);
    -ms-transform: skew(-15deg,0deg);
    -o-transform: skew(-15deg,0deg);
    transform: skew(-15deg,0deg);
    background: #128a28;
    position: absolute;
    z-index: -1;
    right: 18px;
    transition: all 1000ms;
}
.two_text h4{
    padding: 6px 10px;
    color: #fff;
    font: 600 20px/44px "Microsoft yahei";
}
.two_text p{
    color: rgba(250, 250, 250, .8);
    padding: 10px;
    font: 400 14px/28px "Microsoft yahei";
}
.two_img img{
    height:auto;
}
.swiper-container .swiper-slide:nth-child(2n){
    margin-top: 30px;
}
.swiper-container .swiper-slide:hover .two_text{
    width: 100%;
    height: 100%;
}

.swiper-container .swiper-slide:hover .two_text:before{
    -webkit-transform: skew(0deg,0deg);
    -ms-transform: skew(0deg,0deg);
    -o-transform: skew(0deg,0deg);
    transform: skew(0deg,0deg);
    transition: all 1000ms;
    top: 0;
    right: 0;
    background-color: rgba(34, 138, 46, .7);
}
.n-about-part5 .swiper-button-next{
    right: -80px;
    background-image: none;
    width: 52px;
    color: #fff;
    font: 400 13px/44px "Microsoft yahei";
    text-align: center;
    opacity: 0.7;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    text-transform: uppercase;
}
.n-about-part5 .swiper-button-prev{
    left: -80px;
    width: 52px;
    background-image: none;
    color: #fff;
    font: 400 13px/44px "Microsoft yahei";
    text-align: center;
    opacity: 0.7;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    text-transform: uppercase;
}
.n-about-part5 .swiper-button-next:hover{
    opacity: 1;
}
.n-about-part5 .swiper-button-prev:hover{
    opacity: 1;
}

@media (max-width: 1920px) {
    .product-tit h3{
        font-size: 44px;
    }
    .product-tit p{
        font-size: 15px;
    }
}

@media (max-width: 767px){
    .page3{
        padding: 5vh 0;
    }
}


/*优势*/
.page4{
    position: relative;
    background: url(../images/tabbgl.jpg) no-repeat left center #f0f6ff;
    background-size: 50% 100%;
}
.page4-con{
   background: url(../images/tabimgbg.png) no-repeat center;
   background-size: 750px auto;
}
.tabli{
    width: 50%;
}
.tabli li{
    position: relative;
}
.tabli li h3{
    position: relative;
    margin-top: 80px;
    margin-bottom: 80px;
    font: 400 25px/52px "Microsoft yahei";
    color: #fff;
}

.tabli li h3:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    border-bottom: 1px dashed #fff;
    width: 180px;
    opacity: 0;
}
.tabli li h3:after{
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #128a28;
    float: right;
    margin-top: 16px;
    transition: all 0.4s;
    border: 4px solid #128a28;
}
.tabli li.active h3::before{
    opacity: 1;
}
.tabli li.active h3::after{
    background: #fff;
}
.tabli li img{
    height: 30px;
    padding-right: 15px;
}
.tabli li:nth-child(1){
    padding-left: 30%;
}
.tabli li:nth-child(1) h3::after{
    margin-right: 138px;
}
.tabli li:nth-child(2){
    padding-left: 20%;
}
.tabli li:nth-child(2) h3::after{
    margin-right: 224px;
}
.tabli li:nth-child(3){
    padding-left: 15%;
}
.tabli li:nth-child(3) h3::after{
    margin-right: 293px;
}
.tabli li:nth-child(4){
    padding-left: 20%;
}
.tabli li:nth-child(4) h3::after{
    margin-right: 224px;
}
.tabli li:nth-child(5){
    padding-left: 30%;
}
.tabli li:nth-child(5) h3::after{
    margin-right: 123px;
}
.tab-con{
    position: relative;
    width: 50%;
    min-height: 700px;
}
.ttz{
    position: relative;
    display: none;
}
.ttz.active{
    display: block;
}   
.ttz-img{
    position: absolute;
    top: 85px;
    left: -249px;
    width: 500px;
    height: 500px;
}
.ttz-img img{
    width: 100%;
    height: 100%;
}
.ttz-wz{
    float: right;
    width: calc(100% - 380px);
    padding-top: 60px;
}
.ttz-wz h4{
    color: #128a28;
    font: 600 40px/60px "Microsoft yahei";
    text-align: right;
}
.ttz-wz h4 span{
    display: block;
    color: #333333;
    font: 400 16px/38px "Microsoft yahei";
}
.ttz-wz h5{
    position: relative;
    padding-left: 50px;
    margin-top: 80px;
    color: #333;
    font: 400 26px/38px "Microsoft yahei";
    padding-bottom: 20px;
}
.ttz-wz h5:before{
    content: "";
    width: 18px;
    height: 18px;
    box-sizing: border-box;
    border: 4px solid #128a28;
    border-radius: 50%;
    position: absolute;
    background: #128a28;
    left: 10px;
    top: 7px;
}
.ttz-wz h5::after{
    content: "";
    width: 1px;
    height: 44px;
    position: absolute;
    background: #128a28;
    left: 19px;
    top: 10px;
}
.ttz-wz h6{
    padding-left: 20px;
    font: 400 17px/38px "Microsoft yahei";
    margin-top: 60px;
}
@media (max-width: 1920px) {
    .page4-con{
        background-size: 680px auto;
    }
    .tabli li h3{
        font: 400 20px/52px "Microsoft yahei";
    }
    .ttz-wz h4{
        font: 600 30px/60px "Microsoft yahei";
    }
    .ttz-wz h4 span{
        font: 400 14px/22px "Microsoft yahei";
    }
    .ttz-wz h5{
        font: 400 20px/38px "Microsoft yahei";
    }
    .ttz-wz h6{
        font: 400 15px/32px "Microsoft yahei";
    }
}

@media (max-width: 768px){
    .ttz-wz{
        width: 100%;
    }
    
    .page4-con{
        background-image: none;
        background-size: 550px auto;
    }
    .tabli li h3{
        font: 400 19px/52px "Microsoft yahei";
    }
    .tabli li h3:after{
        display: none;
    }
    .tabli li:nth-child(1){
        padding-left: 0;
    }
    .tabli li:nth-child(2){
        padding-left: 0;
    }
    .tabli li:nth-child(3){
        padding-left: 0;
    }
    .tabli li:nth-child(4){
        padding-left: 0;
    }
    .tabli li:nth-child(5){
        padding-left: 0;
    }
    .ttz-wz h4{
        font: 600 20px/60px "Microsoft yahei";
    }
    .tab-con{
        min-height: 500px;
    }
    .tabli li h3{
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .ttz-wz h5{
        margin-top: 52px;
    }
    .ttz-wz{
        padding-top: 0;
    }
}

/*荣誉证书*/
.page5{
    background: url(../images/zlbg.jpg) no-repeat center;
    background-size: cover;
}
.honer-item .img{
    overflow: hidden;
}
.honer-item .img img{
    max-width: 100%;
    transition: all 0.8s;
}
.honer-item:hover .img img{
    transition: all 0.8s;
    transform: scale(1.05);
}

@media (max-width: 767px){
    .page5{
        padding: 5vh 0;
    }
}


/*新闻中心*/
.page6{
    background: #f0f6ff;
}
.news-tt h3{
    color: #128a28;
}
.news-tt p{
    color: #333;
}
.w-news-list li{
    width: 50%;
}
.w-news-list li .img{
    float: left;
    width: 50%;
    overflow: hidden;
}
.w-news-list li .img img{
    max-width: 100%;
    height: auto;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.w-news-list li .wz{
    float: right;
    width: 50%;
    padding: 20px;
    height: 100%;
    background-color: #fff;
}
.w-news-list li:nth-child(n + 3) .img{
    float: right;
}
.w-news-list li:nth-child(n + 3) .wz{
    float: left;
}
.w-news-list li .wz h3{
    font-size: 20px;
    color: #333333;
    font-weight: 700;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 26px;
}
.w-news-list li .wz .date{
    font-size: 16px;
    color: #999999;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    margin: 10px 0 20px;
    display: block;
    line-height: 20px;
}
.w-news-list li .wz p{
    font-size: 18px;
    color: #999999;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    line-height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 75px;
}
.w-news-list li:hover .img img{
    -webkit-transform: scale(1.1) rotate(4deg);
    -moz-transform: scale(1.1) rotate(4deg);
    -ms-transform: scale(1.1) rotate(4deg);
    -o-transform: scale(1.1) rotate(4deg);
    transform: scale(1.1) rotate(4deg);
}

@media (max-width: 1920px) {
    .w-news-list li .wz h3{
        font-size: 17px;
    }
    .w-news-list li .wz .date{
        font-size: 14px;
    }
    .w-news-list li .wz p{
        font-size: 15px;
    }
}

@media (max-width: 767px){
    .page6{
        padding: 5vh 0;
    }
    .w-news-list li{
        width: 100%;
        margin-top: 10px;
    }
}

/* 底部 */
.f-con1{
    background-color: #333333;
    padding: 52px 0 0;
}
.f-con1-l{
    width: 330px;
}
.f-con1-r{
    width: calc(100% - 400px);
}
.f-con1-tel h3{
    font: 400 16px/38px "Microsoft yahei";
    color: rgba(255, 255, 255, .8);
}
.f-con1-tel p{
    display: block;
    line-height: 40px;
    font-size: 40px;
    margin: 0 0 3px 0;
    font-weight: bold;
    color: rgba(255, 255, 255, .8);
}
.f-ewm{
    margin-top: 60px;
}
.f-ewm .img{
    width: 50%;
}
.f-ewm .img img{
    max-width: 100%;
}
.f-ewm .wz{
    width: 40%;
    text-align: left;
    color: #fff;
    font: 400 16px/32px "Microsoft yahei";
    padding: 20px 0;
}
.x-layout-menu dl p{
    display: block;
    font-size: 15px;
    color: rgba(255, 255, 255, 0.8);
    line-height: 2;
}
.f-con2{
    padding: 10px 0;
    background-color: #111;
    text-align: center;
    font: 400 16px/28px "Microsoft yahei";
    color: rgba(255, 255, 255, .6);
}
.f-con2 a{
    font: 400 16px/28px "Microsoft yahei";
    color: rgba(255, 255, 255, .6);
}
@media (max-width: 1920px) {
    .f-con2{
        font: 400 14px/28px "Microsoft yahei";       
    }
    .f-con2 a{
        font: 400 14px/28px "Microsoft yahei";
    }
}

/*内页*/
.n-header{
    padding: 10px 0;
}
.n-header .x-menu > li > a{
    color: #333;
}


@media (max-width: 768px){
    .fp-tableCell{
        height: auto !important;
    }    
    .page1,.page2,.page3,.page4,.page5,.page6{
        height: auto !important;
    }
    .page-banner{
        display: none;
    }
}

.w-xf{
    position: absolute;
    z-index: 999;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .2);
    padding: 20px 0;
}
.w-xf li img{
    float: left;
    width: 66px;
}
.w-xf li .text{
    float: left;
    margin-left: 20px;
}
.w-xf li .text h3{
    color: #fff;
    color: rgba(255, 255, 255,.8);
    font: 400 18px/34px "Microsoft yahei";
}
.w-xf li .text p{
    color: #fff;
    font: 400 22px/30px "Microsoft yahei";   
}