@charset "UTF-8";



/*icon*/



* {

    margin: 0;

    padding: 0;

    -webkit-box-sizing: border-box;

    -moz-box-sizing: border-box;

    box-sizing: border-box;

    -webkit-text-size-adjust: none;

}



html, body {

    max-width: 750px;

    margin: 0 auto;

    font-family: 微软雅黑;

}



body {

    -webkit-tap-highlight-color: transparent;

    -webkit-overflow-scrolling: touch;

    font-family: 微软雅黑;

}



p {

    -webkit-text-size-adjust: none;

}



a {

    text-decoration: none;

}



ul li {

    list-style: none;

}



img {

    max-width: 100%;

}

@font-face {
  font-family: 'iconfont';  /* project id 1761429 */
  src: url('https://at.alicdn.com/t/font_1761429_h0rhggglr1b.eot');
  src: url('https://at.alicdn.com/t/font_1761429_h0rhggglr1b.eot?#iefix') format('embedded-opentype'),
  url('https://at.alicdn.com/t/font_1761429_h0rhggglr1b.woff2') format('woff2'),
  url('https://at.alicdn.com/t/font_1761429_h0rhggglr1b.woff') format('woff'),
  url('https://at.alicdn.com/t/font_1761429_h0rhggglr1b.ttf') format('truetype'),
  url('https://at.alicdn.com/t/font_1761429_h0rhggglr1b.svg#iconfont') format('svg');
}

@font-face{
      font-family: "方正正中黑简体";
      src : url('../fonts/方正正中黑简体.TTF');
}


.iconfont {

    font-family: "iconfont" !important;

    font-size: 20px;

    font-style: normal;

    -webkit-font-smoothing: antialiased;

    -moz-osx-font-smoothing: grayscale;

}



@font-face {

    font-family: "SOURCEHANSANSCN-MEDIUM";

    src: url('../fonts/SOURCEHANSANSCN-MEDIUM.otf');

}



/*头部*/

.content {

    padding: 0px 15px;

}



/*

.ally {

    display: none !important;

}

*/

.zjpage {

    width: 100% !important;

}



.stats {

    width: 100% !important;

    overflow-x: scroll;

    display: inline-block;

}



.stats th {

    font-size: 15px;

}



.zjpage {

    width: 100%;

    height: 40px;

    float: left;

    margin-top: 20px;

    margin: 15px;

    display: flex;

    margin: 0 auto;

    text-align: center;

    justify-content: center;

    align-items: center;

    margin-top: 40px;

}



.stats td {

    font-size: 13px;

    line-height: 20px;

}



.zjpage_main a.hover {

    background: #434343 !important;

}



.zjpage_main a:hover {

    background: #bf082b !important;

}



.close {

    position: absolute;

    right: 36%;

    top: 0;

    width: 60px;

    height: 48px;

    display: flex;

    align-items: center;

    z-index: 9999;

    justify-content: flex-end;

}



.close i {

    color: #ffffff;

    font-size: 16px;

}



.menu {

    overflow-y: scroll;

    height: 750px;

    width: 68%;

    background: #128fc8;

}



.menu > li > a {

    position: relative;

    color: #fff;

    display: block;

    font-size: 15px;

    padding: 0px 15px;

}



.menu li.active .submenu a {

    color: #3d3d3d;

}



.navList {

    z-index: 900;

    max-width: 750px;

    margin: 0 auto;

    width: 100%;

    display: none;

    position: fixed;

    height: 100%;

    top: 68px;

    left: 0;

    overflow-y: scroll;

    background: rgb(0, 0, 0, 0.3);

    -webkit-overflow-scrolling: touch;

    right: 0;

    margin: 0 auto;

    z-index: 9999999;

}



.navList ul li {

    position: relative;

    line-height: 40px;

    border-bottom: 1px solid #71d4fe;

}



.navList ul li i {

    float: right;

    font-size: 20px;

}



.navList .submenu {

    display: none;

}



.navList .submenu li:hover {

    background: #23ac38;

}



.navList .submenu li:hover a {

    color: #fff;

}



.navList .submenu > li > a {

    position: relative;

    font-size: 15px;

    color: #333333;

    width: 100%;

    display: table;

}



.navList .submenu {

    background: #fff;

    z-index: 99999;

    position: absolute;

    top: 41px;

    width: 100%;
    

}
.navList ul li:nth-child(3) .submenu{
    overflow-y: auto !important;
    height: 340px;
}


.navList .submenu li {

    font-size: 18px;

    color: #555555;

    border-bottom: 0px;

    padding: 0px 15px;

}



.navdrop_toggle.navdrop_icon_cut {

    background: #71d4fe;

}



.navdrop_toggle.navdrop_icon_cut i {

    transform: rotate(180deg);

}



/*头部*/

.apex {

    display: flex;

    max-width: 750px;

    width: 100%;

    position: fixed;

    top: 0;

    padding: 20px 0px;

    z-index: 9999999;

    background: #fff;

    -webkit-transform: translateZ(0);

    box-shadow: 2px -2px 12px rgba(63, 104, 135, 0.35);
    height: 74px;
}



.top {

    display: flex;

    overflow: hidden;

    width: 100%;
    padding-top: 3px;
}



.top_left {

    padding-left: 15px;

    display: flex;

    -webkit-box-flex: 1;

    -webkit-flex: 1;

    flex: 1;

}



.apex .nav i {

    font-size: 25px;

    color: #707070;

    cursor: pointer;

}



.apex .logo {

    vertical-align: middle;

    margin-left: 12px;

    overflow: hidden;

}



.apex .logo img {

    height: 30px;

}



.top_right {

    -webkit-box-flex: 1;

    -webkit-flex: 1;

    flex: 1;

    text-align: right;

    margin-right: 15px;

    overflow: hidden;

    display: flex;

    justify-content: flex-end;

}



span.login {

    font-size: 12px;

    padding: 0px 10px;

    background: #128fc8;

    color: #FFF;

    height: 30px;

    line-height: 30px;

}



span.login a {

    color: #fff;

}



.wei {

    margin-left: 10px;

    overflow: hidden;

}



.wei i {

    color: #73879c;

    font-size: 22px;

    vertical-align: middle;

    display: inline-block;

    margin-top: 5px;

}



.top_right .wei:hover .wei_ewm {

    display: block;

}



.wei_ewm {

    display: none;

    position: absolute;

    top: 74px;

    right: 0px;

    z-index: 99999;

    width: 80px;

    height: 80px;

    background: #fff;

    /* box-shadow: 0px 0px 5px rgba(133,133,133,0.35); */

    box-shadow: 0px 0px 10px rgba(63, 104, 135, 0.36);

    text-align: center;

}



.weibo .wei_ewm {

    right: 0px;

}



.wei_ewm img {

    width: 60px;

    height: 60px;

    margin-top: 10px;

}



/*轮播*/

.flexslider {

    position: relative;

    height: 170px;

    overflow: hidden;

    margin-top: 74px;

}



.slides {

    position: relative;

    z-index: 1;

}



.flex-control-nav {

    position: absolute;

    bottom: 10px;

    z-index: 2;

    width: 100%;

    text-align: center;

}



.flex-control-nav li {

    display: inline-block;

    width: 14px;

    height: 14px;

    margin: 0 5px;

    display: inline;

    zoom: 1;

}



.flex-control-nav a {

    display: inline-block;

    width: 10px;

    height: 10px;

    line-height: 40px;

    overflow: hidden;

    cursor: pointer;

    background: #000;

    border-radius: 100%;

    opacity: 0.4;

}



.flex-control-nav .flex-active {

    background-position: 0 0;

    background: #007aff !important;

    opacity: 1 !important;

}



.slides li img {

    width: 100%;

    height: 170px;

    object-fit: cover;

}



.target_core {

    overflow: hidden;

    padding: 30px 0px;

    background: url(../images/core.jpg);

    width: 100%;

    background-size: cover;

    background-repeat: no-repeat;

    background-position: center;

}



.home_service_top {

    text-align: center;

    padding-bottom: 20px;

    overflow: hidden;

}



.home_service_top h3 {

    font-size: 20px;

    color: #2c2c2c;

    font-family: "Source Han Sans CN";

    font-weight: normal;

}



.home_service_top span {

    font-family: "Source Han Sans CN";

    font-size: 14px;

    color: #2c2c2c;

}



