@charset "utf-8";

/* CSS Document */
@font-face {
    font-family: "SourceHanSansCN-Normal";
    src: url("${site.sitePath}/css/font/SourceHanSansCN-Normal.woff2") format("woff2"),
      url("${site.sitePath}/css/font/SourceHanSansCN-Normal.woff") format("woff"),
      url("${site.sitePath}/css/font/SourceHanSansCN-Normal.ttf") format("truetype"),
      url("${site.sitePath}/css/font/SourceHanSansCN-Normal.eot") format("embedded-opentype"),
      url("${site.sitePath}/css/font/SourceHanSansCN-Normal.svg") format("svg");
    font-weight: normal;
    font-style: normal;
  }
  body {
    font-family: SourceHanSansCN-Normal;
  }
* {
    margin: 0;
    padding: 0;
    border: 0;
}

body {
    /*font-family: "微软雅黑";*/
}

img {
    border: 0;
}

a {
    text-decoration: none;
}

ul,
li {
    margin: 0;
    padding: 0;
    list-style: none;
}

h1,
h2,
h3,
h4 {
    font-weight: normal;
}

input {
    border: none;
    indent: none;
}

p {
    font-weight: normal;
}

.fr {
    float: right;
}

.fl {
    float: left;
}

.fl_m {
    float: left;
}

.fr_m {
    float: right;
}

.clear {
    clear: both;
}

.h30 {
    height: 30px;
}

.h50 {
    height: 50px;
}


/*首页*/

.fl_left {
    float: left;
}

.fl_right {
    float: right;
}

.of {
    overflow: hidden;
}

.top15 {
    margin-top: 15px;
}

.color_red {
    color: #DF0011 !important;
}

.m_news p {
    font-size: 12px;
}

/* 首页公告弹窗 */
.pop-container{
	display: none;
}

.m_pop-container{
	width:100%;
	height:100%;
	position:fixed;
	left:0;
	top:0;
	z-index:9999;
	background-color:rgba(0,0,0,0.4);
}

.m_pop-wrapper{
	position: absolute;
	left: 10%;
	top: 50%;
	width: 80%;
	height: auto;
	z-index: 1000;
	margin-top: -180px;
	background:#fff;
	font-size:14px;
}

.m_pop-header{
	height:40px;
	line-height:40px;
	font-size:20px;
	text-align:right;
	padding-right:15px;
	border-bottom: 1px solid #ccc;
}

.m_pop-header span{
	cursor:pointer;
	width:20px;
	height:40px;
	line-height:40px;
	display:inline-block;
	text-align:center;
}

.m_pop-content{
	padding:15px;
}

.m_pop-content .m_pop-content-line{
	text-indent:2em;
}

.m_pop-content .m_pop-content-footer{
	text-align:right;
}


/*控制显示和隐藏*/

.header-box {
    display: none;
}


/*隐藏悬浮*/

.xuanfu {
    display: none;
}

.header {
    height: 78px;
    background: #df0011;
    /*font-family: "微软雅黑";*/
    overflow: hidden;
}

.header img {
    height: 78px;
}

.header a {
    color: #ffffff;
}

.head-txt {
    padding: 16px;
    font-size: 13px;
    color: #ffffff;
    width: calc(100% - 67px - 16px*2);
    width: -webkit-calc(100% - 67px - 16px*2);
    width: -moz-calc(100% - 67px - 16px*2);
}

.head-txt span {
    font-family: "Arial";
    display: inline-block;
}

@media screen and (max-width: 320px) {
    .head-txt {
        padding: 10px;
        font-size: 10px;
        width: calc(100% - 67px - 10px*2);
        width: -webkit-calc(100% - 67px - 10px*2);
        width: -moz-calc(100% - 67px - 10px*2);
    }
    .font10 {
        font-size: 8px;
    }
}

@media screen and (min-width: 321px) {
    .head-txt {
        padding: 16px;
        font-size: 13px;
        color: #ffffff;
        width: calc(100% - 67px - 16px*2);
        width: -webkit-calc(100% - 67px - 16px*2);
        width: -moz-calc(100% - 67px - 16px*2);
    }
    .font10 {
        font-size: 10px;
    }
}


/*搜索*/

.sea {
    background: #f2f3f4;
    height: 44px;
    position: relative;
    width: 100%;
}

.sea-box {
    border-bottom: 1px solid #e1e2e3;
    width: 60%;
    padding-top: 10px;
    margin: 0 auto;
}

.sea-box .searchInput {
    border: 0;
    background: transparent;
    line-height: 24px;
    width: 80%;
    margin: 0 auto;
    vertical-align: bottom;
    outline: none;
    text-align: center;
    font-size: 13px;
}

.sea-box .submitBtn {
    width: 21px;
    height: 18px;
    display: inline-block;
    border: none;
    background: url("../Img/m_Images/sea-icon.jpg");
    background-size: 100%;
    background-repeat: no-repeat;
}

.sea-box .submitBtn input {
    border: 0;
    background: transparent;
    width: 21px;
    height: 18px;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #666666;
    font-size: 13px;
    font-family: "Arial Narrow";
    text-align: center;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
    color: #666666;
    font-size: 13px;
    font-family: "Arial Narrow";
    text-align: center;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #666666;
    font-size: 13px;
    font-family: "Arial Narrow";
    text-align: center;
}

.sea-icon {
    /*    background: url("../Img/m_Images/sea-icon.jpg");*/
    width: 17px;
    height: 15px;
    background-size: 17px;
    display: inline-block;
}


/*导航*/

.nav {
    background: #ffffff;
    line-height: 44px;
    overflow: hidden;
}

.nav li {
    float: left;
    width: 25%;
    text-align: center;
}

.nav li a {
    color: #000000;
    display: block;
}


/*广告*/

.banner_box {
    display: none;
    width: 100%;
    height: 140px;
    margin: 0 auto;
}

.banner_box img {
    width: 100%;
}


/*广告图*/

