﻿body {
  touch-action: none;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

* {
  font-size: 14px;
  transition: all .2s linear;
 
  box-sizing: border-box;
}

.arr,
.head-logo,
.content5>.c5-right4,
.c7-imga,
.searphone {
  display: none;
}

a {
  text-decoration-line: none
}

ul {
  margin: 0;
  padding: 0
}

ul li {
  list-style-type: none;
}

div {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-family: '微软雅黑';
  /* font: inherit; */
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.nav-show,
.foot-show {
  display: none;
}

.main {
  width: 1560px;
  margin: 0 auto
}

.clearfix {
  content: '';
  clear: both;
  display: table;
}

.wrap.free_Web{}

.head {
  height: 150px;
  z-index: 9999;
  position: fixed;
  top: 0;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
}

.wrap.free_Web{/* margin-top:124px; */}
.head.free_Web{margin-top:124px;}



.logo {
  float: left;
  padding: 34px 0 0 40px
}

.logo2 {
  display: none;
}

.head-right {
  float: right;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.headTitle {
  line-height: 80px;
}

.hList {
  position: relative;
  color: #fff;
  padding: 0 10px;
  margin: 0 14px;
  height: 24px;
  line-height: 24px;
  display: inline-block;
}

.hList:nth-child(2)::before,
.hList:nth-child(3)::before {
  position: absolute;
  content: '';
  border-left: 1px solid #fff;
  opacity: .2;
  left: -12px;
  height: 12px;
  top: 7px;
}

.hList.active {
  background: #EF8136;
  border-radius: 12px;
  line-height: 24px;
}

.search {
  float: right;
  width: 140px;
  height: 80px;
  background: #EF8136;
  border-radius: 0 0 0 32px;
  text-align: center;
  color: #fff;
  cursor: pointer;
  margin-left: 25px;
}

.search span:nth-child(2) {
  display: none;
}

.search.active span:nth-child(2) {
  display: block;
}

.search.active span:nth-child(1) {
  display: none;
}

.search1a {
  width: 18px;
  height: 18px;
  margin: 0 0 -4px 12px;
}

.nav-con {
  margin-top: 25px;
}

.nav-con>ul>li {
  list-style-type: none;
  display: inline-block;
  margin-right: 40px;
  position: relative;
  height: 37px;
}

.nav-con>ul>li>a {
  color: #fff;
  font-size: 20px;
  display: inline-block;
  border-bottom: 4px solid transparent;
}


.m-show {
  display: none;
}

.nav-bd {
  width: 140px;
  top: 45px;
  position: absolute;
  left: -28px;
  display: none;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
}

.nav-bd>a {
  text-align: center;
  line-height: 40px;
  color: #152D4E;
  font-size: 16px;
  display: block;
}

.nav-bd>a:hover {
  background: rgba(34, 68, 171, .1);
}

.nav-con>ul>li:hover .nav-bd {
  display: block;
}

.head.on,
.head.ton,
.head:hover {
  background: rgba(255, 255, 255, .95);

}

.head.on:hover {
  opacity: 1;
}

.head.on .nav-con>ul>li>a,
.head.ton .nav-con>ul>li>a,
.head:hover .nav-con>ul>li>a {
  color: #333;
  position: relative;
}

.head.on .nav-con>ul>li>a:before,
.head.ton .nav-con>ul>li>a:before,
.head:hover .nav-con>ul>li>a:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -20px;
  width: 0;
  height: 4px;
  background: #EF8136;
  transform: translate(-50%);
  transition: all .36s;
}

.head.on .nav-con>ul>li>a.on,
.head.ton .nav-con>ul>li>a.on,
.head.on .nav-con>ul>li>a:hover,
.head:hover .nav-con>ul>li>a:hover {
  color: #152D4E;
}

.head.on .hList:nth-child(2),
.head.on .hList:nth-child(3),
.head:hover .hList:nth-child(3),
.head:hover .hList:nth-child(2) {
  color: #152D4E;
}

.head.on .hList:nth-child(2)::before,
.head.on .hList:nth-child(3)::before,
.head:hover .hList:nth-child(3)::before,
.head:hover .hList:nth-child(2)::before {
  border-left: #152D4E 1px solid;
}

.head.on .nav-con>ul>li>a.on:before,
.head.ton .nav-con>ul>li>a.on:before,
.head.on .nav-con>ul>li>a:hover:before,
.head:hover .nav-con>ul>li>a:hover:before {
  width: 100%
}

.head.on .phone,
.head.ton .phone,
.head:hover .phone {
  color: #333
}

.logo1,
.logo2 {
  width: 320px
}

.head.on .logo1,
.head.ton .logo1,
.head:hover .logo1 {
  display: none;
}

.head.on .logo2,
.head.ton .logo2,
.head:hover .logo2 {
  display: block;
}

.head.on .phone,
.head.ton .phone,
.head:hover .phone {
  color: #333
}

.head.on .phone span,
.head.ton .phone span,
.head:hover .phone span {
  background: url(../image/svg/phone2.svg);
}

.searchBox {
  position: fixed;
  left: 0;
  top: 150px;
  right: 0;
  background: rgba(255, 255, 255, .95);
  height: 0;
  overflow: hidden;
  z-index: 999;
}

.searchBox.active {
  border-top: 1px solid rgba(21, 45, 78, .2);
  padding-top: 130px;
  height: 340px;
}


.searC {
  position: relative;
  width: 900px;
  height: 80px;
  margin: 0 auto;
}

.searC input {
  width: 900px;
  height: 80px;
  background: #E7EAED;
  border-radius: 40px;
  border: transparent 1px solid;
  padding-left: 32px;
  font-size: 22px;
  line-height: 80px;
}

.searC input:focus {
  background: #fff;
  border: #D0D5DC 1px solid;
  outline: none;
}

.searC img {
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  padding: 30px;
}

/* 轮播图 */
.mySwiper1 {
  width: 100%;

}

.mySwiper1 .swiper-pagination-bullet {
  width: 100px;
  height: 6px;
  border-radius: 0;
  background: rgba(255, 255, 255, .5);
  opacity: 1;
}

.mySwiper1 .swiper-pagination-bullet-active {
  background: rgba(255, 255, 255, 1);
}

.swiper-slide {
  overflow: hidden;
}

.mySwiper1 .swiper-slide img {
  width: 100%;
  display: block;
}


.mySwiper1>.swiper-pagination {
  bottom: 40px !important
}

.mySwiper1 .swiper-button-prev {
  width: 80px !important;
  height: 80px !important;
  transform: translateY(-50%) !important;
  left: 40px;
  background: url(../img/banner-qh01.png) !important;
  border-radius: 120px !important;
  background-size: 100% !important;
}

.mySwiper1 .swiper-button-next {
  width: 80px !important;
  height: 80px !important;
  transform: translateY(-50%) !important;
  right: 40px;
  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: 95px;
}

.content1 .main {
  position: relative;
  height: 100%;
}

.content1 .swiper-slide {
  background-position: center;
  background-size: cover;
  width: 370px;
  height: 300px;
  position: relative;
  overflow: hidden;
  border-radius: 16px;

}

.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%;
  height: 300px;
  overflow: hidden;
  margin-top: 36px;
  -webkit-transition: all 1s cubic-bezier(.08, .82, .17, 1);
  transition: all 1s cubic-bezier(.08, .82, .17, 1);
  -webkit-transform: translateY(300px);
  transform: translateY(300px);
  opacity: 0;
  visibility: hidden;
}

.content1.animate .mySwiper2 {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  transition-delay: .2s;
  visibility: visible;
}

.tit-top {
  margin-top: 90px;
  display: flex;
  justify-content: space-between;
  -webkit-transition: all 1s cubic-bezier(.08, .82, .17, 1);
  transition: all 1s cubic-bezier(.08, .82, .17, 1);
  -webkit-transform: translateY(300px);
  transform: translateY(300px);
  opacity: 0;
  visibility: hidden;
}

.content1.animate .tit-top {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.content2.animate .tit-top {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.tit-top>img {
  width: 237px;
  height: 104px;
}

.tit-top a {
  color: #152D4E;
  font-size: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.tit-top a img {
  margin-right: 20px;
  width: 76px;
  height: 78px;
}

.svgimg {
  width: 30px;
  margin: 0 10px -3px 0
}

.mySwiper2-con {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.mySwiper2-con a {
  color: #fff;
  padding-top: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.mySwiper2-con .img {
  width: 120px;
  height: 120px;

}

.mySwiper2-con .img img {
  width: 100%;
}

.mySwiper2-con .text {
  margin-top: 23px;
  font-size: 28px;
}

.mySwiper2 .swiper-button-prev {
  width: 48px !important;
  height: 48px !important;
  background: url(../img/c1-left.png) !important;
  border-radius: 120px !important;
  background-size: 100% !important;
  left: 0px;
}

.mySwiper2 .swiper-button-next {
  width: 48px !important;
  height: 48px !important;
  background: url(../img/c1-next.png) !important;
  border-radius: 120px !important;
  background-size: 100% !important;
  right: 0;
}

.content2 {
  background: url('../img/c2-bg1.png') no-repeat left top;
  background-size: 40% 100%;
  height: 1130px;
  overflow: hidden;
}

.content2>.main {
  display: flex;
  justify-content: space-between;
}

.con2l .tit-top {
  width: 820px;
  margin-top: 0;
  padding-top: 90px;
}

.swiper-button-prev2 {
  width: 32px !important;
  height: 32px !important;
  background: url('../img/c2-prev.png') !important;
  background-size: 100% 100%;
  margin-top: 0px !important;
  left: 58px !important;
  top: auto !important;
  bottom: 10px !important;
}

.swiper-button-next2 {
  width: 32px !important;
  height: 32px !important;
  background: url('../img/c2-next.png') !important;
  background-size: 100% 100%;
  margin-top: 0px !important;
  right: 58px !important;
  top: auto !important;
  bottom: 10px !important;
}

.swiper-button-next3:after,
.swiper-button-prev3:after {
  font-size: 0 !important;
}

.con2l {
  width: 890px;
  height: 1130px;
  overflow: hidden;
  background: url('../img/c2-bg1.png') no-repeat right top;
  background-size: auto 100%;
}

.mySwiper3 {
  width: 820px;
  overflow: hidden;
  height: 790px;
  position: relative;
  margin-top: 5px;

  -webkit-transition: all 1s cubic-bezier(.08, .82, .17, 1);
  transition: all 1s cubic-bezier(.08, .82, .17, 1);
  -webkit-transform: translateY(300px);
  transform: translateY(300px);
  opacity: 0;
  visibility: hidden;
}

.content2.animate .mySwiper3 {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  transition-delay: .5s;
  visibility: visible;
}

.mySwiper3 .swiper-slide {
  width: 840px;
}

.mySwiper3 .swiper-slide img {
  width: 100%;
}

.mySwiper3 .swiper-pagination-bullet {
  width: 48px !important;
  height: 48px !important;
  background: url('../img/c2-btn.png') !important;
  opacity: 1 !important;
  margin-bottom: -24px !important;
}

.mySwiper3 .swiper-pagination-bullet-active {
  background: url('../img/c2-on.png') !important;
}

.mySwiper3 .swiper-pagination {
  bottom: 25px !important;
  width: 640px !important;
  border-bottom: 1px solid rgba(40, 79, 161, .3) !important;
  left: 90px !important;
  display: flex !important;
  flex-wrap: nowrap !important;
  justify-content: space-evenly !important;
}

.c2l-con {
  width: 820px;
  display: flex;
  flex-wrap: wrap;
}

.c2l-con .list {
  width: 260px;
  margin-right: 20px;
  position: relative;
    overflow:hidden;
    border-radius:12px
    
}

.c2l-con .list>img {
  width: 100%;
}

.c2l-con .list .txt {
  position: absolute;
  left: -5px;
  right: -5px;
  bottom: -5px;
  color: #fff;
  font-size: 15px;
  background: url('../img/c2-banbg.png');
  height: 200px;
  padding: 40px 35px 0 35px;
}

.txt .txt1 {
  display: flex;
  justify-content: space-between;
  font-size: 28px;
  align-items: center;
  /* margin-bottom: 17px; */
}

.txt .txt1 a {
  width: 60px;
  height: 60px;
  display: block;
  background: url('../img/c2-right.png');
}

.txt:hover a {
  width: 60px;
  height: 60px;
  display: block;
  background: url('../img/c2-righton.png');
}

.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;
  line-height: 24px;
}



.c2l-con .list {
  width: 260px;
  height: 340px;

}

.c2l-con .list1a {
  width: 260px;
  height: 240px;
  margin-top: 50px;
}

.c2l-con .list6a {
  width: 260px;
  height: 240px;
}

.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: 50px;
  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: -80px;
}

.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: -30px;
}

.c2l-con .list6a {
  margin-top: 20px;
  margin-right: 0;
}

.con2r {
  width: 600px;
  float: right;
  background: url('../img/c1-bg.png');
}

.con2r-c {
  margin-top: 60px;
  -webkit-transition: all 1s cubic-bezier(.08, .82, .17, 1);
  transition: all 1s cubic-bezier(.08, .82, .17, 1);
  -webkit-transform: translateY(300px);
  transform: translateY(300px);
  opacity: 0;
  visibility: hidden;
}

.content2.animate .con2r-c {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  transition-delay: .5s;
  visibility: visible;
}

.con2r-c ul li {
  width: 100%;
}

.con2r-c ul li a {
  display: block;
  height: 100px;
  background: #E7EAED;
  border-radius: 16px;
  margin-bottom: 12px;
  padding: 25px 36px;
  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;
  font-size: 22px;
  color: #152D4E;
  margin-bottom: 5px;
}

.con2r-c ul li a:hover {
  color: #fff;
  background: #2244AB;
}

.con2r-c ul li a:hover span {
  color: #fff;
}

.con2r-cb {
  margin-top: 36px;
  background: url('../img/c2-bg2.png');
  background-size: 100% 100%;
  height: 280px;
  -webkit-transition: all 1s cubic-bezier(.08, .82, .17, 1);
  transition: all 1s cubic-bezier(.08, .82, .17, 1);
  -webkit-transform: translateY(300px);
  transform: translateY(300px);
  opacity: 0;
  visibility: hidden;
}

.content2.animate .con2r-cb {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  transition-delay: .5s;
  visibility: visible;
}


.con2r-cb ul {
  display: flex;
  align-items: center;
  height: 280px;
}

.con2r-cb ul li {
  width: 33.3%;
  height: 280px;
  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: 22px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.con2r-cb ul li a img {
  margin-bottom: 20px;
  width: 80px;
  height: 80px;
}

.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: 120px 0;
}

.content3 .main {
  display: flex;
}

.c3-left {
  flex: 1;
  padding-right: 48px;
  -webkit-transition: all 1s cubic-bezier(.08, .82, .17, 1);
  transition: all 1s cubic-bezier(.08, .82, .17, 1);
  -webkit-transform: translateY(300px);
  transform: translateY(300px);
  opacity: 0;
  visibility: hidden;
}

.content3.animate .c3-left {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;

  visibility: visible;
}

.c3-leftTop {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.c3-leftTop .topr {
  display: flex;
}

.c3-leftTop .topr a {
  width: 210px;
  display: flex;
  flex-direction: column;
  color: #152D4E;
  font-size: 24px;
  font-weight: bold;
  margin-left: 40px;
}

.c3-leftTop .topr a .icon {
  width: 32px;
  height: 32px;
  display: block;
  margin-top: 10px;
  margin-bottom: 3px;
}

.c3-leftTop .topr a .line {
  width: 100%;
  height: 12px;
  display: block;
  background: url('../img/c3-img9.png');
  margin-top: 5px;
}

a.color1:hover .line,
a.color1.active .line {
  background: url('../img/c3-img8.png');
}

a.color2:hover .line,
a.color2.active .line {
  background: url('../img/c3-img7.png');
}

.c3-leftCon {
  display: flex;
  justify-content: space-between;
}

.mySwiper4 {
  width: 684px;
  height: 400px;
  position: relative;
  margin-top: 50px;
  overflow: hidden;
  border-radius: 12px;
}

.c3img {
  width: 100%;
  height: 400px;
}

.c3img>img {
  width: 100%;
  height: 400px;
  display: block;

}

.c3img:hover>img {
  transform: scale(1.05);
}

.c3bot {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: url('../img/c3bg.png');
  height: 130px;
  padding: 43px 25px 0 25px;
}

.c3bot1 {
  color: #fff;
}

.c3bot1 span {
  color: rgba(255, 255, 255, .6);
}

.c3bot a {
  font-size: 22px;
  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: 5px;
}

.swiper-button-prev3 {
  width: 48px !important;
  height: 48px !important;
  background: url('../img/c1-left.png') !important;
  background-size: 100% 100%;
  left: 24px !important;
}

.swiper-button-next3 {
  width: 48px !important;
  height: 48px !important;
  background: url('../img/c1-next.png') !important;
  background-size: 100% 100%;
  right: 24px !important;
}

.c3-right {
  -webkit-transition: all 1s cubic-bezier(.08, .82, .17, 1);
  transition: all 1s cubic-bezier(.08, .82, .17, 1);
  -webkit-transform: translateY(300px);
  transform: translateY(300px);
  opacity: 0;
  visibility: hidden;
}

.content3.animate .c3-right {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  transition-delay: .2s;
  visibility: visible;
}

.c3-rightCon {
  width: 400px;
  margin-top: 30px;
}

.c3-rightCon ul li {
  display: block;
  margin-top: 20px;
  border: 1px solid #cfd3da;
  border-radius: 16px;
  overflow: hidden;
  transition: all 0s ease-in-out;
}

.c3-rightCon ul li a {
  display: flex;
  flex-direction: column;
  padding: 20px 24px 0 24px;
  color: #fff;
  font-size: 22px;
  color: #152D4E;
  height: 120px;
  transition: all 0s ease-in-out;
}

.c3-rightCon ul li a:hover {
  background: #2244AB;
  color: #fff;
  transition: all 0s ease-in-out;
}

.c3-rightCon ul li span {
  color: #2244AB;
  font-size: 14px;
  margin-bottom: 8px;
  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: 2;
  -webkit-box-orient: vertical;
  transition: all 0s ease-in-out;
}

.c3-right {
  width: 400px;
  border: 1px solid #cfd3da;
  border-radius: 16px;
  height: 560px;
  padding: 0 24px;
}

.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: 24px;
  font-weight: bold;

}

.c3-rightTop .topr a .icon {
  width: 32px;
  height: 32px;
  display: block;
  margin-top: 15px;
  margin-bottom: 3px;
}

.c3-rightTop .topr a .line {
  width: 100%;
  height: 12px;
  display: block;
  background: url('../img/c3-img5.png');
  background-size: 100%;
  margin-top: 5px;
}

.c3-rightTop .topr a:hover .line {
  background: url('../img/c3-img6.png');
  background-size: 100%;
}

.c3-rightTop .more {
  position: absolute;
  right: 0;
  top: 25px;
}

.c3-rightTop .more img {
  width: 52px;
  height: 54px;
}

.c3-rightBD ul li a {
  display: block;
  border-bottom: 1px dashed #cfd3da;
  padding: 22px 0;
  color: #152D4E;
  font-size: 16px;
}

.c3-rightBD ul li:nth-child(1) a {
  display: flex;
  align-items: center;
}

.c3-rightBD ul li:nth-child(1) div {
  width: 120px;
  color: #2244AB;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.c3-rightBD ul li:nth-child(1) div strong {
  font-size: 40px;
}

.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: 22px;
}

.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 {
  height: 930px;
  background: url('../img/c4-bg.png') no-repeat center top;
  background-size: auto 100%;
  padding-top: 110px;
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
}

.c4-con1 {
  margin-top: 55px;
  background: url('../img/c4-bg1.png') no-repeat left bottom;
  height: 660px;
  -webkit-transition: all 1s cubic-bezier(.08, .82, .17, 1);
  transition: all 1s cubic-bezier(.08, .82, .17, 1);
  -webkit-transform: translateY(300px);
  transform: translateY(300px);
  opacity: 0;
  visibility: hidden;
}

.content4.animate .c4-con1 {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;

  visibility: visible;
}

.c4-con1 ul {
  display: flex;
}

.c4-con1 ul li {
  width: 100px;
  height: 400px;

  padding-top: 34px;

}

.c4-con1 ul li a {
  font-weight: bold;
  color: #fff;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.c4-con1 ul li span {
  display: block;
  font-size: 24px;
  writing-mode: vertical-rl;
  margin-top: 12px;
}

.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, .5), rgba(0, 0, 0, 0))
}

