@charset "utf-8";
/* CSS Document */
/*
html{   
filter: grayscale(100%);   
-moz-filter: grayscale(100%);   
-o-filter: grayscale(100%);   
-webkit-filter: grayscale(1);   
}   
*/  
html,body{  
    height: 100%;  
    margin: 0;  
    padding: 0;  
}  
/*公共*/
.header-box{
    width: 100%;
}
.top-bar{
    height: 0.4rem;
    background-color: #005097;
    overflow: hidden;
    padding: 0 0.4rem;
}
.top-bar h1{
    color: #fff;
    height: 0.4rem;
    line-height: 0.4rem;
    font-weight: normal;
    float: left;
    font-size: 0.14rem;
}
.top-bar ul{
    float: right;
    height: 0.4rem;
    font-size: 0;
}
.top-bar ul li{
    float: left;
    height: 0.4rem;
    display: block;
    font-size: 0.14rem;
}
.top-bar ul li.register{
    margin-right: 0.06rem;
    padding-left: 0.25rem;
    background: url(../images/register.png) left center no-repeat;
    background-size: 0.16rem;
}
.top-bar ul li.login{
    margin-right: 0.06rem;
    padding-left: 0.25rem;
    background: url(../images/login.png) left center no-repeat;
    background-size: 0.16rem;
}
.top-bar ul li.seacher-form{
    display: none;
    float: left;
 }
 .top-bar ul li.seacher-form form{  
     height: 0.4rem;
  }
 .top-bar ul li.seacher-form input.searcher-kw{
     margin: 0.04rem;
     height: 0.32rem;
     padding: 0;
     outline: none;
     font-size: 0.14rem;
     line-height: 0.32rem;
     border: none;
     vertical-align: top;
 }
 .top-bar ul li.seacher-form input.seacher-btn{  
     margin: 0.07rem;
     height: 0.27rem;
     vertical-align: top;
     background-color: #005097;
     color: #ffffff;
     border: none;
     outline: none;
     padding: 0 0.2rem;
     font-size: 0.14rem;
     cursor: pointer;
     line-height: 0.14rem;
  }
  .top-bar ul li.seacher-form input.seacher-btn:hover{  
     background-color: #ffffff;
     color: #005097;
  }
 .seacher-form-m{
     display: none;
     text-align: center;
     padding: 0.1rem;
     border-top: 1px #ccc solid;
     background-color: #eeeeee;
	 height:0.45rem;
 }
 .seacher-form-m input.searcher-kw{
     margin: 0.04rem;
     height: 0.32rem;
     padding: 0;
     outline: none;
     font-size: 0.14rem;
     line-height: 0.32rem;
     border: 1px #ccc solid;
     vertical-align: top;
     width: 4rem;
 }
 .seacher-form-m input.seacher-btn{  
     margin: 0.07rem;
     height: 0.27rem;
     vertical-align: top;
     background-color: #005097;
     border: 1px #fff solid;
     color: #ffffff;
     border: none;
     outline: none;
     padding: 0 0.2rem;
     font-size: 0.14rem;
     cursor: pointer;
     line-height: 0.14rem;
 }
 .seacher-form-m input.seacher-btn:hover{  
     background-color: #ffffff;
     border: 1px #005097 solid;
     color: #005097;
  }
.top-bar ul li.seacher{
    margin-right: 0.06rem;
    padding-left: 0.25rem;
    background: url(../images/search.png) left center no-repeat;
    background-size: 0.16rem;
}
.top-bar ul li a{
    height: 0.16rem;
    text-decoration: none;
    line-height: 0.16rem;
    padding-right: 0.14rem;
    margin: 0.12rem 0;
    float: right;
    color: #fff;
    font-size: 0.14rem;
    border-right: 1px #fff solid; 
}
.top-bar ul li:last-child a{
    border: none;
}


.nav-box{
    position: relative;
    height: 1.2rem;
    padding: 0 0.4rem;
}
.nav-box .logo{
    width: 2.85rem;
    height: 0.92rem;
    margin: 0.14rem 0;
    float: left;
}
.nav-box .logo img{
	display:block;
    width: 2.85rem;
    height: 0.92rem;
}
.nav-box .nav{
    float: right;
    font-size: 0;
}
.nav-box .nav li{
    display: inline-block;
	font-size: 1rem;
}
.nav-box .nav li a{
    display: block;
    color: #010101;
    text-decoration: none;
    height: 1.2rem;
    width: 1.1rem;
    text-align: center;
    line-height: 1.2rem;
    font-size: 0.18rem;
}
.nav-box .nav li a:hover{
    background-color: #005097;
    color: #fff;
}
.nav-box .nav li a.current{
    background-color: #005097;
    color: #fff;
}
.nav-box .nav li .sub-nav{
    z-index: 999;
    position: absolute;
    display: none;
    top: 1.2rem;
    left: 0;
    text-align: center;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    height: 0.4rem;
}
.nav-box .nav li .sub-nav li{
	vertical-align: top;
}
.nav-box .nav li .sub-nav li a{
    display: block;
    height: 0.4rem;
    line-height: 0.4rem;
    width: auto;
    margin:0 0.2rem;
    color: #fff;
    font-size: 0.14rem;
}
.nav-box .nav li .sub-nav li a:hover{
    color: #005097;
    background: none;
}
.banner-box-inner{
    width: 100%;
}
.banner-box-inner img{
    display: block;
    width: 100%;
}
.tips-box{
    width: 100%;
    overflow: hidden;
    padding: 0.12rem 0;
    background-color: #005097;
}
.area{
    max-width: 1200px;
    width: 12rem;
    margin: 0 auto;
}
.wrapper-a{
    height: 36px;
}
.area h4{
    color: #fff;
    height: 36px;
    line-height: 36px;
    float: left;
    padding-left:0.4rem;
    font-size: 0.18rem;
    margin-right: 0.1rem;
    font-weight: normal;
    background: url(../images/speaker.png) left center no-repeat;
    background-size: 0.3rem;
}
.tips-list{
    height: 0.36rem;
}
.tips-list ul{
    margin-left: 0.1rem;
}
.tips-list ul li{
    height: 36px;
}
.tips-list ul li a{
    display: block;
    line-height: 36px;
    font-size: 0.18rem;
    color: #fff;
}
.main-box{}

.footer-box{
    position: relative;
    /* height: 4rem; */
    background-color: #005097;
    padding-bottom: 0.5rem;
}
.wrapper-y{
    overflow: hidden;
    padding: 0.54rem 0 0.45rem 0;
}
.box-l{
    float: left;
    width: 7.56rem;
}
.box-l h1.title{
    font-size: 0.18rem;
    line-height: 0.3rem;
    color: #fff;
    font-weight: normal;
}
.box-l span.title-en{
    margin-left: 0.1rem;
    font-size: 0.18rem;
    line-height: 0.3rem;
    color: #99ccff;
    font-weight: normal;
}
.box-l .site-nav{
    margin-top: 0.22rem;
    overflow: hidden;
}
.box-l dl{
    width: 1.6rem;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
    font-size: 0;
    line-height: 0;
}
.box-l dl dt{
    font-size: 0.14rem;
    line-height: 0.36rem;
    color: #fff;
}
.box-l dl dd{
    float: left;
    margin-right: 0.12rem;
}
.box-l dl dd a{
    text-decoration: none;
    font-size: 0.14rem;
    line-height: 0.24rem;
    color: #6699cc;
}
.box-l dl dd a:hover{
    color: #fff;
}

.box-r{
    float: right;
    width: 4.2rem;
}
.box-r h1.title{
    font-size: 0.18rem;
    line-height: 0.3rem;
    color: #fff;
    font-weight: normal;
}
.box-r span.title-en{
    margin-left: 0.1rem;
    font-size: 0.18rem;
    line-height: 0.3rem;
    color: #99ccff;
    font-weight: normal;
}
.box-r .contact-us ul{
   margin-top: 0.22rem
}
.box-r .contact-us ul li{
    color: #99ccff;
    font-size: 0.16rem;
    line-height: 0.36rem;
    overflow: hidden;
}
.box-r .contact-us ul li.address{
    padding-left: 0.21rem;
    background: url(../images/addr.png) left center no-repeat;
    background-size: 0.19rem;
}
.box-r .contact-us ul li.tel{
    padding-left: 0.21rem;
    background: url(../images/tel.png) left center no-repeat;
    background-size: 0.19rem;
}
.box-r .follow-us{
    margin-top: 0.6rem;
    overflow: hidden;
}
.box-r .follow-us a{
    display: block;
    float: left;
    margin-top: 0.28rem;
    margin-right: 0.26rem;
}
.box-r .follow-us a img{
	display:block;
   width: 0.37rem;
   height: 0.3rem;
}
.bottom-bar{
    width: 100%;
    position: absolute;
    bottom: 0;
    z-index: 999;
    height: 0.3rem;
    background-color: #333333;
}
.wrapper-z{
    height: 0.3rem;
    overflow: hidden;
    line-height: 0.3rem;
    color: #ccc;
    
}
.wrapper-z span{
    font-size: 0.16rem;
}
.wrapper-z a{
    font-size: 0.16rem;
    color: #ccc;
    padding: 0 0.14rem;
    text-decoration: none;
    border-left: 1px #ccc solid;
}
.wrapper-z a:first-of-type{
    padding-left: 0;
    border-left: none;
}
/*投递简历*/
.area-header{
    position: relative;
    height: 1.69rem;
    border-bottom: 1px #e4e4e4 solid;
    overflow: hidden;
}
.area-header h1.title{
    color: #000;
    margin-top: 0.61rem;
    font-size: 0.3rem;
    line-height: 0.48rem;
}
.area-header .crumbs-nav{
    position: absolute;
    top:50%;
    right: 0;
    margin-top: -0.15rem;
    color: #666;
    font-size: 0.16rem;
    line-height: 0.3rem;
}
.area-header .crumbs-nav span{
    margin-right: 0.06rem;
    padding-left: 0.25rem;
    background: url(../images/current-position.png) left center no-repeat;
    background-size: 0.22rem;
 }
