.nav {
    width: 100%;
    height: 96px;
    display: flex;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 500;
    background-color: rgba(10, 60, 131, 0.5)
}

.nav_content {
    width: 1200px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: auto;
}

.nav_logo {
    width: 168px;
    height: 40px;
}

.nav_logo img {
    width: 100%;
    height: 100%;
    display: block;
}

.nav_list {
    display: flex;
    color: #fff;
    font-size: 16px;
    min-width: 800px;
    justify-content: flex-end;
}

.nav_list li {
    margin-left: 80px;
}

.nav_list_other {
    display: flex;
    font-size: 16px;
    min-width: 800px;
    justify-content: flex-end;
}

.nav_list_other li {
    margin-left: 80px;
}

.nav_list li a:hover {
    color: #19eff6;
}

.nav_list li a{
    text-decoration: none;
    color: #fff;
}


.nav_list_other a:hover {
    color: #3370ff;
}

.nav_bo {
    border-bottom: solid 1px #EFF0F1;
}

.main {
    width: 100%;
    height: 655px;
    position: relative;
}

.main_banner {
    width: 100%;
    height: 100%;
    background: url('../images/banner.png') no-repeat;
    background-size: cover;
    background-position: center;
    color: #fff;
}

.contact {
    width: 100%;
    height: 372px;
    position: relative;
}

.work {
    width: 100%;
    height: 702px;
    position: relative;
}

.dowhat {
    width: 100%;
    height: 301px;
    position: relative;
}

.dowhat_banner {
    width: 100%;
    height: 301px;
    background-size: cover;
    background-position: center;
    background: url('../images/hezuo.png') no-repeat;
    color: #fff;
}

.work_banner {
    width: 100%;
    height: 100%;
    background: url('../images/hezuo.png') no-repeat;
    background-size: cover;
    background-position: center;
    color: #fff;
}

.work_list {
    width: 100%;
    left: 0;
    bottom: -105px;
    position: absolute;
    z-index: 100;
}

.work_list_content {
    width: 1200px;
    margin: auto;
    display: flex;
    justify-content: space-between;
}

.work_list_content li {
    width: 586px;
    height: 200px;
    background: #fff;
    border-radius: 4px;
    display: flex;
    padding: 45px 50px;
    box-shadow: 0 0 8px -2px #ccc;
}

.work_list_title {
    font-size: 26px;
    color: #fff;
    font-weight: bold;
}

.work_list_title span {
    border-bottom: solid 4px #fff;
    padding-bottom: 5px;
}

.work_list_photo {
    width: 78px;
    height: 78px;
    margin-top: 50px;
}

.contact_banner {
    width: 100%;
    height: 100%;
    background: url('../images/contact.png') no-repeat;
    background-size: cover;
    background-position: center;
    color: #fff;
}

.main_banner_title {
    font-size: 34px;
    font-weight: bold;
    padding-top: 200px;
    text-align: center;
}

.main_banner_title span {
    margin: 0 15px;
    letter-spacing: 4px;
}

.main_banner_content {
    width: 890px;
    margin: 35px auto 0;
    font-size: 20px;
    line-height: 45px;
    letter-spacing: 2px;
    text-align: justify;
}

.hezuohuoban {
    width: 100%;
    overflow: hidden;
    background: #ffffff;
    margin-top: -310px;
}

.organize {
    width: 100%;
    overflow: hidden;
    background: #f7f8fa;
    padding-top: 50px;
    padding-bottom: 120px;
}

.organize_title {
    color: #333;
    font-size: 32px;
    font-weight: bold;
    text-align: center;
}

.organize_title span {
    border-bottom: solid 4px #007dd6;
    padding-bottom: 5px;
}

.organize_pro {
    color: #333;
    font-size: 20px;
    text-align: center;
    margin-top: 40px;
}

.mission {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -220px;
}

.my_mission {
    width: 1200px;
    height: 400px;
    margin: auto;
    display: flex;
    box-shadow: 0 15px 30px -5px rgb(0 0 0 / 10%)
}

.my_mission_left {
    width: 750px;
    background: #fff;
    padding: 70px 38px;
}

.my_mission_right {
    width: 450px;
    height: 400px;
    background: #fff url('../images/shiming.png') no-repeat center;
}

.litter {
    display: flex;
    align-items: center;
}

.litter_title, .active_content_title {
    font-size: 26px;
    color: #333;
    font-weight: bold;
}

