

.Medium {
  /*font-family: SourceHanSansCN-Regular;*/
}

.header_index {
  height: 76px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  background: #fff;
}

.height_height {
  height: 76px;
}

.header_index h1 {
  margin: 22px 0 0 19px;
  float: left;
  width: 200px;
}

.header_index h1 a {
  display: block;
}

.header_index h1 img {
  width: 100%;
}

.navbox {
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  position: absolute;
  left: 50%;
  top: 34px;
  /*font-family: SourceHanSansCN-Regular;*/
  z-index: 2;
}

.navbox li {
  float: left;
  height: 42px;
  line-height: 42px;
}

.navbox li a {
  color: #000;
  margin: 0 33px;
  display: block;
  position: relative;
}

.navbox li a i {
  position: absolute;
  left: -2px;
  bottom: 4px;
  height: 3px;
  width: 0;
  background: #0f3557;
}

.navbox li.on i {
  width: calc(100% + 4px);
}

.navbox li.on .nav_a {
  color: #0f3557;
}

.header_right {
  float: right;
  padding-top: 34px;
  margin-right: 10px;
}

.search_btn {
  cursor: pointer;
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  color: #005f81;
  float: left;
  margin-right: 10px;
}

.language {
  line-height: 42px;
  float: right;
}

.language a {
  padding: 0 12px;
  display: block;
  float: left;
}

.language a.fnt_18 {
  /*font-family: SourceHanSansCN-Regular;*/
  background: url(../images/line.jpg) no-repeat center right;
}

.language a.fnt_16 {
  /*font-family: SourceHanSansCN-Regular;*/
}

.indexbody .language {
  margin-right: 45px;
}

/*.headerbox .header_right{margin-right: 0;}*/
.search_box {
  background: #fff;
  width: 100px;
  right: 210px;
  position: absolute;
  top: 30px;
  border: 1px solid #ccc;
  z-index: 91;
}

.indexbody .search_box {
  right: 250px;
}

.search_box.on {
  width: 360px;
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
}

.search_box_input {
  width: calc(100% - 58px);
  padding: 0 10px;
  float: left;
  border: 0;
  height: 40px;
  outline: none;
  line-height: 40px;
  background: #fff;
}

.search_box_btn {
  height: 40px;
  width: 36px;
  background: none;
  border: 0;
  outline: none;
  float: right;
  position: relative;
}

.search_box_btn:before {
  content: '\e613';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  line-height: 40px;
  font-weight: bold;
  font-size: 22px;
}

/*navlist*/
.return_btn {
  background: #123f60;
  display: none;
}

.bg_block {
  width: 5000%;
  background: #fafbfd;
  height: calc(100% + 1px);
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  position: absolute;
  left: 50%;
  top: -1px;
}

.nav_warp {
  position: relative;
  z-index: 2;
}

.nav_list {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  /*font-family: SourceHanSansCN-Regular;*/
  background: #fafbfd;
  border-top: 1px solid #ebebeb;
  padding: 30px 0;
  /*transition:all 0.5s;-webkit-transition:all 0.5s;-moz-transition:all 0.5s;-o-transition:all 0.5s;-ms-transition:all 0.5s;*/
  /*visibility: hidden;
  opacity:0;filter:alpha(opacity=0); -moz-opacity:0; -khtml-opacity:0;*/
  display: none;
}

.nav_list p a {
  color: #000;
}

.nav_list p {
  line-height: 32px;
  font-size: 16px;
  /*float: left;*/
}

.nav_phone_btn {
  display: none;
}

/*.header_index{transition: all 0.3s;-webkit-transition: all 0.3s;-moz-transition: all 0.3s;-o-transition: all 0.3s;-ms-transition: all 0.3s;}
.header_index h1 img{transition: all 0.8s;-webkit-transition: all 0.8s;-moz-transition: all 0.8s;-o-transition: all 0.8s;-ms-transition: all 0.8s;}
.scrollHeader .header_index h1{margin-top: 10px;}

.scrollHeader .header_index{height: 66px;box-shadow: 0px 0px 5px #555;}
.scrollHeader .navbox{top:0;}
.scrollHeader .navbox li,.scrollHeader .language{height: 66px;line-height: 66px;}
.scrollHeader .header_right{padding-top: 0;}
.scrollHeader .search_btn{margin-top: 12px;}
.scrollHeader .search_box{top:15px;}*/

/*01*/
.scrollHeader .header_index {
  box-shadow: 0px 0px 5px #555;
}

.header_index,
.height_height {
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}

.scrollHeader .header_index,
.scrollHeader .height_height {
  -webkit-transform: translateY(-80px);
  -moz-transform: translateY(-80px);
  -o-transform: translateY(-80px);
  -ms-transform: translateY(-80px);
}

.edit_header02 .header_index {
  position: fixed;
  visibility: visible;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}

.edit_header02 .height_height {
  visibility: visible;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}

/*01*/

.navbox li:nth-child(2) .nav_warp {
  left: 140px;
}

.navbox li:nth-child(3) .nav_warp {
  left: 240px;
}

@media only screen and (max-width: 1280px) {
  .navbox li:nth-child(2) .nav_warp {
    left: 131px;
  }

  .navbox li:nth-child(3) .nav_warp {
    left: 228px;
  }
}
@media only screen and (max-width: 1279px) {
.navbox li:nth-child(3) .nav_warp {
    left: 226px;
}
.navbox li:nth-child(3) .nav_warp {
    left: 224px;
}

}
@media only screen and (min-width: 1025px) {
  a:hover {
    color: #0f3557 !important;
  }

  .search_box {
    visibility: hidden;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
  }

  .navbox li a i {
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
  }

  .navbox li a:hover i {
    /*width:calc(100% + 4px);*/
  }

  /*.scrollHeader .header_index h1 img{transform: scale(0.9, 0.9); -webkit-transform: scale(0.9, 0.9);-moz-: scale(0.9, 0.9);-o-transform: scale(0.9, 0.9); -ms-transform: scale(0.9, 0.9);}*/
  /*.navbox li.current .nav_list{
  top:100%;visibility: visible;opacity:1;filter:alpha(opacity=100); -moz-opacity:1; -khtml-opacity:1;
  height: auto;padding: 30px 0;
}
.nav_warp{display: none;}
.navbox li.current .nav_list .nav_warp{display: block;}*/
  .navbox li>a:hover {
    /*color: #000 !important;*/
    transition: all 0s;
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    -o-transition: all 0s;
    -ms-transition: all 0s;
  }
}

.site_banner {
  position: relative;
  margin-bottom: 160px;
}

.mainmargin .site_banner {
  margin-bottom: 135px;
}

.site_banner h3 {
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  z-index: 2;
  color: #fff;
  /*font-family: SourceHanSansCN-Regular;*/
  line-height: 1em;font-weight: bold;
}

.site_banner img {
  width: 100%;
}

.phone_banner {
  display: none;
}

.blank_24 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.24);
}

@media only screen and (max-width: 1440px) {
  /*.site_banner,.mainmargin .site_banner{margin-bottom: 100px;}*/
}

@media only screen and (max-width: 1366px) {
  /*.site_banner,.mainmargin .site_banner{margin-bottom: 60px;}*/
}