.area-header .crumbs-nav a{
   text-decoration: none;
   color: #666;
   font-size: 0.16rem;
   line-height: 0.3rem;
   padding: 0 0.06rem;
}
.table-header{
    padding-top: 0.62rem;
}
.table-header h1{
    font-size: 0.3rem;
    line-height: 0.48rem;
    color: #333;
    font-weight: normal;
    text-align: center;
    margin-bottom: 0.2rem;
}
.table-tips h1{
    font-size: 0.16rem;
    line-height: 0.4rem;
    color: #333;
    font-weight: normal;
    text-align: center;
    background-color: #f4f4f4;
}
.table-tips div.tips{
    height: 0.69rem;
    border-right: 1px #e4e4e4 solid;
    border-bottom: 1px #e4e4e4 solid;
    border-left: 1px #e4e4e4 solid;
    overflow: hidden;
    margin-bottom: 0.6rem;
}
.table-tips div.tips p{
    height: 0.69rem;
    line-height: 0.69rem;
    width: 50%;
    float: left;
    text-align: center;
    overflow: hidden;
    font-size: 0.16rem;
    color: #333;
}

.jianli-pc .infos, .jianli-pc .work{
    margin-bottom: 0.6rem;
}
.jianli-pc .infos h1,.jianli-pc .work h1{
    font-size: 0.18rem;
    line-height: 0.5rem;
    color: #333;
    font-weight: normal;
    text-align: center;
    background-color: #f4f4f4;
}
.jianli-pc .infos table,
.jianli-pc .work table{
    width: 100%;
    border-right: 1px #e4e4e4 solid;
    border-bottom: 1px #e4e4e4 solid;
    border-left: 1px #e4e4e4 solid;
    border-collapse:collapse;
}
.jianli-pc .infos table tr{
    height: 0.59rem;
	line-height: 0.59rem;
    border-bottom: 1px #e4e4e4 solid;
    border-collapse:collapse;
}
.jianli-pc .infos table td textarea{
    width: 10.6rem;
    resize:none;
    border: none;
    outline:none;
    font-size: 0.16rem;
    color: #333;
}
.jianli-pc .work table tr{
    height: 0.59rem;
	line-height: 0.59rem;
    border-right: 1px #e4e4e4 solid;
    border-bottom: 1px #e4e4e4 solid;
    border-left: 1px #e4e4e4 solid;
    border-collapse:collapse;
}
.jianli-pc .infos table th,.jianli-pc .infos table td{
    text-align: center;
    vertical-align: middle;
    border-bottom: 1px #e4e4e4 solid;
    border-collapse:collapse;
    text-align: left;
}
.jianli-pc .infos table td.td-label{
    padding-left: 0.2rem;
    font-size: 0.16rem;
    color: #333;
}
.jianli-pc .infos table td.td-label i.r-star{
    font-style: normal;
    color: #f00;
    vertical-align: middle;
    margin-right: 0.02rem;
}
.jianli-pc .work table th,.jianli-pc .work table td{
    text-align: center;
    vertical-align: middle;
    border-right: 1px #e4e4e4 solid;
    border-bottom: 1px #e4e4e4 solid;
    border-left: 1px #e4e4e4 solid;
    border-collapse:collapse;
}
.jianli-pc .work table th{
    font-size: 0.16rem;
    color: #333;
}
.jianli-pc .infos table td input{
    width: 100%;
    line-height: 0.59rem;
    font-size: 0.16rem;
    outline:none;
    border: none;
    text-align: left;
	vertical-align:top;
}
.jianli-pc .work table td input{
    width: 100%;
    line-height: 0.59rem;
    font-size: 0.16rem;
    border: none;
    outline:none;
    text-align: center;
	vertical-align:top;
}
.jianli-pc .btn-box{
    width: 100%;
    text-align: center;
    margin-bottom: 0.6rem;
	height:0.51rem;
}
.jianli-pc .btn-box input{
    border: none;
    outline:none;
    width: 2.3rem;
    height: 0.5rem;
    margin: 0 0.5rem;
    font-size: 0.18rem;
    color: #fff;
    cursor: pointer;
	vertical-align:top;
}
.jianli-pc .reset-btn{
    background-color: #666;
}
.jianli-pc .submit-btn{
    background-color: #005097;
}

.jianli-pc .btn-box .code-input{
    display: inline-block;
	vertical-align:top;
}
.jianli-pc .btn-box .m-submit{
    text-align: left;
    font-size: 0;
}
.jianli-pc .btn-box .m-submit .vcode{
    box-sizing: border-box;
    display: inline-block;
    color: #333;
    width: 1.6rem;
    height: 0.5rem;
    border: 1px #ccc solid;
    text-align: center;
    margin: 0;
}
.jianli-pc .btn-box .m-submit img{
    display: inline-block;
    vertical-align: bottom;
    width: 1.04rem;
    height: 0.5rem;
    margin-left: 0.1rem;
}


.jianli-pc .upload{
    background-color: #dedede;
    width: 1.79rem;
    height: 2.4rem;
    text-align: center !important;
}
.jianli-pc .upload span{
    display: block;
    padding: 0;
    width: 100%;
    height: 0.3rem;
    line-height: 0.3rem;
	font-size: 0.14rem;
    cursor: pointer;
}
.jianli-pc .upload input{
    width: auto !important;
    height: 0.3rem !important;
    line-height: 0.3rem !important;
    border: none;
    outline:none;
    background-color: #fff;
    margin:0 auto;
    cursor: pointer;
    font-size: 0.14rem;
    margin-top: 0.5rem;
}
.jianli-m{
    display: none;
}
.jianli-m .infos, .jianli-m .work{
    margin-bottom: 0.6rem;
}
.jianli-m .infos h1,.jianli-m .work h1{
    font-size: 0.18rem;
    line-height: 0.5rem;
    color: #333;
    font-weight: normal;
    text-align: center;
    background-color: #f4f4f4;
}
.jianli-m .infos table,
.jianli-m .work table{
    width: 100%;
    border-right: 1px #e4e4e4 solid;
    border-bottom: 1px #e4e4e4 solid;
    border-left: 1px #e4e4e4 solid;
    border-collapse:collapse;
}
.jianli-m .infos table tr{
    height: 0.59rem;
	line-height:0.59rem;
    border-bottom: 1px #e4e4e4 solid;
    border-collapse:collapse;
}
.jianli-m .infos table td textarea{
    width: 11.6rem;
    resize:none;
    border: none;
    outline:none;
    font-size: 0.16rem;
    color: #333;
}
.jianli-m .work table tr{
    height: 0.59rem;
	line-height:0.59rem;
    border-right: 1px #e4e4e4 solid;
    border-bottom: 1px #e4e4e4 solid;
    border-left: 1px #e4e4e4 solid;
    border-collapse:collapse;
}
.jianli-m .infos table th,.jianli-m .infos table td{
    text-align: center;
    vertical-align: middle;
    border-bottom: 1px #e4e4e4 solid;
    border-collapse:collapse;
    text-align: left;
}
.jianli-m .infos table td.td-label{
    padding-left: 0.2rem;
    font-size: 0.16rem;
    color: #333;
}
.jianli-m .infos table td.td-label i.r-star{
    font-style: normal;
    color: #f00;
    vertical-align: middle;
    margin-right: 0.02rem;
}
.jianli-m .work table th,.jianli-m .work table td{
    text-align: center;
    vertical-align: middle;
    border-right: 1px #e4e4e4 solid;
    border-bottom: 1px #e4e4e4 solid;
    border-left: 1px #e4e4e4 solid;
    border-collapse:collapse;
}
.jianli-m .work table th{
    font-size: 0.16rem;
    color: #333;
}
.jianli-m .infos table td input{
    width: 100%;
    line-height: 0.59rem;
    font-size: 0.16rem;
    outline:none;
    border: none;
    text-align: left;
	vertical-align:top;
}
.jianli-m .work table td input{
    width: 100%;
    line-height: 0.59rem;
    font-size: 0.16rem;
    border: none;
    outline:none;
    text-align: center;
	vertical-align:top;
}
.jianli-m .btn-box{
    width: 100%;
    text-align: center;
    margin-bottom: 0.6rem;
	height: 0.51rem;
}
.jianli-m .btn-box input{
    border: none;
    outline:none;
    width: 1.3rem;
    height: 0.5rem;
    margin: 0 0.1rem;
    font-size: 0.18rem;
    color: #fff;
    cursor: pointer;
	vertical-align:top;
}
.jianli-m .reset-btn{
    background-color: #666;
}
.jianli-m .submit-btn{
    background-color: #005097;
}

