::-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;
    font-family:"微软雅黑";
    font-size: 14px;
}
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;
}
header{
    width:80%;
    max-width: 1200px;
    margin:0 auto;
    height:100px;
    justify-content:space-between;
}
.searchbox{
    border:1px solid #DDDDDD;
    background: #ffffff;
    height: 40px;
    width:280px;
    border-radius: 20px;
    padding:0 15px;
}
.searchbox input{
    height:40px;
    flex:1;
    -ms-flex:1;
    border:none;
    outline: none;
}

/*导航*/
nav{
    height:70px;
    line-height: 70px;
    width:100%;
}
nav>ul{
    width:88%;
    max-width:1200px;
    margin:0 auto;
}
nav>ul>li{
    width: 16.6%;
}
nav>ul>li>a{
    display: inline-block;
    line-height: 70px;
    font-size: 15px;
    color:#fff;
    width: 100%;
    text-align: center;
}
nav>ul>li>a:hover,.sel{
    font-weight: bold;
}
/*列表下拉二级导航*/
.secnav{
    position: absolute;
    z-index: 10;
    top: 70px;
    right: 1px;
    width: 100px;
    background-color: #d81918;
    display: none;
    line-height: 40px;
}
.secnav a{
    font-size: 13px;
    color:#ffffff;
    display: inline-block;
    width:100px;
    height:50px;
    line-height: 50px;
    text-align: center;
}
/*下拉菜单鼠标移动样式*/
.secnav a:hover{
    background: #8b1a12;
    color: #ffffff;
    height:50px;

}
.procenter:hover .secnav{
    display: block;
}
.procenter:hover .down1{
    transform: rotate(180deg);
}
/*最新政策*/
.zytzinfo{
    background:linear-gradient(0deg,rgba(248,248,248,1),rgba(255,255,255,1));
    height:60px;
    width:100%;

}
.tzinfolist,.tzinfolist a{
    font-size: 14px;
    color:#333333;
}
.tzinfolist a{
    padding-right: 20px;
    margin-right:20px;
    border-right:1px solid #898989;
}
.inputv {
    width:220px;
    height:36px;
    border-radius: 20px;
    border:1px solid #EEEEEE;
    background: #ffffff;
}
.inputv input{
    flex:1;
    height:36px;
    border:none;
    font-size: 13px;
    color:#999999;
    margin:0 10px;
    outline: none;
}

/*政策规章*/
/*标题*/
.titlev{
    width: 100%;
    align-items: flex-start;
    height: 30px;
    border-bottom: 1px solid #e2e2e2;
}
.title{
    font-size: 16px;
    flex: 1;
    color: #333333;
}
.titlev>a{
    color:#999999;
    font-size: 14px;
}
.titlev>a:hover{
    color:#5287E7;
}
.tpjjtitle{
    color:#333333;
    font-size:16px;
    position:relative;
    margin-left:10px;
}
.tpjjtitle:before{
    content: '';
    position: absolute;
    left: -25px;
    bottom: -11px;
    width: 120px;
    height: 2px;
    background: #71ABFF;
}
/*列表*/
.list{
    width:100%;
    height:52px;
    border-bottom: 1px dashed #eeeeee;
    color: #666666;
}
.list>p{
    flex:1;
    font-size: 14px;
}
.list:hover{
    color:#5287E7;
}
.bannerbox{
    position:absolute;top:340px;left:14%;color:#ffffff;line-height:55px;font-weight: bold;
}
.bannerbox>p{
    font-size:26px;letter-spacing:2px;
    color:#ffffff;line-height:55px;
}
.bannerbox  .bannera1{
    width: 120px;height: 45px;background: #148c68;text-align: center;line-height: 45px;color: #ffffff;font-size: 15px;border-radius: 25px;font-weight: bold;
}
.bannerbox  .bannera2{
    width: 120px;height: 40px;text-align: center;line-height: 40px;border: 1px solid #ffffff;color: #ffffff;border-radius: 20px; margin-left: 20px;font-weight: bold;
}
/*banner/*/
.banner1{
    width: 100%;
    margin: 40px auto;
    height: 235px;
    background: url(../images/banner.png) no-repeat;
    background-size: cover;
}
.banner1 p{
    width:647px;
    font-size:16px;
    font-weight:400;
    color:rgba(255,255,255,1);
    line-height:30px;
    margin-bottom: 18px;
}
.banner1 a{
    display: inline-block;
    width:109px;
    height:30px;
    border:1px solid rgba(255,255,255,1);
    border-radius:15px;
    text-align: center;
    line-height: 30px;
    font-size: 16px;
    color:#ffffff;
}
/*公共的文字列表*/
.textlists{
    width:32%;
    margin-right: 2%;
    margin-bottom: 50px;
}
.textlists:nth-of-type(3n){
    margin-right: 0;
}
.lista{
    display: inline-block;
    width:100%;
    color:#666666;
    font-size: 14px;
    margin-top: 20px;
}
/*首页下拉框选择*/
select{
    width:24%;
    margin-right: 1.3%;
    border:1px solid #e1e1e1;
    height:36px;
    color:#898989;
}
select:last-child{
    margin-right: 0;
}