.litter_title span, .active_content_title span {
    border-bottom: solid 4px #007dd6;
    padding-bottom: 5px;
}

.litter_content {
    font-size: 18px;
    color: #007dd6;
    margin-left: 60px;
}

.litter_font {
    margin-top: 35px;
    color: #666;
    font-size: 16px;
    line-height: 40px;
    text-indent: 24px;
}

.litter_font span {
    border-bottom: solid 1px #333;
}

.organize_department {
    margin: 30px auto 0;
    width: 1200px;
    display: flex;
    justify-content: space-between;
}

.organize_department li {
    width: 288px;
    height: 288px;
    background: #fff;
    padding: 70px 55px;
    box-shadow: 0px 0px 10px #ddd;
}

.department_photo {
    width: 58px;
    height: 58px;
}

.department_photo img {
    width: 100%;
    height: 100%;
    display: block;
}

.department_title {
    font-size: 22px;
    color: #333;
    font-weight: bold;
    margin-top: 15px;
}

.department_font {
    font-size: 16px;
    color: #333;
    margin-top: 8px;
}

.active_content {
    width: 1200px;
    margin: auto;
}

.active_content_title {
    text-align: center;
}

.active_list {
    color: #666;
    margin-top: 60px;
}

.active_list li {
    display: flex;
    font-size: 20px;
    margin-top: 24px;
}

.active_list li a {
    color: #666;
}

.active_list li a:hover {
    color: #000;
}

.bottom {
    width: 100%;
    padding: 60px 0 80px;
    background: #111d56;
    height: 490px;
}

.bottom_content {
    width: 1200px;
    margin: auto;
    color: #fff;
}

.bottom_model {
    float: left;
    margin-bottom: 50px;
    position: absolute;
}

.bottom_link {
    font-size: 24px;
    font-weight: bold;
    margin-left: 20px;
}

.bottom_name {
    font-size: 16px;
    margin-top: 25px;
    line-height: 30px;
    margin-left: 20px;
}

.bottom_name li span {
    margin: 0 20px;
    font-size: 14px;
}

.bottom_font {
    font-size: 14px;
    margin-top: 380px;
    clear: both;
}

.bottom_font {
    text-align: center;
}

.contact_content {
    width: 100%;
    padding: 50px 0;
    background: #fff;
}

.contact_content_box {
    width: 1200px;
    margin: auto;
    color: #333;
    display: flex;
    justify-content: space-between;
}

.contact_content_map {
    width: 600px;
    height: 400px;
    border-radius: 4px;
    box-shadow: 0px 0px 8px #cdcbcb;
    padding: 4px;
}

#allmap {
    width: 100%;
    height: 100%;
}

.contact_content_position {
    display: flex;
    align-items: center;
}

.contact_content_photo {
    width: 28px;
    height: 28px;
}

.contact_content_photo img {
    width: 100%;
    height: 100%;
    display: block;
}

.contact_content_fix {
    font-size: 18px;
    margin-left: 20px;
}

.contact_content_fix p {
    max-width: 500px;
}

.contact_pa_1 {
    margin-top: 40px;
}

.contact_pa_2 {
    margin-top: 30px;
}

.contact_pa_3 {
    margin-top: 20px;
}

.work_list_font {
    margin-top: 70px;
}

.work_1 {
    font-size: 14px;
    color: #fff;
    margin-top: 80px;
    line-height: 30px;
}

.work_2 {
    display: flex;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    margin-top: 20px;
}

.work_2_photo {
    width: 23px;
    height: 19px;
}

.work_2_photo img {
    width: 100%;
    height: 100%;
    display: block;
}

.work_2_font {
    margin-left: 10px;
}

.work_list_sp {
    margin-top: 20px;
}

.contact_partner {
    width: 100%;
    background: #f7f8fa;
    padding-top: 340px;
    padding-bottom: 500px;
}

.contact_con {
    width: 1200px;
    margin: auto;
}

.dowhat-content {
    width: 100%;
    background: #fff;
    padding: 80px 0 100px;
}

.partner {
    margin-top: 80px;
}

.partner li {
    display: flex;
    justify-content: space-between;
}

.station {
    width: 100%;
    height: 100px;
    background: #111d56;
    position: relative;
}

.station-content {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
}

.station-content-box {
    width: 1200px;
    background: #fff;
    margin: auto;
    padding: 100px 0;
    position: relative;
}

