.gateway-check-banner{
    width: 1280px;
    height: 400px;
    background: url("../../images/banner/banner_service.png");
    background-size: 100% auto;
    margin:0 auto;
    padding:0 auto;
}

.gateway-check-ability-main{
    width:1200px;
    height:auto;
    margin:20px  auto;
    padding:0 auto;
    margin-bottom:60px;
}

.gateway-ability-title{
    font-family: SimHei;
    font-size: 20px;
    font-weight: bold;
    color: #1d1e20;
    margin-top: 27px;
    text-align: left;
}

.gateway-ability-search {
    display: flex;
    align-content: center;
    margin: 4px auto;
}

.gateway-ability-search-select {
    font-family: SimHei;
    width: 260px;
    height: 35px;
    border: solid 1px rgba(191, 191, 191, 0.8);
    background-color: rgba(255, 255, 255, 0.8);
    font-size: 13px;
    line-height: 35px;
    text-indent: 14px;
    color: #1d1e20;
}

.gateway-ability-search-input {
    font-family: SimHei;
    font-size: 12px;
    color: #1d1e20;
    background: url(./../../images/common/search.png) no-repeat 170px center;
    background-color: rgba(255, 255, 255, 0.8);
    background-size: 16px 16px;
    border: solid 1px rgba(191, 191, 191, 0.8);
    filter: alpha(opacity=50);
    width: 260px;
    height: 35px;
    line-height: 35px;
    text-indent: 14px;
}

.gateway-ability-search-button {    
    width: 100px;
    height: 32px;
    border: 0;
    background: #941d21;
    color: #ffffff;
}

.gateway-check-ability-content {
    margin: 20px auto;
}

.gateway-check-ability-content-table {
    width: 1200px;
    margin: 0 auto;
	font-family: HiraginoSansGB-W6;
	font-stretch: normal;
	line-height: 25px;
	letter-spacing: 0px;
	color: #444242;
    text-align: center;
}

.gateway-check-ability-content-table-thead {
    background-color: #9b1e22;
    color: white;
}
.gateway-check-ability-content-table-th {
    text-align: center;
	font-size: 14px;
	font-weight: bold;
}
.gateway-check-ability-content-table-td {
	font-size: 13px;
}