/* ============================================ reset ============================================ */
body,div,span,p,a,ul,li,input,h1,h2,h3,h4,h5,h6 {
    margin: 0;
    padding: 0;
}
html {
    font-size: 14px;
    font-family: "Microsoft YaHei";
    color: #333;
}
body {
    background: rgb(248, 248, 248);
}
a {
    text-decoration: none;
    color: #666;
}
ul {
    list-style: none;
}
img {
    border: 0;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.txtcenter {
    text-align: center;
}
/* 清除浮动 */
.clearfix::before,
.clearfix::after {
    content: "";
    display: table;
    /*触发bfc防止外边距合并 */
}
.clearfix::after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}
/* 版心 */
.container {
    margin: 0 auto;
    width: 1200px;
    
}
/* .container span{
    display: inline-block;
    height: 90px;
    position: relative;
}
主要内容容器 */
.content {
    padding: 50px 0 95px 0;
}
.min1300 {
    min-width: 1300px;
    /* overflow: hidden; */
}
/* ============================================ model ============================================ */
/* ================== heaeder and footer start ================== */
/* header */
#herder .container {
    width: 1300px;
}
.top {
    height: 30px;
    text-align: right;
    border-top: 1px solid #d4d5d5;
    background: rgb(248, 248, 248);
}
.topbox {
    height: 30px;
    padding-right: 110px;
}
.search {
    display: inline-block;
    width: 212px;
    height: 30px;
    border-left: 1px solid rgb(222, 222, 222);
    border-right: 1px solid rgb(222, 222, 222);
    background-color: rgb(243, 243, 243);
}
.search input{
    color: #000;
    outline: 0;
    border: 0;
    height: 30px;
    width: 170px;
    background-color: inherit;
    vertical-align: middle;
    padding-left: 5px
}
.search .icon-search {
    cursor: pointer;
}
.nav {
    position: relative;
    height: 80px;
    border-top: 1px solid #d4d5d5;
}
.logo {
    float: left;
    /*padding-top: 29px;*/
    padding-top: 20px;
}
.logo img {
    /*width: 331px;*/
    /*height: 22px;*/
    height: 40px;
}
/* 111 */
.navbar {
    float: right;
    margin-right: 120px;
}
.navbar>li {
    float: left;
    margin: 0 16px;
    position: relative;
}
.navbar>li>a {
    display: block;
    height: 80px;
    line-height: 80px;
    box-sizing: border-box;
}
.navbar>li:hover>a,
.navbar>li>.active
 {
    font-weight: 700;
    color: #333;
    border-bottom: 5px solid rgb(223, 34, 30);
}
.navbar>li>.active{
    font-size: 16px;
}
/* 111 */
.qr-code {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100px;
    height: 100px;
    background: #fff;
    border: 1px solid rgb(215, 215, 215);
}
.qr-code img {
    display: block;
    margin: 17px auto; 
}
.exit {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    right: -16px;
    top: -11px;
    cursor: pointer;
}
.exit .red-circular {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #e13c3c;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -12px;
    margin-top: -12px;
}
.exit img {
    width: 12px;
    height: 12px;
    display: block;
    margin: 0 auto;
    margin-top: 6px;
}

/* footer */
#footer,
#footer a {
    font-weight: 700;
    text-align: center;
    color: #333;
}
.footer-info {
    padding: 45px 0 55px 0;
    line-height: 26px;
}
.links {
    height: 50px;
    background-color: rgb(168, 8, 9);
}
.link-box {
    background-color: rgb(146, 0, 0);
}
.link-item {
    width: 300px;
    float: left;
}
.combo-select {
    margin-bottom: 0;
    border: 0;
}
.combo-input {
    height: 50px;
    padding: 0 12px;
    background-color: transparent;
    outline: none;
    text-align: center;
    color: #FFF;
    font-size: 16px;
    font-weight: 700;
}
.combo-dropdown {
    top: auto;
    bottom: 100%;
}
.option-item:hover,
.option-hover {
    background-color: rgb(168, 8, 9);
}
.combo-arrow:before {
    border-top: 5px solid #FFF;
}
.combo-open .combo-arrow:before {
    border-bottom: 5px solid #FFF;
}
.link-select {
    display: none;
}
.nav, #footer {
    background: #FFF;
}
/* ================== heaeder and footer end ================== */

