﻿.container{
    max-width: 1100px;
    padding: 0 0;
}
.headerNav .container{
    max-width: 1200px;
    padding: 0 0;
}

.tell .title p:nth-child(1) span {
       color: #7fbf2b;
    background: url(../images/tell.png) no-repeat right center;
    padding: 0 34px 0 0;
    background-size: 27px;
}



/*pc轮播图区域*/
.swiperBox{
    padding: 0;
    margin-top: 0px;
}
.swiperBox  .swiper-button-prev,
.swiperBox  .swiper-button-next{
    position: absolute;
    width: 81px;
    height: 82px;
    background: rgba(0,0,0,0.2);
    top: 50%;
    z-index: 9999;
    transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transition: all .3s;
}
.swiperBox  .swiper-button-prev:before,
.swiperBox  .swiper-button-next:before{
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 17px;
    height: 30px;
    background: #fff;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    background: url(../images/pres.png) no-repeat center;
    background-size: 100%;
}
.swiperBox  .swiper-button-next:before {
    background: url(../images/nexts.png) no-repeat center;
}
.swiperBox  .swiper-button-prev:hover,
.swiperBox  .swiper-button-next:hover{
    background: rgba(0,0,0,0.4);
}
.swiperBox .swiper-pagination span{
    width: 16px;
    height: 16px;
}
.swiperBox .swiper-pagination-bullet-active {
    background: rgba(0,0,0,0.2);
    text-align: center;
    position: relative;
}
.swiperBox .swiper-pagination-bullet-active:before{
    width: 10px;
    height: 10px;
    display: inline-block;
    text-align: center;
    background: #fff;
    opacity: 0.7;
    content: " ";
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -5px 0  0 -5px;
}





/*手机轮播图区域*/
#mobileSwiper{
    padding: 0;
    margin:0px 0 0 0;
}
#mobileSwiper .homeNav{
    background-color: rgb(216, 216, 216);
    padding: 6px 4px;
    overflow: hidden;
}
#mobileSwiper .homeNav a{
    background-size: 100%;
    border-top: 1px solid #f8f8f8;
    position: relative;
    float: left;
    height: 40px;
    padding: 15px 0;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    font-size: 0.756rem;
    color: #666666;
    text-align: center;
    box-sizing: border-box;
    background: -moz-linear-gradient(top, #fff 40%, #eaeaea,#e2e2e2 ,#d8d8d8);
    background: -webkit-linear-gradient(top, #fff 40%, #eaeaea,#e2e2e2 ,#d8d8d8);
    background: -o-linear-gradient(top, #fff 40%, #eaeaea,#e2e2e2 ,#d8d8d8);
}
#mobileSwiper  .swiper-pagination span{
    width: 12px;
    height: 12px;
}
#mobileSwiper .swiper-pagination-bullet-active {
    background: rgba(0,0,0,0.2);
    text-align: center;
    position: relative;
}
#mobileSwiper  .swiper-pagination-bullet-active:before{
    width: 8px;
    height: 8px;
    display: inline-block;
    text-align: center;
    background: #fff;
    opacity: 0.7;
    content: " ";
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -4px 0  0 -4px;
}






/*关于我们版块*/
#aboutAs{
    padding: 100px 0 100px 0;
    width: 100%;
    height: auto;
    display: block;
}
#aboutAs .aboutAsBox{
    text-align:left;
}
#aboutAs .aboutAsBox .title{
    margin: 10px 0 24px 0;
    text-align: left;
}

#aboutAs .aboutAsBox .img{
    margin: 0 0 0px 0;
    padding: 0 30px 0 0;
}
#aboutAs .aboutAsBox .img img{
    width: 100%;
}
#aboutAs .aboutAsBox p.say{
    padding: 0 60px 0 0;
    line-height: 24px;
    color: rgb(127, 127, 127);
    margin: 30px 0 40px 0;
}
#aboutAs .aboutAsBox .moreButton{
    margin: 0 0 0 0;
}













/*产品优势*/
#case{
    padding: 80px 0;
    margin: 0;
    background: url(../images/20200428141073917391.jpg) no-repeat center;
    background-size: 100% 100%;
}
#case .title p:nth-child(1) span{
   color: #7fbf2b;
}



#case ul{
    overflow: hidden;
    margin-bottom: 0px;
    display: none;
    padding: 4px 0 0 0;
}
#case ul.active{
    display: block;
}
#case ul li{
    padding: 0 3px;
    position: relative;
    overflow: hidden;
    margin-bottom: 6px;
}
#case ul li:nth-child(5),
#case ul li:nth-child(6),
#case ul li:nth-child(7),
#case ul li:nth-child(8){
    margin-bottom: 4px;
}
#case ul li a{
    display: block;
    position: relative;
    overflow: hidden;
    text-align: center;
}
#case ul li .img{
    display: inline-block;
    overflow: hidden;
    border-radius: 50%;
	    border: 3px #7fbf2b solid;
}
#case ul li img{
    display: inline-block;
}
#case ul li a>h2{
    color: #213b34;
    font-size: 17px;
    padding: 0px;
    margin: 13px 0 1px 0;
    text-align: center;
}





