#header{
  border-bottom: 2px #eb5a1b solid;
}

#wrap {
   position: relative; 
   margin: 0 auto;
    height: 100%; 
    overflow: hidden; 
}
#wrap {
     width: 1140px; 
    margin: 0 auto; 
    padding: 30px 0 50px 0; 
}

.index_h2 {
    text-align: left;
    font-weight: bold;
    line-height: 1;
    font-size: 34px;
    margin-bottom: 20px;
    color: #757575;
    margin: 50px auto;
    width: 1140px;
}


.row:after, .row:before {
    display: table;
    content: " ";
}


.item-list {
    text-align: center;
    width: 1140px;
}

/**
.item-list .row {
    margin-right: -15px;
    margin-left: -15px;
}
*/

.item-list .row span {
    color: #666;
    display: block;
    margin: 30px 35px;
    text-align: justify;
}

.item-list .row .logo_intro_title {
    color: #ea5514;
    font-size: 16px;
    margin-bottom: 5px;
}
.item-list .row .logo_intro_text {
    color: #666;
    margin-bottom: 5px;
    font-size: 14px;
}


   

.col-md-3 {
    width: 30%;
    float: left;
    
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.item-list .col-sm-4 a {
    display: block;
    width: 220px;
    height: 130px;
    margin-bottom: 70px;
    line-height: 220px;
     margin: 5px auto;
}

.img-responsive {
	max-width: 90%;
	max-height: 90%;
    display: inline-block;
}
.sub-title {
    text-align: justify;
    width: 976px;
    transition: all, .5s;
    border-radius: 3px;
    text-decoration: none;
    font-size: 16px;
    color: #666;
    margin: 0 auto;
    line-height: 29px;
}

.hidden-company-intro {
	background-color: #f7f7f7;width:100%;display: none;
}

.logo_intro_online {
	color: #ea5514;
	margin-bottom: 5px;
    margin-top: 5px;
}

.logo_intro_online a:link {
	color: #ea5514
}
.logo_intro_online a:visited {
	color: #ea5514
}

.mobile_row{
	display: none;
}