/* CSS Document */


/*banner*/
.swiper-container-banner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.swiper-container-banner .swiper-pagination {
  bottom: 2%;
}

.swiper-container-banner .swiper-pagination-bullet {
  opacity: 1;
  position: relative;
  width: 50px;
  height: 3px;
  border-radius: 0;
  margin: 0 4px;
  background-color: rgba(0, 0, 0, 0.5);
  transition: background-color .3s ease;
}

.swiper-container-banner .swiper-pagination-bullet::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  transform: scaleX(0);
  transform-origin: 0 0;
}

.swiper-container-banner .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  animation: sliderPagination 3s linear forwards
}

.swiper-container-banner .swiper-pagination-bullet:hover {
  background-color: #fff;
}

@keyframes sliderPagination {
  100% {
    transform: scaleX(1);
    opacity: 1;
  }
}


/*services*/
.services-page {
  background: #f2f8ff;
}

.services-page ul {
  justify-content: center;
}

.services-page ul li {
  padding: 1.5% 0 1% 0;
  margin: 0 3%;
  font-size: 20px;
  line-height: 46px;
  letter-spacing: 2px;
  position: relative;
}

.services-page ul li:hover,
.services-page ul li.on {
  color: #3d6db8;
}

.services-page ul li:hover::after,
.services-page ul li.on::after {
  position: absolute;
  content: '';
  top: 0;
  left: 50%;
  border-color: #3d6db8 transparent transparent transparent;
  border-width: 15px 10px;
  border-style: solid;
  margin-left: -10px;
}

.services {
  overflow: hidden;
  background: #f2f8ff;
}

.services .item ul li {
  width: 19.6%;
  margin: .2%;
  position: relative;
}

.services .item ul li::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  border-color: #3d6db8 transparent transparent #3d6db8;
  border-width: 10px;
  border-style: solid;
}

.services .item ul li h4 a {
  display: block;
  font-size: 18px;
  background: #fff;
  margin-top: 2px;
  padding: 20px;
  position: relative;
}

.services .item ul li h4 a::after {
  position: absolute;
  content: '';
  right: 0;
  bottom: 0;
  border-color: transparent #3d6db8 #3d6db8 transparent;
  border-width: 10px;
  border-style: solid;
}

.services .item ul li:hover h4 a {
  background: #3d6db8;
  color: #fff;
}

.services .more {
  background: #3d6db8 url(../img/bg11.jpg) center no-repeat;
  margin: 2% auto 0 auto;
  text-align: center;
  padding: 3% 0;
  -webkit-background-size: cover;
  background-size: cover;
}

.services .item ul li:hover h4 a::after {
  border-color: transparent #ff8f46 #ff8f46 transparent;
}

.services .more a {
  display: inline-block;
  border: 2px solid #fff;
  font-size: 20px;
  line-height: 200%;
  letter-spacing: 3px;
  padding: 10px 50px;
  color: #fff;
}


/*honor*/
.honor {
  margin-bottom: 4%;
}

.honor .title {
  padding-bottom: 0;
}

.honor .swiper-container-honor {
  overflow: hidden;
  position: relative;
  padding-top: 3%;
}

.honor .swiper-slide {
  width: 23.5%;
  margin-right: 2%;
  top: 0;
  transition: all .15s linear;
  box-sizing: border-box;
  margin-bottom: 40px;
}

.honor .swiper-slide .con {
  transition: all .15s linear
}

.honor .swiper-slide:hover {
  position: relative;
  top: -20px;
  transition: all .25s linear
}

.honor .swiper-slide:hover .con {
  transition: all .2s linear
}

.honor .swiper-slide .con img {
  padding: 5px;
  background: #f2f8ff;
}

.honor .swiper-slide .con h3 {
  width: 90%;
  font-size: 18px;
  line-height: 30px;
  padding: 20px 20px 40px 20px;
  background: #3d6db8;
  color: #fff;
  position: absolute;
  bottom: -45px;
  left: 5%;
}

.honor .swiper-slide .con h3::after {
  display: block;
  content: "";
  position: absolute;
  left: 20px;
  top: 60px;
  width: calc(100% - 40px);
  height: 1px;
  background: #fff;
  opacity: 0.5;
}

.honor .swiper-slide .con h3 a {
  color: #fff;
}

.honor .swiper-slide .con h3 i {
  float: right;
  line-height: 30px;
}


/*timeBanner*/
.timeBanner {
  padding: 2% 0;
  background: #3d6db8 url(../img/bg4.jpg) center no-repeat;
  color: #fff;
  -webkit-background-size: cover;
  background-size: cover;
}

.timeBox .txt {
  width: 50%
}

.timeBox .txt p {
  justify-content: flex-start;
}

.timeBox .txt p span {
  background: #ff8f46;
  width: 50px;
  line-height: 50px;
  font-size: 30px;
  border-radius: 50%;
  margin-right: 10px;
  text-align: center;
}

.timeBox .txt h3 {
  font-size: 36px;
  margin: 2% 0 3% 0;
}

.timeBox .txt h3 b {
  font-weight: normal;
  display: block;
  line-height: 180%
}

.timeBox .txt h4 {
  display: inline-block;
  font-size: 30px;
  letter-spacing: 2px;
  line-height: 60px;
  background: #fff;
  color: #3d6db8;
  padding: 0 20px;
  position: relative;
}

.timeBox .txt h4::after {
  position: absolute;
  content: '';
  top: 0;
  right: -60px;
  border-color: transparent transparent transparent #fff;
  border-width: 30px;
  border-style: solid;
}

.timeBox .txt ul {
  justify-content: flex-start;
  margin: 4% 0;
}

.timeBox .txt ul li {
  margin-right: 40px;
  font-size: 20px;
  letter-spacing: 2px;
  padding-right: 40px;
  border-right: 1px solid rgba(255, 255, 255, .3);
}

.timeBox .txt ul li span {
  display: block;
  color: #ff8f46;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 5px;
}

.timeBox .txt ul li:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}

.timeBox .txt .tel i {
  color: #fff
}

.timeBox .txt .tel a.zx {
  padding: 10px 30px 5px 35px;
  font-size: 18px;
  color: #fff;
  position: relative;
  margin-left: 20px;
  font-weight: normal;
}

.timeBox .txt .tel a.zx::before {
  display: block;
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  border: 1px solid #ddd;
}

.timeBox .txt .tel a.zx::after {
  display: block;
  content: "";
  position: absolute;
  left: 3px;
  top: 3px;
  width: 100%;
  height: 100%;
  border: 1px solid #ddd;
}

.timeBox .txt .tel a.zx:hover {
  color: #3d6db8;
  background: #fff;
}

.timeBox .txt .tel a.zx:hover::before {
  border: 1px solid #fff;
}

.timeBox .txt .tel a.zx:hover::after {
  border: 1px solid #fff;
}

.timeBox .pic {
  width: 50%;
}


/*youshi*/
.youshiBox {
  margin: 4% auto;
  overflow: hidden;
}

.youshiTit {
  position: relative;
}

.youshiTit .Six {
  position: relative;
  justify-content: center;
}

.youshiTit .Six .num {
  color: #ff8f46;
  font-size: 150px;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  line-height: 90%;
}

.youshiTit .Six .en {
  font-size: 30px;
  line-height: 60px;
  color: #eee;
  letter-spacing: 1px;
}

.youshiTit .Six .txt {
  font-size: 60px;
  line-height: 60px;
  font-weight: bold;
  color: #ff8f46;
  letter-spacing: 5px;
}

.youshiTit .Six .txt span {
  font-size: 20px;
  font-weight: normal;
  color: #888;
  letter-spacing: 0;
}

.youshiTit h2 {
  font-size: 40px;
  font-weight: bold;
  line-height: 100%;
  margin-bottom: 15px;
  padding-left: 15px;
}

.youshiTit h3 {
  font-size: 22px;
  line-height: 48px;
  padding: 0 25px 0 15px;
  color: #fff;
  letter-spacing: 4px;
  background: #3d6db8;
  display: inline-block;
  position: relative;
}

.youshiTit h3::before {
  position: absolute;
  content: '';
  bottom: 0;
  left: -30px;
  border-color: transparent #3d6db8 #3d6db8 transparent;
  border-width: 24px 15px;
  border-style: solid;
}

.youshi {
  position: relative;
  overflow: hidden;
}

.youshi .swiper-slide {
  overflow: hidden;
}

.youshi .item {
  align-items: flex-start;
}

.youshi .img {
  width: 48%;
  margin-top: 80px;
  z-index: 2;
}

.youshi .img img {
  width: 100%;
}

.youshi .text {
  width: 48%;
  padding: 5% 0 4% 0;
  position: relative;
  z-index: 1;
}

.youshi .text::after {
  display: block;
  content: "";
  position: absolute;
  right: -40%;
  top: 0;
  width: 180%;
  height: 100%;
  background: #f2f8ff;
  z-index: -1;
}

.youshi .text .icon {
  justify-content: flex-start;
  margin-bottom: 60px;
}

.youshi .text .icon dt {
  font-size: 80px;
  margin-left: -5px;
  position: relative;
  color: #3d6db8;
}

