.banner{
    margin-top: 82px;
}
.banner .carousel-inner > .item > .sjbanner{
    display: none;
}
.banner h3{
    color: #009a44;
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 30px;
}
.banner h3 img{
    margin-right: 15px;
    transform: translateY(-3px);
}
.banner p{
    color: #525252;
    font-size: 24px;
    font-weight: bold;
    padding-left: 54px;
}
.banner p img{
    margin-left: 15px;
    transform: translateY(-3px);
}

.title{
    text-align: center;
    margin-bottom: 30px;
}
.title h3{
    font-weight: bold;
    font-size: 28px;
    color: #525252;
}
.title p{
    font-size: 16px;
    color: #525252;
    margin-top: 16px;
}



.principle{
    margin-top: 75px;
    margin-bottom: 70px;
}
.principle .list{
    float: left;
    width: 270px;
    margin-right: 20px;
}
.principle .list .pic{
    overflow: hidden;
}
.principle .list .pic img{
    transition: 0.3s;
}
.principle .list .pic img:hover{
    transform: scale(1.1,1.1);
}
.principle .list:last-child{
    margin-right: 0;
}
.principle .list .text{
    background: #fbfbfb;
    padding: 8px 16px 0 16px;
    height: 65px;
    transition: 0.3s;
}
.principle .list p{
    line-height: 22px;
    transition: 0.3s;
}

.principle .list:hover .text{
    background: #009840;
}
.principle .list:hover .text p{
    color: #fff;
}

.choice{
    background: url("../images/bg-1_48.jpg") no-repeat;
    background-size: cover;
    padding-top: 70px;
    padding-bottom: 60px;
}
.choice ul{
    margin-top: 20px;
    float: left;
}
.choice li{
    float: left;
    width: 190px;
    text-align: center;
    padding: 0 18px;
    margin-right: 47px;
}
.choice li:last-child{
    margin-right: 0;
}
.choice li .pic{
    width: 116px;
    height: 116px;
    background: #fff;
    border-radius: 100%;
    position: relative;
    margin: 0 auto;
}
.choice li .pic:hover{
    background: #009840;
}
.choice li .pic img{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    transition: 0.3s;
}
.choice li .pic .icon2{
    opacity: 0;
}
.choice li .pic:hover .icon2{
    opacity: 1;
}
.choice li .pic:hover .icon1{
    opacity: 0;
}
.choice li h3{
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 12px;
    margin-top: 24px;
}
.choice li p{
    line-height: 24px;
}


.equipment{
    float: left;
    width: 100%;
}
.equipment .title p{
    margin-top: 50px;
}
.equipment .title a{
    width: 118px;
    height: 32px;
    line-height: 32px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    border-radius: 15px;
    background: #009840;
    display: inline-block;
    margin-top: 44px;
}

.equipment .top{
    float: left;
    width: 100%;
    background: #f7f7f7;
    padding-top: 60px;
}
.equipment li{
    float: left;
    width: 33%;
    height: 390px;
    position: relative;
}
.equipment li:nth-child(2) img{
    left: 50%;
    transform: translateX(-50%);
}
.equipment li:nth-child(3) img{
    left: auto;
    right: 0;
}
.equipment li img{
    position: absolute;
    bottom: 0;
    left: 0;
}

.equipment .pic{
    float: left;
    width: 570px;
}
.equipment .text{
    float: left;
    width: 530px;
    margin-left: 40px;
}

.equipment .text span{
    color: #009840;
    font-weight: bold;
    float: left;
}
.equipment .text .content{
    float: left;
    width: 488px;
}

.equipment .text p{
    line-height: 24px;
    margin-bottom: 8px;
}

.equipment .text a{
    margin-top: 25px;
    display: block;
    color: #ff9300;
}

.equipment .text a img{
    margin-left: 10px;
    transform: translateY(-1px);
}
.equipment .bot{
    margin-top: 80px;
    float: left;
    width: 100%;
    margin-bottom: 70px;
}
.advantage{
    float: left;
    width: 100%;
    background: #ebf5fa;
    padding-top: 50px;
    padding-bottom: 20px;
}
.advantage .title{
    margin-bottom: 90px;
}
.advantage .item{
    text-align: center;
    position: relative;
}
.advantage .item .dian{
    width: 15px;
    height: 15px;
    background: #d5d9db;
    border-radius: 100%;
    position: relative;
    margin: 0 auto;
    display: inline-block;
}
.advantage .item .xian{
    margin-bottom: 5px;
}
.advantage .item .xian span{
    width: 1px;
    height: 20px;
    background: #bfbfbf;
    display: inline-block;
}
.advantage .item .dian::before{
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 7px;
    height: 7px;
    border-radius: 100%;
    background: #bfbfbf;
}
.advantage .item .pic{
    width: 80px;
    height: 80px;
    background: #ececec;
    border-radius: 100%;
    position: relative;
    transition: 0.3s;
    margin: 0 auto;
}
.advantage .item .pic img{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    transition: 0.3s;
}
.advantage .item .pic:hover{
    background: #099b47;
}
.advantage .item .pic .icon2{
    opacity: 0;
}
.advantage .item .pic:hover .icon2{
    opacity: 1;
}
.advantage .item .pic:hover .icon1{
    opacity: 0;
}
.advantage .item h3{
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 22px;
}
.advantage .item::before{
    content: '';
    position: absolute;
    top: 51px;
    width: 100%;
    height: 1px;
    background: #e9e9e9;
}