/**/

.target_core_bottom {

    position: relative;

    padding-top: 20px;

}



.target_core_bottom ul {

    position: relative;

    padding: 0px 10px;

    display: flex;

    flex-wrap: wrap;

    justify-content: space-between;

}



/*.target_core_bottom ul li {

    text-align: center;

    z-index: 999;

    position: relative;

    width: 15%;

    float: left;

    margin-right: 10px;

    margin-bottom: 20px;

}*/

.target_core_bottom ul li {

    text-align: center;

    position: relative;

    float: left;

    margin-right: 10px;

    margin-bottom: 20px;

    min-width: 17%;

}



.target_core_bottom ul li:nth-child(5n) {

    margin-right: 0;

}



.target_core_bottom ul li .target_core_bottom_thumb {

    width: 50px;

    height: 50px;

    min-width: 50px;

    border-radius: 100%;

    background: #ffffff;

    display: flex;

    justify-content: center;

    align-items: center;

    position: relative;

    margin: 0 auto;

}



.target_core_bottom ul li .target_core_bottom_thumb:after {

    position: absolute;

    content: "";

    top: 0;

    right: 0;

    box-shadow: 2px 3px 0px rgba(63, 104, 135, 0.35);

    width: 50px;

    height: 50px;

    border-radius: 100%;

}



.target_core_bottom ul li .target_core_bottom_thumb img {

    height: 45px;

}



.target_core_bottom ul li:nth-child(3) .target_core_bottom_thumb img {

    height: 48px;

}



.target_core_bottom ul li:nth-child(4) .target_core_bottom_thumb img {

    height: 48px;

}



.target_core_bottom ul li:nth-child(5) .target_core_bottom_thumb img {

    height: 37px;

}



.target_core_bottom ul li:nth-child(8) .target_core_bottom_thumb img {

    height: 37px;

}



.target_core_bottom ul li:nth-child(9) .target_core_bottom_thumb img {

    height: 38px;

}



.target_core_bottom ul li:nth-child(10) .target_core_bottom_thumb img {

    height: 39px;

}



.target_core_bottom ul li:hover .target_pop {

    display: block;

}



.target_core_bottom ul li .target_pop {

    display: none;

    position: absolute;

    width: 100px;

    height: auto;

    background: #fff;

    /* box-shadow: 0px 0px 9px rgba(133,133,133,0.35); */

    box-shadow: 0px 0px 9px rgba(63, 104, 135, 0.15);

    padding: 6px;

    top: -96px;

    left: 0;

    font-size: 12px;

    color: #536a7f;

    border-radius: 3px;

    line-height: 17px;

    z-index: 999;

}



.target_core_bottom ul li .target_pop:after {

    position: absolute;

    content: "";

    width: 0;

    height: 0;

    bottom: -3px;

    left: 22px;

    width: 0;

    margin: 0 auto;

    height: 0px;

    width: 0;

    border-left: 1px solid transparent;

    border-right: 8px solid transparent;

    border-top: 8px solid #fff;

    border-color: #fff #fff transparent transparent;

    transform: rotate(135deg);

    /* box-shadow: 2px -2px 5px rgba(133,133,133,0.35); */

    box-shadow: 2px -2px 5px rgba(63, 104, 135, 0.15);

}



.target_core_bottom ul li:nth-child(5) .target_pop {

    top: -112px;

    right: 0;

    left: inherit;

}



.target_core_bottom ul li:nth-child(5) .target_pop:after {

    left: inherit;

    right: 15px;

}



.target_core_bottom ul li:nth-child(8) .target_pop {

    top: -129px;

    right: 0;

    left: inherit;

}



.target_core_bottom ul li:nth-child(8) .target_pop:after {

    left: inherit;

    right: 15px;

}



.target_core_bottom ul li:nth-child(9) .target_pop {

    top: -148px;

    right: 0;

    left: inherit;

}



.target_core_bottom ul li:nth-child(9) .target_pop:after {

    left: inherit;

    right: 15px;

}



.target_core_bottom ul li:nth-child(10) .target_pop {

    top: -148px;

    right: 0;

    left: inherit;

}



.target_core_bottom ul li:nth-child(10) .target_pop:after {

    left: inherit;

    right: 15px;

}



.target_core_bottom ul li:hover .target_pop p {

    font-size: 12px;

}



.target_core_bottom ul li:hover .target_pop img {

    width: 100%;

    height: 40px;

    object-fit: cover;

}



.target_core_bottom ul li:hover .target_core_bottom_nr {

    color: #128fc8;

}



.target_core_bottom ul li .target_core_bottom_thumb:hover {

    background: #128fc8;

}



.target_core_bottom ul li .target_core_bottom_thumb:hover img {

    display: none;

}



.target_core_bottom ul li .target_core_bottom_thumb:hover .thumb_ys {

    display: block;

}



.thumb_ys {

    display: none;

}



.target_pop {

    display: none;

}



.target_core_bottom_nr {

    font-size: 12px;

    color: #606060;

    padding-top: 10px;

}



.target_core_more {

    text-align: center;

    margin-top: 15px;

    overflow: hidden;

}



.target_core_more a {

    align-items: center;

    border: 1px solid #2f9dcf;

    border-radius: 26px;

    display: flex;

    justify-content: center;

    width: 90px;

    margin: 0 auto;

    padding-top: 4px;

}



.target_core_more i {

    transform: rotate(90deg);

    display: inline-block;

    color: #2f9dcf;

    font-size: 24px;

    margin-top: -2px;

}



.target_core_more img {

    vertical-align: middle;

    margin-top: -5px;

    margin-left: 7px;

}



.home_service {

    padding: 25px 0px;

    overflow: hidden;

}



.home_service_nr {

    overflow: hidden;

    display: flex;

    margin-top: 10px;

    overflow-x: scroll;

    margin-left: 15px;

    margin-bottom: 10px;

}



.home_service_nr_thumb {

    min-width: 250px;

    max-width: 250px;

    margin-right: 20px;

    width: 250px;

    height: 300px;

    position: relative;

    cursor: pointer;

    border: 1px solid #128fc8;

    overflow: hidden;

    box-sizing: border-box;

    -moz-box-sizing: border-box;

    -webkit-box-sizing: border-box;

}



.home_service_nr_thumb img {

    width: 100%;

    height: 100%;

    object-fit: cover;

    display: block;

    border: none;

    box-sizing: border-box;

}



.home_service_nr_thumb:hover {

    border: 1px solid #23ac38;

}



.home_service_nr_thumb .home_service_nr_thumb_title {

    position: absolute;

    bottom: 0;

    left: 0;

    right: 0;

    margin: 0 auto;

    text-align: center;

    padding: 14px 20px;

    background: rgba(18, 143, 200, 0.8);

    color: #fff;

    width: 100%;

    box-sizing: border-box;

}



.home_service_nr_thumb .home_service_nr_thumb_title h3 {

    font-size: 18px;

    font-weight: normal;

}



.home_service_nr_thumb .home_service_nr_thumb_title h3 span {

    font-size: 14px;

}



.home_service_nr_thumb_title_bottom {

    padding-top: 10px;

    overflow: hidden;

    display: none;

}



.home_service_nr_thumb_title_bottom p {

    font-size: 12px;

    line-height: 22px;

}



.home_service_nr_thumb_title_bottom span {

    display: inline-block;

    background: #fff;

    color: #128fc8;

    font-size: 12px;

    padding: 7px 35px;

    margin-top: 10px;

}



.home_service_nr_thumb:hover .home_service_nr_thumb_title {

    padding: 15px 20px;

    animation: sport 1s;

    transform: translateY(0px);

}



.home_service_nr_thumb:hover .home_service_nr_thumb_title_bottom {

    display: block;



}



@keyframes sport {

    0% {

        transform: translateY(100px);

        opacity: 1;

    }

    100% {

        transform: translateY(0px);

        opacity: 1

    }

}



.home_plan {

    background: url(../images/service_home.jpg);

    width: 100%;

    height: auto;

    background-size: cover;

    background-position: center;

    background-repeat: no-repeat;

    padding: 30px 0px;

    overflow: hidden;

}



.home_plan_top {

    font-size: 15px;

    color: #536a7f;

    text-align: center;

    line-height: 28px;

}



.home_plan_nr_top ul {

    display: flex;

    justify-content: center;

    overflow: hidden;

}



