@charset "utf-8";


/*header start*/

.header {
    background-color: #eff3f6;
}



/*top-nav*/
.nav-link a {
    display: inline-block;
    float: left;
    padding: 0 18px;
    font-size: 12px;
    line-height: 16px;
    color: #666666;
    border-left: 1px solid #cfcfcf;
    vertical-align: middle;
    margin: 5px 0;
}

.nav-link a:first-child {
    border-left-color: transparent;
    padding-left: 0;
}

.nav-link a.weixin-link {
    background: url(../images/icon-weixin.png) no-repeat center center;
    width: 51px;
    height: 16px;
    text-align: center;
    padding: 0;
}

.nav-link a.weibo-link {
    background: url(../images/icon-weibo.png) no-repeat center center;
    width: 49px;
    height: 16px;
    text-align: center;
    padding: 0;
}

/*二维码弹出框*/

.ecode-wrap {
    position: absolute;
    display: none;
    top: 26px;
    width: 154px;
    height: 154px;
    background-color: #f4f4f4;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    box-shadow: 5px 5px 18px #a0a8b1;
    padding: 10px 22px 0;
    z-index: 100;
}

.ecode-wrap img {
    width: 100%;
    text-align: center;
    vertical-align: middle;
    max-height: 110px;
}

.ecode-wrap p {
    font-size: 12px;
    line-height: 24px;
    color: #666666;
    padding: 5px 0;
    text-align: center;
}

.logo-wrap{
    height: 135px;
    background: url(../images/logo-wrap-bg.png) no-repeat center center;
}
.logo{
    display: inline-block;
    padding: 33px 0;
    width: 499px;
}
.logo img{
    width: 65%;
    height: auto;
}
/*search-box-wrap*/

.search-box-wrap {
    float: right;
    position: relative;
    width: 240px;
    margin: 55px 24px 54px;
}

.search-box-wrap .search-input {
    display: block;
    width: 100%;
    height: 26px;
    background-color: #fafafa;
    font-size: 12px;
    color: #666;
    line-height: 24px;
    padding: 0 10px 0 30px;
    border:1px solid #fafafa;
    border-radius: 2px;
    outline: none;
}

.search-box-wrap img {
    position: absolute;
    top: 6px;
    left: 7px;
}


/*sticky buttons*/

.sticky-bar {
    position: fixed;
    top: 400px;
    right: -1px;
    z-index: 9999;
}

.sticky-bar li {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    position: relative;
}

.sticky-bar li .layer-toggle {
    position: relative;
    display: block;
    width: 52px;
    height: 54px;
    background-repeat: no-repeat;
    -webkit-transform: translateZ(0px);
    -moz-transform: translateZ(0px);
    transform: translateZ(0px);
}

.sticky-bar ul li.collect .layer-toggle {
    background: url(../images/collect.png) no-repeat center center;
    margin-top: -3px;
}

.sticky-bar ul li.back-top .layer-toggle {
    background: url(../images/top.png) no-repeat center center;
}

.sticky-bar ul li.back-top {
    display: none;
}

/*main*/
.main{
    padding: 48px 0;
    background:#eff3f6 url(../images/main-bg.png) no-repeat left bottom;
}
.main-content{
    margin-left: -8px;
    margin-right: -8px;
}
.main-left-section,.main-right-section{
    padding: 0 8px;
    float: left;
}
.main-left-section{
    width: 21.057348%;
}
.main-right-section{
    width: 78.942652%;
}