.appreciate{
    background: #f1f1f1;
    padding-top: 85px;
    float: left;
    width: 100%;
}
.appreciate .menuone{
    text-align: center;
    margin-bottom: 40px;
}
.appreciate .menuone li{
    display: inline-block;
    padding: 9px 16px;
    background: #f1f1f1;
    border-radius: 18px;
    color: #6b6b6b;
    margin-right: 30px;
    cursor: pointer;
    transition: 0.3s;
}
.appreciate .menuone li.active{
    background: #009840;
    color: #fff;
}
.appreciate .menuone li:last-child{
    margin-right: 0;
}
.appreciate .menutwo{
    display: none;
}
.appreciate .menutwo .list{
    float: left;
    width: 360px;
    margin-right: 30px;
    margin-bottom: 25px;
}
.appreciate .menutwo .list:nth-child(3n){
    margin-right: 0;
}
.appreciate .menutwo .list h3 a{
    font-weight: bold;
    font-size: 16px;
    color: #727272;
}
.appreciate .menutwo .list h3 p{
    font-size: 14px;
    color: #727272;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.appreciate .menutwo .list .pic{
    overflow: hidden;
}

.appreciate .menutwo .list .pic img{
    transition: 0.3s;
}
.appreciate .menutwo .list .pic img:hover{
    transform: scale(1.1,1.1);
}
.appreciate .list h3{
    margin-bottom: 5px;
    font-size: 16px;
    margin-top: 14px;
}
.appreciate .more{
    text-align: center;
    margin-top: 50px;
    float: left;
    width: 100%;
    margin-bottom: 40px;
}
.appreciate .more a{
    width: 137px;
    height: 38px;
    text-align: center;
    line-height: 38px;
    border: 1px solid #009840;
    border-radius: 18px;
    display: inline-block;
    color: #009840;
    font-size: 16px;
    transition: 0.3s;
}
.appreciate .more a:hover{
    background: #009840;
    color: #fff;
}


