*{margin: 0; padding: 0;}
html, body{
    font-family: 'Ubuntu', Times New Roman;
    font-size:14px;
    height:100%;
}
body{
}

#container {
    position: relative;
    min-height: 100%;
}

#header{
    background:#1078A3;
    min-width: 1020px;
}
#header>div{
    width:1020px;
    margin:0 auto;
    height: 110px;
    line-height:110px;
}
.site_logo{
    display:block;
    float:left;
    margin-top:31px;
    height:44px;
    line-height:22px;
    font-size:20px;
    color:#FFF;
    text-decoration:none;
}
.site_logo:hover{
    color:#fff;
    text-decoration: none;
}
.head_right{
    float:right;
    height:44px;
    line-height:1;
    margin-top:13px;
}
.head_right .big{
    font-size:36px;
    font-weight:bold;
    line-height:36px;
    color:#FFF;
}
.head_right .small{
    font-size:12px;
    line-height:12px;
    color:#7ce1ee;
    letter-spacing:0.25px;
}


.menu {
    display:table;
    width: 1020px;
    margin:0 auto;
    height: 70px;
}
.menu li {
    display: table-cell;
    position: relative;
}
.menu li a {
    display: block;
    position: relative;
    height: 100%;
    line-height: 70px;
    text-align:center;
    font-size:20px;
    color:#333;
    text-decoration:none;
}
.menu>li>a {
    height: 50px;
    
    line-height: 50px;
    margin:10px 0;
    border-left:1px solid #1078A3;
}
.menu>li:last-child>a {
    border-right:1px solid #1078A3;
}
.menu li:hover a{
    background:#1D94C5;
    color:#FFF;
    border-left:1px solid #1D94C5;
}
.menu li:hover{
    background:#1D94C5;
}
.menu>li:hover + li a{
    border-left:1px solid #FFF;
}
.menu li.active a{
    color: #1078a3;
    font-weight: bold;
    background: none;
}
.menu li.active{
    background: none;
}
.menu li ul {
    display: none;
    position: absolute;
    padding: 10px;
    background:#1D94C5;
    margin:0;
    z-index:50;
}
.menu li ul li {
    display: block;
}
.menu li ul li a{
    padding:0 20px;
    white-space:nowrap;
    height: 40px;
    line-height: 40px;
    text-align:left;
    font-size:18px;
}
.menu li ul li:hover a {text-decoration:underline;}
.menu li:hover ul { display: block; }

.top_img{
    width: 1050px;
    margin:0 auto;
    height:330px;
    position:relative;
    margin-bottom:20px;
}
.logo{
    position:absolute;
    top:0;
    left:0;
    height:100%;
    width:1020px;
    background:url(/images/company_logo.png) 0 50% no-repeat;
    margin:0 auto;
}




#content {
    padding: 0 0 330px 0;
    min-height:500px;
    font-size: 18px;
    color:#333;
}
.content{
    width:1020px;
    margin:0 auto;
}
.w600{
    margin:0 auto;
    width:600px;
}
h1{
    margin: 30px 0;
    color:#1078A3;
    font-size:30px;
    font-weight:bold;
}
h2{
    color:#333;
    font-size:20px;
    font-weight: bold;
}
.content p{
    font-size: 18px;
    text-align: justify;
    margin: 30px 0;
    color:#333;
}
.content .img{
    width: 25%;
    float:left;
    margin: 0 30px 30px 0;
}
.content img{
    margin: 10px;
}
ul, ol{
    margin-left: 35px;
}
table address{
    transform: rotate(90deg);
}


.flags ul{
    margin:0;
    margin-bottom: 15px;
    text-align: center;
}
.flags li{
    list-style: none;
    display:inline;
}
.flags img{
    height: 33px;
}



.main_line{
    height:120px;
    background:#1D94C5;
}
.main_line div div:first-child{
    height:120px;
    line-height:120px;
    float:left;
    font-size:48px;
    color:#FFF;
    text-align:left;
}
.main_line div div:last-child{
    margin-top:30px;
    float:right;
    font-size:24px;
    color:#7ce1ee;
    text-align:right;
}
.line{
    height:20px;
    background:#1078A3;
    clear: both;
    min-width: 1020px;
}


