.header{
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    height: 0.6rem;
    background: -webkit-linear-gradient(to right,#7fc15f, #29ae45); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(to right,#7fc15f, #29ae45); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(to right,#7fc15f, #29ae45); /* Firefox 3.6 - 15 */
    background: linear-gradient(to right,#7fc15f, #29ae45); /* 标准的语法 */
}
.header .logo{
    height: 0.35rem;
    width:auto;
}
.header .list{
    height: 0.4rem;
    width:auto;
    position: absolute;
    top: 0.075rem;
    left: 0.15rem;
}

/*文字抖动*/

@keyframes slow-wave {
    from {
        transform: translateY(2px)
    }

    to {
        transform: translateY(-2px)
    }
}

.txtwav.slow span {
    display: inline-block;
    animation-duration: 1.4s;
    animation-name: slow-wave;
    animation-iteration-count: infinite;
    animation-direction: alternate
}

.txtwav.slow :nth-child(25n+0) {
    animation-delay: -6s
}

.txtwav.slow :nth-child(25n+1) {
    animation-delay: -5.76s
}

.txtwav.slow :nth-child(25n+2) {
    animation-delay: -5.52s
}

.txtwav.slow :nth-child(25n+3) {
    animation-delay: -5.28s
}

.txtwav.slow :nth-child(25n+4) {
    animation-delay: -5.04s
}

.txtwav.slow :nth-child(25n+5) {
    animation-delay: -4.8s
}

.txtwav.slow :nth-child(25n+6) {
    animation-delay: -4.56s
}

.txtwav.slow :nth-child(25n+7) {
    animation-delay: -4.32s
}

.txtwav.slow :nth-child(25n+8) {
    animation-delay: -4.08s
}

.txtwav.slow :nth-child(25n+9) {
    animation-delay: -3.84s
}

.txtwav.slow :nth-child(25n+10) {
    animation-delay: -3.6s
}

.txtwav.slow :nth-child(25n+11) {
    animation-delay: -3.36s
}

.txtwav.slow :nth-child(25n+12) {
    animation-delay: -3.12s
}

.txtwav.slow :nth-child(25n+13) {
    animation-delay: -2.88s
}

.txtwav.slow :nth-child(25n+14) {
    animation-delay: -2.64s
}

.txtwav.slow :nth-child(25n+15) {
    animation-delay: -2.4s
}

.txtwav.slow :nth-child(25n+16) {
    animation-delay: -2.16s
}

.txtwav.slow :nth-child(25n+17) {
    animation-delay: -1.92s
}

.txtwav.slow :nth-child(25n+18) {
    animation-delay: -1.68s
}

.txtwav.slow :nth-child(25n+19) {
    animation-delay: -1.44s
}

.txtwav.slow :nth-child(25n+20) {
    animation-delay: -1.2s
}

.txtwav.slow :nth-child(25n+21) {
    animation-delay: -.96s
}

.txtwav.slow :nth-child(25n+22) {
    animation-delay: -.72s
}

.txtwav.slow :nth-child(25n+23) {
    animation-delay: -.48s
}

.txtwav.slow :nth-child(25n+24) {
    animation-delay: -.24s
}
/*侧边栏*/
.fix{
    position: fixed;
    height: 100%;
    top: 0.6rem;
    width: 60%;
    background: #404146;
    left: -60%;
    -webkit-transition: 1s;
    transition: 1s;
    padding-bottom: 0.65rem;
    z-index: 11111111111;
}
.layer{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
    display: none;
    z-index: 1111111111;
}
.open {
  left: 0%;
  overflow: auto;
}
.slectList{
    display: flex;
    flex-direction: column;
}
.slectList li{
    position: relative;
    color: #ffffff;
    width: 100%;
    margin: 0 auto;
    font-size: 0.15rem;
    text-align: left;
    padding-left: 0.08rem;
    padding: 0.15rem 0;
    border-bottom: 1px solid #797a7f;
    display:flex;
    align-items: center;
    padding-left: 0.12rem;
}
.slectList li:last-child{
    border: none;
}
.slectList .on{
    color: rgb(248,190,0);
    background: #292c33;
}
.slectList li .code{
    width: 0.80rem;
    height: auto;
    position: relative;
    right: 0.1rem;
    left: 38%
}
.slectList .bor{
    border: none;
    padding-bottom: 0.1rem
}

.slectList .info span:nth-child(2){
    font-size: 0.15rem;
    position: absolute;
    right: 0.1rem
}
.slectList .pad0{
    padding-top: 0
}
.slectList .pad0{
    padding-top: 0.05rem
}
.slectList .pad20{
    padding-top: 0.3rem
}
.logoPic{
    width: 0.9rem;
   /* height: 0.8rem*/
}
.slectList li .intro{
    color: #5d5d5d;
    display: inline-block;
    width: 50%;
    position: absolute;
    right: 0rem
}
.banner{
    height: 2.1rem;
}
.serTit{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    height: 0.3rem;
    margin-top: 0.2rem
}
.serTit img{
    width: 70%;
    height: 0.385rem;
    margin: 0 auto;
    margin-top: 0.25rem
}
.titIntro{
    color: #343434;
    font-size: 0.18rem;
    padding-top: 0.10rem;
    letter-spacing: 1px;
}
.titIntro span{
    color: #8dc41e;
}
.bl{
    height: 0.6rem;
    display: flex;
    margin-top: 0.2rem
}
.serviceCon:after{
    content: ".";
    clear: both;
    display: block;
    overflow: hidden;
    font-size: 0;
    height: 0;
}
.serviceCon{
    padding:0.14rem 0.1rem;
    zoom:1;
    padding-top:0.24rem;
}
.serviceCon .sin:nth-child(3n+1){
    margin-left: 0.1rem;
}
.serviceCon .sin:nth-child(4n+1){
    margin-left: 0rem;
}
.serviceCon .sin:nth-child(4){
    margin-top: 0rem;
}
.serviceCon .sin{
    margin-left: 4%;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width:22%;
}
.serviceCon .sin div {
    width: 0.625rem;
    height: 0.625rem;
}
.serviceCon .sin:first-child div{
    background: url("../images/ser01.jpg") no-repeat center;
    background-size: 90%;
}
.serviceCon .sin:nth-child(2) div{
    background: url("../images/ser02.jpg") no-repeat center;
    background-size: 90%;
}
.serviceCon .sin:nth-child(3) div{
    background: url("../images/ser03.jpg") no-repeat center;
    background-size: 90%;
}
.serviceCon .sin:nth-child(4) div{
    background: url("../images/ser04.jpg") no-repeat center;
    background-size: 90%;
}
.serviceCon .sin p:nth-child(2){
    color: #494949;
    font-size: 0.15rem;
    padding-top: 0.08rem;
    text-align: center;
}
.serviceCon .sin p:nth-child(3){
    color: #888888;
    font-size: 0.12rem;
    padding-top: 0.04rem
}
.serviceCon .sin:first-child{
    margin-top: 0;
}
.serviceCon .sin:nth-child(2){
    margin-top: 0;
}
.serviceCon .sin:nth-child(3){
    margin-top: 0;
}
.serviceCon .sin{
    margin-top: 0.2rem;
}
.caseTit{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.caseTit img{
    width: 70%;
    height: 0.30rem;
    margin-top:0.1rem;
}

.caseTit .pad5{
    padding-top:0.06rem;
}
.par{
    zoom:1;
    /*height: 1.2rem;*/
    margin-top: 0.02rem
}
.par:after{
    content: ".";
    clear: both;
    display: block;
    overflow: hidden;
    font-size: 0;
    height: 0;
}

.par .sin{
    float: left;
    width: 31%;
    height: 0.8rem;
}

.par .sin:first-child{
    /*margin-left: 0*/
}
.par .sin:nth-child(3n+1){
    /*margin-left: 0*/
}
.par .bg1{
    background: url(../images/par01.png) no-repeat center;
    background-size: 60%;
}
.par .bg2{
    background: url(../images/par02.png) no-repeat center;
    background-size: 70%;
}
.par .bg3{
    background: url(../images/par03.png) no-repeat center;
    background-size: 70%;
}
.par .bg4{
    background: url(../images/par04.png) no-repeat center;
    background-size: 70%;
}
.par .bg5{
    background: url(../images/par05.png) no-repeat center;
    background-size: 60%;
}
.par .bg6{
    background: url(../images/par06.png) no-repeat center;
    background-size: 60%;
}
.par .bg7{
    background: url(../images/par07.png) no-repeat center;
    background-size: 70%;
}
.par .bg8{
    background: url(../images/par08.png) no-repeat center;
    background-size: 70%;
}
.par .bg9{
    background: url(../images/par09.png) no-repeat center;
    background-size: 70%;
}
.parTit{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0rem;
    flex-direction: column;
}
.par .sin{
    margin:1%;
    margin-top: 0.02rem;
    margin-bottom: 0.02rem;
    height: 1.1rem;
    background-color: #f3f6fb;
}
.parTit img{
    width: 70%;
    height: 0.39rem
}
.pad5{
    padding-top: 0;
}
.parCon .pad20{
    margin-top: 0.2rem
}
.footer{
    display: flex;
    flex-direction: column;
    padding:0.2rem 0.3rem;
    padding-top: 0.1rem;
    background: #00040d;
    display: none;
}
.footer div{
    /*display: flex;*/
    /*align-items: center;*/
    /*margin-top: 0.08rem*/
}
/*.footer div img{*/
    /*width: auto;*/
    /*height: 0.15rem;*/
/*}*/
.footer div span{
    color: #fff;
    font-size: 0.14rem
}
.footer div span:nth-child(3){
    padding-left: 0.06rem
}
.footer .con span:nth-child(2){
    padding-left: 0.12rem
}
.footer .bor{
    border-bottom: 1px solid #33363d;
    width: 99%;
    height: 0;
    margin-top: 0.15rem
}
.copyRight{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0.2rem 0;
    border-top: 1px solid #33363d;
    border-bottom: 1px solid #33363d;
}
.copyRight p{
    font-size: 0.14rem;
    color: #fff;
    line-height: 0.24rem;
}
.bottom{ 
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    z-index: 1111111;
    border-top: 1px solid #dcdcdc;
    background: -webkit-linear-gradient(to right,#7bd041, #47bf55); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(to right,#7bd041, #47bf55); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(to right,#7bd041, #47bf55); /* Firefox 3.6 - 15 */
    background: linear-gradient(to right,#7bd041, #47bf55); /* 标准的语法 */
     }
 .bottom .sin{
    flex:1;
    display: flex;
    align-items: center;
    justify-content: center;
    /*background: #89c221;*/
    flex-direction: column;
    padding: 0.08rem 0;
    position: relative;
     /*background: -webkit-linear-gradient(right bottom,#89c221,#9bc607)!important;*/
     /*background-image: -webkit-linear-gradient(right bottom,#89c221, #89c221)!important;*/
     /*background-position-x: initial!important;*/
     /*background-position-y: initial!important;*/
     /*background-size: cover!important;*/
     /*background-repeat-x: initial!important;*/
     /*background-repeat-y: initial!important;*/
     /*background-attachment: initial!important;*/
     /*background-origin: initial!important;*/
     /*background-clip: initial!important;*/
     /*background-color: initial!important;*/
     }
     .bottom .sin a{
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0
     }
  .bottom .sin img{
    width: 0.25rem;
    height: auto;
  }
.bottom .sin span{
        color: #fff;
        font-size: 0.13rem;
        padding-top: 0.06rem
    }
  .bottom .bor{
    border-left: 1px solid #dcdcdc;
    height: 65%;
    position: absolute;
 }

.bottom .sin .bor{
    right: 0;
    top: 17.5%
}
.sw-slides li img{
    width:100%;
    height:100%;
}
.sw-slides li{
    position: relative;
    /*background: url(../images/banner2.jpg) no-repeat center;*/
    background-size: cover;
}
.sw-slides li:nth-child(2){
    /*background: url(../images/banner1.jpg) no-repeat center;*/
    background-size: cover;
}
.sw-slides li div{
    position: absolute;
    right: 0.15rem;
    top: 0.3rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 1111111;
}
.sw-slides li div p{
    padding-top: 0.07rem;
    color: #4da1eb;
    font-size: 0.16rem
}
.sw-slides li div p:nth-child(3){
    position: relative;
    left:0.20rem;
}
.sw-slides li div a:nth-child(4){
    position: relative;
    left:0.07rem;
}
.sw-slides li .whiteCon{
    top: 0.3rem;
    right: 0.05rem;
}
.sw-slides li .whiteCon p{
    padding-top: 0.07rem;
    color: #fff;
    font-size: 0.14rem
}
.sw-slides li .whiteCon .max{
    font-weight: 600;
    font-size: 0.19rem;
    letter-spacing: 0.01rem;
    margin-bottom: 0.05rem;
}
.sw-slides li div a{
    width: 1.1rem;
    height: 0.35rem;
    border: 1px solid #4da1eb;
    border-radius: 0.08rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #4da1eb;
    font-size: 0.14rem;
    margin-top: 0.4rem;
    outline: none;
    background: rgba(255,255,255,0);
    position: relative;
    top:0.8rem;
}
.sw-slides li .whiteCon a{
    width: 1.1rem;
    height: 0.35rem;
    border: 1px solid #fff;
    border-radius: 0.08rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 0.14rem;
    margin-top: 0.2rem;
    outline: none;
    background: rgba(255,255,255,0);
    position: relative;
    left:0.20rem;
}
.slectList li:nth-child(2){
    position: relative;
}
/*.slectList li:nth-child(2) img{*/
    /*width: 0.12rem;*/
    /*height: auto;*/
    /*position: absolute;*/
    /*right: 0.1rem;*/
/*}*/
.slectList li:nth-child(1) .rotate_f{
    transform:rotate(90deg);
    -ms-transform:rotate(90deg);
    -moz-transform:rotate(90deg);
    -webkit-transform:rotate(90deg);
    -o-transform:rotate(90deg);
}
.slectList li img:first-child{
    width: auto;
    height: 0.18rem;
    margin-right: 0.08rem;
}
.slectList li img:last-child{
    width: 0.12rem;
    height: auto;
    position: absolute;
    right: 0.1rem;
}
.slectList li:nth-child(2) .rotate_f{
    transform:rotate(90deg);
    -ms-transform:rotate(90deg);
    -moz-transform:rotate(90deg);
    -webkit-transform:rotate(90deg);
    -o-transform:rotate(90deg);
}

.secondList{
    display: none;
}
.secondList li{
    padding: 0.1rem 0;
    padding-left: 0.12rem;
    color: #a7a7a7;
    font-size: 0.14rem;
}
.titCon{
    margin-top: 0.05rem;
    padding: 0.1rem 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.titCon div:first-child{
    position: relative;
    border-top:2px solid #00693e;
    width:0.5rem;
    margin-right: 0.1rem;
}
.titCon div:nth-child(3){
    position: relative;
    border-top:2px solid #00693e;
    width:0.5rem;
    margin-left: 0.1rem;
}
.titCon span:nth-child(2){
    color:#6a6a6a ;
    font-size: 0.16rem;
    letter-spacing: 0.02rem;
}
.headerTit{
    padding-left: 0.1rem;
    height: 0.41rem;
    display: flex;
    align-items: center;
    background: #94c411;
}
.headerTit span{
    color: #ffffff;
    font-size: 0.14rem;
}
.headerTit span:nth-child(2){
    height:auto;
    padding: 0 0.03rem;
}
.advanCon{
    display: flex;
    flex-direction: column;
}
.advTit{
    font-size: 0.17rem;
    letter-spacing: 0rem;
    position: relative;
    display: flex;
    align-items:center;
    justify-content: center;
}

.advTit img{
    width:2.2rem;
    height:auto;
}
.advTit p{
    width:100%;
    height: 100%;
    position: absolute;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    top:0;
    left: 0;
    font-size: 0.16rem;
}
.top28{
    margin-top: 0.285rem;
}
.advIntro{
    padding: 0.25rem 0.1rem 0.16rem
}
.advIntro p{
    color: #606060;
    font-size: 0.14rem;
    text-indent: 0.29rem;
    line-height: 0.22rem;
}
.advImg{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.1rem 0;
}
.advImg .adv_f{
    width: 85%;
    height: auto;
}
.advImg .adv_s{
    width: 2.8rem;
    height: auto;
}
.top35{
    margin-top: 0.35rem;
}
.pad10{
    padding: 0 0.1rem;
}
.pad10 img{
    width: 100%;
    height: auto;
}
.engIntro{
    text-align: center;
    font-size: 0.16rem;
    text-indent: 0.01rem;
    padding-top: 0;
}
.companyIntro{
    padding: 0 0.12rem;
}
.companyIntro p{
    line-height: 0.24rem;
    color: #a6a6a6;
    font-size: 0.14rem;
}
.companyIntro img{
    width:98%;
    height:auto;
}
.greenTit{
    color: #99c101;
    font-size: 0.17rem;
    margin-top: 0.23rem;
    text-align: center;
    letter-spacing: 0.01rem;
}
.beliIntro{
    padding: 0 0.19rem;
    color: #a6a6a6;
    font-size: 0.14rem;
    line-height: 0.24rem;
}
.teamIntroCon{
    display: flex;
    padding: 0 0.1rem;
}
.teamIntroCon div{
    flex:1;
    height: auto;
}
.teamIntroCon .bg_f{
    background: url("../images/about02.jpg") no-repeat center;
    background-size: cover;
}
.teamIntroCon .bg_s{
    background: url("../images/about03.jpg") no-repeat center;
    background-size: cover;
}
.teamIntroCon .bg_t{
    background: url("../images/about04.jpg") no-repeat center;
    background-size: cover;
}
.teamIntroCon div img{
    width:100%;
    height: auto;
}

.teamIntroCon div p:first-child{
    color: #99c101;
    font-size: 0.16rem;
    padding-top: 0.075rem;
}
.teamIntroCon div p{
    padding-left: 0.1rem;
}
.teamIntroCon div p:nth-child(2){
    color: #a6a6a6;
    font-size: 0.14rem;
    text-indent: 0.29rem;
    padding-top: 0.09rem;
}
.top26{
    margin-top: 0.26rem;
}
.txtCon{
    padding-bottom: 0.1rem;
}
.teamIntroCon .lefCon p{
    padding-left: 0.06rem;
    padding-right: 0.10rem;
}
.grayNull{
    height: 0.10rem;
    background-color: #e6e6e6;
    margin-top: 0.24rem;
}
.mapCon{
    display: flex;
    height: 2.48rem;
    margin-top: 0.2rem;
}
.tabCon{
    padding:0.15rem 0;
}
.tabCon button{
    padding: 0 0.3rem;
    background: #fff;
    outline: none;
    color: #91c42b;
    border: 1px solid #91c42b;
    border-radius: 0.08rem;
    height:0.32rem;
}
.tabCon .select{
    background: #91c42b;
    color: #ffffff;
}
.tabCon button:nth-child(2){
    margin-left: 0.3rem;
}
::-webkit-scrollbar{
    display: none;
}

.casebanner{
    height: auto
}
.casebanner img{
    width: 100%;
    height: auto;
}
.caseTitCon{
    display: flex;
    padding-bottom: 0.08rem;
    padding-left: 0.19rem;
    padding-right: 0.19rem;
    align-items: center;
    position: relative;
}
.caseTitCon div{
    display: flex;
    align-items: center;
    justify-content: center;
}
.caseTitCon div:first-child img{
    width: 0.22rem;
    height: auto;
    margin-right: 0.05rem;
}
.caseTitCon div:first-child span{
    color: #99c101;
    font-size: 0.20rem;
    font-weight: 600;
    margin-left: 0.02rem;
}
.caseTitCon div:nth-child(2){
    position: absolute;
    right: 0.17rem
}
.caseTitCon div:nth-child(2) span{
    color: #99c101;
    font-size: 0.15rem
}
.sinCase{
    width: 92%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    padding-bottom: 0.34rem;
    margin-top: 0.27rem;
    border-bottom: 1px solid #e2e2e2
}
.sinCase img{
    width: 100%;
    height: auto;
}
.sinCase .centerTit:nth-child(2) {
    color: #666;
    margin-top: 0.08rem;
    font-size: 0.20rem;
    text-align: center;
}
.sinCase .lefIntro:nth-child(3) {
    text-indent: 0.29rem;
}
.sinCase p:nth-child(2){
    color: #555555;
    padding-top: 0.09rem;
    font-size: 0.16rem
}

.sinCase p:nth-child(3){
    color: #949494;
    font-size: 0.14rem;
    padding-top: 0.16rem
}
.casesCon .sinCase:first-child{
    margin-top: 0.05rem
}
.casesCon .sinCase:last-child{
    border-bottom: none
}
.classList{
    display: flex;
}
.classList ul{
    display: flex;
    flex-direction: column;
    flex: 1;
    padding:0rem 0.1rem;
    margin-bottom: 0.1rem;
    box-shadow: 10px 10px 5px #fff;
    display: none;
}
.classList ul li{
    padding:0.15rem 0.15rem;
    color: #666;
    font-size: 0.14rem;
    border-bottom: 1px solid #dcdcdc;
}
.moreCaseBtn{
    animation: drop 1.5s infinite;
}
.secondList .on{
    color: rgb(248,190,0)
}

/*button跳动*/
@keyframes drop {
    0% {
        transform: scale(0.8);
    }
    50% {
        transform: scale(1);
    }
    to {
        transform: scale(0.8);
    }
}
/*案例弹出*/
.animate{
    /*animation:scal 3.5s infinite;*/
    -webkit-animation:scal 3s ease-in-out 0s 1 alternate forwards;

}
@keyframes scal{
    0% {
        transform: scale(0.5);
    }
    to {
        transform: scale(1);
    }
}
.ssybanner{
    /*display: flex;*/
}
.ssybanner img{
    width:100%;
}
.picCon{
    height: 1.9rem;
    display: flex;
}
.picCon img{
    width:85%;
    height:auto;
    margin: auto;
}
.intro{
    color: #606060;
    font-size: 0.14rem;
    text-indent: 0.28rem;
    line-height: 0.22rem;
    padding: 0 0.1rem;
}
.pad10{
    padding-top: 0.1rem;
}
.syyTit{
    color: #606060;
    font-size: 0.22rem;
    text-align: center;
    margin-top: 0.11rem;
}
.syyTit span{
    border-bottom: 1px solid #606060;
    padding-bottom: 0.12rem;
}
.advCon{
    padding: 0.1rem;
    zoom: 1;
}
.advCon:after{
    content: ".";
    clear: both;
    display: block;
    overflow: hidden;
    font-size: 0;
    height: 0;
}
.advCon div{
    float: left;
    display: flex;
    flex-direction: column;
    width:47%;
    justify-content: center;
    align-items: center;
    margin-top: 0.2rem;
}
.advCon div:nth-child(2n){
    margin-left: 6%;
}
.advCon div img{
    width:70%;
    height: auto;
}
.advCon div p:nth-child(2){
    color: #333;
    font-size: 0.16rem;
    padding-top: 0.05rem;
}
.advCon div p:nth-child(3){
    color: #606060;
    font-size: 0.14rem;
    padding-top: 0.1rem;
}
.caseArea{
    margin-top: 0.1rem;
    padding: 0.12rem 0.1rem;
    background: #f7f7f7;
}
.areaTit{
    color: #606060;
    font-size: 0.22rem;
    text-align: center;
}
.areaTit span{
    border-bottom: 1px solid #606060;
    padding-bottom: 0.1rem;
}
.areaCon{
    display: flex;
    align-items: center;
    justify-content: center;
}
.areaCon .sin:first-child{
    margin-left: 0;
}
.areaCon .sin{
    flex: 1;
    margin-left: 0.05rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 0.3rem;

}
.areaCon .sin img{
    width:100%;
    height:auto;
}
.areaCon .sin p{
    color: #606060;
    font-size: 0.14rem;
    padding-top: 0.1rem;
}

html,body{
    height: 100%;
}

.block_home_slider {
    padding: 1px;
    position: relative;
    background-color: #ffffff;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    /*behavior: url(js/PIE.htc); /!*半透明兼容*!/*/
    text-align: center;
    line-height: 0px;
    margin-right: auto;
    margin-left: auto;
}  /*底部小图标*/
.block_home_slider{
    height: 1.8rem;
}
.block_home_slider .slide {
    position:relative;
    width: 100%;
    height: 1.8rem;
}
.block_home_slider .caption {
    padding: 13px 16px 12px;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background: url(bg_caption.png);
    text-align: left;
}

.block_home_slider .caption p {
    padding-bottom: 0px;
    font-size: 11px;
    color: #dedede;
    text-shadow: 0px -1px #000000;
    line-height: 17px;
}

.block_home_slider .caption p.title {
    padding-bottom: 6px;
    font-size: 15px;
    color: #ffffff;
    font-weight: bold;
    line-height: normal;
}

.block_home_slider .flex-direction-nav a {
    width: 25px;
    height: 25px;
    margin-top: -27px;
    display: block;
    position: absolute;
    top: 50%;
    background-repeat: no-repeat;
    background-image: url(sprite_arrow_2.png);
    text-indent: -9000px;
}

.block_home_slider .flex-direction-nav a.flex-prev {
    left: 6px;
    background-position: left top;
}

.block_home_slider .flex-direction-nav a.flex-prev:hover {
    background-position: left bottom;
}

.block_home_slider .flex-direction-nav a.flex-next {
    right: 6px;
    background-position: right top;
}

.block_home_slider .flex-direction-nav a.flex-next:hover {
    background-position: right bottom;
}

.block_home_slider .flex-control-paging {
    padding-top: 15px;
    display: none;
}

.block_home_slider .flex-control-paging li {
    margin: 0px;
    padding: 0px;
    float: left;
    overflow: hidden;
    list-style-type: none;
}

.block_home_slider .flex-control-paging li a {
    width: 12px;
    height: 12px;
    display: block;
    background-repeat: no-repeat;
    /*background-image: url(sprite_nav_3.png);*/
    text-indent: -9000px;
    cursor: pointer;
}

.block_home_slider .flex-control-paging li a.flex-active {
    background-position: right top;
}

.block_home_post_feature {
    width: 300px;
}

.block_home_post_feature p {
    padding-bottom: 0px;
}

.flexslider .slides > li {
    display: none;
    -webkit-backface-visibility: hidden;
    list-style-type: none;
} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
    width: 100%;
    height: 100%;
    display: block;
}

.flex-pauseplay span {
    text-transform: capitalize;
}
.teamCon{
    text-align: center;
    font-size: 0.16rem;
    text-indent: 0.01rem;
    padding-top: 0;
}
.advCon p{
    font-size: 0.15rem;
}
.advCon{
    font-size: 0.15rem;
}
.engIntroCon p{
    justify-content: center;
    padding: 0 0.12rem;
}
.companyIntro p{
}
.titIntro{
    padding-bottom: 0.1rem;
}
.engIntroCon p:first-child{

}
.companyIntro p{
    text-indent: 0.28rem;
}


/*新家的*/

.offerCon{
    position: relative;
    height: 2.8rem;
    display: flex;
    flex-direction: column;
}
.offerCon .bgGreen{
    padding-top:0.15rem;
    height: 44%;
    background: #8dc420;
    font-size: 0.16rem;
}
.offerCon div:first-child p{
    font-size: 0.2rem;
    letter-spacing: 1px;
    color: #fff;
    text-align: center;
}
.offerCon div:first-child p:nth-child(2){
    font-size: 0.13rem;
}
.offerCon .bgWhite:nth-child(2){
    height: 56%;
    background: #fff;
}
.offerCon .abso:nth-child(3){
    padding: 0.23rem 0.18rem;
    padding-top: 0.1rem;
    height: 1.6rem;
    background: #fff;
    width: 80%;
    position: absolute;
    top:0.75rem;
    left: 10%;
    border-radius: 0.08rem;
    box-shadow: 1px 1px 1px rgba(25,186,120,0.6);
    z-index:1111;
    background: #fff;
    display: flex;
    flex-direction: column;
}
.offerCon div:nth-child(3) div:first-child{
    margin-top: 0;
}
.offerCon div:nth-child(3) div{
    /*height: 0.6rem;*/
     display: flex;
     align-items: center;
    /*margin-top: 0.1rem;*/
}
.offerCon .abso .inputCon{
    height: 0.9rem;
}
.offerCon div:nth-child(3) div img{
    width: 0.3rem;
    height: auto;
}
.offerCon div:nth-child(3) div input{
    outline: none;
    line-height: 0.9rem;
    flex: 0.9;
    margin-left: 0.1rem;
    border: none;
    height: 100%;
    border-bottom: 1px solid #bfbfbf;
}
.offerCon div:nth-child(3) .btnCon {
    display: flex;
    align-items: center;
    justify-content: center;
}
.offerCon div:nth-child(3) div button{
    width: 1.3rem;
    height: 0.47rem;
    background: #8dc420;
    color: #fff;
    font-size: 0.19rem;
    border-radius: 0.3rem;
    text-align: center;
    line-height:0.48rem;
    letter-spacing: 0.02rem;
    outline: none;
    border: none;
    position: relative;
    top: 0.35rem;
}
.footer .topCon{
    padding-top: 0.1rem;
    padding-bottom: 0.2rem;
    display: flex;
    align-items: center;
}
.footer .topCon .right{
    margin-left: 0.3rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.footer .topCon .right img{
    width: 0.88rem;
    height: auto;
}
.footer .topCon .right span{
    color: #fff7ec;
    font-size: 0.14rem;
    padding-top: 0.05rem;
}
.footer .topCon .left{
    padding-left: 0.05rem;
    display: flex;
    flex-direction: column;
}
.footer .topCon .left div{
    display: flex;
}
.footer .topCon .left .con{
    display: flex;
    align-items: center;
    margin-top: 0.06rem;
}
.footer .topCon .left .con img {
    height: 0.14rem;
    width: auto;
}
.addCon{
    padding-top: 0.25rem;
    color: #ececec;
    /*padding: 0.3rem 0.26rem;*/
    text-align: center;
    display: flex;
    align-content: center;
    justify-content: center;
    padding-bottom: 0.26rem;
}
.addCon img{
    position: relative;
    top: 0.02rem;
    height: 0.16rem;
    width:auto;
}
.addCon span{
    padding-left: 0.05rem;
}
.fixHeader{
    height: 0.53rem;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background: #474747;
}
.fixHeader img:first-child{
    width: 50%;
    height: auto;
}
.fixHeader img:nth-child(2){
    right: 0.1rem;
    width: 0.15rem;
    height: auto;
    position: absolute;
}
.caseBanner{
    width: 100%;
    position: relative;
    font-size: 0.14rem;
}
.caseBanner img{
    width:100%;
    height:auto;
}
.caseCont{
    display: flex;
    flex-direction: column;
    padding-bottom: 0.05rem;
}
.caseCont img{
    width: 100%;
    height: auto;
}
.top-10{
    position: relative;
}
.caseCont div{
    padding: 0.13rem 0.2rem;
}
.caseCont div p{
    color: #5e5e5e;
    font-size: 0.14rem;
    padding-top: 0.12rem;
}
.caseCont div p:first-child{
    padding-top: 0;
}
.caseList{
    padding: 0 0.15rem;
}
.caseList:after{
    content: ".";
    clear: both;
    display: block;
    overflow: hidden;
    font-size: 0;
    height: 0;
}
.caseList .sin{
    float: left;
    display: flex;
    flex-direction: column;
    width: 48%;
    margin-bottom: 0.2rem;
    margin-top: 16px;
}
.caseList .sin div:first-child{
    width: 100%;
    height: 1.65rem;
}
.caseList .sin:nth-child(2n-1) div:first-child{
    /*background: url("../images/sofa01.png") no-repeat center;*/
    background-size: cover;
}
.caseList .sin{
    position: relative;
}
.caseList .sin p:last-child{
    position: absolute;
    bottom:0;
    left: 0;
    width: 100%;
    font-size: 0.14rem;
    height: 0.31rem;
    background: rgba(0,0,0,0.5);
    color: #ffffff;
    padding: 0 0.03rem;
    line-height: 0.31rem;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.caseList .sin:nth-child(2n) div:first-child{
    background: url("../images/sofa02.png") no-repeat center;
    background-size: cover;
}
.caseList .sin div:nth-child(2) p{
    font-size: 0.16rem;
    color: #888888;
    padding-top: 0.1rem;
}
.caseList .sin:nth-child(2n){
    margin-left: 4%;
}
.pageList{
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 0rem;
}
.pageList button{
    width: 1rem;
    height: 0.4rem;
    background: #009944;
    text-align: center;
    color: #fff;
    font-size: 0.14rem;
    line-height: 0.35rem;
    border: none;
    border-radius: 0.07rem;
}
.pageList button:nth-child(2){
    margin-left: 0.13rem;
}
.infoCon{
    display: flex;
    flex-direction: column;
    padding: 0.35rem 0.12rem;
    padding-bottom: 0rem;
    padding-top: 0;
}
.infoCon p:first-child{
    padding-top: 0.2rem;
    padding-bottom: 0.15rem;
    border-bottom: 1px dashed #7fc15f;
    letter-spacing: 0.05rem;
    text-align: center;
    color: #7fc15f;
    font-weight: 900;
    font-size: 0.2rem;
    line-height: 0.24rem;
}
.infoCon div:nth-child(2){
    display: flex;
    position: relative;
}
.infoCon div:nth-child(2) button{
    display: flex;
    position: absolute;
    right: 0.12rem;
    width: 1.1rem;
    height: 0.4rem;
    border-radius: 0.08rem;
    background: #28a88e;
    color: #ffffff;
    font-size: 0.14rem;
    text-align: center;
    border: none;
    justify-content: center;
    outline: none;
}
.infoCon div:nth-child(2) span{
    position: relative;
    top: 0.15rem;
    font-size: 0.18rem;
    font-weight: bolder;
    color: #f94e3d;
}
.flexCon{
    display: flex;
}
.flexCon div{
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.flexCon div div{
    width: 100%;
    height: 0.8rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.flexCon div div img{
    height: 0.6rem;
    width: auto;
}
.flexCon div span{
    color: #494949;
    font-size: 0.14rem;
}
.nullCon{
    height: 0.13rem;
    background: #eeeeee;
    margin-top: 0.15rem;
}
.detailTit{
    height: 0.4rem;
    display: flex;
    align-items: center;
    padding-left: 0.15rem;
    border-bottom: 1px solid #eaeaea;
}
.detailTit span{
    line-height: 0.39rem;
    height: 100%;
    color: #494949;
    font-size: 0.16rem;
    padding: 0 0.1rem;
    /*border-bottom: 2px solid #28a88e;*/
}
.detailTit .on{
    border-bottom: 2px solid #28a88e;
}
.detailTit span:nth-child(2){
    margin-left: 0.2rem;
}
.aboutBanner{
    font-size: 0.14rem;
    width: 100%;
}
.aboutBanner img{
    width:100%;
    height:auto;

}

.aboutTit{
    border: 1px solid #ffd800;
    width: 2.0rem;
    height: 0.7rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}
.margin18{
    margin-top: 0.18rem;
}
.aboutTit p{
    display: flex;
}
.aboutTit p:first-child{
    color: #666666;
    font-size: 0.16rem;
    font-weight: bolder;
}
.aboutTit p:nth-child(2) span:nth-child(1){
    color: #ffdb11;
    font-size: 0.16rem;
}
.aboutTit p:nth-child(2) span:nth-child(2){
    color: #666666;
    font-size: 0.16rem;
    margin-left: 0.08rem;
}
.aboutCon{
    padding: 0.2rem 0.12rem;
}
.aboutCon p{
    text-indent: 0.28rem;
    color: #787878;
    font-size: 0.14rem;
    line-height: 0.26rem;
}
.detailCon{
    padding: 0rem 0.12rem;
    position: relative;
    font-size: 0.14rem;
    top: 0.25rem;
}
.detailCon img{
    width:100%;
    height: auto;
}
.culTureCon{
    background: #f6f6f6;
    padding: 0.16rem 0.2rem;
    display: flex;
    align-items: center;
    margin-top: 0.16rem;
    margin-bottom: 0.16rem;
}
.culTureCon img{
    height: 1.46rem;
    width: auto;
}
.culTureCon .right{
    padding-left: 0.2rem;
}
.culTureCon .right p:first-child {
    margin-top: 0;
}
.culTureCon .right p{
    margin-top: 0.06rem;
}
.culTit{
    color: #666666;
    font-size: 0.14rem;
}
.culIntro{
    color: #787878;
    font-size: 0.12rem;
}
.styleCon{
    padding: 0.25rem 0.2rem;
}
.styleCon .sin{
    display: flex;
    height: 0.8rem;
}
.styleCon .sin .lef{
    flex: 1.06;
    display: flex;
}
.styleCon .sin .rig{
    display: flex;
    flex: 1;
}
.styleCon .sin .rig div{
    display: flex;
    flex: 1;
    margin-left: 0.04rem;
}

.styleCon .sin:nth-child(2){
    margin-top: 0.04rem;
}
.styleCon .sin:nth-child(2) .rig div:first-child{
    margin-left: 0;
}
.styleCon .sin:nth-child(2) .lef{
    margin-left: 0.04rem;
}
.style01{
    background: url("../images/style01.png") no-repeat center;
    background-size: cover;
}
.style02{
    background: url("../images/style02.png") no-repeat center;
    background-size: cover;
}
.style03{
    background: url("../images/style03.png") no-repeat center;
    background-size: cover;
}
.style04{
    background: url("../images/style04.png") no-repeat center;
    background-size: cover;
}
.style05{
    background: url("../images/style05.png") no-repeat center;
    background-size: cover;
}
.style06{
    background: url("../images/style06.png") no-repeat center;
    background-size: cover;
}
.newBanner{
    font-size: 0.14rem;
    width: 100%;
    height: 2.2rem;
}
.newBanner img{
    width: 100%;
    height: auto;
}
.newsList{
    margin-bottom: 0.15rem;
}
.newsList .sin{
    padding:0 0.2rem;
    margin-top: 0.18rem;
    padding-bottom: 0.13rem;
    border-bottom: 0.1rem solid #e5e5e5;
}
.newsList .sin:last-child{
    border: none;
}
.newsList .sin div{
    width: 100%;
    height: 1.8rem;
}
.newsList .sin .newTitle{
    color: #232323;
    font-size: 0.14rem;
    padding-top: 0.08rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.newsList .sin .newDate{
    color: #0a0a0a;
    font-size: 0.14rem;
    padding-top: 0.05rem;
}
.newsList .sin .newContent{
    color: #7c7c7c;
    padding-top: 0.1rem;
    font-size: 0.14rem;
    text-indent: 0.28rem;
    line-height: 0.26rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.new01{
    background: url("../images/new01.png") no-repeat center;
    background-size: cover;
}
.new02{
    background: url("../images/new02.png") no-repeat center;
    background-size: cover;
}
.new03{
    background: url("../images/new03.png") no-repeat center;
    background-size: cover;
}
.newInfo{
    margin: 0 0.2rem;
    padding: 0.15rem 0.11rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /*align-items: center;*/
    border-bottom: 1px dashed #aaaaaa;
}
.newInfo p:first-child{
    color: #464545;
    font-size: 0.16rem;
    text-align: center;
    font-weight: bolder;
}
.newInfo p:nth-child(n+1){
    padding-top: 0.12rem;
    color: #5a5a5a;
    font-size: 0.14rem;
    display: flex;
    flex-direction: column;
}
.newInfo p:nth-child(3){
    padding-top: 0.02rem;
    color: #5a5a5a;
    font-size: 0.14rem;
    display: flex;
    flex-direction: column;
}

.newContent{
    font-size: 0.14rem;
}
.newInfo p:nth-child(2) span:nth-child(2){
    margin-left: 0.1rem;
}
.joinUsBanner{
   font-size: 0.14rem;
}
.joinUsBanner img{
    width: 100%;
    height: auto;
}
.joinTit{
    position: relative;
    display: flex;
    justify-content: center;
    margin: 0 0.2rem;
    padding-top: 0.16rem;
    padding-bottom: 0.1rem;
    font-size: 0.16rem;
    color: #232323;
    border-bottom: 1px solid #aaaaaa;
    letter-spacing: 1px;
}
.joinTit div{
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: -3px;
}
.joinTit div span{
    display: block;
    width: 0.4rem;
    border-bottom: 6px solid #d3a365;
}
.joinIntro{
    font-size: 0.13rem;
    padding-bottom: 0.16rem;
    color: #5a5a5a;
    padding-top: 0.1rem;
    text-align: center;
}
.joinInputCon{
    display: flex;
    flex-direction: column;
    margin: 0.18rem 0.2rem;
    margin-bottom: 0.5rem;
}
.joinInputCon .sin{
    display: flex;
}
.marginTop15{
    margin-top: 0.15rem;
}
.joinInputCon .sin input{
    flex: 1;
    height: 0.43rem;
    border: 1px solid #e5e5e5;
    padding-left: 0.16rem;
    outline: none;
}
.joinInputCon .sin select{
    flex: 1;
    height: 0.43rem;
    border: 1px solid #d4a263;
    padding-left: 0.16rem;
}
.pad{
    padding: 0.1rem 0.2rem;
}
.joinInputCon .sin select:nth-child(2){
    margin-left: 0.15rem;
    color:#5a5a5a;
    font-size: 0.14rem;
}
.joinInputCon .sin  input::-webkit-input-placeholder{
    color: #5a5a5a;
    font-size: 0.14rem;
 }
.newContent p img {
    width: 100%!important;
    height: auto!important;
}
.joinInputCon .sin textarea{
    font-family: "Microsoft YaHei",sans-serif;
    flex:1;
    height: 1rem;
    border: 1px solid #e5e5e5;
    resize: none;
    color:#5a5a5a;
    font-size: 0.14rem;
    padding:0.19rem 0.16rem;
    outline: none;
}
.applyBtn{
    width: 100%;
    height: 0.45rem;
    border-radius: 0.08rem;
    background: #ffd91c;
    color: #fff;
    font-size: 0.14rem;
    text-align: center;
    line-height: 0.42rem;
    margin-top: 0.18rem;
    outline: none;
    border: none;
}
.joinBottom{
    margin-top: 0.2rem;
    display: flex;
    background: url("../images/joinBottom.png") no-repeat center;
    background-size: cover;
    height: 1.6rem;
}
.joinBottom img{
    width: 100%;
    height: auto;
}
.float{
    position: relative;
}
.float div:first-child{
    position: absolute;
    z-index: 111111;
    left: 0;
    width:100%;
    height: 100%;
    top:0;
}

.serCon{
}
.sw-slide{
    position: relative;
}
.sw-slide p{
    letter-spacing: 1px;
    position: absolute;
    bottom: 0;
    height: 0.35rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.12rem;
    color: rgba(255, 255, 255, 0.95);
    background-color: rgba(171,170,169, 0.74);
}
.customCon{
    position: relative;
    background: #f8c300;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top-left-radius: 0.08rem;
    border-bottom-left-radius: 0.08rem;
    width: 0.48rem;
    height: 1.1rem;
    position: fixed;
    bottom: 2rem;
    right: 0;
    flex-direction: column;
    z-index:111111111;
}
.customCon a{
    z-index: 111;
    position: absolute;
    width:100%;
    height: 100%;
    left: 0;
    top: 0;
}
.customCon img{
    width: 0.2rem;
    height: auto;
    padding-bottom: 0.02rem;
}
.customCon div{
    width: 0.14rem;
    display: flex;
    font-size: 0.14rem;
    color: #fff;
    line-height: 0.16rem;
}
.courseList{
    padding: 0 0.1rem;
    margin-top: 0.25rem;
}
.courseList .sin{
    height:0.72rem;
    width:100%;
    background: #f3f3f3;
    display: flex;
    margin-top: 0.16rem;
}
.courseList .sin div:first-child{
    width:0.8rem;
    height: 100%;
    background: url("../images/titBg.png") no-repeat center;
    background-size: contain;
    font-size: 0.17rem;
    color: #fff;
    letter-spacing: 1px;
}

.courseList .sin div:first-child span {
    width: 0.6rem;
    display: block;
    margin-left: 0.05rem;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box; /** 对象作为伸缩盒子模型显示 **/
    -webkit-box-orient: vertical; /** 设置或检索伸缩盒对象的子元素的排列方式 **/
    -webkit-line-clamp: 2; /** 显示的行数 **/
    overflow: hidden;  /** 隐藏超出的内容 **/
}
/*.courseList .sin div:first-child span:first-letter{*/
    /*letter-spacing: 0.1rem;*/
/*}*/

.courseList .sin div:nth-child(2){
    flex:1;
    padding: 0.05rem 0;
    padding-left: 0.1rem;
}
.courseList .sin div:nth-child(2) p{
    color: #686868;
    font-size: 0.14rem;
    line-height: 0.22rem;
}
.qnCon{
    margin-top: 0.15rem;
    font-size: 0.14rem;
}
.qnCon div:first-child img{
    width:100%;
    height: auto;
}
.qn{
    padding: 0 0.1rem;
}
.qn .sin{
    padding-bottom: 0.12rem;
    float: left;
    width: 48%;
    border: 1px solid #e2e2e2;
    border-radius: 0.08rem;
    margin-top: 0.1rem;
}
.qn .sin:nth-child(2n){
    margin-left:4%;
}
.qn .sin div:first-child{
    background-size: cover;
    width: 0.6rem;
    height: 0.6rem;
    border-radius: 100%;
    padding-top: 0.06rem;
}
.qn .sin p{
    text-align: center;
    width: 100%;
}
.qn .sin p:nth-child(2){
    color: #92c52c;
    font-size: 0.18rem;
    font-weight: bold;
    padding-top: 0.06rem;
}
.qn .sin div:nth-child(3){
    min-height: 0.85rem;
}
.qn .sin div:nth-child(3) p{
    color: #686868;
    padding:0.06rem 0.1rem;
    font-size: 0.14rem;
    padding-bottom: 0rem;
    text-align: left;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.qn .sin button{
    color: #fff;
    background: #91c42b;
    font-size: 0.14rem;
    border-radius: 0.08rem;
    margin-top: 0.2rem;
    width: 0.8rem;
    height: 0.35rem;
    border: none;
}
.qnBot{
    width: 100%;
    height: auto;
}
.about{
    height: 129px;
    line-height: 25px;
    padding: 0.05rem 0.1rem 0.25rem;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
}
.aboutUsTxt{
    line-height: 0.25rem;
    padding: 0.18rem 0.1rem 0.25rem;
    font-size: 0.14rem;
}
.newCon{
    margin-top: 0.15rem;
    padding: 0.11rem 0.1rem 0.1rem;
    background: #f2f2f2;
}
.newCon .newTitCon{
    border-bottom: 1px solid #dedede;
    position: relative;
}
.newCon .newTitCon span:first-child{
    color: #92c52c;
    border-bottom: 3px solid #92c52c;
    height: 100%;
    padding: 0 0.08rem;
    font-size: 0.16rem;
    padding-bottom: 0.06rem;
}
.newCon .newTitCon span img{
    width: 0.25rem;
    height: auto;
    margin-right: 0.05rem;
}
.newCon .newTitCon span:nth-child(2){
    position: absolute;
    right: 0rem;
    bottom: 0rem;
    font-size: 0.14rem;
    color: #c5c5c5;
}
.newsList ul li{
    line-height: 0.3rem;
    font-size: 0.14rem;
}
.newsList ul li span:first-child{
    float: left;
    color: #696969;
    max-width:2.5rem;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.newsList ul li span:nth-child(2){
    float: right;
    color: #bebebe;
}
.newsList ul li:first-child{
    margin-top: 0.16rem;
}
.pageCon{
    margin-top: 0.25rem;
    margin-bottom: 0.17rem;
}
.pageCon button{
    width: 1.1rem;
    height: 0.45rem;
    border-radius: 0.08rem;
    background: #5eba55;
    color: #fff;
    border: none;
    outline: none;
}
.pageCon button:nth-child(2){
    margin-left: 0.5rem;
}
.turnPageCon{
    padding:0.2rem 0.2rem;
}
  .turnPageCon p{
    color:#7d7d7d;
    font-size: 0.14rem;
}
.turnPageCon p:active {
    color: #3db24a;
}
.turnPageCon p:nth-child(2){
    margin-top: 0.1rem;
}
.aboutShowMore{
    padding-top: 0.1rem;
    color: #92c52c;
    font-size: 0.16rem;
    text-align: center;
}
.inp{
    padding-top: 0.15rem;
}
.joinInputCon>input{
    height: 0.4rem;
    margin: 0.1rem 0;
    font-size: 0.16rem;
    padding-left: 0.1rem;
}
.joinInputCon>textarea{
    padding: 0.1rem;
    font-size: 0.16rem;
}