.banner-box {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.banner-box .banner-lb img {
    width: 100%;
    display: block;
}

.banner-lb a {
    display: block;
}

.banner1-box {
    height: 150px;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.banner-box .focas {
    position: absolute;
    left: 50%;
    top: 120px;
    margin-left: -30px;
    z-index: 10;
    bottom: 160px;
    overflow: hidden;
    height: 21px;
}

.banner-box .focas dd {
    float: left;
}

.banner-box .focas dd a {
    display: inline-block;
    background: url("../m_images/focus1.png");
    width: 10px;
    height: 10px;
    margin-left: 10px;
}

.focas-ac {
    background: url("../m_images/focus.png")!important;
}


/*PC新闻*/

.news {
    display: none;
}


/*mobile新闻*/

.news-title img {
    width: 100%;
}

.top5 {
    margin-top: 5px;
}

.news-box {
    height: 150px;
}

.news-box img {
    width: 94px;
}

.new-txt {
    height: 130px;
    position: relative;
    padding: 10px;
    width: calc(100% - 94px - 10px*2);
}

.new-txt h1 a {
    display: block;
    font-weight: normal;
    font-size: 15px;
    color: #000000;
    padding: 10px 0;
}

.new-txt h1 a:active {
    color: #df0011;
}

.new-txt p {
    font-size: 12px;
    color: #000000;
    line-height: 20px;
}

.bg-gray {
    background: #f7f7f7;
}

.bg-lightgray {
    background: #eeeeee;
}

.narrow {
    background: url("../Img/images/narrow1.png");
    width: 10px;
    height: 11px;
    background-size: 11px;
    display: inline-block;
    position: absolute;
    top: 30px;
    left: -10px;
    z-index: 1;
}

.narrow1 {
    background: url("../Img/images/narrow2.png");
    width: 10px;
    height: 11px;
    background-size: 11px;
    display: inline-block;
    position: absolute;
    top: 110px;
    right: -10px;
    z-index: 1;
}


/*功能区*/

.bottom {
    width: 100%;
    overflow: hidden;
}

.Fund {
    width: 100%;
    background: #fff;
    overflow: hidden;
    padding-top: 10px;
    padding-bottom: 10px;
}

.fun_center ul {
    overflow: hidden;
    border-right: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
}

.fun_center ul li {
    float: left;
    width: 25%;
    border-left: 1px solid #cccccc;
    border-top: 1px solid #cccccc;
    box-sizing: border-box;
    height: 170px;
}

.fun_center ul li a {
    display: block;
    height: 170px;
}

.plus {
    display: none;
}


/*公积金支取8个模块*/

.fun_center ul li a img {
    width: 60%;
}

.fun_center ul li a i,
span,
label {
    display: block;
    text-align: center;
}


/*
.fun_center span{
    display: block;
    text-align: center;
}
*/

.fun_center ul li a i {
    padding-top: 10px;
}

.fun_center ul li a span {
    font-size: 12px;
    color: #000000;
    margin-top: 20px;
}

.fun_center ul li a label {
    font-size: 9px;
    color: #000000;
    margin-top: 4px;
    padding: 0 5px;
}


/* 首页 资讯中心部分*/

.rows_limit h1 a {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.rows_limit p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}


/* 首页 2017体检*/

.examination {
    width: 100%;
    background: url(../Img/images/index1_1_25.png) center no-repeat;
    overflow: hidden;
}

.ex_img {
    width: 100%;
    overflow: hidden;
}

.ex_img img {
    width: 100%;
    display: block;
    margin: 0 auto;
}


/*首页 helo模块*/

.helo-box {
    display: none;
}

.helo-mobile {
    background: #e1e7e3;
    padding: 15px;
}

.helo-mobile img {
    width: 100%;
}

.Mlogin-box {
    text-align: center;
}

.Mlogin {
    background: #df0011;
    color: #ffffff;
    font-size: 12px;
    padding: 5px 10px;
    text-align: center;
    display: inline-block;
}

table,
tr,
td {
    vertical-align: top;
}

.helo-mobile table {
    width: 100%;
    margin: 0 auto;
}

.m_helo {
    background-color: #EDEFEE;
    padding: 10px;
}

.m_helo li h2 {
    color: #df0010;
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 10px;
}

.m_helo li a {
    display: block;
    color: #000000;
    font-size: 10px;
    margin-top: 6px;
}

.m_helo li a:hover {
    color: #df0011;
}


/*footer*/

.footer {
    display: none;
}

.m_foot {
    width: 95%;
    margin: 0 auto;
    padding-top: 10px;
    /*font-family: '微软雅黑';*/
}

.m_foot a {
    color: #000000;
}

.m_foot span {
    font-family: "Arial";
    display: inline-block;
}

.m_foot {
    overflow: hidden;
}

.m_foot img {
    width: 70%;
}

.table_img {
    text-align: right;
}

table {}

table,
tr,
td {
    /*    border: 1px solid red;*/
}

table h1 {
    font-size: 1em;
    color: #000000;
}

td {
    font-size: 0.8em;
    color: #404040;
}

.fon1 {
    text-align: right;
    font-size: 10px;
}


/*销线，form表单*/

.mobile_form {
    width: 100%;
    height: 320%;
    position: absolute;
    z-index: 999;
    left: 0;
    top: 0;
    /*    background-color: red;*/
    background-color: rgba(0, 0, 0, .3);
    display: none;
}

.cancle {
    font-size: 12px;
    color: #ffffff;
    text-align: right;
}

.form_index {
    width: 90%;
    position: fixed;
    left: 5%;
    bottom: 26%;
    border: 1px solid #D70C18;
    background-color: #D70C18;
    border-radius: 10px;
    /*    border: 1px solid blue;*/
    line-height: 20px;
}

.form_index table {
    width: 90%;
    margin: 20px auto;
}

.form_index table tr {}

.xiaoxian {
    background: url("../Img/images/xiaoxian.jpg");
    display: block;
    width: 45px;
    height: 58px;
    margin-top: 1px;
    position: relative;
}

.xiaoxian:hover {
    background: url("../Img/images/xiaoxian-a.jpg");
}

.form_index label {
    display: block;
    font-size: 14px;
    color: #ffffff;
    line-height: 22px;
    word-break: keep-all;
    /* 不换行 */
    white-space: nowrap;
    /* 不换行 */
    text-align: justify;
    text-align-last: justify;
}

.form_index input {
    border: 1px solid gray;
    margin-left: 10px;
}

.form_index .radioLabel {
    display: inline;
}

.sell_submit {
    text-align: center;
    padding-bottom: 15px;
}

.sell_submit input {
    width: 80px;
}


/*版权*/

.copyright {
    width: 100%;
    overflow: hidden;
    border-top: 1px solid #c7c7c7;
    padding: 30px 0;
    border-bottom: 10px solid #df0011;
    background: #ffffff;
}

.cop_cen {
    width: 90%;
    margin: 0 auto;
    text-align: left;
    overflow: hidden;
}

.cop_cen ul li {
    font: 10px/26px;
    color: #404040;
}

.cop_cen ul li span {
    float: left;
}


/**************************************************************************************************/


/*企业服务9块*/

.entry_center {
    margin: 5px 0;
    border-top: 1px solid #dddddd;
}

.entry_center ul li {
    float: left;
    width: 33%;
    border-right: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    box-sizing: content-box;
}

.entry_center ul li a {
    padding: 10px 0;
    display: block;
    height: 110px;
}

.entry_center ul li a span img {
    width: 40%;
    text-align: center;
}

.entry_center ul li a p label {
    color: #000000;
    font-size: 12px;
    text-align: center;
    display: block;
}

.entry_center ul li a p i {
    color: #000000;
    font-size: 9px;
    font-style: normal;
    text-align: center;
    display: block;
    margin: 0 10px;
}


/*企业服务 tag*/

.bottom {
    width: 100%;
}

.box2 {
    width: 100%;
    overflow: hidden;
    background: #e1e7e3;
    margin-top: 5px;
}

.box2_center {
    width: 100%;
    margin: 0 auto;
}

.management_left {
    width: 70%;
    float: left;
    overflow: hidden;
    margin: 10% 0;
    /*    background-color: yellow;*/
}

.management_left li {
    width: 48%;
    height: 48%;
    float: left;
    margin: 0 2% 2% 0;
    cursor: pointer;
}


/*iphone5等小屏*/

@media screen and (max-width: 320px) {
    /*
    .management_left li{
        width: 100px;
        height: 100px;
        float: left;
        margin:0 2% 2% 0;
        cursor: pointer;
    }
*/
}

.management_left .title1 {
    padding-top: 20%;
    text-align: center;
    font-size: 14px;
    color: white;
}

.management_left .title2 {
    padding-top: 8%;
    padding-bottom: 10%;
    text-align: center;
    font-size: 8px;
    color: white;
}

.management_left li {
    /*    height: 220px;*/
}

.li1 {
    background: url(../Img/m_Images/qyfw/management_m01.jpg) center no-repeat;
}

.li2 {
    background: url(../Img/m_Images/qyfw/management_m02.jpg) center no-repeat;
}

.li3 {
    background: url(../Img/m_Images/qyfw/management_m03.jpg) center no-repeat;
}

.li4 {
    background: url(../Img/m_Images/qyfw/management_m04.jpg) center no-repeat;
}

.management_left li a {
    display: block;
}

.banner_right {
    width: 30%;
    float: left;
    overflow: hidden;
    margin-top: 10%;
    background-color: white;
}


/*广告 banner*/

.banner_box2 {
    display: none;
    width: 100%;
    /*    height: 200px;*/
    margin: 0 auto;
}


/*new banner*/

.swiper-container {
    width: 100%;
}


/****************************企业服务_产品页*****************************************/

.pro_h1_m {
    height: 10px;
}

.pro_h2_m {
    height: 20px;
}

.pro_h3_m {
    height: 30px;
}

.pro_h4_m {
    height: 40px;
}

.pro_header {
    background: url(../qycp/Img/m_Images/hr_share_m.jpg) no-repeat;
    background-size: 100%;
    height: 300px;
}

.pro_banner_txfl {}

.pro_header img {
    width: 100%;
}

.pro_header_title {
    text-align: center;
    font-weight: bold;
    color: #DE0011;
    font-size: 2em;
    line-height: 200px;
}

.pro_cpbj_top {
    height: 209px;
    background: url(../qycp/Img/m_Images/cpbj_bg_top.png) no-repeat;
    background-size: 100%;
}

.pro_cpbj_top div {
    padding-top: 15%;
}

.pro_cpbj_bothSides {
    background: url(../qycp/Img/m_Images/cpbj_bothSides.png) repeat-y;
    background-size: 100%;
}

.pro_cpbj_bottom {
    height: 103px;
    background: url(../qycp/Img/m_Images/cpbj_bg_bottom.png) no-repeat;
    background-size: 100%;
}

.pro_cpbj_text {
    width: 78%;
    margin-left: 7%;
    font-size: 0.8em;
    line-height: 250%;
}


/*产品特点*/

.pro_feature_m {
    width: 94%;
    margin: 0 auto;
}

.pro_feature_title_m {
    margin-top: 20px;
    font-size: 16px;
    font-weight: bold;
    line-height: 50px;
}

.pro_feature_m li {
    overflow: hidden;
    width: 49%;
    margin-top: 2%;
}

.pro_feature_bg1 {
    background-color: #F7B721;
}

.pro_feature_bg2 {
    background-color: #E6766A;
}

.pro_feature_bg3 {
    background-color: #2EA8B5;
}

.pro_feature_bg4 {
    background-color: #6D6D6D;
}

.pro_feature_m li img {
    width: 100%;
}

.pro_feature_text_m {
    height: 120px;
    font-size: 0.8em;
    color: #ffffff;
    line-height: 1.7em;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.pro_feature_text_m div {
    width: 90%;
    margin: 0 auto;
}


/*弹性福利*/

.txfl_box1_inner {
    width: 96%;
    margin: 0 auto;
}

.txfl_title {
    font-size: 1em;
    padding: 30px 0;
    font-weight: bold;
}

.txfl_text01 {
    font-size: 0.75em;
}

.txfl_box1_inner .ul2 {
    overflow: hidden;
    margin-top: 20px;
}

.txfl_box1_inner .ul2 li {
    float: left;
    width: 33.33333%;
    /*    height: 80px;*/
    line-height: 50px;
    text-align: center;
    overflow: hidden;
    /*    border: 1px solid blue;*/
}

.txfl_box1_inner .ul2 li .li_box {
    width: 90%;
    margin: 0 auto;
}

.txfl_box1_inner .ul2 .li_box2 td,
.li_box2 {
    font-size: 0.8em;
    color: #FEFEFE !important;
    font-weight: bold;
}

.txfl_box1_inner .li_text {
    font-size: 0.8em;
    line-height: 3em;
}

.txfl_box1_inner .li_text span {
    display: inline;
    font-weight: bold;
}

.txfl_line1 {
    width: 100%;
    height: 3px;
    background-color: #D7D7D7;
}

.txfl_box2 {
    width: 96%;
    margin: 0 auto;
}

.txfl_percent {
    width: 96%;
    margin: 0 auto;
    overflow: hidden;
    /*    border: 1px solid red;*/
}

.txfl_percent li {
    width: 50%;
    overflow: hidden;
}

.txfl_percent_img {
    text-align: center;
    /*    border: 1px solid blue;*/
}

.txfl_percent_img img {
    width: 120px;
}

.percent_text {
    width: 96%;
    margin: 1em auto;
    font-size: 0.7em;
    /*    border: 1px solid purple;*/
}

.txfl_box1_inner2 .ul2 {
    width: 96%;
    margin: 0 auto;
}

.txfl_box1_inner2 .ul2 li {
    float: left;
    width: 33%;
}

.txfl_box1_inner2 .ul2 .fl {
    float: none;
    height: 40px;
    text-align: center;
}

.txfl_box1_inner2 .ul2 img {
    width: 40px;
}

.icon_text01 {
    line-height: 40px;
    font-size: 0.7em;
    text-indent: 0.5em;
}

.txfl_box3 {
    width: 96%;
    margin: 0 auto;
}

.txfl_box3 img {
    width: 100%;
}

.txfl_box3_inner ul {
    width: 100%;
}

.txfl_box3_inner .fl {
    width: 60%;
    float: none;
    margin: 0 auto;
}

.txfl_box3_inner .fr {
    width: 90%;
    float: none;
    margin: 0 auto;
}


/*管理咨询*/

.pro_feature2_m {
    width: 94%;
    margin: 0 auto;
}

.pro_feature2_m li {
    margin-top: 5%;
    width: 100%;
}

.glzx_feature_bg01 {
    background: url(../qycp/Img/m_Images/pro_td01.jpg);
}

.glzx_feature_bg02 {
    background: url(../qycp/Img/m_Images/pro_td02.jpg);
}

.glzx_feature_bg03 {
    background: url(../qycp/Img/m_Images/pro_td03.jpg);
}

.glzx_feature_bg04 {
    background: url(../qycp/Img/m_Images/pro_td04.jpg);
}

.glzx_feature_bg05 {
    background: url(../qycp/Img/m_Images/pro_td05.jpg);
}

.pro_feature_text2_m {
    background-repeat: no-repeat;
    background-position: top right;
    height: 100px;
    font-size: 0.8em;
    line-height: 1.7em;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.pro_feature_bgLight {
    background-color: #f0f0f0;
}

.pro_feature_bgDeep {
    background-color: #e0e0e0;
}

.pro_feature_text2_m div {
    color: #424242;
    float: right;
    margin-left: 14px;
    margin-right: 74px;
}


/*客户价值*/

.pro_khjz_m {
    width: 94%;
    margin: 0 auto;
}

.pro_khjz_m li {
    margin-top: 10px;
}

.khjz_top img {
    width: 100%;
}

.khjz_text {
    height: 56px;
    background-color: #2B5877;
    border-bottom-left-radius: 14px;
    border-bottom-right-radius: 14px;
}

.khjz_text div {
    width: 94%;
    margin: 0 auto;
    color: #ffffff;
    font-size: 0.8em;
    line-height: 1.5em;
}

.khjz_h {
    height: 64px;
}

.glzx_feature_take01 {
    float: left !important;
    width: 30% !important;
}

.glzx_feature_take02 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    font-size: 0.6em;
}


/*管理产品*/

.pro_box3 {
    width: 94%;
    margin: 0 auto;
}

.pro_box3_inner {}

.pro_box3_inner ul {
    width: 100%;
    overflow: hidden;
}

.pro_box3_inner li {
    width: 33%;
    float: left;
}

.pro_box3_inner li div {
    width: 100%;
    margin: 0 auto;
    background: url(../qycp/Img/images/related_product_bg.png) no-repeat;
    background-size: 100%;
    font-size: 0.8em;
    text-align: center;
    /*    line-height: 76px;*/
}

.pro_box3_inner li a {
    color: #ffffff;
}


/****************************员工服务*****************************************/

.entry_center ul {
    overflow: hidden;
}

.yg1,
.yg2 {
    display: block;
    text-align: center;
    font-size: 12px;
    color: #000000;
    font-style: normal;
}

.yg1 {
    margin-top: 20px;
}

.yg2 {
    margin-top: 5px;
}

.yg1 img {
    width: 30%;
}

.entry_center1 {
    border-top: 1px solid #dddddd;
}

.entry_center1 ul li a {
    height: 100px;
}

.m_helo li h2 {
    position: relative;
}

.m_helo li h2 span {
    display: inline-block!important;
    position: absolute;
    top: 2px;
}

.fuli {
    margin-top: 5px;
}

.fuli .fli_center li:first-child {
    display: none;
}

.fuli .fli_center li:last-child {
    margin-right: 0;
}

.fuli .fli_center li {
    float: left;
    width: calc(50% - 5px/2);
    margin-right: 5px;
}

.fuli .fli_center li img {
    width: 100%;
}

.fli-title img {
    width: 100%;
}


/*首页 HELO 模块*/

.index_helo_box {
    background-color: #E1E7E3;
    margin-bottom: 10px;
}

.index_helo_box .index_helo_inner {
    width: 96%;
    margin: 0 auto;
}

.index_three_swiper {
    overflow: hidden;
}

.index_three_swiper li {
    width: 32%;
}

.index_three_swiper .m_helo_li1 {
    float: left;
}

.index_three_swiper .m_helo_li2 {
    float: left;
    margin-left: 2%;
}

.index_three_swiper .m_helo_li3 {
    float: right;
}

.index_three_swiper li img {
    width: 100%;
}


/*员工服务 HELO 模块*/

.ygfw_helo_box {
    width: 100%;
    background-color: #E1E7E3;
}

.helo_inner {
    width: 96%;
    margin: 0 auto;
}

.m_helo_titleImg img {
    width: 100%;
    text-align: center;
}

.m_helo_three {}

.m_helo_three li {
    width: 32%;
    /*    float: left;*/
}

.m_helo_three .m_helo_li1 {
    float: left;
}

.m_helo_three .m_helo_li2 {
    float: left;
    margin-left: 2%;
}

.m_helo_three .m_helo_li3 {
    float: right;
}

.m_helo_three li img {
    width: 100%;
}

.helo_list li {
    background-color: #EDEFEE;
}

.helo_zq_title {
    margin-top: 4%;
    height: 40px;
    background-color: #ffffff;
}

.helo_zq_title div {
    margin-top: 7px;
    height: 25px;
}

.helo_zq_title span {
    display: inline-block;
    font-size: 16px;
}

.helo_icon_text {
    float: left;
    line-height: 25px;
}

.helo_icon {
    float: left;
    padding-left: 5%;
}

.helo_icon img {
    height: 25px;
}

.helo_zq {
    width: 92%;
    margin: 0 auto;
    padding: 5px 0;
}

.helo_zq li {
    text-align: left;
    font-size: 0.8em;
    line-height: 2.3em;
}

.helo_zq li span {
    display: inline;
}

.helo_zq a {
    color: #1D1F1E;
}


/*员工服务 中间banner图*/

.ygfw_mid_banner {
    width: 100%;
    background-color: #ffffff;
    text-align: center;
}

.ygfw_mid_banner_inner {
    padding: 5px 0 0 0;
}

.ygfw_mid_banner img {
    width: 100%;
}


/*员工服务 党员*/

.staff {
    width: 100%;
    overflow: hidden;
    background: #e1e7e3;
    margin-top: 20px;
}

.staff_center {}

.staff ul {
    width: 49%;
    float: left;
    padding: 10px 0;
}

.staff .staff_banner {
    width: 49%;
    padding: 12px 0;
    float: right;
}

.staff li {
    width: 100%;
}

.staff .staff_li1 {
    height: 50%;
    background: url(../Img/m_Images/ygfw/ygfw_dm1.jpg) center no-repeat;
    background-size: 100%;
}

.staff .staff_li2 {
    margin-top: 1px;
    background: url(../Img/m_Images/ygfw/ygfw_dm2.jpg) center no-repeat;
    background-size: 100%;
}


/*隐藏PC端的轮播图*/

.banner_box3 {
    display: none;
}


/*公积金专题*/

#gjj_tab0 {
    display: block;
}

#gjj_tab1,
#gjj_tab2,
#gjj_tab3 {
    display: none;
}

.gjj-bg {
    background: #f7f8f8;
}

.subnav {
    background: #eeeeee;
    height: 23px;
    line-height: 23px;
    overflow: hidden;
    margin: 5px 0;
    padding: 5px 0;
}

.subnav li {
    float: left;
    width: 25%;
}

.subnav li a {
    color: #333333;
    font-size: 13px;
    display: block;
    text-align: center;
    background: url("../Img/m_Images/gjjzt/subnav-bg.png") no-repeat center right;
}

.subnav li:last-child a {
    background: none;
}

.hot {
    display: none;
}

.news_foot_height {
    height: 5px;
}

.gjj-con .gjj-txt {
    width: 56%;
    margin-left: 2%;
}

.gjj-txt_m {
    width: 94% !important;
    margin: 0 auto;
    background: #ffffff;
}

.gjj-con .gjj-txt .gjj-text {
    width: 90%;
    margin: 0 auto;
    color: #020202;
}

.gjj-con .gjj-txt span {
    margin-top: 15px;
    text-align: left;
    padding-bottom: 10px;
    /*
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;    
*/
}

.gjj-con .gjj-txt span a {
    color: #020202;
    font-size: 13px;
}

.gjj-con .gjj-txt .gjj_list_title {
    height: 40px;
    background: url(../Img/m_Images/title_bg01.jpg) no-repeat;
    background-size: 100% 40px;
    width: 100%;
}


/******************temp*******************/


/*
.gjj-con_m .gjj-txt h1 {
    display: block;
    width: 90%;
    margin: 0 auto;
    font-size: 15px;
    color: #000000;
    font-weight: bold;
    line-height: 40px;
    
}
*/


/*
.gjj-con_m {
    position: relative;

    width: 100%;

    margin-top: 10px;
}
*/


/******************temp*******************/

.gjj-con .gjj-txt h1 {
    font-size: 15px;
    color: #000000;
    font-weight: bold;
    margin-top: 5px;
}

.gjj-con {
    position: relative;
    padding-left: 40%;
    margin: 0 15px;
    margin-top: 5px;
}

.gjj-con_m {
    padding-left: 0;
}

.gjj-con_m .gjj-txt h1 {
    display: block;
    width: 90%;
    margin: 0 auto;
    font-size: 15px;
    color: #000000;
    font-weight: bold;
    line-height: 40px;
}

.gjj_click_more {
    text-align: right;
    padding: 18px 10px 10px 0px;
}

.enter {
    font-size: 9px;
    color: #333333;
}


/*公积金转出*/

.gjjzt_gjjzc {
    background: url("../Img/m_Images/gjjzt/gjjzc.jpg") no-repeat;
    background-size: 45%;
}

.gjj3 {
    background: url("../Img/m_Images/gjjzt/gjj3.png") no-repeat;
    background-size: 45%;
}


/*公积金销户支取*/

.gjjzt_xhzc {
    background: url("../Img/images/ygfw/xhzq.jpg") no-repeat;
    background-size: 45%;
}

.sub-news {
    padding: 0 15px 15px;
}

.sub-news li {
    margin-top: 20px;
}

.sub-news li a {
    font-size: 13px;
    color: #333333;
}

.m_footbox {
    background: #ffffff;
}

.mobile_hot_list {
    display: none;
}

.zxzx_hid {
    display: none;
}

.mobile-hot {
    background: url("../Img/m_Images/gjjzt/hot-bg.png") no-repeat;
    background-size: 100%;
    color: #ffffff;
    font-size: 13px;
    position: relative;
    margin-top: 20px;
}

.mobile-hot span {
    position: absolute;
    font-weight: bold;
    left: 15px;
    top: 4px;
}

.mobile-hot img {
    width: 100%;
}


/*************************************生育津贴办理指南**********************************************/

.ab-conbox {
    padding-bottom: 10%;
}

.sy_mode_box {
    width: 92%;
    margin: 0 auto;
}

.sy-content {
    padding: 10px 15px;
    background: #eeeeee;
    border-radius: 10px;
    font-size: 14px;
    line-height: 30px;
}

.sy-title {
    font-size: 16px;
    text-indent: 1em;
    line-height: 35px;
    font-weight: bold;
    padding-top: 2%;
}

.sy-content span {
    margin-right: 5px;
    display: inline;
    color: #df0011;
}


/*保证移动端字体换行*/

.br_switch {
    display: block;
}

.sy_indent1 {
    text-indent: 1em;
}

.sy_indent2 {
    /*    background-color: red;*/
    padding-left: 10%;
}

.sy_indent3 {
    /*    background-color: green;*/
    padding-left: 5%;
}

.m_height {
    height: 20px;
}

.sy-content .sy_addr {
    display: inline;
    color: #df0011;
}

.sy-content label {
    display: inline;
}

.sy-a {
    text-decoration: underline;
    color: #000000;
}

.sy-a:hover {
    color: #df0011;
}

.sy-a1 {
    color: #000000;
}

.sy-a1:hover {
    color: #df0011;
}

.m_left {
    margin-left: 20%;
}

.content {
    background-color: #F8F8F8;
}

.topImg {
    display: none;
}

.sy_title img {
    width: 50%;
}

.sy_title {
    text-align: center;
    background-color: #F8F8F8;
    padding: 5%;
}

.bor-top {
    display: none;
}


/*************************************资讯中心*****************************************************/


/*资讯中心*/

.m-subnav {
    height: auto;
    padding: 0!important;
}

.m-subnav li {
    width: 25%;
    margin: 8px 0;
}

.mlast-nav a {
    background: none!important;
}

.zx-subcon {
    float: left;
    width: calc(100% - 40% - 40px);
}

.zx-con {
    padding-left: 0;
    background: #ffffff;
    border-radius: 5px;
    margin-bottom: 20px;
}

.zx-subcon .sub-foot span {
    margin-top: 10px;
}

.zx-con>.fl-left:first-child {
    display: block!important;
    float: left;
    width: 40%;
    overflow: hidden;
    margin-top: 6px;
    margin-left: 4px;
}


/*
.zx-con>.fl-left:first-child img{
    margin-left:-40%;
}
*/

.zx-con h1 a {
    font-size: 15px;
    color: #000000;
    word-break: break-all;
}

.zx-txt {
    color: #333333;
    font-size: 13px;
    line-height: 20px;
    /*    height: 80px;*/
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.zx_contentBox span {
    display: inline;
    text-align: left;
}

.sub-foot {
    color: #999999;
    font-size: 9px;
}

.sub-foot .fl-left {
    float: left;
}

.sub-foot span {
    display: inline-block;
}

.sub-foot .fl-right {
    float: right;
}

.mzx-ban {
    text-align: center;
    margin: 30px 0;
}

.zx-top {
    margin-top: 20px;
    overflow: hidden;
    ;
}

.of {
    overflow: hidden;
}

#info_tab1,
#info_tab2,
#info_tab3,
#info_tab4,
#info_tab5,
#info_tab6 {
    display: none;
}


/****************************************资讯中心内容模板页**************************************/

.m-subnav {
    /*    height:70px;*/
    padding: 0!important;
}

.m-subnav li {
    margin: 8px 0;
}

.mlast-nav a {
    background: none !important;
}

.zxInfo_subnav {
    background: #eeeeee;
    line-height: 23px;
    overflow: hidden;
}

.zxInfo_subnav li {
    float: left;
    width: 33.3%;
}

.zxInfo_subnav li a {
    color: #333333;
    font-size: 13px;
    display: block;
    text-align: center;
    background: url("../Img/m_Images/gjjzt/subnav-bg.png") no-repeat center right;
}

.zxInfo_subnav li:last-child a {
    background: none;
}

.zc-box {
    width: 90%;
    margin: 0 auto;
    text-align: justify;
    text-justify: inter-ideograph;
}

.zc-box h1 {
    color: #000000;
    font-size: 18px;
    padding: 20px 0;
}

.zc-box p {
    color: #333333;
    font-size: 13px;
    /*    text-indent: 2em;*/
    line-height: 250%;
}

.zc-box p:first-child {
    margin-top: 20px;
}


/*手机端图片显示 宽度*/

.zc-box img {
    max-width: 98%;
    text-align: center;
}

.weibo {
    background: url("../Img/images/weibo.jpg");
    width: 29px;
    height: 33px;
    display: inline-block;
}

.weixin {
    background: url("../Img/images/weixin.jpg");
    width: 29px;
    height: 33px;
    display: inline-block;
}

.kongjian {
    background: url("../Img/images/kongjian.jpg");
    width: 29px;
    height: 33px;
    display: inline-block;
}

.renren {
    background: url("../Img/images/renren.jpg");
    width: 29px;
    height: 33px;
    display: inline-block;
}

.qq {
    background: url("../Img/images/qq.jpg");
    width: 29px;
    height: 33px;
    display: inline-block;
}

.author {
    color: #333333;
    font-size: 10px;
    /*    width: 780px;*/
    margin-top: 1%;
    margin-bottom: 4%;
}

.share {
    float: right;
    /*    display: none;*/
}


/*FESCO媒体*/


/*FESCO媒体*/

.moblie-abbanner {
    background: url("../Img/m_Images/about/mab-banner.png");
    background-position: top center;
    background-repeat: no-repeat;
    height: 150px;
    background-size: 100%;
}

.moblie-abbanner div {
    height: 33%;
}

.moblie-abbanner .bgImg {
    height: 34%;
    font-size: 1.5em;
    text-align: center;
    font-weight: bold;
    color: #df0011;
    line-height: 150px;
}

.ab-title {
    background: #eeeeee;
    border-radius: 4px;
    font-size: 13px;
    color: #df0011;
    padding: 5px 10px;
}

.mt-con {
    margin: 15px;
}

.ab-content {
    margin: 6px 0 20px 0;
    border-radius: 4px;
    padding: 10px;
    background: #eeeeee;
}

.ab-content .fl-left {
    float: left;
    width: 30%;
}

.ab-content .fl-left img {
    width: 100%;
}

.ab-content .fl-right {
    float: right;
    width: calc(70% - 20px);
}

.ab-p {
    padding: 10px;
    padding-top: 0;
    font-size: 13px;
}

.ab-p h2 {
    font-size: 13px;
    font-weight: bold;
}

.ab-p p {
    margin-top: 5px;
    line-height: 20px;
}


/*服务机构*/

.mab-conbox {
    padding: 15px;
}

.mab-subnav {
    border-radius: 4px;
    margin: 0;
    line-height: 20px!important;
}

.mab-subnav li {
    width: 25%;
}

.bm-mode {
    margin: 15px;
    border-bottom: 1px dashed #dddddd;
    padding-bottom: 5px;
}

.bm-mode h2 {
    font-size: 13px;
    font-weight: bold;
}

.bm-mode p {
    font-size: 13px;
    margin-top: 4px;
}


/*客户寄语*/

.jy-box p {
    font-size: 13px;
    color: #000000;
    border-bottom: 1px dashed #c0c0c0;
    padding-bottom: 10px;
    margin-top: 10px;
    line-height: 22px;
}

.mab_conbox {
    padding: 15px;
}


/*入职指南*/

.icon {
    text-align: center;
}

.Quit .icon img {
    width: 40%;
}

.item {
    border-radius: 4px;
    background: #eeeeee;
    margin: 20px 13px;
    padding: 10px 5px;
    font-size: 14px;
    color: #000000;
    line-height: 20px;
    overflow: hidden;
}

.item img {
    display: none;
}

.item-left {
    float: left;
    margin-left: 10px;
}

.item-right {
    float: right;
    width: 80%;
}

.item-right ul li {
    margin-top: 10px;
}

.item-right ul li:first-child {
    margin-top: 0;
}

.item-right ul li a {
    color: #000000;
}

.item-right span {
    display: inline-block;
    font-size: 15px;
    margin-right: 5px;
}

.item-right strong {
    font-weight: normal;
}

.m_Qi_img {
    text-align: center;
    margin: 20px 13px;
}

.m_Qi_img img {
    width: 100%;
}

.Qi_img {
    display: none;
    ;
}

.qgyw {
    display: none;
}


/*产品1*/

.pc-head {
    display: none;
}

.mobile-cphead {
    background: #df0011;
    color: #ffffff;
    font-size: 13px;
    height: 78px;
}

.back {
    text-align: right;
    font-size: 9px;
    margin-bottom: 10px;
}

.back a {
    color: #ffffff;
}

.mobile-cphead .fl-right {
    padding: 10px;
    box-sizing: content-box;
    text-align: right;
}

.mobile-cphead .fl_left img {
    height: 78px;
}

.cp-banner {
    background: url("../Img/m_Images/cp1/cp-banner.jpg") top center;
    background-repeat: no-repeat;
    background-size: 100%;
}

.cptd-bg {
    overflow: hidden;
}

.mobile-cpbg {
    padding: 0 15px;
}

.mobile-cpbg h1 {
    font-size: 16px;
    color: #000000;
    margin: 15px 0 10px 0;
    font-weight: bold;
}

.mobile-cpbg p {
    font-size: 13px;
    line-height: 22px;
}

.mobile-bg {
    background: #f7f8f8;
}

.dian_pro,
.ban_pro,
.dtop,
.pro_te,
.pro_te1,
.dian_pro1 {
    display: none;
}

.cptd-bg li {
    background: #e7e7e7;
    border-radius: 10px;
    float: left;
    width: calc(100%/2 - 10px/2);
    box-sizing: border-box;
    height: 150px;
    margin-top: 10px;
}

.xuh {
    text-align: right;
    color: #ffffff;
    font-size: 25px;
    position: relative;
}

.xuh img {
    width: 60%;
    margin-left: 40%;
}

.xuh span {
    position: absolute;
    top: 6px;
    right: 5px;
}

.cp-txt {
    font-size: 13px;
    color: #3c3838;
    padding: 0 10px 20px 10px;
}

.left10 {
    margin-left: 10px;
}

.cptd-bg1 li {
    float: none;
    width: 100%;
    height: 80px;
}

.cptd-bg1 .xuh img {
    width: 30%;
}

.cptd-bg1 .cp-txt {
    margin-top: -45px;
    width: 80%;
}

.wpro_body {
    padding: 15px;
    margin-bottom: 30px;
}

.nwtext_body {
    overflow: hidden;
}

.nwtext_body span {
    display: inline-block;
}

.nwtext_body li {
    float: left;
    margin-top: 10px;
}

.nwtext_body li a {
    font-size: 13px;
    color: #000000;
}

.mobile-cptitle {
    font-size: 16px;
    color: #000000;
    margin: 15px 0 10px 0;
    font-weight: bold;
}


/*离职指南*/

.zhinan {
    margin: 20px 15px;
}

.zhinan h1 {
    font-size: 13px;
    color: #000000;
    font-weight: bold;
    margin-bottom: 5px;
    padding-left: 10px;
}

.ztext_bofy {
    background: #eeeeee;
    border-radius: 8px;
}

.ztext_bofy li {
    display: inline-block;
    margin-left: 10px;
    padding: 10px 0;
}

.ztext_bofy li a {
    color: #000000;
    font-size: 14px;
}

.dis {
    display: none!important;
}


/***************************************************关于FESCO等7个页面********************************************************/

.about_fesco {
    height: auto;
    padding: 0!important;
}

.about_fesco ul li {
    width: 25%;
    margin: 8px 0;
}


/***************************************************公司简介********************************************************/

.companyIntro {
    color: #333333;
    font-size: 14px;
    text-indent: 2em;
    line-height: 35px;
    padding-top: 0;
}

.companyIntro div {
    padding-top: 20px;
}

.companyIntro .video {
    text-align: center;
    /*    width: 100%;*/
    /*
    width: 80%;
    padding: 30px 0;
    margin: 0 auto;

*/
}

.companyIntro .video video {
    display: block;
    width: 90%;
    margin: 0 auto;
}


/*************************************************企业文化**********************************************/

.companyCulture_conbox {
    background-color: #F8F8F8;
    padding-bottom: 2%;
}

.culure-box {
    width: 80%;
    margin: 0 auto;
    padding-top: 1%;
    font-size: 14px;
    color: #333333;
}

.culure-box h3 {
    margin-top: 30px;
    font-size: 14px;
    color: #333333;
    font-weight: bold;
}

.culure-box p {
    margin-top: 1%;
}


/*************************************************荣誉见证**********************************************/

.scrollContainer {
    width: 100%;
    float: left;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-overflow: ellipsis;
}

.m_honor_nav {
    height: 22px;
    background: #eeeeee;
    line-height: 22px;
    overflow: hidden;
}

.m_honor_nav ul {
    overflow: hidden;
    /*    width: 180%;*/
    width: 600px;
}

.m_honor_nav ul li {
    float: left;
    /*    background-color: yellow;*/
}

.m_honor_nav ul li a {
    display: block;
    font-size: 12px;
    color: #000000;
    padding: 2px 15px;
    /*    width: 20%;*/
    text-align: center;
    /*    background-color: red;*/
}

.m_honor_nav ul li a:hover {
    color: #df0011;
}

.arr {
    display: none;
}

#arr_left {
    float: left;
    margin-left: 10px;
}

