.prodDpt{
    width: 98%;
    margin-top: -2%;
    margin-left: 0.5em;
    font-weight: lighter;
    height: 10em;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    text-align: left;
    font-size: 14px;
    line-height: 2;
}

.prodItem{
    background: white;
    margin-top: -4.5px;
    text-align: center;
}
.details{
    width: 28%;
    border-radius: 10px;
    background-color: #de0000;
    padding: 6px 6px;
    color: #fff;
    margin: 1em auto;
}
.prodTile{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
/*返回顶部*/
#myBtn{
    display: none;
    position: fixed;
    bottom: 20px;
    right:30px;
    z-index: 9999999999;
    border: none;
    outline: none;
    background-color: red;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 10px;
}
#myBtn:hover{
    background-color: #555;
}

/*返回顶部*/
#gotoTop {
    display: none;
    position: fixed;
    top: 40em;
    cursor: pointer;
    margin-top: -50px;
    margin-left: 95%;
    padding: 0.5em 0.2em;
    width: 1.5em;
    height: 4em;
    text-align: center;
   /* border: 1px solid #e0e0e0;*/
    background: #fff;
}
#gotoTop:hover{
    background: #5CB542;
    color: #fff;
    text-decoration: none;
}

.ucChanping{
    width: 100%;
    /* background-color: rgb(239,239,239)*/
}


/*!*公司产品手风琴效果*!

.ucAccordion{
    width: 80%; height: 25em;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
}

.ucAccordion img{
    display: block;
}
.ucAccordion .box{
    width: 100%; height: 25em;
    margin: 0px auto;
    overflow: hidden;
}
.ucAccordion .box ul{
    overflow: hidden;
}
.ucAccordion .box li{
    position: relative;
    float: left;
    width: 20%;
    height: 25em;
}
.box li.current{
    width: 50%;
}
.box li.current .big{
    display: block;
}
.box li.current .small{
    display: none;
}
.big{
    width: 100%;
    height: 100%;
    display: none;
}
.big01{
    background: linear-gradient(rgba(0,0,0,0.3),rgba(0,0,0,0.3)),url(../../images/product_isp_pic01.jpg) no-repeat;
    background-size: 100% 100%;
    filter: brightness(70%);
}
.big02{
     background: linear-gradient(rgba(0,0,0,0.3),rgba(0,0,0,0.3)),url(../../images/timg2.jpg) no-repeat;
     background-size: 100% 100%;

 }
.big03{
    background: linear-gradient(rgba(0,0,0,0.3),rgba(0,0,0,0.3)),url(../../images/timg3.jpg) no-repeat;
    background-size: 100% 100%;

}
.big04{
    background: linear-gradient(rgba(0,0,0,0.3),rgba(0,0,0,0.3)),url(../../images/timg4.jpg) no-repeat;
    background-size: 100% 100%;

}
.small {
    position: absolute;
    top: 0;
    left: 0;
    width: 170%;
    height: 25em;
}
.big img{
    width: 100%;
    height: 100%;
    -webkit-filter: brightness(70%);
}
.ucChanping .big .big-contents{
    width: 60%; height: 50%;
    position: absolute;
    top: 20%;
    left: 20%;
}
.big-contents .big-p1{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 1.5em;
    color: white;
    text-align: center;
    padding-bottom: 0.5em;
}
.big-contents .big-p2{
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    font-size: 1em;
    color: cyan;
    line-height: 2em;
    text-indent: 2em;
}*/

/*公司产品*/
.ucAccordion{
    width: 95%; height: 100%;
    /* border: 1px solid black;*/
    margin: 2em auto;
}
.ucAccordion .ucAcc-ul .ucAcc-li01{
    /*border: 1px solid red;*/
    height: 15em;
    margin-top: 2%;
}
.ucAccordion .ucAcc-ul .ucAcc-li01 .ucAcc_DIV{
    width: 30%; height: 100%;
    margin-left: 2%;
    /*border:1px solid gold;*/
    float: left;
    border-radius: 5%;
    overflow: hidden;
}
.ucAcc_DIV .ucAcc_DIV02{
    color: white;
    font-weight: bold;
    font-size: 16px;
    position: relative;
    top: -2em;
    left: 5%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.ucAcc_DIV .ucAcc_DIV01{
    position: relative;
    top: -100%;
    left: 5%;
    margin: 0 auto;
    display: none;
}
.ucAcc_DIV01 .content-p1{
    font-size: 20px;
    font-family: FZYanSJW;
    color: #fff;
    font-weight: bold;
    padding-bottom: 0.2em;
}
.ucAcc_DIV01 .cont-p2{
    color: #fff;
    cursor: pointer;
    text-align: right;
    margin-right: 8%;
    padding-bottom: 1.4em;
}
.ucAcc_DIV01 .content-ul1 li{
    font-size: 12px;
    font-family: FZYanSJW;
    list-style-type: circle;
    color: #fff;
    line-height: 2em;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.ucAccordion .ucAcc-ul li .ucAcc_DIV:hover img{
    width: 110%; height: 110%;
    -webkit-filter: brightness(60%);
}
.ucAccordion .ucAcc-ul li .ucAcc_DIV img{
    width: 100%; height: 100%;
    -webkit-filter: brightness(70%);
}