﻿@charset "UTF-8";

/*+++++++++++    ++++++++++*/




input,
textarea {

  outline: none;
  font-family: '微软雅黑';
  -webkit-appearance: none;
}



input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {

  color: #666;
}



input:-moz-placeholder,
textarea:-moz-placeholder {

  color: #666;
}



input::-moz-placeholder,
textarea::-moz-placeholder {

  color: #666;
}



input:-ms-input-placeholder,
textarea:-ms-input-placeholder {

  color: #666;
}

body {
  font-size: 0.28rem;
  font-family: '微软雅黑';
  width: 100%;
  overflow-x: hidden;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  outline: none;
}

.c5-right .c5-right4,
.c7-img,
.searpc {
  display: none;
}

.pc {
  display: none !important;
}

ul,
li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

a {
  text-decoration: none;
}

.menu-btn {
  position: absolute;
  top: 50%;
  right: 0.4rem;
  width: 0.8rem;
  height: 0.8rem;
  overflow: hidden;
  text-align: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.menu-btn .line,
.menu-btn .line::before,
.menu-btn .line::after {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 0.5rem;
  height: 0.04rem;
  border-radius: 10px;
}

.menu-btn .line,
.menu-btn .line::before,
.menu-btn .line::after {
  background: #fff;
  border-radius: 10px;
}

.menu-btn .line {
  top: 0;
  bottom: 0;
  -webkit-transition: border 0.3s;
  transition: border 0.3s;
}

.menu-btn .line,
.menu-btn .line::before,
.menu-btn .line::after {
  background: #152D4E;
  border-radius: 10px;
}

.menu-btn .line::before {
  -webkit-transform: translateY(-0.2rem);
  transform: translateY(-0.2rem);
}


.menu-btn .line::after {
  -webkit-transform: translateY(0.2rem);
  transform: translateY(0.2rem);
}

.menu-btn .line::before,
.menu-btn .line::after {
  content: '';
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: transform 0.3s;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.menu-open .line {
  background: transparent;
}

.menu-open .line::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.menu-open .line::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}



.slidewrapper {
  margin-top: 1.7rem
}


.logo1,
.logo {
  display: none;
}

.logo2 {
  width: 45%;
  padding: .3rem 0 .3rem .5rem;

}

.head-logo {
  position: relative;
  display: flex;
  border-bottom: #D0D5DC 1px solid;
}

.headTitle {
  padding: .2rem 0;
  border-bottom: #D0D5DC 1px solid;
  display: flex;
  justify-content: center;
}

.hList {
  position: relative;
  color: #152D4E;
  padding: 0 .24rem;
  margin: 0 .1rem;
  height: .5rem;
  line-height: .5rem;
  display: inline-block;
}

.hList:nth-child(2)::before,
.hList:nth-child(3)::before {
  position: absolute;
  content: '';
  border-left: 1px solid #D0D5DC;
  left: 0px;
  height: 10px;
  top: .15rem;
}

.hList.active {
  background: #EF8136;
  border-radius: 120px;
  line-height: .5rem;
  color: #fff;
}

.searcher {
  width: .52rem;
  position: absolute;
  right: 1.6rem;
  top: .5rem;
}

.search2 {
  display: none;
}

.searchBox {
  position: absolute;
  background: rgba(255, 255, 255, .9);
padding: .5rem .42rem 1.2rem .42rem;
  left: 0;
  right: 0;
  
  z-index: 999;
  display: none;
}

.searchBox.active {
  display: block;
}

.searC {
  position: relative;
  height: 1rem;
  margin: 0 auto;
}

.searC input {
  width: 100%;
  height: 1rem;
  background: #E7EAED;
  border-radius: 40px;
  border: transparent 1px solid;
  padding-left: .32rem;
  font-size: .3rem;
  line-height: 1rem;
}


.searC img {
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  padding: .22rem .4rem;
}

.nav-con {
  position: absolute;
  left: 0;
  top: 2.53rem;
  right: 0;
  bottom: 0;
  background: #fff;
  z-index: 99;
  display: none;
  height: calc(100vh - 2.53rem);
  overflow-y: auto;
}

.menu-open .nav-con {
  display: block;
}

.nav-con ul li {
  border-bottom: 1px solid #D0D5DC;
  position: relative;
  font-size: .32rem;
}

.nav-con ul li>a {
  line-height: 1rem;
  padding: 0 .42rem;
  color: #152D4E;
}

.nav-main .arr {
  background: url(../img/add.png) no-repeat center center;
  width: 0.2rem;
  position: absolute;
  right: 0.32rem;
  height: 0.2rem;
  top: .38rem;
  opacity: .6;
}

.nav-main ul li.on .arr {
  background: url(../img/jian.png) no-repeat center center;
}

.nav-bd {
  width: 100%;
  background: rgba(34, 68, 171, .1);
  border-top: 1px solid #D0D5DC;
  display: none;
}

.nav-main ul li.on .nav-bd {
  display: block;
}

.nav-bd a {
  display: block;
  border-top: 1px solid #D0D5DC;
  line-height: 1rem;
  margin: 0 .42rem;
  color: #152D4E;
}

.nav-bd a:nth-child(1) {
  border-top: 0;
}


.nav-bdcon {
  width: 50%;
  float: left;
  padding: 0 0 0 .6rem;
  border-left: 1px solid rgba(255, 255, 255, .13);
}

.nav-bdcon:nth-child(1),
.nav-bdcon:nth-child(2) {
  padding-top: 1.2rem
}

.nav-tit {
  position: relative;
  line-height: .9rem;
  color: #fff;
  font-size: .6rem;
  margin-bottom: .6rem;
}

.nav-tit:before {
  position: absolute;
  content: '';
  width: .5rem;
  height: 1px;
  background: rgba(255, 255, 255, .13);
  left: -.6rem;
  top: .4rem;
}

.nav-tit span {
  width: .9rem;
  height: .9rem;
  background: rgba(255, 255, 255, .2);
  float: left;
  border-radius: 5px;
  margin-right: .3rem;
}

.nav-tit span img {
  width: 100%
}

.nav-bdcon ul {
  margin-bottom: 1.2rem
}

.nav-bdcon ul li {
  list-style-type: none;
  display: block;
  position: relative;
  margin-bottom: .4rem;
}

.nav-bdcon ul li a {
  color: #afc8f4;
  font-size: .36rem;
}

.nav-bdcon ul li a:hover:before {
  position: absolute;
  content: '';
  width: 8px;
  height: 2px;
  background: #fff;
  left: 2px;
  top: 12px;
}

.mySwiper1 {
  width: 100%;
}

.mySwiper1 .swiper-pagination-bullet {
  width: 0.8rem;
  height: 3px;
  border-radius: 0;
  background: rgba(255, 255, 255, 0.5);
  opacity: 1;
}

.mySwiper1 .swiper-pagination-bullet-active {
  background: rgba(255, 255, 255, 1);
}

.swiper-slide {
  overflow: hidden;

}

.swiperyd {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;

}

.swiper-container {
  width: 100%;
  height: 100%;
}

.mySwiperyd .swiper-slide .swiper-list {
  width: 100%;
  height: 100%
}

.search {
  display: none;
}

.search-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.2rem .3rem .2rem 0.5rem;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
}

.search-txt {
  position: relative;
  width: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
}

.search-txt input {
  display: block;
  width: 100%;
  height: 0.8rem;
  font-size: 1.2em;
  border: 0;
}

input:-moz-placeholder {
  color: #999;
}

input:-ms-input-placeholder {
  color: #999;
}

input::-webkit-input-placeholder {
  color: #999;
}

.search-btn {
  position: relative;
  margin-left: 0.2rem;
  width: 0.8rem;
  text-align: center;
  overflow: hidden;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background: url(../images/sear1.png) no-repeat center right;
  border: 0
}

.mySwiper1 .swiper-slide img {
  width: 100%;
  height: 100%;
  display: block;
}

.mySwiper1 .swiper-button-prev {
  width: 1rem !important;
  height: 1rem !important;
  transform: translateY(-50%) !important;
  left: .2rem;
  top: 50%;
  margin-top: -.1rem;
  background: url(../img/banner-qh01.png) !important;
  border-radius: 120px !important;
  background-size: 100% !important;
}

.mySwiper1 .swiper-button-next {
  width: 1rem !important;
  height: 1rem !important;
  transform: translateY(-50%) !important;
  right: .2rem;
  top: 50%;
  margin-top: -.1rem;
  background: url(../img/banner-qh02.png) !important;
  border-radius: 120px !important;
  background-size: 100% !important;
}

.content1 {
  background: url(../img/c1-bg.png) no-repeat top center;
  padding-bottom: .2rem;
  background-size: auto 100%;
}

.content1 .main {
  position: relative;
  height: 100%;
  padding: .6rem .4rem;
}

.content1 .swiper-slide {
  background-position: center;
  background-size: cover;
  width: 4rem;
  height: 3.6rem;
  position: relative;
  overflow: hidden;
  border-radius: .32rem;
}

.content1 .swiper-slide>img {
  transition: ease .5s;
  width: 100%;
}

.content1 .swiper-slide:hover>img {
  transform: scale(1.1, 1.1);
}

.content1 .swiper-slide:hover .img img {
  transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
}

.mySwiper2 {
  width: 100%;

  overflow: hidden;
  margin-top: .6rem;
}


.tit-top {
  display: flex;
  justify-content: space-between;
}

.tit-top>img {
  width: 3.2rem;
}

.tit-top a {
  color: #152D4E;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.tit-top a img {
  margin-right: .16rem;
  width: 1rem;

}