@media only screen and (max-width: 1024px) {

  .site_banner,
  .mainmargin .site_banner {
    margin-bottom: 50px;
  }
}

@media only screen and (max-width: 767px) {
  /*.site_banner,.mainmargin .site_banner{margin-bottom:20px;}*/
}

@media only screen and (max-width: 1050px) {
  .navbox li a {
    margin: 0 28px;
  }
}

.navbox span {
  display: none;
}

@media only screen and (max-width: 1024px) {

  .scrollHeader .header_index,
  .scrollHeader .height_height {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
  }

  .header_index {
    box-shadow: 0px 0px 5px #555;
  }

  .navbox li .nav_warp {
    left: 0 !important;
  }

  .navbox li a i {
    display: none;
  }

  .headerbox {
    position: fixed;
    top: 50px;
    right: -305px;
    width: 305px;
    height: 100vh;
    background: #0f3557;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
  }

  .header_index h1 {
    width: 140px;
    margin-top: 10px;
    margin-left: 3%;
  }

  .header_index,
  .scrollHeader .header_index,
  .height_height {
    height: 50px;
  }

  .navbody .headerbox {
    right: 0;
  }

  /*手机导航按钮开始*/
  .nav_phone_btn {
    float: right;
    margin-top: 10px;
    display: block;
    cursor: pointer;
    height: 40px;
    position: relative;
    z-index: 9;
    margin-right: 3%;
  }

  .body_nav_phone .nav_phone_btn {
    text-align: left;
    background: #fff;
  }

  .nav_phone_btn span {
    position: relative;
    font-size: 0;
    width: 26px;
    height: 3px;
    background-color: #07538a;
    display: inline-block;
    transition: all 250ms ease-out;
    -webkit-transition: all 250ms ease-out;
    top: 0px;
  }

  .nav_phone_btn span:before,
  .nav_phone_btn span:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 3px;
    background-color: #07538a;
    left: 0px;
    transition: all 250ms ease-out;
    -webkit-transition: all 250ms ease-out;
  }

  .nav_phone_btn span:before {
    top: -9px;
  }

  .nav_phone_btn span:after {
    top: 9px;
  }

  .visible_nav.nav_phone_btn span {
    background-color: transparent;
  }

  .visible_nav.nav_phone_btn span:before {
    left: 5px;
    top: 0px;
    transform: rotateZ(45deg);
    -webkit-transform: rotateZ(45deg);
    -ms-transform: rotateZ(45deg);
  }

  .visible_nav.nav_phone_btn span:after {
    top: 0px;
    left: 5px;
    transform: rotateZ(-45deg);
    -webkit-transform: rotateZ(-45deg);
    -ms-transform: rotateZ(-45deg);
  }

  .nav_phone_btn.visible_nav {
    width: 34px;
  }

  .nav_phone_btn.visible_nav span {
    width: 26px;
  }

  .nav_phone_btn.visible_nav span:before,
  .nav_phone_btn.visible_nav span:after {
    background: #07538a;
  }

  /*手机按钮结束*/
  .navbox li a {
    color: #fff;
    margin: 0;
    padding: 0 20px;
  }

  .navbox li.on .nav_a {
    color: #fff;
  }

  .navbox li {
    float: none;
    line-height: 40px;
    /*border-bottom: 1px dashed #2d4a65;*/
    height: inherit;
    overflow: hidden;
  }

  .scrollHeader .navbox li {
    line-height: 40px;
  }

  .scrollHeader .language {
    height: 50px;
    line-height: 50px;
  }

  .search_btn {
    display: none;
  }

  .navbox {
    margin-top: 10px;
    position: static;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
  }

  .search_box {
    position: static;
    width: 90%;
    margin: auto;
    overflow: hidden;
    border: 0;
  }

  .header_right {
    float: none;
    margin-right: 0;
    padding-top: 65px;
  }

  .language {
    float: none;
    line-height: 50px;
    margin-right: 0px;
  }

  .indexbody .language {
    margin-right: 0;
  }

  .language a.fnt_18 {
    background: none;
  }

  /*.language a:first-child{margin-right: 20px;}*/
  .language_c {
    padding-top: 0;
    position: absolute;
    top: 6px;
    right: 70px;
    left: auto;
    right: 8px;
  }

  .return_btn {
    display: block;
  }

  .bg_block {
    display: none;
  }

  .nav_a {
    float: left;
    width: calc(100% - 60px);
    box-sizing: border-box;
  }

  .navbox span {
    display: block;
    float: right;
    width: 60px;
    height: 40px;
    /*background:url(../images/nav_more.png) no-repeat center center;*/
    cursor: pointer;
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
  }

  .nav_list {
    display: block;
    top: 0%;
    left: auto;
    right: -100%;
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    background: #0f3557;
    border: 0;
    z-index: 2;
    height: 100vh;
    padding: 0;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
  }

  .nav_list p {
    font-size: 14px;
    float: none;
    line-height: 40px;
    /*border-bottom: 1px dashed #2d4a65;*/
  }

  .navbox li.cur .nav_list {
    right: 0;
  }

  .language a {
    font-size: 16px;
    color: #fff;
  }
}

@media only screen and (max-width: 767px) {
  .pc_banner {
    display: none;
  }

  .phone_banner {
    display: block;
  }

  .header_index h1 {
    width: 120px;
    margin-top: 12px;
  }
}

@media only screen and (max-width: 410px) {
  /*.language_c{right: 50px;left: 14px;}
.language a{padding: 0 6px;}*/
}

.footer {
  background: #fff;
  /*border-top: 1px solid #f3f3f3;*/
  /*font-family: SourceHanSansCN-Regular;*/
  padding: 70px 20px 30px 20px;
  position: relative;
  /* margin-top: 100px; */
}

.footer_line {
  position: absolute;
  width: 1px;
  height: 100%;
  background: #f3f3f3;
  left: 50%;
  top: 0;
  display: none;
}

.footer .left {
  float: left;
  width: 50%;
  *margin-left: -1px;
}

.footer .right {
  float: right;
  width: 50%;
  text-align: right;
}

.nomargin .footer {
  margin-top: 0;
}

@media only screen and (max-width: 1440px) {
  /*.footer{padding: 40px 20px;padding-bottom: 60px;}*/
}

@media only screen and (max-width: 1024px) {
  .footer {
    margin-top: 50px;
    padding: 40px 20px;
    border-top: 1px solid #f3f3f3;
  }
}

@media only screen and (max-width: 767px) {
  .footer {
    padding: 20px 3%;
    margin-top: 20px;
  }

  .footer .left,
  .footer .right {
    float: none;
    width: 100%;
    text-align: left;
  }

  .footer_line {
    display: none;
  }
}

.wrap {
  width: 1530px;
  max-width: 94%;
  margin: auto;
}

/*page*/
.pageout {
  text-align: center;
  padding-bottom: 2px;
  clear: both;
}

