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

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

/**
 * 产品列表 Start
 */
.product {
    background-color: #f5f5f5;
}
 
.product .list {
    display: inline-block;
    margin-top: 25px;
    padding: 0 12px;
}

.product .item {
    display: block;
    width: 412px;
    /*height: 490px;*/
    float: left;
    /*padding: 10px;*/
    margin: 0 20px 20px 0;
    /*box-shadow: 0 0 10px #dedede;*/
    background-color: #ffffff;
}

.product .item:nth-child(3n+3) {
    margin-right: 0;
}

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

.product .item .img-area {
    width: 386px;
    border: 13px solid #2343B2;
    overflow: hidden;
}

.product .item img {
    transition: all 0.6s ease-in-out;
}

.product .item img:hover {
    transform: scale(1.05);
}

.product .item .cont {
    padding: 12px;
}

.product .item .cont h3 {
    width: 70%;
    font-weight: bold;
    color: #555555;
    font-size: 18px;
    line-height: 32px;
    float: left;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.product .item .cont .model {
    float: right;
    font-size: 16px;
    color: #999999;
    line-height: 32px;
}

.product .item .cont .intro {
    clear: both;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    color: #5a5a5a;
    font-size: 16px;
    min-height: 66px;
}

.product .item .cont .tel {
    float: left;
    color: #ff0000;
    padding-top: 23px;
    font-size: 16px;
}

.product .item .cont .more {
    float: right;
    font-size: 18px;
    width: 128px;
    height: 38px;
    color: #ffffff;
    background-color: #2343B2;
    text-align: center;
    line-height: 38px;
    margin: 14px 0 6px 0;
}
/**
 * 产品列表 End
 */

/**
 * 翻页 Start
 */
.page {
    text-align: center;
    padding: 30px 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
 */