﻿/* 首页banner图 */
.banner{background-image: url('../images/index/index_bg.png');background-size: 100% 100%;height: 385px;}
.addbg{background-image: url('../images/index/tab_bg1.png');background-size: 100% 100%;
color: #1276D2!important;font-weight: bold;
}
.tabbanner li{cursor: pointer; width: 79px;text-align: center;height: 55px;line-height: 55px;color: #fff;font-size: 20px;}
.wid75{width: 75%;margin: 0 auto;}
.searchbg{height: 55px;margin: 0 auto 25px auto;}
.searchbg span{border-left: 1px solid #C2BEBE;}
.searchinput{width: 80%;height: 50px;}
/* 会务头条 */
.one_level{background-color: #f3f3f4;width: 100%;}
.addmeet{background-image: url('../images/index/index_hover.png');
background-size: 100% 100%;height: 170px!important;
}
.hei130{height: 130px;}
.see{display: none; width: 115px;height: 26px;font-size: 13px;color: #0164BF;background-color: #fff;border-radius: 4px;text-align: center;line-height: 26px;}
.cross{width: 19px;height: 3px;background-color: #8B9CAE;}
.hei116{height: 116px;width: 590px;cursor: pointer;}
/* 列表 */
.progress_bg{width: 430px;height: 279px;}
.progress_bg img{width: 100%;height: 100%;;}
.more img{width: 10px;height: 10px;margin-left: 40px;}
.pro_right{width:680px;padding: 20px 45px;background-color: #FAFAFA;height: 249px;}
.more{width: 129px;height: 43px;border: 1px solid #DBDADA;}
/* 列表 */
.lists li{
    height: 302px;padding:50px 12px;box-sizing: border-box;
    display: -webkit-box;border-bottom: 1px solid #DDD9D9;
}
.lists li .pic{position: relative;
    font-size: 0;margin-right: 32px;}
.lists li .pic img{width: 202px;height: 202px;}
.lists .list_right{-webkit-box-flex: 1;}
.detail{width: 80px;height: 24px;background-color: #0164BF;color: #fff;text-align: center;line-height: 24px;}
.mod_cot{display: none;overflow: hidden;zoom: 1;cursor: pointer;}
.on{display: block;}
/* 点击切换 */
.width227{width: 227px;height: 116px;}
/* 高级筛选 */
.search {position: relative;}
.query{position: absolute;right: 90px;top:6px;font-size: 16px;color: #EDEFF0;letter-spacing: 4px;font-weight: bold;}
.width390{width: 390px;height: 116px;}
.c-127{color: #1276D2;}

/* 二级导航 */
.subnav{
  overflow: hidden;zoom: 1;padding-top: 40px;
}
.subnav .one{
width: 206px;height: 156px;;float: left;
}
.subnav .hei_170:nth-child(5n+1){
    margin-left: 0;
}
.hei_170{
    height: 156px;
    float: left;
    margin-left:42.5px;
    margin-top: 30px;
    background: url(../images/index/icoBoxShadow.png) no-repeat bottom center;
    padding-bottom: 10px;
}
.wid1400{width:1400px}

.search select{ width:auto!important;  
    padding :0 20px;
}
option{    
    text-align:center;
    }


.top_loading{
    background:rgb(41,86,201);
    height:3px;
    position:fixed;
    top:0;
    z-index:99999
}

/*小手指广告弹窗*/
.tip-advert {
    color: #2956c9;
}

.tip-advert:hover .tip-dialog {
    display: inline-block!important;
}

.tip-advert i{
    display: inline-block;
    width: 27px;
    height: 21px;
    vertical-align: middle;
}

.tip-advert span {
    margin: 0 6px;
}

.tip-advert i.tip-ptlft {
    background-image: url(/static/index/images/common/icoPoint1.png);
}

.tip-advert i.tip-ptrit {
    background-image: url(/static/index/images/common/icoPoint2.png);
}

.tip-dialog {
    display: none!important;
    position: fixed;
    width: 434px;
    height: 700px;
    top: 50%;
    left: 50%;
    margin-top: -350px;
    margin-left: -217px;
    z-index: 9999;
    overflow: hidden;
}

/* vip弹窗 */

.popup-vip {
    position: fixed;
    width: 508px;
    height: 458px;
    top: 50%;
    left: 50%;
    margin-top: -254px;
    margin-left: -279px;
    background-color: #fff;
    z-index: 999;
    border-radius: 10px;
}

.popup-vip .vipClose {
    position: absolute;
    bottom: -80px;
    left: 50%;
    margin-left: -25px;
    display: inline-block;
    width: 49px;
    height: 49px;
    background-image: url('/static/index/images/common/icoClose.png');
    background-size: 100% 100%;
    cursor: pointer;
}

.vip-text {
    color: #333333;
    line-height: 1;
    text-align: center;
    margin-top: 44px;
}

.vip-text h3 {
    font-size: 28px;
}

.vip-text p {
    font-size: 22px;
    margin-top: 20px;
}

.vip-img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 225px;
}

.vip-img img {
    display: block;
    width: auto;
    max-width: 240px;
}

.vip-btn a {
    display: block;
    width: 411px;
    height: 69px;
    text-align: center;
    line-height: 69px;
    margin: 0 auto;
    background-image: url('/static/index/images/common/icoBtn.png');
    background-size: 100% 100%;
    font-size: 24px;
    color: #fff;
}

.vip-btn a:hover {
    color: #fff;
}
