.page {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.page {
  vertical-align: middle;
  text-align: center;
  margin: 0 auto;
  padding-top: 50px;
  color: #2d2d2d;
  height: 30px;
  line-height: 30px;
}

.page span {
  color: #2d2d2d;
  float: left;
}

.page i {
  float: left;
  margin: 0 10px;
  margin-left: 5px;
  font-weight: bold;
  color: #000;
}

.page a {
  float: left;
  width: 30px;
  color: #666666;
  background: #ffffff;
  font-weight: bold;
  color: #000;
  margin-right: 5px;
}

.page a.on {
  color: #7cafd6;
}

.page a.prev {
  background: url(../images/page_prev.png) center center no-repeat;
  text-indent: -10000px;
  margin-right: 16px;
}

.page a.next {
  background: url(../images/page_next.png) center center no-repeat;
  text-indent: -10000px;
  margin-left: 13px;
}

.page a.prev.no,
.page a.next.no {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
}

.page input.go {
  margin-left: 10px;
  width: 44px;
  background: #da2d29;
  color: #fff;
  height: 28px;
  line-height: 28px;
}

.page input.go:hover {
  color: #fff !important;
}

.page a.on:hover {
  color: #7cafd6 !important;
}

.page .txtnum {}

.page .txtnum input {
  color: #b3b3b3;
  width: 30px;
  height: 26px;
  line-height: 26px;
  padding: 0 5px;
  text-align: left;
  background: none;
  border: 1px solid #dddddd;
  margin: 0 6px;
}

@media only screen and (min-width: 1025px) {
  .page a.prev:hover {
    background: url(../images/page_prev_on.png) center center no-repeat;
  }

  .page a.next:hover {
    background: url(../images/page_next_on.png) center center no-repeat;
  }

  .page a.prev.no {
    background: url(../images/page_prev.png) center center no-repeat;
  }

  .page a.next.no {
    background: url(../images/page_next.png) center center no-repeat;
  }
}

@media only screen and (max-width: 767px) {
  .page {
    padding-top: 20px;
  }

  .page a {
    margin: 0 !important;
  }

  /*.page a{display:none; font-weight: normal;}
.page a.prev,.page a.next{display:block; display:inline-block;}
.page i{margin:0 4px;display: none;}
.page a.on{display: inline-block;}*/
}

/*page*/

/*aboutindex*/

.about_edit {
  padding: 0px 0 150px 0;
}

.about_park {
  background: url(../images/about_bg.jpg) no-repeat bottom center;
  padding: 23px 0 10px 0;
}

.about_park {
  overflow: hidden;
}

.about_park ul {
  overflow: hidden;
  margin: 0 -118px;
}

.about_park li {
  float: left;
  width: 50%;
  *margin-left: -1px;
  margin-bottom: 65px;
}

.about_park li dl {
  padding: 0 118px;
}

.about_park dt {
  color: #0f3557;
  margin-bottom: 14px;
  /*font-family: SourceHanSansCN-Regular;*/
}

.about_park li:nth-child(2n + 1) {
  clear: both;
}

.about_park dd {
  /* max-height: 256px; */
  overflow: hidden;
}

.mCSB_scrollTools .mCSB_draggerRail {
  width: 1px;
  background: #ccc;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 3px;
  -webkit-border-radius: 0;
  border-radius: 0;
  background: #0f3557 !important;
}

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag:hover .mCSB_dragger_bar {
  background: #0f3557;
}

/*.mCSB_inside>.mCSB_container{margin-right: 15px !important;}*/

@media only screen and (max-width: 1660px) {

  /*.about_edit{padding:0px 0;}*/
  .about_park ul {
    margin: 0 -50px;
  }

  .about_park li dl {
    padding: 0 50px;
  }
}

@media only screen and (max-width: 1024px) {
  .about_edit {
    padding: 50px 0;
    padding-top: 0;
  }

  .about_park ul {
    margin: 0 -20px;
  }

  .about_park li dl {
    padding: 0 20px;
  }
}

@media only screen and (max-width: 767px) {
  .about_park {
    padding: 0;
  }

  .about_edit {
    padding: 40px 0;
    padding-top: 0;
  }

  .about_park li {
    width: 100%;
    float: none;
    margin-bottom: 40px;
  }

  .about_park dd {
    max-height: inherit;
  }

  /*.about_park dt{margin-bottom: 10px;}*/
}

/*news*/
.news_list {
  max-width: 1050px;
  margin: auto;
}

.news_list ul {
  padding-bottom: 45px;
}

.news_list li {
  border-bottom: 1px solid #e1e0e0;
  padding: 55px 0;
  padding-bottom: 64px;
}

.news_list h3 {
  line-height: 1.1em;
  /*max-height: 2.2em;*/
  overflow: hidden;
  margin-bottom: 15px;
  /*font-family: SourceHanSansCN-Regular;*/
}

.news_list h3 a {
  color: #0f3557;
}

.news_list p {
  line-height: 32px;
  max-height: 96px;
  overflow: hidden;
}

.news_time {
  color: #4f4f4f;
  margin-bottom: 35px;
  display: block;
  /*font-family: SourceHanSansCN-Regular;*/
}

.news_time p {
  line-height: 32px;
  max-height: 96px;
  overflow: hidden;
}

.news_list li:nth-child(1) {
  padding-top: 0;
}

@media only screen and (max-width: 1366px) {
  .news_list ul {
    padding-bottom: 0;
  }
}

@media only screen and (max-width: 1024px) {
  .news_list li {
    padding: 40px 0;
  }

  .news_list h3 {
    margin-bottom: 10px;line-height: 1.4em;
  }

  .news_time {
    margin-bottom: 10px;
  }

  .news_list p {
    line-height: 24px;
    max-height: 72px;
    overflow: hidden;
  }
}

@media only screen and (max-width: 767px) {
  .news_list li {
    padding: 20px 0;
  }

  .news_time {
    margin-bottom: 10px;
  }
}

/*详情*/
.news_d {
  max-width: 1095px;
  margin: auto;
  padding-bottom: 85px;
}

.news_d h1 {
  line-height: 1.3em;
  color: #0f3557;
  /*font-family: SourceHanSansCN-Regular;*/
  margin-bottom: 26px;
}

.d_span {
  color: #4f4f4f;
  /*font-family: SourceHanSansCN-Regular;*/
  margin-bottom: 30px;
}

.d_span span {
  display: block;
  line-height: 25px;
}

.d_close {
  margin-top: 45px;
  text-align: right;
}

.d_close a {
  display: inline-block;
  width: 48px;
}

.d_close a img {
  width: 100%;
}

@media only screen and (max-width: 1366px) {
  .news_d {
    padding-bottom: 0;
  }
}

@media only screen and (max-width: 1024px) {
  .news_d h1 {
    line-height: 1.4em;
  }

  .d_close {
    display: none;
  }

  .d_span {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 767px) {

  .d_span,
  .news_d h1 {
    margin-bottom: 10px;
  }
}

/*team*/
.about_dcon {
  margin-top: -9px;
}

.team_w {
  max-width: 1120px;
  margin: auto;
}

.team_top {
  color: #4f4f4f;
  margin-bottom: 66px;
}

.team_top h1 {
  color: #0f3557;
}

.about_dcon .team_top h1 {
  margin-bottom: 5px;
}

.team_top .p01 {
  margin-bottom: 10px;
}

.team_edit {
  margin-bottom: 63px;
}

.team_edit h3 {
  margin-bottom: 15px;
}

.team_apply {
  overflow: hidden;
  padding-top: 20px;
}

.team_apply a.close {
  float: right;
  margin-top: 5px;
  display: none;
}

.team_apply a.fnt_22 {
  float: left;
  width: 180px;
  height: 62px;
  line-height: 62px;
  text-align: center;
  color: #fff;
  background: #0f3557;
}

.team_apply a.fnt_22:hover {
  color: #fff !important;
}

.margin_footer .footer {
  margin-top: 66px;
}

@media only screen and (max-width: 1280px) {
  .team_top {
    margin-bottom: 30px;
  }

  .team_edit {
    margin-bottom: 30px;
  }

  .team_apply {
    padding-top: 0;
  }
}

@media only screen and (max-width: 1024px) {
  .about_dcon {
    margin-top: 0px;
  }

  .about_dcon .team_top h1 {
    margin-bottom: 0px;
  }

  .team_apply {
    display: block;
    text-align: center;
  }

  .team_apply .close {
    display: none;
  }

  .team_apply a.fnt_22 {
    width: 130px;
    height: 40px;
    line-height: 40px;
    float: none;
    margin: auto;
  }

  .team_top {
    margin-bottom: 20px;
  }

  .team_edit h3 {
    margin-bottom: 5px;
  }

  .team_edit {
    margin-bottom: 20px;
  }

  .team_apply {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .team_top .p01 {
    margin-bottom: 0;
  }

  .team_top {
    margin-bottom: 10px;
  }

  .margin_footer .footer {
    margin-top: 50px;
  }
}

/*Careers*/
.careers_w {
  max-width: 1160px;
  margin: auto;
}

.careers_01 {
  color: #0f3557;
  line-height: 1.2em;
  margin-bottom: 28px;
  text-align: center;
  /*font-family: SourceHanSansCN-Regular;*/
}

.careers_list h1 a {
  color: #343434;
}

.careers_list .team_top {
  margin-bottom: 22px;
}

.careers_list .team_top .p01 {
  color: #343434;
  margin-bottom: 8px;
}

.careers_list li {
  border-bottom: 1px solid #e1e0e0;
  padding: 48px 0 54px 0;
}

@media only screen and (max-width: 1280px) {
  .careers_list li {
    padding: 30px 0;
  }
}

@media only screen and (max-width: 1024px) {
  .careers_01 {
    margin-bottom: 0;
  }

  .careers_list li:last-child {
    border: 0;
  }
}

@media only screen and (max-width: 767px) {
  .careers_list li {
    padding: 20px 0;
  }

  .careers_list .team_top {
    margin-bottom: 10px;
  }
}

/*team*/
.bodyover {
  overflow: hidden;
}

.team_index {
  max-width: 1300px;
  margin: auto;
  margin-top: -8px;
}

.team_01 {
  margin-bottom: 150px;
}

.team_01 h1 {
  text-align: center;
  color: #183b5c;
  line-height: 1.2em;
  margin-bottom: 73px;
}

.team_01 p {
  color: #454545;
  line-height: 32px;
}

.team_list {
  overflow: hidden;
  padding:0 140px;
}

.team_list ul {
  overflow: hidden;
  margin: 0 -80px;
}

.team_list li {
  float: left;
  width: 33.33%;
  *margin-left: -1px;
  position: relative;
  margin-bottom: 92px;
}

.team_list h3 {
  font-weight: bold;
  line-height: 1.2em;
/*  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;*/
  margin-bottom: 10px;
}

.team_list li:nth-child(3n + 1) {
  clear: both;
}

.team_list li:nth-child(3n) .team_line {
  display: none;
}

.team_list dd p {
  line-height: 36px;
  max-height: 108px;
  overflow: hidden;
  margin-bottom: 7px;
}

.team_list dl {
  padding: 0 100px;
  padding-right: 50px;
  cursor: pointer;
}

.team_list dl.on dd {
  font-weight: bold;
}

.team_list .team_line {
  width: 1px;
  background: #d1d1d1;
  height: 106px;
  position: absolute;
  top: 8px;
  right: 0;
}

.team_list .page {
  padding-top: 37px;
}

.blank_82 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.82);
  z-index: 99991;
  display: none;
}

.team_c.current {
  border-bottom: 1px solid #fff;
}

.team_c {
  width: 900px;
  max-width: 90%;
  padding: 50px 30px; 
  z-index: 99992;
  background: #fff;
  box-sizing: border-box;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  position: fixed;
  left: 50%;
  top: 50%;
  height: 550px;
  display: none;
}

.close_btn {
  width: 38px;
  height: 38px;
  background: url(../images/team_close.png) no-repeat center center;
  position: absolute;
  top: 12px;
  right: 18px;
  cursor: pointer;
  background-size: 100% 100%;
}

.team_c dl {
  overflow: hidden;
  max-height: 90vh;
}

.team_c dt {
  width: 207px;
  float: left;
}

.team_c dt img {
  width: 100%;
}

.team_c dd {
  float: right;
  width: calc(100% - 260px);
  padding-top: 11px;
  height: 100%;
}

.person_name {
  color: #0f3557;
  margin-bottom: 40px;
}

.person_name h1 {
  font-weight: bold;
  line-height: 36px;
  font-size: 26px;
}

.person_edit {
  height:340px;
  overflow: hidden;
}

@media only screen and (max-width: 1440px) {
 

  .team_01 {
    margin-bottom: 100px;
  }

  .team_01 h1 {
    margin-bottom: 50px;
  }
  
  .team_c{height:500px;}
  .person_edit{height:300px;}
  
  
  
  
}

@media only screen and (max-width: 1280px) {
  .team_list dl {
    padding: 0 50px;
    padding-left: 100px;
  }

  .team_list ul {
    margin: 0 -50px;
  }

  .team_list .team_line {
    height: 75px;
  }
  
 /* .team_list{padding:0 50px;}*/
  
}
@media only screen and (max-width:1200px) {
	.team_list{padding:0 ;}
}
@media only screen and (max-width: 1024px) {
  .team_01 {
    margin-bottom: 50px;
  }

  .team_01 h1 {
    margin-bottom: 30px;
  }

  .team_list li {
    margin-bottom: 50px;
  }

  .team_list .page {
    padding-top: 20px;
  }

  .team_list dl {
    padding: 0 20px;
    padding-left: 70px;
  }

  .team_list ul {
    margin: 0 -20px;
  }

  .team_list li {
    margin-bottom: 30px;
  }

  .team_c {
    padding: 30px;
  }

  .team_c dd {
    width: calc(100% - 230px);
  }

  .person_name {
    margin-bottom: 20px;
  }

  .close_btn {
    width: 24px;
    height: 24px;
  }
  
  
  .team_c{height:70vh;}
  .person_edit{height:49vh;}
  
  
  
  
}

@media only screen and (max-width: 767px) {
  .team_01 h1 {
    margin-bottom: 20px;
  }

  .team_01 {
    margin-bottom: 50px;
  }

  .team_list li {
    width: 50%;
    margin-bottom: 30px;
  }

  .team_list li:nth-child(3n + 1) {
    clear: inherit;
  }

  .team_list li:nth-child(2n + 1) {
    clear: both;
  }

  .team_list li:nth-child(2n) .team_line {
    display: none;
  }

  .team_list li:nth-child(3n) .team_line {
    display: block;
  }

  .team_list dd p {
    line-height: 20px;
    max-height: 120px;
  }

  .team_list dt {
    margin-bottom: 5px;
  }

  .team_c {
    padding: 20px;
	height:auto;
  }

  .team_c dt,
  .team_c dd {
    float: none;
    width: 100%;
  }

  .person_name {
    margin-bottom: 10px;
  }

  .team_c dt {
    width: 120px;
    margin: auto;
  }

  .team_c dd {
    height: auto;
  }

  .person_edit {
    height: 250px;
  }

  .close_btn {
    top: 5px;
    right: 5px;
  }

  .team_c dl {
    height: auto;
  }

  .team_01 p {
    line-height: 24px;
  }

  .team_list dl {
    padding: 0 20px;
    padding-left: 40px;
  }
  .person_name h1{font-size: 16px;}
}

/*联系*/
.contact_img {
  display: none;
}

.contact_img img {
  width: 100%;
}

.contact {
  padding: 158px 0 150px 0;
}

.contact_w {
  width: 1504px;
  max-width: 75%;
  margin: auto;
  background: rgba(0, 0, 0, 0.51);
  padding: 90px 110px;
  padding-right: 40px;
  padding-bottom: 45px;
  box-sizing: border-box;
  color: #fff;
}

.contact_w ul>li {
  overflow: hidden;
}

.contact_w a,
.contact_w a:hover {
  color: #fff !important;
}

.contact_w .left {
  /*font-family: SourceHanSansCN-Regular;*/
  width: 262px;
  float: left;
  line-height: 1.3em;
  margin-top: -3px;    font-weight: bold;
}

.contact_w .right {
  width: calc(100% - 263px);
  float: right;
  border-left: 1px solid rgba(255, 255, 255, 0.16);
  margin-top: -4px;
}

.contact_box ol {
  overflow: hidden;
}

.contact_box li {
  float: left;
  width: 47%;
  *margin-left: -1px;
  margin-bottom: 32px;
  margin-left: 3%;
}

.contact_box li dl {
  padding: 0 10px;
}

.contact_box li:nth-child(2n + 1) {
  clear: both;
}

.contact_box li:nth-child(2n) {
  width: 40%;
  float: right;
}

.contact_box {
  padding-left: 44px;
  padding-bottom: 88px;
}

.contact_box dt {
  /*line-height: 1.3em;*/
  margin-bottom: 6px;
}

.contact_box dd {
  line-height: 30px;
}

.contact_box dd .tel_phone {
  padding-top: 9px;
}

.contact_block {
  max-height: inherit;
  overflow: hidden;
}

.contact_w ul {
  overflow: hidden;
}

.contact_w ul>li:last-child .contact_box {
  padding-bottom: 0;
}

.contact_w ul>li:last-child .contact_box li:last-child {
  margin-bottom: 0;
}

.contact_w ul>li:last-child .contact_box li:nth-last-child(2) {
  margin-bottom: 0;
}

.contact_w ul>li:nth-child(2) .contact_box li {
  margin-bottom: 56px;
}

.contact_w ul>li:nth-child(2) .contact_box dt {
  margin-bottom: 8px;
}

.contact_w .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 3px;
  -webkit-border-radius: 0;
  border-radius: 0;
  background: #fff;
}

