@charset "utf-8";
/* CSS Document */

.honorSwiper {
  position: relative;
  margin: 0 auto;
}

.honorSwiper .swiper-container {
  padding-bottom: 110px;
}

.honorSwiper .swiper-slide {
  width: 754px;
  height: 537px;
  display: flex;
  justify-content: center;
}
.swiper-container {
  width: 100%;
}
.honorSwiper .swiper-slide img {
  display: block;
  height: 100%;
  object-fit: fill;
  box-shadow: 0px 13px 31px 4px rgba(0, 0, 0, 0.18);
}
.honorSwiper .swiper-slide p {
  text-align: center;
  font-size: 22px;
  color: #333333;
  margin-top: 50px;
  display: none;
}
.honorSwiper .swiper-slide.swiper-slide-active p {
  display: block;
}
.honorSwiper .swiper-slide-active,
.honorSwiper .swiper-slide-duplicate-active {
  transform: scale(1);
  margin: 0 auto;
  z-index: 1000;
}
.honorSwiper .swiper-pagination {
  width: 100%;
  bottom: 20px;
}

.honorSwiper .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
  border: 3px solid #fff;
  background-color: #d5d5d5;
  width: 10px;
  height: 10px;
  opacity: 1;
}

.honorSwiper .swiper-pagination-bullets .swiper-pagination-bullet-active {
  border: 3px solid #00aadc;
  background-color: #fff;
}

.honorSwiper .swiper-button-prev {
  left: -30px;
  width: 45px;
  height: 45px;
  background: url(../images/wm_button_icon.png) no-repeat;
  background-position: 0 0;
  background-size: 100%;
}

.honorSwiper .swiper-button-prev:hover {
  background-position: 0 -46px;
  background-size: 100%;
}

.honorSwiper .swiper-button-next {
  right: -30px;
  width: 45px;
  height: 45px;
  background: url(../images/wm_button_icon.png) no-repeat;
  background-position: 0 -93px;
  background-size: 100%;
}

.honorSwiper .swiper-button-next:hover {
  background-position: 0 -139px;
  background-size: 100%;
}

