/* CSS Document */
body{background:#0D1723 url('../images/body_bg.jpg') no-repeat top center;color:#fff; font-family:"微软雅黑";font-size:16px;padding-top:10px;/* background-attachment:fixed ;/ *固定背景不动*/}

/*inline-block布局父盒子*/
.inline-block-father{font-size:0;}
 /*inline-block布局的盒子*/
.inline-block{
	vertical-align:top;
	display:inline-block;
	zoom:1;
	*display:inline;/*补充代码，兼容IE6，7*/}
.mt30{margin-top:30px;}

/*.box{border:1px solid #1DAAA6;padding:25px 15px;}*/

.navbar-custom {
  border: 0;
  margin: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #000;
  -webkit-transition: all 0.2s linear 0s;
          transition: all 0.2s linear 0s;
}
.navbar-custom .navbar-nav li {
  margin: 0;
}
.navbar-custom .navbar-nav > li > a {
  color: #fff;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 400;
  border-bottom: 1px solid transparent;
}
.navbar-custom .navbar-nav > li > a:focus, .navbar-custom .navbar-nav > li > a:hover {
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.5);
}
.navbar-custom .navbar-nav > .active > a {
  border-color: rgba(255, 255, 255, 0.5);
}

.navbar-toggle {
  border: 0;
  border-radius: 0;
  margin-top: 2px;
}
.navbar-toggle .icon-bar {
  background-color: #fff;
}

.navbar-solid {
  background-color: #000 !important;
  padding: 0 !important;
  -webkit-transition: all 0.2s linear 0s;
          transition: all 0.2s linear 0s;
}

.site-branding {
  float: left;
  margin-top: 0;
  margin-left: 10px;
}
.site-branding .logo {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  margin-right: 5px;
  letter-spacing: 3px;
  text-transform: uppercase;
}
.site-branding .logo:focus, .site-branding .logo:hover {
  text-decoration: none;
}

#header{height:650px;}
#header img{margin:230px auto 0;}


h1{font-size:38px;color:#1DAAA6; text-align:center;margin:100px auto 80px;}
.green{color:#1DAAA6;}
#module h3{font-size:18px;text-align:center;}

#issue img{margin:15px auto;}

#bright .k{width:20%;padding:8px;}
#bright img{margin:0 auto;}
@media screen and (max-width: 768px) {
	#bright .k{width:100%;}
}
#guest .row div{padding:15px;}
#guest .row div img{margin:0 auto;}
#guest .row div h3{font-size:20px;color:#1DAAA6;text-align:center;}
#guest .row div p{text-align:center;}
#host img{margin:inherit auto;}

#cooperation .title{background:#1DAAA6; font-size:20px;text-align:center;padding:15px;margin-bottom:30px;}


.btn-green {
  color: #fff;
  background-color:#1DAAA6;
}
.btn-green:hover, .btn-green:focus {
  color: #fff;
  background-color: #1DAAA6;
}

#contactus{background:#3E3A39; margin-top:80px; padding-bottom:50px;}
#contactus h1{margin-top:60px;}
#contactus h4{font-size:20px;color:#1DAAA6;}
#contactus p{line-height:2;}

.site-footer {
  background-color: #000;
  color: #fff;
  text-align: center;
  padding: 30px 0;
}
.site-footer .site-info {
  font-weight: 400;
  margin-bottom: 10px;
}
.site-footer .site-info a {
  color: #fff;
}
.site-footer .social-block li a {
  color: #fff;
}
.site-footer .social-block li a:hover, .site-footer .social-block li a:focus {
  opacity: 0.8;
}

/* 侧边栏slides */
.slidesc{position:fixed;right:1px;top:30%; z-index:999;}
.slidesc .slideul li{position:relative;display:block; overflow:visible;text-align:center;background:#000;}
.slidesc .slideul li a {cursor:pointer;text-decoration:none;}
.slidesc .slideul li .box{display:block;height:80px;width:86px;margin: 0; background:#f1b67e;color:#000;text-align:center;margin-bottom:2px;padding:5px 0 0;}
.slidesc .slideul li .box:hover{background:#444;}
.slidesc .slideul li .box i{font-size:40px;}

/*日程*/

.schedule {
    margin-bottom: 14px;
    }
    .schedule li {
        font-size: 20px;
        cursor: pointer;
    	position: relative;
        padding: 0 30px;
    }
    .schedule li.active {
        color: #1DAAA6;
        font-weight: bold;
    	
    }
    .schedule li.active:after {
        content: "";
        position: absolute;
        bottom: -24px;
        left: 50%;
        margin-left: -8px;
        width: 16px;
        height: 16px;
        border: 4px solid #1DAAA6;
        border-radius: 50%;
        -moz-border-radius: 50%;
        background-color: #0D1723;
    }
    .schedule-gradient {
        height: 4px;
        background: -webkit-linear-gradient(left, #1DAAA6 , #3CBAF0);
        background: -o-linear-gradient(right, #1DAAA6, #3CBAF0);
        background: -moz-linear-gradient(right, #1DAAA6, #3CBAF0);
        background: linear-gradient(to right, #1DAAA6 , #3CBAF0);
    }
    .schedule-title {
        text-align: center;
        font-size: 26px;
        font-weight: bold;
        color: #1DAAA6;
        padding: 20px 0;
    }
    .schedule-table {
        width: 100%;
    }
    .schedule-table>tbody {
        color: #fff;
        font-size: 16px;
    }
    .schedule-table>tbody>tr>td {
        padding: 8px 0;
        border-bottom: 1px solid rgba(29, 170, 166, .2);
    }
    .schedule-table>tbody>tr>td:nth-of-type(1) {
        width: 100px;
    }
    .schedule-table>tbody>tr>td:nth-of-type(2) {
        width: 0px;
    }
    .schedule-table>tbody>tr>td:nth-of-type(3) {
        font-size: 18px;
        font-weight: bold;
    }
    .schedule-table>tbody>tr>td:nth-of-type(4) {
        text-align: right;
    }
    .schedule-table>tbody>tr>td:nth-of-type(5) {
        width: 100px;
        text-align: right;
    }
    .schedule-pm {
        display: none;
    }