/**
 * 轮播图 Start
 */
.banner {
    width: 100%;
    height: 350px;
}

.swiper-slide img {
    width: 100%;
}
/**
 * 轮播图 End
 */

/**
 * 列表 Start
 */
.centlist {
    background-color: #f5f5f5;
}

.centlist .list {
    display: inline-block;
    margin-top: 25px;
    padding: 0 19px;
}

.centlist .item {
    display: block;
    width: 610px;
    height: 150px;
    float: left;
    padding: 10px;
    border-bottom: 1px dashed #eaeaea;
    background-color: #ffffff;
}

.centlist .item:hover {
    background-color: #e8ecf3;
}

.centlist .item:nth-child(2n+2) {
    margin-left: 2px;
}

.centlist .item img {
    float: left;
}

.centlist .item .cont {
    padding: 0 9px 0 200px;
}

.centlist .item .cont .title {
    font-size: 18px;
    font-weight: bold;
    color: #555555;
    line-height: 32px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.centlist .item .cont .info {
    color: #333333;
    line-height: 26px;
    height: 80px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.centlist .item .cont .push {
    color: #AAAAAA;
    padding-top: 10px;
}
/**
 * 列表 End
 */

/**
 * 翻页 Start
 */
.page {
    text-align: center;
    padding: 55px 0 30px 0;
}

.page div > * {
    display: inline-block;
    color: #b5b5b5;
    font-size: 18px;
    line-height: 40px;
    padding: 0 15px;
    border-radius: 3px;
    border: 1px solid #dcdcdc;
    margin-right: 20px;
}

.page div > *:hover {
    background-color: #2343B2;
    color: #ffffff;
}

.page span {
    background-color: #2343B2;
    color: #ffffff;
    cursor: pointer;
}
/**
 * 翻页 End
 */

/**
 * 工程案例 Start
 */
.case {
    background-color: #f5f5f5;
    padding-bottom: 50px;
}

.case .top {
    display: table;
    position: relative;
    margin: 0 auto;
    text-align: center;
}

.case .top::before {
    content: '';
    position: absolute;
    width: 474px;
    height: 3px;
    background: url("../img/common/fgzs.png") left center no-repeat;
    top: 15px;
    left: -508px;
}

.case .top::after {
    content: '';
    position: absolute;
    width: 474px;
    height: 3px;
    background: url("../img/common/fgzs.png") left center no-repeat;
    transform: rotate(180deg);
    top: 15px;
    right: -508px;
}

.case .top .title {
    font-size: 24px;
    color: #2343B2;
    font-weight: bold;
}

.case .top .english {
    font-size: 12px;
    color: #ff0000;
}

.case ul {
    padding: 0 12px;
    margin-top: 15px;
}

.case ul li {
    width: 304px;
    background-color: #ffffff;
    float: left;
    margin-right: 20px;
}

.case ul li:nth-child(4n+4) {
    margin-right: 0;
}

.case ul li .img-area {
    width: 284px;
    padding: 10px;
    overflow: hidden;
}

.case ul li .img-area img {
    transition: all 0.6s ease-in-out;
}

.case ul li .img-area img:hover {
    transform: scale(1.05);
}

.case ul li h4 {
    font-size: 14px;
    color: #000000;
    text-align: center;
    padding-bottom: 10px;
    font-weight: normal;
}
/**
 * 工程案例 End
 */

/**
 * 产品资讯 Start
 */
.news {
    background-color: #f5f5f5;
    padding-bottom: 50px;
}

.news .top {
    display: table;
    position: relative;
    margin: 0 auto;
    text-align: center;
}

.news .top::before {
    content: '';
    position: absolute;
    width: 474px;
    height: 3px;
    background: url("../img/common/fgzs.png") left center no-repeat;
    top: 15px;
    left: -508px;
}

.news .top::after {
    content: '';
    position: absolute;
    width: 474px;
    height: 3px;
    background: url("../img/common/fgzs.png") left center no-repeat;
    transform: rotate(180deg);
    top: 15px;
    right: -508px;
}

.news .top .title {
    font-size: 24px;
    color: #2343B2;
    font-weight: bold;
}

.news .top .english {
    font-size: 12px;
    color: #ff0000;
}

.news ul {
    width: 1256px;
    margin: 0 12px;
    margin-top: 15px;
    background-color: #ffffff;
    padding: 12px 10px;
}

.news ul li {
    display: inline-block;
    width: 590px;
    position: relative;
    padding-left: 16px;
    line-height: 39px;
    border-bottom: 1px dashed #999999;
}

.news ul li:hover {
    background-color: #e8ecf3;
}

.news ul li:nth-child(2n+2) {
    margin-left: 44px;
}

.news ul li::before {
    content: '';
    position: absolute;
    width: 5px;
    height: 9px;
    background: url("../img/common/title-zs.png") no-repeat;
    top: 15px;
    left: 0;
}

.news ul li a {
    display:block;
    height:40px;
}

.news ul li h4 {
    font-size: 14px;
    font-weight: normal;
    color: #000000;
    float: left;
}

.news ul li .time {
    font-size: 14px;
    color: #000000;
    float: right;
}
/**
 * 产品资讯 End
 */