@charset "utf-8";

@font-face {
    font-family: 'icons';
    src:url('fonts/icons.eot?i0jel8');
    src:url('fonts/icons.eot?#iefixi0jel8') format('embedded-opentype'),
        url('fonts/icons.woff?i0jel8') format('woff'),
        url('fonts/icons.ttf?i0jel8') format('truetype'),
        url('fonts/icons.svg?i0jel8#icons') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
    font-family: 'icons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-earch:before {content: "\e600";}
.icon-light:before {content: "\e601";}
.icon-group:before {content: "\e602";}
.icon-member:before {content: "\e603";}
.icon-clock:before {content: "\e604";}
.icon-book:before {content: "\e605";}
.icon-RemoveIcon:before {content: "\e606";}
.icon-Badge:before {content: "\e607";}
.icon-BackIcon:before {content: "\e608";}
.icon-BackIconR:before {content: "\e609";}
.icon-BackIconL:before {content: "\e60a";}
.icon-AddIcon:before {content: "\e60b";}

*{
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
img{
    max-width: 100%;
}
html.home ,
.home body{
    height: 100%;
    overflow: hidden;
    font-size: 14px;
}
body,div,section,span,h1,ul,ol{
    margin: 0;
    padding: 0;
}
ul,ol{
    list-style: none;
}
button{
    -webkit-appearance: none;
    border: none;
}
.btn{}
.btn-submit{
    border: none;
    background-color: #F64949;
    height: 52px;
    line-height: 52px;
    font-size: 18px;
    padding: 0 60px;
    color: #fff;
    border-radius: 5px;
}


.home header{
    position: absolute;
    width: 100%;
    top: 0;
    background-color: #f69;
    /*background: url(../images/banner_2014.png) 0 0 no-repeat;*/
    -webkit-background-size: cover;
    background-size: cover;
}
.home header,
.home footer{
    width: 100%;
    height: 85px;
}
.body{
    height: 90%;
    padding-top: 87px;
    overflow: hidden;
    position: relative;
    background-color: #f1fff7;
}
.columns{ 
    padding: 2%;
    height: 100%;
    display:-moz-box;
    display:-webkit-box;
    display:box;
    -webkit-box-sizing: border-box;
}
.columns .boxes{
    -moz-box-flex:1;
    -webkit-box-flex:1;
    box-flex:1;
    height: 100%;
    text-align: center;
}
.columns .boxes .animated{
    display: block; 
    overflow: hidden;
    text-decoration: none;
}
.columns .two{margin: 0 2%;}

.columns .part1{height: 59%;background-color: #03A7F2;
    -webkit-animation-delay: .1s;
    animation-delay: .1s;
}
.columns .part2{height: 39%;background-color: #56BC8A;
    -webkit-animation-delay: .2s;
    animation-delay: .2s;
}
.columns .part3{height: 37%;background-color: #6BB10A;
    -webkit-animation-delay: .3s;
    animation-delay: .3s;
}
.columns .part4{height: 61%;background-color: #EE9C26;
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
}
.columns .part5{height: 37%;background-color: #E66444;
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
}
.columns .part6{height: 39%;background-color: #CB4E98;
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
}
.columns .part7{height: 20%;background-color: #EB3200;
    -webkit-animation-delay: .7s;
    animation-delay: .7s;
}

.columns .boxes .animated:active,.columns .boxes .animated:focus{
    /*background-color: #f00;*/
}

.columns .placeholder{height: 2%;background-color: #fff;}

.columns .center{
    width: 75px;
    height: 80px;
    position: relative;
    top: 50%;
    text-align: center;
    margin: -40px auto;
    display:block;
    vertical-align: middle;
    text-decoration: none;
    font-size: 18px;
    color: #fff;
}
.columns .part7{
    position: relative;
}
.columns .part7 .center{
    height: 42px;
    margin-top: -21px;
}
.columns .part7 .swd{
    position: absolute;
    display: block;
    right: 2px;
    bottom: 2px;
    width: 0;
    height: 0;
    border-width: 5px;
    border-color: transparent #fff #fff transparent;
    border-style: solid;
}
.columns .center .icon{
    font-size: 24px;
    width: 50px;
    padding: 5px 2px 0;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius:50%;
    margin-bottom: 5px;
    display: inline-block;
}

.columns .part1 .center .icon{background-color: #0087C4;}
.columns .part2 .center .icon{background-color: #2D9C66;}
.columns .part3 .center .icon{background-color: #539005;}
.columns .part4 .center .icon{background-color: #CD7C08;}
.columns .part5 .center .icon{background-color: #C1492C;}
.columns .part6 .center .icon{background-color: #AA3078;}
.columns .part2 .center .icon,
.columns .part3 .center .icon,
.columns .part4 .center .icon,
.columns .part6 .center .icon{
    font-size: 30px;
}
.columns .center .txt{
    font-size: 18px;
}

.home footer{
    font-size: 11px;
    height: 10px;
    padding: 15px 5%;
    border-top: 1px solid #D3D3D3;
    -webkit-box-sizing: border-box;
    text-align: center;
}
.home footer a,.home footer span{
    color: #929292;
    vertical-align: middle;
    text-decoration: none;
}
.home footer span{
    margin: 0 10px;
}


/*滚动*/
.swiper-container{
    height: 85px;
}


/*报名页面*/

.submit{}
.submit header{
    width: 88%;
    height: auto;
    background-color: #F64949;
    padding: 6%;
    text-align: center;
}
.submit header h1{
    font-size: 0.9rem;
    color: #fff;
    margin-bottom: 20px;
}
.submit header .btn{
    display: inline-block;
    text-decoration: none;
    padding:10px 20px;
    font-size: 16px;
    color: #F64949;
    background-color: #fff;
    border-radius: 5px;
}
.submit header .btn .icon{
    margin-left: 10px;
    display: inline-block;
    margin-top: -5px;
    font-size: 13px;
    vertical-align: middle;
}
.submit .form{
    margin: 10% 5%;
}
.submit .form li{
    margin-bottom: 20px;
}
.submit .form li.sub{
    margin: 50px 0 100px;
    text-align: center;
}
.submit .form label{
    color: #4A4A4A;
    display: block;
    margin-bottom: 5px;
}
.submit .form .input{
    display: block;
    height: 36px;
    width: 94%;
    font-size: 16px;
    vertical-align: middle;
    border: 1px solid #979797;
    border-radius:4px;
    padding:0 8px;
    transition:border-color 0.4s;
    outline: none;
}
.submit .form textarea.input{
    height: 200px;
}
.submit .form .input:active,.submit .form .input:focus{
     border-color: #4A90E2;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(74,244,226,0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(74,244,226,0.6);
}


/*报名成功*/
.success{
    position: relative;
    top: 50%;
    margin: 0 3%;
}
.success .inner{
    overflow: hidden;
    border-radius: 10px;
    overflow: hidden;
    background-color: #F64949;
}
.success .tit{
    text-align: center;
    font-size: 20px;
    color: #F64949;
    background-color: #fff;
    padding: 5% 8%;
}
.success .cont{
    text-align: justify;
    padding: 10% 7%;
    color: #fff;
    line-height: 1.3;
}