.jianli-m .btn-box .code-input{
    display: inline-block;
		vertical-align:top;
}
.jianli-m .btn-box .m-submit{
    text-align: left;
    font-size: 0;
}
.jianli-m .btn-box .m-submit .vcode{
    box-sizing: border-box;
    display: inline-block;
    color: #333;
    width: 1.6rem;
    height: 0.5rem;
    border: 1px #ccc solid;
    text-align: center;
    margin: 0;
}
.jianli-m .btn-box .m-submit img{
    display: inline-block;
    vertical-align: bottom;
    width: 1.04rem;
    height: 0.5rem;
    margin-left: 0.1rem;
}


.jianli-m .upload{
    background-color: #dedede;
    width: 1.79rem;
    height: 2.4rem;
    text-align: center !important;
}
.jianli-m .upload span{
    display: block;
    padding: 0;
    width: 100%;
    height: 0.3rem;
    line-height: 0.3rem;
    cursor: pointer;
	font-size: 0.14rem;
}
.jianli-m .upload input{
    width: auto !important;
    height: 0.3rem !important;
    line-height: 0.3rem !important;
    border: none;
    outline:none;
    background-color: #fff;
    margin:0 auto;
    cursor: pointer;
    font-size: 0.14rem;
    margin-top: 0.5rem;
}

/*员工服务*/
#switch-nav-m{
    display: none;
}
#switch-nav-pc-ygfw{
    display: block;
    width: 12rem;
    height: 0.4rem;
    background-color: #f4f4f4;
    margin-bottom: 0.6rem;
}
#switch-nav-pc-ygfw a{
    display: block;
    height: 0.24rem;
    width: 2rem;
    line-height: 0.24rem;
    margin: 0.08rem 0;
    font-size: 0.18rem;
    text-align: center;
    overflow: hidden;
    color: #333;
    text-decoration: none;
    border-left: 1px #e4e4e4 solid;
}
#switch-nav-pc-ygfw li:first-child a{
    border: none;
}
#switch-nav-pc-ygfw .swiper-slide{
    height: 0.4rem;
    width: auto;
}
#switch-nav-pc-ygfw .swiper-slide:hover {
    background-color: #005097;
}
#switch-nav-pc-ygfw .swiper-slide:hover a{
    color:#fff !important;
    border-left: 1px #005097 solid !important;
}
#switch-nav-pc-ygfw .active-nav{
    background-color: #005097;
}
#switch-nav-pc-ygfw .active-nav a{
    color:#fff !important;
    background-color: #005097;
    border-left: 1px #005097 solid !important;
}


.rssb-content{
    width: 100%;
    overflow: hidden;
    margin-bottom: 0.6rem;
}
.rssb-content ul{
    overflow: hidden;
    /* margin:0 -0.61rem 0 0; */
}
.rssb-content .content-plate{
    float: left;
    display: block;
    width: 21.25%;
    margin:0 5% 0.55rem 0;
    /* width: 2.55rem;
    margin:0 0.6rem 0.55rem 0; */
    text-align: center;
    
}
.rssb-content .content-plate a{
    display: block;
    text-decoration: none;
}
.rssb-content .content-plate a:hover{
    color: #005097;
}
.rssb-content .content-plate:nth-child(4n+1){
    clear: left;
}
.rssb-content .content-plate:nth-child(4n+4){
   margin-right: 0;
}
.rssb-content .content-plate img{
    display: block;
    height: 1.5rem;
    width: 2.55rem;
    margin: 0;
    padding: 0;
    font-size: 0;
}
.rssb-content .content-plate h1{
    height: 0.6rem;
    width: 100%;
    line-height: 0.6rem;
    font-size: 0.18rem;
    font-weight: normal;
    overflow: hidden;
    text-align: left;
}
.rssb-content .content-plate div{
    width: 100%;
    line-height: 0.24rem;
    font-size: 0.14rem;
    color: #666;
    overflow: hidden;
    text-align: left;
}

/*HR俱乐部活动报名*/
#switch-nav-pc-hdbm{
    display: block;
    width: 12rem;
    height: 0.4rem;
    background-color: #f4f4f4;
    margin-bottom: 0.6rem;
}
#switch-nav-pc-hdbm a{
    display: block;
    height: 0.24rem;
    width: 2rem;
    line-height: 0.24rem;
    margin: 0.08rem 0;
    font-size: 0.18rem;
    text-align: center;
    overflow: hidden;
    color: #333;
    text-decoration: none;
    border-left: 1px #e4e4e4 solid;
}
#switch-nav-pc-hdbm li:first-child a{
    border: none;
}
#switch-nav-pc-hdbm .swiper-slide{
    height: 0.4rem;
    width: auto;
}
#switch-nav-pc-hdbm .swiper-slide:hover {
    background-color: #005097;
}
#switch-nav-pc-hdbm .swiper-slide:hover a{
    color:#fff !important;
    border-left: 1px #005097 solid !important;
}
#switch-nav-pc-hdbm .active-nav{
    background-color: #005097;
}
#switch-nav-pc-hdbm .active-nav a{
    color:#fff !important;
    background-color: #005097;
    border-left: 1px #005097 solid !important;
}
.hdbm-content{
    margin-bottom: 0.6rem;
}

.sub-message{
    color:#333;
    font-family:"microsoft yahei";
}
.sub-message .m-textimg{
    font-size:0.18rem;
    margin-bottom:0.66rem;
    line-height:0.36rem;
}
.sub-message .m-textimg img{
    float:left;
    margin-right:0.15rem; 
    width: 0.7rem; 
    height: 0.7rem;
}
.sub-message i{
    font-style:normal;
    display:inline-block;
    *display:inline;
    *zoom:1;
    padding-right:0.05rem;
    color:#F00
}
.sub-message .m-tage{
    padding:0.05rem 0;
}
.sub-message .m-form{
    padding:0.52rem 1.5rem 0.59rem;
}
.sub-message table{
    width:100%;
}
.sub-message .m-form table td{
    padding:0.07rem 0;
    font-size: 0;
}
.sub-message label{
    display:inline-block;
    width:1.2rem;
    height:0.4rem;
    line-height:0.4rem;
    font-size:0.18rem;
    text-align:right;
    position:relative;
    top:0.03rem;
}
.sub-message .m-form table input{
    font-size:0.18rem;
    width:2.6rem;
    height:0.36rem;
    line-height:0.36rem;
    vertical-align: middle; 
    outline: none;
}
.sub-message .m-form table select{
    font-size:0.18rem;
    width:2.6rem;
    height:0.4rem;
    line-height:0.4rem;
    padding-left:0.05rem;
    vertical-align: middle; 
    outline: none;
}
.sub-message .m-form .btn-box{
    width: 100%;
    text-align: center;
     margin: 0.5rem 0 0;
    }
