/*头部*/
@-webkit-keyframes fadeInUp10 {
    0% {
        opacity: 0;
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
        -moz-transform: translateY(50px);
        -ms-transform: translateY(50px);
        -o-transform: translateY(50px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fadeInUp10 {
    0% {
        opacity: 0;
        -webkit-transform: translateY(50px);
        -ms-transform: translateY(50px);
        transform: translateY(50px);
        -moz-transform: translateY(50px);
        -o-transform: translateY(50px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}
.fadeInUp10 {
    -webkit-animation-name: fadeInUp10;
    animation-name: fadeInUp10
}
@-webkit-keyframes slideBg_fn {
    from {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    to {
        -webkit-transform: translateX(-50px);
        transform: translateX(-50px);
    }
}

@keyframes slideBg_fn {
    from {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    to {
        -webkit-transform: translateX(-50px);
        transform: translateX(-50px);
    }
}
.clear::after {
    content: '';
    clear: both;
    display: block;
}
.img_bg {
    position: relative;
    overflow: hidden;
}

.img_bg:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 9;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transition: transform 1.5s .5s ease, -webkit-transform 1.5s .5s ease;
    -webkit-transition: transform 1.5s .5s ease, -webkit-transform 1.5s .5s ease;
    -moz-transition: transform 1.5s .5s ease, -webkit-transform 1.5s .5s ease;
    -ms-transition: transform 1.5s .5s ease, -webkit-transform 1.5s .5s ease;
    -o-transition: transform 1.5s .5s ease, -webkit-transform 1.5s .5s ease;
}

.img_bg.animated:after {
    transform: translate3d(100%, 0, 0);
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    -o-transform: translate3d(100%, 0, 0);
}


#header {
    width: 100%;
    /* max-width: 750px; */
    height: 1.3rem;
    position: fixed;
    top: 0;
    z-index: 9999;
    transition: all .4s;
    -webkit-transition: all .4s;
}

.header {
    height: 100%;
    transition: all .4s;
    -webkit-transition: all .4s;
    background: #fff;
    position: relative;
    z-index: 999;
}
.head_on #header .head_user {display: block;}
/*
.head_on #header .join_menu{display: block;}
.head_on #header .mobile_menu{display: none;} 
#header .join_menu{display: none;}*/

#header .head_user {
    position: absolute;
    top: 0.45rem;
    right: 1.4rem;
    z-index: 100;
    background: url(../images/user.png) no-repeat center/cover;
    width: .36rem;
    height: .42rem;
    display: none;
}

#header  .head_menu{
    background: #f2f2f2 ;
    width: 2.4rem;
    padding: .6rem 0;
    position: absolute;
    top: 1.3rem;
    right: 0.4rem;
    z-index: 1000;
    display: none;
}
#header  .head_menu::before{
    content: '';
    position: absolute;
    top: -.15rem;
    left: 0;right: 0;
    background: url(../images/head_icn.png) no-repeat top/cover;
    width: .28rem;
    height: .15rem;
    margin: 0 auto;
    z-index: 10000;

}
#header  .head_menu li {
    color: #808080;
    font-size: .3rem;
    line-height: 1;
    margin-bottom: .3rem;
    text-align: center;
}
#header  .head_menu li:nth-last-child(1){
    margin-bottom: 0;
}


/* 弹窗 */
.pop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    display: none;
}
.pop .bg {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}




.header .head_logo {
    width: 2.2rem;
    height: 0.6rem;
    background: url(../images/logo.png) no-repeat center;
    background-size: cover;
    margin: .35rem 0 0 .4rem;
    float: left;
    transition: all .4s;
    -webkit-transition: all .4s;
}

.home .header .head_logo {
    background: url(../images/logo.png) no-repeat center;
    background-size: cover;
}

.no-scroll #header .header .head_logo {
    transition: all 2s;
    -webkit-transition: all 2s;
}


/*左侧导航*/

.no-scroll {
    overflow: hidden;
}

.head_nav {
    position: absolute;
    width: 100%;
    height: 100%;
    margin-top: 1.3rem;
    text-align: center;
    top: 0;
    right: 0;
    z-index: 99;
    background-color : #e9eef4;
}

var {
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
}

.head_nav .nav_list {
    position: absolute;
    top:  0;
    width: 100%;
}
.join_menu .nav_list>li.on1,
.join_menu .nav_list>li.on{
    margin-top: 0;
}
.join_menu .nav_list {
    position: absolute;
    top: 1.1rem;
    width: 100%;
}
.join_menu  .nav_list>li{
    padding-top: 0.35rem;
    padding-bottom: 0.15rem;
}
.nav_list>li {
    position: relative;
    /* margin-bottom: 0.72rem; */
    padding-top: .55rem ;
    display: flex;
    justify-content: left; 
}
.nav_list>li.on,.nav_list>li.on1{
    background-color: #d2dbe6;
    margin-top: .55rem;
}
.nav_list>li.on1:nth-of-type(1),
.nav_list>li.on1:nth-of-type(8)
.nav_list>li.on:nth-of-type(1),
.nav_list>li.on:nth-of-type(8){
    background-color: transparent;
    padding-bottom: 0;
}

.nav_list>li>a,
.nav_list>li>p {
    color: #798799;
    line-height: 1;
    font-size: .3rem;
    text-align: left;
    padding-left: 0.4rem;
}

.nav_list>li>p {
    display: block;
    width: auto;
    margin-right: 0.9rem;
}

.nav_list>li>a:before,
.nav_list>li>p:before {
    content: '';
    width: 16px;
    height: 14px;
}

.nav_list>li>a.on,
.nav_list>li>p.on {
    color: #314a68;
}

.ul_nei_nav {
    /* position: absolute; */
    left: 3.46rem;
    top: 0;
    z-index: 99;
    padding-bottom: .55rem;
    
}

.ul_nei_nav:after {
    content: "";
    display: block;
    position: absolute;
    left: -1.2rem;
    top: 0.14rem;
    height: 0.02rem;
    width: 0.85rem;
    background: #d6cfbf;
}


/*子导航*/

.ul_nei_nav {
    display: none;
}

.ul_nei_nav li {
    line-height: 1;
    margin-bottom: 0.4rem;
}

.ul_nei_nav li:last-child {
    margin-bottom: 0;
}

.nav_list>li a.on p,
.ul_nei_nav li.curr a {
    color: #2751bc;
}

.ul_nei_nav li a {
    color: #798799;
    display: inherit;
    font-size: .26rem;
    text-align: left;
    line-height: 1;
    width: 2rem;
}

.btn-scroll-down {
    position: absolute;
    z-index: 10;
    bottom: 0.8rem;
    left: 49%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0.31rem;
    height: 0.5rem;
    margin-left: -0.15rem;
    z-index: 200;
}

.no-scroll .head_nav .bt {
    -webkit-animation: fadeInUp 1s ease-in-out forwards;
}

.head_nav .bt {
    position: absolute;
    bottom: 1.3rem;
    left: 0.4rem;
    width: 4.89rem;
    height: 0.94rem;
}

@-webkit-keyframes an_05 {
    0% {
        -webkit-transform: translate(0, 0px);
    }
    50% {
        -webkit-transform: translate(0, -10px);
    }
    100% {
        -webkit-transform: translate(0);
    }
}

.btn-scroll-down {
    -webkit-animation: an_05 1s ease-in-out infinite;
}

.btn-scroll-down .mousey {
    height: 0.31rem;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    width: 0.5rem;
    background: url(../images/bt1.png) no-repeat center/cover;
}

@-webkit-keyframes c {
    0% {
        opacity: 0
    }
    10% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
    to {
        -webkit-transform: translateY(15px);
        transform: translateY(15px);
        opacity: 0
    }
}

@keyframes c {
    0% {
        opacity: 0
    }
    10% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
    to {
        -webkit-transform: translateY(15px);
        transform: translateY(15px);
        opacity: 0
    }
}


/* menu */

.head_nav_btn {
    width: 0.4rem;
    height: 0.37rem;
    position: absolute;
    top: .49rem;
    right: .4rem;
    cursor: pointer;
    z-index: 9999;
}

.head_nav_btn span {
    display: inline-block;
    width: .4rem;
    height: .04rem;
    background-color: #e63237;
    position: absolute;
    top: .16rem;
    left: 0;
    right: 0;
    transition: transform 0.3s ease-out, top 0.5s ease 0.4s;
    -webkit-transition: transform 0.3s ease-out, top 0.5s ease 0.4s;
}

.head_nav_btn span:after {
    content: '';
    display: inline-block;
    width: .4rem;
    height: .04rem;
    background-color: #e63237;
    position: absolute;
    top: .16rem;
    left: 0;
    transition: transform 0.3s ease-out, top 0.5s ease 0.4s;
    -webkit-transition: transform 0.3s ease-out, top 0.5s ease 0.4s;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
}

.head_nav_btn span:before {
    content: '';
    display: inline-block;
    width: .4rem;
    height: .04rem;
    background-color: #e63237;
    position: absolute;
    top: -.16rem;
    left: 0;
    transition: transform 0.3s ease-out, top 0.5s ease 0.4s;
    -webkit-transition: transform 0.3s ease-out, top 0.5s ease 0.4s;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
}

.head_nav_btn.open span {
    background-color: transparent;
}

.head_nav_btn.open span:after {
    top: 0;
    transition: top 0.5s ease, transform 0.3s ease-out 0.4s;
    -webkit-transition: top 0.5s ease, transform 0.3s ease-out 0.4s;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    background-color: #e63237;
}

.head_nav_btn.open span:before {
    top: 0;
    transition: top 0.5s ease, transform 0.3s ease-out 0.4s;
    -webkit-transition: top 0.5s ease, transform 0.3s ease-out 0.4s;
    transform: rotate(45deg);
    -webkit-transform: rotate(-45deg);
    background-color: #e63237;
}

.head_nav_btn.open .head_nav_bg {
    display: block;
}

.main-menu {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
}

.main-menu.locked {
    opacity: 1;
    visibility: inherit;
    pointer-events: auto;
}


#footer {
   padding: .6rem .4rem .8rem;
   background-color: #393c47;
   position: relative;
}
#footer .Fo_Top{
    padding-bottom: .4rem;
    margin-bottom: .4rem;
    border-bottom: 1px solid #474b59;
   /* overflow: hidden; */

}
#footer .Fo_Top li{
    float: left;
    display: flex;
    justify-content: left;
    align-items: center;
    position: relative;
}
#footer .Fo_Top li:nth-of-type(1){
    margin-right: 1rem;
}
#footer .Fo_Top li:nth-of-type(1) p{
    color: #cdac7d;
    font-size: .38rem;
    font-family: 'Rajdhani-Bold';
    margin-bottom: 0;

}
#footer .Fo_Top li:nth-of-type(2) p{
    color: #a6a6a6;
    font-size: .24rem;
    margin-bottom: 0;
}
#footer .Fo_Top .icn{
    width: .66rem;
    margin-right: .2rem;
    position: relative;
}
#footer .Fo_Bot p{
    color: #a6a6a6;
    font-size: .26rem;
}
#footer .Fo_Top .code_img {
    position: absolute;
    bottom: 0.77rem;
    left: -0.4rem;
    width: 1.48rem;
    height: 1.57rem;
    background: url(../images/wxQcBg.png) no-repeat center/cover;
    display: none;
}
.busda_cont3 .item_banner{
    display: none;
}
.w1200 {
    width: auto;
    margin: 0 auto;
}

.w1200:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
}
.page .content {
    position: relative;
    height: 100%;
    overflow: hidden;
    margin: auto;
}
.content .subBan{
    margin-top: 1.3rem;
}
.content .img {
    position: relative;
    height: 3.2rem;
    overflow: hidden;
}

.content .img .bg {
    height: 100%;
    background: no-repeat center/cover;

}

.content .img .w1200 {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    padding-top: 1.8rem;
}

.content .img .h1 {
    font-family: 'RAJDHANI-SEMIBOLD';
    font-size: .6rem;
    color: #fff;
    text-transform: uppercase;
    line-height: 1;
    text-align: right;
    letter-spacing: -2px;
}
.page_title{
    padding: .9rem .4rem .3rem;
}
.page_title .cn{
    color: #4c4c4c;
    font-size: .4rem;
    font-weight: 100;
    margin-bottom: .15rem;
    line-height: 1;
}
.page_title .en{
    color: #b2bbd1;
    font-size: .32rem;
    line-height: 1;
    text-transform: uppercase;
    font-family: 'RAJDHANI-SEMIBOLD';
}

/* 首页 */
.index{
    position: relative;
}
.banner {
    margin-top: 1.3rem;
    height: 8rem !important;
}

.index .swiper .img {
    height: 8rem;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom  ;
}

.index .swiper .w1200 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
}

.index .swiper .ban_t {
    position: absolute;
}
.index .swiper .ban_t1 .cn img{
    width: 5.24rem;
    height: 0.79rem;
    margin-bottom: .15rem;
}
.index .swiper .ban_t .en{
    text-transform: uppercase;
    font-size: .24rem;
    color: rgba(255,255,255,.45);
    /* opacity: .45; */
}
.index .swiper .ban_t1 {
    top: 1.85rem;
    left: 0.4rem;
  
}
.index .swiper .ban_t2 {
    top: 1.85rem;
    left: 0.4rem;
    width: 6.24rem;
    height: 1.17rem;
}

.index .swiper .ban_t1 img {
    height: auto !important;
}
.index .swiper .ban_t2 img{
    width: 6.02rem;
}
.index .swiper  .ban_t3 {
    padding-top: .8rem;
}
.index .swiper  .ban_t4 >img{
    width: 4rem;
}
.index .swiper  .ban_t4 {
    padding-top: .8rem;
}

.index .swiper  .ban_t4 h3 {
    color: #829ab5;
    font-size: .48rem;
    line-height: 1;
    margin-bottom: 15px;

}
.index .swiper  .ban_t4 .animated{
    -webkit-animation-duration:.8s;
    animation-duration: .8s;
}
.index .swiper  .ban_t3 .en p> img{
    width: 5.78rem;
}
.index .swiper  .ban_t4 .en p> img{
    width: 5.46rem;
}
.index .swiper  .ban_t4  .ban_ico {
    width:2.84rem;
}

.index .swiper  .ban_t4 h5 {
    color: #fff;
    font-size: .48rem;
    line-height: 1;

}

.index .swiper  .ban_t4 .ban_dian {
    margin: 25px 0 40px;

}
.index .swiper .swiper-slide-active .ban_t {
    display: block;
    opacity: 1;
}

.index .swiper .ban_t {
    display: none;
    opacity: 0;
}

.index .swiper .swiper-pagination {
    bottom: 0.4rem;
}

.index .swiper .swiper-pagination-bullet {
    height: 0.2rem;
    width: 0.2rem;
    background: transparent;
    opacity: 1;
    border: 0.03rem solid rgba(255, 255, 255, .8);
    margin: 0 0.2rem 0 0 !important;
}

.index .swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #e5000c;
    border: none;
    outline: none;
}
.indexCont1 {
    padding: .8rem .4rem ;
}
.indexCont1 .yuxList {
    display: flex;
    justify-content: center;
}
.indexCont1 .yuxList .li{
    width: 50%;
}
.indexCont1 .yuxList .li h4, .indexCont2 .news_cont > h4{
    color: #808080;
    font-size: .36rem;
    line-height: .44rem;
    text-align: center;
    transition: all.5s;
    margin-top: .2rem;
}
.indexCont2 .news_cont > h4{
    text-align: left;
    line-height: 1;
    color: #4c4c4c;
    margin-bottom: .36rem;
    font-size: .36rem;
    margin-top: 0;
}
.indexCont1 .yuxList .li.on h4{
    color: #4c4c4c;
    transition: all.5s;
}
.indexCont1 .yuxList .li1{
    border-right: 1px solid #e6e6e6;
}
.indexCont1 .yuxList .li .icon{
    margin: 0 auto;
    transition: all.5s;
}
.indexCont1 .yuxList .li1 .icon{
    background: url(../images/index/ico1.png) no-repeat center/cover;
    width: .54rem;
    height: .54rem;
}
.indexCont1 .yuxList .li2 .icon{
    background: url(../images/index/ico2.png) no-repeat center/cover;
    width: .52rem;
    height: .52rem;
}
.indexCont1 .yuxList .li1.on .icon{
    transition: all.5s;
    background: url(../images/index/ico1on.png) no-repeat center/cover;
}
.indexCont1 .yuxList .li2.on .icon{
    transition: all.5s;
    background: url(../images/index/ico2on.png) no-repeat center/cover;
}
.indexCont1 .yuxImg {
    position: relative;
    height:3.62rem;
    margin-top: .5rem;
}
.indexCont1 .yuxImg .list_Img{
    width: 100%;
    height: 3.62rem;
    /* opacity: 0; */
    position: absolute;
    display: none;
}
.indexCont1 .yuxImg .list_Img.on{
    display: block;
}

.indexCont2{
    padding: .8rem .4rem ;
    background-color: #f0f0f0;
}
.indexCont2 .news_T {
    overflow: hidden;
    padding-bottom: .4rem;
    border-bottom: .04rem solid #dbdbdb;
}

.indexCont2 .news_T .news_T-date {
    background-color: #f0f0f0;
    /* padding: .40rem .15rem .25rem; */
    font-family: 'Rajdhani-Bold';
    text-align: right;
    float: left;
    border-right: 1px solid #d6d6d6;
    padding-right: .2rem;
}

.indexCont2 .news_T .news_T-date .day {
    color: #e5000c;
    font-size: .76rem;
    line-height: 1;
    font-family: 'Rajdhani-Bold';
    letter-spacing: -.02rem;
    text-align: left;
}

.indexCont2 .news_T .news_T-date .year {
    font-size: .26rem;
    text-align: left;
    color: #b2b2b2;
    line-height: 1;
    letter-spacing: -.01rem;
}

