.pc-header {
  width: 100%;
  /* height: 202px; */
  background-color: white;
}

.pc-header .header {
  width: 100%;
  height: 100%;
}

.pc-header .header .top {
  width: 1200px;
  height: 140px;
  margin: 0 auto;
}

.pc-header .header .top::after {
  content: "";
  width: 0;
  height: 0;
  display: block;
  float: none;
  clear: both;
}

.pc-header .header .top .logo {
  width: 283px;
  height: 79px;
  float: left;
  margin-top: 36px;
}

.pc-header .header .top .logo a {
  width: 100%;
  height: 100%;
  display: block;
}

.pc-header .header .top .logo a img {
  height: 100%;
}

.pc-header .header .top .right {
  float: right;
  /* margin-top: 54px; */
  margin-top: 34px;
}

.pc-header .header .top .right .search {
  width: 38px;
  height: 38px;
  /* background-color: #158b8d; */
  border-radius: 50%;
  overflow: hidden;
  cursor: pointer;
  float: right;
  transition: 0.5s;
}

.pc-header .header .top .right .search img {
  width: 24px;
  height: 24px;
  padding-top: 2px;
  margin-left: 8px;
}

.pc-header .header .top .right .search:hover {
  /* background-color: #0d797b; */
}

.pc-header .header .top .right .list {
  float: right;
}

.pc-header .header .top .right .list .item {
  float: left;
  margin-right: 16px;
  padding-right: 18px;
  position: relative;
}
    .right .list .item div{display:none !important;}
    .right .list .item:hover div{display:block !important;}
    .pc-header .header .top .right .list .item::after {
        content: "";
        width: 2px;
        height: 8px;
        background-color: #DADCE1;
        position: absolute;
        right: 0;
        top: 6px;
    }
.pc-header .header .top .right .list .item:last-child::after{
	background-color: #fff;
}

.pc-header .header .top .right .list .item a {
  font-size: 14px;
  line-height: 22px;
  color: #8D9099;
  transition: 0.5s;
}

.pc-header .header .top .right .list .item:hover a {
  color: #158b8d;
}

.pc-header .header .top .right .list .item.active a {
  color: #8D9099;
}

.pc-header .header .top .right .contact {
  float: right;
  padding-right: 38px;
  margin-right: 40px;
  position: relative;
  margin-top: -5px;
}

.pc-header .header .top .right .contact::after {
  content: "";
  width: 1px;
  height: 40px;
  background-color: #158b8d;
  position: absolute;
  top: 2px;
  right: 0;
}

.pc-header .header .top .right .contact .img {
  width: 42px;
  height: 41px;
  float: left;
}

.pc-header .header .top .right .contact .img img {
  width: 100%;
}

.pc-header .header .top .right .contact .text {
  float: left;
  margin-left: 8px;
}

.pc-header .header .top .right .contact .text .p {
  font-size: 15px;
  line-height: 15px;
  color: #333333;
}

.pc-header .header .top .right .contact .text .phone {
  font-family: 'Arial';
  font-size: 17px;
  line-height: 26px;
  font-weight: bold;
  color: #158b8d;
  margin-top: 5px;
}

.pc-header .header .top .right .contact .text .phone span {
  font-size: 26px;
  line-height: 26px;
  color: #158b8d;
}

    .pc-header .header .bottom {
        width: 100%;
        height: 62px;
        border-top: solid 1px #e7e6e6;
        border-bottom: solid 1px #e7e6e6;
        position: relative;
    }

.pc-header .header .top nav {
  /* width: 1200px; */
  margin: 0 auto;
  height: 100%;
}

.pc-header .header .top nav ul {
  width: 100%;
  /* text-align: center; */
}

.pc-header .header .top nav ul li {
  display: inline-block;
  padding:8px 16px;
  position: relative;
}

.pc-header .header .top nav ul li:last-child {
  padding-right: 0;
}

.pc-header .header .top nav ul li a {
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  display: block;
  color: #242529;
}