/*新闻区域*/
#new{
    background: #fafafa;
    padding: 60px 0;
}

#new .text{
    display: block;
    overflow: hidden;
}

#new .hot{
    display: inline-block;
    position: relative;
    padding: 0 0px 0 0;
    overflow: hidden;
}
#new .hot>a>img{
    width: 100%;
}
#new .hot .hotText{
    margin: 0px 0 0 0;
    display: block;
    overflow: hidden;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 100;
    background: rgba(0,0,0,.5);
    padding: 10px;
    box-sizing: border-box;
}

#new .hot .hotText .info{
    width: 100%;
    padding: 0;
    position: relative;
}
#new .hotText .info  h2 {
    margin: 0 0 0 0;
    font-size: 16px;
    color: #fff;
}

#new .hot .hotText .info  p {
    font-size: 12px;
    padding: 0;
    color: #fff;
}


#new .hot .hotText a{
    display: block;
    overflow: hidden;
}


#new a:hover{
    text-decoration: none;
}
#new ul{
    overflow: hidden;
    display: block;
    padding: 0 0 0 80px;
}
#new li a{
    overflow: hidden;
    width: 100%;
    height: auto;
    border-bottom: 1px #e5e5e5 dashed;
    margin: 0 0 8px 0;
    padding: 0 0 0 0;
    display: block;
}
#new ul li:nth-child(1) .info{
    height: auto;
    background: none;
    position: relative;
    padding: 10px 0 14px 110px;
}
#new ul li:nth-child(1) span {
    width: 100px;
    height: 100px;
    display: inline-block;
    position: absolute;
    top: 6px;
    left: 0;
}
#new ul li:nth-child(1) h2 {
    width: 100%;
    height: 32px;
    line-height: 32px;
    display: inline-block;
    padding: 0 0px 0 0;
    vertical-align: top;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0 0 0 0;
    font-size: 17px;
}
#new ul li:nth-child(1) p{
    margin: 0;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


#new li .info h2{
    width: 100%;
    height: 32px;
    line-height: 32px;
    display: inline-block;
    padding: 0 30px 0 0;
    vertical-align: top;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: url(../picture/newsRightIcon.png) no-repeat right center;
    background-size: 7px;
    margin: 0 0 0 0;
    font-size: 14px;
}
#new li:not(:nth-child(1)) .info p,
#new li:not(:nth-child(1)) .info span{
    display: none;
}



#new li:hover .info h2{
    color: #1546c2;
}
#new .info p{
    font-size: 14px;
    color: rgb(153, 153, 153);
    overflow: hidden;
    max-height: 38px;
    line-height: 20px;
    margin: 10px 0 0 0;
}














/*联系我们*/
.tell{
    text-align: left;
    padding: 70px 0 80px 0;
    margin-top: 0;
}

.tell .left{
    padding: 0 60px 0 0;
}
.tell .left  .say {
    overflow: hidden;
    width: 100%;
    height: auto;
    line-height: 24px;
    border-bottom: 1px #e5e5e5 dashed;
    margin: 0 0 40px 0;
    padding: 0 0 15px 0;
}
.tell .left  .allinfo{
    display: inline-block;
    float: left;
}
.tell .left  .allinfo h2{
    margin: 0 0 20px 0 ;
    font-size: 24px;
    font-weight: bold;
    color: #555555;

}
.tell .left  .infop p{
    font-size: 12px;
    color: #999;
    line-height: 12px;
    margin: 0 0 8px 0;
}
.tell .left  .wx{
    width: 120px;
    display: inline-block;
    float: right;

}
.tell .left  .wx span{
    width: 120px;
    height: 120px;
    padding: 4px;
    display: inline-block;
    border: 1px #cccccc solid;
}
.tell .left  .wx p{
    font-size: 13px;
    color: #333333;
    text-align: center;
}


.tell  .left img{
    width:100%;
}
.tell  .right p {
    padding: 0 0 0 20px;
    margin: 0 0 14px 0;
}
.tell  .right p span {
    width: 80px;
    height: 32px;
    line-height: 32px;
    display: inline-block;
    text-align: right;
    float: left;
    margin: 0 13px 0 0;
}

