/*
* @Author: Marte
* @Date:   2018-11-08 10:20:42
* @Last Modified by:   Marte
* @Last Modified time: 2019-07-17 10:32:43
*/

.main_body {
    width: 7.5rem;
    margin: 0 auto;
    padding-top: 1rem;
}

header {
    width: 100%;
    height: 1rem;
    background: #212734;
    position: relative;
    padding: .26rem;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99;
}

header .nav_pic img {
    width: .36rem;
    height: .36rem;
}

header .logo img {
    width: 1.8rem;
    height: .52rem;
}

.banner_main {
    width: 100%;
    height: 7.6rem;
    background: #212734;
    position: relative;
}

.banner {
    text-align: center;
}

.banner>img {
    width: 100%;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    width: 100%;
    height: 100%;
}

.banner .banner_box {
    width: 100%;
}

.banner .banner_box h3 {
    font-size: .32rem;
    color: #fff;
}

.banner .banner_box p {
    font-size: .24rem;
    color: #fff;
}

.banner .banner_box>img {
    margin: .2rem;
    width: .24rem;
    height: .24rem;
}

.swiper-pagination-bullet {
    width: .26rem;
    height: .04rem;
    display: inline-block;
    border-radius: 0;
    background: #fff;
}

.swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 1rem;
}

.num_box {
    width: 6.9rem;
    height: 4rem;
    background: #fff;
    position: absolute;
    bottom: -3.4rem;
    z-index: 50;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 0 12px 24px 0 rgba(0, 0, 0, .08);
}

.num_box ul {
    width: 100%;
    height: 100%;
    display: flex;
    align-content: space-around;
    padding: .32rem;
    flex-wrap: wrap;
}

.num_box ul li {
    width: 50%;
    height: 50%;
    text-align: center;
    position: relative;
    padding-top: .22rem;
}

.num_box ul li:nth-child(1) {
    border-right: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
}

.num_box ul li:nth-child(2) {
    border-bottom: 1px solid #f0f0f0;
}

.num_box ul li:nth-child(3) {
    border-right: 1px solid #f0f0f0;
}

.num_box ul li::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 20px;
    right: 0;
    width: 1px;
    height: 36px;
    background-color: #fff;
    opacity: .2;
}

.num_box ul li:last-child::after {
    display: none;
}

.num_box ul li span {
    font-size: .48rem;
    position: relative;
    font-weight: 400;
}

.num_box ul li span::after {
    content: '+';
    display: block;
    position: absolute;
    top: -.2rem;
    right: -.2rem;
    font-size: .36rem;
    color: #333;
}

section.num .num_box ul li span::after {
    content: '+';
    display: block;
    position: absolute;
    top: -0px;
    right: -10px;
    font-size: .36rem;
    color: #fff;
    font-weight: 400;
    opacity: .8;
}

.num_box ul li p {
    font-size: .24rem;
    color: #999;
    margin-top: .1rem;
}

section.section2 {
    width: 100%;
    padding-top: 4.5rem;
    background: #fff;
}

.qua_top {
    text-align: center;
    position: relative;
    margin-bottom: 20px;
}

.qua_top h3 {
    font-size: .3rem;
    color: #333;
    margin-bottom: .16rem;
}

.qua_top p {
    color: #999;
    font-size: .24rem;
    margin-bottom: .28rem;
}

.qua_top>span {
    display: inline-block;
    width: 1px;
    height: .24rem;
    background: #E6E6E6;
}

.more_qua {
    position: absolute;
    right: .3rem;
    top: 0;
}

.more_qua a {
    display: block;
    width: .26rem;
    height: .26rem;
}

.more_qua a img {
    width: .26rem;
    margin-top: -.18rem;
}

section.step {
    width: 100%;
    height: 6.4rem;
    background: #F6F6F6;
    padding-top: .8rem;
}

section.step .swiper-slide {
    width: 56%;
}

section.step .set {}

.set .set_top {
    width: 4rem;
    height: 1.4rem;
    position: relative;
}

.swiper-container.swiper-container2 {
    padding: 0 .3rem;
}

.set .set_top1 {
    background: url(../images/step1.png) center;
    background-size: 100% 100%;
}

.set .set_top2 {
    background: url(../images/step2.png) center;
    background-size: 100% 100%;
}

.set .set_top3 {
    background: url(../images/step3.png) center;
    background-size: 100% 100%;
}

.set .set_top4 {
    background: url(../images/step4.png) center;
    background-size: 100% 100%;
}