.pc-header .header .top nav ul li .down-box {
  width: 120px;
  position: absolute;
  top: 38px;
  left: -14px;
  background-color: white;
  z-index: 150;
  padding-top: 20px;
  padding-bottom: 35px;
  display: none;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
  background-color: ;
}

.pc-header .header .top nav ul li .down-box .item {
  width: 100%;
  text-align: center;
}

.pc-header .header .top nav ul li .down-box .item a {
  width: 100%;
  font-size: 14px;
  line-height: 32px;
  color: #333333;
}

.pc-header .header .top nav ul li .down-box .item:hover {
  background-color: #01a3c9;
}
.pc-header .header .top nav ul li .down-box .item:hover a{
  color: #fff;
}
.pc-header .header .bottom .search {
  width: 1200px;
  height: 61px;
  background-color: white;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 20;
  display: none;
}

/* 改版 */

.pc-header .header .bottom nav {
  width: 1200px;
  margin: 0 auto;
  height: 100%;
}

.pc-header .header .bottom nav ul {
  width: 100%;
  text-align: center;
}

.pc-header .header .bottom nav ul li {
    display: inline-block;
    padding-right: 50px;
    position: relative;
}

.pc-header .header .bottom nav ul li:last-child {
  padding-right: 0;
}

.pc-header .header .bottom nav ul li a {
    font-size: 16px;
    line-height: 62px;
    display: block;
    color: #333333;
}

    .pc-header .header .bottom nav ul li .down-box {
        width: 200px;
        position: absolute;
        top: 60px;
        left: -60px;
        background-color: white;
        z-index: 150;
        padding-top: 20px;
        padding-bottom: 35px;
        display: none;
        box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
        background: #01a3c9;
    }

.pc-header .header .bottom nav ul li .down-box .item {
  width: 100%;
  text-align: center;
}

.pc-header .header .bottom nav ul li .down-box .item a {
    width: 100%;
    font-size: 16px;
    line-height: 50px;
    color: #fff;
}

.pc-header .header .bottom nav ul li .down-box .item:hover {
  background-color: #fff;
}
.pc-header .header .bottom nav ul li .down-box .item:hover a{
  color: #333;
}
.pc-header .header .bottom .search {
  width: 1200px;
  height: 61px;
  background-color: white;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 20;
  display: none;
}
/* 结束 */

.pc-header .header .bottom .search input[type=text] {
  float: left;
  width: calc(100% - 180px);
  height: 61px;
  border: 0;
  font-size: 16px;
  color: #999;
}

.pc-header .header .bottom .search input[type=text]::-webkit-input-placeholder {
  color: #999;
}

.pc-header .header .bottom .search input[type=text]::-moz-placeholder {
  color: #999;
}

.pc-header .header .bottom .search input[type=text]:-moz-placeholder {
  color: #999;
}

.pc-header .header .bottom .search input[type=text]:-ms-input-placeholder {
  color: #999;
}

.pc-header .header .bottom .search input[type=button] {
  width: 120px;
  height: 40px;
  border-radius: 5px;
  background-color: #158b8d;
  border: 0;
  cursor: pointer;
  font-size: 14px;
  line-height: 30px;
  color: #fff;
  transition: 0.5s;
  float: left;
  margin-top: 10px;
  margin-left: 20px;
}

.pc-header .header .bottom .search input[type=button]:hover {
  background-color: #0c7476;
  color: white;
}

.pc-header .header .bottom .search .close {
  width: 20px;
  height: 20px;
  float: right;
  margin-top: 20px;
  cursor: pointer;
}

.pc-header .header .bottom .search .close img {
  width: 100%;
}

.m-header,
.m-search,
.m-down-box {
  display: none;
}

.situation-banner {
  width: 100%;
  height: 444px;
  position: relative;
  z-index: 1;
}

