* {
  margin: 0;
  padding: 0;
}

p,
li,
ul,
a {
  list-style: none;
  text-decoration: none;
}

html,
body {
  font-size: calc(100vw / 120);
}
html {
  scroll-behavior: smooth;
}

.clear::after,
.clear::before {
  content: "";
  display: table;
  clear: both;
}
table{
max-width:100% !important;
  text-align: center;
    margin: auto;
    border-collapse: collapse;
}

.max {
  max-width: 120rem;
  padding: 0 6.25rem;
  overflow-x: clip;
}

.header {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 99;
}

.header-top {
  height: 3.125rem;
  background-color: #0393D3;
}

.header-top .max,
.header-top .max .right ul {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-top .right ul li a {
  font-weight: 500;
  font-size: .875rem;
  color: #FFFFFF;
  margin: 0 .625rem;

}

.header-top .right ul li a::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 1.25rem;
  height: .875rem;
  background-image: url('../images/email.png');
  background-size: 100% 100%;
  margin-right: .5rem;
}

.header-top .right ul li a::after {
  display: inline-block;
  content: "";
  height: .625rem;
  border-right: .0625rem solid #FFFFFF;
  margin-left: .9375rem;
}

.header-top .right ul li.search {
  width: 1.75rem;
  height: 1.75rem;
  background: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.header-top .right ul li.search img {
  width: .75rem;
  height: .75rem;
  object-fit: contain;
}

.header-bottom .max,
.header-bottom .max>ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-bottom {
  background-color: #FFFFFF;
  padding: 1rem 0;
}

.header-bottom .max>a {
  display: block;
  width: 20%;
}

.header-bottom .max a img {
  width: 100%;
  <!--height: 100%;-->
  object-fit: cover;
}

.header-bottom .max>ul {
  width: 75%;
  height: 5rem;
}

.header-bottom .max>ul>li {
  height: 100%;
  position: relative;
}

.header-bottom .max>ul>li>a {
  position: relative;
  line-height: 5rem;
  font-weight: 500;
  font-size: 1.25rem;
  color: #333333;
}

.header-bottom .max>ul>li>a:hover,
.header-bottom .max>ul>li.active a {
  color: #0393D3;
}

.header-bottom .max>ul>li>a:hover:after,
.header-bottom .max>ul>li.active a:after {
  width: 100%;
}

.header-bottom .max>ul>li>a:after {
  content: "";
  position: absolute;
  width: 0%;
  border-bottom: 2px solid #0393D3;
  left: 50%;
  transform: translate(-50%);
  bottom: -.5rem;
  transition: all .6s;
}

.header-bottom .op {
  display: none;
  position: absolute;
  top: 80%;
  left: 50%;
  width: 13.125rem;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
}

.header-bottom .op ul li a {
  display: block;
  width: 100%;
  padding: 1.25rem 0;
  text-align: center;
  background-color: #fff;
  font-size: 1rem;
  color: #333333;
  transition: all .6s;
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  -ms-transition: all .6s;
  -o-transition: all .6s;
}

.header-bottom .op ul li a:hover {
  background-color: #0393D3;
  color: #fff;
}

.header-bottom.active {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  box-shadow: .1875rem 0px .5625rem 0px #7C7C7C
}

.banner {
  margin-top: 8.125rem;
  position: relative;
  width: 100%;
  height: 49rem;
}

.banner .swiper {
  width: 100%;
  height: 100%;
}

.banner .swiper-wrapper {
  height: auto !important;
}

.banner .swiper-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner .swiper-wrapper p {
    max-width: 700px;
    position: absolute;
    top: 50%;
    right: 15%;
    font-size: 1.8rem;
    z-index: 2;
    min-height: 80px;
    line-height: 80px;
    padding: 0 20px;
    background: rgba(0, 0, 0, .5);
    color: #fff;
    padding: 0 40px;
    border-radius: 10px;
}
.banner .btn {
  position: absolute;
  bottom: 3.125rem;
  width: 100%;
  height: 2.5rem;
  z-index: 9;
  display: flex;
  align-items: center;
  justify-content: center;
}

.banner .btn .swiper-pagination {
  position: static;
  width: auto;
  margin: 0 1.875rem;
  color: #0393D3;
}

.banner .btn .swiper-pagination .swiper-pagination-current {
  font-weight: 500;
  font-size: 1.25rem;
  color: #0393D3;
}

.banner .swiper-button-next:after,
.banner .swiper-button-prev:after {
  content: "";
  width: 1.125rem;
  height: .875rem;
  background-image: url('../images/banner-arr-l.png') !important;
  background-size: 100% 100%;
  background-repeat: no-repeat !important;
  background-position: center center;
}

.banner .swiper-button-prev {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}

.banner .swiper-button-next,
.banner .swiper-button-prev {
  position: static;
  width: 2.5rem;
  height: 2.5rem;
  background: #FFFFFF;
  border-radius: 50%;
  margin: 0 !important;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.hzfw {
  padding: 3.125rem 0;
  padding-bottom: 1.5625rem;
  background-image: url('../images/hzfw-bg.png');
  background-size: 100% 100%;
  min-height: 50rem;
}

.hzfw .title h3 {
  text-align: center;
  font-weight: 500;
  font-size: 2.25rem;
  color: #484645;
  margin-bottom: 1.875rem;
}

.hzfw ul li {
  width: calc(100% / 6);
  float: left;
  height: 14.75rem;
  background-color: #74A5BB;
}

.hzfw ul li a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.hzfw ul li:hover a img {
  transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
}

.hzfw ul li a img {
  width: 6.25rem;
  height: 6rem;
  object-fit: contain;
  transition: all .6s;
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  -ms-transition: all .6s;
  -o-transition: all .6s;
}

.hzfw ul li a p {
  font-weight: 500;
  font-size: 1.5rem;
  color: #FFFFFF;
}

.hzfw ul li:nth-child(2) {
  background-color: #0393D3;
}

.hzfw ul li:nth-child(3) {
  background-color: #0B5053;
}

.hzfw ul li:nth-child(4) {
  background-color: #72C0E3;
}

.hzfw ul li:nth-child(5) {
  background-color: #419AC1;
}

.hzfw ul li:nth-child(6) {
  background-color: #1A5E7C;
}

.hzfw .yygg {
  margin-top: 1.875rem;
}

.hzfw .yygg .text .yygg-left {
  display: flex;
  align-items: center;
}

.hzfw .yygg .text p {
  font-weight: 500;
  font-size: 2.25rem;
  color: #484645;
  margin-right: 2rem;
}

.hzfw .yygg .text a {
  font-weight: 300;
  font-size: 1.25rem;
  color: #666666;
}

.hzfw .yygg .text,
.hzfw .yygg .text a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.hzfw .yygg .text a span {
  display: flex;
  width: 1.875rem;
  height: 1.5625rem;
  background: #35BADB;
  align-items: center;
  justify-content: center;
  margin-left: .625rem;
}

.hzfw .yygg .text a span img {
  width: 1rem;
  height: 1rem;
}

.hzfw .yygg .left {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.hzfw .yygg .left {
  width: 52%;
  max-width: 55.625rem;
  height: 42.5rem;
  position: relative;
}

.hzfw .yygg .left .yygg_swiper {
  width: 100%;
  overflow: hidden;
}

.hzfw .yygg .left .yygg_swiper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .6s;
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  -ms-transition: all .6s;
  -o-transition: all .6s;
}

.hzfw .yygg .left .yygg_swiper a:hover img {
  transform: scale(1.06);
  -webkit-transform: scale(1.06);
  -moz-transform: scale(1.06);
  -ms-transform: scale(1.06);
  -o-transform: scale(1.06);
}

.hzfw .yygg .left .yygg_swiper .texts {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  height: 4.625rem;
  background-color: rgba(0, 0, 0, .5);
  color: #fff;
}

.hzfw .yygg .left .yygg_swiper .texts .date {
  width: 6.25rem;
  background: #2982E1;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.hzfw .yygg .left .yygg_swiper .texts .date p {
  font-size: .75rem;
  line-height: 1.5rem;
}

.hzfw .yygg .left .yygg_swiper .texts .date p:first-child {
  font-weight: bold;
  font-size: 1.875rem;
}

.hzfw .yygg .left .yygg_swiper .texts>p {
  font-weight: 500;
  max-width: 31.25rem;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 1.5rem;
  color: #FFFFFF;
  margin-left: 2.5rem;
}

.hzfw .yygg .left .yygg_swiper .swiper-paginations {
  width: max-content;
  position: absolute;
  right: 2.9375rem;
  left: auto;
  bottom: .9375rem;
  z-index: 9;
  color: #fff;
}

.hzfw .yygg .left .yygg_swiper .swiper-pagination-current {
  font-size: 2.25rem;
  color: #E4BC72;
}

.hzfw .yygg .cont {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.hzfw .yygg .right {
  width: 46%;
}

.hzfw .yygg .right .item a {
  display: block;
  padding-bottom: 1.3125rem;
  margin-bottom: .625rem;
  border-bottom: .0625rem dashed #CDCDCD;
  transition: all .6s;
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  -ms-transition: all .6s;
  -o-transition: all .6s;
}

.hzfw .yygg .right .item a.active {
  border-width: 0;
}

.hzfw .yygg .right .item h3,
.yk .yk-item .item h3 {
  font-weight: 500;
  font-size: 1.375rem;
  color: #333333;
  margin-bottom: 1rem;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.hzfw .yygg .right .item p,
.yk .yk-item .item p {
  font-weight: 400;
  font-size: 1rem;
  color: #666666;
}
.yk .yk-item .boss{
  min-height: 36rem;
}

.hzfw .yygg .right .item p.text,
.yk .yk-item .item p.text {
  
  width: 100%;
  height: 3rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 0;
  opacity: 0;
  transition: all .6s;
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  -ms-transition: all .6s;
  -o-transition: all .6s;
  <!--max-width: 30.1875rem;-->
}

.hzfw .yygg .right .item .active p.text,
.yk .yk-item .item .active p.text {
  height: 2.8rem;
  opacity: 1;
}

.hzfw .yygg .right .item p.time,
.yk .yk-item .item p.time {
  font-weight: 400;
  font-size: 1rem;
  color: #999999;
  margin-top: .625rem;
}

.hzfw .yygg .right .item .active .time-text,
.yk .yk-item .item .active .time-text {
  position: relative;

}

.hzfw .yygg .right .item .active .time-text::after,
.hzfw .yygg .right .item .active p.time::after,
.yk .yk-item .item .active .time-text::after,
.yk .yk-item .item .active p.time::after {
  position: absolute;
  display: block;
  content: "";
  width: .5rem;
  height: .5rem;
  background: #CDCDCD;
  top: 0;
  right: -0.25rem;
  z-index: 1;
}

.hzfw .yygg .right .item .active .time-text,
.yk .yk-item .item .active .time-text {
  border-right: .0625rem solid #CDCDCD;
}

.hzfw .yygg .right .item .active p.time,
.yk .yk-item .item .active p.time {
  position: relative;
}

.hzfw .yygg .right .item .active p.time::after,
.yk .yk-item .item .active p.time::after {
  bottom: 0;
  top: auto;
}

.hzfw .yygg .right .item .active p.time::before,
.yk .yk-item .item .active p.time::before {
  content: "";
  position: absolute;
  display: flex;
  width: 86%;
  right: 0;
  bottom: .1875rem;
  border-bottom: .0625rem dashed #CDCDCD;
}

.yk {
  padding: 5rem 0;
  background-color:#fff;
}

.yk .yk-item>p {
  font-size: 2.25rem;
  color: #454545;
  line-height: 2.5rem;
  margin-bottom: 1.875rem;
  text-align: center;
}

.yk .yk-item .max {
  margin: 0 -1.875rem;
}

.yk .yk-item {
  width: calc(100% / 3);
  float: left;
  padding: 0 1.875rem;
  box-sizing: border-box;
}

.yk .yk-item img {
  width: 100%;
  object-fit: cover;
  max-width: 31.75rem;
  height: 18.625rem;
}

.yk .yk-item .item {
  margin-top: 1.875rem;
}

.yk .yk-item .item h3 {
  min-height: 3.875rem;
  
  -webkit-line-clamp: 2;
  text-align: justify;
  <!--color: #666666;-->
}

.yk .yk-item .item .active h3 {
  color: #333333;
}

.yk .yk-item .item .active p.time::before {
  width: 75%;
}

.yk .yk-item .geng,
.yk .yk-item .geng a span,
.yk .yk-item .geng a {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1.875rem;
  font-weight: 300;
  font-size: 1.25rem;
  color: #666666;
  line-height: 1.5rem;
}

.yk .yk-item .geng a span {
  /* display: block; */
  width: 1.875rem;
  height: 1.5625rem;
  background: #35BADB;
  margin: 0;
  margin-left: 1.25rem;
}

.yk .yk-item .geng img {
  width: 1rem;
  height: 1rem;
  object-fit: contain;
}

.yqfb {
  padding-top: 3.375rem;
  min-height: 50rem;
  background-color: #F7F7F7;
  background-image: url('../images/xin.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left;
}

.yqfb .max>h3 {
  font-weight: 500;
  font-size: 2.25rem;
  color: #484645;
  text-align: center;
  margin-bottom: 2.5rem;
}

.yqfb .max>ul {
  margin: 0 -1.25rem;
}

.yqfb .max>ul li {
  width: calc(100% / 3);
  float: left;
  font-weight: 400;
  font-size: 1.625rem;
  color: #484645;
  padding: 0 1.25rem;
  box-sizing: border-box;
  cursor: pointer;
}

.yqfb .max>ul li p {
  padding: 20 0;
  text-align: center;
  transition: all .6s;
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  -ms-transition: all .6s;
  -o-transition: all .6s;
}

.yqfb .max>ul li.active,
.yqfb .max>ul li:hover p {
  background-color: #1099D5;
  color: #fff;
}

.yqfb .yqfb-cont {
  padding: 0 2.5rem;
  padding-top: 1.875rem;
}

.yqfb .yqfb-cont:not(.yqfb .yqfb-cont:nth-of-type(1)) {
  display: none;
  opacity: 0;
}

.yqfb .yqfb-cont ul {
  width: 9%;
  padding-right: .625rem;
  border-right: .0625rem solid #E8E8E8;
}

.yqfb .yqfb-cont li,
.yqfb .yqfb-cont li a {
  font-weight: 400;
  font-size: 1.125rem;
  color: #777373;
  line-height: 2.125rem;
  display: flex;
  align-items: center;
}

.yqfb .yqfb-cont li:nth-child(2n) {
  margin: 2.5rem 0;
}

.yqfb .yqfb-cont li img {
  width: 1.25rem;
  height: 1.125rem;
  object-fit: contain;
  display: block;
  margin-right: .625rem;
}

.yqfb .yqfb-cont li img:nth-child(2),
.yqfb .yqfb-cont li.active img:nth-child(1) {
  display: none;
}

.yqfb .yqfb-cont li.active {
  color: #1099D5;
}

.yqfb .yqfb-cont li.active img:nth-child(2) {
  display: block;
}

.yqfb .yqfb-cont,
.yqfb .yqfb-cont .imgs {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.yqfb .yqfb-cont .imgs {
  width: 85%;
  justify-content: center;
}

.yqfb .yqfb-cont .imgs .imgs-text {
  width: 54.0625rem;
  height: 29.0625rem;
  background: #1099D5;
  border-radius: .125rem .125rem .125rem .125rem;
  padding: 2.5rem;
  box-sizing: border-box;
}

.yqfb .yqfb-cont .imgs .imgs-text h3 {
  font-weight: 500;
  font-size: 2.25rem;
  color: #FFFFFF;
}

.yqfb .yqfb-cont .imgs .imgs-text p {
  font-weight: 400;
  font-size: 1rem;
  color: #FFFFFF;
  line-height: 2.25rem;
  text-indent: 2em;
  text-align: justify;
  margin-top: 2.5rem;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.yqfb .yqfb-cont .imgs .imgs-text a {
  text-align: right;
  font-weight: 400;
  font-size: 1rem;
  color: #FFFFFF;
  display: block;
  width: 100%;
  margin-top: 3.125rem;
}

.yqfb .yqfb-cont .imgs .imgs-img {
  width: 26.25rem;
  height: 41.125rem;
  border-radius: .125rem .125rem .125rem .125rem;
}

.yqfb .yqfb-cont .imgs .imgs-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;

}

.map {
  position: relative;
  margin-top: 3.75rem;
}

#container {
  width: 100%;
  height: 48rem;
  height: 38rem;
  position:relative;
}
#container img{
  width: 100%;
    height: 100%;
    object-fit: cover;
}
#container p{cursor: pointer;position: absolute;left: 22rem;bottom: 15.625rem;left: 63rem;bottom: 24.625rem;font-size: 1.25rem;background-color: #fff;transition:all .6s;padding: .625rem 2.5rem;width: 16.25rem;border-radius: .3125rem;-webkit-border-radius: .3125rem;-moz-border-radius: .3125rem;-ms-border-radius: .3125rem;-o-border-radius: .3125rem;}
#container p:hover,#container p.active{
  color:#fff;
  background-color: #0393D3;
}

#container p:nth-child(3){
  left: 55rem;
  bottom: 7.625rem;
}
#container p:nth-child(4){
  left: 63rem;
  bottom: 30.625rem;
  left: 22rem;
  bottom: 9.625rem;
}
.map ul {
  position: absolute;
  top: 0;
  right: 0;
  width: 29.75rem;
  height: 100%;
  background: #0393D3;
  opacity: 0.94;
}

.map ul {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly
}

.map ul:not(.map ul:nth-of-type(3)) {
  display: none;
}

.map ul li h3 {
  font-weight: bold;
  font-size: 1.875rem;
  color: #FFFFFF;
  text-align: center;
}

.map ul li h3+p {
  font-weight: 400;
  font-size: 1rem;
  color: #FFFFFF;
  text-align: center;
}

.map ul li .subTitle {
  font-weight: 400;
  font-size: 1.5rem;
  color: #FFFFFF;
  text-align: center;
  line-height: 4rem;
  height: 4rem;
  background: #12C6C6;
  opacity: 0.94;
  margin: 1.875rem 0;
}

.map ul li div {
  padding-left: 1.875rem;
}

.map ul li div p {
  font-weight: 400;
  font-size: 1rem;
  color: #FFFFFF;
  line-height: 3.125rem;
}

.foot {
  min-height: 31.25rem;
  background-color: #201f1f;
}

.foot .foot-top {
  border-bottom: .0625rem solid #5c5c5c;
  /* height: 5rem; */
  padding: 2.5rem 0;
}

.foot .foot-top .max,
.foot .foot-top .max ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.foot .foot-top .max ul p {
  margin: 0 .625rem 0 0;
}

.foot .foot-top .max ul p,
.foot .foot-top .max ul li a {
  font-weight: 400;
  font-size: 1rem;
  color: #FFFFFF;
}

.foot-top .max ul:first-child li:nth-of-type(2n) a {
  padding: 0 .625rem;
  margin: 0 .625rem;
}

.foot-top .max ul:first-child li:nth-of-type(2n) a::before {
  display: inline-block;
  vertical-align: middle;
  content: "";
  border-left: .0625rem solid #FFFFFF;
  width: .0625rem;
  height: .625rem;
  margin-right: .625rem;
}

.foot-top .max ul:first-child li:nth-of-type(2n) a::after {
  display: inline-block;
  vertical-align: middle;
  content: "";
  border-right: .0625rem solid #FFFFFF;
  width: .0625rem;
  height: .625rem;
  margin-left: .625rem;
}

.foot-top .max ul:last-child li a::before {
  content: "";
  display: inline-block;
  width: 1.75rem;
  height: 1.375rem;
  background-image: url('../images/xx.png');
  background-size: 100% 100%;
  margin-right: .9375rem;
}

.foot-top .max ul:last-child li:nth-child(2) a::before {
  background-image: url('../images/yz.png');
  width: 2.25rem;
}

.foot-top .max ul:last-child li:nth-child(2) {
  margin-left: 3.4375rem;
}

.foot-center .max ul:first-child {
  width: 50%;
  display: flex;
  flex-direction:column;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  font-weight: 400;
  font-size: 1rem;
  color: #bdbcbc;
  line-height: 3.375rem;
}
.foot-center .max ul li{
 width: 100%;
}
.foot-center .max ul:last-child li {
 
  height: 5.9375rem;
  padding: .3125rem;
  box-sizing: border-box;
  background-color: #fff;
  <!--width: 5.9375rem;-->
}

.foot-center .max ul:last-child li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.foot-center .max ul:last-child p {
  text-align: center;
  font-weight: 300;
  font-size: .875rem;
  color: #bdbcbc;
  margin: 0;
}

.foot-center .max ul:last-child {
  flex-direction: column;
  justify-content: center;
}

.foot .foot-bottom {
  border-bottom: 0;
}

.foot-bottom .max ul:first-child {
  width: 40%;
  font-weight: 300;
  font-size: .875rem;
  line-height: 1.5rem;
  color: #bdbcbc;
}

.foot-bottom .max ul:first-child li img {
  width: 3.125rem;
  height: 3.8125rem;
  object-fit: cover;
}

.foot-bottom .max ul:first-child li:first-child {
  margin-right: 1.25rem;
}

.foot-bottom .max ul:first-child li:last-child img {
  height: .75rem;
}

.foot-bottom .max ul:last-child {
  flex-direction: column;
  align-items: flex-end;

}

.foot-bottom .max ul li,
.foot-bottom .max ul li a {
  font-weight: 300;
  font-size: .875rem !important;
  color: #bdbcbc !important;
}

.foot-bottom .max ul:last-child li:first-child {
  color: #797979;
}

.foot-bottom .max ul li a::before {
  display: none !important;
}

.searchs {
  display: none;
  position: fixed;
  width: 100%;
  top: 8.125rem;
  left: 0;
  background-color: #0393D3;
  height: 12.5rem;
  z-index: 1;
}

.searchs .max,
.searchs .max .input {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.searchs .max .input {
  width: 60%;
  border: .0625rem solid #1099D5;
  height: 2.1875rem;
  border-radius: .625rem;
  -webkit-border-radius: .625rem;
  -moz-border-radius: .625rem;
  -ms-border-radius: .625rem;
  -o-border-radius: .625rem;
}

.searchs .max .input input {
  width: 90%;
  height: 100%;
  outline: none;
  border: 0;
  padding-left: 1.875rem;
}

.searchs .max .input p {
  cursor: pointer;
  width: 10%;
  text-align: center;
  color: #fff;
}

.searchs .max .input img {
  position: absolute;
  right: 1.25rem;
  top: 1.25rem;
  width: .75rem;
  height: .75rem;
  object-fit: cover;
  cursor: pointer;
}

/* 头部 */
.menu {
  position: absolute;
  right: 0;
  top: 0;
  display: none;
  align-items: center;
  justify-content: center;
  /* background-color: #1C71B9; */
  width: 6.25rem;
  height: 100%;
}

.menu-button {


  width: 2.5rem;
  height: 2.125rem;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.bar {
  position: relative;
  display: block;
  width: 100%;
  height: .3125rem;
  margin: .625rem auto;
  background-color: #0393D3;
  border-radius: .625rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.cross .bar:nth-of-type(1) {
  transform: translateY(.9rem) rotate(-45deg);
  -webkit-transform: translateY(.9rem) rotate(-45deg);
  -moz-transform: translateY(.9rem) rotate(-45deg);
  -ms-transform: translateY(.9rem) rotate(-45deg);
  -o-transform: translateY(.9rem) rotate(-45deg);
}

.menu-button .bar:nth-of-type(1) {
  margin-top: 0rem;
}

.menu-button .bar:nth-of-type(3) {
  margin-bottom: 0rem;
}

.cross .bar:nth-of-type(3) {
  transform: translateY(-1rem) rotate(45deg);
  -webkit-transform: translateY(-1rem) rotate(45deg);
  -moz-transform: translateY(-1rem) rotate(45deg);
  -ms-transform: translateY(-1rem) rotate(45deg);
  -o-transform: translateY(-1rem) rotate(45deg);
}

.cross .bar:nth-of-type(2) {
  opacity: 0;
}

.phone-list {
  display: none;
  width: 100%;
  height: 100%;
  overflow: scroll;

  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;

}

.phone-list .max {
  padding-top: 3.75rem;
  min-height: 100vh;
  overflow: scroll;
  background-color: #0393D3;
}

.phone-list .max>ul>li {
  margin-bottom: 1.25rem;
}

.phone-list .max>ul>li>a {
  font-size: 1.25rem;
  color: #fff;
  line-height: 1.875rem;
}

.phone-list .max .op {
  margin: 0 -0.625rem;
  margin-top: .3125rem;
}

.phone-list .max .op li {
  width: calc(100% / 3);
  float: left;
  height: 2.8125rem;
  margin-bottom: .625rem;
}

.phone-list .max .op a {
  font-size: 1rem;
  line-height: 2.1875rem;
  display: block;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #7c7c7c;
  background-color: #fff;
  margin: 0 .625rem;
  box-sizing: border-box;
}

.phone-list .max .close {
  position: absolute;
  right: 1.25rem;
  top: 1.875rem;
  width: 1.25rem;
  height: 1.25rem;
}

.phone-list .max .close img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.phone-list .search-box {
  width: 100%;
  border: .0625rem solid #ccc;
  height: 3.125rem;
  background-color: #fff;
  display: flex;
  align-items: center;
  margin-bottom: 1.875rem;
}

.phone-list .search-box input,
.phone-list .search-box button {
  border: 0;
  outline: none;

}

.phone-list .search-box input {
  width: 80%;
  height: 100%;
  padding-left: 1.25rem;
}

.phone-list .search-box button {
  width: 20%;
  background-color: #0393D3;
  height: 100%;
  color: #fff;
}

.phone-list .logo {
  padding-bottom: 2.125rem;
  margin-top: 1.25rem;
  width: 11.25rem;
  object-fit: cover;
  height: 1.875rem;
}

.phone-list .logo img {
  width: 100%;
  height: 100%;
}

.yygh {
  width: 100%;
  height: 18.75rem;
  position: relative;
}

.yygh img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.yygh .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(59, 172, 220, .3);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

.yygh .bg h3 {
  font-weight: bold;
  font-size: 1.5rem;
  color: #FFFFFF;
  padding-top: 5%;
}

.yygh .bg .list {
  border-top: .0625rem solid #4EBAEA;
}

.yygh .bg .list .max,
.yygh .bg .list ul {
  display: flex;
  
  align-items: center;
  <!--justify-content: space-between;-->
}

.yygh .bg .list .max,
.yygh .bg .list {
  width: 100%;
  justify-content: space-between;
  box-sizing: border-box;
}

.yygh .bg .list .max {
  height: 5rem;

}

.yygh .bg .list .max li a {
  display: block;
  height: 100%;
  line-height: 5rem;
  font-weight: 500;
  font-size: 1.125rem;
  color: #a5cfe3;
  position: relative;
}

.yygh .bg .list .max ul:first-child li:not(.yygh .bg .list .max li:first-child) {
  margin-left: 0.75rem;
}

.yygh .bg .list .max ul:first-child li a::after {
  content: "";
  position: absolute;
  width: 0;
  border-top: .1875rem solid #0393D3;
  top: -1%;
  left: 50%;
  transition: all .6s;
  transform: translate(-50%);
  -webkit-transform: translate(-50%);
  -moz-transform: translate(-50%);
  -ms-transform: translate(-50%);
  -o-transform: translate(-50%);
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  -ms-transition: all .6s;
  -o-transition: all .6s;
}

.yygh .bg .list .max ul:first-child li:hover a::after,
.yygh .bg .list .max ul:first-child li.active a::after {
  width: 80%;
}

.yygh .bg .list .max ul:first-child li:hover a,
.yygh .bg .list .max ul:first-child li.active a {
  color: #fff;
}

.yygh .bg .list .max ul:last-child li a {
  font-weight: 500;
  font-size: .875rem;
}

.yygh .bg .list .max ul:last-child li a::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 0;
  border-top: .375rem solid transparent;
  /* 上边框 */
  border-bottom: .375rem solid transparent;
  /* 下边框 */
  border-left: .375rem solid #a5cfe3;
  /* 左边框，颜色为红色 */
  margin: 0 .625rem;
}

.yygh .bg .list .max ul:last-child li:first-child a::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: .6875rem;
  height: .75rem;
  background-image: url(../images/home.png);
  background-size: 100% 100%;
  margin: 0;
  margin-right: .3125rem;
  border: 0;
}

.yygh .bg .list .max ul:last-child li.active a,
.yygh .bg .list .max ul:last-child li:hover a {
  color: #fff;
}

.yygh .bg .list .max ul:last-child li.active a::before,
.yygh .bg .list .max ul:last-child li:hover a::before {
  border-left-color: #fff;
}

.yygh-cont h3,
.jj-cont h3 {
  font-weight: 500;
  font-size: 1.25rem;
  color: #0393D3;
  text-align: center;
  margin-bottom: 2.625rem;
  padding-top: 4rem;
}

.yygh-cont p.title {
  font-size: 1.125rem;

  color: #201F1F;
}

.yygh-cont p {
  font-weight: 800;
  font-size: 1rem;
  color: #5F5F5F;
  line-height: 1.875rem;
  margin-bottom: 1.875rem;
}

.yygh-cont p img {
  width: 17.5rem;
  height: 17.5rem;
  object-fit: cover;
  max-width: 100%;
}

.yygh-cont .img {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.yygh-cont .img img {
  max-width: 19.6875rem;
  object-fit: contain;
  margin-bottom: 3.25rem;
}S

.jj-cont {
  padding-bottom: 3.125rem;
}

.jj-cont p {
  font-weight: 500;
  font-size: 1rem;
  color: #5F5F5F;
  line-height: 1.875rem;
  overflow: hidden;
}

.jj-cont p.img {
  text-align: center;
}

.jj-cont p img {
  max-width: 100%;
  height: auto;
  margin: auto;
  margin-top: 2.8125rem;
  border-radius: 15px ;
  transition: all .6s;
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  -ms-transition: all .6s;
  -o-transition: all .6s;
}

.ry-cont {
  padding-bottom: 0;
}

.ry-cont .box ul {
  margin: 0 -1.5625rem;
}

.ry-cont .box ul li {
  position: relative;
  width: calc(100% / 4);
  float: left;
  padding: 0 1.5625rem;
  box-sizing: border-box;
  margin-bottom: 5rem;
}

.ry-cont .box ul li img {
  margin: 0;
  width: 100%;
  max-height: 16.3125rem;
  height: 100%;
  transition: all .6s;
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  -ms-transition: all .6s;
  -o-transition: all .6s;
}

.ry-cont .box ul li a:hover img {
  transform: scale(1.08);
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -ms-transform: scale(1.08);
  -o-transform: scale(1.08);
}

.ry-cont .box ul li a p:last-child {
  padding: 0 1.5625rem;
  width: 75%;
  height: 3.4375rem;
  text-align: center;
  line-height: 3.4375rem;
  background-color: #fff;
  box-sizing: border-box;
  position: absolute;
  bottom: -1.5rem;
  left: 50%;
  box-shadow: .1875rem 0px .5625rem 0px #D2D2D2;
  transform: translate(-50%);
  -webkit-transform: translate(-50%);
  -moz-transform: translate(-50%);
  -ms-transform: translate(-50%);
  -o-transform: translate(-50%);
}

.zzjg-cont p {
  text-align: center;
}

.ksjs-cont .box .item h3 {
  font-weight: 500;
  font-size: 1.25rem;
  color: #101010;
}

.ksjs-cont {
  padding-top: 2.5rem;
}

.ksjs-cont .box .item h3::before {
  content: "";
  display: inline-block;
  vertical-align: text-bottom;
  width: .5rem;
  height: 1.875rem;
  background: #0393D3;
  margin-right: .625rem;
  border-radius: .125rem .125rem .125rem .125rem;
  -webkit-border-radius: .125rem .125rem .125rem .125rem;
  -moz-border-radius: .125rem .125rem .125rem .125rem;
  -ms-border-radius: .125rem .125rem .125rem .125rem;
  -o-border-radius: .125rem .125rem .125rem .125rem;
}

.ksjs-cont .box .item ul {
  margin: 0 -1.5rem;
  margin-top: 2.5rem;
  margin-bottom: 1.375rem;
}

.ksjs-cont .box .item ul li {
  width: calc(100% / 4);
  float: left;
  padding: 0 1.5rem;
  box-sizing: border-box;
  height: 3.0625rem;
  margin-bottom: 2rem;

}

.ksjs-cont .box .item ul li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  font-weight: 400;
  font-size: 1rem;
  color: #4C4C4C;
  background: #FFFFFF;
  border-radius: .4375rem .4375rem .4375rem .4375rem;
  border: .0625rem solid #D8D8D8;
  padding: 0 1.25rem;
  box-sizing: border-box;
  transition: all .6s;
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  -ms-transition: all .6s;
  -o-transition: all .6s;
}

.ksjs-cont .box .item ul li a img {
  width: .5rem;
  height: .875rem;
  object-fit: cover;

}

.ksjs-cont .box .item ul li:hover a {
  background-color: #0393D3;
  color: #fff;

}

.ksjs-cont .box .item ul li:hover a img {
  filter: grayscale(100%) brightness(1000%);
}

.ksjs-cont .box .item ul li a p {
  width: 90%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.ksxq .ks {
  display: flex;
  justify-content: space-between;
  height: 31.6875rem;
  margin-top: 4.5rem;
}

.ksxq .ks .left,
.ksxq .ks .right {
  width: 50%;
  overflow: hidden;
}

.ksxq .ks .left {
  width: 58.25rem;
  position: relative;
}

.ksxq .ks .left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ksxq .ks .left .swiper-slide {
  position: relative;
}

.ksxq .ks .left .swiper-slide .ks-text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3.625rem;
  background-color: rgba(255, 255, 255, .3);
  display: flex;
  align-items: center;
  padding-left: 1.25rem;
  box-sizing: border-box;
}

.ksxq .ks .left .swiper-slide .ks-text p {
  font-size: 1.125rem;
  color: #FFFFFF;
  line-height: 2.25rem;
}

.ksxq .ks .left .btn {
  position: absolute;
  right: 3.125rem;
  z-index: 1;
  bottom: 1.375rem;
}

.ksxq .ks .left .btn .swiper-pagination {
  position: static;
}

.ksxq .ks .left .btn .swiper-pagination .swiper-pagination-bullet {
  width: .6875rem;
  height: .6875rem;
  background-color: #fff;
  opacity: .5;
}

.ksxq .ks .left .btn .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #0393D3;
  opacity: 1;
}

.ksxq {
  padding-bottom: 1.875rem;
}

.ksxq .ks .left {
  width: 55%;
}

.ksxq .ks .right {
  position: relative;
  width: 45%;
  background-color: #0393D3;
}

.ksxq .ks .right .text {
  padding: 0 2.6875rem;
}

.ksxq .ks .right .text h3 {
  font-weight: 400;
  font-size: 2.25rem;
  color: #FFFFFF;
  position: relative;
  width: max-content;
  margin-bottom: 3.125rem;
  padding-top: 2.8125rem;
}

.ksxq .ks .right .text h3::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -0.9375rem;
  left: 0;
  width: 40%;
  border-bottom: .1875rem solid #fff;
}