.contact_w .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.contact_w .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.contact_w .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag:hover .mCSB_dragger_bar {
  background: #fff;
}

@media only screen and (max-width: 1440px) {
  .contact {
    padding: 100px 0;
  }

  .contact_box {
    padding-bottom: 50px;
  }

  .contact_w {
    padding: 90px;
    padding-bottom: 45px;
    padding-right: 30px;
  }

  /*.contact_block{max-height:840px;}*/
}

@media only screen and (max-width: 1366px) {
  .contact {
    padding: 50px 0;
  }

  .contact_box {
    padding-bottom: 20px;
  }

  .contact_w {
    padding: 60px;
    padding-bottom: 45px;
    padding-right: 30px;
  }

  /*.contact_block{max-height:800px;}*/
  .contact_w .left {
    width: 210px;
  }

  .contact_w .right {
    width: calc(100% - 212px);
  }

  .contact_box dt {
   /* line-height: 24px;*/
    margin-bottom: 5px;
  }
}

@media only screen and (max-width: 1024px) {
  .contact_w .left {
    width: 100%;
    float: none;
    margin-bottom: 20px;
  }

  .contact_w .right {
    width: 100%;
    float: none;
    border: 0;
  }

  .contact_w {
    padding: 40px;
  }

  .contact_box {
    padding-left: 0px;
  }

  .contact_box li,
  .contact_w ul>li:nth-child(2) .contact_box li {
    margin-bottom: 20px;
  }

  .contact_block {
    max-height: inherit;
  }

  .contact_box ol {
    margin: 0 -10px;
  }

  .contact_w .mCSB_inside>.mCSB_container {
    margin: 0 !important;
  }
}