.sub-message .m-form .btn-box .btn{
    margin: 0 0.35rem !important;
}
/* .sub-message .m-form .btn-box .btn:hover{
    filter:alpha(opacity=90);
    opacity: 0.9;
    -moz-opacity:0.9;
    -khtml-opacity: 0.9;
} */
.sub-message .m-submit{
    text-align:left;
    vertical-align: middle;
    height:0.4rem;
    padding-top: 0.1rem; 
    bottom: 0.05rem; 
    right: 0.05rem;
}
.sub-message .m-submit img{
    margin-left:0.05rem;
    vertical-align:top;
    max-height: 0.4rem;
}
.sub-message .m-submit input{
    vertical-align:top;
    height:0.36rem;
    line-height:0.36rem;
    margin:0;
    width:0.8rem;
    cursor:auto;
    padding-left:0.05rem;
    font-size:0.18rem;
}
.sub-message .m-submit input.vcode{
    vertical-align:top;
    height:0.36rem;
    line-height:0.36rem;
    margin:0;
    width:0.8rem;
    cursor:auto;
    padding-left:0.05rem;
    font-size:0.18rem;
}
.sub-message .m-submit input,
.sub-message .m-form table input,.sub-message .m-form table select{
    border:1px solid #E1E1E1;
    background:#FFF;
}
.sub-message .m-submit label{
    top:0;
}
.sub-message .m-form{
    border:1px solid #e0e0e0;
    background:#fcfcfc;
}
.hdbm-content .btn-box{
    width: 100%;
    text-align: center;
    margin-bottom: 0.6rem;
}
.hdbm-content .btn-box input{
    border: none;
    outline:none;
    width: 2.3rem;
    height: 0.5rem;
    margin: 0 0.5rem;
    font-size: 0.18rem;
    color: #fff;
    cursor: pointer;
}
.hdbm-content .reset-btn{
    background-color: #666;
}
.hdbm-content .submit-btn{
    background-color: #005097;
}
/*翻页*/
/*CSS meneame style pagination*/
ul.meneame {
	width: 100%;
    text-align: center;
    margin-bottom: 0.6rem;
}
ul.meneame li {
	display: inline-block;
	margin: 0 0.05rem;
}
ul.meneame a {
	display: block;
	width: 0.28rem;
	height: 0.28rem;
	font-size: 0.14rem;
	line-height: 0.28rem;
	background-color: #ffffff;
	color: #888888;
	text-align: center;
	text-decoration: none;
	border: 1px #ccc solid;
}
ul.meneame li.curpage a {
	border: 1px #005097 solid;
	color: #005097;
}
ul.meneame a:hover {
	border: 1px #005097 solid;
	color: #005097;
}
a#pre {
	display: block;
	width: 0.9rem;
	height: 0.28rem;
	color: #fff;
	background-color: #005097;
}
a#pre:hover {
}
a#next {
	display: block;
	width: 0.9rem;
	height: 0.28rem;
	color: #fff;
	background-color: #005097;
}
a#next:hover {
}
/*HR俱乐部活动列表*/
#switch-nav-pc-hdlb{
    display: block;
    width: 12rem;
    height: 0.4rem;
    background-color: #f4f4f4;
    margin-bottom: 0.6rem;
}
#switch-nav-pc-hdlb a{
    display: block;
    height: 0.24rem;
    width: 2rem;
    line-height: 0.24rem;
    margin: 0.08rem 0;
    font-size: 0.18rem;
    text-align: center;
    overflow: hidden;
    color: #333;
    text-decoration: none;
    border-left: 1px #e4e4e4 solid;
}
#switch-nav-pc-hdlb li:first-child a{
    border: none;
}
#switch-nav-pc-hdlb .swiper-slide{
    height: 0.4rem;
    width: auto;
}
#switch-nav-pc-hdlb .swiper-slide:hover {
    background-color: #005097;
}
#switch-nav-pc-hdlb .swiper-slide:hover a{
    color:#fff !important;
    border-left: 1px #005097 solid !important;
}
#switch-nav-pc-hdlb .active-nav{
    background-color: #005097;
}
#switch-nav-pc-hdlb .active-nav a{
    color:#fff !important;
    background-color: #005097;
    border-left: 1px #005097 solid !important;
}
.activity-list li{
    width: 100%;
    height: 2.09rem;;
    padding-bottom: 0.6rem;
    margin-bottom: 0.6rem;
    background-color: #fff;
    border-bottom:1px solid #cccccc;
}
.activity-list li a.activity-img{ 
    display: block;
    position: absolute;
    left:0;
    width: 2.9rem;
    height: 2.1rem;
}
.activity-list li a.activity-img img{
    display: block;
    font-size: 0;
    width: 2.9rem;
    height: 2.1rem;
}
.activity-list li .activity-infos{
    margin-left: 3.3rem;
    height: 2.1rem;
    position: relative;
}
.activity-list li .activity-infos .activity-title{
    color: #010101;
    font-size: 0.24rem;
    line-height: 0.3rem;
    font-weight: normal;
    position: relative;
    top:-0.03rem;
    margin-bottom: 0.2rem;
    overflow: hidden;
}
.activity-list li .activity-infos .activity-title a{
    color: #010101;
    text-decoration: none;
}
.activity-list li .activity-infos .activity-title a:hover{
    color: #003366;
}
.activity-list li .activity-infos .activity-date{
    display: block;
    color: #666;
    font-size: 0.18rem;
    line-height: 0.3rem;
    overflow: hidden;
    margin-bottom: 0.1rem;
}
.activity-list li .activity-infos .activity-desc{
    color: #666;
    font-size: 0.18rem;
    line-height: 0.36rem;
    height: 0.72rem;
    overflow: hidden;
}
.activity-list li .activity-infos .baoming{
    position: absolute;
    bottom: 0;
    right: 0;
    color: #fff;
    font-size: 0.14rem;
    line-height: 0.3rem;
    height: 0.3rem;
    width: 1.15rem;
    padding-left:0.2rem;
    text-align: center;
    background: #005097 url(../images/zzsj.png) 0.2rem center no-repeat;
    background-size: 0.16rem;
    text-decoration: none;
    border-radius: 1.5rem; 
}
/*办事预约*/
#switch-nav-pc-bsyy{
    display: block;
    width: 12rem;
    height: 0.4rem;
    background-color: #f4f4f4;
    margin-bottom: 0.6rem;
}
#switch-nav-pc-bsyy a{
    display: block;
    height: 0.24rem;
    width: 2rem;
    line-height: 0.24rem;
    margin: 0.08rem 0;
    font-size: 0.18rem;
    text-align: center;
    overflow: hidden;
    color: #333;
    text-decoration: none;
    border-left: 1px #e4e4e4 solid;
}
#switch-nav-pc-bsyy li:first-child a{
    border: none;
}
#switch-nav-pc-bsyy .swiper-slide{
    height: 0.4rem;
    width: auto;
}
#switch-nav-pc-bsyy .swiper-slide:hover {
    background-color: #005097;
}
#switch-nav-pc-bsyy .swiper-slide:hover a{
    color:#fff !important;
    border-left: 1px #005097 solid !important;
}
#switch-nav-pc-bsyy .active-nav{
    background-color: #005097;
}
#switch-nav-pc-bsyy .active-nav a{
    color:#fff !important;
    background-color: #005097;
    border-left: 1px #005097 solid !important;
}
.sub-message-bsyy label{
    width: 1.5rem !important;
}
.bsyy-content{
    margin-bottom: 0.6rem;
}
.bsyy-content .Wdate{
    display: inline-block !important;
    width: 1.42rem !important;
    margin-right: 0.25rem;
    padding: 0;
}
.bsyy-content .Wdate_select{
    display: inline-block !important;
    width: 0.95rem !important;
    height: 0.4rem;
    line-height: 0.4rem;
    padding: 0 !important;
}
.bsyy-content .btn-box{
    width: 100%;
    text-align: center;
    margin-bottom: 0.6rem;
}
.bsyy-content .btn-box input{
    border: none;
    outline:none;
    width: 2.3rem;
    height: 0.5rem;
    margin: 0 0.5rem;
    font-size: 0.18rem;
    color: #fff;
    cursor: pointer;
}
.bsyy-content .reset-btn{
    background-color: #666;
}
.bsyy-content .submit-btn{
    background-color: #005097;
}
/*党建风采*/
.qyry-content{
    margin-top: 0.46rem;
    margin-bottom: 0.41rem;
}
.qyry-content h1{
    color: #000;
    font-size: 0.2rem;
    line-height: 0.48rem;
    margin-bottom: 0.23rem;
}
.qyry-content .ry-wall{
    overflow: hidden;
}
.qyry-content .ry-wall .img-wrapper{
    float: left;
    padding: 0.05rem;
    width: 2.3rem;
    height: 1.51rem;
    overflow: hidden;
}
.qyry-content .ry-wall .img-wrapper a{
	display:block;
}
.qyry-content .ry-wall .img-wrapper img{
    display: inline-block;
    width: 2.3rem;
    height: 1.51rem;
    border: 1px #fff solid;
    box-sizing: border-box;
    font-size: 0;
	vertical-align: top;
 }