#arr_right {
    float: right;
    margin-right: 10px;
}

.rongyu {
    padding-top: 25px;
    color: #333333;
    font-size: 13px;
    line-height: 25px;
}

.rongyu li {
    margin-top: 3%;
    border-bottom: 1px dotted #656565;
}

.rongyu li a {
    display: block;
    color: #333333;
    padding-bottom: 2%;
}

.rongyu li a:hover {
    color: #df0011;
}

#year_2015,
#year_2014,
#year_2013,
#year_2012,
#year_2011,
#year_2010,
#year_2009 {
    display: none;
}


/*************************************************公积金支取*************************************************/

.gjj-lis {
    padding: 10px;
}

.gjj-lis a {
    color: #000000;
    font-size: 14px;
    display: block;
    overflow: hidden;
}

.gjj-lis a p {
    float: left;
}

.gjj-lis a span {
    float: right;
}

.qy_img {
    display: none;
    text-align: center;
}

.qy_img img {
    width: 40%;
}


/***************************************************产品2********************************************************/

.m_foreign {
    background-color: #F8F8F8;
}

.mban_pro {
    display: none;
}

.ban_pro1 {
    display: block;
    width: 90%;
    margin: 0 auto;
    overflow: hidden;
}

.wtop,
.wlg_logo {
    display: none;
}