.indexCont2 .news_T .news_T-txt {
    width: 5.3rem;
    margin-left: .20rem;
    float: right;
}

.indexCont2 .news_T .news_T-txt h3 {
    font-family: 'Gilroy_Medium';
    color: #4c4c4c;
    font-size: .32rem;
    line-height: 1.4;
    margin-bottom: 0.25rem;
    /* display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    word-break: break-all;
    overflow: hidden;
    max-width: 100%; */
}

.indexCont2 .news_T .news_T-txt p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp:3;
    line-clamp:3;
    word-break: break-all;
    overflow: hidden;
    max-width: 100%;
    margin-bottom: 0;
    max-height: 60px;
}

.indexCont2 .news_B {
    padding-top: .40rem;

}

.indexCont2 .news_B li {
    margin-bottom: .2rem;
    /* font-family: 'Gilroy_Medium'; */
    overflow: hidden;
}

.indexCont2 .news_B .news_B-date {
    font-size: .26rem;
    color: #b2b2b2;
    float: left;
    font-family: 'Rajdhani-Bold';
    width: 1.2rem;
}

.indexCont2 .news_B .news_B-txt {
    float: left;
    margin-left: .20rem;
    font-size: .28rem;
    color: #4c4c4c;
    /* margin-left: 25rem; */
    /* font-weight: 600; */
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    word-break: break-all;
    overflow: hidden;
    max-width: 100%;
    width: 5.3rem;
    font-family: 'RAJDHANI-SEMIBOLD';
}
.indexCont3{
    padding: .8rem .4rem 1rem;
    position: relative;
    display: none;
}
.indexCont3 .img_Bx{
    height: 3.76rem;
    position: relative;
    background-size: cover !important;
}
.indexCont3 .ct_leBox {
    width: 100%;
    height: .97rem;
    background-color: rgba(205, 172, 125, .9);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;

}
.indexCont3 .ct_leBox h3{
    color: #e5011a;
    font-size: .22rem;
    transition: all .6s;
    /* line-height: 45rem; */
    text-align: center;
    padding-bottom: .22rem;
    font-weight: 600;
    opacity: 0;
}

.indexCont3 .ct_leBox p {
    color: #fff;
    font-size: .28rem;
    text-align: left;
    padding-left: .3rem;
    line-height: .97rem;
}
.indexCont3 .line{
   background: url(../images/index/line.jpg) no-repeat center/cover;
   height: .02rem;
   width: 100%;
   margin-top: .45rem;
   display: none;
}


/* about */
.about .about_npm1 .le h1 {
    color: #2651bc;
    font-size: .48rem;
    text-transform: uppercase;
    font-family: 'RAJDHANI-BOLD';
    margin-top: -0.1rem;
}

.about .about_npm1 .le h1 em {
    color: #e50019;
}

.about .about_npm1 .le h2 {
    color: #4c4c4c;
    font-size: .24rem;
}
.about .about_npm1 .ri{
    margin-bottom: .7rem;
}
.about .about_npm2{
    background: url(../images/about/ab1_c2.jpg) no-repeat center/cover;

}
.about .about_npm2 .box {
}

.about .about_npm2 .box .le {
    float: left;
    margin-top: .60rem;
}

.about .about_npm2 .box .le h1 {
    font-size: .48rem;
    color: #2751bc;
    line-height: .55rem;
    font-family: 'zcoolwenyiti';
    position: relative;
    letter-spacing: -.01rem;
}
.about .about_npm2 .box .le h2 {
    font-size: .28rem;
    color: #444559;
    margin-top: .3rem;
}

.about .about_npm2 .box .ri {
    width: 5.3rem;
    float: right;
    margin-top: .45rem;
    position: relative;
}

.about .about_npm2 .box .ri .ul .li i {
    width: .08rem;
    height: .08rem;
    background: rgba(229, 0, 25, .7);
    display: block;
    border-radius: 50%;
    position: absolute;
    bottom: 1.1rem;
    right: 1.75rem;
}