.youshi .text .icon dt::after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 80px;
  width: 100%;
  height: 3px;
  background: #ff8f46;
  margin: 4% 0;
}

.youshi .text .icon dd {
  line-height: 100%;
  color: #3d6db8;
}

.youshi .text .icon dd b {
  font-size: 40px;
  line-height: 100%;
  display: block;
  margin-bottom: 10px;
  letter-spacing: 2px;
}

.youshi .text .icon dd span {
  color: #888;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.youshi .text h3 {
  font-size: 36px;
  font-weight: bold;
  padding: 10px 0;
}

.youshi .text p {
  font-size: 18px;
  line-height: 200%;
  padding-left: 20px;
  ;
  margin-top: 10px;
  color: #555;
  text-align: justify;
  position: relative;
}

.youshi .text p::after {
  position: absolute;
  content: '';
  top: 8px;
  left: 0;
  border-color: transparent transparent transparent #3d6db8;
  border-width: 8px;
  border-style: solid;
}

.youshi .text p b {
  color: #3d6db8;
}

.youshi .youshiPage {
  position: absolute;
  z-index: 10;
  right: 0;
  top: 10px;
  font-size: 24px;
  color: #ccc;
  font-style: italic;
  text-align: right;
  max-height: 60px;
}

.youshi .youshiPage span.on {
  color: #333;
  font-size: 200%;
  font-style: normal;
}

.youshiList {
  padding: 4% 0;
  position: relative;
}

.youshiList::before {
  content: '';
  position: absolute;
  height: 1px;
  width: 100%;
  top: 50%;
  background: #eee;
}

.youshiList ul {
  justify-content: center;
}

.youshiList li {
  text-align: center;
  opacity: 1;
  cursor: pointer;
  position: relative;
  z-index: 22;
}

.youshiList li .item_span {
  display: inline-block;
  *display: inline;
  background: #fff;
}

.youshiList li .item_span>div {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
}

.youshiList li .item_span .num {
  width: 1em;
  color: #f4f6f9;
  visibility: hidden;
  font-size: 100px;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}

.youshiList li .item_span .tit {
  margin: 0 0.5em;
  font-size: 20px;
  color: #666;
}

.youshiList li:hover .item_span .num,
.youshiList li.on .item_span .num {
  visibility: visible;
}

.youshiList li .item_span .adore {
  width: 1em;
  height: 1em;
  background: #e0e0e0;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  position: absolute;
  top: 50%;
  margin-top: -0.5em;
  left: 80px;
}

.youshiList li.on .item_span .adore {
  background: #ff8f46;
}

.youshiList li.on .item_span .tit {
  color: #333;
}


/*phoneBanner*/
.phoneBanner {
  background: #3d6db8 url(../img/bg14.jpg) center no-repeat;
  color: #fff;
  padding: 2% 0;
  -webkit-background-size: cover;
  background-size: cover;
}

.phoneBox {
  justify-content: flex-start;
  position: relative;
}

.phoneBox .txt {
  width: 48%;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
}

.phoneBox .txt h3 {
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 4px;
  padding-bottom: 4%;
}

.phoneBox .txt h3 span {
  display: block;
}

.phoneBox .txt h3::after {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  width: 50px;
  height: 2px;
  background: #fff;
}

.phoneBox .txt h4 {
  font-size: 30px;
  line-height: 40px;
  margin-top: 4%;
  letter-spacing: 3px;
  color: #ff8f46;
}

.phoneBox .txt h4 span {
  display: block;
  font-size: 22px;
  letter-spacing: 2px;
  color: rgba(255, 255, 255, .5);
  margin-top: 1%;
}

.phoneBox .txt h5 {
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 3px;
  color: #3d6db8;
  margin: 3% 0 4% 0;
  background: #fff;
  padding: 3% 3% 2.5% 3%;
  width: 80%;
}

.phoneBox .txt h5 span {
  display: block;
  font-size: 20px;
  letter-spacing: 3px;
  opacity: 0.6;
  font-weight: normal;
}

.phoneBox .txt img {
  width: 36%;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 33;
}

.phoneBox .pic {
  width: 48%;
}


/*pk*/
.pk .pkTit .titl {
  width: 40%;
}

.pk .pkTit .titr {
  width: 40%;
  text-align: right;
  color: #888;
}

.pk .pkTit h4 {
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 2px;
}

.pk .pkTit p {
  font-size: 20px;
  letter-spacing: 2px;
}

.pk .pkTit .titl h4 {
  color: #3d6db8;
}

.pk .pkTit .icon {
  font-size: 60px;
  color: #ff8f46;
  font-style: italic;
}

.pk .con {
  flex-wrap: nowrap;
  margin-top: 1%;
  text-align: justify;
  position: relative;
  font-size: 18px;
  line-height: 180%;
  letter-spacing: 1px;
  transition: all .25s linear;
}

.pk .con .p1 {
  color: #fff;
  width: calc(50% + 20px);
  padding: 25px 80px 25px 30px;
  margin-bottom: 10px;
  z-index: 33;
  position: relative;
  top: 0;
  left: 0;
  overflow: hidden;
  margin-right: -30px;
  transition: all .25s linear;
}

.pk .con .p1::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  background: #3d6db8;
  width: calc(100% - 60px);
  height: 100%;
  z-index: -1;
}

.pk .con .p1::after {
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  border-color: #3d6db8 transparent transparent #3d6db8;
  border-width: 80px 30px;
  border-style: solid;
}

.pk .con .p1:hover {
  position: relative;
  top: 0;
  left: 10px;
}

.pk .con .p2 {
  color: #888;
  width: calc(50% + 30px);
  padding: 25px 30px 25px 80px;
  margin-top: 10px;
  z-index: 22;
  position: relative;
  top: 0;
  right: 0;
  overflow: hidden;
  margin-left: -30px;
  transition: all .25s linear;
}

.pk .con .p2::before {
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  background: #ccc;
  width: calc(100% - 60px);
  height: 100%;
  z-index: -1;
}

.pk .con .p2::after {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  border-color: transparent #ccc #ccc transparent;
  border-width: 80px 30px;
  border-style: solid;
}

.pk .con .p2:hover {
  position: relative;
  bottom: 0;
  right: 10px;
}

.pk .con span {
  width: 60px;
  line-height: 60px;
  font-size: 20px;
  text-align: center;
  background: #fff;
  position: absolute;
  border-radius: 50%;
  color: #ff8f46;
  left: calc(50% - 30px);
  z-index: 99;
  box-shadow: 0 0 10px #cecece;
}


/*caseBox*/
.caseBox {
  position: relative;
  overflow: hidden;
}

.swiper-container-case {
  position: relative;
  align-items: flex-start;
}

.casePage {
  width: 32%;
}

.casePage ul li {
  font-size: 20px;
  width: 15%;
  margin: 2.5% 0;
  text-align: center;
}

.casePage ul li i {
  display: block;
  font-size: 36px;
  color: #888;
  margin-bottom: 5px;
}

.casePage ul li.on a {
  color: #3d6db8;
}

.casePage ul li.on a i {
  color: #3d6db8;
}

.caselist {
  width: 65%;
  position: relative;
}

.caselist::after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 200%;
  height: calc(100% - 70px);
  background: #f2f8ff;
}

.caselist .swiperBox {
  overflow: hidden;
}

.caselist .txt {
  line-height: 70px;
  font-size: 20px;
  position: absolute;
  right: 0;
  background: #3d6db8;
  padding-left: 20px;
  color: #fff;
  z-index: 3;
}

.caselist .txt::before {
  position: absolute;
  content: '';
  top: 0;
  left: -40px;
  border-color: transparent #3d6db8 #3d6db8 transparent;
  border-width: 35px 20px;
  border-style: solid;
}

.caselist .txt::after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 200%;
  height: 100%;
  background: #3d6db8;
  z-index: -1;
}

.caselist .swiper-slide .tit a {
  display: block;
  line-height: 70px;
  font-size: 24px;
  color: #3d6db8;
  position: relative;
  letter-spacing: 2px;
}

.caselist .swiper-slide .tit a i {
  font-size: 40px;
  float: left;
  line-height: 70px;
  margin-right: 10px;
}

.caselist .swiper-slide .con {
  margin: 5% 0 5% 5%;
  padding: 0 20px 20px 0;
}

.caselist .swiper-slide .con dl {
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
  z-index: 1;
  background: none;
  width: 48%;
}

.caselist .swiper-slide .con dl::after {
  display: block;
  content: "";
  position: absolute;
  left: 20px;
  top: 20px;
  width: 100%;
  height: 100%;
  background: #3d6db8;
  z-index: -1;
}

.caselist .swiper-slide .con dl:nth-child(1),
.caselist .swiper-slide .con dl:nth-child(2) {
  margin-bottom: 4%;
}

.caselist .swiper-slide .con dl dt {
  width: 60%;
  position: relative;
  left: 0;
  top: 0;
  transition: all .25s linear;
}

.caselist .swiper-slide .con dl dd {
  width: 40%;
  padding: 40px 0 0 20px;
}