.offer{
    float: left;
    width: 100%;
    margin-bottom: 50px;
    margin-top: 70px;
}
.offer .text{
    margin-bottom: 25px;
    margin-top: 20px;
    float: left;
    width: 100%;
}
.offer .text h3{
    color: #009840;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}

.offer .text p{
    color: #727272;
    line-height: 26px;
}
.offer .list{
    float: left;
    
     width: 100%;
    /* margin-bottom: 24px; */
}
.offer .list h3{
    color: #ff9300;
    font-size: 16px;
    margin-bottom: 15px;
}

.offer .list .sleft{
    float: left;
    width: 165px;
    display: inline-block;
    color: #727272;
}
.offer .sright{
    float: left;
    width:85%;
}
.offer .sright .el-form-item {
    float: left;
    margin-right: 15px;
    margin-bottom: 5px;
}
.offer .sright .el-form-item__content {
    line-height: 1.42857143;
}
.offer .sright .el-radio+.el-radio{
    margin-left: 0px;
}

.offer .anzhuang .sright{
    margin-left: 165px;
}
.offer .list label{
    float: left;
    width: 280px;
    color: #727272;
    font-weight: normal;
}
.offer .list input{
    width: 15px;
    height: 15px;
    float: left;
    transform: translateY(2px);
    margin-right: 10px;
    margin-top: 0;
}

.offer .diqu .pos{
    margin-top: 10px;
    margin-bottom: 15px;
}
.offer .diqu .pos span{
    line-height: 35px;
}
.offer .diqu .pos input{
    width: 224px;
    height: 35px;
    border: 1px solid #009840;
    padding-left: 10px;
}
.offer .diqu label{
    width: 120px;
}



.offer .upload h3{
    float: left;
    width: 165px;
    line-height: 50px;
}
.offer .upload img{
    float: left;
    cursor: pointer;
}

.offer button{
    width: 140px;
    height: 40px;
    background: #099b47;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    color: #fff;
    margin-left: 165px;
}
.offer .el-form-item__error{
    left:100%;
    top:0;
    width:72px;
}
.offer .sright .el-upload__input {
    display: none !important;
}
.offer .upload .el-upload--picture-card {
    width: 108px;
    height: 108px;
    line-height: 106px;
    margin-bottom: 24px;
}
.offer .el-upload--picture-card i {
    font-size: 36px;
    color: #8c939d;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.about{
    float: left;
    width: 100%;
    background: #f2f2f2;
    padding-top: 90px;
    padding-bottom: 65px;
    position: relative;
}
.about .left{
    float: left;
    width: 50%;
    padding-right: 50px;
}
.about h3{
    font-size: 24px;
    font-weight: bold;
    color: #525252;
    margin-bottom: 28px;
}
.about p{
    line-height: 24px;
    margin-bottom: 24px;
}
.about a{
    display: block;
    color: #ff9300;
}
.about a img{
    margin-left: 10px;
    transform: translateY(-1px);
}
.about .pic{
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
}

.about .pic img{
    height: 100%;
}


.photovoltaic .title{
    margin-bottom: 60px;
}
.why {
    margin-top: 75px;
    margin-bottom: 70px;
}
.photovoltaicTwo .title{
    margin-bottom: 45px;
}
.photovoltaicTwo .list {
    float: left;
    width: 100%;
    position: relative;
    margin-bottom: 32px;
}

.photovoltaicTwo .list .text {
    width: 55%;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #f5f5f5;
    padding: 28px 38px 53px 55px;
    z-index: 99;
}

.photovoltaicTwo .list .pic {
    width: 66%;
    overflow: hidden;
}

.photovoltaicTwo .list .pic img {
    width: 100%;
    transition: 0.3s;
}
.photovoltaicTwo .list .pic img:hover{
    transform: scale(1.1,1.1);
}
.photovoltaicTwo .list .text h3 {
    font-weight: bold;;
    font-size: 20px;
    color: #000000;
    line-height: 28px;
    margin-bottom: 10px;
}

.photovoltaicTwo .list .text p {
    font-size: 16px;
    color: #676767;
    line-height: 30px;
}

.photovoltaicTwo .list ul {
    margin-bottom: 0;
}

.photovoltaicTwo .list li {
    font-size: 16px;
    color: #676767;
    line-height: 30px;
    float: left;
    width: 100%;
    text-align: left;
}

.photovoltaicTwo .listTwo .pic {
    float: right;
}

.photovoltaicTwo .listTwo .text {
    left: 0;
}

.photovoltaicTwo .listTwo .text h3 {
    margin-bottom: 18px;
}

.photovoltaicTwo .listTwo .text p {
    margin-bottom: 18px;
}

.photovoltaicTwo .list:last-child {
    margin-bottom: 0;
}


.jieshao {
    margin-top: 75px;
    margin-bottom: 70px;
}

.photovoltaicThree .list{
    margin-bottom: 40px;
    float: left;
    width: 100%;
}
.photovoltaicThree .logo{
    float: left;
    width: 345px;
    height: 165px;
    border: 2px solid #f7f7f7;
    position: relative;
    overflow: hidden;
}
.photovoltaicThree .logo img{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    transition: 0.3s;
}
.photovoltaicThree .logo img:hover{
    transform: translate(-50%,-50%) scale(1.1,1.1);
}
.photovoltaicThree .right{
    float: left;
    width: 745px;
    margin-left: 50px;
}
.photovoltaicThree .right h3{
    font-weight: bold;
    color: #000000;
    font-size: 24px;
    margin-bottom: 22px;
}
.photovoltaicThree .right p{
    line-height: 24px;
    margin-bottom: 25px;
    font-size: 16px;
}
.photovoltaicThree .right .pic{
    float: left;
    width: 100%;
    margin-top: 7px;
}
.photovoltaicThree .right .pic .item{
    float: left;
    width: 352px;
    margin-right: 40px;
    overflow: hidden;
}
.photovoltaicThree .right .pic .item img{
    transition: 0.3s;
}
.photovoltaicThree .right .pic .item img:hover{
    transform: scale(1.1,1.1);
}
.photovoltaicThree .right .pic .item:last-child{
    margin-right: 0;
}
.photovoltaicThree li{
    float: left;
    margin-right: 10px;
    width: 220px;
}
.photovoltaicThree li:last-child{
    margin-right: 0;
}
.photovoltaicThree li .pic{
    overflow: hidden;
}
.photovoltaicThree li .pic img{
    transition: 0.3s;
}
.photovoltaicThree li .pic img:hover{
    transform: scale(1.1,1.1);
}
.photovoltaicThree li p{
    text-align: center;
    font-size: 16px;
    margin-top: 20px;
}
.photovoltaicThree .title{
    margin-bottom: 60px;
}

.jiemi{
    margin-top: 75px;
    margin-bottom: 70px;
}

.photovoltaicFour ul{
    float: left;
    margin-bottom: 42px;
}
.photovoltaicFour li{
    float: left;
    width: 195px;
    margin-right: 41px;
    text-align: center ;
}
.photovoltaicFour li:last-child{
    margin-right: 0;
}
.photovoltaicFour li p{
    color: #313030;
    font-size: 16px;
    font-weight: bold;
    margin-top: 15px;
}
.photovoltaicFour li .pic{
    overflow: hidden;
}
.photovoltaicFour li .pic img{
    transition: 0.3s;
}
.photovoltaicFour li .pic img:hover{
    transform: scale(1.1,1.1);
}
.photovoltaicFour .list{
    float: left;
    width: 100%;
    border-bottom: 1px solid #b6b6b6;
    padding-bottom: 18px;
    margin-bottom: 22px;
}
.photovoltaicFour .list:last-child{
    border-bottom: none;
}
.photovoltaicFour .list h3{
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 8px;
}
.photovoltaicFour .list p{
    line-height: 32px;
}




.youshi .advantage{
    background: #fff;
    padding-top: 70px;
}

.advantage .list{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50px;
    background: #f5f5f5;
}

.advantage .list .pic{
    width: 65%;
    overflow: hidden;
}
.advantage .list .pic img{
    transition: 0.3s;
}
.advantage .list .pic:hover img{
    transform: scale(1.1,1.1);
}
.advantage .list .text{
    width: 35%;
    display: flex;
    flex-flow: column;
    padding: 0 60px;
}
.advantage .list .text h4{
    color: #525252;
    font-size: 20px;
    margin-bottom: 28px;
}

.advantage .list .text p{
    display: flex;
    color: #7e7e7e;
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 12px;
}
.advantage .list .text p:last-child{
    margin-bottom: 0;
}

.advantage .mid{
    margin-top: 130px;
}
.advantage .mid ul{
    display: flex;
    justify-content: space-between;
    flex-flow: wrap;
}
.advantage .mid ul li{
    display: flex;
    flex-flow: column;
    align-items: center;
    width: 260px;
    padding: 55px 0;
    text-align: center;
    transition: 0.3s;
}
.advantage .mid ul li:hover{
    box-shadow: 0 0 15px #b4b4b4;
}
.advantage .mid ul li p{
    color: #727272;
    font-size: 16px;
    margin-top: 40px;
}
.advantage .mid ul li .icon2{
    display: none;
}

.advantage .mid ul li:hover .icon2{
    display: block;
}
.advantage .mid ul li:hover .icon1{
    display: none;
}

.advantage .mid .title{
    margin-bottom: 60px;
}

.advantage .bot{
    margin-top: 140px;
    margin-bottom: 80px;
}
.advantage .bot .title{
    margin-bottom: 60px;
}

.advantage .bot ul{
    display: flex;
    justify-content: space-between;
}
.advantage .bot ul li{
    width: 33%;
    text-align: center;
    border-right: 1px solid #ebebeb;
}

.advantage .bot ul li:last-child{
    border-right: none;
}
.advantage .bot ul li p{
    color: #727272;
    font-size: 18px;
    margin-top: 38px;
}

.advantage .bot ul li img{
    transition: 0.3s;
}
.advantage .bot ul li img:hover{
    transform: translateY(-10px);
}








.youshi .owl-prev{
    background: url(../images/youshi-prev_05.jpg) no-repeat;
}
.youshi .owl-prev:hover{
    background: url("../images/youshi-prev2_05.jpg") center no-repeat;
}


.youshi .owl-next{
    background: url(../images/youshi-next_07.jpg) no-repeat;
}
.youshi .owl-next:hover{
    background: url("../images/youshi-next2_07.jpg") center no-repeat;
}




.fenye{
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 53px;
    margin-bottom: 20px;
}

.fenye li{
    display: inline-block;
    width: 26px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    font-size: 16px;
    color: #ababab;
    cursor: pointer;
    margin-right: 14px;
}
.fenye li:last-child{
    margin-right: 0;
}
.fenye li.active{
    background: #009a44;
    color: #fff;
}
.fenye .prev,.fenye .next{
    font-size: 18px;
    width: 80px;
}
.fenye li span{
    font-family: SimSun;
    font-size: 20px;
    font-weight: bold;
    margin-right: 10px;
    display: inline-block;
}

.fenye .next span{
    margin-left: 10px;
    margin-right: 0;
}


.xinshang .appreciate{
    background: #fff;
    padding-top: 70px;
}
.xinshang .appreciate ul{
    text-align: center;
    margin-bottom: 40px;
}
.xinshang .appreciate .xinshang-nav li{
    display: inline-block;
    padding: 9px 16px;
    border-radius: 18px;
    margin-right: 30px;
    cursor: pointer;
    transition: 0.3s;
}
.xinshang .appreciate .xinshang-nav li a{
    color: #6b6b6b;
    transition: 0.3s;
}
.xinshang .appreciate .xinshang-nav li.active{
    background: #009840;
    color: #fff;
}
.xinshang .appreciate .xinshang-nav li:last-child{
    margin-right: 0;
}
.xinshang .appreciate .xinshang-nav li a.active {
    color: #fff;
}
.xinshang .appreciate .xinshang-nav li:hover{
    background: #009840;
}
.xinshang .appreciate .xinshang-nav li:hover a{
    color: #fff;
}
.xinshang .appreciate .list{
    float: left;
    width: 360px;
    margin-right: 30px;
    margin-bottom: 25px;
}
.xinshang .appreciate .list:nth-child(3n){
    margin-right: 0;
}
.xinshang .appreciate .list h3 a{
    font-weight: bold;
    font-size: 16px;
    color: #727272;
}
.xinshang .appreciate .list h3 p{
    font-size: 14px;
    color: #727272;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.xinshang .appreciate .list .pic{
    overflow: hidden;
    max-height: 250px;
}

.xinshang .appreciate .list .pic img{
    transition: 0.3s;
}
.xinshang .appreciate .list .pic img:hover{
    transform: scale(1.1,1.1);
}
.xinshang .appreciate .list h3{
    margin-bottom: 5px;
    font-size: 16px;
    margin-top: 14px;
}
.model{
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: -1;
    opacity: 0;
    transition: 0.3s;
}
.model.active{
    opacity: 0.6;
    z-index: 9999;
}
.bigPic{
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    /*width: 1200px;*/
    /*height: 670px;*/
    background: #fff;
    border-radius: 8px;
    /*padding: 45px 48px 22px 48px;*/
    padding: 45px 48px;
    opacity: 0;
    z-index: -1;
    transition: 0.3s;
    max-height: 700px;
    overflow-y: auto;
}
.bigPic.active{
    z-index: 99999;
    opacity: 1;

}
.bigPic p{
    text-align: center;
    font-size: 18px;
    color: #555555;
    margin-top: 15px;
}


.baojia .offer{
    margin-bottom: 90px;
}
.fuwu{
    float: left;
    width: 100%;
    background: url("../images/bg-2_02.jpg") no-repeat;
    background-size: cover;
}
.fuwu .title{
    margin-bottom: 45px;
}
.liucheng{
    margin-bottom: 90px;
    margin-top: 70px;
}

.ziliao{
    margin-bottom: 50px;
    margin-top: 70px;
}
.ziliao .title{
    margin-bottom: 50px;
}
.ziliao .list{
    float: left;
    width: 100%;
    margin-bottom: 42px;
}

.ziliao .list .pic{
    float: left;
    width: 50%;
    overflow: hidden;
}
.ziliao .list .pic img{
    width: 100%;
    height: 100%;
    transition: 0.3s;
}
.ziliao .list .pic img:hover{
    transform: scale(1.1,1.1);
}
.ziliao .list .text{
    float: left;
    width: 50%;
    background: #f4f4f4;
    padding: 0 48px;
}

.ziliao .list .text h3{
    color: #5e5e5e;
    font-size: 22px;
    margin-bottom: 20px;
    margin-top: 25px;
}
.ziliao .list .text p{
    color: #525252;
    font-size: 16px;
    line-height: 30px;
}

.ziliao .list .text .download{
    margin-top: 30px;
    margin-bottom: 70px;
}
.ziliao .list .text a{
    color: #525252;
    border-bottom: 2px solid #42ad68;
    padding-bottom: 6px;
}



.about-content{
    margin-top: 75px;
    margin-bottom: 70px;
}
.about-content .title h3{
    margin-bottom: 30px;
}
.about-content .title p{
    line-height: 30px;
    margin-top: 0;
}
.about-content .title p span{
    color: #009a44;
}
.about-content ul{
    margin-top: 30px;
    float: left;
    width: 100%;
}
.about-content li{
    float: left;
    width: 33%;
    text-align: center;
}
.about-content li p{
    font-size: 20px;
    color: #15a253;
    margin-top: 17px;
}


.huoban{
    margin-top: 75px;
    margin-bottom: 70px;
}
.huoban .title{
    margin-bottom: 70px;
}
.huoban ul{
    text-align: center;
    float: left;
    width: 100%;
}
.huoban li{
    display: inline-block;
    width: 190px;
    height: 114px;
    border: 1px solid #ededed;
    position: relative;
    margin-right: 8px;
    margin-bottom: 5px;
    background: #f0f2f4;
    overflow: hidden;
}
.huoban li:nth-child(2n){
    background: #fff;
}
.huoban li img{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    transition: 0.3s;
}
.huoban li img:hover{
    transform: translate(-50%,-50%) scale(1.1,1.1);
}
.huoban li:nth-child(5n){
    margin-right: 0;
}



.js-lightBox{
    cursor: pointer;
    opacity: .8;
}

.js-lightBox:hover{
    opacity: 1;
}

.lightBox-view img{
    display: none;
    border:0px;
    margin:0px !important;
    max-width: initial;
}

.lightBox-popupMask{
    position: fixed;
    background:black;
    filter:alpha(opacity=80);/* IE */
    opacity:0.8;
    width:100%;
    height: 100%;
    z-index:9999;
    display: none;
    top: 0;
    background-image: url('../images/overlay.png');
}

.lightBox-popup{

}

.lightBox-popup{
    display: none;
    position: fixed;
    z-index:10000;
    top:0%;
    left:50%;
    height: 50%;
    background-color: white;
    /* margin-left:-500px; */
    border-radius: 10px;
    border:5px solid white;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url('../images/loading.gif');
    background-size: 8%;
}

.lightBox-description .lightBox-btn{
    /*  position: absolute;
     top:0; */
    display: inline-block;
    height: 100%;
    width:50%;
    text-align: center;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center center;
    filter:alpha(opacity=20);/* IE */
    opacity: .4;
    background-image: url('../images/opacity.png');
}
.lightBox-description .lightBox-btn:hover{
    filter:alpha(opacity=100);/* IE */
    opacity: 1;
}

/* .lightBox-view .lightBox-prev-btn{
  left:0;
}
.lightBox-view .lightBox-next-btn{
  right:0;
} */

.lightBox-description .lightBox-prev-btn.active{
    background-image: url('../images/prev.png');
}
.lightBox-description .lightBox-next-btn.active{
    background-image: url('../images/next.png');
}

.lightBox-description .lightBox-prev-btn.disable{
    background-image: url('../images/prev.png');
    opacity: 0.1;
    cursor: default;
}
.lightBox-description .lightBox-next-btn.disable{
    background-image: url('../images/next.png');
    opacity: 0.1;
    cursor: default;
}

.lightBox-view .lightBox-description{
    position: absolute;
    bottom:0;
    right:0;
    left:0;
    padding:15px;
    display: none;
    color:white;
    background-color: black;
    filter:alpha(opacity=80);/* IE */
    background: rgba(0,0,0,.8);
}
.lightBox-view .lightBox-description .lightBox-current-index{
    margin-top: 5px;
    display: block;
    font-style:italic;
}
.lightBox-view .lightBox-description .lightBox-close{
    float: right;
    display: block;
    width:40px;
    height:40px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-image: url('../images/close.png');
    background-position: center center;
}
.lightBox-description .btn-position{
    float: right;
    position:relative;
    width:100px;
    height: 40px;
}


.team{
    margin-top: 75px;
    margin-bottom: 70px;
}
.team .content li{
    float: left;
    width: 377px;
    height: 300px;
    margin-right: 3px;
    margin-bottom: 3px;
    display: inline-block;
    overflow: hidden;
    transition: 0.3s;
}
.team .content li img{
    display: block;
    width: 100%;
    height: 100%;
    transition: 0.3s;
}
.team .content li img:hover{
    transform: scale(1.1,1.1);
}
.team .content li:nth-child(3n){
    margin-right: 0;
}
.team .title{
    margin-bottom: 70px;
}

.contact{
    margin-top: 75px;
    margin-bottom: 70px;
}
.contact .left{
    float: left;
    width: 655px;
}
.contact .text{
    border-bottom: 1px solid #efefef;
    float: left;
    width: 100%;
    margin-bottom: 26px;
}
.contact .text div{
    float: left;
}
.contact .text h3{
    font-size: 22px;
    color: #525252;
    font-weight: bold;
    margin-bottom: 36px;
}

.contact .text p{
    font-size: 16px;
    color: #434343;
    margin-bottom: 28px;
}
.contact .text p img{
    margin-right: 10px;
}

.contact .text .weixin{
    float: right;
    margin-right: 80px;
    margin-top: 10px;
}


.ditu img{
    max-width: initial;
}

#map{
    width: 100%;
    height: 447px;
}
.contact .title{
    margin-bottom: 70px;
}
.BMapLabel{
    padding: 0;
    border: none;
}
.contact .right{
    float: right;
    width: 425px;
    margin-left: 60px;
}
.contact .right .list{
    float: left;
    width: 100%;
    margin-bottom: 20px;
}
.contact .right h3{
    color: #525252;
    font-size: 18px;
    margin-bottom: 12px;
}
.contact .right input{
    width: 100%;
    height: 46px;
    border: 1px solid #ebebeb;
    border-radius: 4px;
    padding-left: 10px;
    transition: 0.3s;
}
.contact .right textarea{
    width: 100%;
    height: 95px;
    border-radius: 4px;
    padding-left: 10px;
    padding-top: 10px;
    border: 1px solid #ebebeb;
    transition: 0.3s;
}
.contact .right input:focus{
    border: 1px solid #009e49;
}