.foreignBox1 {
    /*    width: 1157px;*/
    margin: 0 auto;
    font-size: 14px;
    color: #464444;
    line-height: 25px;
}

.ban_pro .banLeft {
    float: left;
}

.ban_pro .banRight {
    /*    width: 577px;*/
    height: 434px;
    margin-top: 76px;
    background: url("../Img/images/wjr/foreign2.jpg") center;
    background-size: 100%;
    float: left;
}

.ban_pro .banRight div {
    margin-left: 130px;
    margin-top: 90px;
    /*    border: 1px solid red;*/
}


/*为什么选择我们*/

.foreignBox2 {
    /*    width: 1000px;*/
    margin: 0 auto;
    padding-bottom: 30px;
}

.forTitle {
    /*    width: 90%;*/
    margin: 0 auto;
    height: 80px;
    margin: 0 auto;
}

.forTitleLeft {
    /*    width: 90px;*/
    height: 80px;
    float: left;
}

.forTitleLeft img {
    width: 70px;
}

.forTitleRight {
    /*    height: 90px;*/
    /*    margin-left: 10px;*/
    /*    background-color: yellow;*/
    float: left;
    font-size: 16px;
    font-weight: bold;
    line-height: 70px;
    color: #000000;
}

.forText {
    /*    width: 900px;*/
    /*    background-color: greenyellow;*/
    margin: 0 auto;
    font-size: 14px;
    line-height: 25px;
    color: #3c3838;
}

