#home_logo{
    width: 561px;
    padding-top: 130px;
    margin: 0 auto;
}
#home_logo_desc{
    width: 481px;
    padding-top: 20px;
    padding-bottom: 200px;
    margin: 0 auto;
}
#introduction{
    background-color: #eeeeee;
    padding-bottom: 60px;
}
.introduction_box{
    width: 280px;
    float: left;
    margin-right: 108px;
}
.introduction_box:last-of-type{
    margin-right: 0;
}
.introduction_icon{
    height: 70px;
    padding-top: 46px;
    padding-bottom: 30px;
}
#icon_startup_accelerators{
    width: 63px;
}
#icon_corporate_innovation{
    width: 66px;
}
#icon_regional_innovation{
    width: 58px;
}
.introduction_title{
    color: #666666;
    font-size: 24px;
    padding-bottom: 8px;
}
.introduction_cont{
    height: 150px;
    font-size: 14px;
    line-height: 24px;
    font-family: GothamLight;
}
.introduction_btn{
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
    width: 278px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #333333;
    color: #333333;
    text-align: center;
    cursor: pointer;
    font-family: GothamLight;
}
.introduction_btn:hover{
    background-color: #ff6951;
    color: #ffffff;
    border-color: #ff6951;
}
#preparing{
    height: 594px;
}
#preparing_bg_left{
    background: url("../images/index/prepaing_bg.jpg") no-repeat top left;
    background-size: auto 100%;
    width: 364px;
    height: 594px;
    position: absolute;
    left: 0;
    top: 0;
}
#preparing_bg_right{
    background: url("../images/index/prepaing_bg.jpg") no-repeat top right;
    background-size: auto 100%;
    width: 339px;
    height: 594px;
    position: absolute;
    right: 0;
    top: 0;
}
#preparing .container{
    width: 480px;
    height: 130px;
    margin-top: 160px;
    overflow: inherit;
}
#preparing_slide{
    height: 100%;
}
#preparing:hover .swiper-wrapper{
    transition-timing-function:linear !important;
}
#preparing_pre{
    width: 39px;
    height: 95px;
    background: url("../images/index/prepaing_arrow_left.png") no-repeat;
    background-size: 100% auto;
    position: absolute;
    left: -40px;
    top: 10px;
    cursor: pointer;
    opacity: 0.3;
    outline:none;blr:expression(this.onFocus=this.blur());
}
#preparing_next{
    width: 39px;
    height: 95px;
    background: url("../images/index/prepaing_arrow_right.png") no-repeat;
    background-size: 100% auto;
    position: absolute;
    right: -40px;
    top: 10px;
    cursor: pointer;
    opacity: 0.3;
    outline:none;blr:expression(this.onFocus=this.blur());
}
#preparing_pre:hover,#preparing_next:hover{
    opacity: 1;
}
#preparing_slide img{
    width: auto;
    height: 100%;
    margin: 0 auto;
}
#step canvas{
    width: 100%;
    display: block;
}
#cooperate{
    margin: 80px auto;
}
#cooperate .container,#build .container{
    min-height: 64px;
}
#cooperate_btn{
    position: absolute;
    right: 0;
    bottom: 0;
    background: url("../images/index/btn_cooperate_join_us.png") no-repeat;
    background-size: 100% auto;
    width: 172px;
    height: 64px;
    cursor: pointer;
}
#cooperate_btn.active,#cooperate_btn:hover{
    background: url("../images/index/btn_cooperate_join_us_active.png") no-repeat;
    background-size: 100% auto;
}
#build{
    background-color: #f4f4f4;
    padding: 80px 0;
}
#build_btn{
    position: absolute;
    right: 0;
    bottom: 0;
    background: url("../images/index/btn_build_welcome.png") no-repeat;
    background-size: 100% auto;
    width: 172px;
    height: 64px;
    cursor: pointer;
}
#build_btn.active,#build_btn:hover{
    background: url("../images/index/btn_build_welcome_active.png") no-repeat;
    background-size: 100% auto;
}