.set .set_inner_top1 {
    background: url(../images/inner_step1.png) center;
    background-size: 100% 100%;
}

.set .set_inner_top2 {
    background: url(../images/inner_step2.png) center;
    background-size: 100% 100%;
}

.set .set_inner_top3 {
    background: url(../images/inner_step3.png) center;
    background-size: 100% 100%;
}

.set .set_inner_top4 {
    background: url(../images/inner_step4.png) center;
    background-size: 100% 100%;
}

.set .set_top span {
    font-size: .3rem;
    color: #343434;
    position: absolute;
    top: .48rem;
    left: 1.8rem;
}

.set .set_top1.set_top span {
    position: absolute;
    top: .48rem;
    left: 1.5rem;
}

.set .set_bot {}

.set .set_bot ul {
    display: flex;
    justify-content: space-around;
    padding-right: .2rem;
}

.set .set_bot ul li {
    width: .26rem;
}

.set .set_bot ul li>img {
    width: .22rem;
    height: .92rem;
}

.set .set_bot ul li p {
    font-size: .26rem;
    width: .26rem;
}

section.qualifications {
    height: 3rem;
    width: 100%;
    padding-top: 1rem;
}

section.colMain {
    width: 100%;
    padding-bottom: 1.2rem;
}

a,
a:focus,
a:hover {
    color: #333;
}

section.colMain a.col_box {
    display: block;
    width: 100%;
    height: 1rem;
    border-bottom: 1px solid #E6E6E6;
    line-height: 1rem;
    padding: 0 .3rem;
    font-size: .3rem;
}

section.colMain a.col_box img {
    width: .26rem;
    height: .2rem;
    float: right;
    margin-top: .32rem;
    transition: all .3s;
}

section.colMain a.col_box img.up {
    transform: rotate(180deg);
}

section.colMain a.col_box:first-child {
    border-top: 1px solid #E6E6E6;
}

section.colMain .well {
    font-size: .26rem;
    color: #666;
    border-radius: 0;
    box-shadow: none;
    border: none;
    margin-bottom: 0;
    padding-bottom: .8rem;
}

section.partner {
    width: 100%;
    height: 5.6rem;
    padding: .8rem .3rem;
    background: url(../images/partner_bg.jpg) center;
    background-size: 100% 100%;
}

.partners_box {
    width: 100%;
    height: 100%;
    color: #fff;
    background: #0088de;
    text-align: center;
    margin: 0 auto;
    padding: 0 .3rem;
    padding-top: .6rem;
}

.partners_box h4 {
    width: 100%;
    text-align: center;
    font-size: .3rem;
    margin-bottom: 10px;
}

.center_line {
    width: 100%;
    height: 1px;
    background: hsla(0, 0%, 100%, .2);
    position: relative;
    margin-bottom: 1rem;
    margin-top: .4rem;
}

.center_line .cir {
    display: block;
    width: .26rem;
    height: .26rem;
    background-color: transparent;
    border-radius: 50%;
    border: 2px solid #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.center_line .line {
    position: absolute;
    top: .15rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 1px;
    height: .48rem;
    background: hsla(0, 0%, 100%, .2);
}

.partners_box p {
    opacity: .8;
    font-size: .24rem;
}

section.colMain.proMain .well {
    font-size: .26rem;
    color: #666;
    border-radius: 0;
    box-shadow: none;
    border: none;
    margin-bottom: 0;
}

.view_more {
    width: 2rem;
    height: .64rem;
    line-height: .64rem;
    text-align: center;
    margin-top: .42rem;
}

.view_more a {
    display: block;
    width: 2rem;
    height: .64rem;
    border: 1px solid #0088DE;
    line-height: .64rem;
    text-align: center;
    color: #0088DE;
}

section.serve {
    background: #f5f5f5;
    width: 100%;
    padding: .9rem 0;
    position: relative;
    padding-bottom: 1.04rem;
}

.team_swiper {
    width: 100%;
    height: 4.64rem;
    padding: 0 .3rem;
}

.team_box {
    width: 100%;
    height: 4.64rem;
    padding-top: .8rem;
}

.team_bottom {
    padding: 0 .56rem;
    height: 3.84rem;
    background: #fff;
    position: relative;
    text-align: center;
    padding-top: 1rem;
}

.team_pic {
    width: 1.6rem;
    height: 1.6rem;
    border-radius: 100%;
    overflow: hidden;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, -50%);
}

.team_pic img {
    width: 100%;
    height: 100%;
}

.team_bottom h3 {
    font-size: .3rem;
    margin-bottom: .32rem;
    font-weight: 400;
    color: #333;
}