.mySwiper2-con {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.mySwiper2-con a {
  color: #fff;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.mySwiper2-con .img {
  width: 1.3rem;
  height: 1.3rem;
  margin-top: .6rem;
}

.mySwiper2-con .img img {
  width: 100%;

}

.mySwiper2-con .text {
  margin-top: .2rem;
  font-size: .34rem;
}

.mySwiper2 .swiper-button-prev {
  width: .96rem !important;
  height: .96rem !important;
  background: url(../img/c1-left.png) !important;
  border-radius: 120px !important;
  background-size: 100% !important;
  left: 0rem;
}

.mySwiper2 .swiper-button-next {
  width: .96rem !important;
  height: .96rem !important;
  background: url(../img/c1-next.png) !important;
  border-radius: 120rem !important;
  background-size: 100% !important;
  right: 0;
}

.content2 {
  overflow: hidden;
}



.con2l .tit-top {
  margin-top: 0;
  padding-top: 1.1rem;
}

.swiper-button-prev2 {
  width: .64rem !important;
  height: .64rem !important;
  background: url('../img/c2-prev.png') !important;
  background-size: 100% 100% !important;
  margin-top: 0rem !important;
  left: 0rem !important;
  top: auto !important;
  bottom: .3rem !important;
}

.swiper-button-next2 {
  width: .64rem !important;
  height: .64rem !important;
  background: url('../img/c2-next.png') !important;
  background-size: 100% 100% !important;
  margin-top: 0rem !important;
  right: 0rem !important;
  top: auto !important;
  bottom: .3rem !important;
}

.swiper-button-next3:after,
.swiper-button-prev3:after {
  font-size: 0 !important;
}

.con2l {
  width: 100%;
  background: url('../img/c2-bg1.png') no-repeat left top;
  background-size: 100% 100%;
  padding: 0 .42rem 1.2rem;
}

.mySwiper3 {
  overflow: hidden;
  height: 12.7rem;
  position: relative;
  margin-top: .7rem;
}

.mySwiper3 .swiper-slide {
  width: 100% !important;
}



.mySwiper3 .swiper-pagination-bullet {
  width: .9rem !important;
  height: .9rem !important;
  background: url('../img/c2-btn.png') !important;
  background-size: 100% 100% !important;
  opacity: 1 !important;
  margin-bottom: -.45rem !important;
}

.mySwiper3 .swiper-pagination-bullet-active {
  background: url('../img/c2-on.png') !important;
  background-size: 100% 100% !important;
}

.mySwiper3 .swiper-pagination {
  bottom: .6rem !important;
  border-bottom: 1px solid rgba(40, 79, 161, .3) !important;
  left: .64rem !important;
  right: .64rem !important;
  display: flex !important;
  flex-wrap: nowrap !important;
  justify-content: space-evenly !important;
}

.c2l-con {

  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.c2l-con .list {
  width: 4rem;
  margin-right: .3rem;
  position: relative;
  overflow: hidden;
  border-radius: .24rem;
}

.c2l-con .list>img {
  width: 100%;
}

.c2l-con .list .txt {
  position: absolute;
  left: -.2rem;
  right: -.2rem;
  bottom: -.2rem;
  color: #fff;
  font-size: .3rem;
  background: url('../img/c2-banbg.png');
  height: 3.6rem;
  padding: 1.2rem .4rem 0 .4rem;
}

.txt .txt1 {
  display: flex;
  justify-content: space-between;
  font-size: .4rem;
  align-items: center;
  margin-bottom: .2rem;
}

.txt .txt1 a {
  width: .8rem;
  height: .8rem;
  display: block;
  background: url('../img/c2-right.png');
  background-size: 100% 100%;
}

.txt:hover a {
  width: .8rem;
  height: .8rem;
  display: block;
  background: url('../img/c2-righton.png');
  background-size: 100% 100%;
}

.c2l-con .list .txt span {
  display: block;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;

}

.c2l-con .list1a {
  width: 200rem;
  height: 184rem;
  margin-top: 28rem;
  display: none;
}

.c2l-con .list {
  width: 4rem;
  height: 5.2rem;
}

.c2l-con .list6a {
  width: 200rem;
  height: 184rem;
  display: none;
}

.c2l-con .list2,
.c2l-con .list6,
.c2l-con .list10,
.c2l-con .list14,
.c2l-con .list18,
.c2l-con .list22,
.c2l-con .list26,
.c2l-con .list30,
.c2l-con .list34,
.c2l-con .list38 {
  margin-top: .4rem;
  margin-right: 0;
}

.c2l-con .list3,
.c2l-con .list7,
.c2l-con .list11,
.c2l-con .list15,
.c2l-con .list19,
.c2l-con .list23,
.c2l-con .list27,
.c2l-con .list31,
.c2l-con .list35,
.c2l-con .list39 {
  margin-top: -.1rem;
}

.c2l-con .list4,
.c2l-con .list8,
.c2l-con .list12,
.c2l-con .list16,
.c2l-con .list20,
.c2l-con .list24,
.c2l-con .list28,
.c2l-con .list32,
.c2l-con .list36,
.c2l-con .list40 {
  margin-top: .3rem;
}

.c2l-con .list6a {
  margin-top: 16rem;
  margin-right: 0;
  display: none;
}

.con2r {
  background: url('../img/c1-bg.png');
  background-size: 100% 100%;
  padding: 1.2rem .42rem 0;
}

.con2r-c {
  margin-top: .6rem;
}


.con2r-c ul li {
  width: 100%;
}

.con2r-c ul li a {
  display: block;

  background: #E7EAED;
  border-radius: .3rem;
  margin-bottom: .24rem;
  padding: .32rem;
  font-size: .24rem;
  color: rgba(21, 45, 78, .6);
}

.con2r-c ul li span {
  display: block;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  color: #152D4E;
  margin-bottom: .1rem;
  font-size: .32rem;
}

.con2r-c ul li a:hover {
  color: #fff;
  background: #2244AB;
}

.con2r-c ul li a:hover span {
  color: #fff;
}

.con2r-cb {
  margin-top: .6rem;
  background: url('../img/c2-bg2.png');
  background-size: 100% 100%;
  height: 4rem;
}




.con2r-cb ul {
  display: flex;
  align-items: center;
  height: 100%;
}

.con2r-cb ul li {
  width: 33.3%;
  height: 100%;
  border-right: 1px solid rgba(255, 255, 255, .5);
}

.con2r-cb ul li:nth-child(3) {
  border-right: 0;
}

.con2r-cb ul li a {
  display: block;
  height: 100%;
  display: flex;
  color: #fff;
  font-size: .36rem;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.con2r-cb ul li a img {
  margin-bottom: .5rem;
  width: 1.2rem;
  height: 1.2rem;
}

.con2r-cb ul li a:hover img {
  transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
}

.con2r-cb ul li a:hover {
  background: rgba(255, 255, 255, .3);
}

.content3 {
  padding: 1.2rem .42rem;
}

.c3-leftTop>img {
  width: 3.2rem;
}

.c3-leftTop .topr {
  display: flex;
  margin: .5rem 0;
}

.c3-leftTop .topr a {
  width: 3.5rem;
  display: flex;
  flex-direction: column;
  color: #152D4E;
  font-size: .4rem;
  font-weight: bold;
  margin-right: .8rem;
}

.c3-leftTop .topr a .icon {
  width: .5rem;
  height: .5rem;
  display: block;
  margin-bottom: .1rem;
}

.c3-leftTop .topr a .line {
  width: 100%;
  height: .24rem;
  display: block;
  background: url('../img/c3-img9.png');
  background-size: 100%;
  margin-top: .1rem;
}


.c3-leftCon {}

.mySwiper4 {
  width: 100%;
  height: 5rem;
  position: relative;
  overflow: hidden;
  border-radius: .24rem;
}

.c3img {
  width: 100%;
  height: 5rem;
}

.c3img>img {
  width: 100%;
  height: 5rem;
  display: block;

}

.c3img:hover>img {
  transform: scale(1.05);
}

.c3bot {
  position: absolute;
  left: 0rem;
  right: 0rem;
  bottom: 0rem;
  background: url('../img/c3bg.png');
  height: 2.4rem;
  padding: .9rem .3rem 0;
}

.c3bot1 {
  color: #fff;
}

.c3bot1 span {
  color: rgba(255, 255, 255, .6);
}

.c3bot a {
  font-size: .36rem;
  color: #fff;
  display: block;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-weight: bold;
  margin-top: .1rem;
}

.swiper-button-prev3 {
  width: .96rem !important;
  height: .96rem !important;
  background: url('../img/c1-left.png') !important;
  background-size: 100% 100% !important;
  left: .4rem !important;
}

.swiper-button-next3 {
  width: .96rem !important;
  height: .96rem !important;
  background: url('../img/c1-next.png') !important;
  background-size: 100% 100% !important;
  right: .4rem !important;
}



.c3-rightCon ul li {
  display: block;
  margin-top: .3rem;
  border: 1px solid #cfd3da;
  border-radius: .32rem;
  overflow: hidden;
  transition: all 0s ease-in-out;
}

.c3-rightCon ul li a {
  display: flex;
  flex-direction: column;
  padding: .3rem;
  color: #fff;
  font-size: .36rem;
  color: #152D4E;

  transition: all 0s ease-in-out;
}

.c3-rightCon ul li span {
  color: #2244AB;
  margin-bottom: .1rem;
  font-size: .28rem;
  transition: all 0s ease-in-out;
}

.c3-rightCon ul li a:hover span {
  transition: all 0s ease-in-out;
  color: #fff;
}

.c3-rightCon ul li div {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  transition: all 0s ease-in-out;
}

a.color1.active .line {
  background: url('../img/c3-img8.png');
  background-size: 100%;
}

a.color2.active .line {
  background: url('../img/c3-img7.png');
  background-size: 100%;
}

.c3-right {
  border: 1px solid #cfd3da;
  border-radius: .32rem;
  padding: .3rem;
  margin-top: .6rem;
}

.c3-rightTop {
  position: relative;
}

.c3-rightTop .topr {
  display: flex;
  width: 100%;
}

.c3-rightTop .topr a {
  width: 100%;
  display: flex;
  flex-direction: column;
  color: #152D4E;
  font-size: .4rem;
  font-weight: bold;

}

.c3-rightTop .topr a .icon {
  width: .5rem;
  height: .5rem;
  display: block;
  margin-bottom: .1rem;
}

.c3-rightTop .topr a .line {
  width: 100%;
  height: .24rem;
  display: block;
  background: url('../img/c3-img5.png');
  background-size: 100% 100%;
  margin-top: .1rem;
}

.c3-rightTop .topr a:hover .line {
  background: url('../img/c3-img6.png');
  background-size: 100%;
}

.c3-rightTop .more {
  position: absolute;
  right: 0;
  top: .2rem;
}

.c3-rightTop .more img {
  width: .9rem;
  height: .9rem
}

.c3-rightBD ul li a {
  display: block;
  border-bottom: 1px dashed #cfd3da;
  padding: .3rem 0;
  color: #152D4E;
  font-size: .3rem;
}

.c3-rightBD ul li:nth-child(1) a {
  display: flex;
  align-items: center;
  font-size: .36rem
}

.c3-rightBD ul li:nth-child(1) div {
  width: 1.5rem;
  color: #2244AB;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.c3-rightBD ul li:nth-child(1) div strong {
  font-size: .8rem;
}

.c3-rightBD ul li:nth-child(1) a>span {
  display: block;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: all 0s ease-in-out;
  font-size: .36rem;
}

.c3-rightBD ul li a>span {
  display: block;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  transition: all 0s ease-in-out;
}

.c3-rightBD ul li a:hover {
  color: #2244AB;
}

.content4 {

  background: url('../img/c4-bg.png') no-repeat center top;
  background-size: auto 100%;
  padding: 1rem .42rem;
  position: relative;
}

.content4>.main>img {
  width: 3.2rem;
}

.c4-con1 {
  margin-top: .6rem;
  background: url('../img/c4-bg1.png') no-repeat center bottom;
  background-size: 100% 100%;
  height: 6rem;
}

.c4-con1 ul {
  display: flex;
}

.c4-con1 ul li {
  width: 1.4rem;
  height: 6rem;
  padding-top: .5rem;

}

.c4-con1 ul li a {
  font-weight: bold;
  color: #fff;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.c4-con1 ul li a img {
  width: .8rem;
}

.c4-con1 ul li span {
  display: block;
  font-size: .4rem;
  writing-mode: vertical-rl;
  margin-top: .2rem;
}

.c4-con1 ul li:hover img {
  transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
}

.c4-con1 ul li:nth-child(1) {
  background-image: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .4), rgba(0, 0, 0, 0));
}

.c4-con1 ul li:nth-child(2) {
  background-image: linear-gradient(rgba(34, 68, 171, 1), rgba(34, 68, 171, .8), rgba(34, 68, 171, 0));
}

.c4-con1 ul li:nth-child(3) {
  background-image: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, .3), rgba(0, 0, 0, 0));
}

