* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: #333;
}
a:hover {
  color: #1772cd;
}

a:hover {
  text-decoration: none;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin-bottom: 0;
}

dl, ol, ul {
  margin-bottom: 0;
}

input, select {
  outline: none;
}

p {
  margin-bottom: 0;
}

ul {
  padding: 0;
}

li {
  list-style: none;
}

body {
  color: #333;
}

.alw img {
  display: block;
  width: 100%;
}

.container {
  max-width: 640px;
  padding: 0;
  position: relative;
}

.header .nav ul {
  display: flex;
  flex-wrap: wrap;
}
.header .nav ul li {
  height: 2.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25%;
  background: #1f6aba;
  font-size: 0.8rem;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.header .nav ul li a {
  color: #fff;
}

.mtjjjc {
  margin: 1rem 0 1rem 0.5rem;
  width: 90%;
  display: flex;
  border-top: 0.2rem solid #1f6aba;
  border-right: 0.2rem solid #1f6aba;
}

.mtjjjc .left {
  width: 8rem;
}

.mtjjjc .left .title {
  height: 2rem;
  background: #1f6aba;
  color: #fff;
  font-size: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mtjjjc .right {
  flex: 1;
  position: relative;
}

.mtjjjc .right ul {
  position: absolute;
  left: 0.5rem;
  top: 0.5rem;
  display: flex;
  flex-wrap: wrap;
  width: 15rem;
  background: #fff;
  height: 7rem;
}

.mtjjjc .right ul li {
  width: 50%;
  padding: 0.3rem;
}

.mtjjjc .right ul li a {
  height: 3rem;
  display: flex;
  align-items: center;
  border: 1px solid #808080;
}

.mtjjjc .right ul li a img {
  width: 1.5rem;
  margin-left: 0.2rem;
  margin-right: 0.2rem;
}

.mtjjjc .right ul li a .text {
  flex: 1;
  font-size: 0.7rem;
  color: #1a1a1a;
}

.mtjjjc .right ul li a .text span {
  display: block;
  color: #4c4c4c;
  font-size: 0.45rem;
}

.news {
  margin-top: 1rem;
}
.news .tab-ul {
  display: flex;
}
.news .tab-ul li {
  flex: 1;
  margin: 0 0.2rem;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
  border: 1px solid #ccc;
  cursor: pointer;
}
.news .tab-ul li img {
  width: 0.85rem;
  display: block;
  margin-right: 0.5rem;
}
.news .tab-ul li .imgs {
  display: none;
}
.news .tab-ul .on {
  background: #1f6aba;
  color: #fff;
  border: none;
}
.news .tab-ul .on img {
  display: none;
}
.news .tab-ul .on .imgs {
  display: block;
}
.news .con {
  padding: 0 0.3rem;
}
.news .con .box {
  display: none;
}
.news .con .box .list li {
  padding: 0.7rem 0;
  border-bottom: 1px solid #ccc;
}
.news .con .box .list li a {
  display: flex;
}
.news .con .box .list li a .img {
  width: 8rem;
}
.news .con .box .list li a .img img {
  display: block;
  width: 100%;
}
.news .con .box .list li a .info {
  flex: 1;
  margin-left: 0.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.news .con .box .list li a .info h3 {
  font-size: 0.8rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.news .con .box .list li a .info p {
  font-size: 0.75rem;
  line-height: 1.2rem;
  color: #4c4c4c;
  text-indent: 2em;
}
.news .con .box .list li a .info p b {
  color: red;
}
.news .con .box:nth-child(1) {
  display: block;
}

.zjtd .tab-ul {
  width: 80%;
  margin: 0 auto;
  display: flex;
}
.zjtd .tab-ul li {
  margin: 0 0.2rem;
  height: 1.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  background: #999999;
  flex: 1;
  color: #fff;
  cursor: pointer;
  border-radius: 0.3rem;
}
.zjtd .tab-ul .on {
  background: #1f6aba;
  position: relative;
}
.zjtd .tab-ul .on:after {
  width: 0;
  height: 0;
  border-left: 0.3rem solid transparent;
  border-right: 0.3rem solid transparent;
  border-bottom: 0.5rem solid #fff;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.zjtd .con {
  margin-top: 0.8rem;
}
.zjtd .con .box {
  display: none;
}
.zjtd .con .box .v-list {
  margin-top: 0.5rem;
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #999;
  border-radius: 0.3rem;
}
.zjtd .con .box .v-list li {
  width: 50%;
  padding: 0.5rem;
}
.zjtd .con .box .v-list li img {
  display: block;
  width: 100%;
}
.zjtd .con .box .v-list li video {
  display: block;
  width: 100%;
  height: 6.2rem;
}
.zjtd .con .box .v-list li p {
  margin-top: 0.5rem;
  font-size: 0.75rem;
  text-align: center;
  line-height: 1.2rem;
}
.zjtd .con .box:nth-child(1) {
  display: block;
}

.jdjs {
  padding: 0 0.5rem;
}

.jdjs .tab-ul {
  display: flex;
  border-bottom: 1px solid #c9e9ea;
}

.jdjs .tab-ul li {
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  font-size: 0.75rem;
  font-weight: bold;
  cursor: pointer;
}

.jdjs .tab-ul .on {
  color: #1260a4;
  position: relative;
}

.jdjs .tab-ul .on:after {
  content: '';
  width: 0;
  height: 0;
  border-left: 0.3rem solid transparent;
  border-right: 0.3rem solid transparent;
  border-bottom: 0.5rem solid #1260a4;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}

.jdjs .con {
  margin-top: 0.5rem;
}

.jdjs .con .box {
  display: none;
}

.jdjs .con .box:nth-child(1) {
  display: block;
}

.jdjs .jsSwiper .swiper-button-prev {
  background: url(../images/p_prev.png) no-repeat;
  background-size: contain;
}

.jdjs .jsSwiper .swiper-button-prev:after {
  display: none;
}

.jdjs .jsSwiper .swiper-button-next {
  background: url(../images/p_next.png) no-repeat;
  background-size: contain;
}

.jdjs .jsSwiper .swiper-button-next:after {
  display: none;
}

.page-path {
  display: flex;
  align-items: center;
  padding: 0 0.5rem;
  border-bottom: 1px solid #d9d9d9;
  font-size: 0.75rem;
  height: 2.3rem;
}
.page-path a:nth-child(1) {
  color: #ff8400;
  font-weight: bold;
}

.page-list .list li {
  padding: 0.5rem;
  border-bottom: 1px solid #ddd;
}
.page-list .list li a {
  display: flex;
}
.page-list .list li a .img {
  width: 6rem;
}
.page-list .list li a .img img {
  display: block;
  width: 100%;
}
.page-list .list li a .info {
  margin-left: 0.5rem;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.page-list .list li a .info h3 {
  font-size: 0.8rem;
  font-weight: bold;
}
.page-list .list li a .info p {
  margin-top: 0.3rem;
  text-indent: 2em;
  font-size: 0.75rem;
  line-height: 1.2rem;
}
.page-list .list li a .info p b {
  color: red;
}
.page-list .page {
  margin: 0.5rem auto;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
}

.common-tel {
  display: flex;
}
.common-tel .left {
  flex: 1;
  display: flex;
  background: #dbdfe0;
  align-items: center;
  justify-content: center;
  border-radius: 0.3rem;
}
.common-tel .left img {
  margin-left: 0.6rem;
  width: 2.5rem;
}
.common-tel .left .info {
  flex: 1;
  margin-left: 0.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.common-tel .left .info h4 {
  font-size: 0.9rem;
  font-weight: bold;
}
.common-tel .left .info p {
  font-size: 1.2rem;
  color: #1b7ce3;
}
.common-tel .right {
  margin-left: 0.5rem;
  width: 10rem;
}
.common-tel .right ul {
  display: flex;
}
.common-tel .right ul li {
  flex: 1;
  display: flex;
  align-items: center;
  background: #f39800;
  color: #fff;
  height: 4rem;
  border-radius: 0.3rem;
  margin: 0 0.2rem;
}
.common-tel .right ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #fff;
}
.common-tel .right ul li:nth-child(2) {
  background: #1e7ce5;
}

.hotlists {
  margin: 0.5rem auto;
}
.hotlists .title {
  display: flex;
  align-items: center;
  height: 2rem;
  color: #1e7ce5;
  font-weight: bold;
  font-size: 0.8rem;
  padding: 0 0.3rem;
  border-bottom: 1px solid #1e7ce5;
  margin-bottom: 0.5rem;
}
.hotlists .list {
  display: flex;
}
.hotlists .list li {
  flex: 1;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0.2rem;
  font-size: 0.7rem;
}
.hotlists .list li a {
  color: #fff;
}
.hotlists .list .bg1 {
  background: #afdbf1;
}
.hotlists .list .bg2 {
  background: #d5e280;
}
.hotlists .list .bg3 {
  background: #ffbe84;
}
.hotlists .list .bg4 {
  background: #b6d5be;
}
.hotlists .list .bg5 {
  background: #b6d5be;
}

.public-title {
  height: 3.225rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  background: url(../images/bk1_03.jpg) no-repeat 0 bottom;
  background-size: 100% 2.3625rem;
  text-align: center;
}
.public-title h2 {
  font-size: 1.2rem;
  line-height: 1.8rem;
  height: 1.85rem;
  font-weight: bold;
  width: 7.3125rem;
  margin: 0 auto 0.275rem;
  background-color: #166AE1;
  color: #fff;
}
.public-title span {
  display: block;
  font-size: 0.6rem;
  width: 6rem;
  margin: 0 auto;
  background-color: #fff;
  color: #bcbcbc;
}

.common-yy-tbs .tab-ul {
  display: flex;
}
.common-yy-tbs .tab-ul li {
  flex: 1;
  margin: 0 0.2rem;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  background: #eaeaea;
  border-radius: 0.3rem;
  cursor: pointer;
}
.common-yy-tbs .tab-ul .on {
  background: #166AE1;
  color: #fff;
}
.common-yy-tbs .con {
  margin-top: 0.5rem;
  padding: 0 0.3rem;
}
.common-yy-tbs .con .box {
  display: none;
}
.common-yy-tbs .con .box .yy-box {
  display: flex;
}
.common-yy-tbs .con .box .yy-box .img {
  width: 8rem;
}
.common-yy-tbs .con .box .yy-box .img img {
  display: block;
  width: 100%;
}
.common-yy-tbs .con .box .yy-box .text {
  flex: 1;
  margin-left: 0.5rem;
  font-size: 0.7rem;
  line-height: 1.1rem;
  text-indent: 2em;
}
.common-yy-tbs .con .box .yy-box .text a {
  color: red;
}
.common-yy-tbs .con .box .hosp-nav {
  margin-top: 0.5rem;
  display: flex;
  padding: 0.5rem 0;
  border-top: 0.4rem solid #eee;
  border-bottom: 0.4rem solid #eee;
}
.common-yy-tbs .con .box .hosp-nav li {
  flex: 1;
  border-right: 1px solid #eee;
}
.common-yy-tbs .con .box .hosp-nav li a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.common-yy-tbs .con .box .hosp-nav li a img {
  width: 30%;
  display: block;
}
.common-yy-tbs .con .box .hosp-nav li a p {
  margin: 0.2rem 0;
  font-size: 0.75rem;
  text-align: center;
}
.common-yy-tbs .con .box .hosp-nav li a span {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 1.4rem;
  background: #ff9000;
  width: 50%;
  color: #fff;
  font-size: 0.7rem;
  border-radius: 1rem;
}
.common-yy-tbs .con .box .hosp-nav li:last-child {
  border-right: none;
}
.common-yy-tbs .con .box:nth-child(1) {
  display: block;
}

.page-article .title {
  color: #000;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  padding: 0.5rem;
  border-bottom: 1px dashed #ccc;
}
.page-article .article {
  padding: 0.5rem;
  font-size: 0.75rem;
}
.page-article .article p {
  margin-bottom: 0.5rem;
}
.page-article .article img {
  max-width: 100%;
  height: auto;
}

/*# sourceMappingURL=css.css.map */
