/*新闻列表*/
.list1_box {
    padding-bottom: 30px;
}

.list1_box ul {
    padding: 10px 0;
}

.list1_box ul li {
    border-bottom: 1px dashed #E6E6E6;
    line-height: 30px;
    padding: 5px;
}

.list1_box ul li span {
    float: right;
    padding-left: 10px;
}

.list1_box ul li a {
    height: 30px;
    background: url(../images/dian3.png) no-repeat left;
    padding-left: 8px;
    background-size: 4px;
}



/*产品列表*/
.list2_box {
    padding-bottom: 30px;
}

.list2_box ul {
    padding: 10px 0;
}

.list2_box ul li {
    border-bottom: 1px dashed #E6E6E6;
    line-height: 30px;
    padding: 5px;
}

.list2_box ul li a {
    height: 30px;
    background: url(../images/dian3.png) no-repeat left;
    padding-left: 8px;
    background-size: 4px;
}

.list2_box ul li p {
    font-size: 12px;
    height: 30px;
}


/*业务板块*/
.list3_box {
    padding-bottom: 30px;
}

.list3_box ul {
    padding: 10px 0;
}

.list3_box ul li {
    border-bottom: 1px dashed #E6E6E6;
    line-height: 30px;
    padding: 5px;
}

.list3_box ul li p {
    float: right;
    padding-left: 10px;
}

.list3_box ul li p span {
    padding-right: 10px;
}

.list3_box ul li p a {
    padding-left: 5px;
}

.list3_box ul li>a {
    height: 30px;
    background: url(../images/dian3.png) no-repeat left;
    padding-left: 8px;
    background-size: 4px;
}


/*企业文化*/
.list4_box {
    padding: 10px 0;
}

.list4_box ul {
    margin: 0 5px;
}

.list4_box ul li {
    width: 48%;
    float: left;
    margin: 0 1% 10px;
    transition: all 0.2s;
}

.list4_box ul li:active {
    transform: translateY(-4px);
    box-shadow: 0 1px 5px 2px #EEEEEE;
}

.list4_box ul li dl {
    border: 1px solid #e2e2e2;
    text-align: center;
    padding-bottom_: 20px;
}

.list4_box ul li dd {
    height: 150px;
    line-height: 150px;
    margin: -1px -1px 0;
}

.list4_box ul li dd img {
    max-width: 80%;
    max-height: 80%;
}

.list4_box ul li dt {
    color_: #DD1721;
    border-bottom_: 2px solid #c02120;
    line-height: 25px;
    height: 25px;
    padding: 5px;
    margin: 0 5px;
}


/*分公司介绍*/
.list6_box {
    padding: 10px 0;
}

.list6_box ul {
    margin: 0 5px;
}

.list6_box ul li {
    width: 48%;
    float: left;
    margin: 0 1% 10px;
    transition: all 0.2s;
}

.list6_box ul li:active {
    transform: translateY(-4px);
    box-shadow: 0 1px 5px 2px #EEEEEE;
}

.list6_box ul li dl {
    border: 1px solid #e2e2e2;
    text-align: center;
    padding-bottom: 20px;
}

.list6_box ul li dd {
    height: 150px;
    line-height: 150px;
    margin: -1px -1px 0;
}

.list6_box ul li dt {
    color: #333;
    line-height: 25px;
    height: 25px;
    padding: 5px;
    margin: 0 5px;
}


/*招聘页面*/
.list7_box {
    padding: 10px 0;
}

.list7_box li {
    margin-bottom: 30px;
}

.list7_box li .list7_lable {
    background: #F5F5F5;
    font-size: 18px;
    height: 50px;
    line-height: 50px;
    padding: 0 30px;
}

.list7_box li .list7_lable dd {
    float: right;
    width: 40px;
    height: 40px;
    background: url(/pic/btn_jia1.png) no-repeat center;
    margin-top: 5px;
    cursor: pointer;
    transition: all 0.4s;
}

.list7_box li.cur .list7_lable dd {
    background-image: url(/pic/btn_jian1.png);
}

.list7_con {
    display: none;
}

.list7_con .field_style1 {
    padding: 30px 0;
}

.list7_con .field_style1 dl {
    float: left;
    width: 240px;
    padding: 0 30px;
    line-height: 30px;
    color: #666666;
}

.list7_con .field_style1 dt,
.list7_con .field_style1 dd {
    display: inline-block;
}

.list7_con .field_style2 dl {
    padding: 0 30px 30px 30px;
}

.list7_con .field_style2 dt {
    line-height: 40px;
}


/*资质荣誉*/
.list8_box ul {
    margin: 10px;
}

.list8_box ul li {
    border-bottom: 1px solid #CACACA;
    line-height: 32px;
    margin-bottom: 10px;
    transition: all 0.4s;
}

.list8_box ul li span {
    display: inline-block;
    vertical-align: middle;
    width: 6px;
    height: 2px;
    margin-right: 4px;
    background: #000000;
    transition: all 0.4s;
}

.list8_box ul li:hover span {
    background: #DD1721;
    transform: rotate(90deg);
}

.list8_box ul li:hover {
    color: #DD1721;
}