:root {
    --color-primary: #e60012;
    --color-secondary: #FF9A3F;
    --color-third: #e60012;
    --color-bg:#f5f7fa;
    --color-black:#0b1531;
    --color-text-grey:#596380;
    --color-text:#1c1f21;
}
@font-face{
    font-family:digfont;
    src:url('../font/dig.ttf');
}
@font-face{
    font-family:'zhengzhun';
    src:url('../font/zhengzhun.ttf');
}
@font-face{
    font-family:'siyuansongti';
    font-display: swap;
    src:url('../font/siyuansongti.otf');
}
.renhe-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1500;
    font-size: 1.4rem;
    margin-bottom: 0;
    border-bottom: 1px solid #e0eaff;
}

.renhe-main {
    position: relative;
    height: 100%;
    background: var(--color-bg);
    margin-left: auto;
    margin-right: auto;
}
.renhe-main-bottom-nav {
    position: relative;
    background: #ededed;
    padding-top: 74px;
    padding-bottom:55px;
}
.renhe-main-pc {
    position: relative;
    height: 100%;
}
/*.renhe-main {
    position: relative;
    height: 100%;
    padding-top: 74px;
    background: #e6e7ea;
 }

 .renhe-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}

.renhe-content-body {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}
.renhe-content-footer {

}*/

.renhe-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    padding-top: 110px;
}

.renhe-content-m {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    padding-top: 80px;
}

.renhe-content-body {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}
.renhe-content-footer {

}

.renhe-container-m{
    /*max-width: 560px;*/
    margin-left: auto;
    margin-right: auto;
}