@media only screen and (max-width: 767px) {
  .contact_w .left {
    margin-top: 0;line-height: inherit;
    margin-bottom: 10px;
    font-size: 24px;
  }

  .contact {
    padding: 0;
    background: none !important;
    margin-bottom: 20px;
  }

  .contact_img {
    display: block;
    margin-bottom: 50px;
  }

  .contact_w {
    padding: 0px;
    background: none;
    color: #000;
  }

  .contact_w a,
  .contact_w a:hover {
    color: #000 !important;
  }

  .contact_box li,
  .contact_box li:nth-child(2n) {
    width: 100%;
    float: none;
  }

  .contact_box ol {
    margin: 0px;
  }

  .contact_box li dl {
    padding: 0;
  }

  .contact_box li {
    margin: 0;
    /*border-bottom: 1px solid rgba(255,255,255,0.2);*/
    padding: 15px 0;
    /*border-bottom: 1px dashed #ccc;*/
  }

  .contact_box li:last-child {
    border-bottom: 0;
  }

  .contact_box li,
  .contact_w ul>li:nth-child(2) .contact_box li {
    margin-bottom: 0;
  }

  .contact_box dd {
    line-height: 24px;
  }

  .contact_box {
    padding-bottom: 40px;
  }
}

/*bussiness*/
.bussiness_cont {
  overflow: hidden;
}

.nomargin02 .site_banner {
  margin-bottom: 0;
}

.bussiness_01 {
  width: 1220px;
  max-width: 100%;
  margin: auto;
  padding: 151px 0 144px 0;
  overflow: hidden;
}

.bussiness_01 li {
  text-align: center;
  float: left;
  width: 33.33%;
}

.bussiness_01 dt {
  color: #0f3557;
  line-height: 64px;
  margin-bottom: 7px;
}

/*.bussiness_01 li:nth-child(2){width: 305px;margin-left: 130px;}
.bussiness_01 li:last-child{width: 305px;float: right;}*/
@media only screen and (min-width: 768px) {
  .bussiness_01 ul {
    overflow: hidden;
  }

  .bussiness_01 .swiper-wrapper {
    display: block;
  }
}

.bussiness_01 .swiper-pagination {
  width: 100%;
  text-align: center;
  position: static;
  margin-top: 10px;
  display: none;
}