.caselist .swiper-slide .con dl dd hr {
  width: 30px;
  height: 2px;
  background: #fff;
  margin: 0 auto 0 0;
}

.caselist .swiper-slide .con dl dd h4 {
  margin: 20px 0;
}

.caselist .swiper-slide .con dl dd a {
  color: #fff;
}

.caselist .swiper-slide .con dl dd .more {
  padding: 8px 20px 5px 25px;
  position: relative;
  font-size: 14px;
  z-index: 11;
}

.caselist .swiper-slide .con dl dd .more::before {
  display: block;
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  border: 1px solid #ccc;
  z-index: 11;
}

.caselist .swiper-slide .con dl dd .more::after {
  display: block;
  content: "";
  position: absolute;
  left: 3px;
  top: 3px;
  width: 100%;
  height: 100%;
  border: 1px solid #ccc;
}

.caselist .swiper-slide .con dl dd .more:hover {
  background: #fff;
  color: #3d6db8;
  z-index: 2;
  padding: 7px 22px 6px 23px;
}

.caselist .swiper-slide .con dl dd .more:hover::before {
  background: #fff;
  z-index: -1;
}

.caselist .swiper-slide .con dl dd .more:hover::after {
  z-index: -1;
}

.caselist .swiper-slide .con dl:hover dt {
  left: 10px;
  top: 10px;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, .2);
}


/*serveBanner*/
.serveBanner {
  margin-top: 3%;
  background: #3d6db8 url(../img/bg6.jpg) center no-repeat;
  color: #fff;
  padding: 4% 0 3.5% 0;
  overflow: hidden;
  -webkit-background-size: cover;
  background-size: cover;
}

.serveBanner .serveBox {
  position: relative;
}

.serveBanner .txt {
  width: 48%;
  margin-left: 52%;
  position: relative;
  z-index: 1;
}

.serveBanner .txt::after {
  display: block;
  content: "BRAND";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  writing-mode: vertical-rl;
  writing-mode: tb-rl;
  font-size: 120px;
  letter-spacing: 2px;
  color: rgba(255, 255, 255, .3);
  line-height: 80%;
  z-index: -1;
}

.serveBanner .txt .c {
  width: 624px;
  font-size: 24px;
  line-height: 40px;
}

.serveBanner .txt .c span {
  display: block;
  border: 1px solid #fff;
  border-radius: 50%;
  width: 42px;
  text-align: center;
}

.serveBanner .txt h3 {
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 5px;
  margin: 2% 0;
}

.serveBanner .txt h4 {
  justify-content: flex-start;
  font-size: 40px;
  letter-spacing: 5px;
  line-height: 130%;
}

.serveBanner .txt h4 img {
  height: 110px;
  margin: 0 20px 0 0;
}

.serveBanner .txt p {
  font-size: 26px;
  background: #ff8f46;
  display: inline-block;
  letter-spacing: 3px;
  padding: 1% 2.5%;
  margin: 3% 0;
}

.serveBanner .txt a.zx {
  padding: 10px 30px;
  font-size: 20px;
  letter-spacing: 5px;
  margin: 3px;
  position: relative;
  color: #fff;
  margin-left: 20px;
  font-weight: normal;
}

.serveBanner .txt a.zx::before {
  display: block;
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  border: 1px solid #eee;
  z-index: 11;
}

.serveBanner .txt a.zx::after {
  display: block;
  content: "";
  position: absolute;
  left: 3px;
  top: 3px;
  width: 100%;
  height: 100%;
  border: 1px solid #eee;
}

.serveBanner .txt a.zx:hover {
  color: #3d6db8;
  z-index: 2;
}

.serveBanner .txt a.zx:hover::before {
  background: #fff;
  z-index: -1;
  border: none;
}

.serveBanner .txt a.zx:hover::after {
  z-index: -1;
  border: 1px solid #fff;
}

.serveBanner .pic {
  width: 48%;
  position: absolute;
  left: 0;
  top: -8%;
}


/*about*/
.about {
  overflow: hidden;
}

.aboutTit {
  margin: 3% auto;
  letter-spacing: 2px;
}

.aboutTit span {
  text-transform: uppercase;
  font-size: 120px;
  color: #eee;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  line-height: 100%;
}

.aboutTit h3 {
  font-size: 40px;
  font-weight: bold;
  margin-top: -50px;
}

.aboutBox {
  align-items: flex-start;
  position: relative;
}

.aboutBox .txt {
  width: 50%;
  position: relative;
  padding: 4% 4% 4% 0;
  z-index: 1;
}

.aboutBox .txt::before {
  display: block;
  content: "";
  position: absolute;
  right: -15%;
  top: 0;
  width: 200%;
  height: 100%;
  background: #f2f8ff;
  z-index: -1;
}

.aboutBox .txt h4 {
  justify-content: flex-start;
  margin-bottom: 1%;
}

.aboutBox .txt h4 span {
  width: 50px;
  line-height: 50px;
  font-size: 30px;
  text-align: center;
  background: #3d6db8;
  color: #fff;
  border-radius: 50%;
  margin-right: 10px;
}

.aboutBox .txt h3 {
  display: block;
  font-size: 36px;
}

.aboutBox .txt hr {
  width: 50px;
  height: 2px;
  background: #ff8f46;
  margin: 2% auto 4% 0;
  position: relative;
  transition: all .5s linear;
  left: 0;
  top: 0;
}

.aboutBox .txt:hover hr {
  width: 120%;
}

.aboutBox .txt p {
  text-align: justify;
  font-size: 18px;
  line-height: 200%;
  margin-bottom: 5%;
  color: #666;
  letter-spacing: 1px;
}

.aboutBox .txt .more {
  padding: 15px 30px 10px 35px;
  font-size: 18px;
  color: #666;
  position: relative;
}

.aboutBox .txt .more::before {
  display: block;
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  border: 1px solid #ddd;
}

.aboutBox .txt .more::after {
  display: block;
  content: "";
  position: absolute;
  left: 3px;
  top: 3px;
  width: 100%;
  height: 100%;
  border: 1px solid #ddd;
}

.aboutBox .txt .more:hover {
  color: #fff;
  background: #3d6db8;
  padding: 12px 30px 13px 35px;
}

.aboutBox .txt .more:hover::before {
  border: 1px solid #3d6db8;
}

.aboutBox .txt .more:hover::after {
  border: 1px solid #3d6db8;
}

.aboutBox .pic {
  width: 50%;
  text-align: right;
  z-index: 22;
  margin-top: 1%;
}

.aboutBox .pic p {
  font-size: 24px;
  line-height: 180%;
  letter-spacing: 2px;
  font-weight: 100;
}

.aboutBox .pic hr {
  width: 50px;
  height: 2px;
  background: #3d6db8;
  margin: 3% 0 5% auto;
}

.aboutBox .picCon {
  flex-wrap: nowrap;
}

.aboutBox .picCon .brand {
  margin-left: 30px;
}

.aboutBox .picCon .brand span {
  display: block;
  width: 50px;
  line-height: 50px;
  font-size: 24px;
  text-align: center;
  background: #ff8f46;
  border-radius: 50%;
  color: #fff;
  margin: 10px 0;
}


/*lab*/
.lab {
  overflow: hidden;
  margin-bottom: 4%;
}

.lab .swiper-container-lab {
  position: relative;
}

.lab .swiper-slide {
  overflow: hidden;
  align-items: flex-start;
}

.lab .labPage {
  width: 50%;
  padding-left: 5%;
  position: absolute;
  z-index: 66;
  top: 0;
  right: 0;
  background: #fff;
}

.lab .labPage ul li {
  position: relative;
  font-size: 30px;
  color: #aaa;
  line-height: 100px;
}

.lab .labPage ul li.on::after {
  position: absolute;
  content: '';
  bottom: 0;
  left: 50%;
  border-color: transparent transparent #f2f8ff transparent;
  border-width: 15px 10px;
  border-style: solid;
  margin-left: -10px;
  color: #3d6db8;
}

.lab .lablist {
  width: 100%;
  overflow: hidden;
}

.lab .lablist .pic {
  width: 50%;
  position: relative;
  z-index: 2;
}

.lab .lablist .txt {
  width: 50%;
  padding: 5% 5% 6% 5%;
  position: relative;
  z-index: 1;
  margin-top: 100px;
}

.lab .lablist .txt::before {
  display: block;
  content: "";
  position: absolute;
  left: -15%;
  top: 0;
  width: 200%;
  height: 100%;
  background: #f2f8ff;
  z-index: -1;
}

.lab .lablist .txt::after {
  position: absolute;
  content: '';
  bottom: 0;
  right: 0;
  border-color: transparent #3d6db8 #3d6db8 transparent;
  border-width: 30px;
  border-style: solid;
}

.lab .lablist .txt span {
  font-size: 60px;
  text-transform: uppercase;
  font-weight: bold;
  color: rgba(61, 109, 184, .1);
  letter-spacing: 2px;
  display: block;
  line-height: 100%;
  margin-bottom: 2%;
}

.lab .lablist .txt h3 {
  font-size: 36px;
  letter-spacing: 2px;
  padding-bottom: 20px;
  position: relative;
}