/*panel-group*/
.panel-group{
    border:1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05);
    box-shadow: 0 1px 2px rgba(0,0,0,.05);
}
.panel-heading{
    padding: 5px 10px;
    text-align: center;
    background: url(../images/left-text-bg.png) repeat-x left center;
    cursor: pointer;
}
.panel-group .panel:first-child .panel-heading{
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.panel-title{
    display: block;
    margin: 0;
    font-size: 16px;
    color: #444444;
    line-height: 32px;
    font-weight: normal;
}
.panel-title.collapsed .caret-collapse{
    display: inline-block;
    margin-left: 12px;
    width: 0;
    height: 0;
    vertical-align: middle;
    border-left: 4px dashed;
    border-left: 4px solid\9;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    margin-top: -2px;
}
.panel-title .caret-collapse{
    display: inline-block;
    margin-left: 9px;
    width: 0;
    height: 0;
    vertical-align: middle;
    border-bottom: none;
    border-top: 4px dashed;
    border-top: 4px solid\9;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
}
.panel-group .panel:last-child .panel-body{
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}
.panel-body li {
    padding: 0 10px;
    background-color: #fff;
}
.panel-body li a{
    display: block;
    padding: 9px 0;
    font-size: 14px;
    line-height: 28px;
    color: #838c95;
    border-top:1px dashed #e0e7ef;
    text-align: center;
}
.panel-body li:first-child a{
    border-top: none;
}
.panel-body .active,
.panel-body li:hover{
    background-color: #f7f9fb;
}
.panel-body .active a,
.panel-body li:hover a{
    color: #0495d9;
}

/*right-section*/
.right-section-caption,.right-section-list{
    background-color: #fff;
    border:1px solid #dfe4e8;
    border-radius: 4px;
    padding: 0 30px 25px;
    -webkit-box-shadow: 1px 1px 2px rgba(197,204,210,.05);
    box-shadow: 1px 1px 2px rgba(197,204,210,.05);
    margin-bottom: 15px;
}
.section-caption-title{
    padding: 7px 45px;
    background: url(../images/icon-train.png) no-repeat left center;
    font-size: 22px;
    line-height: 44px;
    color: #0495d9;
    margin-bottom: 3px;
}
.right-section-caption p{
    text-indent: 1em;
    font-size: 14px;
    color: #444444;
    line-height: 20px;
}
.right-section-caption p a{
    color: #0495d9;
}
.right-section-caption p .caption-info-link{
    margin-left: 14px;
    padding-left: 14px;
    background: url(../images/icon-arrow.png) no-repeat left center;
}
.section-list-activity{
    padding-top: 10px;
}
.section-list-activity li{
    position: relative;
    border-bottom: 1px dashed #e0e7ef;
    padding: 15px 0 14px;
}
.section-list-activity li h4{
    margin: 0;
    font-weight: normal;
}
.activity-name{
    display: inline-block;
    font-size: 18px;
    line-height: 36px;
    color: #333333;
    padding: 7px 0;
}
.activity-name:hover{
    color: #0495d9;
    text-decoration: underline;
}
.join-num{
    display: inline-block;
    font-size: 14px;
    line-height: 36px;
    padding: 7px 0; 
    color: #9ca3a9;
}
.activity-info p{
    font-size: 14px;
    line-height: 20px;
    color: #838c95;
}
.activity-info-intro{
    margin-bottom: 10px;
}
.activity-info-detail{
    margin: 3px 0;
}
.sign-button{
    position: absolute;
    right: 0;
    bottom: 20px;
    font-size: 14px;
    line-height: 20px;
    padding: 2px 10px;
  
    color: #fff;
}
.sign-already{
    background-color: #b1bcc6;
    border-color: #b1bcc6;
}
/*分页*/
.page-wrap {
    height: 101px;
    padding: 50px 0 25px;
}

.page-info {
    display: inline-block;
    color: #7f7f7f;
    font-size: 12px;
    line-height: 24px;
    padding: 1px 0;
    text-align: left;
	margin-right: 20px;
}

.page-navigation {
    display: block;
    margin-left: 100px;
}

.page-navigation-list,
.page-navigation-jump {
    float: left;
}

.page-navigation-list li {
    float: left;
    text-align: center;
    margin-right: 3px;
    border-bottom: none;
}

.page-navigation-list li a ,.pagination-item{
    display: block;
    float: left;
    height: 26px;
    font-size: 12px;
    line-height: 24px;
    color: #7f7f7f;
    border: 1px solid #e5e5e5;
    background-color: #fff;
    padding: 0 9px;
    border-radius: 4px;
    margin: 0;
    background: none;
}
.pagination-item{
	 margin-right: 3px;
}
.page-navigation-list li a:focus,
.page-navigation-list li a:hover,
.pagination-item:hover{
    border-color: #049ce2;
    color: #049ce2;
}


.page-navigation-list .pagination-current,
.pagination-item.pagination-current{
    border-color: #049ce2;
    color: #049ce2;
    background-color: #fff;
}

.page-navigation-list .pagination-ellipsis {
    display: block;
    float: left;
    height: 26px;
    vertical-align: middle;
    font-size: 12px;
    line-height: 24px;
    color: #505050;
    border: 1px solid transparent;
    padding: 0 9px;
}

.pagination-next .caret-right {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 5px;
    margin-top: -2px;
    vertical-align: middle;
    border-left: 4px dashed;
    border-left: 4px solid\9;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    color: #e75353;
}

.page-navigation-jump {
    display: inline-block;
    height: 26px;
    margin-left: 10px;
    font-size: 12px;
    line-height: 24px;
    vertical-align: middle;
    color: #505050;
}

.pagination-input ,.page-navigation-jump select{
    display: inline-block;
    width: 36px;
    height: 26px;
    margin: 0 4px;
    font-size: 12px;
    line-height: 24px;
    color: #505050;
    border: 1px solid #dadde5;
    background-color: #fff;
    padding: 0 9px;
    border-radius: 4px;
}

.pagination-go {
    display: inline-block;
    width: 42px;
    height: 26px;
    font-size: 12px;
    line-height: 24px;
    color: #049ce2;
    border: 1px solid #049ce2;
    background-color: #fff;
    border-radius: 4px;
    text-align: center;
}

/*footer*/
.footer{
    background-color: #dce2e7;
    padding: 30px 0 27px;
}
.foot-center{
    width: 522px;
    margin: 0 auto;
}
.foot-center-left,
.foot-center-right{
    width: 50%;
    float: left;
    padding: 0 18px 0 30px;
}
.foot-center-left img{
    width: 100%;
    height: auto;
}
.foot-center-right{
    border-left: 1px solid #d0d1d2;
}
.foot-center-right p{
    font-size: 12px;
    color: #666666;
    line-height: 16px;
    padding: 1px 0;
}

@media(max-width:991px) {
    .logo-wrap{
        height: 116px;
    }
    .logo{
        width: 370px;
    }
    .search-box-wrap{
        margin-top: 45px;
        margin-bottom: 44px;
    }
    .main{
        padding: 38px 0;
    }
    .page-info{
        margin-right: 15px;
    }
    .page-navigation{
        margin-left: 0px;
    }
}
@media(max-width:767px) {
    .logo-wrap{
        height: auto;
        background-size: cover;
    }
    .logo{
        width: 90%;
        padding:20px 0;
    }
    .search-box-wrap{
        margin-top: 0;
        margin-bottom: 20px;
    }
    .main-left-section, .main-right-section{
        float: none;
        display: block;
        width: 100%;
    }
    .main-left-section{
        margin-bottom: 20px;
    }
    .activity-name{
        display: inline;
    }
    .join-num{
        padding: 0;
    }
    .sign-button{
        position: relative;
        bottom: 0;
        margin-top: 10px;
    }
    .page-wrap{
        height: auto;
        padding: 20px 0;
    }
    .foot-center{
        width: 100%;
    }
    .foot-center-left, .foot-center-right{
        width: 100%;
        float: none;
        display: block;
        padding: 0 10px 10px;
    }
    .foot-center-right{
        border-top: 1px solid #d0d1d2;
        border-left: none;
        padding-top: 10px;
        padding-bottom: 0;
        text-align: center;
    }
}

/*下拉选择*/
.modal-dropdown{
	display:inline-block;
	padding: 10px 0;
}