.bussiness_01 .swiper-pagination span {
  margin: 0 4px;
}

.bussiness_01 .but {
  display: none;
}

@media only screen and (max-width: 767px) {
  .bussiness_01 .swiper-pagination {
    display: block;
  }

  .bussiness_01 {
    position: relative;
  }

  .bussiness_01 .but {
    display: none;
  }

  .bussiness_01 .swiper-button-next,
  .bussiness_01 .swiper-button-prev {
    width: 20px;
    height: 30px;
    margin-top: -15px;
    background-size: 100% 100%;
    top: 50%;
  }
}

.bussiness_02 {
  background: #0f3557;
  padding: 48px 0 155px 0;
  border-top: 1px solid #0f3557;
  border-bottom: 1px solid #0f3557;
  overflow: hidden;
}

.bussiness_02 h1 {
  color: #fff;
  text-align: center;
  margin-bottom: 48px;
}

.bussiness_slider {
  /*color: #fff;*/
  background: #f4f4f4;
  /*border-top: 1px solid #f4f4f4;border-bottom: 1px solid #f4f4f4;*/
}

.swiper_slider {
  width: 1540px;
  max-width: 94%;
  margin: auto;
}

.bussiness_slider dl {
  overflow: hidden;
  padding: 0 1px;
  height: 382px;
}

.bussiness_slider dt {
  width: 48.4%;
  float: left;
}

.bussiness_slider dt img {
  width: 100%;
}

.bussiness_slider dd {
  width: 51.6%;
  float: right;
  height: 100%;
}

.bussiness_slider dd h3 {
  line-height: 1.1em;
  margin-bottom: 40px;
}

/*.bussiness_slider .edit_con_original{color: #fff;}*/
.slider_scoll {
  padding: 40px;
  padding-top: 32px;
  padding-bottom: 30px;
  padding-right: 0;
  height: 100%;
  box-sizing: border-box;
  overflow: hidden;
}

.swiper_box {
  padding: 0 65px;
  position: relative;
}

.swiper_box .but {
  display: none;
}

.swiper_box .but div {
  width: 24px;
  height: 47px;
  position: absolute;
  top: 50%;
  margin-top: -23px;
}

.swiper_box .but .swiper-button-prev {
  background: url(../images/slider_prev02.png) no-repeat center center;
  background-size: 100% 100%;
  left: 0;
}

.swiper_box .but .swiper-button-next {
  background: url(../images/slider_next02.png) no-repeat center center;
  background-size: 100% 100%;
  right: 0;
}

.bussiness_02 .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 3px;
  -webkit-border-radius: 0;
  border-radius: 0;
  background: #fff;
}

.bussiness_02 .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.bussiness_02 .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.bussiness_02 .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag:hover .mCSB_dragger_bar {
  background: #fff;
}

.bussiness_list {
  margin-bottom: 0px;
  overflow: hidden;
  padding-top: 120px;
  background: #f4f4f4;
}

.bussiness_list ul {
  overflow: hidden;
}

.bussiness_list li {
  overflow: hidden;
  background: #f4f4f4;
  padding: 80px 0;
}

.bussiness_list li:first-child {
  padding-top: 0;
}

.bussiness_list dl {
  overflow: hidden;
  height: 514px;
  height: auto !important;
}

.bussiness_list dt {
  float: left;
  width: 43%;
}

.bussiness_list dd {
  float: right;
  width: 57%;
  height: 100%;
  overflow: hidden;
}

.bussiness_text {
  overflow: hidden;
  height: 100%;
}

.bussiness_list li:nth-child(2n) {
  background: #fff;
}

.bussiness_list li:nth-child(2n) dt {
  float: right;
}

.bussiness_text {
  padding: 75px 95px;
  padding-right: 160px;
  box-sizing: border-box;
}

.bussiness_text h1 {
  line-height: 1em;
  color: #0f3557;
  margin-bottom: 22px;
}

.bussiness_list li:nth-child(2n) .bussiness_text {
  padding: 75px 120px;
}

@media only screen and (max-width: 1800px) {

  .bussiness_text,
  .bussiness_list li:nth-child(2n) .bussiness_text {
    padding: 50px;
  }

  .bussiness_01 li,
  .bussiness_01 li:nth-child(2),
  .bussiness_01 li:nth-child(3) {
    margin: 0;
    width: 33.33%;
  }

  .bussiness_01 li dl {
    padding: 0 10px;
  }
}