/*图片列表*/
.nav_er{
    min-width:120px;
    max-width:130px;
    margin-right: 20px;
    background: #ffffff;
    padding:30px 15px;
    min-height: 740px;
}
.nav_er h3{
    color:#151515;
    border-bottom: 1px solid #e1e1e1;
    font-size: 16px;
    text-align: center;
    position:relative;
    padding-bottom: 15px;
    margin-bottom:15px;
}
.nav_er h3::after{
    content:'';
    position: absolute;
    width:130px;
    height:4px;
    background:#1E87D7;
    left:0px;
    bottom:-2px;
}
.nav_er a{
    display: inline-block;
    width:100%;
    border-bottom:1px solid #eaeaea;
    height:40px;
    text-align: center;
    line-height: 40px;
    color:#898989;
}
.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: #0348e4;
    color: #fff;
}
.down{
    background: #2897F3;
    color: #fff;
}
.zjtdlist{
    width:100%;
    border-bottom: 1px dashed #DDDDDD;
    padding-bottom: 15px;
    margin-top: 20px;
}
.zjtdlist p{
    color:#666666;
    font-size: 14px;
    line-height: 26px;
}

/*信息查询*/
.cxtitle{
    width:100%;
    margin:0 auto;
    height: 80px;
}
.cxtitle ul{
    width: 100%;
    margin: 0 auto;
    height: 100%;
    line-height: 80px;
}
.cxtitle ul li{
    float: left;
    font-size: 20px;
    width: 50%;
    text-align: center;
    background: #f6f6f6;
    cursor: pointer;
}
.hover{
    color: #126CC0;
    background: #ffffff !important;
}
/*输入框*/
.cxcon{
    width:100%;
    margin:0 auto 0;
}
.cxcon>div{
    width:100%;
}
.cxtj{
    background: #ffffff;
    width: 80%;
    margin: 35px auto 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0 15px;

}
.cxtj>input{
    width:90%;
    margin-left: 10px;
    border: none;
    height: 40px;
    outline: none;
}
.xcbtn{
    width:85%;
    height:38px;
    color:#ffffff;
    font-size:14px;
    background: #D81918;
    border-radius:5px;
    border:none;
    display: block;
    margin:0 auto;
    outline: none;
}
input::-webkit-input-placeholder { /* WebKit browsers */
    color: #d5d5d5;
}
input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #d5d5d5;
}
input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #d5d5d5;
}
input:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #d5d5d5;
}


/*图片列表*/
.imagelist{
    background: #ffffff;
    width:100%;
    padding:30px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}
.imagelist>a{
    display: inline-block;
    width:31%;
    margin: 10px;
}
.imagelist>a>p{
    color:#151515;
    margin: 10px 0 5px 0;
}

/*培训课程图片列表*/
.imagelist1{
    background: #ffffff;
    padding:30px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}
.imagelist1>a{
    display: inline-block;
    width:31%;
    margin: 10px;
}
.imagelist1>a>p{
    color:#151515;
    margin: 10px 0 5px 0;
}