.station-con {
    width: 50%;
    height: 200px;
    left: 0;
    top: 0;
    background: #fff;
}

.work_post {
    font-size: 18px;
    color: #666666;
    margin-top: 70px;
}

.work_post li {
    display: flex;
    margin-top: 45px;
}

.work_post li div {
    margin-right: 200px;
}

.pm-icon {
    width: 361px;
    height: 222px;
    position: absolute;
    right: -5px;
    top: -80px;
}

.pm-icon-left {
    width: 50%;
    height: 100%;
    position: absolute;
    left: -50%;
    top: 0;
    background: #fff;
}

.pm-icon img {
    width: 100%;
    height: 100%;
    display: block;
}

.dowhat-list {
    width: 390px;
}

.dowhat-photo {
    position: absolute;
    right: 0;
    top: 0px;
    width: 708px;
    height: 504px;
}

.dowhat-photo img {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 2px;
    box-shadow: 0 15px 30px -5px rgb(0 0 0 / 10%)
}

.contact_flex {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
    text-align: right;
}

.contact_flex_photo {
    width: 630px;
    height: 470px;
}

.contact_flex_photo img {
    width: 100%;
    height: 100%;
    display: flex;
    box-shadow: 0 15px 30px -5px rgb(0 0 0 / 10%)
}

.contact_flex_right {
    margin-top: 0px;
    width: 405px;
}

.analysis {
    width: 100%;
    height: 600px;
    background: url('../images/c18_new.png') no-repeat;
    background-size: cover;
    background-position: center;
    color: #fff;
}

.analysis_con {
    width: 1200px;
    margin: auto;
}

.analysis_left {
    width: 615px;
    height: 548px;
    background: #fff;
    padding: 50px 130px 0 0
}

.new_work_list {
    width: 78px;
    height: 78px;
}

.new_work_list img {
    width: 100%;
    height: 100%;
    display: block;
}

.new_work_font {
    margin-left: 38px;
}

.new_font_top {
    font-size: 26px;
    color: #333;
    font-weight: bold;
}

.new_font_bo {
    font-size: 22px;
    color: #666;
    margin-top: 18px;
}

.work_title {
    width: 100%;
    background: #F7F8FA;
    padding: 80px 0;
}

.work_clerk {
    width: 1200px;
    margin: auto;
    background: #fff;
    padding: 50px 0 38px;
    text-align: center;
    box-shadow: 0 0 8px -2px #ccc;
}

.work_clerk_bo {
    font-size: 20px;
    color: #666;
    margin-top: 18px;
}

.work_touchUs {
    width: 1200px;
    margin: 80px auto 0;
}

.work_touchUs_con {
    display: flex;
    justify-content: space-between;
    margin-top: 160px;
}

.work_touchUs_con li {
    width: 586px;
    height: 200px;
    background: #fff;
    border-radius: 4px;
    display: flex;
    padding: 45px 50px;
    box-shadow: 0 0 8px -2px #ccc;
}

.work_touchUs_photo {
    width: 93px;
    height: 93px;
    margin-right: 20px;
}

.work_touchUs_photo img {
    width: 100%;
    height: 100%;
    display: block;
}

.work_touchUs_top {
    font-size: 26px;
    color: #333;
    font-weight: bold;
}

.work_touchUs_bo {
    font-size: 22px;
    color: #666;
    margin-top: 18px;
}

.work_touchUs_bo span {
    margin-right: 14px;
}

.work_touchUs_right {
    max-width: 340px;
}

.work_job {
    width: 100%;
    background: #fff;
    padding: 80px 0 80px;
}

.work_job_con {
    width: 1200px;
    margin: auto;
}

.job_list {
    font-size: 22px;
    color: #666;
    margin-top: 60px;
}

.job_list li {
    display: flex;
    margin-top: 30px;
}

.job_list li span {
    width: 25%;
    display: block;
    text-align: center;
}

.job_list li span a {
    color: #666;
    padding-bottom: 4px;
}

.job_list li span a:hover {
    color: #000;
}

.active_color {
    color: #fff;
}

.dowhat_number {
    width: 100%;
    background: #fff;
}

.dowhat_number_con {
    width: 1200px;
    margin: auto;
    display: flex;
}

.dowhat_number_box, .dowhat_number_right {
    width: 657px;
    height: 570px;
}

.dowhat_number_left {
    padding: 80px 0px;
}

