/* 历程开始 */
.lichengbg {
    width: 100%;
}
.licheng {
    max-width: 1450px;
    margin: 0 auto;
}
.licheng1 {
    background-color: #0172b7;
}
.licheng1 ul {
    max-width: 1450px;
    margin: 0 auto;
}
.licheng1 ul li {
    float: left;
    width: 140px;
    line-height: 50px;
    text-align: center;
    border-right: 1px solid #348ec5;
}
.licheng1 ul li a {
    display: block;
    font-size: 16px;
    color: #ffffff;
    font-weight: bold;
}

.licheng1 ul li a:hover {
    background-color: #ffffff;
    color: #0172b7;
}
.licheng2 {
    margin-top: 45px;
    text-align: center;
}
.licheng2 .img1 {
    display: inline-block;
    width: 16px;
    height: 20px;
    margin-right: 30px;
}
.licheng2 .img2 {
    display: inline-block;
    width: 16px;
    height: 20px;
    margin-left: 30px;
}
.licheng2 h2 {
    color: #333333;
    font-size: 24px;
    display: inline-block;
}
.licheng3 {
    max-width: 1350px;
    margin: 35px auto 0;
}
.licheng3 ul li {
    margin-bottom: 20px;
}
.licheng31 {
    width: 46%;
    float: left;
}
.licheng31 img {
    width: 100%;
}
.licheng32 {
    float: left;
    width: 9%;
    text-align: right;
    color: #000000;
    font-size: 16px;
    font-weight: bold;
} 
.licheng33 {
    float: left;
    width: 9%;
}
.licheng33 img {
    margin: 0 auto;
}
.licheng34 {
    width: 34%;
    float: left;
}
.licheng34 p {
    color: #333333;
    font-size: 16px;
    margin-bottom: 15px;
}

.licheng4 {
    margin-top: 90px;
    width: 100%;
    background-color: #222222;
    padding: 50px 0;
}
.lc {
    max-width: 1200px;
    margin: 0 auto;
}
.lc1 {
    border-bottom: 1px dashed #ffcc99;
    width: 100%;
    text-align: center;
    padding-left: 40%;
}
.lc1 ul li {
    position: relative;
    float: left;
    width: 100px;
    text-align: center;
    padding-bottom: 10px;
    height: 68px;
}
.lc1 ul li:after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 50%;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: #ffcc99;
}
.lc1 ul li a {
    color: #ffffcc;
    font-size: 24px;
    display: block;
}
.lc1 ul li:hover a {
    color: #ffcc00 !important;
    transition: all 1s ease;
}
.l {
    color: #ffcc00 !important;
    font-size: 38px !important;
}
.lc2 {
    margin-top: 50px;
}
.lc2-left {
    float: left;
    width: 40%;
}
.lc2-left img {
    width: 100%;
}
.lc2-right {
    float: right;
    width: 50%;
}
.lc2-right h2 {
    padding-top: 17px;
    font-size: 32px;
    font-weight: normal;
}
.lc2-right h2 a {
    color: #ffcc09;
}
.lc2-right p {
    margin-top: 20px;
    color: #ffffff;
    font-size: 14px;
}
.contentfirst{ display:none;}
.contentin{ display:block;}
.lc1 ul li a:hover .contentfirst {
    display: block;
}
.lc2:hover img {
    transform: scale(1.2);
    transition: all 1s ease;
}



@media only screen and (max-width: 980px) {
    /* 公司历程开始 */
    .licheng1 ul li {
        width: 50%;
    }
    .licheng31 {
        display: none;
    }
    .licheng32 {
        width: 30%;
        font-weight: bold;
    }
    .licheng34 {
        width: 55%;
    }
    .lc1 {
        padding-left: 0px;
    }
    .lc2-left {
        float: none;
        width: 100%;
    }
    .lc2-right {
        float: none;
        width: 100%;
        padding: 0 20px;
    }
}