/* ================== banner start ================== */
.banner-base {
    height: 480px;
    margin-top: 112px !important;
    
}
.banner-base .container {
    position: relative;
}
.banner-base span {
    position: absolute;
    left: 40px;
    top: 224px;
    font-weight: 900;
    font-size: 72px;
    color: #FFFFFF;
}
.banner1{
    background-image: url(../images/u342.png);
}
.banner2{
    background-image: url(../images/u5932.png);
}
.banner3 {
    background-image: url(../images/u17257.png);
}
.banner4 {
    background-image: url(../images/u2513.png);
}
.banner5 {
    background-image: url(../images/u12909.png);
}
.banner6 {
    background-image: url(../images/u12300.png);
}
.banner7 {
    background-image: url(../images/u13569.png);
}
.banner-ztbd {
    background-image: url(../images/ztbd/banner-ztbd.jpg);
}
/* ================== banner end ================== */
/* 分页器 */
.page {
    height: 51px;
    margin-top: 30px;
    text-align: center;
}
.page a {
    display: inline-block;
    text-align: center;
    line-height: 48px;
    width: 48px;
    height: 48px;
    background-color: rgb(255, 255, 255);
    border: 1px solid rgb(215, 215, 215);
    font-size: 16px;
    color: #999999;
    margin: 0 5px;
}
.page .prev-btn, .page .next-btn {
    font-family: '新宋体 Bold', '新宋体', sans-serif;
    font-weight: 700;
}
.page .prev-btn {
    margin-left: 0;
    margin-right: 15px;
}
.page .next-btn {
    margin-left: 15px;
    margin-right: 0;
}
.page .dis {
    background-color: rgb(248, 248, 248);
    cursor: default;
}
.page .dis:hover {
    color: #999999;
    border: 1px solid rgb(215, 215, 215);
}
.page a:hover {
    border-color: rgb(81, 81, 81);
    font-weight: 700;
    color: #000;
}
.page .current,
.page .current:hover {
    background-color: rgb(181, 44, 39);
    border: 0;
    color: #FFF;
    font-weight: 700;
}
.page .page-btn.nobor {
    border: 0;
}
.page .page-btn.nobor:hover {
    font-weight: 400;
}
/* 各种线 */
.line1 {
    display: inline-block;
    width: 1px;
    height: 13px !important;
    background: #d7d7d7;
    margin: 0 10px;
    vertical-align: middle;
}
.line2,.line4 {
    width: 2px;
    background: #B52C27;
}
.line2 {
    height: 67px;
    margin: 40px auto 25px auto;
}
.line4 {
    position: absolute;
    height: 256px;
    left: 77px
}
.line3,.line5 {
    height: 2px;
    background: #B52C27;
}
.line3 {
    position: absolute;
    width: 77px;
    top: 128px;
}
.line5 {
    width: 100%;
    margin-bottom: 30px;
}
.line6 {
    height: 1px;
    background: #e4e4e4;
    margin-bottom: 80px;
}
.line7 {
    height: 0px;
    background: #797979;
    margin-right: 30px;
    margin-left: 15px;
    margin-top: 25px;
}
.line8 {
    width: 22px;
    height: 1px;
    background: #B52C27;
    position: absolute;
    right: -22px;
    top: 50%;
    margin-top: -0.5px
}
.line9 {
    display: inline-block;
    width: 8px;
    height: 2px;
    margin-right: 10px;
    background-color: #666;
    vertical-align: middle;
}
/* icon 图标 */
.icon {
    display: inline-block;
    background-position: center;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-top: -2px;
}
.icon-search {
    height: 30px;
    width: 30px;
    background-image: url(../images/u127.png);
}
.icon-search1 {
    height: 20px;
    width: 20px;
    background-image: url(../images/u5873.svg);
    background-size: cover;
}
.icon-wechat{
    width: 20px;
    height: 17px;
    background-image: url(../images/u150.png);
}
.icon-phone{
    width: 18px;
    height: 17px;
    background-image: url(../images/u148.png);
}
.icon-mail{
    width: 26px;
    height: 17px;
    background-image: url(../images/u149.png);
}
.icon-en{
    width: 26px;
    height: 17px;
    background-image: url(../images/u151.png);
}
.icon-position{
    width: 23px;
    height: 17px;
    background-image: url(../images/u152.png);
}
.icon-exit{
    width: 12px;
    height: 12px;
    background-image: url(../images/u136.svg);
}
.icon-red{
    width: 24px;
    height: 24px;
    background-image: url(../images/u135.svg);
}
.icon-tsjb-phone {
    width: 27px;
    height: 27px;
    background-image: url(../images/u14795.png);
}
.icon-tsjb-user {
    width: 27px;
    height: 27px;
    background-image: url(../images/u14793.png);
}
.icon-tsjb-mail {
    width: 27px;
    height: 27px;
    background-image: url(../images/u14794.png);
}
.icon-star {
    width: 22px;
    height: 22px;
    background-image: url(../images/企业文化/u2021.svg);
    margin-right: 3px;;
}
/* 通用背景属性 */
.bg242 {
    background-color: rgb(242, 242, 242);
}
.bgimg {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

/* 通用模块导航按钮样式 */
.module-button {
    display: inline-block;
    text-align: center;
    height: 36px;
    line-height: 36px;
    padding: 0 12px;
    border-radius: 5px;
    min-width: 74px;
    vertical-align: middle;
    background-color: inherit;
    cursor: pointer;
}
.module-button.xl {
    min-width: 96px;
}
.module-button.xxl {
    min-width: 120px;
}
.module-button.xxxl {
    min-width: 144px;
}
.module-button.current,
.module-button:hover {
    background-color: rgba(181, 44, 39, 1);
    font-weight: 700;
    font-size: 14px;
    color: #FFF;
    box-shadow: 0px 6px 15px rgb(244, 176, 174);
}
.module-nav {
    text-align: right;
    margin: 20px 0;
    position: relative;
    margin-right: 100px;
}
.module-nav2 {
    height: 90px;
    border-bottom: 1px solid rgb(228, 228, 228);
    line-height: 90px;
    text-align: center;
    background: #FFF;
    position: relative;
}
.module-nav2 .module-button {
    font-weight: 700;
} 
.module-nav3 {
    display: inline-block;
}
.float-nav3 {

    position: absolute;
    display: none;
    z-index: 9;
    line-height: 110px;
    overflow: hidden;
    background: #FFFFFF;
    top:91px;
    text-align: center;
    line-height: 30px;
    left: -50px;
    width: 200px;
}
.float-nav3>li {
    height: 30px;
    margin: 10px 50px;
}
.float-nav3>li>a {
    font-size: 16px;
}
.module-nav3 .module-button{
    float: left;
    margin: 0;
    height: 44px;
    line-height: 44px;
    background-color: #FFF;
    border: 1px solid rgb(215, 215, 215);
    border-right: 0;
    border-radius: 0;
    cursor: pointer;
    min-width: 108px;
}
.module-nav3 .module-button:first-child {
    border-radius: 6px 0 0 6px;
}
.module-nav3 .module-button:last-child {
    border-right: 1px solid rgb(215, 215, 215);
    border-radius: 0 6px 6px 0;
}
.module-nav3 .module-button.current,
.module-nav3 .module-button:hover {
    background-color: rgba(181, 44, 39, 1);
    border-color: rgba(181, 44, 39, 1);
}
.module-nav4 {
    margin: 40px 0 65px 0;
    text-align: center;
}
.module-nav4 .module-button {
    font-size: 16px;
    font-weight: bold;
    color: #333;
    height: 58px;
    line-height: 58px;
    padding: 0 18px;
    border-bottom: 4px solid transparent;
    border-radius: 0;
    min-width: 144px;
    vertical-align: middle;
    cursor: pointer;
    box-sizing: content-box;
    position: relative;
}
.triangle {
    border: 6px solid transparent;
    position: absolute;
    left: 50%;
    bottom: -16px;
    margin-left: -6px;
}
.module-nav4 .module-button.current,
.module-nav4 .module-button:hover {
    font-size: 18px;
    color: rgb(168, 8, 9);
    border-bottom-color: rgb(168, 8, 9);
    box-shadow: none;
    background: inherit;
}
.module-nav4 .module-button.current .triangle {
    border-top: 6px solid rgb(168, 8, 9);
}
/* swiper 左右按钮 */
.swiper-btn {
    width: 24px;
    height: 38px;
    background-image: url(../images/u255.svg);
    cursor: pointer;
    position: absolute;
    top: 50%;
    margin-top: -19px;
}
.swiper-btn:hover {
    background-image: url(../images/u91.svg);
}
.swiper-btn-left {
    transform: rotate(180deg);
    transform-origin: center;
}
/* 文章正文页 */
.article-box .article-title {
    font-weight: 700;
    font-size: 28px;
    text-align: center;
}
.article-box .publish-time {
    margin-top: 40px;
    margin-bottom: 15px;
    color: #999;
    font-size: 14px;
    font-weight: 700;
    text-align: right;
    line-height: 30px;
}
.article-box .author {
    margin-right: 20px;
}
.article-content {
    font-size: 16px;
    color: #666666;
    text-align: justify!important;
}
.article-content img{
   /* margin: auto;
   display: block; */
   max-width: 1200px;
   width: 600px;
}
.article-content p {
    line-height: 28px !important;
    margin: 18px 0;
}
.report-item {
    float: left;
    margin: 0 10px 55px 10px;
}
.report-item>a {
    display: block;
}
.report-item>a:first-child img {
    display: block;
    width: 380px;
    height: 240px;
}
.zdkyfx .report-item>a:first-child img {
    display: block;
    width: 280px;
    height: 176px;
}
.report-item>a:last-child {
    margin-top: 15px;
}
.report-item>a:last-child h6 {
    width: 380px;
    font-size: 16px;
    text-align: center;
    color: #333;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.zdkyfx .report-item>a:last-child h6 {
    width: 280px;
}
/* 人力资源一般标题 */
.expert-title{
    font-size: 32px;
    color: #B52C27;
    text-align: center;
    margin-bottom: 45px;
}
.expert-explain{
    font-size: 16px;
    line-height: 28px;
    color: #333;
    margin-bottom: 75px;
    text-align: justify;
}
/* 动态信息 */
.dynamic li {
    margin-bottom: 40px;
}
.dynamic-item {
    display: block;
    height: 190px;
    background-color: rgb(255, 255, 255);
    box-sizing: border-box;
    border: 1px solid rgb(228, 228, 228);
    padding: 25px;
}
.dynamic-item .dynamic-date {
    float: left;
    width: 140px;
    height: 140px;
    background-color: rgb(228, 228, 228);
    text-align: center;
}
.dynamic-item .dynamic-date div{
    font-size: 48px;
    color: #B52C27;
    margin-top: 22px;
}
.dynamic-item .dynamic-date p{
    font-size: 18px;
    color: #333;
    font-weight: 300;
}
.dynamic-item .dynamic-box {
    width: 960px;
    height: 140px;
    float: right;
}
.dynamic-item .dynamic-box h6 {
    width: 84%;
    font-size: 20px;
    color: #333;
}
.dynamic-item .dynamic-box p {
    width: 84%;
    font-size: 16px;
    line-height: 28px;
    margin-top: 20px;
}
/* 顶部导航栏二级导航 */
.sec-nav {
    position: absolute;
    left: 50%;
    top: 80px;
    z-index: 99999;
    transform: translateX(-50%);
    background: #b80000;
    display: none;
}
.sec-nav li a {
    display: block;
    width: 150px;
    padding: 0 10px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #FFF;
    border-bottom: #d8373c 1px solid;
}
.sec-nav li:last-child a {
    border-bottom: 0;
}
.sec-nav li a:hover {
    background: #666;
}
#herder {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99999;
}