.about .about_npm2 .box .ri .ul .li i::before {
    content: '';
    width: .44rem;
    height: .44rem;
    position: absolute;
    border-radius: 50%;
    left: -.18rem;
    top: -.18rem;
    background-image: -webkit-radial-gradient(center center, circle contain, rgb(229 0 12 / 2%) 0%, rgb(229 0 12 / 10%) 60%, rgb(229 0 12 / 26%) 90%, #aa6771 100%);
    background-image: -moz-radial-gradient(center center, circle contain, rgb(229 0 12 / 2%) 0%, rgb(229 0 12 / 10%) 60%, rgb(229 0 12 / 26%) 90%, #aa6771 100%);
    background-image: -ms-radial-gradient(center center, circle contain, rgb(229 0 12 / 2%) 0%, rgb(229 0 12 / 10%) 60%, rgb(229 0 12 / 26%) 90%, #aa6771 100%);
    background-image: -o-radial-gradient(center center, circle contain, rgb(229 0 12 / 2%) 0%, rgb(229 0 12 / 10%) 60%, rgb(229 0 12 / 26%) 90%, #aa6771 100%);
    background-image: radial-gradient(center center, circle contain, rgb(229 0 12 / 2%) 0%, rgb(229 0 12 / 10%) 60%, rgb(229 0 12 / 26%) 90%, #aa6771 100%);
    /* -webkit-animation: z-scale 12s ease infinite;
    animation: z-scale 12s ease infinite; */
    animation: z-zoom2 6s linear infinite alternate;
    -webkit-animation: z-zoom2 6s linear infinite alternate;
}

.about .about_npm2 .box .ri .ul .li i::after {
    content: '';
    width: .88rem;
    height: .88rem;
    position: absolute;
    border-radius: 50%;
    left: -.39rem;
    top: -.39rem;
    /* -webkit-animation: z-scale 18s  forwards;
    animation: z-scale 18s ease infinite; */
    animation: z-zoom2 3s linear infinite alternate;
    -webkit-animation: z-zoom2 3s linear infinite alternate;

    background-image: -webkit-radial-gradient(center center, circle contain, rgb(229 0 12 / 2%) 0%, rgb(229 0 12 / 10%) 60%, rgb(229 0 12 / 26%) 90%, #aa6771 100%);
    background-image: -moz-radial-gradient(center center, circle contain, rgb(229 0 12 / 2%) 0%, rgb(229 0 12 / 10%) 60%, rgb(229 0 12 / 26%) 90%, #aa6771 100%);
    background-image: -ms-radial-gradient(center center, circle contain, rgb(229 0 12 / 2%) 0%, rgb(229 0 12 / 10%) 60%, rgb(229 0 12 / 26%) 90%, #aa6771 100%);
    background-image: -o-radial-gradient(center center, circle contain, rgb(229 0 12 / 2%) 0%, rgb(229 0 12 / 10%) 60%, rgb(229 0 12 / 26%) 90%, #aa6771 100%);
    background-image: radial-gradient(center center, circle contain, rgb(229 0 12 / 2%) 0%, rgb(229 0 12 / 10%) 60%, rgb(229 0 12 / 26%) 90%, #aa6771 100%);
}

@-webkit-keyframes z-scale {
    0% {
        -webkit-transform: scale(.6);
        transform: scale(.6);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@-webkit-keyframes z-zoom2 {
	0% {
		transform: scale(1);
		opacity: .8;
	}

	50% {
		transform: scale(.8);
		opacity: .6;
	}

	100% {
		transform: scale(1);
		opacity: .8;
	}
}

.about .about_npm3 {
    height: 5.75rem;
    margin-top: .20rem;
    background: url(../images/about/ab1_c3.jpg) no-repeat center/cover;
}

.page .content.about {
    padding-bottom: 0;
}

.about .about_npm3 .w1200 {
    position: relative;
    height: 100%;
}

.about .about_npm3 .w1200 .play {
    position: absolute;
    right: 0;
    left: 0;
    top: 56%;
    transform: translateY(-50%);
    margin: 0 auto;
    cursor: pointer;
}

.about .about_npm3 .w1200 .txt .play {
    width: .78rem;
}

.about .about_npm3 .w1200 .txt h1 {
    color: #fff;
    font-size: .36rem;
    line-height: .52rem;
    font-weight: 100;
    padding-top: 1rem;
    text-align: center;
}


#c_shade {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999999999;
}

#c_shade .bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .8;
    filter: alpha(opacity=80);
}

#c_shade .cnt {
    position: absolute;
    left: 50%;
    top: calc(50% + 30px);
    transform: translate(-50%, -50%);
    width: 100%;
}
.about #c_shade .cnt .closeBtn{
    bottom: -1rem;
    top: auto;
    left: 0;
    right: 0;
    margin: 0 auto;
}
#c_shade .cnt .closeBtn {
    background-color: #fff;
    position: absolute;
    top: -0.8rem;
    right: 0.4rem;
    width: .5rem;
    height: .5rem;
    background: #fff url(../images/about/close.png) no-repeat center;
    background-size: .19rem .19rem;
    border-radius: 50%;
    cursor: pointer;
    z-index: 1;
}

#c_shade .cnt #video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about2 .about_npm1 {
    background: url(../images/about/ab2_bg.jpg) no-repeat center;
    width: 100%;
    background-size: 7.5rem 3.83rem;
    padding-bottom: 5rem;
    background-position: bottom;
    margin-top: .25rem;
}

.about2 .ul .li {
    padding: .50rem 0 .47rem 0;
    border-bottom: .03rem solid #ebeff7;
    position: relative;
    overflow: hidden;
}
.about2 .ul .li:nth-last-of-type(1){
    border-bottom: none;
}
.about2 .ul .li::before {
    content: '';
    width: .02rem;
    height: 100%;
    background: #ebeff7;
    position: absolute;
    left: 1.97rem;
    top: 0;
}

.about2 .ul .li::after {
    content: '';
    width: .3rem;
    height: .03rem;
    background: #ebeff7;
    position: absolute;
    left: 1.99rem;
    top: 0.65rem;
}

.about2 .ul .li:nth-child(1) {
    padding: .05rem 0 .47rem 0;
}

.about2 .ul .li:nth-child(1)::before {
    top: .15rem;
}

.about2 .ul .li:nth-child(1)::after {
    top: .15rem;
}

.about2 .ul .li .le {
    float: left;
    width: 1.97rem;
    color: #2651bc;
    font-size: .36rem;
    line-height: 1;
    font-family: 'zcoolwenyiti';
}

.about2 .ul .li .ri {
    float: right;
    width: 4.2rem;
}

.about2 .ul .li .ri h1 {
    color: #e50019;
    font-size: .30rem;
    font-family: 'RAJDHANI-SEMIBOLD';
    margin-bottom: .10rem;

}

.about2 .ul .li .ri p {
    color: #808080;
    font-size: .26rem;
    margin-bottom: 0;
}

.about3 .about_npm1 .ul{
    margin-bottom: .35rem;
}

.about3 .about_npm1 .ul .li {
    border-top: .04rem solid #e9ecf2;
    padding: .4rem 0 .4rem 0;
    /* background-position: 3.60rem 50% !important; */
    position: relative;
    /* height: 1.55rem; */
    transition: all .6s;

}
.about3 .about_npm1 .ul .li.on{
    transition: all .6s;
    height: auto;
}
.about3 .about_npm1 .ul .li.on .Img{
    opacity: 0;
    display: none;
    transition: all .5s;
}
.about3 .about_npm1 .ul .li .Img{
    margin-top: .4rem;
    height: 3.8rem;
    opacity: 0;
    transition: all .5s;
    display: none;    
}
.about3 .about_npm1 .li.on .p {
    opacity: 1;
    display: block;
    transition: all .5s;
} 
.about3 .about_npm1 .li .p {
    margin-top: .25rem;
    position: relative;
    color: #808080;
    transition: all .5s;
    display: none;
    font-size: .24rem;
}
.about3 .about_npm1 .ul .li::after {
    content: '';
    width: .54rem;
    height: .50rem;
    position: absolute;
    right: 0;
    /* top: 50%;
    transform: translateY(-50%); */
    /* transition: all .5s; */
    top: 0.5rem;
    transform: initial;
    transition: .5s;
    opacity: 0;
}

.about3 .about_npm1 .ul .li:last-child {
    border-bottom: none;
}

/* .about3 .about_npm1 .ul .li:nth-child(1) {
    padding: 0 0 .28rem 0;
} */

.about3 .about_npm1 .ul .li:nth-child(1)::after {
    background: url(../images/about/ico1.png) no-repeat center/cover;
    width: .65rem;
    height: .6rem;
}

.about3 .about_npm1 .ul .li:nth-child(2)::after {
    width: .58rem;
    height: .58rem;
    background: url(../images/about/ico2.png) no-repeat center/cover;
}

.about3 .about_npm1 .ul .li:nth-child(3)::after {
    width: .68rem;
    height: .53rem;
    background: url(../images/about/ico3.png) no-repeat center/cover;
}

.about3 .about_npm1 .ul .li:nth-child(4)::after {
    width: .56rem;
    height: .56rem;
    background: url(../images/about/ico4.png) no-repeat center/cover;
}

.about3 .about_npm1 .ul .li:nth-child(5)::after {
    width: .53rem;
    height: .6rem;
    background: url(../images/about/ico5.png) no-repeat center/cover;
}

.about3 .about_npm1 .ul .li:hover h2 {
    color: #2651bc;
}

.about3 .about_npm1 .ul .li.on::after {
    opacity: 1;
    transition: .5s;
 
}

.about3 .about_npm1 .ul .li h1 {
    color: #4c4c4c;
    font-size: .32rem;
    line-height: 1;
    margin-bottom: 0.15rem;
    font-weight: 100;
    transition: all .3s;
}

.about3 .about_npm1 .ul .li h2 {
    color: #808080;
    transition: all .4s;
    font-size: .24rem;    
    line-height: 1;
}


.about4 .about_npm1 .top{
    display: flex;
    justify-content: space-between;
    width: 100%;
    border-top: .03rem solid #e9ecf2;
    border-bottom: .03rem solid #e9ecf2;
    height: .85rem;
}
.about4 .about_npm1 .top .time {
    text-align: center;
    position: relative;
    cursor: pointer;
   
  
}

.about4 .about_npm1 .top .time p {
    color: #8d94a6;
    font-size: .36rem;
    line-height: .85rem;
    font-family: 'RAJDHANI-SEMIBOLD';
    text-align: center;
    margin: auto;
    display: initial;
    position: relative;
}

.about4 .about_npm1 .top .time.on p {
    color: #2651bc;
}
    
.about4 .about_npm1 .box .time {
    display: none;
}
.about4 .about_npm1 .box .time:nth-child(2) .li{
    min-height: 1.8rem !important;
}
.about4 .about_npm1 .box .time:nth-child(2) .ul {
    padding: .75rem 0 0;
}


.about4 .about_npm1 .box .time:nth-child(2) .ul h2 {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 78%;
    bottom: 0;
}

.about4 .about_npm1 .box .time .ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: .75rem 0 .6rem;
}

.about4 .about_npm1 .box .time .ul .li {
    /* margin-right: .35rem; */
    position: relative;
    padding: 0rem .45rem 0;
    min-height: 1.13rem;
    margin-bottom: .2rem;
}

.about4 .about_npm1 .box .time:nth-child(1) {
    display: block;
}

.about4 .about_npm1 .box .time .ul .li:last-child {
    margin-right: 0;
}

.about4 .about_npm1 .box .time .li::after {
    content: '';
    width: .63rem;
    height: 1.54rem;
    background: url(../images/about/ico6.png) no-repeat center/cover;
    position: absolute;
    left: 0;
    top: 0;
}

.about4 .about_npm1 .box .time .li::before {
    content: '';
    width: .63rem;
    height: 1.54rem;
    background: url(../images/about/ico7.png) no-repeat center/cover;
    position: absolute;
    right: 0;
    top: 0;
}

.about4 .about_npm1 .box .time .li h1 {
    font-size: .24rem;
    color: #808080;
    text-align: center;
    line-height: .4rem;
}

.about4 .about_npm1 .box .time .li h2 {
    font-size: .24rem;
    line-height: .4rem;
    color: #808080;
    position: relative;
    height: 1rem;
    text-align: center;
    padding: .4rem .15rem 0;
}

.about4 .about_npm1 .box .time .li h2::after {
    content: '';
    width: .18rem;
    height: .18rem;
    background: url(../images/about/ico8.png) no-repeat center/cover;
    position: absolute;
    left: 50%;
    top: .25rem;
    transform: translateX(-.06rem);

}

.about4 .about_npm1 .box .time:nth-child(1) .li:nth-child(2) {
    margin-right: 0;
}


.scrolBox {
    max-height: 100px;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 30px;
}



/* 新闻版块  */
.news_cont1 .Le {
    width: 100%;
    height: auto;
    font-family: 'RAJDHANI-BOLD';
    padding-top: .25rem;
    border-top: .03rem solid #e6e6e6;
}

.news_cont1 .Le .date {
    font-size: .32rem;
    color: #b2b2b2;
    letter-spacing: -.01rem;
    margin-bottom: .05rem;
    font-family: 'RAJDHANI-SEMIBOLD';
}

.news_cont1 .Le h3 {
    font-size: .32rem;
    letter-spacing: -.01rem;
    color: #4c4c4c;
    margin-bottom: .2rem;

}
.news_cont1 .Le p{
    font-family: 'RAJDHANI-SEMIBOLD';
}
.news_cont1 .Ri> img{
    margin: .5rem 0 ;
}

.news_cont2 {
    overflow: hidden;
    position: relative;
    margin-bottom: 1rem;
}

.news_cont2 .xian {
   width: 100%;
   height: .2rem;
   background-color: #e8e8e8;
}

.news_cont2 .Ri>a:nth-child(1) {
    margin-top: 0;
}

.news_cont2 .Ri>a:nth-last-of-type(1) {
    border-bottom: none;
}

.news_cont2 .Ri a:nth-last-of-type(1) {
    border-bottom: none;
}

.news_cont2 .Ri a,
.news_ct .w1200 a {
    overflow: hidden;
    padding-bottom: .35rem;
    margin-top: .35rem;
    border-bottom: .02rem solid #ededed;
}
.news_cont2 .Ri a:nth-last-of-type(1), .news_ct .w1200 a:nth-last-of-type(1){
    border-bottom: none;

}

.news_cont2 .Ri a:hover .time_date,
.news_ct .w1200 a:hover .time_date {
    color: #808080;
    transition: all .5s;
}

.news_cont2 .Ri a:hover .news_text h3,
.news_ct .w1200 a:hover .news_text h3 {
    color: #e50019;
    transition: all .5s;
}

.news_cont2 .Ri .time_date,
.news_ct .time_date {
    float: left;
    margin-right: .25rem;
    font-size: .3rem;
    color: #808080;
    font-family: 'RAJDHANI-SEMIBOLD';
    transition: all .5s;
    letter-spacing: -.01rem;
}

.news_cont2 .Ri .news_text {
    float: left;
    width: 77%;

}

.news_ct .news_text {
    width: 77%;
    float: right;
}

.news_cont2 .Ri .news_text h3,
.news_ct .news_text h3 {
    color: #4c4c4c;
    font-size: .3rem;
    /* line-height: 1; */
    transition: all .5s;
    margin-bottom: .1rem;
}

.news_cont2 .Ri .news_text p,
.news_ct .news_text p {
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    display: none;
}

.news_cont2 .more{
    width: 100%;
    height: .85rem;
    font-size: .26rem;
    color: #fff;
    line-height: .85rem;
    padding-left: 1.35rem;
    margin-top: .2rem;
    background: #e50019 url(../images/news/ico1.png) no-repeat center;
    background-size: .2rem;
    transition: all .5s;
    cursor: pointer;
}
.news_ct .more {
    width: 89.5%;
    height: .85rem;
    font-size: .26rem;
    color: #fff;
    line-height: .85rem;
    padding-left: 1.55rem;
    margin-top: .2rem;
    background: #e50019 url(../images/news/ico1.png) no-repeat center;
    background-size: .2rem;
    background-position-x: 3.5rem;
    transition: all .5s;
    cursor: pointer;
}

.news_cont2 .more:hover,
.news_ct .more:hover {
    background-color: #d00d22;
    transition: all .5s;
}

.news_ct .more {
    margin-top: 0.4rem;
    margin-left: 0.4rem;
    margin-right: 0.4rem;
}


/* 新闻详情页 */
.news1-1_cont{
    margin-bottom: 1rem;
}
.news1-1_cont .Le {
    position: relative;
}

.details_title {
    padding-bottom: .25rem;
    border-bottom: .03rem solid #e6e9f0;
}

.details_title .date {
    font-size: .32rem;
    color: #bbc5c9;
    letter-spacing: -.01rem;
    margin-bottom:.05rem;
    font-family: 'RAJDHANI-SEMIBOLD';
}

.details_title h3 {
    color: #4c4c4c;
    font-size: .32rem;
}

.news1-1_cont .bdsharebuttonbox {
    position: absolute;
    top: .22rem;
    right: 0;
    white-space: nowrap;
}

.news1-1_cont .bdsharebuttonbox p {
    display: inline-block;
    height: .32rem;
    line-height: .32rem;
    font-size: .16rem;
    color: #999494;
    letter-spacing: normal;
}

.news1-1_cont .bdsharebuttonbox a {
    width: .32rem;
    height: .32rem;
    background: no-repeat center;
    margin: 0 0 0 .10rem;
}

.news1-1_cont .bdsharebuttonbox .bshare-weixin {
    background-image: url(../images/news/news_d_icon_wx.jpg);
}

.news1-1_cont .bdsharebuttonbox .bshare-sinaminiblog {
    background-image: url(../images/news/news_d_icon_wb.jpg);
}

.news1-1_cont .bsTop {
    width: auto !important;
}

.news1-1_cont .bsBox {
    height: auto !important;
}

.news1-1_cont .details_p {
    padding-top: .40rem;
}

.news1-1_cont .details_p img {
    margin: 0 auto;
    padding-top: .15rem;
    padding-bottom: .15rem;
}

.news1-1_cont .details_p span {
    font-size: .13rem;
    color: #b2b2b2;
    display: inline-block;
    text-align: center;
    margin-bottom: .15rem;
}

.news1-1_cont .Ri {
    width: 3.60rem;

}

.news1-1_cont .Ri .RiBox {
    background-color: #edf0f5;
    padding: .30rem .40rem;
}

.news1-1_cont .Ri h3 {
    margin-bottom: .20rem;
    font-size: .18rem;
    color: #53565c;
}

.news1-1_cont .Ri .RiBox>a:nth-of-type(1) {
    padding-top: 0;
}

.news1-1_cont .Ri .RiBox>a:nth-last-of-type(1) {
    border-bottom: 0;
}

.news1-1_cont .Ri .RiBox>a {
    display: block;
    padding-bottom: .25rem;
    padding-top: .25rem;
    border-bottom:.02rem solid #dde2eb;
}

.news1-1_cont .Ri .date {
    font-size: .18rem;
    color: #a4a8b3;
    letter-spacing: -.01rem;
    line-height: 1;
    font-family: 'RAJDHANI-SEMIBOLD';
}

.news1-1_cont .details_btn {
    display: flex;
    justify-content: space-evenly;
    margin-top: .30rem;
}

.news1-1_cont .details_btn .news_prev,
.news1-1_cont .details_btn .news_next {
    color: #808080;
}

.news1-1_cont .details_btn .rut_btn {
    color: #e50019;
}

/* 视频中心 */
.page .content.news3 {
    margin-bottom: 1rem;
}

.media-cont ul {
    overflow: hidden;
}

.media-cont ul li {
    width: 100%;
    float: left;
    margin-bottom: .3rem;
}


.media-cont ul li .img {
    position: relative;
    height: 3.6rem;
    overflow: hidden;
    transition: all .3s;
}

.media-cont ul li .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.media-cont ul li .img::after {
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    opacity: 1;
    transition: all .3s;
}

.media-cont ul li .img .play {
    width: auto;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    opacity: 1;
    transition: all .3s;
    cursor: pointer;
}

.media-cont ul li:hover .play,
.media-cont ul li:hover .img::after {
    opacity: 1;
}
.media-cont ul li .text {
    height: .95rem;
    background-color: #f2f2f2;
}
.media-cont ul li .text .h1 {
    color: #4c4c4c;
    font-size: .3rem;
    line-height: .95rem;
    position: relative;
    padding-left: .25rem;
}

.media-cont ul li .text .h1::before {
    content: '';
    position: absolute;
    top: .32rem;
    left: 0;
    width:.04rem;
    height: .3rem;
    background-color: #2651bc;
}


/* 新闻版块 结束 */






/* 业务布局 开始 */

/* business1 地产开发 */
.bus1_cont1 {
    overflow: hidden;
}
.business1 .bus1_cont1 .w1200{
    padding: 0 0 ;
}

.business1 .bus1_cont1 .ct_Top {
    margin-bottom: .40rem;
    padding: 0 .4rem;
}

.business1 .bus1_cont1 .ct_Top .c_down {
    width: 100%;
    height: .80rem;
    margin-right: .20rem;
    margin-bottom: .2rem;
    z-index: 994 !important;
}



.business1 .bus1_cont1 .ct_Top .ipt_box .btn {
    background-color: #e50019;
}
/* 下拉框 搜索*/
.bus1_cont1 .ct_Top .c_down {
    margin-bottom: .20rem;
    border:.02rem solid #e0e0e0;
    height: .80rem;
    width:  100%;
    position: relative;
}
.bus1_cont1 .ct_Top .c_down span {
    height: .8rem;
    line-height: .8rem;
    padding-left: .2rem;
    font-size: .24rem;
    color: #999999;
    background: url(../images/news/news_icon_year.png) no-repeat .30rem center;
    cursor: pointer;
    display: block;
}
 .bus1_cont1 .ct_Top .c_down span::after {
    content: "";
    display: block;
    position: absolute;
    right: -.02rem;
    top: -.02rem;
    width: .80rem;
    height: .80rem;
    background: #e6e6e6 url(../images/business/ico1.png) no-repeat center;
    background-size: .24rem .14rem;
}
.bus1_cont1 .ct_Top .c_down ul {
    display: none;
    top: .8rem;
    max-height: 3.02rem;
    position: absolute;
    left: -.02rem;
    right: 0;
    overflow: hidden;
    overflow-y: auto;
    z-index: 10;
}
.bus1_cont1 .ct_Top .c_down li {
    padding-left: .30rem;
    height: .80rem;
    line-height: .80rem;
    font-size: .24rem;
    color: #999999;
    background: #f2f2f2;
    /* border-bottom:. 2rem solid #e6e6e6; */
    transition: all .5s;
    font-family: "Gilroy-Medium";
    position: relative;
}
.bus1_cont1 .ct_Top .ipt_box {
    position: relative;
    border:.02rem solid #e0e0e0;
    height: .8rem;
}
.bus1_cont1 .ct_Top .ipt_box input {
    width: 100%;
    height: .8rem;
    line-height: .8rem;
    border: 0 none;
    font-size: .24rem;
    color: #999;
    padding: 0 .90rem 0 .17rem;
    background: url(../images/news/news_icon_key.png) no-repeat .30rem center;
}
 .bus1_cont1 .ct_Top .ipt_box .btn {
    position: absolute;
    right: 0;
    top: -.02rem;
    width: .8rem;
    height: .8rem;
    background: #e50019 url(../images/business/ico2.png) no-repeat center;
    background-size: .24rem;
}



.bus1_cont1 .ct_Top .ipt_box input::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #999;
}

.bus1_cont1 .ct_Top .ipt_box input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #999;
}

.bus1_cont1 .ct_Top .ipt_box input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #999;
}

.bus1_cont1 .ct_Top .ipt_box input:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #999;
}

.bus1_cont1 .ct_Top .map {
    width: 1.72rem;
    height: .60rem;
    float: right;
    background: url(../images/business/ico1.png) no-repeat .40rem;
    background-color: #d9d9d9;
}

.bus1_cont1 .ct_Top .map a {
    padding-left: .65rem;
    line-height: .60rem;
    color: #4c4c4c;
    font-size: .15rem;
}

.bus1_cont1 .Le {
    width: 100%;
    padding: 0 .4rem;
}

.bus1_cont1 .Le h1 {
    font-size: .32rem;
    color: #4c4c4c;
    line-height: .45rem;
    margin-bottom: .40rem;
}

.bus1_cont1 .Le h4 {
    font-size: .3rem;
    line-height: .36rem;
    color: #4c4c4c;
    margin-bottom: .10rem;
}

.bus1_cont1 .Le img {
    margin-top: 1.35rem;
}

.bus1_cont1 .Ri {
    width: 100%;
    margin-top: .4rem;
    position: relative;
}

.bus1_cont1 .Ri li {
    overflow: hidden;
}

.bus1_cont1 .Ri li .cont_txt {
    width: 100%;
    height: auto;
    padding: .4rem .4rem .7rem;
}

.bus1_cont1 .Ri li .cont_txt .tit {
    font-size: .32rem;
    color: #4c4c4c;
    margin-bottom: .15rem;
}

.bus1_cont1 .Ri li .cont_txt p {
    /* padding-right: .20rem;

    max-height: .57rem;
    overflow-y: auto; */
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    word-break: break-all;
    overflow: hidden;
    max-width: 100%;
}


.bus1_cont1 .Ri .bd {
    /* height: 5.47rem; */
}

.bus1_cont1 .Ri .bd ul,
.bus1_cont1 .Ri .bd ul li {
    width: 100% !important;
    height: 100% !important;
}



.bus1_cont1 .Ri .ban_btn .prev,
.bus1_cont1 .Ri .ban_btn .next {
    width: .60rem;
    height: .60rem;
    transition: all .7s;
    cursor: pointer;
    position: absolute;
    top: 1.68rem;

}

.bus1_cont1 .Ri .ban_btn .prev:hover,
.bus1_cont1 .Ri .ban_btn .next:hover {
    background-color: #e50019;
    transition: all .7s;

}

.bus1_cont1 .Ri .ban_btn .prev {
    background: rgba(0, 0, 0, 0.5) url(../images/business/left.png) no-repeat center;
    background-size: .11rem .20rem;
    left: 0;

}

.bus1_cont1 .Ri .ban_btn .next {
    background: rgba(0, 0, 0, 0.5) url(../images/business/riht.png) no-repeat center;
    background-size: .11rem .20rem;
    right: 0;
}

.bus1_cont2 {
    background: #e1e7ed url(../images/business/bus1_bg.png) no-repeat top;
    height: 100%;
    padding-top: 1.1rem;
    overflow: hidden;
    padding-bottom: 1rem;

}

.bus1_cont2 .c2_txt {
    padding: .40rem;
    background-color: #fff;
}

.bus1_cont2 .c2_txt h4 {
    color: #4c4c4c;
    font-size: .32rem;
    margin-bottom: .2rem;
}

.bus1_cont2 .c2_txt p {
    color: #797c80;
    margin-top:.05rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    word-break: break-all;
    overflow: hidden;
    max-width: 100%;
    margin-bottom: 0;
}

.bus1_cont2 .w1200 a {
    width: 100%;
    padding-bottom: .30rem;
    overflow: hidden;
}

.bus1_cont2 .w1200 .imgBx {
    height: 100%;
    overflow: hidden;
    width: 100%;
}

.bus1_cont2 .w1200 .more {
    width: 100%;
    height: .85rem;
    font-size: .26rem;
    color: #fff;
    line-height: .85rem;
    padding-left: 1.35rem;
    margin-top: .2rem;
    background: #e50019 url(../images/news/ico1.png) no-repeat center;
    background-size: .2rem;
    transition: all .5s;
    cursor: pointer;
}

.bus1_cont2 .w1200 .more:hover {
    background-color: #d00d22;
    transition: all .5s;
}

/* 地产详情页 */
.business1_data .subBan .img{
    height: 3.9rem;
}

.busda_cont1 .Ri {
    width: 100%;
    padding: .40rem  0;

}
.busda_cont1>.bg {
    height: 3.9rem;
    margin-top: 1.3rem;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.busda_cont1 .Ri h1 {
    color: #4c4c4c;
    font-size: .36rem;
    line-height: 1;
    padding-bottom: .30rem;
    border-bottom:.02rem solid #e0e0e0;
}

.busda_cont1 .Ri h4 {
    font-size: .25rem;
    color: #4c4c4c;
    display: flex;
    justify-content: left;
    margin-top: .4rem;
}

.busda_cont1 .Ri h4 em {
    display: block;
    font-size: .30rem;
    color: #2651bc;
    position: relative;
    top: -.03rem;
    font-family: 'RAJDHANI-SEMIBOLD';
    letter-spacing: -.01rem;
}

.busda_cont1 .Ri h5 {
    font-size: .22rem;
    color: #b2b2b2;
    margin-top:.05rem;
    line-height: .38rem;
    margin-bottom: .15rem;
}

.busda_cont1 .Ri .address {
    display: flex;
    justify-content: space-between;
}

.busda_cont1 .Ri p {
    margin-bottom: 0;
    /* display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    word-break: break-all; */
    overflow: hidden;
}

.busda_cont1 .Ri .address a {
    display: inline;
    color: #2651bc;
    font-weight: 600;
}

.busda_cont1 .Ri .btn {
    width: 100%;
    height: .85rem;
    line-height: .85rem;
    margin-top: .4rem;
    background: #2651bc;
    color: #fff;
    font-size: .26rem;
    text-align: center;
    cursor: pointer;
}


.busda_cont1 .returnBtn {
    font-size: .16rem;
    color: #fff;
    background: url(../images/business/ico3.png) no-repeat left;
    position: absolute;
    top: -.45rem;
    right: 0;
    padding-left: .20rem;
}

.business1_data .tit {
    font-size: .32rem;
    color: #4c4c4c;
}

.busda_cont2 {
    padding: .40rem 0 .45rem;
}

.busda_cont2 ul {
    overflow: hidden;
    /* margin-top: .20rem; */
}

.busda_cont2 ul li p {
    margin-bottom: 0;
}
.busda_cont2 ul li p>em{
    /* width: .70rem; */
    display: inline-block;
    text-align-last: justify;
}
.busda_cont2 ul li {
    position: relative;
    width: 100%;
    padding-bottom: .3rem;
    padding-top: .3rem;
    border-bottom: 0.01rem solid #e0e0e0;

}
.busda_cont2 ul li:nth-last-of-type(1){
    border-bottom: none;
}

.busda_cont3 {
    margin-bottom: 1.4rem;
}

.busda_cont3 .item_hd ul {
    padding-top: .30rem;
    /* display: flex;
    justify-content: space-between; */
    margin-bottom: .15rem;
    overflow: hidden;
}

.busda_cont3 .item_hd ul li {
    width: 2.30rem;
    height: .60rem;
    line-height: .60rem;
    text-align: center;
    background-color: #f0f0f0;
    margin-left: .12rem;
    font-size: .16rem;
    color: #808080;
    cursor: pointer;
    float: left;
    margin-bottom: .10rem;
}

.busda_cont3 .item_hd ul li.on {
    background-color: #e50019;
    color: #fff;

}

.busda_cont3 .item_hd ul li:nth-child(6n) {
    margin-left: 0;
}

.busda_cont3 .item_hd ul li:nth-of-type(1) {
    margin-left: 0;
}
.busda_cont3 .item_bd{
    padding-top: .3rem;
    position: relative;
}
.busda_cont3 .item_bd .item-con {
    position: relative;
    display: none;
}
.busda_cont3 .item_bd .swiper-pagination{
    position: absolute;
    bottom: -.6rem;
}
.busda_cont3 .item_bd .swiper-pagination .swiper-pagination-bullet-active{
    background-color: #e5000c;
}

.busda_cont3 .item_bd .item-con .swiper-slide .item_tit{
    background-color: #f0f0f0;
    font-size: .28rem;
    color: #808080;
    height: .8rem;
    line-height: .8rem;
    text-align: center;
    transition: all .6s;
}

.busda_cont3 .item_bd .item-con:nth-child(1) {
    display: block;
}

.busda_cont3 .item_bd .item-con .bd {
    overflow: hidden;
}

/* .busda_cont3 .item_bd .item-con .bd ul {
    width: 100% !important;
    height: 2.40rem  !important;
} */
.busda_cont3 .item_bd .item-con .bd li{
    width: 100%;
    margin-right: .18rem;
    overflow: hidden;
    float: left;
}
.busda_cont3 .item_bd .item-con .bd li.clone{
    /* display: none; */
}
.busda_cont3 .item_bd .item-con .bd li:nth-child(3n){
    /* margin-right: 0; */
}

.busda_cont3 .item_bd .item-con .bd li img {
    width: 100%;
}

.busda_cont3 .item_bd li .txt {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: .70rem;
    background-color: rgba(0, 0, 0, 0.7);
    padding-left: .35rem;
}

.busda_cont3 .item_bd li .txt p {
    color: #fff;
    line-height: .70rem;
    font-size: .16rem;

}

.busda_cont3 .item_bd .hd {
    position: absolute;
    bottom: .29rem;
    right: 0;
    display: none;
}

.busda_cont3 .item_bd .hd li {
    float: left;
    font-size: 0;
    width: .11rem;
    height: .11rem;
    background-color: #959595;
    border-radius: 50%;
    margin-right: .17rem;
    cursor: pointer;
}

.busda_cont3 .item_bd .hd li:nth-last-of-type(1) {
    margin-right: .40rem;
}

.busda_cont3 .item_bd .hd li.on {
    background-color: #e50019;
}

.busda_cont3 .item_bd .prev,
.busda_cont3 .item_bd .next {
    width: .60rem;
    height: .60rem;
    transition: all .7s;
    cursor: pointer;
    position: absolute;
    top: 1.10rem;

}


.busda_cont3 .item_bd .next:hover {
    background: url(../images/business/b_nexton.png) no-repeat center;
    transition: all .7s;
}

.busda_cont3 .item_bd .prev:hover {
    background: url(../images/business/b_prevon.png) no-repeat center;
    transition: all .7s;

}

.busda_cont3 .item_bd .prev {
    background: url(../images/business/b_prev.png) no-repeat center;
    left: -.80rem;
}

.busda_cont3 .item_bd .next {
    background: url(../images/business/b_next.png) no-repeat center;
    right: -.80rem;
}

.busda_cont4 {
    background-color: #f2f2f2;
    overflow: hidden;
    position: relative;
    padding: 0.8rem 0;
}

.busda_cont4 .add_list {
    width: 100%;
    margin-top: .40rem;
    padding-top: .40rem;
    padding-bottom: .40rem;
    background-color: #fff;
}

.busda_cont4 .add_list li .icon {
    width: .72rem;
    height: .72rem;
    border-radius: 50%;
    float: left;
    transition: all .4s;
    background-size: cover !important;
}

.busda_cont4 .add_list li:nth-of-type(1) .icon {
    background: url(../images/business/io1.png) no-repeat center;
}

.busda_cont4 .add_list li:nth-of-type(2) .icon {
    background: url(../images/business/io2.png) no-repeat center;
}

.busda_cont4 .add_list li:nth-of-type(3) .icon {
    background: url(../images/business/io3.png) no-repeat center;
}

.busda_cont4 .add_list li:nth-of-type(4) .icon {
    background: url(../images/business/io4.png) no-repeat center;
}

.busda_cont4 .add_list li:nth-of-type(5) .icon {
    background: url(../images/business/io5.png) no-repeat center;
}

.busda_cont4 .add_list li:nth-of-type(1).crt .icon {
    background: url(../images/business/io1on.png) no-repeat center;
}

.busda_cont4 .add_list li:nth-of-type(2).crt .icon {
    background: url(../images/business/io2on.png) no-repeat center;
}

.busda_cont4 .add_list li:nth-of-type(3).crt .icon {
    background: url(../images/business/io3on.png) no-repeat center;
}

.busda_cont4 .add_list li:nth-of-type(4).crt .icon {
    background: url(../images/business/io4on.png) no-repeat center;
}

.busda_cont4 .add_list li:nth-of-type(5).crt .icon {
    background: url(../images/business/io5on.png) no-repeat center;
}

.busda_cont4 .add_list ul {
    display: flex;
    justify-content: space-between;
    padding: 0 0.4rem;
}

.busda_cont4 .add_list li p {
    line-height: .48rem;
    margin-left: .10rem;
    text-align: center;
}


/* map */
.business1_data .map_del {
    position: relative;
    z-index: 6;
    width: 100%;
    height: 3.75rem;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.business1_data .map_del::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1);
    z-index: 5;
    pointer-events: none;
}

.business1_data .map_del #dituContent {
    width: 100%;
    margin: auto;
    height: 3.75rem;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    box-sizing: border-box;
}

