.titleabout{
    color: #fe410c;
    font-size: 34px;
    font-weight: bold;
    line-height: 36px;
    text-align: center;
    margin: 0px 0 20px 0;
}


/*关于我们文本*/
.aboutone{
    padding: 80px 0;
}

.aboutone .text {
    font-size: 17px;
    display: block;
    margin: 12px 0 0 0;
    overflow: hidden;
    font-weight: 400;
    color: rgba(102,102,102,1);
    line-height: 30px;
    text-align: center;
}
.aboutone .text.textbig{
    font-size: 42px;
    font-weight: 600;
    line-height: 50px;
    color: rgba(33,33,33,1);
}


.textbox{
    max-width: 1000px;
    margin: 0 auto;
}

/*第一区域*/
.aboutone .img{
    margin-top: 40px;
}
.aboutone .ulmun{
    margin-top: 40px;
    display: block;
    overflow: hidden;
}
.aboutone .ulmun li{
    padding: 12px 6px 4px 6px;
    background: #efefef;
    text-align: center;
}
.aboutone .ulmun li:nth-child(1),
.aboutone .ulmun li:nth-child(3),
.aboutone .ulmun li:nth-child(5),
.aboutone .ulmun li:nth-child(8),
.aboutone .ulmun li:nth-child(10){
    background: #dddddd;
}

.aboutone .ulmun li h2{
    color: #333333;
    font-size: 17px;
    font-weight: bold;
    line-height: 22px;
    margin: 0px 0 0px 0;
    overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
.aboutone .ulmun li h2 span{
    width: 20px;
    height: 20px;
    display: inline-block;
    border-radius: 50%;
    text-align: center;
    font-weight: 800;
    font-size: 12px;
    line-height: 22px;
    background: #c3081e;
    color: #ffffff;
    vertical-align: text-top;
    margin: 0 4px 0 0;
    transition: all 0.3s;
}
.aboutone .ulmun li:hover h2 span {
    transform:rotate(360deg);
    -ms-transform:rotate(360deg); 	/* IE 9 */
    -moz-transform:rotate(360deg); 	/* Firefox */
    -webkit-transform:rotate(360deg); /* Safari 和 Chrome */
    -o-transform:rotate(360deg); 	/* Opera */
}
.aboutone .ulmun li p{
    color: #999999;
    font-size: 12px;
    line-height: 20px;
    margin: 0px 0 0px 0;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}




/*第二区域*/
.casetwo{
    margin-top: 40px;
    display: block;
    padding:120px  0 ;
    background: url("../images/producttwoInfotwoimgbg.png") no-repeat center;
    background-size: 100% 100%;
}
.casetwo .containerbg{
    margin-top: 40px;
    padding:80px  0 ;
    background: rgba(255,255,255,0.4);
}
.casetwo .containerbg .textboxul{
    display: block;
    overflow: hidden;
}
.casetwo .containerbg .textboxul li{
    margin-bottom: 30px;
}

.casetwo .containerbg .textboxul li .imgbox{
    display: block;
    overflow: hidden;
}
.casetwo .containerbg .textboxul li .imgbox img{
    width: 100%;
    transition: all 0.3s;

}
.casetwo .containerbg .textboxul li .imgbox img:hover{
    transform: scale(1.13);
}













@media screen and (max-width: 1200px) {
    .titleabout {
        font-size: 24px;
        line-height: 24px;
        margin: 0px 0 18px 0;
    }
}
@media screen and (max-width: 1000px) {

    .titleabout {
        font-size: 17px;
        line-height: 20px;
        margin: 0px 0 11px 0;
    }

    .aboutone {
        padding: 30px 0;
    }
    .aboutone .text {
        font-size: 13px;
        margin: 8px 0 0 0;
        line-height: 24px;
    }
    .aboutone .text.textbig{
        font-size: 15px;
        margin: 8px 0 0 0;
        line-height: 24px;
    }



}




@media screen and (max-width: 768px) {
    .aboutone .ulmun li {
        text-align: center;
    }
    .aboutone .ulmun li{
        background: #efefef !important;
    }
    .aboutone .ulmun li:nth-child(1),
    .aboutone .ulmun li:nth-child(4),
    .aboutone .ulmun li:nth-child(5),
    .aboutone .ulmun li:nth-child(8),
    .aboutone .ulmun li:nth-child(9){
        background: #dddddd  !important;
    }
    .aboutone .ulmun li h2 {
        font-size: 15px;
        line-height: 16px;
    }

    .aboutone .ulmun li h2 span {
        width: 18px;
        height: 18px;
        line-height: 18px;
        margin: 0 2px 0 0;
        letter-spacing: -1px;
    }
    .casetwo .containerbg {
        margin-top: 20px;
        padding: 20px 0;
    }
    .casetwo .containerbg .textboxul li {
        margin-bottom: 10px;
        padding: 0 5px;
    }

    .aboutone .text br{
        display: none;
    }

}






