/* 首页区域标题 begin */
.sectionTit {
    padding-left: 14px;
}
.sectionTit > p {
    font-size: 21px;
    font-weight: bold;
    font-style: italic;
    letter-spacing: 2px;
}
.sectionTit > h2 {
    position: relative;
    font-size: 20px;
    font-weight: bold;
    margin: 20px 0 15px 0;
}
.sectionTit > h2::after {
    content: "///////////////////////////////////////////////////////////////";
    position: absolute;
    color: #b3b3b3;
    font-size: 12px;
    bottom: 0;
    letter-spacing: -3.2px;
}
/* 首页区域标题 end */


/* 公司简介 begin */
.about {
    position: relative;
    box-sizing: border-box;
    height: 624px;
    padding-top: 74px;
}
.aboutBg {
    position: absolute;
    background: url("/images/computer/aboutBg.jpg") no-repeat center;
    z-index: -1;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.about > .aboutCont {
    width: 810px;
    height: 436px;
    overflow: hidden;
    box-sizing: border-box;
    padding: 52px 24px 0 28px;
    background: #fff;
    font-size: 18px;
    color: #7d7d7d;
}
.about > .aboutCont > h3{
    font-weight: bold;
}
.about > .aboutCont > p {
    line-height: 2;
    padding: 18px 0;
}
.about > .aboutCont > a.more {
    display: block;
    width: 113px;
    line-height: 42px;
    text-align: center;
    background: #005fa9;
    color: #fff;
}

.about > .aboutPic {
    position: absolute;
    top: 74px;
    margin-left: 691px;
    z-index: -1;
}
/* 公司简介 end */


/* 产品中心 begin */
.product {
    box-sizing: border-box;
    height: 1084px;
    padding-top: 39px;
    background: url("/images/computer/productBg.png") no-repeat center bottom;
}
.product > .productList {
    position: relative;
    background: #f1f1f1;
    margin: 24px 0;
}
.product > .productList > h4 {
    text-align: center;
    font-size: 18px;
    padding-top: 17px;
}
.product > .productList > a.more {
    position: absolute;
    right: 14px;
    top: 17px;
    color: #000;
}
.product > .productList > a.more:hover { color: red; }

.product > .productList > ul {
    padding: 22px 14px 34px 14px;
    display: flex;
    justify-content: space-between;
    overflow: hidden;
}
.product > .productList > ul > li {
    position: relative;
    width: 360px;
    height: 360px;
    background: #fff;
}
.product > .productList > ul > li > span {
    position: absolute;
    opacity: 0;
    text-align: center;
    transition: opacity .5s ease;
    width: 100%;
    line-height: 2;
    font-size: 18px;
    background: #00000042;
    color: #fff;
    bottom: 0;
    left: 0;
}
.product > .productList > ul > li:hover > span { opacity: 1; }
/* 产品中心 end */