.business1_data .map_del #dituContent img {
    max-width: none;
}

.business1_data .map_around {
    /* position: absolute;
    bottom: .65rem;
    right: 0; */
    z-index: 5;
    width: 100%;
    height: 4.20rem;
    background: #f2f2f2;
    margin: .4rem 0 0;
    overflow-y: auto;
    overflow-x: hidden;
}

.business1_data .map_around ul li {
    /* height: .78rem; */
    position: relative;
    color: #808080;
    cursor: pointer;
    height: 1rem;
   
    border-top: .02rem solid #e0e0e0;
}

.business1_data .map_around ul li:nth-of-type(1) {
    border-top: none;
}

.business1_data .map_around ul li .grp {
    display: flex;
    justify-content: space-between;
}

.business1_data .map_around ul li p {
    margin-bottom: 0;
    line-height: 1rem;
}

.business1_data .map_around ul li::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    height:.01rem;
    background: #eaeaea;
}

.business1_data .map_around #r-result {
    height: 2.20rem;
    overflow-x: hidden;
    overflow-y: auto;
    margin-top: .30rem;
}

.business1_data .map_around #r-result li {
    display: block;
    margin-bottom: .30rem;
    cursor: pointer;
}
.business1_data .map_around #r-result .parents ._ul {
    display: none;
}

.business1_data .map_around #r-result .parents ._ul.on {
    display: block;
}

.business1_data .map_around #r-result ._li {
    display: block;
    margin-bottom: .30rem;
    cursor: pointer;
}

.business1_data .map_around #r-result ._li .text {
    display: block;
}

.business1_data #r-result .parents ._ul p {
    font-size: .14rem;
    color: #808080;
    margin-top:.04rem;
}

.business1_data .map_cn {
    position: absolute;
    top: .60rem;
    left: 2.85rem;
    width: 5.35rem;
    height: 4.43rem;
}

.business1_data .BMap_cpyCtrl {
    display: none;
}
#lightbox{
    top: 22rem !important;
}

.house {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 1000;
    display: none;
}

.house_bg {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: #333;
    opacity: 0.7;
}

.house .info {
    width: 82%;
    background: #fff;
    padding: .6rem 0.4rem;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: translateY(-50%);
    box-sizing: border-box;
    padding-top: .40rem;
}

.house .info h3 {
    color: #535353;
    font-size: .36rem;
    text-align: center;
    font-weight: normal;
}

.house .info p {
    font-size: .24rem;
    color: #535353;
    margin-top: .20rem;
}

.house .info input {
    width: 100%;
    height: .8rem;
    border:.01rem solid #e5e4e2;
    background: #f5f3ee;
    font-size: .24rem;
    color: #535353;
    box-sizing: border-box;
    padding-left: .20rem;
    margin-top: .20rem;
}

.house .info input:focus {
    outline: none;
    border:.01rem solid #d1ad6f;
}

.house .info button {
    width: 100%;
    height: .8rem;
    color: #fff;
    font-size: .26rem;
    border-radius:.05rem;
    background: #006ad4;
    margin-top: .40rem;
}




/* business2 对外投资 */
.bus2_cont1 .ct_title {
    margin-top: -.10rem;
    margin-bottom: .50rem;
}

.bus2_cont1 .ct_title p {
    margin-bottom: 0;
}

.bus2_cont1 .ct_title h3 {
    font-size: .3rem;
    margin-top:.2rem;
    color: #4c4c4c;
}

.bus2_cont1 .img_box {
    position: relative;
    margin-bottom: .80rem;
}

.bus2_cont1 .img_box .bd {
    overflow: hidden;
}

.bus2_cont1 .img_box .bd li {
    width: 100%;
    background-color: #ebedf2;
    margin-bottom: .2rem;
}

.bus2_cont1 .img_box .bd li .box_txt {
    padding: .55rem  .40rem .55rem;
    position: relative;
    background-position: 5.4rem .55rem !important;
}
.bus2_cont1 .img_box .bd li:nth-child(1) .box_txt {
    background: url(../images/business/01.png) no-repeat;
    background-size: .74rem .61rem;
}

.bus2_cont1 .img_box .bd li:nth-child(2) .box_txt {
    background: url(../images/business/02.png) no-repeat;
    background-size: .94rem .61rem;

}

.bus2_cont1 .img_box .bd li:nth-child(3) .box_txt {
    background: url(../images/business/03.png) no-repeat;
    background-size: .95rem .61rem;
}

.bus2_cont1 .img_box .bd li:nth-child(4) .box_txt {
    background: url(../images/business/04.png) no-repeat;
    background-size: 1.02rem .61rem;
}

.bus2_cont1 .img_box .bd li .box_txt h3 {
    font-size: .32rem;
    color: #4c4c4c;
    line-height: 1;
    margin-bottom: .2rem;
}


/* business3 物业管理 */
.bus3_cont1 .w1200{
    padding: 0 0;
}
.bus3_cont1 .Le {
    margin-top: .75rem;
}
.bus3_cont1 .Ri{
    padding: 0 .4rem;
}
.bus3_cont1 .Ri p>em {
    color: #e50019;
}



/* 社会责任 开始 */
/* responsibility1.html */
.res1_cont1 .w1200>p em {
    font-size: .28rem;
    color: #4c4c4c;
    line-height: 1.6;
    margin-bottom: .2rem;
}

.res1_cont1 .w1200 h3 {
    line-height: 1;
    font-size: .36rem;
    color: #4c4c4c;
    font-weight: lighter;
    margin-bottom: .40rem;
}

.res1_cont1 .w1200 .ct_img {
    margin-top: .25rem;
    animation-delay: 2s;
}
/* responsibility2.html */
.res1_cont1  ,.res2_cont1 {
    margin-bottom: 1rem;
}
.res2_cont1  .w1200 a:nth-of-type(1){
    margin-top: 0;
}


/* 社会责任 结束 */



/* 联系部分 */

.contact1 .contact_npm1 .le .titt {
    width: 100%;
}

.contact1 .contact_npm1 .le .txt h1 {
    color: #4c4c4c;
    font-size: .36rem;
    font-weight: 100;
    line-height: .30rem;
    margin-bottom: .25rem;
}

.contact1 .contact_npm1 .le .txt p {
    font-size: .24rem;
    color: #808080;
    margin-bottom: 0;
    font-family: 'RAJDHANI-SEMIBOLD';
}

.contact1 .contact_npm1 .le .txt p em {
    font-size: .17rem;
    vertical-align: top;
}

.contact1 .contact_npm1 .ri {
    width: 100%;
    margin-top: .6rem;
    background: url(../images/contact1/bg1.jpg) no-repeat center;
    background-position: bottom;
    margin-bottom: 0.45rem
}

.contact1 .contact_npm1 .ri .top {
    border-bottom:.02rem solid #d7dae0;
    padding-bottom: .18rem;
}

.contact1 .contact_npm1 .ri .top .time {
    float: left;
    font-size: .24rem;
    color: #808080;
    margin-right: .5rem;
    position: relative;
    cursor: pointer;
}

.contact1 .contact_npm1 .ri .top .time::after {
    content: '';
    width: 10%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    transition: all .6s;
    height:.02rem;
    bottom: -.20rem;
    background: #e50019;
    opacity: 0;
}

.contact1 .contact_npm1 .ri .top .time.on {
    color: #e50019;
}

.contact1 .contact_npm1 .ri .top .time.on::after {
    opacity: 1;
    width: 100%;
}

.contact1 .contact_npm1 .ri .bobox {
    margin-top: .26rem;
}

.contact1 .contact_npm1 .ri .bobox .time {
    display: none;
}

.contact1 .contact_npm1 .ri .bobox .time:nth-child(1) {
    display: block;
}

.contact1 .contact_npm1 .ri .bobox .time h1 {
    color: #777d8c;
    font-size: .24rem;
    padding-left: .50rem;
    font-family: 'RAJDHANI-SEMIBOLD';
    background: url(../images/contact/ico1.png) no-repeat;
    background-position: 0 0;
    margin-bottom: .15rem;
    background-size: .25rem .32rem;
    line-height: 1.6;
}

.contact1 .contact_npm1 .ri .bobox .time h2 {
    color: #777d8c;
    font-size: .24rem;
    padding-left: .50rem;
    font-family: 'RAJDHANI-SEMIBOLD';
    background: url(../images/contact/ico2.png) no-repeat;
    background-position: 0 0;
    background-size: .27rem .26rem;
    line-height: 1.6;
}

.contact1 .contact_npm1 .ri .bobox .time h2 em {
    font-size: .24rem;
    vertical-align: top;
}

#contact1_map {
    height: 4.50rem;
    width: 100%;
    clear: both;
    margin: .30rem auto 0;
    max-width: 12.00rem;
}

#contact1_map span {
    opacity: 0;
}

#contact1_map .BMap_Marker {
    opacity: 1;
}

#contact1_map img {
    max-width: none;
}
.contact2 .contact_npm1 {
    /* overflow: hidden; */
}
.contact2 .contact_npm1 .box {
    height: 5.16rem;
    /* overflow: hidden; */
    background: url(../images/contact/bg1.jpg) no-repeat top/cover;
    position: relative;
}

.contact2 .contact_npm1 .box .txt {
    position: absolute;
    bottom: 1.30rem;
    left: .60rem;
}

.contact2 .contact_npm1 .box .txt h1 {
    color: #e50019;
    font-size: .30rem;
    font-weight: 100;
    line-height: .30rem;
    margin-bottom: .15rem;
}

.contact2 .contact_npm1 .box .txt p {
    color: #a69379;
    margin-bottom: 0;
    font-size: .14rem;
    line-height: .14rem;
}

.contact2 .contact_npm1 .box .ewmbg {
    width: 6.02rem;
    height: 6.47rem;
    background: url(../images/contact/code.png) no-repeat center/cover;
    position: absolute;
    left: 0;right: 0;
    margin: 0 auto;
    bottom: 0;
    z-index: 2;
}

.contact2 .contact_npm1 .box .ewmbg.animated {
    bottom: 0;
}

.contact2 .contact_npm1 .box .ewm {
    /* position: absolute;
    left: 50%;
    max-width: .97rem;
    left: 2.28rem;
    top: 32%; */
    /* width: 6.02rem; */
}

.contact2 .contact_npm1 .box .enit {
    width: 4.73rem;
    height: 1.40rem;
    background: url(../images/contact1/bg4.png) no-repeat;
    position: absolute;
    right: .45rem;
    bottom: .96rem;
    line-height: 1.53rem;
    z-index: 1;
}
.contact2 .contact_npm1 .txt{
    margin-top: .4rem;
}
.contact2 .contact_npm1 .txt h1 {
    color: #4c4c4c;
    font-size: .32rem;
    font-weight: 100;
    line-height: 1;
    margin-bottom: .1rem;
}

.contact2 .contact_npm2 {
    padding: .60rem 0 1.60rem;
    background: #f2f2f2;
    margin-top: .88rem;
}

.page .content.contact2 {
    padding-bottom: 0;
}

.contact2 .contact_npm2 .topBox {
    overflow: hidden;
    margin-bottom: .4rem;
}

.contact2 .contact_npm2 .topBox .time {
    float: left;
    color: #4c4c4c;
    font-size: .28rem;
    margin-right: .5rem;
    position: relative;
    cursor: pointer;
}

.contact2 .contact_npm2 .topBox .time.on {
    color: #2651bc;
}

.contact2 .contact_npm2 .topBox .time::after {
    content: '';
    width:.03rem;
    height: .12rem;
    background: #2651bc;
    position: absolute;
    bottom: -.32rem;
    left: 50%;
    transition: all .6s;
    transform: translateX(-50%);
    opacity: 0;
}

.contact2 .contact_npm2 .topBox .time.on::after {
    bottom: -.20rem;
    opacity: 1;
}

.contact2 .contact_npm2 .botbox .ul .li {
    width:  100%;
    height: 4.47rem;
    background: #fff;
    position: relative;
    background-position: bottom;
}

.contact2 .contact_npm2 .botbox .ul .li::after {
    content: '';
    width: 4rem;
    height: 3.76rem;
    position: absolute;
    bottom: 0;
    left: 50%;
    transition: all .3s;
    transform: translateX(-50%);
    background: url(../images/contact/bg2.png) no-repeat center/cover;
    opacity: 1;
}

.contact2 .contact_npm2 .botbox .ul .li:nth-child(3n) {
    margin-right: 0;
}

.contact2 .contact_npm2 .botbox .ul .li .aimg {
    position: relative;
}

.contact2 .contact_npm2 .botbox .ul .li .poimg {
    position: absolute;
    top: 1.63rem;
    left: 0;
    right: 0;
    margin: 0 auto;
    transition: all .5s;
}

