/* 联系我们开始 */
.lxbg {
    width: 100%;
    background-color: #f0eeee;
}
.lx {
    margin: -30px auto 0;
}
.l-bg {
    width: 100%;
    background: #f8f7f7;
    height: 90px;
    opacity: .5;
}
.lx1 {
    width: 98%;
    background: #ffffff;
    height: 70px;
    margin: -80px 1% 0;
    position: relative;
    z-index: 1;
}
.lx1 h2 {
    float: left;
    color: #000000;
    font-size: 24px;
    padding: 0 20px;
}
.lx1 p {
    float: right;
    color: #999999;
    font-size: 12px;
    margin-right: 30px;
}
.lx1 p a {
    color: #999999;
}
/* 合作伙伴开始 */
.huobanbg {
    width: 100%;
    background-color: #f0eeee;
    padding: 50px 0;
}
.huoban h2 {
    font-size: 32px;
    text-align: center;
    color: #0074bb;
}
.huoban h3 {
    font-size: 16px;
    font-weight: normal;
    margin-top: 10px;
    text-align: center;
    color: #0074bb;
}
.huoban1 {
    margin-top: 20px;
}
.huoban1 ul li {
    float: left;
    width: 171px;
    height: 200px;
    background: url(../images/index-huoban1.png)no-repeat center;
}
.huoban1 ul li:hover {
    transition: all .5s ease;
    transform: translateY(-0.8rem);
}
.huoban1 ul li img {
    width: 80%;
    margin: 53px auto 0;
}
.huoban2 {
    margin-left: 86px;
   
}
.huoban2 ul li {
    float: left;
    width: 171px;
    height: 200px;
    background: url(../images/index-huoban1.png)no-repeat center;
    margin-top: -52px;
}
.huoban2 ul li img {
    width: 80%;
    margin: 53px auto 0;
}
.huoban2 ul li:hover {
    transition: all .5s ease;
    transform: translateY(0.8rem);
}
/* 业务流程开始 */
.liuchengbg {
    width: 100%;
    background: url(../images/index-liucheng1.png)no-repeat center;
    
}
.liucheng ul {
    padding-left: 22%;
}
.liucheng ul li {
    float: left;
    width: 100px;
    border-radius: 100%;
    border: 1px solid #ffffff;
    height: 107px;
    margin-top: 20px;
}
.liucheng ul span {
    width: 28px;
    height: 20px;
    float: left;
    display: block;
    background: url(../images/index-liucheng8.png) no-repeat;
    margin: 63px 15px 0;
}
.liucheng ul li img {
    width: 50%;
    margin: 0 auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
/* 地图开始 */
.ditubg {
    width: 100%;
}
.ditubg img {
    width: 100%;
}

/* 友情链接开始 */
.lianjiebg {
    width: 100%;
    padding: 40px 0;
}
.lianjie2 {
    margin-top: 40px;
    overflow: hidden;
}
.lianjie2 ul li {
    float: left;
    width: 240px !important;
    margin: 0px 1% 0px 1%;
}
.lianjie2 ul li:hover img {
    transform: scale(1.2);
    transition: all 1s ease;
}
.lianjie2 ul li a div {
    position: relative;
    width: 100%;
    height: 320px;
    overflow: hidden;
}
.lianjie2 ul li a div img {
    width: 100%;
    height: 100%;
}
.lianjie2 ul li a div span {
    position: absolute;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    width: 150px;
    height: 35px;
    text-align: left;
    padding-left: 10px;
    line-height: 35px;
    z-index: 2;
    transition: all 1s ease;
    font-size: 16px;
    color: #ffffff;
}
.lianjie2 ul li a div span i {
    float: right;
    background-color: #23d3b6;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    transition: all 1s ease;
}
.lianjie2 ul li:hover span {
    width: 180px;
}
.lianjie2 ul li:hover span i {
    width: 50px;
}
.lianjie2 ul li a p {
    font-size: 18px;
    color: #000000;
    text-align: center;
    background-color: #efefef;
    padding-top: 10px;
}

@media only screen and (max-width: 980px) {
    /* 业务流程开始 */
    .liuchengbg {
        background: #000000 !important; 
        padding: 10px 0;
     }
     .liucheng ul {
         padding-left: 0px;
     }
     .liucheng ul span {
         display: none;
     }
     .liucheng ul li {
         width: 31%;
         margin: 0px 1% 20px 1%;
     }
     /* 合作伙伴开始 */
     .huobanbg {
         padding: 20px 0;
     }
     .huoban h2 {
         font-size: 22px;
     }
     .huoban h3 {
         font-size: 14px;
     }
     .huoban1 ul li {
         width: 48%;
         margin: 0px 1% 0px 1%;
     }
     .huoban2 {
         margin-left: 0px;
     }
     .huoban2 ul li {
         width: 48%;
         margin: 0px 1% 0px 1%; 
     }
     .lianjie2 ul li a div {
         height: 240px;
     }
}