.ksxq .ks .right .text>p {
  font-weight: 400;
  font-size: 1rem;
  color: #FFFFFF;
  line-height: 2.25rem;
  text-align: justify;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ksxq .ks .right .text .add {
  text-align: right;
  margin-top: 1.875rem;
}

.ksxq .ks .right .text .add a {
  display: inline-block;
  width: 7.4375rem;
  height: 2.375rem;
  border: .0625rem solid #DCDCDC;
  text-align: center;
  line-height: 2.375rem;
  background-color: #fff;
  color: #0393D3;
}

.ksxq .ks .right .phone ul {
  width: 100%;
  height: 5.625rem;
  display: flex;
  align-items: center;
  justify-content: space-around;
  background-color: #d4e0e6;
  position: absolute;
  bottom: 0;
}

.ksxq .ks .right .phone ul li {
  display: flex;
  align-items: center;
}

.ksxq .ks .right .phone ul li img {
  width: 2.0625rem;
  height: 2.125rem;
  object-fit: cover;
  margin-right: .625rem;
}

.ksxq .ys {
  margin-top: 2.8125rem;
}

.ksxq .ys h3 {
  font-weight: 500;
  font-size: 1.25rem;
  color: #0393D3;
}

.ksxq .ys h3::before {
  content: "";
  display: inline-block;
  vertical-align: sub;
  width: .25rem;
  height: 1.4rem;
  background: #0393D3;
  margin-right: 1.25rem;
  border-radius: .0625rem;
  -webkit-border-radius: .0625rem;
  -moz-border-radius: .0625rem;
  -ms-border-radius: .0625rem;
  -o-border-radius: .0625rem;
}

.ksxq .ys .item>a,
.zjjs-cont .box .item a,
.tksys-swiper .item a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0px 0px 1.1875rem 0px #DBDBDB;
  padding: 1.875rem;
  box-sizing: border-box;
}