.rightCode {
    text-align: right;
}

.rightCode img,
.leftCode img {
    width: 30px;
}


/*提交表单*/

.ban_pro1 {
    width: 90%;
    margin: 0 auto;
    overflow: hidden;
}

.ban_pro2 {
    width: 100%;
    overflow: hidden;
}

.m_formSubmit {
    width: 100% !important;
    background-color: #EEEEEE !important;
}

table,
tr,
td {
    /*    border: 1px solid red;*/
}

.ban_protext {
    width: 90% !important;
    margin: 0 auto;
}

.ban_protext table {
    width: 100%;
}

.ban_protext td {
    color: #4f5054;
    margin-right: 5px;
    padding: 5px 0;
}

.ban_protext td p {
    font: normal 14px/30px;
    clear: both;
    display: block;
}

.ban_protext td input,
.ban_protext td select {
    width: 90%;
    font: 10px/30px;
    height: 25px;
    border: 1px solid #ccc;
    background: #fff;
    padding-left: 4px;
    outline: none;
}

.ban_protext td select {
    height: 27px;
}

.ban_protext,
.aab_port {
    width: 100%;
    margin: 0 auto;
    padding: 30px 0;
    display: block;
}

.aab_port {
    margin: 0 auto;
    font: bold 14px/30px;
}

