.contact-section1{
    padding: 80px 0;
    background: url("../images/contact-bg.jpg") no-repeat ;
    background-size: cover;
}

.contact-section1 .left h2{
    font-size: 24px;
    padding-top: 40px;
}

.contact-section1 .left ul li{
    display: inline-block;
    border: 1px solid #e5e5e5;
    width: 148px;
    height: 158px;
    vertical-align: top;
    margin-top: 50px;
    font-size: 16px;
    color: #626262;
    padding: 25px 18px;
    line-height: 28px;
    margin-right: 15px;
}
.contact-section1 .left ul li:nth-child(1) img,
.contact-section1 .left ul li:nth-child(2) img{

    border-radius: 50px;
    margin-bottom: 15px;
}

.contact-section1 .left ul li:nth-child(3){
    text-align: center;
}
.contact-section1 .left ul li:nth-child(3) img{
    max-width: 100%;
}

.contact-section1 .left .c-bottom {
    margin-top: 30px;
}
.contact-section1 .left .c-bottom p{
    font-size: 14px;
    line-height: 30px;
}
.contact-section1 .left .c-bottom p b{
    font-size: 16px;
    vertical-align: middle;
}

.contact-section1 .left ul li:nth-child(3) {
    padding-top: 20px;
}
.contact-section1 .layui-row:nth-child(1){
    margin-bottom: 70px;
}

.contact-section1 .layui-row .con {
    position: relative;
}

.contact-section1 .layui-row .con .text{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    color: #fff;
    font-size: 16px;

    padding: 35px 48px;
    line-height: 30px;
    z-index: 99;
}
.contact-section1 .layui-row .con::after{

    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    transition: all .4s ease;
    background: rgba(0, 0, 0, .2);

}
.contact-section1 .layui-row .con:hover::after{

    background: rgba(255, 255, 255, .08);
}


.contact-section1 .layui-row .con .text h2{
    position: relative;
    margin-bottom: 26px;

}
.contact-section1 .layui-row .con .text h2:after{
    content: "";
    position: absolute;
    bottom: -12px;
    left: 0;
    width: 40px;
    height: 2px;
    background: #fff;

}


.contact-section1 .layui-row .con .text p{
    max-height: 60px;
    overflow: hidden
}







