/*导入字体*/
@font-face {
    font-family:"LanTingChaoXiRegular";
    src: url('../fonts/fflangting.TTF');
    src: local('LanTingChaoXi Regular'),
    local('LanTingChaoXi'),
    url('../fonts/fflangting.TTF') format('truetype');
}

@font-face {
    font-family:"LanTingRegular";
    src: url('../fonts/fflangting_GBK_M.TTF');
    src: local('LanTing Regular'),
    local('LanTing'),
    url('../fonts/fflangting_GBK_M.TTF') format('truetype');
}
@font-face {
    font-family:"LanTingRegular";
    src: url('../fonts/fflangtingxh.ttf?ver=1498551672296');
    src: local('LanTing Regular'),
    local('LanTing'),
    url('../fonts/fflangtingxh.ttf?ver=1498551672296') format('truetype');
}
@font-face {
    font-family:"HelveticaRegular";
    src: local('Helvetica Regular');
    local('Helvetica');
    src: url('../fonts/HelveticaNeueLTStd-Lt.eot') format('eot');
    src:url('../fonts/HelveticaNeueLTStd-Lt.otf') format('OpenType');
}
.ffh{
    font-family: HelveticaRegular!important;
}
.fflanting{
    font-family: LanTingRegular!important;
}
.fflantingcx{
    font-family: LanTingChaoXiRegular!important;
}
*{
    background: #fff;
    font-family: Microsoft YaHei!important;
}
html ,body{
    margin:0px!important;
    padding: 0px!important;
}
.mainContainer{
    position: relative;
    /*min-width: 1366px!important;*/
}
#header{
    position: fixed;
    top:0px;
    /*left:0px;*/
    width: 100%;
    z-index:99999;
    height: 96px;
    line-height: 96px;
    background: #f4f5f5;
    min-width: 1366px!important;
    box-shadow: 2px 0px 10px rgba(0, 0, 0, 0.2);
}
.logo{
    float: left;
    /*margin-left:15%;*/
    margin-top: 9px;
}
.nav{
    float: right;
}
.safeLink{
    float: right;
    margin-left:34px;
}
.safeLink a{
    width: 128px;
    height: 38px;
    line-height: 38px;
    display: inline-block;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    font-size: 14px;
    background: #2b61f6;
}
.safeLink a:hover{
    background: #337bff;
}
.nav .nav-item{
    position: relative;
    float: left;
    text-align: center;
    margin: 0px 24px;
}
.nav .nav-item .nav-item-list{
    position: relative;
    z-index: 100;
    font-size: 16px;
    color: #333;
    padding: 8px 0px;
}
.nav-child-box{
    overflow: hidden;
    display: none;
    z-index: 99;
    position: absolute;
    left: -30px;
    top: 0px;
    margin-top: 96px;
    border: 1px solid #e1e1e1;
    width: 120px;
    height: 108px;
    padding-top: 10px;
    padding-bottom: 5px;
    background-color: #fff;
}
.aboutUsBox{
    height: 144px!important;
}
.nav-child-box li{
    height: 26px;
    line-height: 26px;
    padding: 5px 0px;
    color: #333;
    font-size: 14px;
    cursor: pointer;
}
.nav-child-box li:hover{
    color: #2b61f6;
}
.nav-child-box li a{
    display: block;
    width:100%;
    height: 100%;
    color: #fff;
}
.selectedNav, .activeNav{
    color: #2b61f6!important;
    border-bottom: 3px solid #2b61f6;
}
#content{
    margin-top: 96px;
}