.qyry-content .ry-wall img:hover{
    position: relative;
    border: 1px #b9b2a4 solid;
}
.djdt-content h1{
    color: #000;
    font-size: 0.2rem;
    line-height: 0.48rem;
    margin-bottom: 0.16rem;
}
.djdt-content {
    margin-bottom: 1.1rem;
}
.djdt-content .article-list{
    width: 100%;
}
.djdt-content .article-list li{
    position: relative;
    height: 0.69rem;
    overflow: hidden;
    border-bottom: 1px #ccc dotted;
    padding-left: 0.24rem;
}
.djdt-content .article-list li:before{
    content: '\2022';
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -0.12rem;
	margin-top: 0\0;
    color: #005097;
    display: inline-block;
    width: 0.24rem;
    height: 0.24rem;
    font-size: 0.24rem;
    text-align: left;
    line-height: 0.24rem;
}
.djdt-content .article-list li a{
    display: inline-block;
    font-size: 0.18rem;
    line-height: 0.6rem;
    color: #333333;
    padding: 0.05rem 0;
    text-decoration: none;
    width: 80%;
	vertical-align: middle;
}
.djdt-content .article-list li a:hover{
    color: #005097;
}
.djdt-content .article-list li span.date{
    float: right;
    font-size: 0.18rem;
    line-height: 0.6rem;
    color: #999;
    padding: 0.05rem 0;
}
/*董事长致辞*/
#switch-nav-pc-dszzc{
    display: block;
    width: 12rem;
    height: 0.4rem;
    background-color: #f4f4f4;
    margin-bottom: 0.6rem;
}
#switch-nav-pc-dszzc a{
    display: block;
    height: 0.24rem;
    width: 2rem;
    line-height: 0.24rem;
    margin: 0.08rem 0;
    font-size: 0.18rem;
    text-align: center;
    overflow: hidden;
    color: #333;
    text-decoration: none;
    border-left: 1px #e4e4e4 solid;
}
#switch-nav-pc-dszzc li:first-child a{
    border: none;
}
#switch-nav-pc-dszzc .swiper-slide{
    height: 0.4rem;
    width: auto;
}
#switch-nav-pc-dszzc .swiper-slide:hover {
    background-color: #005097;
}
#switch-nav-pc-dszzc .swiper-slide:hover a{
    color:#fff !important;
    border-left: 1px #005097 solid !important;
}
#switch-nav-pc-dszzc .active-nav{
    background-color: #005097;
}
#switch-nav-pc-dszzc .active-nav a{
    color:#fff !important;
    background-color: #005097;
    border-left: 1px #005097 solid !important;
}
.dszzc-content{
    padding-bottom: 0.4rem;
    margin-bottom: 0.6rem;
}
.zc-header{
    margin-bottom: 0.45rem;
}
.dszzc-content .zc-header h1,.dszzc-content .zc-header h2{
    overflow: hidden;
    font-size: 0.24rem;
    line-height: 0.3rem;
    color: #000;
    font-weight: normal;
}
.dszzc-content .zc-header h2{
    font-size: 0.2rem;
    line-height: 0.36rem;
    margin-top: 0.02rem;
}
.dszzc{
    position: relative;
    width: 100%;
    /* height: 4.5rem; */
}
.dszzc .photo-box{
    float: left;
    width: 3.6rem;
    height: 4.5rem;
    margin-right: 0.4rem;

}
.dszzc .photo-box img{
    width: 3.6rem;
    height: 4.5rem;
}
.dszzc .speech-draft{
    margin-left: 3.6rem;
    overflow: hidden;
}
.dszzc .speech-draft p{
    font-size: 0.16rem;
    line-height: 0.36rem;
    color: #000;
    text-indent: 2em;
    margin-bottom: 0.38rem;
}
.qianming{
    width: 100%;
    height: 0.47rem;
    overflow: hidden;
}
.qianming img{
    display: block;
    float: right;
    max-width: 100%;
    width: 2.6rem;
    height: 0.47rem;
}
/*关于我们*/
#switch-nav-pc-aboutus{
    display: block;
    width: 12rem;
    height: 0.4rem;
    background-color: #f4f4f4;
    margin-bottom: 0.6rem;
}
#switch-nav-pc-aboutus a{
    display: block;
    height: 0.24rem;
    width: 2.4rem;
    line-height: 0.24rem;
    margin: 0.08rem 0;
    font-size: 0.18rem;
    text-align: center;
    overflow: hidden;
    color: #333;
    text-decoration: none;
    border-left: 1px #e4e4e4 solid;
}
#switch-nav-pc-aboutus li:first-child a{
    border: none;
}
#switch-nav-pc-aboutus .swiper-slide{
    height: 0.4rem;
    width: auto;
}
#switch-nav-pc-aboutus .swiper-slide:hover {
    background-color: #005097;
}
#switch-nav-pc-aboutus .swiper-slide:hover a{
    color:#fff !important;
    border-left: 1px #005097 solid !important;
}
#switch-nav-pc-aboutus .active-nav{
    background-color: #005097;
}
#switch-nav-pc-aboutus .active-nav a{
    color:#fff !important;
    background-color: #005097;
    border-left: 1px #005097 solid !important;
}
.aboutus-content{
    margin-bottom: 0.6rem;
}
.aboutus-header{
    margin-bottom: 0.67rem;
}
.aboutus-content .aboutus-header h1{
    overflow: hidden;
    font-size: 0.24rem;
    line-height: 0.3rem;
    color: #000;
    font-weight: normal;
    margin-bottom: 0.33rem;
}
.aboutus-content .aboutus-header p{
    overflow: hidden;
    font-size: 0.16rem;
    line-height: 0.3rem;
    color: #000;
    text-indent: 2em;
}
.aboutus-content .ji-ju-rong-hui{
    overflow: hidden;
    padding-bottom: 5.1rem;
    background: url(../images/aboutus.png) center bottom no-repeat;
    background-size: contain;
}
.aboutus-content .ji-ju-rong-hui .wrapper{
    float: left;
    width: 2.1rem;
    margin: 0 0.6rem;
}
.aboutus-content .ji-ju-rong-hui .wrapper:nth-child(1){
    margin-left: 0;
}
.aboutus-content .ji-ju-rong-hui .wrapper:nth-child(4){
    margin-right: 0;
}
.aboutus-content .ji-ju-rong-hui .wrapper .img-bg{
    width: 0.72rem;
    height: 0.72rem;
    padding: 0.69rem;
    border-radius:1.05rem; 
    background-color: #005097;
}
.aboutus-content .ji-ju-rong-hui .wrapper .img-bg img{
    display: block;
    width: 0.72rem;
    height: 0.72rem;
}
.aboutus-content .ji-ju-rong-hui .wrapper h3{
    font-size: 0.24rem;
    line-height: 0.3rem;
    text-align: center;
    color: #005097;
    margin-top: 0.22rem;
}
/*会员登录*/
.nav-box h1.m-lr-head{
    display: none;
}
.login-bg-wrapper{
    background: url(../images/vip-login-bg.jpg) center center no-repeat;
    background-size: cover;
    overflow: hidden;
    height: 6.4rem;
}
.login-bg-wrapper .login-box{
    float: right;
    background-color: #fff;
    border-top: 5px #005097 solid;
    padding: 0.2rem;
    margin-right: 3.6rem;
    margin-bottom: 0.6rem;
    margin-top: 0.6rem;
    height: 4.8rem;
    width: 3.8rem;
}
.login-bg-wrapper .login-box h1{
    font-size: 0.24rem;
    line-height: 0.3rem;
    color: #005097;
    padding-bottom: 0.16rem;
    border-bottom: 1px #ccc dotted;
}
.login-bg-wrapper .login-box .account,
.login-bg-wrapper .login-box .pwd,
.login-bg-wrapper .login-box .m-submit{
    position: relative;
}
.login-bg-wrapper .login-box .account input{
    background: url(../images/account.jpg) 0.06rem center no-repeat;
    background-size: 0.23rem;
    outline: none;
    border: 1px #ccc solid;
}
.login-bg-wrapper .login-box .pwd input{
    background: url(../images/pwd.jpg) 0.06rem center no-repeat;
    background-size: 0.23rem;
    outline: none;
    border: 1px #ccc solid;
}
.login-bg-wrapper .login-box .m-submit input{
    background: url(../images/vcode.jpg) 0.06rem center no-repeat;
    background-size: 0.23rem;
    outline: none;
    border: 1px #ccc solid;
	vertical-align:top;
}
.login-bg-wrapper .login-box .account input,.login-bg-wrapper .login-box .pwd input{
    display: block;
    outline: none;
    margin-top: 0.3rem;
    font-size: 0.18rem;
    line-height: 0.3rem;
    height: 0.48rem;
    width: 90%;
    padding: 0 0 0 10%;
}
.login-bg-wrapper .login-box .m-submit{
    margin-top: 0.3rem;
	height:.5rem;
}
.login-bg-wrapper .login-box .m-submit input{
    display: inline-block;
    outline: none;
    font-size: 0.18rem;
    line-height: 0.3rem;
    height: 0.48rem;
    padding: 0 0 0 10%;
    width: 37%
}
.login-bg-wrapper .login-box .m-submit img{
	display:block;
    float: right;
    vertical-align: middle; 
    font-size: 0.18rem;
    line-height: 0.3rem;
    height: 0.52rem;
    padding: 0;
    width: 50%;
}
.login-bg-wrapper .login-box .save-or-find{
    padding: 0.13rem 0;
	height: .3rem;
	
}
.login-bg-wrapper .login-box .save-or-find label{
    font-size: 0.16rem;
    line-height: 0.3rem;
    color: #999;
	float:left;
}
.login-bg-wrapper .login-box .save-or-find #save-pwd{
    border: 1px #666 solid;
    width: 0.14rem;
    height: 0.14rem;
    margin: .09rem .05rem 0 0;
    vertical-align: top;
	float:left;
}
.login-bg-wrapper .login-box .save-or-find .forget-pwd{
    float: right;
    font-size: 0.16rem;
    line-height: 0.3rem;
    color: #999;
}
.login-bg-wrapper .login-box .login-btn{
    display: block;
    width: 100%;
    font-size: 0.2rem;
    line-height: 0.3rem;
    outline: none;
    border: none;
    background-color: #005097;
    padding: 0.1rem;
    box-shadow: #003366 0 5px 3px;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
}
.login-bg-wrapper .login-box .now-register{
    margin-top: 0.15rem;
    margin-bottom: 0.33rem;
    font-size: 0.16rem;
    line-height: 0.3rem;
    color: #999;
    display: inline-block;
	float: left;
}
/*会员注册*/
.register-bg-wrapper{
    background: url(../images/vip-login-bg.jpg) center center no-repeat;
    background-size: cover;
}
.register-bg-wrapper .area{
    margin: auto;
    padding-bottom: 0.6rem;
    padding-top: 0.6rem;
}
.register-bg-wrapper .register-box{
    background-color: #fff;
    border-top: 5px #005097 solid;
    padding: 0.2rem;
    margin-right: 3.6rem;
    height: 4.8rem;
    width: 11.6rem;
    overflow: hidden;
}
.register-bg-wrapper .register-box h1{
    font-size: 0.24rem;
    line-height: 0.3rem;
    color: #005097;
    padding-bottom: 0.16rem;
    border-bottom: 1px #ccc dotted;
}
.register-bg-wrapper .register-box form{
    text-align: center;
}
.register-bg-wrapper .register-box div.inputs{
    width: 100%;
    overflow: hidden;
}
.register-bg-wrapper .register-box div.inputs input:nth-child(odd){
    float: left;
}
.register-bg-wrapper .register-box div.inputs input:nth-child(even){
    float: right;
}
.register-bg-wrapper .register-box input{
    display: block;
    outline: none;
    margin-top: 0.3rem;
    font-size: 0.18rem;
    line-height: 0.3rem;
    height: 0.48rem;
    width: 5.04rem;
    padding: 0 0 0 0.2rem;
}
.register-bg-wrapper .register-box .code-input {
   margin-top:.3rem;
} 
.register-bg-wrapper .register-box .m-submit {
    text-align: left;
	height:.5rem;
}
.register-bg-wrapper .register-box .m-submit .vcode{
	margin-top: 0;
    box-sizing: border-box;
    float: left;
    width: 3rem;
    height: 0.5rem;
	vertical-align:bottom;
}
.register-bg-wrapper .register-box .m-submit img{
	float: left;
    box-sizing: border-box;
    display: block;
    vertical-align: bottom;
    width: 2.04rem;
    height: 0.5rem;
	margin-left:.1rem;
}