.home_plan_nr_top ul li.on {

    background: #128fc8;

    color: #fff;

    border: 1px solid #128fc8;

}



.home_plan_nr_top ul li {

    color: #536a7f;

    font-size: 14px;

    padding: 7px 10px;

    border: 1px solid #536a7f;

    border-radius: 25px;

    text-align: center;

    cursor: pointer;

    margin: 30px 10px;

    overflow: hidden;

    min-width: 150px;

}



.home_plan_nr_bottom {

    overflow: hidden;

    padding-bottom: 30px;

}



.home_plan_nr_bottom_nr:first-child {

    display: block;

}



.home_plan_nr_bottom_nr {

    display: none;

}



.home_plan_nr_bottom_nr_sore {

    width: 47.9%;

    overflow: hidden;

    float: left;

    margin-right: 10px;

    margin-bottom: 10px;

    background: #ffffff;

    box-shadow: 0px 0px 9px rgba(63, 104, 135, 0.35);

    margin-left: 1px;

    cursor: pointer;

}



.home_plan_nr_bottom_nr_sore:nth-child(2n) {

    margin-right: 0;

}



.home_plan_nr_bottom_nr_sore_thumb {

    width: 100%;

    height: 100px;

    overflow: hidden;

    position: relative;

    cursor: pointer;

    margin: 0 auto;

    text-align: center;

}



.home_plan_nr_bottom_nr_sore_thumb img {

    width: 94%;

    height: 95%;

    object-fit: cover;

    margin: 0 auto;

    margin-top: 5px;

}



.home_plan_nr_bottom_nr_sore_thumb .home_plan_nr_bottom_nr_icon {

    position: absolute;

    top: 0;

    width: 100%;

    height: 100%;

    display: flex;

    justify-content: center;

    align-items: center;

}



.home_plan_nr_bottom_nr_sore_thumb .home_plan_nr_bottom_nr_icon span {

    width: 45px;

    height: 45px;

    background: rgba(61, 207, 148, 0.6);

    border-radius: 100%;

    color: #fff;

    font-size: 40px;

    font-weight: lighter;

    line-height: 45px;

    text-align: center;

    transition: 1s;

    -webkit-transition: 1s;

    -moz-transition: 1s;

}



.home_plan_nr_bottom_nr_sore:hover .home_plan_nr_bottom_nr_icon span {

    -webkit-transform: rotate(360deg) scale(1.2);

    　　-moz-transform: rotate(360deg) scale(1.2);

    　　-ms-transform: rotate(360deg) scale(1.2);

    　　-o-transform: rotate(360deg) scale(1.2);

}



.home_plan_nr_bottom_nr_sore_bottom {

    padding: 9px;

    overflow: hidden;

}



.home_plan_nr_bottom_nr_sore_bottom h3 {

    text-align: center;

    font-size: 16px;

    color: #222222;

    font-weight: normal;

    padding-bottom: 5px;

    white-space: nowrap;

    overflow: hidden;

    text-overflow: ellipsis;

}



.home_plan_nr_bottom_nr_sore_bottom p {

    font-size: 12px;

    line-height: 20px;

    color: #536a7f;

    text-align: center;

    text-overflow: -o-ellipsis-lastline;

    overflow: hidden;

    text-overflow: ellipsis;

    display: -webkit-box;

    -webkit-line-clamp: 2;

    -webkit-box-orient: vertical;

}



.home_advantage {

    padding: 25px 0px;

    overflow: hidden;

}



.home_advantage_nr ul {

    display: flex;

}



.home_advantage_nr ul li {

    text-align: center;

    box-shadow: 3px 3px 4px 2px rgba(63, 104, 135, 0.36);

    float: left;

    margin-bottom: 18px;

    border: 1px solid #e9f7fd;

    -webkit-box-flex: 1;

    -webkit-flex: 1;

    flex: 1;

    margin: 5px;

    margin-right: 10px;

    padding-bottom: 15px;

}



.home_advantage_nr ul li:hover img {

    -webkit-transform: perspective(400px);

    -ms-transform: perspective(400px);

    transform: perspective(400px);

}



.home_advantage_nr ul li img {

    margin: 20px 0px;

    height: 36px;

}



.home_advantage_nr ul li h3 {

    font-size: 18px;

    color: #536a7f;

    font-weight: normal;

}



.home_advantage_nr ul li:hover {

    background: #e9f7fd;

    color: #fff;

}



.home_advantage_nr_thumb {

    text-align: center;

    display: flex;

    justify-content: center;

}



.home_advantage_nr ul li p {

    font-size: 12px;

    color: #536a7f;

    padding-top: 10px;

}



.home_partners_nr_top {

    text-align: center;

    overflow: hidden;

    position: relative;

}



.home_partners_nr_top p {

    display: inline-block;

    background: #71d4fe;

    font-size: 14px;

    color: #fff;

    padding: 10px 25px;

    border-radius: 26px;

}



.home_partners_nr_top:after {

    position: absolute;

    content: "";

    width: 100%;

    height: 1px;

    background: #71d4fe;

    top: 22px;

    left: 0;

    z-index: -1;

}



.home_partners_nr_link ul li {

    width: 31%;

    min-width: 31%;

    float: left;

    margin-right: 10px;

    height: 50px;

    display: flex;

    justify-content: center;

    align-items: center;

}



.home_partners_nr_link ul li:nth-child(3n) {

    margin-right: 0;

}



.home_partners_nr_link {

    padding: 36px 0px 30px;

    overflow: hidden;

}



.home_partners_nr_link ul li img {

    max-height: 29px;

    max-width: 85%;

}



.banner {

    width: 100%;

    height: 160px;

    overflow: hidden;

    margin-top: 75px;

}



.banner img {

    width: 100%;

    height: 100%;

    object-fit: cover;

}



.company_one {

    padding: 20px 0px 15px;

    overflow: hidden;

}



.company_top {

    text-align: center;

    color: #333333;

    font-size: 22px;

    padding-bottom: 30px;

}



.company_top h3 {

    font-weight: normal;

    color: #333333;

    font-size: 22px;

}



.company_top span {

    font-size: 16px;

    color: #999999;

}



.company_nr {

    overflow: hidden;

}



.company_nr_top {

    padding: 20px 15px;

    font-size: 16px;

    color: #666666;

    line-height: 27px;

/*    border: 1px solid #e6e6e6;*/

    border-bottom: none;

    margin-bottom: 10px;

    position: relative;

}


/*
.company_nr_top:after {

    position: absolute;

    content: "";

    bottom: 2px;

    left: 0;

    right: 0;

    width: 100%;

    height: 4px;

    background: #71d4fe;

}
*/


.company_nr_bottom {

    font-size: 16px;

    color: #444444;

    line-height: 36px;

    text-align: justify;

    padding-top: 15px;

}



.company_two {

    padding: 30px 0px;

    background: url(../images/qiye.jpg);

    width: 100%;

    height: auto;

    background-size: cover;

    background-repeat: no-repeat;

    background-position: center;

}



