@charset "utf-8";
@-webkit-keyframes btnico {
  0% {
    -webkit-transform: translateX(-15%);
    transform: translateX(-15%);
  }
  100% {
    -webkit-transform: translateX(2%);
    transform: translateX(2%);
  }
}
@keyframes btnico {
  0% {
    -webkit-transform: translateX(-15%);
    transform: translateX(-15%);
  }
  100% {
    -webkit-transform: translateX(2%);
    transform: translateX(2%);
  }
}
.top {
  position: fixed;
  left: 0;
  width: 100%;
  z-index: 999;
  color: #ffffff;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
.top a {
  color: #ffffff;
}
.top .w1400 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.logo {
  flex-shrink: 0;
}
.logo a {
  display: block;
  height: 51px;
  position: relative;
  z-index: 5;
}
.logo a img {
  max-height: 100%;
  display: block;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
.logo a .img2 {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
}
.top-right {
  display: flex;
  align-items: center;
}
.nav {
  position: relative;
  display: flex;
  z-index: 4;
}
.nav > li {
  position: relative;
  flex-shrink: 0;
  margin-left: 50px;
}
.nav > li > a {
  display: block;
  line-height: 75px;
  height: 75px;
  padding: 5px 0;
  position: relative;
  font-size: 20px;
}
.nav > li > a::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transform: translateX(-50%);
  transition: 0.4s;
  -webkit-transition: 0.4s;
}
.nav > li > a.hov::before,
.nav > li > a.active::before {
  width: 100%;
}
.nav > li:hover > a::before {
  width: 100%;
}
.nav > li:hover .subnav {
  transform: scaleY(1);
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.nav .subnav {
  position: absolute;
  background-color: #ffffff;
  text-align: center;
  width: 120px;
  top: 100%;
  border-radius: 15px;
  padding: 12px 0;
  left: 50%;
  margin-left: -60px;
  opacity: 0;
  visibility: hidden;
  transform: scaleY(0);
  transform-origin: center top;
  pointer-events: none;
  box-shadow: 0 0 8px 0 rgba(11, 34, 103, 0.08);
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
.nav .subnav p {
  margin-bottom: 4px;
}
.nav .subnav p:last-child {
  margin-bottom: 0;
}
.nav .subnav a {
  display: block;
  padding: 6px 5px;
  line-height: 1.4;
  color: #333333;
}
.nav .subnav a:hover {
  color: #0D6FB8;
  background-color: #f2f5f8;
}
.langer-box {
  position: relative;
  padding-left: 22px;
  margin-left: 60px;
}
.langer-box::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 13px;
  background-color: #ffffff;
  opacity: 0.6;
}
.langer-btn {
  position: relative;
}
.langer-btn .text {
  padding: 0 13px;
  position: relative;
  display: block;
  line-height: 75px;
}
.langer-btn .text::after {
  content: "\ec11";
  font-size: 12px;
  line-height: 1;
  font-family: "iconfont";
  position: absolute;
  right: -2px;
  top: 50%;
  transform: translateY(-50%);
}
.langer-btn .subnav {
  position: absolute;
  left: 50%;
  width: 80px;
  margin-left: -40px;
  top: 100%;
  background-color: #ffffff;
  border-radius: 15px;
  padding: 12px 0;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transform: scaleY(0);
  transform-origin: center top;
  pointer-events: none;
  box-shadow: 0 0 8px 0 rgba(11, 34, 103, 0.08);
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
.langer-btn .subnav a {
  display: block;
  padding: 6px 5px;
  line-height: 1.4;
  color: #333333;
}
.langer-btn .subnav a:hover {
  color: #0D6FB8;
  background-color: #f2f5f8;
}
.langer-btn:hover .subnav {
  transform: scaleY(1);
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.ptop,
.twotop {
  background-color: #ffffff;
  border-bottom: 1px solid #eff1f5;
  color: #333333;
}
.ptop a,
.twotop a {
  color: #333333;
}
.ptop a:hover,
.twotop a:hover {
  color: #0D6FB8;
}
.ptop .logo a .img1,
.twotop .logo a .img1 {
  opacity: 0;
  visibility: hidden;
}
.ptop .logo a .img2,
.twotop .logo a .img2 {
  opacity: 1;
  visibility: visible;
}
.ptop .nav > li > a,
.twotop .nav > li > a {
  padding: 0;
}
.ptop .nav > li > a.hov,
.twotop .nav > li > a.hov,
.ptop .nav > li > a.active,
.twotop .nav > li > a.active {
  color: #0D6FB8;
}
.ptop .nav > li > a.hov::before,
.twotop .nav > li > a.hov::before,
.ptop .nav > li > a.active::before,
.twotop .nav > li > a.active::before {
  background-color: #0D6FB8;
}
.ptop .langer-box::before,
.twotop .langer-box::before {
  background-color: #E5E5E5;
  opacity: 1;
}
.menu-handler {
  width: 24px;
  height: 60px;
  display: none;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  overflow: hidden;
  z-index: 10;
  padding: 0 18px;
}
.menu-handler span:first-child {
  position: relative;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #0D6FB8;
  border-radius: 2px;
  -webkit-transition-duration: 0.3s, 0.3s;
  -moz-transition-duration: 0.3s, 0.3s;
  -o-transition-duration: 0.3s, 0.3s;
  transition-duration: 0.3s, 0.3s;
  -webkit-transition-delay: 0.3s, 0s;
  -moz-transition-delay: 0.3s, 0s;
  -o-transition-delay: 0.3s, 0s;
  transition-delay: 0.3s, 0s;
}
.menu-handler span:first-child:after,
.menu-handler span:first-child:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  left: 0;
  background-color: #0D6FB8;
  border-radius: 2px;
  -webkit-transition-duration: 0.3s, 0.3s;
  transition-duration: 0.3s, 0.3s;
  -webkit-transition-delay: 0.3s, 0s;
  transition-delay: 0.3s, 0s;
}
.menu-handler span:first-child:before {
  top: -8px;
  -webkit-transition-property: top, transform;
  -webkit-transition-property: top, -webkit-transform;
  transition-property: top, -webkit-transform;
  transition-property: top, transform;
  transition-property: top, transform, -webkit-transform;
}
.menu-handler span:first-child:after {
  bottom: -8px;
  -webkit-transition-property: bottom, transform;
  -webkit-transition-property: bottom, -webkit-transform;
  transition-property: bottom, -webkit-transform;
  transition-property: bottom, transform;
  transition-property: bottom, transform, -webkit-transform;
}
.menu-handler.active span {
  background-color: transparent;
  -webkit-transition-delay: 0s, 0s;
  -moz-transition-delay: 0s, 0s;
  -o-transition-delay: 0s, 0s;
  transition-delay: 0s, 0s;
}
.menu-handler.active span:after,
.menu-handler.active span:before {
  -webkit-transition-delay: 0s, 0.3s;
  transition-delay: 0s, 0.3s;
}
.menu-handler.active span:before {
  top: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.menu-handler.active span:after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.menubarM a:link,
.menubarM a:visited {
  color: #ffffff;
}
.menubarM a:active,
.menubarM a:hover {
  color: #ffffff;
}
.menubarM {
  background-color: #0D6FB8;
  color: #ffffff;
  position: fixed;
  top: 0px;
  bottom: 0;
  left: 0;
  right: 0;
  height: 0;
  z-index: 995;
  overflow: hidden;
  -webkit-transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.menubarM-box {
  height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.menubarM-list {
  margin-top: 80px;
  margin-bottom: 20px;
  opacity: 0;
  transform: translateY(50px);
  transition: 0.5s;
  -webkit-transition: 0.5s;
}
.menubarM-list > li > a {
  position: relative;
  display: block;
  font-size: 18px;
  padding: 16px 5%;
  line-height: 1.2;
}
.menubarM-list > li > a::after {
  content: "\ec11";
  font-family: "iconfont";
  position: absolute;
  right: 5%;
  top: 50%;
  font-size: 20px;
  line-height: 1;
  margin-top: -10px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.menubarM-list .cur > a::after {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.menubarM-list .subnav {
  background-color: #f2f5f8;
  display: none;
  padding: 16px 5%;
  border-top: 1px solid #E5E5E5;
  border-bottom: 1px solid #E5E5E5;
  font-size: 14px;
}
.menubarM-list .subnav a {
  position: relative;
  display: block;
  line-height: 1.4;
  padding: 6px 0;
  color: #868686;
}
.pusher-black {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  z-index: 990;
  background-color: rgba(0, 0, 0, 0.6);
  filter: alpha(opacity=0);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.2s cubic-bezier(0.02, 0.01, 0.47, 1) 0s;
  transition: all 0.2s cubic-bezier(0.02, 0.01, 0.47, 1) 0s;
}
.menu-open .pusher-black {
  pointer-events: all;
  opacity: 1;
}
.menu-open .menubarM {
  height: 100vh;
}
.menu-open .menubarM-list {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.4s;
}
.banner {
  position: relative;
  width: 100%;
  height: 100%;
  height: 100vh;
  color: #ffffff;
  overflow: hidden;
}
.banner a {
  color: #ffffff;
}
.banner .item {
  position: relative;
}
.banner .imgBox {
  height: 100%;
}
.banner .imgBox img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  object-fit: cover;
  transform: scale(1.06);
  -webkit-transform: scale(1.06);
  transition: transform 3s;
  -webkit-transition: transform 3s;
}
.banner .desc {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.banner .t1 {
  line-height: 1.4;
}
.banner .t2 {
  line-height: 1.6;
  letter-spacing: 0.3rem;
}
.banner .bot {
  margin-top: 50px;
}
.banner .itxt {
  opacity: 0;
}
.banner .swiper-slide-active .imgBox img {
  transform: scale(1);
  -webkit-transform: scale(1);
}
.banner .swiper-slide-active .itxt {
  animation: fadeup 1s ease both;
}
.banner .swiper-slide-active .bot {
  animation-delay: 0.5s;
}
.banner .swiper-pag {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 5%;
  z-index: 400;
  text-align: center;
}
.banner .swiper-pag .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  margin: 0 6px;
  background-color: transparent;
  border: 1px solid #ffffff;
  opacity: 1;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
.banner .swiper-pag .swiper-pagination-bullet-active {
  background-color: #ffffff;
}
.btn-more {
  border-radius: 20px;
  border: 1px solid #ffffff;
  display: flex;
  width: 118px;
  height: 40px;
  justify-content: space-between;
  align-items: center;
  padding: 0 6px 0 16px;
  color: #ffffff;
}
.btn-more .ico {
  position: relative;
  width: 26px;
  height: 26px;
  flex-shrink: 0;
  border-radius: 50%;
  background-color: #0D6FB8;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -webkit-animation: btnico 1s infinite forwards;
  animation: btnico 1s infinite forwards;
}
.btn-more:hover {
  background-color: #0D6FB8;
  border-color: #0D6FB8;
}
.btn-more:hover .ico {
  background-color: #ffffff;
  color: #0D6FB8;
}
.fGi {
  font-family: "GILROY";
}
.iabout-desc {
  padding: 10% 0;
  display: flex;
  justify-content: space-between;
}
.iabout-left {
  width: 42.4285%;
  flex-shrink: 0;
}
.iabout-left .title {
  color: #ffffff;
  line-height: 1.4;
  margin-bottom: 25px;
}
.iabout-left .desc {
  line-height: 2;
  color: #ffffff;
  margin-bottom: 40px;
}
.btn-more2 {
  border-radius: 20px;
  display: flex;
  width: 118px;
  height: 40px;
  justify-content: space-between;
  align-items: center;
  padding: 0 6px 0 16px;
  color: #ffffff;
  background-color: #0D6FB8;
}
.btn-more2 .ico {
  position: relative;
  width: 26px;
  height: 26px;
  flex-shrink: 0;
  border-radius: 50%;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0D6FB8;
  font-size: 16px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -webkit-animation: btnico 1s infinite forwards;
  animation: btnico 1s infinite forwards;
}
.btn-more2:hover {
  background-color: #8FC41F;
}
.btn-more2:hover .ico::before,
.btn-more2:hover .ico::after {
  background-color: #8FC41F;
}
.iabout-right {
  width: 51.64%;
  flex-shrink: 0;
}
.iabout-num {
  display: flex;
  flex-wrap: wrap;
  margin-top: -8%;
}
.iabout-num li {
  width: 38%;
  margin-left: 12%;
  margin-top: 8%;
  border-bottom: 1px solid #E8E8E8;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 10px;
}
.iabout-num .desc {
  flex: 1;
  margin-right: 8%;
  color: #ffffff;
}
.iabout-num .txt {
  padding: 5px 0;
}
.iabout-num .num {
  color: #ffffff;
  font-weight: bold;
  line-height: 1.4;
  display: flex;
  align-items: center;
}
.iabout-num .ico {
  color: #ffffff;
  line-height: 1.4;
}
.iabout-num .dw {
  font-weight: normal;
  padding-left: 8px;
  line-height: 1.4;
  text-align: center;
}
.ipage-pd120 {
  padding: 120px 0;
}
.ititle {
  margin-bottom: 70px;
}
.ititle .zh {
  color: #0D6FB8;
  line-height: 1.2;
  margin-bottom: 5px;
}
.ititle .en {
  text-transform: uppercase;
  color: #999999;
  line-height: 1.5;
}
.raswiper-arow {
  width: 50px;
  height: 50px;
  border: 1px solid #0D6FB8;
  position: absolute;
  top: 50%;
  border-radius: 50%;
  transform: translateY(-50%);
  z-index: 500;
  color: #0D6FB8;
}
.raswiper-arow .ico {
  position: absolute;
  display: block;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  text-align: center;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
.raswiper-arow::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #0D6FB8;
  transform: scale(0.6);
  opacity: 0;
  border-radius: 50%;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
.raswiper-arow:hover {
  border-color: transparent;
  color: #ffffff;
}
.raswiper-arow:hover::before {
  transform: scale(1);
  opacity: 1;
}
.raswiper-prev {
  left: 0;
}
.raswiper-next {
  right: 0;
}
.ipro-box {
  position: relative;
  padding-bottom: 60px;
}
.ipro-box .swiper-pagination-bullet {
  background-color: transparent;
  border: 1px solid #0D6FB8;
  opacity: 1;
  width: 6px;
  height: 6px;
  bottom: 0;
}
.ipro-box .swiper-pagination-bullet-active {
  background-color: #0D6FB8;
}
.ipro-box .swiper-pagination {
  bottom: 0;
}
.ipro-box .swiper-pag {
  text-align: center;
}
.ipro-box .swiper-pag .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  margin: 0 6px;
  background-color: transparent;
  border: 1px solid #0D6FB8;
  opacity: 1;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
.ipro-box .swiper-pag .swiper-pagination-bullet-active {
  background-color: #0D6FB8;
}
.ipro-box .raswiper-prev {
  left: -100px;
}
.ipro-box .raswiper-next {
  right: -100px;
}
.ipro-box .raswiper-arow {
  top: 45%;
}
.ipro-demo {
  overflow: hidden;
}
.ipro-demo .swiper-slide {
  height: 366px;
}
.ipro-item {
  background-color: #ffffff;
  text-align: center;
  border-radius: 26px;
  position: relative;
  transform: translateY(20px);
  height: 340px;
  z-index: 1;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
.ipro-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(/img/ipro_bg.png) no-repeat scroll center center;
  background-size: cover;
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  z-index: -1;
  opacity: 0;
  border-radius: 20px;
  transition: 0.5s;
  -webkit-transition: 0.5s;
}
.ipro-item .ipro-itemc {
  padding: 70px 5px 0;
  transition: 0.5s;
  -webkit-transition: 0.5s;
}
.ipro-item .tubiao {
  width: 98px;
  height: 98px;
  border: 1px solid #0D6FB8;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 45px;
  border-radius: 20px;
  overflow: hidden;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
.ipro-item .tubiao .iconfont {
  width: 68px;
  height: 68px;
  border-radius: 50%;
  background-color: #0D6FB8;
  color: #ffffff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 34px;
  line-height: 1;
}
.ipro-item .title {
  line-height: 1.4;
}
.ipro-item .zh {
  color: #333333;
}
.ipro-item .en {
  text-transform: uppercase;
}
.ipro-item .more {
  display: none;
  align-items: center;
  justify-content: center;
  margin-top: 35px;
  color: #ffffff;
}
.ipro-item .more i {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-left: 6px;
}
.ipro-item:hover {
  background-color: #0D6FB8;
  padding: 20px 0 6px;
  transform: translateY(0);
}
.ipro-item:hover .ipro-itemc {
  padding-top: 36px;
}
.ipro-item:hover::before {
  opacity: 1;
  transform: scale(1);
  -webkit-transform: scale(1);
}
.ipro-item:hover .tubiao {
  background-color: #ffffff;
}
.ipro-item:hover .zh {
  color: #ffffff;
}
.ipro-item:hover .en {
  color: #ffffff;
  opacity: 0.5;
}
.ipro-item:hover .more {
  display: flex;
}
.inews-box {
  position: relative;
  padding-bottom: 60px;
}
.inews-box .swiper-pagination-bullet {
  background-color: transparent;
  border: 1px solid #0D6FB8;
  opacity: 1;
  width: 6px;
  height: 6px;
  bottom: 0;
}
.inews-box .swiper-pagination-bullet-active {
  background-color: #0D6FB8;
}
.inews-box .swiper-pagination {
  bottom: 0;
}
.inews-box .swiper-pag {
  text-align: center;
}
.inews-box .swiper-pag .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  margin: 0 6px;
  background-color: transparent;
  border: 1px solid #0D6FB8;
  opacity: 1;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
.inews-box .swiper-pag .swiper-pagination-bullet-active {
  background-color: #0D6FB8;
}
.inews-box .raswiper-prev {
  left: -100px;
}
.inews-box .raswiper-next {
  right: -100px;
}
.inews-box .raswiper-arow {
  top: 45%;
}
.inews-demo {
  overflow: hidden;
  padding-bottom: 10px;
}
.inews-demo .swiper-slide {
  position: relative;
  border-radius: 20px;
  background-color: #F9FAFC;
  overflow: hidden;
  transition: background 0.3s, box-shadow 0.3s, transform 0.3s;
}
.inews-demo .swiper-slide:hover {
  background-color: #ffffff;
  box-shadow: 0 3px 10px rgba(235, 241, 252, 0.9);
}
.inews-demo .imgBox {
  border-radius: 20px 20px 0 0;
  overflow: hidden;
}
.inews-demo .desc {
  padding: 30px 30px 40px;
}
.inews-demo .title {
  color: #333333;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 15px;
}
.inews-demo .c {
  font-weight: lighter;
  margin-bottom: 28px;
  color: #999999;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.inews-demo .bot {
  display: flex;
  justify-content: space-between;
  line-height: 1.4;
}
.inews-demo .time {
  font-weight: bold;
  color: #AEB0AE;
}
.inews-demo .more {
  color: #0D6FB8;
  font-size: 12px;
}
.foot {
  position: relative;
  background: url(/img/foot-bg.jpg) no-repeat;
  background-size: cover;
  color: #ffffff;
}
.foot a {
  color: #ffffff;
}
.foot-T {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 35px 0;
}
.foot-nav-ul {
  display: flex;
}
.foot-nav-ul li {
  margin-left: 40px;
}
.foot-C {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 45px 0 25px;
}
.foot-C-desc {
  display: flex;
  justify-content: space-between;
}
.foot-c-box .title {
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 30px;
}
.foot-c-box .fitem {
  display: flex;
  margin-bottom: 5px;
}
.foot-c-box .fitem .aico,
.foot-c-box .fitem .ftitle {
  flex-shrink: 0;
  color: #97BAD6;
  margin-right: 16px;
}
.foot-c-box .fitem .ftxt {
  font-family: "GILROY";
}
.foot-c-box .fline {
  height: 1px;
  background-color: rgba(255, 255, 255, 0.1);
  margin: 30px 0;
}
.foot-c-box2 {
  width: 300px;
  margin: 0 4%;
  flex-shrink: 0;
}
.foot-erm {
  text-align: center;
  width: 100px;
  margin-top: 25px;
}
.foot-erm img {
  margin-bottom: 8px;
  border-radius: 4px;
}
.foot-erm .txt {
  font-size: 12px;
  opacity: 0.5;
}
.foot-B {
  padding: 25px 0;
  color: #97BAD6;
}
.foot-B a {
  color: #97BAD6;
}
.foot-B a:hover {
  color: #ffffff;
}
.foot-B .rbox {
  flex-shrink: 0;
  margin-left: 10px;
  display: none;
}
.foot-B .c {
  text-align: center;
}
a.btn-scolltop {
  position: absolute;
  right: 1%;
  top: -42px;
  width: 64px;
  height: 64px;
  background-color: #ffffff;
  border: 10px solid #0D6FB8;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 36px;
  color: #0D6FB8;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
a.btn-scolltop:hover {
  border-color: #8FC41F;
  color: #8FC41F;
}
.pbanner {
  position: relative;
  overflow: hidden;
  background-color: #999999;
}
.pbanner .pimg {
  position: relative;
}
.pbanner .load-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}
.pbanenr-desc {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  text-align: center;
}
.pbanenr-desc .title {
  line-height: 1.5;
  margin-bottom: 10px;
}
.pbanenr-desc .zh {
  line-height: 1.5;
}
.act .load-img {
  -webkit-animation: nextSlide 2s cubic-bezier(0.25, 0.46, 0.45, 0.94) both 0.3s;
  -moz-animation: nextSlide 2s cubic-bezier(0.25, 0.46, 0.45, 0.94) both 0.3s;
  -o-animation: nextSlide 2s cubic-bezier(0.25, 0.46, 0.45, 0.94) both 0.3s;
  animation: nextSlide 2s cubic-bezier(0.25, 0.46, 0.45, 0.94) both 0.3s;
}
.page-bimg {
  overflow: hidden;
}
.page-box {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.page-cur {
  color: #999999;
}
.page-cur a {
  color: #999999;
}
.page-cur a:hover {
  color: #0D6FB8;
}
.page-cur .fg {
  padding: 0 5px;
}
.page-nav-btn {
  color: #707070;
}
.page-nav-btn ul {
  display: flex;
}
.page-nav-btn a {
  display: block;
  padding: 0 40px;
  line-height: 68px;
  height: 68px;
  font-size: 20px;
  color: #707070;
}
.page-nav-btn a:hover,
.page-nav-btn a.active {
  background-color: #0D6FB8;
  color: #ffffff;
}
.pd110 {
  padding: 110px 0;
}
.about-t {
  line-height: 1.5;
  color: #0D6FB8;
  margin-bottom: 50px;
}
.about-num {
  display: flex;
  justify-content: space-between;
  margin: 55px 0;
}
.about-num li {
  position: relative;
  width: 23%;
  padding: 0 1%;
  text-align: center;
  margin-bottom: 10px;
}
.about-num li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 1px;
  height: 100%;
  background-color: #DCDCDC;
}
.about-num li:first-child::before {
  display: none;
}
.about-num .num {
  font-weight: bold;
  color: #0D6FB8;
  line-height: 1.2;
  margin-bottom: 15px;
}
.about-num .dw {
  color: #999999;
}
.about-pic {
  display: inline-flex;
}
.about-pic .about-img {
  animation: 30s linear infinite marquee;
  display: inline-flex;
}
.about-pic .item {
  width: 700px;
  border-radius: 10px;
  overflow: hidden;
  margin-right: 50px;
}
.about-pic .item img {
  border-radius: 10px;
}
.about-bt {
  color: #0D6FB8;
  margin-bottom: 25px;
  font-weight: 500;
  line-height: 1.5;
}
.honor-by {
  display: flex;
  align-items: center;
  color: #CCCCCC;
  margin-bottom: 50px;
}
.honor-by .line {
  flex: 1;
  margin-left: 34px;
  height: 1px;
  background-color: #ECECEC;
}
.raswiper-box {
  position: relative;
}
.raswiper-box .raswiper-prev {
  left: -100px;
}
.raswiper-box .raswiper-next {
  right: -100px;
}
.raswiper-box .raswiper-arow {
  top: 45%;
}
.honor-box {
  padding-bottom: 68px;
}
.honor-box .swiper-pagination-bullet {
  background-color: transparent;
  border: 1px solid #0D6FB8;
  opacity: 1;
  width: 6px;
  height: 6px;
  bottom: 0;
}
.honor-box .swiper-pagination-bullet-active {
  background-color: #0D6FB8;
}
.honor-box .swiper-pagination {
  bottom: 0;
  line-height: 1;
}
.honor-box .swiper-pag {
  text-align: center;
}
.honor-box .swiper-pag .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  margin: 0 6px;
  background-color: transparent;
  border: 1px solid #0D6FB8;
  opacity: 1;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
.honor-box .swiper-pag .swiper-pagination-bullet-active {
  background-color: #0D6FB8;
}
.honor-box .swiper-scrollbar {
  display: none;
}
.honor-box .swiper-scrollbar-drag {
  background-color: #0D6FB8;
}
.honor-demo {
  overflow: hidden;
}
.honor-demo .imgBox {
  position: relative;
  background-color: #F7F7F7;
  padding-bottom: 70%;
  overflow: hidden;
  border-radius: 4px;
  margin-bottom: 18px;
}
.honor-demo .imgBox img {
  position: absolute;
  left: 8%;
  top: 8%;
  object-fit: contain;
  width: 84%;
  height: 84%;
}
.honor-demo .txt {
  text-align: center;
  color: #666666;
  line-height: 1.4;
}
.histoy-box {
  position: relative;
  padding: 100px 0 20px;
}
.histoy-box .swiper-scrollbar {
  bottom: 50%;
  margin-bottom: -2px;
}
.histoy-box .swiper-scrollbar-drag {
  background-color: #0D6FB8;
}
.histoy-demo {
  position: relative;
  overflow: hidden;
}
.histoy-demo .swiper-wrapper {
  z-index: 55;
}
.histoy-demo .swiper-slide {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}
.histoy-demo .swiper-slide::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 0;
  width: 4px;
  height: 50%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(13, 111, 184, 0)), to(#0d6fb8));
  background: linear-gradient(to bottom, rgba(13, 111, 184, 0)), to(#0d6fb8);
}
.histoy-demo .swiper-slide .y {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -12px;
  width: 22px;
  height: 22px;
  border: 1px solid #0D6FB8;
  border-radius: 50%;
  background-color: #ffffff;
}
.histoy-demo .swiper-slide .y::before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  left: 50%;
  top: 50%;
  border-radius: 50%;
  background-color: #0D6FB8;
  transform: translate(-50%, -50%);
}
.histoy-demo .swiper-slide:nth-child(even) {
  flex-direction: column-reverse;
}
.histoy-demo .swiper-slide:nth-child(even)::before {
  top: auto;
  bottom: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#0d6fb8), to(rgba(13, 111, 184, 0)));
  background: linear-gradient(to bottom, #0d6fb8), to(rgba(13, 111, 184, 0));
}
.histoy-demo .swiper-slide:nth-child(even) .histoy-item {
  justify-content: flex-end;
}
.histoy-demo .histoy-zw,
.histoy-demo .histoy-item {
  height: 200px;
  flex-shrink: 0;
}
.histoy-demo .histoy-item {
  display: flex;
  flex-direction: column;
  padding-left: 40px;
}
.histoy-demo .histoy-item .year {
  color: #0D6FB8;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 14px;
}
.histoy-demo .histoy-item .txt {
  color: #666666;
  line-height: 1.5;
}
.comapny-list > dd {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 7%;
}
.comapny-list > dd:nth-child(even) {
  flex-direction: row-reverse;
}
.comapny-list > dd:last-child {
  margin-bottom: 0;
}
.comapny-list .imgBox {
  width: 45%;
  border-radius: 32px;
}
.comapny-list .imgBox img {
  border-radius: 32px;
  height: 100%;
  object-fit: cover;
}
.comapny-list .desc {
  width: 45%;
}
.comapny-list .item {
  border-bottom: 1px solid #EAEDF2;
  padding: 20px 0;
  display: flex;
}
.comapny-list .item .t {
  min-width: 110px;
  margin-right: 20px;
  color: #0D6FB8;
  line-height: 1.4;
  font-weight: bold;
}
.comapny-list .item .c {
  flex: 1;
  color: #666666;
  line-height: 1.5;
}
.first-new {
  position: relative;
  display: flex;
  flex-direction: row-reverse;
  background-color: #F9FAFC;
  border-radius: 32px;
  overflow: hidden;
  margin-bottom: 100px;
}
.first-new .imgBox {
  width: 53%;
  overflow: hidden;
  border-radius: 0 32px 32px 0;
}
.first-new .imgBox img {
  height: 100%;
  object-fit: cover;
  border-radius: 0 32px 32px 0;
}
.first-new .desc {
  padding: 5%;
  flex: 1;
}
.first-new .t {
  color: #0D6FB8;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 15px;
}
.first-new .time {
  line-height: 1.5;
  color: #CCCCCC;
  margin-bottom: 30px;
}
.first-new .c {
  color: #707070;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-bottom: 50px;
}
.first-new .more {
  display: inline-flex;
  border-bottom: 1px solid #0D6FB8;
  color: #0D6FB8;
  padding-bottom: 5px;
}
.first-new:hover {
  box-shadow: 0 3px 10px rgba(235, 241, 252, 0.9);
}
.news-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -2%;
}
.news-list li {
  width: 31.33%;
  margin-left: 2%;
  margin-bottom: 50px;
  position: relative;
  border-radius: 30px;
  background-color: #F9FAFC;
  overflow: hidden;
  transition: background 0.3s, box-shadow 0.3s, transform 0.6s;
}
.news-list li:hover {
  background-color: #ffffff;
  box-shadow: 0 3px 10px rgba(235, 241, 252, 0.9);
}
.news-list li:hover .title {
  color: #0D6FB8;
}
.news-list .imgBox {
  border-radius: 30px 30px 0 0;
  overflow: hidden;
}
.news-list .imgBox img {
  border-radius: 30px 30px 0 0;
}
.news-list .desc {
  padding: 30px 26px 40px;
}
.news-list .title {
  color: #333333;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 15px;
}
.news-list .c {
  font-weight: lighter;
  margin-bottom: 28px;
  color: #999999;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news-list .bot {
  display: flex;
  justify-content: space-between;
  line-height: 1.4;
}
.news-list .time {
  font-weight: bold;
  color: #AEB0AE;
}
.news-list .more {
  color: #0D6FB8;
  font-size: 12px;
}
.paging {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 30px;
  font-family: "GILROY";
}
.paging .btn-item {
  border-radius: 50%;
  margin: 0 15px;
  width: 34px;
  height: 34px;
  line-height: 34px;
  border: 1px solid #0D6FB8;
  text-align: center;
  color: #707070;
  font-weight: bold;
  font-size: 18px;
}
.paging .btn-item:hover,
.paging .btn-item.active {
  background-color: #0D6FB8;
  color: #ffffff;
}
.paging .item {
  padding: 0 10px;
  font-weight: bold;
  font-size: 20px;
  margin: 0 4px;
  color: #ADCDE5;
}
.paging .item:hover,
.paging .item.active {
  color: #0D6FB8;
}
.bgF3F5F8 {
  background-color: #F3F5F8;
}
.info-page {
  position: relative;
  padding: 156px 0 110px;
}
.info-box {
  display: flex;
  justify-content: space-between;
}
.info-lp {
  width: 61.5%;
}
.info-rp {
  width: 26.5%;
  margin-left: 12%;
}
.info-T {
  color: #0D6FB8;
  line-height: 1.4;
  margin-bottom: 5px;
  font-weight: 500;
}
.info-Time {
  color: #999999;
  margin-bottom: 50px;
}
.info-C {
  color: #333333;
}
.info-rp-t {
  color: #333333;
  font-weight: 500;
  border-bottom: 1px solid #E8E8E8;
  line-height: 1.4;
  padding-bottom: 5px;
}
.info-rp-ul li {
  position: relative;
  padding: 25px 0;
  border-bottom: 1px solid #E8E8E8;
}
.info-rp-ul .t {
  line-height: 1.5;
  margin-bottom: 15px;
}
.info-rp-ul .time {
  color: #999999;
}
.pager {
  position: fixed;
  right: 0;
  background-color: #0D6FB8;
  color: #ffffff;
  display: flex;
  align-items: center;
  border-radius: 35px 0 0;
  z-index: 100;
  bottom: 0;
}
.pager.fsShow {
  position: absolute;
  bottom: 110px;
}
.pager a {
  color: #ffffff;
}
.pager .black-btn {
  width: 100px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #8FC41F;
  font-size: 28px;
}
.pager .black-btn:hover {
  background-color: #333333;
}
.pager-box {
  display: flex;
  justify-content: space-between;
  position: relative;
  padding: 0 65px;
}
.pager-box::before {
  content: "";
  position: absolute;
  left: 50%;
  width: 1px;
  height: 100%;
  background-color: #ffffff;
}
.pager-box .fy-item {
  opacity: 0.5;
  display: flex;
  align-items: center;
  line-height: 1.4;
}
.pager-box .fy-item .ico {
  font-size: 24px;
}
.pager-box .fy-item:hover {
  opacity: 1;
}
.pager-box .prev {
  margin-right: 80px;
}
.contact-page {
  background-color: #0D6FB8;
  border-radius: 20px;
  display: flex;
  overflow: hidden;
}
.contact-map {
  width: 50%;
  flex-shrink: 0;
}
.contact-box {
  color: #ffffff;
  padding: 35px 4%;
  width: 42%;
}
.contact-box a {
  color: #ffffff;
}
.contact-box .t {
  font-weight: 500;
  line-height: 1.4;
}
.contact-box .line {
  height: 2px;
  background-color: rgba(255, 255, 255, 0.5);
  display: block;
  margin: 35px 0;
}
.contact-ul {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10%;
  font-family: "GILROY";
}
.contact-ul li {
  margin-left: 10%;
  margin-top: 30px;
}
.contact-ul .by {
  color: #77AED7;
  margin-bottom: 5px;
}
.contact-ul .fitem {
  display: flex;
}
.contact-ul .fitem .ftitle {
  margin-right: 15px;
  flex-shrink: 0;
  color: #77AED7;
}
.contact-ul .fitem .ftxt {
  line-height: 1.5;
}
.contact-title {
  line-height: 1.5;
}
.BMap_bubble_title {
  color: #0D6FB8;
  font-size: 16px;
}
.anchorBL {
  display: none !important;
}
.pd85 {
  padding: 85px 0 110px;
}
.join-page {
  position: relative;
  z-index: 1;
}
.join-page::before {
  content: "";
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 34px;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 116%;
  left: -8%;
  z-index: -1;
}
.join-nav {
  display: flex;
  justify-content: center;
  margin-bottom: 8%;
}
.join-nav li {
  width: 38%;
  margin: 0 1%;
  background-color: #ffffff;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 55px 2%;
  border-radius: 10px;
  overflow: hidden;
  color: #0D6FB8;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
.join-nav li:hover {
  background-color: #0D6FB8;
  color: #ffffff;
}
.join-nav .ico {
  width: 108px;
  height: 108px;
  border: 1px solid #0D6FB8;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 44px;
  margin-right: 45px;
  background-color: #ffffff;
  color: #0D6FB8;
  flex-shrink: 0;
}
.join-nav .desc {
  line-height: 1.5;
}
.join-imglist > dd {
  margin-top: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.join-imglist > dd:nth-child(even) {
  flex-direction: row-reverse;
}
.join-imglist > dd:hover .join-desc .title {
  color: #0D6FB8;
}
.join-imglist > dd:hover .join-desc .title .txt::before {
  width: 100%;
}
.join-imgdemo {
  border-radius: 32px;
  position: relative;
  overflow: hidden;
  width: 49%;
}
.join-desc {
  width: 42%;
}
.join-desc .title {
  color: #131313;
  line-height: 1.4;
  font-weight: 500;
  margin-bottom: 30px;
  border-bottom: 1px solid #EAEDF2;
  position: relative;
}
.join-desc .title .txt {
  display: inline-flex;
  padding-bottom: 15px;
  position: relative;
}
.join-desc .title .txt::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0;
  height: 1px;
  background-color: #0D6FB8;
  transition: 0.4s;
  -webkit-transition: 0.4s;
}
.join-desc .jul {
  list-style-type: disc;
}
.join-desc .jul li {
  margin-left: 20px;
}
.join-desc .jul li::marker {
  color: #0D6FB8;
}
.join-imgdemo {
  position: relative;
}
.join-imgdemo .imgBox img {
  height: 100%;
  object-fit: cover;
}
.join-imgdemo .swiper-pag {
  position: absolute;
  left: 0;
  bottom: 5%;
  z-index: 500;
  text-align: center;
}
.join-imgdemo .swiper-pagination-bullet {
  background-color: #ffffff;
  opacity: 1;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
.join-imgdemo .swiper-pagination-bullet-active {
  width: 18px;
  border-radius: 5px;
  background-color: #0D6FB8;
}
.hr-page {
  padding: 105px 0;
}
.hr-serach {
  display: block;
  margin: 65px auto 80px;
  width: 896px;
  position: relative;
  height: 70px;
  line-height: 70px;
  border-radius: 35px;
  background-color: #ffffff;
}
.hr-serach .txt {
  display: block;
  border: 0 none;
  width: 100%;
}
.hr-serach-box {
  display: flex;
  justify-content: space-between;
}
.hr-serach-box .txt {
  flex: 1;
  margin-left: 5%;
}
.hr-serach-box .btn {
  height: 100%;
  width: 220px;
  text-align: center;
  background-color: #0D6FB8;
  color: #ffffff;
  border-radius: 0 35px 35px 0;
}
.hr-serach-box .btn:hover {
  background-color: #8FC41F;
}
.hr-list .hrDT,
.hr-list .hrT {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 5%;
  border-radius: 10px;
  margin-bottom: 30px;
  box-sizing: border-box;
}
.hr-list .hrDT {
  background-color: #0D6FB8;
  color: #ffffff;
}
.hr-list .hrT {
  border: 1px solid #E8E8E8;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
.hr-list .hrT:hover {
  background-color: #ffffff;
}
.hr-list .hspan {
  cursor: pointer;
  line-height: 1.5;
  text-align: left;
  flex-shrink: 0;
  margin-right: 2%;
  width: 15%;
  text-align: center;
}
.hr-list .hspan:last-child {
  margin-right: 0;
}
.hr-list .hspan:nth-child(1) {
  width: 20%;
  text-align: left;
}
.hr-list .hr-more {
  width: 120px;
  height: 40px;
  line-height: 40px;
  border-radius: 20px;
  background-color: #0D6FB8;
  color: #ffffff;
  display: block;
  margin: 0 auto;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
.pro-page {
  padding-top: 25px;
}
.product-page {
  display: flex;
  justify-content: space-between;
  padding: 80px 0 100px;
}
.product-rp {
  width: 70.5%;
}
.product-dl dt,
.product-dl dd {
  display: flex;
  justify-content: space-between;
  border-radius: 10px;
  box-sizing: border-box;
}
.product-dl dt {
  background-color: #0D6FB8;
  color: #ffffff;
  border-radius: 20px 20px 0 0;
  padding: 0 5%;
  height: 78px;
  align-items: center;
}
.product-dl dd {
  position: relative;
  border-radius: 10px;
  background-color: #ffffff;
  margin-top: 15px;
  padding: 20px 5%;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
.product-dl dd .n {
  display: none;
}
.product-dl .pspan {
  cursor: pointer;
  line-height: 1.5;
  flex-shrink: 0;
  margin-right: 2%;
  width: 24%;
}
.product-dl .pspan:nth-child(2) {
  width: 30%;
}
.product-dl .pspan:nth-child(3) {
  width: 16%;
}
.product-dl .pspan:nth-child(4) {
  margin-right: 0;
  text-align: center;
}
.product-lp {
  width: 27%;
  border-radius: 20px;
  overflow: hidden;
  background-color: #ffffff;
}
.pro-serach {
  padding: 20px 30px;
  background-color: #0D6FB8;
  color: #ffffff;
}
.pro-serach-box {
  align-items: center;
  display: flex;
  height: 36px;
  border-bottom: 1px solid #78AED7;
}
.pro-serach-box .ico {
  color: #78AED7;
  margin-right: 5px;
}
.pro-serach-box .txt {
  flex: 1;
  display: block;
  border: 0 none;
  background: transparent;
  height: 36px;
  width: 100%;
  color: #ffffff;
}
.pro-serach-box .btn {
  width: 70px;
  height: 26px;
  line-height: 26px;
  border-radius: 13px;
  background-color: #ffffff;
  color: #0D6FB8;
  text-align: center;
  flex-shrink: 0;
}
.pro-serach-box input::-webkit-input-placeholder {
  color: #78AED7;
}
.pro-serach-box input:-moz-placeholder {
  color: #78AED7;
}
.pro-serach-box input::-moz-placeholder {
  color: #78AED7;
}
.pro-serach-box input:-ms-input-placeholder {
  color: #78AED7;
}
.product-nav {
  margin: 30px 15px 30px 30px;
  padding-right: 15px;
  color: #333333;
  height: 875px;
  overflow-x: hidden;
  overflow-y: auto;
}
.product-nav::-webkit-scrollbar {
  width: 2px;
  height: 2px;
  background-color: #E8E8E8;
  border-radius: 2px;
}
.product-nav::-webkit-scrollbar-thumb {
  background-color: #0D6FB8;
  border-radius: 4px;
}
.product-nav::-webkit-scrollbar-corner {
  background-color: #0D6FB8;
}
.product-nav a {
  color: #333333;
}
.product-nav a:hover {
  color: #0D6FB8;
}
.product-nav > dd {
  margin-bottom: 12px;
}
.product-nav > dd:last-child {
  margin-bottom: 0;
}
.product-nav > dd > a {
  display: block;
  position: relative;
  border-bottom: 1px solid #E8E8E8;
  padding: 0 5% 10px 0;
}
.product-nav > dd > a::before {
  content: "\eb89";
  font-family: "iconfont";
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.product-nav > dd > a:hover,
.product-nav > dd > a.active {
  border-bottom-color: #0D6FB8;
  color: #0D6FB8;
}
.cbule {
  color: #0D6FB8;
}