.situation-banner .bg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.situation-banner .text {
  width: 17.18%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.situation-banner .situation-nav {
  margin: 0 auto;
  width: 1200px;
  height: 164px;
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
}

.situation-banner .situation-nav .item {
  display: block;
  width: 25%;
  height: 164px;
  text-align: center;
  color: #fff;
  position: relative;
  top: -39px;
  transition: all 0.5s;
}

.situation-banner .situation-nav .item span {
  display: block;
  transition: all 0.5s;
}

.situation-banner .situation-nav .item .title {
  padding-top: 64px;
  font-size: 20px;
  font-weight: bold;
}

.situation-banner .situation-nav .item .english {
  margin-top: 20px;
  font-size: 14px;
  font-family: Arial;
  opacity: 0;
}

.situation-banner .situation-nav .item .line {
  width: 6px;
  height: 18px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.situation-banner .situation-nav .item .bot {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
  transition: all 0.5s;
}

.situation-banner .situation-nav .item:hover {
  height: 220px;
}

.situation-banner .situation-nav .item:hover .title {
  font-size: 28px;
}

.situation-banner .situation-nav .item:hover .english {
  opacity: 1;
}

.situation-banner .situation-nav .item:hover .line {
  opacity: 0;
}

.situation-banner .situation-nav .item:hover .bot {
  opacity: 1;
}

.situation-banner .situation-nav .active {
  height: 220px;
}

.situation-banner .situation-nav .active .title {
  font-size: 28px;
}

.situation-banner .situation-nav .active .english {
  opacity: 1;
}

.situation-banner .situation-nav .active .line {
  opacity: 0;
}

.situation-banner .situation-nav .active .bot {
  opacity: 1;
}

.in-banner {
  width: 100%;
}

.in-banner .top {
  width: 100%;
  height: 164px;
  overflow: hidden;
}

.in-banner .top .content {
  margin: 0 auto;
  padding: 0 !important;
  width: 1200px;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.in-banner .top .content h1 {
  margin-left: 20px;
  font-size: 32px;
  font-weight: bold;
  color: #FFFFFF;
}

.in-banner .top .content img {
  height: 100%;
  position: absolute;
  right: -25px;
}

.in-banner .bot {
  width: 100%;
  height: 62px;
  background-color: #B1AA84;
}

.in-banner .bot .content {
  margin: 0 auto;
  width: 1200px;
  height: 100%;
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #FFFFFF;
  position: relative;
  left: 20px;
}

.in-banner .bot .content span {
  padding: 0 10px;
}

.in-banner .bot .content span:last-of-type {
  display: none;
}

.in-banner .bot .content a {
  color: #fff;
  transition: all 0.5s;
}

.in-banner .bot .content a:hover {
  opacity: 0.8;
}

.page {
  margin-top: 0px;
  width: 100%;
  height: 260px;
  text-align: center;
  background-size: cover;
  background-position: center center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
}

.page a {
  display: block;
  margin: 0 3px;
  margin-bottom: 10px;
  width: 86px;
  height: 46px;
  line-height: 46px;
  background: #FFFFFF;
  border-radius: 4px 4px 4px 4px;
  font-size: 18px;
  text-align: center;
  font-family: Arial;
  color: #9FA3A4;
  transition: all 0.5s;
}

.page a:hover {
  background-color: #158B8D;
  color: #fff;
}

.page .active {
  background-color: #158B8D;
  color: #fff;
}

.page .first,
.page .last,
.page .prev,
.page .next {
  width: 79px;
}

.content-line {
  width: 1920px;
  position: absolute;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}

.all-content {
  overflow: hidden;
}

.return-button {
  height: 70px;
  overflow: hidden;
  background: #fff;
  border-radius: 5px;
  position: fixed;
  right: 0;
  top: 65%;
  width: 70px;
  z-index: 99;
  margin-bottom: 6px;
  -webkit-box-shadow: 0px 0px 59px 0px rgba(19, 40, 83, 0.1);
  box-shadow: 0px 0px 59px 0px rgba(19, 40, 83, 0.1);
}

.return-button a {
  width: 100%;
  height: 100%;
  display: block;
}

.return-button a .img {
  width: 40px;
  height: 40px;
  display: block;
  margin: 0 auto;
  padding-top: 15px;
  transition: 0.5s;
}

.return-button a .img img {
  width: 100%;
  transform: rotateZ(180deg);
}

.return-button a .text {
  width: 100%;
  height: 100%;
  display: block;
  background-color: #158b8d;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  padding-top: 15px;
  opacity: 0;
  transition: 0.5s;
}

.return-button a:hover .img {
  opacity: 0;
}

.return-button a:hover .text {
  opacity: 1;
}

footer {
  width: 100%;
  background-color: #085070;
  color: #fff;
}

footer .box {
  width: 1200px;
  padding: 50px 5px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
    footer a{color:#fff !important;}
    footer .box .left {
        display: flex;
        justify-content: flex-start;
    }
footer .box .left .footlogo{margin-right: 52px;}
footer .box .left .BottomText{display: flex;}
footer .box .left ul:first-child{margin-right: 64px;}
footer .box .left ul li{line-height: 30px;}
footer .box .left ul li span{
	width: 84px !important;
	display: inline-block;
}
footer .box .left ul li a{color: #fff;}
footer .box .right{display: flex;}
footer p{text-align: center;padding-bottom: 30px;}
footer p span{line-height: 24px;padding: 0 16px 0px 0;}
footer p a{color: #fff;}
footer p .item{
	position: relative;
	margin-right: 20px;
	padding-right: 20px;
}
footer p .item::after{
  content: "";
  width: 2px;
  height: 12px;
  background-color: #DADCE1;
  position: absolute;
  right: 0;
  top: 4px;	
}
/*
@media screen and (max-width: 1280px) {
  .return-button {
    display: none;
  }

  .pc-header .header .top {
    width: 940px;
  }

  .pc-header .header .top .logo {
    width: 360px;
    float: left;
    margin-top: 45px;
  }

  .pc-header .header .bottom nav {
    width: 940px;
  }

  .pc-header .header .bottom nav ul li {
    display: inline-block;
    padding-right: 20px;
    position: relative;
  }

  .pc-header .header .top .right .contact {
    float: right;
    padding-right: 20px;
    margin-right: 20px;
    position: relative;
  }

  footer .box {
    width: 980px;
    margin: 0 auto;
  }

  footer .box .box-bottom .left {
    float: left;
    width: 550px;
    margin-top: 58px;
  }

  footer .box .box-bottom .left .list .item {
    float: left;
    margin-right: 30px;
  }

  footer .box .box-bottom .right .list .item {
    width: 115px;
    float: left;
    margin-left: 20px;
  }

  footer .bottom .box {
    width: 980px;
    margin: 0 auto;
  }

  .situation-banner {
    width: 100%;
    height: 444px;
    position: relative;
    z-index: 1;
  }

  .situation-banner .bg-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
  }

  .situation-banner .text {
    width: 17.18%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
  }

  .situation-banner .situation-nav {
    margin: 0 auto;
    width: 980px;
    height: 164px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-end;
  }

  .situation-banner .situation-nav .item {
    display: block;
    width: 25%;
    height: 164px;
    text-align: center;
    color: #fff;
    position: relative;
    top: -39px;
    transition: all 0.5s;
  }

  .situation-banner .situation-nav .item span {
    display: block;
    transition: all 0.5s;
  }

  .situation-banner .situation-nav .item .title {
    padding-top: 64px;
    font-size: 20px;
    font-weight: bold;
  }

  .situation-banner .situation-nav .item .english {
    margin-top: 20px;
    font-size: 14px;
    font-family: Arial;
    opacity: 0;
  }

  .situation-banner .situation-nav .item .line {
    width: 6px;
    height: 18px;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }

  .situation-banner .situation-nav .item .bot {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0;
    transition: all 0.5s;
  }

  .situation-banner .situation-nav .item:hover {
    height: 220px;
  }

  .situation-banner .situation-nav .item:hover .title {
    font-size: 28px;
  }

  .situation-banner .situation-nav .item:hover .english {
    opacity: 1;
  }

  .situation-banner .situation-nav .item:hover .line {
    opacity: 0;
  }

  .situation-banner .situation-nav .item:hover .bot {
    opacity: 1;
  }

  .situation-banner .situation-nav .active {
    height: 220px;
  }

  .situation-banner .situation-nav .active .title {
    font-size: 28px;
  }

  .situation-banner .situation-nav .active .english {
    opacity: 1;
  }

  .situation-banner .situation-nav .active .line {
    opacity: 0;
  }

  .situation-banner .situation-nav .active .bot {
    opacity: 1;
  }

  .in-banner {
    width: 100%;
  }

  .in-banner .top {
    width: 100%;
    height: 164px;
    overflow: hidden;
  }

  .in-banner .top .content {
    margin: 0 auto;
    width: 980px;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
  }

  .in-banner .top .content h1 {
    margin-left: 20px;
    font-size: 32px;
    font-weight: bold;
    color: #FFFFFF;
  }

  .in-banner .top .content img {
    height: 100%;
    position: absolute;
    right: -25px;
  }

  .in-banner .bot {
    width: 100%;
    height: 62px;
    background-color: #B1AA84;
  }

  .in-banner .bot .content {
    margin: 0 auto;
    padding: 0 !important;
    width: 980px;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 16px;
    color: #FFFFFF;
    position: relative;
    left: 20px;
  }

  .in-banner .bot .content span {
    padding: 0 10px;
  }

  .in-banner .bot .content span:last-of-type {
    display: none;
  }

  .in-banner .bot .content a {
    color: #fff;
    transition: all 0.5s;
  }

  .in-banner .bot .content a:hover {
    opacity: 0.8;
  }

  .page {
    margin-top: 120px;
    width: 100%;
    height: 260px;
    text-align: center;
    background-size: cover;
    background-position: center center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
  }

  .page a {
    display: block;
    margin: 0 3px;
    margin-bottom: 10px;
    width: 46px;
    height: 46px;
    line-height: 46px;
    background: #FFFFFF;
    border-radius: 4px 4px 4px 4px;
    font-size: 18px;
    text-align: center;
    font-family: Arial;
    color: #9FA3A4;
    transition: all 0.5s;
  }

  .page a:hover {
    background-color: #158B8D;
    color: #fff;
  }

  .page .active {
    background-color: #158B8D;
    color: #fff;
  }

  .page .first,
  .page .last,
  .page .prev,
  .page .next {
    width: 79px;
  }

  .content-line {
    width: 980px;
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
  }
}

@media screen and (max-width: 980px) {
  .pc-header {
    display: none;
  }

  .m-header {
    display: block;
    height: 15rem;
    background-color: white;
  }

  .m-header .top {
    width: 100%;
    height: 4.8rem;
    background-color: #158b8d;
  }

  .m-header .top ul {
    text-align: center;
  }

  .m-header .top ul li {
    display: inline-block;
  }

  .m-header .top ul li a {
    font-size: 2rem;
    line-height: 4.8rem;
    padding-left: 1rem;
    padding-right: 1rem;
    color: rgba(255, 255, 255, 0.8);
  }

  .m-header .header {
    width: 100%;
    height: 9rem;
  }

  .m-header .header .logo {
    float: left;
    height: 4rem;
    margin-top: 2.5rem;
    margin-left: 5%;
  }

  .m-header .header .logo a {
    width: 100%;
    height: 100%;
    display: block;
  }

  .m-header .header .logo a img {
    height: 100%;
  }

  .m-header .header .right {
    float: right;
    margin-right: 5%;
  }

  .m-header .header .right .search-button {
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    background-color: #158b8d;
    text-align: center;
    line-height: 4rem;
    margin-top: 2.5rem;
    float: left;
    cursor: pointer;
  }

  .m-header .header .right .search-button img {
    width: 2rem;
    height: 2rem;
    vertical-align: middle;
  }

  .m-header .header .right .home {
    width: 3.6rem;
    height: 2.6rem;
    margin-top: 3.2rem;
    float: left;
    margin-left: 2rem;
    cursor: pointer;
    position: relative;
  }

  .m-header .header .right .home span {
    display: block;
    width: 100%;
    height: 0.2rem;
    background-color: #158b8d;
    margin-bottom: 1rem;
    transition: 0.5s;
    position: absolute;
    left: 0;
    top: 0;
  }

  .m-header .header .right .home span:nth-child(2) {
    top: 1.2rem;
  }

  .m-header .header .right .home span:last-child {
    top: 2.4rem;
  }

  .m-header .header .right .home.open span:first-child {
    transform: rotateZ(45deg);
    top: 1rem;
  }

  .m-header .header .right .home.open span:nth-child(2) {
    opacity: 0;
  }

  .m-header .header .right .home.open span:last-child {
    transform: rotateZ(-45deg);
    top: 1rem;
  }

  .m-search {
    width: 100%;
    height: calc(100vh - 15rem);
    position: absolute;
    top: 150px;
    left: 0;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 1000;
    display: none;
    border-top: solid 1px #ddd;
  }

  .m-search .search {
    width: 100%;
    height: 61px;
    background-color: white;
  }

  .m-search .search input[type=text] {
    float: left;
    width: calc(90% - 140px);
    height: 61px;
    border: 0;
    font-size: 16px;
    color: #999;
    padding-left: 5%;
  }

  .m-search .search input[type=text]::-webkit-input-placeholder {
    color: #999;
  }

  .m-search .search input[type=text]::-moz-placeholder {
    color: #999;
  }

  .m-search .search input[type=text]:-moz-placeholder {
    color: #999;
  }

  .m-search .search input[type=text]:-ms-input-placeholder {
    color: #999;
  }

  .m-search .search input[type=button] {
    width: 90px;
    height: 40px;
    border-radius: 5px;
    background-color: #158b8d;
    border: 0;
    cursor: pointer;
    font-size: 16px;
    line-height: 30px;
    color: white;
    transition: 0.5s;
    float: left;
    margin-top: 10px;
    margin-left: 20px;
  }

  .m-search .search .close {
    width: 20px;
    height: 20px;
    float: right;
    margin-top: 20px;
    margin-right: 5%;
    cursor: pointer;
  }

  .m-search .search .close img {
    width: 100%;
  }

  .m-down-box {
    width: 100%;
    height: calc(100vh - 15rem);
    position: absolute;
    top: 15rem;
    left: 0;
    background-color: #fff;
    z-index: 1000;
    display: none;
    border-top: solid 1px #ddd;
  }

  .m-down-box .list {
    width: 100%;
    height: 100%;
    overflow: auto;
    min-height: 80vh;
  }

  .m-down-box .list .item {
    width: 100%;
  }

  .m-down-box .list .item .top {
    width: 100%;
    height: 6rem;
    border-bottom: solid 1px #ddd;
    box-shadow: 0px 0px 1rem 0px rgba(0, 0, 0, 0.01);
    position: relative;
    z-index: 2;
  }

  .m-down-box .list .item .top a {
    display: block;
    width: 70%;
    margin-left: 5%;
    height: 100%;
    font-size: 2rem;
    line-height: 6rem;
    color: #333;
    float: left;
  }

  .m-down-box .list .item .top img {
    width: 1.3rem;
    height: 0.7rem;
    float: right;
    margin-right: 5%;
    margin-top: 2.6rem;
  }

  .m-down-box .list .item .bottom {
    width: 100%;
    background-color: #158b8d;
    display: none;
  }

  .m-down-box .list .item .bottom ul {
    width: 90%;
    margin: 0 auto;
  }

  .m-down-box .list .item .bottom ul li {
    width: 100%;
    border-bottom: solid 1px #ddd;
  }

  .m-down-box .list .item .bottom ul li:last-child {
    border-bottom: 0;
  }

  .m-down-box .list .item .bottom ul li a {
    display: block;
    width: 95%;
    margin-left: 5%;
    height: 100%;
    font-size: 2rem;
    line-height: 6rem;
    color: #fff;
  }

  footer .box {
    width: 90%;
    margin: 0 auto;
  }

  footer .box .box-bottom .left {
    float: left;
    width: 100%;
    margin-top: 4rem;
  }

  footer .box .box-bottom .right {
    float: left;
    width: 100%;
    margin-top: 4rem;
  }

  footer .box .box-bottom .right .list {
    text-align: center;
    width: 100%;
  }

  footer .box .box-bottom .right .list .item {
    display: inline-block;
    width: 9rem;
    float: none;
    margin-left: 2rem;
    vertical-align: top;
  }

  footer .box .box-bottom .right .list .item:first-child {
    margin-left: 0;
  }

  footer .box .box-bottom .right .list .item .text {
    font-size: 1.2rem;
  }

  footer .bottom {
    width: 100%;
    height: 18rem;
    margin-top: 4rem;
    background-color: #f3f3f3;
  }

  footer .bottom .box {
    width: 90%;
    margin: 0 auto;
  }

  footer .bottom .box .left div {
    font-size: 1.2rem;
    line-height: 2.4rem;
    color: #333333;
    margin-bottom: 0rem;
    text-align: center;
  }

  footer .bottom .box .left div span {
    display: block;
  }

  footer .bottom .box .left {
    margin-top: 2rem;
    width: 100%;
  }

  footer .bottom .box .right {
    float: right;
    margin-top: 1rem;
    width: 100%;
    text-align: center;
  }

  footer .bottom .box .right .img {
    float: none;
    display: inline-block;
    vertical-align: middle;
  }

  footer .bottom .box .right .support {
    font-size: 1.4rem;
    line-height: 5rem;
    color: #333333;
    float: none;
    margin-left: 2.6rem;
    display: inline-block;
  }

  footer .box .box-bottom .left .list .item a {
    font-size: 1.6rem;
    line-height: 3.2rem;
    color: #333333;
    transition: 0.5s;
  }

  .situation-banner {
    width: 100%;
    height: 30rem;
    position: relative;
    z-index: 1;
  }

  .situation-banner .bg-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
  }

  .situation-banner .text {
    width: 30%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
  }

  .situation-banner .situation-nav {
    margin: 0 auto;
    width: 90%;
    height: 12rem;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-end;
  }

  .situation-banner .situation-nav .item {
    display: block;
    padding: 1rem;
    box-sizing: border-box;
    width: 25%;
    height: 12rem;
    text-align: center;
    color: #fff;
    position: relative;
    top: -6rem;
    transition: all 0.5s;
  }

  .situation-banner .situation-nav .item span {
    display: block;
    transition: all 0.5s;
  }

  .situation-banner .situation-nav .item .title {
    padding-top: 3rem;
    font-size: 1.8rem;
    font-weight: bold;
  }

  .situation-banner .situation-nav .item .english {
    margin-top: 1rem;
    font-size: 1.4rem;
    font-family: Arial;
    opacity: 0;
  }

  .situation-banner .situation-nav .item .line {
    width: 0.6rem;
    height: 1.8rem;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }

  .situation-banner .situation-nav .item .bot {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0;
    transition: all 0.5s;
  }

  .situation-banner .situation-nav .item:hover {
    height: 17rem;
  }

  .situation-banner .situation-nav .item:hover .title {
    font-size: 2.2rem;
  }

  .situation-banner .situation-nav .item:hover .english {
    opacity: 1;
  }

  .situation-banner .situation-nav .item:hover .line {
    opacity: 0;
  }

  .situation-banner .situation-nav .item:hover .bot {
    opacity: 1;
  }

  .situation-banner .situation-nav .active {
    height: 17rem;
  }

  .situation-banner .situation-nav .active .title {
    font-size: 2.2rem;
  }

  .situation-banner .situation-nav .active .english {
    opacity: 1;
  }

  .situation-banner .situation-nav .active .line {
    opacity: 0;
  }

  .situation-banner .situation-nav .active .bot {
    opacity: 1;
  }

  .in-banner {
    width: 100%;
  }

  .in-banner .top {
    width: 100%;
    height: 16.4rem;
    overflow: hidden;
  }

  .in-banner .top .content {
    margin: 0 auto;
    padding: 0 !important;
    width: 90%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
  }

  .in-banner .top .content h1 {
    margin-left: 2rem;
    font-size: 3.2rem;
    font-weight: bold;
    color: #FFFFFF;
    position: relative;
    z-index: 1;
  }

  .in-banner .top .content img {
    height: 100%;
    position: absolute;
    right: -2.5rem;
  }

  .in-banner .bot {
    width: 100%;
    height: 6.2rem;
    background-color: #B1AA84;
  }

  .in-banner .bot .content {
    margin: 0 auto;
    width: 90%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 1.6rem;
    color: #FFFFFF;
    position: relative;
    left: 2rem;
  }

  .in-banner .bot .content span {
    padding: 0 1rem;
  }

  .in-banner .bot .content span:last-of-type {
    display: none;
  }

  .in-banner .bot .content a {
    color: #fff;
    transition: all 0.5s;
  }

  .in-banner .bot .content a:hover {
    opacity: 0.8;
  }

  .page {
    margin-top: 120px;
    width: 100%;
    height: 260px;
    text-align: center;
    background-size: cover;
    background-position: center center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
  }

  .page a {
    display: block;
    margin: 0 3px;
    margin-bottom: 10px;
    width: 46px;
    height: 46px;
    line-height: 46px;
    background: #FFFFFF;
    border-radius: 4px 4px 4px 4px;
    font-size: 18px;
    text-align: center;
    font-family: Arial;
    color: #9FA3A4;
    transition: all 0.5s;
  }

  .page a:hover {
    background-color: #158B8D;
    color: #fff;
  }

  .page .active {
    background-color: #158B8D;
    color: #fff;
  }

  .page .first,
  .page .last,
  .page .prev,
  .page .next {
    width: 79px;
  }

  .content-line {
    width: 100%;
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
  }
}*/

/*副页面位置信息*/
.content-top {
    width: 1200px;
    margin: 0 auto;
}
.content-top .sitemap {
    width: 100%;
    height:50px;
    border-bottom: solid 1px #ebebeb;
}
.content-top .sitemap .add {
    float: ldft;
    color: #949494;
    font-size: 14px;
    line-height: 60px;
}
.content-top .sitemap .add a {
    color: #949494;
}



/*头部下拉框*/
.mod_select {
    position: relative;
    left: -2px;
    top: 0;
    font-familY: "微软雅黑";
    z-index: 999;
    border: #d6d6d6 1px solid;
    font-size: 14px;
	height: 36px;
}
    .mod_select ul {
        margin: 0;
        padding: 0;
    }
        .mod_select ul li {
            list-style-type: none;
            float: left;
            height: 32px;
        }
.select_box {
    float: left;
    border: solid 0px #e0e0e0;
    color: #444;
    height: 32px;
    position: relative;
    cursor: pointer;
    width: 100px;
    background: url(/static/index/select_bg.jpg) repeat-x;
    font-size: 14px;
}
.select_txt {
    display: inline-block;
    padding-left: 10px;
    width: 100px;
    line-height: 32px;
    height: 32px;
    cursor: text;
    overflow: hidden;
}
.option {
    width: 104px;
    border: solid 2px #01a3c9;
    position: absolute;
    top: 33px;
    left: -2px;
    z-index: 2;
    overflow: hidden;
    display: none;
}

    .option a {
        display: block;
        height: 26px;
        line-height: 26px;
        text-align: left;
        padding: 0 10px;
        width: 100%;
        background: #fff;
        color:#666;
    }
        .option a:hover {
            background: #01a3c9;
            color: #fff;
        
	}
	.sbanner{
		width: 1200px;
		margin: 0px auto;
	    min-width: 1200px;
	    width: 1200px;
	    margin: auto;
	}
	.Doctorbanner {
	    min-width: 1200px;
	    width: 1200px;
	    margin: auto;
	}