@charset "utf-8";a,abbr,acronym,address,applet,b,big,blockquote,body,caption,cite,code,dd,del,dfn,div,dl,dt,em,fieldset,font,form,h1,h2,h3,h4,h5,h6,html,iframe,ins,kbd,label,legend,li,object,ol,p,pre,q,s,samp,small,span,strike,strong,sub,sup,table,tbody,td,tfoot,th,thead,tr,tt,ul,var{
    margin:0;
    padding:0;
    font-family: "Hiragino Sans GB", "Microsoft Yahei UI", "Microsoft Yahei", 微软雅黑, "Segoe UI", Tahoma, 宋体b8b体, SimSun, sans-serif;
}
li{
    list-style: none;
}
/* 头部展示 */
.header{
    padding: 15px 0;
}
.header .header_box,.header .header_box .nav ul{
    display: flex;
    justify-content: space-between;
}
.header .header_box .logo{
    width: 18%;
}
.header .header_box .nav{
    width: 55%;
}
.header .header_box .tel{
    padding-left: 55px;
    background: url(../images/tel.png) no-repeat left center;
    width: 16%;
}
.header .header_box .nav ul li{
    line-height: 60px;
    font-size: 16px;
    position: relative;
    width: 100%;
}
.header .header_box .nav ul li a{
    display: block;
    color: #222222;
    font-size: 18px;
}
.header .header_box .nav ul li a:hover,.active{
    color: #88bc4c !important;
}
.header .header_box .nav ul li .fir_icon{
    font-size: 12px;
    padding-left: 5px;
    color: #545454;
}
.header .header_box .nav ul li>div{
    background-color: #88bc4c;
    position: absolute;
    top: 100%;
    right: 20px;
    z-index: 9;
    padding: 10px 0;
    border-radius: 5px;
    width: 100%;
}
.header .header_box .nav ul li>div .nav-next li a {
    color: #fff;
    text-align: center;
}
.header .header_box .nav ul li>div .nav-next li a:hover{
    color: #222222 !important;
}
.header .nav-next> li {
    padding: 0 10px;
    height: 40px;
}
.header .nav-next> li a {
    display: block;
    font-size: 14px;
    line-height: 40px;
}
.header .header_box .tel span{

}
.header .header_box .tel p{
    font-size: 18px;
    color: #282828;
    line-height: 23px;
}
.two_nav .iconfont{
    position: absolute;
    top: -18px;
    left: 42%;
    margin-left: -6px;
    font-size: 18px;
    color: #88bc4c;
    margin: -15px 2px 0 0;
}
/*banner*/
.index_banner .swiper-container {
    width: 100%;
    height: 100%;
}
.index_banner .swiper-slide {
    background-position: center;
    background-size: cover;
}
.index_banner img{
    width: 100%;
    display: block;
}
.index_banner .swiper-pagination-bullet{
    width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 100%;
    opacity: 0.95;
}
.index_banner .swiper-pagination-white .swiper-pagination-bullet-active{
    background: #88bc4c;
    opacity: 1;
    border:0;
}
/* 关于我们 */
.cont1{
    position: relative;
    height: 450px;
}
.cont1 .c_about{
    display: flex;
    justify-content: space-between;
    padding: 60px 20px;
    background: #fff;
    position: absolute;
    top: -40px;
    z-index: 99;
    width: 1200px;
    border-radius: 15px;
    align-items: center;
}
.cont1 .c_about .c_about_l,.cont2 .c_industry_box .c_industry_r{
    width: 50%;
}
.cont1 .c_about .c_about_l img,.cont2 .c_industry_box .c_industry_r img{
    width: 100%;
    display: block;
}
.cont1 .c_about .c_about_r{
    vertical-align: middle;
}
.cont1 .c_about .c_about_r,.cont2 .c_industry_box .c_industry_l{
    width: 47%;
    margin-top: 0;
}
.cont1 .c_about .c_about_r h3,.cont2 .c_industry_box .c_industry_l h3{
    font-size: 25px;
    color: #666666;
    font-weight: bold;
}
.cont1 .c_about .c_about_r p{
    color: #666666;
    font-size: 16px;
    text-align: justify;
}
.cont2 .c_industry_box .c_industry_l p{
    color: #666666;
    font-size: 16px;
    line-height: 30px;
    text-align: justify;
}
.cont1 .c_about .c_about_l img{
    height: 400px;
    object-fit: cover;
}
.cont1 .c_about .c_about_r h3{
    margin-bottom: 20px;
    font-size: 22px;
}
.cont2 .c_industry_box .c_industry_l h3{
    margin-bottom: 20px;
}
.cont1 .c_about .c_about_r a,.cont2 .c_industry_box .c_industry_l a{
    width: 150px;
    line-height: 40px;
    height: 40px;
    display: block;
    background: #ee5a2f;
    text-align: center;
    color: #fff;
    font-size: 16px;
    border-radius: 5px;
    margin-top: 30px;
}
/* 横图动态数据 */
.show_num {
    width: 100%;
    margin: 0 auto;
    background:url(../images/s_bg.png) no-repeat center;
}
.show_num .show_num_cont {
    padding: 100px 0;
    display: flex;
    justify-content: center;
}
.box {
    width: 1200px;
    margin: 0 auto;
}
.show_num .show_num_cont .num_content {
    width: 300px;
    text-align: center;
    border-right: 1px solid #ffffff;
}
.show_num .show_num_cont .num_content p {
    font-size: 14px;
    color: #e2e2e2;
}
.show_num .show_num_cont .num_content p span {
    font-size: 32px;
    color: #fff;
    font-weight: bold;
}
.show_num .show_num_cont .num_content p {
    font-size: 14px;
    color: #fff;
}
.show_num .show_num_cont .num_content:last-child{
    border-right: none;
}
/* 行业解决方案 */
.cont2{
    background:url(../images/pt2_bg.png) no-repeat center;
    padding-bottom: 60px;
}
.c_industry_box{
    display: none;
}
.cont2 .c_industry_tag{
    padding-bottom: 60px;
}
.cont2 .c_industry_tag ul{
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #ffffff;
}
.cont2 .c_industry_tag ul li{
    /* width: 16%; */
    height: 70px;
    line-height: 66px;
}
.cont2 .c_industry_tag ul li a{
    display: block;
    color: #fff;
    font-size: 16px;
}
.cont2 .c_industry_tag ul li a:hover,.jspt-active{
    border-bottom: 4px solid #8abd46;
}
.cont2 .c_industry,.cont3 .c_service ul,.cont3 .c_service ul li a{
    display: flex;
    justify-content: space-between;
}
.cont2 .c_industry_box .c_industry_l h3,.cont2 .c_industry_box .c_industry_l p{
    color: #fff;
}
.cont2 .c_industry_box .c_industry_l a,.cont5 .c_news>a{
    background: none;
    border: 1px solid #ddd;
    width: 250px;
    line-height: 50px;
    height: 50px;
    margin-top: 60px;
    display: block;
    text-align: center;
}
.cont2 .c_industry_box .c_industry_l a:hover{
    background: #ee5a2f;
}
/* 服务内容 */
.cont3 .c_service ul li{
    width: 33%;
    background: #fff;
}
.cont3 .c_service ul li a{
    padding: 50px 15px;
    height: 200px;
}
.cont3 .c_service ul li a:hover{
    box-shadow: 0px 0px 5px 0px #cecece;
}
.cont3 .c_service ul li a h4{
    color: #282828;
    font-size: 20px;
}
.cont3 .c_service ul li a p{
    color: #afafaf;
    text-align: justify;
    font-size: 15px;
    margin-top: 5px;
}
.more{
    width: 150px;
    background: #ff6e05;
    line-height: 40px;
    text-align: center;
    border-radius: 5px;
    margin: 50px auto 0 auto;
}
.more a{
    color: #fff;
    font-size: 16px;
}
/* 优势展示 */
.cont4{
    background:url(../images/ys_bg.png) no-repeat center;
    margin-top: 60px;
}
.cont4 .c_ys_box{
    display: flex;
    justify-content: space-between;
    padding-bottom: 60px;
}
.cont4 .c_ys_box .c_ys_l,.cont4 .c_ys_box .c_ys_r{
    width: 30%;
}
.cont4 .c_ys_box .c_ys_b{
    width: 38%;
}
.cont4 .c_ys_box .c_ys_b img{
    width: 100%;
    display: block;
}
.cont4 .c_ys_box .c_ys_l div,.cont4 .c_ys_box .c_ys_r div{
    margin-bottom: 40px;
}
.cont4 .c_ys_box h4{
    font-size: 26px;
    color: #fff;
}
.cont4 .c_ys_box h4:first-child{
    color: #8abd46;
    font-weight: bold;
}
.cont4 .c_ys_box p{
    color:#9a9a9a;
    font-size: 16px;
}
.cont4 .c_ys_box .c_ys_r{
    text-align: right;
}
/* 新闻中心 */
.cont5{
    background:url(../images/new_bg.png) no-repeat center;
    padding-bottom: 60px;
    background-size: cover;
}
.cont5 .c_news ul,.cont5 .c_news ul li,.cont6 .c_hezuo ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 40px;
}
.cont5 .c_news ul li{
    padding: 20px;
    background: #fff;
    width: 49%;
    margin-bottom: 20px;
}
.cont5 .c_news ul li .c_news_l{
    width: 15%;
}
.cont5 .c_news ul li .c_news_r{
    width: 81%;
}
.cont5 .c_news ul li .c_news_l .c_news_l_d{
    font-size: 40px;
    color: #222222;
    text-align: center;
    border-bottom: 1px solid #ddd;
}
.cont5 .c_news ul li .c_news_l .c_news_l_y{
    font-size: 16px;
    color: #222222;
    text-align: center;
    margin-top: 20px;
}
.cont5 .c_news ul li .c_news_r h4{
    font-size: 20px;
    color: #222222;
    margin-bottom: 27px;
}
.cont5 .c_news ul li .c_news_r p{
    font-size: 16px;
    color: #9a9a9a;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.cont5 .c_news ul li .c_news_r>a:hover h4{
    color: #8abd46;
}
.cont5 .c_news>a:hover{
   background: #ee5a2f;
   color: #fff;
}
.cont5 .c_news>a{
    font-size: 16px;
    margin: 0 auto;
}
/* 合作伙伴 */
.cont6 .c_hezuo ul li{
    width: 24%;
    border: 1px solid #e8e8e8;
    padding: 10px;
    margin-bottom: 20px;
}
.cont6 .c_hezuo ul li img{
    width: 100%;
    display: block;
}
/* 客户反馈 */
.cont7{
    background-color: #eeeeee;
    padding-bottom: 60px;
}
.cont7 .c_feedback ul li{
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    border-bottom: 1px dashed #ddd;
    padding-bottom: 20px;
    line-height: 26px;
    height: 70px !important;
}
.cont7 .c_feedback ul li h4{
    font-size: 20px;
    color: #f1792c;
    font-weight: bold;
}
.cont7 .c_feedback ul li p{
    font-size: 16px;
}
.cont7 .c_feedback ul li .iconfont{
    font-size: 16px;
    color: #303d4a;
}
.cont7 .c_feedback ul li .c_feedback_icon{
    margin-top: 30px;
}
/* 底部展示 */
.footer{
    background-color: #404040;
    padding: 50px 0;
}
.footer .foot_box,.footer .foot_b{
    display: flex;
    justify-content: space-between;
}
.footer .foot_b div{
    width: 110px;
    margin-right: 50px;
}
.footer .foot_box .foot_b img{
    width: 110px;
    margin-right: 10px;
}
.footer .foot_box .foot_b p{
    text-align: center;
    font-size: 16px;
}
.footer .foot_box .foot_l .foot_l_nav{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.footer .foot_box .foot_l .foot_l_nav a{
    width: 33.33%;
    font-size: 16px;
    color: #7a7a7a;
}
.footer .foot_box .foot_r p{
    font-size: 16px;
    color: #7a7a7a;
}
.Copyright{
    padding: 10px 0;
    background-color: #000000;
    text-align: center;
}
.Copyright p,.Copyright a{
    color: #7a7a7a;
}
.Copyright a:hover{
    color: #ddd;
}

/* 内页开始 */
/* 服务体系 */
.ny_banner img{width: 100%;display: block;}
/*二级导航*/
.rhr-subnav{background-color: #f7f8fa;}
.rhr-subnav ul{display: table;margin: 0 auto;font-size: 14px;}
.rhr-subnav li{float: left;line-height: 60px;padding: 0 8px;}
.rhr-subnav li a{color: #333;font-size: 18px;display: block;width: auto;text-align: center;border-bottom: 2px solid #f7f8fa;padding: 0 8px;}
.rhr-subnav li:hover a,
.rhr-subnav li.active a{color: #8ccb3c;border-bottom: 2px solid #8ccb3c;}
.rhr-subnav li span{border-left: 1px solid #ddd;height: 20px;display: block;margin-top: 20px;}
/* -------------------- */
.rhr-width{width: 1200px;margin: 0 auto;}
.rhr-width-min{min-width: 1300px;overflow: hidden;}
.rhr-width .content{padding-bottom: 30px;}

.rhr-bg-grey{background-color: #f6f6f6;}
.rhr-bg-orange{background-color: #88bc4d;}

.rhr-sub-title{text-align: center;font-size: 30px;color: #000;padding: 70px 0 60px;line-height: 60px;}
.rhr-sub-title p{font-size: 16px;color: #333;line-height: 30px;}
/*产品与服务*/
.rhr-product > div,
.rhr-product-banner > div {display:block;}
/*左右结构*/
.product-array.horizontal{padding-left: 160px;padding-top: 10px;}
.product-array.horizontal li{padding-bottom: 60px;text-align: left;}
.product-array.horizontal li .border{position: relative;padding-left: 90px;}
.product-array.horizontal li label{position: absolute;top: 0;left: 0;}
.product-array.horizontal li .bg.border{height: auto;width: 97%;padding: 30px 0 30px 110px;margin-top: -40px;box-sizing: border-box;}
.product-array.horizontal li .bg.border label{top: 35px;left: 35px;}
.product-array.horizontal li .bg.border p{line-height: 27px;color: #fff;}
.product-array.horizontal li .bg.border span{
    text-align: left;
    margin-left: 15px;
    color: #fff;
}

/*产品与服务*/
.product-array{overflow: hidden;padding-bottom: 50px;padding-top: 0;}
.product-array li{float: left;}
.product-array.array2 li{width: 50%;}
.product-array.array3 li{width: 33.333%;}
.product-array.array4 li{width: 25%;}
.product-array.array5 li{width: 20%;}
/*通用结构*/
.product-array.currency li{text-align: center;padding-bottom: 70px;}
.product-array.currency li label{display: block;height: 80px;}
.zizizs ul li label img{
    border: 1px solid #ddd;
    width: 100%;
    height: 260px;
    object-fit: contain;
}
.zizizs{
    margin-bottom: 50px;
    text-align: center;
}
.product-array.currency li span{display: block;color: #333;font-size: 22px;}
.array3 li p{text-align: center !important;}
.product-array.currency li p{color: #999;font-size: 15px;margin-top: 10px;line-height: 24px;padding: 0 15px 15px 15px;text-align: justify;}
/*BPO-网点职场*/
.office-environment{overflow: hidden;padding-bottom: 80px;}
.office-environment li{float: left;width: 33.333%;padding: 10px;text-align: center;}
.office-environment li label{display: block;height: 240px;}
.office-environment li label img{width: 100%;border-radius: 5px;height: 230px;}
.office-environment li span{color: #666;display: block;line-height: 20px;font-size: 16px;padding-top: 10px;}
/*证书*/
.technical-certificate{padding: 50px 0;}
.technical-certificate ul{overflow: hidden;}
.technical-certificate li{width: 33.333%;float: left;text-align: center;}
.technical-certificate li p{padding: 20px 0 40px;font-size: 16px;}
/*图片背景*/
.product-array.img-bg{padding-bottom: 100px;}
.product-array.img-bg li .bg{background: url('../images/0-3-1.png') no-repeat center;background-size: cover;width: 290px;height: 390px;margin: 0 auto;color: #fff;padding: 0 10px;overflow: hidden;}
.product-array.img-bg li i{font-size: 55px;/* margin-top: 30px; */display: block;}
.product-array.img-bg li span{display: block;font-size: 20px;margin-top: 20px;}
.product-array.img-bg li p{font-size: 14px;margin-top: 10px;line-height: 24px;opacity: 0.9;text-align: justify;}
.product-array.img-bg.array3 li i{margin-top: 40px;}
.product-array.img-bg.array3 li .bg{width: 390px;height: 285px;}
/*白色*/
.product-array.white li span{color: #fff;}
.product-array.white li p{color: #fff;opacity: 0.9;text-align: center;}
/*阴影边框*/
.product-array.currency li .bg{box-shadow:0 0 10px #eee;height: 280px;width: 260px;margin: 0 auto;padding-top: 66px;position: relative;}
/*圆圈icon背景*/
.product-array.circle-bg li label{background-color: #ee5a2f;width: 140px;height: 140px;margin: 0 auto;border-radius: 100px;border: 10px #facdc0 solid;}
.product-array.circle-bg li span{margin-top: 25px;}
.product-array.circle-bg.white li label{background-color: #fff;border-color: #69a71b;}

/* 关于我们 */


/*公司概况*/
.about-us-slogan{overflow: hidden;padding: 90px 0 80px;}
.about-us-slogan li{float: left;width: 33.333%;padding-left: 100px;}
.about-us-slogan li span{font-size: 32px;line-height: 36px;color: #172438;background: url("../images/1-1.png") no-repeat;font-weight: bold;display: block;padding-left: 5px;}
.about-us-slogan li p{font-size: 16px;color: #666;padding-top: 20px;line-height: 27px;padding-left: 5px;}

/*价值*/
.about-us-value{background: url("../images/1-2.jpg") no-repeat center;height: 500px;    background-size: cover;}
.about-us-value ul{overflow: hidden;}
.about-us-value li{width: 33.333%;float: left;text-align: center;}
.about-us-value li label{display: block;}
.about-us-value li span{font-size: 18px;color: #fff;padding-top: 25px;line-height: 32px;display: block;opacity: 0.9;}

/*公司发展历程*/
.about-us-course{background: url("../images/year-bg.jpg") no-repeat center;height: 545px;position: relative;}
.about-us-course .line{height: 2px;background: #8ccb3c;position: absolute;top: 420px;left: 0;width: 100%;}
.about-us-course ul{width: 1300px;overflow: hidden;position: absolute;top: 369px;left: 50%;margin-left: -650px;z-index: 9;}
.about-us-course ul li{width: 10%;float: left;}
.about-us-course ul li span{display: block;text-align: center;color: #000;font-size: 14px;line-height: 40px;}
.about-us-course ul li i{display: block;width: 18px;height: 18px;background: #8ccb3c;margin: 3px auto 0;border-radius: 100px;}
.about-us-course ul li.active span{font-size: 20px;color: #8ccb3c;font-weight: bold;}
.about-us-course ul li.active i{width: 24px;height: 24px;background: #fff;border: 6px solid #8ccb3c;margin-top: 0;}
.about-us-course .content{position: absolute;top: 170px;left: 50%;margin-left: -600px;width: 1200px;}
.about-us-course .content > div{display: none;overflow: hidden;padding-left: 350px;}
.about-us-course .content label{width: 250px;display: block;float: left;text-align: right;font-size: 84px;color: #8ccb3c;font-weight: bold;}
.about-us-course .content span{display: block;overflow: hidden;font-size: 18px;padding-left: 30px;line-height: 34px;}
/*创始人*/
.about-us-founder{overflow: hidden;font-size: 14px;line-height: 27px;}
.about-us-founder .left{float: left;width: 300px;height: 400px;border-radius: 10px;overflow: hidden;}
.about-us-founder .left img{display: block;width: 100%;}
.about-us-founder .right{overflow: hidden;padding-left: 30px;padding-top: 5px;}
.about-us-founder .upper{padding-left: 5px;}
.about-us-founder .upper h3{padding-bottom: 5px;}
.about-us-founder .upper strong{font-size: 27px;color: #000;}
.about-us-founder .upper span{font-size: 16px;padding-left: 10px;color: #333;}
.about-us-founder .upper p{padding-top: 5px;}
.about-us-founder .lower{overflow: hidden;border-top: 1px solid #e6e6e6;padding-top: 15px;margin-top: 15px;padding-left: 5px;}
.about-us-founder .lower .honor{float: left;width: 550px;}
.about-us-founder .lower .post{overflow: hidden;}
.about-us-founder .lower h5{font-size: 18px;font-weight: bold;color: #000;}
.about-us-founder .lower p{padding-top: 8px;}
/*联系我们*/
.rhr-contact-list{padding-bottom: 30px;}
.rhr-contact-list .consult{overflow: hidden;height: 185px;position: relative;background-color: #f8f9fb;padding-top: 60px;margin-top: 30px;}
.rhr-contact-list .consult > img{position: absolute;top: 0;left: 0;opacity: 0.4;}
.rhr-contact-list .consult ul{overflow: hidden;position: relative;z-index: 1;margin: 10px 50px 0 120px;}
.rhr-contact-list .consult li{float: left;width: 33.333%;position: relative;padding-left: 70px;color: #000;}
.rhr-contact-list .consult li label{position: absolute;top: 0;left: 0;}
.rhr-contact-list .consult li span{font-size: 16px;line-height: 22px;display: block;}
.rhr-contact-list .consult li p{font-size: 22px;}
.text-center {
    text-align: center;
}
/*奋斗者文化-底部轮播*/
.pioneer-slide-main{background-color: #000;}
.pioneer-slide-main .item{bottom: -30px;}
.pioneer-slide-main .prev,
.pioneer-slide-main .next{display: none;}
.pioneer-slide-main,
.pioneer-slide-main ul,
.pioneer-slide-main ul li,
.pioneer-slide-main ul li a{height: 291px;cursor: default;}
.pioneer-slide-main .item a{background-color: #e6e6e6;}
.pioneer-slide-main .item a.cur{background-color: #ee5a2f;}

/*最美奋斗者*/
.pioneer-example ul{overflow: hidden;margin: 0 -10px;}
.pioneer-example ul > li{width: 50%;float: left;height: 530px;}
.pioneer-example ul > li label{cursor: pointer;}
.pioneer-example ul > li > div{padding: 0 25px 0 10px;}
.pioneer-example h4{font-size: 27px;color: #000;margin: 25px 0 15px;font-weight: bold;padding-left: 20px;}
.pioneer-example ol {padding-left: 20px;}
.pioneer-example ol li{list-style-type: disc;line-height: 30px;font-size: 14px}
/* 新闻 */
.rhr-news-list{padding: 40px 0;}
.rhr-news-list .time-axis{width: 150px;float: left;padding-left: 10px;margin-top: 45px;position: relative;}
.rhr-news-list .time-axis .line{border-left: 1px solid #ddd;position: absolute;top: 12px;left: 9px;}
.rhr-news-list .time-axis ol li{height: 50px;position: relative;cursor: pointer;}
.rhr-news-list .time-axis ol li .round-dot{width: 7px;height: 7px;border-radius: 50%;background-color: #ccc;position: absolute;top: 12px;left: -4px;}
.rhr-news-list .time-axis ol li span{padding-left: 15px;line-height: 30px;font-size: 14px}
.rhr-news-list .time-axis ol li:hover .round-dot,
.rhr-news-list .time-axis ol li.active .round-dot{width: 9px;height: 9px;background-color: #8ccb3c;top: 10px;left: -5px;}
.rhr-news-list .time-axis ol li:hover a span,
.rhr-news-list .time-axis ol li.active span{color: #8ccb3c;font-size: 16px;}
.rhr-news-list .section{overflow: hidden;}
.rhr-news-list .list ul{padding-top: 15px;min-height: 300px;}
.rhr-news-list .list ul li{padding: 0 15px 15px;}
.rhr-news-list .list ul li a{display: block;background-color: #fff;position: relative;padding-right: 60px;overflow: hidden;}
.rhr-news-list .list li .left{float: left;overflow: hidden;padding: 20px 0 20px 20px;}
.rhr-news-list .list li .left img{width: 160px;height: 160px;}
.rhr-news-list .list ul li .right{overflow: hidden;padding: 40px 25px 20px;}
.rhr-news-list .list ul li .right h3{font-size: 18px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;color: #000;}
.rhr-news-list .list ul li .right p{font-size: 14pxline-height: 24px;margin-top: 15px;color: #aaa;padding-bottom: 10px;min-height: 40px;}
.rhr-news-list .list ul li .right h5{font-size: 14pxcolor: #ddd;}
.rhr-news-list .list ul li .arrow-right{width: 26px;height: 26px;position: absolute;top: 50%;right: 25px;margin-top: -13px;
    background: url("../images/icon-news.png") no-repeat;}
.rhr-news-list .list ul li a:hover{box-shadow:0 0 15px #ddd;}
/*新闻列表-分页码*/
.pagelist { padding:40px 0; color: #999;text-align:center}
.pagelist *{ vertical-align:middle}
.pagelist a, .pagelist .cpb { display:inline-block; line-height:16px; outline:none; text-decoration:none; padding:5px 10px;background: #f3f3f3;margin:0 5px; font-size:14px; font-family:'微软雅黑'; color:#000;
border-radius:25px;transition: all 0.2s linear 0s;}
.pagelist a:hover { background:#f7725f;color:#fff;text-decoration:none;margin:0 5px}
.pagelist .cpb { font-weight: bold; color: #fff; background: #f7725f;}
.pagelist span{ display:inline-block;line-height:16px; outline:none; text-decoration:none; padding:5px 10px;background:#fe643f;color:#fff;margin:0 5px; font-size:14px; font-family:'微软雅黑';border-radius:25px;transition: all 0.2s linear 0s;}
.code{font-weight:bold;color:blue}
.fenyelist{ padding:30px 0 0 0; text-align:center}
.fenyelist span,.fenyelist a{ display:inline-block; line-height:16px; outline:none; text-decoration:none; padding:5px 10px;background: #f3f3f3;margin:0 5px; font-size:14px; font-family:'微软雅黑'; color:#000;
border-radius: 26px 26px 26px 26px;transition: all 0.2s linear 0s;}
.fenyelist span{ background:#f7725f;color:#fff;text-decoration:none;margin:0 5px}

/*新闻详情*/
.rhr-news-detail-return{border-bottom: 1px solid #ddd;padding: 20px 0;margin-top: 10px;font-size: 14px;}
.rhr-news-detail-return a{color: #999;}
.rhr-news-detail-return a:hover{color: #ea5404;}
.rhr-news-detail{overflow: hidden;}
.rhr-news-detail .left{float: left;width: 880px;padding-bottom: 50px;}
.rhr-news-detail .left .title{font-size: 24px;color: #000;margin-top: 36px;}
.rhr-news-detail .left .time{font-size: 14pxcolor: #aaa;margin: 15px 0 30px;}
.rhr-news-detail .left .content{color: #444;}
.rhr-news-detail .left .content img{max-width: 85%;height: auto !important;}
.rhr-news-detail .left .content p,
.rhr-news-detail .left .content span,
.rhr-news-detail .left .content{
    font-size: 14px !important;
    font-family: "微软雅黑" !important;
    line-height: 30px !important;
    padding: 0 !important;
    margin: 0 !important;
    text-indent: 0 !important;
    text-align: left !important;
}
.rhr-news-detail .left .content ul{padding-left: 40px;}
.rhr-news-detail .left .content li{list-style: inherit;}
.rhr-news-detail .right{overflow: hidden;padding-left: 30px;}
.rhr-news-detail .right h3{font-size: 18px;color: #000;margin-top: 46px;}
.rhr-news-detail .right h3 i.icon{background-color: red;width: 4px;height: 17px;display: block;float: left;margin-right: 10px;margin-top: 4px;}
.rhr-news-detail .right ul{margin-top: 20px;padding-left: 16px;}
.rhr-news-detail .right ul li{padding: 10px 0;list-style-type: disc;color: #666;}
.rhr-news-detail .right ul li+li{border-top: 1px dotted #ccc;}
.rhr-news-detail .right ul li a{line-height: 21px;font-size: 14px;color: #666;}
.rhr-news-detail .right ul li a:hover{color: #ea5404;}
/*企业案例*/
.cases-list ul{overflow: hidden;}
.cases-list li{width: 33.333%;padding: 0 10px 20px;float: left;}
.cases-list li a{display: block;cursor: pointer;position: relative;}
.cases-list li .label-title{padding-top: 25px;padding-left: 10px;}
.cases-list li .label-title i{color: #ee5a2f;font-size: 14pxdisplay: inline-block;padding-right: 10px;    line-height: 12px;}
.cases-list li .label-title i+i{border-left: 1px #ee5a2f solid;padding-left: 10px;}
.cases-list li label{height: 180px;overflow: hidden;background-color: #eee;display: block;border-radius: 5px;cursor: pointer;}
.cases-list li label img{width: 100%;}
.cases-list li .content-s{border: 1px solid #eee;border-top: none;height: 160px;overflow: hidden;margin-top: -5px;}
.cases-list li span{font-size: 16px;color: #000;display: block;line-height: 34px;padding: 2px 10px 0px;font-weight: bold;}
.cases-list li p{font-size: 14px;color: #aaa;line-height: 22px;padding: 0 10px;
    overflow: hidden;word-break: break-all;text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;
}

/*案例详情*/
.insight-content .rhr-sub-title{font-size: 24px;}
/* 地图版块 */
.contact_map {
    width: 1200px;
    height: 500px;
    margin: 0 auto;
    border: 1px solid #ddd;
}

/*内部招聘*/
.rhr-us-recruitment .tab-nav{overflow: hidden;margin-top: 30px;}
.rhr-us-recruitment .tab-nav li{float: left;font-size: 18px;width: 100px;height: 50px;}
.rhr-us-recruitment .tab-nav li span{padding: 8px 0 0 4px;display: block;cursor: pointer;float: left;}
.rhr-us-recruitment .tab-nav li.active,
.rhr-us-recruitment .tab-nav li:hover{color: #000;font-size: 24px;}
.rhr-us-recruitment .tab-nav li.active span,
.rhr-us-recruitment .tab-nav li:hover span{padding: 0;}
.rhr-us-recruitment .tab-content{padding-bottom: 50px;}
.rhr-us-recruitment .tab-content > div{display: none;}
.rhr-us-recruitment .tab-content > div.active{display: block;}
.rhr-us-recruitment .tab-content li{background-color: #f0f2f5;margin-top: 20px;}
.rhr-us-recruitment .tab-content li > a{display: block;}
.rhr-us-recruitment .tab-content li .title{position: relative;cursor: pointer;padding: 25px;    text-align: left;}
.rhr-us-recruitment .tab-content li .title i{position: absolute;top: 30px;right: 25px;}
.rhr-us-recruitment .tab-content li.active .title i{transform: rotate(180deg);-ms-transform: rotate(180deg);-webkit-transform: rotate(180deg);-o-transform: rotate(180deg);-moz-transform: rotate(180deg);}
.rhr-us-recruitment .tab-content li .title span{font-size: 24px;color: #000;}
.rhr-us-recruitment .tab-content li .text{display: none;padding: 0 25px;}
.rhr-us-recruitment .tab-content li.active .text{display: block;}
.rhr-us-recruitment .tab-content li h4{font-size: 20px;color: #f00;}
.rhr-us-recruitment .tab-content li p{font-size: 16px;line-height: 34px;color: #333;}
.rhr-us-recruitment .tab-content li p a{color: #3399ff;text-decoration: underline;}
.rhr-us-recruitment .tab-content li p .red{color: red;}
/*投资者关系*/
.investors-banner{padding: 22px 0 0 618px;}
.investors-banner span{font-size: 24px;line-height: 50px;font-weight: bold;color: #222222;}
.investors-banner p{font-size: 16px;color: #525252;line-height: 24px;padding-bottom: 5px;}
/*投资者关系-综合页*/
.rhr-investors-content{padding: 50px 0;width: 1200px;}
.rhr-investors-content ul{overflow: hidden;color: #333;}
.rhr-investors-content ul > li{float: left;width: 25%;padding: 0 5px;}
/*.rhr-investors-content ul > li+li{margin-left: 9px;}*/
.rhr-investors-content ul > li h3{font-size: 16px;padding-top: 15px;}
.rhr-investors-content ul > li p{line-height: 50px;color: #aaa;}
.rhr-investors-content ul > li label{display: block;overflow: hidden;border-top-left-radius: 5px;border-top-right-radius: 5px;}
.rhr-investors-content ul > li label img{width: 100%;}
.rhr-investors-content ul > li > div{border: 1px solid #ebebeb;border-top: none;border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;
    height: 130px;
    /*height: 100px;*/
    padding: 5px 10px;}
.rhr-investors-content ol{padding: 10px 0 7px;font-size: 12px;line-height: 21px;}
.rhr-investors-content ol > li{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.rhr-investors-content ol > li a{color: #333;font-size: 14px;}
.rhr-investors-content ol > li a:hover{text-decoration: underline;}

#myBtn {display:none;position:fixed;bottom:80px;right:1px;z-index:99;border:none;outline:none;color:white;cursor:pointer;}