.aboutB {
  padding: 100px 0 110px;
}
.aboutB-a {
  max-width: 1600px;
  margin: 0 auto;
  display: flex;
  padding-bottom: 60px;
}
.aboutB-b {
  margin-top: 0px;
}
.aboutB-f .mainTit,
.aboutB-f .mainTit .t,
.aboutB-f .mainTit .c {
  color: #333;
  font-family: SourceHanSansCN-Light;
  font-weight: lighter;
}
.aboutB-b {
  float: left;
  position: relative;
}
.aboutB-d {
  padding-top: 80px;
}
.aboutB-e .t {
  font-weight: bold;
  font-size: 44px;
  color: #2eb6fc;
}
.aboutB-g {
  height: 360px;
  margin-top: 50px;
  overflow-y: scroll;
}
.aboutB-e .c {
  text-align: justify;
  width: 80%;
  font-size: 16px;
  color: #333;
  line-height: 1.6;
  opacity: 0.8;
}
.aboutB-g .inner .c {
  line-height: 1.5;
}
.aboutB-g {
}
/*滚动条整体部分,必须要设置*/
.aboutB-g::-webkit-scrollbar {
  width: 6px;
  height: 360px;
  border-radius: 3px;
}
/*滚动条的轨道*/
.aboutB-g::-webkit-scrollbar-track {
  background: #eaeaea;
  border-radius: 3px;
}
/*滚动条的滑块按钮*/
.aboutB-g::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #ccc;
}
.aboutB-c {
  overflow: hidden;
}
.aboutB-c .btn-list {
  display: flex;
  align-items: center;
  margin-top: 70px;
}
.aboutB-c .prev {
  margin-right: 10px;
}
.aboutB-c .next,
.aboutB-c .prev {
  cursor: pointer;
  opacity: 1;
  font-family: '微软雅黑';
  font-size: 0px;
  color: #333;
  width: 66px;
  height: 39px;
  background: #e8e8e8;
  text-align: center;
  color: #fff;
  font-size: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.aboutB-c .prev {
  transform: rotate(180deg);
}
.aboutB-c .prev:hover {
  background: #2eb6fc;
}
.aboutB-c .next:hover {
  background: #2eb6fc;
}

.aboutB-c .prev {
  left: 80px;
}
.aboutB-c .next {
  left: 0px;
}
.aboutB-c .next:hover,
.aboutB-c .prev:hover {
  opacity: 1;
}
.aboutB-c {
  position: relative;
  float: right;
  width: 58.6%;
}
/*.inner{width:100%;height:auto;margin:0px auto;}*/
/*.out{margin-top:20px;overflow: hidden;position: relative;}*/
/*.scrollbar{border-radius: 4px;width:4px;height:260px;background:rgba(255,255,255,0.2);position: absolute;right:0;top:0;}*/
/*.scrollbtn{width:100%;height:20px;background:#fff;border-radius:20px;position: absolute;}*/
.aboutB-c {
  position: relative;
  float: right;
  width: 55.6%;
}

.aboutB-b .img-box {
  background-size: vover;
}
.aboutB-b .items-list {
  left: -350px;
}
.aboutB-b .item {
  width: 600px;
  padding-left: 25px;
  font-size: 18px;
  transition: font-size 1s;
  text-align: left;
  cursor: pointer;
}

.ovyscroll.left {
  direction: rtl;
  overflow-y: auto;
}
.ovyscroll.left > * {
  direction: ltr;
}
.ovyscroll.con {
  height: 408px;
  padding-right: 15px;
}
.ovyscroll {
  overflow-y: auto;
}
.ovyscroll::-webkit-scrollbar-track {
  background-color: #e5e5e;
  border-radius: 100px;
}
.ovyscroll::-webkit-scrollbar-thumb {
  background: #00246e;
  border-radius: 100px;
}
.ovyscroll::-webkit-scrollbar-button {
  background-color: #ffffff;
  display: none;
  border-radius: 100px;
}
.ovyscroll::-webkit-scrollbar-corner {
  background-color: #ffffff;
  border-radius: 100px;
}
.ovyscroll::-webkit-scrollbar {
  width: 4px;
  height: 0px;
  border-radius: 100px;
}
.ovxscroll {
  overflow-x: auto;
}
.ovxscroll::-webkit-scrollbar-track {
  background-color: #e5e5e;
  border-radius: 100px;
}
.ovxscroll::-webkit-scrollbar-thumb {
  background: #00246e;
  border-radius: 100px;
}
.ovxscroll::-webkit-scrollbar-button {
  background-color: #ffffff;
  display: none;
  border-radius: 100px;
}
.ovxscroll::-webkit-scrollbar-corner {
  background-color: #ffffff;
  border-radius: 100px;
}
.ovxscroll::-webkit-scrollbar {
  width: 0;
  height: 3px;
  border-radius: 100px;
}

@media screen and (max-width: 1750px) {
  .ovyscroll.con {
    height: 380px;
  }
}
@media screen and (max-width: 1650px) {
  .ovyscroll.con {
    height: 350px;
  }
}
@media screen and (max-width: 1530px) {
  .ovyscroll.con {
    height: 320px;
  }
}
@media screen and (max-width: 1400px) {
  .ovyscroll.con {
    height: 292px;
  }
  .ovyscroll::-webkit-scrollbar {
    width: 3px;
  }
}
@media screen and (max-width: 768px) {
  .ovyscroll.con {
    height: auto;
  }
}
.aboutB-b {
  margin-top: 80px;
  position: relative;
  left: -24px;
}

.aboutB-b .c-menu {
  position: relative;
  height: 570px;
  margin-left: 340px;
  width: 400px;
  overflow: hidden;
}
.aboutB-b .img-box,
.hide {
  position: absolute;
  left: 30px;
  border-radius: 50%;
  top: 53px;
  width: 470px;
  height: 470px;
  opacity: 1;
  transition: opacity, 2s;
}
.aboutB-b .hide {
  opacity: 0;
  transition: opacity, 0.5s;
}
.aboutB-b .items-list {
  position: absolute;
  left: -350px;
  top: 13px;
  width: 560px;
  height: 560px;
  border-radius: 50%;
  background: url('../images/q_03.png');
  background-size: 100%;
  /* border: 1px solid #333; */
}
.aboutB-b .item {
  position: absolute;
  width: 570px;
  padding-left: 13px;
  font-size: 18px;
  transition: font-size 1s;
  text-align: left;
  cursor: pointer;
}
.aboutB-b .item:nth-child(1) {
  margin-top: -5px;
  margin-left: -15px;
}
.aboutB-b .item a {
  position: relative;
  font-size: 22px;
  color: #333333;
}
.aboutB-b .item:nth-child(4) {
  transition: font-size 0.5s;
  opacity: 1;
  font-weight: bold;
  font-size: 30px;
}
.aboutB-b .item:nth-child(4) a {
  color: #2eb6fc;
  font-size: 28px;
}
.aboutB-b .item a:before {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  background: url(../images/aboutb-2.png) no-repeat center;
  left: -25px;
  top: 50%;
  margin-top: -10px;
}
.aboutB-b .item:nth-child(4):before {
  top: 10px;
}
.aboutB-b .item a {
  color: #333333;
  transition: color 0.5s;
}
.aboutB-b .item a:hover {
  color: #333333;
  transition: color 0.5s;
}

.aboutB-b .btn {
  z-index: 10;
  position: absolute;
  width: 20px;
  height: 20px;
  cursor: pointer;
  left: 60px;
  font-size: 20pt;
  color: #dae6ef;
  -webkit-transform: scale(3, 1);
  transform: scale(3, 1);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.aboutB-b .btn:hover {
  color: white;
  transition: color 0.5s;
}
.aboutB-b .prev {
  top: 110px;
}
.aboutB-b .next {
  bottom: 120px;
}

.news_body {
  background: #f8f8f8;
}
.contact_body {
  background: #f8f8f8;
}

.inputerror {
  /*border-bottom: 1px solid #f00 !important;*/
  background-color: #ffe6e6 !important;
}
@-webkit-keyframes inputerrors {
  0% {
    background-color: #fff;
  }
  100% {
    background-color: #ffe6e6;
  }
}

.inputerror {
  animation: inputerrors 0.5s 3 ease;
}
@media screen and (max-width: 1680px) {
  .honorSwiper .swiper-slide {
    width: 720px;
    height: 518px;
  }
}