.c4-con2 {
  width: 100%;
}



.c4-con2 ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.c4-con2 ul li {
  width: 50%;
}

.c4-con2 ul li a {
  width: 100%;
  height: 4.2rem;
  color: #fff;
  font-size: .4rem;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.c4-con2 ul li:nth-child(1) {
  background: url('../img/c4-bg6.png');
  background-size: 100% 100%;
}

.c4-con2 ul li:nth-child(2) {
  background: url('../img/c4-bg5.png');
  background-size: 100% 100%;
}

.c4-con2 ul li:nth-child(3) {
  background: url('../img/c4-bg4.png');
  background-size: 100% 100%;
}

.c4-con2 ul li a img {
  margin-bottom: .3rem;
  width: 1.2rem;
  height: 1.2rem;

}


.c4-con3 {
  background: #2244AB url('../img/c4-bg3.png') no-repeat center center;
  background-size: 33%;
  padding: .4rem;
}

.c4-con3 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.c4-con3 ul li {
  width: 48%;
  padding: .3rem 0;
  display: inline-block;
  border-top: 1px solid rgba(255, 255, 255, .3);
}

.c4-con3 ul li a {
  color: #fff;
  font-size: .32rem;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.c4-con3 ul li a img {
  width: .16rem;
  height: .24rem;
}

.c4-con3 ul li:nth-child(5),
.c4-con3 ul li:nth-child(6) {
  border-bottom: 1px solid rgba(255, 255, 255, .3);
}

.c4-con4 {
  width: 100%;
  height: 6rem;
  display: block;
  margin-bottom: -1.8rem;
}



.content5 {
  background: url(../img/c1-bg.png) no-repeat top center;
  padding: 2rem 0 0;
  position: relative;
}

.c5-left img {
  width: 95%;
  display: block;
}

.content5 .main {
  display: flex;
  justify-content: flex-end;
}

.c5-right {
  padding: .8rem .42rem 1rem .42rem;

}


.c5-right1 {
  display: flex;
  align-items: center;
}

.c5-right1>img {
  width: 3.2rem;
}

.c5-right1 .more {
  margin-left: .6rem;
  color: #152D4E;

  display: flex;
  justify-content: space-between;
  align-items: center;
}

.c5-right1 .more img {
  margin-right: .16rem;
  width: 1rem;
}

.c5-right2 {
  color: #152D4E;
  font-weight: bold;
  font-size: .46rem;
  margin: .8rem 0 .6rem 0;
}

.c5-right3 {
  color: #152D4E;
  font-size: .36rem;
  line-height: .6rem;
}

.c5-right4 {
  margin-top: .6rem;
  padding: 0 .42rem;
}

.c5-right4 ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.c5-right4 ul li {
  display: flex;
  align-items: center;
  flex-direction: column;
  cursor: pointer;
  overflow: hidden;
}

.c5-right4 ul li a {
  color: #152D4E;

  display: block;
  margin-top: .3rem;
  text-align: center;

}

.c5-right4 ul li:nth-child(1),
.c5-right4 ul li:nth-child(3) {
  width: 29%;

}

.c5-right4 ul li:nth-child(1) img,
.c5-right4 ul li:nth-child(3) img {
  width: 100%;
}

.c5-right4 ul li:nth-child(2) {
  width: 38%;

}

.c5-right4 ul li:nth-child(2) img {
  width: 100%;
}

.c5-img {
  width: 100%;
}

.c5-left img.c5-c1b,
.c5-left img.c5-c1c {
  display: none;
}

.c5-right4 ul li img {
  display: block;
  border: 4px solid transparent;
}



.c5-right4 ul li>div {
  border: 2px solid transparent;
  overflow: hidden;
}

.c5-right4 ul li>div:hover {
  border: 2px solid #81a4e6;
}

.c5-right4 ul li .active {
  border: 2px solid #81a4e6;
}

.content6 {
  position: relative;

}

.content6 video {
  width: 100%;
  display: block;
}

.c6-bd {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: .4rem;
  background: rgba(0, 0, 0, .3);
  flex-direction: column;
  z-index: 999;
}

.c6-bd img {
  margin-bottom: .3rem;
  cursor: pointer;
  width: 1.5rem;
}

.content7 {
  background: url(../img/c1-bg.png) no-repeat top center;
  padding: 1rem 0;
}

.content7>.main {
  padding: 0 .42rem;
}

.content7c1 {

  margin-top: .6rem;
}

.content7c1 .main {
  position: relative;
}

.c7-c1l {
  width: 100%;
  display: block;
  border-radius: .24rem;
}

.c7-c1r {
  border-radius: 0 0 .24rem .24rem;
  padding: 0 .42rem .8rem;
  background: #67C15B url(../img/c7-img16.png) no-repeat center center;
  background-size: 30%;
}

.c7-c1rTop {
  background: url('../img/c7-img13.png') no-repeat bottom left;
  padding-bottom: .2rem;
  padding-top: .5rem;
  background-size: 100%;
}

.c7-c1rTop ul li {
  display: inline-block;
  cursor: pointer;
  padding-bottom: .5rem;
  color: #fff;
  font-size: .4rem;
  margin-right: .6rem;
  position: relative;
}

.c7-c1rTop ul li:hover,
.c7-c1rTop ul li.active {
  font-size: .5rem;
}

.c7-c1rTop ul li.active::before,
.c7-c1rTop ul li:hover::before {
  position: absolute;
  content: '';
  width: .8rem;
  height: .1rem;
  background: #fff;
  border-radius: .6rem;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}

.mySwiper5 {
  margin-top: .5rem;
  width: 100%;
  overflow: hidden;
  position: relative;
  padding-bottom: 1.2rem;

}

.c7-c1rCon {
  display: flex;
  color: #fff;
  width: 100%;
  padding-top: .2rem;
  flex-direction: column;
}

.c7-2 a {
  display: block;
  color: #fff;
  font-size: .4rem;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin: .3rem 0 .6rem 0;
}

.c7-3 {}

.c7-4 {
  color: #fff;
  font-size: 14px;
  display: flex;
  align-items: center;
  margin-top: .5rem;
}

.c7-4 img {
  margin-right: .3rem;
}


.swiper-button-prev5 {
  width: .64rem !important;
  height: .64rem !important;
  background: url('../img/c7-img14.png') !important;
  background-size: 100% 100% !important;
  left: .42rem !important;
  top: initial !important;
  bottom: .7rem !important;
}

.swiper-button-next5 {
  width: .64rem !important;
  height: .64rem !important;
  background: url('../img/c7-img15.png') !important;
  background-size: 100% 100% !important;
  right: 50% !important;
  top: initial !important;
  bottom: .7rem !important;
}

.swiper-pagination3 {
  width: 34% !important;
  left: 1rem !important;
  bottom: 0.8rem !important;
}

.content7c1 .swiper-pagination-bullet {
  background: #FFFFFF !important;
  border-radius: 50% !important;
  opacity: 0.2 !important;
  margin: 0 .1rem;

}

.content7c1 .swiper-pagination-bullet-active {
  opacity: 1 !important;

}

.c7-c2Con {
  padding: 0 .42rem .42rem;
  margin-top: .4rem;
  border-radius: .24rem;
}

.c7-c2Con>img {
  width: 100%;
}

.content7c2 {
  background: url('../img/c7-img12a.png');
  background-size: 100% 100%;
  padding: .42rem;
  margin-top: .4rem;
  border-radius: .24rem;
}

.mySwiper6 {

  width: 100%;
  overflow: hidden;
  position: relative;

}

.swiper-button-prev6 {
  width: .64rem !important;
  height: .64rem !important;
  background: url('../img/c7-img10.png') !important;
  background-size: 100% 100% !important;
  left: initial !important;
  top: initial !important;
  bottom: 0 !important;
  right: 42% !important;
}

.swiper-button-next6 {
  width: .64rem !important;
  height: .64rem !important;
  background: url('../img/c7-img9.png') !important;
  background-size: 100% 100% !important;
  right: 0 !important;
  top: initial !important;
  bottom: 0 !important;
}

.swiper-pagination4 {
  width: 36% !important;
  right: .6rem !important;
  bottom: 0.1rem !important;
  left: initial !important;

}


.content7c2 .main {

  position: relative;
}

.content7c2 .c7-2 a {
  font-size: .4rem;
}

.content7c2 .c7-4 {
  margin-top: 0;
}

.content7c2 .swiper-pagination-bullet {
  background: #FFFFFF !important;
  border-radius: 50% !important;
  opacity: 0.2 !important;
  margin: 0 .1rem;
}

.content7c2 .swiper-pagination-bullet-active {
  opacity: 1 !important;
}


.addC7 {
  width: 100%;
  height: 3rem;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
}

.addC7-list {
  width: 49%;
  height: 3rem;
  position: relative;
}

.addC7-list>img {
  width: 100%;
  height: 3rem;
  display: block;
}

.c7-c2Conr .c7-2 a {
  font-size: .4rem;
}

.c7-c2Conr .c7-c1rCon {
  margin-top: .3rem;
}

.c7-c2Conrb {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  bottom: 0;
  background: rgba(23, 24, 26, .6);
  border-radius: 12rem;
  padding: 50rem 40rem;

}

.c7-c2Conrb .c7-2 a {
  width: 80%;
  margin-bottom: 40rem;
}

.c7-c2Conr:hover>.c7-c1rCon {
  display: none;
}

.c7-c2Conr:hover .c7-c2Conrb {
  top: 0;
}

.c7-imga {
  width: 100%;
  height: 4.5rem;
  margin: 0 0 .3rem 0;
}


.content7c3 .main {
  padding: 0 .42rem;
}

.c7-left a,
.c7-right a {
  height: 3rem;
  display: flex;
  font-size: .5rem;
  color: #fff;
  align-items: center;
  justify-content: center;
}

.c7-left img,
.c7-right img {
  margin-right: .4rem;
  width: 1.8rem;
  height: 1.8rem;
}

.c7-left {
  background: url('../img/c7-img3.png');
  background-size: 100% 100%;
  margin-top: .3rem;
}

.c7-right {
  background: url('../img/c7-img4.png');
  background-size: 100% 100%;
  margin-top: .3rem;
}

.c7-left:hover img,
.c7-right:hover img {
  transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
}

.foot {
  background: url('../img/ftbg.jpg') no-repeat center center;
  background-size: auto 100%;
  padding: 0 .42rem;
}

.foot1 {
  text-align: center;
  padding: 1.2rem 0 .6rem 0;
}

.flogo {
  width: 5rem;
}

.foot2 {
  background: url('../img/ft-line.png') no-repeat bottom;
  padding: 0rem 0 .8rem;
  background-size: 100%;
}

.foot2 ul {
  display: flex;
  flex-wrap: wrap;

}

.foot2 ul li {
  width: 33%;
  text-align: center;
  margin-top: .3rem;
}


.foot2 ul li a {
  font-size: .4rem;
  color: #fff;
}

.foot3 {
  padding: .5rem 0;
  text-align: center;
  color: rgba(255, 255, 255, .5);
  line-height: .6rem;
  display: flex;
  font-size: .28rem;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.foot3 a{
    color:#fff
}

.foot3 img {
  width: 1.2rem;
  margin-top: .3rem;
}

.foot4r {
  display: flex;
  padding: .6rem 0 1rem 0;
  justify-content: center;
}

.foot4r a {
  color: rgba(255, 255, 255, .5);
  margin-left: .6rem;
}



.foot4l a {
  position: relative;
}

.foot4l {
  display: flex;
  justify-content: center;
}

.foot4l .f4c {
  width: 1rem;
  height: 1rem;
  display: flex;
  margin-right: .6rem;
  position: relative;
  cursor: pointer;
}

.f-img1 {
  width: 1rem;
  height: 1rem;
}

.foot4l .f4c:nth-child(1) {
  background: url('../img/ft-img3.png');
  background-size: 100% 100%;
}

.foot4l .f4c:nth-child(1):hover {
  background: url('../img/ft-img3on.png');
  background-size: 100% 100%;
}

.foot4l .f4c:nth-child(2) {
  background: url('../img/ft-img2.png');
  background-size: 100% 100%;
}

.foot4l .f4c:nth-child(2):hover {
  background: url('../img/ft-img2on.png');
  background-size: 100% 100%;
}

.foot4l .f4c:nth-child(3) {
  background: url('../img/ft-img1.png');
  background-size: 100% 100%;
}

.foot4l .f4c:nth-child(3):hover {
  background: url('../img/ft-img1on.png');
  background-size: 100% 100%;
}

.foot1lc {
  display: none;
}


/* 专科特色 */
.speBanner {
  width: 100%;
  position: relative;
}

.speBanner>img {
  width: 100%;
  display: block;
}

.btColor {
  display: flex;
}

.btColor .list {
  flex: 1;
  height: 3px;
}

.btColor .list:nth-child(1) {
  background: #67C15B;
}

.btColor .list:nth-child(2) {
  background: #69C2D0
}

.btColor .list:nth-child(3) {
  background: #EF8136;
}

.btColor .list:nth-child(4) {
  background: #F4BB3E;
}

.btColor .list:nth-child(5) {
  background: #B18FDD;
}

.btColor .list:nth-child(6) {
  background: #D06999;
}

.banLeft {
  padding: 0 .42rem;
  display: flex;
  flex-direction: column;
  color: #fff;
  font-weight: bold;
  font-size: .5rem;
  top: 1.5rem;
  position: absolute;
}

.banLeft-bd {
  font-weight: normal;
  margin-top: .2rem;
  display: flex;
  align-items: center;
  font-size: .28rem;
}

.banLeft-bd img {
  width: .4rem;
}

.banLeft-bd a {
  color: #fff;
  margin: 0 .2rem;
}

.banRight {
  background: #2244AB url('../img/specialty/banbg.png') no-repeat center center;
  background-size: auto 85%;
  padding: .5rem;
  color: #fff;
  font-size: .3rem;
}

.banRight-top {
  font-size: .4rem;
  font-weight: bold;
}

.banRight-bd {
  margin: .4rem 0;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  line-height: .5rem;
}

.banRight-more {
  display: flex;
  align-items: center;
}

.banRight-more img {
  width: 1rem;
  margin-right: .3rem;
}

.spcontent1 {
  background: url('../img/c1-bg.png') no-repeat top center;
  padding: .8rem .42rem .5rem .42rem;
  position: relative;
}

.spcontent1 .main {
  position: relative;
}

.spcontent1 .tit-top {
  opacity: 1;
  visibility: visible;
}

.mySwiper7 {
  width: 100%;
  overflow: hidden;
  margin-top: .6rem;
  padding-bottom: 1.6rem;
  position: relative;
}

.mySwiper7::before {
  position: absolute;
  content: '';
  width: 39%;
  border-radius: 0 0 0 16px;
  height: 10px;
  left: 0;
  bottom: .6rem;
  border-left: 1px solid rgba(21, 45, 78, .2);
  border-bottom: 1px solid rgba(21, 45, 78, .2);
}

.mySwiper7::after {
  position: absolute;
  content: '';
  width: 39%;
  border-radius: 0 0 16px 0;
  height: 10px;
  right: 0;
  bottom: .6rem;
  border-right: 1px solid rgba(21, 45, 78, .2);
  border-bottom: 1px solid rgba(21, 45, 78, .2);
}

.swiper-button-prev7 {
  width: .64rem !important;
  height: .64rem !important;
  background: url('../img/c1-left.png') !important;
  background-size: 100% 100% !important;
  margin-top: 0px !important;
  left: 41% !important;
  top: auto !important;
  bottom: .3rem !important;
}

.swiper-button-next7 {
  width: .64rem !important;
  height: .64rem !important;
  background: url('../img/c1-next.png') !important;
  background-size: 100% 100% !important;
  margin-top: 0px !important;
  right: 41% !important;
  top: auto !important;
  bottom: .3rem !important;
}

.tit-topSp {
  display: flex;
  justify-content: space-between;
}

.tit-topSp>img {
  width: 3.2rem;
}

.tit-topSp a {
  color: #152D4E;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.tit-topSp a img {
  margin-right: .16rem;
  width: 1rem;

}


.mySwiper7 .list {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}

.mySwiper7 .list>img {
  width: 100%;
}





.mySwiper7 .list .txt {
  position: absolute;
  left: -.2rem;
  right: -.2rem;
  bottom: -.2rem;
  color: #fff;
  font-size: .3rem;
  background: url('../img/c2-banbg.png');
  background-size: 100%;
  height: 3.6rem;
  padding: 1.2rem .4rem 0 .4rem;
}

.txt .txt1 {
  display: flex;
  justify-content: space-between;
  font-size: .4rem;
  align-items: center;
  margin-bottom: .2rem;
}

.txt .txt1 a {
  width: .8rem;
  height: .8rem;
  display: block;
  background: url('../img/c2-right.png');
  background-size: 100% 100%;
}

.txt:hover a {
  width: .8rem;
  height: .8rem;
  display: block;
  background: url('../img/c2-righton.png');
  background-size: 100% 100%;
}

.mySwiper7 .list .txt span {
  display: block;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;

}


.sp2Left {

  height: 6rem;
  background: url('../img/specialty/sp2bg.jpg') no-repeat center;
  background-size: 100% auto;
  display: flex;
  padding: .42rem;
  justify-content: flex-end;
}

.sp2Left img {
  width: 1.5rem;
  height: 3.9rem;
}

.sp2Right {
  background: #E7EAED;
  padding: .8rem .42rem 1.8rem .42rem;
  position: relative;

}

.mySwiper8 {
  overflow: hidden;
  position: relative;

}

.sp2Right::before {
  position: absolute;
  content: '';
  width: 32%;
  border-radius: 0 0 0 16px;
  height: 10px;
  left: .42rem;
  bottom: 1.1rem;
  border-left: 1px solid rgba(21, 45, 78, .2);
  border-bottom: 1px solid rgba(21, 45, 78, .2);
}

.sp2Right::after {
  position: absolute;
  content: '';
  width: 33%;
  border-radius: 0 0 16px 0;
  height: 10px;
  right: .42rem;
  bottom: 1.1rem;
  border-right: 1px solid rgba(21, 45, 78, .2);
  border-bottom: 1px solid rgba(21, 45, 78, .2);
}

.mySwiper8 .list {
  width: 9rem;
  height: 9rem;
  cursor: pointer;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.mySwiper8 .list1,
.mySwiper8 .list2,
.mySwiper8 .list3,
.mySwiper8 .list4 {
  width: 4.5rem;
  height: 4.5rem;
  border-radius: 300px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.mySwiper8 .list2 {
  margin-left: -.8rem;
  z-index: 2
}

.mySwiper8 .list3 {
  margin-top: -.8rem;
  z-index: 4
}

.mySwiper8 .list4 {
  margin-top: -.8rem;
  margin-left: -.8rem;
  z-index: 3
}

.mySwiper8 .list1c {
  padding: 0 1rem;
  display: flex;
  justify-content: center;
  color: #fff;
  font-size: .32rem;
  line-height: .5rem;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  align-items: center;
  text-align: center;
}

.mySwiper8 .list1 .list1c {
  background: #2244AB;
}

.mySwiper8 .list2 .list1c {
  background: #67C15B;
}

.mySwiper8 .list3 .list1c {
  background: #69C2D0;
}

.mySwiper8 .list4 .list1c {
  background: #EF8136;
}


.mySwiper8 .list img {
  height: 100%;
}

.mySwiper8 .list1c:hover {
  background: transparent;
}

.swiper-button-prev8 {
  width: .64rem !important;
  height: .64rem !important;
  background: url(../img/c1-left.png) !important;
  background-size: 100% 100% !important;
  margin-top: 0px !important;
  left: 41% !important;
  top: auto !important;
  bottom: .8rem !important;
}

.swiper-button-next8 {
  width: .64rem !important;
  height: .64rem !important;
  background: url(../img/c1-next.png) !important;
  background-size: 100% 100% !important;
  margin-top: 0px !important;
  right: 41% !important;
  top: auto !important;
  bottom: .8rem !important
}

.spcontent3 {
  background: url('../img/c1-bg.png') no-repeat top center;
  padding: .6rem .42rem;

}


.sp3Left {
  background: #FFFFFF;
  border-radius: .32rem;
  border: 1px solid #D0D5DC;
  padding: 0 .5rem;
  border-bottom: 3px solid #2244AB;
}

.sptit {
  border-bottom: 1px solid rgba(21, 45, 78, .2);
  height: 1.4rem;
  display: flex;
  justify-content: space-between;
  position: relative;
  font-size: .4rem;
  color: #152D4E;
  font-weight: bold;
  align-items: center;
}

.sptit::before {
  position: absolute;
  content: '';
  width: 1rem;
  height: 3px;
  bottom: -1px;
  left: 0;
  background: #2244AB;
  border-radius: 10px;
}

.moreimg {
  display: none;
}

.sptit .more {
  display: flex;
  align-items: center;
  color: rgba(21, 45, 78, .7);
  font-size: .32rem;
  font-weight: normal;
}

.moreimg1 {
  width: .8rem;
  height: .8rem;
  background: url('../img/specialty/jtimg1.png');
  background-size: 100% 100%;
  margin-right: .2rem;
}

.sptit .more:hover .moreimg1 {
  background: url('../img/specialty/jtimg2.png');
  background-size: 100% 100%;
}

.sp3Left {
  padding-bottom: .6rem;
}

.sp3Left ul li {
  margin-top: .5rem;
  cursor: pointer;
}

.sp3Left ul li a {
  color: #152D4E;
  font-size: .32rem;
  display: block;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.sp3Left ul li span {
  display: block;
  margin-top: .2rem;
  color: #152D4E;
  position: relative;
  opacity: .6;
}

.sp3Left ul li span::before {
  position: absolute;
  content: '';
  width: 6rem;
  height: 1px;
  background: #D0D5DC;
  right: 0;
  bottom: .18rem;
}

.sp3Left ul li:hover a {
  color: #2244AB;
}

.sp3Left ul li:hover span::before {
  background: #2244AB;
}

.sp3Right {
  background: #FFFFFF;
  border-radius: 8px;
  border: 1px solid #D0D5DC;
  padding: 0 .5rem;
  border-bottom: 3px solid #2244AB;
  margin-top: .3rem;
}

.sp3Right .listc {
  padding: .5rem 0 .3rem 0;

}

.listc-left {
  border-radius: 8px;
  overflow: hidden;
}

.listc-leftc {
  position: relative;
  display: none;
}

.listc-leftc>img {
  width: 100%;
}

.listc-leftc.on {
  display: block;
}

.listc-leftc a {
  width: 100%;
  line-height: 1rem;
  color: #fff;
  font-size: .32rem;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-align: center;
  background: rgba(0, 0, 0, .5);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 0 0 8px 8px;
}

.listc-left img {
  width: 100%;
  display: block;
}

.listc-right {
  flex: 1;
}

.listc-right ul li {
  position: relative;
}

.listc-right ul li::before {
  position: absolute;
  content: '';
  width: 5px;
  height: 5px;
  background: #2244AB;
  border-radius: 20px;
  left: .4rem;
  top: .54rem;
}

.listc-right ul li a {
  width: 100%;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  flex: 1;

  background: #E7EAED;
  padding-left: .8rem;
  color: #152D4E;
  border-radius: 8px;
  margin-top: .3rem;
  cursor: pointer;
  line-height: 1.2rem;
  font-size: .32rem;
}

.listc-right ul li:hover::before {
  background: #fff;
}

.listc-right ul li:hover a {
  background: #2244AB;
  color: #fff;
}

.listc-right ul li:hover::after {
  position: absolute;
  content: '';
  left: 0;
  top: .5rem;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #fff;
}

/* 医院资讯 */
.newBanner {
  padding-bottom: 0;
}



.newBd {
  background: rgba(0, 0, 0, .1);
}

.newBd .main {
  padding: .5rem .42rem;
  position: relative;
}




.newNav {
  position: absolute;
  left: .42rem;
  top: -1.1rem;
  right: .42rem;
  display: flex;
  justify-content: space-between;
}

.newNav a {
  width: 19.2%;
  line-height: .8rem;
  text-align: center;
  background: rgba(255, 255, 255, .3);
  border-radius: 4px;
  color: #fff;
  font-size: .32rem;
  position: relative;
  font-weight: bold;
}

.newNav a.on,
.newNav a:hover {
  background: #fff;
  color: #2244AB;
}

.newNav a.on::before,
.newNav a:hover::before {
  position: absolute;
  content: '';
  width: .6rem;
  height: 3px;
  background: #2244AB;
  border-radius: 5px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.newList .list {
  margin: 0 0 .4rem 0;
  background: #fff;
  padding: .3rem;
  cursor: pointer;
  transition: all 0s ease-in-out;
  border-bottom: 3px solid transparent;
}

.newList .list:hover {
  background: #2244AB;
}

.newList .list:hover .list-right1,
.newList .list:hover .tit {
  color: #fff;
}

.newList .list:hover .list-right2c {
  color: #fff;
  opacity: .8;
  ;
}

.newList .list>img {
  width: 100%;
}

.newList .list-right {
  transition: all 0s ease-in-out;
  display: flex;
  align-items: flex-start;
  margin-top: .3rem;
}

.newList .list-right1 {
  width: 1.8rem;
  margin-right: .1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #2244AB;
  font-weight: bold;
  font-size: .32rem;
  transition: all 0s ease-in-out;
  text-align: center;
}

.newList .list-right1 strong {
  font-size: .8rem;
  transition: all 0s ease-in-out;
}

.newList .list-right2 {
  flex: 1;
  transition: all 0s ease-in-out;
}

.newList .list-right2 .tit {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  color: #152D4E;
  font-size: .4rem;
  font-weight: bold;
  transition: all 0s ease-in-out;
}

.newList .list-right2c {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #152D4E;
  opacity: .8;
  line-height: .45rem;
  margin: .2rem 0 .3rem 0;
  transition: all 0s ease-in-out;
}

.newMore {
  color: #152D4E;
  width: 2.5rem;
  height: .8rem;
  border: 1px dashed rgba(21, 45, 78, .2);
  text-align: center;
  line-height: .8rem;
  display: block;
  position: relative;
  transition: all 0s ease-in-out;
}

.newMore::before {
  position: absolute;
  content: '';
  background: url('../img/new/left.png') no-repeat;
  width: 3px;
  height: .8rem;
  background-size: 100% 100%;
  left: 0;
  top: 0;
}

.newMore::after {
  position: absolute;
  content: '';
  background: url('../img/new/right.png') no-repeat;
  width: 3px;
  height: .8rem;
  background-size: 100% 100%;
  right: 0;
  top: 0;
}

.newList .list:hover .newMore {
  color: #fff;
  background: #EF8136;
  border: 0
}

.newList .list:hover .newMore::before {
  background: none;
}

.newList .list:hover .newMore::after {
  background: none;
}

.newList .list:hover {
  border-bottom: 6px solid #81A4E6;
}

.page {
  margin-top: 0.2rem;
  color: #666;
  font-size: 0.28rem;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.page a {
  color: #152D4E;
  width: 2rem;
  text-align: center;
  border-radius: 30px;
  background: rgba(21, 45, 78, .2);
  width: .8rem;
  line-height: .8rem;
  margin: 0 .2rem .2rem 0;

}



.page a:hover {
  background: #2244AB;
  color: #fff
}

.page input {
  background: rgba(21, 45, 78, .2);
  padding: 0 .2rem;
  border-radius: 30px;
  margin: 0 .1rem;
  border: 0;
  line-height: .8rem;
  width: 2rem;
}

.page a:last-child {
  width: 2rem;
  margin: 0 .1rem;
}

.page img {
  width: .8rem;
  height: .8rem;
  display: block;
}


.page a:hover {
  background: #2244AB;
  color: #fff
}


/* 党群 */
.partyBanner>img {
  width: 100%;
  display: block;
}

.partyContent1 {
  position: relative;
  background: rgba(21, 45, 78, .1);
  padding: .42rem;
}


.partyC1left {
  background: url('../img/partyMasses/pcon2bg.jpg') no-repeat center top;
  background-size: 100%;
  padding: .5rem .42rem;
  position: relative;
}

.partyC1left-tit {
  font-size: .4rem;
  font-weight: bold;
  color: #fff;
  padding-bottom: .5rem;
  border-bottom: 1px dashed #fff;
  position: relative;
}

.partyC1left-titimg {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  position: absolute;
  bottom: -6px;
  left: 0;
  right: 0;
}

.partyC1left-tit .l1 {
  width: .2rem;
  height: .3rem;
}

.partyC1left-tit .l2 {
  width: .6rem;
  height: .4rem;
}

.partyC1leftMore {
  display: flex;
  align-items: center;
  color: rgba(255, 255, 255, .6);
  position: absolute;
  right: .42rem;
  top: .5rem;
}

.partyC1leftMore .micon {
  width: .8rem;
  height: .8rem;
  background: url('../img/partyMasses/more1.png');
  background-size: 100% 100%;
  margin-right: 12px;
}

.partyC1leftMore:hover {
  color: #fff;
}

.partyC1leftMore:hover .micon {
  background: url('../img/partyMasses/more3.png');
}



.partyC1right1 {}

.partyC1right1 .list {
  display: flex;
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, .08);
  position: relative;
  margin-top: .3rem;
}

.partyC1right1 .list img {
  height: 2.4rem;
  border-radius: 5px;
}

.partyC1right1 .listc {
  padding: .3rem .3rem 0 .3rem;

}

.partyC1right1 .listc1 {
  flex: 1;
  font-size: .32rem;
  color: #152D4E;
  line-height: .5rem;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.partyC1right1 .listc2,
.partyC1right2 .listc2 {
  color: #A6050A;
  font-weight: bold;
  display: flex;
  margin-top: .3rem;
  align-items: center;
}

.partyC1right1 .listc2 strong,
.partyC1right2 .listc2 strong {
  font-size: .4rem;
  margin-right: .2rem;
}

.partyC1right1 .list:hover .listc {
  background: #A6050A;
}

.partyC1right1 .list:hover .listc1 {
  color: #fff;
}

.partyC1right1 .list:hover .listc2 {
  color: #fff;
}

.partyC1right1 .list:hover::before {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  bottom: 0;
  height: 4px;
  background: #B4A37E;
}

.partyC1right2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.partyC1right2 .list {
  width: 48.5%;
  box-shadow: 0 0 10px rgba(0, 0, 0, .08);
  margin-top: .4rem;
  background: #fff;
  padding: .3rem;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.partyC1right2 .list:hover .listc1 {
  color: #A6050A;
}


.partyC1right2 .listc1 {
  flex: 1;
  font-size: .32rem;
  color: #152D4E;
  line-height: .5rem;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.partyC1right2more {
  display: inline-block;
  color: #A6050A;
  margin-top: .1rem;
  border-bottom: 1px solid #A6050A;
  padding-bottom: .15rem;
  padding-right: .3rem;
  background: url('../img/partyMasses/pcon2-img7.png') no-repeat right bottom;
  background-size: .15rem;
  margin-top: -.45rem;
}


.partyContent1img {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 20%;
  display: none;

}

.partyContent2 {
  background: url('../img/partyMasses/pcon3bg.jpg') no-repeat;
  background-size: auto 100%;
  padding: .42rem;
}




.partyContent2aleft {
  background: #2244AB;
  position: relative;
  padding: .3rem .42rem .5rem .42rem;
}

.partyContent2aleft .sptit {
  color: #fff;
  border: 0;
}

.partyContent2aleft .sptit::before {
  background: none;
}

.partyContent2aleft .more {
  color: #fff;
}

.partyContent2aleft .moreimg1 {
  background: url('../img/partyMasses/more1.png');
  background-size: 100% 100%;
}

.partyContent2aleft .more:hover .moreimg1 {
  background: url('../img/partyMasses/more2on.png');
  background-size: 100% 100%;
}

.partyContent2aleft ul li {
  padding: .3rem 0;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, .2);
}

.partyContent2aleft ul li span {
  color: #fff;
  display: flex;
  justify-content: center;
  font-weight: bold;
  flex-direction: column;
  align-items: center;
  margin-right: .4rem;
}

.partyContent2aleft ul li span strong {
  font-size: .6rem;
  margin-top: -.1rem;
}

.partyContent2aleft ul li a {
  flex: 1;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #fff;
  font-size: .32rem;
  line-height: .5rem;
}

.p2l-icon {
  position: absolute;
  right: -24px;
  top: 50%;
  transform: translateY(-50%);
  display: none;
}

.partyContent2a>img {
  width: 100%;
  display: block;
  border-radius: 5px;
}

.partyContent2a:nth-child(2) {
  margin-top: .3rem;
}

.partyContent2b {
  background: #B4A37E;
}

.partyContent2b .p2l-icon {
  left: -24px;
}

.partyContent3 {
  background: url('../img/partyMasses/pcon4bg.jpg') no-repeat center top;
  background-size: auto 4rem;
  padding: .42rem;
}



.partyContent3 .sptit {
  position: relative;
  color: #fff;
  border: 0;
  height: .8rem;
  margin-top: .08rem;
}

.partyContent3 .sptit::before {
  background: none;
}

.partyContent3 .more {
  position: absolute;
  right: 0;
  color: rgba(255, 255, 255, .6);
}

.partyContent3 .moreimg1 {
  background: url('../img/partyMasses/more1.png');
  background-size: 100% 100%;
}

.partyContent3 .more:hover .moreimg1 {
  background: url('../img/partyMasses/more3.png');
  background-size: 100% 100%;
}


.partyContent3 ul li {
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, .08);
  margin-top: .32rem;
  cursor: pointer;
  display: flex;
}

.partyContent3 ul li>img {
  height: 2.4rem;
  display: block;
  border-radius: 5px;
}

.partyContent3 ul li .listc {
  padding: .3rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.partyContent3 ul li .listc1 {
  color: #454545;
  line-height: .5rem;
  font-size: .32rem;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.partyContent3 ul li .listc2 {
  color: #888888;
}



.partyContent3 ul li:hover .listc1 {
  color: #A6050A;
}

.partyContent4 {
  background: url('../img/partyMasses/pcong5bg.png') no-repeat center;
  background-size: auto 100%;
  padding: .3rem .42rem .42rem .42rem;
}


.partyContent4 .sptit {
  border: 0;
  height: .8rem;
  color: #454545;
}

.partyContent4 .sptit::before {
  background: none;
}

.partyContent4 .sptit .more {
  color: rgba(51, 51, 51, .6);
}

.partyContent4 .sptit .moreimg1 {
  background: url('../img/partyMasses/more2.png');
  background-size: 100% 100%;
}

.partyContent4 .more:hover .moreimg1 {
  background: url('../img/partyMasses/more2on.png');
  background-size: 100% 100%;
}

.partyContent4l {
  margin-bottom: .5rem;
}

.partyContent4lc {
  margin-top: .3rem;
  box-shadow: 0 0 10px rgba(0, 0, 0, .08);
  border-bottom: 3px solid #C11600;
}

.partyContent4lc-1 {
  position: relative;
}

.partyContent4lc-1>img {
  width: 100%;
  display: block;
  border-radius: 5px;
}

.partyContent4lc-1 a {
  line-height: 1rem;
  background: rgba(0, 0, 0, .5);
  color: #fff;
  padding: 0 .3rem;
  font-size: .32rem;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

.partyContent4lc-2 {
  padding: 0 .5rem .5rem .5rem;
  background: #fff;
}

.partyContent4lc-2 ul li {
  border-bottom: 1px dashed #CCCCCC;
  padding: .4rem 0;
}

.partyContent4lc-2 ul li a {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  color: #454545;
  font-size: .32rem;
}

.partyContent4lc-2 ul li a:hover {
  color: #C11600;
}

.m-ins-navbox {
  height: 1rem;
  background-color: #fff;
  position: relative;
  display: flex;
  justify-content: space-between;
}

.m-ins-navbox .right {
  position: relative;
  flex: 1;
}

.m-ins-navbox .right .tit {
  display: block;
  padding-left: .5rem;
  color: #2244AB;
  line-height: 1rem;
  background: url('../img/new/ico_36.png') no-repeat 93% center;
  background-size: auto 40%;
  cursor: pointer;
  font-size: .34rem;
}

.m-ins-navbox .right .subbox {
  width: 100%;
  position: absolute;
  top: 1rem;
  background-color: #fff;
  z-index: 2;
  display: none;
  left: 0;
}

.m-ins-navbox .right .subbox a {
  display: block;
  padding-left: .5rem;
  line-height: 1rem;
  border-top: 1px solid #e5e5e5;
  background: url('../img/new/ico_37.png') no-repeat 92% center;
  background-size: auto 30%;
  color: #152D4E;
  opacity: .8;
  font-size: .3rem;
}
#search{
    position: absolute;
    right: 0;
    top: 0;
    height:.9rem;
    width:1rem;
      background: url('../img/sear.png') no-repeat center center;
    display:block;
    font-size:0
    
}





/* 专家详情 */
.speDe-banner {
  position: absolute;
  bottom: .5rem;
  left: .42rem;
}

.speDe-banner .banLeft-bd a {
  margin: 0 .1rem;
}

.speDe-banner .banLeft-bd {
  margin-top: 0;
  text-align: center;
}

.speDe-banner .main {
  justify-content: flex-start;
  color: #fff;
  align-items: center;
  display: flex;
}

.speDe-con1 {}

.speDe-con1 .main {
  padding: .5rem 0 0 0;

}

.speDe-con1c {
  position: relative;

}

.speDe-con1c1 {
  height: 3.8rem;
  display: flex;
  justify-content: space-between;
  padding: .5rem .42rem 0 4rem;
}

.speDe-con1c1a {
  display: flex;
  flex-direction: column;
}

.speDe-txt1 {
  color: #152D4E;
  display: flex;
  align-items: flex-end;

}

.speDe-txt1 strong {
  font-size: .4rem;
  margin-right: .2rem;
}

.speDe-txt1 span {
  font-size: .32rem;
}

.speDe-txt2 {
  margin-top: .5rem;
  color: #152D4E;
  font-size: .32rem;
  line-height: .5rem;
}

.speDe-con1c2 {
  background: #7A8FCD;
  padding: .42rem;
  margin-top: .5rem;
}

.speDe-con1c2a {
  margin-bottom: .5rem;
}

.speDe-con1c2a strong {
  display: block;
  font-size: .4rem;
  color: #fff;
  margin-bottom: .3rem;
}

.detailMsg {
  position: absolute;
  left: .42rem;
  top: 0;
  width: 3rem;
  border-radius: .3rem;
  height: 3.8rem;
}

.speDe-con1c2a-con {
  line-height: .5rem;
  font-size: .32rem;
  color: #fff;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}

.speDe-con2 {
  margin: .5rem .42rem
}

.speDe-con2c {
  display: flex;
  margin-top: .5rem;
  justify-content: space-between;
  flex-wrap: wrap;
}

.speDe-con2c .list {
  width: 48.5%;
  position: relative;
  border-radius: .2rem;
  overflow: hidden;
  margin-bottom: .3rem;
}

.speDe-con2c .list>img {
  width: 100%;
}

.speDe-con2c .list .txt {
  position: absolute;
  left: -5px;
  right: -5px;
  bottom: -5px;
  color: #fff;
  font-size: .3rem;
  background: url('../img/c2-banbg.png') no-repeat bottom;
  background-size: 100%;
  height: 3rem;
  padding: .5rem;
}


.speDe-con2c .list .txt span {
  display: block;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: .5rem;
}



/* 联系我们 */
.addressCon {
  background: #fff;
  padding: .5rem .42rem;
}

.addressCon-tit {
  display: flex;
  justify-content: center;
  font-size: .4rem;
  color: #333333;
  position: relative;
  padding-bottom: .4rem;
  margin-bottom: .4rem;
}

.addressCon-tit::before {
  position: absolute;
  content: '';
  width: 1rem;
  height: 4px;
  background: #2244AB;
  border-radius: 10px;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}

.addressCon ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.addressCon ul li {
  width: 100%;
  padding: .4rem 0;
  border-bottom: 1px dashed rgba(51, 51, 51, .3);
  display: flex;
  align-items: center;
  color: #333333;
  font-size: .32rem
}

.addressCon ul li img {
  width: .8rem;
  margin-right: .4rem
}



/* 新华光影 */
.about-c1 {
  border-bottom: 1px solid #D0D5DC;
  padding-bottom: .5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.about-c1 .list {
  width: 3.3rem;
  height: 1.2rem;
  margin: 0 4px;
  border-radius: 8px;
  border: 1px solid #D0D5DC;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1F283D;
  background: #fff;
  font-size: .34rem;
}

.about-c1 .list span {
  width: .5rem;
  height: .5rem;
  margin-right: .2rem;
}


.about-c1 .list:hover,
.about-c1 .list.on {
  background: #2244AB;
  color: #fff;
}

.about-c1 .list:nth-child(1) span {
  background: url('../img/aboutUs/ic1on.png');
  background-size: 100% 100%;
}

.about-c1 .list:hover:nth-child(1) span,
.about-c1 .list:nth-child(1).on span {
  background: #2244AB url('../img/aboutUs/ic1.png');
  background-size: 100% 100%;
  color: #fff;
}

.about-c1 .list:nth-child(2) span {
  background: url('../img/aboutUs/ic2on.png');
  background-size: 100% 100%;
}

.about-c1 .list:hover:nth-child(2) span,
.about-c1 .list:nth-child(2).on span {
  background: url('../img/aboutUs/ic2.png');
  background-size: 100% 100%;

}

.about-c2 ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: .8rem;
}

.about-c2 ul li {
  width: 48%;
  margin-top: .5rem;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.about-c2l {
  height: 3rem;
  width: 100%;
  display: block;
}

.about-c2txt {

  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, .5);
  padding: .3rem;
  color: #fff;
  font-size: .32rem;
  text-align: center;
  line-height: .5rem;
}

.about-c2txt span {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.about-c2b {
  position: absolute;
  left: 0;
  top: 200%;
  right: 0;
  bottom: 0;
  background: rgba(34, 68, 171, .9);

}

.about-c2 ul li:hover .about-c2b {
  top: 0;
}

.about-c2b a {
  height: 100%;
  color: #fff;
  font-size: .32rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  padding: 0 .5rem;
  line-height: .5rem;
}

.about-c2b img {
  margin-bottom: .2rem;
  width: .8rem;
}



/* 单页内容页 */
.guide-content {
  padding: 30px 0;
}
.guide-content .content {
  padding: 20px;
}

.guide-content .content .contxt {
  margin-top: 20px;
  font-size: 14px;
  line-height: 22px;
}


.guide-content .content .tab-con .conTxt{font-size:15px!important;line-height:26px!important;font-family: "Ã¥Â¾Â®Ã¨Â½Â¯Ã©â€ºâ€¦Ã©Â»â€˜","Microsoft YaHei"!important;font-size: 18px!important;line-height: 40px!important;}
.guide-content .content .tab-con .conTxt p span{font-size: 18px!important;line-height: 40px!important;}
.guide-content .content .tab-con .conTxt img{display:inline-block!important;}

.news-detail-content .item01 {
  padding: 20px;
}

.news-detail-content .item01 .title {
  font-size: 20px;
  text-align: center;
}


.news-detail-content .item01 ul {
  font-size: 14px;
  margin-top: 5px;
  padding-bottom: 20px;
  margin-bottom: 15px;
  text-align: center;
}
.news-detail-content .item01 ul li {
  margin: 0px 5px;
}
.news-detail-content .item01 ul li {
  display: inline-block;
  margin: 0px 10px;
}

.news-detail-content .item01 .contxt,
.news-detail-content .item01 .contxt p,
.news-detail-content .item01 .contxt p span {
  font-size: 14px !important;
  line-height: 22px !important;
}
.news-detail-content .item01 .contxt img {
  height: auto !important;
  /* width: 90%!important; */
  margin: 0 auto;
  /* display: block; */
}
.news-detail-content .item01 .share {
  line-height: 24px;
  padding: 20px 0;
  overflow: hidden;
  padding-bottom: 50px;
}
.news-detail-content .item01 .share a {
  width: 32px;
  height: 32px;
}
.news-detail-content .item01 .bottom {
  margin-top: 20px;
  padding-right: 0;
}
.news-detail-content .item01 .bottom a {
  margin-top: 10px;
  color: #333;
}
.news-detail-content .item01 .bottom a.backlist {
  position: static;
  margin-top: 10px;
  background: url(../img/icon-backlist.png) no-repeat left center;
  padding-right: 0;
  padding-left: 36px;
  display: block;
  height: 26px;
  white-space: nowrap;
  line-height: 26px;
}


.news-detail-content .item02 {
margin-top: 60px;
background: #fff;
}

.news-detail-content .item02 .title {
padding: 0px 35px;
line-height: 79px;
border-bottom: 1px solid #ebebeb;
color: #666;
font-size: 22px;
width: 100%;
}

.news-detail-content .item02 .title a {
font-size: 15px;
}

.news-detail-content .item02 .title a i {
margin-left: 5px;
}

.news-detail-content .item02 .title a i:before,.news-detail-content .item02 .title a i:after{display:none;}

.news-detail-content .item02 .list-con {
padding: 35px;
margin: 0px -17.5px;
}

.news-detail-content .item02 .list-con .list {
width: 50%;
float: left;
padding: 0px 17.5px;
}

.news-detail-content .item02 .list-con .list ul {}

.news-detail-content .item02 .list-con .list ul li {
margin-top: 15px;
}

.news-detail-content .item02 .list-con .list ul li:first-child {
margin-top: 0 !important;
}

.news-detail-content .item02 .list-con .list ul li a {
margin-right: 80px;
display: block;
font-size: 16px;
}

.news-detail-content .item02 .list-con .list ul li .date {
font-size: 12px;
color: #999;
}


.keshi-content{
  padding: 30px 10px;
}


.keshi-content .list-box {
  margin-bottom: 10px;
}

.keshi-content .list-box .list {
  margin-top: 45px;
  width: 100%;
  overflow: hidden;
}

.keshi-content .list-box .list:first-child {
  margin-top: 0 !important;
  width: 100%;
}

.keshi-content .list-box .list .title {
  position: relative;
  font-size: 22px;
  color: #098a90;
  border-bottom: 1px solid #098a90;
  padding-bottom: 25px;
}

.keshi-content .list-box .list .title:before,
.keshi-content .list-box .list .title:after {
  content: '';
  position: absolute;
}

.keshi-content .list-box .list .title:before {
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background: #098a90;
  left: 0;
  bottom: -3px;
}

.keshi-content .list-box .list .title:after {
  width: 25px;
  height: 12px;
  right: 0;
  bottom: -6px;
}



.keshi-content .list-box .list .title ul li {
  cursor: pointer;
  width: auto;
  margin-top: 0;
  float: none;
  display: inline-block;
  color: #454545;
  margin-right: 20px;
}

.keshi-content .list-box .list .title ul li.active {
  color: #098a90;
}

.keshi-content .list-box .list .list-con {
  display: none;
}

.keshi-content .list-box .list ul {
  margin: 0px -5px;
  margin-top: 20px;
}

.keshi-content .list-box .list ul li {
  width: 20%;
  float: left;
  padding: 0px 5px;
  margin-top: 10px;
}

.keshi-content .list-box .list ul li a {
  display: block;
  color: #666;
}

.keshi-content .list-box .list ul li .box {
  position: relative;
  height: 60px;
  border: 1px solid #ddd;
  border-radius: 5px;
}

.keshi-content .list-box .list ul li .box .content {
  position: absolute;
  left: 0;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  padding: 0px 15px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding-right: 30px;
}

.keshi-content .list-box .list ul li .box .content .icon {
  float: left;
  width: 30px;
  display: inline-block;
  vertical-align: middle;
}

.keshi-content .list-box .list ul li .box .content i {
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -5px;
}

.keshi-content .list-box .list ul li .box .content i:before,.keshi-content .list-box .list ul li .box .content i:after{display:none;}


.keshi-content .list-box .list ul li {
  width: 50%;
}
.keshi-content .list-box .list ul li .box .content {
  padding: 0px 10px;
  padding-right: 20px;
}
.keshi-content .list-box .list ul li .box .content .icon {
  width: 25px;
}
.keshi-content .list-box .list ul li .box .content i {
  right: 10px;
}




/* 就医指南 */
.guideCon {
  padding-top: 1rem;
  background: #fff url('../img/c1-bg.png') no-repeat center center;
}

.guiList {
  width: 3.8rem;
  height: 4.5rem;
  padding: .4rem;
}

.guiBg1 {
  background: url('../img/guide/gui-bg1.png') no-repeat center top;
  background-size: 100%;
}

.guiBg2 {
  background: url('../img/guide/gui-bg2.png') no-repeat center top;
  background-size: 100%;
}

.guiBg3 {
  background: url('../img/guide/gui-bg3.png') no-repeat center top;
  background-size: 100%;
}

.guiBg4 {
  background: url('../img/guide/gui-bg4.png') no-repeat center top;
  background-size: 100%;
}

.guiBg5 {
  background: url('../img/guide/gui-bg5.png') no-repeat center top;
  background-size: 100%;
}

.guiBg6 {
  background: url('../img/guide/gui-bg6.png') no-repeat center top;
  background-size: 100%;
}

.guiListc {
  width: 3rem;
  height: 3rem;
}

.guiListc a {
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #152D4E;
  font-size: .4rem;
  flex-direction: column;
  transition: all 0s ease-in-out;
}

.guiListc a>img {
  width: 1.3rem;
  height: 1.3rem;
  margin-bottom: .1rem;
}

.mySwiper9 {
  overflow: hidden;
  position: relative;
  margin: 0 .8rem 0 1rem;
}

.guideCon .main {
  position: relative;
}

.guideCon .main .swiper-button-prev {
  width: .8rem !important;
  height: .8rem !important;
  transform: translateY(-50%) !important;
  left: .2rem;
  background: url('../img/c1-left.png') !important;
  border-radius: 120px !important;
  background-size: 100% !important;
}

.guideCon .main .swiper-button-next {
  width: .8rem !important;
  height: .8rem !important;
  transform: translateY(-50%) !important;
  right: .2rem;
  ;
  background: url('../img/c1-next.png') !important;
  border-radius: 120px !important;
  background-size: 100% !important;
}

.mySwiper9 .swiper-slide>div {
  padding-bottom: 1.1rem;
  cursor: pointer;
  position: relative;
}

/* .mySwiper9 .swiper-slide>div::before {
  position: absolute;
  content: '';
  width: 28px;
  height: 28px;
  right: 5px;
  top: 32%;
  background: url('../img/guide/icon1.png');
  background-size: 100%;
} */


.mySwiper9 .swiper-slide>div.active,
.mySwiper9 .swiper-slide>div:hover {
  transition: all 0s ease-in-out;
  background: url('../img/guide/icon.png') no-repeat bottom left 1.1rem;
  background-size: 1.8rem
}

.mySwiper9 .slide1.active .guiListc a,
.mySwiper9 .slide1:hover .guiListc a {
  background: #fff url('../img/guide/icon-on1.png') no-repeat right .2rem top .2rem;
  background-size: 1rem;
}


.mySwiper9 .slide2.active .guiListc a,
.mySwiper9 .slide2:hover .guiListc a {
  background: #fff url('../img/guide/icon-on2.png') no-repeat right .2rem top .2rem;
  background-size: 1rem;
}


.mySwiper9 .slide3.active .guiListc a,
.mySwiper9 .slide3:hover .guiListc a {
  background: #fff url('../img/guide/icon-on5.png') no-repeat right .2rem top .2rem;
  background-size: 1rem;
}

.mySwiper9 .slide4.active .guiListc a,
.mySwiper9 .slide4:hover .guiListc a {
  background: #fff url('../img/guide/icon-on4.png') no-repeat right .2rem top .2rem;
  background-size: 1rem;
}

.mySwiper9 .slide5.active .guiListc a,
.mySwiper9 .slide5:hover .guiListc a {
  background: #fff url('../img/guide/icon-on5.png') no-repeat right .2rem top .2rem;
  background-size: 1rem;

}

.mySwiper9 .slide6.active .guiListc a,
.mySwiper9 .slide6:hover .guiListc a {
  background: #fff url('../img/guide/icon-on6.png') no-repeat right .2rem top .2rem;
  background-size: 1rem;
}

.guideCon1 {
  padding: .5rem .42rem;
  background: rgba(0, 0, 0, .1);
}

.guideCon1 ul li {
  display: flex;
  justify-content: space-between;
  display: block;
  padding: .4rem;
  background: #fff;
  margin-bottom: .3rem;
  cursor: pointer;
  display: flex;
  align-items: center;

}

.guideCon1 ul li a {
  color: #152D4E;
  transition: all 0s ease-in-out;
  display: flex;
  align-items: center;
}

.guideCon1 ul li a span {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-size: .34rem;
  transition: all 0s ease-in-out;
}

.guideCon1 ul li a img {
  margin-right: .2rem;
  width: .4rem;
}

.guideCon1 ul li:hover {
  background: #2244AB;
}

.guideCon1 ul li:hover a {
  color: #fff;
}

.guideCon1 ul li>span {
  font-size: .32rem;
  color: rgba(21, 45, 78, .6);
}

.guideCon1 ul li:hover>span {
  color: #fff;
}