/*公共样式*/
.w1200 {
    width: 1200px;
    margin: 0 auto;
}
.w1920 {
    max-width: 1920px;
    margin: 0 auto;
}
.fl { float: left; }
.fr { float: right; }
.clearFix:after { content: ''; display: block; clear: both; }
.hover-pointer:hover { cursor: pointer}
/*header*/
.header {
    width: 100%;
    height: 72px;
    background-color: #ffffff;
    box-sizing: border-box;
    padding: 8px 0;
    position: fixed;
    border-bottom: 1px solid #E0E6EA;
    z-index: 999;
}
.logo {
    width: 260px;
    height: 56px;
    overflow: hidden;
}
.nav-list .menu li {
    float: left;
    margin: 0 12px;
    line-height: 56px;
}
.nav-list .menu li a {
    font-size: 16px;
    color: #15191B;
    line-height:21px;
    position: relative;
}
.nav-list .menu li.active a, .nav-list .menu li:hover a {
    color: #0192FE;
}
.nav-list .menu li a:after{
    width: 0;
    transition: all .3s ease-in;
    filter: none;
    content: "";
    position: absolute;
    height: 3px;
    transform: translateX(-50%);
    left: 50%;
    bottom: -8px;
    background: #0057FF;
    background: linear-gradient(to right, #12EEF3, #0057FF);
    background: -moz-linear-gradient(to right, #12EEF3, #0057FF);
    background: -webkit-linear-gradient(to right, #12EEF3, #0057FF);
    background: -o-linear-gradient(to right, #12EEF3, #0057FF);
    background: -ms-linear-gradient(to right, #12EEF3, #0057FF);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#12EEF3', endColorstr='#0057FF',GradientType=0 );
}
.nav-list .menu li.active a:after, .nav-list .menu li a:hover:after {
    width: 100%;
}
.login {
    line-height: 56px;
    margin-left: 68px;
}
.login a {
    font-size: 14px;
    color: #333333;
}
.login span.register {
    margin-left: 10px;
    position: relative;
}
.login span:hover {
    color: #0192FE;
}
.login span.register:after {
    display: block;
    content: '';
    position: absolute;
    width: 1px;
    height: 14px;
    top: 50%;
    left: -6px;
    margin-bottom: -7px;
    transform: translateY(-50%);
    background-color: #333333;
}
/* content */
.content {
    padding-top: 72px;
}
/* footer*/
.footer {
    height: 200px;
    width: 100%;
    background-color: #F4F4F4;
    padding-top: 31px;
    box-sizing: border-box;
}
.footer .consult, .footer .mt-cooperate {
    width: 270px;
}
.footer .consult .title, .footer .mt-cooperate .title{
    font-size: 16px;
    color: #15191B;
    margin-bottom: 12px;
}
.footer .consult .info, .footer .mt-cooperate .info{
    font-size: 14px;
    color: #666666;
}
.footer .QR-code {
    width: 111px;
    overflow: hidden;
    margin-right: 225px;
}
.footer .QR-code-img {
    width: 100%;
    height: 111px;
}
.footer .QR-code p {
    text-align: center;
    font-size: 12px;
    color: #15191B;
}
/*遮罩层*/
.pop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
    z-index: 999;
    display: none;
}


/*导航下位置显示*/
.plenary_box{
    padding-top: 80px;
}

.plenary_box-new{
    padding-top: 80px;
}

.plen_pla {
    margin: 12px auto 0;
    font-size: 14px;
    font-weight: 400;
    color: rgba(102,102,102,1);
    line-height: 12px;
}
.plen_pla a {
    color: rgba(102,102,102,1);
}

.par_tit {
    text-align: center;
    padding: .55rem 0 0;
}

.par_tit span {
    display: block;
    width: 0.61rem;
    height: .05rem;
    margin: 0.1rem auto 0;
    background: -webkit-linear-gradient(left,#25c9fc,#0060ff);
    background: -o-linear-gradient(right,#25c9fc,#0060ff);
    background: -moz-linear-gradient(right,#25c9fc,#0060ff);
    background: linear-gradient(right,#25c9fc,#0060ff);
}

.par_tit h1 {
    font-size: .32rem;
    color: #333;
    line-height: 0.32rem;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}