.tell  .right p input {
    width: 400px;
    height: 36px;
    display: inline-block;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    line-height: inherit;
    border: 1px solid #d0d0d0;
    padding-left: 7px;
}
.tell  .right p textarea {
    width: 400px;
    height: 160px;
    display: inline-block;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    line-height: inherit;
    border: 1px solid #d0d0d0;
    padding-left: 7px;
    resize:none
}
.tell  .right p span i {
    color: #ff1800;
    display: inline-block;
    width: 12px;
    margin-top: 3px;
    text-align: center;
}
.tell  .right p:last-child span{
    color:transparent;
}

.tell  .right p button {
    width: 400px;
    height: 40px;
    background: #7fbf2b;
    border: none;
    color: #fff;
    outline: none;
}





















@media screen and (max-width: 1000px){


.tell .title p:nth-child(1) span {
    color: #7fbf2b;
    background: url(../images/tell.png) no-repeat right center;
    padding: 0 21px 0 0;
    background-size: 19px;
}

    body {
        padding:  50px 0 !important;
    }
    .container {
        padding: 0 10px;
    }


    #aboutAs {
        padding: 24px 0 30px 0;
        width: 100%;
        height: auto;
        display: block;
        background:#f5f5f6;
    }
    #aboutAs .aboutAsBox .img {
        margin: 0 0 0px 0;
        padding: 0 0px 0 0;
    }
    #aboutAs .title p:nth-child(1){
        padding: 0;
    }
    #aboutAs .container{
        padding: 0 10px;
    }
    #aboutAs .aboutAsBox .title {
        margin:17px 0 6px 0;
    }
    #aboutAs .aboutAsBox>div.core {
        padding: 0 0% 0 20px;
    }
    #aboutAs .aboutAsBox>div{
        padding: 0;
    }
    #aboutAs .aboutAsBox p.say {
        margin: 0px 0 8px 0;
        padding: 0;
        font-size: 12px;
        line-height: 21px;
    }

    #case {
        margin: 0px 0 0px 0;
        padding: 10px 1px 1px 1px;
    }
    #case .title {
        margin:0 0 12px 10px;
    }
    #case .container{
        padding:  10px;
    }
    #case ul li {
        padding: 0 26px;
        margin-bottom: 4px;
    }
    #case ul li a>h2 {
        font-size: 14px;
        padding: 3px 2px;
        margin: 0 0 0px 0;
        width: 100%;


        line-height: 22px;
        overflow: hidden;
        text-overflow:ellipsis;
        white-space: nowrap;
    }














    #new {
        padding: 20px 0px;
    }
    #new ul {
        padding: 0 0 0 20px;
    }
    #new ul li:nth-child(1) h2 {
        height: 28px;
        line-height: 28px;
        font-size: 15px;
    }
    #new .info p {
        font-size: 12px;
        max-height: 28px;
        line-height: 14px;
    }
    #new li .info {
        height: 26px;
        line-height: 26px;
        padding: 0 18px 0 0;
        font-size: 13px;
    }

    .tell {
        padding: 20px 0;
    }
    .tell .title {
        margin: 0px auto 4px auto;
    }

    .tell .left {
        padding: 0;
    }
    .tell .container>.right{
        padding: 0 0 0 20px;
    }
    .tell .right p {
        padding: 0;
        margin: 0 0 3px 0;
    }
    .tell .right p span {
        height: 30px;
        line-height: 30px;
        margin: 0;
        text-align: left;
        font-size: 13px;
    }
    .tell .right p input {
        width: 100%;
        height: 34px;
        font-size: 12px;
    }
    .tell .right p textarea {
        height: 90px;
        width: 100%;
        padding: 6px;
        font-size: 12px;
    }
    .tell .right p button{
        width: 100%;

    }
    .tell .right p:last-child span{
        display: none;
    }

}

@media screen and (max-width: 800px) {
    .tell .left .allinfo h2 {
        margin: 0 0 10px 0;
        font-size: 15px;
    }
    .tell .left .allinfo {
        width: 60%;
    }
    .tell .left .infop p {
        line-height: 17px;
        margin: 0 0 2px 0;
    }
    .tell .left .wx {
        width: 80px;
    }
    .tell .left .wx span {
        width: 80px;
        height: auto;
        padding: 2px;
    }
    .tell .left .wx p {
        font-size: 12px;
    }
    .tell .left .say {
        border-bottom: 1px #e5e5e5 dashed;
        margin: 0 0 20px 0;
    }
    .tell .container>.right{
        border-top: 1px #e5e5e5 dashed;
        margin: 10px 0 0px 0;
        padding: 10px 0 0 20px ;
    }


}

@media screen and (max-width: 768px) {
    #new ul,
    #aboutAs .aboutAsBox>div.core {
        padding: 0 0% 0 0px;
    }
    .tell .container>.right{
        padding: 10px 0% 0 0px;
    }

}



@media screen and (max-width: 400px){
    .tell .right p button,
    .tell .right p textarea,
    .tell .right p input {
        width: 100%;
    }


}