.lab .lablist .txt h3::after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40px;
  height: 2px;
  background: #ff8f46;
}

.lab .lablist .txt h3 a {
  color: #3d6db8;
}

.lab .lablist .txt p {
  margin: 5% 0 10% 0;
  font-size: 18px;
  letter-spacing: 2px;
  line-height: 200%;
  color: #666;
}

.lab .lablist .txt .more {
  padding: 15px 30px 10px 35px;
  font-size: 18px;
  color: #666;
  position: relative;
}

.lab .lablist .txt .more::before {
  display: block;
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  border: 1px solid #ddd;
}

.lab .lablist .txt .more::after {
  display: block;
  content: "";
  position: absolute;
  left: 3px;
  top: 3px;
  width: 100%;
  height: 100%;
  border: 1px solid #ddd;
}

.lab .lablist .txt .more:hover {
  color: #fff;
  background: #3d6db8;
  padding: 12px 30px 13px 35px;
}

.lab .lablist .txt .more:hover::before {
  border: 1px solid #3d6db8;
}

.lab .lablist .txt .more:hover::after {
  border: 1px solid #3d6db8;
}


/*teamBanner*/
.teamBanner {
  overflow: hidden;
  background: #3d6db8 url(../img/bg12.jpg) center no-repeat;
  color: #fff;
  padding: 2% 0;
  -webkit-background-size: cover;
  background-size: cover;
}

.teamBox {
  justify-content: flex-start;
  position: relative;
}

.teamBox .txt {
  width: 50%;
  z-index: 1;
  padding-left: 150px;
}

.teamBox .txt::after {
  display: block;
  content: "TEAM";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  writing-mode: vertical-rl;
  writing-mode: tb-rl;
  font-size: 150px;
  letter-spacing: 10px;
  color: rgba(255, 255, 255, .3);
  line-height: 80%;
  z-index: -1;
}

.teamBox .txt h6 {
  font-size: 26px;
  margin-bottom: 1%;
  letter-spacing: 2px;
}

.teamBox .txt h5 {
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 5px;
}

.teamBox .txt h4 {
  font-size: 24px;
  color: #ff8f46;
  line-height: 180%;
  letter-spacing: 1px;
}

.teamBox .txt h4 b {
  display: block;
  font-size: 36px;
  letter-spacing: 2px;
}

.teamBox .txt h3 span {
  font-size: 46px;
  background: #ff8f46;
  width: 80px;
  line-height: 80px;
  display: inline-block;
  text-align: center;
  margin: 3% 3% 1.5% 0;
  border-radius: 50%;
  color: #fff;
}

.teamBox .txt h3 b {
  display: block;
  font-size: 46px;
  line-height: 150%;
  color: #fff;
  letter-spacing: 0;
}

.teamBox .txt p {
  font-size: 20px;
  letter-spacing: 2px;
  margin: 1% 0;
  position: relative;
  z-index: 1;
}

.teamBox .txt p span {
  display: inline-block;
  padding-right: 3%;
  color: #fff;
  background: #3d6db8;
  position: relative;
}

.teamBox .txt .tel {
  margin: 3% 0 0 0;
}

.teamBox .pic {
  position: relative;
  width: 48%;
}


/*news*/
.news {
  overflow: hidden;
}

.news .newsBox {
  justify-content: center;
}

.news .newsTxt {
  width: 40%;
  z-index: 66;
  position: relative;
}

.news .newsTxt h4 {
  position: absolute;
  top: 0;
  left: -10px;
  font-size: 24px;
  line-height: 60px;
  background: #3d6db8;
  color: #fff;
  padding: 0 20px 0 30px;
}

.news .newsTxt h4::after {
  position: absolute;
  content: '';
  bottom: -10px;
  left: 0;
  border-color: #0e3a80 #0e3a80 transparent transparent;
  border-width: 5px;
  border-style: solid;
}

.news .newsTxt h4 i {
  position: absolute;
  top: 0;
  right: -40px;
  border-color: #3d6db8 transparent transparent #3d6db8;
  border-width: 30px 20px;
  border-style: solid;
}

.news .newsTxt h5 {
  font-size: 24px;
  margin: 20px 0 10px 0;
}

.news .newsTxt p {
  color: #666;
  line-height: 180%;
  padding-right: 15%
}

.news .swiper-container-news {
  width: 60%;
}

.news .newsPage ul {
  justify-content: flex-start;
}

.news .newsPage ul li {
  font-size: 20px;
  margin-left: 6%;
  padding-bottom: 3%;
  position: relative;
}

.news .newsPage ul li.on {
  color: #3d6db8;
}

.news .newsPage ul li.on::after {
  position: absolute;
  content: '';
  bottom: 0;
  left: calc(50% - 15px);
  border-color: transparent transparent #f2f8ff transparent;
  border-width: 15px;
  border-style: solid;
}

.news .newslist {
  position: relative;
  padding: 5% 0 5% 6%;
}

.news .newslist::before {
  display: block;
  content: "";
  position: absolute;
  left: -5%;
  top: 0;
  width: 150%;
  height: 100%;
  background: #f2f8ff;
  z-index: -1;
}

.news .newslist .swiperBox {
  overflow: hidden;
}

.news .newslist .swiper-slide {
  justify-content: center;
}

.news .newslist .conl {
  width: 40%;
  margin-right: 5%;
}

.news .newslist .conl dl {
  background: #fff;
  padding: 25px;
}

.news .newslist .conl dl:nth-child(1) {
  margin-bottom: 30px;
}

.news .newslist .conl dl dt {
  font-size: 18px;
}

.news .newslist .conl dl dd span {
  color: #ccc;
}

.news .newslist .conl dl dd p {
  color: #888;
  text-align: justify;
}

.news .newslist .conr {
  width: 55%;
}

.news .newslist .conr ul li {
  line-height: 360%;
  position: relative;
  padding-left: 15px;
}

.news .newslist .conr ul li i {
  position: absolute;
  left: 0;
  top: calc(50% - 6px);
  border-color: transparent transparent transparent #3d6db8;
  border-width: 6px;
  border-style: solid;
}

.news .newslist .conr ul li span {
  float: right;
  color: #888;
}

.news .newslist .more {
  clear: both;
  position: absolute;
  top: 0;
  right: 0;
}


/*link*/
.link {
  padding: 2% 0;
}

.link h3 {
  font-size: 24px;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
  margin-bottom: 15px;
  color: #888;
}

.link h3 span {
  border-bottom: 3px solid #3d6db8;
  padding-bottom: 12px;
}

.link h3 em {
  margin-right: 10px;
  font-size: 40px;
  font-family: Arail;
  font-weight: bold;
  color: #ff8f46;
}

.link h3 a {
  float: right;
  font-size: 16px;
}

.link h3 a i {
  color: #ff8f46;
  margin-left: 10px;
}

.link p {
  line-height: 180%;
}

.link p a {
  margin-right: 10px;
  display: inline-block;
}


@media screen and (max-width:1440px) {

  .services .item ul li h4 a {
    padding: 15px;
  }

  .timeBanner {
    padding: 3% 0;
  }

  .timeBox .txt p span {
    margin-right: 5px;
  }

  .timeBox .txt h3 {
    font-size: 32px;
  }

  .timeBox .txt ul li {
    margin-right: 30px;
    padding-right: 30px;
  }

  .phoneBox .txt h3 {
    font-size: 32px;
    letter-spacing: 2px;
  }

  .phoneBox .txt h5 {
    font-size: 26px;
  }

  .phoneBox .txt h5 span {
    font-size: 18px;
  }

  .phoneBox .txt img {
    width: 32%;
  }

  .pk .con {
    margin-top: 1.5%;
  }

  .pk .con .p1 {
    width: calc(50% + 40px);
    margin-bottom: 0;
    letter-spacing: 2px;
  }

  .pk .con .p2 {
    width: calc(50% + 40px);
    margin-top: 0;
    letter-spacing: 2px;
  }

  .casePage ul li {
    margin: 2% 0;
    font-size: 18px;
  }

  .casePage ul li i {
    font-size: 30px;
  }

  .caselist .swiper-slide .con dl {
    width: 47%;
  }

  .caselist .swiper-slide .con dl:nth-child(1),
  .caselist .swiper-slide .con dl:nth-child(2) {
    margin-bottom: 6%;
  }

  .caselist .swiper-slide .con dl dd .more {
    display: none;
  }

  .caselist .swiper-slide .con dl dd h4 {
    margin-bottom: 0;
  }

  .serveBanner .txt::after {
    display: none;
  }

  .aboutBox .txt h4 {
    margin-bottom: 2%;
  }

  .aboutBox .txt h3 {
    font-size: 32px;
  }

  .lab .labPage ul li {
    line-height: 70px;
    padding-bottom: 10px;
  }

  .lab .lablist .txt {
    margin-top: 80px;
  }

  .lab .lablist .txt span {
    display: none;
  }

  .teamBanner {
    padding: 3% 0;
  }

  .teamBox .txt h6 {
    font-size: 24px;
  }

  .teamBox .txt h5 {
    font-size: 36px;
  }

  .teamBox .txt h3 span {
    width: 70px;
    line-height: 70px;
    font-size: 40px;
    margin-right: 4%;
  }

  .teamBox .txt h3 b {
    font-size: 42px;
    letter-spacing: 5px;
  }

  .teamBox .txt {
    padding-left: 0;
  }

  .teamBox .txt::after {
    display: none;
  }

  .news .newslist .conl dl dt {
    height: 32px;
    overflow: hidden;
  }

  .news .newslist .conl dl dd p {
    height: 96px;
    overflow: hidden;
  }

}

