﻿.bread {
  width: 100%;
  height: 50px;
  line-height: 50px;
  background-color: #f5f5f5;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.14);
}
.bread a:hover {
  color: #08579A;
}
.container {
  max-width: 1200px;
  padding: 0;
}
body {
  background: #fff;
}
.head {
  padding: 11px 0;
  transition: all 0.5s;
}
.head .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.head .container .head-rt {
  width: 69.5%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.head .container .head-rt ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 84.2%;
}
.head .container .head-rt ul li a {
  font-size: 16px;
  transition: all 0.5s;
  color: #333333;
  display: block;
  position: relative;
  padding: 13px 0;
  /*text-align: right;*/
}
.head .container .head-rt ul li a::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  width: 0%;
  transition: all 0.5s;
  height: 1px;
  background: #08579A;
}
.head .container .head-rt ul li a:hover {
  color: #08579A;
}
.head .container .head-rt ul li a:hover::after {
  width: 100%;
}
.head .container .head-rt div {
  position: relative;
}
.head .container .head-rt div .head-lan {
  font-size: 16px;
  display: flex;
  align-items: center;
  cursor: pointer;
  color: #333333;
}
.head .container .head-rt div .head-lan img {
  margin-left: 11px;
}
.head .container .head-rt div .head-xl {
  position: absolute;
  top: 100%;
  width: 100%;
  background: #333;
  text-align: center;
  display: none;
  z-index: 99;
}
.head .container .head-rt div .head-xl a {
  color: #fff;
  display: block;
}
.head .container .mob-ico {
  display: none;
}
.head .container .mob-ico img {
  max-width: 37px;
}
.h-active {
  color: #08579A !important;
}
.h-active::after {
  width: 100% !important;
}
.mb-nav {
  position: fixed;
  width: 100%;
  height: 100%;
  left: -100%;
  top: 0;
  z-index: 99999;
  background: #000;
  padding: 20px;
  transition: all 0.5s;
}
.mb-nav p:nth-child(1) {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.mb-nav p:nth-child(1) a img {
  max-width: 239px;
}
.mb-nav p:nth-child(1) .closed {
  max-width: 23px;
}
.mb-nav ul {
  width: 84%;
  margin: 0 auto;
  margin-top: 105px;
}
.mb-nav ul li {
  position: relative;
  margin-bottom: 17px;
}
.mb-nav ul li a {
  display: block;
  width: 90%;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.7);
}
.mb-nav ul li .mxl-o {
  position: absolute;
  right: 0;
  top: 13px;
}
.mb-nav ul li .mb-div {
  display: none;
  margin-top: 9px;
  padding-left: 21px;
}
.mb-nav ul li .mb-div .mxl-t {
  position: absolute;
  right: -29px;
  top: 13px;
}
.mb-nav ul li .mb-div a {
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 2px;
  width: 90%;
  position: relative;
}
.mb-nav ul li .mb-div a:last-child {
  margin-bottom: 0;
}
.mb-nav p:nth-child(3) {
  width: 84%;
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.7);
  font-size: 17px;
  margin-top: 42px;
}
.mb-nav p:nth-child(3) a {
  color: rgba(255, 255, 255, 0.7);
  font-size: 17px;
  padding: 0 8px;
}
.mb-nav p:nth-child(3) a:nth-child(1) {
  padding-left: 0;
}
.mb-active a {
  color: #fff !important;
}
.mb-active .mb-div a {
  color: rgba(255, 255, 255, 0.7) !important;
}
.banner .ban-swiper .swiper-wrapper .swiper-slide {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 650px;
  max-height: 650px;
}
.banner .ban-swiper .swiper-wrapper .swiper-slide .container {
  height: 100%;
  display: flex;
  justify-content: center;
  position: relative;
}
.banner .ban-swiper .swiper-wrapper .swiper-slide .container div {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  top: 23%;
}
.banner .ban-swiper .swiper-wrapper .swiper-slide .container div h3 {
  font-size: 50px;
  color: #ffffff;
  letter-spacing: 4px;
  position: relative;
  padding-bottom: 32px;
}
.banner .ban-swiper .swiper-wrapper .swiper-slide .container div h3::after {
  position: absolute;
  left: 50%;
  bottom: 0;
  content: "";
  width: 212px;
  height: 1px;
  background-color: #ffffff;
  transform: translateX(-50%);
}
.banner
  .ban-swiper
  .swiper-wrapper
  .swiper-slide
  .container
  div
  p:nth-child(2) {
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 57px;
  letter-spacing: 0px;
  color: #ffffff;
  letter-spacing: 1px;
  margin-top: 19px;
}
.banner
  .ban-swiper
  .swiper-wrapper
  .swiper-slide
  .container
  div
  p:nth-child(3) {
  font-size: 15px;
  color: #ffffff;
  letter-spacing: 0.5px;
  margin-top: -14px;
}
.banner .ban-swiper .ban-pagination {
  bottom: 26px;
}
.banner .ban-swiper .ban-pagination .swiper-pagination-bullet {
  width: 60px;
  height: 3px;
  background-color: #ffffff;
  border-radius: 0;
  opacity: 1;
}
.banner .ban-swiper .ban-pagination .swiper-pagination-bullet-active {
  background-color: #08579A;
}
.field {
  padding-top: 18px;
}
.field .field-con {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.field .field-con .field-items {
  width: 25%;
  position: relative;
  padding: 0 36px;
  padding-top: 50px;
  padding-bottom: 24px;
  border-radius: 5px;
  transition: all 0.5s;
}
.field .field-con .field-items .field-cont {
  text-align: center;
}
.field .field-con .field-items .field-cont p:nth-child(1) img {
  /*height: 34px;*/
}
.field .field-con .field-items .field-cont p:nth-child(1) img:nth-child(2) {
  display: none;
}
.field .field-con .field-items .field-cont p:nth-child(2) {
  font-size: 18px;
  transition: all 0.5s;
  color: #333333;
  margin-top: 24px;
}
.field .field-con .field-items .field-cont div {
  font-size: 14px;
  transition: all 0.5s;
  line-height: 24px;
  color: #666666;
  margin-top: 15px;
  display: -ms-flexbox;
      overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
   -webkit-line-clamp:4;
   -webkit-box-orient:vertical;
}
.field .field-con .field-items .field-cont a {
  transition: all 0.5s;
  font-size: 14px;
  color: #ffffff;
  position: relative;
  margin-top: 25px;
  display: flex;
  justify-content: center;
}
.field .field-con .field-items .field-cont a::before {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  width: 32px;
  height: 2px;
  transition: all 0.5s;
  background-color: #a3a3a3;
}
.field .field-con .field-items:hover {
  background: #08579A;
}
.field
  .field-con
  .field-items:hover
  .field-cont
  p:nth-child(1)
  img:nth-child(1) {
  display: none;
}
.field
  .field-con
  .field-items:hover
  .field-cont
  p:nth-child(1)
  img:nth-child(2) {
  display: inline;
}
.field .field-con .field-items:hover .field-cont p:nth-child(2) {
  color: #fff;
}
.field .field-con .field-items:hover .field-cont a::before {
  opacity: 0;
  visibility: visible;
}
.field .field-con .field-items:hover div {
  color: #fff;
}
.field .field-con .field-items:hover::after {
  background: #08579A;
}
.field .field-con .field-items::after {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  width: 1px;
  height: 168px;
  background-color: #e2e2e2;
  transition: all 0.5s;
}
.field .field-con .field-items:last-child::after {
  display: none;
}
.field-bt {
  text-align: center;
}
.field-bt p {
  font-size: 16px;
  color: #bababa;
  position: relative;
  padding-bottom: 8px;
}
.field-bt p::after {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  content: "";
  width: 20px;
  height: 2px;
  background-color: #08579A;
}
.field-bt h3 {
  font-size: 30px;
  color: #08579A;
  margin-top: 10px;
}
.field-bt h3 span {
  color: #333;
}
.about {
  padding-top: 22px;
}
.about .about-con {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 39px;
}
.about .about-con .about-con-lf {
  width: 43.3%;
}
.about .about-con .about-con-lf .about-bt {
  font-size: 18px;
  color: #08579A;
  position: relative;
  padding-bottom: 16px;
}
.about .about-con .about-con-lf .about-bt::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 515px;
  height: 3px;
  background-color: #08579A;
}
.about .about-con .about-con-lf div {
  font-size: 14px;
  line-height: 30px;
  color: #666666;
  text-align: justify;
  margin-top: 25px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  display: -moz-box;
  -moz-line-clamp: 5;
  -moz-box-orient: vertical;
  word-wrap: break-word;
  word-break: break-all;
  white-space: normal;
}
.about .about-con .about-con-lf a {
  width: 125px;
  height: 38px;
  background-color: #08579A;
  border-radius: 19px;
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  transition: all 0.5s;
  margin-top: 58px;
}
.about .about-con .about-con-lf a:hover {
  transform: translateX(10px);
  box-shadow: 1px 1px 10px #08579A;
}
.about .about-con .about-con-rt {
  width: 50.5%;
}
.about .about-con .about-con-rt p {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 415px;
}
.data {
  background: url(../images/d-bg.jpg) no-repeat;
  background-size: cover;
  margin-top: 80px;
  padding: 70px 0;
}
.data .container ul {
  display: flex;
  justify-content: space-between;
}
.data .container ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.data .container ul li p:nth-child(1) {
  display: flex;
  align-items: flex-end;
}
.data .container ul li p:nth-child(1) span:nth-child(1) {
  font-size: 50px;
  color: #ffffff;
  line-height: 1.17;
}
.data .container ul li p:nth-child(1) span:nth-child(2) {
  font-size: 16px;
  color: #ffffff;
  margin-left: 10px;
}
.data .container ul li p:nth-child(2) {
  font-size: 16px;
  color: #ffffff;
  margin-top: 11px;
}
.professional {
  max-width: 1360px;
  margin: 0 auto;
  padding: 58px 0;
}
.professional .professional-con {
  margin-top: 40px;
  position: relative;
}
.professional .professional-con .professional-swiper {
  padding: 10px;
  max-width: 1220px;
  margin: 0 auto;
}
.professional
  .professional-con
  .professional-swiper
  .swiper-wrapper
  .swiper-slide {
  box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.06);
  border-radius: 3px;
  padding: 11px;
  padding-bottom: 36px;
  transition: all 0.5s;
}
.professional
  .professional-con
  .professional-swiper
  .swiper-wrapper
  .swiper-slide
  .professional-cont
  .professional-thumb {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 297px;
  display: block;
}
.professional
  .professional-con
  .professional-swiper
  .swiper-wrapper
  .swiper-slide
  .professional-cont
  div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 18px;
}
.professional
  .professional-con
  .professional-swiper
  .swiper-wrapper
  .swiper-slide
  .professional-cont
  div
  p
  span:nth-child(1) {
  font-size: 18px;
  color: #333333;
}
.professional
  .professional-con
  .professional-swiper
  .swiper-wrapper
  .swiper-slide
  .professional-cont
  div
  p
  span:nth-child(2) {
  font-size: 14px;
  color: #999999;
  margin-left: 15px;
}
.professional
  .professional-con
  .professional-swiper
  .swiper-wrapper
  .swiper-slide
  .professional-cont
  div
  a
  img:nth-child(2) {
  display: none;
}
.professional
  .professional-con
  .professional-swiper
  .swiper-wrapper
  .swiper-slide
  .professional-cont
  .professional-desc {
  font-size: 14px;
  line-height: 28px;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -moz-box;
  -moz-line-clamp: 2;
  -moz-box-orient: vertical;
  word-wrap: break-word;
  word-break: break-all;
  margin-top: 11px;
  white-space: normal;
}
.professional
  .professional-con
  .professional-swiper
  .swiper-wrapper
  .swiper-slide:hover {
  transform: translateY(-10px);
  box-shadow: 0px 12px 15px 3px rgba(0, 0, 0, 0.06);
}
.professional
  .professional-con
  .professional-swiper
  .swiper-wrapper
  .swiper-slide:hover
  div
  a
  img:nth-child(1) {
  display: none;
}
.professional
  .professional-con
  .professional-swiper
  .swiper-wrapper
  .swiper-slide:hover
  div
  a
  img:nth-child(2) {
  display: inline;
}
.professional .professional-con .professional-next {
  opacity: 1;
  right: 0;
  width: 40px;
  height: 40px;
  background: url(../images/rt.png) no-repeat;
  background-size: 100% 100%;
}
.professional .professional-con .professional-next:after,
.professional .professional-con .professional-prev:after {
  display: none;
}
.professional .professional-con .professional-prev {
  opacity: 1;
  left: 0;
  width: 40px;
  height: 40px;
  background: url(../images/lf.png) no-repeat;
  background-size: 100% 100%;
}
.professional .professional-more {
  width: 125px;
  height: 38px;
  border-radius: 19px;
  border: solid 1px #08579A;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  transition: all 0.5s;
  margin: 0 auto;
  margin-top: 25px;
  color: #08579A;
}
.professional .professional-more:hover {
  background: #08579A;
  color: #fff;
  box-shadow: 1px 1px 10px #08579A;
}
.news {
  background-color: #ffffff;
  padding-top: 20px;
  padding-bottom: 10px;
}
.news .container ul {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.news .container ul li {
  border-radius: 15px;
  border: solid 1px #e6e6e6;
  font-size: 14px;
  transition: all 0.5s;
  color: #333333;
  margin: 0 12px;
  padding: 0 21px;
  cursor: pointer;
}
.news .container ul li:hover {
  background: #08579A;
  color: #fff;
  border: solid 1px #08579A;
}
.news .container .new-con {
  margin-top: 26px;
}
.news .container .new-con .new-item {
  display: none;
}
.news .container .new-con .new-item .new-cont {
  display: flex;
  justify-content: space-between;
}
.news .container .new-con .new-item .new-cont .new-cont-lf {
  width: 80%;
}
.news .container .new-con .new-item .new-cont .new-cont-lf a:nth-child(1) {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 20px;
  display: block;
}
.news .container .new-con .new-item .new-cont .new-cont-lf a:nth-child(2) {
  font-size: 14px;
  transition: all 0.5s;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -moz-box;
  -moz-line-clamp: 1;
  -moz-box-orient: vertical;
  word-wrap: break-word;
  word-break: break-all;
  white-space: normal;
  margin-top: 20px;
}
.news .container .new-con .new-item .new-cont .new-cont-lf a:nth-child(3) {
  font-size: 14px;
  line-height: 18px;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -moz-box;
  -moz-line-clamp: 2;
  -moz-box-orient: vertical;
  word-wrap: break-word;
  word-break: break-all;
  white-space: normal;
  transition: all 0.5s;
  margin-top: 12px;
}
.news .container .new-con .new-item .new-cont .new-cont-lf a:nth-child(4) {
  font-size: 14px;
  transition: all 0.5s;
  color: #08579A;
  margin-top: 23px;
  display: flex;
}
.news
  .container
  .new-con
  .new-item
  .new-cont
  .new-cont-lf:hover
  a:nth-child(2) {
  color: #08579A;
}
.news .container .new-con .new-item .new-cont .new-cont-rt {
  width: 80%;
}
.news .container .new-con .new-item .new-cont .new-cont-rt .new-cont-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.5s;
  padding-top: 4px;
  padding-bottom: 7px;
  padding-left: 10px;
  padding-right: 13px;
  margin-bottom: 10px;
  border-radius: 3px;
}
.news .container .new-con .new-item .new-cont .new-cont-rt .new-cont-item p {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  width: 9.33%;
}
.news
  .container
  .new-con
  .new-item
  .new-cont
  .new-cont-rt
  .new-cont-item
  p
  span:nth-child(1) {
  font-size: 19px;
  transition: all 0.5s;
  color: #666666;
}
.news
  .container
  .new-con
  .new-item
  .new-cont
  .new-cont-rt
  .new-cont-item
  p
  span:nth-child(2) {
  font-size: 14px;
  transition: all 0.5s;
  color: #666666;
  margin-top: -4px;
}
.news .container .new-con .new-item .new-cont .new-cont-rt .new-cont-item div {
  width: 87.8%;
  padding-left: 10px;
  position: relative;
}
.news
  .container
  .new-con
  .new-item
  .new-cont
  .new-cont-rt
  .new-cont-item
  div
  a:nth-child(1) {
  font-size: 16px;
  transition: all 0.5s;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -moz-box;
  -moz-line-clamp: 1;
  -moz-box-orient: vertical;
  word-wrap: break-word;
  word-break: break-all;
  white-space: normal;
}
.news
  .container
  .new-con
  .new-item
  .new-cont
  .new-cont-rt
  .new-cont-item
  div
  a:nth-child(2) {
  font-size: 14px;
  transition: all 0.5s;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -moz-box;
  -moz-line-clamp: 1;
  -moz-box-orient: vertical;
  word-wrap: break-word;
  word-break: break-all;
  white-space: normal;
  margin-top: -3px;
}
.news
  .container
  .new-con
  .new-item
  .new-cont
  .new-cont-rt
  .new-cont-item
  div::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  height: 30px;  
  transition: all 0.5s;
}
.news
  .container
  .new-con
  .new-item
  .new-cont
  .new-cont-rt
  .new-cont-item:last-child {
  margin-bottom: 0;
}
.news
  .container
  .new-con
  .new-item
  .new-cont
  .new-cont-rt
  .new-cont-item:hover {
  background: #08579A;
}
.news
  .container
  .new-con
  .new-item
  .new-cont
  .new-cont-rt
  .new-cont-item:hover
  p
  span:nth-child(1),