.register-bg-wrapper .register-box .register-btn{
    display: block;
    width: 3.8rem;
    height: 0.5rem;
    font-size: 0.2rem;
    line-height: 0.3rem;
    outline: none;
    border: none;
    background-color: #005097;
    padding: 0.1rem;
    box-shadow: #003366 0 5px 3px;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
    margin: 0.1rem auto 0;
}
.register-bg-wrapper .register-box .now-login{
	display: block;
    font-size: 0.16rem;
    line-height: 0.3rem;
    color: #999;
    margin:  0.18rem auto 0.33rem;
	text-decoration:none;
}
.register-bg-wrapper .register-box .now-login:hover{
    color: #99ccff;
}
/*联系方式*/
.lxfs-content{
    margin-bottom: 0.6rem;
}
.lxfs-content:after{
    content: '';
    display: block;
    clear: both;
}
.lxfs-content .contact-mode{
    float: left;
    overflow: hidden;
    width: 4.6rem;
    /* height: 6.3rem; */
    position: relative;
    top: -0.07rem;
}
.contact-mode div{
    margin-bottom: 0.32rem;
}
.contact-mode div:first-child{
    margin-bottom: 0;
}
.lxfs-content .contact-mode div h5{
    font-size: 0.16rem;
    line-height: 0.3rem;
    color: #000;
    font-weight: normal;
}
.lxfs-content .contact-mode img.QR{
    display: block;
    margin: 0.18rem 0;
    border: 1px #ccc solid;
}

.lxfs-content .map{
    float: right;
    overflow: hidden;
    width: 6.48rem;
    height: 6.28rem;
    border: 1px #ccc solid;
}
.lxfs-content .map img{
    width: 6.48rem;
    height: 6.28rem;
    display: block;
    
}
/*企业服务*/
#switch-nav-pc-qyfw{
    display: block;
    width: 12rem;
    height: 0.4rem;
    background-color: #f4f4f4;
    margin-bottom: 0.6rem;
}
#switch-nav-pc-qyfw a{
    display: block;
    height: 0.24rem;
    width: 2rem;
    line-height: 0.24rem;
    margin: 0.08rem 0;
    font-size: 0.18rem;
    text-align: center;
    overflow: hidden;
    color: #333;
    text-decoration: none;
    border-left: 1px #e4e4e4 solid;
}
#switch-nav-pc-qyfw li:first-child a{
    border: none;
}
#switch-nav-pc-qyfw .swiper-slide{
    height: 0.4rem;
    width: auto;
}
#switch-nav-pc-qyfw .swiper-slide:hover {
    background-color: #005097;
}
#switch-nav-pc-qyfw .swiper-slide:hover a{
    color:#fff !important;
    border-left: 1px #005097 solid !important;
}
#switch-nav-pc-qyfw .active-nav{
    background-color: #005097;
}
#switch-nav-pc-qyfw .active-nav a{
    color:#fff !important;
    background-color: #005097;
    border-left: 1px #005097 solid !important;
}

.rswb-content{
    width: 100%;
    overflow: hidden;
    margin-bottom: 0.6rem;
}
.rswb-content ul{
    overflow: hidden;
    /* margin:0 -0.61rem 0 0; */
}
.rswb-content .content-plate{
    position: relative;
    float: left;
    display: block;
    height: 2.55rem;
    width: 21.25%;
    margin:0 5% 0.55rem 0;
    /* width: 2.55rem;
    margin:0 0.6rem 0.55rem 0; */
    background-color: #f4f4f4;
    text-decoration: none;
}
.rswb-content .content-plate:nth-child(4n+1){
    clear: left;
}
.rswb-content .content-plate:nth-child(4n+4){
    margin-right: 0;
}
.rswb-content .content-plate a{
    display: block;
    padding: 0.2rem; 
    height: 2.15rem;
    width: 2.15rem;
    text-decoration: none;
}
.rswb-content .content-plate .title{
    position: relative;
    font-size: 0.18rem;
    line-height: 0.6rem;
    color: #000;
    margin-top: 0.3rem;
    margin-bottom: 0.35rem;
    font-weight: normal;
}
.rswb-content .content-plate .title:after{
    content: '';
    display: block;
    width:0.7rem;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: -1px;
    background-color: #ccc;
    transition: 1s;
}
.rswb-content .content-plate:hover .title:after{
    width:1rem;
}
.rswb-content .content-plate .explain{
    font-size: 0.14rem;
    line-height: 0.24rem;
    height: 0.48rem;
    color: #666;
    overflow: hidden;
}
.rswb-content .content-plate span{
    display: block;
    width: 0.4rem;
    height: 0.4rem;
    line-height: 0.4rem;
    font-size: 0.24rem;
    color: #fff;
    background-color: #ccc;
    text-align: center;
    position: absolute;
    right: 0;
    bottom: 0;
}
.rswb-content .content-plate.current{
    background-color: #005097;
}
.rswb-content .content-plate.current .title{
    color: #fff;
}
.rswb-content .content-plate.current .explain{
    color: #fff;
}
.rswb-content .content-plate.current .title:after{
    background-color: #fff;
}

.rswb-content .content-plate:hover{
    background-color: #005097;
}
.rswb-content .content-plate:hover .title{
    color: #fff;
}
.rswb-content .content-plate:hover .explain{
    color: #fff;
}
.rswb-content .content-plate:hover .title:after{
    background-color: #fff;
}
/*企业文化*/
.top-content{
    overflow: hidden;
    margin-bottom: 0.46rem;
}
.top-content .qywh,
.top-content .ygjy{
    width: 5.3rem;
    height: 4rem;
    background-color: #f4f4f4;
    float: left;
    padding: 0 0.2rem;
}
.top-content .ygjy{
    float: right;
}
.top-content .qywh div{
    height: 1.04rem;
    border-bottom: 1px #ccc dotted;
    padding-top: 0.15rem;
}
.top-content .qywh div h1{
   font-size: 0.2rem;
   line-height: 0.48rem;
   height: 0.48rem;
   color: #333;
   overflow: hidden;
}
.top-content .qywh div h2{
    font-size: 0.18rem;
    line-height: 0.48rem;
    height: 0.48rem;
    color: #333;
    font-weight: normal;
    overflow: hidden;
}
.top-content .ygjy h1{
    font-size: 0.2rem;
    line-height: 0.48rem;
    height: 0.48rem;
    color: #333;
    margin-top: 0.16rem;
    overflow: hidden;
 }
