.banner {
    height: 357px;
    overflow: hidden;
}

/* 时间天气 begin */
.dateTime {
    margin: 10px 0 0 16px;
    float: left;
    line-height: 90px;
}
.weather {
    margin-top: 10px;
    float: right;
}
/* 时间天气 end */

/* 产品图展示 begin */
.productPic {
    border: 1px solid #e1e1e1;
    border-radius: 5px;
    margin-top: 10px;
    background: #fff;
    box-shadow: 2px 2px 6px 0px #00000030;
}
.productPicTit, .productItem > dt {
    height: 30px;
    background: url("../../images/computer/titleBg.png") repeat-x;
    border-bottom: 2px solid #333e51;
}
.productPicTit > h4, h4.title {
    float: left;
    margin: 0 0 0 10px;
    font-weight: normal;
    color: #333e51;
    line-height: 30px;
    padding-left: 24px;
    background: url("../../images/computer/title.png") no-repeat left center;
}
.productPicTit > a.more, a.more {
    display: block;
    float: right;
    width: 57px;
    height: 30px;
    margin-right: 10px;
    background: url("../../images/computer/more.jpg") no-repeat center; 
}

.productPicList {
    width: 95%;
    padding: 0 2px;
    margin: 10px auto 0 auto;
    overflow: hidden;
}
.productPicList img {
    width: 180px;
    height: 135px;
    border: 1px solid #6b6b6b;
}
.productPicList p {
    text-align: center;
    width: 90%;
    padding: 0 5%;
    line-height: 2;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
/* 产品图展示 end */


/* 产品分类展示 begin */
.product {
    margin-top: 20px;
    overflow: unset;
}
.productItem {
    float: left;
    width: 390px;
    height: 220px;
    overflow: hidden;
    margin-right: 12px;
    border: 1px solid #e1e1e1;
    border-radius: 5px;
    background: #fff;
    box-shadow: 2px 2px 6px 0px #00000030;
}
.productItem:last-child { margin-right: 0px; }

.productItem > dd {
    margin-left: 4%;
    width: 92%;
    line-height: 2;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border-bottom: 1px dashed #000;
}
.productItem > dd:nth-child(2) { margin-top: 10px; }
/* 产品分类展示 end */


.section {
    padding-top: 20px;
    margin-bottom: 40px;
}
/* 公司简介 begin */
.about {
    width: 505px;
    float: left;
}
.aboutTit {
    position: relative;
    display: block;
    background: url("../../images/computer/aboutTit.png") no-repeat left center;
    border-bottom: 2px solid #e5e5e5;
    line-height: 30px;
}
.aboutTit::after {
    position: absolute;
    content: "";
    width: 180px;
    height: 2px;
    left: 0;
    bottom: -2px;
    background-color: #333e51;
}
.aboutTit > h4 {
    display: inline-block;
    margin: 0;
    font-weight: normal;
    color: #333e51;
    padding-left: 24px;
}
.aboutTit > span { color: #6c6c6c; }
.aboutTit > a {
    float: right;
    margin-right: 10px;
}

.aboutText {
    box-sizing: border-box;
    padding: 10px;
    margin-top: 10px;
    overflow: hidden;
    border: 1px solid #e5e5e5;
    height: 152px;
    background: #fff;
}
.aboutText > img {
    float: left;
    width: 150px;
    height: 130px;
}
.aboutText > p {
    float: left;
    width: 320px;
    margin-left: 10px;
    font-size: 14px;
    line-height: 1.5;
    text-indent: 2rem;
}
/* 公司简介 end */

/* 产品应用 begin */
.apply {
    float: left;
    width: 431px;
    margin-left: 16px;
}

.applyList {
    display: block;
    box-sizing: border-box;
    padding: 10px;
    margin-top: 10px;
    overflow: hidden;
    border: 1px solid #e5e5e5;
    height: 152px;
    background: #fff;
}
.applyList > img {
    float: left;
    width: 150px;
    height: 130px;
}
.applyList > div {
    float: left;
    width: 248px;
    margin-left: 10px;
}
.applyList > div > p:nth-child(1) {
    line-height: 2;
}
.applyList > div > p:nth-child(2) {
    text-indent: 2rem;
    font-size: 14px;
    line-height: 1.5;
}
/* 产品应用 end */

/* 业务联系 begin */
.contact {
    float: left;
    width: 231px;
    height: 194px;
    margin-left: 15px;
    background: url("../../images/computer/phone.png") no-repeat center top;
    background-size: 100% auto;
}

.contactTit {
    display: inline-block;
}
.contactTit > h4 {
    display: inline-block;
    margin: 0;
    font-weight: normal;
    color: #333e51;
    line-height: 30px;
}
.contactTit > span { color: #6c6c6c; }

.contact > p {
    margin-top: 66px;
    padding-left: 54px;
    font-size: 18px;
    line-height: 24px;
    color: #333e51;
    background: url("../../images/computer/phone2.png") no-repeat left center;
}
.contact > p > span { display: block; }
/* 业务联系 end */