/* 首页 */
.banner_left {
    width: 100%;
}

.banner_left img {
    width: 100%;
    height: 450px;
}
/* 代表机构 */
.db_jig img{
    display: block;
    margin: 0 auto;
}
.chengshi{
    width: 990px;
    margin: 0 auto;
    background-color: #FBFBFB;
    border-radius: 4px;
    padding: 20px 20px 0 20px;
}
.chengshi li{
    margin-right: 50px;
    margin-bottom: 20px;
}
.chengshi span{
    display: block;
    width: 10px;
    height: 10px;
    background-color: #B3B3B3;
    border-radius: 1000px;
}
.chengshi p{
    padding-left: 6px;
    box-sizing: border-box;
}
/* 先进技术 */
.technology{
    width: 940px;
    height: 800px;
    margin: 0 auto;
    background: url(../img/bg-1.png) no-repeat;
}
.zhuyin{
    color: white;
    line-height: 800px;
    text-align: center;
    margin-left: -65px;
    padding-top: 20px;
}
.technology .top div,
.technology .left div,
.technology .right div,
.technology .bottonm div{
    width: 100px;
    height: 100px;
    background-color: #FFD384;
    color: white;
    border-radius: 1000px;
    line-height: 100px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
}
.technology .top .top1{
    top: 70px;
    left: 190px;
}
.technology .top .top2{
    top: 90px;
    left: 390px;
    background-color: #E97878;
}
.technology .top .top3{
    top: 70px;
    left: 560px;
    background-color: #9A8194;
}
.technology .left .left1{
    top: 230px;
    left: 110px;
    background-color: #9A8194;
}
.technology .left .left2{
    top: 430px;
    left: 90px;
    background-color: #A4EBF3;
}
.technology .right .right1{
    top: 240px;
    left: 610px;
    background-color: #C19277;
}
.technology .right .right2{
    top: 370px;
    left: 730px;
    background-color: #BBDFC8;
}
.technology .right .right3{
    top: 460px;
    left: 610px;
    background-color: #FCD1D1;
}
.technology .bottonm .bottonm1{
    top: 570px;
    left: 280px;
    background-color: #E97878;
}
.technology .bottonm .bottonm2{
    top: 570px;
    left: 470px;
    background-color: #A3D2CA;
}
.xiangmu{
    background-color: #DBF1E1;
    color: #06CC71;
    padding: 2px 8px;
    border-radius: 100px;
    margin-right: 10px;
    font-size: 14px;
}
.feature{
    background-color: #DBF1E1;
    border-radius: 12px;
    padding: 20px;
    font-size: 16px;
    line-height: 24px;
    color: #444;
    margin-top: 30px;
}

/* 首页标题 */
.index_title{
    margin: 0 auto;
    text-align: center;
    background: url(../img/titleBg.png) no-repeat;
    width: 320px;
    height: 80px;
    line-height: 78px;
    margin-top: 80px;
}
.index_t_x{
    width: 248px;
    height: 29px;
    margin: 0 auto;
    background: url(../img/titleBg1.png) no-repeat;
    line-height: 29px;
    font-size: 22px;
    font-weight: bold;
    color: #444;
    margin-top: 15px;
}
