.skin-title{
    padding-top: 50px;
    text-align: center;
    font-size: 30px;
    color: #333;
    font-weight: 700;
}
.skin-desc{
    text-align: center;
    font-size: 24px;
    color: #333;
    font-family: fantasy;
}
.skin-row-container{
    width: 100%;
    word-wrap: break-word;
    padding: 50px 0;
}
.skin-row-width{
    width: 1190px;
    margin: 0 auto;   
}
.skin-bg-ggg{
    background-color: #f8f8f8;
}
.skin-bg-rrr{
    background-color: aliceblue;
}
.skin-bg-ddd{
    /* background: linear-gradient(to top bottom, white , rgb(0, 136, 255));; */
    /* background: linear-gradient(180deg, white , aliceblue); */
    /* box-shadow: 0 0 20px rgb(16, 143, 255); */
    border-bottom: 1px solid #ddd;
}
/*  */
.my-box{
    
}
.my-box .top{
    text-indent: 40px;
    text-align: left;
    font-size: 18px;
    color: #333;
}   
.my-box .down{
    text-align: right;
    font-size: 18px;
    font-weight: 700;
    color: #333;
}
/*  */
.about-box{
    display: flex;
    flex-direction: row;
}
.about-left{
    width: 35%;
    padding: 76px 30px 76px 40px;
}
.about-left .d1{
    font-size: 30px;
    line-height: 30px;
    color: #333;
}
.about-left .d2{
    color: #333;
    padding: 20px 0 40px 0;
}
.about-left .d3{
    font-size: 14px;
    line-height: 30px;
}

.about-right{
    width: 65%;
}
.about-right img{
    height: 100%;
}
/*  */
.pro-box{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.pro-item{
    display: flex;
    flex-direction: column;
    width: calc(100% / 3 - 16px);
    margin: 20px 8px;
    border: #eee 1px solid;    
    box-shadow: 0 0 20px #f5f5f5;
}
.pro-item:hover{
    box-shadow: 0 0 20px #666;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);    
    -o-transform: scale(1.1);    
    transform: scale(1.1);
    overflow: hidden;
}

.pro-top img{
    height: 200px;
}


.pro-down{
    font-size: 18px;
    box-sizing: border-box;
    padding: 5px;
    color: #333;
    text-align: center;
    background-color: white;
}
/*  */
.news-box{
    display: flex;
    flex-direction: row;
    /* border: 1px solid #f5f5f5; */
    box-shadow: 0 0 20px #eee;
}
.news-right{
    width: 35%;
    /* padding: 76px 30px 76px 40px; */
}
.news-item{
    display: flex;
    flex-direction: column;
    padding: 10px 20px;
    height: calc(100% / 4);
    background-color: #fff;
    box-shadow: 0 0 20px #eee;
}
.news-item-cur{
    background-color: #eee;
}
.news-top{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.news-l{
    color: #333;
    font-weight: 700;
}
.news-r{
    
}
.news-down{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}




.news-right .d1{
    font-size: 30px;
    line-height: 30px;
    color: #333;
}
.news-right .d2{
    color: #333;
    padding: 20px 0 40px 0;
}
.news-right .d3{
    font-size: 14px;
    line-height: 30px;
}

.news-right{
    width: 65%;
}