.aab_port textarea {
    width: 98%;
    font: 16px/30px;
    height: 300px;
    border: 1px solid #ccc;
    background: #fff;
    outline: none;
}

.btn_ab {
    width: 100px;
    height: 30px;
    border: 1px solid #df0011;
    background: #fff;
    font: 14px/30px;
    color: #df0011;
    display: block;
    margin: 0 auto;
    margin-top: 30px;
}


/*产品2  （处理cms可视化编辑器的问题改为table）*/

.cp2_table {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 0;
    background-color: #fff;
    padding: 5px 20px;
}

.cp2_table img {
    padding: 0;
}

.cp2_font1 {
    font-size: 16px;
    line-height: 100px;
    color: #4f5054;
    text-align: left;
}

.cp2_font2 {
    font-size: 14px;
    line-height: 30px;
    color: #3c3838;
}


/**********答疑中心***********/


/*答疑中心*/

.as_top,
.as_down {
    display: none;
}

.Answer {
    padding: 15px;
    width: 92%;
}

.question p {
    overflow: hidden;
    padding: 0 15px;
}

.question p strong {
    float: left;
    font-size: 14px;
    color: #000000;
}

.question p a {
    float: right;
    font-size: 13px;
    color: #000000;
}

.Qtext {
    background: #eeeeee;
    border-radius: 8px;
    padding: 15px;
    margin-top: 5px;
}

.Qtext li {
    margin-top: 15px;
}

.Qtext li:first-child {
    margin-top: 0;
}

.Qtext li a {
    color: #000000;
    font-size: 14px;
}

.Qtext li a span {
    display: inline-block;
    margin-right: 5px;
}


/*网站地图*/

.map-content {
    padding: 0 15px;
}

.map-content .ab-content {
    padding: 10px 30px;
}

.map-content .ab-content ul {
    width: 50%;
    float: left;
    padding-bottom: 20px;
}

.map-content .ab-content ul h1 {
    color: #000000;
    font-size: 14px;
    font-weight: bold;
}

.map-content .ab-content ul a {
    color: #000000;
    font-size: 14px;
}

.map-content .ab-content ul li {
    padding: 10px 0;
}

.height283 {
    height: 283px;
}