.contact .right textarea:focus{
    border: 1px solid #009e49;
    outline: none;
}
.contact .right button{
    width: 100%;
    height: 48px;
    border: none;
    background: #009e49;
    border-radius: 4px;
    font-size: 16px;
    color: #fff;
}
.contact .right button:focus{
    outline: none;
}



@media screen and (max-width: 1200px) {
    .principle .list{
        width: 220px;
    }
    .principle .list .text{
        height: 85px;
    }
    .choice li {
        width: 165px;
        margin-right: 28px;
    }
    .equipment .pic{
        width: 500px;
    }
    .equipment .text .content{
        width: 88%;
    }
    .equipment .text{
        width: 400px;
    }
    .appreciate .menutwo .list{
        width: 293px;
    }
    .photovoltaicThree .logo{
        width: 300px;
    }
    .photovoltaicThree .right {
        float: left;
        width: 590px;
        margin-left: 50px;
    }
    .photovoltaicThree .logo img{
        max-width: 80%;
    }
    .photovoltaicThree .right .pic .item{
        width: 275px;
    }
    .photovoltaicThree li{
        width: 180px;
    }
    .photovoltaicFour li{
        width: 155px;
    }
    .xinshang .appreciate .list{
        width: 293px;
    }
    .team .content li{
        width: 310px;
        height: 248px;
    }
    .contact .left{
        width: 500px;
    }
    .contact .right{
        width: 380px;
    }
    .contact .text .weixin{
        margin-right: 0;
    }
}