.ksxq .ys .ys-swiper,
.tksys-swiper {
  overflow-x: clip;
  padding: .625rem;
  height: 21rem;
  position: relative;
  margin-top: 1.875rem;
}

.ksxq .ys .item:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.ksxq .ys .item .text,
.zjjs-cont .box .item .text {
  width: 56%;
}

.ksxq .ys .item .text h3,
.zjjs-cont .box .item .text h3,
.tksys-swiper .item .text h3 {
  font-weight: 500;
  font-size: 1.5rem;
  color: #363636;
  position: relative;
  margin-bottom: 1.875rem;
}

.ksxq .ys .item .text h3::before,
.zjjs-cont .box .item .text h3::before,
.tksys-swiper .item .text h3::before {
  position: absolute;
  bottom: -1.25rem;
  margin: 0;
  left: .625rem;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}

.ksxq .ys .item .img,
.zjjs-cont .box .item .img,
.tksys-swiper .item .img {
  width: 11.5rem;
  height: 17.25rem;
  overflow: hidden;
}

.ksxq .ys .item .img img,
.zjjs-cont .box .item .img img,
.tksys-swiper .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .6s;
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  -ms-transition: all .6s;
  -o-transition: all .6s;
}

.ksxq .ys .item .text p,
.zjjs-cont .box .item .text p,
.tksys-swiper .item .text p {
  font-weight: 400;
  font-size: .875rem;
  color: #666666;
  line-height: 1.3125rem;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ksxq .ys .item .text p:last-child,
.zjjs-cont .box .item .text p:last-child,
.tksys-swiper .item .text p:last-child {
  margin-top: 1.125rem;
}

.zjjs-cont .box .item a {
  max-height: 351px;
  height: 100%;
}

.zjjs-cont .box .item .text p:nth-child(4) {
  min-height: 5.25rem;
}

.ksxq .ys .btn {
  position: absolute;
  top: -2.425rem;
  right: 0;
  display: flex;
}

.ksxq .ys .btn .swiper-button-next,
.ksxq .ys .btn .swiper-button-prev {
  position: static;
  background-image: url('../images/ksxq-arr-l.png');
  background-size: .625rem 1.0625rem;
  width: 2.0625rem;
  height: 2.0625rem;
  border: .0625rem solid #DCDCDC;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 1;
}

.ksxq .ys .btn .swiper-button-next::after,
.ksxq .ys .btn .swiper-button-prev::after {
  content: "";
}

.ksxq .ys .btn .swiper-button-prev {
  background-image: url('../images/ksxq-arr-r.png');
  margin-left: .625rem;
}

.zjjs-cont {
  padding-top: 2.5rem;
}

.zjjs-cont .list {
  border: .0625rem solid #E1E1E1;
}

.zjjs-cont .list .ks,
.zjjs-cont .list .zc {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: max-content;
  /* height:13.75rem ; */
}

.zjjs-cont .list .ks {
  border-bottom: .0625rem solid #E1E1E1;
}

.zjjs-cont .list .ks>div,
.zjjs-cont .list .zc>div {
  height: 100%;

  width: 10%;
  font-weight: bold;
  font-size: 1.125rem;
  color: #444444;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f1f1f1;
  border-right: .0625rem solid #E1E1E1;

}

.zjjs-cont .list .ks ul,
.zjjs-cont .list .zc ul {
  width: 90%;
  height: 100%;
  background-color: #f1f1f1;
  padding: 3.125rem 2.5rem;
  box-sizing: border-box;
}

.zjjs-cont .list .ks ul li,
.zjjs-cont .list .zc ul li {
  /* width: calc(100% / 10); */
  width: max-content;
  float: left;
  margin-bottom: .625rem;
  text-align: center;
  padding: .625rem 1.25rem;
  box-sizing: border-box;
  cursor: pointer;
}

.zjjs-cont .list .ks ul li.active,
.zjjs-cont .list .ks ul li:hover,
.zjjs-cont .list .zc ul li.active,
.zjjs-cont .list .zc ul li:hover {
  background-color: #0393D3;
  color: #fff;
}

.zjjs-cont .list .zc {
  /* height: 5.625rem; */

}

.zjjs-cont .list .zc ul {
  padding: 0 1.25rem;
  display: flex;
  align-items: center;
}

.zjjs-cont .zj {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 3.125rem;
}

.zjjs-cont .zj .left h3 {
  font-size: 1.5rem;
  color: #333333;
  display: flex;
  align-items: center;
  margin-right: 4.5rem;
}

.zjjs-cont .zj .left h3 img {
  width: 2.75rem;
  height: 2.75rem;
  object-fit: cover;
  margin-right: .625rem;
}

.zjjs-cont .zj .left .tab p {
  font-size: .9375rem;
  color: #666666;
}

.zjjs-cont .zj .left {
  min-width: 20%;
  justify-content: space-between;
}

.zjjs-cont .zj .left,
.zjjs-cont .zj .left .tab {
  display: flex;
  align-items: center;
}

.zjjs-cont .zj .left .tab ul li {
  min-width: 10.625rem;
  height: 2.625rem;
  border: 1px solid #E1E1E1;
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-left: .625rem;
}

.zjjs-cont .zj .left .tab ul li::after {
  content: "";
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  width: .875rem;
  height: .75rem;
  background-image: url('../images/closes.png');
  background-size: 100%;
}

.zjjs-cont .zj .left .tab ul {
  display: flex;
  align-items: center;
}

.zjjs-cont .zj .right {
  width: 24.5625rem;
  height: 2.75rem;
  border: 1px solid #E1E1E1;
  display: flex;
  align-items: center;
}

.zjjs-cont .zj .right input {
  width: 80%;
  border: 0;
  outline: none;
  height: 100%;
  padding-left: .625rem;
  font-size: .875rem;
  color: #999999;
}

.zjjs-cont .zj .right p {
  width: 20%;
  height: 100%;
  text-align: center;
  line-height: 2.75rem;
  background-color: #0393D3;
  font-size: 1rem;
  color: #FFFFFF;
}

.zjjs-cont .box ul {
  margin: 0 -1.25rem;
}

.zjjs-cont .box ul li {
  width: calc(100% / 3);
  float: left;
  padding: 1.875rem 1.25rem !important;
  box-sizing: border-box;
}

.zjjs-cont .box .item a:hover img,
.tksys-swiper .item a:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.zjjs-cont .box .item .text h3 {
  width: max-content;
  position: relative;
}

.zjjs-cont .box .item .text h3::after {
  content: "";
  position: absolute;
  display: inline-block;
  vertical-align: middle;
  bottom: -0.625rem;
  left: 0;
  width: 45%;
  height: .1875rem;
  background: #0393D3;
}

.zjjs-cont .box .item a,
.ksxq .ys .item,
.tksys-swiper .item a {
  position: relative;
}

.zjjs-cont .box .item a::after,
.ksxq .ys .item::after,
.tksys-swiper .item a::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  border-top: .1875rem solid #0393D3;
  width: 0;
  display: inline-block;
  vertical-align: middle;
  transition: all .6s;
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  -ms-transition: all .6s;
  -o-transition: all .6s;
}

