﻿@import url("iconfont.css");
/* home banner */
.home-banner .pcimg{display:block}
.home-banner .pcimg img{display:block}
.home-banner .mobimg{display:none}
.home-banner .mobimg img{display:none}
.home-banner .swiper-slide img{width:100%}
.home-banner .swiper-pagination-bullet{background-color:#CCC;border-radius:999px;height:4px;opacity:1;overflow:hidden;position:relative;width:32px}
.home-banner .swiper-pagination-bullet:after{background-color:var(--color);border-radius:999px;content:"";display:block;height:100%;width:0}
.home-banner .swiper-pagination-bullet-active.cur::after{transition:width 6s linear;width:100%}
.home-banner .swiper-pagination-bullet-active{background-color:#CCC}
.home-banner .banner-button-next,.home-banner .banner-button-prev{position:absolute;left:20px;top:45%;width:50px;height:50px;z-index:99;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;background:rgba(0,0,0,.4);border-radius:50%;padding:10px;transition:all .1s linear}
.home-banner .banner-button-next:hover,.home-banner .banner-button-prev:hover{background:var(--color)}
.home-banner .banner-button-next em,.home-banner .banner-button-prev em{font-size:22px;color:#FFF}
.home-banner .banner-button-next{left:auto;right:20px}
.home-banner .banner-animote{position:absolute;bottom:40%;left:10%;color:#FFF;opacity:0;max-width:1000px}
.home-banner .banner-animote .title{font-size:42px;font-weight:700}
.home-banner .banner-animote .text{font-size:20px}
.home-banner .swiper-slide-active .banner-animote{animation:bannerani .5s forwards;animation-delay:.7s}
@keyframes bannerani{0%{opacity:0;transform:translateX(40px)}
100%{opacity:1;transform:translateX(0)}}
.index>main>section{position:relative}
/* home choose */
.home-choose{padding:4% 0 4%;z-index:1}
.home-choose::before{content:"";position:absolute;top:0;width:100%;height:350px;background:#f6ece9;z-index:-1}
.home-choose .home-des,.home-choose .home-title{color:#FFF}
.choose-ul{display:flex;flex-wrap:wrap;justify-content:space-between;margin-top:60px}
.choose-ul .choose-item{width:16%;background:#FFFf;box-shadow:0 6px 13px 0 rgba(19,20,21,.08);padding:20px 30px;text-align:center;transition:all .2s linear}
.choose-ul .choose-item:hover{transform:translateY(-5px)}
.choose-ul .choose-item:hover .icon{transform:rotateY(360deg)}
.choose-ul .choose-item .title{color:var(--fontcolortitle);font-size:24px;line-height:24px;margin-bottom:20px}
.choose-ul .choose-item img{height:150px;transition:all .3s linear}
.choose-ul .choose-item .icon{transition:all .3s linear;line-height:1}
.choose-ul .choose-item em{font-size:60px;color:var(--color)}
.choose-ul .choose-item .info{margin-top:20px;color:var(--fontcolorintro)}
/* home about */
.home-about{padding:3% 0 3%}
.home-about .about-wrap{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center}
.home-about .about-wrap>div{width:50%}
.home-about .about-img{position:relative;width:50%;padding:10px 3% 0 10px}
.home-about .about-img:hover img{transform:translate(-10px,-10px)}
.home-about .about-img>img{width:100%;transition:all .4s linear}
.home-about .about-img .about-icon{position:absolute;top:0;left:0;background:var(--color);color:#FFF;width:220px;height:200px;text-align:center;transition:all .1s linear}
.home-about .about-img .about-icon:hover{opacity:.96}
.home-about .about-img .about-icon img{position:absolute;left:50%;top:40%;transform:translate(-50%,-50%)}
.home-about .about-img .about-icon span{display:block;font-size:30px;font-weight:500;padding-top:20%}
.home-about .about-img .about-icon p{padding-top:20%;font-size:18px}
.home-about .about-info{padding-top:30px}
.home-about .about-info .home-des,.home-about .about-info .home-title{text-align:left}
.home-about .about-info .about-content{color:var(--fontcolorintro);margin-top:30px}
.home-about .about-info .about-content p{margin-bottom:30px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:12;overflow:hidden}
.home-about .color{font-weight:var(--fontweight);font-size:18px;color:#080808;display:flex;align-items:center}
.home-about .color span{color:var(--color);font-size:24px;padding-right:15px}
.home-about .about-contact{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;box-shadow:0 6px 13px 0 rgba(19,20,21,.15);padding:2% 6%;margin-top:30px;position:absolute;left:50%;transform:translateX(-50%);bottom:-70px;max-width:1600px;width:100%;z-index:9;background:#FFF}
.home-about .about-contact p{font-weight:var(--fontweight);font-size:22px}
/* home project */
.home-project{background:#ebe8e8;padding:3% 15px 4%}
.home-project .swiper{margin-top:60px;padding-bottom:100px}
.home-project .swiper .project-button-next,.home-project .swiper .project-button-prev{position:absolute;bottom:0;left:calc(50% - 50px);background:var(--color);display:inline-flex;align-items:center;justify-content:center;color:#FFF;width:40px;height:40px;cursor:pointer;transition:all .1s linear}
.home-project .swiper .project-button-next.swiper-button-disabled,.home-project .swiper .project-button-prev.swiper-button-disabled{background:#bababa}
.home-project .swiper .project-button-next em,.home-project .swiper .project-button-prev em{font-size:20px}
.home-project .swiper .project-button-next:hover,.home-project .swiper .project-button-prev:hover{opacity:.9}
.home-project .swiper .swiper-slide{overflow:hidden;max-height:508px}
.home-project .swiper .swiper-slide img{transition:all .2s linear;width:100%}
.home-project .swiper .swiper-slide img:hover{transform:scale(1.1)}
.home-project .swiper .project-button-next{left:auto;right:calc(50% - 50px)}
/* home product */
.home-product{padding:0% 0 2%}
.index-pro{display:flex;flex-wrap:wrap;margin-top:50px}
.index-pro .pro-item{width:25%;border:1px solid #e5e5e5;border-left:none;overflow:hidden;text-align:center;transition:all .1s linear;display:flex;flex-direction:column;position:relative}
.index-pro .pro-item:nth-child(4n+1){border-left:1px solid #e5e5e5}
.index-pro .pro-item:nth-child(n+5){border-top:none}
.index-pro .pro-item:hover{outline-color:var(--color);z-index:9}
.index-pro .pro-item:hover .pro-img img{transform:translate(-50%,-50%) scale(1.05)}
.index-pro .pro-item:hover .pro-info .pro-title a{color:var(--color)}
.index-pro .pro-item:hover .pro-info .pro-btn em{position:static;opacity:1}
.index-pro .pro-item .pro-img a{display:block;overflow:hidden;position:relative;height:0;padding-bottom:80%}
.index-pro .pro-item .pro-img a img{width:80%;height:80%;object-fit:cover;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);transition:all .1s linear}
.index-pro .pro-item .pro-info{flex:1;padding:10px;display:flex;flex-direction:column;justify-content:space-between}
.index-pro .pro-item .pro-title a{margin-bottom:10px;color:var(--fontcolortitle);line-height:20px;text-transform:capitalize}
.index-pro .pro-item .pro-price a{font-weight:700;margin-bottom:10px;color:#ff0000;line-height:20px;text-transform:capitalize}
.index-pro .pro-item .pro-price .del{
    color: #999;
    margin-right: 10px;
    font-weight: 400;
}
.index-pro .pro-item .pro-btn{color:var(--color);font-size:16px;padding-left:15px;transition:all .1s linear}
.index-pro .pro-item .pro-btn em{font-style:normal;opacity:0;transition:all .1s linear}
/* home activity */
.home-activity{z-index:1}
.home-activity::before{content:"";position:absolute;left:0;top:0;width:100%;height:100%;background:linear-gradient(270deg,var(--fontcolortitle) 0,rgba(0,0,0,0) 100%);z-index:-1}
.home-activity .l-wrap{display:flex;justify-content:flex-end}
.activity-wrap{width:50%;color:#FFF;padding:6% 0}
.activity-wrap .text{font-size:18px}
.activity-wrap .title{font-size:48px;font-weight:var(--fontweight);line-height:1.2;margin:10px 0 20px}
.activity-wrap .content{font-size:16px;line-height:24px;margin-bottom:20px}
.activity-wrap .img{display:flex;margin-bottom:30px}
.activity-wrap .img img{height:200px;margin-right:15px;transition:all .2s linear}
.activity-wrap .img img:hover{transform:translateY(-5px)}
/* home news */
.home-news{padding:4% 0 4%; background: #f1f1f1}
.news-list{display:flex;flex-wrap:wrap;justify-content:space-between;margin-top:40px}
.news-list .news-item{background:#FFF;width:15%;margin-bottom:20px;transition:all .2s linear;box-shadow:0 6px 13px 0 rgba(19,20,21,.08)}
.news-list .news-item .text{text-align: center;padding: 10px}
.news-list .news-item .kefu{
    text-align: center;padding: 10px;
    position: relative;
}
.news-list .news-item .kefu img{width: 20px;
    position: absolute;
    left: 40px;
    top: 11px;}
.news-list .news-item:nth-child(4n){margin-right:0}
.news-list .news-item:hover{box-shadow:0 6px 13px 0 rgba(19,20,21,.15)}
.news-list .news-item:hover .news-img img{transform:scale(1.02)}
.news-list .news-item:hover .news-info .news-title a{color:var(--color)}
.news-list .news-item .news-img{overflow:hidden;position:relative}
.news-list .news-item .news-img img{width:100%;transition:all .2s linear}
.news-list .news-item .news-img .news-date{position:absolute;bottom:0;left:20px;background:var(--color);color:#FFF;width:130px;height:40px;display:inline-flex;align-items:center;justify-content:center;white-space:nowrap}
.news-list .news-item .news-info{padding:30px 20px}
.news-list .news-item .news-info .news-title a{color:#141616;font-size:var(--fonttitle);font-weight:var(--fontweight);line-height:20px;text-transform:capitalize}
.news-list .news-item .news-info .news-text{font-size:var(--fontintro);margin:10px 0;color:var(--fontcolorintro);line-height:22px}
.news-list .news-item .news-info .news-btn{color:var(--color);font-size:16px}

.home-meizhuang{
    padding:4% 0 4%;
}

.home-meizhuang .conn{
    margin-top: 30px;
    overflow: hidden;
}
.home-meizhuang .conn .item{
    width: 100%;
    overflow: hidden;
    margin-bottom: 20px;
}
.home-meizhuang .conn .item .left{
    width: 60%;
    float: left;
}

.home-meizhuang .conn .item .left li{
    width: 31%;
    float: left;
    border:#ddd 1px solid;
    margin: 0 1.1%;
    margin-bottom: 1.2%;
}

.home-meizhuang .conn .item .right{
    width: 38%;
    float: right;
}

.home-meizhuang .conn .item .right img{
    width: 100%;
}

.home-meizhuang .conn .item:nth-child(2) .left{
    float: right;
}

.home-meizhuang .conn .item:nth-child(2) .right{
    float: left;
}

.home-baozhuang{padding:4% 0 4%; background: #f1f1f1}


.index-pro1{display:flex;flex-wrap:wrap;margin-top:50px}
.index-pro1 .pro-item{width:23%;overflow:hidden;text-align:center;transition:all .1s linear;display:flex;flex-direction:column;position:relative;background: #fff;margin: 1%}
.index-pro1 .pro-item:nth-child(4n+1){border-left:1px solid #e5e5e5}
.index-pro1 .pro-item:nth-child(n+5){border-top:none}
.index-pro1 .pro-item:hover{outline-color:var(--color);z-index:9}
.index-pro1 .pro-item:hover .pro-img img{transform:translate(-50%,-50%) scale(1.05)}
.index-pro1 .pro-item:hover .pro-info .pro-title a{color:var(--color)}
.index-pro1 .pro-item:hover .pro-info .pro-btn em{position:static;opacity:1}
.index-pro1 .pro-item .pro-img a{display:block;overflow:hidden;position:relative;height:0;padding-bottom:80%}
.index-pro1 .pro-item .pro-img a img{width:80%;height:80%;object-fit:cover;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);transition:all .1s linear}
.index-pro1 .pro-item .pro-info{flex:1;padding:10px;display:flex;flex-direction:column;justify-content:space-between}
.index-pro1 .pro-item .pro-title a{font-weight:700;margin-bottom:10px;color:var(--fontcolortitle);line-height:20px;text-transform:capitalize}
.index-pro1 .pro-item .pro-price a{font-weight:700;margin-bottom:10px;color:#ff0000;line-height:20px;text-transform:capitalize}
.index-pro1 .pro-item .pro-price .del{
    color: #999;
    margin-right: 10px;
    font-weight: 400;
}
.index-pro1 .pro-item .pro-btn{color:var(--color);font-size:16px;padding-left:15px;transition:all .1s linear}
.index-pro1 .pro-item .pro-btn em{font-style:normal;opacity:0;transition:all .1s linear}



.web_aboutss {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0;
    background: #b8c4d2;
    background-size: cover;
    overflow: hidden;
    padding-bottom: 20px;
}
.web_aboutss .webab_main {
    width: 1400px;
    height: auto;
    margin: 0 auto;
    padding: 0
}
.webab_main .webab_con {
    width: 43%;
    height: auto;
    margin: 0;
    padding: 0 40px 0 0;
    float: left;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box
}
.webab_con .webab_title {
    width: 100%;
    overflow: hidden;
    margin: 60px auto 0;
    padding: 0
}
.webab_con .webab_title i {
    display: block;
    margin: 0;
    padding: 0;
    color: rgb(255, 255, 255, 0.1);
    font-size: 70px;
    font-family: pmzd;
    font-style: normal;
    text-transform: Uppercase
}
.webab_con .webab_title span {
    display: block;
    width: 100%;
    height: 40px;
    overflow: hidden;
    line-height: 40px;
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    margin: -45px auto 0;
    padding: 0
}
.webab_con .webab_title:after {
    content: "";
    display: block;
    background: #cd233e;
    width: 38px;
    height: 4px;
    margin: 20px 0 0
}
.webab_con .webab_text {
    width: 100%;
    line-height: 30px;
    color: #fff;
    font-family: Arial, Helvetica, \5FAE\8F6F\96C5\9ED1, sans-serif!important;
    font-size: 15px;
    text-align: justify;
    margin: 48px auto;
    padding: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    min-height: 180px

}
.webab_con .webab_text p, .webab_con .webab_text p span {
    display: inline-block;
    line-height: 30px!important;
    color: #777!important;
    font-family: Arial, Helvetica, \5FAE\8F6F\96C5\9ED1, sans-serif!important;
    font-size: 15px!important
}
.webab_con .webab_more {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
    letter-spacing: 0
}
.webab_more a {
    display: inline-block;
    width: auto;
    height: 50px;
    overflow: hidden;
    line-height: 50px;
    color: #999;
    font-size: 15px;
    text-align: center;
    background-color: #fff;
    margin: 0 0 0 -4px;
    padding: 0 40px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s
}
.webab_more:before {
    width: 4px;
    height: 50px;
    content: "";
    display: inline-block;
    background: #cd233e
}
.webab_more a:hover {
    background: #cd233e;
    color: #fff
}
.webab_con .webab_ul {
    width: 100%;
    height: auto;
    margin: 60px 0 0;
    padding: 20px 0;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    border-radius: 4px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box
}
.webab_ul ul li {
    width: 33.333333%;
    height: auto;
    margin: 0;
    padding: 0 20px;
    border-right: 1px solid #e5e5e5;
    float: left;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box
}
.webab_ul ul li:nth-child(3) {
    border: 0
}
.webab_ul ul li a img {
    display: block;
    width: 40px;
    height: 40px;
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
    transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s
}
.webab_ul ul li:hover a img {
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg)
}
.webab_ul ul li a em {
    display: block;
    width: 100%;
    height: 16px;
    overflow: hidden;
    line-height: 16px;
    color: #777;
    font-size: 14px;
    text-align: center;
    font-style: normal;
    margin: 4px auto 0;
    padding: 0
}
.webab_ul ul li a:hover em {
    color: #1f3c74
}
.web_aboutss .webab_pic {
    width: 53%;
    margin: 0;
    padding: 0;
    float: right;
    overflow: hidden;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin-top: 40px;
}
.web_aboutss .webab_pic ul li {
    float: left;
    width: 33%;
    border: 1px solid #f1f1f1;
    background: #cd233e
}
.web_aboutss .webab_pic ul li img {
    width: 100%;
}

.webab_pic a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin: 0;
    padding: 0;
    position: relative
}


.index_jishu{
    margin-top: 20px;
    overflow: hidden;
    display: flex;
}

.index_jishu .li{
    width: 30%;
    margin: 1%;
}

.index_jishu .li img{
    width: 100%;
}

.index_jishu .li h3{
    color: #CB451B;
    font-size: 18px;
    font-weight: bolder;
    margin-bottom: 20px;
}


.index_jishu .li .desc{
    font-size: 16px;
    line-height: 25px;
    color: #333;
}

.home-hufu{
    overflow: hidden;
    margin-bottom: 3%;
}

.home-hufu .left{
    width: 55%;
    float: left;
    background: #ddd;
    height: 500px;
    overflow: hidden;
    margin-top: 60px;
}


.home-hufu .left li{
    width: 100%;
    height: 500px;
    overflow: hidden;
}

.home-hufu .left li img{
    width: 100%;
    height: 500px;
}

.home-hufu .right{
    width: 43%;
    float: right;
    margin-top: 60px;

}

.home-hufu .right li{
    width: 100%;
    list-style: none;
    height: 160px;
    margin-bottom: 10px;
    background: #fff;
    border: #ddd 1px solid;
    display: flex;
}

.home-hufu .right li .img{
    width: 160px;
    float: left;
    margin-right: 20px;

}


.home-hufu .right li .txt{
    float: left;

}

.home-hufu .right li .txt h3{
    font-size: 16px;
    font-weight: bolder;
    margin-top: 20px;

}

.home-hufu .right li .txt .price{
   width: 100%;
    overflow: hidden;
    margin-top: 10px;
    color: #CB451B;

}

.home-hufu .right li img{
    width: 160px;
    list-style: none;
    height: 158px;
    margin-bottom: 10px;
    background: #ddd;

}


.home-shengti{
    overflow: hidden;
}

.home-shengti .li{
    width: 48%;
    margin: 1%;
    height: 500px;
    float: left;
    margin-top: 60px;
    background: #f4f4f4;
    padding: 10px;
}



.home-shengti .li .left{
    width: 30%;
    float: left;

}

.home-shengti .li .left li{
    width: 100%;
    list-style: none;
    height: 153px;
    margin-bottom: 10px;
    background: #ddd;
}

.home-shengti .li .left li img{
    width: 100%;
    height: 153px;
}

.home-shengti .li .right{
    width: 68%;
    background: #fff;
    overflow: hidden;
    height: 100%;
    float: right;
}

.home-shengti .li .right .img{
    width: 100%;
    height: 300px;
    text-align: center;
}


.home-shengti .li .right img{
    height: 100%;
}

.home-shengti .li .right .txt{
    width: 90%;
    margin-left: 5%;
}

.home-shengti .li .right .txt h3{

    font-size: 16px;
    margin-top: 30px;
    font-weight: 500;
}

.home-shengti .li .right .txt .price{

    width: 100%;
    overflow: hidden;
    margin-top: 10px;
    color: #CB451B;
}


.home-women{
    overflow: hidden;
    margin-top: 3%;
}

.home-women .con{
    margin-top: 60px;
    overflow: hidden;
    padding-bottom: 50px;
}


.home-women .con li{
    width: 48%;
    margin: 1%;
    position: relative;
    float: left;
    padding-bottom: 150px;
}

.home-women .con li .img{
    width: 100%;
    height: 300px;
    overflow: hidden;
}

.home-women .con li .img img{
    width: 100%;
}

.home-women .con li .txt{
   width: 80%;
    position: absolute;
    left: 10%;
    background: #fff;
    height: 240px;
    top: 200px;
    padding: 30px;
    box-shadow:0 6px 13px 0 rgba(19,20,21,.08);
    text-align: center;
}

.home-women .con li .txt .tubiao{
    margin-top: -60px;
    text-align: center;
}

.home-women .con li .txt .tubiao .iconfont{
    font-size: 34px;
}


.home-women .con li .txt h3{
   text-align: center;
    font-size: 18px;
    font-weight: bolder;
    height: 60px;
    line-height: 60px;
    color: #cb2121;

}



@media (max-width:1280px){.choose-ul .choose-item .title{font-size:20px}
.home-activity::before{background:linear-gradient(90deg,var(--fontcolortitle) 0,rgba(0,0,0,.45) 100%)}
.home-activity .activity-wrap{width:100%}
.home-activity .activity-wrap .title{font-size:30px}
.news-list .news-item{width:33%}}
@media (max-width:1024px){.choose-ul .choose-item{width:24%}
.home-banner .banner-animote{left:0;width:100%;padding:0 10%}
.home-banner .banner-animote .title{font-size:30px}
.home-banner .banner-animote .text{font-size:16px}
.home-about{padding-bottom:0}
.home-about .about-contact{position:static;transform:none;margin-top:70px}
.news-list .news-item .news-info{padding:20px 10px}}
@media (max-width:768px){.home-banner .pcimg{display:none}
.home-banner .pcimg img{display:none}
.home-banner .mobimg{display:block}
.home-banner .mobimg img{display:block}
.home-banner .banner-button-next,.home-banner .banner-button-prev{top:36%;display:none}
.home-banner .banner-animote{bottom:32%}
.home-banner .banner-animote .title{font-size:16px}
.home-banner .banner-animote .text{font-size:12px}
.home-about .about-img:hover>img{transform:none}
.home-about .about-info .about-content{margin-top:10px}
.choose-ul .choose-item:hover .icon{transform:none}
.choose-ul{margin-top:30px}
.choose-ul .choose-item{width:48%;margin-bottom:20px;padding:20px 10px}
.choose-ul .choose-item .title{margin-bottom:10px;font-size:18px}
.choose-ul .choose-item em{font-size:40px}
.choose-ul .choose-item .info{margin-top:15px;font-size:14px}
.home-about .about-wrap>div{width:100%}
.home-about{padding-bottom:3%}
.home-about .about-contact{margin-top:30px;display:none}
.home-about .about-contact .home-more{margin-top:20px}
.home-about .about-img .about-icon{width:140px;height:110px}
.home-about .about-img .about-icon span{font-size:18px;padding-top:10%}
.home-about .about-img .about-icon p{padding-top:10%}
.home-project .swiper{margin-top:40px}
.home-project .swiper .project-button-next,.home-project .swiper .project-button-prev{bottom:20px}
.home-activity .activity-wrap .img{justify-content:space-between;align-items:flex-start}
.home-activity .activity-wrap .img img{margin:0;height:auto}
.home-activity .activity-wrap .title{font-size:26px}
.home-activity .activity-wrap .title br{display:none}
.index-pro .pro-item{width:50%;border:1px solid #e5e5e5 !important}
.index-pro .pro-item:nth-child(2n+1){border-right:none !important}
.index-pro .pro-item:nth-child(n+3){border-top:none !important}
.index-pro .pro-item .pro-info{font-weight:400}
.news-list .news-item{width:48%}
.news-list .news-item .news-img .news-date{height:30px;left:0;font-size:14px;width:100px;height:30px}
.news-list .news-item .news-info .news-title a{display:block}
.news-list .news-item .news-info .news-title{-webkit-line-clamp:4}
.news-list .news-item .news-info .news-text{font-size:14px;line-height:20px}}
@media(max-width:500px){.home-project .swiper .swiper-slide{max-height:172px}}

.home-yuyan{
    background: #e7ebf1;
    overflow: hidden;
    padding:1% 0 1%;
}
.yuyan{
    width: 100%;
    display: flex;
    justify-content:center;
}

.yuyan li{
    display: block;
    margin-right: 65px;
}

.yuyan li .img{
    display: block;
    text-align: center;
}


.yuyan li .img img{
    width: 40px;
    height: 40px;
    border-radius: 30px;
}
.yuyan li .txt{
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 12px;
}

@media (max-width: 1280px) {

    .yuyan{
        padding: 10px 0;
      
    }

    .yuyan li{
        margin-right: 10px;
    }

    .home-banner .pcimg img{
        display: block!important;
    }

    .home-banner .pcimg{
        display: block!important;
    }

    .index_jishu{
        display: block;
    }

    .index_jishu .li{
        width: 48%;
        float: left;
    }

    .index_jishu .li:last-child{
        width: 100%;
    }


    .index_jishu{
        display: block;
    }

    .index_jishu .li{
        width: 48%;
        float: left;
    }

    .index_jishu2 .li:last-child{
        width: 48%;
    }

    .index_jishu2 .li:first-child{
        width: 100%;
    }

    .home-hufu .left{
        width: 100%;
    }

    .home-hufu .right{
        width: 100%;
    }

    .home-shengti .li{
        width: 100%;
        height: auto;
        margin-top: 20px;
    }

    .home-shengti .li .left{
        width: 100%;
    }

    .home-shengti .li .left li{
        width: 33%;
        float: left;
    }

    .home-shengti .li .right{
        width: 100%;
    }

    .home-women .con li{
        width: 100%;
    }

    .home-women .con li .txt{
        top: 155px;
    }

    .home-women .con li .txt{
        height: auto;
    }

    .home-meizhuang .conn .item .left{
        width: 100%;
    }

    .home-meizhuang .conn .item .right{
        width: 100%;
    }

    .index-pro1 .pro-item{
        width: 48%;
    }



    .news-list .news-item .kefu{
        font-size: 12px;
    }

    .news-list .news-item .kefu img{
        left: 29px;
        top: 9px;
    }

    .news-list .news-item .text{
        padding: 5px;
    }
}