/*底部*/
.footer{
    padding-top: 60px;
    height: 315px;
    background: #112756;
}
.footerLeft{
    /*width: 327px;*/
    float: left;
    margin-right: 32px;
}
.footerLogo{
    margin-right: 20px;
}
.footerCode{
    margin-top: 40px;
}
.footerCodeList{
    position: relative;
    float: left;
    margin-right: 20px;
    cursor: pointer;
}
.footerCenter{
    /*width:490px;*/
    float: left;
    height: 260px;
    padding: 0px 70px;
    border-left: 1px solid rgba(255,255,255,0.1);
    border-right: 1px solid rgba(255,255,255,0.1);
}
.footerNav {
    float: left;
    width: 150px;
    /*padding-right: 94px;*/
}
.footerNavTitle {
    cursor: default;
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    line-height: 30px;
    margin-bottom: 20px;
}
.footerNavLast{
    width: 60px;
}
.footerNav ul li {
    height: 30px;
    line-height: 30px;
    margin-bottom: 12px;
}
.footerNav ul li a {
    color: #939fb9;
    font-size: 14px;
}
.footerRight{
    float: right;
}
.safecenterBtn{
    float: right;
    display: inline-block;
    margin-bottom: 24px;
    width: 140px;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    color: #fff!important;
    text-align: center;
    border-radius: 5px;
    border: 1px solid rgba(223,223,223,0.34);
}
.safecenterBtn:hover{
    background: #627190;
}
.footerTelNum{
    text-align: right;
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 22px;
    color: #fff;
}
.footerTelNum img{
   margin-right: 6px;
}
.footerTime{
    margin-bottom: 20px;
    text-align: right;
    font-size: 12px;
    color: #939fb9;
}
.footerCopy{
    cursor: default;
    font-size: 10px;
    color: #939fb9;
    line-height: 24px;
    margin-top: 47px;
}
.footerPolice {
    cursor: pointer;
    font-size: 10px;
    color: #939fb9;
    line-height: 20px;
}
.footerNav ul li a:hover{
    color: #fff;
}
.footerPolice:hover{
    color: #fff;
}
.weiCodeImg, .webCodeImg{
    display: none;
    position: absolute;
    width: 100px;
    height: 100px;
    left: -30px;
    top: 40px;
}
/*首页*/
.layui-carousel .carouselImg{
    width: 100%;
    height:100%;
}







/*轮播图样式*/
.layui-carousel-ind ul{
    background: none!important;
}
.layui-carousel-ind li {
    width: 38px;
    height: 2px;
    background-color: #b0b5bf;
    border-radius: 1px;
}
.layui-carousel-ind li {
    width: 38px;
    height: 40px;
    margin: 0 6px;
    background-color: #fff;
    border-radius: 1px;
}
.layui-carousel-ind li.layui-this:before, .layui-carousel-ind li:hover:before  {
    background-color: #2b61f6;
}
.layui-carousel-ind{
    top: -5px;
}
/*时间线样式*/
.layui-timeline-item:before {
    left: 50%;
    /*background: blue;*/
}
.layui-timeline-axis {
    left: 50%;
    margin-left: -10px;
    background:none;
}
.layui-text-left{
    margin-right: 50%;
    padding-right: 20px;
    text-align: right;
}
.layui-text-right{
    margin-left: 50%;
    padding-left: 20px;
    text-align: left;
}
/*tab选项卡*/
.layui-tab-title{
    text-align: center;
    height: 85px;
    line-height: 85px;
    border-bottom: 1px solid #ccc;
}
.layui-tab-title li{
    padding: 0px;
    margin: 0px 3%;;
    font-size: 18px;
    color: #333;
}
.layui-tab-brief>.layui-tab-title .layui-this {
    color: #007BFF;
}
.layui-tab-title .layui-this:after{
    height: 64px;
}
.layui-tab-brief>.layui-tab-more li.layui-this:after, .layui-tab-brief>.layui-tab-title .layui-this:after {
    border: none;
    border-radius: 0;
    border-bottom: 3px solid #007BFF;
}
/*表格*/