@media screen and (max-width: 992px) {
    .principle .list{
        width: 48%;
        margin-right: 4%;
        text-align: center;
        margin-bottom: 20px;
    }
    .principle .list:nth-child(2n){
        margin-right: 0;
    }
    .principle .list .pic img{
        width: 100%;
    }
    .principle .list .text {
        height: auto;
        padding: 12px 16px;
    }
    .choice li{
        width: 33%;
        margin-right: 0;
        margin-bottom: 30px;
    }
    .equipment .pic{
        width: 100%;
    }
    .equipment .pic img{
        width: 100%;
    }
    .equipment .text .content{
        width: 93%;
    }
    .equipment .text {
        width: 100%;
        margin-left: 0;
        margin-top: 20px;
    }
    .appreciate .menutwo .list {
        width: 48%;
        margin-right: 4%;
    }
    .appreciate .menutwo .list:nth-child(3n){
        margin-right: 4%;
    }
    .appreciate .menutwo .list:nth-child(2n){
        margin-right: 0;
    }
    .about .left{
        width: 100%;
        padding-right: 0;
    }
    .about .pic{
        position: relative;
        width: 100%;
        height: auto;
        margin-top: 20px;
    }
    footer .footer-top{
        display: none;
    }
    .photovoltaicTwo .list .pic{
        width: 100%;
    }
    .photovoltaicTwo .list .text {
        float: left;
        width: 100%;
        position: relative;
        transform: translateY(0);
    }
    .photovoltaicTwo  .listTwo {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -moz-box-align: start;
        -ms-flex-align: start;
        -webkit-align-items: flex-start;
        align-items: flex-start;
    }
    .photovoltaicTwo .listTwo .pic {
        float: left;
        -webkit-box-ordinal-group: 1;
        -moz-box-ordinal-group: 1;
        -ms-flex-order: 1;
        -webkit-order: 1;
        order: 1;
    }
    .photovoltaicTwo .listTwo .text {
        -webkit-box-ordinal-group: 2;
        -moz-box-ordinal-group: 2;
        -ms-flex-order: 2;
        -webkit-order: 2;
        order: 2;
    }

    .photovoltaicThree .logo{
        width: 250px;
    }
    .photovoltaicThree .right {
        float: left;
        width: 420px;
        margin-left: 50px;
    }
    .photovoltaicThree .logo img{
        max-width: 80%;
    }
    .photovoltaicThree .right .pic .item{
        width: 200px;
        margin-right: 20px;
    }
    .photovoltaicThree li{
        width: 136px;
    }
    .photovoltaicFour li{
        width: 111px;
    }
    .xinshang .appreciate .list{
        width: 48%;
        margin-right: 4%;
    }
    .xinshang .appreciate .list:nth-child(3n) {
        margin-right: 4%;
    }
    .xinshang .appreciate .list:nth-child(2n) {
        margin-right: 0;
    }
    .team .content li {
        width: 358px;
        height: 287px;
    }
    .team .content li:nth-child(3n) {
        margin-right: 3px;
    }
    .team .content li:nth-child(2n){
        margin-right: 0;
    }
    .contact .left{
        width: 100%;
    }
    .contact .right{
        width:100%;
        margin-top: 60px;
    }
}