.c4-con1 ul li:nth-child(2) {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .4), rgba(0, 0, 0, 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-con1 ul li:hover {
  background-image: linear-gradient(rgba(34, 68, 171, 1), rgba(34, 68, 171, .8), rgba(34, 68, 171, 0));
}

.c4-con2 {
  position: absolute;
  right: 540px;
  bottom: -80px;
  width: 568px;
  z-index: 999;
  -webkit-transition: all 1s cubic-bezier(.08, .82, .17, 1);
  transition: all 1s cubic-bezier(.08, .82, .17, 1);
  -webkit-transform: translateY(300px);
  transform: translateY(300px);
  opacity: 0;
  visibility: hidden;
}

.content4.animate .c4-con2 {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  transition-delay: .1s;
  visibility: visible;
}

.c4-con2 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.c4-con2 ul li a {
  width: 284px;
  height: 260px;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.c4-con2 ul li:nth-child(1) {
  background: url('../img/c4-bg6.png');
}

.c4-con2 ul li:nth-child(2) {
  background: url('../img/c4-bg5.png');
}

.c4-con2 ul li:nth-child(3) {
  background: url('../img/c4-bg4.png');
}

.c4-con2 ul li a img {
  margin-bottom: 15px;
  width: 100px;
  height: 100px;

}

.c4-con2 ul li a:hover img {
  transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
}

.c4-con3 {
  width: 540px;
  height: 320px;
  background: #2244AB url('../img/c4-bg3.png') no-repeat center center;
  padding: 64px 0 0 40px;
  position: absolute;
  right: 0;
  bottom: -80px;
  z-index: 999;
  -webkit-transition: all 1s cubic-bezier(.08, .82, .17, 1);
  transition: all 1s cubic-bezier(.08, .82, .17, 1);
  -webkit-transform: translateY(300px);
  transform: translateY(300px);
  opacity: 0;
  visibility: hidden;
}

.content4.animate .c4-con3 {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  transition-delay: .2s;
  visibility: visible;
}

.c4-con3 ul {
  display: flex;
  flex-wrap: wrap;
}

.c4-con3 ul li {
  width: 220px;
  margin-right: 24px;
  padding: 22px 0;
  display: inline-block;
  border-top: 1px solid rgba(255, 255, 255, .3);
}

.c4-con3 ul li a {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.c4-con3 ul li a img {
  width: 8px;
  height: 12px;
}

.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: 890px;
  height: 600px;
  position: absolute;
  right: 0;
  top: 130px;
  -webkit-transition: all 1s cubic-bezier(.08, .82, .17, 1);
  transition: all 1s cubic-bezier(.08, .82, .17, 1);
  -webkit-transform: translateY(300px);
  transform: translateY(300px);
  opacity: 0;
  visibility: hidden;
}

.content4.animate .c4-con4 {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;

  visibility: visible;
}

.content5 {
  background: url(../img/c1-bg.png) no-repeat top center;
  padding: 140px 0;
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
}

.c5-left {
  width: 910px;
  height: 990px;
  position: absolute;
  left: 0;
  top: 140px;
  z-index: 99;
  -webkit-transition: all 1s cubic-bezier(.08, .82, .17, 1);
  transition: all 1s cubic-bezier(.08, .82, .17, 1);
  -webkit-transform: translateY(300px);
  transform: translateY(300px);
  opacity: 0;
  visibility: hidden;
}

.content5.animate .c5-left {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;

  visibility: visible;
}

.c5-left img {
  width: 100%;
  display: block;
}

.content5 .main {
  display: flex;
  justify-content: flex-end;
}

.c5-right {
  width: 705px;
  position: relative;
  -webkit-transition: all 1s cubic-bezier(.08, .82, .17, 1);
  transition: all 1s cubic-bezier(.08, .82, .17, 1);
  -webkit-transform: translateY(300px);
  transform: translateY(300px);
  opacity: 0;
  visibility: hidden;
}

.content5.animate .c5-right {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  transition-delay: .2s;
  visibility: visible;
}

.c5-right1 {
  display: flex;
  align-items: center;
  margin-top: 250px;
}

.c5-right1 .more {
  margin-left: 35px;
  color: #152D4E;
  font-size: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.c5-right1 .more img {
  margin-right: 20px;
}

.c5-right2 {
  color: #152D4E;
  font-weight: bold;
  font-size: 28px;
  line-height: 36px;
  margin: 65px 0 55px 0;
}

.c5-right3 {
  color: #152D4E;
  font-size: 16px;
  line-height: 28px;
}

.c5-right4 {
  margin-top: 80px;
}

.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;
  font-size: 20px;
  display: block;
  margin-top: 15px;
  text-align: center;
  width: 160px;
}

.c5-right4 ul li:nth-child(1),
.c5-right4 ul li:nth-child(3) {
  width: 210px;
}

.c5-right4 ul li:nth-child(1) img,
.c5-right4 ul li:nth-child(3) img {
  width: 200px;
}

.c5-right4 ul li:nth-child(2) {
  width: 270px;
}

.c5-right4 ul li:nth-child(2) img {
  width: 260px;
}

.c5-img {
  position: absolute;
  top: 100px;
  right: 50px;
}

.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%;
  background: #000;
  max-height: 660px;
  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: 22px;
  background: rgba(0, 0, 0, .3);
  flex-direction: column;
  z-index: 999;
}

.c6-bd img {
  margin-bottom: 20px;
  cursor: pointer;
}



.content7 {
  background: url(../img/c1-bg.png) no-repeat top center;
  padding: 122px 0;
}

.content7 .c3-leftTop {
  -webkit-transition: all 1s cubic-bezier(.08, .82, .17, 1);
  transition: all 1s cubic-bezier(.08, .82, .17, 1);
  -webkit-transform: translateY(300px);
  transform: translateY(300px);
  opacity: 0;
  visibility: hidden;
}

.content7.animate .c3-leftTop {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;

  visibility: visible;
}

.content7c1 {
  margin: 64px 0 24px 0;
  height: 536px;
  display: flex;
  -webkit-transition: all 1s cubic-bezier(.08, .82, .17, 1);
  transition: all 1s cubic-bezier(.08, .82, .17, 1);
  -webkit-transform: translateY(300px);
  transform: translateY(300px);
  opacity: 0;
  visibility: hidden;
}

.content7.animate .content7c1 {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  transition-delay: .2s;
  visibility: visible;
}

.content7c1 .main {

  position: relative;
}

.mySwiper5 .swiper-slide {
  display: flex;
}

.c7-c1l {
  width: 1090px;
  height: 536px;
}

.c7-c1r {
  float: right;
  width: 650px;
  height: 536px;
  border-radius: 16px 128px 16px 16px;
  padding: 0 60px;
  background: #67C15B url(../img/c7-img16.png) no-repeat center center;
}

.c7-c1rTop {
  background: url('../img/c7-img13.png') no-repeat bottom left;
  padding-bottom: 13px;
  margin-top: 60px;
  background-size: 100%;
  position: relative;
  z-index: 99999;
}

.c7-c1rTop ul li {
  display: inline-block;
  cursor: pointer;
  padding-bottom: 30px;
  color: #fff;
  font-size: 24px;
  margin-right: 35px;
  position: relative;
}

.c7-c1rTop ul li:hover,
.c7-c1rTop ul li.active {
  font-size: 32px;
}

.c7-c1rTop ul li.active::before,
.c7-c1rTop ul li:hover::before {
  position: absolute;
  content: '';
  width: 40px;
  height: 6px;
  background: #fff;
  border-radius: 3px;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}

.mySwiper5 {
  border-radius: 0 128px 0 0;
  width: calc(100% + 180px);
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  padding-bottom: 65px;
}

.mySwiper5 .c7-c1rCon {
  color: #fff;
  width: 650px;
  padding: 180px 60px 0;
  display: flex;
  color: #fff;
  font-size: 16px;
  flex-direction: column;
  border-radius: 16px 128px 16px 16px;
  background: #67C15B url(../img/c7-img16.png) no-repeat center center;
  background-size: 60%;
}

.c7-1 {
  color: #fff;
}

.c7-2 a {
  display: block;
  color: #fff;
  font-size: 24px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin: 15px 0 55px 0;
}

.c7-3 {
  color: #fff;
  font-size: 14px;
}

.c7-4 a {
  display: flex;
  align-items: center;
  margin-top: 50px;
  color: #fff;
  font-size: 14px;
}

.c7-4 img {
  margin-right: 15px;
}

.swiper-button-prev5 {
  width: 32px !important;
  height: 32px !important;
  background: url('../img/c7-img14.png') !important;
  background-size: 100% 100%;
  left: initial !important;
  right: 555px !important;
  top: initial !important;
  bottom: 40px !important;
}

.swiper-button-next5 {
  width: 32px !important;
  height: 32px !important;
  background: url('../img/c7-img15.png') !important;
  background-size: 100% 100%;
  right: 300px !important;
  top: initial !important;
  bottom: 40px !important;
}

.swiper-pagination3 {
  width: 200px !important;
  right: 330px !important;
  bottom: 46px;
}

.content7c1 .swiper-pagination-bullet {
  background: #FFFFFF !important;
  border-radius: 50% !important;
  opacity: 0.2 !important;
  margin: 0 5px;
}

.content7c1 .swiper-pagination-bullet-active {
  opacity: 1 !important;
}

.c7-c2Con {
  width: 550px;
  height: 320px;
  background: url('../img/c7-img12.png');
  background-size: 100% 100%;
  padding: 40px;
  position: relative;
  color: #fff;
}

.addC7-list1>img,
.c7-c2Con>img {
  width: 100%;
}


.mySwiper6 {
  width: 1180px;
  overflow: hidden;
  position: relative;

}

.swiper-button-prev6 {
  width: 32px !important;
  height: 32px !important;
  background: url('../img/c7-img10.png') !important;
  background-size: 100% 100%;
  left: initial !important;
  top: initial !important;
  bottom: 40px !important;
  right: 45% !important;
}

.swiper-button-next6 {
  width: 32px !important;
  height: 32px !important;
  background: url('../img/c7-img9.png') !important;
  background-size: 100% 100%;
  right: 5% !important;
  top: initial !important;
  bottom: 40px !important;
}

.swiper-pagination4 {
  width: 33% !important;
  right: 12% !important;
  left: initial !important;
  bottom: 47px !important;

}

.content7c2 {
  -webkit-transition: all 1s cubic-bezier(.08, .82, .17, 1);
  transition: all 1s cubic-bezier(.08, .82, .17, 1);
  -webkit-transform: translateY(300px);
  transform: translateY(300px);
  opacity: 0;
  visibility: hidden;
  margin-bottom: 30px;
}

.content7.animate .content7c2 {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  transition-delay: .4s;
  visibility: visible;
}

.content7c2 .main {
  display: flex;
  position: relative;
}

.content7c2 .c7-2 a {
  margin: 12px 0 85px;
  font-size: 32px;
}

.content7c2 .c7-4 {
  margin-top: 0;
}

.content7c2 .swiper-pagination-bullet {
  background: #FFFFFF !important;
  border-radius: 50% !important;
  opacity: 0.2 !important;
  margin: 0 5px !important;
}

.content7c2 .swiper-pagination-bullet-active {
  opacity: 1 !important;
}

.c7-c2Conr {
  position: absolute;
  left: 548px;
  top: 0;
}

.addC7 {
  width: 1180px;
  height: 320px;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
}

.addC7-list {
  width: 580px;
  height: 320px;
  position: relative;
  border-radius: 12px;
  overflow: hidden;
}

.addC7-list>img {
  width: 580px;
  height: 320px;
  display: block;
}

.addC7-list1 {
  padding: 40px;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.addC7r>img {
  width: 100%;
}

.addC7 .c7-2 a {
  font-size: 26px;
}

.content7c2 .c7-c1rCon {
  margin-top: 15px;
}

.c7-c2Conrb {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  bottom: 0;
  background: rgba(23, 24, 26, .6);
  border-radius: 12px;
  padding: 50px 40px;
}

.c7-c2Conrb .c7-2 a {
  width: 80%;
  margin-bottom: 40px;
}



.addC7-list:hover .c7-c2Conrb {
  top: 0;
}

.c7-img {
  position: absolute;
  top: 0;
  width: 584px;
  height: 320px;
  left: 1156px;
}

.content7c3 {
  -webkit-transition: all 1s cubic-bezier(.08, .82, .17, 1);
  transition: all 1s cubic-bezier(.08, .82, .17, 1);
  -webkit-transform: translateY(300px);
  transform: translateY(300px);
  opacity: 0;
  visibility: hidden;
}

.content7.animate .content7c3 {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  transition-delay: .6s;
  visibility: visible;
}

.content7c3 .main {
  margin-top: 24px;
  display: flex;
  justify-content: space-between;
}



.c7-left a,
.c7-right a {
  width: 768px;
  height: 220px;
  display: flex;
  font-size: 32px;
  color: #fff;
  align-items: center;
  justify-content: center;
}

.c7-left img,
.c7-right img {
  margin-right: 30px;
  width: 100px;
  height: 100px;
}

.c7-left {
  background: url('../img/c7-img3.png');
}

.c7-right {
  background: url('../img/c7-img4.png');
}

.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');
  background-size: auto 100%;
}

.foot1 {
  text-align: center;
  padding: 100px 0 80px 0;
}

.flogo {
  width: 300px;
  height: 78px;
}

.foot2 {
  background: url('../img/ft-line.png') no-repeat bottom;
  padding: 0 50px 33px;
}

.foot2 ul li {
  display: inline-block;
  margin: 0 26px;
  position: relative;
}

.foot2 ul li::before {
  content: '';
  position: absolute;
  height: 16px;
  top: 5px;
  left: -30px;
  border-left: 1px solid rgba(255, 255, 255, .2);
}

.foot2 ul li:nth-child(1) {
  margin-left: 0;
}

.foot2 ul li:nth-child(1)::before {
  border: 0
}

.foot2 ul li:last-child {
  margin-right: 0;
}

.foot2 ul li a {
  font-size: 20px;
  color: #fff;
}

.foot3 {
  padding: 55px 0 90px;
  text-align: center;
  color: rgba(255, 255, 255, .5);
  line-height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.foot3 a{
    color:#fff
}
.foot3 img {
  margin-left: 22px;
}

.foot4 {
  display: flex;
  padding: 0px 0 20px 0;
  justify-content: space-between;
}

.foot4r a {
  color: rgba(255, 255, 255, .5);
  margin-left: 40px;
}

.foot4l a {
  position: relative;
}

.foot4l {
  display: flex;
}

.foot4l .f4c {
  width: 48px;
  height: 48px;
  display: flex;
  margin-right: 55px;
  position: relative;
  cursor: pointer;
}

.f-img1 {
  width: 48px;
  height: 48px;
}

.foot4l .f4c:nth-child(1) {
  background: url('../img/ft-img3.png');
}

.foot4l .f4c:nth-child(1):hover {
  background: url('../img/ft-img3on.png');
}

.foot4l .f4c:nth-child(2) {
  background: url('../img/ft-img2.png');
}

.foot4l .f4c:nth-child(2):hover {
  background: url('../img/ft-img2on.png');
}

.foot4l .f4c:nth-child(3) {
  background: url('../img/ft-img1.png');
}

.foot4l .f4c:nth-child(3):hover {
  background: url('../img/ft-img1on.png');
}

.foot1lc {
  position: absolute;
  width: 120px;
  height: 120px;
  top: -140px;
  left: -40px;
  display: flex;
  align-items: center;
  flex-direction: column;
  visibility: hidden;
  transition: all 0s ease-in-out;
}

.f4c:hover .foot1lc {
  visibility: visible;
  transition: all 0s ease-in-out;
}

.headCon {
  display: flex;
  justify-content: space-between;
}

@media screen and (min-width:1600px) and (max-width:1760px) {
  .nav-con>ul>li {
    margin-right: 35px;
  }

  .nav-con>ul>li>a {
    font-size: 18px;
  }
}



/* 专科特色 */
.speBanner {
  width: 100%;
  position: relative;
  padding-bottom: 190px;
  background: #E7EAED;
}

.speBanner .main {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.speBanner>img {
  width: 100%;
  display: block;
}

.btColor {
  display: flex;
}

.btColor .list {
  flex: 1;
  height: 6px;
}

.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 {

  display: flex;
  flex-direction: column;
  color: #fff;
  font-weight: bold;
  font-size: 48px;
  margin-top: -190px;
}

.banLeft-bd {
  font-weight: normal;
  font-size: 14px;
  margin-top: 30px;
  display: flex;
  align-items: center;
}

.banLeft-bd a {
  color: #fff;
  margin: 0 15px;
}

.banRight {
  width: 770px;
  height: 550px;
  background: #2244AB url('../img/specialty/banbg.png') no-repeat center center;
  position: absolute;
  background-size: auto 85%;
  right: 0;
  bottom: 0px;
  padding: 77px 80px 0 80px;
  color: #fff;
  font-size: 16px;
}

.banRight-top {
  font-size: 32px;
  font-weight: bold;
}

.banRight-bd {
  margin: 30px 0 40px 0;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  line-height: 32px;
}

.banRight-more {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.banRight-more a{color:#fff;}

.banRight-more img {
  margin-right: 15px;
}

.spcontent1 {
  background: url('../img/c1-bg.png') no-repeat top center;
  padding: 100px 0;
  position: relative;
}

.spcontent1 .main {
  position: relative;
}

.spcontent1 .tit-top {
  opacity: 1;
  visibility: visible;
}

.mySwiper7 {
  width: 100%;
  overflow: hidden;
  margin-top: 50px;
  padding-bottom: 96px;
  position: relative;
}

.mySwiper7::before {
  position: absolute;
  content: '';
  width: 44%;
  border-radius: 0 0 0 16px;
  height: 15px;
  left: 0;
  bottom: 30px;
  border-left: 1px solid rgba(21, 45, 78, .2);
  border-bottom: 1px solid rgba(21, 45, 78, .2);
}

.mySwiper7::after {
  position: absolute;
  content: '';
  width: 44%;
  border-radius: 0 0 16px 0;
  height: 15px;
  right: 0;
  bottom: 30px;
  border-right: 1px solid rgba(21, 45, 78, .2);
  border-bottom: 1px solid rgba(21, 45, 78, .2);
}

.swiper-button-prev7 {
  width: 48px !important;
  height: 48px !important;
  background: url('../img/c1-left.png') !important;
  background-size: 100% 100% !important;
  margin-top: 0px !important;
  left: 46% !important;
  top: auto !important;
  bottom: 10px !important;
}

.swiper-button-next7 {
  width: 48px !important;
  height: 48px !important;
  background: url('../img/c1-next.png') !important;
  background-size: 100% 100% !important;
  margin-top: 0px !important;
  right: 46% !important;
  top: auto !important;
  bottom: 10px !important;
}

.tit-topSp {
  display: flex;
  justify-content: space-between;
}


.tit-topSp>img {
  width: 230px;
  height: 100px;
}

.tit-topSp a {
  color: #152D4E;
  font-size: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.tit-topSp a img {
  margin-right: 20px;
  width: 76px;
  height: 78px;
}


.mySwiper7 .list {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
}

.mySwiper7 .list>img {
  width: 100%;
}

.mySwiper7 .list .txt {
  position: absolute;
  left: -5px;
  right: -5px;
  bottom: -5px;
  color: #fff;
  font-size: 15px;
  background: url('../img/c2-banbg.png') no-repeat;
  background-size: 100%;
  height: 200px;
  padding: 40px 35px 0 35px;
}


.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;
  line-height: 24px;
}

.spcontent2 {
  display: flex;
  justify-content: space-between;
  max-width: 1920px;
  margin: 0 auto;
}

.sp2Left {
  width: 960px;
  height: 820px;
  background: url('../img/specialty/sp2bg.jpg') no-repeat;
  background-size: auto 100%;
  display: flex;
  padding: 80px;
  justify-content: flex-end;
}

.sp2Left img {
  width: 100px;
  height: 250px;
}

.sp2Right {
  width: 960px;
  height: 780px;
  margin-top: 90px;
  background: #E7EAED;
  padding: 100px 80px;
  position: relative;
}

.mySwiper8 {
  overflow: hidden;
  position: relative;
  height: 600px;
}

.mySwiper8::before {
  position: absolute;
  content: '';
  border-top: 1px solid rgba(21, 45, 78, .2);
  width: 20px;
  left: 655px;
  top: 200px;
}

.mySwiper8::after {
  position: absolute;
  content: '';
  border-top: 1px solid rgba(21, 45, 78, .2);
  width: 20px;
  left: 655px;
  bottom: 220px;
}

.sp2Right::before {
  position: absolute;
  content: '';
  border-left: 1px solid rgba(21, 45, 78, .2);
  height: 300px;
  left: 745px;
  top: 0;
}

.sp2Right::after {
  position: absolute;
  content: '';
  border-left: 1px solid rgba(21, 45, 78, .2);
  height: 300px;
  left: 745px;
  bottom: 0;
}

.mySwiper8 .list {
  width: 600px;
  height: 600px;
  cursor: pointer;
  display: flex;
  flex-wrap: wrap;
}

.mySwiper8 .list1,
.mySwiper8 .list2,
.mySwiper8 .list3,
.mySwiper8 .list4 {
  width: 300px;
  height: 300px;
  border-radius: 300px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.mySwiper8 .list2 {
  margin-left: -42px;
  z-index: 2
}

.mySwiper8 .list3 {
  margin-top: -42px;
  z-index: 4
}

.mySwiper8 .list4 {
  margin-top: -42px;
  margin-left: -42px;
  z-index: 3
}

.mySwiper8 .list1c {
  padding: 0 60px;
  display: flex;
  justify-content: center;
  color: #fff;
  font-size: 20px;
  line-height: 32px;
  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: 48px !important;
  height: 48px !important;
  background: url('../img/c1-left.png') !important;
  background-size: 100% 100% !important;
  margin-top: -60px !important;
  left: 720px !important;
  transform: rotate(90deg) !important;
}

.swiper-button-next8 {
  width: 48px !important;
  height: 48px !important;
  background: url('../img/c1-next.png') !important;
  background-size: 100% 100% !important;
  margin-top: 10px !important;
  left: 720px !important;
  transform: rotate(90deg) !important;
}

.spcontent3 {
  background: url('../img/c1-bg.png') no-repeat top center;
  padding: 100px 0;

}

.spcontent3 .main {
  display: flex;
  justify-content: space-between;
}

.sp3Left {
  width: 640px;
  height: 400px;
  background: #FFFFFF;
  border-radius: 16px;
  border: 1px solid #D0D5DC;
  padding: 0 33px;
  border-bottom: 6px solid #2244AB;
}

.sptit {
  border-bottom: 1px solid rgba(21, 45, 78, .2);
  height: 100px;
  display: flex;
  justify-content: space-between;
  position: relative;
  font-size: 32px;
  color: #152D4E;
  font-weight: bold;
  align-items: center;
}

.sptit::before {
  position: absolute;
  content: '';
  width: 48px;
  height: 6px;
  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: 16px;
  margin-bottom: 4px;
  font-weight: normal;
}

.moreimg1 {
  width: 60px;
  height: 60px;
  background: url('../img/specialty/jtimg1.png');
  background-size: 100% 100%;
  margin-right: 10px;
}

.sptit .more:hover .moreimg1 {
  background: url('../img/specialty/jtimg2.png');
  background-size: 100% 100%;
}

.sp3Left ul li {
  margin-top: 31px;
  cursor: pointer;
}

.sp3Left ul li a {
  color: #152D4E;
  font-size: 16px;
  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: 15px;
  color: #152D4E;
  position: relative;
  opacity: .6;
}

.sp3Left ul li span::before {
  position: absolute;
  content: '';
  width: 480px;
  height: 1px;
  background: #D0D5DC;
  right: 0;
  bottom: 8px;
}

.sp3Left ul li:hover a {
  color: #2244AB;
}

.sp3Left ul li:hover span::before {
  background: #2244AB;
}

.sp3Right {
  flex: 1;
  height: 400px;
  background: #FFFFFF;
  border-radius: 16px;
  border: 1px solid #D0D5DC;
  padding: 0 33px;
  border-bottom: 6px solid #2244AB;
  margin-left: 24px;
}

.sp3Right .listc {
  padding: 32px 0 0 0;
  display: flex;
  justify-content: space-between;
}

.listc-left {
  border-radius: 16px;
  overflow: hidden;
  width: 360px;
}

.listc-leftc {
  position: relative;
  display: none;

}

.listc-leftc>img {
  width: 360px;
  height: 230px;
}

.listc-leftc.on {
  display: block;
}

.listc-leftc a {
  width: 100%;
  line-height: 40px;
  color: #fff;
  font-size: 16px;
  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 16px 16px;
}

.listc-left img {
  width: 100%;
  display: block;
  cursor: pointer;
}

.listc-right {
  flex: 1;
}

.listc-right ul li {
  position: relative;
  margin-left: 20px;
}

.listc-right ul li::before {
  position: absolute;
  content: '';
  width: 6px;
  height: 6px;
  background: #2244AB;
  border-radius: 20px;
  left: 20px;
  top: 31px;
}

.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: 35px;
  color: #152D4E;
  border-radius: 16px;
  margin-bottom: 10px;
  cursor: pointer;
  line-height: 70px;
  font-size: 16px;
}

.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: 27px;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid #fff;
}

/* 医院资讯 */
.newBanner {
  padding-bottom: 0;
}

.newBanner .banLeft {
  margin-top: 0;
}

.newBd {
  background: rgba(0, 0, 0, .1);
}

.newBd .main {
  padding: 80px 0;
  position: relative;
}

.newNav {
  position: absolute;
  left: 0;
  top: -80px;
  right: 0;
  display: flex;
  justify-content: flex-start;
}

.newNav a {
  width: 19.2%;
  line-height: 60px;
  text-align: center;
  background: rgba(255, 255, 255, .3);
  border-radius: 8px;
  color: #fff;
  font-size: 20px;
  position: relative;
  font-weight: bold;
  margin-right: 2%;
}

.newNav a.on,
.newNav a:hover {
  background: #fff;
  color: #2244AB;
}

.newNav a.on::before,
.newNav a:hover::before {
  position: absolute;
  content: '';
  width: 32px;
  height: 4px;
  background: #2244AB;
  border-radius: 6px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.newList .list {
  margin-bottom: 34px;
  background: #fff;
  padding: 35px;
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: all 0s ease-in-out;
  border-bottom: 6px 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: 360px;
  height: 250px;
  margin-right: 25px;
}

.newList .list-right {
  flex: 1;
  display: flex;
  align-items: flex-start;
  margin: 0 35px;
  transition: all 0s ease-in-out;
}

.newList .list-right1 {
  width: 70px;
  margin-right: 25px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #2244AB;
  font-weight: bold;
  font-size: 16px;
  transition: all 0s ease-in-out;
}

.newList .list-right1 strong {
  font-size: 56px;
  margin: -10px 0 0px 0;
  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: 22px;
  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: 28px;
  margin: 25px 0 40px 0;
  transition: all 0s ease-in-out;
}

.newMore {
  color: #152D4E;
  width: 108px;
  height: 48px;
  border: 1px dashed rgba(21, 45, 78, .2);
  text-align: center;
  line-height: 48px;
  display: block;
  position: relative;
  transition: all 0s ease-in-out;
}

.newMore::before {
  position: absolute;
  content: '';
  background: url('../img/new/left.png') no-repeat;
  width: 4px;
  height: 48px;
  left: 0;
  top: 0;
}

.newMore::after {
  position: absolute;
  content: '';
  background: url('../img/new/right.png') no-repeat;
  width: 4px;
  height: 48px;
  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: 50px;
  color: #152D4E;
  font-size: 16px;
  text-align: center;
  line-height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page a {

  color: #152D4E;

  min-width: 48px;
  height: 48px;
  text-align: center;
  border-radius: 30px;
  background: rgba(21, 45, 78, .2);
  margin: 0 5px;
}

.page input {
  border: 1px solid #ebebeb;
  padding: 0 13px;
  height: 48px;
  border-radius: 5px;
  display: inline-block;
  margin: 0 5px;
  width: 85px;
  border-radius: 50px;
  margin: 0 10px;
  background: rgba(21, 45, 78, .2);
}

.page img {
  width: 48px;
  height: 48px;
}


.page a:hover {
  background: #2244AB;
  color: #fff
}

.page a:last-child {
  width: 85px;
}

/* 党群 */
.partyBanner>img {
  width: 100%;
  display: block;
}

.partyContent1 {
  position: relative;
  background: rgba(21, 45, 78, .1);
  padding: 100px 0 180px 0;
}

.partyContent1 .main {
  display: flex;
  justify-content: space-between;
}

.partyC1left {
  width: 336px;
  height: 768px;
  background: url('../img/partyMasses/pcon2bg.jpg');
  background-size: 100% 100%;
  padding: 60px 48px;
}

.partyC1left-tit {
  font-size: 32px;
  font-weight: bold;
  color: #fff;
  padding-bottom: 30px;
  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: 8px;
  height: 12px;
}

.partyC1leftMore {
  display: flex;
  align-items: center;
  color: rgba(255, 255, 255, .6);
  margin-top: 25px;
}

.partyC1leftMore .micon {
  width: 60px;
  height: 60px;
  background: url('../img/partyMasses/more1.png');
  margin-right: 12px;
}

.partyC1leftMore:hover {
  color: #fff;
}

.partyC1leftMore:hover .micon {
  background: url('../img/partyMasses/more3.png');
}

.partyC1right {
  flex: 1;
  margin-left: 60px;
}

.partyC1right1 {
  display: flex;
  justify-content: space-between;
}

.partyC1right1 .list {
  width: 32%;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, .08);
  position: relative;
  cursor: pointer;
}

.partyC1right1 .list img {
  width: 100%;
  display: block;
}

.partyC1right1 .listc {
  padding: 28px 23px;
  height: 160px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.partyC1right1 .listc1 {
  flex: 1;
  font-size: 18px;
  color: #152D4E;
  line-height: 32px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.partyC1right1 .listc2,
.partyC1right2 .listc2 {
  padding-left: 25px;
  color: #A6050A;
  font-size: 12px;
  display: flex;
  justify-content: center;
  font-weight: bold;
  margin-left: 25px;
  flex-direction: column;
  align-items: center;
  border-left: 1px solid rgba(51, 51, 51, .1);
}

.partyC1right1 .listc2 strong,
.partyC1right2 .listc2 strong {
  font-size: 32px;
}

.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: 49%;
  box-shadow: 0 0 10px rgba(0, 0, 0, .08);
  margin-top: 24px;
  background: #fff;
  padding: 28px 23px;
  height: 160px;
}

.partyC1right2 .list:hover .listc1 {
  color: #A6050A;
}

.partyC1right2 .listc {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.partyC1right2 .listc1 {
  flex: 1;
  font-size: 18px;
  color: #152D4E;
  line-height: 32px;
  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: 20px;
  border-bottom: 1px solid #A6050A;
  padding-bottom: 7px;
  padding-right: 8px;
  background: url('../img/partyMasses/pcon2-img7.png') no-repeat right bottom;
}



.partyContent1img {
  position: absolute;
  left: 0;
  bottom: 0;
}

.partyContent2 {
  background: url('../img/partyMasses/pcon3bg.jpg') no-repeat;
  background-size: auto 100%;
  padding: 0 0 100px 0;
}

.partyContent2 .main {
  margin-top: -75px;
}

.partyContent2a {
  display: flex;
  justify-content: space-between;
}

.partyContent2aleft {
  width: 780px;
  height: 530px;
  background: #2244AB;
  padding: 0 60px;
  position: relative;
}

.partyContent2aleft .sptit {
  color: #fff;
  border: 0;
  height: 54px;
  margin-top: 50px;
  font-size: 32px;
}

.partyContent2aleft .sptit::before {
  background: none;
}

.partyContent2aleft .more {
  color: #fff;
}

.partyContent2aleft .moreimg1 {
  background: url('../img/partyMasses/more1.png');
}

.partyContent2aleft .more:hover .moreimg1 {
  background: url('../img/partyMasses/more2on.png');
}

.partyContent2aleft ul li {
  padding: 30px 0;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, .2);
}

.partyContent2aleft ul li span {
  color: #fff;
  font-size: 12px;
  display: flex;
  justify-content: center;
  font-weight: bold;
  flex-direction: column;
  align-items: center;
  margin-right: 25px;
}

.partyContent2aleft ul li span strong {
  font-size: 32px;
}

.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: 18px;
  line-height: 32px;
}

.p2l-icon {
  position: absolute;
  right: -24px;
  top: 50%;
  transform: translateY(-50%);
}

.partyContent2a>img {
  display: block;
}

.partyContent2b {
  background: #B4A37E;
}

.partyContent2b .p2l-icon {
  left: -24px;
}

.partyContent3 {
  background: url('../img/partyMasses/pcon4bg.jpg') no-repeat center top;
  background-size: auto 460px;
  padding-top: 76px;
}



.partyContent3 .sptit {
  position: relative;
  justify-content: center;
  color: #fff;
  height: 54px;
  border: 0;
  font-size: 32px;
}

.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');
}

.partyContent3 .more:hover .moreimg1 {
  background: url('../img/partyMasses/more3.png');
}

.partyContent3 ul {
  display: flex;
  justify-content: space-between;
}

.partyContent3 ul li {
  width: 32.2%;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, .08);
  border-bottom: 4px solid #D1D1D1;
  margin-top: 30px;
  cursor: pointer;
}

.partyContent3 ul li img {
  width: 100%;
  height: 300px;
  display: block;
}

.partyContent3 ul li .listc {
  padding: 32px 32px 35px 32px;
  height: 190px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.partyContent3 ul li .listc1 {
  color: #454545;
  line-height: 30px;
  font-size: 18px;
  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 {
  border-bottom: 4px solid #A6050A;
}

.partyContent3 ul li:hover .listc1 {
  color: #A6050A;
}

.partyContent4 {
  background: url('../img/partyMasses/pcong5bg.png') no-repeat center;
  background-size: auto 100%;
  padding: 70px 0 100px 0;
}

.partyContent4 .main {
  display: flex;
  justify-content: space-between;
}

.partyContent4l,
.partyContent4r {
  width: 740px;
}

.partyContent4 .sptit {
  border: 0;
  height: 60px;
  color: #454545;
  font-size: 32px;
}

.partyContent4 .sptit::before {
  background: none;
}

.partyContent4 .sptit .more {
  color: rgba(51, 51, 51, .6);
}

.partyContent4 .sptit .moreimg1 {
  background: url('../img/partyMasses/more2.png');
}

.partyContent4 .more:hover .moreimg1 {
  background: url('../img/partyMasses/more2on.png');
}


.partyContent4lc {
  margin-top: 30px;
  box-shadow: 0 0 10px rgba(0, 0, 0, .08);
  border-bottom: 4px solid #C11600;
}

.partyContent4lc-1 {
  position: relative;
  cursor: pointer;
}

.partyContent4lc-1 .pic img {
  width: 100%;
  height: 400px;
  display: block;
}

.partyContent4lc-1 .title {
  line-height: 70px;
  background: rgba(0, 0, 0, .5);
  color: #fff;
  padding: 0 30px;
  font-size: 18px;
  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: 20px 40px 0 40px;
  height: 420px;
  background: #fff;
}

.partyContent4lc-2 ul li {
  border-bottom: 1px dashed #CCCCCC;
  padding: 30px 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: 18px;
}

.partyContent4lc-2 ul li a:hover {
  color: #C11600;
}

.phone {
  display: none !important;
}

#search{
    position: absolute;
    right: 0;
    top: 0;
    height:80px;
    width:80px;
      background: url('../img/sear.png') no-repeat center center;
    font-size:0
    
}





/* 专家详情 */
.speDe-banner {
  height: 80px;
  position: absolute;
  left: 0;
  top: 150px;
  right: 0;
  background: rgba(0, 0, 0, .2);
}

.speDe-banner .banLeft-bd {
  margin-top: 0;
  text-align: center;
}

.speDe-banner .main {
  justify-content: flex-start;
  color: #fff;
}

.speDe-con1 {
  margin-top: -360px;
  position: relative;
  z-index: 999;
}

.speDe-con1 .main {
  padding: 224px 0 0 0;

}

.speDe-con1c {
  position: relative;

}

.speDe-con1c1 {
  height: 224px;
  margin-top: -224px;
  display: flex;
  justify-content: space-between;
  padding: 0 0 0 480px;
}

.speDe-con1c1a {
  display: flex;
  flex-direction: column;
}

.speDe-txt1 {
  color: #fff;
  display: flex;
  align-items: flex-end;
}

.speDe-txt1 strong {
  font-size: 40px;
  margin-right: 20px;
}

.speDe-txt1 span {
  font-size: 20px;
}

.speDe-txt2 {
  margin-top: 50px;
  color: #fff;
  font-size: 20px;
  line-height: 36px;
}

.speDe-con1c2 {
  background: #7A8FCD;
  padding: 55px 95px 40px 480px;
  min-height: 400px;
}

.speDe-con1c2a {
  margin-bottom: 45px;
}

.speDe-con1c2a strong {
  display: block;
  font-size: 28px;
  color: #fff;
  margin-bottom: 30px;
}

.detailMsg {
  position: absolute;
  left: 0;
  top: 0;
  width: 400px;
  border-radius: 16px;
}

.speDe-con1c2a-con {
  line-height: 28px;
  font-size: 16px;
  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: 80px 0 100px 0
}

.speDe-con2c {
  display: flex;
  justify-content: flex-start;
  margin-top: 40px;
  flex-wrap: wrap;
  align-content: flex-start;
}

.speDe-con2c .list {
  width: 22%;
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  margin-right: 3%;
  margin-bottom: 30px;
}

.speDe-con2c .list>img {
  width: 100%;
}

.speDe-con2c .list .txt {
  position: absolute;
  left: -5px;
  right: -5px;
  bottom: -5px;
  color: #fff;
  font-size: 15px;
  background: url('../img/c2-banbg.png') no-repeat bottom;
  background-size: 100%;
  height: 120px;
  padding: 10px 35px 0 35px;
}


.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: 24px;
  font-size: 20px;
}

/* 联系我们 */
.addressCon {
  background: #fff;
  padding: 100px 105px;
}

.addressCon-tit {
  display: flex;
  justify-content: center;
  font-size: 32px;
  color: #333333;
  position: relative;
  padding-bottom: 26px;
  margin-bottom: 20px;
}

.addressCon-tit::before {
  position: absolute;
  content: '';
  width: 60px;
  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: 47%;
  padding: 30px 0;
  border-bottom: 1px dashed rgba(51, 51, 51, .3);
  display: flex;
  align-items: center;
  color: #333333;
  font-size: 20px;
}

.addressCon ul li img {
  margin-right: 22px;
}

/* 新华光影 */
.about-c1 {
  border-bottom: 1px solid #D0D5DC;
  padding-bottom: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.about-c1 .list {
  width: 140px;
  height: 50px;
  margin: 0 4px;
  border-radius: 8px;
  border: 1px solid #D0D5DC;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1F283D;
  background: #fff;
  font-size: 16px;
}

.about-c1 .list span {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}


.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;
}

.about-c2 ul li {
  width: 31.5%;
  margin-top: 44px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.about-c2l {
  height: 275px;
  width: 100%;
  display: block;
}

.about-c2txt {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, .5);
  padding: 10px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  line-height: 28px;

}

.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: 150%;
  right: 0;
  bottom: 0;
  background: rgba(34, 68, 171, .9);
  padding: 0 40px;
  text-align: center;
  line-height: 28px;
}

.about-c2 ul li:hover .about-c2b {
  top: 0;
}

.about-c2b a {
  height: 100%;
  color: #fff;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.about-c2b img {
  margin-bottom: 20px;
}


/* 单页内容页 */
.guide-content {
  padding: 20px 0px 80px 0;
}

.guide-content .content {
  padding: 30px;
  /* background: #fff; */
}



.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,.guide-content .content .tab-con .conTxt p{font-size: 18px!important;line-height: 40px!important;}
.guide-content .content .tab-con .conTxt img{display:inline-block!important;}


.guide-content .content .contxt ul.list{margin:0px -10px;overflow:hidden;}
.guide-content .content .contxt ul.list li{margin-top:15px;width:50%;float:left;padding:0px 10px;}
.guide-content .content .contxt ul.list li a{display:block;background:#fff;padding:25px 30px;font-size:15px;line-height:24px;box-shadow:0px 0px 20px rgba(0,0,0,0.075);padding-right:150px;position:relative;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;border:1px solid #eee;}
.guide-content .content .contxt ul.list li a span{position:absolute;width:120px;height:25px;line-height:23px;border-radius:30px;border:1px solid #ccc;right:30px;top:50%;margin-top:-12.5px;display:block;text-align:center;}
.guide-content .content .contxt ul.list li a span i{margin-left:5px;}


.news-detail-content {}

.news-detail-content .item01 {
  background: #fff;
  padding: 80px;
  padding-bottom: 50px;
}

.news-detail-content .item01 .title {
  font-size: 28px;
  text-align: center;
}

.news-detail-content .item01 ul {
  text-align: center;
  margin-top: 20px;
  padding-bottom: 45px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 50px;
  font-size: 15px;
}

.news-detail-content .item01 ul li {
  display: inline-block;
  margin: 0px 10px;
}

.news-detail-content .item01 .contxt {
  font-size: 16px;
  line-height: 30px;
  font-size: 18px!important;
  line-height: 40px!important;
}

.news-detail-content .item01 .contxt img {
  margin: 0 auto;
  display: inline-block;
}

.news-detail-content .item01 .contxt p,
.news-detail-content .item01 .contxt p span {
  font-family: inherit !important;
  line-height: inherit !important;
  font-size: inherit !important;
}


.news-detail-content .item01 .contxt strong{font-size:16px;}

.news-detail-content .item01 .contxt table {
  width: 100% !important;
  border: 1px solid #ccc !important;
  border-right: none !important;
  border-bottom: none !important;
}

.news-detail-content .item01 .contxt table tr {}

.news-detail-content .item01 .contxt table tr td {
  border-bottom: 1px solid #ccc !important;
  border-right: 1px solid #ccc !important;
}

.news-detail-content .item01 .contxt video,
.news-detail-content .item01 .contxt .videoPlayer {
  width: 100% !important;
  /* height: auto !important; */
}

.news-detail-content .item01 .share {
  line-height: 36px;
  color: #666;
  padding: 50px 0px 40px 0;
  border-bottom: 1px solid #ebebeb;
  width: 100%;
}

.news-detail-content .item01 .share * {
  /* float: left; */
}

.news-detail-content .item01 .share a {
  width: 32px;
  height: 32px;
  margin-right: 10px;
}

.news-detail-content .item01 .share a.qq {
  background: url(../images/share-qq.png) no-repeat center center/cover;
}

.news-detail-content .item01 .share a.qone {
  background: url(../images/share-qone.png) no-repeat center center/cover;
}

.news-detail-content .item01 .share a.sina {
  background: url(../images/share-sina.png) no-repeat center center/cover;
}

.news-detail-content .item01 .bottom {
  position: relative;
  padding-right: 100px;
  margin-top: 35px;
}



.news-detail-content .item01 .bottom a:first-child {
  margin-top: 0 !important;
}

.news-detail-content .item01 .bottom{position:relative;padding-right:100px;margin-top:35px;}
.news-detail-content .item01 .bottom a{margin-top:20px;line-height: 50px;color: #333;}
.news-detail-content .item01 .bottom a:first-child{margin-top:0 !important;}
.news-detail-content .item01 .bottom a.backlist{background:url(../img/icon-backlist.png) no-repeat right center;padding-right:35px;line-height:26px;position:absolute;right:0;top:0;margin-top:0;}





.keshi-content{
  /* margin: 30px 0; */
  background: #fff;
}


.keshi-content .list-box {
  margin-bottom: 10px;
}

.keshi-content .list-box .list {
  margin-top: 45px;
  width: 100%;
}

.keshi-content .list-box .list:first-child {
  margin-top: 0 !important;
  width: 100%;
}

.keshi-content .list-box .list .title {
  position: relative;
  font-size: 26px;
  color: #2344ab;
  border-bottom: 1px solid #2344ab;
  padding-bottom: 25px;
  font-weight: bold;
}

.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: #2344ab;
  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 {}

.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:hover .box {
    background-color: #2344ab;
  color: #fff;
}


.keshi-content .list-box .list ul li:hover .box a {
  
  color: #fff;
}


.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;
  /* background: #fff; */
  color: #333;
  font-size: 17px;
}

.keshi-content .list-box .list ul li:hover .box .content {color:#fff;}

.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;}






/* 就医指南 */
.guideCon {
  padding-top: 70px;
  background: #fff url('../img/c1-bg.png') no-repeat center center;
}

.guiList {
  width: 255px;
  height: 290px;
  padding: 22px;
}

.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: 212px;
  height: 212px;
}

.guiListc a {
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #152D4E;
  font-size: 22px;
  flex-direction: column;
  transition: all 0s ease-in-out;
}

.guiListc a>img {
  width: 100px;
  height: 100px;
  margin-bottom: 5px;
}

.mySwiper9 {
  width: 1484px;
  overflow: hidden;
  position: relative;
  margin-left: 60px;
}

.guideCon .main {
  position: relative;
}

.guideCon .main .swiper-button-prev {
  width: 48px !important;
  height: 48px !important;
  transform: translateY(-50%) !important;
  left: 0px;
  background: url('../img/c1-left.png') !important;
  border-radius: 120px !important;
  background-size: 100% !important;
}

.guideCon .main .swiper-button-next {
  width: 48px !important;
  height: 48px !important;
  transform: translateY(-50%) !important;
  right: 0px;
  background: url('../img/c1-next.png') !important;
  border-radius: 120px !important;
  background-size: 100% !important;
}

.mySwiper9 .swiper-slide>div {
  padding-bottom: 76px;
  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 55px;
}

.mySwiper9 .slide1.active .guiListc a,
.mySwiper9 .slide1:hover .guiListc a {
  background: #fff url('../img/guide/icon-on1.png') no-repeat right 30px top 30px;
}


.mySwiper9 .slide2.active .guiListc a,
.mySwiper9 .slide2:hover .guiListc a {
  background: #fff url('../img/guide/icon-on2.png') no-repeat right 30px top 30px;
}


.mySwiper9 .slide3.active .guiListc a,
.mySwiper9 .slide3:hover .guiListc a {
  background: #fff url('../img/guide/icon-on5.png') no-repeat right 30px top 30px;
}

.mySwiper9 .slide4.active .guiListc a,
.mySwiper9 .slide4:hover .guiListc a {
  background: #fff url('../img/guide/icon-on4.png') no-repeat right 30px top 30px;
}

.mySwiper9 .slide5.active .guiListc a,
.mySwiper9 .slide5:hover .guiListc a {
  background: #fff url('../img/guide/icon-on5.png') no-repeat right 30px top 30px;
}

.mySwiper9 .slide6.active .guiListc a,
.mySwiper9 .slide6:hover .guiListc a {
  background: #fff url('../img/guide/icon-on6.png') no-repeat right 30px top 30px;
}

.guideCon1 {
  padding: 100px 0;
  background: rgba(0, 0, 0, .1);
}

.guideCon1 ul li {
  display: flex;
  justify-content: space-between;
  display: block;
  padding: 50px 60px 50px 65px;
  background: #fff;
  margin-bottom: 20px;
  border-bottom: 6px solid transparent;
  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: 20px;
  transition: all 0s ease-in-out;
}

.guideCon1 ul li a img {
  margin-right: 10px;
}

.guideCon1 ul li:hover {
  background: #2244AB;
  border-bottom: 6px solid #81A4E6;
}

.guideCon1 ul li:hover a {
  color: #fff;
}

.guideCon1 ul li>span {
  font-size: 18px;
  color: rgba(21, 45, 78, .6);
}

.guideCon1 ul li:hover>span {
  color: #fff;
}