.news
  .container
  .new-con
  .new-item
  .new-cont
  .new-cont-rt
  .new-cont-item:hover
  p
  span:nth-child(2),
.news
  .container
  .new-con
  .new-item
  .new-cont
  .new-cont-rt
  .new-cont-item:hover
  div
  a:nth-child(1),
.news
  .container
  .new-con
  .new-item
  .new-cont
  .new-cont-rt
  .new-cont-item:hover
  div
  a:nth-child(2) {
  color: #fff;
}
.news
  .container
  .new-con
  .new-item
  .new-cont
  .new-cont-rt
  .new-cont-item:hover
  div::before {
  background: #fff;
}
.news .container .new-con .new-item:nth-child(1) {
  display: block;
}
.n-active {
  background: #08579A !important;
  color: #fff !important;
  border: solid 1px #08579A !important;
}
.foot {
  background-color: #2d2c32;
}
.foot .container .foot-tp {
  display: flex;
  justify-content: space-between;
  padding-top: 50px;
}
.foot .container .foot-tp .foot-tp-lf p {
  font-size: 16px;
  position: relative;
  padding-bottom: 14px;
  color: #ffffff;
}
.foot .container .foot-tp .foot-tp-lf p::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 31px;
  height: 2px;
  border: solid 1px #ffffff;
}
.foot .container .foot-tp .foot-tp-lf ul {
  margin-top: 27px;
}
.foot .container .foot-tp .foot-tp-lf ul li {
  font-size: 14px;
  line-height: 36px;
  color: #ffffff;
  opacity: 0.5;
}
.foot .container .foot-tp .foot-tp-cen {
  width: 25.32%;
}
.foot .container .foot-tp .foot-tp-cen p {
  font-size: 16px;
  position: relative;
  padding-bottom: 14px;
  color: #ffffff;
}
.foot .container .foot-tp .foot-tp-cen p::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 31px;
  height: 2px;
  border: solid 1px #ffffff;
}
.foot .container .foot-tp .foot-tp-cen ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 32px;
}
.foot .container .foot-tp .foot-tp-cen ul li {
  width: 50%;
  margin-bottom: 24px;
}
.foot .container .foot-tp .foot-tp-cen ul li a {
  font-size: 14px;
  color: #ffffff;
  opacity: 0.5;
  transition: all 0.5s;
}
.foot .container .foot-tp .foot-tp-cen ul li a:hover {
  opacity: 1;
}
.foot .container .foot-tp .foot-tp-rt {
  width: 27%;
}
.foot .container .foot-tp .foot-tp-rt p:nth-child(1) {
  font-size: 16px;
  position: relative;
  padding-bottom: 14px;
  color: #ffffff;
}
.foot .container .foot-tp .foot-tp-rt p:nth-child(1)::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 31px;
  height: 2px;
  border: solid 1px #ffffff;
}
.foot .container .foot-tp .foot-tp-rt p:nth-child(2) {
  font-size: 14px;
  line-height: 30px;
  color: #ffffff;
  opacity: 0.5;
  margin-top: 30px;
}
.foot .container .foot-tp .foot-tp-rt form {
  background-color: rgba(255, 255, 255, 0.1);
  padding: 16px 0;
  padding-left: 40px;
  padding-right: 17px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 26px;
}
.foot .container .foot-tp .foot-tp-rt form input:nth-child(1) {
  font-size: 14px;
  color: #ffffff;
  background: none;
  outline: none;
  width: 88%;
}
.foot .container .foot-tp .foot-tp-rt form input:nth-child(2) {
  width: 9px;
  height: 16px;
  background: url(../images/fjt.png) no-repeat;
  background-size: 100% 100%;
}
.foot .container .foot-bt {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0.17);
  padding: 9.5px 0;
}
.foot .container .foot-bt p {
  color: #ffffff;
  opacity: 0.5;
}
.foot .container .foot-bt p a {
  color: #fff;
}
.activehead {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
  background: #fff;
  box-shadow: 1px 1px 10px #000;
}
.i-ban {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 450px;
  max-height: 450px;
}
.i-ban .container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.i-ban .container .iban-bt {
  font-size: 40px;
  font-weight: bold;
  color: #ffffff;
}
.i-ban .container .iban-bt span {
  font-size: 28px;
  color: #ffffff;
}
.i-crumb {
  background-color: #f5f5f5;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.14);
}
.i-crumb .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.i-crumb .container p {
  display: flex;
  align-items: center;
  font-size: 12px;
  color: #656565;
  padding: 13px 0;
}
.i-crumb .container p img {
  margin-right: 6px;
}
.i-crumb .container p a {
  font-size: 12px;
  transition: all 0.5s;
  color: #656565;
  margin: 0 5px;
}
.i-crumb .container p a:hover {
  color: #08579A;
}
.r-con {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
  padding-bottom: 68px;
}
.r-con .r-con-lf {
  width: 17.35%;
}
.r-con .r-con-lf ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #f5f5f5;
  border-radius: 4px;
  margin-bottom: 10px;
  transition: all 0.5s;
  padding: 16px 0;
  padding-left: 32px;
  padding-right: 30px;
}
.r-con .r-con-lf ul li a:nth-child(1) {
  font-size: 14px;
  color: #333333;
  transition: all 0.5s;
  white-space: nowrap;
}
.r-con .r-con-lf ul li a:nth-child(2) img {
  transition: all 0.5s;
}
.r-con .r-con-lf ul li a:nth-child(2) img:nth-child(2) {
  display: none;
}
.r-con .r-con-lf ul li:hover {
  background-color: #08579A;
}
.r-con .r-con-lf ul li:hover a {
  color: #fff;
}
.r-con .r-con-lf ul li:hover a:nth-child(2) img:nth-child(1) {
  display: none;
}
.r-con .r-con-lf ul li:hover a:nth-child(2) img:nth-child(2) {
  display: inline;
}
.r-con .r-con-rt {
  width: 78.5%;
}
.r-con .r-con-rt h3 {
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  position: relative;
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 20px;
}
.r-con .r-con-rt h3::after {
  position: absolute;
  bottom: -1px;
  left: 0;
  content: "";
  width: 132px;
  height: 1px;
  background-color: #08579A;
}
.r-con .r-con-rt .r-rycon {
  margin-top: 18px;
}
.r-con .r-con-rt .r-rycon li {
  display: flex;
  justify-content: space-between;
  margin-bottom: 9px;
}
.r-con .r-con-rt .r-rycon li .r-con-rt-lf {
  font-size: 14px;
  color: #666666;
}
.r-con .r-con-rt .r-rycon li .r-con-rt-lf span {
  font-size: 18px;
  font-weight: bold;
  color: #666666;
}
.r-con .r-con-rt .r-rycon li div {
  font-size: 14px;
  color: #666666;
  width: 87.2%;
  padding-left: 50px;
  position: relative;
  margin-top: 5.5px;
}
.r-con .r-con-rt .r-rycon li div::before {
  position: absolute;
  left: 0;
  top: 14px;
  content: "";
  width: 40px;
  height: 1px;
  background-color: #cccccc;
}
.r-con .r-con-rt .rgk-con {
  font-size: 14px;
  line-height: 26px;
  color: #666666;
  margin-top: 15px;
}
.r-con .r-con-rt .rgk-h3 {
  margin-top: 51px;
}
.r-con .r-con-rt .rgk-ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 37px;
}
.r-con .r-con-rt .rgk-ul li {
  text-align: center;
}
.r-con .r-con-rt .rgk-ul li p:nth-child(1) {
  height: 65px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.r-con .r-con-rt .rgk-ul li h4 {
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  margin-top: 25px;
}
.r-con .r-con-rt .rgk-ul li p:nth-child(3) {
  font-size: 14px;
  color: #666666;
}
.r-con .r-con-rt .rgk-yj {
  background: url(../images/yj-bg.jpg) no-repeat;
  background-size: cover;
  padding: 20px;
  margin-top: 77px;
}
.r-con .r-con-rt .rgk-yj .rgk-yj-con {
  background: rgba(255, 255, 255, 0.86);
  padding: 0 18px;
  padding-top: 83px;
  padding-bottom: 46px;
}
.r-con .r-con-rt .rgk-yj .rgk-yj-con ul {
  display: flex;
  justify-content: space-between;
}
.r-con .r-con-rt .rgk-yj .rgk-yj-con ul li {
  width: 29%;
  position: relative;
  padding-bottom: 25px;
}
.r-con .r-con-rt .rgk-yj .rgk-yj-con ul li h4 {
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  padding-left: 55px;
  border-bottom: 1px solid #08579A;
  padding-bottom: 11px;
}
.r-con .r-con-rt .rgk-yj .rgk-yj-con ul li div {
  font-size: 14px;
  line-height: 30px;
  color: #666666;
  padding-left: 55px;
  padding-top: 3px;
  position: relative;
}
.r-con .r-con-rt .rgk-yj .rgk-yj-con ul li div::before {
  position: absolute;
  left: 22px;
  top: -18px;
  width: 1px;
  height: 80px;
  background-color: #08579A;
  opacity: 0.8;
  content: "";
}
.r-con .r-con-rt .rgk-yj .rgk-yj-con ul li .rgkyj-sz {
  font-size: 16px;
  font-weight: bold;
  color: #08579A;
  position: absolute;
  bottom: 0;
  left: 14px;
}
.r-con .r-con-rt .rgk-xz {
  margin-top: 60px;
}
.r-active {
  background-color: #08579A !important;
}
.r-active a {
  color: #fff !important;
}
.r-active a:nth-child(2) img:nth-child(1) {
  display: none !important;
}
.r-active a:nth-child(2) img:nth-child(2) {
  display: inline !important;
}
.l-con-tp {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
}
.l-con-tp .l-con-tp-lf {
  border: solid 1px #cccccc;
  width: 50%;
  padding: 50px 40px 60px 40px;
}
.l-con-tp .l-con-tp-lf h4 {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1px;
  color: #545454;
}
.l-con-tp .l-con-tp-lf p {
  font-size: 14px;
  position: relative;
  letter-spacing: 1px;
  padding-bottom: 3px;
  color: #666666;
}
.l-con-tp .l-con-tp-lf p::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 93px;
  height: 2px;
  background-color: #08579A;
}
.l-con-tp .l-con-tp-lf ul {
  margin-top: 20px;
}
.l-con-tp .l-con-tp-lf ul li {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #545454;
  margin-bottom: 12px;
}
.l-con-tp .l-con-tp-lf ul li img {
  margin-right: 13px;
}
.l-con-tp .l-con-tp-lf ul li:last-child {
  margin-bottom: 0;
}
.l-con-tp .l-con-tp-rt {
  width: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 312px;
  max-height: 312px;
}
.l-lx-con {
  max-width: 1240px;
  margin: 0 auto;
  position: relative;
  margin-top: 80px;
}
.l-lx-con .container .lx-swiper .swiper-wrapper .swiper-slide .llx-cont {
  background-color: #f5f5f5;
  border-radius: 4px;
  border: solid 1px #e5e5e5;
  padding-top: 60px;
  padding-left: 13px;
  padding-right: 13px;
  height: 290px;
  transition: all 0.5s;
}
.l-lx-con .container .lx-swiper .swiper-wrapper .swiper-slide .llx-cont h4 {
  font-size: 18px;
  font-weight: bold;
  color: #545454;
}
.l-lx-con .container .lx-swiper .swiper-wrapper .swiper-slide .llx-cont div {
  margin-top: 11px;
}
.l-lx-con .container .lx-swiper .swiper-wrapper .swiper-slide .llx-cont div p {
  font-size: 16px;
  letter-spacing: 1px;
  color: #545454;
  margin-bottom: 10px;
}
.l-lx-con
  .container
  .lx-swiper
  .swiper-wrapper
  .swiper-slide
  .llx-cont
  div
  p:last-child {
  margin-bottom: 0;
}
.l-lx-con .container .lx-swiper .swiper-wrapper .swiper-slide .llx-cont:hover {
  border: 1px solid #08579A;
}
.l-lx-con .lx-next {
  right: 0;
  opacity: 1 !important;
  width: 40px;
  height: 40px;
  background: url(../images/lrt.png) no-repeat;
  background-size: 100% 100%;
}
.l-lx-con .lx-prev:after,
.l-lx-con .lx-next:after {
  display: none;
}
.l-lx-con .lx-prev {
  left: 0;
  opacity: 1 !important;
  width: 40px;
  height: 40px;
  background: url(../images/llf.png) no-repeat;
  background-size: 100% 100%;
}
.mymap section{
  height: 520px;
  margin-top: 100px;
}
#map img {
  max-width: inherit;
}
.z-con {
  background: #f5f5f5;
  padding-top: 50px;
  margin-top: 3px;
  padding-bottom: 82px;
}
.z-con .container .row {
  margin-left: -8px;
  margin-right: -8px;
}
.z-con .container .row .zcon-items {
  padding: 0 8px;
  margin-bottom: 16px;
}
.z-con .container .row .zcon-items .z-cont {
  text-align: center;
  background-color: #ffffff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.04);
  border-radius: 4px;
  padding-top: 65px;
  padding-left: 29px;
  padding-right: 29px;
  padding-bottom: 75px;
  transition: all 0.5s;
  height: 100%;
}
.z-con .container .row .zcon-items .z-cont .zcon-thumb {
  display: block;
}
.z-con .container .row .zcon-items .z-cont .zcon-thumb img:nth-child(2) {
  display: none;
}
.z-con .container .row .zcon-items .z-cont h4 {
  margin-top: 17px;
}
.z-con .container .row .zcon-items .z-cont h4 a {
  font-size: 20px;
  color: #333333;
  transition: all 0.5s;
}
.z-con .container .row .zcon-items .z-cont div {
  margin-top: 14px;
}
.z-con .container .row .zcon-items .z-cont div a {
  font-size: 14px;
  line-height: 22px;
  color: #666666;
  transition: all 0.5s;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: -moz-box;
  -moz-line-clamp: 3;
  -moz-box-orient: vertical;
  word-wrap: break-word;
  word-break: break-all;
  white-space: normal;
}
.z-con .container .row .zcon-items .z-cont:hover {
  background: #08579A;
}
.z-con .container .row .zcon-items .z-cont:hover .zcon-thumb img:nth-child(1) {
  display: none;
}
.z-con .container .row .zcon-items .z-cont:hover .zcon-thumb img:nth-child(2) {
  display: inline;
}
.z-con .container .row .zcon-items .z-cont:hover h4 a {
  color: #fff;
}
.z-con .container .row .zcon-items .z-cont:hover div a {
  color: #fff;
}
.zcon-show {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 60px;
  padding-bottom: 92px;
}
.zcon-show .zcon-show-lf {
  width: 74.6%;
}
.zcon-show .zcon-show-lf h3 {
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  position: relative;
  padding-bottom: 20px;
}
.zcon-show .zcon-show-lf h3::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 128px;
  height: 2px;
  background-color: #08579A;
}
.zcon-show .zcon-show-lf .zcon-xq1 {
  font-size: 14px;
  color: #666666;
  line-height: 24px;
  margin-top: 15px;
}
.zcon-show .zcon-show-lf h4 {
  font-size: 16px;
  font-weight: bold;
  position: relative;
  color: #333333;
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 12px;
  margin-top: 27px;
}
.zcon-show .zcon-show-lf h4::after {
  position: absolute;
  left: 0;
  bottom: -1px;
  content: "";
  width: 79px;
  height: 1px;
  background-color: #08579A;
}
.zcon-show .zcon-show-lf .zcon-xq2 {
  display: flex;
  font-size: 14px;
  color: #666666;
  line-height: 30px;
  flex-wrap: wrap;
  margin-top: 6px;
}
.zcon-show .zcon-show-lf .zcon-xq2 p {
  width: 41%;
  padding-left: 10px;
  position: relative;
  padding-right: 15px;
}
.zcon-show .zcon-show-lf .zcon-xq2 p:nth-child(2n) {
  padding-right: 0;
}
.zcon-show .zcon-show-lf .zcon-xq2 p::before {
  position: absolute;
  left: 0;
  content: "";
  top: 13px;
  width: 4px;
  height: 4px;
  background: #666;
  border-radius: 100%;
}
.zcon-show .zcon-show-lf .zcon-xq3 {
  font-size: 14px;
  color: #666666;
  line-height: 26px;
  margin-top: 8px;
}
.zcon-show .zcon-show-rt {
  width: 20.9%;
  /*定义滚动条轨道 内阴影+圆角*/
  /*定义滑块 内阴影+圆角*/
}
.zcon-show .zcon-show-rt ul {
  height: 410px;
  overflow-y: scroll;
  padding-right: 10px;
}
.zcon-show .zcon-show-rt ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #f5f5f5;
  border-radius: 4px;
  margin-bottom: 10px;
  padding: 16px 0;
  padding-left: 33px;
  padding-right: 28px;
  transition: all 0.5s;
}
.zcon-show .zcon-show-rt ul li a:nth-child(1) {
  font-size: 14px;
  transition: all 0.5s;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -moz-box;
  -moz-line-clamp: 1;
  -moz-box-orient: vertical;
  word-wrap: break-word;
  word-break: break-all;
  white-space: normal;
  width: 80%;
}
.zcon-show .zcon-show-rt ul li a:nth-child(2) img:nth-child(2) {
  display: none;
}
.zcon-show .zcon-show-rt ul li a:nth-child(2) img {
  transition: all 0.5s;
}
.zcon-show .zcon-show-rt ul li:hover a:nth-child(1) {
  font-size: 14px;
  color: #08579A;
}
.zcon-show .zcon-show-rt ul li:hover a:nth-child(2) img:nth-child(1) {
  display: none;
}
.zcon-show .zcon-show-rt ul li:hover a:nth-child(2) img:nth-child(2) {
  display: inline;
}
.zcon-show .zcon-show-rt ul li:last-child {
  margin-bottom: 0;
}
.zcon-show .zcon-show-rt ul::-webkit-scrollbar {
  width: 3px;
  height: 410px;
  background-color: #f0f0f0;
  position: relative;
}
.zcon-show .zcon-show-rt ul::-webkit-scrollbar-track {
  box-shadow: inset 0 0 0px rgba(240, 240, 240, 0.5);
  border-radius: 3px;
  background-color: #e6e6e6;
}
.zcon-show .zcon-show-rt ul::-webkit-scrollbar-thumb {
  border-radius: 10px;
  box-shadow: inset 0 0 0px rgba(240, 240, 240, 0.5);
  background: #ccc;
  position: absolute;
}
@media (max-width: 1365px) {
  .professional {
    max-width: 93%;
  }
}
@media (max-width: 1199px) {
  .container {
    max-width: 93%;
  }
  .banner {
    margin-top: 0;
  }
  .banner .ban-swiper .swiper-wrapper .swiper-slide {
    height: 560px;
    max-height: 560px;
  }
.mymap section{
    height: 396px;
    margin-top: 52px;
  }
  .l-lx-con {
    margin-top: 50px;
  }
  .r-con .r-con-rt .r-rycon li .r-con-rt-lf {
    width: 10%;
  }
  .r-con .r-con-lf {
    width: 18.35%;
  }
  .r-con .r-con-rt .rgk-h3 {
    margin-top: 24px;
  }
  .r-con .r-con-rt .rgk-yj .rgk-yj-con ul li div,
  .r-con .r-con-rt .rgk-yj .rgk-yj-con ul li h4 {
    padding-left: 38px;
  }
  .r-con .r-con-rt .rgk-yj .rgk-yj-con ul li {
    width: 32%;
  }
  .r-con .r-con-rt .rgk-yj {
    margin-top: 33px;
  }
  .r-con .r-con-rt .rgk-xz {
    margin-top: 32px;
  }
}
@media (max-width: 990px) {
  .head .container .head-rt {
    display: none;
  }
  .field .field-con .field-items {
    padding: 0 11px;
    padding-top: 33px;
    padding-bottom: 24px;
  }
  .about {
    padding-top: 36px;
  }
  .about .about-con {
    display: block;
  }
  .about .about-con .about-con-lf {
    width: 100%;
  }
  .about .about-con .about-con-rt {
    width: 100%;
    margin-top: 33px;
  }
  .about .about-con .about-con-lf a {
    margin-top: 24px;
  }
  .professional
    .professional-con
    .professional-swiper
    .swiper-wrapper
    .swiper-slide {
    padding-bottom: 21px;
  }
  .professional
    .professional-con
    .professional-swiper
    .swiper-wrapper
    .swiper-slide
    .professional-cont
    .professional-thumb {
    height: 267px;
  }
  .i-ban {
    height: 227px;
  }
  .l-con-tp {
    display: block;
  }
  .l-con-tp .l-con-tp-lf {
    width: 100%;
  }
  .l-con-tp .l-con-tp-rt {
    width: 100%;
  }
.mymap section{
    height: 312px;
  }
  .i-ban .container .iban-bt {
    font-size: 29px;
  }
  .i-ban .container .iban-bt span {
    font-size: 22px;
  }
  .r-con {
    display: block;
    margin-top: 40px;
  }
  .r-con .r-con-lf {
    width: 100%;
  }
  .r-con .r-con-rt {
    width: 100%;
    margin-top: 19px;
  }
  .r-con .r-con-lf ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .r-con .r-con-lf ul li {
    width: 32%;
    padding: 13px 0;
    padding-left: 32px;
    padding-right: 30px;
  }
  .r-con .r-con-rt .rgk-yj .rgk-yj-con ul li div {
    line-height: 23px;
  }
  .r-con .r-con-rt .rgk-yj .rgk-yj-con {
    padding-top: 56px;
  }
  .z-con .container .row .zcon-items .z-cont {
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 37px;
    padding-bottom: 40px;
  }
  .z-con {
    padding-bottom: 42px;
  }
  .zcon-show .zcon-show-rt ul li {
    padding-left: 13px;
    padding-right: 12px;
  }
  .zcon-show .zcon-show-rt {
    width: 22%;
  }
  .head .container .head-logo img {
    width: 242px;
  }
  .head .container .mob-ico {
    display: block;
  }
}
@media (max-width: 767px) {
  .banner .ban-swiper .swiper-wrapper .swiper-slide .container div h3 {
    font-size: 22px;
    padding-bottom: 19px;
  }
  .banner .ban-swiper .swiper-wrapper .swiper-slide .container div h3::after {
    width: 160px;
  }
  .banner
    .ban-swiper
    .swiper-wrapper
    .swiper-slide
    .container
    div
    p:nth-child(2) {
    font-size: 15px;
    text-align: center;
    margin-top: 8px;
    line-height: 21px;
  }
  .banner
    .ban-swiper
    .swiper-wrapper
    .swiper-slide
    .container
    div
    p:nth-child(3) {
    font-size: 13px;
    color: #ffffff;
    margin-top: 1px;
    text-align: center;
    line-height: 18px;
  }
  .banner .ban-swiper .swiper-wrapper .swiper-slide {
    height: 390px;
  }
  .banner .ban-swiper .ban-pagination .swiper-pagination-bullet {
    width: 31px;
    height: 3px;
    background-color: #ffffff;
    border-radius: 0;
  }
  .banner .ban-swiper .ban-pagination .swiper-pagination-bullet-active {
    background-color: #08579A;
  }
  .field-bt p {
    font-size: 14px;
    padding-bottom: 3px;
  }
  .field-bt h3 {
    font-size: 19px;
    margin-top: 9px;
    font-weight: bold;
  }
  .field .field-con {
    flex-wrap: wrap;
    margin-top: 11px;
  }
  .field .field-con .field-items {
    width: 50%;
    padding: 0 7px;
    padding-top: 13px;
    padding-bottom: 10px;
  }
  .field .field-con .field-items .field-cont p:nth-child(2) {
    font-size: 16px;
    margin-top: 3px;
  }
  .field .field-con .field-items .field-cont div {
    font-size: 13px;
    line-height: 20px;
    margin-top: 0px;
  }
  .field .field-con .field-items .field-cont a {
    margin-top: 8px;
    color: #08579A;
    padding-top: 4px;
  }
  .field .field-con .field-items:hover .field-cont a {
    color: #fff;
  }
  .field .field-con .field-items:hover .field-cont a::before {
    background: #fff !important;
    opacity: 1;
    visibility: visible;
  }
  .field {
    padding-top: 20px;
  }
  .field .field-con .field-items::after {
    display: none;
  }
  .about {
    padding-top: 8px;
  }
  .about .about-con .about-con-lf .about-bt {
    font-size: 17px;
    padding-bottom: 5px;
  }
  .about .about-con .about-con-lf div {
    font-size: 13px;
    line-height: 24px;
    margin-top: 10px;
  }
  .about .about-con {
    margin-top: 13px;
  }
  .about .about-con .about-con-lf a {
    width: 104px;
    height: 31px;
    margin-top: 11px;
    font-size: 13px;
  }
  .about .about-con .about-con-rt p {
    height: 218px;
  }
  .about .about-con .about-con-rt {
    margin-top: 15px;
  }
  .data {
    margin-top: 21px;
    padding: 52px 0;
  }
  .data .container ul {
    flex-wrap: wrap;
  }
  .data .container ul li p:nth-child(1) span:nth-child(1) {
    font-weight: bold;
    font-size: 30px;
  }
  .data .container ul li p:nth-child(1) span:nth-child(2) {
    font-size: 13px;
  }
  .data .container ul li p:nth-child(2) {
    font-size: 14px;
    margin-top: 3px;
  }
  .data .container ul li {
    width: calc(100% / 2);
    text-align: center;
    margin-bottom: 20px;
  }
  .professional {
    padding: 18px 0;
  }
  .professional .professional-con {
    margin-top: 0px;
  }
  .professional
    .professional-con
    .professional-swiper
    .swiper-wrapper
    .swiper-slide
    .professional-cont
    .professional-thumb {
    height: 324px;
  }
  .professional
    .professional-con
    .professional-swiper
    .swiper-wrapper
    .swiper-slide
    .professional-cont
    div
    p
    span:nth-child(1) {
    font-size: 16px;
  }
  .professional
    .professional-con
    .professional-swiper
    .swiper-wrapper
    .swiper-slide
    .professional-cont
    .professional-desc {
    font-size: 13px;
    line-height: 20px;
    margin-top: 6px;
  }
  .professional
    .professional-con
    .professional-swiper
    .swiper-wrapper
    .swiper-slide {
    padding-bottom: 13px;
  }
  .professional
    .professional-con
    .professional-swiper
    .swiper-wrapper
    .swiper-slide
    .professional-cont
    div {
    margin-top: 13px;
  }
  .professional .professional-more {
    width: 109px;
    height: 30px;
    font-size: 13px;
    margin: 0 auto;
    margin-top: 10px;
    color: #08579A;
  }
  .news {
    padding-top: 18px;
    padding-bottom: 7px;
  }
  .news .container ul li {
    font-size: 14px;
    margin: 0 4px;
    padding: 0 14px;
  }
  .news .container ul {
    margin-top: 16px;
  }
  .news .container .new-con {
    margin-top: 17px;
  }
  .news .container .new-con {
    margin-top: 17px;
  }
  .news .container .new-con .new-item .new-cont {
    display: block;
  }
  .news .container .new-con .new-item .new-cont .new-cont-lf {
    width: 100%;
  }
  .news .container .new-con .new-item .new-cont .new-cont-rt {
    width: 100%;
  }
  .news .container .new-con .new-item .new-cont .new-cont-lf a:nth-child(1) {
    height: 120px;
  }
  .news .container .new-con .new-item .new-cont .new-cont-lf a:nth-child(2) {
    font-size: 15px;
    margin-top: 6px;
  }
  .news .container .new-con .new-item .new-cont .new-cont-lf a:nth-child(3) {
    font-size: 13px;
    line-height: 21px;
    margin-top: 0;
  }
  .news .container .new-con .new-item .new-cont .new-cont-lf a:nth-child(4) {
    font-size: 13px;
    margin-top: 2px;
  }
  .news
    .container
    .new-con
    .new-item
    .new-cont
    .new-cont-rt
    .new-cont-item
    p
    span:nth-child(1) {
    font-size: 17px;
  }
  .news
    .container
    .new-con
    .new-item
    .new-cont
    .new-cont-rt
    .new-cont-item
    p
    span:nth-child(2) {
    font-size: 13px;
  }
  .news
    .container
    .new-con
    .new-item
    .new-cont
    .new-cont-rt
    .new-cont-item
    div {
    padding-left: 13px;
  }
  .news
    .container
    .new-con
    .new-item
    .new-cont
    .new-cont-rt
    .new-cont-item
    div
    a:nth-child(1) {
    font-size: 15px;
  }
  .news
    .container
    .new-con
    .new-item
    .new-cont
    .new-cont-rt
    .new-cont-item
    div
    a:nth-child(2) {
    font-size: 13px;
  }
  .news .container .new-con .new-item .new-cont .new-cont-rt .new-cont-item {
    margin-bottom: 0;
  }
  .foot .container {
    width: 100%;
  } 
  .foot .container .foot-bt p {
    line-height: 22px;
    margin-bottom: 3px;
  }
  .l-con-tp {
    margin-top: 20px;
  }
  .l-con-tp .l-con-tp-lf h4 {
    font-size: 17px;
    margin-bottom: 1px;
  }
  .l-con-tp .l-con-tp-lf p::after {
    width: 45px;
  }
  .l-con-tp .l-con-tp-lf ul li {
    font-size: 14px;
    margin-bottom: 2px;
  }
  .l-con-tp .l-con-tp-lf {
    padding: 17px 20px 13px 20px;
  }
  .l-con-tp .l-con-tp-lf ul {
    margin-top: 8px;
  }
  .l-con-tp .l-con-tp-rt {
    height: 202px;
    margin-top: 11px;
  }
  .l-lx-con .container .lx-swiper .swiper-wrapper .swiper-slide .llx-cont h4 {
    font-size: 17px;
  }
  .l-lx-con
    .container
    .lx-swiper
    .swiper-wrapper
    .swiper-slide
    .llx-cont
    div
    p {
    font-size: 14px;
    margin-bottom: -2px;
  }
  .l-lx-con .container .lx-swiper .swiper-wrapper .swiper-slide .llx-cont {
    padding-top: 25px;
    height: auto;
    padding-bottom: 18px;
  }
  .l-lx-con {
    margin-top: 20px;
  }
.mymap section{
    height: 258px;
    margin-top: 18px;
  }
  .r-con .r-con-lf ul li {
    width: 48.6%;
    padding: 10px 0;
    padding-left: 16px;
    padding-right: 21px;
  }
  .r-con {
    margin-top: 20px;
    padding-bottom: 16px;
  }
  .r-con .r-con-rt .r-rycon li {
    display: block;
    margin-bottom: 4px;
  }
  .r-con .r-con-rt .r-rycon li div {
    width: 100%;
    font-size: 13px;
    padding-left: 48px;
    margin-top: -2px;
    line-height: 22px;
  }
  .r-con .r-con-rt .r-rycon li .r-con-rt-lf {
    width: 100%;
  }
  .r-con .r-con-rt .r-rycon li .r-con-rt-lf span {
    margin-right: 6px;
  }
  .r-con .r-con-rt .r-rycon li div::before {
    top: 9px;
    width: 39px;
  }
  .r-con .r-con-rt h3 {
    font-size: 17px;
    padding-bottom: 9px;
  }
  .r-con .r-con-rt {
    margin-top: 9px;
  }
  .i-ban .container .iban-bt {
    font-size: 21px;
  }
  .i-ban .container .iban-bt span {
    font-size: 15px;
  }
  .i-ban {
    height: 169px;
  }
  .r-con .r-con-lf ul li a:nth-child(2) img {
    width: 18px;
  }
  .r-con .r-con-rt .rgk-con {
    font-size: 13px;
    line-height: 24px;
    margin-top: 10px;
  }
  .r-con .r-con-rt .rgk-h3 {
    margin-top: 11px;
  }
  .r-con .r-con-rt .rgk-ul li h4 {
    font-size: 15px;
    margin-top: 11px;
  }
  .r-con .r-con-rt .rgk-ul li p:nth-child(3) {
    font-size: 13px;
    margin-top: -4px;
  }
  .r-con .r-con-rt .rgk-ul {
    flex-wrap: wrap;
    margin-top: 25px;
  }
  .r-con .r-con-rt .rgk-ul li {
    width: calc(100% / 2);
    margin-bottom: 11px;
  }
  .r-con .r-con-rt .rgk-yj {
    margin-top: 7px;
  }
  .r-con .r-con-rt .rgk-yj .rgk-yj-con ul {
    flex-wrap: wrap;
  }
  .r-con .r-con-rt .rgk-yj .rgk-yj-con ul li {
    width: 100%;
  }
  .r-con .r-con-rt .rgk-yj .rgk-yj-con {
    padding-top: 22px;
  }
  .r-con .r-con-rt .rgk-yj .rgk-yj-con ul li h4 {
    font-size: 15px;
  }
  .r-con .r-con-rt .rgk-yj .rgk-yj-con ul li div::before {
    height: 128%;
  }
  .r-con .r-con-rt .rgk-xz {
    margin-top: 16px;
  }
  .z-con .container .row .zcon-items .z-cont h4 a {
    font-size: 16px;
  }
  .z-con .container .row .zcon-items .z-cont div a {
    font-size: 13px;
    line-height: 22px;
    margin-top: -8px;
  }
  .z-con .container .row .zcon-items .z-cont h4 {
    margin-top: 10px;
  }
  .z-con .container .row .zcon-items .z-cont {
    padding-top: 15px;
    padding-bottom: 11px;
  }
  .z-con .container .row .zcon-items {
    padding: 0 4px;
    margin-bottom: 8px;
  }
  .z-con .container .row {
    margin-left: -4px;
    margin-right: -4px;
  }
  .z-con {
    padding-top: 20px;
    padding-bottom: 12px;
  }
  .zcon-show {
    flex-direction: column-reverse;
    margin-top: 20px;
  }
  .zcon-show .zcon-show-rt {
    width: 100%;
  }
  .zcon-show .zcon-show-rt ul {
    height: auto;
    overflow-y: inherit;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .zcon-show .zcon-show-rt ul li {
    width: 49%;
    padding: 10px 0;
    padding-left: 13px;
    padding-right: 12px;
  }
  .zcon-show .zcon-show-rt ul li:last-child {
    margin-bottom: auto;
  }
  .zcon-show .zcon-show-rt ul li a:nth-child(2) img {
    width: 18px;
  }
  .zcon-show .zcon-show-lf {
    width: 100%;
    margin-top: 10px;
  }
  .zcon-show .zcon-show-lf .zcon-xq1 {
    font-size: 13px;
    margin-top: 10px;
  }
  .zcon-show .zcon-show-lf h3 {
    padding-bottom: 11px;
  }
  .zcon-show .zcon-show-lf .zcon-xq2 p {
    width: 100%;
  }
  .zcon-show .zcon-show-lf h4 {
    padding-bottom: 10px;
    margin-top: 11px;
  }
  .zcon-show {
    padding-bottom: 14px;
  }
}