.team_bottom p {
    font-size: .24rem;
    color: #999;
    line-height: .34rem;
    text-align: center;
}

.serve .swiper-pagination {
    position: absolute;
    left: 50%;
    bottom: .66rem;
    text-align: center;
    -webkit-transition: 300ms opacity;
    -o-transition: 300ms opacity;
    transition: 300ms opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10;
    transform: translateX(-50%);
}

.serve .swiper-pagination-bullet {
    width: .26rem;
    height: .04rem;
    display: inline-block;
    background-color: #D9D9D9;
    opacity: 1;
    border-radius: 0;
    margin: 0 .1rem;
}

.serve .swiper-pagination-bullet-active {
    opacity: 1;
    background: #0088de;
}

section.partner2 {
    padding: 1.2rem .3rem;
}

section.partner2 .partner2_pic {
    width: 100%;
}

section.partner2 .partner2_pic ul {
    width: 100%;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

section.partner2 .partner2_pic ul li {
    display: flex;
    align-items: center;
}

section.partner2 .partner2_pic ul li img {
    max-width: 2.2rem;
    max-height: .94rem;
    vertical-align: middle;
}

footer {
    padding: .42rem .3rem;
    background: #212734;
    padding-bottom: 0;
}

footer .kjlj {
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    padding-bottom: .4rem;
}

footer .kjlj h3 {
    font-size: .24rem;
    color: #fff;
    margin-bottom: .24rem;
}

footer .kjlj ul {}

footer .kjlj ul li {
    margin-right: .5rem;
    float: left;
}

footer .kjlj ul li a {
    font-size: .24rem;
    color: rgba(255, 255, 255, .4);
}

footer .lxwm {
    padding: .42rem 0;
    border-top: 1px solid rgba(255, 255, 255, .1);
    margin-top: .4rem;
}

footer .gzwm {
    padding: .42rem 0;
    margin-bottom: .42rem;
}

footer .lxwm h3 {
    font-size: .24rem;
    color: #fff;
    margin-bottom: .24rem;
}

footer .lxwm p {
    font-size: .24rem;
    color: rgba(255, 255, 255, .4);
    margin-bottom: .22rem;
}

footer .lxwm p:last-child {
    margin-bottom: 0;
}

footer .gzwm p {
    font-size: .24rem;
    color: rgba(255, 255, 255, .4);
}

footer .gzwm p img {
    width: .4rem;
    height: .36rem;
    margin-left: .2rem;
}

footer .footer_bot {
    padding: .48rem .4rem;
    line-height: .38rem;
    text-align: center;
    font-size: .24rem;
    color: rgba(255, 255, 255, .4);
}

#mask {
    width: 100%;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .3);
    text-align: center;
    padding-top: 30vh;
    display: none;
    z-index: 100;
}

#mask .wx_icon img {
    width: 4rem;
    height: 4rem;
}

#mask .wx_icon {
    margin-bottom: .72rem;
}

#mask .wx_close img {
    width: .4rem;
    height: .4rem;
}

#header_nav {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    padding-top: 1rem;
    z-index: 98;
    transition: height .5s;
    overflow: hidden;
}

#header_nav ul {
    width: 100%;
    height: 100%;
    background: #212734;
}

#header_nav ul li {
    width: 100%;
    height: 1rem;
    line-height: 1rem;
    padding-left: .3rem;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
}

#header_nav ul li a {
    font-size: .3rem;
    color: #fff;
    display: block;
    width: 100%;
    height: 100%;
}

section.inner_banner.business_banner {
    width: 100%;
    height: 2.4rem;
    background: url(../images/business_banner.jpg) center;
    background-size: 100% 100%;
    margin-bottom: 1rem;
}

section.inner_banner.manage_banner {
    width: 100%;
    height: 2.4rem;
    background: url(../images/manage_banner.jpg) center;
    background-size: 100% 100%;
    margin-bottom: 1rem;
}

section.inner_banner.qua_banner {
    width: 100%;
    height: 2.4rem;
    background: url(../images/qua_banner.jpg) center;
    background-size: 100% 100%;
    margin-bottom: 1rem;
}

section.inner_banner.serve_banner {
    width: 100%;
    height: 2.4rem;
    background: url(../images/serve_banner.jpg) center;
    background-size: 100% 100%;
    margin-bottom: 1rem;
}

section.inner_banner.partner_banner {
    width: 100%;
    height: 2.4rem;
    background: url(../images/partner_banner.jpg) center;
    background-size: 100% 100%;
    margin-bottom: 1rem;
}

