.rel {
  position: relative;
}
.abs {
  position: absolute;
}
.fixed {
  position: fixed;
}
.flex {
  display: flex;
}
.flex-between {
  justify-content: space-between;
}
.inline-block {
  display: inline-block;
}
.block {
  display: block;
}
.hide {
  display: none;
}
.bold {
  font-weight: 700;
}
.txt-center {
  text-align: center;
}
.txt-left {
  text-align: left;
}
.txt-right {
  text-align: right;
}
.flex {
  display: flex;
}
.flex-wrap {
  flex-flow: wrap;
}
.box-shadow {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.transition {
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
}
.index-banner-wrapper .swiper-slide,
.index-banner-wrapper .swiper-slide img {
  width: 100%;
  font-size: 0;
}
.index-banner-wrapper .swiper-slide a {
  display: block;
  position: relative;
}
.index-banner-wrapper .swiper-slide a img {
  height: auto;
}
.index-banner-wrapper .swiper-slide-active .info-box .name,
.index-banner-wrapper .swiper-slide-active .info-box .desc {
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
.index-banner-wrapper .swiper-slide-active .info-box .en-desc {
  opacity: .5;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  visibility: visible;
}
.index-banner-wrapper .info-box {
  position: absolute;
  left: 0;
  top: 170px;
  width: 100%;
  z-index: 10;
  color: #fff;
}
.index-banner-wrapper .info-box .name,
.index-banner-wrapper .info-box .desc,
.index-banner-wrapper .info-box .en-desc {
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  opacity: 0;
  visibility: hidden;
}
.index-banner-wrapper .info-box .name {
  font-size: 54px;
  letter-spacing: 2px;
  margin-bottom: 3px;
  text-transform: uppercase;
  transition: .5s .5s;
}
.index-banner-wrapper .info-box .name span {
  display: inline-block;
  font-size: 66px;
  margin-right: 3px;
  font-weight: 700;
}
.index-banner-wrapper .info-box .desc {
  font-size: 32px;
  font-weight: 700;
  transition: .5s .6s;
}
.index-banner-wrapper .info-box .en-desc {
  width: 40%;
  font-size: 28px;
  margin-top: 80px;
  text-transform: uppercase;
  letter-spacing: 1px;
  opacity: .5;
  font-weight: 700;
  transition: .5s .7s;
}
.index-content-1 {
  padding-left: 18.75%;
  margin-top: -76px;
  margin-bottom: 4.0625rem;
  position: relative;
  z-index: 10;
}
.index-content-1 .newest-pro-box {
  width: 100%;
}
.index-content-1 .newest-pro-box .title-box {
  width: 23.33%;
  height: 76px;
  line-height: 76px;
  background: #01acea;
  color: #fff;
  font-size: 0;
  overflow: hidden;
  transition: width .3s ease;
}
.index-content-1 .newest-pro-box .title-box.on {
  width: 30%;
}
.index-content-1 .newest-pro-box .title-box a {
  display: block;
  position: relative;
  font-weight: 700;
  font-size: 18px;
  color: #fff;
  letter-spacing: 1px;
  padding: 0 40px;
}
.index-content-1 .newest-pro-box .title-box a i {
  display: inline-block;
  position: absolute;
  right: 40px;
  top: 0;
  z-index: 10;
}
.index-content-1 .newest-pro-box .pro-swiper-container {
  width: 100%;
}
.index-content-1 .newest-pro-box .swiper-wrapper .swiper-slide {
  flex: 0 0 23.33%;
  width: 23.33%;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  font-size: 0;
}
.index-content-1 .newest-pro-box .swiper-wrapper .swiper-slide:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/shadow.png) repeat-x;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
.index-content-1 .newest-pro-box .swiper-wrapper .swiper-slide.on {
  flex: 0 0 30%;
  width: 30%;
}
.index-content-1 .newest-pro-box .swiper-wrapper .swiper-slide.on:after {
  display: none;
}
.index-content-1 .newest-pro-box .swiper-wrapper .swiper-slide.on .info-box .more i {
  background: #ffffff url(../images/i_on.png) no-repeat center center;
  color: #01acea;
}
.index-content-1 .newest-pro-box .swiper-wrapper .swiper-slide.on .info-box .desc {
  display: -webkit-box;
}
.index-content-1 .newest-pro-box a {
  display: block;
  overflow: hidden;
}
.index-content-1 .newest-pro-box a > img {
  width: 100%;
  height: 580px;
  object-fit: cover;
}
.index-content-1 .newest-pro-box .swiper-wrapper .swiper-slide .info-box {
  padding-left: 60px;
}
.index-content-1 .newest-pro-box .info-box {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 12;
  width: 100%;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  padding: 60px 50px 10px 50px;
  color: #fff;
}
.index-content-1 .newest-pro-box .info-box img {
  max-width: 100%;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
}
.index-content-1 .newest-pro-box .info-box .name {
  font-size: 20px;
  font-weight: 700;
  position: relative;
  padding-bottom: 20px;
  margin: 25px auto;
}
.index-content-1 .newest-pro-box .info-box .name:before {
  content: '';
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
  width: 27px;
  height: 1px;
  background: #fff;
}
.index-content-1 .newest-pro-box .info-box .desc {
  font-size: 14px;
  line-height: 34px;
  height: 68px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  display: none;
}
.index-content-1 .newest-pro-box .more {
  margin-top: 145px;
}
.index-content-1 .newest-pro-box .more i {
  display: inline-block;
  font-weight: 700;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 50%;
  background: url(../images/i_off.png) no-repeat center center;
}
.index-title-box {
  text-align: center;
}
.index-title-box .title {
  font-size: 1.75rem;
  color: #333;
}
.index-title-box .line {
  width: 1.75rem;
  height: 2px;
  background: #333;
  margin: 15px auto;
}
.index-title-box .en-title {
  text-transform: uppercase;
  font-size: 2rem;
  color: #01acea;
  font-family: light;
}
.index-title-box .en-title span {
  display: inline-block;
  margin-right: 10px;
  font-family: medium;
}
.index-content-2 {
  margin-top: 2.8125rem;
  position: relative;
}
.index-content-2 .pic-box {
  width: 100%;
  position: relative;
}
.index-content-2 .pic-box .item {
  font-size: 0;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 10;
}
.index-content-2 .pic-box .item.on {
  position: relative;
  opacity: 1;
}
.index-content-2 .pic-box .item.on .info-box .name,
.index-content-2 .pic-box .item.on .info-box .desc {
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  opacity: 1;
  visibility: visible;
}
.index-content-2 .pic-box img {
  width: 100%;
  height: auto;
}
.index-content-2 .pic-box .info-box {
  width: 100%;
  position: absolute;
  left: 0;
  top: 10rem;
  z-index: 10;
}
.index-content-2 .pic-box .info-box .name {
  font-size: 1.375rem;
  font-weight: 700;
  color: #fff;
  position: relative;
  padding-bottom: 1rem;
  transition: .6s .2s;
}
.index-content-2 .pic-box .info-box .name:after {
  content: '';
  display: inline-block;
  width: 1.625rem;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
}
.index-content-2 .pic-box .info-box .desc {
  width: 37%;
  margin-top: 2.5rem;
  font-size: 1rem;
  color: #fff;
  line-height: 2rem;
  letter-spacing: 2px;
  font-family: 思源黑体 CN;
  transition: .6s .5s;
  font-weight: 500;
}
.index-content-2 .pic-box .info-box .name,
.index-content-2 .pic-box .info-box .desc {
  transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  opacity: 0;
  visibility: hidden;
}
.index-content-2 .swiper-box {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 5rem;
  z-index: 10;
}
.index-content-2 .swiper-box .swiper-slide {
  background: #fff;
}
.index-content-2 .swiper-box .swiper-slide a {
  display: block;
  height: 6.25rem;
  line-height: 6.25rem;
  text-align: center;
  width: 100%;
  vertical-align: middle;
}
.index-content-2 .swiper-box .swiper-slide img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
.index-content-2 .swiper-box .swiper-slide img.on {
  display: none;
}
.index-content-2 .swiper-box .swiper-slide-active {
  background: #01acea;
}
.index-content-2 .swiper-box .swiper-slide-active img.on {
  display: inline-block;
}
.index-content-2 .swiper-box .swiper-slide-active img.origin {
  display: none;
}
.index-content-2 .swiper-box .swiper-btn {
  position: absolute;
  display: inline-block;
  bottom: 1.875rem;
  width: 2.5rem;
  height: 2.5rem;
}
.index-content-2 .swiper-box .swiper-btn.prev {
  left: 15.6%;
  background: url(../images/circle-left.png) no-repeat;
}
.index-content-2 .swiper-box .swiper-btn.next {
  right: 15.6%;
  background: url(../images/circle-right.png) no-repeat;
}
.index-content-2 .swiper-box .swiper-btn.swiper-button-disabled {
  opacity: .5;
}
.index-content-3 {
  margin-top: 4.0625rem;
  background: url(../images/i_bg.png) no-repeat 98% 80%;
  overflow: hidden;
}
.index-content-3 .content-box {
  margin-top: 2.8125rem;
  background: #f1f8fb;
  width: 81.25%;
  display: flex;
  justify-content: flex-end;
}
.index-content-3 .content-box .box-container {
  display: flex;
  flex: 0 0 75rem;
  margin: 0;
}
.index-content-3 .content-box .box-container .text-box {
  flex: 0 0 38.75rem;
}
.index-content-3 .content-box .box-container .text-box .name {
  margin-top: 5.3125rem;
  font-size: 1.5rem;
  font-weight: 700;
  color: #01acea;
  margin-bottom: 2.125rem;
}
.index-content-3 .content-box .box-container .text-box .desc {
  width: 85%;
  font-size: 0.875rem;
  color: #666;
  line-height: 2rem;
  margin-bottom: 2.25rem;
}
.index-content-3 .content-box .box-container .text-box .more {
  display: inline-block;
  font-size: 1.125rem;
  font-weight: 700;
  font-family: Arial;
  color: #333;
  text-transform: uppercase;
  margin-bottom: 4.75rem;
}
.index-content-3 .content-box .box-container .text-box .more:hover {
  color: #01acea;
}
.index-content-3 .content-box .box-container .text-box .more i {
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  background: #01acea;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  margin-left: 0.5rem;
}
.index-content-3 .content-box .box-container .text-box .contact-box {
  width: 31.5rem;
  padding-top: 2.3125rem;
  border-top: 2px solid #01acea;
  display: flex;
}
.index-content-3 .content-box .box-container .text-box .contact-box .tel {
  flex: 0 0 3.125rem;
  width: 3.125rem;
  margin-right: 1.125rem;
}
.index-content-3 .content-box .box-container .text-box .contact-box .info-box {
  flex: 1;
}
.index-content-3 .content-box .box-container .text-box .contact-box .info-box p {
  font-size: 0.875rem;
  color: #666;
  font-family: 思源黑体 CN;
}
.index-content-3 .content-box .box-container .text-box .contact-box .info-box .num {
  font-family: medium;
  font-size: 1.5rem;
  color: #01acea;
  margin-top: 0.5rem;
}
.index-content-3 .content-box .video-box {
  flex: 0 0 36.25rem;
}
.index-content-3 .content-box .video-box .box {
  font-size: 0;
  position: relative;
  overflow:hidden;
}
.index-content-3 .content-box .video-box .box img,
.index-content-3 .content-box .video-box .box video {
  width: 100%;
  height: 25rem;
  object-fit: cover;
}
.index-content-3 .content-box .video-box .box .play-btn {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 10;
  background: url(../images/play.png) no-repeat center center;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
}
.index-content-3 .content-box .video-box .box .play-btn:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
}
.index-content-3 .content-box .video-box .info-box {
  color: #fff;
  padding: 2.1875rem 1.25rem 4.6875rem 3rem;
  background: #01acea url(../images/mission.jpg) no-repeat 98% 80%;
}
.index-content-3 .content-box .video-box .info-box p {
  font-size: 1.125rem;
  margin-bottom: 0.25rem;
}
.index-content-3 .content-box .video-box .info-box b {
  font-size: 1.75rem;
  font-family: Arial;
  text-transform: uppercase;
}
.index-content-3 .content-box .video-box .info-box .desc {
  font-size: 0.75rem;
  opacity: .5;
  margin-top: 4px;
}
.page-banner-box {
  position: relative;
  font-size: 0;
}
.page-banner-box .banner {
  width: 100%;
  height: auto;
}
.page-banner-box .breadcrumb-box {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 2.5rem;
  z-index: 10;
  color: #fff;
}
.page-banner-box .breadcrumb-box .breadcrumb {
  width: 100%;
}
.page-banner-box .breadcrumb-box .breadcrumb a {
  font-size: 14px;
  color: #fff;
  display: inline-block;
}
.page-banner-box .breadcrumb-box .breadcrumb a:hover {
  color: #01acea;
}
.page-banner-box .breadcrumb-box .breadcrumb i {
  display: inline-block;
}
.page-banner-box .breadcrumb-box .breadcrumb i.home {
  width: 12px;
  height: 11px;
  background: url(../images/icon-home.png) no-repeat;
}
.page-banner-box .breadcrumb-box .breadcrumb i.iconfont {
  margin: 0 6px;
  color: #808392;
}
.page-banner-box .info-box {
  position: absolute;
  width: 100%;
  left: 0;
  top: 12.8125rem;
  z-index: 10;
  text-align: center;
}
.page-banner-box .info-box .title-box {
  margin-bottom: 3.75rem;
}
.page-banner-box .info-box .title-box .name {
  font-size: 2rem;
  color: #fff;
  font-weight: 700;
  letter-spacing: 2px;
}
.page-banner-box .info-box .title-box .line {
  width: 2.25rem;
  height: 3px;
  background: #fff;
  margin: 12px auto 0;
}
.page-second-nav-box .second-nav-list {
  width: 100%;
  text-align: center;
}
.page-second-nav-box .second-nav-list .nav-list {
  font-size: 0;
  width: 100%;
}
.page-second-nav-box .second-nav-list .nav-list a {
  display: inline-block;
  min-width: 10rem;
  height: 3rem;
  line-height: 3rem;
  margin-right: 1.25rem;
  font-size: 1rem;
  color: #fff;
  border: 1px solid #7e725d;
  text-align: center;
  padding: 0 5px;
}
.page-second-nav-box .second-nav-list .nav-list a.on,
.page-second-nav-box .second-nav-list .nav-list a:hover {
  background: #01acea;
  border-color: transparent;
}
.about-wrapper {
  display: flex;
  justify-content: space-between;
  margin-top: 5rem;
  margin-bottom: 6.25rem;
}
.about-wrapper .left-box {
  /*flex: 0 0 48.125rem;*/
    width: 100%;
    flex: 0 0 100%;
}
.about-wrapper .left-box .title {
  font-size: 1.75rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 2.8125rem;
}
.about-wrapper .left-box .title span {
  display: inline-block;
  font-weight: 500;
  font-size: 1.125rem;
  color: #01acea;
  margin-left: 0.9375rem;
}
.about-wrapper .left-box .content img {
  max-width: 100%;
  height: auto;
}
.about-wrapper .left-box .content .p {
  font-size: 0.875rem;
  color: #666;
  line-height: 2rem;
  margin-bottom: 1.9375rem;
}
.about-wrapper .left-box .content .img {
  margin-top: 1.5625rem;
}
.about-wrapper .left-box .content .img img {
  width: 100%;
  height: auto;
}
.about-wrapper .right-box {
  flex: 0 0 22.5rem;
}
.about-wrapper .right-box .pic-box {
  width: 100%;
}
.about-wrapper .right-box .pic-box a {
  display: block;
  position: relative;
  font-size: 0;
}
.about-wrapper .right-box .pic-box a img {
  width: 100%;
  height: auto;
}
.about-wrapper .right-box .pic-box .info-box {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 20;
  width: 100%;
}
.about-wrapper .right-box .pic-box .info-box .title {
  margin-left: 5rem;
  padding-top: 2.1875rem;
  width: 1.5625rem;
  font-size: 1.5rem;
  color: #01acea;
  font-weight: 700;
}
.about-wrapper .right-box .pic-box .info-box .icon-jiahao {
  font-size: 40px;
  color: #939a85;
  position: absolute;
  left: 30px;
  bottom: -40px;
}
.about-wrapper .right-box .other-box {
  width: 100%;
  background: #f1f8fb url(../images/a2.png) no-repeat right bottom;
  padding: 3.75rem 0 1.5rem 3.125rem;
}
.about-wrapper .right-box .other-box .item {
  margin-bottom: 2.8125rem;
}
.about-wrapper .right-box .other-box .item p {
  font-size: 0.875rem;
  color: #333;
  font-family: 思源黑体 CN;
}
.about-wrapper .right-box .other-box .item .num-box {
  font-size: 2.5rem;
  color: #007cc2;
  font-family: bold;
  margin: 0.9375rem auto 6px;
}
.about-wrapper .right-box .other-box .item .num-box i {
  font-style: normal;
  position: relative;
  top: -4px;
  margin-left: 5px;
}
.about-wrapper .right-box .other-box .item .desc {
  font-size: 0.75rem;
  color: #666;
}
.hornor-wrapper {
  margin: 5rem auto 6.875rem;
}
.hornor-wrapper .hornor-list ul {
  display: flex;
  flex-flow: wrap;
}
.hornor-wrapper .hornor-list ul li {
  flex: 0 0 23.75rem;
  margin-right: 1.875rem;
  margin-bottom: 3rem;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
}
.hornor-wrapper .hornor-list ul li:hover {
  transform: translateY(-8px);
  -webkit-transform: translateY(-8px);
  -moz-transform: translateY(-8px);
  -ms-transform: translateY(-8px);
}
.hornor-wrapper .hornor-list ul li:hover .img {
  box-shadow: 0 2px 30px rgba(0, 0, 0, 0.1);
  background: #f7f7f7;
}
.hornor-wrapper .hornor-list ul li:hover p {
  color: #01acea;
}
.hornor-wrapper .hornor-list ul li:nth-child(3n) {
  margin-right: 0;
}
.hornor-wrapper .hornor-list ul li a {
  display: block;
}
.hornor-wrapper .hornor-list ul li .img {
  width: 100%;
  border: 1px solid #f7f7f7;
  padding: 1.875rem;
}
.hornor-wrapper .hornor-list ul li img {
  width: 100%;
  height: 27.75rem;
  object-fit: contain;
}
.hornor-wrapper .hornor-list ul li p {
  margin-top: 1.875rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-align: center;
  font-size: 1rem;
  color: #333;
}
.hornor-wrapper .pageNum {
  margin-top: -0.5rem;
}
.technical-wrapper {
  margin: 4.6875rem auto 6.25rem;
}
.technical-wrapper .content-box-1 .title {
  font-size: 1.75rem;
  color: #333;
  font-weight: 700;
  margin-bottom: 2.1875rem;
}
.technical-wrapper .content-box-1 .content {
  font-size: 0.875rem;
  color: #666;
  line-height: 2rem;
  text-align: justify;
}
.technical-wrapper .content-box-1 .content img {
  max-width: 100%;
  height: auto;
}
.technical-wrapper .content-box-2 {
  margin-top: 2.625rem;
}
.technical-wrapper .content-box-2 ul {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
}
.technical-wrapper .content-box-2 ul li {
  flex: 0 0 274px;
  padding: 3.125rem 0 3.4375rem;
  width: 100%;
  background: #f7f7f7;
  margin-right: 34.6px;
  margin-bottom: 34px;
}
.technical-wrapper .content-box-2 ul li:nth-child(4n) {margin-right: 0;}
.technical-wrapper .content-box-2 ul li:hover {
  background: #01acea;
}
.technical-wrapper .content-box-2 ul li:hover .img img.original {
  top: -100%;
}
.technical-wrapper .content-box-2 ul li:hover .img img.on {
  bottom: 0;
}
.technical-wrapper .content-box-2 ul li:hover a {
  color: #fff;
}
.technical-wrapper .content-box-2 ul li:hover .line {
  background: #fff;
}
.technical-wrapper .content-box-2 ul li a {
  display: block;
  color: #333;
}
.technical-wrapper .content-box-2 ul li .img {
  font-size: 0;
  width: 1.875rem;
  height: 1.875rem;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
.technical-wrapper .content-box-2 ul li .img img {
  position: absolute;
  left: 0;
  width: 1.875rem;
  height: 1.875rem;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
}
.technical-wrapper .content-box-2 ul li .img img.original {
  top: 0;
}
.technical-wrapper .content-box-2 ul li .img img.on {
  bottom: -100%;
}
.technical-wrapper .content-box-2 ul li .title-box {
  text-align: center;
}
.technical-wrapper .content-box-2 ul li .title-box .name {
  font-size: 1.125rem;
  font-weight: 700;
  margin: 0.9375rem auto;
}
.technical-wrapper .content-box-2 ul li .line {
  width: 1.5rem;
  height: 2px;
  background: #01acea;
  margin: 0 auto 1.4375rem;
}
.technical-wrapper .content-box-2 ul li .desc {
  font-size: 0.875rem;
  line-height: 2rem;
  height: 8rem;
  width: 70%;
  margin: 0 auto;
  text-align: center;
}
.technical-wrapper .content-box-3 {
  margin-top: 3.125rem;
}
.technical-wrapper .content-box-3 .title {
  width: 100%;
  font-size: 1.125rem;
  font-weight: 700;
  height: 3.75rem;
  line-height: 3.75rem;
  padding-left: 1.875rem;
  color: #01acea;
  background: #d4effb;
}
.technical-wrapper .content-box-3 .table-box {
  background: #f1f8fb;
  padding: 3.125rem 2.5rem 6.25rem;
}
.technical-wrapper .content-box-3 .table {
  width: 100%;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}


.technical-wrapper .content-box-3 .table tr th,
.technical-wrapper .content-box-3 .table tr td {
  font-size: 0.875rem;
  padding-left: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  border: 1px solid #ccc;
  border-right: none;
  border-bottom: none;
}
.technical-wrapper .content-box-3 .table tr th {
  color: #333;
  font-weight: 700;
  text-align: left;
}
.technical-wrapper .content-box-3 .table tr td {
  color: #666;
}
.technical-wrapper .content-box-3 .table a {
  color: #666;
  font-size: 0.875rem;
}
.technical-wrapper .content-box-3 .table a:hover {
  color: #01acea;
}
.technical-wrapper .content-box-3 .table a i {
  display: inline-block;
  width: 6px;
  height: 7px;
  margin-left: 0.4375rem;
  background: url(../images/download.png) no-repeat;
}
.base-wrapper {
  margin: 4.6875rem auto 6.25rem;
}
.base-wrapper .introduce-box .title {
  font-size: 1.75rem;
  color: #333;
  font-weight: 700;
  margin-bottom: 2.1875rem;
}
.base-wrapper .introduce-box .content {
  font-size: 0.875rem;
  color: #666;
  line-height: 2rem;
  text-align: justify;
}
.base-wrapper .introduce-box .content img {
  max-width: 100%;
  height: auto;
}
.base-wrapper .list {
  width: 100%;
  margin-top: 3.4375rem;
}
.base-wrapper .list ul {
  width: 100%;
}
.base-wrapper .list ul li {
  display: flex;
  margin-bottom: 3.75rem;
}
.base-wrapper .list ul li .pic-box,
.base-wrapper .list ul li .info-box {
  flex: 0 0 50%;
}
.base-wrapper .list ul li .pic-box {
  position: relative;
}
.base-wrapper .list ul li .pic-box .pic {
  width: 100%;
  height: auto;
}
.base-wrapper .list ul li .pic-box .logo {
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 100%;
  z-index: 10;
}
.base-wrapper .list ul li .info-box {
  padding-top: 4.6875rem;
  padding-left: 3.75rem;
}
.base-wrapper .list ul li .info-box .name {
  font-size: 1.5rem;
  color: #01acea;
  font-weight: 700;
  position: relative;
  padding-bottom: 1.0625rem;
}
.base-wrapper .list ul li .info-box .name:after {
  content: '';
  display: inline-block;
  width: 1.5rem;
  height: 2px;
  background: #01acea;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
}
.base-wrapper .list ul li .info-box .desc {
  margin-top: 2.1875rem;
  line-height: 2rem;
  font-size: 0.875rem;
  color: #666;
}
.base-wrapper .list ul li:nth-child(even) .info-box {
  order: 0;
  padding-left: 0;
  padding-right: 3.75rem;
}
.base-wrapper .list ul li:nth-child(even) .pic-box {
  order: 1;
}
.goods-wrapper {
  margin: 5rem auto 6.25rem;
}
.goods-wrapper .goods-list ul {
  display: flex;
  flex-flow: wrap;
  margin-bottom: 0.6875rem;
}
.goods-wrapper .goods-list ul li {
  flex: 0 0 23.75rem;
  margin-right: 1.875rem;
  margin-bottom: 2.1875rem;
}
.goods-wrapper .goods-list ul li:nth-child(3n) {
  margin-right: 0;
}
.goods-wrapper .goods-list ul li a {
  display: block;
}
.goods-wrapper .goods-list ul li a .img {
  width: 100%;
  overflow: hidden;
  margin-bottom: 1.875rem;
  font-size: 0;
}
.goods-wrapper .goods-list ul li a .img img {
  width: 100%;
  height: 26.25rem;
  object-fit: cover;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
}
.goods-wrapper .goods-list ul li a .img img:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
}
.goods-wrapper .goods-list ul li a .info-box .name {
  font-size: 1.125rem;
  color: #333;
  font-weight: 700;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  margin-bottom: 0.9375rem;
}
.goods-wrapper .goods-list ul li a .info-box p {
  font-size: 0.875rem;
  color: #999;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.contact-wrapper {
  margin: 4.6875rem auto 5.1875rem;
}
.contact-wrapper .content-box1 {
  display: flex;
}
.contact-wrapper .content-box1 .info-box {
  flex: 0 0 26.875rem;
  padding-right: 3.75rem;
}
.contact-wrapper .content-box1 .info-box .title {
  font-size: 1.75rem;
  color: #333;
  font-weight: 700;
  margin-bottom: 2.8125rem;
}
.contact-wrapper .content-box1 .info-box .company-info {
  margin-bottom: 35px;
}
.contact-wrapper .content-box1 .info-box .company-info:last-child .detail-info {
  border-bottom: none;
}
.contact-wrapper .content-box1 .info-box .company-info .name {
  font-size: 1.125rem;
  font-weight: 700;
  position: relative;
  color: #01acea;
  letter-spacing: 1px;
  padding-bottom: 1.25rem;
}
.contact-wrapper .content-box1 .info-box .company-info .name:after {
  content: '';
  display: inline-block;
  width: 1.5625rem;
  height: 2px;
  background: #01acea;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
}
.contact-wrapper .content-box1 .info-box .company-info .detail-info {
  margin-top: 2rem;
  padding-bottom: 2.125rem;
  border-bottom: 1px solid #ccc;
}
.contact-wrapper .content-box1 .info-box .company-info .detail-info p {
  font-size: 0.875rem;
  color: #666;
  line-height: 2rem;
}
.contact-wrapper .content-box1 .map {
  flex: 0 0 48.125rem;
  position: relative;
  overflow: hidden;
}
.contact-wrapper .content-box1 .map img {
  width: 100%;
  height: auto;
}
.contact-wrapper .content-box2 .title {
  width: 100%;
  height: 3.75rem;
  line-height: 3.75rem;
  background: #d4effb;
  font-weight: 700;
  color: #01acea;
  font-size: 1.125rem;
  padding-left: 1.875rem;
  margin-bottom: 1.875rem;
}
.contact-wrapper .content-box2 ul {
  display: flex;
  flex-flow: wrap;
}
.contact-wrapper .content-box2 ul li {
  flex: 0 0 23.75rem;
  margin-right: 1.875rem;
  margin-bottom: 1.875rem;
  background: #f1f8fb;
  padding: 2.8125rem 2.5rem 3.125rem;
}
.contact-wrapper .content-box2 ul li:hover {
  background: #01acea;
}
.contact-wrapper .content-box2 ul li:hover .name {
  color: #fff;
}
.contact-wrapper .content-box2 ul li:hover .name:after {
  background: #fff;
}
.contact-wrapper .content-box2 ul li:hover .detail-info p {
  color: #fff;
}
.contact-wrapper .content-box2 ul li:nth-child(3n) {
  margin-right: 0;
}
.contact-wrapper .content-box2 ul li a {
  display: block;
}
.contact-wrapper .content-box2 ul li .name {
  font-size: 1.125rem;
  color: #333;
  font-weight: 700;
  position: relative;
  padding-bottom: 1.125rem;
}
.contact-wrapper .content-box2 ul li .name:after {
  content: '';
  display: inline-block;
  width: 1.5rem;
  height: 0.125rem;
  background: #01acea;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
}
.contact-wrapper .content-box2 ul li .detail-info {
  margin-top: 1.5625rem;
}
.contact-wrapper .content-box2 ul li .detail-info p {
  font-size: 0.875rem;
  color: #666;
  line-height: 2rem;
}
.development-wrapper {
  margin: 4.6875rem auto 6.875rem;
}
.development-wrapper .introduce-box {
  margin-bottom: 1.875rem;
}
.development-wrapper .introduce-box .title {
  font-size: 1.75rem;
  color: #333;
  font-weight: 700;
  margin-bottom: 2.1875rem;
}
.development-wrapper .introduce-box .desc {
  font-size: 0.875rem;
  color: #666;
  line-height: 2rem;
  text-align: justify;
  letter-spacing: 1px;
}
.development-wrapper .introduce-box .desc img {
  max-width: 100%;
  height: auto;
}
.development-wrapper .content-box {
  display: flex;
}
.development-wrapper .content-box .swiper-box {
  flex: 0 0 25rem;
  padding-right: 3.75rem;
  position: relative;
}
.development-wrapper .content-box .swiper-box .development-swiper-container {
  position: relative;
  height: 29.625rem;
  padding-top: 80px;
}
.development-wrapper .content-box .swiper-box .development-swiper-container:before {
  content: '';
  display: inline-block;
  width: 1px;
  height: 100%;
  background: url(../images/d2.jpg) repeat-y;
  position: absolute;
  left: 3.125rem;
  top: 0;
  z-index: -1;
}
.development-wrapper .content-box .swiper-box .swiper-slide {
  padding-left: 4.6875rem;
  top: -0.9375rem;
}
.development-wrapper .content-box .swiper-box .swiper-slide.swiper-slide-prev {
  opacity: 0;
}
.development-wrapper .content-box .swiper-box .swiper-slide .year {
  font-size: 1.125rem;
  color: #333;
  font-weight: 700;
  position: relative;
  margin-bottom: 2px;
  cursor: pointer;
}
.development-wrapper .content-box .swiper-box .swiper-slide .year:before {
  content: '';
  display: inline-block;
  width: 0.875rem;
  height: 0.875rem;
  border: 1px solid #333;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  left: -31px;
  top: 4px;
  z-index: 10;
  box-sizing: border-box;
}
.development-wrapper .content-box .swiper-box .swiper-slide .desc {
  font-size: 0.875rem;
  color: #666;
  line-height: 2rem;
  height: 4rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.development-wrapper .content-box .swiper-box .swiper-slide-active .year,
.development-wrapper .content-box .swiper-box .swiper-slide.on .year {
  color: #01acea;
}
.development-wrapper .content-box .swiper-box .swiper-slide-active .year:before,
.development-wrapper .content-box .swiper-box .swiper-slide.on .year:before {
  border: 2px solid #01acea;
}
.development-wrapper .content-box .swiper-box .swiper-slide-active .year:after,
.development-wrapper .content-box .swiper-box .swiper-slide.on .year:after {
  content: '';
  display: inline-block;
  width: 1.5rem;
  height: 0.875rem;
  background: url(../images/right.png) no-repeat;
  position: absolute;
  left: -4.6875rem;
  top: 5px;
  z-index: 20;
}
.development-wrapper .content-box .swiper-box .swiper-btn {
  display: inline-block;
  width: 2.25rem;
  height: 2.25rem;
  line-height: 2.25rem;
  text-align: center;
  position: absolute;
  left: 2.0625rem;
  z-index: 10;
  color: #666;
  font-size: 24px;
  border: 1px solid #666;
  border-radius: 50%;
  background: #fff;
}
.development-wrapper .content-box .swiper-box .swiper-btn.swiper-button-disabled {
  border-color: #ccc;
  color: #ccc;
}
.development-wrapper .content-box .swiper-box .swiper-btn.prev {
  top: 0;
  line-height: 1.875rem;
}
.development-wrapper .content-box .swiper-box .swiper-btn.next {
  bottom: 0;
}
.development-wrapper .content-box .pic-box {
  flex: 0 0 50rem;
}
.development-wrapper .content-box .pic-box .item {
  transition: .3s .5s;
  display: none;
}
.development-wrapper .content-box .pic-box .item img {
  width: 100%;
  height: auto;
}
.development-wrapper .content-box .pic-box .item.on {
  display: block;
  animation: fade 1s ease;
}
.goodsinfo-wrapper {
  margin: 5rem auto 6.25rem;
}
.goodsinfo-wrapper .box-content-1 {
  display: flex;
  margin-bottom: 3.75rem;
}
.goodsinfo-wrapper .box-content-1 .pic-box {
  position: relative;
  flex: 0 0 31.25rem;
  width: 31.25rem;
  max-width: 100%;
  vertical-align: middle;
  font-size: 0;
  height: 34.375rem;
  text-align: center;
  background: #cfcfcf;
}
.goodsinfo-wrapper .box-content-1 .pic-box img {
  max-width: 100%;
  height: 34.375rem;
  object-fit: contain;
  vertical-align: middle;
}
.goodsinfo-wrapper .box-content-1 .pic-box .thumbs-box {
  position: absolute;
  left: 0;
  bottom: 1.875rem;
  z-index: 10;
  width: 100%;
  font-size: 0;
  text-align: left;
  padding: 0 2.5rem;
}
.goodsinfo-wrapper .box-content-1 .pic-box .thumbs-box img {
  cursor: pointer;
  display: inline-block;
  width: 6.25rem;
  height: 6.25rem;
  border: 2px solid #fff;
  object-fit: cover;
  vertical-align: middle;
  margin-right: 1.25rem;
}
.goodsinfo-wrapper .box-content-1 .pic-box .thumbs-box img.on {
  border-color: #01acea;
}
.goodsinfo-wrapper .box-content-1 .pic-box .thumbs-box img:last-child {
  margin-right: 0;
}
.goodsinfo-wrapper .box-content-1 .info-box {
  flex: 0 0 43.75rem;
  width: 43.75rem;
  padding-left: 3.75rem;
}
.goodsinfo-wrapper .box-content-1 .info-box .title-box {
  padding-top: 2.1875rem;
}
.goodsinfo-wrapper .box-content-1 .info-box .title-box .name {
  font-size: 1.5rem;
  color: #333;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 0.875rem;
}
.goodsinfo-wrapper .box-content-1 .info-box .title-box .desc {
  font-size: 0.875rem;
  color: #999;
  padding-bottom: 1.625rem;
  border-bottom: 1px solid #ccc;
}
.goodsinfo-wrapper .box-content-1 .info-box .brief-box {
  margin-top: 2.25rem;
  margin-bottom: 3.125rem;
}
.goodsinfo-wrapper .box-content-1 .info-box .brief-box .name {
  font-size: 1.125rem;
  color: #01acea;
  font-weight: 700;
  margin-bottom: 1.25rem;
}
.goodsinfo-wrapper .box-content-1 .info-box .brief-box .content {
  font-size: 0.875rem;
  color: #666;
  line-height: 2rem;
}
.goodsinfo-wrapper .box-content-1 .info-box .operate-btn {
  font-size: 0;
  overflow: hidden;
}
.goodsinfo-wrapper .box-content-1 .info-box .operate-btn a {
  display: inline-block;
  width: 10rem;
  height: 3rem;
  line-height: 3rem;
  text-align: center;
  font-size: 1rem;
  font-weight: 700;
  margin-right: 20px;
  float: left;
}
.goodsinfo-wrapper .box-content-1 .info-box .operate-btn a:hover {
  box-shadow: 0 2px 30px rgba(0, 0, 0, 0.1);
}
.goodsinfo-wrapper .box-content-1 .info-box .operate-btn a.service {
  color: #fff;
  background: #01acea;
}
.goodsinfo-wrapper .box-content-1 .info-box .operate-btn a.cart {
  background: #d4effb;
  color: #01acea;
}
.goodsinfo-wrapper .box-content-1 .info-box .operate-btn a img {
  max-width: 100%;
  vertical-align: middle;
  margin-right: 0.9375rem;
}
.goodsinfo-wrapper .box-content-2 {
  background: #f1f8fb;
  padding-bottom: 3.75rem;
}
.goodsinfo-wrapper .box-content-2 .title {
  width: 100%;
  font-size: 1.125rem;
  font-weight: 700;
  height: 3.75rem;
  line-height: 3.75rem;
  padding-left: 1.875rem;
  color: #01acea;
  background: #d4effb;
}
.goodsinfo-wrapper .box-content-2 .table-box {
  padding: 3.125rem 2.5rem 0;
}
.goodsinfo-wrapper .box-content-2 .table {
  width: 100%;
  margin-bottom: 2.5rem;
}

.goodsinfo-wrapper .box-content-2 .table table {
  width: 100%;
  border-collapse:collapse;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
.goodsinfo-wrapper .box-content-2 .table tr th,
.goodsinfo-wrapper .box-content-2 .table tr td {
  font-size: 0.875rem;
  padding-left: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  border: 1px solid #ccc;
  border-right: none;
  border-bottom: none;
}
.goodsinfo-wrapper .box-content-2 .table tr th {
  color: #333;
  font-weight: 700;
  text-align: left;
  width: 12.5rem;
}
.goodsinfo-wrapper .box-content-2 .table tr td {
  font-family: Arial;
  color: #666;
}
.goodsinfo-wrapper .box-content-2 .table a {
  color: #666;
  font-size: 0.875rem;
}
.goodsinfo-wrapper .box-content-2 .table a:hover {
  color: #01acea;
}
.goodsinfo-wrapper .box-content-2 .table a i {
  display: inline-block;
  width: 6px;
  height: 7px;
  margin-left: 0.4375rem;
  background: url(../images/download.png) no-repeat;
}
.goodsinfo-wrapper .box-content-2 .content {
  padding: 0 2.5rem 0;
}
.goodsinfo-wrapper .box-content-2 .content .caption {
  font-size: 1rem;
  color: #333;
  font-weight: 700;
  margin-bottom: 1.4375rem;
}
.goodsinfo-wrapper .box-content-2 .content .p {
  font-size: 0.875rem;
  columns: #666;
  line-height: 2rem;
}
.goodsinfo-wrapper .box-content-2 .content .h {
  margin-bottom: 2.25rem;
}
.job-wrapper {
  margin: 4.6875rem auto 6.25rem;
}
.job-wrapper .box-content-1 .title {
  font-size: 1.75rem;
  color: #333;
  font-weight: 700;
  margin-bottom: 2.1875rem;
}
.job-wrapper .box-content-1 .desc {
  width: 48.125rem;
  font-size: 0.875rem;
  color: #666;
  line-height: 2rem;
  text-align: justify;
}
.job-wrapper .box-content-1 .desc img {
  max-width: 100%;
  height: auto;
}
.job-wrapper .box-content-2 {
  position: relative;
  margin: 1.5625rem auto 2.5rem;
}
.job-wrapper .box-content-2 > img {
  width: 100%;
  height: auto;
}
.job-wrapper .box-content-2 .info-box {
  position: absolute;
  left: 0;
  top: 7.0625rem;
  z-index: 10;
  width: 100%;
}
.job-wrapper .box-content-2 .box {
  width: 45%;
  margin: 0 auto;
}
.job-wrapper .box-content-2 .box .title {
  font-size: 1.125rem;
  color: #fff;
  margin-bottom: 0.625rem;
  padding-left: 0.625rem;
  letter-spacing: 2px;
}
.job-wrapper .box-content-2 .box img {
  max-width: 100%;
}
.job-wrapper .box-content-3 .job-choose-box {
  width: 100%;
  background: #f1f8fb;
  padding: 2.1875rem 2.25rem 2.6875rem;
  margin-bottom: 0.625rem;
}
.job-wrapper .box-content-3 .job-choose-box .title {
  font-size: 1rem;
  color: #333;
  font-weight: 700;
  margin-bottom: 1.5625rem;
}
.job-wrapper .box-content-3 .job-choose-box .keywords,
.job-wrapper .box-content-3 .job-choose-box .select {
  font-size: 0.875rem;
  color: #999;
  border: 1px solid #ccc;
  padding-left: 1.25rem;
  height: 2.5rem;
  line-height: 2.5rem;
}
.job-wrapper .box-content-3 .job-choose-box .keywords-box {
  display: flex;
  margin-bottom: 1.25rem;
  width: 100%;
}
.job-wrapper .box-content-3 .job-choose-box .keywords-box .keywords {
  flex: 1;
  width: 100%;
  border-right: none;
  background: transparent;
}
.job-wrapper .box-content-3 .job-choose-box .keywords-box ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #999;
  font-size: 0.875rem;
}
.job-wrapper .box-content-3 .job-choose-box .keywords-box ::-moz-placeholder {
  /* Firefox 19+ */
  color: #999;
  font-size: 0.875rem;
}
.job-wrapper .box-content-3 .job-choose-box .keywords-box :-ms-input-placeholder {
  /* IE 10+ */
  color: #999;
  font-size: 0.875rem;
}
.job-wrapper .box-content-3 .job-choose-box .keywords-box :-moz-placeholder {
  /* Firefox 18- */
  color: #999;
  font-size: 0.875rem;
}
.job-wrapper .box-content-3 .job-choose-box .keywords-box .btn {
  flex: 0 0 7.5rem;
  font-size: 0.875rem;
  color: #fff;
  background: #01acea;
  text-align: center;
  font-weight: 700;
  height: 2.5rem;
  line-height: 2.5rem;
}
.job-wrapper .box-content-3 .job-choose-box .form-box {
  display: flex;
  justify-content: space-between;
}
.job-wrapper .box-content-3 .job-choose-box .form-box .select {
  flex: 0 0 16.875rem;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  outline: none;
  background: #f1f8fb url("../images/j2.png") no-repeat scroll 93% center;
}
.job-wrapper .box-content-3 ul {
  width: 100%;
  margin-bottom: 2.5rem;
}
.job-wrapper .box-content-3 ul li {
  background: #f1f8fb;
  padding-top: 2.1875rem;
}
.job-wrapper .box-content-3 ul li:last-child .header-box {
  border: none;
}
.job-wrapper .box-content-3 ul li .header-box {
  padding: 0 2.5rem 2.5rem;
  border-bottom: 1px solid #dee2e3;
  cursor: pointer;
}
.job-wrapper .box-content-3 ul li .header-box .name {
  font-size: 1.125rem;
  color: #333;
  font-weight: 700;
  background: url(../images/off.png) no-repeat right center;
}
.job-wrapper .box-content-3 ul li .header-box .brief-info {
  font-size: 0.875rem;
  color: #999;
  margin-top: 0.9375rem;
}
.job-wrapper .box-content-3 ul li .header-box .brief-info span {
  display: inline-block;
  margin-right: 1.125rem;
  padding-right: 1.125rem;
  border-right: 1px solid #ccc;
}
.job-wrapper .box-content-3 ul li .header-box .brief-info span:last-child {
  border-right: none;
}
.job-wrapper .box-content-3 ul li .detail-box {
  display: none;
  padding: 0 4.375rem;
  margin-top: 2.1875rem;
  padding-bottom: 2.5rem;
}
.job-wrapper .box-content-3 ul li .detail-box .caption {
  font-size: 1rem;
  color: #333;
  font-weight: 700;
  margin-bottom: 0.625rem;
}
.job-wrapper .box-content-3 ul li .detail-box .content {
  font-size: 0.875rem;
  color: #666;
  line-height: 2rem;
  margin-bottom: 1.5625rem;
  width: 51%;
  text-align: justify;
}
.job-wrapper .box-content-3 ul li .detail-box .tips {
  font-size: 0.875rem;
  color: #01acea;
  margin-bottom: 1.75rem;
}
.job-wrapper .box-content-3 ul li .detail-box .send {
  display: inline-block;
  width: 7.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  text-align: center;
  color: #fff;
  font-size: 0.875rem;
  background: #01acea;
  font-weight: 700;
}
.job-wrapper .box-content-3 ul li.on .header-box .name {
  background: url(../images/on.png) no-repeat right center;
}
.job-wrapper .box-content-3 ul li.on .header-box {
  border-bottom: 1px solid #d0dde3;
}
.job-wrapper .box-content-3 ul li:hover,
.job-wrapper .box-content-3 ul li.on {
  background: #d4effb;
}
.job-wrapper .box-content-3 ul li:hover .header-box,
.job-wrapper .box-content-3 ul li.on .header-box,
.job-wrapper .box-content-3 ul li:hover .detail-box,
.job-wrapper .box-content-3 ul li.on .detail-box {
  border-color: #d0dde3;
}
.news-share-box {
  margin-top: 75px;
}
.news-share-box a {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  margin-right: 7px;
}
.news-share-box a.plus {
  background: url(../images/i1.png) no-repeat;
}
.news-share-box a.zone {
  background: url(../images/i2.png) no-repeat;
}
.news-share-box a.wb {
  background: url(../images/i3.png) no-repeat;
}
.news-share-box a.wb2 {
  background: url(../images/i4.png) no-repeat;
}
.news-share-box a.rr {
  background: url(../images/i5.png) no-repeat;
}
.news-share-box a.wx {
  background: url(../images/i6.png) no-repeat;
}
.page-more-box {
  width: 100%;
  background: #f1f8fb;
  text-align: center;
  font-size: 1rem;
  color: #666;
  height: 5.125rem;
  line-height: 5.125rem;
}
.page-more-box img {
  max-width: 100%;
  margin-right: 1.25rem;
  vertical-align: middle;
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*分页*/
.pageNum {
  height: 2.625rem;
  text-align: center;
}
.pageNum a {
  margin: 0 0.625rem;
  display: inline-block;
  background: #d4effb;
  height: 2.625rem;
  line-height: 2.625rem;
  font-size: 18px;
  color: #333;
  width: 2.625rem;
  font-family: Arial;
}
.pageNum a:hover,
.pageNum .aNow {
  color: #fff;
  background: #01acea;
}
.pageNum .prev,
.pageNum .next {
  font-weight: 700;
}
.pageMore a {
  display: block;
  width: 100%;
  text-align: center;
  height: 40px;
  line-height: 40px;
  background: #01acea;
  color: #fff;
  font-size: 14px;
}