.layui-table tbody tr:hover, .layui-table thead tr, .layui-table-click, .layui-table-header, .layui-table-hover, .layui-table-mend, .layui-table-patch, .layui-table-tool, .layui-table-total, .layui-table-total tr, .layui-table[lay-even] tr:nth-child(even){
    background: #fAfAfA!important;
}
.layui-table tr:nth-child(even){
    background: #fAfAfA!important;
}
.layui-table thead tr{
    background: #f5f5f5!important;
    height: 50px;
}
.layui-table td, .layui-table th, .layui-table-col-set, .layui-table-fixed-r, .layui-table-grid-down, .layui-table-header, .layui-table-page, .layui-table-tips-main, .layui-table-tool, .layui-table-total, .layui-table-view, .layui-table[lay-skin=line], .layui-table[lay-skin=row]{
    border: none;
}
.seekJobContent .layui-table-view .layui-table th{
    padding: 11px 0px;
}
.seekJobContent .layui-table-view .layui-table td{
    padding: 9px 0px;
}
.layui-table-view .layui-table{
    width: 100%;
}
.layui-table-header .layui-table-cell{
    font-weight: 400;
    color: #333;
    font-size: 16px;
}
.layui-table-body .layui-table-cell{
    color: #333;
    font-size: 14px;
}
/* 分页 */
/* .layui-laypage-skip, .layui-laypage-count, .layui-laypage-limits{
    display: none;
}	 */
.layui-table-page{
    margin-top: 40px;
	text-align: center;
}
.layui-laypage-prev, .layui-laypage-next{
    font-size: 18px!important;
}
.layui-laypage-prev, .layui-laypage-next, .layui-laypage-curr,  .layui-laypage a{
    font-size: 14px;
    color: #666!important;
    height: 28px!important;
    min-width: 22px!important;
	margin: 0px 5px!important;
    padding: 0px 3px!important;
    background: #e6e6e6!important;
	border: none!important;
    border-radius: 4px!important;
}
.layui-laypage a:hover{
    color: #007BFF!important;
    /*color: #fff!important;*/
    /*background: #007BFF!important;*/
}
.layui-laypage .layui-disabled, .layui-laypage .layui-disabled:hover{
    color: #ccc!important;
    background: #e6e6e6!important;
}
.layui-laypage .layui-laypage-curr .layui-laypage-em{
	background: #007BFF!important;
}
.layui-laypage .layui-laypage-curr em {
    font-size: 14px;
}
.pageContent{
    text-align: center;
    z-index: 99;
}
.newsContent .pageContent{
    text-align: left!important;
}
.pageContent .layui-laypage-spr, .layui-table-page .layui-laypage-spr{
    padding: 0px 7px!important;
    height: 30px!important;
    line-height: 30px!important;
    background: none!important;
    color: #999!important;
    border: none!important;
}
.layui-tab-content {
    padding: 0px;
}
.layui-tab{
    margin: 0px!important;
}






.layui-layer-photos .layui-layer-phimg img{
    height: 500px!important;
}
/*相册提示*/
/*.layui-layer-imgsee{*/
    /*display: none;*/
/*}*/



.clearfix:after{
    content: "";
    display: block;
    height:0px;
    line-height:0px;
    visibility: hidden;
    clear: both;
}
.displayNone{
    display: none;
}
.disabled{
    color: #999;
    cursor: not-allowed!important;
}
.noData{
    display: none;
    margin-top: 150px;
    text-align: center;
}
.noData p{
    margin-top: 30px;
    font-size: 16px;
    color: #999999;
}
.backLife img,.backList img {
    position: relative;
    top: 5px;
    margin-right: 8px;
    width: 12px;
    height: 20px;
}
.backLife img{
    top: 4px;
}
/*超出一行隐藏*/
.ellipsis{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-break: break-all;
}
/*超出2行隐藏*/
.ellipsis2{
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
}
/*超出3行隐藏*/
.ellipsis3{
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

/*是轮播图白边的过渡时间*/
.layui-carousel>[carousel-item]>* {
    transition-duration: 0s;
    -webkit-transition-duration: .3s;
}
.layui-carousel>[carousel-item]:before {
    display: none;
}
.bgAnimate{
    overflow: hidden;
}
.bgAnimate .bgImg{
    width: 100%;
    height: 100%;
    transition: all 3s;
}
.bgAnimate .bgImg:hover{
    transform: scale(1.06);
}
.wrapper{
    max-width: 1164px!important;
    width: 94%!important;
    margin-left: auto!important;
    margin-right: auto!important;
}
.layui-tab-content .layui-tab-item{
    min-height: 600px;
}
.seekJobContent .layui-table-header .layui-table-cell.laytable-cell-1-0-0 span{
    padding-left: 30px;
}
.layui-carousel-arrow{
    border-radius: 0px;
}
.titleBar{
    margin-bottom: 5px;
}
.titleBar:before{
    content: "";
    display: inline-block;
    float: left;
    margin-right: 12px;
    width: 4px;
    height: 42px;
    background: #2b61f6;
}
.titleName{
    width: 120px;
    position: relative;
    top: -5px;
    color: #212121;
    font-size: 24px;
}
.titleEn{
    width: 120px;
    position: relative;
    top: -5px;
    color: #5e5e5e;
    font-size: 14px;
}