.page-slide{
    height:406px;
    background-image: url("../images/index/index_slide.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #407af4;
}
.index-search{
    width:860px;
    position: absolute;
    left:50%;
    top:50%;
    transform:translate(-50%,-50%);
    -webkit-transform:translate(-50%,-50%);
    -moz-transform:translate(-50%,-50%);
    -ms-transform:translate(-50%,-50%);
    -o-transform:translate(-50%,-50%);
}
.index-search_main{
    width:100%;
}
.index-search_main .pub-input{
    font-size:16px;
}
.index-search_main .btn-search{
    width:128px;
    height:60px;
    font-size:18px;
    line-height: 60px;
    background:#337FF4;
    color: #fff;
    text-align: center;
    top:0;
    right: 0;
    position: absolute;
    border-radius: 0 2px 2px 0;
    -webkit-border-radius: 0 2px 2px 0;
    -moz-border-radius: 0 2px 2px 0;
    -ms-border-radius: 0 2px 2px 0;
}
.index-search_main .search-input{
    margin-right:128px;
    border:1px solid #337FF4;
    border-right: 0;
    box-sizing: border-box;
    height:60px;
    border-radius: 2px 0 0 2px;
    -webkit-border-radius: 2px 0 0 2px;
    -moz-border-radius: 2px 0 0 2px;
    -ms-border-radius: 2px 0 0 2px;
    padding:0 16px;
    background: #fff;
}
.index-search_main .search-keywords{
    margin-top:10px;
}
.index-search_main .search-keywords,.index-search_main .search-keywords a{
    font-size:16px;
    line-height: 24px;
    color:#fff;
}
/* .index-search_main .search-keywords a:hover{
    color: #337FF4;
} */
.index-search_main .search-keywords span,.index-search_main .search-keywords a{
    float: left;
    margin-right:10px;
}
.index-search_main .search-keywords span{
    font-size:16px;
    margin-right:0;
}
.index-search_tit{
    text-align: center;
    font-size:28px;
    color:#fff;
    line-height: 60px;
    margin-bottom: 20px;
}
.index-search_tit em{
    font-size: 48px;
    margin-right:20px;
}
/***快捷入口****/
.prompt{
    padding:22px 0;
    overflow: hidden;
}
.each-prompt{
    width: 288px;
    height: 120px;
    background: #FFFFFF;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border: 1px solid rgba(151, 151, 151, 0.3);
    padding:0 20px;
    margin:8px 16px 8px 0;
    float: left;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    cursor: pointer;
    position: relative;
    transition: box-shadow 0.4s;
}
.each-prompt:hover{
    box-shadow: 0 1px 8px 3px rgba(204,204,204,0.50);
    -webkit-box-shadow: 0 1px 8px 3px rgba(204,204,204,0.50);
    -moz-box-shadow: 0 1px 8px 3px rgba(204,204,204,0.50);
    -ms-box-shadow: 0 1px 8px 3px rgba(204,204,204,0.50);
    -o-box-shadow: 0 1px 8px 3px rgba(204,204,204,0.50);
}
.each-prompt .each-prompt_name{
    margin-left:10px;
}
.each-prompt_name .prompt-tit{
    font-size: 24px;
    font-weight: 500;
    line-height: 36px;
}
.each-prompt_name p{
    font-size:14px;
    line-height: 20px;
    color:#999;
}
.each-prompt a{
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width:100%;
    height:100%;
    z-index: 2;
}
.each-prompt:nth-child(4n){
    margin-right:0;
}
.each-prompt img{
    width: 80px;
    height: 80px;
    display: block;
    vertical-align: top;
}
.icon-next{
    width:12px;
    height:12px;
    background-image: url(../images/index/icon-right.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    margin-left:5px;
}
.banner{
    overflow: hidden;
}
.banner-img img{
    width:1920px;
    height: auto;
    position: relative;
    left:50%;
    margin-left:-960px;
}
.index-panel{
    margin-top:50px;
}
.index-panel h2{
    font-size:38px;
    line-height: 48px;
    color:#333;
    margin-bottom: 30px;
}
.chanel-item{
    width: 294px;
    height:160px;
    margin-right: 8px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
}
.chanel-item:last-child{
    margin-right:0;
}
.chanel-item a{
    display: block;
    width: 100%;
    height:100%;
    position: relative;
    overflow: hidden;
}
.chanel-item a em{
    position: absolute;
    left:30px;
    top:30px;
    color:#fff;
    font-size:30px;
    line-height: 1;
}
.chanel-item a img{
    display: block;
    vertical-align: top;
    width:128px;
    height:128px;
    float: right;
    margin-right:30px;
    margin-top:22px;
}
.chanel-item a::after{
    content: " ";
    position: absolute;
    width: 100%;
    height:100%;
    background:rgba(255,255,255,0);
    transition: all 0.4s;
}
.chanel-item a:hover::after{
    background:rgba(255,255,255,0.2);
}
.chanel-item:nth-child(1){
    background: linear-gradient(45deg, #FED131 0%, rgba(254, 209, 49, 0.5) 100%);
    background: -webkit-linear-gradient(45deg, #FED131 0%, rgba(254, 209, 49, 0.5) 100%);
    background: -moz-linear-gradient(45deg, #FED131 0%, rgba(254, 209, 49, 0.5) 100%);
}
.chanel-item:nth-child(2){
    background: linear-gradient(45deg, #18B1A5 0%, rgba(24, 177, 165, 0.5) 100%);
    background: -webkit-linear-gradient(45deg, #18B1A5 0%, rgba(24, 177, 165, 0.5) 100%);
    background: -moz-linear-gradient(45deg, #18B1A5 0%, rgba(24, 177, 165, 0.5) 100%);
}
.chanel-item:nth-child(3){
    background: linear-gradient(45deg, #5937F8 0%, rgba(89, 55, 248, 0.5) 100%);
    background: -webkit-linear-gradient(45deg, #5937F8 0%, rgba(89, 55, 248, 0.5) 100%);
    background: -moz-linear-gradient(45deg, #5937F8 0%, rgba(89, 55, 248, 0.5) 100%);
}
.chanel-item:nth-child(4){
    background: linear-gradient(45deg, #FF5050 0%, rgba(255, 80, 80, 0.5) 100%);
    background: -webkit-linear-gradient(45deg, #FF5050 0%, rgba(255, 80, 80, 0.5) 100%);
    background: -moz-linear-gradient(45deg, #FF5050 0%, rgba(255, 80, 80, 0.5) 100%);
}
.index-panel .more{
    margin-top:14px;
    font-size:24px;
    line-height: 36px;
}
.index-panel .more a{
    color:#333;
    position: relative;
    display: inline-block;
}
.index-panel .more a:hover{
    color: #337FF4;
}
.index-panel .more a:after{
    content:" ";
    width:20px;
    height:20px;
    display: inline-block;
    background-image: url(../images/icon-more.png);
    background-repeat: no-repeat;
    margin-left: 6px;
    background-size: 100% auto;
}

.notice .tab-head{
    width:788px;
    margin:0 auto;
    display: block;
    border-bottom: 1px rgba(216, 216, 216, 0.5) solid;
    text-align: center;
}
.notice .tab-head li{
    padding-bottom: 30px;
    font-size:24px;
    color: #666;
    display: inline-block;
    position: relative;
    cursor: pointer;
    margin:0 30px;
}
.notice .tab-head li.active{
    color:#337FF4;
}
.notice .tab-head li.active::before{
    content: " ";
    width: 60px;
    height: 4px;
    background: #2CA3FB;
    position: absolute;
    bottom: 0;
    left:50%;
    margin-left:-30px;
}
.news-item,.navi-item{
    width: 394px;
    height: 160px;
    background: #FFFFFF;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border: 1px solid rgba(151, 151, 151, 0.3);
    padding:27px 44px;
    margin-right:9px;
    margin-top:20px;
    float: left;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    cursor: pointer;
    position: relative;
    transition: box-shadow 0.4s;
}
.news-item:nth-child(3n),.navi-item:nth-child(3n){
    margin-right: 0;
}
.news-item:hover,.navi-item:hover{
    box-shadow: 0 1px 8px 3px rgba(204,204,204,0.50);
    -webkit-box-shadow: 0 1px 8px 3px rgba(204,204,204,0.50);
    -moz-box-shadow: 0 1px 8px 3px rgba(204,204,204,0.50);
    -ms-box-shadow: 0 1px 8px 3px rgba(204,204,204,0.50);
    -o-box-shadow: 0 1px 8px 3px rgba(204,204,204,0.50);
}
.news-item_tit{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    display: box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size:18px;
    line-height: 28px;
    color:#333;
    font-weight: 500;
}
.news-item_tit span{
    padding:0 6px;
    font-size:12px;
    line-height: 20px;
    height:20px;
    display: inline-block;
    margin-right: 10px;
    float: left;
    margin-top:4px;
}
.type-zb{
    background:#1CA046;
    color:#fff;
}
.news-item_cont{
    position: absolute;
    bottom: 27px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    width:100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    padding:0 44px;
    left:0;
}
.news-item_cont .btn{
    padding:0 6px;
    height:20px; 
    line-height: 20px;
    margin-right:10px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    font-size:12px;
    font-weight: 500;
}
.btn-zb{
    background: rgba(255, 86, 86, 0.1);
    color:#FF5656;
}
.btn-area{
    background: rgba(44, 163, 251, 0.1);;
    color:#2CA3FB;
}
.news-item_cont p{
    font-size:14px;
    color:#999;
    line-height: 20px;    
}

.navi-item{
    padding:26px 32px;
    margin-top:10px;
    height:auto;
}
.navi-item .navi-item_tit{
    background-image: url(../images/index/icon-mark.png);
    background-size: 18px auto;
    background-repeat: no-repeat;
    background-position: left center;
    text-indent: 26px;
    font-size:18px;
    font-weight: 500;
    line-height: 36px;
}
.navi-item_cont li{
    line-height: 24px;
    margin-bottom: 10px;
}
.navi-item_cont li:last-child{
    margin-bottom: 0;
}
.navi-item_cont li span{
    display: inline-block;
    color:#337FF4;
    position: relative;
}
.navi-item_cont li span::after{
    content: " ";
    width: 0;
    height: 0;
    border-width: 6px;
    border-color: transparent transparent transparent #337FF4;
    border-style: dotted dotted dotted solid;
    position: absolute;
    top:6px;
    right:-13px;
}
.navi-item_cont li span,.navi-item_cont li a{
    margin-right:10px;
}
.member-cont{
    height:120px;
    position: relative;
}
.member{
    background:#337FF4;
    padding: 28px 0;
    color:#fff;
    line-height: 64px;
    margin-top:25px;
    position: fixed;
    width:100%;
    left:0;
    bottom: 0;
    z-index: 99;
}
.member .member-tit{
    font-size:38px;
    font-weight: 500;
    margin-right: 40px;
}
.member .member-intro{
    font-size:26px;
}
.member .btn-buy{
    width: 200px;
    height: 60px;
    display: block;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border: 2px solid #FFFFFF;
    font-size:26px;
    text-align: center;
    line-height: 60px;
    color:#fff;
}
.member .btn-buy:hover{
    background:#fff;
    color:#337FF4;
}

.manage{
    text-align: center;
}
.manage .tab-head li{
    display: inline-block;
    width:72px;
    text-align: center;
    margin:0 118px;
    cursor: pointer;
    font-size:18px;
    color: #333;
    font-weight: 400;
    line-height: 30px;
    position: relative;
}
.manage .tab-head li i{
    display: inline-block;
    width: 72px;
    height: 72px;
    background-size: 100% auto;
    background-repeat: no-repeat;
}
.manage .tab-head li.active{
    color: #337FF4;
}
.manage .tab-head li i.icon-zbcx{
    background-image: url(../images/index/icon-zbcx.png);
}
.manage .tab-head li.active i.icon-zbcx{
    background-image: url(../images/index/icon-zbcx-act.png);
}
.manage .tab-head li i.icon-gxdy{
    background-image: url(../images/index/icon-gxdy.png);
}
.manage .tab-head li.active i.icon-gxdy{
    background-image: url(../images/index/icon-gxdy-act.png);
}
.manage .tab-head li i.icon-jzss{
    background-image: url(../images/index/icon-zzss.png);
}
.manage .tab-head li.active i.icon-jzss{
    background-image: url(../images/index/icon-zzss-act.png);
}
.manage .tab-head li i.icon-kfpt{
    background-image: url(../images/index/icon-kfpt.png);
}
.manage .tab-head li.active i.icon-kfpt{
    background-image: url(../images/index/icon-kfpt-act.png);
}
.manage .tab-head li.active::after{
    content: " ";
    position: absolute;
    left: 50%;
    margin-left:-12px;
    width: 24px;
    height: 24px;
    background: #0B58CF;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    top:100%;
    margin-top:30px;
}
.each-zbintro{
    background:#0B58CF;
    height:430px;
    margin-top:40px;
    position: relative;
    overflow: hidden;
    z-index: 3;
}
.each-zbintro .pub-cont{
    height: 100%;
}
.each-zbintro .left-info{
    color:#fff;
    left:0;
    width:50%;
    text-align: left;
    margin-top:-100px;
    transition: all 1s;
}
.each-zbintro .info-tit{
    font-size: 18px;
    line-height: 27px;
}
.each-zbintro ul{
    display: block;
    width:80%;
    margin-top:50px;
}
.each-zbintro ul li{
    font-size:16px;
    line-height:24px;
    padding:11px 0;
    padding-left:30px;
    position: relative;
}
.each-zbintro ul li::after{
    content: " ";
    position: absolute;
    left:0px;
    width: 4px;
    background: rgba(51, 127, 244, 0.5);
    border-radius:2px;
    -webkit-border-radius:2px;
    -moz-border-radius:2px;
    -ms-border-radius:2px;
    -o-border-radius:2px;
    top:16px;
    left:0px;
    height:46px;
}
.each-zbintro ul li:last-child:after{
    height:10px;
}
.each-zbintro ul li::before{
    content: " ";
    position: absolute;
    left:0px;
    width: 10px;
    height: 10px;
    background: #337FF4;
    border-radius:5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    -ms-border-radius:5px;
    -o-border-radius:5px;
    top:16px;
    left:-3px;
}
.each-zbintro .right-img{
    position: absolute;
    right:0;
    bottom: 0;
    margin-bottom:-100px;
    transition: all 1s;
    opacity: 0;
}
.each-zbintro .right-img img{
    width:510px;
    height: auto;
}
.each-zbintro.ani .left-info{
    margin-top:0;
    opacity: 1;
}
.each-zbintro.ani .right-img{
    margin-bottom:0;
    opacity: 1;
}
#float-con{
    position: fixed!important;
    right:0;
    z-index: 998;
    width:88px;
}
#float-con ul{
    /* box-shadow: 0px 1px 8px 0px rgba(204, 204, 204, 0.3);
    -webkit-box-shadow: 0px 1px 8px 0px rgba(204, 204, 204, 0.3);
    -moz-box-shadow: 0px 1px 8px 0px rgba(204, 204, 204, 0.3);
    -ms-box-shadow: 0px 1px 8px 0px rgba(204, 204, 204, 0.3);
    -o-box-shadow: 0px 1px 8px 0px rgba(204, 204, 204, 0.3); */
}
#float-con ul li{
    background:#fff;
    padding:20px 0;
    position: relative;
    box-shadow: 0px 1px 8px 0px rgba(204, 204, 204, 0.3);
    -webkit-box-shadow: 0px 1px 8px 0px rgba(204, 204, 204, 0.3);
    -moz-box-shadow: 0px 1px 8px 0px rgba(204, 204, 204, 0.3);
    -ms-box-shadow: 0px 1px 8px 0px rgba(219, 135, 135, 0.3);
    -o-box-shadow: 0px 1px 8px 0px rgba(204, 204, 204, 0.3);
    cursor: pointer;
}
#float-con ul li::after{
    content: " ";
    position: absolute;
    background:#337FF4;
    height:1px;
    width:76px;
    left:6px;
    bottom: 0;
}
#float-con ul li:last-child::after{
    display: none;
}
#float-con ul li i{
    width:48px;
    height:48px;
    display: block;
    margin:0 auto;
    background-size: 100% auto;
    background-position: center center;
    background-repeat: no-repeat;
}


#float-con ul li p{
    font-size:12px;
    color: #337FF4;
    line-height: 20px;
    margin-top:10px;
    text-align: center;
}
#float-con ul li:hover{
    background:#337FF4;
    color:#fff;
}
#float-con ul li:hover p{
    color:#fff;
}
#float-con ul li .icon-wechat{
    background-image: url(../images/index/icon-wechat.png);
}
#float-con ul li .icon-tel{
    background-image: url(../images/index/icon-tel.png);
}
#float-con ul li .icon-kefu{
    background-image: url(../images/index/icon-kf.png);
}
#float-con ul li .icon-top{
    background-image: url(../images/index/icon-top.png);
}
#float-con ul li:hover .icon-wechat{
    background-image: url(../images/index/icon-wechat-act.png);
}
#float-con ul li:hover .icon-tel{
    background-image: url(../images/index/icon-tel-act.png);
}
#float-con ul li:hover .icon-kefu{
    background-image: url(../images/index/icon-kf-act.png);
}
#float-con ul li:hover .icon-top{
    background-image: url(../images/index/icon-top-act.png);
}
#float-con ul li:first-child{
    border-radius: 20px 0px 0px 0;
    -webkit-border-radius: 20px 0px 0px 0;
    -moz-border-radius: 20px 0px 0px 0;
    -ms-border-radius: 20px 0px 0px 0;
    -o-border-radius: 20px 0px 0px 0;
}
#float-con ul li:last-child{
    border-radius: 0px 0px 0 20px;
    -webkit-border-radius: 0px 0px 0 20px;
    -moz-border-radius: 0px 0px 0 20px;
    -ms-border-radius: 0px 0px 0 20px;
    -o-border-radius: 0px 0px 0 20px;
}
#float-con ul.go-top{
    margin-top:8px;
}
#float-con ul.go-top li:last-child{
    border-radius: 16px 0px 0 16px;
    -webkit-border-radius: 16px 0px 0 16px;
    -moz-border-radius: 16px 0px 0 16px;
    -ms-border-radius: 16px 0px 0 16px;
    -o-border-radius: 16px 0px 0 16px;
}
#float-con .pop-left{
    display: none;
    width:180px;
    padding-right:20px;
    position: absolute;
    right:88px;
    top:0;
}
#float-con .pop-left::before{
    content: " ";
    background:#337FF4;
    width:10px;
    height:10px;
    box-shadow: 0px 1px 8px 0px rgba(204, 204, 204, 0.3);
    -webkit-box-shadow: 0px 1px 8px 0px rgba(204, 204, 204, 0.3);
    -moz-box-shadow: 0px 1px 8px 0px rgba(204, 204, 204, 0.3);
    -ms-box-shadow: 0px 1px 8px 0px rgba(204, 204, 204, 0.3);
    -o-box-shadow: 0px 1px 8px 0px rgba(204, 204, 204, 0.3);
    transform: rotate(45deg);
    position: absolute;
    right:16px;
    top:40px;
    z-index: -1;
}
#float-con .pop-left .pop-nei{
    background: #337FF4;
    box-shadow: 0px 1px 8px 0px rgba(204, 204, 204, 0.3);
    -webkit-box-shadow: 0px 1px 8px 0px rgba(204, 204, 204, 0.3);
    -moz-box-shadow: 0px 1px 8px 0px rgba(204, 204, 204, 0.3);
    -ms-box-shadow: 0px 1px 8px 0px rgba(204, 204, 204, 0.3);
    -o-box-shadow: 0px 1px 8px 0px rgba(204, 204, 204, 0.3);
    padding:20px;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
}
.pop-left .pop-nei cite{
    display: block;
    font-size:16px;
    line-height: 24px;
    margin-top:10px;
    text-align: center;
}
#float-con .pop-left .wx-img img{
    width:100%;
    height:auto;
}
#float-con ul li:hover .pop-left{
    display: block;
}
#float-con .pop-left.vert-mid{
    top:50%;
}
.pop-tel .icon-tel_small{
    width:20px;
    height:20px;
    display: block;
    margin-right:10px;
    background-size: 100% auto;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../images/index/icon-tel-small.png);
}
.pop-tel .tel{
    font-size:16px;
    line-height: 24px;
    white-space: nowrap;
}
.pop-tel .tel em{
    font-size:18px;
}

.rec-friend_top{
    height: 136px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background: #337FF4;
    background-image: url(../images/index/zx-bg.jpg);
}
.rec-friend_top .flex{
    height: 100%;
    color: #fff;
    font-size:22px;
    line-height: 48px;
}
.rec-friend_top .rec-left{
    padding:0 40px;
    margin-right:60px;
    font-size:20px;
    text-align: center;
}
.rec-friend_top .rec-left h3{
    font-size:48px;
    line-height: 64px;
}

.pub-tabs.tab-cont .ffriend-cont.other-con{
    padding-left:15px;
    padding-right: 15px;
}
.pub-tabs.tab-cont{
    border:1px rgba(151, 151, 151, 0.5) solid;
    padding:15px 5px;
}
.pub-tabs.tab-cont a{
    margin:0 15px;
    float: left;
    line-height: 24px;
}