.zjjs-cont .box .item a:hover::after,
.ksxq .ys .item:hover::after,
.tksys-swiper .item a:hover {
  width: 100%;
}

.pages>ul {
  display: flex !important;
  justify-content: center !important;
  margin-top: 2.375rem !important;
  margin-bottom: 3.125rem !important;
  flex-wrap: wrap !important;
}

.pages ul a {
  display: inline-block;
  padding: 1.125rem 1.3125rem;
  background-color: #F5F5F5;
  margin-left: .0625rem;
  font-weight: 400;
  font-size: 1rem;
  color: #666666;
  line-height: 1.5rem;

}

.pages ul a.curr,
.pages ul a:hover {
  background-color: #419AC1;
  color: #fff;
}

.xwgg ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 4.125rem 0;
  position: relative;
  transform: all .6s;
  -webkit-transform: all .6s;
  -moz-transform: all .6s;
  -ms-transform: all .6s;
  -o-transform: all .6s;
}

.xwgg ul li a:hover h3,
.xwgg ul li a:hover p {
  color: #0393D3 !important;
}

.xwgg ul li a::after,
.dzxx .item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: inline-block;
  width: .5rem;
  height: .5rem;
  background: #CDCDCD;
}

.xwgg ul li a::before,
.dzxx .item::before {
  content: "";
  position: absolute;
  bottom: .1875rem;
  width: 100%;
  border-bottom: .0625rem dashed #CDCDCD;
}