.contact2 .contact_npm2 .botbox .ul .li .aimg i {
    width: 1.20rem;
    height: 1.20rem;
    border:.01rem solid #e6e8ec;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    position: relative;
    z-index: 2;
    box-sizing: border-box;
    margin: auto;
}

.contact2 .contact_npm2 .botbox .ul .li p {
    color: #4c4c4c;
    font-size: .24rem;
    text-align: center;
    margin-top: .18rem;
}

.contact2 .contact_npm2 .botbox .ul .li .aimg img {
    width: 1.06rem;
}

.contact2 .contact_npm2 .botbox .moreit {
    color: #fff;
    font-size: .16rem;
    line-height: .68rem;
    background: #e50019 url(../images/contact1/ico4.png) no-repeat;
    width: 1.80rem;
    float: right;
    padding-left: .33rem;
    background-position: 1.34rem 50%;
    cursor: pointer;
    transition: all .5s;
    margin-top: .25rem;
}
.contact2 .contact_npm2 .botbox {
    position: relative;
}
.contact2 .contact_npm2 .botbox .swiper-pagination{
    position: absolute;
    bottom: -30px;
}
.contact2 .contact_npm2 .botbox .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background-color: #e5000c;
    border: .03rem solid #e5000c;
}
.contact2 .contact_npm2 .botbox .swiper-pagination-bullet{
    width: .2rem;
    height: .2rem;
    border: .03rem solid #c0c0c0;
    background-color: #f2f2f2;
    opacity: 1 !important;
}

.contact3 .contact_npm1 .le .titt {
    width: 100%;
}

.contact3 .contact_npm1 .le .txt h1 {
    color: #4c5059;
    font-size: .32rem;
    font-weight: 100;
    line-height: .48rem;
}

.contact3 .contact_npm1 .le .txt p {
    margin-bottom: .4rem;
    color: #808080;
    font-size: .24rem;
    margin-top: .15rem;
}

.contact3 .contact_npm1  {
    margin-bottom: 1rem;
}   

.contact3 .contact_npm1 .ri .font {
    width: 100%;
    height: .8rem;
    position: relative;
    margin-bottom: .2rem;
}

.contact3 .contact_npm1 .ri .font:nth-child(2n) {
    margin-right: 0;
}

.contact3 .contact_npm1 .ri .font input {
    background: #f0f0f0;
    width: 100%;
    height: 100%;
    padding-left: .40rem;
    padding-right: .15rem;
}

.contact3 .contact_npm1 .ri .font p {
    color: #b2b2b2;
    font-size: .14rem;
    position: absolute;
    left: .20rem;
    top: 50%;
    pointer-events: none;
    transform: translateY(-50%);
}

.contact3 .contact_npm1 .ri .font p em {
    color: #e50019;
    margin-right:.02rem;
}
.contact3 .contact_npm1 .ri .font .xing{
    position: relative;
    display: block;
}
.contact3 .contact_npm1 .ri .font.xing::before,
.contact3 .contact_npm1 .ri .textarea.xing::before{
    content: '';
    background: url(../images/contact/xing.png) no-repeat center/cover;
    width: 0.1rem;
    height: 0.1rem;
    z-index: 10;
    position: absolute;
    top: .3rem;
    left: 0.35rem;
}
.contact3 .contact_npm1 .ri .font.xing input,
.contact3 .contact_npm1 .ri .textarea.xing textarea{
    padding-left: .55rem;
}
.contact3 .contact_npm1 .ri .font:nth-child(3) em {
    color: #f0f0f0;
}

.contact3 .contact_npm1 .ri .font:nth-child(4) em {
    color: #f0f0f0;
}

.contact3 .contact_npm1 .ri .textarea {
    clear: both;
    height: 1.60rem;
    background: #f0f0f0;
    position: relative;
}

.contact3 .contact_npm1 .ri .textarea textarea {
    width: 100%;
    height: 100%;
    padding: .25rem .20rem;
    background: none;
    border: none;
}

.contact3 .contact_npm1 .ri .textarea p {
    color: #999999;
    font-size: .14rem;
    position: absolute;
    left: .20rem;
    top: .25rem;
}

.contact3 .contact_npm1 .ri .textarea p em {
    color: #e50019;
    margin-right:.02rem;
}

.contact3 .contact_npm1 .ri .submitfont {
    text-align: left;
    color: #fff;
    height: .9rem;
    font-size: .26rem;
    padding-left: 4rem;
    line-height: .9rem;
    cursor: pointer;
    margin-top: .2rem;
    background: #e50019 url(../images/contact/ico3.png) no-repeat  ;
    background-position: 5.40rem 50%;
    background-size: .69rem .25rem;
}


/* 联系部分 结束 */



/* 加入瑞丰 开始 */


.join1_cont1 {
    position: relative;
    overflow: hidden;
    margin-bottom: .8rem;
}

.join1_cont1 h6 {
    color: #4c4c4c;
    font-size: .32rem;
    margin-bottom: .20rem;
}

.join1_cont1 .top h3 {
    color: #2651bc;
    font-size: .36rem;
    line-height: 1.3;
    margin-top: .10rem;
    margin-bottom: .20rem;
    font-weight: 300;

}
.join1_cont1  .mid{
    margin-top: .7rem;
}
.join1_cont1 .mid_hd {
    position: relative;
    overflow: hidden;
    margin-top: .40rem;
}

.join1_cont1 .mid_hd::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: .03rem;
    background-color: #ebebeb;
    z-index: -1;
}
.join1_cont1 .mid_hd ul{
    display: flex;
    justify-content: space-between;
}
.join1_cont1 .mid_hd li {
    font-size: .24rem;
    color: #808080;
    width: 100%;
    height: .80rem;
    line-height: .80rem;
    text-align: center;
    margin-right: .2rem;
    transition:all .4s;
    cursor: pointer;
    background: #e9ecf2;
}
.join1_cont1 .mid_hd li:nth-last-of-type(1){
    margin-right: 0;
}
.join1_cont1 .mid_hd li.on {
    color: #fff;
    background: #e50019;
    /* transition:all .7s; */
}


.join1_cont1 .img_box {
    position: relative;
    margin-top: .20rem;
    display: none;
}

.join1_cont1 .img_box:nth-child(1) {
    display: block;
}

.join1_cont1 .img_box .bd {
    overflow: hidden;
}

.join1_cont1 .img_box .bd li {
    width: 100% ;
    padding: .58rem .40rem;
    background-color: #e9ecf2;
    margin-bottom: .2rem;
}
.join1_cont1 .img_box .bd li img{
    width: .6rem;
}
.join1_cont1 .img_box .bd li h3 {
    margin-top: .40rem;
    color: #4c5059;
    font-size: .28rem;
    margin-bottom: .15rem;
}

.join1 .join1_cont1 .img_box .b_next {
    background: #e9ecf2 url(../images/business/riht11.png) no-repeat center;

}

.join1 .join1_cont1 .img_box .b_prev {
    background: #e9ecf2 url(../images/business/left11.png) no-repeat center;
}

.join1 .join1_cont1 .img_box .b_next:hover {
    background: url(../images/business/riht.png) no-repeat center;
}

.join1 .join1_cont1 .img_box .b_prev:hover {
    background: url(../images/business/left.png) no-repeat center;
}

.join1_cont1 .bot {
    background: #e9ecf3;
    height: auto;
    position: relative;
    overflow: hidden;
    margin-top: .60rem;
}

.join1_cont1 .bot .Ri {
    padding: .55rem .40rem .55rem ;
    box-sizing: border-box;
}

.join1_cont1 .bot .Ri h3 {
    color: #4c5059;
    font-size: .32rem;
    line-height: 1;
    padding-bottom: .20rem;
}


/* 社会招聘 */

.join2_cont1 {
    position: relative;
    overflow: hidden;
    margin-bottom: .9rem;
}

.join2_cont1 li:nth-child(4n) {
    margin-right: 0;
}

.join2_cont1 li {
    float: left;
    margin-right: .2rem;
   /* margin-bottom: .16rem; */
    height: 4.26rem;
    transition: all .6s;
    position: relative;
    background: url(../images/join/jo2_bg.png) no-repeat center/cover;
    width: 47%;
    border-radius: 0.25rem;
}

.join2_cont1 li a {
    width: 100%;
    height: 100%;
    /* background: #f0f4fc; */
    padding-top: .8rem;
    position: relative;
    transition: all .6s;

}

.join2_cont1 li .ico {
    /* position: absolute; */
    width: 1.50rem;
    height: 1.50rem;
    margin: auto;
    background-color: #fff;
    border-radius: 50%;
    margin-bottom: .5rem;
    position: relative;
    z-index: 10;

}
.join2_cont1 li .ico::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: .61rem;
    height: .74rem;
    margin-top: -.37rem;
    margin-left: -.305rem;
    /* background: url(../images/join/shadow.png) no-repeat center/cover; */
    z-index: -1;
}

.join2_cont1 li .ico img {
    width: .92rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
}
.join2_cont1 li:nth-of-type(1) .ico img {
    left: .2rem;
    top: .85rem;
    width: .61rem;
}

.join2_cont1 li:nth-of-type(2) .ico img {
    left: .22rem;
    top: .9rem;
    width: .75rem;
}

.join2_cont1 li:nth-of-type(3) .ico img {
    left: .3rem;
    top: .95rem;
    width: .85rem;
}

.join2_cont1 li:nth-of-type(4) .ico img {
    left: .26rem;
    top: .88rem;
    width: .77rem;
}

.join2_cont1 li:nth-of-type(5) .ico img {
    left: .35rem;
    top: .9rem;
}

.join2_cont1 li:nth-of-type(6) .ico img {
    left: .16rem;
    top: .9rem;
    width: .7rem;
}

.join2_cont1 li:nth-of-type(7) .ico img {
    left: .19rem;
    top: .82rem;
    width: .72rem;
}

.join2_cont1 li:nth-of-type(8) .ico img {
    left: .14rem;
    top: .78rem;
    width: .59rem;
}

.join2_cont1 li h3 {
    transition: all .3s;
    font-size: .24rem;
    color: #fff;
    text-align: center;
    margin-bottom:.07rem;
}

.join2_cont1 li h5 {
    text-transform: uppercase;
    font-family: 'RAJDHANI-SEMIBOLD';
    transition: all .6s;
    color: #9eabcc;
    text-align: center;
    font-size: .24rem;
}


/* join2_list 社会招聘列表详情页 */
.join2_list{
    margin-bottom: 1rem !important;
}
.join2_list_cont1 {
    position: relative;
    overflow: hidden;
}

.join2_list_cont1 .Le .li {
    overflow: hidden;
    padding-bottom: .30rem;
    border-bottom:.01rem solid #e0e0e0;
}


.join2_list_cont1 .Le .li:nth-last-of-type(1) {
    border-bottom: none;

}

.join2_list_cont1 .Le .tit {
    display: flex;
    justify-content: space-between;
    margin-bottom: .15rem;
}

.join2_list_cont1 .Le .tit h3 {
    color: #4c4c4c;
    font-size: .32rem;
    margin-bottom: .2rem;
    line-height: 1;
    display: flex;
}

.join2_list_cont1 .Le .tit h3 img {
    margin-right: .10rem;
    width: .25rem;
}

.join2_list_cont1 .Le .tit .reset {
    color: #1890ff;
    font-size: .22rem;
}

.join2_list_cont1 .Le .sea_input {
    width: 100%;
    height: .80rem;
    position: relative;
    background: #fff;
    margin-right: .15rem;
    z-index: 5;
    border:.01rem solid #e6e6e6;
}

.join2_list_cont1 .Le .sea_input input {
    width: calc(100% - .8rem);
    height: 100%;
    padding-left: .20rem;
    font-size: .24rem;
    color: #999999;
}

.join2_list_cont1 .Le .sea_input .btn {
    position: absolute;
    right: 0;
    top: 0;
    width: .80rem;
    height: 100%;
    background: #2651bc url(../images/join/jo2_search.png) no-repeat;
    background-position: 50% 50%;
    background-size: .24rem;
}

.join2_list_cont1 .Le .type {
    padding-bottom: .15rem;
}

.join2_list_cont1 .Le .type,
.join2_list_cont1 .Le .place,
.join2_list_cont1 .Le .category {
    padding-top: .4rem;
}

.join2_list_cont1 .Le .type .show {
    width: .13rem;
    height:.08rem;
    background: url(../images/join/show.png) no-repeat center;
    display: none;
}

.join2_list_cont1 .Le .cont ul {
    overflow: hidden;
}

.join2_list_cont1 .Le .cont li {
    margin-bottom: .25rem;
    cursor: pointer;
    float: left;
    margin-right: .7rem;
}

.join2_list_cont1 .Le .cont li:nth-of-type(4),.join2_list_cont1 .Le .cont li:nth-of-type(7) {
    margin-right: .64rem;
}

.join2_list_cont1 .Le .cont li:nth-child(4n) {
    margin-right: 0;
}

.join2_list_cont1 .Le .cont li .icn {
    background: url(../images/join/jo2_i4.png) no-repeat center/cover;
    width: .22rem;
    height: .22rem;
    margin-right:.1rem;
    float: left;
}

.join2_list_cont1 .Le .cont li.on .icn {
    background: url(../images/join/jo2_i4on.png) no-repeat center/cover;
}

.join2_list_cont1 .Le .cont li p {
    float: left;
    line-height: 1;
}

.join2_list_cont1 .Le .inp {
    position: relative;
    margin-bottom: .4rem;
}

.join2_list_cont1 .Le .cont .more {
    color: #1890ff;
    font-size: .24rem;
    margin-top: .10rem;
    cursor: pointer;
    display: none !important;
}

.join2_list_cont1 .Le .drop-txt {
    line-height: .76rem;
    padding-left: .20rem;
    font-size: .24rem;
    color: #999999;
    cursor: pointer;
    border:.01rem solid #e6e6e6;
}

.join2_list_cont1 .Le .drop-down {
    position: relative;
    border:.01rem solid #e6e6e6;
    line-height: .76rem;
}

.join2_list_cont1 .Le .drop-down ul {
    display: none;
    background: #fff;
    padding: 0 0 0 .20rem;
    max-height: 1.8rem;
    overflow-y: auto;
    border-top: .01rem solid #e6e6e6;
}

.join2_list_cont1 .Le .drop-down ul li {
    font-size: .24rem;
    color: #999999;
    line-height: .6rem;
    transition: all .3s;
    cursor: pointer;
    position: relative;
}

.join2_list_cont1 .Le .drop-down ul li::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 94%;
    height:.02rem;
    background-color: #f5f5f5;
}

.join2_list_cont1 .Le .drop-down ul li:nth-last-of-type(1):before {
    content: unset;
}


.join2_list_cont1 .Le .inp .i {
    position: absolute;
    right: 0;
    top: 0;
    width: .8rem;
    height: .8rem;
    background: #e6e6e6 url(../images/join/jo2_i5.png) no-repeat;
    background-position: 50% 50%;
    background-size: .24rem .14rem;
    pointer-events: none;
}

.join2_list_cont1 .Ri .title {
    display: flex;
    justify-content: space-between;
}

.join2_list_cont1 .Ri .title h3 {
    color: #4c4c4c;
    font-size: .32rem;
    font-family: 'RAJDHANI-SEMIBOLD';
}

.join2_list_cont1 .Ri .title .box_r {
    display: flex;
    justify-content: space-between;
}

.join2_list_cont1 .Ri .title .box_r p {
    line-height: .38rem;
}

.join2_list_cont1 .Ri .c_down {
    margin-bottom: .20rem;
    border:.01rem solid #c9c9c9;
    height: .38rem;
    width: 1.25rem;
    position: relative;
}

.join2_list_cont1 .Ri .c_down span {
    height: .38rem;
    line-height: .35rem;
    padding-left: .17rem;
    font-size: .14rem;
    color: #b2b2b2;
    background: url(../images/join/ico8.png) no-repeat .95rem center;
    cursor: pointer;
    display: block;
}

.join2_list_cont1 .Ri .c_down ul {
    display: none;
    width: 1.25rem;
    top: .35rem;
    max-height: 3.02rem;
    position: absolute;
    left: -.02rem;
    right: 0;
    overflow: hidden;
    overflow-y: auto;
    z-index: 10;
}

.join2_list_cont1 .Ri .c_down ul li {
    height: .50rem;
    line-height: .50rem;
    font-size: .14rem;
    color: #bfbfbf;
    background: #f2f2f2;
    transition: all .5s;
    padding-left: .20rem;
    position: relative;
    cursor: pointer;
}

.join2_list_cont1 .Ri .c_down ul li::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: .20rem;
    /* right: 0; */
    width: 67%;
    height:.02rem;
    background-color: #e6e6e6;
}

.join2_list_cont1 .Ri .c_down ul li:hover,
.join2_list_cont1 .Le .drop-down ul li:hover {
    color: #2651bc;
    transition: all .5s;
}

.join2_list_cont1 .Ri ._list {
    overflow: hidden;
}

.join2_list_cont1 .Ri ._list .time {
    margin-top: .2rem;
    background: #f2f2f2 url(../images/contact1/ico20.png) no-repeat;
    padding: .50rem .40rem .20rem;
    background-position: 7.10rem 50%;
    transition: all .6s;

}
.join2_list_cont1 .Ri ._list .time:hover {
    background: #f2f2f2 url(../images/contact1/ico20-1.png) no-repeat;
    background-position: 7.10rem 50%;
    transition: all .6s;
}
.join2_list_cont1 .Ri ._list .time:hover h1{
    color: #2651bc;
    transition: all .5s;

}

.join2_list_cont1 .Ri .time h1 {
    color: #4c4c4c;
    margin-bottom:.16rem;
    font-size: .32rem;
    transition: all .5s;

}