@media screen and (max-width:1280px) {

  .services-page ul li {
    font-size: 18px;
    padding: 1% 0 .5% 0;
    margin: 0 2%;
  }

  .services .item ul li h4 a {
    font-size: 16px;
    padding: 10px 15px;
  }

  .honor .swiper-slide .con h3 {
    font-size: 16px;
  }

  .honor .swiper-slide .con h3 a {
    display: block;
    height: 30px;
    overflow: hidden;
  }

  .timeBox .txt p span {
    width: 44px;
    line-height: 44px;
    font-size: 28px;
  }

  .timeBox .txt h3 {
    font-size: 28px;
  }

  .timeBox .txt h4 {
    font-size: 24px;
    line-height: 50px;
  }

  .timeBox .txt h4::after {
    border-width: 25px;
    right: -50px;
  }

  .timeBox .txt ul li {
    margin-right: 5%;
    padding-right: 0;
    border: none;
  }

  .timeBox .txt ul li span {
    font-size: 28px;
  }

  .youshiTit .Six .num {
    font-size: 140px;
  }

  .youshiTit .Six .txt {
    font-size: 50px;
    line-height: 50px;
  }

  .youshiList li .item_span {
    justify-content: center;
    background: none;
  }

  .youshiList li .item_span .num {
    position: absolute;
    z-index: -1;
  }

  .youshiList li .item_span .adore {
    position: relative;
    left: 0;
    top: 0;
    margin-top: 0;
  }

  .youshiList li .item_span .tit {
    background: #fff;
    margin: 0;
    padding: 0 1em;
  }

  .youshi .text .icon {
    margin-bottom: 3%;
  }

  .youshi .text .icon dt::after {
    display: none;
  }

  .youshi .text h3 {
    font-size: 32px;
  }

  .youshi .text p {
    font-size: 16px;
  }

  .phoneBox .txt h3 {
    font-size: 28px;
    letter-spacing: 2px;
  }

  .phoneBox .txt h3 span {
    display: initial;
  }

  .phoneBox .txt h4 {
    font-size: 28px;
    letter-spacing: 2px;
  }

  .phoneBox .txt h4 span {
    font-size: 20px;
    margin-top: 0;
  }

  .phoneBox .txt h5 {
    font-size: 24px;
    letter-spacing: 2px;
  }

  .phoneBox .txt h5 span {
    font-size: 18px;
    letter-spacing: 1px;
  }

  .pk .con .p1 {
    letter-spacing: 1px;
  }

  .pk .con .p2 {
    letter-spacing: 1px;
  }

  .casePage ul li {
    font-size: 16px;
    margin: 1.8% 0;
  }

  .casePage ul li i {
    font-size: 28px;
    margin-bottom: 2px;
  }

  .caselist::after {
    height: calc(100% - 60px);
  }

  .caselist .txt {
    line-height: 60px;
  }

  .caselist .txt::before {
    border-width: 30px 20px;
  }

  .caselist .swiper-slide .tit a {
    line-height: 60px;
  }

  .caselist .swiper-slide .tit a i {
    line-height: 60px;
    font-size: 36px;
  }

  .caselist .swiper-slide .con dl dd hr {
    display: none;
  }

  .caselist .swiper-slide .con dl dd h4 {
    margin: 0;
  }

  .serveBanner .txt .c {
    width: 570px;
  }

  .serveBanner .txt h3 {
    font-size: 36px;
  }

  .serveBanner .txt h4 {
    font-size: 36px;
  }

  .serveBanner .txt h4 img {
    height: 100px;
  }

  .serveBanner .txt p {
    font-size: 24px;
  }

  .serveBanner .txt a.zx {
    display: none;
  }

  .aboutTit span {
    font-size: 100px;
  }

  .aboutTit h3 {
    font-size: 36px;
  }

  .aboutBox .txt h4 span {
    width: 46px;
    line-height: 46px;
    margin-right: 5px;
    font-size: 28px;
  }

  .aboutBox .txt h3 {
    font-size: 30px;
  }

  .aboutBox .txt hr {
    width: 30px;
  }

  .aboutBox .txt p {
    font-size: 16px;
    line-height: 180%;
  }

  .aboutBox .pic p {
    font-size: 20px;
  }

  .aboutBox .picCon .brand {
    margin-left: 20px;
  }

  .aboutBox .picCon .brand span {
    width: 40px;
    line-height: 40px;
    font-size: 20px;
  }

  .lab .labPage ul li {
    font-size: 24px;
  }

  .lab .lablist .txt h3 {
    font-size: 30px;
  }

  .lab .lablist .txt p {
    font-size: 16px;
  }

  .teamBox .txt h6 {
    letter-spacing: 5px;
  }

  .teamBox .txt h5 {
    font-size: 32px;
  }

  .teamBox .txt h3 span {
    font-size: 36px;
    width: 60px;
    line-height: 60px;
    margin-right: 2%;
  }

  .teamBox .txt h3 b {
    font-size: 36px;
  }

  .teamBox .txt h4 {
    font-size: 22px;
  }

  .teamBox .txt h4 b {
    font-size: 32px;
  }

  .news .newslist .conl dl {
    padding: 20px;
  }

  .news .newslist .conl dl dd p {
    line-height: 28px;
    height: 84px;
  }

  .news .newslist .conr ul li {
    line-height: 320%;
  }

  .news .newslist .conr ul li span {
    display: none;
  }

}