.top-content .ygjy .article-list{
    width: 100%;
}
.top-content .ygjy .article-list li{
    position: relative;
    height: 0.58rem;
    overflow: hidden;
    border-bottom: 1px #ccc dotted;
    padding-left: 0.24rem;
}
.top-content .ygjy .article-list li:before{
    content: '\2022';
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -0.12rem;
    color: #ccc;
    display: inline-block;
    width: 0.24rem;
    height: 0.24rem;
    line-height: 0.24rem;
    font-size: 0.3rem;
    text-align: center;
}
.top-content .ygjy .article-list li a{
    display: inline-block;
    font-size: 0.18rem;
    line-height: 0.5rem;
    color: #333333;
    padding: 0.05rem 0;
    text-decoration: none;
    overflow: hidden;
	vertical-align: top;
}
.top-content .ygjy .article-list li a:hover{
   color: #005097;
}
.ygtd-content{
    overflow: hidden;
    background-color: #fff;
}
.ygtd-content h1{
    font-size: 0.2rem;
    line-height: 0.48rem;
    color: #000;
}
.ygtd-content ul{
    overflow: hidden;
    margin: 0 -0.61rem 0 0;
}
.ygtd-content ul li{
    float: left;
    width: 5.7rem;
    height: 3.9rem;
    margin-right: 0.6rem;
    margin-bottom: 0.6rem;
}
.ygtd-content a{
    display: block;
    text-decoration: none;
}
.ygtd-content a .img-wrapper{
    overflow: hidden;
    margin-bottom: 0.14rem;
}
.ygtd-content a .img-wrapper img{
    display: block;
    width: 5.7rem;
    height: 3.2rem;
    font-size: 0;
}
.ygtd-content a div.title-time h2{
    font-size: 0.18rem;
    line-height: 0.30rem;
    height: 0.3rem;
    color: #000;
    font-weight: normal;
    margin-bottom: 0.02rem;
    overflow: hidden;
}
.ygtd-content a:hover div.title-time h2{
    color: #005097;
}
.ygtd-content a div.title-time span{
    font-size: 0.16rem;
    line-height: 0.30rem;
    height: 0.3rem;
    color: #666;
    font-weight: normal;
    overflow: hidden;
}

/*在线查询*/
#switch-nav-pc-zxcx{
    display: block;
    width: 12rem;
    height: 0.4rem;
    background-color: #f4f4f4;
    margin-bottom: 0.6rem;
}
#switch-nav-pc-zxcx a{
    display: block;
    height: 0.24rem;
    width: 2.4rem;
    line-height: 0.24rem;
    margin: 0.08rem 0;
    font-size: 0.18rem;
    text-align: center;
    overflow: hidden;
    color: #333;
    text-decoration: none;
    border-left: 1px #e4e4e4 solid;
}
#switch-nav-pc-zxcx li:first-child a{
    border: none;
}
#switch-nav-pc-zxcx .swiper-slide{
    height: 0.4rem;
    width: auto;
}
#switch-nav-pc-zxcx .swiper-slide:hover {
    background-color: #005097;
}
#switch-nav-pc-zxcx .swiper-slide:hover a{
    color:#fff !important;
    border-left: 1px #005097 solid !important;
}
#switch-nav-pc-zxcx .active-nav{
    background-color: #005097;
}
#switch-nav-pc-zxcx .active-nav a{
    color:#fff !important;
    background-color: #005097;
    border-left: 1px #005097 solid !important;
}

.zxcx-content{
    margin-bottom: 1rem;
}
.zxcx-content .article-list{
    width: 100%;
}
.zxcx-content .article-list li{
    position: relative;
    height: 0.69rem;
    overflow: hidden;
    border-bottom: 1px #ccc dotted;
    padding-left: 0.24rem;
}
.zxcx-content .article-list li:before{
    content: '\2022';
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -0.12rem;
	margin-top: 0\0;
    color: #005097;
    display: inline-block;
    width: 0.24rem;
    height: 0.24rem;
    font-size: 0.24rem;
    text-align: left;
    line-height: 0.24rem;
}
.zxcx-content .article-list li a{
    display: inline-block;
    font-size: 0.18rem;
    line-height: 0.6rem;
    color: #333333;
    padding: 0.05rem 0;
    text-decoration: none;
    width: 90%;
	vertical-align:top;
}
.zxcx-content .article-list li a:hover{
    color: #005097;
}
.zxcx-content .article-list li span.date{
    float: right;
    font-size: 0.18rem;
    line-height: 0.6rem;
    color: #999;
    padding: 0.05rem 0;
}
/*新闻列表*/
#switch-nav-pc-xwlb{
    display: block;
    width: 12rem;
    height: 0.4rem;
    background-color: #f4f4f4;
    margin-bottom: 0.6rem;
}
#switch-nav-pc-xwlb a{
    display: block;
    height: 0.24rem;
    width: 2rem;
    line-height: 0.24rem;
    margin: 0.08rem 0;
    font-size: 0.18rem;
    text-align: center;
    overflow: hidden;
    color: #333;
    text-decoration: none;
    border-left: 1px #e4e4e4 solid;
}
#switch-nav-pc-xwlb li:first-child a{
    border: none;
}
#switch-nav-pc-xwlb .swiper-slide{
    height: 0.4rem;
    width: auto;
}
#switch-nav-pc-xwlb .swiper-slide:hover {
    background-color: #005097;
}
#switch-nav-pc-xwlb .swiper-slide:hover a{
    color:#fff !important;
    border-left: 1px #005097 solid !important;
}
#switch-nav-pc-xwlb .active-nav{
    background-color: #005097;
}
#switch-nav-pc-xwlb .active-nav a{
    color:#fff !important;
    background-color: #005097;
    border-left: 1px #005097 solid !important;
}
.news-list li{
    width: 100%;
    padding-bottom: 0.6rem;
    margin-bottom: 0.6rem;
    background-color: #fff;
    border-bottom:1px solid #cccccc;
    overflow: hidden;
}
.news-list li a.news-img{
    float: left;
    display: block;
    width: 2.9rem;
    height: 2.1rem;
}
.news-list li a.news-img img{
    display: block;
    width: 2.9rem;
    height: 2.1rem;
}
.news-list li .news-infos{
    margin-left: 3.3rem;
    position: relative;
}
.news-list li .news-infos .news-title{
    color: #010101;
    font-size: 0.24rem;
    line-height: 0.3rem;
    font-weight: normal;
    position: relative;
    top:-0.03rem;
    margin-bottom: 0.32rem;
}
.news-list li .news-infos .news-title a{
    color: #010101;
    font-size: 0.24rem;
    line-height: 0.3rem;
    text-decoration: none;
}
.news-list li .news-infos .news-title a:hover{
    color: #005097;
}
.news-list li .news-infos .news-date{
    display: block;
    color: #999;
    font-size: 0.16rem;
    line-height: 0.3rem;
    margin-bottom: 0.24rem;
    padding-left: 0.25rem;
    background: url(../images/shizhong.png) left center no-repeat;
    background-size: 0.2rem;
}
.news-list li .news-infos .news-desc{
    color: #666;
    font-size: 0.18rem;
    line-height: 0.36rem;
    height: 0.72rem;
    overflow: hidden;
}
/*人才招聘列表*/
#switch-nav-pc-rczp{
    display: block;
    width: 12rem;
    height: 0.4rem;
    background-color: #f4f4f4;
    margin-bottom: 0.6rem;
}
#switch-nav-pc-rczp a{
    display: block;
    height: 0.24rem;
    width: 2rem;
    line-height: 0.24rem;
    margin: 0.08rem 0;
    font-size: 0.18rem;
    text-align: center;
    overflow: hidden;
    color: #333;
    text-decoration: none;
    border-left: 1px #e4e4e4 solid;
}
#switch-nav-pc-rczp li:first-child a{
    border: none;
}
#switch-nav-pc-rczp .swiper-slide{
    height: 0.4rem;
    width: auto;
}
#switch-nav-pc-rczp .swiper-slide:hover {
    background-color: #005097;
}
#switch-nav-pc-rczp .swiper-slide:hover a{
    color:#fff !important;
    border-left: 1px #005097 solid !important;
}
#switch-nav-pc-rczp .active-nav{
    background-color: #005097;
}
#switch-nav-pc-rczp .active-nav a{
    color:#fff !important;
    background-color: #005097;
    border-left: 1px #005097 solid !important;
}
.rczp-content{
    overflow: hidden;
}
.rczp-content .job{
    border: 1px #ccc solid;
    width: 5.68rem;
    /* height: 2.28rem; */
    margin-bottom: 0.6rem;
    position: relative;
}
.rczp-content .job:nth-child(even){
    float: right;
}
.rczp-content .job:nth-child(odd){
    float: left;
}
.rczp-content .job h1{
    font-size: 0.18rem;
    line-height: 0.48rem;
    padding-left: 0.2rem;
    height: 0.48rem;
    background-color: #f5faff;
    font-weight: normal;
}
.rczp-content .job ul{
    overflow: hidden;
    margin-top: 0.28rem;
    margin-bottom: 0.44rem;
    padding-left: 0.2rem;
}
.rczp-content .job ul li{
    font-size: 0.16rem;
    line-height: 0.36rem;
    color: #666;
}
.rczp-content .job ul li:nth-child(even){
    float: right;
    width: 2.28rem;
}
.rczp-content .job ul li:nth-child(odd){
    float: left;
    width: 3rem;
}
.rczp-content .job span{
    font-size: 0.16rem;
    line-height: 0.36rem;
    color: #999;
    margin-left: 0.2rem;
    padding-left:0.25rem; 
    position: relative;
    top: -0.1rem;
    background: url(../images/wf.jpg) left center no-repeat;
    background-size: 0.15rem;
}
.rczp-content .job h1 span.date{
    float: right;
    font-size: 0.14rem;
    color: #999;
    margin: 0.2rem;
    background: none;
}
.rczp-content .job .liaojie{
    position: absolute;
    bottom: 0.2rem;
    right: 0.2rem;
    color: #fff;
    font-size: 0.14rem;
    line-height: 0.3rem;
    height: 0.3rem;
    width: 1.15rem;
    padding-left:0.2rem;
    text-align: center;
    background: #005097 url(../images/zzsj.png) 0.2rem center no-repeat;
    background-size: 0.16rem;
    text-decoration: none;
    border-radius: 1.5rem; 
}
ul.meneame-b{
    margin-bottom: 0.46rem;
}
.qyzs h1{
    font-size: 0.2rem;
    line-height: 0.48rem;
    color: #000;
    margin-bottom: 0.18rem;
}
.qyzs .qy-wrapper ul{
    overflow: hidden;
    margin: 0 -0.61rem 0 0;
}
.qyzs .qy-wrapper ul li{
    display: block;
    float: left;
    width: 1.5rem;
    height: 0.8rem;
    margin-bottom: 0.2rem;
    margin-right: 0.6rem;
}
.qyzs .qy-wrapper a{
    display: block;
    width: 1.5rem;
    height: 0.8rem;
}
.qyzs .qy-wrapper a:nth-child(6n+1){
    clear: left;
}
.qyzs .qy-wrapper a img{
    display: block;
    width: 1.5rem;
    height: 0.8rem;
    box-sizing: border-box;
    border: 1px #ccc solid;
    font-size: 0;
}
/*新闻详细*/
.newsDdetailed-crumbs-nav{
    margin-top: 0.6rem;
    margin-bottom: 0.7rem;
    line-height: 0.4rem;
    background-color: #f4f4f4;
    color: #666;
    font-size: 0.16rem;
    line-height: 0.4rem;
}
.newsDdetailed-crumbs-nav span{
    margin-right: 0.06rem;
    margin-left: 0.06rem;
    color: #666;
    font-size: 0.16rem;
    line-height: 0.4rem;
    padding-left: 0.25rem;
    background: url(../images/current-position.png) left center no-repeat;
    background-size: 0.22rem;
 }
