
html, body, ul, li, ol, dl, dd, dt, p, h1, h2, h3, h4, h5, h6, form, fieldset, legend, img {
    margin: 0;
    padding: 0;
}
fieldset, img, input, button ,select{
    border: none;
    padding: 0;
    margin: 0;
    outline-style: none;
}
ul, ol {
    list-style: none;
}
input , button{
    padding-top: 0;
    padding-bottom: 0;
    font-family: "微软雅黑";
}
button{
    cursor:pointer;
    background: transparent;
}
select, input {
    vertical-align: middle;
}
select, input, textarea {
    font-size: 12px;
    margin: 0;
    background: transparent;
}
textarea {
    resize: none;
    font-family: "Microsoft YaHei";
    outline-style: none;
}
img {
    border: 0;
    vertical-align: middle;
}
table {
    border-collapse: collapse;
}
body {
    font: 14px/150% "微软雅黑"!important;
    color: #000;
	padding-bottom:60px;
}
.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1; /*IE/7/6*/
}
.f-l{
    float: left;
}
.f-r{
    float: right;
}
a {
    text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
    text-decoration: none;
    font-weight: normal;
    font-size: 100%;
}
em ,i , u{
    font-style: normal;
    text-decoration: none;
}
.inner{
    width: 100%;
    box-sizing: border-box;
    margin: 0 auto;
}
/*   1   */
.header{
    width: 100%;
}
.header>img{
    display: block;
    width: 100%;
    height: 100%;
}
footer {
    width: 100%;
    background: #333;
    text-align: center;
    color: #888888;
    line-height: 60px;
    font-size: 16px;
    position: fixed;
    left: 0;
    bottom: 0;
    _position: absolute;
    _top: expression(document.documentElement.clientHeight + document.documentElement.scrollTop - this.offsetHeight);
}
.content>img{
    float: left;
    width: 50%;
}
.info{
    float: right;
    width: 50%;
    box-sizing: border-box;
    padding: 24px 24px 0;
}
.info h3{
    font-size: 28px;
    line-height: 50px;
    color: #000;
    margin-bottom: 28px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: relative;
}
.info h3:after{
    content: "";
    width: 30px;
    height: 0px;
    background-color: #8b8b8b;
    position: absolute;
    bottom: 0;
    left: 0;
}
.info h4{
    font-size: 14px;
    line-height: 22px;
    color: #4f4f4f;
}
.info p{
    font-size: 14px;
    line-height: 22px;
    color: #4f4f4f;
    text-indent: 2em;
}
.info_list{
    padding: 14px 60px;
    list-style: disc;
}
.info_list li{
    font-size: 14px;
    line-height: 22px;
    color: #4f4f4f;
}
.info_sel{
    margin-top: 20px;
}
.info_sel select{
    float: left;
    font-size: 15px;
    line-height: 42px;
    height: 42px;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    width: 200px;
    margin-right: 32px;
    padding: 0 14px 0 10px;
    text-align-last: left;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    background: url(https://www.event.com.cn/3ds2022/public/static/home/images/down.png) no-repeat right center;
    background-size: auto 10px;
    background-origin: content-box;
}
.btn{
    display: block;
    font-size: 15px;
    line-height: 44px;
    color: #fff;
    border-radius: 4px;
    background-color: #e7250f;
    width: 163px;
    text-align: center;
}
.info_sel .btn{
    float: left;
}
/*   2   */
.apply_info{
    float: right;
    width: 50%;
    box-sizing: border-box;
    padding: 0 26px;
}
.apply_info h2{
    font-size: 24px;
    line-height: 86px;
    color: #0d0e0e;
}
.apply_info_list li{
    margin-top: 18px;
    overflow: hidden;
}
.apply_info_list li h3{
    float: left;
    width: 110px;
    font-size: 14px;
    line-height: 34px;
    color: #0a0c0c;
    padding: 0 10px;
    text-align: right;
    box-sizing: border-box;
}
.apply_info_list li input{
    float: left;
    width: 420px;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 34px;
    color: #6a6b6b;
    padding: 0 10px;
    border: 1px solid #f4f4f4;
}
.apply_info_list li select{
    float: left;
    width: 420px;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 34px;
    height: 34px;
    color: #6a6b6b;
    padding: 0 10px;
    border: 1px solid #f4f4f4;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    background: url(https://www.event.com.cn/3ds2022/public/static/home/images/down.png) no-repeat right center;
    background-size: auto 7px;
    background-origin: content-box;
}
.apply_info_list li select.sel1{
    width: 156px;
    margin-right: 10px;
}
.apply_info_list li select.sel2{
    width: 122px;
    margin-right: 10px;
}
.apply_info .btn{
    margin: 30px 0 0 250px;
}