.dowhat_number_right img {
    width: 100%;
    height: 100%;
    display: block;
}

.dowhat_number_font {
    max-width: 410px;
    color: #666;
    font-size: 14px;
    line-height: 34px;
    margin: 60px auto 0;
    text-indent: 24px;
}

.jobYj {
    max-width: 840px;
    margin: 180px auto 20px;
}

.jobYj-header-top {
    margin-bottom: 13px;
    font-size: 26px;
    font-weight: 800;
    color: #1f2329;
}

.jobYj-header-bottom {
    color: #646a73;
    font-size: 14px;
    font-weight: 500;
}

.jobYj-example-p1 {
    margin: 50px 0 8px;
    font-size: 20px;
    line-height: 1.52;
    font-weight: 800;
    color: #1f2329;
}

.jobYj-example-list {
    white-space: pre;
    white-space: pre-line;
    word-break: break-word;
    font-size: 14px;
    color: #646a73;
}

.new_font_topLif {
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    width: 824px;
    margin: 20px auto 5px;
    line-height: 34px;
    text-align: left;
}

.work_clerk_boLif {
    font-size: 16px;
    color: #333;
    line-height: 34px;
    text-align: left;
    margin-left: 190px;
    display: flex;
    align-items: center;
}

.work_clerk_boLif img {
    width: 20px;
    margin-right: 5px;

}

.work_boLif {
    font-size: 14px;
    color: #00246C;
    font-weight: bold;
    text-align: left;
    margin-left: 190px;
    margin-top: 15px;
    display: flex;
    align-items: center;
}

.work_boLif img {
    width: 18px;
    margin-right: 5px;

}

.work_boLif a {
    color: #0D316E;

}

.workTor {
    font-size: 30px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 40px
}

.work_boLifPY {
    width: 824px;
    margin: 10px auto;
    text-align: justify;
    font-size: 16px;
    color: #333;
    line-height: 25px;

}

.hezuohuoban_table tr td{
    padding-left: 30px;
}

.team {
    width: 100%;
    overflow: hidden;
    background: #f7f8fa;
    padding-top: 280px;
    padding-bottom: 120px;
}

.team_title {
    color: #333;
    font-size: 26px;
    font-weight: bold;
    text-align: center;
}

.team_title span {
    border-bottom: solid 4px #007dd6;
    padding-bottom: 5px;
}

.team_detail {
    margin: 20px auto 0;
    width: 1200px;
    display: flex;
    justify-content: space-between;
    color: #666;
    font-size: 16px;
    line-height: 40px;
    text-indent: 24px;
}

.litter_font_new {
    margin-top: 10px;
    color: #666;
    font-size: 16px;
    line-height: 40px;
}

/* 产品服务样式 */
#dowhat_new_menu {
    float: left;
    width: 66px;
    height: 80px;
    cursor: pointer; 
    margin-top: -28px; 
  }

#dowhat_new_menu .nav-tab {
  height: 80px;
  width: 142px;
  margin: 0 auto;
  text-align: center;
  font-size: 16px;
  color: #ffffff;
  line-height: 80px;
  font-weight: 400;
  }

#dowhat_new_menu .nav-menu {
  width: 242px;
  height: 0px;
  float: left;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1);
  border-radius: 0 0 2px 2px;
  overflow: hidden; 
  margin-left: -28px;
  }

#dowhat_new_menu .nav-menu li {
      margin-left: -11px;
      width: 280px;
      height: 35px;
      font-size: 14px;
      text-align: left;
  }

#dowhat_new_menu:hover .nav-tab{
  color: #08EDF7;
}

#dowhat_new_menu:hover .nav-menu{
  transition: all 0.3s;  
  height: 280px;  
  width: 180px;
  padding-left: 10px;
  text-align: center;
  margin-left: -58px;
  color: #ffffff;
}

.dowhat_center_middle {
  width: 1200px;
  height: 50px;
  margin: auto;
  margin-top: 120px;
  }
.dowhat_center_active {
  color: #71818f;
  font-size: 16px;
  display: flex;
  border-bottom: solid 1px #e5e8ed;
  }
.dowhat_center_active li {
  padding: 0 40px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  cursor: pointer;
  float: left;
  width: 300px;
  font-size: 16px;
  }
.dowhat_active {
  color: #fff;
  background: #3774eb;
  border-radius: 5px;
  }
/* END */

#price-section{
    transition: 0.4s;
}