@media screen and (max-width:1024px) {

  .services .item ul li::before {
    border-width: 8px;
  }

  .services .item ul li h4 a {
    font-size: 15px;
  }

  .services .item ul li h4 a::after {
    border-width: 8px;
  }

  .services .more a {
    font-size: 18px;
  }

  .honor .swiper-slide .con h3 {
    padding: 10px 20px 30px 20px;
    bottom: -35px;
  }

  .honor .swiper-slide .con h3::after {
    top: 50px;
  }

  .timeBox .txt p span {
    width: 36px;
    line-height: 36px;
    font-size: 24px;
  }

  .timeBox .txt h3 {
    font-size: 22px;
  }

  .timeBox .txt h4 {
    font-size: 20px;
    line-height: 40px;
    padding: 0 15px;
  }

  .timeBox .txt h4::after {
    border-width: 20px;
    right: -40px;
  }

  .timeBox .txt ul li {
    font-size: 18px;
    letter-spacing: 1px;
    margin-right: 4%;
    padding-right: 4%;
  }

  .timeBox .txt ul li span {
    font-size: 24px;
  }

  .timeBox .txt .tel a.zx {
    display: none;
  }

  .youshiTit .Six .num {
    font-size: 120px;
  }

  .youshiTit .Six .en {
    line-height: 40px;
    font-size: 24px;
  }

  .youshiTit .Six .txt span {
    display: none;
  }

  .youshiTit h2 {
    font-size: 36px;
  }

  .youshiTit h3 {
    font-size: 20px;
    letter-spacing: 3px;
  }

  .youshi .text {
    width: 52%;
  }

  .youshi .text .icon {
    display: none;
  }

  .youshi .text h3 {
    font-size: 26px;
    padding-top: 0;
  }

  .youshi .text p {
    font-size: 16px;
    letter-spacing: 0;
    line-height: 180%;
  }

  .youshi .img {
    width: 45%;
  }

  .phoneBox .txt h3 {
    font-size: 24px;
    letter-spacing: 1px;
    padding-bottom: 0;
    text-align: justify;
  }

  .phoneBox .txt h3::after {
    display: none;
  }

  .phoneBox .txt h4 {
    font-size: 26px;
    line-height: 140%;
    margin-top: 2.5%;
  }

  .phoneBox .txt h4 span {
    font-size: 18px;
  }

  .phoneBox .txt h5 {
    font-size: 22px;
    width: 90%;
    padding-left: 4%;
  }

  .phoneBox .txt h5 span {
    font-size: 16px;
    letter-spacing: 1px;
  }

  .phoneBox .txt img {
    width: 20%;
    bottom: 50px;
  }

  .pk .pkTit h4 {
    font-size: 32px;
  }

  .pk .con {
    font-size: 16px;
    letter-spacing: 0;
  }

  .pk .con .p1 {
    padding: 25px 80px 25px 25px;
    margin-bottom: 10px;
  }

  .pk .con .p2 {
    padding: 25px 25px 25px 80px;
    margin-top: 10px;
  }

  .casePage ul li i {
    font-size: 24px;
  }

  .casePage ul li {
    font-size: 16px;
  }

  .caselist .txt {
    line-height: 50px;
    top: 10px;
    font-size: 18px;
  }

  .caselist .txt::before {
    border-width: 25px 20px;
  }

  .caselist .swiper-slide .tit a {
    font-size: 20px;
  }

  .caselist .swiper-slide .tit a i {
    font-size: 30px;
  }

  .caselist .swiper-slide .con {
    padding: 0 20px 0 0;
  }

  .caselist .swiper-slide .con dl {
    padding: 20px 0;
  }

  .caselist .swiper-slide .con dl:nth-child(1),
  .caselist .swiper-slide .con dl:nth-child(2) {
    margin-bottom: 3%;
  }

  .caselist .swiper-slide .con dl dd {
    padding: 0 0 0 20px;
  }

  .caselist .swiper-slide .con dl::after {
    top: 0;
  }

  .caselist .swiper-slide .con dl dd hr {
    display: none;
  }

  .caselist .swiper-slide .con dl dd h4 {
    margin: 0;
  }

  .caselist .swiper-slide .con dl:hover dt {
    top: 0;
  }

  .serveBanner .txt .c {
    width: 460px;
    font-size: 20px;
    line-height: 36px;
  }

  .serveBanner .txt .c span {
    width: 38px;
  }

  .serveBanner .txt h3 {
    font-size: 30px;
    letter-spacing: 3px;
  }

  .serveBanner .txt h4 {
    font-size: 32px;
    letter-spacing: 1px;
  }

  .serveBanner .txt h4 img {
    height: 86px;
    margin-right: 10px;
  }

  .serveBanner .txt p {
    font-size: 20px;
    letter-spacing: 2px;
    padding: 1% 2%;
  }

  .aboutTit span {
    font-size: 90px;
  }

  .aboutTit h3 {
    font-size: 32px;
  }

  .aboutBox .txt h4 span {
    width: 40px;
    line-height: 40px;
    font-size: 24px;
  }

  .aboutBox .txt h3 {
    font-size: 24px;
  }

  .aboutBox .txt hr {
    margin-top: 3%;
  }

  .aboutBox .pic hr {
    width: 30px;
  }

  .aboutBox .pic p {
    letter-spacing: 0;
  }

  .aboutBox .picCon {
    display: block;
  }

  .aboutBox .picCon .brand {
    margin-left: 0;
    clear: both;
    overflow: hidden;
    margin-top: 3%;
  }

  .aboutBox .picCon .brand span {
    float: left;
    margin: 10px;
  }

  .lab .labPage ul li {
    line-height: 50px;
  }

  .lab .lablist .txt {
    margin-top: 60px;
    padding-top: 4%;
  }

  .lab .lablist .txt::after {
    border-width: 20px;
  }

  .lab .lablist .txt h3 {
    font-size: 28px;
  }

  .lab .lablist .txt p {
    letter-spacing: 0;
  }

  .teamBox .txt h6 {
    font-size: 20px;
    letter-spacing: 2px;
  }

  .teamBox .txt h5 {
    font-size: 28px;
  }

  .teamBox .txt h3 span {
    font-size: 32px;
    width: 50px;
    line-height: 50px;
    margin-right: 3%;
  }

  .teamBox .txt h3 b {
    font-size: 30px;
    letter-spacing: 3px;
  }

  .teamBox .txt p {
    font-size: 18px;
  }

  .teamBox .txt h4 {
    font-size: 18px;
    letter-spacing: 0;
  }

  .teamBox .txt h4 b {
    font-size: 26px;
  }

  .news .newsPage ul li {
    font-size: 18px;
  }

  .news .newslist .conl dl dd p {
    font-size: 15px;
  }

  .news .newslist .conr ul li {
    height: 51px;
    overflow: hidden;
  }

}

@media screen and (max-width:768px) {

  .swiper-container-banner .swiper-pagination {
    bottom: 10px;
  }

  .swiper-container-banner .swiper-pagination-bullet {
    width: 30px;
  }

  .services-page ul {
    justify-content: space-between;
    padding: 0 4%;
  }

  .services-page ul li {
    padding: 5px 0 0 0;
    letter-spacing: 0;
    margin: 0;
    font-size: 17px;
  }

  .services-page ul li:hover::after,
  .services-page ul li.on::after {
    border-width: 10px 8px;
  }

  .services .item ul li {
    width: 49%;
    margin: .5%;
  }

  .services .item ul li h4 a {
    font-size: 16px;
    letter-spacing: 1px;
    padding: 15px;
  }

  .services .more a {
    line-height: 150%;
  }

  .honor .swiper-slide .con h3 {
    font-size: 18px;
    padding-top: 15px;
  }

  .timeBanner {
    overflow: hidden;
    padding: 4% 0;
  }

  .timeBox {
    position: relative;
  }

  .timeBox .txt {
    width: 100%;
    text-align: center;
  }

  .timeBox .txt p {
    justify-content: center;
  }

  .timeBox .txt p span {
    font-size: 28px;
    width: 42px;
    line-height: 42px;
    margin: 0 5px;
  }

  .timeBox .txt h3 {
    font-size: 28px;
    letter-spacing: 2px;
    margin: 2% 0;
  }

  .timeBox .txt h4 {
    font-size: 24px;
    line-height: 50px;
    padding: 0 30px;
    border-radius: 50px;
    z-index: 1;
  }

  .timeBox .txt h4::after {
    border: none;
    background: #fff;
    width: 240%;
    height: 1px;
    left: -60%;
    top: 50%;
    z-index: -1;
  }

  .timeBox .txt ul {
    width: 50%;
    margin: 2% 0;
  }

  .timeBox .txt ul li {
    width: 100%;
    font-size: 24px;
    letter-spacing: 2px;
    text-align: left;
    border-right: none;
    margin: 2% 0;
  }

  .timeBox .txt ul li span {
    font-size: 28px;
    display: inline;
    padding-right: 5px;
  }

  .timeBox .pic {
    width: 45%;
    position: absolute;
    right: 0;
    bottom: -1%;
    z-index: 33;
  }

  .youshiBox {
    margin-bottom: 0;
  }

  .youshiTit {
    display: block;
  }

  .youshiTit .Six .txt span {
    display: inline;
  }

  .youshiTit h2 {
    padding-left: 0;
    letter-spacing: 2px;
    margin: 15px 0;
  }

  .youshiTit h3 {
    font-size: 22px;
    padding: 0 15px;
    letter-spacing: 4px;
  }

  .youshiTit h3::after {
    position: absolute;
    content: '';
    bottom: 0;
    right: -30px;
    border-color: transparent transparent #3d6db8 #3d6db8;
    border-width: 24px 15px;
    border-style: solid;
  }

  .youshiList li .item_span .num {
    font-size: 80px;
  }

  .youshiList li .item_span .tit {
    background: none;
    padding: 0;
    margin: 0 0.5em;
  }

  .youshi {
    background: #f2f8ff;
    padding-bottom: 4%;
  }

  .youshi .item {
    display: block;
  }

  .youshi .text {
    width: 100%;
  }

  .youshi .text::after {
    display: none;
  }

  .youshi .text .icon {
    display: flex;
    margin-bottom: 60px;
  }

  .youshi .text .icon dt {
    margin-left: 0;
  }

  .youshi .text .icon dt::after {
    display: block;
  }

  .youshi .text h3 {
    font-size: 36px;
  }

  .youshi .text p {
    font-size: 18px;
  }

  .youshi .img {
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 2;
  }

  .youshi .youshiPage {
    top: 60px;
    right: 2%;
  }

  .phoneBanner {
    padding: 4% 0;
  }

  .phoneBox .txt {
    width: 100%;
    position: relative;
    top: 0;
    transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
  }

  .phoneBox .txt h3 {
    font-size: 30px;
    letter-spacing: 5px;
  }

  .phoneBox .txt h3 span {
    display: block;
  }

  .phoneBox .txt h4 {
    margin-top: 2%;
    letter-spacing: 1px;
  }

  .phoneBox .txt h4 span {
    letter-spacing: 1px;
  }

  .phoneBox .txt h5 {
    width: 56%;
    font-size: 24px;
    padding: 1% 2%;
    margin: 2% 0 3% 0;
  }

  .phoneBox .txt h5 span {
    font-size: 18px;
    line-height: 150%;
    margin-top: 5px;
  }

  .phoneBox .txt img {
    display: none;
  }

  .phoneBox .pic {
    position: absolute;
    right: 0;
    bottom: -6%;
    width: 45%;
  }

  .pk .pkTit h4 {
    font-size: 28px;
  }

  .pk .con .p1 {
    width: calc(50% + 80px);
    margin-bottom: 0;
    letter-spacing: 2px;
  }

  .pk .con .p1::after {
    border-width: 100px 30px;
  }

  .pk .con .p2 {
    width: calc(50% + 80px);
    margin-top: 0;
    letter-spacing: 2px;
  }

  .pk .con .p2::after {
    border-width: 100px 30px;
  }

  .swiper-container-case {
    display: block;
  }

  .casePage {
    width: 100%;
  }

  .casePage ul li {
    width: 11.11%;
    margin: 1% 0;
  }

  .casePage ul li i {
    font-size: 30px;
  }

  .caselist {
    width: 100%;
  }

  .caselist .swiper-slide .con dl:nth-child(1),
  .caselist .swiper-slide .con dl:nth-child(2) {
    margin-bottom: 6%;
  }

  .caselist .txt {
    padding-left: 10px;
  }

  .caselist .txt::before {
    border-width: 25px 15px;
    left: -30px;
  }

  .caselist .swiper-slide .con {
    padding: 0 20px 20px 0;
    margin: 3% 0 3% 3%;
  }

  .caselist .swiper-slide .con dl {
    padding: 0;
  }

  .caselist .swiper-slide .con dl::after {
    top: 20px;
  }

  .caselist .swiper-slide .con dl dd {
    padding: 40px 0 0 20px;
  }

  .caselist .swiper-slide .con dl:hover dt {
    top: 10px;
  }

  .serveBanner .txt {
    width: 100%;
    margin: 0;
  }

  .serveBanner .txt .c {
    width: 430px;
    line-height: 32px;
  }

  .serveBanner .txt .c span {
    width: 34px;
  }

  .serveBanner .txt h3 {
    font-size: 28px;
    margin: 1% 0;
  }

  .serveBanner .txt h4 {
    font-size: 30px;
  }

  .serveBanner .txt h4 img {
    height: 80px;
  }

  .serveBanner .txt p {
    letter-spacing: 0;
    margin: 2% 0;
  }

  .serveBanner .pic {
    width: 40%;
    left: auto;
    right: 0;
    top: auto;
  }

  .aboutBox .txt {
    width: 100%;
    padding: 0;
  }

  .aboutBox .txt:before {
    display: none;
  }

  .aboutBox .txt h4 {
    justify-content: center;
  }

  .aboutBox .txt h4 span {
    width: 48px;
    line-height: 48px;
    font-size: 28px;
    margin: 0 3px;
  }

  .aboutBox .txt h3 {
    font-size: 32px;
    letter-spacing: 2px;
    text-align: center;
  }

  .aboutBox .txt hr {
    width: 40px;
    margin: 3% auto;
  }

  .aboutBox .txt p {
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 200%;
  }

  .aboutBox .pic {
    width: 100%;
    position: relative;
    margin-top: -40px;
  }

  .aboutBox .picCon {
    display: flex;
  }

  .aboutBox .picCon .img {
    width: calc(100% - 0px);
  }

  .aboutBox .picCon .brand span {
    float: none;
  }

  .lab .labPage {
    width: 20%;
    right: auto;
    left: 0;
    padding: 0;
  }

  .lab .labPage ul {
    width: 120px;
  }

  .lab .labPage ul li {
    width: 50px;
    line-height: 50px;
    background: #f2f8ff;
    border-radius: 50%;
    text-align: center;
    padding: 0;
    margin: 10px 0;
  }

  .lab .labPage ul li.on {
    background: #3d6db8;
    color: #fff;
  }

  .lab .labPage ul li.on::after {
    display: none;
  }

  .lab .lablist .pic {
    width: 80%;
    margin-left: 20%;
  }

  .lab .lablist .txt {
    width: 100%;
    margin-top: 2%;
  }

  .lab .lablist .txt p {
    font-size: 18px;
    margin: 3% 0 6% 0;
  }

  .teamBanner {
    padding: 4% 0;
  }

  .teamBox .txt {
    width: 100%;
  }

  .teamBox .txt h5 {
    font-size: 28px;
  }

  .teamBox .txt h3 span {
    font-size: 36px;
    width: 60px;
    line-height: 60px;
    margin: 3% 2% 2% 0;
  }

  .teamBox .txt h3 b {
    font-size: 36px;
    letter-spacing: 2px;
  }

  .teamBox .txt p {
    position: relative;
    z-index: 1;
    font-size: 20px;
  }

  .teamBox .txt p span {
    padding: 0 3% 0 0;
  }

  .teamBox .txt p::after {
    display: block;
    content: "";
    position: absolute;
    left: 40%;
    top: 50%;
    width: 100%;
    height: 1px;
    border-top: 1px solid #eee;
    z-index: -1;
  }

  .teamBox .txt h4 {
    font-size: 24px;
    letter-spacing: 2px;
  }

  .teamBox .txt p.p {
    justify-content: center;
    margin-top: 3%;
  }

  .teamBox .txt p.p::after {
    display: none;
  }

  .teamBox .txt .tel {
    margin-top: 2%;
  }

  .teamBox .pic {
    width: 40%;
    position: absolute;
    right: 0;
    top: 0;
  }

  .news .newsBox {
    display: block;
  }

  .news .newsTxt {
    display: none;
  }

  .news .newsPage ul {
    justify-content: center;
  }

  .news .newsPage ul li {
    margin: 0 4%;
  }

  .news .swiper-container-news {
    width: 100%;
  }

  .news .newslist {
    padding: 3% 0 3% 3%;
    z-index: 1;
  }

  .news .newslist::before {
    left: 0;
  }

  .news .newslist .conl {
    width: 40%;
    margin-right: 3%;
  }

  .news .newslist .conr {
    width: 57%;
  }

  .news .newslist .conr ul li span {
    display: block;
  }

  .link {
    padding: 3% 0 2% 0;
  }

}