.join2_list_cont1 .Ri .ul .li {
    color: #808080;
    float: left;
    font-size: .24rem;
    margin-right: .4rem;
    margin-bottom: .2rem;
}


#pagination {
    margin-top: .40rem;
    display: flex;
    justify-content: center;
}

#pagination button {
    border:.02rem solid #d9d9d9;
    width: .8rem;
    height: .8rem;
    line-height: .8rem;
    box-sizing: border-box;
    text-align: center;
    color: #808080;
    font-size: .24rem;
    margin-left: .16rem;
    font-family: 'RAJDHANI-SEMIBOLD';
}

#pagination .spage-skip {
    display: none;
}

#pagination .spage-number {
    float: right;
}

#pagination .prev,
#pagination .next {
    width: 1.3rem;
    font-size: .24rem;
}

#pagination .active {
    border:.02rem solid #2651bc;
    background: #2651bc;
    color: #fff;
}






/* 社会招聘详情页  */
.join2_data_cont1 {
    position: relative;
    overflow: hidden;
    padding: .60rem 0 0;
}

.join2_data_cont1 .title_Top {
    padding-bottom: .30rem;
    overflow: hidden;
    border-bottom:.02rem solid #e0e0e0;
}

.join2_data_cont1 .title_Top h1 {
    color: #4c4c4c;
    margin-bottom:.2rem;
    font-size: .36rem;
}
.join2_data_cont1 .title_Top .Le .ul{
    width: 6.5rem;
}
.join2_data_cont1 .title_Top .li {
    float: left;
    color: #808080;
    font-size: .24rem;
    margin-right: .5rem;
    margin-bottom: .1rem;
}
.join2_data_cont1 .title_Top .li:nth-child(odd){
    width: 2.5rem;
}
.join2_data_cont1 .title_Top .li:nth-child(2n){
    margin-right: 0;
    /* float : right; */
    width: 2.5rem;
}

.join2_data_cont1  .delivery_btn {
    width: 2.20rem;
    height: .85rem;
    line-height: .85rem;
    background-color: #2651bc;
    color: #fff;
    font-size: .28rem;
    text-align: center;
    border-radius: .5rem;
    margin-top: .5rem;
}
.join2_data_cont1  .delivery_btn  a{
    line-height: .85rem;

}
.join2_data_cont1 .cont_Bot {
    padding: .40rem 0 0;
}

.join2_data_cont1 .cont_Bot h3 {
    color: #4c4c4c;
    font-size: .32rem;
    line-height: 1;
    margin-bottom: .3rem;
}

.join2_data_cont1 .cont_Bot li {
    margin-bottom: .40rem;
}

.join2_data_cont1 .cont_Bot li:nth-last-of-type(1) {
    margin-bottom: 0;
}

.join2_data_cont1 .cont_Bot li em {
    font-size: .18rem;
    color: #2651bc;
    font-family: 'RAJDHANI-SEMIBOLD';
}

/* 加入瑞丰 结束 */



/* 登录注册 */

.public_reign{
    background-color: #f0f0f0;
    margin-top: 1.3rem;
    padding-top: 1.2rem;
    height: calc(100vh - 1.3rem);
}
.public_reign>.w1200 {
    position: relative;
}

.public_box .tit {
    font-size: .48rem;
    color: #4c4c4c;
    font-weight: lighter;
    line-height: 1;
    margin-bottom: .5rem;
}

.public_box .input {
    height: .90rem;
    width: 100%;
    padding: 0 .42rem 0 .8rem;
    color: #4c4c4c;
    background-color: #fff;
}
.public_box .item1 input{
    background: #fff url(../images/login_user.png) no-repeat ;   
    background-size: .25rem .28rem;
    background-position: .4rem 50%;
}
.public_box .item2 input{
    background: #fff url(../images/login_pass.png) no-repeat ;   
    background-size: .24rem .27rem;
    background-position: .4rem 50%;
}

.public_box .input::-webkit-input-placeholder {
    color: #bfbfbf;
}

.public_box .input:-moz-placeholder {
    color: #bfbfbf;
}

.public_box .input::-moz-placeholder {
    color: #bfbfbf;
}

.public_box .input:-ms-input-placeholder {
    color: #bfbfbf;
}

.public_box .item {
    position: relative;
}

.public_box .item+.item {
    margin-top: .15rem;
}

.public_box .button {
    width: 100%;
    height: 100%;
    border: none;
    background-color: #2651bc;
    color: #fff;
    font-size: .3rem;
    line-height: .9rem;
    outline: none;
    cursor: pointer;
    margin-top: .40rem;
    margin-bottom: .40rem;
}
.fr{
    float: right;
}
.link_entries {
    overflow: hidden;
    font-size: .22rem;
    color: #999999;
    margin-top: .15rem;
}

.link_entries_btns {
    float: left;
}

.link_entries_btns a {
    color: #629eff;
    display: inline-block;
}

.exhibitors_register .input {
    padding: 0 .20rem;
}

.exhibitors_register .rule {
    position: relative;
    font-size: .14rem;
    color: #bfbfbf;
    margin-top:.4rem;
}

.exhibitors_register .checkbox {
    position: relative;
    display: block;
    float: left;
}

.exhibitors_register .checkbox input:first-child {
    position: absolute !important;
    opacity: 0;
    filter: Alpha(opacity=0);
    margin: 0;
}

.exhibitors_register .checkbox label {
    padding-left: .4rem !important;
    min-height: .24rem;
    line-height: .24rem;
    display: inline-block;
    position: relative;
    vertical-align: top;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer;
}

.exhibitors_register .checkbox input:first-child:checked+label::before,
.exhibitors_register .checkbox input:first-child:checked+input[type="hidden"]+label::before {
    background-color: #629eff;
    border-color: #629eff;
}

.exhibitors_register .checkbox input:first-child+label::before,
.exhibitors_register .checkbox input:first-child+input[type="hidden"]+label::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0rem;
    left: 0;
    width: .22rem;
    height: .22rem;
    border:.01rem solid #e0e0e0;
    border-radius:.00rem;
    background-color: #fff;
}

.exhibitors_register .checkbox input:first-child:checked+label::after,
.exhibitors_register .checkbox input:first-child:checked+input[type="hidden"]+label::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0rem;
    left: 0.02rem;
    width: 0.1rem;
    height: 0.18rem;
    border: solid .02rem #fff;
    border-left: none;
    border-top: none;
    transform: translate(.04rem,.0rem) rotate(45deg);
    -ms-transform: translate(.04rem,.0rem) rotate(45deg);
    -moz-transform: translate(.04rem,.0rem) rotate(45deg);
    -webkit-transform: translate(.04rem,.0rem) rotate(45deg);
}

.exhibitors_register .rule a {
    color: #629eff;
}

.exhibitors_register .item3 {
    overflow: hidden;
}

.exhibitors_register .item3 input {
    width: 4rem;
    float: left;
}

.exhibitors_register .getVerifyCode {
    float: right;
    width: 2.5rem;
    font-size: .24rem;
    color: #bfbfbf;
    line-height: .9rem;
    text-align: center;
    background-color: #fff;
}

.statement_pop,.fo_pop {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    /* overflow: hidden;
    overflow-y: auto;
    background-color: rgba(0, 0, 0, 0.5); */
}

.statement_pop::-webkit-scrollbar,.fo_pop::-webkit-scrollbar  {
    display: none;
}

.statement_pop .bg,.fo_pop .bg {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    /* background-color: transparent; */
}

.statement_pop .popBody,.fo_pop .popBody {
    /* position: relative;
    top: 50%;
    left: 50%;
    margin-left: -6.00rem;
    margin-top: -2.10rem;
    width: 12.00rem;
    height: 5.00rem;
    z-index: 2;
    background: #fff;
    padding: .60rem .20rem .60rem .60rem; */
    position: relative;
    top: 50%;
    left: 0;
    right: 0;
    /* margin-left: -6rem; */
    margin-top: -3.1rem;
    width: 100%;
    /* height: 6rem; */
    z-index: 2;
    background: #fff;
    padding: 0.6rem 0.4rem;
}
.statement_pop .detailed,.fo_pop .detailed {
    height: 2.72rem;
    overflow: auto;
    padding-right: .40rem;
}
.statement_pop  .title .en,.fo_pop .title .en{
    font-family: 'RAJDHANI-SEMIBOLD';
    font-size: .36rem;
    color: #b2bbd1;
    line-height: 1;
    text-transform: none;
    margin-bottom: .12rem;
}
.statement_pop  .title .cn ,.fo_pop  .title .cn {
    font-size: .26rem;
    color: #4c4c4c;
    line-height: 1;
    margin-top: .14rem;
}
.pop.statement_pop .title ,.fo_pop .title{
    padding-bottom: .44rem;
    margin: 0;
    border: none;
}
.statement_pop .close ,.fo_pop .close{
    position: absolute;
    top: -.58rem;
    right: 0;
    width: .48rem;
    height: .48rem;
    background: url(../images/menu_clone.png) no-repeat center;
    background-size: cover;
    cursor: pointer;
    z-index: 1;
}


/* 基本信息 */


.public_bg {
    background-color: #f0f0f0;
    overflow: hidden;
    margin-top: 1.3rem;
}
.join_list .up,
.join_personal .up {
    overflow: hidden;
    margin-bottom: .4rem;
}

.join_list .h3,
.join_personal .h3 {
    font-size: .32rem;
    color: #4c4c4c;
    line-height: 1;
}

.join_personal .up .btn {
    font-size: .16rem;
    color: #fff;
    padding: 0 .38rem;
    line-height: .50rem;
    background-color: #2651bc;
    border-radius: .25rem;
    -webkit-border-radius: .25rem;
    -moz-border-radius: .25rem;
    -ms-border-radius: .25rem;
    -o-border-radius: .25rem;
}



.join_personal {
    overflow: hidden;
    position: relative;
    padding-top: 1rem;
    margin-bottom: 1rem;
}

.join_personal .Le {
    background-color: #fff;
    padding-top: .55rem;
    padding-bottom: .20rem;
    margin-bottom: .2rem;
}


.join_personal .Le .txt {
    text-align: right;
    width: 2rem;
    font-size: .24rem;
    color: #808080;
    display: flex;
    justify-content: right;
}
.join_personal .Le .row.drow .txt{
    /* line-height: .40rem; */
}
.join_personal .Le .txt img {
    /* position: relative;
    top: 0.1rem;
    left: 0.62rem; */
    width: 0.1rem;
    height: 0.1rem;
    margin-right: 0.05rem;

}

.join_personal .Le .cont_ {
    font-size: .24rem;
    color: #808080;
    margin-left:.05rem;
}
.join_personal .Le .cont_ .p{
    display: flex;
    justify-content: left;
}
.join_personal .Le .row {
    display: flex;
    margin-bottom: .5rem;
}

.join_personal .Le .cont_>span:nth-of-type(1) {
    margin-right: .10rem;
}


.join_personal .Ri,.join_list2 .Ri {
    background-color: #fff;
    padding: .6rem 0 ;
    display: flex;
    justify-content: left;
}
.join_personal .Ri .code,.join_list2 .Ri .code{
    border: .01rem solid #e3e3e3;
    border-radius: .10rem;
    width: 1.40rem;
    height: 1.40rem;
    margin-left: .4rem;
    padding: .1rem;
}

.join_personal .Ri h1,.join_list2 .Ri h1{
    font-size: .3rem;
    color: #4c4c4c;
    text-align: left;
    line-height: 1.3;
    margin-top: .35rem;
    margin-bottom: .25rem;
    margin-left: .6rem;
}
.join_personal .Ri p,.join_list2 .Ri p{
    font-size: .16rem;
    color: #4c4c4c;
    margin-top: .15rem;
    text-align: center;
}
.join_schedule .box >a {
    width: 2rem;
    height: 0.8rem;
    line-height: .80rem;
    border: 0.01rem solid #2651bc;
    color: #2651bc;
    font-size: .24rem;
    border-radius: 0;
    text-align: center;
    margin: 0.2rem auto;
}
.join_schedule .down .fr {
    width: 100%;
    margin-top: 0.4rem;
    float: none;
    padding: .40rem 0 .52rem;
    background-color: #fff;
    text-align: center;
}
.join_schedule .down .fr  img{
    margin: 0 auto;
}
.join_schedule .down .fr .icon img{
    width: .56rem;
}
.join_schedule .down .fr .img{
    height: auto;
    width: 1.4rem;
    margin: 0 auto;
}
.join_schedule .down .fr .h5 {
    font-size: .24rem;
    color: #4c4c4c;
    line-height: .33rem;
    font-weight: lighter;
    margin: .36rem 0 .24rem;
}

/* 应聘进度 */
.join_list2 {
    padding-top: 1rem;
    margin-bottom: 1rem;
}
.join_list .box {
    width: 100%;
    background-color: #fff;
    padding: .6rem .5rem .70rem;
}

.join_list .tishi {
    font-size: .28rem;
    line-height: 1;
    color: #4c4c4c;
}

.join_list .box .li+.li {
    margin-top: .50rem;
}

.join_list .box .li h3 {
    font-size: .28rem;
    color: #4c4c4c;
    line-height: 1;
    border-bottom:.01rem solid #e5e5e5;
    padding-bottom: .25rem;
    margin-bottom: .3rem;
}

.join_list .box .li p {
    font-size: .24rem;
    color: #808080;
}

.join_list2 .Ri{
    margin-top: .2rem;
}
.join_list2 .list {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    position: relative;
    width: 100%;
    margin-top: .58rem;
}

.join_list2 .list .item {
    display: inline-block;
    position: relative;
}

.join_list2 .list .item1 {
    max-width: .65rem;
}

.join_list2 .list .item2 {
    max-width: 1.34rem;
}

.join_list2 .list .item3 {
    max-width: .86rem;
}

.join_list2 .list .item4 {
    max-width: 1.00rem;
}

.join_list2 .list .item:before {
    content: '';
    width: 100%;
    height:.02rem;
    background-color: #e5e5e5;
    position: absolute;
    top: .40rem;
    left: 0;
}

.join_list2 .list .item1:before {
    left: .60rem;
    width: 2.25rem;
}

.join_list2 .list .item2:before {
    left: .95rem;
    width: 2.00rem;
}

.join_list2 .list .item3:before {
    left: .45rem;
    width: 2.05rem;
}

.join_list2 .list .item4:before {
    display: none;
}

.join_list2 .list .item1,
.join_list2 .list .item2 {
    text-align: center;
}

.join_list2 .list .h3 {
    font-size: .16rem;
    color: #808080;
    line-height: .20rem;
    float: none;
    min-height: .27rem;
    left:.02rem;
    position: relative;
}

.join_list2 .list .item:last-child .h3 {
    font-family: 'RAJDHANI-SEMIBOLD';
    font-size: .18rem;
}

.join_list2 .list .en {
    font-family: 'RAJDHANI-SEMIBOLD';
    font-size: .30rem;
    color: #cccccc;
    line-height: 1;
    font-style: italic;
}

.join_list2 .list .introduce {
    font-size: .13rem;
    color: #989898;
    line-height: .20rem;
    margin-top: .28rem;
}

.join_list2 .list .introduce a {
    color: #629eff;
    display: inline-block;
}

.join_list2 .list ul {
    position: relative;
    margin-left:.03rem;
    margin-top: .19rem;
}

.join_list2 .list ul:before {
    content: '';
    width:.02rem;
    height: 100%;
    background-color: #e6e6e6;
    position: absolute;
    left:.06rem;
    top: -.12rem;
}

.join_list2 .list li {
    font-size: .14rem;
    color: #989898;
    line-height: .36rem;
    padding-left: .24rem;
    background: url(../images/public/ico11.png) no-repeat left center;
    position: relative;
}




/* 校园招聘 */
.join_us3.content .img{
    height: 8.5rem;
}
.join_us3 .contact_npm1 .tith1 {
    margin: 0.15rem auto 0;

}
.join_us3 .tith1{
	position: relative;
    width: 1.79rem;
    height: 1.8rem;
    margin: 0 auto 0;
	background: url(../images/join/campus/titBg.png) no-repeat center/cover;
    font-size: .36rem;
    line-height: 1;
    color: #4c4c4c;
    padding-top: .75rem;
    text-align: center;
    font-weight: bold;
}
.join_us3 .contact_npm1 {
    height: 8.1rem;
}

.join_us3 .contact_npm1 .box {
    margin-top: -.25rem;
    position: relative;
}

.join_us3 .contact_npm1 .box .li {
    margin-right: .30rem;
    position: absolute;

}
.join_us3 .contact_npm1 .box .li:nth-of-type(1) {
    top: 0;
    left: 0;
}

.join_us3 .contact_npm1 .box .li:nth-of-type(2) {
    top: 0;
    right: 0;
}

.join_us3 .contact_npm1 .box .li:nth-of-type(3) {
    right: 0;
    top: 3.2rem;
}

.join_us3 .contact_npm1 .box .li:nth-of-type(4) {
    top: 3.2rem;
    left: 0;
}

.join_us3 .contact_npm1 .box .li:nth-of-type(1),
.join_us3 .contact_npm1 .box .li:nth-of-type(4) {
    width: 4.07rem;
    float: left;
}
.join_us3 .contact_npm1 .box .li:nth-of-type(2),
.join_us3 .contact_npm1 .box .li:nth-of-type(3){
    margin-right: 0;
    width: 2.3rem;
    float: right;
}
.join_us3 .contact_npm1 .box .li:nth-of-type(2) i{
    height: 3.94rem;
}

.join_us3 .contact_npm1 .box .li i {
    height: 1.86rem;
    display: block;
    position: relative;
}

.join_us3 .contact_npm1 .box .li i img {
    position: absolute;
    left: 0.62rem;
    top: 36%;
    width: .56rem;
}
.join_us3 .contact_npm1 .box .li:nth-of-type(2) i img{
    left: 0.64rem;
    top: 18%;
}