.xwgg ul li a:hover::before,
.dzxx ul li a:hover .item::before {
  border-color: #0393D3;
}

.xwgg ul li a:hover::after,
.dzxx ul li a:hover .item::after {
  background-color: #0393D3;
}

/* .xwgg ul li a */
.xwgg ul li a .date h3,
.xwgg ul li a .date p {
  font-weight: 500;
  font-size: 2.25rem;
  color: #333333;
}

.xwgg ul li a .date {
  width: 5%;
  text-align: center;
}

.xwgg ul li a .date p {
  font-weight: 400;
  font-size: 1rem;
}

.xwgg ul li a .text {
  width: 92%;
}

.xwgg ul li a .text p {
  font-weight: 500;
  font-size: 1.25rem;
  color: #333333;
  line-height: 1.875rem;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.xwgg ul li a .text p:last-child {
  font-weight: 400;
  font-size: .875rem;
  color: #666;
}

.dzxx ul li a .item {
  position: relative;
  width: 83%;
  min-height: 9.375rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.dzxx ul li a .img {
  /*width: 60%;
  */
  width: 15%;
  overflow: hidden;

}

.dzxx ul li a .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  max-height: 9.375rem;
  transition: all .6s;
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  -ms-transition: all .6s;
  -o-transition: all .6s;
}

.dzxx ul li a::after,
.dzxx ul li a::before {
  display: none;
}

.dzxx ul li a:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}









.xin-info {
  padding: 0rem 0 ;
  margin: 0.8rem 30rem;
  border: 1px solid #33333338;
}

.xin-info .xin-i {
  width: 100%;
  height: 2.5rem;
  background-color: #1099d585;
  border-bottom: 1px solid #33333338;
}

.xin-info .xin-i .biao {
  padding-left: 1rem;
    line-height: 2.5rem;
    font-size: 1.2rem;
    font-weight: bold;
}

.xin-info .neir {
  display: flex;
    justify-content: space-between;
    width: 100%;
    height: 4.25rem;
}

.xin-info .neir .fang {
  width: 1rem;
  height: 1rem;
  margin-top: 1.7rem;
  background-color: #61afe8;
  margin-left: 1rem;
  margin-right: 0.5rem ;
}

.xin-info .neir .lai {
  line-height: 4.25rem;
  font-weight: 300;
  font-size: 20px;
}

.xin-info h3 {
  font-weight: bold;
  font-size: 1.5rem;
  color: #333333;
  text-align: center;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.xin-info .time {
  padding-right: 1rem;
  letter-spacing: 1px;
  line-height: 4.25rem;
  font-weight: 300;
  font-size: 1rem;
  color: #000;
}

.xin-info .xin-max {
  max-width: 120rem;
  padding: 0 3.25rem;
  overflow-x: clip;
}

.fenkai {
  border: 3px solid #1099d585;
}

.xin-info .lists ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 7.5rem;
  position: relative;
}

.xin-info .lists ul::after,
.xin-info .lists ul::before {
  width: 0%;
  content: "";
  position: absolute;
  border-bottom: .0625rem dashed #CDCDCD;
}

.xin-info .lists ul::before {
  left: 0;
  margin: 2rem 0 ;
  width: 100%;
}

.xin-info .lists ul::after {
  right: 0;
}



.info {
  padding: 4.375rem 0 ;
  <!--background-color: #1099d54a;-->
  <!--margin: 0.8rem 30rem;-->
}

.info h3 {
  font-weight: bold;
  font-size: 1.5rem;
  color: #333333;
  text-align: center;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.info .time {
  font-weight: 400;
  font-size: .75rem;
  color: #999999;
  text-align: center;
  margin: 1rem;
}

.info .lists ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 7.5rem;
  position: relative;
}

.info .lists ul::after,
.info .lists ul::before {
  width: 5%;
  content: "";
  position: absolute;
  border-bottom: .0625rem dashed #CDCDCD;
}

.info .lists ul::before {
  left: 0;
  width: 80%;
}

.info .lists ul::after {
  right: 0;
}

.info .lists ul li {
  margin-right: .625rem;
  cursor: pointer;
  position: relative;
}

.info .lists ul li .ma {
  display: none;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  -webkit-transform: translate(-50%);
  -moz-transform: translate(-50%);
  -ms-transform: translate(-50%);
  -o-transform: translate(-50%);
}

.social-share .icon-wechat {
  background-color: #5fc157;

}

.social-share .icon-wechat:before,
.social-share .icon-weibo:before {
  color: #fff;
}

.social-share .icon-weibo {
  background-color: #ff763b;
}

.info .lists ul li:hover .ma {
  display: block;
}

.info .info-text p {
  font-weight: 400;
  font-size: .875rem;
  color: #666666;
  line-height: 1.875rem;
}

.doctor-details {
  border-bottom: 1px solid #e4e4e4;
  overflow: hidden;
  margin-bottom: 40px;
  min-height: 258px;
}

.doctor-details .doctor-resume {
  padding: 29px 0;
  width: 745px;
  position: relative;
  padding-left: 165px;
}

.doctor-details .doctor-resume .doctor-img {
  position: absolute;
  top: 29px;
  left: 0;
  width: 144px;
  height: 200px;
  overflow: hidden;
}

.doctor-details .doctor-resume .doctor-img img {
  width: 144px;
  height: 200px;
}

.doctor-details .doctor-resume h1 {
  font-size: 28px;
  color: #52A4A6;
  line-height: 44px;
  margin-bottom: 8px;
}

.doctor-details .doctor-resume p {
  line-height: 30px;
  font-size: 15px;
  margin-bottom: 0;
}

.doctor-details .doctor-resume p u {
  color: #999;
}

.doctor-details .doctor-code {
  width: 270px;
  /* position: absolute; */
  height: 100%;
  top: 0;
  right: 0;
  text-align: right;
  font-size: 0;
  min-height: 259px;
}

.doctor-details .doctor-code .qr-img {
  width: 233px;
  min-height: 228px;
  border-left: 1px solid #e4e4e4;
  text-align: center;
  height: 100%;
  box-sizing: border-box;
  padding-top: 30px;
  color: #999;
  font-size: 15px;
  display: inline-block;
}

.doctor-details .doctor-code .qr-img img {
  width: 157px;
  height: 157px;
  display: block;
  margin: 0 auto 15px;
}

del,
ins,
u,
s,
a,
a:hover {
  text-decoration: none;
}