@media only screen and (max-width: 1540px) {
  .bussiness_01 dt {
    font-size: 50px;
  }

  .bussiness_01 {
    padding: 100px 0;
  }

  .bussiness_02 {
    padding-bottom: 100px;
  }

  .bussiness_text h1,
  .bussiness_slider dd h3 {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 1280px) {

  .bussiness_text,
  .bussiness_list li:nth-child(2n) .bussiness_text {
    padding: 40px;
  }
}

@media only screen and (max-width: 1024px) {
  .bussiness_list li {
    margin-bottom: 40px;
  }

  .bussiness_01 dt {
    font-size: 40px;
    line-height: 42px;
  }

  .bussiness_01 dd {
    font-size: 16px;
  }

  .swiper_box .but div {
    width: 15px;
    height: 30px;
    margin-top: -15px;
  }

  .bussiness_01,
  .bussiness_02 {
    padding: 50px 0;
  }

  .bussiness_text h1,
  .bussiness_slider dd h3 {
    margin-bottom: 10px;
  }

  .bussiness_text,
  .bussiness_list li:nth-child(2n) .bussiness_text,
  .slider_scoll {
    padding: 20px;
  }

  .slider_scoll {
    padding-right: 0;
  }

  .swiper_box {
    padding: 0 30px;
  }

  .bussiness_02 h1 {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .bussiness_list li {
    margin-bottom: 0;
    padding: 0;
  }

  .bussiness_01 dt {
    font-size: 24px;
    line-height: 30px;
  }

  .bussiness_01 dd {
    line-height: 28px;
  }

  .bussiness_01,
  .bussiness_02 {
    padding: 20px 0;
  }

  .bussiness_02 {
    padding-bottom: 40px;
  }

  .bussiness_01 {
    padding: 50px 0;
  }

  .bussiness_slider dl,
  .bussiness_list dl {
    height: auto !important;
  }

  .bussiness_slider dl {
    padding: 0;
  }

  .bussiness_list dt,
  .bussiness_list dd,
  .bussiness_slider dt,
  .bussiness_slider dd {
    width: 100%;
    float: none;
  }

  .bussiness_list .mCSB_inside>.mCSB_container,
  .swiper_box .mCSB_inside>.mCSB_container {
    margin-right: 0 !important;
  }

  .swiper_box {
    padding: 0;
  }

  .swiper_box .but div {
    top: 31%;
    width: 30px;
    height: 40px;
  }

  .swiper_box .but .swiper-button-prev {
    background: rgba(0, 0, 0, 0.8) url(../images/slider_prev.png) no-repeat center center;
    background-size: 15px 30px;
    left: 0;
  }

  .swiper_box .but .swiper-button-next {
    background: rgba(0, 0, 0, 0.8) url(../images/slider_next.png) no-repeat center center;
    background-size: 15px 30px;
    right: 0;
  }

  .slider_scoll {
    padding: 20px 0;
  }

  .bussiness_text,
  .bussiness_list li:nth-child(2n) .bussiness_text {
    padding: 20px;
  }
}

@media only screen and (max-width: 640px) {
  .swiper_box .but div {
    top: 27%;
  }
}

@media only screen and (max-width: 570px) {
  .swiper_box .but div {
    top: 23%;
  }
}

@media only screen and (max-width: 480px) {
  .swiper_box .but div {
    top: 16%;
  }
}

/*health*/

.situations_cont {
  background: #f4f4f4;
}

.health_cont .bussiness_01 {
  width: 1150px;
}

.health_cont .bussiness_01 li {
  width: 33.33%;
}

/*.health_cont .bussiness_01 li:nth-child(2){margin-left: 27%;}*/

.health_list {
  background: #f4f4f4;
  padding: 120px 0 40px 0;
  margin-bottom: 0;
}

.health_list li {
  margin-bottom: 79px;
  padding: 0;
}

.health_list dl {
  width: 1410px;
  max-width: 94%;
  margin: auto;
}

.health_list dt {
  width: 55.4%;
}

.health_list dd {
  width: 44.6%;
}

.health_list .bussiness_text {
  padding: 75px 80px;
  padding-right: 0;
}

.health_list li:nth-child(2n) .bussiness_text {
  padding: 75px 80px;
  padding-left: 0;
}

.health_list li:nth-child(2n) {
  background: #f4f4f4;
}

@media only screen and (max-width: 1800px) {
  .health_list .bussiness_text {
    padding: 50px;
    padding-right: 0;
  }

  .health_list li:nth-child(2n) .bussiness_text {
    padding: 50px;
    padding-left: 0;
  }
}

@media only screen and (max-width: 1440px) {
  /*.health_list{padding-top: 80px}*/
}

@media only screen and (max-width: 1280px) {
  .health_list .bussiness_text {
    padding: 30px;
    padding-right: 0;
  }

  .health_list li:nth-child(2n) .bussiness_text {
    padding: 30px;
    padding-left: 0;
  }
}

@media only screen and (max-width: 1024px) {
  .health_list {
    padding: 50px 0;
    padding-bottom: 10px;
  }

  .health_list li {
    margin-bottom: 40px;
  }

  .health_list .bussiness_text {
    padding: 20px;
    padding-right: 0;
  }

  .health_list li:nth-child(2n) .bussiness_text {
    padding: 20px;
    padding-left: 0;
  }
}

@media only screen and (max-width: 767px) {
  .health_list {
    padding: 20px 0;
  }

  .health_list li {
    margin-bottom: 0px;
  }

  .health_list dt,
  .health_list dd {
    width: 100%;
    float: none;
  }

  .health_list .bussiness_text {
    padding: 20px 0;
  }
}

/*Situations*/
.situations_cont {
  padding: 138px 0 145px 0;
  margin-bottom: 0px;
}

.situations_w {
  width: 1410px;
  max-width: 94%;
  margin: auto;
}

.situations_w h1 {
  color: #183b5c;
  line-height: 1.2em;
  text-align: center;
  margin-bottom: 88px;
}

.situations_slider {
  overflow: hidden;
  margin-bottom: 75px;
}

.situations_slider .left {
  width: 48.3%;
  float: left;
}

.situations_slider .right {
  width: 51.7%;
  *margin-left: -1px;
  float: right;
  height: 100%;
}

.situations_edit01 {
  padding: 40px;
  padding-right: 0;
  height: 100%;
  box-sizing: border-box;
}

.situat_slider {
  position: relative;
}

.situations_slider .but div {
  top: 50%;
  width: 42px;
  height: 87px;
  margin-top: -43px;
}

.situations_slider .but .swiper-button-prev {
  background: url(../images/prev01.png) no-repeat center center;
  left: 0;
  background-size: 100% 100%;
}

.situations_slider .but .swiper-button-next {
  background: url(../images/next01.png) no-repeat center center;
  right: 0;
  background-size: 100% 100%;
}

.situations_slider .but .swiper-button-prev.swiper-button-disabled {
  background: url(../images/prev01_dis.png) no-repeat center center;
  left: 0;
  background-size: 100% 100%;
}

.situations_slider .but .swiper-button-next.swiper-button-disabled {
  background: url(../images/next01_dis.png) no-repeat center center;
  right: 0;
  background-size: 100% 100%;
}

.situations_slider .but .swiper-button-disabled {
  opacity: 1;
}

.situations_slider .swiper-pagination {
  position: absolute;
  left: 0;
  bottom: 5px;
  width: 100%;
}

.situations_slider .swiper-pagination span {
  width: 7px;
  height: 7px;
  background: #0f3557;
  margin: 0 2px;
  opacity: 1;
}

.situations_slider .swiper-pagination .swiper-pagination-bullet-active {
  background: #fff;
}

@media only screen and (max-width: 1440px) {
  .situations_cont {
    padding: 100px 0;
  }

  .situations_w h1,
  .situations_slider {
    margin-bottom: 50px;
  }
}

@media only screen and (max-width: 1280px) {
  .situations_edit01 {
    padding: 0 20px;
    padding-right: 0;
  }
}

@media only screen and (max-width: 1024px) {
  .situations_cont {
    padding: 50px 0;
  }

  .bussiness_list {
    padding-top: 50px;

  }

  .situations_w h1,
  .situations_slider {
    margin-bottom: 20px;
  }

  .situations_slider .but div {
    width: 30px;
    height: 50px;
    margin-top: -25px;
  }
}

#demo2 {
  display: none;
}

@media only screen and (max-width: 767px) {
  .situations_cont {
    padding: 20px 0;
  }

  .bussiness_list {
    padding-top: 20px;
    padding-bottom: 0;
  }

  .situations_slider {
    height: auto !important;
  }

  .situations_edit01 {
    padding: 0;
    padding-top: 20px;
  }

  .situations_slider .left,
  .situations_slider .right {
    float: none;
    width: 100%;
  }

  #demo2 {
    display: block;
  }

  #picture1 {
    position: relative;
    height: 60px;
    overflow: hidden;
  }

  #picture1 li {
    width: auto !important;
  }

  .scrollleft {
    width: 10000px;
    position: absolute;
    overflow: hidden;
    float: left;
  }

  .scrollleft ul {
    float: left;
  }

  .scrollleft li {
    float: left;
    margin-right: 10px;
    width: 232px;
    text-align: center;
  }

  .scrollleft img {
    width: auto;
    height: 174px;
  }

  .scrollleft li p {
    width: 100%;
    height: 40px;
    line-height: 40px;
    color: #363636;
    overflow: hidden;
  }

  .bussiness_01 li {
    width: auto;
  }

  .health_cont .bussiness_01 li:nth-child(2) {
    margin-left: 0;
  }
}

/*privacy_edit*/
.privacy_edit.news_d {
  padding-bottom: 0;
  padding-top: 100px;
}

/*搜索*/
.seachcont {
  padding-top: 100px;
}

.search_title {
  color: #e0e0e0;
  border-left: 3px solid #f7234c;
  padding-left: 20px;
}