section.inner_banner.about_banner {
    width: 100%;
    height: 2.4rem;
    background: url(../images/about_banner.jpg) center;
    background-size: 100% 100%;
    margin-bottom: 1rem;
}

section.inner_banner.project_banner {
    width: 100%;
    height: 2.4rem;
    background: url(../images/project_banner.jpg) center;
    background-size: 100% 100%;
}

section.inner_banner.news_banner {
    width: 100%;
    height: 2.4rem;
    background: url(../images/news_banner.jpg) center;
    background-size: 100% 100%;
}

section.manage_step {
    padding: 1rem .5rem;
    background: #F6F6F6;
}

section.manage_step .set {
    width: 4rem;
    margin-left: 1.2rem;
    margin-bottom: .5rem;
    position: relative;
}

.link {
    position: absolute;
    right: -1.1rem;
    top: .6rem;
}

.link img {
    width: .88rem;
    height: 4.48rem;
}

.link.left-link {
    position: absolute;
    left: -1.1rem;
    top: .6rem;
}

.link.left-link img {
    width: .88rem;
    height: 5.28rem;
}

section.odzz_body {
    padding: 0 .3rem;
    padding-bottom: 1rem;
}

.quaPic_box {
    width: 100%;
    margin-bottom: .8rem;
}

.quaPic_box img {
    width: 100%;
}

.quaPic_box p {
    font-size: .26rem;
    color: #333;
    text-align: center;
    margin-top: .22rem;
}

.quaPic_box {
    width: 100%;
    margin-bottom: .8rem;
}

.quaPic_box2 {
    width: 100%;
    display: flex;
    justify-content: space-around;
    margin-bottom: .8rem;
}

.left_box {
    width: 3.3rem;
}

.left_box>img {
    width: 100%;
}

.left_box p {
    font-size: .26rem;
    color: #333;
    text-align: center;
    margin-top: .22rem;
}

.serve_box {
    width: 100%;
    border-bottom: 1px solid #E6E6E6;
    margin-bottom: .78rem;
    padding-bottom: .8rem;
}

.serve_box:last-child {
    margin-bottom: 0;
}

.serve_box img {
    width: 100%;
}

.serve_box .team_title {
    width: 100%;
    margin: .4rem 0 .26rem 0;
    display: flex;
}

.serve_box .team_title h4 {
    font-size: .3rem;
    color: #333;
}

.serve_box .team_title i {
    display: block;
    width: 1px;
    height: .12rem;
    background: #E6E6E6;
    transform: rotate(45deg);
    margin: 0 .2rem;
    margin-top: .1rem;
}

.serve_box .team_title span {
    font-size: .24rem;
    color: #999;
}

.serve_box p {
    font-size: .26rem;
    color: #666;
}

section.odzz_body.partner_body {
    padding-bottom: 0;
}

.partner_allPic {
    width: 100%;
    background: #F5F5F5;
    padding: .6rem .3rem;
    padding-bottom: 1.6rem;
}

.partner_allPic ul {
    width: 100%;
}

.partner_allPic ul li {
    width: 3.3rem;
    height: 1.6rem;
    margin-right: .3rem;
    margin-bottom: .3rem;
    background: #fff;
    float: left;
    text-align: center;
    line-height: 1.6rem;
}

.partner_allPic ul li:nth-child(2n) {
    margin-right: 0;
}

.partner_allPic ul li img {
    max-width: 2.8rem;
    max-height: 1rem;
}


/* 关于我们 */

section.about_conpany {
    padding: .3rem;
}

section.about_conpany>img {
    width: 100%;
    margin-bottom: .48rem;
}

section.about_conpany h3 {
    font-size: .3rem;
    color: #333;
    margin-bottom: .12rem;
}

section.about_conpany span {
    font-size: .24rem;
    color: #999;
    display: block;
    margin-bottom: .4rem;
}

section.about_conpany i {
    display: block;
    width: 100%;
    height: 1px;
    background: #E6E6E6;
    margin-bottom: .36rem;
}

section.about_conpany p {
    font-size: .26rem;
    color: #666;
    margin-bottom: 1.2rem;
}

section.business_concepts {
    background: #F5F5F5;
    padding: 1rem .3rem;
}

section.business_concepts .bc_top {
    display: flex;
    justify-content: space-between;
}

section.business_concepts .bc_top .bc_top_left {
    flex: 1;
}

section.business_concepts .bc_top .bc_top_left span {
    font-size: .24rem;
    color: #BFBFBF;
    margin-bottom: .16rem;
    display: block;
}

