/* 轮播图开始 */
.lunbotubg {
    width: 100%;
    background-color: #ffffff;
    height: auto;
}
.lunbotu {
    width: 100%;
    margin: 0 auto;
    height: 100%;
}
.swiper {
    width: 100%;
    height: 100%;
  }
  .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
  }

  .swiper {
    margin-left: auto;
    margin-right: auto;
  }
  .swiper-pagination01 {
      display: none;
  }
/* 产品开始 */
.chanpinbg {
    width: 100%;
    background-color: #fdfdfd;
    margin-top: -60px;
    z-index: 100;
}
.chanpin {
    max-width: 1200px;
    margin: 0 auto;
    box-shadow: 0px 0px 5px #ccc;
}
.cp {
    position: relative;
}
.chanpin a span {
    display: block;
    background-color: #323232;
    line-height: 60px;
    text-align: center;
    color: #ffffff;
    font-size: 18px;
}
.swiper-pagination02 {
    display: none;
}
.chanpin i {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.01);
}
.cp:hover i {
    background: rgba(0, 0, 0, 0.1);
}
/* 主页开始 */
.zhuyebg {
    width: 100%;
    background-color: #fdfdfd;
    margin-top: 40px;
}
.zhuye {
    max-width: 1200px;
    margin: 0 auto;
    box-shadow: 0px 0px 5px #ccc;
    border-bottom: 2px solid #40bcc7;
}
.zhuye-left {
    float: left;
    width: 50%;
    padding: 25px 15px 0 30px;
}
.zl1 {
    border: 1px solid #40bcc7;
    padding: 0 10px;
}
.zl1 h2 {
    font-size: 16px;
    color: #40bcc7;
    line-height: 38px;
    float: left;
}
.zl1 a {
    float: right;
    font-size: 16px;
    color: #666666;
    line-height: 38px;
    font-weight: bold;
}
.zl2 {
    padding-top: 25px;
}
.zl2-left {
    float: left;
    width: 38%;
}
.zl2-left a img {
    width: 100%;
}
.zl2-right {
    float: right;
    width: 62%;
    padding: 0 20px 0 30px;
}
.zl2-right ul li {
    line-height: 32px;
    font-size: 12px;
    overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
}
.zl2-right ul li a {
    color: #666666;
}
.zl2-right ul li:hover a {
    color: #40bcc7;
}
.zhuye-right {
    float: right;
    width: 50%;
}
.zhuye-right ul li {
    float: left;
    width: 50%;
    padding: 25px 25px 15px 25px;
    border-left: 1px solid #e7e7e7;
}
.zhuye-right ul li h2 {
    font-size: 16px;
    color: #40bcc7;
    border: 1px solid #40bcc7;
    width: 100%;
    line-height: 38px;
    text-align: center;
}
.zhuye-right ul li a img {
    width: 100%;
    margin-top: 15px;
}
.zhuye-right ul li span {
    display: block;
    text-align: center;
    font-size: 12px;
    color: #666666;
}










.chanpinbg {
    display: none;
}
.chanpinpbg {
    display: none;
}
@media only screen and (max-width: 980px) {
    /* 产品开始 */
.chanpinbg {
    display: none;
}
.chanpinpbg {
    display: block;
    width: 100%;
    background-color: #fdfdfd;
}
.chanpinp {
    padding: 30px 0;
}
.menu ul li {
    width: 100%;
    position: relative;
    line-height: 40px;
    text-align: center;
    background-color: #656565;
    margin-bottom: 5px;
}
.menu ul li a {
    display: block;
    color: #ffffff;
    font-size: 14px;
}
.menu ul li .active{background:url(../images/on.png) right no-repeat;}
.menu ul li .inactive{background:url(../images/off.png) right no-repeat;} 
.menu ul li ul {
    background-color: #fdfdfd;
}
.menu ul li ul li{
    float: left;
    width: 46%;
    margin: 0 1% 30px 1%;
}
.menu ul li ul li a img {
    width: 100%;
}
.menu ul li ul li a span {
    display: block;
    text-align: center;
    font-size: 14px;
    color: #000000;
    background-color: #fdfdfd;
}
/* 主页开始 */
.zhuyebg {
    margin-top: 40px;
}
.zhuye-left {
    float: none;
    width: 100%;
}
.zhuye-right {
    float: none;
    width: 100%;
}
.zhuye-right ul li {
    float: none;
    width: 100%;
    padding: 0;
    border-left: 0px solid #e7e7e7;
    margin-bottom: 30px;
}
.zhuye-right ul li a img {
    width: 50%;
    margin: 15px auto 0;
}



}
