.about-section1 {
    padding-top: 84px;
    padding-bottom: 75px;
}

.about-section1 dd{
    font-size: 14px;
    color: #333;
    line-height: 32px;

    margin-top: 20px;

}

.company-ln{
    background: url(../images/fygslnbg.jpg) no-repeat center top;
    height: 540px;
}

.container-in{
    position: relative;
    line-height: 30px;

}
.company-ln .text{
    padding-top: 90px;
    padding-left: 85px;
    width: 50%;
    position: absolute;
    right: 0;
    top: 0;
    color: #fff;
    font-size: 16px;
}

.company-ln .text h2{
    font-size: 40px;

    margin-bottom: 20px;
}
.company-ln .text ul{
    margin-top: 60px;
}
.company-ln .text ul li h3{
    font-size: 24px;

}
.company-ln .text ul li{
    padding: 28px 0 28px 110px;
    transition: all .3s ease;
}
.company-ln .text ul li:nth-child(1){
    background: url("../images/icon-ln1.png") no-repeat left center;
}
.company-ln .text ul li:nth-child(2){
    background: url("../images/icon-ln2.png") no-repeat left center;
}
.company-ln .text ul li:hover{
    margin-left: -15px;
}