.renhe-border{
    border: solid 1px #DEDEDE;
}
.renhe-border-grey{
    border: solid 1px #e8e8e8;
}
.renhe-border-top-no{
    border: solid 1px #e8e8e8;
    border-top: none;
}
.renhe-border-left{
    border-left: solid 1px #eeeeee;
}
.renhe-border-top-none{
    border-top: none;
}
.renhe-border-orange{
    border:solid 1px #ff9c00;
}
.renhe-border-green{
    border:solid 1px #0aba08;
}
.renhe-border-darkgreen{
    border: solid 1px #439043;
}
.renhe-border-bottom-none{
    border-bottom: none;
}
.renhe-border-light{
    border: solid 1px #EEEEEE;
}
.renhe-border-right{
    border-right: solid 1px #EEEEEE;
}
.renhe-border-table-light{
    border-top: solid 1px #EEEEEE;
    border-right: solid 1px #EEEEEE;
    border-bottom: solid 1px #EEEEEE;
}
.renhe-border-bottom-1{
    border-bottom: solid 1px #eeeeee;
}
/*圆角*/
.renhe-border-radius-sm{
    border-radius: 3px;
}
.renhe-border-radius{
    border-radius: 5px;
}
.renhe-border-radius-left{
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
}
.renhe-border-radius-top{
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.renhe-border-radius-bottom{
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.renhe-border-radius-top-lg{
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.renhe-border-radius-top-xl{
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}
.renhe-border-radius-top-left-lg{
    border-top-left-radius: 10px;
}
.renhe-border-radius-top-left-xl{
    border-top-left-radius: 15px;
}
.renhe-border-radius-top-right-lg{
    border-top-right-radius: 10px;
}
.renhe-border-radius-top-right-xl{
    border-top-right-radius: 15px;
}
.renhe-border-radius-bottom-lg{
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.renhe-border-radius-lg{
    border-radius: 10px;
}
.renhe-border-radius-left-lg{
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
}
.renhe-border-radius-right-lg{
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
}

.renhe-border-radius-left-20{
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

.renhe-border-round{
    border-radius: 50%;
}
.renhe-border-none{
    border: none;
}

.renhe-border-effect{
    border: solid 5px transparent;
}

/*.renhe-border-effect:hover{
    box-sizing: border-box;
    border: solid 5px #DDDDDD;
}*/

.renhe-text-white{
    color: #ffffff;
}
.renhe-text-primary{
    color: var(--color-primary);
}
.renhe-text-secondary{
    color: var(--color-secondary);
}
.renhe-text-third{
    color: var(--color-third);
}
.renhe-text-primary-light{
    color: #ffe1d1;
}
.renhe-text-default{
    color: var(--color-text);
}
.renhe-text-default-light{
    color: #777777;
}
.renhe-text-dark{
    color: #333333;
}
.renhe-text-light{
    color: #999999;
}
.renhe-text-light-secondary{
    color: #9fa3b0;
}
.renhe-text-yellow-super{
    color: #ffff00;
}
.renhe-text-green-super{
    color: #00ff00;
}
.renhe-text-orange{
    color: #F37B1D;
}
.renhe-text-orange-light{
    color: #ff552e;
}
.renhe-text-green{
    color: #0aba08;
}
.renhe-text-blue{
    color: #00bef1;
}
.renhe-text-red{
    color: #f86161;
}
.renhe-text-yellow{
    color: #f2c92b;
}
.renhe-text-purple{
    color: #da69ce;
}
.renhe-text-darkgreen{
    color: #439043;
}
.renhe-text-weixin{
    color: #46c11b;
}
.renhe-text-grey{
    color: #a1a2a3;
}
.renhe-text-darkblue{
    color:#5b6a91;
}
.renhe-text-black{
    color: #000;
}
.renhe-text-annbey{
    color: #f75a53;
}

.renhe-font-dig{
    font-family: "digfont";
}
.renhe-font-size-10{
    font-size: 10px;
}
.renhe-font-size-12{
    font-size: 12px;
}
.renhe-font-size-14{
    font-size: 14px;
}
.renhe-font-size-15{
    font-size: 15px;
}
.renhe-font-size-16{
    font-size: 16px;
}
.renhe-font-size-17{
    font-size: 17px;
}
.renhe-font-size-18{
    font-size: 18px;
}

.renhe-font-size-20{
    font-size: 20px;
}
.renhe-font-size-22{
    font-size: 22px;
}
.renhe-font-size-24{
    font-size: 24px;
}
.renhe-font-size-25{
    font-size: 25px;
}
.renhe-font-size-28{
    font-size: 28px;
}
.renhe-font-size-32{
    font-size: 32px;
}
.renhe-para{
    text-indent: 2em;
}
/*图标大小*/
.renhe-icon-size-18{
    width: 18px;
    height: 18px;
    object-fit: cover;
}
.renhe-icon-size-20{
    width: 20px;
    height: 20px;
    object-fit: cover;
}
.renhe-icon-size-24{
    width: 24px;
    height: 24px;
    object-fit: cover;
}
.renhe-icon-size-32{
    width: 32px;
    height: 32px;
    object-fit: cover;
}
.renhe-icon-size-38{
    width: 38px;
    height: 38px;
    object-fit: cover;
}
.renhe-icon-size-50{
    width: 50px;
    height: 50px;
    object-fit: cover;
}
.renhe-icon-size-55{
    width: 55px;
    height: 55px;
    object-fit: cover;
}
.renhe-icon-size-60{
    width: 60px;
    height: 60px;
    object-fit: cover;
}
.renhe-icon-size-65{
    width: 65px;
    height: 65px;
    object-fit: cover;
}

.renhe-icon-size-70{
    width: 70px;
    height: 70px;
    object-fit: cover;
}

.renhe-icon-size-75{
    width: 75px;
    height: 75px;
    object-fit: cover;
}

.renhe-icon-size-85{
    width: 85px;
    height: 85px;
    object-fit: cover;
}

.renhe-icon-size-100{
    width: 100px;
    height: 100px;
    object-fit: cover;
}

.renhe-icon-size-125{
    width: 125px;
    height: 125px;
    object-fit: cover;
}

.renhe-icon-size-150{
    width: 150px;
    height: 150px;
    object-fit: cover;
}

.renhe-icon-size-180{
    width: 180px;
    height: 180px;
    object-fit: cover;
}

.renhe-icon-size-w180h200{
    width: 180px;
    height: 200px;
    object-fit: cover;
}

.renhe-icon-size-w220h250{
    width: 220px;
    height: 250px;
    object-fit: cover;
}


.renhe-icon-size-200{
    width: 200px;
    height: 200px;
    object-fit: cover;
}
/*背景颜色*/
.renhe-bg-green{
    background-color: #0aba08;
}
.renhe-bg-blue{
    background-color: #00bef1;
}
.renhe-bg-red{
    background-color: #f86161;
}
.renhe-bg-orange{
    background-color: #F37B1D;
}
.renhe-bg-white{
    background-color: #ffffff;
}
.renhe-bg-yellow{
    background-color: #f2c92b;
}
.renhe-bg-purple{
    background-color: #da69ce;
}
/*网站背景色*/
.qicai-bg-red{
    background-color: #db3922;
}
.qicai-bg-orange{
    background-color: #e28633;
}
.qicai-bg-yellow{
    background-color: #e2d062;
}
.qicai-bg-green{
    background-color: #239742;
}
.qicai-bg-cyan{
    background-color: #18aeaf;
}
.qicai-bg-blue{
    background-color: #1668b1;
}
.qicai-bg-purple{
    background-color: #5a2e7d;
}
.renhe-bg-primary{
    background-color: var(--color-primary);
}
.renhe-bg-primary-light{
    background-color: #ffe1d1;
}
.renhe-bg-primary-dark{
    background-color: #f66000;
}
.renhe-bg-secondary{
    background-color: var(--color-secondary);
}
.renhe-bg-third{
    background-color: var(--color-third);
}
.renhe-bg-weixin{
    background-color: #46c11b;
}
.renhe-bg-grey{
    background-color: #dddddd;
}
.renhe-bg-grey-dark{
    background-color: #eeeeee;
}
.renhe-bg-grey-light{
    background-color: #cccccc;
}
/*深黑蓝*/
.renhe-bg-darkblackblue{
    background-color: #313246;
}
.renhe-border-primary{
     border: solid 3px var(--color-primary);
 }
.renhe-border-red{
    border: solid 1px #E60012;
}
.renhe-bg-black{
    background: #000000;
}
.renhe-bg-copyright{
    background: #232830;
}
.renhe-bg-black-alpha{
    background-color: rgba(0,0,0,0.3);
}
.renhe-bg-black-alpha-lg{
    background-color: rgba(0,0,0,0.7);
}
.renhe-bg-white-alpha{
    background-color: rgba(255,255,255,0.3);
}
.renhe-bg-white-alpha-lg{
    background-color: rgba(255,255,255,0.7);
}
.renhe-shadow{
    -webkit-box-shadow: 0 12px 20px 0 rgb(95 101 105 / 15%);
    box-shadow: 0 12px 20px 0 rgb(95 101 105 / 15%);
}

.renhe-shadow-lg{
    -moz-box-shadow:0 0 15px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}

.am-container-login {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1rem;
    padding-right: 1rem;
    max-width: 960px;
    width: 960px !important; max-width: none;
}


/*手机导航阴影*/
.renhe-shadow-nav {
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.05);
    /*-moz-box-shadow:  0px 3px 8px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.1);
    -o-box-shadow:  0px 3px 8px rgba(0, 0, 0, 0.1);
    -ms-box-shadow:  0px 3px 8px rgba(0, 0, 0, 0.1);*/
}

/*禁止文本选中*/
.renhe-text-unselect{
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Chrome/Safari/Opera */
    -khtml-user-select: none; /* Konqueror */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none;
}

/*默认箭头光标*/
.renhe-cursor-default{
    cursor:default;
}
.renhe-cursor-pointer{
    cursor:pointer;
}

.renhe-img-width{
    width: 100%;
    object-fit: cover;
}

.renhe-img-cover{
    object-fit: cover;
}

.renhe-img-gray {
    -webkit-filter:grayscale(100%);
    -moz-filter:grayscale(100%);
    -ms-filter:grayscale(100%);
    -o-filter:grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
}

/*横排公司logo*/
.renhe-img-height-logo-h{
    height: 60px;
    width: auto;
}

.renhe-triangle-topright {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 12px 12px 0;
    border-color: transparent #f66000 transparent transparent;
}

/*后台面包屑导航间距*/
.renhe-padding-breadcrumb{
    padding: 14px;
}
.renhe-padding-7{
    padding: 7px;
}
.renhe-padding-4{
    padding: 4px;
}
.renhe-padding-3{
    padding: 3px;
}
.renhe-padding-15{
    padding: 15px;
}
.renhe-padding-horizontal-20{
    padding-left:20px;
    padding-right:20px;
}
.renhe-padding-vertical-3{
    padding-top:3px;
    padding-bottom:3px;
}
.renhe-padding-vertical-50{
    padding-top:50px;
    padding-bottom:50px;
}
.renhe-padding-vertical-14{
    padding-top:14px;
    padding-bottom:14px;
}
.renhe-padding-top-4{
    padding-top: 4px;
}
.renhe-padding-top-5{
    padding-top: 5px;
}
.renhe-padding-top-9{
    padding-top: 9px;
}
.renhe-padding-top-10{
    padding-top: 10px;
}
.renhe-padding-top-15{
    padding-top: 15px;
}
.renhe-padding-top-20{
    padding-top: 20px;
}
.renhe-padding-top-74{
    padding-top: 74px;
}
.renhe-padding-bottom-10{
    padding-bottom: 10px;
}
.renhe-padding-bottom-15{
    padding-bottom: 15px;
}
.renhe-padding-bottom-20{
    padding-bottom: 20px;
}
.renhe-padding-2{
    padding: 2px;
}
.renhe-padding-1{
    padding: 1px;
}
.renhe-padding-horizontal-4{
    padding-left: 4px;
    padding-right: 4px;
}
.renhe-padding-horizontal-6{
    padding-left: 6px;
    padding-right: 6px;
}
.renhe-padding-horizontal-10{
    padding-left: 10px;
    padding-right: 10px;
}
.renhe-margin-5{
    margin: 5px;
}
.renhe-margin-left--5{
    margin-left: -5px;
}
.renhe-margin-top--5{
    margin-top: -5px;
}
.renhe-margin-top--10{
    margin-top: -10px;
}
.renhe-margin-top--50{
    margin-top: -50px;
}
.renhe-margin-top--60{
    margin-top: -62px;
}
.renhe-margin-top-10{
    margin-top: 10px;
}
.renhe-margin-top-12{
    margin-top: 12px;
}
.renhe-margin-top-13{
    margin-top: 13px;
}
.renhe-margin-top-15{
    margin-top: 15px;
}
.renhe-margin-top-17{
    margin-top: 17px;
}
.renhe-margin-top-18{
    margin-top: 18px;
}
.renhe-margin-top-20{
    margin-top: 20px;
}
.renhe-margin-top-25{
    margin-top: 25px;
}
.renhe-margin-top-30{
    margin-top: 30px;
}
.renhe-margin-top-50{
    margin-top: 50px;
}
.renhe-margin-top-75{
    margin-top: 75px;
}
.renhe-margin-top-100{
    margin-top: 100px;
}
.renhe-margin-top-9{
    margin-top: 9px;
}
.renhe-margin-top-8{
    margin-top: 8px;
}
.renhe-margin-top-7{
    margin-top: 7px;
}
.renhe-margin-top-5{
    margin-top: 5px;
}
.renhe-margin-top-3{
    margin-top: 3px;
}
.renhe-margin-top-2{
    margin-top: 2px;
}
.renhe-margin-top-1{
    margin-top: 1px;
}
.renhe-margin-top--3{
    margin-top: -3px;
}
.renhe-margin-vertical-3{
    margin-top: 3px;
    margin-bottom: 3px;
}
.renhe-border-transparent{
    border: solid 1px transparent;
}

/*加粗*/
.renhe-weight-bold{
    font-weight: 700;
}
.renhe-weight-normal{
    font-weight: normal;
}

/*行高*/
.renhe-line-height-sm{
    line-height: 1rem;
}
/*行高*/
.renhe-line-height{
    line-height: 2.3rem;
}
/*行高*/
.renhe-line-height-lg{
    line-height: 3rem;
}
.renhe-line-height-50{
    line-height: 50px;
}

/*行内样式*/
.renhe-inline{
    display:inline;
}

/*顶部导航条高度*/
.renhe-height-topbar{
    height: 65px;
}
/*高度*/
.renhe-height-5{
    height: 5px;
}
/*高度*/
.renhe-height-4{
    height: 4px;
}
.renhe-height-logo{
    height: 55px;
}
/*顶部导航条高度 电脑版*/
.renhe-height-nav{
    height: 65px;
}
.renhe-height-32{
    height: 32px;
}
.renhe-height-30{
    height: 30px;
}
.renhe-height-35{
    height: 35px;
}
.renhe-height-40{
    height: 40px;
}
.renhe-height-50{
    height: 50px;
}
.renhe-height-60{
    height: 60px;
}
.renhe-height-70{
    height: 70px;
}
.renhe-height-74{
    height: 74px;
}
.renhe-height-75{
    height: 75px;
}
.renhe-height-80{
    height: 80px;
}
.renhe-height-85{
    height: 85px;
}
.renhe-height-90{
    height: 90px;
}
.renhe-height-100{
    height: 100px;
}
.renhe-height-150{
    height: 150px;
}
.renhe-height-200{
    height: 200px;
}
.renhe-height-180{
    height: 180px;
}
.renhe-height-107{
    height: 107px;
}
.renhe-height-115{
    height: 115px;
}
.renhe-height-120{
    height: 120px;
}
.renhe-height-140{
     height: 140px;
 }
.renhe-height-220{
    height: 220px;
}
.renhe-height-250{
    height: 250px;
}
.renhe-height-350{
    height: 350px;
}
.renhe-height-400{
    height: 400px;
}
.renhe-height-405{
    height: 405px;
}
.renhe-height-410{
    height: 410px;
}
.renhe-height-450{
    height: 450px;
}
.renhe-height-475{
    height: 476px;
}

.renhe-bg-side-left{
    background-color: #cccedc;
}
.renhe-width-side-left{
    width: 200px;
}
.renhe-width-30{
    width: 30px;
}
.renhe-width-40{
    width: 40px;
}
.renhe-width-50{
    width: 50px;
}
.renhe-width-70{
    width: 70px;
}
.renhe-width-75{
    width: 75px;
}
.renhe-width-100{
    width: 100px;
}
.renhe-width-120{
    width: 120px;
}
.renhe-width-150{
    width: 150px;
}
.renhe-width-160{
    width: 160px;
}
.renhe-width-200{
    width: 200px;
}
.renhe-width-250{
    width: 250px;
}
.renhe-width-300{
    width: 300px;
}
.renhe-width-400{
    width: 400px;
}
.renhe-width-800{
    width: 800px;
}
.renhe-width-max{
    max-width: 100%;
}

.renhe-hover-underline:hover{
    text-decoration:underline;
}

.renhe-article-avatar{
    width:30px;
    height:30px;
    object-fit: cover;
}

.renhe-fit{
    object-fit: cover;
}

.renhe-para{
    text-indent: 2em;
}

/*行数*/
.renhe-line-1{
    word-wrap: normal;
    /* for IE */
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
/*描述占据2行*/
.renhe-line-2{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-height: 1.75em;
    -webkit-line-clamp: 2;
    max-height: 3.5em;
    height: 3.5em;
}

/*描述占据3行*/
.renhe-line-3{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-height: 2em;
    -webkit-line-clamp: 3;
    max-height: 6em;
    height: 6em;
}

/*描述占据4行*/
.renhe-line-4{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-height: 2em;
    -webkit-line-clamp: 4;
    max-height: 8em;
    height:8em;
}

/*描述占据5行*/
.renhe-line-5{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-height: 1.5em;
    -webkit-line-clamp: 5;
    max-height: 7.5em;
    height:7.5em;
}

/*描述占据6行*/
.renhe-line-6{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-height: 1.5em;
    -webkit-line-clamp: 6;
    max-height: 9em;
    height:9em;
}

/*动画延迟*/
.renhe-animation-duration-10{
    animation-duration:10s;
}

.renhe-avatar-icon {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    margin-right: 6px;
    overflow: hidden;
}

.renhe-wordwrap{
    word-wrap:break-word;
}

.am-animation-delay-10 {
    -webkit-animation-delay: 10s;
    animation-delay: 10s;
}

.renhe-login-panel{
    padding-top: 1%;
}

.renhe-layout-bottom{
    postion:absolute;
    botton:0px;
}




/*装饰图标*/
.renhe-title-flag::before{
    content:'';
    border-left: solid 5px var(--color-primary);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-right: 8px;
}
.renhe-flag
{
    width: 5px;
    height: 15px;
    position: absolute;
    left: 0px;
    top: 15px;
    background: #46c11b;
    border-radius: 5px;
}

.renhe-flag-sm
{
    width: 5px;
    height: 15px;
    position: absolute;
    left: 0px;
    top: 13px;
    background: #f39800;
    border-radius: 5px;
}

/*自定义tab*/
.renhe-tab{
    padding: 0px;
}

.renhe-tab li{
    display: inline;
    list-style:none; /* 去掉ul前面的符号 */
    padding: 2px; /* 与内部元素的距离为0 */
    font-size: 14px;
}

.renhe-tab li a:hover,
.renhe-tab li a:focus{
    border-bottom: solid 3px #FF6B17;
    padding-bottom: 2px;
    font-weight: bold;
}

.renhe-tab-active{
    color: #FF6B17;
    border-bottom: solid 3px #FF6B17;
    padding-bottom: 2px;
    font-weight: bold;
}

/*自定义list*/
.renhe-list{
    padding: 0px;
}

.renhe-list li{
    list-style:none; /* 去掉ul前面的符号 */
    padding: 5px 1px; /* 与内部元素的距离为0 */
    font-size: 14px;
}

.renhe-list li a:hover,
.renhe-list li a:focus{
    /*border-bottom: solid 3px #FF6B17;
    padding-bottom: 2px;
    font-weight: bold;*/
}

/*置顶职位list*/
.renhe-post-list{
    padding: 3px;
}

.renhe-post-list li{
    list-style:none; /* 去掉ul前面的符号 */
    padding: 4px 1px; /* 与内部元素的距离为0 */
    font-size: 14px;
}

.renhe-post-list li a:hover,
.renhe-post-list li a:focus{
    /*border-bottom: solid 3px #FF6B17;
    padding-bottom: 2px;
    font-weight: bold;*/
}

/*职位列表list*/
.renhe-job-list{
    padding: 0px 5px;
}

.renhe-job-list li{
    list-style:none; /* 去掉ul前面的符号 */
    padding: 8px 0px; /* 与内部元素的距离为0 */
    border-bottom: solid 1px #f2f2f2;
}

.renhe-job-list li:last-child{
    border-bottom: none;
}

.renhe-grid li{
    text-align: center;
    margin-top: 15px;
}

p{
    margin-bottom: 1rem;
}

.am-slider-d3 {
    margin-bottom: 10px;
    -webkit-box-shadow: none;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
    /* Control Nav */
}

.weui-cells {
    margin-top: 1.17647059em;
    background-color: #fff;
    line-height: 1.47058824;
    font-size: 17px;
    overflow: hidden;
    position: relative
}

.weui-cells:before {
    top: 0;
    border-top: 1px solid #e5e5e5;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaleY(.5);
    transform: scaleY(.5)
}

.weui-cells:after,
.weui-cells:before {
    content: " ";
    position: absolute;
    left: 0;
    right: 0;
    height: 1px;
    color: #e5e5e5;
    z-index: 2
}

.weui-cells:after {
    bottom: 0;
    border-bottom: 1px solid #e5e5e5;
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
    -webkit-transform: scaleY(.5);
    transform: scaleY(.5)
}

.weui-cells__title {
    margin-top: .77em;
    margin-bottom: .3em;
    padding-left: 15px;
    padding-right: 15px;
    color: #999;
    font-size: 14px
}

.weui-cells__title+.weui-cells {
    margin-top: 0
}

.weui-cells__tips {
    margin-top: .3em;
    color: #999;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 14px
}

.weui-cell {
    padding: 10px 15px;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.weui-cell:before {
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 1px;
    border-top: 1px solid #e5e5e5;
    color: #e5e5e5;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaleY(.5);
    transform: scaleY(.5);
    left: 15px;
    z-index: 2
}

.weui-cell:first-child:before {
    display: none
}

.weui-cell_primary {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start
}

.weui-cell__bd {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1
}

.weui-cell__ft {
    text-align: right;
    color: #999
}

.weui-cell_swiped {
    display: block;
    padding: 0
}

.weui-cell_swiped>.weui-cell__bd {
    position: relative;
    z-index: 1;
    background-color: #fff
}

.weui-cell_swiped>.weui-cell__ft {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    color: #fff
}

.weui-cell_select {
    padding: 0
}

.weui-cell_select .weui-select {
    padding-right: 30px
}

.weui-cell_select .weui-cell__bd:after {
    content: " ";
    display: inline-block;
    height: 6px;
    width: 6px;
    border-width: 2px 2px 0 0;
    border-color: #c8c8cd;
    border-style: solid;
    -webkit-transform: matrix(.71, .71, -.71, .71, 0, 0);
    transform: matrix(.71, .71, -.71, .71, 0, 0);
    position: relative;
    top: -2px;
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -4px
}

.weui-select {
    -webkit-appearance: none;
    border: 0;
    outline: 0;
    background-color: transparent;
    width: 100%;
    font-size: inherit;
    height: 45px;
    line-height: 45px;
    position: relative;
    z-index: 1;
    padding-left: 15px
}

.weui-cell_select-before {
    padding-right: 15px
}

.weui-cell_select-before .weui-select {
    width: 105px;
    box-sizing: border-box
}

.weui-cell_select-before .weui-cell__hd {
    position: relative
}

.weui-cell_select-before .weui-cell__hd:after {
    content: " ";
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    bottom: 0;
    border-right: 1px solid #e5e5e5;
    color: #e5e5e5;
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
    -webkit-transform: scaleX(.5);
    transform: scaleX(.5)
}

.weui-cell_select-before .weui-cell__hd:before {
    content: " ";
    display: inline-block;
    height: 6px;
    width: 6px;
    border-width: 2px 2px 0 0;
    border-color: #c8c8cd;
    border-style: solid;
    -webkit-transform: matrix(.71, .71, -.71, .71, 0, 0);
    transform: matrix(.71, .71, -.71, .71, 0, 0);
    position: relative;
    top: -2px;
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -4px
}

.weui-cell_select-before .weui-cell__bd {
    padding-left: 15px
}

.weui-cell_select-before .weui-cell__bd:after {
    display: none
}

.weui-cell_select-after {
    padding-left: 15px
}

.weui-cell_select-after .weui-select {
    padding-left: 0
}

.weui-cell_vcode {
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0
}

.weui-vcode-btn,
.weui-vcode-img {
    margin-left: 5px;
    height: 45px;
    vertical-align: middle
}

.weui-vcode-btn {
    display: inline-block;
    padding: 0 .6em 0 .7em;
    border-left: 1px solid #e5e5e5;
    line-height: 45px;
    font-size: 17px;
    color: #3cc51f
}

button.weui-vcode-btn {
    background-color: transparent;
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
    outline: 0
}

.weui-vcode-btn:active {
    color: #52a341
}

.renhe-border-width-1{
    border-width: 1px;
}
.renhe-border-width-2{
    border-width: 2px;
}

.am-icon-xs:before{font-size:125%;vertical-align:-10%}

.renhe-panel{
    background-color: #fff;
    border: solid 0px #EEEEEE;
    padding: 10px;
    position: relative;
}

/*PC版导航菜单
网站首页 公司简介 新闻中心
移动到菜单背景颜色变化
*/
.renhe-menu-nav{
    width: 100%;
    height: 70px;
    margin: 0 auto;
}

.renhe-menu-nav li{
    display: inline;
    height: 70px;
    padding: 0 2px;
}

.renhe-menu-nav li a{
    display: inline-block;
    padding: 0 20px;
    height: 70px;
    line-height: 70px;
    color: #FFF;
    font-size: 16px;
}

.renhe-menu-nav li a:hover,
.renhe-menu-nav li a:focus{
    background: var(--menu-fore-color);
    color: #fff;
}

.renhe-menu-nav .active a{
    background: var(--menu-fore-color);
    color: #fff;
}

/*PC版导航菜单
网站首页 公司简介 新闻中心
移动到菜单背景颜色变化
*/
.renhe-menu-nav-2 ul{
    width: 100%;
    margin: 0 auto;
    line-height: 90px;
}

.renhe-menu-nav-2 ul li{
    float: left;
    position:relative;
    display: inline;
}

.renhe-menu-nav-2 ul li a{
    display: inline-block;
    padding: 0 19px;
    color: #000;
    font-size: 16px;
}

.renhe-menu-nav-2 ul li a:hover,
.renhe-menu-nav-2 ul li a:focus{
    background: var(--color-primary);
    color: #fff;
}

.renhe-menu-nav-2 ul .active{
    background: var(--color-primary);
    color: #fff;
}

.renhe-menu-nav-2 ul .active > a{
    color: #fff;
}

.renhe-menu-nav-2 ul li ul {
    position:absolute;
    top:90px;
    display:none;
}
.renhe-menu-nav-2 ul li ul li {
    float:none;
    padding: 0px;
    z-index: 999;
    width: 94px;
    text-align: center;
}
.renhe-menu-nav-2 ul li ul li a{
    background:#fff;
    border-top: solid 1px #f6f6f6;
    height: 40px;
    line-height: 40px;
    z-index: 999;
    width: 102px;
    text-align: center;
    padding-left: 0px;
    padding-right: 0px;
}

.renhe-menu-nav-2 ul li:hover ul {
    display:block;
}

/*单页*/
.renhe-menu-nav-3 ul{
    width: 100%;
    margin: 0 auto;
    line-height: 79px;
}

.renhe-menu-nav-3 ul li{
    float: left;
    position:relative;
    display: inline;
}

.renhe-menu-nav-3 ul li a{
    display: inline-block;
    padding: 0 15px;
    color: #000000;
    font-size:16px;
}

.renhe-menu-nav-3 ul li a:hover,
.renhe-menu-nav-3 ul li a:focus{
    color: #e60012;
    font-weight: 500;
}

.renhe-menu-nav-3 ul .active{
    color: #e60012;
    font-weight: 500;
}

.renhe-menu-nav-3 ul .active > a{
    color: #e60012;
    font-weight: 500;
}

.renhe-menu-nav-3 ul .active > a:after {
    content: '';
    position: absolute;
    bottom: -1px;
    display: inline-block;
    width: 62px;
    height: 5px;
    background-color: var(--color-primary);
    border-radius: 10px;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
}

/*二级菜单样式*/
.renhe-menu-nav-3 ul li ul {
    position:absolute;
    top:80px;
    display:none;
}
.renhe-menu-nav-3 ul li ul li {
    float:none;
    padding: 0px;
    z-index: 999;
    width: 94px;
    text-align: center;
}
.renhe-menu-nav-3 ul li ul li a{
    background:#fff;
    border-top: solid 1px #f6f6f6;
    height: 45px;
    line-height: 45px;
    z-index: 999;
    width: 102px;
    text-align: center;
    padding-left: 0px;
    padding-right: 0px;
}

.renhe-menu-nav-3 ul li:hover ul {
    display:block;
}

.renhe-menu-nav-mobile{
    list-style-type: none;
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-flex-wrap:nowrap;
    -ms-flex-wrap:nowrap;
    flex-wrap:nowrap;
    -webkit-box-pack:justify;
    -webkit-justify-content:space-between;
    -ms-flex-pack:justify;
    justify-content:space-between;
    background:#eeeeee;
    padding:0;
    overflow:auto;
    overflow-y: hidden;
}
.renhe-menu-nav-mobile>li{
    -webkit-box-flex:1;
    -webkit-flex:1 0 auto;
    -ms-flex:1 0 auto;
    flex:1 0 auto;
    color:white;
    padding:10px;
    text-align: center;
}

.renhe-menu-nav-mobile .active{
    background:var(--color-primary);
}

.renhe-menu-nav-mobile .active a{
    color: #ffffff;
}

/*菜单导航*/
/*.renhe-menu-nav{
    width: 100%;
    height: 100px;
    margin: 0 auto;
    text-align: center;
}

.renhe-menu-nav li{
    display: inline;
    font-size: 17px;
    line-height: 80px;
    padding: 0;
    margin: 0 20px;
    color: #000;
}

.renhe-menu-nav li:hover{
    color: #ff6a00;
}

.renhe-menu-nav li.active{
    color: #ff6a00;
}*/

/*菜单1 菜单2 菜单3 菜单4 加下划线样式tab*/
/*菜单导航*/
.renhe-tab-nav{
    width: 100%;
    height: 25px;
    margin: 0 auto;
    text-align: center;
}

.renhe-tab-nav li{
    display: inline;
    height: 35px;
    padding: 0;
    padding-bottom: 10px;
    margin: 0 15px;
}

.renhe-tab-nav li.active{
    color: #46c11b;
    font-weight: bold;
    border-bottom: solid 3px #46c11b;
}

.renhe-active{
    color: var(--color-primary);
}

/*wangeditor编辑器*/
.w-e-toolbar{
    background-color: #ffffff;
    border: none;
}


