/*首页*/
.main-slider h2,.main-slider .text{
    color: #fff !important;
}
.project-section-home .item img {
    height: 500px;
    object-fit: cover;
    vertical-align: middle;
    border-style: none;
}
.about-details p {
    font-size:18px;
}
.about-details-image .image img{
    height: 570px;
    object-fit: cover;
    vertical-align: middle;
    border-style: none;
}
.gallery-box img {
    height: 300px;
    object-fit: cover;
    vertical-align: middle;
    border-style: none;
}
.gallery-box-1 {
    width: 100%;
    position: absolute;
    bottom: -10px;
    text-align: center;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    font-size: 25px;
    font-weight: 700;
    padding: 12px 0;
}
.gallery-box-1 a {
    
}
.gallery-section{
    padding-top:1px !important;
}
/*产品详情页*/
.project-info-p {
    font-size: 20px;
}
.overview p{
    font-size: 20px;
}
.uses ul li,.size ul li{
    list-style: disc;
    margin-left: 20px;
    padding-left: 0 !important;
    font-size: 20px;
}
.project-pic img {
    height: 500px;
    object-fit: cover;
    vertical-align: middle;
    border-style: none;
}
.Classification1{
    margin-top: 15px;
    font-size: 18px;
}
.project-single-section .project-info ul > li + li {
    margin-top: 1px !important;
}
.xiangguan{
    margin-top: 20px;
    margin-bottom:100px;
    border: 1px solid #ece8e3;
    padding: 24px 25px 45px 25px;
    background-color: #f1ede8;
}
.xiangguan a{
    display:block;
    overflow:hidden
}
.xiangguan h2{
    padding-bottom: 25px;
    font-size: 30px;
    font-weight: 700;
    color: #333;
}
.xiangguan1 {
    padding-bottom:45px;
}
.xiangguan1 h3{
    text-align: center;
    padding-top: 15px;

}
.xiangguan1 h3 a{
    color: #e74c3c;
    font-weight: 700;
        overflow: hidden;
text-overflow:ellipsis; white-space: nowrap;
}
.xiangguan img{
    height: 250px;
    width:100%;
    object-fit: cover;
    vertical-align: middle;
    border-style: none;
    transition: all .5s;
}
.xiangguan a:hover img{transform: scale(1.08);}
}
/*blog内容页*/
.blog-single h2 {
    font-size: 30px !important;
}
.blog-single .text {
    font-size: 18px;
}
.post-thumb img {
    height: 100px;
    width: 100px;
    object-fit: cover;
    vertical-align: middle;
    border-style: none;
}


/*分页*/
.pageBox {text-align: center;}
.pageBox a {border:1px solid #ddd;display:inline-block;margin-right:6px;color: #707070;width:34px;height:34px;font:bold 14px/34px arial;}
.pageBox a:hover,.pageBox a:active{background:#3aa9f2;color: #FFFFFF;text-decoration: none;}
.pageBox .cur { background: #3aa9f2;border: 1px solid #3aa9f2;text-decoration: none;}
.pageBox a.cur {color: #fff;}
.pageBox .disabled {width: 79px;}