.search_title span {
  border-bottom: 1px solid #e0e0e0;
  display: block;
  width: 100%;
  padding-bottom: 10px;
}

.result_p {
  color: #303030;
  margin: 40px 0;
}

.result_p i {
  color: #005f81;
}

.result_p span {
  color: #005f81;
}

.sech_sou {
  overflow: hidden;
}

.sech_sou span img {
  width: 15px;
  height: 15px;
}

.sech_sou button img {
  width: 15px;
  height: 15px;
}

.sech_sou .search_block {
  overflow: hidden;
  border-bottom: 1px solid #e0e0e0;
  width: 690px;
  padding-bottom: 5px;
}

.sech_sou .search_block input,
.sech_sou .search_block button,
.sech_sou .search_block span {
  height: 50px;
  line-height: 50px;
  border: none;
  outline: none;
  float: left;
}

.sech_sou .search_block button {
  width: 75px;
  height: 40px;
  line-height: 40px;
  background: #005f81;
  text-align: center;
  float: right;
  color: #fff;
  font-size: 20px;
}

.sech_sou .search_block span img {
  margin-top: 22px;
}

.sech_sou .search_block button {
  margin-top: 8px;
}

.sech_sou .search_block button img {
  margin-top: 12px;
}

.sech_sou .search_block span {
  float: right;
  padding: 0 20px;
  cursor: pointer;
}

.sech_sou .search_block input {
  font-size: 36px;
  font-weight: normal;
  width: 590px;
  padding: 0 10px;
  padding-left: 0;
}

.news_list h3 em {
  color: #005f81;
}

.news_list li p em {
  color: #005f81;
}

@media only screen and (max-width: 1024px) {

  .privacy_edit.news_d,
  .seachcont {
    padding-top: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .sech_sou .search_block {
    width: 100%;
  }

  .sech_sou .search_block input {
    width: calc(100% - 60px);
    box-sizing: border-box;
  }

  .sech_sou .left {
    height: 40px;
  }

  .sech_sou .search_block input,
  .sech_sou .search_block button,
  .sech_sou .search_block span {
    height: 40px;
    line-height: 40px;
  }

  .sech_sou .search_block button {
    margin-top: 0;
    width: 50px;
  }

  .sech_sou .search_block span img {
    margin-top: 14px;
  }

  .sech_sou .search_block input {
    font-size: 20px;
  }

  .result_p {
    margin: 20px 0;
  }
}

@media only screen and (min-width: 1025px) {

  a,
  .team_list dl {
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
  }

  .news_list h3 a:hover {
    color: #005f81 !important;
  }

  .d_close a:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
  }

  .team_apply a.fnt_22:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    background: #07538a;
  }

  .team_list dl:hover {
    color: #4b7dc9;
    font-weight: bold;
  }

  .contact_w .tel_link {
    cursor: default;
  }

  .contact_w .email_a:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
  }

  .indexbody .language a:hover {
    color: #fff !important;
    opacity: 0.8;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
  }
}

.indexbody .height_height {
  display: none;
}

.index_logo {
  display: none;
}

.indexbody .index_logo {
  display: block;
}

.indexbody .site_logo {
  display: none;
}

.indexbody .header_index {
  background: none;
}

.indexbody.scrollHeader .header_index {
  background: #113558;
}

.indexbody .navbox li>a {
  color: #fff;
}

.indexbody .navbox li.on>.nav_a {
  color: #fff;
}

.indexbody .navbox li a i {
  background: #fff;
}

.indexbody .language a {
  color: #fff;
}

.indexbody .language a.fnt_18 {
  background: url(../images/line02.png) no-repeat center right;
}

.indexbody .search_btn {
  color: #fff;
}

.indexbody .header_index h1 {
  margin-left: 57px;
}

@media only screen and (min-width: 1025px) {
  .indexbody .navbox li>a:hover {
    color: #fff !important;
  }

  .indexbody.scrollHeader .header_index {
    box-shadow: 0px 0px 0px 0;
  }
}

@media only screen and (max-width: 1024px) {
  .indexbody .height_height {
    
  }

  .indexbody .header_index h1 {
    margin-left: 44px;
  }

  .indexbody .site_logo {
    display: block;
  }

  .indexbody .index_logo {
    display: none;
  }

  .indexbody .header_index,
  .indexbody.scrollHeader .header_index {
    background: #fff;
  }

  .indexbody .language a.fnt_18 {
    background: none;
  }
}

@media only screen and (max-width: 767px) {
  .indexbody .header_index h1 {
    margin-left: 3%;
  }
}

.team_w .share_cont {
  padding-top: 0;
}

.share_cont {
  overflow: hidden;
  padding-bottom: 30px;
  border-bottom: 1px solid #c4c4c4;
  padding-top: 35px;
}

.share_cont span {
  float: left;
  margin-right: 15px;
}

.share_a {
  float: left;
}

.share_a a {
  float: left;
  width: 28px;
  height: 28px;
  margin-right: 6px;
}

.share_a a img {
  width: 28px;
  height: 28px;
}

.weixin {
  position: fixed;
  width: 300px;
  height: 350px;
  z-index: 100000;
  left: 50%;
  top: 50%;
  margin: -200px 0 0 -150px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 2px;
  box-shadow: 1px 1px 10px #666;
}

.weixin .c {
  position: absolute;
  width: 30px;
  height: 30px;
  background: url(../images/x.png);
  overflow: hidden;
  text-indent: 100px;
  right: 0;
  top: 0;
  font-size: 20px;
  font-style: normal;
  text-align: center;
  cursor: pointer;
  z-index: 2;
}

.weixin h2 {
  position: relative;
  line-height: 30px;
  font-size: 16px;
  padding-left: 10px;
  font-weight: normal;
}

.weixin .img {
  padding: 10px 0 10px;
  padding-bottom: 0;
  text-align: center;
  border-top: 1px solid #ddd;
}

.weixin p {
  margin: 0 1.5%;
  text-align: center;
}

.weixin .img img {
  width: 250px;
  height: 250px;
  display: block;
  margin: 0 auto 10px;
}

@media only screen and (min-width: 1024px) {
  .share_a a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
  }
}

@media only screen and (max-width: 1280px) {
  .team_w .share_cont {
    padding-top: 35px;
  }
}

@media only screen and (max-width: 767px) {
  .team_w .share_cont {
    padding-top: 20px;
  }
}

.team_w .share_cont {
  padding: 0;
}

.team_w .share_cont span,
.team_w .share_cont .share_a {
  display: none;
}

.news_d .share_cont span,
.news_d .share_cont .share_a {
  display: none;
}

.news_d .share_cont {
  padding: 10px 0;
}

.news_d .share_cont,
.team_w .share_cont {
  border: 0;
}

.team_w .d_close {
  margin-top: 0;
}

@media only screen and (max-width: 1024px) {
  .news_d .share_cont {
    display: none;
  }

  .wrap {
    width: 85% !important;
  }

  .team_list h3 {
    white-space: normal;
  }
}


.fnt22{font-size: 22px;}
.bold2{font-weight: bold;}

@media only screen and (max-width: 1280px) {
.fnt22{font-size: 20px;}

}
@media only screen and (max-width: 767px) {
.fnt22{font-size: 16px;}

}







