@charset "utf-8";
@media screen and (max-width:767px) {
    .container_all {
        display: block;
    }
    .top_wrapper, .top_content, .recruit_top,
    .person_resource, .friendship_link,
    .nav_bottom, .links_list, .copyright,
    .content_banner, .banner {
        display: none;
    }
    .mobile_banner > .swiper-container {
        width: 100%;
        display: block;
    }
    .swiper-slide {
        width: 100%;
        float: left;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-direction: column;
        -webkit-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }
    .swiper-wrapper .pic1 img,
    .swiper-wrapper .pic2 img,
    .swiper-wrapper .pic3 img {
        display: block;
        width: 100%;
        height: auto;
    }
    .swiper-pagination-bullet {
      width: 10px;
      height: 10px;
      display: inline-block;
      border-radius: 100%;
      background: #fff;
      opacity: .9;
      margin-left: 11px;
      box-shadow: rgba(0, 0, 0, 0.6) 0px 0px 6px inset;
      -moz-box-shadow: rgba(0, 0, 0, 0.6) 0px 0px 6px inset;
      -webkit-box-shadow: rgba(0, 0, 0, 0.6) 0px 0px 6px inset;
    }
    .swiper-pagination-bullet-active {
      opacity: 1;
      background: #9395a7;
    }
    /*招聘信息*/
    .select {
        width: 100%;
        background: #fff;
    }
    .select {
        border-bottom: 1px solid #ebf0f4;
    }
    .recruit_top .recruit-title {
        width: 94%;
        height: 72px;
        margin: 0 auto;
        font-size: 26px;
        color: #000;
        border-bottom: 1px solid #ebf0f4;
    }
    .recruit_top .recruit-title .title {
        line-height: 72px;
        font-size: 26px;
        color: #000;
    }
    .select_infor {
        width: 94%;
        height: 50px;
        margin: 0 auto;
    }
    .select_city, .select_position {
        float: left;
        display: inline-block;
        position: relative;
    }
    .selected_city {
        width: auto;
        height: 50px;
        line-height: 50px;
        padding-left: 20px;
        background: url(../img/ri_location_icon.png) no-repeat 2px 17px;
        background-size: 11px 16px;
    }
    .selected_city > .city_name,
    .choose > .choose_title {
        font-size: 16px;
        display: inline-block;
        margin-right: 3px;
    }
    .selected_city > .city_name {
        color: #0037e8;
    }
    .city_list, .position_list {
        display: none;
        position: absolute;
        top: 49px;
        z-index: 999;
        width: 100px;
        height: auto;
        line-height: 35px;
        text-align: center;
        padding-top: 20px;
        padding-bottom: 20px;
        background: #fff;
        border-bottom: 1px solid #ebf0f4;
        border-left: 1px solid #ebf0f4;
        border-right: 1px solid #ebf0f4;
    }
    .city_list li, .position_list li {
        font-size: 16px;
        color: #9f9f9f;
    }
    .position_list {
        left: 24px;
    }
    .city_list li:active, .position_list li:active {
        color: #0037e8;
    }
    .select_position {
        margin-left: 30px;
    }
    .choose {
        width: auto;
        height: 50px;
        line-height: 50px;
        margin-left: 30px;
    }
    .recruit_contents {
        width: 100%;
        height: auto;
    }
    .recruit_top .recruit-title {
        width: 100%;
        height: 72px;
        margin: 0 auto;
        font-size: 26px;
        color: #000;
        border-bottom: 1px solid #ebf0f4;
    }
    .recruit_top .recruit-title .title {
        line-height: 72px;
        font-size: 26px;
        color: #000;
    }
    .recruit_contents {
        position: relative;
        width: 100%;
        margin-top: 20px;
    }
    .recruit_contents ul.position {
        width: 92%;
        height: auto;
        margin: 0 auto;
    }
    .recruit_contents > .position > li {
        width: 100%;
        height: auto;
        margin-bottom: 10px;
        border: 1px solid #e2e2e2;
        background: #fff;
    }
    .recruit_contents > .position > li:active {
        background: #f3f5fa;
    }
    .recruit_contents .position li .position_content {
        position: relative;
        font-size: 14px;
        padding-left: 13px;
        padding-top: 13px;
    }
    .position_content .position_name {
        margin-bottom: 10px;
        display: block;
        width: 65%;
    }
    .position_content .position_name .name {
        font-size: 16px;
        color: #333;
        display: inline-block;
        width: auto;
    }
    .position_content .position_name .name:active {
        color: #0037e8;
    }
    .position_content .position_name .city {
        display: inline-block;
        width: auto;
        color: #9f9f9f;
    }
    .education {
        margin-bottom: 10px;
    }
    .education > .experience {
        color: #777;
    }
    .position_content .label {
        float: right;
        margin-right: 24px;
        width: 25%;
    }
    .position_content .sign {
        position: absolute;
        top: 50%;
        right: 45px;
        display: block;
        width: 64px;
        height: 32px;
        line-height: 32px;
        text-align: center;
        border: 1px solid #e2e2e2;
        background: #f6f6f6;
        margin-top: -16px;
    }
    .position_content .arrow_pic {
        display: inline-block;
        width: 18px;
        height: 10px;
        position: absolute;
        right: 14px;
        top: 50%;
        margin-top: -5px;
    }
    .position_content .arrow_pic img {
        display: block;
        width: 18px;
        height: 10px;
    }
    .position_intro > .intro {
        width: 100%;
        height: 40px;
        line-height: 40px;
        padding-left: 13px;
        background: #f6f6f6;
    }
    .position_intro > .intro:hover {
        cursor: pointer;
    }
    .position_intro > .intro > .text {
        font-size: 14px;
        color: #333;
        display: inline-block;
        margin-right: 3px;
    }
    .position > li > ul {
        display: none;
    }
    .position > li > ul.show {
        display: block;
        border-top: 1px dashed #ebf0f4;
    }
    .duty, .qualification {
        padding-left: 10px;
        font-size: 18px;
        color: #333;
    }
    .duty_title, .qualification_title {
        position: relative;
        font-size: 16px;
        color: #0376e8;
        margin-top: 28px;
        margin-bottom: 26px;
    }
    .qualification_title {
        margin-top: 10px;
    }
    .duty_title span, 
    .qualification_title span {
        margin-left: 32px;
    }
    .duty_title img,
    .qualification_title img {
        display: inline-block;
        width: 17px;
        height: 20px;
        position: absolute;
        bottom: 0;
    }
    .duty .duty_contents,
    .qualification .qualification_contents {
        padding-bottom: 20px;
    } 
    .duty .duty_contents p,
    .qualification .qualification_contents p {
        font-size: 14px;
        color: #666;
        line-height: 29px;
    }
    .position .email {
        width: 96%;
        height: auto;
    }
    .position .email .email_text {
        font-size: 13px;
        color: #fff;
        display: block;
        width: auto;
        height: auto;
        margin-left: 10px;
        margin-bottom: 20px;
        padding: 13px 10px;
        background: url(../img/ri_email_icon.png) no-repeat 260px 15px;
        background-size: 24px 14px;
        background-color: #0052a3;
    }
    .position .share {
        margin-left: 10px;
        margin-bottom: 20px;
    }
    .position .share .share_text {
        font-size: 14px;
        color: #333;
    }
    .position .share ul {
        width: auto;
        float: right;
        margin-right: 60%;
    }
    .position .share ul li {
        float: left;
        margin-left: 10px;
    }
    .position .share ul li img {
        display: inline-block;
        width: 21px;
        height: 18px;
    }
    .go_top img {
        display: none;
    }
    .go_top {
        display: none;
        position: fixed;
        bottom: 100px;
        right: 20px;
        width: 43px;
        height: 43px;
        background: url(../../img/go_top1.png) no-repeat;
        background-size: 43px;
    }
    .go_top:active {
        background: url(../../img/go_top2.png) no-repeat;
        background-size: 43px;
    }
    .showMorehandle {
        width: 40px;
        height: 40px;
        margin: 30px auto 0 auto;
    }
    .showMorehandle img {
        display: block;
        width: 40px;
        height: 40px;
    }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
    .container, .menu {
        display: none;
    }
    .go_top {
        display: none;
        position: fixed;
        bottom: 150px;
        right: 20px;
        width: 43px;
        height: 43px;
    }
    .go_top img {
        display: block;
        width: 43px;
        height: 43px;
    }
    /*banner*/
    .mobile_banner {
        display: none;
    }
    .swiper-slide {
        float: left;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-direction: column;
        -webkit-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }
    .content_bottom > .swiper-container > .swiper-pagination {
        margin-bottom: 5px;
        margin-left: -170px;
    }
    .content_bottom > .swiper-container > .swiper-pagination > 
    .swiper-pagination-bullet {
      width: 10px;
      height: 10px;
      display: inline-block;
      border-radius: 100%;
      background: #c6cacd;
      opacity: 1;
      margin-left: 10px;
    }
    .content_bottom > .swiper-container > .swiper-pagination > 
    .swiper-pagination-bullet-active {
      opacity: 1;
      background: #0376e8;
    }
    /*banner*/
    .content_banner {
        position: relative;
        width: 100%;
        min-width: 100%;
    }
    .content_banner > .swiper-container > .swiper-wrapper > .swiper-slide {
        width: 100%;
        height: 218px;
    }
    .swiper-wrapper .pic1 {
        background: url(../img/banner_1.jpg) no-repeat center center;
        background-size: contain 100%;
    }
    .swiper-wrapper .pic2 {
        background: url(../img/banner_2.jpg) no-repeat center center;
        background-size: contain 100%;
    }
    .content_banner > .swiper-container > .swiper-pagination > 
    .swiper-pagination-bullet {
      width: 14px;
      height: 14px;
      display: inline-block;
      border-radius: 100%;
      background: #fff;
      opacity: .9;
      margin-left: 11px;
      box-shadow: rgba(0, 0, 0, 0.6) 0px 0px 6px inset;
      -moz-box-shadow: rgba(0, 0, 0, 0.6) 0px 0px 6px inset;
      -webkit-box-shadow: rgba(0, 0, 0, 0.6) 0px 0px 6px inset;
    }
    .content_banner > .swiper-container > .swiper-pagination > 
    .swiper-pagination-bullet-active {
      opacity: 1;
      background: #9395a7;
    }
    /*静态banner*/
    .banner {
        width: 94%;
        height: auto;
        margin: 20px auto;
    }
    .banner > img {
        display: block;
        width: 100%;
        height: 100%;
    }
    /*招聘信息*/
    .recruit_top, .select {
        width: 100%;
        background: #fff;
    }
    .select {
        border-bottom: 1px solid #ebf0f4;
    }
    .recruit_top .recruit-title {
        width: 94%;
        height: 72px;
        margin: 0 auto;
        font-size: 26px;
        color: #000;
        border-bottom: 1px solid #ebf0f4;
    }
    .recruit_top .recruit-title .title {
        line-height: 72px;
        font-size: 26px;
        color: #000;
    }
    .select_infor {
        width: 94%;
        height: 50px;
        margin: 0 auto;
    }
    .select_city, .select_position {
        float: left;
        display: inline-block;
        position: relative;
    }
    .selected_city {
        width: auto;
        height: 50px;
        line-height: 50px;
        padding-left: 20px;
        background: url(../img/ri_location_icon.png) no-repeat 2px 17px;
        background-size: 11px 16px;
    }
    .selected_city:hover, .choose:hover {
        cursor: pointer;
    }
    .selected_city .city_name {
        font-size: 16px;
        color: #0036e8;
        display: inline-block;
        margin-right: 3px;
    }
    .city_list, .position_list {
        display: none;
        position: absolute;
        top: 49px;
        z-index: 999;
        width: 100px;
        height: auto;
        line-height: 35px;
        text-align: center;
        font-size: 16px;
        color: #9f9f9f;
        padding-top: 20px;
        padding-bottom: 20px;
        background: #fff;
        border-bottom: 1px solid #ebf0f4;
        border-left: 1px solid #ebf0f4;
        border-right: 1px solid #ebf0f4;
    }
    .position_list {
        left: 24px;
    }
    .city_list li:active, .position_list li:active {
        color: #0037e8;
    }
    .select_position {
        margin-left: 30px;
    }
    .choose {
        width: auto;
        height: 50px;
        line-height: 50px;
        margin-left: 30px;
    }
    .choose > .choose_title {
        display: inline-block;
        margin-right: 3px;
    }
    .recruit_contents {
        position: relative;
        width: 94%;
        margin: 0 auto 200px auto;
    }
    .recruit_contents ul.position {
        width: 66%;
        height: auto;
    }
    .recruit_contents > .position > li {
        width: 100%;
        height: auto;
        margin-bottom: 11px;
        border: 1px solid #e2e2e2;
        background: #fff;
    }
    .recruit_contents > .position > li:active {
        background: #f3f5fa;
    }
    .recruit_contents .position li .position_content {
        position: relative;
        font-size: 14px;
        height: 100px;
        padding-left: 15px;
    }
    .position_content .position_name {
        margin-bottom: 13px;
        padding-top: 21px;
    }
    .position_content .position_name .name {
        font-size: 16px;
        color: #333;
    }
    .position_content .position_name .name:active {
        color: #0037e8;
    }
    .position_content .position_name .city {
        color: #9f9f9f;
    }
    .education > .experience {
        color: #777;
    }
    .position_content .label {
        float: right;
        margin-right: 24px;
        width: auto;
        height: 100px;
    }
    .position_content .sign {
        position: absolute;
        top: 50%;
        right: 66px;
        display: block;
        width: 64px;
        height: 32px;
        line-height: 32px;
        text-align: center;
        border: 1px solid #e2e2e2;
        background: #f6f6f6;
        margin-top: -16px;
    }
    .position_content .arrow_pic {
        display: inline-block;
        width: 18px;
        height: 10px;
        position: absolute;
        right: 24px;
        top: 50%;
        margin-top: -5px;
    }
    .position_content .arrow_pic img {
        display: block;
        width: 18px;
        height: 10px;
    }
    .position_intro > .intro {
        width: 100%;
        height: 40px;
        line-height: 40px;
        padding-left: 15px;
        background: #f6f6f6;
    }
    .position_intro > .intro:hover {
        cursor: pointer;
    }
    .position_intro > .intro > .text {
        font-size: 14px;
        color: #333;
        display: inline-block;
        margin-right: 3px;
    }
    .position > li > ul {
        display: none;
        border-top: 1px dashed #ebf0f4;
    }
    .position > li > ul.show {
        display: block;
    }
    .duty, .qualification {
        padding-left: 34px;
        padding-right: 10px;
        font-size: 18px;
        color: #333;
    }
    .duty_title, .qualification_title {
        position: relative;
        font-size: 16px;
        color: #333;
        margin-top: 33px;
        margin-bottom: 28px;
    }
    .qualification_title {
        margin-top: 10px;
    }
    .duty_title span, 
    .qualification_title span {
        margin-left: 34px;
    }
    .duty_title img,
    .qualification_title img {
        display: inline-block;
        width: 17px;
        height: 20px;
        position: absolute;
        bottom: 0;
    }
    .duty .duty_contents,
    .qualification .qualification_contents {
        padding-bottom: 20px;
    } 
    .duty .duty_contents p,
    .qualification .qualification_contents p {
        font-size: 13px;
        color: #666;
        line-height: 29px;
    }
    .position .email {
        width: 100%;
        height: auto;
    }
    .position .email .email_text {
        font-size: 13px;
        color: #fff;
        display: inline-block;
        width: auto;
        height: auto;
        margin-left: 34px;
        margin-bottom: 33px;
        padding: 13px 50px 13px 13px;
        background: url(../img/ri_email_icon.png) no-repeat 260px 15px;
        background-size: 24px 14px;
        background-color: #0052a3;
    }
    .position .share {
        display: inline-block;
        float: right;
        margin-right: 20px;
        margin-top: 13px;
    }
    .position .share .share_text {
        font-size: 14px;
        color: #333;
    }
    .position .share ul {
        width: auto;
        float: right;
    }
    .position .share ul li {
        float: left;
        margin-left: 10px;
    }
    .position .share ul li img {
        display: inline-block;
        width: 21px;
        height: 18px;
    }
    .person_resource {
        position: absolute;
        width: 33%;
        height: auto;
        font-size: 18px;
        right: 0;
        top: 0;
        padding-top: 26px;
        padding-bottom: 26px;
        padding-left: 35px;
        border: 1px solid #e2e2e2;
        background: #fff;
    }
    .person_resource > .per_res_name {
        font-size: 18px;
        color: #333;
        margin-bottom: 20px;
    }
    .connect p {
        font-size: 13px;
        color: #666;
        line-height: 29px;
    }
    .showMorehandle {
        position: absolute;
        left: 50%;
        margin-left: -160px;
        width: 48px;
        height: 48px;
        margin-top: 80px;
    }
    .showMorehandle img {
        display: block;
        width: 48px;
        height: 48px;
    }
}
@media screen and (min-width:960px) {
    .container, .menu, .mobile_banner {
        display: none;
    }
    .go_top {
        display: none;
        position: fixed;
        bottom: 150px;
        right: 20px;
        width: 43px;
        height: 43px;
    }
    .go_top img {
        display: block;
        width: 43px;
        height: 43px;
    }
    /*动态banner*/
    .content_banner {
        position: relative;
        width: 100%;
        min-width: 1000px;
    }
    .content_banner .swiper-container .swiper-wrapper .swiper-slide {
        width: 100%;
        height: 218px;
    }
    .swiper-wrapper .pic1 {
        background: url(../img/banner_1.jpg) no-repeat center center;
        background-size: contain 100%;
    }
    .swiper-wrapper .pic2 {
        background: url(../img/banner_2.jpg) no-repeat center center;
        background-size: contain 100%;
    }
    .swiper-pagination > .swiper-pagination-bullet {
      width: 14px;
      height: 14px;
      display: inline-block;
      border-radius: 100%;
      background: #fff;
      opacity: .9;
      margin-left: 11px;
      box-shadow: rgba(0, 0, 0, 0.6) 0px 0px 6px inset;
      -moz-box-shadow: rgba(0, 0, 0, 0.6) 0px 0px 6px inset;
      -webkit-box-shadow: rgba(0, 0, 0, 0.6) 0px 0px 6px inset;
    }
    .content_banner > .swiper-container > .swiper-pagination > 
    .swiper-pagination-bullet-active {
      opacity: 1;
      background: #9395a7;
    }
    /*静态banner*/
    .banner {
        width: 1000px;
        height: 185px;
        margin: 20px auto;
    }
    .banner > img {
        display: block;
        width: 100%;
        height: 100%;
    }
    /*招聘信息*/
    .recruit_top, .select {
        width: 100%;
        background: #fff;
    }
    .select {
        border-bottom: 1px solid #ebf0f4;
    }
    .recruit_top .recruit-title {
        width: 1000px;
        height: 72px;
        margin: 0 auto;
        font-size: 26px;
        color: #000;
        border-bottom: 1px solid #ebf0f4;
    }
    .recruit_top .recruit-title .title {
        line-height: 72px;
        font-size: 26px;
        color: #000;
    }
    .select_infor {
        width: 1000px;
        height: 50px;
        margin: 0 auto;
    }
    .select_city, .select_position {
        float: left;
        display: inline-block;
        position: relative;
    }
    .selected_city:hover, .choose:hover {
        cursor: pointer;
    }
    .selected_city {
        width: auto;
        height: 50px;
        line-height: 50px;
        padding-left: 20px;
        background: url(../img/ri_location_icon.png) no-repeat 2px 17px;
        background-size: 11px 16px;
    }
    .selected_city .city_name {
        font-size: 16px;
        color: #0036e8;
        display: inline-block;
        margin-right: 3px;
    }
    .city_list, .position_list {
        display: none;
        position: absolute;
        top: 49px;
        z-index: 999;
        width: 100px;
        height: auto;
        line-height: 35px;
        text-align: center;
        font-size: 16px;
        color: #9f9f9f;
        padding-top: 20px;
        padding-bottom: 20px;
        background: #fff;
        border-bottom: 1px solid #ebf0f4;
        border-left: 1px solid #ebf0f4;
        border-right: 1px solid #ebf0f4;
    }
    .position_list {
        left: 24px;
    }
    .city_list li:hover, .position_list li:hover {
        cursor: pointer;
        color: #0037e8; 
    }
    .select_position {
        margin-left: 30px;
    }
    .choose {
        width: 85px;
        height: 50px;
        line-height: 50px;
        margin-left: 30px;
    }
    .choose > .choose_title {
        display: inline-block;
        margin-right: 3px;
    }
    .recruit_contents {
        position: relative;
        width: 1000px;
        margin: 0 auto 200px auto;
    }
    .recruit_contents ul.position {
        width: 73%;
        height: auto;
    }
    .recruit_contents > .position > li {
        width: 100%;
        height: auto;
        margin-bottom: 11px;
        border: 1px solid #e2e2e2;
        background: #fff;
    }
    .recruit_contents .position li .position_content {
        position: relative;
        font-size: 14px;
        height: 100px;
        padding-left: 15px;
    }
    .position_content .position_name {
        margin-bottom: 13px;
        padding-top: 21px;
    }
    .position_content .position_name .name {
        font-size: 16px;
        color: #333;
    }
    .position_content .position_name .name:hover {
        /*color: #0037e8;*/
        cursor: pointer;
    }
    .position_content .position_name .city {
        color: #9f9f9f;
    }
    .education > .experience {
        color: #777;
    }
    .position_content .label {
        float: right;
        margin-right: 24px;
        width: auto;
        height: 100px;
    }
    .position_content .sign {
        position: absolute;
        top: 50%;
        right: 66px;
        display: block;
        width: 64px;
        height: 32px;
        line-height: 32px;
        text-align: center;
        border: 1px solid #e2e2e2;
        background: #f6f6f6;
        margin-top: -16px;
    }
    .position_content .arrow_pic {
        display: inline-block;
        width: 18px;
        height: 10px;
        position: absolute;
        right: 24px;
        top: 50%;
        margin-top: -5px;
    }
    .position_content .arrow_pic img {
        display: block;
        width: 18px;
        height: 10px;
    }
    .position_intro > .intro {
        width: 100%;
        height: 40px;
        line-height: 40px;
        padding-left: 15px;
        background: #f6f6f6;
    }
    .position_intro > .intro:hover {
        cursor: pointer;
    }
    .position_intro > .intro > .text {
        font-size: 14px;
        color: #333;
        display: inline-block;
        margin-right: 3px;
    }
    .position > li > ul {
        display: none;
        border-top: 1px dashed #ebf0f4;
    }
    .position > li > ul.show {
        display: block;
    }
    .duty, .qualification {
        padding-left: 34px;
        font-size: 18px;
        color: #333;
    }
    .duty_title, .qualification_title {
        position: relative;
        font-size: 16px;
        color: #333;
        margin-top: 33px;
        margin-bottom: 28px;
    }
    .qualification_title {
        margin-top: 10px;
    }
    .duty_title span, 
    .qualification_title span {
        margin-left: 34px;
    }
    .duty_title img,
    .qualification_title img {
        display: inline-block;
        width: 17px;
        height: 20px;
        position: absolute;
        bottom: 0;
    }
    .duty .duty_contents,
    .qualification .qualification_contents {
        padding-bottom: 20px;
    } 
    .duty .duty_contents p,
    .qualification .qualification_contents p {
        font-size: 13px;
        color: #666;
        line-height: 29px;
    }
    .position .email {
        width: 100%;
        height: auto;
    }
    .position .email .email_text {
        font-size: 13px;
        color: #fff;
        display: inline-block;
        width: auto;
        height: auto;
        margin-left: 34px;
        margin-bottom: 33px;
        padding: 13px 50px 13px 13px;
        background: url(../img/ri_email_icon.png) no-repeat 260px 15px;
        background-size: 24px 14px;
        background-color: #0052a3;
    }
    .position .share {
        display: inline-block;
        float: right;
        margin-right: 20px;
        margin-top: 13px;
    }
    .position .share .share_text {
        font-size: 14px;
        color: #333;
    }
    .position .share ul {
        width: auto;
        float: right;
    }
    .position .share ul li {
        float: left;
        margin-left: 10px;
    }
    .position .share ul li img {
        display: inline-block;
        width: 21px;
        height: 18px;
    }
    .person_resource {
        position: absolute;
        width: 26%;
        height: auto;
        font-size: 18px;
        left: 74%;
        top: 0;
        z-index: 999;
        padding-top: 26px;
        padding-bottom: 26px;
        padding-left: 35px;
        border: 1px solid #e2e2e2;
        background: #fff;
    }
    .person_resource > .per_res_name {
        font-size: 18px;
        color: #333;
        margin-bottom: 20px;
    }
    .connect p {
        font-size: 13px;
        color: #666;
        line-height: 29px;
    }
    .showMorehandle {
        position: absolute;
        left: 50%;
        margin-left: -160px;
        width: 48px;
        height: 48px;
        margin-top: 80px;
    }
    .showMorehandle img {
        display: block;
        width: 48px;
        height: 48px;
    }
}