.company_three {

    padding: 30px 0px 10px;

    overflow: hidden;

}
.company_nr_culture {
    overflow: hidden;
    padding-top: 30px;
    margin-bottom: 30px;
}
.company_nr_culture ul {
    background: #d2eeff;
    overflow: hidden;
    border-radius: 20px;
    padding: 25px 0px 0px;
}
.company_nr_culture ul li {
    float: left;
    width: 33.3%;
    text-align: center;
    margin-bottom: 20px;
    position: relative;
    font-size: 15px;
}
.company_nr_culture ul li i {
    font-size: 25px;
    background-image: -webkit-linear-gradient(-45deg, #1a97cf 20%, #4dc5f9 60%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-right: 10px;
    vertical-align: middle;
    display: inline-block;
    margin-top: -3px;
}
i.iconfont.chuangxin {
    font-size: 36px;
    margin-top: -9px;
    margin-right: 4px;
    margin-left: -8px;
}

/*
.company_nr_culture {

    overflow: hidden;

    padding-top: 10px;

}



.company_nr_culture ul li {

    width: 100%;

    display: flex;

    margin-bottom: 30px;

    background: #d2eeff;

    padding: 15px 0px;

    border-radius: 80px;

    align-items: center;

}



.company_nr_culture_left {

    margin-right: 20px;

    min-width: 45px;

    margin-left: 30px;

}



.company_nr_culture_left img {

    height: 43px;

}



.company_nr_culture_right {

    width: 65%;

}



.company_nr_culture_right h3 {

    font-size: 20px;

    font-weight: normal;

    color: #333333;

}



.company_nr_culture_right p {

    font-size: 15px;

    color: #666666;

    padding-top: 10px;

}*/



.company_agency {

    background: url(../images/agency.png);

    background-repeat: no-repeat;

    background-size: cover;

    padding: 25px 0px 50px;

    overflow: hidden;

    margin-bottom: 30px;

}



.planning_nr {

    padding-top: 25px;

    overflow: hidden;

    font-size: 16px;

    color: #666666;

    text-align: center;

    line-height: 36px;

    padding-bottom: 30px;

}



.contact {

    margin-top: 30px;

    overflow: hidden;

}



.contact_nr {

    margin-top: 10px;

}



.contact_nr_top {

    line-height: 30px;

    font-size: 16px;

    color: #666666;

}



.contact_nr_bottom {

    padding: 50px 0px;

    overflow: hidden;

}



.contact_nr_bottom_left_inp {

    width: 100%;

    height: 40px;

    margin-right: 40px;

    border-radius: 8px;

    float: left;

    margin-bottom: 20px;

    margin-top: 10px;

}



.contact_nr_bottom_left_inp input {

    height: 45px;

    padding: 14px 0px;

    width: 99%;

    text-indent: 18px;

    outline: none;

    border: none;

    border-radius: 8px;

    font-size: 15px;

    color: #666666;

    border: 1px solid #bababa;

    box-shadow: none;

}



.contact_nr_bottom_left_textarea textarea {

    border: 1px solid #b8b8b8;

    width: 99%;

    border-radius: 8px;

    height: 200px;

    outline: none;

    padding: 15px;

    margin-top: 10px;

}



.contact_nr_bottom_left_inp input:focus {

    box-shadow: 0px 0px 12px rgba(186, 186, 186, 0.65);



}



.contact_nr_bottom_left_textarea textarea:focus {

    box-shadow: 0px 0px 12px rgba(186, 186, 186, 0.65);

}



.contact_nr_bottom_button {

    margin: 30px 0px 10px;

    overflow: hidden;

}



.contact_nr_bottom_button button {

    background: #3498c6;

    border: none;

    font-size: 16px;

    color: #fff;

    height: 45px;

    width: 125px;

    border-radius: 8px;

    box-shadow: 0px 0px 12px rgba(63, 104, 135, 0.35);

    outline: none;

    cursor: pointer;

}



.contact_nr_bottom_right ul li {

    overflow: hidden;

    margin-bottom: 20px;

    margin-top: 10px;

    cursor: pointer;

    display: flex;

}



.contact_nr_bottom_right ul li .contact_nr_bottom_right_icon {

    width: 58px;

    height: 58px;

    display: flex;

    justify-content: center;

    align-items: center;

    border: 1px solid #3498c6;

    border-radius: 8px;

    margin-right: 18px;

    float: left;

    min-width: 58px;

}



.contact_nr_bottom_right ul li .contact_nr_bottom_right_icon i {

    color: #3498c6;

}



.contact_nr_bottom_right_title {

    float: left;

    width: 100%;

    display: flex;

    align-items: center;

    height: 60px;

    font-size: 14px;

    line-height: 22px;

    color: #333333;

}



.contact_nr_bottom_right ul li:hover .contact_nr_bottom_right_icon {

    background: #3498c6;

}



.contact_nr_bottom_right ul li:hover .contact_nr_bottom_right_icon i {

    color: #fff;

}



.contact_nr_bottom_right {

    margin-top: 40px;

    overflow: hidden;

}



/*地图*/

.planning_map {

    position: relative;

    width: 100%;

    height: auto;

    background-position: center !important;

    background-repeat: no-repeat !important;

    padding-top: 15px;

}



.planning_map .content {

    display: flex;

    justify-content: center;

    align-items: center;

    width: 100%;

    height: 100%;

}



.planning_map_nr {

    width: 345px;

    height: 275px;

    position: relative;

    background-position: center !important;

    background-repeat: no-repeat !important;

    background-size: 100% !important;

    margin: 0 auto;

}



.planning_map_nr .beijing .thumb_plan {

    position: absolute;

    right: 99px;

    top: 86px;

    z-index: 99;

    animation: mapy 2s;

    transform: translateY(0px);

    width: 13px;

}



.planning_map_nr .beijing .thumb_plan_ys {

    position: absolute;

    right: 99px;

    top: 90px;

    width: 13px;

    display: none;

}



.planning_map_nr .jiangsu .thumb_plan {

    position: absolute;

    right: 76px;

    top: 125px;

    z-index: 99;

    animation: mapy 2s;

    transform: translateY(0px);

    width: 34px;

}



.planning_map_nr .jiangsu .thumb_plan_ys {

    position: absolute;

    right: 76px;

    top: 129px;

    width: 34px;

    display: none;

}



.planning_map_nr .zhejiang .thumb_plan {

    position: absolute;

    right: 74px;

    top: 149px;

    z-index: 99;

    animation: mapy 2s;

    transform: translateY(0px);

    width: 30px;

}



.planning_map_nr .zhejiang .thumb_plan_ys {

    position: absolute;

    right: 74px;

    top: 153px;

    width: 30px;

    display: none;

}



.planning_map_nr .xiamen .thumb_plan {

    position: absolute;

    right: 89px;

    top: 171px;

    z-index: 99;

    animation: mapy 2s;

    transform: translateY(0px);

    width: 32px;

}



.planning_map_nr .xiamen .thumb_plan_ys {

    position: absolute;

    right: 89px;

    top: 175px;

    width: 32px;

    display: none;

}



.planning_map_nr .xian .thumb_plan {

    position: absolute;

    right: 137px;

    top: 93px;

    z-index: 99;

    animation: mapy 2s;

    transform: translateY(0px);

    width: 45px;

}



.planning_map_nr .xian .thumb_plan_ys {

    position: absolute;

    right: 137px;

    top: 97px;

    width: 45px;

    display: none;

}



.planning_map_nr .zhangbei .thumb_plan {

    position: absolute;

    right: 87px;

    top: 77px;

    z-index: 99;

    animation: mapy 2s;

    transform: translateY(0px);

    width: 39px;

}



.planning_map_nr .zhangbei .thumb_plan_ys {

    position: absolute;

    right: 87px;

    top: 81px;

    width: 39px;

    display: none;

}

.planning_map_nr .guyuan .thumb_plan {

    position: absolute;

    right: 87px;

    top: 77px;

    z-index: 99;

    animation: mapy 2s;

    transform: translateY(0px);

    width: 39px;

}



.planning_map_nr .guyuan .thumb_plan_ys {

    position: absolute;

    right: 87px;

    top: 81px;

    width: 39px;

    display: none;

}

/* .planning_map_nr .guyuan .thumb_plan {

    position: absolute;

    right: 160px;

    top: 92px;

    z-index: 99;

    animation: mapy 2s;

    transform: translateY(0px);

    width: 21px;

}



.planning_map_nr .guyuan .thumb_plan_ys {

    position: absolute;

    right: 160px;

    top: 96px;

    width: 21px;

    display: none;

} */



.planning_map_nr .shenzhen .thumb_plan {

    position: absolute;

    right: 114px;

    top: 185px;

    z-index: 99;

    animation: mapy 2s;

    transform: translateY(0px);

    width: 58px;

}



.planning_map_nr .shenzhen .thumb_plan_ys {

    position: absolute;

    right: 114px;

    top: 189px;

    width: 58px;

    display: none;

}



@keyframes mapy {

    0% {

        transform: translateY(3px);

        opacity: 1;

    }

    100% {

        transform: translateY(0px);

        opacity: 1

    }

}



.planning_map_nr .beijing .thumb_plan_ys, .planning_map_nr .jiangsu .thumb_plan_ys, .planning_map_nr .zhejiang .thumb_plan_ys,

.planning_map_nr .xiamen .thumb_plan_ys, .planning_map_nr .xian .thumb_plan_ys, .planning_map_nr .zhangbei .thumb_plan_ys,

.planning_map_nr .guyuan .thumb_plan_ys, .planning_map_nr .shenzhen .thumb_plan_ys {

    display: none;

}



.planning_map_nr .beijing .thumb_plan, .planning_map_nr .jiangsu .thumb_plan, .planning_map_nr .zhejiang .thumb_plan,

.planning_map_nr .xiamen .thumb_plan, .planning_map_nr .xian .thumb_plan, .planning_map_nr .zhangbei .thumb_plan,

.planning_map_nr .guyuan .thumb_plan, .planning_map_nr .shenzhen .thumb_plan {

    display: none;

}



.planning_map_annotate_nr {

    padding: 0px 15px;

    overflow: hidden;

    margin-top: -30px;

    display: flex;

    padding-bottom: 20px;

}



.planning_map_annotate_1 button {

    background: #c60212;

    color: #fff;

    padding: 0px 15px 5px;

    border: none;

    border-radius: 4px;

    font-size: 14px;

    position: relative;

    cursor: pointer;

    outline: none;

    z-index: 9999;

    display: block;

    width: 100%;

    height: 35px;

}



.planning_map_annotate_nr .beijing {

    font-size: 15px;

    color: #022764;

    margin-top: 8px;

    cursor: pointer;

    display: inline-block;

    width: auto;

    line-height: 25px;

}



.planning_map_annotate_2 {

    overflow: hidden;

    color: #022764;

    font-size: 15px;

    line-height: 25px;

    -webkit-box-flex: 1;

    -webkit-flex: 1;

    flex: 1;

    margin-right: 10px;

}



.planning_map_annotate_2 button {

    background: #008cd6;

    color: #fff;

    padding: 5px 15px 7px;

    border: none;

    border-radius: 4px;

    font-size: 14px;

    position: relative;

    cursor: pointer;

    outline: none;

    z-index: 9999;

    margin-bottom: 10px;

    min-width: 95px;

    width: 100%;

    height: 35px;

}



.planning_map_annotate_3 {

    -webkit-box-flex: 1;

    -webkit-flex: 1;

    flex: 1;

}



.huaxi {

    display: flex;

}



.huanan {

    display: flex;

}



.planning_map_annotate_1 {

    -webkit-box-flex: 1;

    -webkit-flex: 1;

    flex: 1;

    margin-right: 10px;

}



.planning_map_annotate_nr .shenzhen:hover {

    color: #128fc8;

}



/*.huadong {

    display: flex;

}

.huanan {

    display: flex;

}

.huaxi {

    display: flex;

}

.huabai {

    display: flex;

}*/

.planning_map_annotate_3 button {

    background: #03b8ce;

    color: #fff;

    padding: 5px 15px 7px;

    border: none;

    border-radius: 4px;

    font-size: 14px;

    position: relative;

    cursor: pointer;

    outline: none;

    z-index: 9999;

    display: block;

    width: 100%;

    border-radius: 4px;

    height: 35px;

}



.planning_map_annotate_nr .shenzhen {

    margin-top: 8px;

    font-size: 15px;

    color: #022764;

    display: inline-block;

    cursor: pointer;

    line-height: 25px;

}



span.suqian {

    display: block;

}



.planning_map_annotate_3 button:after {

    width: 100%;

    position: absolute;

    content: "";

    top: 0;

    background: #06dff9;

    height: 32px;

    left: 0;

    right: 0;

    z-index: -1;

    border-radius: 4px;

}



.planning_map_annotate_2 button:after {

    width: 100%;

    position: absolute;

    content: "";

    top: 0px;

    background: #00a2f7;

    height: 32px;

    left: 0;

    right: 0;

    z-index: -1;

    border-radius: 4px;

}



.planning_map_annotate_1 button:after {

    width: 100%;

    position: absolute;

    content: "";

    top: 0px;

    background: #e60012;

    height: 32px;

    left: 0;

    right: 0;

    z-index: -1;

    border-radius: 4px;

}



/*服务体系*/

.service.tixi {

    background: url(../images/tixi.jpg);

    background-position: center;

    background-repeat: no-repeat;

    padding-top: 0;

    width: 100%;

    background-size: cover;

}



.service.tixi .content {

    padding-top: 30px;

}



.service {

    padding-top: 30px;

    overflow: hidden;

    margin-top: -4px;

}



.company_top {

    text-align: center;

    color: #333333;

    font-size: 22px;

    padding-bottom: 30px;

}



.company_top h3 {

    font-weight: normal;

    color: #333333;

    font-size: 22px;

}



.company_top span {

    font-size: 18px;

    color: #999999;

}



.service_top {

    text-align: center;

    font-size: 16px;

    color: #666666;

    margin: 0 auto;

    line-height: 31px;

    overflow: hidden;

    margin-bottom: 50px;

}



.service_nr {

    padding-bottom: 40px;

    text-align: center;

}



.service_philosophy {

    position: relative;

    overflow: hidden;

    padding-bottom: 100px;

}



.service_philosophy:after {

    bottom: 0;

    position: absolute;

    content: "";

    width: 100%;

    background: #c2eafe;

    left: 0;

    right: 0;

    z-index: -1;

    min-height: 275px;

}



.advantage_right {

    display: flex;

    overflow: hidden;

    padding-top: 15px;

}



.advantage_right_nr {

    -webkit-box-flex: 1;

    -webkit-flex: 1;

    flex: 1;

    margin-right: 10px;

    text-align: center;

    height: auto;

    border-radius: 4px;

}



.advantage_right_nr:last-child {

    margin-right: 0;

}



.advantage_right_nr:first-child {

    background: #03669f;

    height: 320px;

}



.advantage_right_nr:nth-child(2) {

    background: #0379c1;

    height: 360px;

}



.advantage_right_nr:nth-child(3) {

    height: 410px;

    background: #4ca7de;

}



.advantage_right_nr:nth-child(4) {

    background: #84c4e8;

    padding-bottom: 40px;

}



.advantage_right_nr_thumb {

    margin: 5px;

    overflow: hidden;

}



.advantage_left {

    text-align: center;

}



.advantage_left img {

    width: 77%;

    margin: 0 auto;

}



.advantage_right_nr_wz {

    margin: 5px;

    overflow: hidden;

}



.advantage_right_nr_wz h3 {

    color: #fff;

    font-size: 24px;

    position: relative;

    border-bottom: 1px dashed #fff;

    vertical-align: middle;

    padding-bottom: 10px;

}



.advantage_right_nr_wz p {

    font-size: 13px;

    line-height: 22px;

    color: #fff;

    overflow: hidden;

    margin-top: 10px;

    text-align: left;
    white-space: pre-wrap;
    margin-bottom: 10px;

}



.advantage_right_nr_wz span {

    color: #fff;

    text-align: center;

    font-size: 14px;

}



.advantage_right_nr_wz span a {

    color: #fff;

}



.service.advan {

    background: url(../images/youshi.jpg);

    width: 100%;

    background-size: cover;

    background-position: center;

    background-repeat: no-repeat;

}



.advantage {

    padding-bottom: 60px;

    overflow: hidden;

}



.service_nr_group {

    text-align: center;

    overflow: hidden;

}



.service_nr_group h3 {

    font-size: 24px;

    font-weight: normal;

}



.service_nr_group p {

    font-size: 16px;

    color: #444444;

    margin: 0 auto;

    line-height: 31px;

    overflow: hidden;

    margin: 30px 0px 48px;

}



.service_nr_thumb {

    width: 100%;

}



.service_people {

    background: url(../images/group_bj.jpg);

    background-repeat: no-repeat;

    background-size: cover;

    width: 100%;

    padding-top: 55px;

}



.service_nr_group {

    text-align: center;

    overflow: hidden;

}



.service_nr_group h3 {

    font-size: 22px;

    font-weight: normal;

}



.service_nr_group p {

    font-size: 16px;

    color: #444444;

    margin: 0 auto;

    line-height: 31px;

    overflow: hidden;

    margin: 30px 0px 48px;

}



.service_people_nr {

    overflow: hidden;

    padding-bottom: 50px;

}



.service_people_nr ul {

    overflow: hidden;

}



.service_people_nr ul li {

    text-align: center;

    background: #3598c5;

    overflow: hidden;

    color: #ffffff;

    width: 48%;

    float: left;

    margin-right: 10px;

    margin-bottom: 10px;

    padding: 30px 10px;

    height: 320px;

}



.service_people_nr ul li:nth-child(2n) {

    margin-right: 0;

}



.service_people_nr_thumb img {

    height: 80px;

    -moz-transition: all 0.8s ease-in-out;

    -webkit-transition: all 0.8s ease-in-out;

    -o-transition: all 0.8s ease-in-out;

    -ms-transition: all 0.8s ease-in-out;

    transition: all 0.8s ease-in-out;

}



.service_people_nr ul li:hover .service_people_nr_thumb img {

    -moz-transform: Y(360deg);

    -webkit-transform: rotateY(360deg);

    -o-transform: rotateY(360deg);

    -ms-transform: rotateY(360deg);

    transform: rotateY(360deg);

}



.service_people_nr_thumb {

    overflow: hidden;

    text-align: center;

}



.service_people_nr ul li h3 {

    font-size: 20px;

    font-weight: normal;

    padding: 50px 0px 20px;

}



.service_people_nr ul li p {

    font-size: 14px;

    min-height: 60px;

}



.service_people_nr ul li:nth-child(2) {

    background: #80cbe0;

}



.service_people_nr ul li:nth-child(3) {

    background: #80cbe0;

}



.process {

    position: relative;

}



.process .process_thumb {

    position: absolute;

    top: 0;

    left: 0;

}



.process_nr {

    padding-top: 25px;

}



.process_nr ul li {

    display: flex;

    position: relative;

    margin-bottom: 10px;

}



.process_nr ul li .process_nr_top {

    width: 30px;

    height: 30px;

    margin: 0 auto;

    background: #3498c6;

    display: flex;

    justify-content: center;

    align-items: center;

    border-radius: 100%;

    font-size: 16px;

    color: #fff;

    position: relative;

    margin-top: 25px;

}



.process .process_thumb img {

    width: 50px;

    height: 100%;

}



.process_nr ul li .process_nr_top:after {

    position: absolute;

    content: "";

    width: 45px;

    height: 45px;

    border: 1px solid #3498c6;

    border-radius: 100%;

    left: -8px;

    top: -8px;

}



.process_nr ul li .process_nr_title {

    font-size: 20px;

    color: #333333;

    font-weight: bold;

    line-height: 25px;

    margin-top: 15px;

}



.process_nr ul li .process_nr_bottom {

    /*   background: linear-gradient(#0394e5,#11b3c1,#21d49a);*/

    background-image: linear-gradient(to right, #0394e5, #11b3c1, #21d49a);

    width: 100px;

    height: 100px;

    border-radius: 100%;

    position: relative;

    margin: 0 auto;

    cursor: pointer;

    margin-top: -14px;

    margin-bottom: 25px;

}



.process_nr_bottom_more {

    display: none;

}



.process_nr i {

    font-size: 40px;

    color: #bdfeff;

    margin-top: 20px;

    display: inline-block;

}



.process_nr ul li .process_nr_bottom span {

    font-size: 30px;

    margin-top: 28px;

    display: inline-block;

    color: #fff;

    position: absolute;

    bottom: 1px;

    left: 0;

    right: 0;

}



i.iconfont.pinggu {

    font-size: 37px;

}



i.iconfont.genzong {

    font-size: 48px;

}



.process_nr ul li .process_nr_bottom:after {

    position: absolute;

    content: '';

    border-top: 10px transparent dashed;

    border-left: 10px transparent dashed;

    border-right: 10px #0394e5 dashed;

    border-bottom: 10px transparent solid;

    top: 45px;

    z-index: -11;

    left: -19px;

    margin: 0 auto;

    width: 1px;

}



.process_nr ul li .process_nr_bottom_more {

    display: none;

    position: absolute;

    top: -14px;

    z-index: 9999;

    left: 0;

    box-shadow: 0px 0px 5px rgba(1, 32, 84, 0.4);

    margin-left: 10px;

    width: 95%;

    background: rgba(255, 255, 255, 0.85);

    padding-bottom: 8px;

}



.process_nr ul li .process_nr_bottom_more_nr_icon {

    width: 100%;

    text-align: right;

    margin-bottom: 10px;

}



.process_nr ul li .process_nr_bottom_more_nr_title {

    padding: 0px 30px;

    margin-top: -26px;

}



.process_nr ul li .process_nr_bottom_more_nr .process_nr_bottom_more_nr_icon i {

    color: #666666;

    font-size: 18px;

    margin-right: 6px;

    margin-top: 6px;

    cursor: pointer;

}



.process_nr ul li .process_nr_bottom_more_nr h3 {

    font-size: 18px;

    font-weight: bold;

    color: #333333;

    margin-bottom: 10px;

}



.process_nr ul li .process_nr_bottom_more_nr p {

    color: #222222;

    font-size: 13px;

    text-align: justify;

    line-height: 20px;

}



.process_nr ul li:before {

    position: absolute;

    content: "";

    width: 60%;

    height: 1px;

    background: #bfbfbf;

    left: 28%;

    bottom: 12px;

    margin: 0 auto;

}



.process_nr ul li:last-child:before {

    display: none;

}



.process_bottom {

    padding-top: 30px;

    overflow: hidden;

}



.service_nr_play_top {

    font-size: 18px;

    color: #222222;

    padding-bottom: 35px;

    overflow: hidden;

}



.service_nr_play_bottom {

    overflow: hidden;

}



.service_nr_program {

    padding-top: 30px;

    overflow: hidden;

}



.business_top_nav {

    font-size: 12px;

    color: #999999;

    margin-top: 16px;

    overflow: hidden;

}



.business_top_nav i {

    font-size: 17px;

    vertical-align: middle;

}



.business_top_nav span a {

    font-size: 12px;

    color: #999999;

}



.business_top_nav span.on a {

    color: #3599c6;

}



.business_bottom_nav ul li {

    padding: 15px 20px;

    background: #dcdcdc;

    margin-bottom: 8px;

    color: #222222;

    font-size: 16px;

    cursor: pointer;

    min-width: 140px;

    text-align: center;

    margin-right: 3px;

}



.business_bottom_nav ul li a {

    width: 100%;

    display: inline-block;

    color: #222222;

}



.business_bottom_nav ul li.on a {

    color: #fff;

}



.business_bottom_nav ul li.on {

    background: url(../images/shading.png);

    background-repeat: no-repeat;

    background-size: cover;

    color: #fff;

}



.business_bottom_nav {

    padding-top: 20px;

    overflow: hidden;

    overflow-x: auto;

    margin-left: 15px;

}



.business_bottom_nav ul {

    display: flex;

}



.business_bottom_nr .business_bottom_nr_top h3 {

    font-size: 22px;

    font-weight: normal;

}



.business_bottom_nr .business_bottom_nr_top h3 em {

    font-weight: normal;

    font-style: normal;

    font-size: 16px;

    color: #999999;

    margin-left: 15px;

}



.business_bottom_nr {

    padding: 20px 0px 50px;

    overflow: hidden;

}



.business_bottom_nr_sore {

    padding-top: 30px;

    color: #333333;

    font-size: 16px;

    line-height: 30px;

}



.team_top {

    margin-top: 15px;

    position: relative;

    z-index: 999;

}



.team_top span {

    display: inline-block;

    min-width: 92%;

    height: 56px;

    text-align: center;

    background: #03669f;

    line-height: 56px;

    font-size: 22px;

    color: #fff;

    border-radius: 48px;

    position: relative;

}



.team_top:after {

    position: absolute;

    content: "";

    left: 0px;

    width: 100%;

    height: 70px;

    background: #fff;

    z-index: -1;

    box-shadow: 0px 0px 15px rgba(11, 2, 5, 0.22);

    top: -7px;

    border-radius: 40px;

}



.team_nr {

    margin-top: 40px;

    overflow: hidden;

}



.team_nr_title h1 {

    text-align: center;

    font-size: 24px;

    padding-bottom: 30px;

}



.team_nr_wz_thumb {

    width: 100%;

    overflow: hidden;

}



.team_nr_wz_thumb img {

    width: 100%;

    height: auto;

    object-fit: cover;

}



.team_nr_wz_nr {

    padding: 30px 20px;

    border: 1px solid #cccccc;

    overflow: hidden;

    min-height: 235px;

    margin-top: -8px;

}



.team_nr_wz_nr h3 {

    font-size: 22px;

    font-weight: normal;

    color: #222222;

    margin-bottom: 15px;

    text-align: left;

}



.team_nr_wz_nr p {

    text-align: left;

    font-size: 14px;

    color: #444444;

    line-height: 24px;

}



.team_nr_wz_nr span {

    float: right;

    font-size: 14px;

    background: #03669f;

    color: #fff;

    padding: 9px 30px;

    margin-top: 50px;

    cursor: pointer;

}



.team_nr ul li {

    margin-bottom: 30px;

}



.team_introduction_top {

    padding-top: 30px;

    overflow: hidden;

}



.team_introduction_top h3 {

    font-size: 22px;

    font-weight: normal;

    overflow: hidden;

}



.team_introduction_left {

    float: left;

    width: 145px;

    height: 220px;

    margin-right: 22px;

    overflow: hidden;

    max-width: 240px;

}



.team_introduction_left img {

    width: 100%;

    height: 100%;

    object-fit: cover;

}



.team_introduction_nr {

    margin-bottom: 30px;

    overflow: hidden;

    border: 1px solid #cccccc;

    width: 100%;

    display: flex;

    margin-top: 30px;

}



.team_introduction_right {

    padding: 13px 0px;

    overflow: hidden;

    text-align: left;

    padding-right: 10px;

}



.team_introduction_right h3 {

    font-size: 18px;

    margin-bottom: 24px;

    display: inline-block;

    position: relative;

    text-align: left;

}



.team_introduction_right h3:after {

    position: absolute;

    content: "";

    left: 0;

    right: 0;

    width: 35px;

    height: 3px;

    bottom: -12px;

    background: #128fc8;

}



.team_introduction_right_nr {

    font-size: 13px;

    line-height: 20px;

    text-align: left;

}



.team_introduction {

    display: none;

}



.member_nr .team_top span {

    background: #07683d;

}



.member_nr_system {

    justify-content: center;

    padding-top: 40px;

    overflow: hidden;

}



.member_nr_system .link {

    background: #01b367;

    border-radius: 40px;

    padding: 8px 0px;

    font-size: 14px;

    color: #fff;

    position: relative;

    width: 80%;

    margin: 0 auto;

    margin-bottom: 20px;

}



.member_nr_system .link a {

    color: #fff;

    display: table;

    width: 100%;

}



.member_nr_system .accordion_pro {

    display: none;

}



.member_nr_system .accordion_pro li {

    padding: 6px 0px;

    border: 2px dashed #06683d;

    border-radius: 40px;

    color: #333333;

    font-size: 14px;

    cursor: pointer;

    background: #fff;

    width: 80%;

    margin: 0 auto;

    margin-bottom: 20px;

}



.member_nr_system .accordion_pro li a {

    color: #333333;

    width: 100%;

    display: table;

}



.business_right_nr_left {

    width: 100%;

    text-align: center;

    overflow: hidden;

    margin-bottom: 25px;

    padding-top: 40px;

}



.business_right_nr_left_thumb {

    width: 75px;

    height: 75px;

    background: #03669f;

    display: flex;

    justify-content: center;

    align-items: center;

    border-radius: 100%;

    margin: 0 auto;

    position: relative;

    z-index: 999;

}



.business_right_nr_left_thumb i {

    font-size: 45px;

    color: #fff;

}



i.iconfont.woshou {

    font-size: 34px;

}



.business_right_nr_left_thumb:after {

    position: absolute;

    content: "";

    width: 100px;

    height: 100px;

    background: rgba(0, 160, 233, 0.2);

    border-radius: 100%;

    z-index: -1;

}



.business_right_nr_left_title {

    border: 2px solid #6ba5c7;

    padding: 80px 0px 20px;

    position: relative;

    margin-top: -40px;

    text-align: center;

    margin-bottom: 35px;

}



.business_right_nr_left_title:before {

    position: absolute;

    content: "";

    width: 16px;

    left: -3px;

    bottom: -5px;

    border-radius: 0 20px 0 0;

    border-top: 2px solid #6ba5c7;

    border-right: 2px solid #6ba5c7;

    height: 15px;

    z-index: 999;

    background: #fff;

}



.business_right_nr_left_title h3 {

    font-size: 22px;

    color: #00a0e9;

    padding-bottom: 20px;

}



.business_right_nr_left_title h6 {

    font-size: 18px;

    font-weight: normal;

    color: #030303;

    margin-bottom: 10px;

}



.business_right_nr_left_title p {

    font-size: 16px;

    line-height: 30px;

    color: #030303;

}



.business_right_nr_left_title:after {

    position: absolute;

    content: "";

    width: 16px;

    top: -2px;

    border-radius: 0 0 0 20px;

    border-bottom: 2px solid #6ba5c7;

    border-left: 2px solid #6ba5c7;

    height: 15px;

    right: -7px;

    z-index: 999;

    background: #fff;

}



.map {

    width: 100%;

    height: 300px;

    overflow: hidden;

}



.entrance {

    background: url(../images/entrance.jpg);

    background-position: center;

    margin: 0 auto;

    overflow: hidden;

    background-repeat: no-repeat;

    background-size: cover;

    margin-top: 75px;

}



.entrance_right {

    padding-top: 30px;

    overflow: hidden;

}



.entrance_right_top {

    padding: 0px 10px;

    overflow: hidden;

}



.entrance_right_top ul {

    display: flex;

    border-bottom: 2px solid #d2d2d2;

}


.entrance_right_top ul li.active {
    color: #128fc8;
}
.entrance_right_top ul li {

    color: #000000;

    font-size: 16px;

    position: relative;

    cursor: pointer;

    -webkit-box-flex: 1;

    -webkit-flex: 1;

    flex: 1;

    text-align: center;

    padding-bottom: 15px;

}



.entrance_right_top ul li.active:after {

    position: absolute;

    content: "";

    bottom: -2px;

    left: 0;

    right: 0;

    background: #0367cd;

    width: 100%;

    height: 2px;

    z-index: 999;

}



.entrance_right_nr {

    background: #fff;

    overflow: hidden;

    border-radius: 15px;

    box-shadow: 2px -2px 10px rgba(2, 140, 216, 0.5);

    margin: 10px;

    margin-top: 15px;

    margin-bottom: 40px;

}



.entrance_right_nr .entrance_right_nr_inp:first-child {

    display: block;

}



.entrance_right_nr .entrance_right_nr_inp {

    padding: 30px 20px;

    display: none;

}



.entrance_right_nr h2 {

    text-align: center;

    padding-bottom: 30px;

    overflow: hidden;

    font-size: 24px;

}



.entrance_right_nr_num label {

    font-size: 16px;

    color: #666666;

    padding-bottom: 5px;

    display: inline-block;

    text-indent: 20px;

}



.entrance_right_nr_num p {

    padding: 15px 20px;

    background: #eeeeee;

    border-radius: 100px;

    display: flex;

}



.entrance_right_nr_num p span i {

    font-size: 16px;

    color: #666666;

    vertical-align: middle;

}



.entrance_right_nr_num p input {

    border: none;

    background: #eeeeee;

    font-size: 14px;

    outline: none;

    margin-left: 15px;

    -webkit-box-flex: 1;

    -webkit-flex: 1;

    flex: 1;

    box-shadow: none;

}



.entrance_right_nr_num p input:-webkit-autofill {

    box-shadow: 0 0 0px 1000px #eeeeee inset !important;

}



.entrance_right_nr_num {

    padding-bottom: 20px;

    overflow: hidden;

}



.entrance_right_nr_sub {

    padding-top: 10px;

    text-align: center;

    overflow: hidden;

}



.entrance_right_nr_sub a {

    font-size: 16px;

    color: #fff;

    background: #0367cd;

    width: 100%;

    display: inline-block;

    padding: 12px 0px;

    border-radius: 100px;

}



.yanjing {

    width: 20px;

    background: url(../images/yanjing_close.png);

    background-size: 100%;

    background-position: center;

    background-repeat: no-repeat;

    cursor: pointer;

}



.yanjing.eye-open {

    background: url(../images/yanjing_open.png);

    width: 20px;

    background-position: center;

    background-repeat: no-repeat;

    background-size: 100%;

}



.entrance_right_nr_ewm {

    text-align: center;

    overflow: hidden;

}



.entrance_right_nr_ewm img {

    width: 135px;

    height: 135px;

    object-fit: cover;

}



.entrance_left .entrance_left_top {

    display: inline-block;

  /*  background: rgba(255, 255, 255, 0.2); */

    padding: 10px 20px;

}



.entrance_left {

    text-align: center;

    overflow: hidden;

}
.entrance_left_sore {
    font-family: "方正正中黑简体";
    font-size: 20px;
    color: #71d4fe;
    line-height: 34px;
    font-style: oblique;
}

.entrance_left .entrance_left_top h1 {
    color: #ffffff;
    font-weight: normal;
    font-size: 26px;
    font-family: "方正正中黑简体";
    font-style: oblique;
    position: relative;
}


.entrance_left .entrance_left_nr {
    font-size: 12px;
    line-height: 24px;
    color: #666;
    margin-top: 20px;
    overflow: hidden;
    text-align: justify;
    padding-bottom: 40px;
}



.entrance_left .entrance_left_nr p {

/*    text-indent: 28px; */

}



table {

    overflow-x: scroll;

    border: 1px solid #ccc;

    border-left: none;

    border-bottom: none;

    border-collapse: collapse;

}



table tr td {

    border-bottom: 1px solid #ccc;

    border-left: 1px solid #ccc;

}



.business_bottom_nr_sore table {

    display: -webkit-box;

    overflow-x: scroll;

    -webkit-overflow-scrolling: touch;

    width: 100% !important;

    white-space: nowrap;

}



.footer_home {

    background: #2f4052;

    padding-bottom: 25px;

    overflow: hidden;

}



.footer_home .footer_left {

    padding-top: 30px;

    font-size: 15px;

    color: #fff;

    overflow: hidden;

    padding-bottom: 25px;

}



.footer_left_logo {

    padding: 15px 0px 20px;

    overflow: hidden;

}



.footer_home .footer_left p {

    font-size: 12px;

    line-height: 25px;

    color: #a3b1bf;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;

}



.footer_home .footer_left span {

    color: #a3b1bf;

    font-size: 13px;

    font-weight: bold;

    font-family: "Source Han Sans CN";

    margin-top: 10px;

    display: inline-block;

}



.footer_home .footer_left span i {

    font-size: 12px;

}



.footer_ewm h3 {

    font-size: 15px;

    color: #fff;

    padding-bottom: 25px;

    overflow: hidden;

}



.footer_ewm_con ul {

    display: flex;

    overflow: hidden;

}



.footer_ewm_con ul li {

    width: 100px;

    height: 100px;

    margin-right: 20px;

    overflow: hidden;

}



.footer_ewm_con ul li img {

    width: 100%;

    height: 100%;

    object-fit: cover;

}



.footer_ewm_con {

    margin-bottom: 30px;

    overflow: hidden;

}



.footer_touch h3 {

    font-size: 15px;

    color: #fff;

    padding-bottom: 20px;

    overflow: hidden;

}



.footer_touch_top {

    font-size: 12px;

    color: #a3b1bf;

    line-height: 22px;

    overflow: hidden;

}



.footer_touch_bottom {

    font-size: 12px;

    line-height: 22px;

    color: #a3b1bf;

    margin-bottom: 25px;

    overflow: hidden;

}



.footer_touch_bottom p i {

    font-size: 14px;

    margin-right: 3px;

}



.footer_updates h3 {

    font-size: 15px;

    color: #fff;

    margin-bottom: 10px;

}



.footer_updates p {

    font-size: 12px;

    line-height: 22px;

    color: #a3b1bf;

}



.footer_updates_inp {

    height: 40px;

    background: #4e5c6c;

    border-radius: 3px;

    overflow: hidden;

    width: 100%;

    margin-top: 15px;

}



.footer_updates_inp input {

    margin-right: 5px;

    background: #4e5c6c;

    border: none;

    text-indent: 5px;

    color: #fff;

    outline: none;

    border-top-left-radius: 3px;

    border-bottom-left-radius: 3px;

    float: left;

    width: 55%;

    height: 30px;

    margin-top: 5px;

    border: none;

    box-shadow: none;

}



.footer_updates_inp button {

    min-width: 81px;

    width: 81px;

    height: 30px;

    line-height: 0px;

    margin-top: 5px;

    margin-right: 5px;

    border-radius: 3px;

    background: #169f85;

    border: none;

    outline: none;

    color: #fff;

    font-size: 12px;

    position: relative;

    z-index: 9999;

    cursor: pointer;

    float: right;

    border: none;

    box-shadow: none;

}



.foot {

    background: #283645;

    padding: 15px 0px;

    text-align: center;

    margin-top: -1px;

    overflow: hidden;

}



.foot p {

    font-size: 12px;

    color: #54758c;

    line-height: 20px;

}



/*小于320px*/

@media only screen and (max-width: 320px) {

    .flexslider {

        position: relative;

        height: 150px;

        overflow: hidden;

        margin-top: 74px;

    }



    .slides li img {

        width: 100%;

        height: 150px;

        object-fit: cover;

    }



    .target_core_bottom ul {

        position: relative;

        padding: 0px 5px;

        display: flex;

        flex-wrap: wrap;

        justify-content: space-between;

    }



    .target_core_bottom ul li {

        width: 14%;

    }



    .home_plan_nr_top ul li {

        color: #536a7f;

        font-size: 14px;

        padding: 7px 10px;

        border: 1px solid #536a7f;

        border-radius: 25px;

        text-align: center;

        cursor: pointer;

        margin: 30px 10px;

        overflow: hidden;

        min-width: 135px;

    }



    .team_introduction_left {

        float: left;

        width: 164px;

        height: 298px;

        margin-right: 22px;

        overflow: hidden;

        max-width: 240px;

        min-width: 164px;

    }



}

@media only screen and (max-width: 350px) {

.agre_nr_bottom_but button {
    padding: 6px 0px !important;
}
.agre_nr_bottom {
    padding-top: 11px !important;
}
}

@media only screen and (min-width: 375px) {
    .agre_nr_top {
        height: 73% !important;
        overflow-y: auto;
        color: #666666;
    }
}
@media only screen and (min-width: 700px) {

    .planning_map {

        position: relative;

        width: 100%;

        height: auto;

        background-position: center !important;

        background-repeat: no-repeat !important;

        background-size: cover !important;

    }

}

.business_right_add_top {

    position: relative;

    display: inline-block;

    overflow: hidden;

    padding-bottom: 10px;

}

.business_right_add_top h3 {

    font-size: 20px;

    font-weight: normal;

    color: #03669f;

}

.business_right_add_top span {

    color: #03669f;

    font-size: 12px;

}

.business_right_add_top:after {

    position: absolute;

    content: "";

    bottom: 0;

    left: 0;

    width: 40px;

    height: 3px;

    background: #03669f;

}

.business_right_add_nr {

    padding-top: 20px;

    margin-bottom: 50px;

    overflow: hidden;

    color: #666666;

    font-size: 16px;

    line-height: 30px;

}

.footer_updates_inp input::-webkit-input-placeholder {
    color: #a3b1bf;
}

.footer_updates_inp input:-moz-placeholder {
    color: #a3b1bf;
}

.footer_updates_inp input::-moz-placeholder {
    color: #a3b1bf;
}

.footer_updates_inp input:-ms-input-placeholder {
    color: #a3b1bf;
}

.system_become {
    text-align: center;
    display: inline-block;
    width: 74%;
    background: #128fc8;
    padding: 0px 30px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    border-radius: 5px;
    margin-top: 30px;
    cursor: pointer;
}
.system_become a {
    color: #fff;
    display: table;
    width: 100%;
}
.entrance_right_nr .entrance_right_nr_inp .zhuce {
    text-align: center;
    padding-top: 10px;
    font-size: 14px;
}
.entrance_right_nr .entrance_right_nr_inp .zhuce a {
    color: #0367cd;
}
.map_nav a i {
    margin-right: 6px;
    font-size: 19px;
    display: inline-block;
    margin-top: 1px;
}
.map_nav a {
    font-size: 14px;
    background: #3498c6;
    border: none;
    color: #fff;
    height: 30px;
    line-height: 25px;
    width: 80%;
    border-radius: 5px;
    box-shadow: 0px 0px 12px rgba(63, 104, 135, 0.35);
    outline: none;
    cursor: pointer;
    display: inline-block;
}
.map_nav {
    margin: 30px 0px;
    text-align: center;
    overflow: hidden;
}