::-webkit-scrollbar{
    width: 5px;
}
::-webkit-scrollbar-button{
    display: none;
}
::-webkit-scrollbar-thumb{
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #a7a6a6;
    outline: 1px solid #fbfbfb;
}
*{
    margin:0;
    padding:0;
    list-style: none;
    text-decoration: none;
}
body{
    background: #ffffff;
    width:100%;
    font-family:"微软雅黑";
}
.rowpub{
    display: flex;
    flex-direction: row;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
}
.colpub{
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
}
/*头部*/
.banner{
    width:100%;
    height:860px;
    background-size: 100%;
    background-repeat: no-repeat;
}
@media(max-width:1400px){
    .banner{
        height:590px;
    }
    .index_ad{
        height:70% !important;
    }
}
/*导航*/
nav{
    width:88%;
    max-width:1200px;
    min-width: 1000px;
    margin:0 auto;
    color:#ffffff;
}
nav>ul{
    width:100%;
    padding-top:25px;
    justify-content:space-between ;
}
nav>ul>li{
    width: 130px;
}
nav>ul>li>a{
    display: inline-block;
    line-height: 50px;
    font-size: 17px;
    color:#ffffff;
    width: 100%;
    text-align: center;
}
nav>ul>li>a:hover,.sel{
    background: #ffffff;
    color:#604CE3;
    border-radius: 40px;
}
.index_ad{
    width:88%;
    max-width:1200px;
    min-width: 1000px;
    margin: 0 auto;
    position: relative;
    height:79%;
    max-height:670px;
}
.sign{
    width: 240px;
    height: 42px;
    background: #6ea6e6;
    display: block;
    border-radius: 40px;
    margin:0 auto;
    text-align: center;
    line-height: 42px;
    color:#ffffff;
    font-size:16px;
}
.links{
    display: block;
    width:260px;
    height:150px;
    text-align: center;
    line-height: 150px;
    font-size:18px;
    color:#ffffff;
    background: #5A64E7;
    float:left;
}
.links:nth-of-type(2){
    margin:0 60px;
    background: #48A8F1;
}
.links:hover{
    opacity: 0.75;
}
/*第二部分内容*/
.banner2{
    width:100%;
    height:1366px;
    background-size: 100%;
    background-repeat: no-repeat;
    margin-bottom: 140px;
}
.lists{
    padding:20px 0;
    width:32%;
    margin-right: 2%;
    height:390px;
    background: #ffffff;
    box-shadow: 0px 3px 15px 0px rgba(166,166,166,0.25);
    margin-bottom: 20px;
}
.lists:hover{
    background: rgba(110,166,230,0.1) !important;
}
.lists>h2,.lists>p,.lists>img,.lists>a{
    margin-right: 20px;
    margin-left:20px;
}
.lists:nth-of-type(3n){
    margin-right: 0 !important;
}
.loginbtn{
    background: #FFFFFF;
    width:150px;
    height:45px;
    border-radius: 45px;
    color:#5997EA;
    font-size:18px;
    justify-content: center;
    margin-top:20px;
}

/*底部*/
footer{
    width:100%;
    padding:30px 0;
    background: #3A3E47;
    color:#C6C6C6;
}
footer>div>div>h1{
    font-size: 18px;
    font-weight: lighter;
    margin-bottom: 30px;
}
footer>div>div:nth-of-type(1){
    width:40%;
}
footer>div>div:nth-of-type(2){
    width:36%;
}
footer>div>div a{
    font-size: 14px;
    width:33%;
    text-align: left;
    margin-bottom: 15px;
    color:#C6C6C6;
}
footer>div>div a:hover{
    color:#6EA6E6;
}
footer>div>div p{
    font-size: 14px;
    margin-bottom: 15px;
}
footer>div>div img{
    width:114px;
    height:114px;
}
.line{
    width: 1px !important;
    height: 119px;
    background: #C6C6C6;
    margin-right: 6%;
}
.bq {
    width: 100%;
    background: #28292E;
    line-height: 21px;
    text-align: center;
    font-size: 12px;
    color: #C6C6C6;
    padding: 15px 0;
}

/*资源征集*/
.box{
    width: 88%;
    max-width: 1096px;
    box-shadow: 0px 3px 15px 0px rgba(166,166,166,0.25);
    background: #ffffff;
    margin: 60px auto;
    height: 420px;
    padding:50px;
}
/*培训平台*/
.pxlists{
    width:300px;
    height:410px;
    background: #ffffff;
    padding:25px;
    box-shadow: 0px 3px 15px 0px rgba(166,166,166,0.25);
    position: relative;
}
.pxlists>p{
    min-height:140px;
    color:#888888;
    font-size:16px;
    line-height: 30px;
    margin-top:20px;
}
.pxlists>img{
    display: block;
    margin:0 auto;
}
.pxsign{
    position: absolute;
    top:-23px;
    left:119px;
    width:126px;
    height:46px;
    background: #3574b4;
    border-radius: 3px;
    font-size:18px;
    color:#ffffff;
    text-align: center;
    line-height: 46px;
}

.newslist{
    height:50px;
    border-bottom: 1px dashed #eaeaea;
    color:#151515;
}
.newslist p{
    flex:1;
    color:#666666;
    margin-right: 10px;
}
.newslist span{
    color:#666666;
    font-size: 14px;
}
/*分页*/
.newspage{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    height:140px;
    width:100%;
    background:#ffffff;
}
.newspage>ul>li{
    float:left;
    width:30px;
    height:30px;
    border-radius: 3px;
    margin-left:20px;
}
.newspage>ul>li>a{
    display: inline-block;
    border-radius: 3px;
    font-size: 12px;
    width:100%;
    height:100%;
    line-height: 30px;
    text-align: center;
    color: #808080;
    border:1px solid #DFDFDF;
}
.newslis:hover{
    color:#2897F3;
}
.newspage>ul>li>a:hover{
    background: #2897F3;
    color: #fff;
}