.clearfix {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.erlist_content {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 80px;
  position: relative;
  overflow: hidden;
}

/* 2018-8-15 10:07:49*/
.erlist_k {
  width: 100%;
  min-height: 250px;
  margin: 0 auto;
  padding: 20px 20px;
  background-color: #FFF;
  z-index: 0;
  position: relative;
  overflow: hidden;
}

/* 2018-8-15 10:07:49 end*/
.erlist_nr {
  width: 100%;
  height: 155px;
  margin: 10px auto;
  background-color: #F4F4F4;
  position: relative;
  overflow: hidden;
}

.erlist_left,
.erlist_right {
  float: left;
  position: relative;
  overflow: hidden;
}

.erlist_left {
  width: 190px;
  height: 155px;
  position: relative;
  overflow: hidden;
  margin-right: 40px;
  text-align: center;
}

.erlist_left img {
  height: 100%;
  width: 100%;
  margin: 0 auto;
}

.erlist_right {
  width: 930px;
  padding: 30px 20px 30px 10px;
}

.erlist_right_time,
.erlist_right_list {
  float: left;
}

.erlist_right_time {
  width: 65px;
  padding: 20px 0 20px 0;
}

.erlist_right_time li {
  font-size: 18px;
  padding-right: 30px;
  border-right: #CCC solid 1px;
}

.erlist_right_list {
  width: 830px;
  padding: 0 0 0 30px;
  font-family: 宋体;
}

/*2018-8-15*/
.erlist_k .index_one_info li:last-child {
  border-bottom: #CCC solid 1px;
}

.erlist_right_list dt {
  font-size: 16px;
  line-height: 25px;
  overflow: hidden;
  word-break: keep-all;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.erlist_right_list dd {
  height: 65px;
  font-size: 14px;
  line-height: 25px;
  color: #666666;
}

.erlist_content_bt {
  width: 100%;
  border-bottom: #ddd solid 1px;
  position: relative;
  overflow: hidden;
  margin: 35px 0;
}

.erlist_content_bt h3 {
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 10px;
  border-bottom: #333 solid 2px;
  font-weight: 400;
}

.erlist_show {
  padding: 0 0 0 0;
  position: relative;
  overflow: hidden;
}

.erlist_showpage dt {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: #999 dashed 1px;
}

.erlist_showpage dd {
  padding: 20px 10px;
  line-height: 25px;
  font-size: 16px;
  letter-spacing: 1px;
}

.er_list_news {
  width: 100%;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}

.er_list_news li {
  width: 100%;
  padding-bottom: 20px;
  padding-top: 20px;
  border-bottom: #999 dashed 1px;
  font-family: 宋体;
  overflow: hidden;
  word-break: keep-all;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/*2018-8-15end*/

.er_list_news li b {
  font-weight: normal;
}

.er_list_news li span {
  width: 16px;
  height: 18px;
  background: url(../images/download.jpg) no-repeat right;
}

.er_list_news li:first-child {
  padding-top: 0;
}

/**二级图文**/
.erlist_graphic_k {
  width: 100%;
  margin: 0 auto;
  padding: 20px 20px;
  background-color: #FFF;
  position: relative;
  overflow: hidden;
  min-height: 250px;
}

.erlist_graphic {
  width: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

.erlist_graphic_list {
  float: left;
  width: 282.5008px;
  height: 320px;
  margin-right: 10px;
  margin-bottom: 20px;
  border: #CCC solid 1px;
  border-radius: 5px;
}

.erlist_graphic_list:nth-child(4n) {
  margin-right: 0px;
}

.erlist_graphic_list:hover {
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .21);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, .21);
}

.erlist_graphic_listpic {
  width: 100%;
  height: 195px;
  position: relative;
  overflow: hidden;
}

.erlist_graphic_listpic img {
  width: 100%;
  height: 100%;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  transition: all 0.6s;
}

.erlist_graphic_listpic img:hover {
  transform: scale(1.2);
}

.erlist_graphic_list dt {
  padding: 0 10px;
  height: 45px;
  line-height: 45px;
  font-size: 16px;
  font-weight: 400;
  overflow: hidden;
}

.erlist_graphic_list dd,
.erlist_graphic_text {
  padding: 0 10px;
  line-height: 25px;
  overflow: hidden;
}

.erlist_graphic_text {
  width: 100%;
  height: 50px;
}

/**时间轴**/
.about4_main {
  position: relative;
  padding-left: 20px;
  overflow: hidden;
}

.line {
  width: 1px;
  height: 100%;
  background-color: #999;
  position: absolute;
  left: 31px;
  z-index: -1;
  top: 0;
}

.about4_main ul li {
  padding-left: 45px;
  font-size: 14px;
  color: #333333;
  line-height: 30px;
  margin-bottom: 30px;
  background: url(../images/about4_icon.jpg) left top no-repeat;
}

.about4_main ul li:last-child {
  margin-bottom: 0px;
}

.about4_bt dt {
  font-size: 16px;
}

.about4_bt dd {
  margin-top: 10px;
}

/**视频**/
.ervideo_list {
  float: left;
  width: 570px;
  height: 270px;
  margin: 0 auto;
  margin-right: 20px;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}

.ervideo_list:nth-child(2n) {
  margin-right: 0;
}

.ervideo_list img {
  width: 100%;
  cursor: pointer;
  transition: all 0.6s;
}

.ervideo_list img:hover {
  transform: scale(1.2);
}

/**二级荣誉**/
.erlist_rongyu_k {
  width: 100%;
  margin: 0 auto;
  padding: 20px 20px;
  background-color: #FFF;
  position: relative;
  overflow: hidden;
}

.erlist_rongyu_di {
  margin: 20px auto;
}

.erlist_rongyu_di:first-child {
  margin-top: 0;
}

.erlist_rongyu {
  width: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

.erlist_rongyu_list {
  float: left;
  width: 282.5008px;
  height: 250px;
  margin-right: 10px;
  margin-bottom: 20px;
}

.erlist_rongyu_di {
  border-bottom: #999 dashed 1px;
  position: relative;
  overflow: hidden;
}

.erlist_rongyu_list:nth-child(4n) {
  margin-right: 0px;
}

.erlist_rongyu_list:hover {
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .21);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, .21);
}

.erlist_rongyu_listpic {
  width: 100%;
  height: 195px;
  position: relative;
  overflow: hidden;
}

.erlist_rongyu_listpic img {
  width: 100%;
  height: 100%;
  transition: all 0.6s;
}

.erlist_rongyu_listpic img:hover {
  transform: scale(1.2);
}

.erlist_rongyu_list dt {
  padding: 0 10px;
  text-align: center;
  height: 45px;
  line-height: 45px;
  font-size: 16px;
  font-weight: 400;
  overflow: hidden;
}

/*2018-8-15 10:04:21*/
/**二级科室**/
.erlist_list {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.erlist_list_list {
  float: left;
  width: 85%;
  padding: 0px 60px 0px 60px;
}

.erlist_list>span {
  display: inline-block;
  vertical-align: middle;
  width: 33%;
}

.erlist_list_bt {
  font-size: 16px;
  line-height: 3;
}

.erlist_list_bt>i {
  display: inline-block;
  vertical-align: middle;
  width: 6px;
  height: 6px;
  background-color: #43a1e7;
  border-radius: 50%;
  margin-right: 15px;
}

.erlist_content_dh,
.erlist_content_suoyin {
  float: left;
}

.erlist_content_suoyin {
  width: 620px;
  text-align: right;
  float: right;
  text-transform: uppercase;
  font-size: 14px;
  margin-left: 70px;
}

.erlist_content_suoyin li {
  float: left;
  padding: 0 5px;
  background: url(../images/line_shushi.jpg) no-repeat right;
}

.erlist_content_suoyin li:first-child {
  background: none;
}

.erlist_content_suoyin li:nth-child(2) {
  background: none;
}

.erlist_content_suoyin li:last-child {
  background: none;
}

.erlist_content_all {
  padding: 5px 10px;
  border: #109C99 solid 1px;
  color: #109C99;
}

.erlist_list_list li i {
  color: #479b9b;
  padding-right: 10px;
  font-size: 24px;
}

.erlist_list_list li {
  float: left;
  margin: 10px 15px;
  font-size: 16px;
  height: 45px;
  line-height: 45px;
  color: #000;
}

.erlist_content_suoyin li {
  color: #9E9E9E;
}

.erlist_content_suoyin li:hover {
  cursor: pointer;
  color: #109C99;
}

.erlist_content_suoyin li a {
  color: #9E9E9E;
}

.erlist_list_list li a:hover {
  cursor: pointer;
  color: #02B4E4;
}

.erlist_list_list:first-of-type {
  padding: 0;
}

.erlist_list>div:last-child {
  background: none;
}

.erlist_content_suoyin .current {
  color: #109C99;
}

/*2018-8-15 10:04:21 end*/
/**三级栏目**/
.erlist_show_threebt {
  width: 100%;
  background-color: #E7E7E7;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

.erlist_show_threebt li {
  float: left;
  padding: 15px 30px;
  font-size: 16px;
  background: url(../images/three_shu.jpg) no-repeat right;
}

.erlist_show_threebt li:last-child {
  background: none;
}

.erlist_three_banner {
  width: 100%;
  margin: 0 auto;
  padding-top: 20px;
  position: relative;
  overflow: hidden;
}

.kiss-slider {
  height: 565px;
  margin: 20px auto;
}

.kiss-slider li img {
  width: 100%;
}

#example2 .kiss-pagination {}

#example2 .kiss-pagination .current {}

.kiss-slider-center {
  text-align: center;
}

.kiss-slider-center {
  border-style: none;
}

.kiss-slider-center span {
  cursor: pointer;
  font-size: 38px;
  padding: 0 10px;
}

/**二级团队**/
.erlist_teaminfo {
  width: 100%;
  height: 210px;
  margin: 0 auto;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
}

.erlist_teaminfo_left,
.erlist_teaminfo_right {
  float: left;
}

.erlist_teaminfo_left {
  width: 155px;
  margin-right: 20px;
}

.erlist_teaminfo_right {
  width: 985px;
  line-height: 35px;
  padding: 50px 0px 20px 0px;
  position: relative;
  overflow: hidden;
}

.erlist_teaminfo_content {
  width: 100%;
  margin-top: 30px;
  position: relative;
  overflow: hidden;
}

.erteam_menu {
  width: 100%;
  border: solid #CCC 1px;
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}

.erteam_menu_ks,
.erteam_menu_zc {
  width: 100%;
  padding: 20px 10px;
  border-bottom: #999 solid 1px;
  position: relative;
  overflow: hidden;
}

.erteam_menu_sx {
  width: 100%;
  padding: 15px 10px;
  position: relative;
  overflow: hidden;
}

.erteam_menu_left,
.erteam_menu_right {
  float: left;
}

.erteam_menu_right {
  width: 1078px;
}

.erteam_menu_right li {
  float: left;
  font-size: 16px;
  line-height: 30px;
}

.erteam_menu_rightone {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.erteam_menu_rightone dt {
  float: left;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  line-height: 30px;
  position: relative;
  overflow: hidden;
}

.erteam_menu_left {
  width: 60px;
  line-height: 30px;
  font-size: 18px;
  font-weight: bold;
}

.erteam_menu_right li {
  padding-left: 20px;
  padding-right: 20px;
}

.erteam_content {
  width: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

.erteam_content_list {
  border-bottom: #999 dashed 1px;
  margin-top: 20px;
  position: relative;
  overflow: hidden;
}

.erteam_content_listcon {
  float: left;
  width: 570px;
  height: 220px;
  margin: 0 auto;
  margin-right: 20px;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}

.erteam_content_listcon:nth-child(2n) {
  margin-right: 0;
}

.erteam_content_list_pic {
  width: 155px;
  height: 210px;
  margin-right: 25px;
  position: relative;
  overflow: hidden;
}

.erteam_content_list_pic img {
  width: 100%;
  height: 100%;
}

.erteam_content_list_pic,
.erteam_content_list_text {
  float: left;
}

.erteam_content_list_text {
  width: 390px;
  position: relative;
  overflow: hidden;
}

.erteam_content_list_text li {
  line-height: 35px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.erteam_content_list_title {
  font-weight: bold;
}

/*分页样式*/
.page {
  width: 100%;
  font-size: 16px;
  text-align: center !important;
  margin: 0 auto !important;
  padding-top: 30px;
  padding-bottom: 20px;
  position: relative;
  overflow: hidden;
}

.page a,
.page span {
  padding: 10px 15px;
  margin-left: 4px;
  line-height: 35px;
  background-color: #F1EFF0;
}

.page a:link,
.page a:visited {
  text-decoration: none;
}

.page a:hover {
  background: #01AFB8;
  color: #FFF;
}

.page .current {
  background: #01AFB8;
  color: #FFF;
}

.page .curr {
  background: #01AFB8;
  color: #FFF;
}

.page .this {
  background: #01AFB8;
  color: #FFF;
}

.page #total {
  color: red
}

/**friend link**/
.friend {
  box-sizing: border-box;
  background-color: #FFF;
  width: 100%;
  padding: 10px 20px;
  position: relative;
  overflow: hidden;
  margin-top: 15px;
}

.index_friend {
  height: 58px;
  box-sizing: border-box;
  color: #61afe8;
  padding: 20px;
}

.index_friend_bt {
  box-sizing: border-box;
  width: 110px;
  border-left: #61afe8 solid 5px;
  font-size: 18px;
  font-weight: 600;
  padding-left: 20px;
}

.index_friend_list {
  font-size: 16px;
  color: #61afe8;
  font-weight: 600;
}

.index_friend_list li a {
  color: #61afe8;
}

.index_friend_list li a:hover {
  color: #000;
}

.index_friend i {
  list-style: none;
  padding-right: 10px;
  font-size: 18px;
  font-style: normal;
}

.index_friend li {
  float: left;
  margin-left: 35px;
}

.erlist_showpage dt {
  text-align: left;
  border-bottom: 0;
  font-weight: 300;
  color: #43a1e7;
}

.erlist_showpage img {
  width: auto;
  max-width: 100%;
}

.ext {
  height: 500px;
  overflow-y: scroll;
}

.reserve {
  box-sizing: border-box;
  padding: 2% 6% 2% 10%;
  margin: 0 auto;
  border: 1px solid #ddd;
}

.reserve>form>div {
  height: 40px;
  margin-bottom: 30px;
}

.inlineBlock>div {
  display: inline-block;
  vertical-align: middle;
  width: 45%;
}

.reserve input,
.reserve select {
  width: 70%;
  height: 40px;
  border: 1px solid #ddd;
  padding: 0 10px;
}

.reserve>form>.text {
  height: auto;
}

.text span {
  display: inline-block;
  vertical-align: top;
}

.text textarea {
  width: 77%;
  height: 240px;
  resize: none;
  border: 1px solid #ddd;
  box-sizing: border-box;
  padding: 12px;
  line-height: 2;
}



.sub {
  width: 300px;
  height: 40px;
  margin: 0 auto;
  margin-bottom: 0 !important;
}

.sub button {
  outline: none;
  border: 0;
  color: #fff;
  background-color: #43a1e7;
  width: 120px;
  height: 40px;
  margin: 0 10px;
}

.itemMsg div {
  font-size: 0;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-top: 1px solid #ddd;
}

.itemMsg div:last-child {
  border-bottom: 1px solid #ddd;
}

.itemMsg div>span {
  display: inline-block;
  vertical-align: top;
  line-height: 52px;
  font-size: 16px;
}

.itemMsg div>span:first-child {
  width: 20%;
  text-align: center;
}

.itemMsg div>span:last-child {
  width: 80%;
  padding: 0 10px;
  box-sizing: border-box;
  border-left: 1px solid #ddd;
}


.zj-info .boxss ul li {
  width: 100%;

}

.zj-info .boxss .item a {
  box-shadow: 0 0 0 0;

}

.zj-info .boxss .item a::after {
  border: 0 !important;
}

.zj-info .boxss .item .text {
  width: 87%;
  height: 17.25rem;
}

.zj-info .boxss .item .text p:last-child {
  margin-top: 2.125rem;
  line-height: 1.875rem;
}


.zj-info .boxss .item .sher-main p,.zj-info .boxss .item .sher-main h4{
  display:none;
}
.social-share .icon-wechat{
  background-color:transparent;
}
.zj-info .boxss .item .sher-main a{
  padding:0;
}
.zj-info .boxss .item .sher-main a img{
  width: 10rem;
    height: 10rem;
    transform: scale(1);
}


.mzsj .jj-right p {
  font-size: 1.5rem;
  color: #fff;
  font-weight: bold;
  margin-bottom: 1.875rem;
}

.mzsj .jj-right p span {
  font-weight: 400;
  font-size: 1rem;
  color: #fff;
}

.mzsj .jj-right ul li {
  display: flex;

}

.mzsj .jj-right ul li span {
  width: calc(100% / 7);
  display: flex;
  justify-content: center;
  align-items: center;
  height: 2.8125rem;
  border: .0625rem solid #dfd7d7;
  text-align: center;
  line-height: 2.8125rem;

}

.mzsj .jj-right ul li span:not(.mzsj .jj-right ul li span:last-child) {
  border-right: 0;

}

.mzsj .jj-right ul li:nth-child(2) span {
  border-bottom: 0;
  border-top: 0;
}

.mzsj .jj-right ul li span img {
  width: 1.5rem;
  height: 1.5rem;
}






.reserve {
  display: flex;
}
.reserve .res-r {
  width: 70%;
}
.reserve .rijht { 
  width: 30%;
}
<!--.reserve .rijht .news-container {-->
<!--  width: 100%;-->
<!--  margin: 0 auto;-->
<!--}-->
.reserve .rijht .news-title {
  font-family: SourceHanSansCN;
  font-weight: bold;
  font-size: 1.5rem;
  color: #FFFFFF;
  position: relative;
  line-height: 6.9rem;
  padding-left: 1rem;
  background: #0393d3;
  color: white;
  height: 4.9rem;
  line-height: 4.99rem;
  position: relative;
}
  
<!--.reserve .rijht .news-title::after{-->
<!--  content: '';-->
<!--  width: 0.38rem;-->
<!--  height: 1.38rem;-->
<!--  background: #FFFFFF;-->
<!--  position: absolute;-->
<!--  left: 3.56rem;-->
<!--  top: 41%;-->
<!--}-->
  
<!--.reserve .rijht  ul {-->
<!--  padding-top: 1.44rem;-->
<!--  list-style-type: none;-->
<!--  padding-left: 3.63rem;-->
<!--  padding-right: 3.31rem;-->
<!--}-->

<!--.MWaip {-->
<!--  background: url(../images/i_pic_bg_02.jpg) no-repeat center bottom;-->
<!--  width: 100%;-->
<!--  overflow: hidden;-->
<!--}-->

<!--.p_contMain {-->
<!--  width: 970px;-->
<!--  overflow: hidden;-->
<!--  padding: 4px;-->
<!--  background: #fff;-->
<!--  margin: 0 auto;-->
<!--}-->

<!--.p_wz {-->
<!--  width: 970px;-->
<!--  height: 34px;-->
<!--  line-height: 34px;-->
<!--  overflow: hidden;-->
<!--  background: url(../images/p_wz.png) no-repeat #bbdef9;-->
<!--  text-indent: 40px;-->
<!--  color: #5486ac;-->
<!--}-->

<!--.fontSt {-->
<!--    font-family: "宋体";-->
<!--}-->

<!--.blankH20 {-->
<!--  height: 20px;-->
<!--  overflow: hidden;-->
<!--}-->

<!--.p_contMain .p_xl_cont_xj {-->
<!--  width: 98%;-->
<!--  overflow: hidden;-->
<!--  margin: 0 auto;-->
<!--  background: #f5f5f5;-->
<!--  margin-top: 2px;-->
<!--}-->

<!--.p_contMain .p_xl_cont_xj .p_xj_laix {-->
<!--  padding: 10px 20px;-->
<!--  background: #f5f5f5;-->
<!--  margin-top: 2px;-->
<!--  overflow: hidden;-->
<!--}-->
<!--.p_contMain .p_xl_cont_xj .p_xj_laix .time {-->
<!--  height: 38px;-->
<!--  line-height: 38px;-->
<!--  overflow: hidden;-->
<!--  background: url(../images/p_title_02.png) no-repeat left center;-->
<!--  text-indent: 20px;-->
<!--}-->

<!--.fl {-->
<!--  float: left;-->
<!--}-->
<!--.f18 {-->
<!--  font-size: 18px;-->
<!--}-->

<!--.fr {-->
<!--  float: right;-->
<!--}-->

<!--.blankH10 {-->
<!--  height: 10px;-->
<!--  overflow: hidden;-->
<!--  font-size: 0px;-->
<!--}-->


<!--.fenge-fen{-->
<!--  border: 2px ridge #333;-->
<!--}-->


<!--.reserve .rijht   .date {-->
<!--  font-family: SourceHanSansCN;-->
<!--  font-weight: 400;-->
<!--  font-size: 0.88rem;-->
<!--  color: #D70D0D;-->
<!--  padding-left: 2.39rem;-->
<!--  position: relative;-->
<!--}-->
    
<!--.reserve .rijht   .date::after{-->
<!--  content: '';-->
<!--  width: 1.39rem;-->
<!--  height: 1.39rem;-->
<!--  opacity: 0.5;-->
<!--  background-image: url(../images/dbx.png);-->
<!--  position: absolute;-->
<!--  left: 0;-->
<!--  background-size: 100% 100% ;-->
<!--}-->
 
 
 
 
 
 
.reserve .rijht ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.125rem 0;
  position: relative;
  transform: all .6s;
  -webkit-transform: all .6s;
  -moz-transform: all .6s;
  -ms-transform: all .6s;
  -o-transform: all .6s;
}

.reserve .rijht ul li a:hover h3,
.reserve .rijht ul li a:hover p {
  color: #0393D3 !important;
}

.reserve .rijht ul li a::after,
.dzxx .item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: inline-block;
  width: .5rem;
  height: .5rem;
  background: #CDCDCD;
}

.reserve .rijht ul li a::before,
.dzxx .item::before {
  content: "";
  position: absolute;
  bottom: .1875rem;
  width: 100%;
  border-bottom: .0625rem dashed #CDCDCD;
}

.reserve .rijht li a:hover::before,
.dzxx ul li a:hover .item::before {
  border-color: #0393D3;
}

.reserve .rijht ul li a:hover::after,
.dzxx ul li a:hover .item::after {
  background-color: #0393D3;
}

/* .xwgg ul li a */
.reserve .rijht ul li a .date h3,
.reserve .rijht ul li a .date p {
  font-weight: 500;
  font-size: 2rem;
  color: #333333;
}

.reserve .rijht ul li a .date {
  width: 15%;
  text-align: center;
  margin-right: 5% ;
}

.reserve .rijht ul li a .date p {
  font-weight: 400;
  font-size: 1rem;
}

.reserve .rijht ul li a .text {
  width: 92%;
}

.reserve .rijht ul li a .text p {
  font-weight: 500;
  font-size: 1.25rem;
  color: #333333;
  line-height: 1.875rem;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.reserve .rijht ul li a .text p:last-child {
  font-weight: 400;
  font-size: .875rem;
  color: #666;
}

 
 
<!--.reserve .rijht  a p{-->
<!--  font-family: SourceHanSansCN;-->
<!--  font-weight: 400;-->
<!--  font-size: 1.13rem;-->
<!--  color: #676767;-->
<!--  line-height: 1.83rem;-->
<!--  display: -webkit-box;-->
<!--  -webkit-box-orient: vertical;-->
<!--  -webkit-line-clamp: 2;-->
<!--  overflow: hidden;-->
<!--  text-overflow: ellipsis;-->
<!--}-->




.rcly .rcly-box .zj p {
  font-weight: bold;
  font-size: 1.125rem;
  color: #4E4E4E;
}

.mzsj .jj-right ul li:first-child span {
  background-color: rgba(234, 234, 234, .2);

}

.mzsj .jj-right ul li span {
  border-color: #EAEAEA;
  font-size: 1.125rem;
  color: #555555;
}

.mzsj-title h3 {
  font-weight: bold;
  font-size: 1.25rem;
  color: #333333;
  position: relative;
  padding-left: .625rem;
  margin-bottom: 2.5rem;
  margin-top: 1.875rem;
}

.mzsj-title h3::before {
  position: absolute;
  left: 0;
  bottom: .1875rem;
  height: 80%;
  content: "";
  display: inline-block;
  border-radius: .0625rem .0625rem .0625rem .0625rem;
  border-left: 4px solid #0393D3;
  -webkit-border-radius: .0625rem .0625rem .0625rem .0625rem;
  -moz-border-radius: .0625rem .0625rem .0625rem .0625rem;
  -ms-border-radius: .0625rem .0625rem .0625rem .0625rem;
  -o-border-radius: .0625rem .0625rem .0625rem .0625rem;
}

.tksys-swiper {
  position: relative;
  padding-bottom: 3.125rem;
}

.tksys-swiper .img {
  width: 11.5rem !important;
  margin-right: 1.25rem;
  object-fit: contain;
}

.zj-info .img {
  width: 13.75rem !important;
  margin-right: 1.25rem;
}

.tksys-swiper .text {
  width: 53% !important;
}

.tksys-swiper .swiper-pagination-bullet {
  width: .625rem;
  height: .625rem;
  opacity: 1;
  background: #D7EDF6;
}

.tksys-swiper .swiper-pagination-bullet-active {
  width: 1.5rem;
  height: .625rem;
  background: #0393D3;
  border-radius: .3125rem .3125rem .3125rem .3125rem;
  -webkit-border-radius: .3125rem .3125rem .3125rem .3125rem;
  -moz-border-radius: .3125rem .3125rem .3125rem .3125rem;
  -ms-border-radius: .3125rem .3125rem .3125rem .3125rem;
  -o-border-radius: .3125rem .3125rem .3125rem .3125rem;
}

.gen {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 1.875rem;
  margin-bottom: 5rem;
}

.gen a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 13.8125rem;
  height: 3.5rem;
  background: #FFFFFF;
  border: .0625rem solid #DDDDDD;
  font-weight: 400;
  font-size: 1rem;
  color: #898989;
  transition: all .6s;
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  -ms-transition: all .6s;
  -o-transition: all .6s;
}

.gen a:hover {
  color: #fff;
  background-color: #0393D3;
}


.tksys-swiper .item .text h3 {
  font-weight: 500;
  font-size: 1.5rem;
  color: #363636;
  position: relative;
  margin-bottom: 1.875rem;
}

.tksys-swiper .item .text p {
  font-weight: 400;
  font-size: .875rem;
  color: #666666;
  line-height: 1.3125rem;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.tksys-swiper .item a::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  border-top: .1875rem solid #0393D3;
  width: 0;
  display: inline-block;
  vertical-align: middle;
  transition: all .6s;
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  -ms-transition: all .6s;
  -o-transition: all .6s;
}

.tksys-swiper .item a {
  position: relative;
}

.ksxq .ys .item>a,
.zjjs-cont .box .item a,
.tksys-swiper .item a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0px 0px 1.1875rem 0px #DBDBDB;
  padding: 1.875rem;
  box-sizing: border-box;
}

/* .social-share .icon-wechat .wechat-qrcode,
.social-share .icon-wechat {
  display: block !important;
  width: 8.75rem !important;
  height: 8.75rem !important;
  position: static !important;
  padding: 0 !important;
} */

.social-share .icon-wechat .wechat-qrcode {
  box-shadow: 0 0 0 0 !important;

}

.social-share .icon-wechat .wechat-qrcode img {
  transition: all .6s;
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  -ms-transition: all .6s;
  -o-transition: all .6s;
}

<!--.social-share .icon-wechat .wechat-qrcode .qrcode,-->
<!--.social-share .icon-wechat .wechat-qrcode img {-->
<!--  margin: 0 !important;-->
<!--  width: 100% !important;-->
<!--  height: 100%;-->
<!--}-->

<!--.social-share .icon-wechat .wechat-qrcode h4,-->
<!--.social-share .icon-wechat .wechat-qrcode .help {-->
<!--  display: none !important;-->
<!--}-->

.social-share .icon-wechat {
  /* background-color: transparent; */
  border: 0 !important;
  box-shadow: 0 0 0 0 !important;
}

.zj-info .boxss .item .text {
  width: 70%;
}

/* .social-share .icon-wechat:before {
  content: "";
  display: none;
} */

.sher-main {
  display: flex;
  flex-direction: row;
}

.sher-main>p {
  color: #ccc;
  font-size: .875rem;
  margin-top: .625rem;
}

.jj-list{
    display: flex;
    align-items: center;
    justify-content: center;
    padding:1rem 0;
}
.jj-list li {
  margin-right:1.3rem;
}
.jj-list li a{
  font-size: 1.25rem;
    color: #333333;
}
.jj-list li:hover a,.jj-list li.active a{
  color:#0393D3;
}
.zbcg ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    align-content: center;
    margin: 0;
}
.zbcg ul li {
    width: 49%;
}
.zbcg ul li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 5.0625rem;
    position: relative;
    padding: 0 1.25rem;
    transition: all .6s;
    border-bottom: .0625rem dashed #DCDCDC;
}
.zbcg ul li a::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    left: .375rem;
    width: .4375rem;
    height: .4375rem;
    background: #006CBC;
    border-radius: 50%;
    transition: all .6s;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    -ms-transition: all .6s;
    -o-transition: all .6s;
}
.zbcg ul li a p:first-child {
max-width:100%;
overflow:hidden;
text-overflow:ellipsis;
white-space:nowrap;
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 3rem;
    color: #333333;
}
.zbcg ul li a p:last-child {
    width: 5rem;
    font-size: 1rem;
    color: #B3B3B3;
    line-height: 1.5rem;
}