.map-content .ab-title {
    margin-top: 5px;
    font-weight: bold;
}

.moblie-mapbanner {
    background: url("../Img/m_Images/wzdt/wzdt-banner.jpg");
    background-position: top center;
    background-repeat: no-repeat;
    height: 150px;
    background-size: 100%;
}


/*********************/


/*************************************全国分支机构**************************************/

#chongqing,
#zhejiang,
#shengzhen,
#suzhou,
#anhui,
#fujian,
#jiangsu,
#henan,
#qingdao,
#shanxi,
#guangdong,
#sichuan,
#jinan,
#dalian,
#shanxi2,
#tianjing,
#hubei,
#hebei,
#jiangxi,
#yunnan {
    display: none;
}

.areaSelect {
    display: none;
}

.m_areaSelect {
    background: #eeeeee;
    padding: 10px 0;
}

.moblie-jgbanner {
    text-align: center;
    ;
}

.moblie-jgbanner img {
    width: 100%;
}

.innerSelect {
    text-align: center;
}

.innerSelect select {
    background: #fcfcfc;
    height: 26px;
}

.qtext_body {
    background: #f7f8f8;
    padding-bottom: 20px;
}

.qte_center {
    color: #333333;
    font-size: 14px;
    line-height: 24px;
    margin: 30px 15px;
}

.qte_center span {
    color: #df0011;
    display: inline-block;
}

.cb {
    margin-top: 20px;
}

.cb strong {
    margin-left: 34px;
}

.qte_center p {
    text-indent: 2em;
}

.qte_center p span {
    text-indent: 0;
}

.ban_proe {
    background: #ffffff;
    padding: 20px 0;
}

.fwxm-title img {
    display: block;
    margin: 0 auto;
    width: 50%;
}

.fwxm {
    margin-left: 30%;
}

.fwxm li {
    background: url("../Img/images/fzjg/fwxm-bg.png") no-repeat center left;
    padding-left: 20px;
    margin-top: 15px;
    font-size: 13px;
}

.ban_pros {
    background: #f7f8f8;
    padding: 20px 0;
}

.fwxm-txt {
    color: #333333;
    font-size: 13px;
    padding: 20px 15px;
    line-height: 24px;
    text-indent: 26px;
}


/**********************************正文模板页******************************/

.textBox {
    background-color: #F7F7F7;
}

.mainbody {
    width: 84%;
    margin: 0 auto;
    /*    background-color: rebeccapurple;*/
}

.mainbody h1 {
    color: #000000;
    font-size: 16px;
    padding: 20px 0;
}

.article_box {
    padding: 20px 0 30px 0;
    text-align: justify;
    text-justify: inter-ideograph;
}

.article_box p {
    color: #333333;
    font-size: 14px;
    line-height: 36px;
}

.article_box span {
    display: inline;
    text-align: left;
}

.article_box img {
    max-width: 100% !important;
}

.articleTop {
    color: #333333;
    font-size: 12px;
    width: 100%;
    padding: 5px 0 5px 0;
}

.article_author {
    font-size: 10px;
    float: left;
    width: 80%;
}

.article_share {
    text-align: right;
    width: 40%;
    float: right;
}


/**********************************列表模板页******************************/

.newListBox {
    background-color: #F8F8F8;
    width: 100%;
}

.newListBox2 {
    /*    background-color: red;*/
    padding: 0 0 20px 0;
    overflow: hidden;
    margin: 5px 12px 10px 12px;
}

.listBox3 {
    width: 98%;
    margin: 0 auto;
    margin-top: 10px;
    background-color: #ffffff;
    display: block;
    color: #000000;
    /*    background-color: greenyellow;*/
}

.listBox4 {
    width: 92%;
    margin: 0 auto;
    /*    background-color: yellow;*/
}

.listBox4 h1 {
    font-weight: bold;
    font-size: 14px;
}

.listBox4 .paragraph {
    font-size: 14px;
    color: #333333;
    /*  控制显示两行，多余的点点点*/
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.listBox3_search {
    width: 98%;
    margin: 0 auto;
    margin-top: 10px;
    background-color: #ffffff;
    display: block;
    color: #000000;
    /*    background-color: greenyellow;*/
}

.listBox4_search {
    width: 92%;
    margin: 0 auto;
    /*    background-color: yellow;*/
}

.listBox4_search h1 {
    font-weight: bold;
    font-size: 14px;
}

.listBox4_search .paragraph {
    font-size: 14px;
    color: #333333;
}

.listBox4_search h3 a {
    color: #333333;
}

.listBox4_search h3 a:hover {
    color: #333333;
}

.title_articleInfo {
    overflow: hidden;
    padding: 20px 0;
}

.title_articleInfo .title {
    float: left;
}

.title_articleInfo .dateInfo {
    display: none;
}

.title_articleInfo .readInfo {
    display: none;
}

.m_articleInfo {
    padding: 5% 0;
    overflow: hidden;
    font-size: 10px;
}

.m_articleInfo .m_dateInfo {
    float: left;
}

.m_articleInfo .m_readInfo {
    float: left;
    margin-left: 30px;
}


/*******************FESCO研究院******************************/

.m_hide,
.yjy_top,
.yjy_box7 {
    display: none;
}

.m_yjy_banner img {
    width: 100%;
}

.yjy_content {
    width: 100%;
    margin: 0 auto;
    /*    margin-top: 600px;*/
}


/*导航标题*/

.yjy_nav {
    background-color: #EEEEEE;
    margin-bottom: 20px;
}

.yjy_nav ul {
    width: 98%;
    overflow: hidden;
    margin-left: 2%;
}

.yjy_nav ul li {
    width: 33.3%;
    float: left;
    color: #666666;
    font-size: 0.9em;
    text-indent: 1em;
    line-height: 30px;
    text-align: left;
    background: url(../Img/m_Images/gjjzt/subnav-bg.png) no-repeat center right;
}

.yjy_nav ul .mlast-nav {
    background: none !important;
    text-align: center;
    text-indent: 0;
}

.yjy_nav ul .mid_navTitle {
    text-indent: 2em;
}

.yjy_box {
    width: 94%;
    margin: 0 auto;
}

.yjy_box .leftImg {
    text-align: center;
}

.yjy_box .leftImg img {
    width: 100%;
}

.rightNews .newsTitle {
    /*    height: 60px;*/
    margin-top: 5%;
    font-size: 1.1em;
    font-weight: bold;
    line-height: 2.6em;
    text-align: center;
    border: none;
    border-top: 1px solid #D0D0D0;
    border-bottom: 1px solid #D0D0D0;
    color: #000000;
}

.rightNews .newsIntro {
    padding-top: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-size: 0.9em;
}

.rightNews .btn {
    width: 30%;
    height: 30px;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 14px;
    text-align: center;
    line-height: 30px;
    background-color: #004EA1;
}

.rightNews .btn a {
    color: #ffffff;
}


/*带线的标题*/

.mobile_title {
    margin: 20% 0;
}

.yjy_content {
    background-color: #F8F8F8;
}

.yjy_content .line1 {
    width: 100%;
    margin-top: 30px;
    border: none;
    border-top: 1px solid #D0D0D0;
    /*    border: 1px solid gray;*/
}

.yjy_content .boxTitle {
    width: 30%;
    height: 30px;
    margin: 0 auto;
    margin-top: -18px;
    font-size: 1em;
    /*font-family: '微软雅黑';*/
    line-height: 30px;
    background-color: #333333;
    color: #ffffff;
    text-align: center;
}

.yjy_content .more {
    width: 30%;
    float: right;
    margin-right: 4%;
    margin-top: -16px;
    /*    background-color: greenyellow;*/
}

.yjy_content .more a {
    font-size: 14px;
    text-align: left;
    color: #666666;
}

.yjy_doubleLine .title {
    font-size: 1em;
    font-weight: bold;
    text-align: center;
    line-height: 30px;
}

.border_top_bottom {
    border-top: 1px solid #D0D0D0;
    border-bottom: 1px solid #D0D0D0;
}

.leftList li {
    margin-top: 5%;
    line-height: 1.5em;
    font-size: 0.9em;
}

.m_yjy_footer {
    margin: 30px 0 50px 0;
}

.m_yjy_footer td {
    font-size: 0.8em;
    line-height: 2em;
    font-weight: bold;
    color: #000000;
}

.m_yjy_footer a {
    color: #000000;
}


/*专家团队*/

.yjy_doubleLine {
    margin-top: 10px;
    border-top: 1px solid #D0D0D0;
    border-bottom: 1px solid #D0D0D0;
    text-align: center;
    font-size: 1em;
    font-weight: bold;
    line-height: 2.4em;
}

.expertIntro {
    padding-top: 20px;
    padding-bottom: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    font-size: 0.9em;
}

.yjy_pc_imgScroll {
    width: 360px;
    margin: 0 auto;
}

#lastImg {
    width: 20px;
    height: 80px;
    background-image: url(../Img/images/fescoyjy/left.png);
    background-repeat: no-repeat;
    background-position: center center;
}