.newsDdetailed-crumbs-nav a{
   text-decoration: none;
   color: #666;
   font-size: 0.16rem;
   line-height: 0.4rem;
   padding: 0 0.06rem;
}
.article h1{
    text-align: center;
    font-size: 0.3rem;
    line-height: 0.3rem;
    font-weight: normal;
    margin-bottom: 0.48rem;
}
.article .detail-time{
    text-align: center;
    font-size: 0.18rem;
    line-height: 0.18rem;
    color: #666;
    margin-bottom: 0.9rem;
}
.article .detail-img{
    text-align: center;
}
.article .detail-img img{
    text-align: center;
    width: 100%;
}
.article .detail-con{
    color: #333;
    font-size: 0.16rem;
    line-height: 0.4rem;
    padding-bottom: 0.48rem;
    border-bottom: 1px #ccc solid; 
}
.article .detail-con p img{
    /*width:100%;
	display:block;*/
	font-size:0;
}
.switch-article {
	width: 100%;
	margin: 0.1rem auto 0.6rem;
}
.switch-to-pre {
	float: left;
}
.switch-to-next {
	float: right;
}
.switch-title, .article-name {
	font-size: 0.16rem;
	line-height: 0.3rem;
	color: #666;
}
.switch-title {
	margin-right: 5px;
}
.switch-to-pre:hover .article-name, .switch-to-next:hover .article-name {
	color: #005097;
	text-decoration: none;
}
.switch-to-pre:hover .switch-title, .switch-to-next:hover .switch-title {
	color: #005097;
	text-decoration: none;
}
/*人才招聘详细*/
.zpxj{
    font-size: 0;
    margin-bottom: 0.34rem;
}
.zpxj span{
    display: inline-block;
    width: 2rem;
    font-size: 0.16rem;
    line-height: 0.48rem;
    height: 0.96rem;
    color: #666;
    overflow: hidden;
    padding-left:0.25rem; 
    vertical-align: top;
}
.zpxj span:nth-child(1){
    width: 4.25rem;
    background: url(../images/signA.jpg) left 0.16rem no-repeat;
    background-size: 0.19rem;
}
.zpxj span:nth-child(2){
    width: 2.5rem;
    background: url(../images/signB.jpg) left 0.16rem no-repeat;
    background-size: 0.19rem;
}
.zpxj span:nth-child(3){
    background: url(../images/signC.jpg) left 0.16rem no-repeat;
    background-size: 0.19rem;
}
.zpxj span:nth-child(4){
    background: url(../images/signD.jpg) left 0.16rem no-repeat;
    background-size: 0.19rem;
}
.zpxx-content{
    margin-bottom: 0.54rem;
    border-bottom: 1px #ccc solid;
}
.zpxx-content .jbxx{
    padding-bottom: 0.55rem;
    margin-bottom: 0.55rem;
    border-bottom: 1px #ccc solid;
}
.zpxx-content .jbxx h1{
    font-size: 0.2rem;
    line-height: 0.48rem;
    color: #000;
    margin-bottom: 0.1rem;
}
.zpxx-content .jbxx ul{
    width: 100%;
}
.zpxx-content .jbxx ul li{
    width: 100%;
}
.zpxx-content .jbxx ul li span{
    display: inline-block;
    width: 49%;
    color: #000;
    font-size: 0.16rem;
    line-height: 0.48rem;
	vertical-align: middle;
}
.zpxx-content .zwms {
    padding-bottom: 0.7rem;
}
.zpxx-content .zwms h1{
    font-size: 0.2rem;
    line-height: 0.48rem;
    color: #000;
    margin-bottom: 0.1rem;
}
.zpxx-content .zwms .gznr{
    margin-bottom: 0.48rem;
}
.zpxx-content .zwms .gznr h2,.zpxx-content .zwms .rzyq h2{
    font-size: 0.16rem;
    line-height: 0.48rem;
    color: #000;
    margin-bottom: 0.1rem;
}
.zpxx-content .zwms .gznr ul,.zpxx-content .zwms .rzyq ul{
    width: 100%;
}
.zpxx-content .zwms .gznr ul li,.zpxx-content .zwms .rzyq ul li{
    font-size: 0.16rem;
    line-height: 0.48rem;
    color: #000;
}
.qyjs-content{
    position: relative;
    padding-bottom: 0.9rem;
    margin-bottom: 0.7rem;
}
.qyjs-content h1{
    font-size: 0.2rem;
    line-height: 0.48rem;
    margin-bottom: 0.1rem;
    color: #000;
}
.qyjs-content .introduce{
    font-size: 0.16rem;
    line-height: 0.48rem;
    color: #000;
}
.qyjs-content .yingpin{
    position: absolute;
    bottom: 0;
    right: 0;
    color: #fff;
    font-size: 0.14rem;
    line-height: 0.3rem;
    height: 0.3rem;
    width: 1.15rem;
    padding-left:0.2rem;
    text-align: center;
    background: #005097 url(../images/zzsj.png) 0.2rem center no-repeat;
    background-size: 0.16rem;
    text-decoration: none;
    border-radius: 1.5rem;
}
.float-r{
    float: right;
}
.float-l{
    float: left;
}
.no-border{
    border: none;
}
.mobile-btn-box,.mobile-btn-box-bottom{
    display: none;
}
