input:-internal-autofill-selected {
  background-color: transparent !important;
}
input:-webkit-autofill {
  background-color: transparent !important;
  background-image: none;
  -webkit-box-shadow: 0 0 0px 1000px #fff inset !important;
  -webkit-text-fill-color: #000 !important;
}
a{text-decoration:none;-webkit-transition:all .4s cubic-bezier(.175,.885,.32,1);-o-transition:all .4s cubic-bezier(.175,.885,.32,1);transition:all .4s cubic-bezier(.175,.885,.32,1)}
a:focus,a:hover{color:#0d3d88;}a:focus{outline:thin dotted #333;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}
a.disabled,a.disabled:focus,a.disabled:hover,a[disabled],a[disabled]:focus,a[disabled]:hover{color:#aaa;text-decoration:none;cursor:default}
.el {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.x-modal {
  position: fixed;
  z-index: 521;
  width: 100%;
  height: 100%;
  top: 50%;
  color: #c4aa80;
  transform: translateY(-50%);
  background-color: rgba(0,0,0,0.5);
  display: none;
}
.x-modal .btn-close {
  width: 52px;
  height: 52px;
  background-color: #000;
  background-image: url("../img/icon-close.png");
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.7;
  border-radius: 50%;
  position: absolute;
  right: -52px;
  top: -52px;
}
.x-modal .x-modal-container {
  position: absolute;
  width: 1000px;
  background: #fff;
  border-radius: 5px;
  padding: 10px 30px 20px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.x-modal .x-modal-title {
  font-size: 20px;
  font-weight: bold;
  color: #333;
  line-height: 54px;
}
.x-modal .x-modal-video-con {
  width: 940px;
  height: 363px;
  display: block;
}
.x-modal .x-modal-btn-wrapper {
  margin-top: 20px;
  height: 36px;
}
.x-modal .x-modal-btn-wrapper .x-modal-btn {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  width: 110px;
  height: 36px;
  line-height: 36px;
  background: #1ab5c2;
  border: 1px solid #1ab5c2;
  border-radius: 5px;
  color: #fff;
  text-align: center;
}
.qrcode {
  position: fixed;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 420px;
  height: 560px;
  background-color: #fff;
  margin-top: -280px;
  display: none;
  z-index: 9999;
}
.qrcode .qrcodeTitle {
  background-color: #015b69;
  color: #fff;
  font-size: 32px;
  line-height: 60px;
  padding: 10px 0;
  text-align: center;
}
.qrcode .qrcodeImg {
  width: 250px;
  height: 250px;
  margin: 60px auto 30px auto;
  background-color: #eee;
  padding: 11px;
  box-sizing: border-box;
}
.qrcode .qrcodeImg img {
  width: 100%;
  height: 100%;
}
.qrcode .qrcodeName {
  color: #333;
  font-size: 26px;
  text-align: center;
  line-height: 26px;
}
.qrcode .qrcodebtn {
  width: 160px;
  background-color: #18b5c3;
  border: 1px solid #e7e7e7;
  border-radius: 23px;
  overflow: hidden;
  color: #fff;
  line-height: 46px;
  box-sizing: border-box;
  padding: 0;
  margin: 20px auto 0 auto;
  display: block;
}
.banner_wrap {
  overflow: hidden;
}
.banner {
  height: 600px;
  background-size: cover !important;
  position: relative;
}
.banner .swiper-container {
  width: 100%;
  height: 100%;
}
.banner .swiper-container .swiper-slide {
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover !important;
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 4px;
  opacity: 1;
  background-color: #a3a3a3;
}
.swiper-pagination-bullet-active {
  width: 24px;
  background-color: #e7869d;
}
.swiper-button {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.swiper-button .button-next {
  background: url("../img/right.png") no-repeat 100%;
  width: 42px;
  height: 42px;
  right: 114px;
}
.swiper-button .button-prev {
  background: url("../img/left.png") no-repeat 100%;
  width: 42px;
  height: 42px;
  left: 114px;
}
.instruction {
  background-color: #fff;
  width: 1400px;
  position: relative;
  z-index: 10;
  margin: -74px auto 80px auto;
  box-shadow: 0px 0px 16px -2px #969696;
}
.instruction:after {
  clear: both;
  content: "";
  display: block;
}
.instruction .instruction_item {
  display: block;
  width: 25%;
  float: left;
  border-right: 1px solid #e7e7e7;
  box-sizing: border-box;
  padding: 24px 38px 0 114px;
  height: 150px;
}
.instruction .instruction_item .instruction_item_title {
  font-size: 18px;
  line-height: 38px;
  color: #6a6a6a;
  font-weight: 400;
}
.instruction .instruction_item .instruction_item_con {
  font-size: 12px;
  line-height: 18px;
  color: #b7b7b7;
  font-weight: 400;
}
.instruction .instruction_item .instruction_item_con p {
  clear: both;
}
.instruction .instruction_item .instruction_item_con .con_two {
  float: right;
}
.instruction .instruction_item:hover .instruction_item_title {
  color: #fff;
}
.instruction .instruction_item:hover .instruction_item_con {
  color: #fff;
}
.instruction .instruction_itemOne {
  background: url("../img/map.png") no-repeat 40px 34px;
  background-size: 41px 46px;
  padding-left: 110px;
}
.instruction .instruction_itemOne:hover {
  background: url("../img/yuyue1.png") no-repeat #17b4c3 40px 34px;
  background-size: 41px 46px;
}
.instruction .instruction_itemTwo {
  background: url("../img/yuyue.png") no-repeat 51px 34px;
  background-size: 45px 46px;
}
.instruction .instruction_itemTwo:hover {
  background: url("../img/map1.png") no-repeat #17b4c3 51px 34px;
  background-size: 45px 46px;
}
.instruction .instruction_itemThree {
  background: url("../img/fuwu.png") no-repeat 53px 34px;
  background-size: 42px 46px;
}
.instruction .instruction_itemThree:hover {
  background: url("../img/fuwu1.png") no-repeat #17b4c3 53px 34px;
  background-size: 42px 46px;
}
.instruction .instruction_itemFour {
  background: url("../img/jiankang.png") no-repeat 42px 34px;
  background-size: 51px 46px;
  border-right: 0;
}
.instruction .instruction_itemFour:hover {
  background: url("../img/jiankang1.png") no-repeat #17b4c3 42px 34px;
  background-size: 51px 46px;
}
.instruction .instruction_itemFive {
  background: url("../img/zhenliao.png") no-repeat 42px 34px;
  background-size: 47px 47px;
  border-right: 0;
}
.instruction .instruction_itemFive:hover {
  background: url("../img/zhenliao1.png") no-repeat #17b4c3 42px 34px;
  background-size: 47px 47px;
}
.news {
  width: 1200px;
  margin: 0 auto 100px auto;
}
.news:after {
  clear: both;
  content: "";
  display: block;
}
.news .newsList {
  float: left;
  position: relative;
  border: 1px solid #eee;
  box-sizing: border-box;
  height: 530px;
}
.news .newsList .newsList_item {
  width: 266px;
  padding: 14px 0;
  text-align: center;
  color: #888;
  font-size: 16px;
  font-weight: 400;
  float: left;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
  box-sizing: border-box;
  cursor: pointer;
}
.news .newsList .newsList_itemNo {
  border-right: 0;
}
.news .newsList .newsList_itemActive {
  background-color: #1ab5c2;
  color: #fff;
  font-weight: bold;
}
.news .newsList .newsList_itemActive .newsList_itemCon {
  display: block;
}
.news .newsList .newsList_item:hover {
  background-color: #1ab5c2;
  color: #fff;
  font-weight: bold;
}
.news .newsList_itemCon {
  position: absolute;
  display: none;
  top: 61px;
  left: 0;
  padding: 20px 0 17px 20px;
  cursor: auto;
}
.news .newsList_itemCon .newsList_itemCon_item {
  float: left;
  width: 240px;
  margin: 0 19px 12px 0;
  display: block;
  position: relative;
  height: 380px;
  border-top: 1px solid #eee;
  border-right: 1px solid #eee;
  border-left: 1px solid #eee;
  border-bottom: 2px solid #1ab5c2;
}
.news .newsList_itemCon .newsList_itemCon_item .newsList_itemCon_itemImg {
  width: 238px;
  height: 173px;
  overflow: hidden;
}
.news .newsList_itemCon .newsList_itemCon_item .newsList_itemCon_itemImg img {
  width: 100%;
  height: 100%;
}
.news .newsList_itemCon .newsList_itemCon_item .newsList_itemCon_itemTime {
  padding: 14px 20px 0px 21px;
  text-align: left;
}
.news .newsList_itemCon .newsList_itemCon_item .newsList_itemCon_itemTime1 {
  font-size: 20px;
  color: #666;
  line-height: 30px;
}
.news .newsList_itemCon .newsList_itemCon_item .newsList_itemCon_itemTime2 {
  font-size: 14px;
  color: #ccc;
  line-height: 22px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e7e7e7;
}
.news .newsList_itemCon .newsList_itemCon_item .newsList_itemCon_itemCon {
  padding: 11px 14px 36px 21px;
}
.news .newsList_itemCon .newsList_itemCon_item .newsList_itemCon_itemTitle {
  font-size: 14px;
  color: #666;
  font-weight: 400;
  text-align: center;
  margin-bottom: 11px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news .newsList_itemCon .newsList_itemCon_item .newsList_itemCon_itemContent {
  font-size: 12px;
  color: #999;
  font-weight: 400;
  text-align: left;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 20px;
  height: 40px;
}
.news .newsList_itemCon .newsSee_more {
  clear: both;
  width: 97.5%;
  background-color: #eff0f2;
  font-size: 14px;
  color: #999;
  line-height: 23px;
  padding: 11px 0;
  text-align: center;
  display: block;
}
.news .newsList_itemCon .newsList_itemCon_item:hover {
  border-bottom: 0;
}
.news .newsList_itemCon .newsList_itemCon_item:hover .newsList_itemCon_itemTime {
  position: absolute;
  bottom: 0;
  background: url("../img/gonext.png") #1ab5c2 no-repeat 214px center;
  width: 100%;
}
.news .newsList_itemCon .newsList_itemCon_item:hover .newsList_itemCon_itemTime .newsList_itemCon_itemTime1,
.news .newsList_itemCon .newsList_itemCon_item:hover .newsList_itemCon_itemTime .newsList_itemCon_itemTime2 {
  color: #fff;
}
.news .newsList_itemCon .newsList_itemCon_item:hover .kList_itemCon_itemTime {
  background-color: #ffba5a;
}
.news .moreNewsList {
  float: right;
  width: 380px;
}
.news .moreNewsList .moreNewsList_list {
  padding: 37px 123px 50px 30px;
}
.news .moreNewsList .moreNewsList_list .moreNewsList_listTitle {
  font-size: 18px;
  line-height: 30px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 5px;
}
.news .moreNewsList .moreNewsList_list .moreNewsList_listCon {
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 55px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.news .moreNewsList .moreNewsList_list .moreNewsList_listMore {
  line-height: 14px;
  color: #fff;
  line-height: 22px;
  display: block;
  padding: 6px 0;
  text-align: center;
  background-color: #078691;
  width: 110px;
}
.news .moreNewsList .moreNewsList_listOne {
  background: url("../img/news1.jpg") no-repeat 100%;
}
.news .moreNewsList .moreNewsList_listTwo {
  background: url("../img/news2.jpg") no-repeat 100%;
  padding: 30px;
  color: #fff;
}
.news .moreNewsList .moreNewsList_listTwo .list {
  line-height: 2;
  padding-left: 15px;
  position: relative;
}
.news .moreNewsList .moreNewsList_listTwo .list span {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-left: 10px solid #fff;
  border-bottom: 5px solid transparent;
}
.news .moreNewsList .moreNewsList_listTwo .moreNewsList_listMore {
  background-color: #ed8a00;
}
/* pagectrl 翻页按钮 */
.pagectrl { display: block; width: 100%; padding-top: 20px; }
.pagectrl>a,.pagectrl li { display: inline-block; padding: 0 12px; height: 40px; line-height: 40px; border: 1px solid #ccc; color: #333; border-radius: 20px;}
.screen-phone .pagectrl>a{margin-bottom: 10px;}
.pagectrl>a i{vertical-align: middle;line-height: 40px;display: inline-block;margin-top: -4px;}
.pagectrl a.active, .pagectrl a:hover,.pagectrl li:hover,.pagectrl li.thisclass { background-color: #0E86A9; border: 1px solid #0E86A9; color: #fff; }
.pagectrl li.thisclass a{color:#fff;}
.pagectrl>.pagectrlform { display: inline-block; height: 30px; line-height: 28px; padding: 0px 20px; margin-bottom: 10px; }
.pagectrl>.pagectrlform .pageinput { width: 30px; height: 30px; border: 1px solid #ccc; margin-bottom: 10px; text-align: center;border-radius: 8px; outline-color: #0E86A9;}
.pagectrl>.pagectrlform .pagesubmit { padding: 0 8px; height: 30px; background-color: #0E86A9; border: 1px solid #0E86A9; color: #fff; margin-bottom: 10px; }

.link {
  background-color: #efefef;
}
.link .linkContent {
  width: 1290px;
  position: relative;
  padding: 22px 0;
  margin: 0 auto;
  height: 70px;
}
.link .linkContent:after {
  content: "";
  display: block;
  clear: both;
}
.link .linkContent .link_left {
  width: 21px;
  height: 37px;
  background-image: url("../img/prve.jpg");
  position: absolute;
  left: 0;
  cursor: pointer;
  top: 50%;
  transform: translateY(-50%);
  z-index: 100;
}
.link .linkContent .link_right {
  width: 21px;
  height: 37px;
  background-image: url("../img/next.jpg");
  position: absolute;
  right: 0;
  cursor: pointer;
  top: 50%;
  transform: translateY(-50%);
  z-index: 100;
}
.link .linkContent .linkContent_con {
  overflow: hidden;
  position: absolute;
  width: 100%;
  height: 37px;
  top: 50%;
  transform: translateY(-50%);
}
.link .linkContent .linkContent_con .linkContent_conList {
  height: 100%;
  position: absolute;
}
.link .linkContent .linkContent_con .linkContent_conList:after {
  clear: both;
  display: block;
  content: "";
}
.link .linkContent .linkContent_con .linkContent_conList .linkContent_conList_item {
  height: 100%;
  display: block;
  position: relative;
}
.link .linkContent .linkContent_con .linkContent_conList .linkContent_conList_item img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.groupContent {
  background-color: #f6f6f6;
  padding: 95px 0 47px 0;
}
.groupContent .title {
  width: 1200px;
  margin: 0 auto;
  margin-bottom: 29px;
}
.groupContent .title:after {
  clear: both;
  display: block;
  content: "";
}
.groupContent .title .title_name {
  float: left;
  font-size: 24px;
  line-height: 24px;
  color: #333;
  padding-left: 12px;
  border-left: 3px solid #15b3c2;
}
.groupContent .title .bread {
  float: right;
  font-size: 14px;
  color: #888;
  padding-left: 23px;
  background: url("../img/home.png") no-repeat left center;
  line-height: 24px;
}
.groupContent .title .bread span {
  margin: 0 8px;
}
.groupContent .title .bread a {
  color: #888;
}
.groupContent .title .bread .union {
  color: #1ab5c2;
}
.groupContent .title .bread .union:hover {
  color: #1ab5c2;
}
.groupContent .groupList {
  width: 1200px;
  margin: 0 auto;
}
.groupContent .groupList:after {
  clear: both;
  content: "";
  display: block;
}
.groupContent .groupList .new-goodslist:after {
  clear: both;
  content: "";
  display: block;
}
.groupContent .groupList .groupList_item {
  float: left;
  width: 285px;
  border: 1px solid #e7e7e7;
  box-sizing: border-box;
  background-color: #fff;
  padding: 21px 19px 12px 21px;
  margin: 0 20px 20px 0;
  display: block;
}
.groupContent .groupList .groupList_item .itemImg {
  width: 245px;
  height: 160px;
}
.groupContent .groupList .groupList_item .itemImg .groupList_itemImg {
  width: 100%;
}
.groupContent .groupList .groupList_item .groupList_itemTitle {
  font-size: 18px;
  line-height: 28px;
  color: #333;
  font-weight: 400;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  margin-top: 13px;
}
.groupContent .groupList .groupList_item .groupList_itemCon {
  font-size: 14px;
  color: #999;
  line-height: 24px;
  font-weight: 400;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  margin-top: 9px;
  height: 96px;
}
.groupContent .groupList .groupList_item .groupList_itemMore {
  color: #15b3c2;
  line-height: 24px;
  font-size: 14px;
  font-weight: 400;
  margin-top: 7px;
  display: block;
}
.groupContent .groupList .groupList_item .groupList_itemTime {
  font-size: 14px;
  line-height: 24px;
  color: #ccc;
  font-weight: 400;
  margin-top: 7px;
}
.groupContent .groupList .groupList_itemNo {
  margin-right: 0;
}
.groupContent .fix {
  color: #999;
  background-color: #e7e7e7;
  font-size: 16px;
  text-align: center;
  line-height: 45px;
  width: 1200px;
  margin: 0 auto;
  cursor: pointer;
}
.groupDetailContent {
  background-color: #f6f6f6;
  padding: 95px 0 47px 0;
}
.groupDetailContent .title {
  width: 1200px;
  margin: 0 auto;
  margin-bottom: 29px;
}
.groupDetailContent .title:after {
  clear: both;
  display: block;
  content: "";
}
.groupDetailContent .title .title_name {
  float: left;
  font-size: 24px;
  line-height: 24px;
  color: #333;
  padding-left: 12px;
  border-left: 3px solid #15b3c2;
}
.groupDetailContent .title .bread {
  float: right;
  font-size: 14px;
  color: #888;
  padding-left: 23px;
  background: url("../img/home.png") no-repeat left center;
  line-height: 24px;
}
.groupDetailContent .title .bread span {
  margin: 0 8px;
}
.groupDetailContent .title .bread a {
  color: #888;
}
.groupDetailContent .title .bread .union {
  color: #1ab5c2;
}
.groupDetailContent .title .bread .union:hover {
  color: #1ab5c2;
}
.groupDetailContent .detail {
  width: 1200px;
  margin: 30px auto 0 auto;
  background-color: #fff;
  padding: 46px 30px 48.5px 30px;
}
.groupDetailContent .detail .detail_title {
  font-size: 28px;
  line-height: 36px;
  text-align: center;
  margin-bottom: 11px;
  font-weight: bold;
}
.groupDetailContent .detail .detail_time {
  font-size: 14px;
  color: #999;
  text-align: center;
  line-height: 24px;
  font-weight: 400;
  padding-bottom: 12px;
  border-bottom: 1px dotted #e4e4e4;
}
.groupDetailContent .detail .detail_con {
  font-size: 16px;
  color: #999;
  line-height: 30px;
  font-weight: 400;
  margin-top: 16px;
}
.groupDetailContent .detail .detail_img {
  max-width: 100%;
  display: block;
  margin: 23px auto 77.5px auto;
}
.groupDetailContent .detail .conpany,
.groupDetailContent .detail .writeTime {
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  color: #999;
}
.groupDetailContent .upper {
  width: 1200px;
  margin: 0 auto;
}
.groupDetailContent .upper:after {
  clear: both;
  display: block;
  content: "";
}
.groupDetailContent .upper li {
  float: left;
  width: 50%;
  text-align: center;
  line-height: 60px;
  border-top: 1px solid #e7e7e7;
  color: #666;
  font-size: 14px;
  background-color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 15px;
}
.groupDetailContent .upper li a {
  color: #666;
}
.groupDetailContent .upper li:hover {
  background-color: #34bdca;
  color: #fff;
  border: none;
  padding-top: 1px;
}
.groupDetailContent .upper li:hover a {
  color: #fff;
}
.newsContent {
  background-color: #f6f6f6;
  padding: 95px 0 47px 0;
}
.newsContent .title {
  width: 1200px;
  margin: 0 auto;
  margin-bottom: 29px;
}
.newsContent .title:after {
  clear: both;
  display: block;
  content: "";
}
.newsContent .title .title_name {
  float: left;
  font-size: 24px;
  line-height: 24px;
  color: #333;
  padding-left: 12px;
  border-left: 3px solid #15b3c2;
}
.newsContent .title .bread {
  float: right;
  font-size: 14px;
  color: #888;
  padding-left: 23px;
  background: url("../img/home.png") no-repeat left center;
  line-height: 24px;
}
.newsContent .title .bread span {
  margin: 0 8px;
}
.newsContent .title .bread a {
  color: #888;
}
.newsContent .title .bread .union {
  color: #1ab5c2;
}
.newsContent .title .bread .union:hover {
  color: #1ab5c2;
}
.newsContent .groupList {
  width: 1200px;
  margin: 0 auto;
}
.newsContent .groupList:after {
  clear: both;
  content: "";
  display: block;
}
.newsContent .groupList .new-goodslist:after {
  display: block;
  content: "";
  clear: both;
}
.newsContent .groupList .groupList_item {
  float: left;
  width: 285px;
  border: 1px solid #e7e7e7;
  box-sizing: border-box;
  background-color: #fff;
  padding: 21px 19px 12px 21px;
  margin: 0 20px 20px 0;
  display: block;
}
.newsContent .groupList .groupList_item .itemImg {
  width: 245px;
  height: 160px;
}
.newsContent .groupList .groupList_item .itemImg .groupList_itemImg {
  width: 100%;
}
.newsContent .groupList .groupList_item .groupList_itemTitle {
  font-size: 18px;
  line-height: 28px;
  color: #333;
  font-weight: 400;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  margin-top: 13px;
}
.newsContent .groupList .groupList_item:nth-child(4n) {
    margin-right: 0;
}
.newsContent .groupList .groupList_item .groupList_itemCon {
  font-size: 14px;
  color: #999;
  line-height: 24px;
  font-weight: 400;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  margin-top: 9px;
  height: 96px;
}
.newsContent .groupList .groupList_item .groupList_itemMore {
  color: #15b3c2;
  line-height: 24px;
  font-size: 14px;
  font-weight: 400;
  margin-top: 7px;
  display: block;
}
.newsContent .groupList .groupList_item .groupList_itemTime {
  font-size: 14px;
  line-height: 24px;
  color: #ccc;
  font-weight: 400;
  margin-top: 7px;
}
.newsContent .groupList .groupList_itemNo {
  margin-right: 0;
}
.newsContent .fix {
  color: #999;
  background-color: #e7e7e7;
  font-size: 16px;
  text-align: center;
  line-height: 45px;
  width: 1200px;
  margin: 0 auto;
  cursor: pointer;
}
.pagination {
  text-align: center;
}
.pagination li {
  display: inline;
  margin-right: 12px;
}
.pagination li span {
  display: inline-block;
  color: #777;
  font-size: 14px;
  background-color: #efefef;
  border-radius: 50%;
  line-height: 40px;
  width: 40px;
  height: 40px;
}
.pagination li a {
  display: inline-block;
  color: #777;
  font-size: 14px;
  background-color: #efefef;
  border-radius: 50%;
  line-height: 40px;
  width: 40px;
  height: 40px;
}
.pagination li a:hover {
  background-color: #1ab5c2;
  color: #fff;
}
.pagination .active span {
  background-color: #1ab5c2;
  color: #fff;
}
.newsDetailContent {
  background-color: #f6f6f6;
  padding: 95px 0 101px 0;
}
.newsDetailContent .bigImg {
  position: fixed;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.6);
  top: 0;
  left: 0;
  display: none;
}
.newsDetailContent .bigImg .lbtn {
  background: url("../img/journalLef.png") no-repeat center/cover;
  width: 70px;
  height: 70px;
  position: absolute;
  left: 50px;
  top: 373px;
  color: #fff;
  cursor: pointer;
  opacity: 0.5;
  z-index: 200000;
}
.newsDetailContent .bigImg .lbtn:hover {
  opacity: 1;
}
.newsDetailContent .bigImg .rbtn {
  background: url("../img/journalRight.png") no-repeat center/cover;
  width: 70px;
  height: 70px;
  position: absolute;
  right: 50px;
  top: 373px;
  cursor: pointer;
  opacity: 0.5;
  z-index: 200000;
}
.newsDetailContent .bigImg .rbtn:hover {
  opacity: 1;
}
.newsDetailContent .bigImg img {
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  margin: auto;
/* height: 96%; */
  transform-origin: center;
}
.newsDetailContent .title {
  width: 1200px;
  margin: 0 auto;
  margin-bottom: 29px;
}
.newsDetailContent .title:after {
  clear: both;
  display: block;
  content: "";
}
.newsDetailContent .title .title_name {
  float: left;
  font-size: 24px;
  line-height: 24px;
  color: #333;
  padding-left: 12px;
  border-left: 3px solid #15b3c2;
}
.newsDetailContent .title .bread {
  float: right;
  font-size: 14px;
  color: #888;
  padding-left: 23px;
  background: url("../img/home.png") no-repeat left center;
  line-height: 24px;
}
.newsDetailContent .title .bread span {
  margin: 0 8px;
}
.newsDetailContent .title .bread a {
  color: #888;
}
.newsDetailContent .title .bread .union {
  color: #1ab5c2;
}
.newsDetailContent .title .bread .union:hover {
  color: #1ab5c2;
}
.newsDetailContent .detail {
  width: 1200px;
  margin: 30px auto 0 auto;
  background-color: #fff;
  padding: 46px 30px 48.5px 30px;
}
.newsDetailContent .detail .detail_title {
  font-size: 28px;
  line-height: 36px;
  text-align: center;
  margin-bottom: 11px;
  font-weight: bold;
}
.newsDetailContent .detail .detail_time {
  font-size: 14px;
  color: #999;
  text-align: center;
  line-height: 24px;
  font-weight: 400;
  padding-bottom: 12px;
  border-bottom: 1px dotted #e4e4e4;
}
.newsDetailContent .detail .detail_con {
  font-size: 16px;
  color: #999;
  line-height: 30px;
  font-weight: 400;
  margin-top: 16px;
}
.newsDetailContent .detail .detail_img {
  max-width: 100%;
  display: block;
  margin: 23px auto 77.5px auto;
}
.newsDetailContent .detail .conpany,
.newsDetailContent .detail .writeTime {
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  color: #999;
}
.newsDetailContent .upper {
  width: 1200px;
  margin: 0 auto;
}
.newsDetailContent .upper:after {
  clear: both;
  display: block;
  content: "";
}
.newsDetailContent .upper li {
  float: left;
  width: 50%;
  text-align: center;
  line-height: 60px;
  border-top: 1px solid #e7e7e7;
  color: #666;
  font-size: 14px;
  background-color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 15px;
}
.newsDetailContent .upper li a {
  color: #666;
}
.newsDetailContent .upper li:hover {
  background-color: #34bdca;
  color: #fff;
  border: none;
  padding-top: 1px;
}
.newsDetailContent .upper li:hover a {
  color: #fff;
}
.newsDetailContent .scaleOut {
  position: absolute;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  bottom: 30px;
  text-align: center;
  font-size: 22px;
  z-index: 11111;
}
.newsDetailContent .smallBtn {
  margin: 0 30px;
  background: url("../img/small.png") no-repeat 31px 31px;
  background-position: 25px center;
}
.newsDetailContent .bigBtn {
  background: url("../img/big.png") no-repeat 31px 31px;
  background-position: 25px center;
}
.newsDetailContent .self {
  background: url("../img/self.png") no-repeat 29px 28px;
  background-position: 25px center;
}
.newsDetailContent .scale {
  cursor: pointer;
  background-color: #000;
  color: #fff;
  border-radius: 30px;
  display: inline-block;
  user-select: none;
  width: 140px;
  height: 55px;
  line-height: 55px;
  text-align: right;
  padding: 0 25px;
  box-sizing: border-box;
  opacity: 0.35;
}
.journalContent {
  background-color: #f6f6f6;
  padding: 95px 0 47px 0;
}
.journalContent .title {
  width: 1200px;
  margin: 0 auto;
  margin-bottom: 29px;
}
.journalContent .title:after {
  clear: both;
  display: block;
  content: "";
}
.journalContent .title .title_name {
  float: left;
  font-size: 24px;
  line-height: 24px;
  color: #333;
  padding-left: 12px;
  border-left: 3px solid #15b3c2;
}
.journalContent .title .bread {
  float: right;
  font-size: 14px;
  color: #888;
  padding-left: 23px;
  background: url("../img/home.png") no-repeat left center;
  line-height: 24px;
}
.journalContent .title .bread span {
  margin: 0 8px;
}
.journalContent .title .bread a {
  color: #888;
}
.journalContent .title .bread .union {
  color: #1ab5c2;
}
.journalContent .title .bread .union:hover {
  color: #1ab5c2;
}
.journalContent .journal {
  width: 1200px;
  margin: 0 auto 57px auto;
}
.journalContent .journal:after {
  display: block;
  content: "";
  clear: both;
}
.journalContent .journal .new-goodslist:after {
  display: block;
  content: "";
  clear: both;
}
.journalContent .journal .journalItem {
  width: 285px;
  height: 325px;
  overflow: hidden;
  float: left;
  margin: 0 20px 20px 0;
  padding: 21px 20px;
  background-color: #fff;
  box-sizing: border-box;
  border: 1px solid #e7e7e7;
  position: relative;
}
.journalContent .journal .journalItem .itemImg {
  width: 245px;
  height: 160px;
  overflow: hidden;
  margin-bottom: 12px;
}
.journalContent .journal .journalItem .itemImg img {
  width: 100%;
  height: 100%;
}
.journalContent .journal .journalItem .itemTitle {
  color: #333;
  font-size: 18px;
  line-height: 28px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 56px;
}
.journalContent .journal .journalItem .itemMore {
  color: #15b3c2;
  font-size: 14px;
  line-height: 24px;
  margin-top: 8px;
}
.journalContent .journal .journalItem .itemTime {
  color: #ccc;
  font-size: 14px;
  line-height: 24px;
  margin-top: 5px;
}
.journalContent .journal .journalItemNo {
  margin-right: 0;
}
.journalContent .journal .downLoad {
  display: inline-block;
  text-decoration: none;
  width: 100px;
  height: 30px;
  line-height: 30px;
  color: #15b3c2;
  font-size: 14px;
  background: url("../img/download2.png") no-repeat 12px 14px;
  background-color: #deebec;
  padding-left: 34px;
  position: absolute;
  bottom: 20px;
  right: 20px;
  border-radius: 10px;
  background-position: 15px 8px;
  background-size: 12px 14px;
}
.journalContent .fix {
  color: #999;
  background-color: #e7e7e7;
  font-size: 16px;
  text-align: center;
  line-height: 45px;
  width: 1200px;
  margin: 0 auto;
  cursor: pointer;
}
.journalDetailContent {
  background-color: #f6f6f6;
  padding: 95px 0 47px 0;
}
.journalDetailContent .title {
  width: 1200px;
  margin: 0 auto;
  margin-bottom: 29px;
}
.journalDetailContent .title:after {
  clear: both;
  display: block;
  content: "";
}
.journalDetailContent .title .title_name {
  float: left;
  font-size: 24px;
  line-height: 24px;
  color: #333;
  padding-left: 12px;
  border-left: 3px solid #15b3c2;
}
.journalDetailContent .title .bread {
  float: right;
  font-size: 14px;
  color: #888;
  padding-left: 23px;
  background: url("../img/home.png") no-repeat left center;
  line-height: 24px;
}
.journalDetailContent .title .bread span {
  margin: 0 8px;
}
.journalDetailContent .title .bread a {
  color: #888;
}
.journalDetailContent .title .bread .union {
  color: #1ab5c2;
}
.journalDetailContent .title .bread .union:hover {
  color: #1ab5c2;
}
.journalDetailContent .journal {
  width: 1580px;
  height: 880px;
  margin: 0 auto 65px auto;
  position: relative;
}
.journalDetailContent .journal .lbtn {
  background: url("../img/journalLef.png") no-repeat center/cover;
  width: 70px;
  height: 70px;
  position: absolute;
  left: 0;
  top: 373px;
  cursor: pointer;
}
.journalDetailContent .journal .rbtn {
  background: url("../img/journalRight.png") no-repeat center/cover;
  width: 70px;
  height: 70px;
  position: absolute;
  right: 0;
  top: 373px;
  cursor: pointer;
}
.journalDetailContent .journal .flipbook-viewport {
  width: 1200px;
  margin: 0 auto;
  background-color: #fff;
  height: 100%;
  padding: 0 25px;
  box-sizing: border-box;
}
.journalDetailContent .bigImg {
  position: fixed;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.6);
  top: 0;
  left: 0;
  display: none;
}
.journalDetailContent .bigImg img {
  display: block;
  margin: 0 auto;
/* top: 50%; */
  left: 0;
  right: 0;
/* height: 96%; */
/* transform: translateY(-50%); */
  position: absolute;
  z-index: 100000;
}
.journalDetailContent .scaleOut {
  position: absolute;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  bottom: 30px;
  text-align: center;
  font-size: 22px;
  z-index: 100001;
}
.journalDetailContent .smallBtn {
  margin: 0 30px;
  background: url("../img/small.png") no-repeat 31px 31px;
  background-position: 25px center;
}
.journalDetailContent .bigBtn {
  background: url("../img/big.png") no-repeat 31px 31px;
  background-position: 25px center;
}
.journalDetailContent .self {
  background: url("../img/self.png") no-repeat 29px 28px;
  background-position: 25px center;
}
.journalDetailContent .scale {
  cursor: pointer;
  background-color: #000;
  color: #fff;
  border-radius: 30px;
  display: inline-block;
  user-select: none;
  width: 140px;
  height: 55px;
  line-height: 55px;
  text-align: right;
  padding: 0 25px;
  box-sizing: border-box;
  opacity: 0.35;
}
.outpatient {
  background-color: #f6f6f6;
  padding: 95px 0 47px 0;
}
.outpatient .title {
  width: 1200px;
  margin: 0 auto;
  margin-bottom: 29px;
}
.outpatient .title:after {
  clear: both;
  display: block;
  content: "";
}
.outpatient .title .title_name {
  float: left;
  font-size: 24px;
  line-height: 24px;
  color: #333;
  padding-left: 12px;
  border-left: 3px solid #15b3c2;
}
.outpatient .title .bread {
  float: right;
  font-size: 14px;
  color: #888;
  padding-left: 23px;
  background: url("../img/home.png") no-repeat left center;
  line-height: 24px;
}
.outpatient .title .bread span {
  margin: 0 8px;
}
.outpatient .title .bread a {
  color: #888;
}
.outpatient .title .bread .union {
  color: #1ab5c2;
}
.outpatient .title .bread .union:hover {
  color: #1ab5c2;
}
.outpatient .content {
  width: 1200px;
  background-color: #fff;
  margin: 0 auto;
}
.outpatient .content .titleList {
  display: flex;
}
.outpatient .content .titleList:after {
  clear: both;
  display: block;
  content: "";
}
.outpatient .content .titleList .titleItem {
  width: 50%;
  box-sizing: border-box;
  float: left;
  text-align: center;
  line-height: 48px;
  border: 1px solid #e7e7e7;
  color: #666;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  cursor: pointer;
}
.outpatient .content .titleList .itemOn {
  color: #34bdca;
  border: 0;
  border-top: 2px solid #15b3c2;
}
.outpatient .content .conList {
  padding: 26px 0 67px 30px;
}
.outpatient .content:after {
  clear: both;
  display: block;
  content: "";
}
.outpatient .content .conItem {
  display: none;
}
.outpatient .content .itemOn {
  display: block;
}
.outpatient .content .conTitle {
  color: #23b8c5;
  font-size: 20px;
  font-weight: bold;
  line-height: 25px;
  margin-bottom: 36px;
}
.outpatient .content .conContent img {
  display: block;
  margin: 0 auto;
}
.guide {
  background-color: #f6f6f6;
  padding: 95px 0 47px 0;
}
.guide .title {
  width: 1200px;
  margin: 0 auto;
  margin-bottom: 29px;
}
.guide .title:after {
  clear: both;
  display: block;
  content: "";
}
.guide .title .title_name {
  float: left;
  font-size: 24px;
  line-height: 24px;
  color: #333;
  padding-left: 12px;
  border-left: 3px solid #15b3c2;
}
.guide .title .bread {
  float: right;
  font-size: 14px;
  color: #888;
  padding-left: 23px;
  background: url("../img/home.png") no-repeat left center;
  line-height: 24px;
}
.guide .title .bread span {
  margin: 0 8px;
}
.guide .title .bread a {
  color: #888;
}
.guide .title .bread .union {
  color: #1ab5c2;
}
.guide .title .bread .union:hover {
  color: #1ab5c2;
}
.guide .content {
  width: 1200px;
  background-color: #fff;
  margin: 0 auto;
}
.guide .content .titleList {
  display: flex;
}
.guide .content .titleList:after {
  clear: both;
  display: block;
  content: "";
}
.guide .content .titleList .titleItem {
  width: 240px;
  box-sizing: border-box;
  float: left;
  text-align: center;
  line-height: 48px;
  border: 1px solid #e7e7e7;
  color: #666;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  flex: 1;
  cursor: pointer;
}
.guide .content .titleList .itemOn {
  color: #34bdca;
  border: 0;
  border-top: 2px solid #15b3c2;
}
.guide .content .conList {
  padding: 26px 30px 67px 30px;
}
.guide .content:after {
  clear: both;
  display: block;
  content: "";
}
.guide .content .conItem {
  display: none;
}
.guide .content .itemOn {
  display: block;
}
.guide .content .conTitle {
  color: #23b8c5;
  font-size: 20px;
  font-weight: bold;
  line-height: 25px;
  margin-bottom: 39px;
}
.guide .content .conContent img {
  display: block;
  margin: 0 auto;
}
.insuranceContent {
  background-color: #f6f6f6;
  padding: 95px 0 66px 0;
}
.insuranceContent .title {
  width: 1200px;
  margin: 0 auto;
  margin-bottom: 30px;
}
.insuranceContent .title:after {
  clear: both;
  display: block;
  content: "";
}
.insuranceContent .title .title_name {
  float: left;
  font-size: 24px;
  line-height: 24px;
  color: #333;
  padding-left: 12px;
  border-left: 3px solid #15b3c2;
}
.insuranceContent .title .bread {
  float: right;
  font-size: 14px;
  color: #888;
  padding-left: 23px;
  background: url("../img/home.png") no-repeat left center;
  line-height: 24px;
}
.insuranceContent .title .bread span {
  margin: 0 8px;
}
.insuranceContent .title .bread a {
  color: #888;
}
.insuranceContent .title .bread .union {
  color: #1ab5c2;
}
.insuranceContent .title .bread .union:hover {
  color: #1ab5c2;
}
.insuranceContent .content {
  width: 1200px;
  background-color: #fff;
  margin: 0 auto;
  padding-bottom: 50px;
}
.insuranceContent .content .titleList:after {
  clear: both;
  display: block;
  content: "";
}
.insuranceContent .content .titleList .titleItem {
  width: 300px;
  box-sizing: border-box;
  float: left;
  text-align: center;
  line-height: 48px;
  border: 1px solid #e7e7e7;
  color: #666;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  cursor: pointer;
}
.insuranceContent .content .titleList .itemOn {
  color: #34bdca;
  border: 0;
  border-top: 2px solid #15b3c2;
}
.insuranceContent .content .conList {
  padding: 50px 32px;
}
.insuranceContent .content:after {
  clear: both;
  display: block;
  content: "";
}
.insuranceContent .content .conItem {
  display: none;
}
.insuranceContent .content .itemOn {
  display: block;
}
.insuranceContent .content .conTitle {
  color: #23b8c5;
  font-size: 20px;
  font-weight: bold;
  line-height: 25px;
  margin-bottom: 40px;
}
.insuranceContent .content .conContent {
  border-top: 1px solid #e7e7e7;
}
.insuranceContent .content .conContent_item {
  padding: 17px 0;
  border-bottom: 1px solid #e7e7e7;
}
.insuranceContent .content .conContent_item:after {
  clear: both;
  content: "";
  display: block;
}
.insuranceContent .content .itemTitle {
  float: left;
  color: #333;
  font-size: 18px;
  line-height: 25px;
  padding-left: 24px;
  cursor: pointer;
  background: url("../img/youjiantou.png") no-repeat left center;
  background-size: 8px 12px;
}
.insuranceContent .content .itemTime {
  float: right;
  color: #666;
  font-size: 14px;
  line-height: 25px;
}
.insuranceContent .content .itemCon {
  margin-top: 45px;
  clear: both;
  display: none;
}
.insuranceContent .content .itemCon img {
  width: 100%;
}
.insuranceContent .content .itemOpen .itemTitle {
  color: #15b3c2;
  font-weight: bold;
  background: url("../img/jianyou11.png") no-repeat left center;
  background-size: 12px 8px;
}
.insuranceContent .content .itemOpen .itemCon {
  display: block;
}
.insuranceContent .content .fix {
  color: #999;
  background-color: #e7e7e7;
  font-size: 16px;
  text-align: center;
  line-height: 45px;
  width: 1136px;
  margin: 0 auto;
  cursor: pointer;
}
.medicalContent {
  background: url("../img/tijian.jpg") no-repeat;
  padding: 95px 0 47px 0;
  height: 838px;
}
.medicalContent .title {
  width: 1200px;
  margin: 0 auto;
  margin-bottom: 152px;
}
.medicalContent .title:after {
  clear: both;
  display: block;
  content: "";
}
.medicalContent .title .title_name {
  float: left;
  font-size: 24px;
  line-height: 24px;
  color: #fff;
  padding-left: 12px;
  border-left: 3px solid #15b3c2;
}
.medicalContent .title .bread {
  float: right;
  font-size: 14px;
  color: #fff;
  padding-left: 23px;
  background: url("../img/home1.png") no-repeat left center;
  line-height: 24px;
}
.medicalContent .title .bread span {
  margin: 0 8px;
}
.medicalContent .title .bread a {
  color: #fff;
}
.medicalContent .medicalLsit {
  width: 1200px;
  margin: 0 auto;
  padding: 0 152px;
}
.medicalContent .medicalLsit:after {
  clear: both;
  display: block;
  content: "";
}
.medicalContent .medicalLsit .medicalLsitOne {
  color: #fff;
  float: left;
  width: 380px;
  padding-top: 80px;
}
.medicalContent .medicalLsit .medicalLsitOne .medicalLsitOne_title {
  font-size: 38px;
  line-height: 50px;
  font-weight: bold;
  margin-bottom: 24px;
  position: relative;
  padding-bottom: 26.5px;
}
.medicalContent .medicalLsit .medicalLsitOne .medicalLsitOne_title:after {
  content: "";
  display: block;
  position: absolute;
  width: 45px;
  height: 3px;
  background-color: #fff;
  bottom: 0;
  letf: 0;
}
.medicalContent .medicalLsit .medicalLsitOne .medicalLsitOne_con {
  font-size: 24px;
  line-height: 50px;
  text-align: center;
  background-color: #3ebdc9;
  border-radius: 8px;
  margin-bottom: 10px;
}
.medicalContent .medicalLsit .medicalLsitOne .medicalLsitOne_detail {
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
}
.medicalContent .medicalLsit .medicalLsitTwo {
  float: right;
  width: 380px;
  background-color: #fff;
  border-radius: 10px;
  padding: 20px 30px;
}
.medicalContent .medicalLsit .medicalLsitTwo .medicalLsitTwo_title {
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 33px;
}
.medicalContent .medicalLsit .medicalLsitTwo .medicalLsitTwo_inputName,
.medicalContent .medicalLsit .medicalLsitTwo .medicalLsitTwo_inputPhone {
  width: 100%;
  background-color: #f5f5f5;
  border-radius: 23px;
  height: 45px;
  margin-bottom: 20px;
  font-size: 14px;
  padding-left: 30px;
}
.medicalContent .medicalLsit .medicalLsitTwo .medicalLsitTwo_inputGet {
  background-color: #34bdca;
  color: #fff;
  text-align: center;
  line-height: 30px;
  padding: 7.5px 0;
  width: 100%;
  border-radius: 23px;
  margin-bottom: 26px;
  outline: none;
  font-size: 18px;
}
.medicalContent .medicalLsit .medicalLsitTwo .medicalLsitTwo_phoneName {
  font-size: 20px;
  line-height: 34px;
  font-weight: bold;
  text-align: center;
}
.medicalContent .medicalLsit .medicalLsitTwo .medicalLsitTwo_phone {
  font-size: 30px;
  color: #34bdca;
  line-height: 44px;
  text-align: center;
  font-weight: bold;
}
.mapContent {
  background-color: #f6f6f6;
  padding: 95px 0 66px 0;
}
.mapContent .title {
  width: 1200px;
  margin: 0 auto;
  margin-bottom: 29px;
}
.mapContent .title:after {
  clear: both;
  display: block;
  content: "";
}
.mapContent .title .title_name {
  float: left;
  font-size: 24px;
  line-height: 24px;
  color: #333;
  padding-left: 12px;
  border-left: 3px solid #15b3c2;
}
.mapContent .title .bread {
  float: right;
  font-size: 14px;
  color: #888;
  padding-left: 23px;
  background: url("../img/home.png") no-repeat left center;
  line-height: 24px;
}
.mapContent .title .bread span {
  margin: 0 8px;
}
.mapContent .title .bread a {
  color: #888;
}
.mapContent .title .bread .union {
  color: #1ab5c2;
}
.mapContent .title .bread .union:hover {
  color: #1ab5c2;
}
.mapContent .mapList {
  width: 1200px;
  margin: 0 auto;
  background-color: #fff;
  display: flex;
}
.mapContent .mapList:after {
  clear: both;
  content: "";
  display: block;
}
.mapContent .mapList .mapList_item {
  float: left;
  width: 25%;
  border: 1px solid #e7e7e7;
  box-sizing: border-box;
  color: #666;
  flex: 1;
  cursor: pointer;
}
.mapContent .mapList .mapList_item .mapList_itemTitle {
  text-align: center;
  font-size: 16px;
  line-height: 25px;
  padding: 10px 0;
}
.mapContent .mapList .mapList_item:hover {
  border: none;
  border-top: 2px solid #15b3c2;
  color: #15b3c2;
}
.mapContent .mapList .mapList_itemRight {
  border-right: 1px solid #e7e7e7;
}
.mapContent .mapList .mapList_itemActive {
  border: none;
  border-top: 2px solid #15b3c2;
  color: #15b3c2;
}
.mapContent .mapList .mapList_itemActive .mapList_itemList {
  display: block;
}
.mapContent .listContent {
  width: 1200px;
  margin: 0 auto;
  background-color: #fff;
  padding: 26px 30px 68px 30px;
}
.mapContent .listContent .contentItem {
  width: 100%;
  background-color: #fff;
  cursor: auto;
  display: none;
}
.mapContent .listContent .mapList_itemList_title {
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 56px;
  font-weight: bold;
  color: #23b8c5;
}
.mapContent .listContent .mapList_itemList_img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.mapContent .listContent .contentItemActive {
  display: block;
}
.opinionsContent {
  background-color: #f6f6f6;
  padding: 95px 0 66px 0;
}
.opinionsContent .title {
  width: 1200px;
  margin: 0 auto;
  margin-bottom: 30px;
}
.opinionsContent .title:after {
  clear: both;
  display: block;
  content: "";
}
.opinionsContent .title .title_name {
  float: left;
  font-size: 24px;
  line-height: 24px;
  color: #333;
  padding-left: 12px;
  border-left: 3px solid #15b3c2;
}
.opinionsContent .title .bread {
  float: right;
  font-size: 14px;
  color: #888;
  padding-left: 23px;
  background: url("../img/home.png") no-repeat left center;
  line-height: 24px;
}
.opinionsContent .title .bread span {
  margin: 0 8px;
}
.opinionsContent .title .bread a {
  color: #888;
}
.opinionsContent .title .bread .union {
  color: #1ab5c2;
}
.opinionsContent .title .bread .union:hover {
  color: #1ab5c2;
}
.opinionsContent .opinionsForm {
  width: 1200px;
  margin: 0 auto;
  height: 620px;
  padding: 50px 200px;
  background-color: #fff;
}
.opinionsContent .opinionsForm .opinionsForm_item {
  margin-bottom: 24px;
}
.opinionsContent .opinionsForm .opinionsForm_item:after {
  clear: both;
  content: "";
  display: block;
}
.opinionsContent .opinionsForm .opinionsForm_item .opinionsForm_itemTitle {
  float: left;
  font-size: 14px;
  line-height: 32px;
  text-align: right;
  color: #666;
  width: 70px;
}
.opinionsContent .opinionsForm .opinionsForm_item .opinionsForm_itemTitle .red {
  color: #f00;
  margin-right: 8px;
}
.opinionsContent .opinionsForm .opinionsForm_item .opinionsForm_itemTitle1 {
  line-height: 40px;
}
.opinionsContent .opinionsForm .opinionsForm_item .opinionsForm_itemCon {
  float: left;
  margin-left: 10px;
}
.opinionsContent .opinionsForm .opinionsForm_item .option_item {
  float: left;
  color: #15b3c2;
  font-size: 12px;
  line-height: 30px;
  border: 1px solid #15b3c2;
  border-radius: 16px;
  padding: 0 24px;
  margin-right: 10px;
  box-sizing: border-box;
  cursor: pointer;
}
.opinionsContent .opinionsForm .opinionsForm_item .option_item:hover {
  background-color: #15b3c2;
  color: #fff;
}
.opinionsContent .opinionsForm .opinionsForm_item .option_itemActive {
  background-color: #15b3c2;
  color: #fff;
}
.opinionsContent .opinionsForm .opinionsForm_item .textarea {
  width: 720px;
  height: 160px;
  border: 1px solid #e7e7e7;
  background-color: #f6f6f6;
  color: #bbb;
  padding: 7px 20px;
  line-height: 25px;
  font-size: 14px;
}
.opinionsContent .opinionsForm .opinionsForm_item textarea::-webkit-input-placeholder {
  color: #bbb;
  font-size: 14px;
}
.opinionsContent .opinionsForm .opinionsForm_item textarea::-webkit-input-placeholder {
  color: #bbb;
  font-size: 14px;
}
.opinionsContent .opinionsForm .opinionsForm_item textarea::-moz-placeholder {
  color: #bbb;
  font-size: 14px;
}
.opinionsContent .opinionsForm .opinionsForm_item textarea::-ms-input-placeholder {
  color: #bbb;
  font-size: 14px;
}
.opinionsContent .opinionsForm .opinionsForm_item .inputOne,
.opinionsContent .opinionsForm .opinionsForm_item .inputTwo,
.opinionsContent .opinionsForm .opinionsForm_item .inputThree {
  width: 720px;
  height: 40px;
  box-sizing: border-box;
  line-height: 40px;
  border: 1px solid #e7e7e7;
  background-color: #f6f6f6;
  padding-left: 20px;
  color: #bbb;
}
.opinionsContent .opinionsForm .opinionsForm_item .inputThree {
  width: 520px;
}
.opinionsContent .opinionsForm .opinionsForm_item .itemImg {
  float: right;
  width: 180px;
  height: 40px;
}
.opinionsContent .opinionsForm .opinionsForm_item .itemImg img {
  width: 100%;
}
.opinionsContent .opinionsForm .opinionsForm_item input::-webkit-input-placeholder {
  color: #bbb;
  font-size: 14px;
}
.opinionsContent .opinionsForm .opinionsForm_item input::-webkit-input-placeholder {
  color: #bbb;
  font-size: 14px;
}
.opinionsContent .opinionsForm .opinionsForm_item input::-moz-placeholder {
  color: #bbb;
  font-size: 14px;
}
.opinionsContent .opinionsForm .opinionsForm_item input::-ms-input-placeholder {
  color: #bbb;
  font-size: 14px;
}
.opinionsContent .opinionsForm .opinionsForm_button {
  margin: 40px 0 0 80px;
}
.opinionsContent .opinionsForm .opinionsForm_button .form_submit,
.opinionsContent .opinionsForm .opinionsForm_button .form_reset {
  width: 250px;
  height: 40px;
  border: 1px solid #15b3c2;
  box-sizing: border-box;
  text-align: center;
  padding: 0;
  color: #15b3c2;
  font-size: 14px;
}
.opinionsContent .opinionsForm .opinionsForm_button .form_submit {
  margin-right: 16px;
  background-color: #15b3c2;
  color: #fff;
}
.hospitalContent {
  background-color: #f6f6f6;
  padding: 95px 0 66px 0;
}
.hospitalContent .title {
  width: 1200px;
  margin: 0 auto;
  margin-bottom: 30px;
}
.hospitalContent .title:after {
  clear: both;
  display: block;
  content: "";
}
.hospitalContent .title .title_name {
  float: left;
  font-size: 24px;
  line-height: 24px;
  color: #333;
  padding-left: 12px;
  border-left: 3px solid #15b3c2;
}
.hospitalContent .title .bread {
  float: right;
  font-size: 14px;
  color: #888;
  padding-left: 23px;
  background: url("../img/home.png") no-repeat left center;
  line-height: 24px;
}
.hospitalContent .title .bread span {
  margin: 0 8px;
}
.hospitalContent .title .bread a {
  color: #888;
}
.hospitalContent .title .bread .union {
  color: #1ab5c2;
}
.hospitalContent .title .bread .union:hover {
  color: #1ab5c2;
}
.hospitalContent .hospitalList {
  width: 1200px;
  margin: 0 auto;
  background-color: #fff;
}
.hospitalList_itemActive { background-color: #f0f0f0; }
.hospitalContent .hospitalList:after {
  content: "";
  display: block;
  clear: both;
}
.hospitalContent .hospitalList .hospitalList_item {
  float: left;
  width: 33.3%;
  font-size: 16px;
  color: #666;
  line-height: 26px;
  padding: 11px 0;
  text-align: center;
  cursor: pointer;
  border: 1px solid #e7e7e7;
  box-sizing: border-box;
}
.hospitalContent .hospitalList .hospitalList_item:hover {
  color: #15b3c2;
  border: 0;
  border-top: 2px solid #15b3c2;
}
.hospitalContent .hospitalList .hospitalList_itemRight {
  border-right: 1px solid #e7e7e7;
}
.hospitalContent .hospitalList .hospitalList_itemActive {
  color: #15b3c2;
  border: 0;
  border-top: 2px solid #15b3c2;
}
.hospitalContent .listContent {
  width: 1200px;
  margin: 0 auto;
  background-color: #fff;
  padding: 26px 39px 48px 30px;
  clear: both;
}
.hospitalContent .listContent .contentItem {
  display: none;
}
.hospitalContent .listContent .contentItemActive {
  display: block;
}
.hospitalContent .listContent .contentItemTitle {
  color: #23b8c5;
  font-size: 20px;
  font-weight: bold;
  line-height: 26px;
}
.hospitalContent .listContent .contentItemName {
  color: #666;
  font-size: 18px;
  line-height: 26px;
  font-weight: bold;
  margin: 29px 0 8px 0;
}
.hospitalContent .listContent .contentItemCon {
  color: #666;
  font-size: 16px;
  line-height: 30px;
}
.insuranceContent {
  background-color: #f6f6f6;
  padding: 95px 0 66px 0;
}
.insuranceContent .title {
  width: 1200px;
  margin: 0 auto;
  margin-bottom: 30px;
}
.insuranceContent .title:after {
  clear: both;
  display: block;
  content: "";
}
.insuranceContent .title .title_name {
  float: left;
  font-size: 24px;
  line-height: 24px;
  color: #333;
  padding-left: 12px;
  border-left: 3px solid #15b3c2;
}
.insuranceContent .title .bread {
  float: right;
  font-size: 14px;
  color: #888;
  padding-left: 23px;
  background: url("../img/home.png") no-repeat left center;
  line-height: 24px;
}
.insuranceContent .title .bread span {
  margin: 0 8px;
}
.insuranceContent .title .bread a {
  color: #888;
}
.insuranceContent .title .bread .union {
  color: #1ab5c2;
}
.insuranceContent .title .bread .union:hover {
  color: #1ab5c2;
}
.insuranceContent .insuranceList {
  width: 1200px;
  margin: 0 auto;
  background-color: #fff;
  display: flex;
}
.insuranceContent .insuranceList:after {
  content: "";
  display: block;
  clear: both;
}
.insuranceContent .insuranceList .insuranceList_item {
  float: left;
  width: 25%;
  font-size: 16px;
  color: #666;
  line-height: 26px;
  padding: 11px 0;
  text-align: center;
  cursor: pointer;
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
  border-left: 1px solid #e7e7e7;
  box-sizing: border-box;
  flex: 1;
}
.insuranceContent .insuranceList .insuranceList_item:hover {
  color: #15b3c2;
  border: 0;
  border-top: 2px solid #15b3c2;
}
.insuranceContent .insuranceList .insuranceList_itemRight {
  border-right: 1px solid #e7e7e7;
}
.insuranceContent .insuranceList .insuranceList_itemActive {
  color: #15b3c2;
  border: 0;
  border-top: 2px solid #15b3c2;
}
.insuranceContent .listContent {
  width: 1200px;
  margin: 0 auto;
  background-color: #fff;
  padding: 26px 30px 68px 30px;
}
.insuranceContent .listContent .contentItem {
  width: 100%;
  background-color: #fff;
  cursor: auto;
  display: none;
}
.insuranceContent .listContent .contentItemTitle {
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 33px;
  font-weight: bold;
  color: #23b8c5;
}
.insuranceContent .listContent .contentItemName {
  color: #666;
  font-size: 18px;
  line-height: 26px;
  font-weight: bold;
  margin-bottom: 11px;
  clear: both;
}
.insuranceContent .listContent .contentItemCon,
.insuranceContent .listContent .contentItemTime {
  float: left;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  color: #666;
  margin-bottom: 10px;
}
.insuranceContent .listContent .contentItemTime {
  float: right;
}
.insuranceContent .listContent .listtable {
  clear: both;
}
.insuranceContent .listContent .contentItemActive {
  display: block;
}
.broadcast {
  background-color: #f6f6f6;
  padding: 95px 0 47px 0;
}
.broadcast .title {
  width: 1200px;
  margin: 0 auto;
  margin-bottom: 29px;
}
.broadcast .title:after {
  clear: both;
  display: block;
  content: "";
}
.broadcast .title .title_name {
  float: left;
  font-size: 24px;
  line-height: 24px;
  color: #333;
  padding-left: 12px;
  border-left: 3px solid #15b3c2;
}
.broadcast .title .bread {
  float: right;
  font-size: 14px;
  color: #888;
  padding-left: 23px;
  background: url("../img/home.png") no-repeat left center;
  line-height: 24px;
}
.broadcast .title .bread span {
  margin: 0 8px;
}
.broadcast .title .bread a {
  color: #888;
}
.broadcast .title .bread .union {
  color: #1ab5c2;
}
.broadcast .title .bread .union:hover {
  color: #1ab5c2;
}
.broadcast .content {
  width: 1200px;
  margin: 0 auto;
  padding-bottom: 85px;
}
.broadcast .content .titleList {
  display: flex;
}
.broadcast .content .titleList:after {
  clear: both;
  display: block;
  content: "";
}
.broadcast .content .titleList .itemName {
  float: left;
  width: 33.3%;
  text-align: center;
  border: 1px solid #e7e7e7;
  color: #666;
  font-size: 16px;
  line-height: 50px;
  box-sizing: border-box;
  background-color: #fff;
  display: block;
  flex: 1;
}
.broadcast .content .titleList .itemName:hover {
  border: none;
  border-top: 2px solid #15b3c2;
  color: #15b3c2;
}
.broadcast .content .titleList .on {
  border: none;
  border-top: 2px solid #15b3c2;
  color: #15b3c2;
  background-color: #f6f6f6;
}
.broadcast .content .conrtentList {
  padding: 20px 0 40px 0;
}
.broadcast .content .conrtentList:after {
  display: block;
  content: "";
  clear: both;
}
.broadcast .content .conrtentList .journalItem {
  width: 285px;
  height: 325px;
  overflow: hidden;
  float: left;
  margin: 20px 20px 0 0;
  padding: 21px 20px;
  background-color: #fff;
  box-sizing: border-box;
  border: 1px solid #e7e7e7;
  position: relative;
}
.broadcast .content .conrtentList .journalItem .itemImg {
  width: 245px;
  height: 160px;
  overflow: hidden;
  margin-bottom: 12px;
}
.broadcast .content .conrtentList .journalItem .itemImg img {
  width: 100%;
  height: 100%;
}
.broadcast .content .conrtentList .journalItem .itemTitle {
  color: #333;
  font-size: 18px;
  line-height: 28px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 56px;
}
.broadcast .content .conrtentList .journalItem .itemMore {
  color: #15b3c2;
  font-size: 14px;
  line-height: 24px;
  margin-top: 8px;
}
.broadcast .content .conrtentList .journalItem .itemTime {
  color: #ccc;
  font-size: 14px;
  line-height: 24px;
  margin-top: 5px;
}
.broadcast .content .conrtentList .journalItemNo {
  margin-right: 0;
}
.broadcast .fix {
  color: #999;
  background-color: #e7e7e7;
  font-size: 16px;
  text-align: center;
  line-height: 45px;
  width: 1200px;
  margin: 0 auto;
  cursor: pointer;
}
.lecture {
  background-color: #f6f6f6;
  padding: 95px 0 47px 0;
}
.lecture .title {
  width: 1200px;
  margin: 0 auto;
  margin-bottom: 29px;
}
.lecture .title:after {
  clear: both;
  display: block;
  content: "";
}
.lecture .title .title_name {
  float: left;
  font-size: 24px;
  line-height: 24px;
  color: #333;
  padding-left: 12px;
  border-left: 3px solid #15b3c2;
}
.lecture .title .bread {
  float: right;
  font-size: 14px;
  color: #888;
  padding-left: 23px;
  background: url("../img/home.png") no-repeat left center;
  line-height: 24px;
}
.lecture .title .bread span {
  margin: 0 8px;
}
.lecture .title .bread a {
  color: #888;
}
.lecture .title .bread .union {
  color: #1ab5c2;
}
.lecture .title .bread .union:hover {
  color: #1ab5c2;
}
.lecture .content {
  width: 1200px;
  background-color: #fff;
  margin: 0 auto;
  padding-bottom: 64px;
  box-sizing: border-box;
}
.lecture .content .titleList {
  display: flex;
}
.lecture .content .titleList:after {
  clear: both;
  display: block;
  content: "";
}
.lecture .content .titleList .itemName {
  float: left;
  width: 33.3%;
  text-align: center;
  border: 1px solid #e7e7e7;
  color: #666;
  font-size: 16px;
  line-height: 50px;
  box-sizing: border-box;
  display: block;
  flex: 1;
}
.lecture .content .titleList .itemName:hover {
  border: none;
  border-top: 2px solid #15b3c2;
  color: #15b3c2;
}
.lecture .content .titleList .on {
  border: none;
  border-top: 2px solid #15b3c2;
  color: #15b3c2;
}
.lecture .content .conList {
  padding: 40px 30px 70px 30px;
}
.lecture .content .conItem {
  display: block;
  margin-bottom: 30px;
}
.lecture .content .conItem:hover .more {
  color: #fff;
  border-color: #15b3c2;
  background: url("../img/yuanjiantou.png") #15b3c2 no-repeat 75px center;
  background-size: 18px 18px;
}
.lecture .content .conItem:hover .itemTitle {
  color: #34bdca;
  font-weight: bold;
}
.lecture .content .conItem:after {
  clear: both;
  content: "";
  display: block;
}
.lecture .content .conItem2 {
  margin-bottom: 50px;
}
.lecture .content .itemImg {
  width: 354px;
  height: 230px;
  overflow: hidden;
  float: left;
}
.lecture .content .itemImg img {
  width: 100%;
  height: 100%;
}
.lecture .content .itemImg2 {
  height: 150px;
}
.lecture .content .itemCon {
  width: 757px;
  float: right;
  padding: 39px 0 47px 0;
}
.lecture .content .itemCon2 {
  padding: 3px 0;
}
.lecture .content .itemTitle {
  color: #333;
  font-size: 24px;
  line-height: 36px;
  float: left;
  width: 635px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.lecture .content .more {
  padding: 0 33px 0 19px;
  border: 1px solid #15b3c2;
  border-radius: 15px;
  line-height: 30px;
  color: #15b3c2;
  font-size: 12px;
  box-sizing: border-box;
  background: url("../img/yuanjiantou1.png") #fff no-repeat 75px center;
  background-size: 18px 18px;
  float: right;
}
.lecture .content .time {
  clear: both;
  color: #999;
  font-size: 14px;
  line-height: 30px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #e4e4e4;
  box-sizing: border-box;
}
.lecture .content .itemContent {
  color: #999;
  font-size: 14px;
  line-height: 26px;
  margin-top: 15px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 52px;
}
.lecture .content .pagination {
  text-align: center;
}
.lecture .content .pagination li {
  display: inline;
  margin-right: 12px;
}
.lecture .content .pagination li span {
  display: inline-block;
  color: #777;
  font-size: 14px;
  background-color: #efefef;
  border-radius: 50%;
  line-height: 40px;
  width: 40px;
  height: 40px;
}
.lecture .content .pagination li a {
  display: inline-block;
  color: #777;
  font-size: 14px;
  background-color: #efefef;
  border-radius: 50%;
  line-height: 40px;
  width: 40px;
  height: 40px;
}
.lecture .content .pagination li a:hover {
  background-color: #1ab5c2;
  color: #fff;
}
.lecture .content .pagination .active span {
  background-color: #1ab5c2;
  color: #fff;
}
.hongaiDetails {
  background-color: #f6f6f6;
  padding: 95px 0 47px 0;
}
.hongaiDetails .title {
  width: 1200px;
  margin: 0 auto;
  margin-bottom: 29px;
}
.hongaiDetails .title:after {
  clear: both;
  display: block;
  content: "";
}
.hongaiDetails .title .title_name {
  float: left;
  font-size: 24px;
  line-height: 24px;
  color: #333;
  padding-left: 12px;
  border-left: 3px solid #15b3c2;
}
.hongaiDetails .title .bread {
  float: right;
  font-size: 14px;
  color: #888;
  padding-left: 23px;
  background: url("../img/home.png") no-repeat left center;
  line-height: 24px;
}
.hongaiDetails .title .bread span {
  margin: 0 8px;
}
.hongaiDetails .title .bread a {
  color: #888;
}
.hongaiDetails .title .bread .union {
  color: #1ab5c2;
}
.hongaiDetails .title .bread .union:hover {
  color: #1ab5c2;
}
.hongaiDetails .content {
  width: 1200px;
  margin: 0 auto;
  padding-bottom: 64px;
  box-sizing: border-box;
}
.hongaiDetails .content:after {
  clear: both;
  display: block;
  content: "";
}
.hongaiDetails .detailsCon {
  width: 860px;
  padding: 30px 30px 60px 30px;
  background-color: #fff;
  box-sizing: border-box;
  float: left;
}
.hongaiDetails .detailsCon iframe {
  width: 100%;
  height: 500px;
}
.hongaiDetails .moreCon {
  float: right;
  width: 320px;
  background-color: #fff;
  padding: 30px 20px;
}
.hongaiDetails .moreCon .moreTitle {
  border-bottom: 1px solid #e8e8e8;
  position: relative;
}
.hongaiDetails .moreCon .moreTitle:after {
  display: block;
  content: "";
  clear: both;
}
.hongaiDetails .moreCon .moreTitle:before {
  position: absolute;
  display: block;
  content: "";
  width: 40px;
  height: 3px;
  background-color: #34bdca;
  bottom: 0;
  left: 0;
}
.hongaiDetails .moreCon .moreName {
  color: #333;
  font-size: 18px;
  line-height: 24px;
  float: left;
}
.hongaiDetails .moreCon .more {
  float: right;
  color: #999;
  font-size: 14px;
  line-height: 40px;
}
.hongaiDetails .moreCon .moreContent {
  margin-top: 10px;
}
.hongaiDetails .moreCon .moreItem {
  margin-top: 10px;
  padding: 10px;
  display: block;
  background-color: #f6f6f6;
}
.hongaiDetails .moreCon .moreItem:after {
  clear: both;
  display: block;
  content: "";
}
.hongaiDetails .moreCon .moreImg {
  width: 70px;
  height: 70px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  float: left;
}
.hongaiDetails .moreCon .moreElname {
  color: #333;
  float: right;
  width: 176px;
  margin: 11px 0;
  font-size: 16px;
  line-height: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.praiseList {
  background-color: #f6f6f6;
  padding: 95px 0 47px 0;
}
.praiseList .title {
  width: 1200px;
  margin: 0 auto;
  margin-bottom: 29px;
}
.praiseList .title:after {
  clear: both;
  display: block;
  content: "";
}
.praiseList .title .title_name {
  float: left;
  font-size: 24px;
  line-height: 24px;
  color: #333;
  padding-left: 12px;
  border-left: 3px solid #15b3c2;
}
.praiseList .title .bread {
  float: right;
  font-size: 14px;
  color: #888;
  padding-left: 23px;
  background: url("../img/home.png") no-repeat left center;
  line-height: 24px;
}
.praiseList .title .bread span {
  margin: 0 8px;
}
.praiseList .title .bread a {
  color: #888;
}
.praiseList .title .bread .union {
  color: #1ab5c2;
}
.praiseList .title .bread .union:hover {
  color: #1ab5c2;
}
.praiseList .praiseContent {
  width: 1200px;
  margin: 0 auto;
  padding: 80px 30px 40px 30px;
  background-color: #fff;
}
.praiseList .praiseContent .titleList:after {
  clear: both;
  display: block;
  content: "";
}
.praiseList .praiseContent .titleList .titleItem {
  width: 50%;
  box-sizing: border-box;
  float: left;
  text-align: center;
  line-height: 48px;
  border: 1px solid #e7e7e7;
  color: #666;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  cursor: pointer;
}
.praiseList .praiseContent .titleList .itemOn {
  color: #34bdca;
  border: 0;
  border-top: 2px solid #15b3c2;
}
.praiseList .praiseContent .listItem{
  position: relative;
  background: url("../img/shu2.png") repeat-y center 8px;
}
.listItem:after {
  clear: both;
  content: "";
  display: block;
}
.praiseContent .listItem .itemTitle {
  color: #23b8c5;
  font-size: 20px;
  line-height: 25px;
  font-weight: bold;
  padding-bottom: 50px;
  background-color: #fff;
  position: relative;
  z-index: 99;
}
.listItem .praiseContent_listImg {
  position: absolute;
  top: 0;
  left: 495.5px;
  z-index: 99;
}
.search-ipt button.sou {
    display: none;
}
.praiseContent .listItem .listItem_left {
  width: 470px;
  float: left;
}
.praiseContent .listItem .listItem_right {
  float: right;
  width: 470px;
}
.praiseList .praiseContent .listItem a {
  display: block;
  padding: 8px 4px 11px 4px;
  width: 470px;
  border: 3px solid #e7e7e7;
  box-sizing: border-box;
  margin-top: 30px;
}
.praiseContent .listItem .praiseContent_listItem {
  background-image: url("../img/xinfeng2.jpg");
  background-repeat: repeat-y;
  position: relative;
}
.praiseContent .listItem .praiseContent_listItem:before {
  display: block;
  content: "";
  position: absolute;
  width: 451px;
  height: 5px;
  background: url("../img/xinfeng3.jpg") no-repeat center/cover;
  left: 2px;
}
.praiseContent .listItem .praiseContent_listItem:after {
  display: block;
  content: "";
  position: absolute;
  width: 451px;
  height: 4px;
  background: url("../img/xinfeng4.jpg") no-repeat center/cover;
  left: 2px;
  bottom: 0;
}
.praiseContent .listItem .praiseContent_listItem .listItem_name {
  font-size: 18px;
  line-height: 36px;
  padding: 15px 94px 15px 20px;
}
.praiseContent .listItem .praiseContent_listItem .listItem_name:before {
  display: block;
  content: "";
  position: absolute;
  width: 74px;
  height: 32px;
  background: url("../img/xinfeng1.jpg") no-repeat center/cover;
  right: 20px;
}
.praiseContent .listItem .praiseContent_listItem .listItem_con {
  font-size: 14px;
  line-height: 26px;
  color: #999;
  padding: 15px 18px 20px 20px;
  border-top: 1px dotted #e4e4e4;
}
.contact {
  background-color: #f6f6f6;
  padding: 95px 0 47px 0;
}
.contact .title {
  width: 1200px;
  margin: 0 auto;
  margin-bottom: 29px;
}
.contact .title:after {
  clear: both;
  display: block;
  content: "";
}
.contact .title .title_name {
  float: left;
  font-size: 24px;
  line-height: 24px;
  color: #333;
  padding-left: 12px;
  border-left: 3px solid #15b3c2;
}
.contact .title .bread {
  float: right;
  font-size: 14px;
  color: #888;
  padding-left: 23px;
  background: url("../img/home.png") no-repeat left center;
  line-height: 24px;
}
.contact .title .bread span {
  margin: 0 8px;
}
.contact .title .bread a {
  color: #888;
}
.contact .title .bread .union {
  color: #1ab5c2;
}
.contact .title .bread .union:hover {
  color: #1ab5c2;
}
.contact .content {
  width: 1200px;
  margin: 0 auto;
  padding: 295px 86px 83px 30px;
  background: url("../img/logo111.png") #fff no-repeat center 70px;
  background-size: 212px 153px;
}
.contact .content:after {
  clear: both;
  display: block;
  content: "";
}
.contact .content .conImg {
  width: 570px;
  height: 262px;
  overflow: hidden;
  float: left;
}
.contact .content .conImg img {
  width: 100%;
  height: 100%;
}
.contact .content .conList {
  float: right;
  width: 426px;
  padding-top: 28px;
}
.contact .content .conList .listItem {
  padding-left: 35px;
  margin-bottom: 20px;
  color: #666;
  font-size: 16px;
  line-height: 24px;
}
.contact .content .conList .listItem_one {
  background: url("../img/dizhi.png") no-repeat left center;
  background-size: 22px 22px;
}
.contact .content .conList .listItem_two {
  background: url("../img/youjian.png") no-repeat left center;
  background-size: 25px 16px;
}
.contact .content .conList .listItem_three {
  background: url("../img/rexian.png") no-repeat left center;
  background-size: 20px 22px;
}
.contact .content .conList .listItem_four {
  padding-left: 105px;
}
.contact .content .conList .listItem_five {
  background: url("../img/fuwu111.png") no-repeat left center;
  background-size: 23px 19px;
}
.report {
  background-color: #f6f6f6;
  padding: 95px 0 47px 0;
}
.report .title {
  width: 1200px;
  margin: 0 auto;
  margin-bottom: 29px;
}
.report .title:after {
  clear: both;
  display: block;
  content: "";
}
.report .title .title_name {
  float: left;
  font-size: 24px;
  line-height: 24px;
  color: #333;
  padding-left: 12px;
  border-left: 3px solid #15b3c2;
}
.report .title .bread {
  float: right;
  font-size: 14px;
  color: #888;
  padding-left: 23px;
  background: url("../img/home.png") no-repeat left center;
  line-height: 24px;
}
.report .title .bread span {
  margin: 0 8px;
}
.report .title .bread a {
  color: #888;
}
.report .title .bread .union {
  color: #1ab5c2;
}
.report .title .bread .union:hover {
  color: #1ab5c2;
}
.report .content {
  width: 1200px;
  margin: 0 auto;
  background-color: #fff;
  padding: 40px 30px 98px 30px;
  box-sizing: border-box;
}
.report .content .conList {
  margin-bottom: 70px;
}
.report .content .conItem {
  display: block;
  margin-bottom: 30px;
}
.report .content .conItem:hover .more {
  color: #fff;
  border-color: #15b3c2;
  background: url("../img/yuanjiantou.png") #15b3c2 no-repeat 75px center;
  background-size: 18px 18px;
}
.report .content .conItem:hover .itemTitle {
  color: #34bdca;
  font-weight: bold;
}
.report .content .conItem:after {
  clear: both;
  content: "";
  display: block;
}
.report .content .conItem {
  margin-bottom: 50px;
}
.report .content .itemImg {
  width: 354px;
  height: 230px;
  overflow: hidden;
  float: left;
}
.report .content .itemImg img {
  width: 100%;
  height: 100%;
}
.report .content .itemImg2 {
  height: 150px;
}
.report .content .itemCon {
  width: 757px;
  float: right;
  padding: 39px 0 47px 0;
}
.report .content .itemCon2 {
  padding: 3px 0;
}
.report .content .itemTitle {
  color: #333;
  font-size: 24px;
  line-height: 36px;
  float: left;
  width: 635px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.report .content .more {
  padding: 0 33px 0 19px;
  border: 1px solid #15b3c2;
  border-radius: 15px;
  line-height: 30px;
  color: #15b3c2;
  font-size: 12px;
  box-sizing: border-box;
  background: url("../img/yuanjiantou1.png") #fff no-repeat 75px center;
  background-size: 18px 18px;
  float: right;
}
.report .content .time {
  clear: both;
  color: #999;
  font-size: 14px;
  line-height: 30px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #e4e4e4;
  box-sizing: border-box;
}
.report .content .itemContent {
  color: #999;
  font-size: 14px;
  line-height: 26px;
  height: 52px;
  margin-top: 15px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.report .content .pagination {
  text-align: center;
}
.report .content .pagination li {
  display: inline;
  margin-right: 12px;
}
.report .content .pagination li span {
  display: inline-block;
  color: #777;
  font-size: 14px;
  background-color: #efefef;
  border-radius: 50%;
  line-height: 40px;
  width: 40px;
  height: 40px;
}
.report .content .pagination li a {
  display: inline-block;
  color: #777;
  font-size: 14px;
  background-color: #efefef;
  border-radius: 50%;
  line-height: 40px;
  width: 40px;
  height: 40px;
}
.report .content .pagination li a:hover {
  background-color: #1ab5c2;
  color: #fff;
}
.report .content .pagination .active span {
  background-color: #1ab5c2;
  color: #fff;
}
.titleBig {
  color: #333;
  line-height: 1;
  margin-bottom: 49px;
  font-size: 38px;
  text-align: center;
}
.titleBig2 {
  font-size: 32px;
  margin-top: 39px;
}
.contentMain {
  border-top: 1px solid #e7e7e7;
  padding: 0px 95px 50px;
  color: #333;
}
.contentMain .list {
  margin-top: 50px;
}
.contentMain .list:after {
  clear: both;
  display: block;
  content: "";
}
.contentMain .listImg {
  width: 160px;
  height: 210px;
  position: absolute;
}
.contentMain .info {
  margin-left: 200px;
}
.contentMain .title {
  font-size: 20px;
  line-height: 1;
  margin: 0;
  font-weight: bold;
}
.contentMain .detail {
  font-size: 16px;
  line-height: 1.5;
  margin: 15px 0;
  min-height: 120px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
}
.contentMain .downLoad {
  display: inline-block;
  text-decoration: none;
  width: 190px;
  height: 40px;
  background: #34bdca;
  font-size: 18px;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  cursor: pointer;
}
.contentMain .downLoad .load {
  color: #fff;
}
.contentMain .downLoad img {
  vertical-align: middle;
  width: 15px;
  height: 17px;
  margin-left: 10px;
}
.contentMain .sectionOut:after {
  clear: both;
  display: block;
  content: "";
}
.contentMain .section {
  margin-left: 200px;
}
.contentMain .section .tip {
  line-height: 1;
  margin: 23px 0;
}
.contentMain .section .sectionEach {
  width: 240px;
  height: 50px;
  background-color: #ebebeb;
  text-align: center;
  line-height: 50px;
  border-radius: 5px;
  margin-right: 15px;
  margin-bottom: 20px;
  float: left;
  cursor: pointer;
  outline: none;
}
.contentMain .section .sectionEach a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.contentMain .section .noMargin {
  margin-right: 0;
}
.contentMain:after {
  clear: both;
  display: block;
  content: "";
}
.process {
  background-color: #f6f6f6;
  padding: 95px 0 47px 0;
}
.process .title {
  width: 1200px;
  margin: 0 auto;
  margin-bottom: 29px;
}
.process .title:after {
  clear: both;
  display: block;
  content: "";
}
.process .title .title_name {
  float: left;
  font-size: 24px;
  line-height: 24px;
  color: #333;
  padding-left: 12px;
  border-left: 3px solid #15b3c2;
}
.process .title .bread {
  float: right;
  font-size: 14px;
  color: #888;
  padding-left: 23px;
  background: url("../img/home.png") no-repeat left center;
  line-height: 24px;
}
.process .title .bread span {
  margin: 0 8px;
}
.process .title .bread a {
  color: #888;
}
.process .title .bread .union {
  color: #1ab5c2;
}
.process .title .bread .union:hover {
  color: #1ab5c2;
}
.process .content {
  width: 1200px;
  margin: 0 auto;
  background-color: #fff;
  padding: 40px 30px 98px 30px;
  box-sizing: border-box;
}
.process .content .conList {
  margin-bottom: 70px;
}
.process .content .conItem {
  display: block;
  margin-bottom: 30px;
}
.process .content .conItem:hover .more {
  color: #fff;
  border-color: #15b3c2;
  background: url("../img/yuanjiantou.png") #15b3c2 no-repeat 75px center;
  background-size: 18px 18px;
}
.process .content .conItem:hover .itemTitle {
  color: #34bdca;
  font-weight: bold;
}
.process .content .conItem:after {
  clear: both;
  content: "";
  display: block;
}
.process .content .itemImg {
  width: 354px;
  height: 230px;
  overflow: hidden;
  float: left;
}
.process .content .itemImg img {
  width: 100%;
  height: 100%;
}
.process .content .itemImg2 {
  height: 150px;
}
.process .content .itemImg2 img {
  width: 100%;
  height: 100%;
}
.process .content .itemCon {
  width: 757px;
  float: right;
  padding: 39px 0 47px 0;
}
.process .content .itemTitle {
  color: #333;
  font-size: 24px;
  line-height: 36px;
  float: left;
  width: 635px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.process .content .more {
  padding: 0 33px 0 19px;
  border: 1px solid #15b3c2;
  border-radius: 15px;
  line-height: 30px;
  color: #15b3c2;
  font-size: 12px;
  box-sizing: border-box;
  background: url("../img/yuanjiantou1.png") #fff no-repeat 75px center;
  background-size: 18px 18px;
  float: right;
}
.process .content .time {
  clear: both;
  color: #999;
  font-size: 14px;
  line-height: 30px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #e4e4e4;
  box-sizing: border-box;
}
.process .content .itemContent {
  color: #999;
  font-size: 14px;
  line-height: 26px;
  height: 52px;
  margin-top: 15px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.process .content .pagination {
  text-align: center;
}
.process .content .pagination li {
  display: inline;
  margin-right: 12px;
}
.process .content .pagination li span {
  display: inline-block;
  color: #777;
  font-size: 14px;
  background-color: #efefef;
  border-radius: 50%;
  line-height: 40px;
  width: 40px;
  height: 40px;
}
.process .content .pagination li a {
  display: inline-block;
  color: #777;
  font-size: 14px;
  background-color: #efefef;
  border-radius: 50%;
  line-height: 40px;
  width: 40px;
  height: 40px;
}
.process .content .pagination li a:hover {
  background-color: #1ab5c2;
  color: #fff;
}
.process .content .pagination .active span {
  background-color: #1ab5c2;
  color: #fff;
}
.departmentContent {
  background-color: #f6f6f6;
  padding: 30px 0 30px 0;
}
.departmentContent .title {
  width: 1200px;
  margin: 0 auto;
  margin-bottom: 30px;
}
.departmentContent .title:after {
  clear: both;
  display: block;
  content: "";
}
.departmentContent .title .title_name {
  float: left;
  font-size: 24px;
  line-height: 24px;
  color: #333;
  padding-left: 12px;
  border-left: 3px solid #15b3c2;
}
.departmentContent .title .bread {
  float: right;
  font-size: 14px;
  color: #888;
  padding-left: 23px;
  background: url("../img/home.png") no-repeat left center;
  line-height: 24px;
}
.departmentContent .title .bread span {
  margin: 0 8px;
}
.departmentContent .title .bread a {
  color: #888;
}
.departmentContent .title .bread .union {
  color: #1ab5c2;
}
.departmentContent .title .bread .union:hover {
  color: #1ab5c2;
}
.departmentContent .content {
  width: 1200px;
  margin: 0 auto 170px auto;
  background-color: #fff;
  padding: 27px 30px 154px 30px;
}
.departmentContent .content .conTitle {
  font-size: 24px;
  line-height: 30px;
  color: #23b8c5;
  font-weight: bold;
  padding-bottom: 17px;
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 8px;
}
.departmentContent .content .conOne {
  margin-bottom: 20px;
}
.departmentContent .content .conOne:after {
  clear: both;
  display: block;
  content: "";
}
.departmentContent .content .conOne .conOne_name {
  display: block;
  float: left;
  width: 188px;
  height: 48px;
  overflow: hidden;
  box-sizing: border-box;
  border: 1px solid #d3f1f3;
  border-radius: 5px;
  color: #666;
  font-size: 16px;
  line-height: 46px;
  padding: 0 19px 0 12px;
  background: url("../img/ljiantou.png") no-repeat 170px center;
}
.departmentContent .content .conOne .conOne_name:hover {
  background: url("../img/bjiantou.png") no-repeat #23b8c5 161px center;
  color: #fff;
}
.departmentContent .content .conOne .no {
  margin-right: 0;
}
.departmentContent .content .conOne .li {
  float: left;
  position: relative;
  margin: 12px 12px 0 0;
}
.departmentContent .content .conOne .li .conTwo_name {
  display: block;
  float: left;
  width: 180px;
  height: 48px;
  overflow: hidden;
  box-sizing: border-box;
  border: 1px solid #d3f1f3;
  border-radius: 5px;
  color: #666;
  font-size: 16px;
  line-height: 46px;
  padding: 0 19px 0 12px;
  box-sizing: border-box;
  background: url("../img/ljiantou.png") no-repeat 161px center;
}
.departmentContent .content .conOne .li .nameDetails {
  position: absolute;
  padding: 0 5px;
  right: -192px;
  top: 0;
  z-index: 10;
  background-color: #fff;
  display: none;
  border-radius: 5px;
  box-shadow: 0px 0px 13px -8px #333;
  padding: 5px 3px;
}
.departmentContent .content .conOne .li .nameDetails:after {
  clear: both;
  display: block;
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-right: 18px solid #fff;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  top: 15px;
  left: -11px;
  box-shadow: 0px 0px 13px -8px #333;
  z-index: 1;
}
.departmentContent .content .conOne .li .details_name {
  display: block;
  width: 170px;
  height: 48px;
  overflow: hidden;
  background: url("../img/hjiantou.png") no-repeat 153px center;
  padding: 0 18px 0 11px;
  font-size: 16px;
  color: #333;
  line-height: 48px;
  position: relative;
  z-index: 11;
}
.departmentContent .content .conOne .li .details_name:hover {
  background: url("../img/ljiantou.png") no-repeat rgba(35,184,197,0.1) 153px center;
  color: #23b8c5;
}
.departmentContent .content .conTitleTwo {
  margin-top: 37px;
}
.introduction {
  background-color: #f6f6f6;
  padding: 30px 0 40px 0;
}
.introduction .title {
  width: 1200px;
  margin: 0 auto;
  margin-bottom: 26px;
}
.introduction .title:after {
  clear: both;
  display: block;
  content: "";
}
.introduction .title .title_name {
  float: left;
  font-size: 24px;
  line-height: 24px;
  color: #333;
  padding-left: 12px;
  border-left: 3px solid #15b3c2;
  margin-top: 3px;
}
.introduction .title .change {
  float: left;
  padding: 0 18px;
  font-size: 14px;
  line-height: 29px;
  border: 1px solid #15b3c2;
  border-radius: 16px;
  box-sizing: border-box;
  display: block;
  color: #15b3c2;
  margin-left: 18px;
}
.introduction .title .bread {
  float: right;
  font-size: 14px;
  color: #888;
  padding-left: 23px;
  background: url("../img/home.png") no-repeat left center;
  line-height: 24px;
  margin-top: 3px;
}
.introduction .title .bread span {
  margin: 0 8px;
}
.introduction .title .bread a {
  color: #888;
}
.introduction .title .bread .union {
  color: #1ab5c2;
}
.introduction .title .bread .union:hover {
  color: #1ab5c2;
}
.introduction .contentOne {
  width: 1200px;
  margin: 0 auto;
  padding: 28px 32px 27px 30px;
  background-color: #fff;
}
.introduction .contentOne .c_left {
  float: left;
  width: 520px;
  height: 320px;
}
.introduction .contentOne .c_left .videoOut {
  position: relative;
  width: 100%;
  height: 100%;
}
.introduction .contentOne .c_left .videoOut .videoCover {
  width: 100%;
  height: 100%;
  position: absolute;
  background: url("../img/pause.png") no-repeat center center;
  background-color: rgba(0,0,0,0.3);
  cursor: pointer;
  z-index: 2;
}
.introduction .contentOne .c_left .swiper-container {
  height: 100%;
}
.introduction .contentOne .c_left .swiper-container .swiper-pagination {
  position: absolute;
  bottom: 0;
  height: 30px;
  background-color: rgba(0,0,0,0.4);
}
.introduction .contentOne .c_left .swiper-container .swiper-pagination-bullet-active {
  width: 8px;
  background-color: #23b8c5;
}
.introduction .contentOne .c_left .swiper-container .swiper-button .button-next {
  width: 40px;
  height: 40px;
  right: 15px;
  background-image: url("../img/yyhjyoujiantou.png");
  background-size: contain;
}
.introduction .contentOne .c_left .swiper-container .swiper-button .button-prev {
  width: 40px;
  height: 40px;
  left: 15px;
  background-image: url("../img/yyhjzuojiantou.png");
  background-size: contain;
}
.introduction .contentOne .c_right {
  width: 590px;
  float: right;
  font-size: 16px;
  color: #666;
  line-height: 30px;
}
.introduction .contentOne .c_right .describe {
  margin-bottom: 15px;
}
.introduction .contentOne .c_right .describe:last-child {
  margin: 0;
}
.introduction .contentOne .c_right .describe_title {
  color: #333;
  font-weight: bold;
}
.introduction .contentOne:after {
  clear: both;
  display: block;
  content: "";
}
.introduction .contentOne .widthAuto {
  width: 100%;
}
.introduction .contentOne .contentOne_title {
  padding-bottom: 17px;
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 30px;
}
.introduction .contentOne .contentOne_title:after {
  clear: both;
  display: block;
  content: "";
}
.introduction .contentOne .contentOne_title .conTitle {
  cursor: pointer;
  outline: none;
  background-color: #fff;
  border-radius: 15px;
  color: #34bdca;
  border: 1px solid #34bdca;
  display: inline-block;
  font-size: 16px;
  line-height: 30px;
  padding: 0 17.5px;
  text-align: center;
  box-sizing: border-box;
  margin-right: 20px;
}
.introduction .contentOne .contentOne_title .conTitle_active {
  background-color: #34bdca;
  color: #fff;
}
.introduction .contentOne .contentOne_title .oneTitle {
  float: left;
  font-size: 24px;
  color: #15b3c2;
  line-height: 28px;
  font-weight: bold;
  margin-right: 30px;
}
.introduction .contentOne .contentOne_title .onePhone {
  float: right;
  color: #000;
  font-size: 20px;
  line-height: 28px;
  font-family: MyriadPro-Regular;
  font-weight: 400;
  padding-left: 34px;
  background: url("../img/kePhone.png") no-repeat left center;
}
.introduction .contentOne .conIntroduction {
  clear: both;
  font-size: 16px;
  line-height: 30px;
  color: #666;
  margin-bottom: 23px;
}
.introduction .contentOne .oneContent_con {
  font-size: 16px;
  color: #333;
  line-height: 30px;
}
.introduction .contentOne .oneContent_con .conTitle {
  font-weight: bold;
}
.introduction .contentOne .oneContent_con .conContentOne {
  display: inline;
}
.introduction .contentOne .oneContent_conOne {
  margin-bottom: 30px;
}
.dynamic {
  background-color: #fff;
  padding: 40px 0 85px 0;
}
.dynamic .titleOne {
  width: 1200px;
  margin: 0 auto 42px auto;
  background: url("../img/kebeijing8.png") no-repeat 107px center;
}
.dynamic .titleOne:after {
  clear: both;
  content: "";
  display: block;
}
.dynamic .titleOne .titleH {
  float: left;
  font-size: 18px;
  line-height: 25px;
  color: #fff;
  background: url("../img/kebeijing.png") no-repeat;
  padding: 7.5px 37px 7.5px 23px;
}
.dynamic .titleOne .titleMOre {
  float: right;
  font-size: 14px;
  color: #999;
  line-height: 40px;
}
.dynamic .titleTwo {
  margin-bottom: 25px;
  background: url("../img/kebeijing1.png") no-repeat 107px center;
}
.dynamic .dynamicNews {
  width: 1200px;
  margin: 0 auto 36px auto;
}
.dynamic .dynamicNews:after {
  content: "";
  display: block;
  clear: both;
}
.dynamic .dynamicNews .dynamicNews_item {
  float: left;
  width: 50%;
  padding: 17px 20px;
  display: block;
  color: #333;
  margin-bottom: 10px;
}
.dynamic .dynamicNews .dynamicNews_item:hover {
  box-shadow: 0px 0px 14px -7px #666;
  color: #23b8c5;
}
.dynamic .dynamicNews .dynamicNews_item:hover .item_time {
  color: #23b8c5;
}
.dynamic .dynamicNews .dynamicNews_item .item_name {
  float: left;
  width: 395px;
  font-size: 18px;
  line-height: 36px;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dynamic .dynamicNews .dynamicNews_item .item_time {
  float: right;
  color: #999;
  font-size: 16px;
  line-height: 36px;
  font-weight: 400;
}
.dynamic .doctorList {
  width: 1200px;
  margin: 0 auto 10px auto;
}
.dynamic .doctorList:after {
  clear: both;
  content: "";
  display: block;
}
.dynamic .doctorList .doctorItem {
  float: left;
  width: 585px;
  padding: 22px 35px 24px 28px;
  box-shadow: 0px 0px 14px -7px #bbb5b5;
  margin-bottom: 30px;
  display: block;
  box-sizing: border-box;
  border: 2px solid transparent;
  border-color: #fff;
}
.dynamic .doctorList .doctorItem:hover {
  border-color: #17b4c3;
}
.dynamic .doctorList .doctorItem .doctorImg {
  float: left;
  width: 160px;
  height: 160px;
  border-radius: 160px;
  overflow: hidden;
}
.dynamic .doctorList .doctorItem .doctorImg img {
  width: 100%;
  max-height: none;
}
.dynamic .doctorList .doctorItem .doctorDetails {
  float: right;
  position: relative;
  width: 313px;
}
.dynamic .doctorList .doctorItem .doctorName {
  font-size: 18px;
  color: #34bdca;
  font-weight: bold;
  line-height: 25px;
  float: left;
  margin-right: 12px;
  min-width: 55px;
}
.dynamic .doctorList .doctorItem .doctorPosition {
  font-size: 14px;
  color: #666;
  font-weight: 400;
  line-height: 20px;
  margin-top: 3px;
  width: 250px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
}
.dynamic .doctorList .doctorItem .job2 {
  padding-left: 65px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  min-height: 28px;
  position: relative;
  width: 100%;
}
.dynamic .doctorList .doctorItem .job2::before {
  content: "";
  display: block;
  width: 35px;
  height: 2px;
  background: #17b4c3;
  position: absolute;
  bottom: 13px;
  left: 0;
}
.dynamic .doctorList .doctorItem .doctorCon {
  clear: both;
  font-size: 14px;
  color: #666;
  line-height: 27px;
  overflow: hidden;
}
.dynamic .doctorList .doctorItem .doctorCon_two {
  height: 54px;
}
.dynamic .doctorList .doctorItemRight {
  float: right;
}
.dynamic .visiting {
  width: 1200px;
  margin: 0 auto 17px auto;
  color: #666;
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
}
.dynamic .visiting span {
  font-size: 14px;
  font-weight: 500;
}
.dynamic .visiting .red {
  color: #f00;
}
.dynamic .table {
  width: 1200px;
  margin: 0 auto;
  text-align: center;
  padding: 0;
  border: 1px solid #e7e7e7;
}
.dynamic .table th {
  width: 134px;
  color: #333;
  font-size: 16px;
  line-height: 25px;
  padding: 12px 0 9px 0;
  background-color:#15b3c27a;
}
.dynamic .table th p {
  line-height: 20px;
}
.dynamic .table td {
  font-size: 16px;
  color: #666;
  line-height: 25px;
  padding: 15px 0;
}
.dynamic .table td.ys {
    background-color: #aff5ee38;
}
.dynamic .table .thBlue {
  color: #fff;
  background-color: #23b8c5;
}
.dynamic .table .tdBlue {
  background-color: #fffdf5;
}
.yyjjContent {
  background-color: #f6f6f6;
  padding: 95px 0 66px 0;
}
.yyjjContent .title {
  width: 1200px;
  margin: 0 auto;
  margin-bottom: 30px;
}
.yyjjContent .title:after {
  clear: both;
  display: block;
  content: "";
}
.yyjjContent .title .title_name {
  float: left;
  font-size: 24px;
  line-height: 24px;
  color: #333;
  padding-left: 12px;
  border-left: 3px solid #15b3c2;
}
.yyjjContent .title .bread {
  float: right;
  font-size: 14px;
  color: #888;
  padding-left: 23px;
  background: url("../img/home.png") no-repeat left center;
  line-height: 24px;
}
.yyjjContent .title .bread span {
  margin: 0 8px;
}
.yyjjContent .title .bread a {
  color: #888;
}
.yyjjContent .title .bread .union {
  color: #1ab5c2;
}
.yyjjContent .title .bread .union:hover {
  color: #1ab5c2;
}
.yyjjContent .content {
  width: 1200px;
  margin: 0 auto;
  background-color: #fff;
}
.yyjjContent .content .contentCon {
  padding: 26px 30px 39px 30px;
}
.yyjjContent .content .contentCon span {
  display: block;
}
.yyjjContent .content .contentCon .conTitle {
  font-size: 20px;
  line-height: 26px;
  color: #23b8c5;
  font-weight: bold;
  margin-bottom: 56px;
}
.yyjjContent .content .contentCon .conImg {
  width: 280px;
  height: 66px;
  margin: 0 auto 62px auto;
}
.yyjjContent .content .contentCon .conImg img {
  width: 100%;
  height: 100%;
}
.yyjjContent .content .contentCon .conContent_itemOne {
  margin-bottom: 70px;
}
.yyjjContent .content .contentCon .conContent_itemOne:after {
  clear: both;
  display: block;
  content: "";
}
.yyjjContent .content .contentCon .conContent_itemOne .itemImage {
  width: 540px;
  height: 320px;
  float: left;
}
.yyjjContent .content .contentCon .conContent_itemOne .itemImage img {
  width: 100%;
  height: 100%;
}
.yyjjContent .content .contentCon .conContent_itemOne .itemCon {
  float: right;
  width: 571px;
  font-size: 16px;
  color: #666;
  line-height: 30px;
  padding-top: 38px;
}
.yyjjContent .content .contentCon .conContent_itemTwo {
  margin-bottom: 60px;
}
.yyjjContent .content .contentCon .conContent_itemTwo:after {
  clear: both;
  display: block;
  content: "";
}
.yyjjContent .content .contentCon .conContent_itemTwo .itemImage {
  width: 540px;
  height: 320px;
  float: right;
}
.yyjjContent .content .contentCon .conContent_itemTwo .itemImage img {
  width: 100%;
  height: 100%;
}
.yyjjContent .content .contentCon .conContent_itemTwo .itemCon {
  float: right;
  width: 571px;
  font-size: 16px;
  color: #666;
  line-height: 30px;
  padding: 64px 30px 0 29px;
  height: 320px;
  background-color: #f6f6f6;
}
.yyjjContent .content .contentCon .conContent_itemTwo .itemCon .itemCon_title {
  font-size: 30px;
  color: #333;
  margin-bottom: 22px;
}
.yyjjContent .content .contentCon .conContent_itemThree:after {
  clear: both;
  display: block;
  content: "";
}
.yyjjContent .content .contentCon .conContent_itemThree .itemImage_one {
  float: left;
  width: 601px;
  height: 320px;
  margin-right: 7px;
}
.yyjjContent .content .contentCon .conContent_itemThree .itemImage_one img {
  width: 100%;
  height: 100%;
}
.yyjjContent .content .contentCon .conContent_itemThree .itemImage_two {
  float: left;
  width: 234px;
  height: 320px;
  overflow: hidden;
}
.yyjjContent .content .contentCon .conContent_itemThree .itemImage_two img {
  width: 100%;
  margin-bottom: 9px;
}
.yyjjContent .content .contentCon .conContent_itemThree .itemCon {
  float: right;
  padding: 44px 41px 0 41px;
  height: 321px;
  width: 290px;
  background-color: #f6f6f6;
  color: #666;
  font-size: 16px;
  text-align: center;
  line-height: 33px;
}
.yyjjContent .content .contentCon .conContent_itemThree .itemCon .itemCon_title {
  color: #333;
  font-size: 30px;
  margin-bottom: 23px;
}
.yyjjContent .content .contentCon .mapTitle {
  font-size: 30px;
  color: #333;
  line-height: 40px;
  text-align: center;
  margin: 66px 0 24px 0;
}
.yyjjContent .content .contentCon .mapCon {
  font-size: 16px;
  color: #666;
  line-height: 30px;
  text-align: center;
}
.yyjjContent .content .contentCon .mapImage {
  width: 1140px;
  height: 320px;
  margin: 69px auto 0 auto;
}
.yyjjContent .content .contentCon .mapImage img {
  width: 100%;
  height: 100%;
}
.zzjgContent {
  background-color: #f6f6f6;
  padding: 95px 0 66px 0;
}
.zzjgContent .title {
  width: 1200px;
  margin: 0 auto;
  margin-bottom: 30px;
}
.zzjgContent .title:after {
  clear: both;
  display: block;
  content: "";
}
.zzjgContent .title .title_name {
  float: left;
  font-size: 24px;
  line-height: 24px;
  color: #333;
  padding-left: 12px;
  border-left: 3px solid #15b3c2;
}
.zzjgContent .title .bread {
  float: right;
  font-size: 14px;
  color: #888;
  padding-left: 23px;
  background: url("../img/home.png") no-repeat left center;
  line-height: 24px;
}
.zzjgContent .title .bread span {
  margin: 0 8px;
}
.zzjgContent .title .bread a {
  color: #888;
}
.zzjgContent .title .bread .union {
  color: #1ab5c2;
}
.zzjgContent .title .bread .union:hover {
  color: #1ab5c2;
}
.zzjgContent .content {
  width: 1200px;
  margin: 0 auto;
  background-color: #fff;
}
.zzjgContent .content .nameList:after {
  display: block;
  content: "";
  clear: both;
}
.zzjgContent .content .nameList .nameList_item {
  display: block;
  float: left;
  width: 25%;
  border-top: 1px solid #e7e7e7;
  border-left: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
  color: #666;
  font-size: 16px;
  line-height: 25px;
  text-align: center;
  padding: 12px 0 11px 0;
  box-sizing: border-box;
}
.zzjgContent .content .nameList .nameList_item:hover {
  border: 0;
  border-top: 2px solid #15b3c2;
  color: #15b3c2;
}
.zzjgContent .content .nameList .right {
  border-right: 1px solid #e7e7e7;
}
.zzjgContent .content .nameList .on {
  border: 0;
  border-top: 2px solid #15b3c2;
  color: #15b3c2;
}
.zzjgContent .content .contentCon {
  padding: 26px 30px 37px 30px;
}
.zzjgContent .content .contentCon .conTitle {
  font-size: 20px;
  line-height: 26px;
  color: #23b8c5;
  font-weight: bold;
  margin-bottom: 56px;
}
.zzjgContent .content .conContent {
  padding: 0 70px 74px 16px;
  position: relative;
}
.zzjgContent .content .conContent:after {
  clear: both;
  content: "";
  display: block;
}
.zzjgContent .content .conContent:before {
  content: "";
  display: block;
  position: absolute;
  width: 60px;
  height: 1px;
  background-color: #34bdca;
  right: 430px;
  top: 25px;
}
.zzjgContent .content .conContent .conOne,
.zzjgContent .content .conContent .conTwo {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  line-height: 30px;
  padding: 10px 0;
  text-shadow: 0px 1px 0px rgba(2,127,139,0.3);
  width: 200px;
  background: url("../img/jiabeijing.png") #34bdca no-repeat;
  border-radius: 25px;
  text-align: center;
  float: left;
  margin: 0 80px 20px 425px;
}
.zzjgContent .content .conContent .conTwo {
  margin: 0;
}
.zzjgContent .content .conContent .contentImg_one {
  background: url("../img/xiajiantou.png") no-repeat center center;
  height: 12px;
  clear: both;
  margin-bottom: 20px;
}
.zzjgContent .content .conContent .conFour {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  line-height: 30px;
  padding: 10px 0;
  text-shadow: 0px 1px 0px rgba(2,127,139,0.3);
  width: 200px;
  background: url("../img/jiabeijing.png") #34bdca no-repeat;
  border-radius: 25px;
  text-align: center;
  margin: 0 auto 20px auto;
  clear: both;
}
.zzjgContent .content .conContent .conFive,
.zzjgContent .content .conContent .conSix,
.zzjgContent .content .conContent .conSeven {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  line-height: 30px;
  padding: 10px 0;
  text-shadow: 0px 1px 0px rgba(2,127,139,0.3);
  width: 200px;
  background: url("../img/jiabeijing.png") #7edee7 no-repeat;
  border-radius: 25px;
  text-align: center;
  float: left;
  margin: 0 60px 20px 170px;
}
.zzjgContent .content .conContent .conSix,
.zzjgContent .content .conContent .conSeven {
  margin: 0 60px 20px 0;
}
.zzjgContent .content .conContent .contentImg_two {
  background: url("../img/jiajiantou.png") no-repeat 65px center;
  height: 31px;
  clear: both;
  margin-bottom: 20px;
}
.zzjgContent .content .conContent .conEnght {
  float: left;
  width: 45px;
  text-align: center;
  line-height: 16px;
  color: #34bdca;
  font-size: 16px;
  height: 180px;
  box-sizing: border-box;
  padding: 19px 13px 0 14px;
  border: 1px solid #5ec4d4;
  border-radius: 10px;
  margin: 15px 40px 0 48px;
}
.zzjgContent .content .conContent .conThree,
.zzjgContent .content .conContent .conNine {
  float: left;
  padding: 18px 12px 0 22px;
  margin-top: 15px;
  border: 1px solid #5ec4d4;
  border-radius: 10px;
  box-sizing: border-box;
  text-align: center;
  line-height: 16px;
  color: #34bdca;
  font-size: 16px;
  height: 180px;
}
.zzjgContent .content .conContent .conThree .threeCon,
.zzjgContent .content .conContent .conNine .threeCon,
.zzjgContent .content .conContent .conThree .nineCon,
.zzjgContent .content .conContent .conNine .nineCon {
  width: 16px;
  height: 100%;
  float: left;
  margin-right: 12px;
}
.zzjgContent .content .conContent .conNine {
  float: right;
  padding: 18px 13px 0 20px;
}
.zzjgContent .content .conContent .conNine .nineCon_one {
  display: block;
}
.zzjgContent .content .conContent .contentImg_three {
  background: url("../img/jiajiantou1.png") no-repeat 65px center;
  height: 31px;
  clear: both;
  margin-bottom: 15px;
}
.zzjgContent .content .conContent .conTen {
  padding: 18px 10px 0 22px;
  margin-top: 15px;
  border: 1px solid #dcdcdc;
  border-radius: 10px;
  box-sizing: border-box;
  text-align: center;
  line-height: 16px;
  color: #666;
  font-size: 16px;
  height: 180px;
  float: left;
}
.zzjgContent .content .conContent .conTen .tenCon {
  width: 16px;
  height: 100%;
  float: left;
  margin-right: 12px;
}
.zzjgContent .content .conContent .conTen .tenCon_one {
  display: block;
  transform: rotate(90deg);
}
.yyhjContent {
  background-color: #f6f6f6;
  padding: 95px 0 66px 0;
}
.yyhjContent .title {
  width: 1200px;
  margin: 0 auto;
  margin-bottom: 30px;
}
.yyhjContent .title:after {
  clear: both;
  display: block;
  content: "";
}
.yyhjContent .title .title_name {
  float: left;
  font-size: 24px;
  line-height: 24px;
  color: #333;
  padding-left: 12px;
  border-left: 3px solid #15b3c2;
}
.yyhjContent .title .bread {
  float: right;
  font-size: 14px;
  color: #888;
  padding-left: 23px;
  background: url("../img/home.png") no-repeat left center;
  line-height: 24px;
}
.yyhjContent .title .bread span {
  margin: 0 8px;
}
.yyhjContent .title .bread a {
  color: #888;
}
.yyhjContent .title .bread .union {
  color: #1ab5c2;
}
.yyhjContent .title .bread .union:hover {
  color: #1ab5c2;
}
.yyhjContent .content {
  width: 1200px;
  margin: 0 auto;
  background-color: #fff;
}
.yyhjContent .content .nameList:after {
  display: block;
  content: "";
  clear: both;
}
.yyhjContent .content .nameList .nameList_item {
  display: block;
  float: left;
  width: 25%;
  border-top: 1px solid #e7e7e7;
  border-left: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
  color: #666;
  font-size: 16px;
  line-height: 25px;
  text-align: center;
  padding: 12px 0 11px 0;
  box-sizing: border-box;
}
.yyhjContent .content .nameList .nameList_item:hover {
  border: 0;
  border-top: 2px solid #15b3c2;
  color: #15b3c2;
}
.yyhjContent .content .nameList .right {
  border-right: 1px solid #e7e7e7;
}
.yyhjContent .content .nameList .on {
  border: 0;
  border-top: 2px solid #15b3c2;
  color: #15b3c2;
}
.yyhjContent .content .contentCon {
  padding: 26px 30px 61px 30px;
}
.yyhjContent .content .contentCon .conTitle {
  font-size: 20px;
  line-height: 26px;
  color: #23b8c5;
  font-weight: bold;
  margin-bottom: 56px;
}
.yyhjContent .content .imageContent {
  background-color: #fff;
  padding: 0 84px 0 83px;
}
.yyhjContent .content .imageContent:after {
  clear: both;
  display: block;
  content: "";
}
.yyhjContent .content .imageContent .imageContent_bigImg {
  width: 856px;
  height: 620px;
  float: left;
  box-sizing: border-box;
  position: relative;
}
.yyhjContent .content .imageContent .imageContent_bigImg .bigImg {
  width: 100%;
  height: 100%;
}
.yyhjContent .content .imageContent .imageContent_bigImg .bigName {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0,0,0,0.5);
  padding: 14px 0 14px 22px;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
}
.yyhjContent .content .imageContent .imageContent_bigImg .imgLeft {
  background: url("../img/yyhjzuojiantou.png") no-repeat 100%;
  display: block;
  width: 43px;
  height: 43px;
  cursor: pointer;
  position: absolute;
  left: 21px;
  top: 289px;
}
.yyhjContent .content .imageContent .imageContent_bigImg .imgRight {
  background: url("../img/yyhjyoujiantou.png") no-repeat 100%;
  display: block;
  width: 43px;
  height: 43px;
  cursor: pointer;
  position: absolute;
  right: 21px;
  top: 289px;
}
.yyhjContent .content .imageContent .imageContent_con {
  float: right;
  width: 97px;
}
.yyhjContent .content .imageContent .imageContent_left,
.yyhjContent .content .imageContent .imageContent_right {
  cursor: pointer;
  width: 97px;
  display: block;
  height: 36px;
  background: url("../img/yyhjshangjiantou.jpg") no-repeat 100%;
}
.yyhjContent .content .imageContent .imageContent_right {
  background: url("../img/yyhjxiajiantou.jpg") no-repeat 100%;
}
.yyhjContent .content .imageContent .imageContent_hide {
  overflow: hidden;
  width: 100%;
  position: relative;
  height: 525px;
  margin: 11px 0;
}
.yyhjContent .content .imageContent .imageList {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
.yyhjContent .content .imageContent .imageItem {
  width: 100%;
  height: 97px;
  box-sizing: border-box;
  cursor: pointer;
  padding: 5px;
  border: 1px solid #eee;
  background-size: 85px 85px;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 8px;
}
.yyhjContent .content .imageContent .imageItemActive {
  border: 1px solid #15b3c2;
}
.fzlcContent {
  background-color: #f6f6f6;
  padding: 95px 0 66px 0;
}
.fzlcContent .title {
  width: 1200px;
  margin: 0 auto;
  margin-bottom: 30px;
}
.fzlcContent .title:after {
  clear: both;
  display: block;
  content: "";
}
.fzlcContent .title .title_name {
  float: left;
  font-size: 24px;
  line-height: 24px;
  color: #333;
  padding-left: 12px;
  border-left: 3px solid #15b3c2;
}
.fzlcContent .title .bread {
  float: right;
  font-size: 14px;
  color: #888;
  padding-left: 23px;
  background: url("../img/home.png") no-repeat left center;
  line-height: 24px;
}
.fzlcContent .title .bread span {
  margin: 0 8px;
}
.fzlcContent .title .bread a {
  color: #888;
}
.fzlcContent .title .bread .union {
  color: #1ab5c2;
}
.fzlcContent .title .bread .union:hover {
  color: #1ab5c2;
}
.fzlcContent .content {
  width: 1200px;
  margin: 0 auto;
  background-color: #fff;
  padding: 50px 72px 86px 83px;
}
.fzlcContent .content .conTitle {
  position: relative;
  margin-bottom: 62px;
}
.fzlcContent .content .conTitle:after {
  clear: both;
  content: "";
  display: block;
}
.fzlcContent .content .conTitle .titleLeft {
  width: 15px;
  height: 30px;
  background: url("../img/fzlczuojiantou.png") no-repeat 100%;
  display: block;
  cursor: pointer;
  float: left;
  margin-top: 27px;
}
.fzlcContent .content .conTitle .titleRight {
  width: 15px;
  height: 30px;
  background: url("../img/fzlcyoujiantou.png") no-repeat 100%;
  display: block;
  cursor: pointer;
  float: right;
  margin-top: 27px;
}
.fzlcContent .content .conTitle .conContent {
  width: 960px;
  overflow: hidden;
  float: left;
  margin-left: 32px;
  padding: 0 34px;
  position: relative;
  height: 55px;
  display: block;
}
.fzlcContent .content .conTitle .conContent:after {
  display: block;
  width: 960px;
  height: 1px;
  background-color: #e7e7e7;
  position: absolute;
  content: "";
  bottom: 11px;
  left: 0;
  z-index: 1;
}
.fzlcContent .content .conTitle .conContent .conList {
  width: 2000px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 34px;
}
.fzlcContent .content .conTitle .conContent .conList:after {
  clear: both;
  content: "";
  display: block;
}
.fzlcContent .content .conTitle .conContent .conItem {
  float: left;
  color: #999;
  font-size: 16px;
  font-weight: bold;
  line-height: 25px;
  padding: 31px 7px 0 7px;
  margin-right: 64px;
  cursor: pointer;
  position: relative;
  z-index: 10;
  background-color: #fff;
  height: 100%;
}
.fzlcContent .content .conTitle .conContent .on {
  color: #23b8c5;
  font-size: 24px;
  font-weight: bold;
  padding: 31px 6px 0 6px;
  margin-right: 46px;
  background: url("../img/fzlcsanjiaoxing.png") #fff no-repeat center top;
}
.fzlcContent .content .conContent {
  padding: 0 48px;
  display: none;
}
.fzlcContent .content .conContent .contentTitle {
  width: 100%;
  font-size: 50px;
  line-height: 116px;
  color: #efefef;
}
.fzlcContent .content .conContent .contentTitle:after {
  clear: both;
  content: "";
  display: block;
}
.fzlcContent .content .conContent .contentTitle .itemLeft {
  float: left;
  border-bottom: 1px solid #efefef;
  margin-top: 39px;
  padding: 0 23px;
}
.fzlcContent .content .conContent .contentTitle .itemRight {
  float: right;
  border-bottom: 1px solid #efefef;
  margin-top: 39px;
  padding: 0 23px;
}
.fzlcContent .content .conContent .contentTitle .itemCenter {
  float: left;
  font-size: 100px;
  line-height: 116px;
  border: none;
  margin-left: 219px;
}
.fzlcContent .content .newsCon {
  margin-top: 70px;
}
.fzlcContent .content .newsCon .conItems {
  display: none;
}
.fzlcContent .content .newsCon .conItemsOn {
  display: block;
}
.fzlcContent .content .newsCon .newsitem {
  margin-top: 10px;
  padding: 0 47px 30px 47px;
  border-bottom: 1px solid #e7e7e7;
}
.fzlcContent .content .newsCon .newsitem:after {
  clear: both;
  content: "";
  display: block;
}
.fzlcContent .content .newsCon .newsitem .newsitem_time {
  float: left;
  font-size: 24px;
  line-height: 48px;
  color: #15b3c2;
  font-weight: bold;
  margin-top: 20px;
}
.fzlcContent .content .newsCon .newsitem .newsConDiv {
  float: right;
  margin-top: 20px;
}
.fzlcContent .content .newsCon .newsitem .newsCon_item {
  float: left;
  width: 541px;
  padding-top: 7px;
  margin-right: 46px;
}
.fzlcContent .content .newsCon .newsitem .newsCon_img {
  float: right;
  width: 240px;
  height: 140px;
}
.fzlcContent .content .newsCon .newsitem .newsCon_img img {
  width: 100%;
}
.fzlcContent .content .newsCon .newsitem .newsCon_title {
  font-size: 16px;
  color: #333;
  line-height: 38px;
  font-weight: bold;
}
.fzlcContent .content .newsCon .newsitem .newsCon-content {
  font-size: 14px;
  color: #666;
  line-height: 24px;
  font-weight: 400;
}
.fzlcContent .content .newsCon .newsitem .line {
  padding-bottom: 20px;
  border-bottom: 1px dotted #e7e7e7;
}
.fzlcContent .content .fix {
  color: #999;
  background-color: #e7e7e7;
  font-size: 16px;
  text-align: center;
  line-height: 45px;
  width: 100%;
  margin: 30px auto 0 auto;
  cursor: pointer;
}
.zjListmain {
  background-color: #f6f6f6;
  padding: 30px 0 66px 0;
}
.zjListmain .top {
  width: 1200px;
  margin: 0 auto 30px auto;
}
.zjListmain .top:after {
  clear: both;
  content: "";
  display: block;
}
.zjListmain .top .top-left::before {
  content: "";
  display: inline-block;
  width: 2px;
  height: 20px;
  background: #17b4c3;
  position: absolute;
  top: 10px;
  left: -15px;
}
.zjListmain .top .top-left {
  float: left;
  margin-left: 15px;
  line-height: 40px;
  position: relative;
  font-size: 25px;
  font-weight: lighter;
}
.zjListmain .top .top-right {
  float: right;
  margin-top: 10px;
}
.zjListmain .top .top-right a {
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
}
.zjListmain .top .top-right a.home {
  background: url("../img/home.png") no-repeat 0px center;
  padding-left: 20px;
}
.zjListmain .top .top-right .introduce {
  color: #17b4c3;
}
.zjListmain .search {
  width: 820px;
  margin: auto;
  margin-bottom: 42px;
  height: 50px;
  text-align: center;
}
.zjListmain .search .select {
  float: left;
  background: #17b4c3;
  color: #fff;
  padding: 9px;
  width: 300px;
  height: 50px;
  border: none;
  font-size: 14px;
}
.zjListmain .search .select option {
  width: 300px;background: #17b4c3;
    color: #fff;
  height: 50px;
 
}
.zjListmain .search .select select{ background: #17b4c3;}
.zjListmain .search .search-ipt {
  float: left;
}
.zjListmain .search .search-ipt input {
  float: left;
  margin: 0 10px;
  width: 450px;
  height: 50px;
  padding: 0 15px;
  font-size: 14px;
  border: 1px solid #e7e7e7;
  background-color: #fff;
  box-sizing: border-box;
}
.zjListmain .search .search-ipt .sou {
  border: none;
  float: left;
  width: 50px;
  padding: 10px;
  height: 50px;
  background: #17b4c3 url("../img/search.png") no-repeat center center;
  border-radius: 3px;
}
.zjListmain .list {
  width: 1200px;
  margin: 0 auto;
}
.zjListmain .list:after {
  clear: both;
  display: block;
  content: "";
}
.zjListmain .list .every:hover {
  border-color: #17b4c3;
}
.zjListmain .list .every:hover .job {
  color: #17b4c3;
}
.zjListmain .list .mr {
  margin-right: 30px;
}
.zjListmain .list .every {
  box-shadow: 1px 1px 15px 1px #ccc;
  float: left;
  width: 585px;
  margin-bottom: 30px;
  border: 2px solid transparent;
  background-color: #fff;
  padding: 28px;
  display: block;
  box-sizing: border-box;
}
.zjListmain .list .every .img {
  height: 160px;
  width: 160px;
  border-radius: 50%;
  float: left;
  overflow: hidden;
}
.zjListmain .list .every .img img {
  width: 100%;
  max-height: none;
}
.zjListmain .list .every .info {
  float: right;
  width: 332px;
}
.zjListmain .list .every .info .nameinfo {
  position: relative;
}
.zjListmain .list .every .info .nameinfo:after {
  display: block;
  content: "";
  clear: both;
}
.zjListmain .list .every .info .nameinfo .name {
  font-size: 18px;
  color: #17b4c3;
  margin-right: 10px;
  font-weight: bold;
  line-height: 18px;
  min-width: 55px;
}
.zjListmain .list .every .info .nameinfo .job {
  color: #666;
  font-weight: 400;
  line-height: 20px;
  vertical-align: top;
  width: 245px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  min-height: 20px;
  display: block;
}
.zjListmain .list .every .info .nameinfo .job2 {
  padding-left: 65px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  min-height: 28px;
}
.zjListmain .list .every .info .nameinfo .job2::before {
  content: "";
  display: block;
  width: 35px;
  height: 2px;
  background: #17b4c3;
  position: absolute;
  bottom: 13px;
  left: 0;
}
.zjListmain .list .every .info .like-content {
  height: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.zjListmain .list .every .info .lineheight {
  line-height: 25px;
  font-size: 14px;
}
.zjListmain .fix {
  color: #999;
  background-color: #e7e7e7;
  font-size: 16px;
  text-align: center;
  line-height: 45px;
  width: 1200px;
  margin: 30px auto 0 auto;
  cursor: pointer;
}
.kj-list {
  height: auto;
  margin: 0;
  padding: 0;
  background-color: #fff;
}
.kj-list .list {
  width: 100%;
}
.kj-list .list .every {
  width: 556px;
}
.kj-list .list .mr {
  margin-right: 28px;
}
.kj-list .list .mr:nth-child(2n) {
  margin-right: 0;
}
.zjdetmain {
  height: 800px;
  color: #fff;
  position: relative;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  margin-bottom: 180px;
}

.zj_img{position: RELATIVE;left: 18%;top: 10%; width:30%;}
.zj_img img	{ border: 10px solid #9a9aad3d;border-radius: 39%;}
.zjdetmain .content {
  position: absolute;
  top: 50%;
  left: 20%;
  transform: translateY(-50%);
  margin-top: -122.5px;
  text-shadow: 1px 1px 2px rgba(0,0,0,0.7);
}
.zjdetmain .content h2 {
  font-size: 70px;
  font-weight: lighter;
  line-height: 100px;
}
.zjdetmain .content h2 span {
  font-size: 20px;
  margin-left: 20px;
}
.zjdetmain .content .more {
  font-size: 38px;
  font-weight: lighter;
  margin-bottom: 45px;
  position: relative;
  display: block;
  color: #fff;
}
.zjdetmain .content .more::after {
  content: "";
  display: inline-block;
  width: 80px;
  height: 3px;
  background-color: #fff;
  position: absolute;
  top: 80px;
  left: 0;
  box-shadow: 1px 1px 2px rgba(0,0,0,0.7);
}
.zjdetmain .content h4 {
  font-size: 20px;
  font-weight: lighter;

}
.zjdetmain .content .btn {
  display: inline-block;
  border-radius: 2px;
  margin-top: 60px;
  font-size: 22px;
  color: #fff;
  border: 1px solid #fff;
  width: 220px;
  text-align: center;
  line-height: 60px;
  background: none;
  display: none;
}
.zjdetmain .cz_msg {
  position: absolute;
  bottom: -180px;
  width: 100%;
}
.zjdetmain .cz_msg caption {
  line-height: 60px;
  text-align: left;
  padding-left: 120px;
  background-color: rgba(0,0,0,0.3);
  font-size: 14px;
}
.zjdetmain .cz_msg caption .big {
  font-size: 16px;
}
.zjdetmain .cz_msg caption .red {
  color: #f00;
}
.zjdetmain .cz_msg .gray {
  color: #aaa;
}
.zjdetmain .cz_msg .dark {
  background-color: #003c45;
}
.zjdetmain .cz_msg .rs{background:#003c45;}
.zjdetmain .cz_msg td {color: #000;
  text-align: center;
  width: 205px;
  height: 61px;
  border: 1px solid #000;
  background-color: #B6CAE3;
  font-size: 18px;
}
.cz_msg td.time p span {
    padding:5px;
    background: #005AA0;
    color: #fff;
    margin:0 5px;
}
.cz_msg tr.hen{background: #edfdff;}
.cz_msg tr.hen td{ font-weight:bold;}
.zjdetmain .cz_msg td h3 {
  font-weight: 500;
  font-size: 40px;
}
.zjdetmain .cz_msg td h4 {
  font-weight: 500;
  font-size: 24px;
}
.zjdetmain .cz_msg td p {
  margin: auto;
  line-height: 20px; color:#333;
}
.zjdetmain .cz_msg .yuyue {
  cursor: pointer; color:#333;
}
.zjdetmain .cz_msg .elastic {
  cursor: pointer;
}
.zjdetmain .qrcode {
  position: fixed;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 420px;
  height: 560px;
  background-color: #fff;
  margin-top: -280px;
  display: none;
  z-index: 9999;
}
.zjdetmain .qrcode .qrcodeTitle {
  background-color: #015b69;
  color: #fff;
  font-size: 32px;
  line-height: 60px;
  padding: 10px 0;
  text-align: center;
}
.zjdetmain .qrcode .qrcodeImg {
  width: 250px;
  height: 250px;
  margin: 60px auto 30px auto;
  background-color: #eee;
  padding: 11px;
  box-sizing: border-box;
}
.zjdetmain .qrcode .qrcodeImg img {
  width: 100%;
  height: 100%;
}
.zjdetmain .qrcode .qrcodeName {
  color: #333;
  font-size: 26px;
  text-align: center;
  line-height: 26px;
}
.zjdetmain .qrcode .qrcodebtn {
  width: 160px;
  background-color: #18b5c3;
  border: 1px solid #e7e7e7;
  border-radius: 23px;
  overflow: hidden;
  color: #fff;
  line-height: 46px;
  box-sizing: border-box;
  padding: 0;
  margin: 20px auto 0 auto;
  display: block;
}
.zjdetailmainOne {
  position: relative;
  height: 800px;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  overflow: hidden;
}
.zjdetailmainOne .msg {
  width: 40%;
  height: 94%;
  position: absolute;
  top:20%;
  right: 15%;
  color: #000;
  overflow: auto;
}

.zjdetailmainOne .msg::-webkit-scrollbar {
  width: 4px;
  height: 100px;
}
.zjdetailmainOne .msg::-webkit-scrollbar-thumb {
  background-color: #0294ab;
  border-radius: 2px;
}
.zjdetailmainOne .msg .msgItem {
  padding-bottom: 40px;
}
.zjdetailmainOne .msg h3 {
  font-size: 22px;
  line-height: 25px;
}
.zjdetailmainOne .msg .content {
  color: #333;
  font-size: 14px;
  border-top: 1px solid #666;
  padding-top: 13px;
  margin-top: 14px;
  line-height: 30px;
  box-sizing: border-box;
}
.out_main .main {
  width: 1220px;
  margin: auto;
  padding-top: 128px;
  overflow: hidden;
}
.out_main .main .each {
  width: 285px;
  background-color: #fff;
  padding: 20px;
  float: left;
  margin: 10px 10px;
  box-sizing: border-box;
}
.out_main .main .each .img {
  width: 245px;
  height: 160px;
  overflow: hidden;
}
.out_main .main .each .img img {
  width: 100%;
  height: 100%;
}
.out_main .main .each .title {
  font-size: 18px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  width: 100%;
  font-weight: bold;
  line-height: 28px;
  margin: 9px 0;
  height: 56px;
}
.out_main .main .each .text {
  font-size: 14px;
  color: #999;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 48px;
}
.out_main .main .each .check {
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
  color: #15b3c2;
  margin-top: 8px;
}
.out_main .main .each .time {
  color: #ccc;
  font-size: 14px;
  line-height: 24px;
}
.consultation {
  background-color: #f6f6f6;
  padding: 95px 0 206px 0;
}
.consultation .title {
  width: 1200px;
  margin: 0 auto;
  margin-bottom: 30px;
}
.consultation .title:after {
  clear: both;
  display: block;
  content: "";
}
.consultation .title .title_name {
  float: left;
  font-size: 24px;
  line-height: 24px;
  color: #333;
  padding-left: 12px;
  border-left: 3px solid #15b3c2;
}
.consultation .title .bread {
  float: right;
  font-size: 14px;
  color: #888;
  padding-left: 23px;
  background: url("../img/home.png") no-repeat left center;
  line-height: 24px;
}
.consultation .title .bread span {
  margin: 0 8px;
}
.consultation .title .bread a {
  color: #888;
}
.consultation .title .bread .union {
  color: #1ab5c2;
}
.consultation .title .bread .union:hover {
  color: #1ab5c2;
}
.consultation .content {
  width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
  background-color: #fff;
  padding: 36px 30px;
}
.consultation .content:after {
  clear: both;
  content: "";
  display: block;
}
.consultation .content .titleItem {
  float: left;
  width: 180px;
  height: 48px;
  cursor: pointer;
  overflow: hidden;
  box-sizing: border-box;
  border: 1px solid #d3f1f3;
  border-radius: 5px;
  color: #666;
  font-size: 16px;
  line-height: 46px;
  padding: 0 19px 0 12px;
  margin: 12px 12px 0 0;
  background: url("../img/ljiantou.png") no-repeat 161px center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.consultation .content .titleItem:hover {
  background: url("../img/bjiantou.png") no-repeat #23b8c5 161px center;
  color: #fff;
}
.consultation .content .itemOn {
  background: url("../img/bjiantou.png") no-repeat #23b8c5 161px center;
  color: #fff;
}
.consultation .content .itemNo {
  margin-right: 0;
}
.consultation .details {
  width: 1200px;
  margin: 30px auto 0 auto;
}
.consultation .detailsList {
  display: none;
}
.consultation .detailsList:after {
  clear: both;
  content: "";
  display: block;
}
.consultation .detailsList .itemCon {
  float: left;
  width: 290px;
  margin: 0 13px 20px 0;
}
.consultation .detailsList .itemNo {
  margin-right: 0;
}
.consultation .detailsList .itemImg {
  width: 100%;
  height: 192px;
  overflow: hidden;
}
.consultation .detailsList .itemImg img {
  width: 100%;
  height: 100%;
}
.consultation .detailsList .itemTitle {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  height: 24px;
  line-height: 24px;
  padding-left: 14px;
  color: #333;
  font-size: 18px;
  margin-top: 17px;
}
.consultation .detailsOn {
  display: block;
}
.special {
  background-color: #f6f6f6;
  padding: 95px 0 206px 0;
}
.special .title {
  width: 1200px;
  margin: 0 auto;
  margin-bottom: 30px;
}
.special .title:after {
  clear: both;
  display: block;
  content: "";
}
.special .title .title_name {
  float: left;
  font-size: 24px;
  line-height: 24px;
  color: #333;
  padding-left: 12px;
  border-left: 3px solid #15b3c2;
}
.special .title .bread {
  float: right;
  font-size: 14px;
  color: #888;
  padding-left: 23px;
  background: url("../img/home.png") no-repeat left center;
  line-height: 24px;
}
.special .title .bread span {
  margin: 0 8px;
}
.special .title .bread a {
  color: #888;
}
.special .title .bread .union {
  color: #1ab5c2;
}
.special .title .bread .union:hover {
  color: #1ab5c2;
}
.special .content {
  width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
  background-color: #fff;
  padding: 36px 30px;
}
.special .content:after {
  clear: both;
  content: "";
  display: block;
}
.special .content .titleItem {
  float: left;
  width: 180px;
  height: 48px;
  cursor: pointer;
  overflow: hidden;
  box-sizing: border-box;
  border: 1px solid #d3f1f3;
  border-radius: 5px;
  color: #666;
  font-size: 16px;
  line-height: 46px;
  padding: 0 19px 0 12px;
  margin: 12px 12px 0 0;
  background: url("../img/ljiantou.png") no-repeat 161px center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.special .content .titleItem:hover {
  background: url("../img/bjiantou.png") no-repeat #23b8c5 161px center;
  color: #fff;
}
.special .content .itemOn {
  background: url("../img/bjiantou.png") no-repeat #23b8c5 161px center;
  color: #fff;
}
.special .content .itemNo {
  margin-right: 0;
}
.special .details {
  width: 1200px;
  margin: 30px auto 0 auto;
  background-color: #fff;
  padding: 30px;
}
.special .detailsList {
  display: none;
}
.special .detailsList:after {
  clear: both;
  content: "";
  display: block;
}
.special .detailsList .itemImg {
  width: 480px;
  height: 360px;
  overflow: hidden;
  position: relative;
  float: left;
  margin-right: 46px;
}
.special .detailsList .itemImg img {
  width: 100%;
  height: 100%;
}
.special .detailsList .itemImg .imgTitle {
  position: absolute;
  bottom: 29px;
  font-size: 18px;
  color: #fff;
  line-height: 24px;
  font-weight: bold;
  left: 20px;
}
.special .detailsList .itemCon {
  float: left;
  padding-top: 40px;
  height: 360px;
  box-sizing: border-box;
  width: 610px;
  overflow: hidden;
}
.special .detailsList .itemCon .conTitle {
  color: #333;
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
}
.special .detailsList .itemCon .conName {
  color: #333;
  font-size: 14px;
  line-height: 18px;
  margin-top: 35px;
  font-family: Microsoft YaHei;
}
.special .detailsList .itemCon .conContent {
  font-size: 14px;
  color: #666;
  line-height: 20px;
  margin-top: 15px;
  font-family: Microsoft YaHei;
}
.special .detailsOn {
  display: block;
}
.department {
  background-color: #f6f6f6;
  padding: 95px 0 167px 0;
}
.department .title {
  width: 1200px;
  margin: 0 auto;
  margin-bottom: 50px;
}
.department .title:after {
  clear: both;
  display: block;
  content: "";
}
.department .title .title_name {
  float: left;
  font-size: 24px;
  line-height: 24px;
  color: #333;
  padding-left: 12px;
  border-left: 3px solid #15b3c2;
}
.department .title .bread {
  float: right;
  font-size: 14px;
  color: #888;
  padding-left: 23px;
  background: url("../img/home.png") no-repeat left center;
  line-height: 24px;
}
.department .title .bread span {
  margin: 0 8px;
}
.department .title .bread a {
  color: #888;
}
.department .title .bread .union {
  color: #1ab5c2;
}
.department .title .bread .union:hover {
  color: #1ab5c2;
}
.department .content {
  width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
}
.department .content:after {
  clear: both;
  display: block;
  content: "";
}
.department .content .listCon {
  width: 290px;
  float: left;
  margin: 0 13px 50px 0;
}
.department .content .itemImg {
  width: 290px;
  height: 192px;
  overflow: hidden;
}
.department .content .itemImg img {
  width: 100%;
  height: 100%;
}
.department .content .itemTitle {
  padding-left: 14px;
  color: #333;
  font-size: 18px;
  line-height: 24px;
  margin-top: 13px;
}
.department .content .listNo {
  margin-right: 0;
}
.newTechnology {
  background-color: #f6f6f6;
  padding: 95px 0 206px 0;
}
.newTechnology .title {
  width: 1200px;
  margin: 0 auto;
  margin-bottom: 30px;
}
.newTechnology .title:after {
  clear: both;
  display: block;
  content: "";
}
.newTechnology .title .title_name {
  float: left;
  font-size: 24px;
  line-height: 24px;
  color: #333;
  padding-left: 12px;
  border-left: 3px solid #15b3c2;
}
.newTechnology .title .bread {
  float: right;
  font-size: 14px;
  color: #888;
  padding-left: 23px;
  background: url("../img/home.png") no-repeat left center;
  line-height: 24px;
}
.newTechnology .title .bread span {
  margin: 0 8px;
}
.newTechnology .title .bread a {
  color: #888;
}
.newTechnology .title .bread .union {
  color: #1ab5c2;
}
.newTechnology .title .bread .union:hover {
  color: #1ab5c2;
}
.newTechnology .content {
  width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
}
.newTechnology .content:after {
  clear: both;
  content: "";
  display: block;
}
.newTechnology .content .itemImg {
  width: 380px;
  height: 240px;
  background-size: 380px 240px;
  margin: 0 30px 30px 0;
  float: left;
  position: relative;
}
.newTechnology .content .itemImg .itemTitle {
  position: absolute;
  bottom: 0;
  width: 100%;
  line-height: 24px;
  color: #fff;
  background-color: rgba(0,0,0,0.4);
  padding: 13px 0 13px 14px;
  font-size: 20px;
}
.newTechnology .content .itemNo {
  margin-right: 0;
}
.dynamicsMore {
  background-color: #f6f6f6;
  padding: 30px 0 47px 0;
}
.dynamicsMore .title {
  width: 1200px;
  margin: 0 auto;
  margin-bottom: 29px;
}
.dynamicsMore .title:after {
  clear: both;
  display: block;
  content: "";
}
.dynamicsMore .title .title_name {
  float: left;
  font-size: 24px;
  line-height: 24px;
  color: #333;
  padding-left: 12px;
  border-left: 3px solid #15b3c2;
}
.dynamicsMore .title .bread {
  float: right;
  font-size: 14px;
  color: #888;
  padding-left: 23px;
  background: url("../img/home.png") no-repeat left center;
  line-height: 24px;
}
.dynamicsMore .title .bread span {
  margin: 0 8px;
}
.dynamicsMore .title .bread a {
  color: #888;
}
.dynamicsMore .title .bread .union {
  color: #1ab5c2;
}
.dynamicsMore .title .bread .union:hover {
  color: #1ab5c2;
}
.dynamicsMore .groupList {
  width: 1200px;
  margin: 0 auto;
}
.dynamicsMore .groupList:after {
  clear: both;
  content: "";
  display: block;
}
.dynamicsMore .groupList .groupList_item {
  float: left;
  width: 285px;
  border: 1px solid #e7e7e7;
  box-sizing: border-box;
  background-color: #fff;
  padding: 21px 19px 12px 21px;
  margin: 0 20px 20px 0;
  display: block;
}
.dynamicsMore .groupList .groupList_item .itemImg {
  width: 245px;
  height: 160px;
}
.dynamicsMore .groupList .groupList_item .itemImg .groupList_itemImg {
  width: 100%;
}
.dynamicsMore .groupList .groupList_item .groupList_itemTitle {
  font-size: 18px;
  line-height: 28px;
  color: #333;
  font-weight: 400;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  margin-top: 13px;
}
.dynamicsMore .groupList .groupList_item .groupList_itemCon {
  font-size: 14px;
  color: #999;
  line-height: 24px;
  font-weight: 400;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  margin-top: 9px;
  height: 96px;
}
.dynamicsMore .groupList .groupList_item .groupList_itemMore {
  color: #15b3c2;
  line-height: 24px;
  font-size: 14px;
  font-weight: 400;
  margin-top: 7px;
  display: block;
}
.dynamicsMore .groupList .groupList_item .groupList_itemTime {
  font-size: 14px;
  line-height: 24px;
  color: #ccc;
  font-weight: 400;
  margin-top: 7px;
}
.dynamicsMore .groupList .groupList_itemNo {
  margin-right: 0;
}
.dynamicsMore .fix {
  color: #999;
  background-color: #e7e7e7;
  font-size: 16px;
  text-align: center;
  line-height: 45px;
  width: 1200px;
  margin: 0 auto;
  cursor: pointer;
}
.pagination {
  text-align: center;
}
.pagination li {
  display: inline;
  margin-right: 12px;
}
.pagination li span {
  display: inline-block;
  color: #777;
  font-size: 14px;
  background-color: #efefef;
  border-radius: 50%;
  line-height: 40px;
  width: 40px;
  height: 40px;
}
.pagination li a {
  display: inline-block;
  color: #777;
  font-size: 14px;
  background-color: #efefef;
  border-radius: 50%;
  line-height: 40px;
  width: 40px;
  height: 40px;
}
.pagination li a:hover {
  background-color: #1ab5c2;
  color: #fff;
}
.pagination .active span {
  background-color: #1ab5c2;
  color: #fff;
}
.dynamicsContent {
  background-color: #f6f6f6;
  padding: 30px 0 101px 0;
}
.dynamicsContent .title {
  width: 1200px;
  margin: 0 auto;
  margin-bottom: 29px;
}
.dynamicsContent .title:after {
  clear: both;
  display: block;
  content: "";
}
.dynamicsContent .title .title_name {
  float: left;
  font-size: 24px;
  line-height: 24px;
  color: #333;
  padding-left: 12px;
  border-left: 3px solid #15b3c2;
}
.dynamicsContent .title .bread {
  float: right;
  font-size: 14px;
  color: #888;
  padding-left: 23px;
  background: url("../img/home.png") no-repeat left center;
  line-height: 24px;
}
.dynamicsContent .title .bread span {
  margin: 0 8px;
}
.dynamicsContent .title .bread a {
  color: #888;
}
.dynamicsContent .title .bread .union {
  color: #1ab5c2;
}
.dynamicsContent .title .bread .union:hover {
  color: #1ab5c2;
}
.dynamicsContent .detail {
  width: 1200px;
  margin: 30px auto 0 auto;
  background-color: #fff;
  padding: 46px 30px 48.5px 30px;
}
.dynamicsContent .detail .detail_title {
  font-size: 28px;
  line-height: 36px;
  text-align: center;
  margin-bottom: 11px;
  font-weight: bold;
}
.dynamicsContent .detail .detail_time {
  font-size: 14px;
  color: #999;
  text-align: center;
  line-height: 24px;
  font-weight: 400;
  padding-bottom: 12px;
  border-bottom: 1px dotted #e4e4e4;
}
.dynamicsContent .detail .detail_con {
  font-size: 16px;
  color: #999;
  line-height: 30px;
  font-weight: 400;
  margin-top: 16px;
}
.dynamicsContent .detail .detail_img {
  max-width: 100%;
  display: block;
  margin: 23px auto 77.5px auto;
}
.dynamicsContent .detail .conpany,
.dynamicsContent .detail .writeTime {
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  color: #999;
}
.dynamicsContent .upper {
  width: 1200px;
  margin: 0 auto;
}
.dynamicsContent .upper:after {
  clear: both;
  display: block;
  content: "";
}
.dynamicsContent .upper li {
  float: left;
  width: 50%;
  text-align: center;
  line-height: 60px;
  border-top: 1px solid #e7e7e7;
  color: #666;
  font-size: 14px;
  background-color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 15px;
}
.dynamicsContent .upper li a {
  color: #666;
}
.dynamicsContent .upper li:hover {
  background-color: #34bdca;
  color: #fff;
  border: none;
  padding-top: 1px;
}
.dynamicsContent .upper li:hover a {
  color: #fff;
}
.contentbox {
  padding: 50px;
}
.contentbox .cc {
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
.contentbox .ccbox {
  margin-top: 30px;
}
.contentbox .cctitle {
  font-size: 22px;
  color: #34bdca;
  font-weight: bold;
  line-height: 58px;
}
.contentbox .cclx {
  background-color: #f8f9fa;
  padding: 14px 30px;
  margin-bottom: 20px;
}
.contentbox .cclx .cclxtitle {
  font-size: 18px;
  color: #333;
  font-weight: bold;
  line-height: 62px;
  padding-left: 42px;
  background: url("../img/ccicon.png") left center/30px auto no-repeat;
}
.contentbox .cclx .cclxtitle.plane {
  background: url("../img/ccplaneicon.png") left center/30px auto no-repeat;
}
.contentbox .cclx .cclxp {
  font-size: 16px;
  color: #808080;
  line-height: 30px;
}
.contentbox table {
  border: none;
}
.contentbox table.br {
  border: 1px solid #e3e3e3;
}
.contentbox table tr {
  font-size: 16px;
  color: #333;
  padding: 0;
  line-height: 70px;
  text-align: center;
  border-bottom: 1px solid #e3e3e3;
}
.contentbox table tr.none {
  border-bottom: none;
}
.contentbox table td.cctc {
  background-color: #f1f1f1;
  width: 550px;
  border-right: 1px solid #e3e3e3;
}
.contentbox table td.ccnm {
  background-color: #f8f9fa;
  width: 550px;
}
.contentbox .cclxtc {
  color: #808080;
  font-size: 16px;
  line-height: 30px;
}
.contentbox .cclxtc.mb {
  margin-bottom: 20px;
}
.contentbox .cclxtc.mt {
  margin-top: 20px;
}
.contentbox .cclxtc .spb {
  color: #333;
  font-weight: bold;
}
.contentbox .cclxtc .spg {
  color: #34bdca;
  font-weight: bold;
  text-decoration: underline;
}
.contentbox .cclxtcbz {
  color: #808080;
  font-size: 16px;
  line-height: 72px;
}
.contentbox .cclxsm:after {
  clear: both;
  content: "";
  display: block;
}
.contentbox .cclxsm .ewm {
  width: 180px;
  height: 180px;
  padding: 10px;
  float: left;
  border: 1px solid #ccc;
}
.contentbox .cclxsm .cclxlc {
  float: right;
}
.bgg {
  background-color: #f8f9fa;
  padding: 30px;
}
.ccimg {
  width: 100%;
  height: 257px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.ccjg {
  padding: 27px 30px;
  margin-bottom: 20px;
  background-color: #f8f9fa;
}
.cclc {
  display: flex;
}
.cclc:last-child .ccld:first-child {
  background: url("../img/cczd.png") center 8px/42px auto no-repeat;
}
.cclc.fx {
  justify-content: flex-end;
}
.cclc.fx .ccjt {
  background: url("../img/ccjt2.png") center 24px/198px auto no-repeat;
}
.cclc .ccld {
  padding-top: 50px;
  font-size: 16px;
  color: #333;
  line-height: 42px;
  background: url("../img/cclb.png") center 8px/42px auto no-repeat;
}
.cclc .ccld.qs {
  margin-left: 60px;
  background: url("../img/ccqs.png") center 8px/42px auto no-repeat;
}
.cclc .ccld.zd {
  background: url("../img/cczd.png") center 8px/42px auto no-repeat;
}
.cclc .ccjt {
  font-size: 14px;
  color: #808080;
  line-height: 24px;
  padding-bottom: 68px;
  width: 218px;
  text-align: center;
  background: url("../img/ccjt.png") center 24px/198px auto no-repeat;
}
.ccdown {
  display: flex;
  justify-content: flex-end;
  background-color: #f8f9fa;
}
.ccdown .cczz {
  font-size: 14px;
  color: #808080;
  line-height: 40px;
  padding-left: 30px;
  background: url("../img/ccdown.png") left 7px/20px auto no-repeat;
}
.mobile {
  display: none;
}
.mobilecclxlc {
  display: none;
}
.hongai-code img {
  width: 210px;
}
.hongai-code {
  text-align: center;
  margin-bottom: 20px;
}
.he_piaoc {
  width: 230px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 999;
  background-color: #fff;
  border-radius: 20px;
  padding: 10px 10px;
  box-shadow: 0 5px 15px 0 rgba(0,0,0,0.08);
}
.he_piagb {
  margin-top: 10px;
  cursor: pointer;
}
.he_piagb p {
  margin: 0;
  word-wrap: break-word;
  word-break: normal;
  font-size: 14px;
}
.he_piaoc .close_port {
  left: 0 !important;
  bottom: 10px !important;
  top: auto !important;
  right: auto !important;
  display: block !important;
  width: 100% !important;
  opacity: 0 !important;
}
.he_piaocbx {
  width: 50%;
  position: fixed;
  top: 0;
  z-index: 501;
  right: 0;
}
.L-outpatient .departmentContent {
  background-color: #fff;
}
.L-outpatient .departmentContent {
  padding-top: 0;
  padding-bottom: 30px;
}
.L-outpatient .departmentContent .content {
  padding-bottom: 120px;
  margin: 0;
}
.L-zjdetmain,
.L-zjdetailmainOne {
  height: 836px;
  margin-bottom: 0;
}
.L-zjdetailmainOne .msg {
  top: 7%;
}

.goback {
    position: absolute;
    top: 2%;
    right: 120px;
}

.goback-href {
    display: block;
    width: 120px;
    height: 40px;
    border: 1px solid #333;
    line-height: 40px;
    font-size: 16px;
    color: #333;
    text-align: center;
    border-radius: 20px;
}

/*  20240912*/

@media (min-width: 1300px) {
	.container { max-width: 1200px;}
    .col-lg-12 {width: 100%;} 
	.col-lg-3 { width: 25%;}
}
@media (min-width: 1300px) {
    .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9 {
        float: left;
    }
}
@media (min-width: 992px) {

    .col-md-12 {
        width: 100%;
    }
}

@media (min-width: 768px) {
	
    .col-sm-12 {
        width: 100%;
    }
}