@media screen and (max-width: 768px) {
    .advantage .title{
        margin-bottom: 60px;
    }
    .advantage .mid{
        margin-top: 80px;
    }
    .advantage .bot{
        margin-top: 80px;
    }
    .advantage .bot ul{
        flex-flow: column;
    }
    .advantage .bot ul li{
        width: 100%;
        border-right: none;
        margin-bottom: 30px;
    }
    .advantage .mid ul li{
        width: 48%;
        padding: 35px 10px;
    }
    .advantage .mid ul li p{
        margin-top: 25px;
    }
    .advantage .list{
        flex-flow: column;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -moz-box-align: start;
        -ms-flex-align: start;
        -webkit-align-items: flex-start;
        align-items: flex-start;
        margin-bottom: 30px;
    }
    .advantage .list .pic{
        width: 100%;
        -webkit-box-ordinal-group: 1;
        -moz-box-ordinal-group: 1;
        -ms-flex-order: 1;
        -webkit-order: 1;
        order: 1;
    }
    .advantage .list .text{
        width: 100%;
        padding: 20px 15px;
        -webkit-box-ordinal-group: 2;
        -moz-box-ordinal-group: 2;
        -ms-flex-order: 2;
        -webkit-order: 2;
        order: 2;
    }

    .principle .list{
        width: 100%;
        margin-right: 0;
    }
    .choice li{
        width: 50%;
    }
    .equipment li{
        width: 100%;
        height: auto;
        text-align: center;
        margin-bottom: 15px;
    }
    .equipment li img{
        position: relative;
    }
    .equipment li:nth-child(2) img{
        left: 0;
        transform: translateX(0);
    }
    .appreciate .menutwo .list {
        width: 100%;
        margin-right: 0;
    }
    .offer .anzhuang .sright{
        margin-left: 0;
    }
    .offer .list span{
        /* width: 100%; 
        margin-bottom: 15px;*/
    }
    .offer .list div{
        /* margin-bottom: 20px; */
    }
    .offer .anzhuang div{
        padding-left: 0;
    }
    .offer button{
        margin-left: 0;
    }
    .about .pic img{
        height: auto;
    }
    .banner .carousel-inner > .item > .sjbanner{
        display: block;
    }
    .banner .carousel-inner > .item > .pcbanner{
        display: none;
    }
    .banner h3{
        font-size: 26px;
        margin-bottom: 20px;
    }
    .banner p{
        font-size: 20px;
        padding-left: 0;
    }
    .banner h3 img{
        width: 25px;
    }
    .banner p img{
        width: 25px;
    }
    .banner{
        margin-top: 67px;
    }
    .photovoltaicTwo .list .text{
        padding: 25px;
    }
    .photovoltaicThree .logo{
        width: 100%;
        margin-bottom: 20px;
    }
    .photovoltaicThree .right {
        float: left;
        width: 100%;
        margin-left: 0;
    }
    .photovoltaicThree .logo img{
        max-width: 100%;
    }
    .photovoltaicThree .right .pic .item{
        width: 48%;
        margin-right: 4%;
    }
    .photovoltaicThree li{
        width: 48%;
        margin-right: 4%;
        margin-bottom: 20px;
    }
    .photovoltaicThree li:nth-child(2n){
        margin-right: 0;
    }
    .photovoltaicFour li{
        width: 48%;
        margin-right: 4%;
        margin-bottom: 20px;
    }
    .photovoltaicFour li:nth-child(2n){
        margin-right: 0;
    }
    .advantage .item::before{
        top: 46px;
    }
    .bigPic{
        width: 90%;
        padding: 20px;
    }
    .xinshang .appreciate .list{
        width: 100%;
        margin-right: 0;
    }
    .xinshang .appreciate .xinshang-nav li{
        margin-bottom: 15px;
    }
    .appreciate .menuone li{
        margin-bottom: 15px;
    }
    .ziliao .list{
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -moz-box-align: start;
        -ms-flex-align: start;
        -webkit-align-items: flex-start;
        align-items: flex-start;
    }
    .ziliao .list .pic{
        width: 100%;
        float: left;
        -webkit-box-ordinal-group: 1;
        -moz-box-ordinal-group: 1;
        -ms-flex-order: 1;
        -webkit-order: 1;
        order: 1;
    }
    .ziliao .list .text{
        width: 100%;
        padding: 0 20px;
        -webkit-box-ordinal-group: 2;
        -moz-box-ordinal-group: 2;
        -ms-flex-order: 2;
        -webkit-order: 2;
        order: 2;
    }
    .ziliao .list .text .download{
        margin-bottom: 30px;
    }
    .about-content li{
        width: 100%;
        margin-bottom: 20px;
    }
    .huoban li{
        width: 48%;
        margin-right: 4%;
        float: left;
    }
    .huoban li:nth-child(5n) {
        margin-right: 4%;
    }
    .huoban li:nth-child(2n){
        margin-right: 0;
    }
    .huoban li img{
        max-width: 80%;
    }
    .team .content li {
        width: 100%;
        height: auto;
    }
    .contact .text{
        padding-bottom: 15px;
    }
    .contact .text .weixin{
        float: left;
    }
    #map{
        height: 350px;
    }
}

@media screen and (max-width: 414px) {
    .photovoltaicThree li .pic{
        max-height: 125px;
    }
    .choice li p{
        min-height: 48px;
    }
}
@media screen and (max-width: 375px) {
    .photovoltaicThree li .pic{
        max-height: 110px;
    }
    .choice li p{
        height: 48px;
    }
}
@media screen and (max-width: 360px) {
    .photovoltaicThree li .pic{
        max-height: 107px;
    }
}
@media screen and (max-width: 320px) {
    .photovoltaicThree li .pic{
        max-height: 93px;
    }
}



/*页码 begin*/
.news_page{height:40px; text-align:center; margin-bottom:76px;}
.pageinfo{display:inline-block;}
.pagination{height:40px; padding-top:7px;}
.pagination p,.pagination a{float:left;cursor:pointer; height:28px; line-height:26px; padding:0 10px; margin:0 4px;  color:#ababab;}
.pagination p{cursor:not-allowed; color:#ababab;}
.pagination a.cur{border:none; line-height:28px; color:#fff; background:#1ad26c;}
/*页码 end*/