.ksdt{
  margin-top: 11rem;
  background-image: url('../images/ksdh-bg.png');
  background-size: 100%, contain;
  background-repeat: no-repeat;
  padding-top: 2.25rem;
}

.dh,.dh>a{
  font-weight: 500;
    font-size: 1rem;
    color: #3F7C96;
    margin-bottom:10px;
}
.dh::before{
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 1.1875rem;
    height: 1.4375rem;
    background-image: url('../images/dh.png');
   background-size: contain;
    background-repeat: no-repeat;
  margin-right: .625rem;
}
.ksdt .ksdt-box{

  position: relative;
  background-color: #fff;
  min-height: 50rem;
  margin: 0 2.5rem;
  margin-bottom:3rem;
  margin-top: 2.25rem;
  border: 1px dashed #0955b2;
  padding: 2rem 3.75rem;
  padding-bottom: 2.5rem;
  background-image: url('../images/ksdt-logo.png');
  background-size: 100%, contain;
  background-repeat: no-repeat;
}
.ksdt .ksdt-box::after{
  content: "";
  position: absolute;
  bottom: -0.4375rem;
  left: 0;
  width: 100%;
  border-bottom: 6px solid #c3c9dc;
}
.ksdt .top{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ksdt .top h3{
  font-weight: bold;
    font-size: 2.75rem;
    color: #0455B2;
}
.ksdt .top a{
  font-weight: 400;
  font-size: 1.125rem;
  color: #444444;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 5.375rem;
  height: 5.375rem;
  border: 1px dashed #BFBFBF;
  transition: all .6s;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  -ms-transition: all .6s;
  -o-transition: all .6s;
}
.ksdt .top a img{
  width: 1.625rem;
    height: 1.4375rem;
}
.ksdt .top a img:nth-child(2){
  display: none;
}
.ksdt .top a:hover{
  border-color: #0455B2;
}
.ksdt .top a:hover img:first-child{
  display: none;
}
.ksdt .top a:hover img:nth-child(2){
  display: block;
}
.ksdt .top a:hover{
  color: #0455B2;
}
.ksdt .wzs{
  min-height: 3.125rem;
  background: #0955B2;
  display: flex;
  align-items: center;
  padding: 0 2.5rem ;
  box-sizing: border-box;
  margin: 1.25rem 0;
}
.ksdt .wzs p{
  font-weight: 400;
    font-size: 1.125rem;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    margin-right: 3.75rem;
}
.ksdt .wzs p:last-child{
  margin: 0;
}
.ksdt .wzs p::before{
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: .9375rem;
    height: 1.125rem;
    background-image: url('../images/dw.png');
    background-size: 100% 100%;
    margin-right: .625rem;
}
.ksdt .wzs p:last-child:before{
  background-image: url('../images/phone.png');
  width: 1.0625rem;
    height: .9375rem;
}
.mzpb ul li{
  position: relative;
  padding:0 .9375rem;
  
  box-sizing: border-box;
  transition: all .6s;
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  -ms-transition: all .6s;
  -o-transition: all .6s;
}
.mzpb ul li a{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.875rem 0;
  padding-left: 1.25rem;
  box-sizing: border-box;
  border-bottom: 1px dashed #dcdcdc;
}
.mzpb ul li::after{
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 0%;
  transition: all .6s;
  border-bottom: .125rem solid #0955b2;
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  -ms-transition: all .6s;
  -o-transition: all .6s;
}
.mzpb ul li a::before{
    position: absolute;
    left: 0;
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: .4375rem;
    height: .4375rem;
    background: #006CBC;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.mzpb ul li a p{
  font-weight: 400;
    font-size: 1.125rem;
    color: #333333;
}
.mzpb ul li a p:last-child{
    font-size: 1rem;
    color: #B3B3B3;
}
.mzpb ul li:hover::after{
  width: 100%;
}
.mzpb ul li:hover{
  border: 0;
}
.mzpb ul li:hover{
  background-color: #fff;
  box-shadow: 0 0 .9375rem 0 #ccc;
}
.mzpb ul li:hover a::before{
  background-color: #AF1512;
}
.mzpb ul li:hover a p:first-child{
  color: #0955b2;
}
.mzpb ul li a p:first-child{
  max-width: 80%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.mzpb ul li a p:last-child{
  min-width: 5rem;
}
.gds{
  display: flex;
    align-items: center;
    justify-content: space-between;
}
.gds a{
  color: #333;
    font-size: 18px;
}