.join_us3 .contact_npm1 .box .li:nth-child(1) i {
    background: url(../images/join/campus/bg1.png) no-repeat;
    background-size: 4.12rem 1.86rem;
}

.join_us3 .contact_npm1 .box .li:nth-child(2) i {
    background: url(../images/join/campus/bg2.png) no-repeat;
    background-size: 2.3rem 3.94rem;
}

.join_us3 .contact_npm1 .box .li:nth-child(3) i {
    background: url(../images/join/campus/bg3.png) no-repeat;
    background-size: 2.3rem 1.86rem;
}

.join_us3 .contact_npm1 .box .li:nth-child(4) i {
    width: 100%;
    background: url(../images/join/campus/bg4.png) no-repeat;
    background-size: 4.12rem 1.86rem;
}
.join_us3 .contact_npm1 .box .li:nth-child(2)  p{
    position: absolute;
    top: 1.86rem;
}
.join_us3 .contact_npm1 .box .li p {
    color: #4c4c4c;
    font-size: .28rem;
    padding-left: .44rem;
    margin-bottom: 0;
    margin-top: .15rem;
    font-family: 'RAJDHANI-SEMIBOLD';
}

.join_us3 .layout{
	padding-top: .55rem;
	height: 10.68rem;
	background: #f0f4fc url(../images/join/campus/layout-bg.jpg) no-repeat center/cover;
}
.join_us3 .layout .tith1{
	padding-top: .5rem;
	background-image: url(../images/join/campus/titBg2.png);
}
.join_us3 .layout .list{
	/* display: flex;
	justify-content: space-between;
	margin-top: -.40rem; */
	position: relative;
	height: 8.3rem;
}
.join_us3 .layout .list li{
	position: absolute;
    width: 1.7rem;
	height: 1.7rem;
}
.join_us3 .layout .list li:nth-of-type(1){
    left: 0;
    right: 0;
    top: -.3rem;
    margin: 0 auto;
}
.join_us3 .layout .list li:nth-of-type(2){
    right: .5rem;
    top: 1.2rem;
}
.join_us3 .layout .list li:nth-of-type(3){
    right: 0;
    top: 3.4rem;
}
.join_us3 .layout .list li:nth-of-type(4){
    right: 1.35rem;
    bottom: 1rem;
}
.join_us3 .layout .list li:nth-of-type(5){
    left: 1.35rem;
    bottom: 1rem;
}
.join_us3 .layout .list li:nth-of-type(6){
    left: 0;
    top: 3.4rem;
}
.join_us3 .layout .list li:nth-of-type(7){
    left: 0.5rem;
    top: 1.2rem;
}




 .join_us3 .layout .list li .txt{
	 position: absolute;
	 left: 0;
	 width: 100%;
	 text-align: center;
	 bottom: .3rem;
	 font-size: .24rem;
	 color: #fff;
 }

 .join_us3 .abt{
	 padding-top: .057rem;
     background-color:#fff;
     /* height: 5.67rem; */
 }
.join_us3 .abt .des{
	position: relative;
	z-index: 2;
	margin-top: -.30rem;
}
.join_us3 .abt .des p:first-child{
	margin-top: 0;
}
.join_us3 .abt .des p{
	margin-top: .18rem;
	text-align: center;
	font-size: .24rem;
	color: #808080;
}

.join_us3  .num_list{
    position: relative;
    margin-top: .60rem;
    margin-bottom: 0.4rem;
}
.join_us3  .num_list::after{
    content: '';
    position: absolute;
    top: .11rem;
    left: 0;
    background: url(../images/contact1/xian.png) no-repeat center;
    width: 100%;
    height:.01rem;
}
.join_us3  .num_list ul{
    margin: auto;
    display: flex;
    justify-content: space-between;
}
.join_us3  .num_list li {
    /* display: flex; */
      /* width: 1.24rem;
      float: left; */
      width: 1.9rem;
      text-align: center;
}
.join_us3  .num_list li:nth-of-type(1) span{
    color: #e50019;
    font-size: .20rem;
    font-family: 'RAJDHANI-BOLD';
    position: initial;
}
.join_us3  .num_list li span{
    color: #e50019;
    font-size: .36rem;
    font-family: 'RAJDHANI-BOLD';
    margin-left:.03rem;
    position: relative;
    top: -.06rem;
}
.join_us3  .num_list li em{
    color: #e50019;
    font-size: .54rem;
    font-family: 'RAJDHANI-BOLD';
    letter-spacing: -.02rem;
    line-height: 1;
}
.join_us3  .num_list li h4{
    display: block;
    color: #4c4c4c;
    font-size: .24rem;
    /* font-weight: 600; */
    font-family: 'RAJDHANI-SEMIBOLD';
}
.join_us3 .contact_npm4{
    /* margin-top: .9rem; */
}
.join_us3 .contact_npm4 .tith1 {
    padding-top: .7rem;
    background-image: url(../images/join/campus/titBg3.png);
}
.join_us3 .contact_npm4 {
    background: url(../images/join/campus/cont4_bg.jpg) no-repeat center;
    position: relative;
}
.join_us3 .contact_npm4 .topit{
    padding-top: .33rem;
}
.join_us3 .npm4_banner{
    position: relative;
    padding-bottom: 1.1rem;

}
.join_us3 .npm4_banner .bd .swiper-slide{
    width: 100% ;
}
.join_us3 .npm4_banner .bd .swiper-slide .top{
    background: url(../images/join/campus/i1.png) no-repeat center bottom/cover;
    height: 2rem;
    padding: .40rem;
    width: 6.7rem;
}
.join_us3 .npm4_banner .bd .swiper-slide .top h3{
    color: #4c4c4c;
    font-size: .3rem;
    margin-bottom: .2rem;
} 
.join_us3 .npm4_banner .bd .swiper-slide .bot {
    padding-left: .40rem;
    padding-top: .3rem;
    overflow: hidden;
    margin-bottom: .6rem;
}
.join_us3 .npm4_banner .bd .swiper-slide .bot .head{
    float: left;
    width: 1.3rem;
}
.join_us3 .npm4_banner .bd .swiper-slide .bot .head img{
    border-radius: 50%;
}
.join_us3 .npm4_banner .bd .swiper-slide .bot .mag{
    float: left;
    padding-left: .20rem;
    padding-top: .30rem;
}
.join_us3 .npm4_banner .bd .swiper-slide .bot .mag h4{
    font-size: .24rem;
    line-height: 1.6;
    color: #69614c;
}
.join_us3 .npm4_banner .swiper-pagination{
    position: absolute;
    bottom: 1rem;
    display: flex;
}
.join_us3 .npm4_banner .swiper-pagination .swiper-pagination-bullet{
    width: 100%;
    border-radius: 0 ;
    margin: 0;
    opacity: 1;
    height: .04rem;
    background-color: #ccd1db;
}
.join_us3 .npm4_banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background-color: #2651bc;
}
.join_us3 .npm4_banner .prev,
.join_us3 .npm4_banner .next {
    width: .60rem;
    height: .60rem;
    transition: all .7s;
    cursor: pointer;
    position: absolute;
    top: .60rem;

}
.join_us3 .npm4_banner .line{
    width: 100%;
    height: .04rem;
    background-color: #ccd1db;
}
.join_us3 .npm4_banner .line i{
    background-color: #2651bc;
    width: 50%;
    height: 0.04rem;
    transition: all .6s;
    display: block;
}

.join_us3_deliver .img{
    height: 4.00rem;
    position: relative;
    overflow: hidden;
}
.join_us3_deliver .img .le_head{
    width: 100%;
    height: 4.00rem;
}
.join_us3_deliver .ri .name{
    font-size: .36rem;
    color: #4c4c4c;
    position: relative;
    margin-bottom: .20rem;
    line-height: 1;
}
.join_us3_deliver.content .img .w1200{
    padding-top: 1.40rem;
}
.join_us3_deliver .ri{
    border-bottom: .02rem solid #e6e6e6;
    margin-bottom: .4rem;
}
.join_us3_deliver .ri .name::before{
    content: '';
    position: absolute;
    top: .11rem;
    right: .70rem;
    width: .60rem;
    height:.02rem;
    background: url(../images/contact1/xian2.png) no-repeat center;
}
.join_us3_deliver .ri h6{
    font-size: .26rem;
    line-height: 1.4;
    padding-bottom: .3rem;
    color: #2651bc;
}
.join_us3_deliver  .cont_deliver{
    padding: .80rem 0;
}
.join_us3_deliver  .cont_deliver h3{
    font-size: .36rem;
    color: #4c4c4c;
    margin-bottom: .45rem;
}
.join_us3_deliver  .cont_deliver img{
    margin-bottom: .20rem;
}


/* 校招岗位 */
.join_Positions .subBan .img .w1200{
    padding-top: 1.7rem;
}
.join_Positions .subBan .img .w1200 img{
    width: 3.31rem;

}
.join_Positions .join2_list_cont1{
    margin-top:  .8rem;
    margin-bottom: .8rem;
}

.join2_listData.content {
    background-color: #f2f2f2;
    margin-top:  1.3rem;
    padding-bottom: .8rem;
}
.join2_listData .join2_data_cont1{
    padding-top: 1rem;
}


/* 校招攻略 */
.join_qa .contact_npm2 {
    background: #f5f5f5;
    padding-top: .3rem ;
    position: relative;
}
.join_qa .contact_npm2 .tith1{
    position: relative;
    padding-top: .70rem;
    height: 1.81rem;
    background: url(../images/join/campus/titBg4.png) no-repeat center;
    background-size: 1.79rem 1.81rem;
    font-size: .38rem;
    color: #4c4c4c;
    line-height: 1;
    text-align: center;
}

.join_qa .contact_npm2 .box {
    margin-top: .45rem;
    position: relative;
}

.join_qa .contact_npm2 .box .boxbg {
    padding: 0 0 .7rem;
    position: relative;
    z-index: 2;
}


.join_qa .contact_npm2 .box.animated .tkbg {
    top: -.56rem;
}


.join_qa .contact_npm2 .box .ul {
    margin-bottom: .40rem;
}
.join_qa .contact_npm2 .box .li {
    padding-bottom: .55rem;
    padding-top: .45rem;
    border-bottom: .02rem solid #e6e6e6;
}
.join_qa .contact_npm2 .box .li:nth-of-type(1){
    padding-top: 0;
}
.join_qa .contact_npm2 .box .li:last-child {
    margin-bottom: 0;
}

.join_qa .contact_npm2 .box .li .liq {
   /* height: 1rem; */
    padding-left: .73rem;
    position: relative;
    background: url(../images/join/campus/ico12.png) no-repeat;
    background-position: .30rem 0;
    background-size: .29rem .42rem;
    margin-bottom: .4rem;
}
.join_qa .contact_npm2 .box .li .lia {
    /* height: 1rem; */
    background: url(../images/join/campus/ico13.png) no-repeat;
    background-position: .30rem 0;
    position: relative;
    background-size: .31rem .37rem;
    padding-left: .73rem;
}
.join_qa .contact_npm2 .box .li .liq p{
    color: #4c4c4c;
}
.join_qa .contact_npm2 .box .li p {
    font-size: .24rem;
    color: #808080;
    /* position: absolute;
    left: .73rem;
    top: 15px; */
    /* transform: translateY(-50%); */
}

.r_nav.fixed{
    /* position: fixed; */
    top: 16.2%;
}
.r_nav{
    /* position: absolute; */
    z-index: 1000;
    padding-top: .10rem;
    left: .50rem;
    top: 1.54rem;
    display: flex;
    justify-content: space-between;
}

.r_nav a{
    width: 2.05rem;
    height: .85rem;
    line-height: .85rem;
    text-align: center;
    font-size: .28rem;
    color: #808080;
    background: #e9ecf2;
    margin-bottom: .10rem;
    margin-right: .2rem;
}
.r_nav a:nth-last-of-type(1){
    margin-right: 0;
}
.r_nav a.on{
    color: #fff;
    background: #2651bc;
}



/* 简历资料填写 */


.join_deliver {
    margin-top: 1.3rem;
    padding: 1rem 0 1.00rem;
    background-color: #f0f0f0;
}
.join_deliver .w1200{
    padding: 0;
}

.join_deliver .tit {
    overflow: hidden;
    border-bottom:.01rem solid #e0e0e0;
    display: flex;
    justify-content: space-between;
    padding: 0 0.4rem .30rem;
}

.join_deliver .tit h1 {
    font-size: .36rem;
    color: #4c4c4c;
    margin-right: .20rem;
    line-height: 1;
}
.join_deliver .tit> a{
    color: #2651bc;
    font-size: .24rem;
    line-height: 1.6;
    text-decoration: underline;
}
.join_deliver .deliver_cont3  {
    height: 2.62rem;
    overflow: visible !important;
}
.join_deliver .deliver_cont2  {
    /* height: 3.68rem; */
    overflow: visible !important;
}
.join_deliver  .deliver_cont8{
    height: 2.24rem !important;
    overflow: visible !important;
}
.join_deliver .cont {
    padding: .60rem .4rem .8rem;
    overflow: hidden;
    position: relative;
    border-bottom:.2rem solid #fff;
}

.join_deliver .cont h2 {
    font-size: .28rem;
    color: #4c4c4c;
    margin-bottom: .35rem;
    line-height: 1;
}

.cont .upload_ct {
    border-radius: .10rem;
    padding: .65rem .4rem .6rem;
    background-color: #fff;
}

.cont .upload_ct h5 {
    font-size: .18rem;
    color: #4c4c4c;
    text-align: center;
}

.join_deliver .cont .upload_btn {
    color: #2651bc;
    width: 2rem;
    height: .70rem;
    
    border:.01rem solid #2651bc;
    border-radius: .30rem;
    text-align: center;

}
.join_deliver .cont .upload_tips {
    color: #2651bc;
    font-weight: bold;
    text-align: center;
    /* padding-bottom: .15rem; */
    font-size: .15rem;
}

.join_deliver .cont .upload_btn.uplo2 label {
    font-size: .14rem;
}

.join_deliver .cont .upload_btn label {
    color: #2651bc;
    font-size: .26rem;
    cursor: pointer;
    line-height: .66rem;

}

.join_deliver .cont .upload_btn input {
    display: none;
}

.join_deliver .cont .upload_btn.uplo1 {
    margin: 0 auto ;
}
.deliver_cont1 {
    position: relative;
}
.deliver_cont1.cont .upload_ct p{
    font-size: .22rem;
    padding-top: .5rem;
    /* position: absolute;
    bottom: .40rem;
    left: 0;
    right: 0; */
}
.cont .upload_ct p {
    color: #b2b2b2;
    text-align: center;
    padding-top: .15rem;
}
.join_deliver .cont .txt {
    color: #808080;
    width: 100%;
    font-size: .24rem;
    position: relative;
    display: flex;
    margin-bottom: .25rem;
}

.join_deliver .cont .txt img {
    /* position: relative;
    top: -.08rem;
    left: -.05rem; */
    width: .1rem ;
    height: .1rem;
    margin-right: 0.05rem;
}

.join_deliver .cont .txt.xing p::before {
    content: '';
    position: absolute;
    top: .10rem;
    right: .29rem;
    background: url(../images/xing.png) no-repeat center;
    width:.06rem;
    height:.07rem;
}

.join_deliver .cont .ct_ri .row:nth-last-of-type(1) {
    margin-bottom: 0;
}

.join_deliver .cont .row {
    /* display: flex; */
    margin-bottom: .40rem;

}

.join_deliver .cont .chex {
    margin: -.15rem 0. 5rem;
}

.join_deliver .cont .row .input {
    background-color: #fff;
    border:.01rem solid #e3e3e3;
    border-radius:.07rem;
}

.join_deliver .cont .row .input input {
    height: .80rem;
    line-height: .80rem;
    padding-left: .20rem;

}

.row input::-webkit-input-placeholder,
.HSetch .cBox .le .seInput input::-webkit-input-placeholder,
.row textarea::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #b2b2b2;
}

.row input:-moz-placeholder,
.HSetch .cBox .le .seInput input:-moz-placeholder,
.row textarea:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #b2b2b2;
}

.row input:-ms-input-placeholder,
.HSetch .cBox .le .seInput input:-ms-input-placeholder,
.row textarea:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #b2b2b2;
}

.join_deliver .cont .chexbox {
    overflow: hidden;
}

.join_deliver .cont .chexbox li {
    /* margin-bottom: .15rem; */
    cursor: pointer;
    float: left;
    margin-right: .25rem;
    /* line-height: .50rem; */
}

.join_deliver .cont .chexbox li:nth-child(3n) {
    margin-right: 0;
}

.join_deliver .cont .chexbox li .icn {
    background: url(../images/join/ico7.png) no-repeat center;
    width: .17rem;
    height: .50rem;
    margin-right:.07rem;
    float: left;
    line-height: .50rem;
}

.join_deliver .cont .chexbox li.on .icn {
    background: url(../images/join/ico77on.png) no-repeat center;
}

.join_deliver .cont .chexbox li p {
    float: left;
    line-height: 1;
    line-height: .80rem;
}

.join_deliver .cont .c_down {
    position: relative;
    border:.01rem solid #e3e3e3;
    border-radius:.07rem;
    width: 100%;
    margin-bottom: .2rem;
}
.join_deliver .cont .drop-down{
    height: .80rem;
    position: relative;
    border:.01rem solid #e3e3e3;
    border-radius:.07rem;
}
.join_deliver .cont .drop-down .drop-txt {
    line-height: .8rem;
    padding-left: .20rem;
    font-size: .24rem;
    /* color: #b2b2b2; */
    background: #fff url(../images/join/campus/down.png) no-repeat;
    background-size: .26rem .15rem;
    cursor: pointer;
    display: block;
    border-radius:.07rem;
    background-position: 6.10rem center;
    height: 0.76rem;

}
.join_deliver .cont .drop-down  ul{
    display: none;
    top: .8rem;
    max-height: 3.50rem;
    position: absolute;
    left: 0;
    right: 0;
    overflow: hidden;
    overflow-y: auto;
    z-index: 10;
    background-color: #fff;
}
.join_deliver .cont .c_down span {
    line-height: .8rem;
    padding-left: .20rem;
    font-size: .24rem;
    /* color: #b2b2b2; */
    background: #fff url(../images/join/campus/down.png) no-repeat;
    background-size: .26rem .15rem;
    cursor: pointer;
    display: block;
    border-radius:.07rem;

}