#registration .col{
    width:315px;
    float:left;
    margin-top: -15px;
}
#registration .cm{
    margin:-15px 37px 0 37px;
}
#registration input[type=text]{
    background: #EAEAEA;
    border:none;
    margin: 15px 0;
    padding: 0 10px;
    height: 40px;
    line-height: 40px;
}
#registration .col input[type=text]{
    width: 315px;
}
#registration #adv_form input[type=text]{
    width: 100%;
}
#registration .col2{
    margin-top: -15px;
}
#registration [type=submit]{
    width: 330px;
    height: 70px;
    display: block;
    margin:0 auto;
    background: url(/images/btn.png);
    color:#fff;
    font-size:30px;
    outline: none;
    border:none;
}
#registration label{
    margin: 0;
    font-size: 16px;
    font-weight: normal;
}

#registration td{
    padding: 10px;
    text-align: center;
    font-size: 16px;
}
#registration tr:first-child td{
    background: #AEF4FD;
    color:#1078A3;
    font-weight: bold;
}
#registration td{
    border-bottom: 2px solid #AEF4FD;
}
#registration td:first-child{
    background: #1D94C5;
    color:#fff;
    white-space: nowrap;
    font-weight: bold;
}
#registration td:last-child{
    min-width: 130px;
}
#registration .cb_label{
    margin-bottom: 10px;
    font-weight: bold;
}
#registration .cb_group{
    margin-top: 10px;
}
#registration .help-block{
    padding: 0;
    margin: 0;
    font-size:12px;
    height: 20px;
    margin:-10px 0;
}


.sponsors {
    position: absolute;
    width: 100%;
    min-width: 1020px;
    left: 0;
    bottom: 110px;
    height: 200px;
    overflow: hidden;
    padding:0;
    text-align: center;
}
.sponsors a{
    display:inline-block;
    width:190px;
    height: 140px;
    margin-right:14px;
    background-size:contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}


.banner{
    display: block;
    position: fixed;
    top:0;
    bottom: 0;
    awidth: 100px;
    background: #efefef;
    background-repeat: no-repeat;
}
.banner_left{
    left: 0;
    background-position: 100% 0;
}
.banner_right{
    right: 0;
    background-position: 0 0;
}


#footer {
    position: absolute;
    left: 0;
    bottom: 0;
    right:0;
    min-width: 1020px;
    height: 110px;
    background:#1078A3;
}
#footer>div{
    position: relative;
    width:1020px;
    margin:0 auto;
    height: 110px;
    line-height:110px;
}
.fleft{
    float:left;
    color:#FFF;
    font-size:14px;
}
.fright{
    float:right;
    color:#FFF;
    font-size:14px;
}
.fleft span, .fright span{
    color:#7ce1ee;

}
.developer{
    color:#fff;
    text-decoration: none;
}
.developer:hover{
    color:#fff;
    text-decoration: underline;
}
.li{
    position:absolute;
    height:31px;
    right: 250px;
}
.li a{
}



#participants td{
    padding: 3px;
    border: 2px solid #FFF;
    background: #EBEBEB;
    font-size: 14px;
}
#participants tr:nth-child(even) td{
    background: #F1F1F1;
}
#participants th{
    background: #1D94C5;
    border: 2px solid #FFF;
    color:#FFF;
    font-weight: bold;
    vertical-align: middle;
}
#participants th a{
    color:#FFF;
    font-size: 15px;
}


.bgtbl{
    width:100%;
}
.bgtbl td{
    padding: 15px 10px;
    border: 2px solid #FFF;
    background: #EBEBEB;
}
.bgtbl tr:nth-child(even) td{
    background: #F1F1F1;
}
.bgtbl th{
    padding: 15px 10px;
    background: #1D94C5;
    border: 2px solid #FFF;
    color:#FFF;
    font-weight: bold;
    vertical-align: middle;
}
.bgtbl th a{
    color:#FFF;
}



.clear{clear: both;}
.btn_right{float:right; margin: 10px 0;}
.table > tbody > tr > td {
    vertical-align: middle;
}
.table > thead > tr > th {
    vertical-align: middle;
    color: #337ab7;
}



.f50>div:first-child{
    width: 49%;
    float: left;
}
.f50>div:last-child{
    width: 49%;
    float: right;
}

.f30:after{
    content: '';
    display: block;
    
    clear: both;
}
.f30>div{
    width:32%;
    float:left;
    margin-left: 2%;
}
.f30>div:first-child{
    margin-left: 0;
}

.big_btn{
    padding: 15px 40px;
    font-size: 18px;
    float:right;
}