section.business_concepts .bc_top .bc_top_left h3 {
    font-size: .3rem;
    color: #333;
    margin-bottom: 2rem;
}

section.business_concepts .bc_top .bc_top_left i {
    display: block;
    width: .01rem;
    height: .64rem;
    background: rgba(51, 51, 51, 1);
}

section.business_concepts .bc_top .bc_top_right {
    flex: 1;
    position: relative;
}

section.business_concepts .bc_top .bc_top_right img {
    width: 3.6rem;
    z-index: 90;
    position: relative;
}

section.business_concepts .bc_top .bc_top_right i {
    width: 2rem;
    height: 2rem;
    background: #333;
    display: block;
    position: absolute;
    right: -.3rem;
    bottom: -.3rem;
}

.bc_body {
    width: 100%;
    padding-top: .94rem;
}

.bc_body .bc_box {
    width: 100%;
    display: flex;
    margin-bottom: .5rem;
}

.bc_body .bc_box:last-child {
    margin-bottom: 0;
}

.bc_body .bc_box .bc_box_left {
    width: 1.06rem;
}

.bc_body .bc_box .bc_box_left span {
    display: block;
    width: .72rem;
    height: .36rem;
    background: url(../images/about_icon2.png) no-repeat;
    background-size: 100% 100%;
    text-align: center;
    color: #fff;
    line-height: .36rem;
    font-weight: 700;
}

.bc_body .bc_box .bc_box_right {
    width: 5.8rem;
}

.bc_body .bc_box .bc_box_right h3 {
    font-size: .3rem;
    color: #333;
    margin-bottom: .2rem;
    font-weight: 700;
}

.bc_body .bc_box .bc_box_right p {
    font-size: .26rem;
    color: #666;
}

section.history {
    padding: 1.1rem;
}

.his_box {
    width: 100%;
    display: flex;
}

.his_box .his_left {
    width: .22rem;
}

.his_box .his_left>img {
    width: .22rem;
    margin-top: -0.3rem;
}

.his_box .his_left>i {
    display: block;
    width: .01rem;
    height: 2rem;
    background: #333;
    margin-left: .1rem;
    margin-top: -0.25rem;
}

.his_box .his_right {
    padding-left: .46rem;
}

.his_box .his_right span {
    font-size: .36rem;
    font-weight: 700;
    color: #333;
}

.his_box .his_right i {
    display: block;
    width: 1.28rem;
    height: 0.01rem;
    margin: .22rem 0;
    background: #E6E6E6;
}

.his_box .his_right p {
    font-size: .26rem;
    color: #666;
}

section.about_num {
    width: 100%;
    height: 2rem;
    background: #212734;
    position: relative;
}

section.about_num .num_box {
    position: absolute;
    bottom: auto;
    top: 1rem;
    z-index: 50;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 0 12px 24px 0 rgba(0, 0, 0, .08);
}

section.about_quality {
    padding: 4rem .3rem 0;
}

.about_quaPic {
    margin-top: .45rem;
}

.about_quaPic img {
    width: 100%;
    margin-bottom: .22rem;
}

.about_quaPic span {
    width: 100%;
    font-size: .26rem;
    color: #333;
    display: block;
    text-align: center;
}