.join_deliver .cont .c_down ul,.join_deliver .deliver_cont7 .cert_down ul {
    display: none;
    top: .8rem;
    max-height: 3.50rem;
    position: absolute;
    left: 0;
    right: 0;
    overflow: hidden;
    overflow-y: auto;
    z-index: 10;
    background-color: #fff;
}
.join_deliver .cont .c_down li,.join_deliver .deliver_cont7 .cert_down li {
    padding-left: .20rem;
    line-height: .60rem;
    font-size: .24rem;
    color: #bfbfbf;
    background: #fff;
    transition: all .5s;
    font-family: "Gilroy-Medium";
    cursor: pointer;
}
.join_deliver .cont .drop-down li{
    padding-left: .20rem;
    line-height: .60rem;
    font-size: .24rem;
    color: #bfbfbf;
    background: #fff;
    transition: all .5s;
    font-family: "Gilroy-Medium";
    cursor: pointer;
}

.join_deliver .cont .drop-down li:hover{
    color: #000;
}


/* .join_deliver .cont .certificates {
    width: 2.40rem;
    margin-right: .20rem;
    float: left;
} */

.join_deliver .cont .certificates span {
    background-position: 6.1rem center;
}
.join_deliver .deliver_cont4 .c_down span {
    height: 100%;
    z-index: 999;
}
.join_deliver .deliver_cont4 .drop-down{
    background-color: #fff;
}
.join_deliver .deliver_cont4 .c_down  .cont7_inp{
    z-index: -1;
}
.join_deliver .deliver_cont4 .c_down  .cont7_inp input{
    height: .80rem;
}
.join_deliver .deliver_cont7  .certi_inp,
.join_deliver .deliver_cont4  .certi_inp {
    width: 100%;
    line-height: .80rem;
    padding-left: .20rem;
    /* color: #b2b2b2; */
}
.join_deliver .deliver_cont7  .certi-ct{
    position: relative;
}
.join_deliver .deliver_cont7 .c_down span{
    overflow: hidden;
    /* height: .60rem; */
    position: absolute;
    top: -.01rem;
    left: -.01rem;
    width: 94%;
    height: 100%;
    color: inherit;

    background-color: #fff;
    border:.01rem solid #e3e3e3;
    border-radius:.07rem;
}
.join_deliver  .cont7_inp{
    position: absolute;
    width: 80%;
    top: 0; 
}
.join_deliver .deliver_cont7 .row .input {
    margin-top: .4rem;
        background-color: unset;
        border: none;
        border-radius: 0;
}
.join_deliver .deliver_cont7 .row .input .txt{
    float: left;
}
.join_deliver .deliver_cont7 .row.textarea:nth-of-type(1)   {
    border: none;
    margin-top: 00;
    padding-top: 0;
}
.join_deliver .deliver_cont7 .row .input textarea{
    background-color: #fff;
    border:.01rem solid #e3e3e3;
    border-radius:.07rem;
    width: 100%;
}
.join_deliver .deliver_cont7  .textarea{
    display: block;
    margin-top: .30rem ;
    border-top:.01rem solid #e0e0e0;
    padding-top: .40rem;
}

.join_deliver .deliver_cont7 .cert_down{
    background-color: #fff;
    height: .80rem;
    position: relative;
    border:.01rem solid #e3e3e3;
    border-radius:.07rem;
}
.join_deliver .deliver_cont7 .drop-down span {
    line-height: .8rem;
    padding-left: .20rem;
    font-size: .24rem;
    color: #b2b2b2;
    background: #fff url(../images/join/ico11.png) no-repeat;
    cursor: pointer;
    display: block;
    border-radius:.07rem;
}
.join_deliver .deliver_cont7 .cert_down span {
    background-position: 2.92rem center !important;
    color: inherit !important;
    padding-left: .20rem !important;
    line-height: .50rem !important;
}
.join_deliver .cont .uplo p {
    margin-left: .35rem;
    line-height: .50rem;
    color: #b2b2b2;
}

.join_deliver .cont .c_down.city {
    width: 4.00rem;
}

.join_deliver .cont .c_down.city span {
    background-position: 3.60rem center;
}

.deliver_cont3 .teach_tit {
    color: #808080;
    font-size: .16rem;
    width: 1.40rem;
    text-align: right;
}

.join_deliver .cont .c_down.w400 {
    width: 4.00rem;
}

.join_deliver .cont .c_down.w400 span {
    background-position: 3.60rem center;
}
.join_deliver .cont .school_ct:nth-of-type(1){
    margin-top: 0 ;
    border-top: none ;
}
/* .join_deliver .cont.deliver_cont5 .ct_ri .experience_ct:nth-child(2){
   margin-top: 0 ;
    border-top: none ;
} */
.join_deliver .cont.deliver_cont5 .ct_ri .experience_ct:nth-of-type(1),
.join_deliver .cont.deliver_cont6 .ct_ri .experience_ct:nth-of-type(1){
    margin-top: 0 ;
    border-top: none ;
    padding-top: 0;
}
.join_deliver .cont.deliver_cont5 .ct_ri .experience_ct.work_ct:nth-child(2){
    /* margin-top: .30rem !important; */
    border-top:.01rem solid #e0e0e0 !important;
}
.join_deliver .cont .school_ct,
.join_deliver .cont .experience_ct{
    margin-top: 0.6rem;
    padding-top: 0.4rem;
    border-top: 0.01rem solid #e0e0e0;
}

.join_deliver .cont .moreBtn {
    color: #2651bc;
    cursor: pointer;
    margin-top: .40rem;
    font-size: .24rem;
}
.join_deliver .cont .row input[type="date"] {
    width: 100%;
    height: .50rem;
    line-height: .50rem;
    padding: 0 .20rem;
    background-color: #fff;
    border:.01rem solid #e3e3e3;
    border-radius:.07rem;
    /* color: #b2b2b2; */
}
.deliver_cont4 .teach_tit {
    margin-left: .75rem;
    display: flex;
    justify-content: space-between;
    /* margin-top: -.20rem; */
}
.deliver_cont4 .teach_tit >p{
    line-height: .60rem;
    margin-bottom: 0;
    font-size: .16rem;
}

.deliver_cont4 .teach_tit .dele{
    line-height: .60rem;
}
.deliver_cont4 .ct_ri:nth-of-type(1) {
    margin-left: 0;
    margin-top: 0;
    /* margin-bottom: .20rem; */
    margin-bottom: 0;
    padding-top: 0;
    border-top: none;
}

.deliver_cont4 .ct_ri {
    margin-left: .75rem;
    /* padding-top: .40rem; */
    padding-top: .15rem;
    border-top:.01rem solid #e0e0e0;
    margin-bottom: .20rem;
}
.deliver_cont7 .ct_ri{
    position: relative;
}
.deliver_cont7 .certi-ct .dele {
    background: url(../images/join/campus/dele.png) no-repeat left;
    background-size: .24rem .24rem;
    padding-left: .3rem;
    color: #2651bc;
    cursor: pointer;
    line-height:  1;
    position: absolute;
    top: 0;
    right: 0;
    font-size: .24rem;
}
.deliver_cont5 .ct_ri .internship,
.deliver_cont6 .ct_ri .internship {
    color: #808080;
    /* float: right; */
    text-align: right;
} 
.cont .ct_ri .p_text{
    line-height: .50rem;
    color: #808080;
}
.cont .internship label{
    cursor: pointer;
    color: #4c4c4c;
    font-size: .24rem;
    margin-left: 0.05rem;
}
.deliver_cont5 .experience_ct,
.deliver_cont6 .experience_ct{
    margin-top: .25rem;
}
.deliver_cont5 .ct_ri .teach_tit,
.deliver_cont6 .ct_ri .teach_tit {
    /* display: flex;
    justify-content: space-between;
    width: 7.95rem;
    margin-left: .75rem; */


}
.deliver_cont5.practice > h2{
    float: left;
}

.deliver_cont5 .ct_ri .teach_tit p,
.deliver_cont6 .ct_ri .teach_tit p {
    margin-bottom: 0;
    line-height: .60rem;
    font-size: .16rem;
}
.deliver_cont4 .ct_ri .dele,
.deliver_cont5 .ct_ri .dele,
.deliver_cont6 .ct_ri .dele {
    background: url(../images/join/campus/dele.png) no-repeat ;
    background-size: .24rem .24rem;
    padding-left: .30rem;
    color: #2651bc;
    cursor: pointer;
    line-height: 1;
    font-size: .24rem;
    float: right;
}

.cont textarea {
    border: none;
    border-radius:.07rem;
    padding: .12rem .20rem;
    width: 100%;
}

.deliver_cont8 .input {
    display: flex;
}

.join_deliver .deliver_cont8 .row .input input {
    width: 2.65rem;
}

.join_deliver .deliver_cont8 .lang span {
    background-position: .90rem center;

}


.deliver_cont8 .TwoCot:nth-last-of-type(1) .lang:nth-last-of-type(1){
    width: 2.65rem;
}
.deliver_cont8 .TwoCot  #language2_1{
    background-position: 2.32rem center;
}
.deliver_cont8 .TwoCot .lang {
    margin-right: .10rem;

}

.cont .row .tips {
    color: #b2b2b2;
    line-height: .50rem;
    margin-left: .30rem;
}

.deliver_cont12 {
    padding: .45rem .4rem 0;
    position: relative;
    overflow: hidden;

}

.deliver_cont12 .Le>p{
    float: right;
    width: 93%;
}

.deliver_cont12 .Le input {
    margin-top:.05rem;
    float: left;
}
.deliver_cont12 .Le p a{
    display: inline-block;
}

.deliver_cont12 .Ri {

}

.deliver_cont12 .Ri .submit {
    width: 2rem;
    height: .80rem;
    line-height: .80rem;
    text-align: center;
    background-color: #2651bc;
    color: #fff;
    font-size: .26rem;
    border-radius: .4rem;
   margin-top: .4rem;
}

.deliver_cont12 .Ri .quit {
    width: 1.30rem;
    height: .50rem;
    line-height: .50rem;
    text-align: center;
    background-color: #fff;
    color: #808080;
    font-size: .16rem;
    border-radius: .25rem;
    float: left;
}

.cont .time .block {
    position: relative;
    width: 3rem;
    height: .80rem;
    line-height: .9rem;
    padding-left: .2rem;
    background-color: #fff;
    border: 0.01rem solid #e3e3e3;
    border-radius: 0.07rem;
    float: left;
}
.cont .time .block.block1{
    float: right;
}
.cont .row.time{
    position: relative;
}
.cont .row.time::before{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: 0.28rem;
    margin-left: -0.15rem;
    width: .3rem;
    height: 0.02rem;
    background-color: #b3b3b3;
}
.cont .time .block1 {
    margin-left: .30rem;
    position: relative;
}

.cont .time .block1::before {
    content: '';
    position: absolute;
    top: .25rem;
    left: -.21rem;
    width: .12rem;
    height:.01rem;
    background: url(../images/join/ico13.png) no-repeat center;
}

.cont .time .el-date-editor.el-input,
.cont .time .el-date-editor.el-input__inner {
    width: 1.85rem;
}

.cont .time .el-input__inner {
    height: .50rem;
    line-height: .50rem;
}

.cont .time .GetToday {
    display: flex;
    justify-content: left;
    margin-left: .30rem;
}

.cont .time .GetToday p {
    line-height: .50rem;
    margin-left:.05rem;
}

.cont .time .GetToday input {
    margin-top: .17rem;
}

.join_deliver2 .deliver_cont12{
    padding-top: 0;
}
.join_deliver2 .deliver_cont12 .Ri{
    width: auto;
}

.joinus_join.content .img{
    height: 4rem;
}
.joinus_join.content .img .h1{
    font-style: italic;
    font-weight: 600;
    text-align: left;
}


/* 我的简历 */
.join_deliver2{
    padding: 0 ;
    margin-top: .90rem;
    /* background-color: #f0f0f0; */
}
.join_deliver.join_deliver2  .w1200{
    padding: 1rem 0.4rem ;
    background: #fff
}
.join_deliver2 .deliver2_cont .tit{
    position: relative;
    display: block;
    padding: 0 0;
    margin-bottom: 0.2rem;
}
.join_deliver2 .deliver2_cont .tit>h1{
    color: #4c4c4c;
    font-size: .32rem;
    margin-bottom: 0.1rem;
}
.join_deliver2 .deliver2_cont .tit>p{
    color: #4c4c4c;
    font-size: .24rem;
}
.join_deliver2 .tit{
    margin: auto;
    padding-bottom: 0;
    border: none;
}
.join_deliver2 .tit h1{
    font-size: .30rem;
    color: #fff;
    float: none;
    margin-right: 0;
}
.join_deliver2 .tit p{
    float: none;
    color: #fff;
    border: none;
    font-size: .14rem;
}
.join_deliver2 .modifyBtn{
    position: absolute;
    right: 0;
    top: .10rem;
}
.join_deliver2 .modifyBtn .submit{
    width: 1.6rem;
    height: .60rem;
    line-height: .60rem;
    border-radius: .40rem;
    border:.01rem solid #2651bc;
    font-size: .16rem;
    color: #2651bc;
    background: url(../images/join/ico14.png) no-repeat .30rem center;
    padding-left: .25rem;
}
.join_deliver2 .cont{
    border: none;
    margin-bottom: .55rem;
    padding: 0;
}
.join_deliver2 .deliver_cont1  h2{
    /* margin-bottom: 0 !important; */
}
.join_deliver2 .cont h2{
    color: #333333;
    padding-left: .15rem;
    position: relative;
    float: none;
    margin-bottom: .40rem;
    font-weight: 600;
}
.join_deliver2 .cont h2::before{
    content: '';
    position: absolute;
    top: .04rem;
    left: 0;
    width:.03rem;
    height: .16rem;
    background-color: #2651bc;
}
.join_deliver2 .cont .upload_ct{
    padding: .35rem 0 .27rem;
    background-color: #f8f9fc;
    height: auto;
    text-align: center;
    float: none;
    margin: auto;
}
.join_deliver2 .cont .upload_ct p{
    padding-top: 0;
}
.join_deliver2 .cont .upload_ct .download{
    text-align: center;
}
.join_deliver2 .cont .upload_ct .download img{
    text-align: center;
    margin: 0 auto;
}
.join_deliver2 .cont .row.time::before{
    content: unset;
}
.join_deliver.join_deliver2 .deliver_cont8{
    height: auto !important;
}
/* 
.join_deliver2  .ct_le{
    width: 5.53rem;
    float: left;
} */
.join_deliver2 .cont .txt{
    font-size: .24rem;
    color: #999;
    width: auto;
    text-align: left;
    padding-left: .15rem;
    line-height: .20rem;
    margin-right: 0;
}
.join_deliver2 .cont .p_text{
    font-size: .16rem;
    color: #666;
    padding-left: .15rem;

}
.join_deliver2 .cont .row{
    display: block;
    margin-bottom: .40rem;
    /* float: left;
    width: 5.40rem; */
}
.join_deliver2 .cont .worknship,.join_deliver2 .cont .information,.join_deliver2 .cont .education,.join_deliver2 .cont .internship,.join_deliver2 .cont .project,.join_deliver2 .cont .certificate{
    padding-top:.50rem;
    border-top: .01rem dashed #d3d3d3;
}
.join_deliver2 .cont .worknship:after,.join_deliver2 .cont .information:after,.join_deliver2 .cont .education:after,.join_deliver2 .cont .internship:after,.join_deliver2 .cont .project:after,.join_deliver2 .cont .certificate:after{
    content: "";
    display: block;
    height: 0;
    clear: both;
}
.join_deliver2 .cont .worknship:first-of-type,
.join_deliver2 .cont .information:first-of-type,
.join_deliver2 .cont .education:first-of-type,
.join_deliver2 .cont .internship:first-of-type,
.join_deliver2 .cont .project:first-of-type,
.join_deliver2 .cont .certificate:first-of-type{
    padding-top:0;
    border-top: 0 none;
}
.join_deliver2 .deliver_cont2{
    height: auto;
    overflow: hidden !important;
}

.join_deliver2 .cont .row.textarea{
    width: 100%;
}
.join_deliver2 .cont .row.textarea .name{
    margin-bottom: .4rem;
}
.join_deliver2 .cont:nth-last-child(1){
    margin-bottom: 0;
}





/* 时间选项 */
.c_select input{
    width: 3rem;
    height: .80rem;
    line-height: .9rem;
    /* width: 100%;
    height: 50px;
    line-height: 50px; */
    /* padding: 0 20px; */
    /* border: 1px solid #e3e3e3; */
    border-radius: 7px;
    cursor: pointer;
    /* background: #fff url(../images/join/ico11.png) no-repeat 155px center; */
}


.time_wr{
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    z-index: 50;
    background: #fff;
}
.time_wr>div{
    float: left;
    width: 50%;
    max-height: 3rem;
    overflow: hidden;
    overflow-y: auto;
}

.time_wr .item{
    font-size: .26rem;
    height: .6rem;
    line-height: .6rem;
    text-align: center;
    color:#808080;
    cursor:pointer;
    transition: all .3s;
}

.time_wr .item.on{
    color:#fff;
    background: #2651bc;
}