#nextImg {
    width: 20px;
    height: 80px;
    background-image: url(../Img/images/fescoyjy/right.png);
    background-repeat: no-repeat;
    background-position: center center;
}

.swiper-container img {
    /*    width: 80px;*/
}

.perScro {
    width: 300px;
    margin: 0 auto;
    text-align: center;
}

.activeBorder {
    width: 78px;
    height: 78px;
    margin: 0 auto;
    margin-top: -88px;
    border: 6px solid #EAEBE6;
}

.h30 {
    height: 30px;
}

.yjy_box2,
.yjy_box3,
.yjy_box4,
.yjy_box5 {
    display: none;
}


/*****************************************页面轮播图和头图*************************************************/

.upTitle {
    display: none;
}


/********************************党群园地************************************/

.dt_header {
    text-align: center;
    font-size: 0px;
}

.dt_header img {
    width: 100%;
}

.dt_top_img img {
    width: 100%;
}

.td_container {
    margin: 0 auto;
    overflow: hidden;
    background-color: #F7F9F8;
}

.dt_newsTItle {
    font-size: 16px;
    line-height: 40px;
    font-weight: bold;
    color: #c71a16;
}

.dt_box {
    width: 94%;
    margin: 0 auto;
    margin-top: 10px;
}

.dt_content {
    background-color: #ffffff;
}

.td_container .dt_topNews {
    overflow: hidden;
    /*    width: 550px;*/
}

.dt_topNews .left {
    float: left;
    width: 40%;
}

.dt_topNews .left img {
    width: 100%;
}

.dt_topNews .right {
    width: 55%;
    float: right;
}

.topNews_title {
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.topNews_title a {
    color: #000000;
}

.topNews_des {
    margin-top: 10px;
    font-size: 12px;
    line-height: 18px;
    color: #747474;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.dt_news {
    width: 96%;
    margin: 0 auto;
    padding: 10px 0;
}

.dt_news li {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.dt_news a {
    font-size: 14px;
    line-height: 26px;
    color: #000000;
}

.height80 {
    height: 80px;
}


/*分类导航样式 公积金专题等页面*/

.classify_nav {
    font-size: 12px;
    color: #777777;
    text-align: left !important;
    margin: 15px;
}

.classify_nav div span {
    text-align: left;
}


/*# 员工服务   公积金指南*/

.ygfw_list_box {
    width: 94%;
    margin: 2% auto;
    background-color: #ffffff;
    border-radius: 5px;
    padding-bottom: 5%;
}

.ygfw_list_head_title {
    height: 40px;
    background: url(../Img/m_Images/title_bg01.jpg) no-repeat;
    background-size: 100% 40px;
    width: 100%;
}

.ygfw_list_head_title h1 {
    font-size: 0.9em;
    font-weight: bold;
    padding-left: 4%;
    line-height: 40px;
}

.ygfw_list_titles {
    margin-top: 2%;
}

.ygfw_list_titles div {
    margin-left: 4%;
    margin-top: 2%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.ygfw_list_titles a {
    font-size: 0.8em;
    color: #000000;
    line-height: 2em;
}

.ygfw_click_more {
    text-align: right
}

.ygfw_click_more a {
    font-size: 0.7em;
    padding: 1em;
    color: #333333;
}


/*党群园地举报*/

.jubao-pc {
    display: none;
}

.jubao-m {
    background: #df0012;
    width: 100%;
    padding-left: 20px;
    line-height: 1.5;
    font: 12px;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.9);
    text-align: left;
    padding: 10px;
}
/*2019官网改版*/
.formula{
    width:100%;
    background: #ffffff;
    border:1px solid #f1f1f1;
}
.formula-img{
    text-align: center;
    padding:20px 0;
}
.formula-img img{
    width:calc(100% - 20px);
    margin:0 auto;
}
.formula-txt{
    color:#3e3a39;
    font-size:13px;
    margin:0 10px;
    padding-bottom:20px;
}
.formula-txt::before{
    background:#e60012;
    width:14px;
    height:14px;
    content: "";
    display: inline-block;
    margin-right:6px;
}
.productmodebox{
    background:#e1e7e3;
    padding:10px 0;
}
.productsubbox{
    width:calc(100% - 20px);
    margin:0 auto;
}
.productbox{
    background: #f6f6f6;
    height:240px;
    padding:5px;
    width:100%;
}
.productbox h3{
    margin-top:0;
    padding-top:10px;
    color:#e60012;
    font-weight:bold;
    font-size:18px;
}
.productbox .product-mode{
    font-size:13px;
    line-height: 2;
    font-weight:bold;
    color:#323232;
}
.col-md-2, .col-md-6{
    padding-left:5px!important;
    padding-right:5px!important;
    margin-top:10px;
}
.row{
    margin-left:-5px!important;
    margin-right:-5px!important;
}
.service-box{
    width:calc(100% - 20px);
    margin:0 auto;
}
.service-box .row{
    margin-top:20px;
}
.service-box  img{
    width:100%;
}
.service-title{
    font-size:20px;
    color:#323232;
    font-weight:bold;
    margin-top:10px;

}
.service-text{
    font-size:14px;
    color:#646464;
    margin-top:5px;
}
.service-item{
    color:#323232;
    margin-top:10px;
}
.service-item::before{
    content:"";
    width:13px;
    height:13px;
    background: #e60012;
    display: inline-block;
    margin-right:5px;
}
.pc-dis{
    display: none;
}
.qy-subnav{
    position: absolute;
    width:90px;
    top:44px;
    z-index:10;
    left:5px;
}
.qy-subnav dd a{
    display: block;
    line-height: 40px;
    height:40px;
    text-align: center;
    color:#000000;
    font-size:15px!important;
    background: #ffffff;
}
.qy-subnav dd a:hover{
    text-decoration: none;
}
.dd-active{
    background:#df0011!important;
    color:#ffffff!important;
}
.nav{
    overflow:inherit!important;
}
.nav:after{
    content:"";
    display: block;
    clear: both;
}
.xiala{
    margin-left:5px;
}
.heloapp-icon .col-md-3{
    text-align: center;
    margin:15px 0;
    font-size:16px;
    color:#323232;
}
.heloapp-icon .col-xs-6{
    text-align: center;
    font-size:16px;
    color:#323232;
}
.heloapp-txt{
    margin-top:15px;
}
.tan{
    border-top:1px solid #e60012;
    border-left:1px solid #e60012;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    -moz-border-radius: 3px;
    width:90%;
    margin:10px auto;
}
.tan td{
    border-bottom:1px solid #e60012;
    border-right:1px solid #e60012;
    height:70px;
    text-align:left;
    padding:10px;
    font-size:15px;
    color:#323232;
}
.tan td:first-child{
    text-align:center; 
    padding-left:0;
}
.platform-box{
    width:100%;
    background:#ffffff;
    margin:0 auto;
}
.plat-title{
    text-align: center;
    padding:20px 0;
}
.plat-title img{
    width:80%;
}
.plat-explan{
    background: #f4f4f4;
    padding:10px;
    margin:0 10px;
}
.plat-explan .plat-top{
    color:#323232;
    font-size:16px;
    font-weight:bold;
}
.plat-explan .plat-top::before{
    width:15px;
    height:15px;
    background: #df0011;
    display: inline-block;
    content:"";
    margin-right:5px;
}
.plat-explan .plat-bottom{
    color:#323232;
    font-size:14px;
    margin-top:10px;
}
/*调整后期样式*/
.nav li a{
    padding:0!important;
    font-size:15px;
}
.m_foot table{
    border-collapse:separate!important;
    border-spacing: 10px!important;
}
.m_foot table h1{
    padding:0;
    margin:0;
    height:24px;
    line-height: 24px;
    font-size:14px;
}
.m_foot table tr{
    height:23px;
}
.m_foot table td{
    font-size:13px;
    height:23px;
    table-layout: fixed;
}
.cop_cen ul{
    margin-bottom:0;
}
.table_img li{
    height:73px;
}
.head-txt{
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
}