@charset "utf-8";
.footer{margin-top: 0!important;}

.ny_banner{
    background: url(../images/banner.jpg) center no-repeat;
    height: 300px;
}
.ab_banner{
    background: url(../images/ab-banner.jpg) center no-repeat;
    height: 300px;
}
.al_banner{
    background: url(../images/al-banner.jpg) center no-repeat;
    height: 300px;
}
.fw_banner{
    background: url(../images/fw-banner.jpg) center no-repeat;
    height: 300px;
}
.gl_banner{
    background: url(../images/gl-banner.jpg) center no-repeat;
    height: 300px;
}
.lx_banner{
    background: url(../images/lx-banner.jpg) center no-repeat;
    height: 300px;
}
.px_banner{
    background: url(../images/px-banner.jpg) center no-repeat;
    height: 300px;
}
.xw_banner{
    background: url(../images/xw-banner.jpg) center no-repeat;
    height: 300px;
}


.inside_con{
    padding: 50px 0;
}
.inside_fff{
    padding: 30px 0;
}
.inside_l{
    width: 300px;
}
.inside_l_pro{
    background: #fff;
}



/*左栏目*/
.aside-menu {
    width: 250px;
}

.menu-top {
    padding: 2px 0;
    background-color: #006dea;
    color: #fff;
    overflow: hidden;
    margin-bottom: 4px;
    padding: 15px 0;
}

.menu-top-con {
    float: left;
    margin-left: 15px;
}

.menu-top .line {
    width: 2px;
    height: 45px;
    margin-left: 20px;
    background-color: #fff;
    float: left;
}

.menu-top h3 {
    font-size: 24px;
    line-height: 30px;
    height: 30px;
}

.menu-top p {
    font-size: 12px;
    text-transform: uppercase;
    line-height: 15px;
    height: 15px;
}

.menu-inner {
    background-color: #f3f3f3;
    padding: 8px 0;
}

.menu-inner a {
    display: block;
    height: 55px;
    line-height: 55px;
    padding-left: 15px;
    transition: .36s ease;
    border-top: 1px solid #ececec;
}

.menu-inner a:first-child {
    border: 0;
}

.menu-inner a span {
    font-size: 14px;
    color: #333;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    font-weight: bold;
}

.menu-inner a i {
    display: inline-block;
    width: 13px;
    height: 13px;
    background: url('../images/menu-bg2.png') no-repeat center;
    vertical-align: middle;
    transition: .36s ease;
}

.menu-inner a:hover {
    background-color: #fff;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.06);
}

.menu-inner a:hover span {
    color: #006dea;
}

.menu-inner a:hover i {
    background: url('../images/menu-bg1.png') no-repeat center;
}

.rec {
    width: 100%;
    margin-top: 20px;
    overflow: hidden;
}
.rec-top {
    height: 50px;
    line-height: 50px;
    background-color: #006dea;
    color: #fff;
}
.rec-top i {
    display: inline-block;
    width: 2px;
    height: 16px;
    background-color: #fff;
    vertical-align: middle;
    margin-left: 20px;
}
.rec-top span {
    display: inline-block;
    vertical-align: middle;
    margin-left: 6px;
}
.rec-contact{
    background-color: #f3f3f3;
}
.rec-contact img{
    display:block;
}
.rec-contact dl{
    padding:15px;
}
.rec-contact dl dd{
    line-height: 28px;
    color: #666;
}