.pro_nav {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.pro_nav ul {
    width: 100%;
    height: 1rem;
    overflow: hidden;
    transition: all .3s;
}

.pro_nav ul.active {
    height: 100vh;
}

.pro_nav ul.active li>img {
    transform: rotate(180deg);
}

.pro_nav ul li {
    width: 100%;
    height: 1rem;
    line-height: 1rem;
    display: flex;
    justify-content: space-between;
    padding: 0 .3rem;
    border-bottom: 1px solid #E6E6E6;
    background: #fff;
}

.pro_nav ul li>img {
    width: .3rem;
    height: .23rem;
    margin-top: .35rem;
    transition: all .3s;
}

.pro_nav ul li>span {
    color: #333;
    font-size: .3rem;
    font-weight: 400;
}

section.project_body {
    width: 100%;
    padding-top: 1rem;
    position: relative;
}

.all_pro_box {
    width: 100%;
    padding: 0.48rem .3rem;
}

.all_pro_box ul {
    width: 100%;
}

.all_pro_box ul li {
    width: 100%;
    margin-bottom: .46rem;
}

.all_pro_box ul li img {
    width: 100%;
    height: 4.6rem;
}

.all_pro_box ul li p {
    width: 100%;
    height: 1.14rem;
    border-bottom: 1px solid #E6E6E6;
    padding-top: .24rem;
    display: flex;
    justify-content: space-between;
}

.all_pro_box ul li p span {
    font-size: .3rem;
    color: #1A1A1A;
}

.all_pro_box ul li p i {
    font-size: .26rem;
    color: #999999;
    font-style: normal;
}

section.pro_inner_body {
    width: 100%;
    padding: 0 .3rem;
    padding-bottom: .7rem;
}

.pro_inner_tit {
    width: 100%;
    height: 1.2rem;
    line-height: 1.2rem;
    font-size: .3rem;
    color: #1A1A1A;
    border-bottom: 1px solid #E6E6E6;
    margin-bottom: .46rem;
}

section.pro_inner_body>img {
    width: 100%;
    margin-bottom: .48rem;
}

section.pro_inner_body>h3 {
    font-size: .3rem;
    font-weight: 700;
    display: inline-block;
    position: relative;
}

section.pro_inner_body>h3 span {
    z-index: 999;
    position: relative;
}

section.pro_inner_body>h3:before {
    content: '';
    display: block;
    width: 100%;
    height: .1rem;
    background: #04de80;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
}

section.pro_inner_body>i {
    display: block;
    width: .64rem;
    height: 0.02rem;
    background: #E6E6E6;
    margin: .28rem 0;
}

section.pro_inner_body>p {
    font-size: .26rem;
    color: #666;
    line-height: .48rem;
    margin-bottom: 1.22rem;
}

.td_box {
    padding-left: .42rem;
}

.td_box h4 {
    font-size: .28rem;
    color: #333;
    margin-bottom: 0.1rem;
    position: relative;
}

.td_box h4::after {
    content: '';
    display: block;
    width: 0.08rem;
    height: 0.08rem;
    background: #666464;
    position: absolute;
    left: -.25rem;
    top: .1rem;
    border-radius: 100%;
}

.td_box p {
    font-size: .26rem;
    color: #999;
    line-height: .4rem;
    margin-bottom: .48rem;
}

.news_body {
    width: 100%;
    padding: .48rem .3rem 0;
}

.tj_box {
    width: 100%;
    margin-bottom: 1rem;
}

.tj_box img {
    width: 100%;
    height: 4.6rem;
}

.tj_box h3 {
    width: 100%;
    height: 1rem;
    line-height: 1rem;
}

.tj_box h3 {
    font-size: .3rem;
    color: #333;
    float: left;
}

.tj_box i {
    font-size: .3rem;
    color: #999;
    font-style: normal;
    float: right;
}

.tj_box p {
    font-size: .26rem;
    color: #666;
    line-height: .36rem;
}

.news_body.company_body {
    padding-bottom: .9rem;
}

.news_body.company_body>img {
    width: 100%;
    height: 4.6rem;
    margin-bottom: .3rem;
}

.news_body.company_body>img:first-child {
    margin-bottom: .78rem;
}

.news_body.company_body p {
    font-size: .26rem;
    color: #666;
    margin-bottom: .32rem;
}

.conpany_picBox {
    width: 100%;
    height: 2.4rem;
    display: flex;
    justify-content: space-between;
    margin-bottom: .3rem;
}

.conpany_picBox img {
    width: 3.3rem;
    height: 2.4rem;
}

.news_body.company_body.job_body p {
    text-align: center;
}

.news_body.company_body.job_body p:last-child {
    margin-bottom: 0;
}

.join {
    width: 100%;
    background: #F5F5F5;
    padding-top: 100px;
    padding: .7rem .3rem;
}

.join ul {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.join ul li {
    width: 100%;
    margin-bottom: 1.2rem;
}

.join ul li:nth-child(3) {
    margin-right: 0;
}

.join ul li .joinHead {
    width: 100%;
    text-align: center;
    height: 1.6rem;
    border-top: 1px solid #D9D9D9;
    border-bottom: 1px solid #D9D9D9;
    padding-top: .42rem;
}

.join ul li .joinHead h3 {
    color: #333;
    font-size: .32rem;
    font-weight: 700;
    margin-bottom: .2rem;
}

.join ul li .joinHead p {
    color: #666;
    font-size: .24rem;
}

.join ul li .joinBody {
    width: 100%;
    padding-top: .46rem;
}

.join ul li .joinBody span {
    display: inline-block;
    color: #333;
    font-size: .28rem;
    margin-bottom: .22rem;
}

.join ul li .joinBody p {
    color: #666;
    font-size: .24rem;
    margin-left: .4rem;
    line-height: .36rem;
    margin-bottom: .22rem;
    position: relative;
}

.join ul li .joinBody p:before {
    content: "";
    display: block;
    position: absolute;
    left: -0.3rem;
    top: .16rem;
    width: 0.05rem;
    height: 0.05rem;
    border-radius: 100%;
    background: #666;
}

.each_news_box {
    width: 100%;
    padding: .4rem 0;
    border-bottom: 1px solid #E6E6E6;
}

.each_news_box h3 {
    font-size: .32rem;
    color: #333;
    margin-bottom: 0.12rem;
}

.each_news_box span {
    display: block;
    font-size: .24rem;
    color: #999;
    margin-bottom: 0.24rem;
}

.each_news_box p {
    width: 100%;
    color: #999;
    font-size: .24rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.newsMain_body {
    padding-bottom: .9rem;
}

section.news_here_body {
    width: 100%;
    padding: .48rem .3rem;
}

.news_inner_body {
    width: 100%;
    border-top: 1px solid #E6E6E6;
}

.news_inner_head {
    width: 100%;
    border-bottom: 1px solid #E6E6E6;
    padding-bottom: .46rem;
    margin-bottom: .48rem;
}

.news_inner_head h3 {
    font-size: .32rem;
    color: #333;
    margin-bottom: .12rem;
    font-weight: 700;
}

.news_inner_head .time {
    font-size: .24rem;
    color: #999;
}

.news_inner_main {
    width: 100%;
}

.news_inner_main p {
    font-size: .28rem;
    color: #666;
    margin-bottom: .3rem;
}

.news_inner_main img {
    display: block;
    width: 100%;
    margin-bottom: .48rem;
}

.fixed_mask {
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, .4);
}

.footer_right h4 {
    font-size: .24rem;
    color: #fff;
    margin-bottom: .4rem;
}

.footer_right input {
    display: block;
    width: 3.3rem;
    height: .72rem;
    line-height: .72rem;
    padding-left: 16px;
    border: 1px solid rgba(255, 255, 255, .2);
    font-size: .24rem;
    color: rgba(255, 255, 255);
    background: #212734;
    margin-bottom: .3rem;
    float: left;
}

.footer_right input[name="name"] {
    margin-right: .3rem
}

.footer_right input[name="message"] {
    width: 100%;
}

.footer_right textarea {
    display: block;
    width: 6.9rem;
    height: 1.44rem;
    padding-left: .32rem;
    padding-top: .15rem;
    border: 1px solid rgba(255, 255, 255, .2);
    font-size: .24rem;
    color: #fff;
    background: #212734;
    margin-bottom: .3rem;
}

.footer_right button {
    display: block;
    width: 100%;
    height: .72rem;
    line-height: .72rem;
    padding-left: .1rem;
    border: 1px solid rgba(255, 255, 255, .2);
    font-size: .24rem;
    color: rgba(255, 255, 255, .4);
    background: #212734;
}


/* 新增医疗器械 */

.medical {
    position: relative;
}

.newIcon {
    width: 0.8rem;
    height: 0.32rem;
    position: absolute;
    top: -2px;
    left: 85px;
}

.newIcon img {
    width: 0.8rem;
    height: 0.32rem;
}

section.inner_banner.medical_banner {
    width: 100%;
    height: 2.4rem;
    background: url(../images/medical_banner.png) center;
    background-size: 100% 100%;
}

.sidebar {
    width: 100%;
    height: 1rem;
    position: relative;
    overflow: hidden;
    transition: all 0.3s;
    background-color: #fff;
}

.sidebar>ul>li {
    width: 2.18rem;
    height: 1rem;
    float: left;
    text-align: center;
    line-height: 1rem;
    font-size: 0.28rem;
}

.sidebar>ul>li.sidebarActive {
    background-color: #F0F2F5;
    color: #1784EA;
}

.sidebar>img {
    width: 0.4rem;
    height: 0.4rem;
    position: absolute;
    right: 15px;
    top: 15px;
    transition: all .3s;
}

.siderMedicalUp {
    transform: rotate(180deg);
}

.structure img {
    width: 100%;
    height: auto;
}

.line {
    width: 100%;
    height: 0.2rem;
    background-color: #EAEFF5 !important;
}

.funMap {
    width: calc(100% - 0.6rem);
    height: auto;
    border-top: 1px solid #E6E6E6;
    margin: 0 auto;
}

.funMapMain {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 1rem;
}

.funMapMain>img {
    width: 0.4rem;
    height: 0.4rem;
}

.funMapTitle {
    font-size: 0.28rem;
    color: #19191A;
    font-weight: 700;
}

.level_header {
    width: calc(100% - 30px);
    height: auto;
    display: flex;
    /* justify-content: space-around; */
    border-bottom: 1px dashed #CCCCCC;
    padding: 12px 0px;
    margin: 0 auto;
}

.level {
    background-color: #F5F5F5;
    height: 0;
    overflow: hidden;
    transition: all 0.3s;
}

.level_header>li {
    border: 1px solid #969799;
    color: #646566;
    font-size: 0.24rem;
    padding: 0.08rem 0.14rem;
    margin-left: 3px;
}

.level_header>.lev_header_active {
    border: 1px solid #0073E6;
    color: #0073E6;
}

.level_footer {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    margin-top: 12px;
    display: none;
    padding: 0 10px;
    padding-bottom: 12px;
}

.level_footer>li {
    border: 1px solid #969799;
    color: #45474D;
    font-size: 0.24rem;
    padding: 0.08rem 0.14rem;
    margin-left: 8px;
    margin-top: 8px;
}

.level_footer.lev_footer_active {
    display: flex;
}

.mass img {
    width: 100%;
    height: auto;
}

.market img {
    width: 100%;
    height: auto;
}

.procurement img {
    width: 100%;
    height: auto;
}

.storageAam {
    width: calc(100% - 30px);
    padding: 0 15px;
    margin: 0 auto;
}

.storageAam_title {
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 18px;
    color: #212734;
    font-weight: 700;
    border-bottom: 1px solid #EBEBEB;
}

.warehouse {
    height: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.warehouse_title img {
    width: 16px;
    height: 10px;
}

.warehouse>img {
    width: 20px;
    height: 20px;
    margin-right: -5px;
}

.warehouse_title {
    font-size: 14px;
    color: #19191A;
    font-weight: 600;
}

.warehouse_lev {
    width: 100%;
    height: 0;
    overflow: hidden;
    transition: all 0.3s;
}

.warehouse_lev>img {
    width: 100%;
    height: 100%;
}

.delivery {
    height: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.delivery_title img {
    width: 16px;
    height: 10px;
}

.delivery>img {
    width: 20px;
    height: 20px;
    margin-right: -5px;
}

.delivery_title {
    font-size: 14px;
    color: #19191A;
    font-weight: 600;
}

.delivery_lev {
    width: 100%;
    overflow: hidden;
    height: 0;
    transition: all 0.3s;
}

.delivery_lev>img {
    width: 100%;
    height: 100%;
}

.allot {
    height: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.allot_title img {
    width: 16px;
    height: 10px;
}

.allot>img {
    width: 20px;
    height: 20px;
    margin-right: -5px;
}

.allot_title {
    font-size: 14px;
    color: #19191A;
    font-weight: 600;
}

.allot_lev {
    width: 100%;
    height: 0;
    overflow: hidden;
    transition: all 0.3s;
}

.allot_lev>img {
    width: 100%;
    height: 100%;
}

.adjust {
    height: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* border-bottom: 1px solid #EBEBEB; */
}

.adjust_title img {
    width: 16px;
    height: 10px;
}

.adjust>img {
    width: 20px;
    height: 20px;
    margin-right: -5px;
}

.adjust_title {
    font-size: 14px;
    color: #19191A;
    font-weight: 600;
}

.adjust_lev {
    width: 100%;
    overflow: hidden;
    height: 0;
    transition: all 0.3s;
}

.adjust_lev>img {
    width: 100%;
    height: 100%;
}

.other {
    height: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.other_title img {
    width: 16px;
    height: 10px;
}

.other>img {
    width: 20px;
    height: 20px;
    margin-right: -5px;
}

.other_title {
    font-size: 14px;
    color: #19191A;
    font-weight: 600;
}

.other_lev {
    width: 100%;
    height: 0;
    overflow: hidden;
    transition: all 0.3s;
    margin-bottom: 30px;
}

.other_lev>img {
    width: 100%;
    height: 100%;
}

.settle img {
    width: 100%;
    height: auto;
}

.exhibition img {
    width: 100%;
    height: auto;
}

.warehouse_inside img {
    width: 100%;
    height: auto;
}

.delivery_inside img {
    width: 100%;
    height: auto;
}

.allot_inside img {
    width: 100%;
    height: auto;
}

.adjust_inside img {
    width: 100%;
    height: auto;
}

.other_inside img {
    width: 100%;
    height: auto;
}

.kjlj:nth-child(4) {
    display: none;
}