.glyphicon{
    width: 12px;
}
.section>.page-cont {
    width: 1000px;
}

.page-second-title {
    line-height: 1.6;
}

.page1 {
    background: url('../image/prod_banner.png') no-repeat;
    background-position: center;
    background-size: cover;
}

.page1 {
    display: block;
}

.page1 .page-cont {
    padding-top: calc(8% + 60px);
    color: #fff;
}

.page2 {
    background: #fff;
    color:#000;
}

.page2 .page-title {
    margin-bottom: 50px;
}

.page2 .page-second-title {
    margin-bottom: 60px;
}

.page3 {
    background: url('../image/product_bg_2.png') no-repeat;
    background-size: cover;
}
.page3 .service-item{
    margin-bottom: 0;
}
.page3 .service-item li a{
    color:#000;
}
.page3 .service-item li a:hover{
    color:#000;
}

.page4 {
    background: url('../image/product_bg_3.png') no-repeat;
    background-size: cover;
}
.page4 .btn{
    transition: all  ease .5s;
}
.page4 .btn:hover{
    color: #008eff;
    transform: translateX(15px);
}

.page2 .service-item li::before, .page2 .service-item li::after {
    content: none;
}

.tembin-service-item {
    margin-top: 80px;
}

.tembin-service-item li {
    width: 50%;
    float: left;
    text-align: center;
    height: 350px;
    color: #fff;
    vertical-align: middle;
    position: relative;
    cursor: pointer;
}

.tembin-service-item li .link {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    z-index: 3;
}

.tembin-service-item li:nth-of-type(1) {
    background: url("../image/product_service_1.png") no-repeat;
    background-size: cover;
}

.tembin-service-item li:nth-of-type(2) {
    background: url("../image/product_service_2.png") no-repeat;
    background-size: cover;
}

.tembin-service-item li:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: -1px;
    top: 0;
    width: calc(100% + 1px);
    height: 100%;
    background-color: transparent;
    transition: all ease .5s;
    cursor: pointer;
}

.tembin-service-item li:hover::after {
    background-color: rgba(10, 114, 197, .8);
}

.tembin-service-item li a {
    color: #fff;
    width: 100%;
}

.tembin-service-item li h3 {
    font-size: 30px;
    margin-bottom: 20px;
    font-weight: normal;
    width: 100%;
}

.tembin-service-item li .ab_wrap {
    position: absolute;
    z-index: 2;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.page4 .page-second-title {
    margin-bottom: 80px;
}