@media screen and (max-width:480px) {

  .swiper-container-banner .swiper-pagination {
    bottom: 0;
  }

  .swiper-container-banner .swiper-pagination-bullet {
    width: 20px;
    height: 2px;
  }


  .title {
    padding: 4% 0;
  }

  .services-page ul {
    position: relative;
  }

  .services-page ul::after {
    display: block;
    position: absolute;
    content: "";
    background: #fff;
    width: 100%;
    height: 0px;
    left: 0;
    top: 50%;
  }

  .services .item ul li h4 a {
    padding: 0 8px;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 36px;
    height: 36px;
    overflow: hidden;
  }

  .services .more {
    padding: 5% 0;
  }

  .services .more a {
    font-size: 16px;
    padding: 3% 10%;
  }

  .honor .swiper-slide .con h3 {
    font-size: 14px;
    padding: 3% 5%;
    bottom: -30px;
  }

  .honor .swiper-slide .con h3 a {
    height: auto;
    line-height: 150%;
    text-align: justify;
  }

  .honor .swiper-slide .con h3::after {
    display: none;
  }

  .honor .swiper-slide .con h3 i {
    line-height: 20px;
    margin-right: 2px;
  }

  .timeBanner {
    padding: 6% 0 5% 0;
  }

  .timeBox .txt p span {
    width: 32px;
    line-height: 32px;
    font-size: 20px;
    margin: 0 2px;
  }

  .timeBox .txt h3 {
    font-size: 16px;
    letter-spacing: 0;
  }

  .timeBox .txt h3 b {
    display: inline;
  }

  .timeBox .txt h4 {
    font-size: 16px;
    line-height: 36px;
  }

  .timeBox .txt ul {
    width: 80%;
  }

  .timeBox .txt ul li {
    font-size: 16px;
    letter-spacing: 0;
    position: relative;
    z-index: 44;
    margin: 1% 0;
    letter-spacing: 1px;
  }

  .timeBox .txt ul li span {
    font-size: 20px;
  }

  .timeBox .pic {
    bottom: 10%;
  }

  .youshiTit .Six {
    align-items: flex-end;
  }

  .youshiTit .Six .en {
    position: absolute;
    font-size: 30px;
    text-transform: uppercase;
    letter-spacing: 2px;
  }

  .youshiTit .Six .num {
    font-size: 80px;
    margin-right: 5px;
  }

  .youshiTit .Six .txt {
    font-size: 30px;
    line-height: 30px;
    margin-top: 5px;
  }

  .youshiTit .Six .txt span {
    display: block;
    font-size: 18px;
    line-height: 30px;
  }

  .youshiTit h2 {
    font-size: 20px;
    letter-spacing: 1px;
    margin: 10px 0 8px 0;
  }

  .youshiTit h3 {
    display: block;
    font-size: 15px;
    padding: 0 8px;
    letter-spacing: 0;
    line-height: 240%;
    text-align: justify;
    text-align-last: justify;
  }

  .youshiTit h3::before {
    display: none;
  }

  .youshiTit h3::after {
    display: none;
  }

  .youshiList li .item_span .adore {
    position: absolute;
    top: 50%;
    margin-top: -5px;
    width: 10px;
    height: 10px;
  }

  .youshiList li .item_span .tit {
    font-size: 18px;
  }

  .youshiList li .item_span .num {
    font-size: 60px;
    line-height: 50px;
  }

  .youshiList li.on .item_span .tit {
    color: #ff8f46;
  }

  .youshi .youshiPage {
    top: 40px;
  }

  .youshi .youshiPage span.on {
    font-size: 160%;
  }

  .youshi .text {
    padding: 7% 0 5% 0;
  }

  .youshi .text::after {
    height: 140%;
  }

  .youshi .text .icon {
    margin-bottom: 40px;
  }

  .youshi .text .icon dt {
    font-size: 60px;
  }

  .youshi .text .icon dt::after {
    top: 55px;
  }

  .youshi .text .icon dd b {
    font-size: 30px;
    margin-bottom: 5px;
  }

  .youshi .text h3 {
    font-size: 19px;
    letter-spacing: 0;
  }

  .youshi .text p {
    font-size: 15px;
    line-height: 160%;
    margin-top: 5px;
    padding-left: 15px;
  }

  .youshi .text p::after {
    border-width: 6px;
    top: 6px;
  }

  .phoneBox .txt h3 {
    font-size: 18px;
    letter-spacing: 1px;
  }

  .phoneBox .txt h3 span {
    display: inline;
  }

  .phoneBox .txt h4 {
    font-size: 20px;
  }

  .phoneBox .txt h4 span {
    font-size: 16px;
    letter-spacing: 0;
  }

  .phoneBox .txt h5 {
    width: 160px;
    font-size: 18px;
    background: none;
    color: #fff;
    padding: 0;
  }

  .phoneBox .txt h5 span {
    font-size: 14px;
  }

  .phoneBox .txt .tel span {
    display: none;
  }

  .phoneBox .pic {
    width: 50%;
    bottom: 2%;
  }

  .pk .title h3 {
    font-size: 19px;
    letter-spacing: 0;
  }

  .pk .pkTit {
    flex-wrap: nowrap;
  }

  .pk .pkTit h4 {
    font-size: 18px;
    letter-spacing: 0;
  }

  .pk .pkTit p {
    font-size: 14px;
    letter-spacing: 0;
  }

  .pk .pkTit .titl {
    width: 50%;
  }

  .pk .pkTit .titr {
    width: 40%;
  }

  .pk .pkTit .icon {
    font-size: 40px;
  }

  .pk .con {
    font-size: 14px;
    line-height: 160%;
  }

  .pk .con .p1 {
    padding: 3% 60px 3% 15px;
    letter-spacing: 0;
  }

  .pk .con .p1::after {
    z-index: -1;
  }

  .pk .con .p2 {
    padding: 3% 15px 3% 60px;
    letter-spacing: 0;
  }

  .pk .con .p2::after {
    z-index: -1;
  }

  .pk .con span {
    font-size: 18px;
    font-weight: bold;
    width: 30px;
    line-height: 150%;
    left: calc(50% - 15px);
    padding: 10px 0;
    border-radius: 6px;
  }

  .pk .con .p11 {
    margin-bottom: 5px;
    margin-top: 5px;
  }

  .pk .con .p22 {
    margin-top: 0;
  }

  .case .title {
    padding-bottom: 2%;
  }

  .case .title h3 {
    font-size: 19px;
    letter-spacing: 0;
  }

  .casePage ul li {
    font-size: 15px;
  }

  .casePage ul li i {
    font-size: 20px;
  }

  .caselist::after {
    height: calc(100% - 50px);
  }

  .caselist .txt::before {
    border-width: 20px 10px;
    left: -20px;
  }

  .caselist .txt {
    font-size: 15px;
    line-height: 40px;
    padding-left: 5px;
  }

  .caselist .swiper-slide .tit a {
    font-size: 18px;
    line-height: 50px;
    font-weight: bold;
  }

  .caselist .swiper-slide .tit a i {
    line-height: 50px;
    font-size: 24px;
    margin-right: 5px;
  }

  .caselist .swiper-slide .con {
    display: block;
    padding: 0 10px 10px 0;
    margin: 5% 0 5% 3%;
  }

  .caselist .swiper-slide .con dl {
    margin-bottom: 6%;
    width: 100%;
  }

  .caselist .swiper-slide .con dl::after {
    top: 10px;
    left: 10px;
  }

  .caselist .swiper-slide .con dl:last-child {
    margin-bottom: 0;
  }

  .caselist .swiper-slide .con dl dd {
    padding: 30px 0 0 10px;
  }

  .caselist .swiper-slide .con dl dd hr {
    display: block;
  }

  .caselist .swiper-slide .con dl dd h4 {
    margin-top: 15px;
  }

  .serveBanner {
    margin-top: 0;
  }

  .serveBanner .txt .c {
    width: 100%;
  }

  .serveBanner .txt .c span {
    width: 28px;
    line-height: 26px;
    font-size: 16px;
  }

  .serveBanner .txt h3 {
    font-size: 22px;
    margin-top: 2%;
    letter-spacing: 2px;
  }

  .serveBanner .txt h4 {
    font-size: 20px;
    letter-spacing: 2px;
    margin-top: 2%;
    color: #ff8f46;
    line-height: 150%;
  }

  .serveBanner .txt h4 img {
    height: 60px;
  }

  .serveBanner .txt p {
    width: 55%;
    font-size: 16px;
    letter-spacing: 1px;
    background: none;
    padding: 0;
  }

  .serveBanner .tel span {
    display: none;
  }

  .serveBanner .pic {
    top: 60%;
    width: 45%;
  }

  .aboutTit span {
    font-size: 60px;
  }

  .aboutTit h3 {
    font-size: 24px;
    margin-top: -25px;
  }

  .aboutBox .txt {
    text-align: center;
  }

  .aboutBox .txt h4 span {
    width: 30px;
    line-height: 30px;
    font-size: 20px;
  }

  .aboutBox .txt h3 {
    font-size: 18px;
    letter-spacing: 1px;
  }

  .aboutBox .txt hr {
    width: 30px;
  }

  .aboutBox .txt p {
    font-size: 15px;
    line-height: 160%;
    margin-bottom: 6%;
  }

  .aboutBox .txt .more {
    font-size: 15px;
    padding: 10px 20px 5px 25px;
  }

  .aboutBox .pic {
    margin-top: 4%;
  }

  .aboutBox .pic p {
    font-size: 16px;
    line-height: 180%;
  }

  .aboutBox .pic hr {
    width: 30px;
  }

  .aboutBox .picCon .img {
    width: calc(100% - 0px);
  }

  .aboutBox .picCon .brand {
    width: 30px;
    margin-top: 0;
    margin-left: 10px;
    overflow: visible;
  }

  .aboutBox .picCon .brand span {
    width: 30px;
    line-height: 180%;
    margin: 0;
    font-size: 16px;
    font-weight: bold;
  }

  .lab .labPage ul {
    width: 55px;
  }

  .lab .labPage ul li {
    width: 24px;
    font-size: 16px;
    line-height: 24px;
    margin: 5px 0;
  }

  .lab .lablist .txt {
    padding: 3% 3% 5% 3%;
  }

  .lab .lablist .txt::after {
    border-width: 15px;
  }

  .lab .lablist .txt h3 {
    font-size: 20px;
    padding-bottom: 15px;
  }

  .lab .lablist .txt h3::after {
    width: 30px;
  }

  .lab .lablist .txt p {
    font-size: 15px;
    line-height: 180%;
  }

  .lab .lablist .txt .more {
    font-size: 15px;
    padding: 10px 20px 5px 25px;
  }

  .teamBox .txt {
    text-align: center;
  }

  .teamBox .txt h6 {
    font-size: 16px;
    letter-spacing: 1px;
    margin-bottom: 0;
  }

  .teamBox .txt h5 {
    font-size: 20px;
    letter-spacing: 2px;
  }

  .teamBox .txt h3 span {
    font-size: 24px;
    width: 36px;
    line-height: 36px;
    margin: 3% 1.5% 2% 1.5%;
  }

  .teamBox .txt h3 b {
    font-size: 22px;
    letter-spacing: 2px;
  }

  .teamBox .txt p {
    font-size: 16px;
  }

  .teamBox .txt p::after {
    left: -25%;
    width: 150%;
  }

  .teamBox .txt p span {
    padding: 0 3%;
  }

  .teamBox .txt h4 {
    width: 50%;
    text-align: left;
    font-size: 16px;
    letter-spacing: 2px;
    line-height: 160%;
    color: rgba(255, 255, 255, .6);
  }

  .teamBox .txt .tel span {
    display: none;
  }

  .teamBox .pic {
    width: 45%;
    top: auto;
    bottom: -38px;
  }

  .news .newsPage ul li {
    width: 40px;
    font-size: 16px;
    margin: 0 3%;
    line-height: 130%;
    padding-bottom: 15px;
  }

  .news .newsPage ul li.on::after {
    border-width: 10px;
  }

  .news .newslist .swiper-slide {
    display: block;
  }

  .news .newslist .conl {
    width: 100%;
    margin: 0;
  }

  .news .newslist .conl dl {
    padding: 4%;
  }

  .news .newslist .conl dl:nth-child(1) {
    margin-bottom: 3%;
  }

  .news .newslist .conl dl dt {
    height: auto;
    font-size: 16px;
  }

  .news .newslist .conl dl dd span {
    display: none;
  }

  .news .newslist .conl dl dd p {
    font-size: 13px;
    line-height: 24px;
    height: auto;
  }

  .news .newslist .conr {
    width: 100%;
    margin-top: 3%;
  }

  .news .newslist .conr ul li {
    line-height: 32px;
    height: 32px;
  }

  .link {
    padding: 4% 0 3% 0;
  }

  .link h3 {
    font-size: 18px;
    padding-bottom: 8px;
    margin-bottom: 10px;
  }

  .link h3 span {
    padding-bottom: 8px;
  }

  .link h3 em {
    font-size: 30px;
  }

  .link h3 a {
    font-size: 14px;
  }

}