/*右边*/
.aside-right{
    width: 920px;
}
.bread {
    overflow: hidden;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.col-name {
    float: left;
    font-size: 24px;
    color: #666;
}
.bread-nav {
    float: right;
    padding-top: 12px;
    font-size: 12px;
    color: #999;
}
.bread-nav a {
    color: #999;
    transition: .36s ease;
    margin: 0 5px;
}
.bread-nav a:hover {
    color: #006dea;
}
.bread-nav span {
    color: #006dea;
    margin: 0 5px;
}


/*关于我们*/
.nyabout-brief{
    line-height: 28px;
}
.nyabout-brief p{
    line-height: 28px;
    text-align: justify;
}

/*产品展示*/
.pro_list ul li{
    float: left;
    width: 293px;
    margin-right: 20px;
    margin-bottom: 20px;
}
.pro_list ul li .ovimg{
    overflow: hidden;
    display:block;
    border: 1px solid #e6e6e6;
}
.pro_list ul li img{
    display: block;
    width: 100%;
    transition:all .3s;
    -moz-transition:all .3s;    /* Firefox 4 */
    -webkit-transition:all .3s; /* Safari å’Œ Chrome */
    -o-transition:all .3s;  /* Opera */
    transform: scale(1,1);
    -ms-transform: scale(1,1);  /* IE 9 */
    -webkit-transform: scale(1,1);  /* Safari å’Œ Chrome */
    -o-transform: scale(1,1);   /* Opera */
    -moz-transform: scale(1,1); /* Firefox */
    height: 210px;
}
.pro_list ul li:hover img{
    transform: scale(1.05,1.05);
    -ms-transform: scale(1.05,1.05);    /* IE 9 */
    -webkit-transform: scale(1.05,1.05);    /* Safari å’Œ Chrome */
    -o-transform: scale(1.05,1.05); /* Opera */
    -moz-transform: scale(1.05,1.05);   /* Firefox */
}
.pro_list ul li p{
    background: #e6e6e6;
    text-align: center;
    height: 35px;
    line-height: 35px;
    text-overflow:ellipsis;
    white-space:nowrap;
    overflow:hidden;
}
.pro_list ul li:hover p{
    background: #006dea;
    color: #fff;
}
.pro_list ul li:hover .ovimg{
    border: 1px solid #006dea;
}

/*新闻产品*/
.newspro_list{
    margin-top:30px
}
.newspro_list_tit{
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px;
    height: 36px;
}
.newspro_list_tit span{
    display: block;
    width: 100px;
    text-align: center;
    height: 35px;
    border-bottom: 2px solid #006dea;
    line-height: 35px;
    font-size: 18px;
    font-weight: bold;
    color: #006dea;
}
.newspro_list ul li{
    float: left;
    width: 215px;
    margin-left: 20px;
}
.newspro_list ul li:first-child{
    margin-left:0;
}
.newspro_list ul li .ovimg{
    overflow: hidden;
    display:block;
    border: 1px solid #e6e6e6;
}
.newspro_list ul li img{
    display: block;
    width: 100%;
    transition:all .3s;
    -moz-transition:all .3s;    /* Firefox 4 */
    -webkit-transition:all .3s; /* Safari å’Œ Chrome */
    -o-transition:all .3s;  /* Opera */
    transform: scale(1,1);
    -ms-transform: scale(1,1);  /* IE 9 */
    -webkit-transform: scale(1,1);  /* Safari å’Œ Chrome */
    -o-transform: scale(1,1);   /* Opera */
    -moz-transform: scale(1,1); /* Firefox */
    height: 200px;
}
.newspro_list ul li:hover img{
    transform: scale(1.05,1.05);
    -ms-transform: scale(1.05,1.05);    /* IE 9 */
    -webkit-transform: scale(1.05,1.05);    /* Safari å’Œ Chrome */
    -o-transform: scale(1.05,1.05); /* Opera */
    -moz-transform: scale(1.05,1.05);   /* Firefox */
}
.newspro_list ul li p{
    background: #e6e6e6;
    text-align: center;
    height: 35px;
    line-height: 35px;
    text-overflow:ellipsis;
    white-space:nowrap;
    overflow:hidden;
}
.newspro_list ul li:hover p{
    background: #006dea;
    color: #fff;
}
.newspro_list ul li:hover .ovimg{
    border: 1px solid #006dea;
}

.prodetail .pro-top {
    overflow: hidden;
}
.prodetail .pro-top img {
    display: block;
    float: left;
    width: 400px;
    border: 1px solid #eee;
}
.prodetail .pro-top .info {
    width: 490px;
    float: right;
    margin-left: 25px;
    padding-top: 10px;
}
.prodetail .pro-top h3 {
    font-size: 24px;
}
.prodetail .pro-top dl {
    margin-top: 16px;
    height: 122px;
    overflow: hidden;
}
.prodetail .pro-top dd {
    font-size: 14px;
    line-height: 30px;
    color: #333;
}
.prodetail .info-foot {
    overflow: hidden;

}
.prodetail .info-foot a {
    display: block;
    float: left;
    width: 200px;
    height: 46px;
    background-color: #006dea;
    color: #fff;
    text-align: center;
    line-height: 46px;
    border-radius: 1px;
    font-size: 20px;
}
.prodetail .info-foot a:hover {
    background-color: #005eca;
}
.prodetail .number-tip {
    float: left;
    margin-left: 20px;
}
.prodetail .number-tip span {
    font-size: 12px;
    line-height: 24px;
    color: #999;
}
.prodetail .number-tip p {
    color: #ef3e50;
    font-size: 20px;
}
.proxq{
    margin-top: 30px;
}
.proxq-tit{
    border-bottom: 1px solid #eee;
    margin-bottom: 15px;
}
.proxq-tit span{
    display: block;
    width: 120px;
    text-align: center;
    background: #e4000d;
    color: #fff;
    line-height: 35px;
    font-size: 16px;
    height: 35px;
}
.proxq-brief{
    line-height: 28px;
}
.proxq-brief p{
    line-height: 28px;
}


/*新闻*/
.cs_list {height:auto;overflow:hidden;}
.cs_list dl {overflow:hidden;zoom:1;margin-bottom: 15px;border-bottom: 1px dashed #eee;padding-bottom: 15px;}
.cs_list dt {float:left;width: 260px;display: none;}
.cs_list dt img {width: 250px;height: 174px;border:1px solid #ebebeb;display:block;padding:5px;}
.cs_list dt img:hover{border: 1px solid #006dea;}
.cs_list dd {width: 100%;float:right;}
.cs_list dd h5 {font-family:"Microsoft Yahei";height:30px;line-height:30px;text-overflow: ellipsis;white-space:nowrap;overflow:hidden;font-size: 18px;font-weight: bold;}
.cs_list dd h5{ color:#333;}
.cs_list dd h5 span{margin-right:5px;color: #006dea;}
.cs_list dd h5:hover{ color:#B20E15;}
.cs_list dd h6 {font-weight:normal;height: 20px;line-height: 20px;overflow:hidden;font-size:12px;color:#999;margin: 5px 0;}
.cs_list dd h6 a { color:#999;}
.cs_list dd h6 .ind_bg01{background:url(../images/ft_2.png) left no-repeat;padding-left:20px;}
.cs_list dd h6 .ind_bg02{background:url(../images/ft_4.png) left no-repeat;padding-left:20px;}
.cs_list dd p {color:#666;font-size:14px;line-height: 28px;/* height: 84px; */-webkit-line-clamp: 4;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;}
.cs_list dd .cs_more {color: #DA251B;display:inline-block;font-size:14px;text-align:center;line-height: 25px;height: 25px;display: none;}
.cs_list dd .cs_more:hover{color: #006dea;}


/*新闻详细页*/
.news_detail{margin:0 auto;}
.news_detail_tit{text-align:center;line-height:40px;font-size: 20px;font-weight:bold;}
.news_detail_info{text-align:center;color:#666;font-size:12px;}
.news_detail_cont{line-height:26px;font-size: 14px;color:#333;border-top: 1px solid #cccccc;margin-top: 10px;padding-top: 10px;}
.ndfooter_tit{
    font-size: 28px;
    padding-bottom: 20px;
    font-weight: bold;
}
.news_detail_footer{
    clear: both;
    float: right;
    width: 100%;
    margin-top: 10px;
    border-top: 1px solid #ccc;
    padding-top: 10px;
}
.news_detail_footer ul li{
    height: 46px;
    font-size: 14px;
    line-height: 46px;
    color: #4b4a4a;
    border-top: 1px dashed #dbdbdb;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 15px;
}
.news_detail_footer ul li span{
    float: right;
}


/*相册*/
.nyphoto_list ul li{
    float: left;
    width: 293px;
    margin-right: 20px;
    margin-bottom: 25px;
}
.nyphoto_list ul li .ovimg{
    overflow: hidden;
    border: 1px solid #eee;
}
.nyphoto_list ul li:hover .ovimg{
    border: 1px solid #006dea;
}
.nyphoto_list ul li img{
    display: block;
    width: 293px;
    /* height: 215px; */
    transition:all .3s;
    -moz-transition:all .3s;    /* Firefox 4 */
    -webkit-transition:all .3s; /* Safari å’Œ Chrome */
    -o-transition:all .3s;  /* Opera */
    transform: scale(1,1);
    -ms-transform: scale(1,1);  /* IE 9 */
    -webkit-transform: scale(1,1);  /* Safari å’Œ Chrome */
    -o-transform: scale(1,1);   /* Opera */
    -moz-transform: scale(1,1); /* Firefox */
}
.nyphoto_list ul li a:hover img{
    transform: scale(1.05,1.05);
    -ms-transform: scale(1.05,1.05);    /* IE 9 */
    -webkit-transform: scale(1.05,1.05);    /* Safari å’Œ Chrome */
    -o-transform: scale(1.05,1.05); /* Opera */
    -moz-transform: scale(1.05,1.05);   /* Firefox */
}
.nyphoto_list ul li p{
    line-height: 30px;
    text-align: center;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
}
.nyphoto_list ul li:hover img{
    opacity:0.9;
}


/*相册4*/
.nyclient_list ul li{
    float: left;
    width: 215px;
    margin-right: 20px;
    margin-bottom: 25px;
}
.nyclient_list ul li .ovimg{
    overflow: hidden;
    border: 1px solid #eee;
}
.nyclient_list ul li:hover .ovimg{
    border: 1px solid #006dea;
}
.nyclient_list ul li img{
    display: block;
    width: 215px;
    /* height: 215px; */
    transition:all .3s;
    -moz-transition:all .3s;    /* Firefox 4 */
    -webkit-transition:all .3s; /* Safari å’Œ Chrome */
    -o-transition:all .3s;  /* Opera */
    transform: scale(1,1);
    -ms-transform: scale(1,1);  /* IE 9 */
    -webkit-transform: scale(1,1);  /* Safari å’Œ Chrome */
    -o-transform: scale(1,1);   /* Opera */
    -moz-transform: scale(1,1); /* Firefox */
}
.nyclient_list ul li a:hover img{
    transform: scale(1.05,1.05);
    -ms-transform: scale(1.05,1.05);    /* IE 9 */
    -webkit-transform: scale(1.05,1.05);    /* Safari å’Œ Chrome */
    -o-transform: scale(1.05,1.05); /* Opera */
    -moz-transform: scale(1.05,1.05);   /* Firefox */
}
.nyclient_list ul li p{
    line-height: 30px;
    text-align: center;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
}
.nyclient_list ul li:hover img{
    opacity:0.9;
}



/*在线留言*/
.message_list{
    background: #fff;
    padding: 20px;
}
.message_list_tit{
    color: #666;
    font-size: 16px;
    border-bottom: 1px solid #ccc;
    height: 40px;
    line-height: 40px;
    margin-bottom: 10px;
    margin-left: 15px;
}
.message_list_liuyan{
    margin-left: 15px;
}
.message_list_liuyan table{
    border-collapse: collapse;
}
.message_list_liuyan table tr{
    height: 40px;
    line-height: 40px;
    border: 1px solid #dfdfdf;
    margin-bottom: 15px;
    display: table;
    background: #fff;
    display: table;
}
.message_list_liuyan table tr th{
    border-right: 1px solid #dfdfdf;
    width: 80px;
    text-align: center;
    color: #666;
}
.message_list_liuyan table tr td input{
    border: 0px;
    height: 40px;
    line-height: 40px;
    outline: 0;
    width: 704px;
}
.message_list_liuyan table tr td textarea{
    border: 0;
    outline: 0;
    resize: none;
    height: 150px;
    width: 700px;
    line-height: 30px;
}


.pronews{
    margin-top: 30px;
}
.pronews .pronews-tit{
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
    height: 36px;
}
.pronews .pronews-tit span{
    display: block;
    width: 100px;
    text-align: center;
    height: 35px;
    border-bottom: 2px solid #006dea;
    line-height: 35px;
    font-size: 18px;
    font-weight: bold;
    color: #006dea;
}
.pronews ul li{
    float: left;
    width: 48%;
    margin-right: 4%;
    line-height: 35px;
    height: 35px;
    border-bottom: 1px dashed #ccc;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.pronews ul li span{
    color: #006dea;
    font-weight: bold;
    margin-right: 5px;
}
.pronews ul li a{
    color: #666;
}
.pronews ul li a:hover{
    color: #006dea;
}


/*课程体系*/
.course-list ul li{
    line-height: 50px;
    font-size: 16px;
    border-bottom: 1px dashed #ccc;
    float: left;
    width: 48%;
    margin-right: 4%;
    text-overflow: ellipsis;
    white-space:nowrap;
    overflow:hidden;
    margin-bottom: 10px;
}
.course-list ul li span{
    font-weight: bold;
    color: #006dea;
    margin-right: 5px;
}
.course-list ul li a{
    font-size: 16px;
}


/*内训*/
.training{
    box-shadow: 2px 2px 2px 5px #eee;
}
.training-tit{
    font-size: 18px;
    background: #5b9aba;
    height: 40px;
    line-height: 40px;
    color: #fff;
}
.training-tit>div{
    float:left;
    text-align: center;
}
.training-tit .training-tit-t1{
    width: 20%;
}
.training-tit .training-tit-t2{
    width: 40%;
}
.training-tit .training-tit-t3{
    width: 10%;
}
.training-tit .training-tit-t4{
    width: 10%;
}
.training-tit .training-tit-t5{
    width: 20%;
}
.training-list{
    height: 35px;
    line-height: 35px;
    border-top: 1px solid #eee;
}
.training-list:first-child{
    border-top:0;
}
.training-list:nth-child(2n){
    background:#dbe5ea;
}
.training-list>div{
    float:left;
    text-align: center;
}
.training-list .training-list-t1{
    width: 20%;
}
.training-list .training-list-t2{
    width: 40%;
}
.training-list .training-list-t3{
    width: 10%;
}
.training-list .training-list-t3 i{
    display: block;
    width: 100%;
    height: 35px;
    background: url(../images/remen.png) center center no-repeat;
}
.training-list .training-list-t4{
    width: 10%;
}
.training-list .training-list-t5{
    width: 20%;
}


/*金牌讲师*/
.teacher li{display:inline;float:left;width:288px;/* height:280px; */margin-right: 28px;margin-bottom:32px;}
.teacher li a{ display:block; position:relative;width:288px; height:280px; z-index:1}
.teacher li div.dd1{ position:absolute; width:146px; height:146px; top:0px; left:71px; z-index:1}
.teacher li div.dd1 img{width:140px;height:140px;border-radius:73px;border: 3px #006dea solid;}
.teacher li div.dd2{border-radius:3px;position:absolute;width:286px;height: 215px;background:#fafafa;border:1px #e1e1e1 solid;left:0;bottom:0;}
.teacher li div.dd3{text-align:center;font-size:16px;color: #006dea;padding-top:95px;}
.teacher li div.dd4{text-align:center;font-size:12px;color:#5f6365;line-height: 25px;padding-top:5px;width:80%;margin:0 auto;text-align:justify;height: 50px;overflow: hidden;}
.teacher li div.dd5{ text-align:center; padding-top:10px; color:#0f6089}
.teacher li a:hover div.dd1 img{border:3px #f0c850 solid;}
.teacher li a:hover div.dd2{ background:#FFFFCC; border:1px #f0dca0 solid;}
.teacher li a:hover div.dd3{ color:#dc8c28}
.teacher li a:hover div.dd5{ color:#dc8c28}
.teacherdetail{}
.teacherdetail-left{
    width: 250px;
}
.teacherdetail-left img{
    display: block;
    width: 100%;
    margin-bottom: 10px;
}
.teacherdetail-left p{
    color: #666;
    line-height: 26px;
}
.teacherdetail-left p span{
    display: block;
    text-align: center;
    font-size: 18px;
    color: #006dea;
}
.teacherdetail-right{
    width: 640px;
}
.teacherdetail-right-tit{
    border-bottom: 1px solid #eee;
    height: 35px;
    margin-bottom: 20px;
}
.teacherdetail-right-tit span{
    display: block;
    font-size: 18px;
    text-align: center;
    border-bottom: 2px solid #006dea;
    line-height: 35px;
    float: left;
    color: #006dea;
    font-weight: bold;
}
.teacherdetail-right-con{
    line-height: 28px;
}


/*管理咨询*/
.index_docy1{width: 450px;height: 350px;overflow: hidden;padding-top:10px;margin-right: 20px;margin-bottom: 20px;}
.index_docy1 .d_title{height: 32px;border-bottom: 3px #006dea solid;overflow: hidden;}
.index_docy1 .d_title h2{ float:left; font-size: 18px; color: #222; font-weight: 400; line-height: 22px; padding-left: 28px; background: url(../images/img_13.png) no-repeat left center;}
.index_docy1 .d_title .d_01{ background-image:url(../new_images/img_16.png);}
.index_docy1 .d_title a{ float:right; margin-top: 6px;}
.index_docy1 .hot{ padding-top: 20px; overflow: hidden;}
.index_docy1 .hot .img,.index_docy .hot .img img{ display:block; width: 100%; height: 140px; overflow: hidden;}
.index_docy1 .hot h4{ display:block; font-size: 16px; color: #222; font-weight: 400; padding-top: 15px; height: 45px; line-height: 45px; overflow: hidden;}
.index_docy1 .hot h4 a{ color: #222;}
.index_docy1 .hot p{ font-size: 14px; color:#999; line-height: 22px; height: 66px; overflow: hidden;}
.index_docy1 .list li{height: 30px;line-height: 30px;font-size: 13px;border-bottom: 1px #f3f3f3 dashed;padding-left: 22px;overflow:hidden;position: relative;}
.index_docy1 .list li:before{content:"";width: 8px;height: 8px;position: absolute;background: #ccc;left: 0;border-radius: 50%;top: 11.5px;left: 5px;}
.index_docy1 .list li:hover:before{content:"";background: #d63b37;}
.index_docy1 .list li:hover a{ color: #d63b37;}
.index_docy1 .list span{ width:40px; float: right;}

/*管理内训课*/
.manage_project_list li{padding-bottom: 20px;border-bottom: 1px #e6e6e6 dashed;margin-bottom: 20px;}
.manage_project_list h4{display:block;font-size: 24px;color: #222;font-weight: 400;line-height: 32px;height: 32px;overflow: hidden;padding-left: 37px;background: url(../images/img_48.png) no-repeat left center;background-size: 28px auto;margin-bottom: 20px;}
.manage_project_list h4 a{ color:#222;}
.manage_project_list .advspan{ display:block; font-size: 14px; color: #999; line-height: 50px; height: 50px;}
.manage_project_list .advspan em{ font-size:12px; margin: 0 30px;}
.manage_project_list .advspan .c_01{ color:#0055ff;}
.manage_project_list .advspan .c_02{ color:#e53939;}
.manage_project_list .advspann .c_03{ color:#ffaa00;}
.manage_project_list .advdiv{ border:1px #ccc solid; padding: 13px 20px;}
.manage_project_list .advdiv p{ position: relative; font-size: 14px; color: #222; line-height: 25px; margin-bottom: 5px; padding-left: 80px;}
.manage_project_list .advdiv p label{ position: absolute; left: 0; top: 0; color: #999; line-height: 25px;}



/*人才评测*/
.banner {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 448px;
    font-size: 12px;
    background-image: url(../images/index-banner.jpg);
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: center;
}
.banner-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 1130px;
}
.banner #banner-use {
    height: auto;
    text-align: center;
    font-size: 12px;
    font-family: "Microsoft Yahai";
}
.banner #banner-use h3 {
    font-size: 72px;
    letter-spacing: 4px;
    color: #fff;
    line-height: 72px;
    margin-bottom: 27px;
}
.banner #banner-use h5 {
    font-size: 36px;
    line-height: 36px;
    color: #fff;
}
.banner #banner-use .user-btn {
    margin-top: 46px;
}
.banner #banner-use .use {
    display: inline-block;
    padding: 10px 30px;
    font-size: 16px;
    color: #ececec;
    letter-spacing: 1px;
    border-radius: 2px;
    background-color: #00A0E9;
}
.banner-video {
    width: 417px;
}
.banner-video>img {
    width: 417px;
}

.align-center {
    text-align: center;
}
.panel h2 {
    font-size: 36px;
    color: #000;
    margin-bottom: 26px;
    font-weight: 400;
}
.panel .subhead {
    padding-bottom: 18px;
}
.occupationboc{
    margin-top:50px;
}
.threedbox{
    margin-top: 50px;
}
.three-list {
    display: flex;
}
.three-list li {
    flex: 1;
    justify-content: center;
}
.three-list li .three-title {
    margin-top: 14px;
    margin-bottom: 21px;
    font-size: 18px;
    font-weight: 700;
    color: #666;
}
.three-list li .three-description {
    font-size: 14px;
    color: #999;
}
.systembox .w .panel.system {
    padding: 0 0 28px;
    position: relative;
    z-index: 999;
}
.systembox {
    background-color: #EAF2FF;
    position: relative;
    margin-top: 50px;
}
.systembox:before {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 85px;
    z-index: 1;
    background-color: #fff; 
}
.systembox .container .panel.system p {
    font-size: 14px;
    color: #464C6C;
}
.scopebox{
    margin-top: 50px;
}
.adaptation {
    background-color: #F4F4F4;
    padding: 50px 0;
    margin-top: 50px;
}
.evaluation-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 78px;
}
.evaluation {
    box-shadow: 0 0 16px 0 rgba(216,216,215,.31);
    border-radius: 5px;
    margin: 0 25px;
    width: 438px;
    overflow: hidden;
}
.evaluation .title {
    background: rgba(219,239,254,1);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 17px 30px;
}
.evaluation .title img {
    height: 24px;
    margin-right: 12px;
}
.evaluation .title>h3 {
    position: relative;
    font-size: 24px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: rgba(19,52,74,1);
    line-height: 24px;
}
.evaluation .title>h3>img {
    position: absolute;
    left: -36px;
    top: 50%;
    transform: translateY(-50%);
}
.evaluation .evaluation-content {
    text-align: left;
    padding: 10px 26px 6px;
}
.evaluation .evaluation-content .row {
    border-bottom: 1px solid #eee;
}
.evaluation .evaluation-content h3 {
    font-size: 18px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: rgba(36,36,36,1);
    line-height: 18px;
    margin-bottom: 12px;
    margin-top: 17px;
    letter-spacing: -1px;
}
.evaluation .evaluation-content p {
    font-size: 14px;
    font-weight: 400;
    color: #666;
    line-height: 25px;
    height: 25px;
    overflow: hidden;
}
.drawbox{
    margin-top: 50px;
    margin-bottom: 50px;
}


/*背景调查*/
.information-tab{
    margin-top: 50px;
}
.bj-banner{
    background: url(../images/bjdc-banner.png) center no-repeat;
    height: 450px;
}
.backcheck-tab  li{ width: 225px;height: 200px; float: left; text-align:center; line-height: 45px; font-size: 16px; }
.backcheck-taben li{ width: 280px;height: 200px; float: left; text-align:center; line-height: 45px; font-size: 16px; }
.information-tab ul li a{ color: #000; }
.information-tab ul li a:hover{ color:#0087d5; }
.information-tab ul li .grey_yuan{width: 120px;height: 120px;border-radius: 60px;background: #fdd100;margin: 0 auto;cursor: pointer;-webkit-box-shadow: 6px 1px 26px 2px rgba(0,0,0,0.3);box-shadow: 0px 1px 5px 2px rgb(134, 134, 134);}
#shenfen{position: absolute;margin:165px -20px;display:none;}
#cnjiazhao{position: absolute;margin:165px 210px;display:none;}
#cnjiaoyu{position: absolute;margin:165px 440px;display:none;}
#cnzhengshu{position: absolute;margin:165px 660px;display:none;}
#cnworktime{position: absolute;margin:165px 890px;display:none;}
#cnworkable{position: absolute;margin:370px -20px;display:none;}
#cnshangye{position: absolute;margin:370px 210px;display:none;}
#cnnet{position: absolute;margin:370px 440px;display:none;}
#cnxinyong{position: absolute;margin:370px 660px;display:none;}
#cnbuliang{position: absolute;margin:370px 890px;display:none;}
#cnminshi{position: absolute;margin:560px -20px;display:none;}
#cnjinrong{position: absolute;margin:560px 210px;display:none;}
#cnxinghui{position: absolute;margin:560px 440px;display:none;}
#cnguoji{position: absolute;margin:560px 660px;display:none;}
.backchenk{background:#f0f0f0;color: #000;width:250px;border-radius: 10px;z-index: 99999; cursor: pointer;border: 2px solid #0087d5;}
.backchenk h1{text-align: center;font-size: 20px;padding-top: 5px;color:white;    font-family: cursive;}
.backchenk p{margin: 10px 10px;font-size: 16px;color:#000;line-height: 22px;}
.backchenk b{font-size: 16px;color:white}
.backchenk img{margin:30px;;width: 580px;border-radius: 20px;}
.bk-weidu {
    height: 35px;
    width: 250px;
    background: #0087d5;
    color: #fff;
    text-align: center;
    line-height: 35px;
    font-size: 20px;
    font-weight: bold;
    margin: 0px 0px 0 0px;
    border-radius: 5px 5px 0 0;
}

.backgroundcheck_taocan {
    background: #f3f3f3;
    padding-bottom: 50px;
}
.content_title {
    text-align: center;
    font-size: 30px;
    color: #000;
    font-weight: bold;
    padding: 30px 0;
    line-height: 66px;
}
.backgroundcheck_taocan ul li {
    width: 280px;
    height: 335px;
    border: 2px solid #0087d5;
    border-radius: 10px;
    float: left;
    margin: 0 8px;
}
.taocan_title {
    height: 50px;
    width: 100%;
    background: #0087d5;
    color: #fff;
    text-align: center;
    line-height: 50px;
    font-size: 20px;
    font-weight: bold;
}
.taocan_list {
    width: 240px !important;
    border-radius: none;
    margin: 0 auto !important;
    line-height: 35px;
}
.taocan_list div{
    font-size:13px;
}
.taocan_list li {
    border: none!important;
    width: 240px!important;
    height: 35px!important;
    line-height: 35px!important;
    border-bottom: 1px dotted #ccc !important;
    border-radius: 0px!important;
    margin-right: none!important;
}
.taocan_list li .blue {
    color: #1e8de4;
    font-size: 20px;
    font-weight: bold;
}
.taocan_list span {
    padding-left: 10px;
}
.taocan_list p {
    color: white;
    font-size: 20px;
    font-weight: bold;
}
.jbeidiao {
    text-align: center;
    background: #2695ea;
    border-radius: 8px;
    margin-top: 10px;
}
.index_content06 li{width: 290px;height: 300px;float:left;margin: 1px;background:white}
#whyqietwo{background: #02599f;}
#reputetwo{background-color: #0d8f97;}
#timetwo{background-color: #5c6db2}
#accurtwo{background-color: #c67c3a;}
#automatwo{background-color: #96b05b;}
#complitwo{background-color: #692171;}
#costtwo{background-color: #38bdee;}
.whyqietwo {
    width: 290px;
    height: 300px;
    display: none;
    padding: 0 25px;
    background: #96b05b;
    color: black;
}
.whyqieone{width:290px;height:300px;display:block;text-align: center;}
.whyqieone p{font-size: 20px;padding-top: 10px;}
.whyqietwo p{font-size: 20px;text-align: center;color:white;padding: 20px 0;}
.whyqietwo span{font-size: 15px;line-height: 25px;color:white}
.whyqietwo{width: 240px;height:300px;display:none;padding: 0 25px;background:#96b05b;color: black;}
.whymore {
    border: 1px solid;
    margin-top: 30px;
    padding: 10px 0!important;
}
.index_content06{
    background: #faf9f7;
    margin-bottom: 50px;
}


/*猎头服务*/
.flowCon{width:920px}
.flowCon_img{margin-bottom:30px;}
.flowCon_img img{display:block;margin:0 auto;}
.flowCon1{height:80px;}
.flowCon1_nr{width: 172px;height:auto;font-size: 14px;float:left;margin-left: 15px;line-height:25px;color:#000;}
.flowCon1_nr:first-child,.flowCon2_nr:first-child{
    margin-left: 0;
}
.flowCon2{margin-top:10px;height:100px;}
.flowCon2_nr{width: 172px;height:auto;font-size:12px;float:left;margin-left: 15px;}
.flowCon2_nr ul li{line-height:24px;}
.flowCon2_nr dl dd{margin:10px 15px 0 0;float:left;border: 1px solid #ff6b01;width: 100px;text-align: center;line-height: 25px;height: 25px;}
.flowCon2_nr dl dd a{color: #ff6b01;}


/*新闻资讯*/
.content_list {
    overflow: hidden;
    border-bottom: 1px dashed #cccccc;
    padding-bottom: 25px;
    margin-top: 20px;
}
.content_list_l {
    width: 178px;
    /* height:124px; */
    float: left;
    border: 1px solid #cccccc;
}
.content_list_l img{
    display:block;
}
.content_list_r {
    width: 710px;
    float: left;
    margin-left: 30px;
}
.content_list_r_tit a {
    font-size: 17px;
    line-height: 30px;
    font-weight: bold;
}
.content_list_r_con {
    font-size: 14px;
    line-height: 30px;
    margin-top: 10px;
}
.content_list_r_con a {
    color: #e4000d;
}
.content_list_r_con a:hover{
    text-decoration: underline;
}



/*金牌团队*/
.teammember1-p1-row{ position: relative;min-height: 125px;border-bottom: 1px dashed #D3D3D3;margin-top: 25px;padding: 0 50px 30px 50px;}
.teammember1-p1-row .teammember1-photo{position: absolute;left:50px;top:10px;}
.teammember1-p1-row .teammember1-p1-info{ margin-left: 146px;}
.teammember1-p1-item{font-size: 14px;line-height: 36.4px;position: relative;}
.teammember1-p1-item-label{ position: absolute;font-weight: bold;color:#333333}
.teammember1-p1-item-content{ margin-left: 3em;display: block;}
.teammember1-p1-name{ font-weight: bold;}
.teammember1-p1-title{ color: #5079b9;margin-left: 12px;font-weight: bold;}
.teammember1-photo{border: 2px solid #D3D3D3;padding:3px;width:108px;height:120px;background-color: white;-moz-box-shadow: 2px -2px 4px rgba(0,0,0,0.45);box-shadow: 2px -2px 4px rgba(0,0,0,0.45);*/-moz-box-shadow: 5px -5px 3px #CCC;-webkit-box-shadow: 5px -5px 3px #CCC;box-shadow: 5px -5px 3px #CCC;}


/*猎头职位*/
.pos-list .item {height: 115px;border-bottom: 1px solid #ddd;float: left;margin-right: 30px;margin-bottom: 30px;}
.pos-list .item .box { width: 185px; float: left; padding-right: 10px; }
.pos-list .item .box:nth-of-type(1){width: 50px;}
.pos-list .item .box:nth-of-type(2){width: 200px;}
.pos-list .item .box:nth-of-type(3){width: 100px;}
.pos-list .item .box h3 { font-size: 16px; line-height: 40px; height: 40px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.pos-list .item .box .red {font-size: 18px;color: #c9151e;font-weight: bold;}
.pos-list .item .box span { color: #858585; line-height: 35px; display: block; height: 35px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.pos-list .item .imgBlock {width: 65px;height: 75px;float: left;position: relative;}
.pos-list .item .imgBlock:hover .hover { display: block; }
.pos-list .item .imgBlock .img img {width: 65px;height: 75px;-webkit-border-radius: 50%;-moz-border-radius: 50%;-ms-border-radius: 50%;border-radius: 50%;}




.nyabout-brief table{
    width: 100%;
    border: 1px solid #ccc;
    border-collapse: collapse;
    box-shadow: 3px 3px 2px 0px rgba(0, 0, 0, 0.2);
}
.nyabout-brief table td{
    border: 1px solid #ccc;
    padding: 10px;
    height: auto;
    vertical-align: middle;
    text-align: center;
    font-size: 16px;
}