/*index*/
.bannerBody{
    position: relative;
    max-height: 100%;
}
.bannerBody .bannerBg{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 60%;
    background-color: #3a3a3a;
}
.bannerBody .swiper-container{
    max-width: 1740px;
    height: 600px;
    margin: 0 auto;
}
.bannerBody .arrow-left {
    background: url('../images/arrows.png') no-repeat left top;
    position: absolute;
    left:20px;
    top: 50%;
    margin-top: -15px;
    width: 17px;
    height: 30px;
}
.bannerBody .arrow-right {
    background: url('../images/arrows.png') no-repeat left bottom;
    position: absolute;
    right:20px;
    top: 50%;
    margin-top: -15px;
    width: 17px;
    height: 30px;
}
.bannerBody .laryWidth{
    font-size: 14px;
    color: #999999;
}
.bannerBody .swiper-slide{
    height: 630px;
}
.bannerBody .laryWidth .allLay{
    padding-left:35%;
    padding-top: 100px;
}
.bannerBody .laryWidth .allLay2{padding-left:15%;padding-top: 100px;}

.bannerBody .laryWidth .allLay p{ line-height: 26px;word-break: break-word;}
.bannerBody .laryWidth h6{ font-size: 37px; font-weight: normal; color: #0a0a0a;}
.bannerBody .laryWidth h6 strong{ font-size:48px; font-weight: normal;}
.bannerBody .laryWidth h5{ position:relative; font-size:55px; font-weight: normal; color: #15b265; padding: 15px 0 20px;}
.bannerBody .laryWidth h5:before{
    content: '';
    position: absolute;
    left: 10px;
    top: 90px;
    height:3px;
    width: 100px;
    background-color: #15b265;
}
.bannerBody .laryWidth .allLay3{padding-left:15%;padding-top:60px;}
.bannerBody .laryWidth .allLay3 h6{ font-size:45px; font-weight:normal; color: #ffffff; line-height: 60px;}
.bannerBody .laryWidth .allLay3 h4{font-size:45px;  color: #15b265; padding: 15px 0; font-weight:bold;}

.bannerBody .laryWidth h5 strong{ font-size:60px; font-weight: bold;}

.comModule{
    position: relative;
    width: 100%;
    padding: 46px 0 56px;
}
.comModule .leftBg{
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background: url("../images/indexBg1.png") no-repeat left top;
}
.comModule .leftFontBg{
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background: url("../images/indexBg3.png") no-repeat left top;
}
.comModule .rightBg{
    position: absolute;
    right: 0;
    bottom: 0;
    width: 50%;
    height: 100%;
    background: url("../images/indexBg2.png") no-repeat right bottom;
}
.comModule .laryWidth{
    position: relative;
    z-index: 66;
}
.comModule .comModuleTitle{
    position: relative;
    font-size: 34px;
    text-align: center;
    font-weight: bold;
}
.comModule .comModuleTitle:before{
    content: '';
    position: absolute;
    left: 50%;
    top: 50px;
    margin-left: -30px;
    width: 60px;
    height: 2px;
    background-color: #15b265;
}
.comModule .tipsTitle{
    font-size: 20px;
    color: #999999;
    text-align: center;
    margin-top: 30px;
}
.comModule .moduleList{
    margin-top: 60px;
}
.comModule .moduleList li{
    float: left;
    width: 25%;
}
.comModule .moduleList li:first-child .module{
    border-left: 0;
}
.comModule .moduleList li .module{
    border-left: 1px solid #ddd;
    font-size: 14px;
    color: #666666;
    text-align: center;
    line-height: 24px;
    padding: 0 9%;
}
.comModule .moduleList li .module h5{
    font-size: 20px;
    color: #333333;
    font-weight: bold;
    margin-top: 30px;
}
.comModule .moduleList li .module .softIcon img{
    height: 30px;
}
.comModule .moduleList li .module .info{
    margin: 20px 0;
    height: 140px;
    overflow: hidden;
}
.comModule .moduleList li .module .more{
    display: block;
    width: 60%;
    line-height: 36px;
    margin: 0 auto;
    font-size: 14px;
    color: #999999;
    background-color: #f1f2f7;
    transition: all .25s;
}
.comModule .moduleList li .module .more:hover{
    background-color: #15b265;
    color: #ffffff;
}
.comModule .moduleLists{
    position: relative;
    z-index: 66;
    margin-top: 70px;
}
.comModule .moduleLists li{
    float: left;
    width: 33.3%;
}
.comModule .moduleLists li .module{
    position: relative;
    padding-right: 20px;
}
.comModule .moduleLists li .superiorityIcon{
    position: absolute;
    left: 10px;
    top: 0;
    display: block;
    width: 65px;
    height: 65px;
    line-height: 65px;
    background-color: #1bb76b;
    color: #ffffff;
    text-align: center;
    transform:rotate(45deg);
}
.comModule .moduleLists li .superiorityIcon i{
    display: block;
    font-size: 40px;
    transform:rotate(-45deg);
}
.comModule .moduleLists li .superiorityInfo{
    padding-left: 105px;
    height: 180px;
    overflow: hidden;
}
.comModule .moduleLists li .superiorityInfo h5{
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 12px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.comModule .moduleLists li .superiorityInfo p{
    font-size: 14px;
    color: #666666;
    line-height: 24px;
}
.comModule .laryWidths{
    margin-top: 100px;
}
.comModule .laryWidths .seeMore{
    position: relative;
    z-index: 66;
    display: block;
    margin: 0 auto;
    font-size: 14px;
    color: #1db36a;
    width: 140px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #1db36a;
    text-align: center;
    transition: all .25s;
}
.comModule .laryWidths .seeMore:hover{
    background-color: #1db36a;
    color: #ffffff;
}
.comModuleBg{
    background: url("../images/indexBg4.png") no-repeat;
    background-size: cover;
    text-align: center;
}
.comModuleBg h3{
    padding-top: 36px;
    position: relative;
    font-size: 80px;
    line-height: 80px;
    color: #47bc7f;
    font-weight: bold;
}
.comModuleBg h3 span{
    position: absolute;
    top: 36px;
    left: 0;
    display: block;
    width: 100%;
    color: #ffffff;
    font-size: 34px;
}
.comModuleBg h3 span:before{
    content: '';
    position: absolute;
    left: 50%;
    top: 80px;
    margin-left: -40px;
    width: 80px;
    height: 2px;
    background-color: #ffffff;
}
.comModuleBg .aboutInfo{
    padding: 20px 80px;
    color: #ffffff;
    font-size: 14px;
    line-height: 22px;
}
.comModuleBg .seeMore{
    display: block;
    margin: 0 auto;
    font-size: 14px;
    color: #1db36a;
    width: 140px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #1db36a;
    background-color: #c6e5da;
    text-align: center;
    transition: all .25s;
}
.comModuleBg .seeMore:hover{
    background-color: #ffffff;
    color:#1db36a;
}
.comModuleBg .indexAboutImg{
    position: relative;
    margin-top: 46px;
    z-index: 11;
}
.comModuleBg .indexAboutImg img{
    float: left;
    margin-bottom: -80px;
    width: 32%;
    margin-left: 2%;
}
.comModuleBg .indexAboutImg img:first-child{
    margin-left: 0;
}
.comModuleDownBg{
    background: url("../images/indexBg5.png") no-repeat;
    background-size: cover;
    padding: 40px 0 45px;
}
.comModuleDownBg h3{
    position: relative;
    color: #ffffff;
    font-size: 34px;
    font-weight: bold;
    text-align: center;
}
.comModuleDownBg h3:before{
    content: '';
    position: absolute;
    left: 50%;
    top: 50px;
    margin-left: -40px;
    width: 80px;
    height: 2px;
    background-color: #ffffff;
}
.comModuleDownBg .downInfo{
    padding-top: 40px;
    margin-bottom: 20px;
}
.comModuleDownBg .downInfo .downImg{
    float: left;
    margin-right: 30px;
    margin-top: 30px;
}
.comModuleDownBg .downInfo .rightinfo{
    float: left;
    color: #ffffff;
    font-size: 16px;
}
.comModuleDownBg .downInfo .rightinfo h5{
    font-size: 18px;
    margin-top: 15px;
    font-weight: bold;
}
.comModuleDownBg .downInfo .rightinfo h5 span{
    position: relative;
    z-index: 4;
}
.comModuleDownBg .downInfo .rightinfo h5 span:before{
    content: '';
    position: absolute;
    left: 0; bottom: 0;
    width: 100%;
    height: 4px;
    background-color: #1e9b5f;
    z-index: -4;
}
.comModuleDownBg .downInfo .rightinfo .infoList{
    line-height: 28px;
    padding: 10px 0;
}
.comModuleDownBg .downInfo .downBtn{
    display: block;
    width: 112px;
    height: 36px;
    line-height: 36px;
    background-color: #1e9b5f;
    text-align: center;
    color: #ffffff;
    transition: all .25s;
}
.comModuleDownBg .downInfo .downBtn:hover{
    color: #ffffff;
    background-color:#006634;
}

.comModuleDownBg .seeMore{
	margin-top: 20px;
    position: relative;
    z-index: 66;
    display: block;
    margin: 0 auto;
    font-size: 14px;
    color: #1db36a;
    width: 140px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #1db36a;
    text-align: center;
    transition: all .25s;
}
.comModuleDownBg .seeMore:hover{
    background-color: #1db36a;
    color: #ffffff;
}
.newNav{
    text-align: center;
    margin-top: 60px;
}
.newNav span{
    font-size: 18px;
    color: #333333;
    display: inline-block;
    width: 150px;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    transition: all .25s;
}
.newNav span.on,.newNav span:hover{
    background-color: #1e9b5f;
    color: #ffffff;
}
.newList{
    margin-top: 10px;
}
.newList li{
    float: left;
    width: 100%;
    margin-top: 20px;
    cursor: pointer;
    color: #666666;
    background-color: #f6f6f6;
    transition: all .25s;
}
.newList li .newInfo{
    padding: 20px;
    position: relative;
}

.newList li .newInfo .rightInfo{
    font-size: 14px;
    line-height: 20px;
    height: 165px;
    padding-left: 10px;
}
.newList li .newInfo .rightInfo h5{
    padding: 8px 0;
    font-size: 16px;
    font-weight: bold;
    color: #333333;
}
.newList li .newInfo .rightInfo .detInfo{
    margin-top: 15px;
    height: 40px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.newList li .newInfo .rightInfo .seeMore{
    display: block;
    width: 106px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    background-color: #bebebe;
    color: #ffffff;
    margin-top: 15px;
}
.newList li:hover{
    background-color: #1bb76b;
    color: #ffffff;
}
.newList li:hover .newInfo .rightInfo h5{
    color: #ffffff;
}
.newList li:hover .newInfo .rightInfo .seeMore{
    background-color: #d1f1e1;
    color: #1bb76b;
}

.productList{
    margin-top: 10px;
}
.productList li{
    float: left;
    width: 49%;
    margin-top: 20px;
    cursor: pointer;
    color: #666666;
    background-color: #f6f6f6;
    transition: all .25s;
}
.productList li:nth-of-type(even){
    float: right;
}
.productList li .newInfo{
    padding: 20px;
    position: relative;
}
.productList li .newInfo .newImg{
    position: absolute;
    left: 20px;
    top: 20px;
    width: 220px;
    height: 165px;
}
.productList li .newInfo .rightInfo{
    font-size: 14px;
    line-height: 20px;
    height: 165px;
    padding-left: 240px;
}
.productList li .newInfo .rightInfo h5{
    padding: 8px 0;
    font-size: 16px;
    font-weight: bold;
    color: #333333;
}
.productList li .newInfo .rightInfo .detInfo{
    margin-top: 15px;
    height: 40px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.productList li .newInfo .rightInfo .seeMore{
    display: block;
    width: 106px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    background-color: #bebebe;
    color: #ffffff;
    margin-top: 15px;
}
.productList li:hover{
    background-color: #1bb76b;
    color: #ffffff;
}
.productList li:hover .newInfo .rightInfo h5{
    color: #ffffff;
}
.productList li:hover .newInfo .rightInfo .seeMore{
    background-color: #d1f1e1;
    color: #1bb76b;
}


.indexNewsSeeMore{
    position: relative;
    z-index: 66;
    display: block;
    margin: 0 auto;
    font-size: 14px;
    color: #1db36a;
    width: 140px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #1db36a;
    text-align: center;
    transition: all .25s;
    margin-top:30px;
    border: 1px solid #1db36a;
}
.indexNewsSeeMore:hover{
    background-color: #1db36a;
    color: #ffffff;
}


@media (max-width:1200px){
    .bannerBody .laryWidth .allLay{ padding-left: 30%;}
    .bannerBody .laryWidth h6{ font-size: 30px;}
    .bannerBody .laryWidth h6 strong{ font-size: 26px;}
    .bannerBody .laryWidth h5{ font-size: 50px;}
    .bannerBody .laryWidth h5:before{ top: 80px;}
    .bannerBody .laryWidth h5 strong{ font-size: 56px;}
    .comModuleDownBg .downInfo .downImg{ width: 50%;}
    .bannerBody .swiper-slide{ height: 560px;}
}
@media (max-width:980px){
    .comModule .leftBg,.comModule .rightBg,.comModule .leftFontBg{ display: none;}
    .comModuleDownBg .downInfo .downImg{ float: none; margin: 0 auto; display: block;}
    .comModuleDownBg .downInfo .rightinfo{ float: none; padding: 20px 26px 0;}
    .comModuleDownBg .downInfo .rightinfo .downList{ float: left; font-size: 12px;}
    .comModuleDownBg .downInfo .rightinfo .downList:first-child{ width: 60%;}
    .bannerBody .swiper-slide{ height: 500px;}
    .bannerBody .laryWidth .allLay{ padding: 10% 10% 0;}
    .bannerBody .laryWidth .allLay2{ padding: 10% 10% 0;}
    .bannerBody .laryWidth h6{ font-size: 20px;}
    .bannerBody .laryWidth h6 strong{ font-size: 26px;}
    .bannerBody .laryWidth h5{ font-size: 30px;}
    .bannerBody .laryWidth h5:before{ top: 60px;}
    .bannerBody .laryWidth h5 strong{ font-size: 36px;}
    .comModule .moduleLists li{ width: 50%}
    .comModule .moduleLists li .module .superiorityInfo{ height: 160px;}
    .newList{ width:100%; margin: 0 auto;}
    .newList li{ float: none !important; width: 100%;}
    .productList{ width:100%; margin: 0 auto;}
    .productList li{ float: none !important; width: 100%;}
    .bannerBody .swiper-container{ height: 500px;}
}

@media (max-width:680px){
	.comModuleBg h3 {font-size: 66px;}
	.newNav span {width: 120px;}
    .comModule .moduleList li{ width: 50%;}
    .comModule .moduleList li .module .more{ display: none;}
    .bannerBody .laryWidth h6{ font-size: 14px;}
    .bannerBody .laryWidth h6 strong{ font-size: 18px;}
    .bannerBody .laryWidth h5{ font-size: 22px;}
    .bannerBody .laryWidth h5:before{ top: 50px; width: 60px;}
    .bannerBody .laryWidth h5 strong{ font-size:18px;}
    .comModuleBg .indexAboutImg img{ margin-bottom: -40px;}
    .comModule .moduleLists li .superiorityIcon{ width: 45px; height: 45px; line-height: 45px;}
    .comModule .moduleLists li .superiorityIcon i{ font-size: 30px;}
    .comModule .moduleLists li .module .superiorityInfo{ margin-bottom: 10px; padding-left: 80px;}
    .comModuleDownBg .downInfo .rightinfo .downList { width: 100% !important;}
    .bannerBody .swiper-container{ height: 400px;}
}

@media (max-width:560px){
    .newList li .newInfo .newImg{ position: static; margin: 0 auto; display: block;}
    .newList li .newInfo .rightInfo{ padding-left: 0; text-align: center;}
    .newList li .newInfo .rightInfo .detInfo{line-height:22px; margin: 10px 0;}
    .newList li .newInfo .rightInfo .seeMore{ margin: 0 auto;}

    .productList li .newInfo .newImg{ position: static; margin: 0 auto; display: block;}
    .productList li .newInfo .rightInfo{ padding-left: 0; text-align: center;}
    .productList li .newInfo .rightInfo .detInfo{line-height:22px; margin: 10px 0;}
    .productList li .newInfo .rightInfo .seeMore{ margin: 0 auto;}

    .comModule .moduleLists li .module .superiorityInfo{ height: 180px;}
    
    .bannerBody .laryWidth .allLay3{padding-left:10%;padding-top:20px;}
	.bannerBody .laryWidth .allLay3 h6{ font-size:24px; font-weight:normal; color: #ffffff; line-height:30px;}
	.bannerBody .laryWidth .allLay3 h4{font-size:24px;  color: #15b265; padding:10px 0; font-weight:bold;}
}
@media (max-width:480px){
    .comModule .laryWidths{ margin-top: 60px;}
    .comModuleBg .aboutInfo{ padding:20px;}
    .comModule .moduleLists li .superiorityIcon{ width: 36px; height: 36px; line-height: 36px;}
    .comModule .moduleLists li .superiorityIcon i{ font-size: 28px;}
    .comModule .moduleLists li .module .superiorityInfo{ margin-bottom: 10px; padding-left: 65px; height: 200px;}
    .bannerBody .swiper-container{ height: 300px;}
    .comModule .moduleLists li .superiorityInfo h5{ font-size: 16px;}
}