/*图片集锦*/
.picMarquee-left{ overflow:hidden; position:relative;}
.picMarquee-left .bd .prev,.picMarquee-left .bd .next{
    display: none;
    width:40px;
    height:40px;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    color:#ffffff;
    font-size: 16px;
    background:rgba(0,0,0,.3);
    position:absolute;
    z-index:33;
    cursor: pointer;
}
.picMarquee-left .bd .prev{
    right:10px;
    top:70px;
}
.picMarquee-left .bd .next{
    left:10px;
    top:70px;
}
.picMarquee-left .bd:hover .next {
    display: inline-block;
}
.picMarquee-left .bd:hover .prev {
    display: inline-block;
}


.picMarquee-left .hd .prevStop{ background-position:-60px 0; }
.picMarquee-left .hd .nextStop{ background-position:-60px -50px; }

.picMarquee-left .bd{ padding:0px;   }
.picMarquee-left .bd ul{ overflow:hidden; zoom:1; }
.picMarquee-left .bd ul li{ margin:0 8px; float:left; _display:inline; overflow:hidden; text-align:center;  }
.picMarquee-left .bd ul li .pic{ text-align:center; }
.picMarquee-left .bd ul li .pic img{ width:120px; height:90px; display:block; padding:2px; border:1px solid #ccc; }
.picMarquee-left .bd ul li .pic a:hover img{ border-color:#999;  }
.picMarquee-left .bd ul li .title{ line-height:24px;   }

.zxcon{
    margin-right:5px;
    background: #ffffff;
    padding:24px 15px;
    box-shadow: 0 0 3px #eaeaea;
    display: none;
}
.zxcon a{
    display: block;
    margin-bottom: 15px;
    color:#565656;
}
.zxzx{
    flex-direction: column;
    width:40px;
    height:114px;
    background:#4584e2;
    cursor: pointer;
}
.zx:hover .zxcon{
    display: block;
}
.zx:hover .zxzx{
    opacity: 0.8
}



.card-carousel-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px 0;
    color: #666a73;
}
.card-carousel {
    display: flex;
    width: 1160px;
}
.card-carousel--overflow-container {
    overflow: hidden;
}
.card-carousel--nav__left, .card-carousel--nav__right {
    display: inline-block;
    width: 15px;
    height: 15px;
    padding: 10px;
    box-sizing: border-box;
    border-top: 2px solid #D81918;
    border-right: 2px solid #D81918;
    cursor: pointer;
    margin: 0 10px;
    transition: transform 150ms linear;
}
.card-carousel--nav__left[disabled], .card-carousel--nav__right[disabled] {
    opacity: 0.2;
    border-color: black;
}
.card-carousel--nav__left {
    transform: rotate(-135deg);
}
.card-carousel--nav__left:active {
    transform: rotate(-135deg) scale(0.9);
}
.card-carousel-cards {
    display: flex;
    transition: transform 150ms ease-out;
    transform: translatex(0px);
}
.card-carousel-cards .card-carousel--card {
    margin: 0 10px;
    cursor: pointer;
    border-radius: 4px;
    z-index: 3;
    margin-bottom: 2px;
}
.card-carousel-cards .card-carousel--card:first-child {
    margin-left: 0;
}
.card-carousel-cards .card-carousel--card:last-child {
    margin-right: 0;
}
.card-carousel--nav__right {
    transform: rotate(45deg);
}
.card-carousel--nav__right:active {
    transform: rotate(45deg) scale(0.9);
}

.Alternate{
    margin:0px;
    padding:0px;
    height:420px;
    -moz-column-gap: 12px;
    -moz-column-count: 5;
    -webkit-column-gap: 12px;
    -webkit-column-count: 5;
    column-gap: 12px;
    column-count: 5;
}

.psychology:hover{
    background-color: #B8CFE6 !important;
}
.psychology:hover p{
    color: #1D75FD !important;
}
.psychology:hover ul li{
    color: #fff !important;
}
.psychology1:hover{
    background: rgba(111, 111, 111, 0.3) !important;
}
