.ap {
	width: 1170px;
	margin: 0 auto;
	text-align: center;
    padding-top: 50px;
	/* margin-top: 50px;
	margin-bottom: 50px; */
}
.ap h1{
	font-size: 46px;
    font-weight: 500;
    color: #000;
	line-height: 2;
}
.ap h3{
	font-size: 24px;
	font-family: inherit;
	font-weight: 500;
	line-height: 1.1;
	color: inherit;
}
.tables {
	padding: 15px 10% 15px 6%;
	font-size: 16px;
	border: 3px solid white;
	-webkit-border-bottom-left-radius: 20px 500px;
    -webkit-border-bottom-right-radius: 500px 30px;
    -webkit-border-top-right-radius: 5px 100px;
    -moz-border-radius-bottomleft: 20px 500px;
    -moz-border-radius-bottomright: 500px 30px;
    -moz-border-radius-topright: 5px 100px;
    border-radius-bottomleft: 20px 500px;
    border-radius-bottomright: 500px 30px;
    border-radius-topright: 5px 100px;
    -webkit-box-shadow: 0 2px 10px 1px rgba(0,0,0,.2);
    -moz-box-shadow: 0 2px 10px 1px rgba(0,0,0,.2);
    box-shadow: 0 2px 10px 1px rgba(0,0,0,.2);
    -moz-box-shadow: -7px 10px rgba(0,0,0,0.3);
    -webkit-box-shadow: -7px 10px rgba(0,0,0,0.3);
    box-shadow: -7px 10px rgba(0,0,0,0.3);
}
.table {
	width: 100%;
	max-width: 100%;
	margin-bottom: 20px;
	background-color: transparent;
	border-spacing: 0;
	border-collapse: collapse;
}
.table>tbody>tr>td {
	border: none;
	text-align: right;
	vertical-align: middle;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
	padding: 8px;
	line-height: 1.42857143;
	vertical-align: top;
}
.tables span {
	color: red;
}
.table input[type="text"] {
	width: 100%;
	height: 30px;
}
.table input, .table textarea {
	border: none;
	border-bottom: 1px solid #222225;
	outline: none;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	margin: 0;
	font: inherit;
	color: inherit;
}
.company_type{
	cursor: hand;
}
.submit button {
	    padding: 10px 20px;
    border: none;
    border-radius: 8px;
    background: rgb(0 222 145);
    color: #fff;
    cursor: hand;
    transition: all 0.3s;
    width: 250px;
    height: 90px;
    font-size: 28px;
}
.submit button:hover{
	background: #ff1032;
}
.l_text{
	font-size: 18px;
	margin-right: 26px;
	display: inline-block;
    height: 31px;
    line-height: 20px;
    vertical-align: middle;
	font-weight: 500;
}
[name=company_type]{
	zoom: 150%;
	margin-right: 5px;
}
.bantxt{
	width: 100%;
    height: 88px;
    opacity: 1;
    background-color: #ffffff;
    border-radius: 12px;
    border: 0px;
    padding-left: 50px;
    color: #b0b0b0;
    padding-right: 20px;
    outline: none;
    font-size: 18px;
}
.banner1{
	width: 100%;
    height: 900px;
    margin: auto;
    background: url(/public/images/index/PC/application_02-min.jpg) no-repeat center center;
}
.form-control{
    opacity: 1;
    background-color: #ffffff;
    border-radius: 12px;
    border: 0px;
    padding-left: 50px;
    color: rgb(163 169 167);
    padding-right: 20px;
    padding-top: 20px;
    outline: none;
    width: 100%;
    margin-top: 20px;
    font-size: 20px;
}
.come{
	float: left;
}



