.industry_header{
    height:200px;
    width:100%;
    background:url(../images/industry_header.png) no-repeat center;
    background-color:#060136;
}
.industry_header .label{
    font-size:30px;
    color:#fff;
    line-height:42px;
    position: relative;
    top:58px;
    text-align: center;
}
.industry_header .nav{
    line-height:16px;
    position: absolute;
    left:0;
    top:22px;
}
.industry_header .nav img{
    width: 16px;
    height:16px;
    display: inline-block;
    vertical-align: middle;
}
.industry_header .nav span{
    display: inline-block;
    font-size:12px;
    color:#ABABAB;
    vertical-align: middle;
    margin-left:3px;
}

.industry_number{
    text-align: center;
}
.industry_number .item{
    width:25%;
    padding:50px 0;
    display: inline-block;
    vertical-align: top;
}
.industry_number .item .number{
    height:74px;
}
.industry_number .item .value{
    line-height: 74px;
    display: inline-block;
    vertical-align: bottom;
    font-size:60px;
    position: relative;
    color:#EE8C0D;
    font-weight: bold;
}
.industry_number .item .value>img{
    width:30px;
    position: absolute;
    right:-15px;
    bottom:0;
}
.industry_number .item .dw{
    display: inline-block;
    font-size:14px;
    line-height: 20px;
    vertical-align: bottom;
    color:#333;
}
.industry_number .item .label{
    font-size:14px;
    color:#333;
    line-height: 20px;
    margin-top:25px;
}
.industry_list{
    background-color:#F8F8F8;
	padding:80px 0 60px 0;
}
.industry_list .item{
    padding:0 0 20px 0;
    width:288px;
    margin-right:16px;
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
    position: relative;
}
.industry_list .item4,.industry_list .item8,.industry_list .item12{margin-right:0;}
.industry_list .item .image{
    width:287px;
    height: 287px;
}
.industry_list .item .title{
    font-size:20px;
    color:#333;
    line-height: 28px;
    margin-top:12px;
    font-weight: bold;
    padding-bottom:5px;
}
.industry_list .item .company{
    margin-top:15px;
    font-size:13px;
    color:#333;
    line-height: 18px;
    display: block;
}

.protect{
    width:100%;
    background-color:#fff;
    padding:48px 0 115px 0;
}
.protect .title{
    font-size:20px;
    color:#333;
    line-height: 28px;
    text-align: center;
}
.protect .list{
    margin-top:60px;
    text-align: center;
}
.protect .list .item{
    border:1px solid #DFDFDF;
    border-radius:4px;
    margin:0 5px;
    display: inline-block;
    width:158px;
    height:158px;
}
.protect .list .image{
    height:100px;
    display: inline-block;
}
.protect .list .name{
    font-size:15px;
    color:#333;
    line-height: 21px;
    margin-top:20px;
}

@media (max-width: 768px) {
	.industry_header{height:150px;}
	.industry_number .item{width:50%;}
	.industry_list{padding:30px 0;}
	.industry_list .item{width:50%; margin-right:0;}
	.industry_list .item .image{width:auto; height:auto; max-width:100%;}
	.protect{padding:30px 0 115px 0;}
	.protect .list{margin-top:30px;}
	.protect .list .item{margin:10px;}
}