﻿.rel {
  position: relative;
}
.abs {
  position: absolute;
}
.flex {
  display: flex;
}
.inline-block {
  display: inline-block;
}
.block {
  display: block;
}
.hide {
  display: none;
}
.hidden {
  overflow: hidden;
}
.flex-wrap {
  flex-flow: wrap;
}
.flex-justify {
  justify-content: space-between;
}
.bold {
  font-weight: 700;
}
.txt-center {
  text-align: center;
}
.txt-left {
  text-align: left;
}
.txt-right {
  text-align: right;
}
.box-sizing {
  box-sizing: border-box;
}
* {
  box-sizing: border-box;
}
.pro-banner .swiper-slide {
  position: relative;
  width: 100%;
  height: 28.75rem;
}
.pro-banner .swiper-slide img {
  width: 100%;
  height: 28.75rem;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
.pro-banner .swiper-slide .info-box {
  position: relative;
  z-index: 11;
  width: 75rem;
  margin: 0 auto;
  padding-top: 10rem;
  color: #1c5e96;
}
.pro-banner .swiper-slide .info-box.white .en-name,
.pro-banner .swiper-slide .info-box.white .cn-name {
  color: #fff;
}
.pro-banner .swiper-slide .info-box .en-name {
    font-size: 40px;
    font-weight: bold;
}
.pro-banner .swiper-slide .info-box .cn-name {
  font-size: 2.25rem;
}
.page-container .content {
  width: 100%;
  background: #f7f7f7;
  padding: 3.3125rem 3.3125rem 4.375rem;
  box-sizing: border-box;
}
.page-container .content img {
  max-width: 100%;
  height: auto;
}
.page-container .content .img-box {
  width: 100%;
}
.page-container .content .img-box img {
  width: 100%;
}
.page-container .content .title {
  font-size: 1.5rem;
  color: #333;
  /*letter-spacing: 0.3125rem;*/
  margin-top: 1.25rem;
  margin-bottom: 1.8125rem;
  position: relative;
}
.page-container .content .title span {
  display: inline-block;
  padding-left: 1.125rem;
}
.page-container .content .title:before {
  content: '';
  display: inline-block;
  height: 1.625rem;
  width: 2px;
  background: #29a1c4;
  position: absolute;
  left: 0;
  top: 3px;
  z-index: 10;
}
.page-container .content .content-box {
  font-size: 0.875rem;
  color: #666;
  line-height: 1.875rem;
  text-align: justify;
}
.page-container .content .content-box .txt-indent {
  text-indent: 1.75rem;
}
.page-container .content.information-content {
  padding-bottom: 1.8125rem;
}
.page-container .content .information-show-box {
  width: 100%;
  margin-bottom: 3.9375rem;
}
.page-container .content .information-show-box .item {
  display: flex;
  margin-bottom: 1.25rem;
}
.page-container .content .information-show-box .item:hover .date {
  background: #29a0c4;
  color: #fff;
}
.page-container .content .information-show-box .item:hover .info-box .name,
.page-container .content .information-show-box .item:hover .info-box .desc {
  color: #29a0c4;
}
.page-container .content .information-show-box .item .date {
  flex: 0 0 6.25rem;
  width: 100%;
  height: 5rem;
  background: #e2e2e2;
  text-align: center;
  color: #333;
}
.page-container .content .information-show-box .item .date .day {
  font-size: 1.875rem;
  padding-top: 0.75rem;
  margin-bottom: 0.3125rem;
}
.page-container .content .information-show-box .item .date p {
  font-size: 1rem;
}
.page-container .content .information-show-box .item .info-box {
  flex: 0 0 46.25rem;
  padding-lefT: 1.625rem;
}
.page-container .content .information-show-box .item .info-box .name {
  display: block;
  font-size: 1.125rem;
  color: #333;
  padding-top: 0.3125rem;
  margin-bottom: 0.9375rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.page-container .content .information-show-box .item .info-box .desc {
  font-size: 0.875rem;
  line-height: 1.875rem;
  color: #666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.product {
  padding-bottom: 4.3125rem;
}
.npb {
  padding-bottom: 0;
}
.product .nav_pull span {
  text-indent: 1rem;
}
.product .nav_pull ul > li {
  text-align: left;
}
.product .nav_pull ul > li > a {
  position: relative;
}
.product .nav_pull ul > li > a i {
  color: #fff;
}
.product .nav_pull ul > li .hide-box {
  display: none;
}
.product .nav_pull ul > li .hide-box a {
  padding-left: 0.9375rem;
  font-size: 0.75rem;
  line-height: 25px;
}
.product .nav_pull ul > li .hide-box a i {
  color: #fff;
  font-weight: 700;
  font-size: 0.75rem;
}
.product .nav_pull ul > li.on i {
  color: #fff;
}
.product .nav_pull ul > li.on .hide-box {
  display: block;
  padding-bottom: 0.625rem;
}
.product-container .page-title {
  width: 100%;
  height: 5rem;
  line-height: 5rem;
  background: url(../images/left_bg.jpg) no-repeat;
  color: #fff;
  font-size: 1.5rem;
  margin-bottom: 0.1rem;
  text-indent: 2.5rem;
 margin-top: 0.7rem;
}
.first-level{margin-bottom: 0.4rem;}
.product-container ul.first-level > li.extend .second-level {
  display: block;
}
.product-container ul.first-level > li.extend a,
.product-container ul.first-level > li:hover a,
.product-container ul.first-level > li.on a {
  background: #1c5e96;
  color: #fff;
}
.product-container ul.first-level > li.extend a i,
.product-container ul.first-level > li:hover a i,
.product-container ul.first-level > li.on a i {
  color: #fff;
}
.product-container ul.first-level > li > a {
  display: block;
  background: #e2e2e2;
  position: relative;
  padding-left: 13px;
  height: 3.75rem;
  line-height:  3.75rem;
  font-size: 1rem;
  color: #333;
  margin-bottom: 2px;
  margin-top: 4px;
}
.product-container ul.first-level > li > a i {
  font-size: 1.375rem;
  color: #0072d4;
  margin-right: 0.4375rem;
  position: relative;
  top: 3px;
}
.product-container ul.first-level > li .second-level {
  display: none;
  transition: height .3s ease;
}
.product-container ul.first-level > li .second-level a {
  display: block;
  font-family: Arial;
  font-size: 0.875rem;
  color: #666;
  background: #f2f2f2;
  margin-bottom: 1px;
  height: 3.3125rem;
  line-height: 3rem;
  padding-left: 1.3125rem;
}
.product-container ul.first-level > li .second-level a i {
  font-size: 1.25rem;
  color: #0068c1;
  margin-right: 0.375rem;
  position: relative;
  top: 2px;
}
.product-container ul.first-level > li .second-level a.on,
.product-container ul.first-level > li .second-level a:hover {
  background: #3179b6;
  color: #fff;
}
.product-container ul.first-level > li .second-level a.on i,
.product-container ul.first-level > li .second-level a:hover i {
  color: #fff;
}
.product-container .cat-wrapper .cat-box {
  margin-bottom: 2.3125rem;
}
.product-container .cat-wrapper .cat-box .first-cat-title {
  font-size: 1rem;
  color: #666;
  border-bottom: 1px solid #dedede;
  padding: 0.5625rem 0 0.6875rem;
  margin-bottom: 0.8125rem;
  position: relative;
  cursor:pointer;
}
.product-container .cat-wrapper .cat-box .first-cat-title:after {
  content: '';
  display: inline-block;
  width: 8.1875rem;
  height: 0.1875rem;
  background: #1c5e96;
  position: absolute;
  left: 0;
  bottom: -1px;
}
.product-container .cat-wrapper .cat-box .second-cat-title {
  font-size: 0.875rem;
  color: #333;
  font-weight: 700;
  position: relative;
  margin-bottom: 0.9375rem;
  padding-left: 0.9375rem;
     cursor:pointer;
}
.product-container .cat-wrapper .cat-box .second-cat-title:before {
  content: '';
  display: inline-block;
  width: 0.4375rem;
  height: 0.6875rem;
  background: url('../images/angle-right-3.png') no-repeat;
  position: absolute;
  left: 0;
  top: 4px;
  z-index: 10;
}
.product-container .cat-wrapper .cat-box .list {
  display: flex;
  flex-flow: wrap;
  font-size: 0;
}
.product-container .cat-wrapper .cat-box .list a {
  box-sizing: border-box;
  flex: 0 0 16.875rem;
  width: 100%;
  font-size: 0.875rem;
  color: #666;
  display: block;
  position: relative;
  padding-left: 0.9375rem;
  margin-bottom: 0.6875rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.product-container .cat-wrapper .cat-box .list a:nth-child(4n) {
  flex: 0 0 8.0625rem;
}
.product-container .cat-wrapper .cat-box .list a:hover {
  color: #1c5e96;
}
.product-container .cat-wrapper .cat-box .list a:before {
  content: '';
  display: inline-block;
  width: 5px;
  height: 5px;
  position: absolute;
  left: 0;
  top: 8px;
  z-index: 10;
  background: #e2e2e2;
}
.product-container .pros-img .slick {
  width: 100%;
  height: 22.0625rem;
}
.product-container .pros-img .slick img {
  width: 100%;
  object-fit: cover;
}
.product-container .pros_rg .top .pro-title {
  width: 30.0625rem;
  height: auto;
  padding: 0.875rem 0 0.875rem 1.875rem;
  background: #fff;
}
.product-container .pros_rg .top .pro-title .h6 {
  position: relative;
  margin-bottom: 1.5625rem;
  /*padding-right:9.5rem;*/
}
.product-container .pros_rg .top .pro-title .h6 span{ display:block; clear:both;}
.product-container .pros_rg .top .pro-title .h6 a {
  display: block;
  width: 11.5rem;
  background: #ffbb02;
  border-radius: 5px;
  color: #fff;
  font-size: 0.875rem;
  height: 2.5rem;
  line-height: 2.5rem;
  position: relative;
  right: 0;
  top: 0;
  z-index: 10;
  padding: 0 0.6875rem;
  float: right;
  margin-top: 20px;
}
.product-container .pros_rg .top .pro-title .h6 a i {
  position: relative;
  top: 0.25rem;
  display: inline-block;
  width: 0.875rem;
  height: 1.0625rem;
  margin-right: 0.25rem;
  background: url('../images/flag.png') no-repeat;
}
.product-container .pros_rg .top .pro-title .p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
  text-align: justify;
  overflow: hidden;
      clear: both;
}
.product-container .pros_rg .top .pro-title .btn {
  margin-top: 0.625rem;
}
.product-container .recover-box {
  margin-bottom: 6.25rem;
}
.product-container .recover-box .item {
  display: flex;
  margin-bottom: 1.25rem;
  transition: all .3s ease;
}
.product-container .recover-box .item:hover {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.product-container .recover-box .item:hover .info-box {
  padding-left: 2.1875rem;
}
.product-container .recover-box .item:last-child {
  margin-bottom: 0;
}
.product-container .recover-box .item .icon {
  flex: 0 0 5.25rem;
  width: 100%;
  height: 5.25rem;
  background: #3e9cc2;
  text-align: center;
  padding-top: 1.25rem;
}
.product-container .recover-box .item .icon img {
  width: 2.75rem;
  height: 2.8125rem;
  object-fit: contain;
}
.product-container .recover-box .item .info-box {
  flex: 0 0 860px;
  width: 100%;
  padding-left: 1.5625rem;
  padding-right: 1.875rem;
  background: #f4f4f4;
  transition: all .3s ease;
}
.product-container .recover-box .item .info-box .name {
  font-size: 1.2rem;
  color: #333;
  margin-top: 14px;
}
.product-container .recover-box .item .info-box .desc {
  font-size: 0.8rem;
  color: #333;
  line-height: 1.3rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.product-container .proinfo-box {
  margin-bottom: 4.875rem;
}
.product-container .proinfo-box .title {
  font-size: 1rem;
  color: #666;
  border-bottom: 1px solid #dedede;
  padding: 0.5625rem 0 0.6875rem;
  margin-bottom: 2.4375rem;
  position: relative;
}
.product-container .proinfo-box .title:after {
  content: '';
  display: inline-block;
  width: 4.1875rem;
  height: 0.1875rem;
  background: #1c5e96;
  position: absolute;
  left: 0;
  bottom: -1px;
}
.product-container .proinfo-box .img-box {
  width: 100%;
  margin-bottom: 2.0625rem;
}
.product-container .proinfo-box .img-box img {
  width: 100%;
  height: 20.4375rem;
  object-fit: contain;
}
.product-container .proinfo-box .content {
  font-size: 0.875rem;
  color: #666;
  line-height: 1.5rem;
  text-align: justify;
}
.product-container .proinfo-box .content img {
  max-width: 100%;
  height: auto;
}
.product-container .proinfo-box .target-link-box {
  margin-top: 2.0625rem;
}
.product-container .proinfo-box .target-link-box p {
  font-size: 1rem;
  color: #666;
  font-weight: 700;
  margin-bottom: 1.0625rem;
}
.product-container .proinfo-box .target-link-box a {
  display: inline-block;
  width: 10.1875rem;
  height: 2.55rem;
  line-height: 2.55rem;
  color: #fff;
  text-align: center;
  background: #29a0c4;
  font-size: 0.875rem;
  margin-right: 0.25rem;
      margin-bottom: 0.25rem;
}
.product-container .proinfo-box .target-link-box a:hover {
  background: #1c5e96;
}
.history .company-history-box {
  margin-bottom: 3.125rem;
  position: relative;
  padding-top: 0.75rem;
}
.history .company-history-box:before {
  content: '';
  display: inline-block;
  width: 2px;
  height: 100%;
  background: #e9e9e9;
  position: absolute;
  left: 8px;
  top: 0;
  z-index: 10;
}
.history .company-history-box .item {
  padding-left: 3.75rem;
  margin-bottom: 2.8125rem;
}
.history .company-history-box .item .year {
  position: relative;
  color: #29a0c4;
  font-size: 1.875rem;
}
.history .company-history-box .item .year:before {
  content: '';
  display: inline-block;
  width: 0.875rem;
  height: 0.875rem;
  background: url(../images/hi4.png) no-repeat;
  position: absolute;
  left: -3.625rem;
  top: 8px;
  z-index: 11;
}
.history .company-history-box .item p {
  font-size: 0.875rem;
  color: #666;
  margin-top: 0.5rem;
}
.history .company-history-box .item:hover .year:before {
  width: 1.125rem;
  height: 1.125rem;
  background: #29a0c4;
  border-radius: 50%;
  left: -60px;
  top: 6px;
}
.about {
  padding-bottom: 4.9375rem;
}
.company-about-box .company-info-box {
  display: flex;
  margin-bottom: 2.5625rem;
}
.company-about-box .company-info-box .img-box {
  flex: 0 0 20.8125rem;
  width: 100%;
  margin-right: 2rem;
}
.company-about-box .company-info-box .img-box img {
  width: 100%;
  height: 17rem;
  object-fit: cover;
}
.company-about-box .company-info-box .info-box {
  flex: 0 0 35.9375rem;
}
.company-about-box .company-info-box .info-box .name {
  font-size: 1.5rem;
  color: #333;
  margin-bottom: 1.5625rem;
}
.company-about-box .company-info-box .info-box > .desc {
  color: #666;
  font-size: 0.875rem;
  line-height: 1.875rem;
}
.company-about-box .company-info-box .info-box .company-team {
  margin-top: 2rem;
}
.company-about-box .company-info-box .info-box .company-team .title {
  font-size: 1.125rem;
  color: #333;
}
.company-about-box .company-info-box .info-box .company-team .desc {
  margin-top: 1.4375rem;
  color: #666;
  font-size: 0.875rem;
  line-height: 1.875rem;
  text-align: justify;
}
.company-about-box .company-service {
  display: flex;
  margin-bottom: 2.1875rem;
}
.company-about-box .company-service .info-box {
  flex: 0 0 37.8125rem;
  width: 100%;
  padding: 27px 2.125rem 24px 2.125rem;
  background: #f8f8f8;
}
.company-about-box .company-service .info-box .name {
  font-size: 1.125rem;
  color: #333;
  margin-bottom: 1rem;
}
.company-about-box .company-service .info-box .desc {
  font-size: 0.875rem;
  color: #666;
  line-height: 1.875rem;
  text-align: justify;
}
.company-about-box .company-service .img-box {
  flex: 0 0 20.9375rem;
  width: 100%;
}
.company-about-box .company-service .img-box img {
  width: 100%;
  height: 15rem;
  object-fit: cover;
}
.company-about-box .responsebility .name {
  font-size: 1.125rem;
  color: #333;
  margin-bottom: 1.0625rem;
}
.company-about-box .responsebility .desc {
  font-size: 0.875rem;
  color: #666;
  line-height: 1.875rem;
  text-align: justify;
}
.mission-banner .swiper-slide .info-box {
  color: #fff;
}
.mission-wrapper {
  padding-bottom: 5rem;
}
.mission-box .content {
  padding-top: 1.5625rem;
}
.mission-box .content .title {
  font-size: 1.5rem;
  color: #333;
  margin-bottom: 1.8125rem;
}
.mission-box .content .mission-list .item {
  display: flex;
  margin-bottom: 2rem;
}
.mission-box .content .mission-list .item .img {
  flex: 0 0 2.9375rem;
  width: 100%;
  margin-right: 1.875rem;
  padding-top: 0.5rem;
}
.mission-box .content .mission-list .item .img img {
  width: 100%;
  height: 2.9375rem;
  object-fit: contain;
}
.mission-box .content .mission-list .item .info-box {
  flex: 1;
}
.mission-box .content .mission-list .item .info-box .name {
  color: #1c5e96;
  font-size: 1.375rem;
}
.mission-box .content .mission-list .item .info-box .desc {
  font-size: 0.875rem;
  color: #666;
  line-height: 2.25rem;
  text-align: justify;
  width: 100%;
}
.team-wrapper {
  padding-bottom: 4.125rem;
}
.team-box .team-description {
  font-size: 1.125rem;
  color: #333;
  line-height: 2.25rem;
  margin-bottom: 2rem;
  margin-top: -0.5rem;
}
.team-box .team-list-box .item {
  display: flex;
  overflow: hidden;
  margin-bottom: 1.4375rem;
}
.team-box .team-list-box .item:last-child {
  margin-bottom: 0;
}
.team-box .team-list-box .item:hover img {
  transform: scale(1.1);
}
.team-box .team-list-box .item .img-box {
  flex: 0 0 18.375rem;
  width: 100%;
}
.team-box .team-list-box .item .img-box img {
  width: 100%;
  height: 11.75rem;
  object-fit: cover;
  transition: all .3s ease;
}
.team-box .team-list-box .item .info-box {
    display: flex;
     display: -webkit-flex;
  flex: 1;
  background: #f2f1ef;
  padding:0 2.8125rem 0  3.125rem;
  height: 11.75rem;
      align-items: center;
}
.team-box .team-list-box .item .info-box .desc {
  font-size: 0.875rem;
  color: #666;
  line-height: 1.875rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
   padding-bottom: 0.4rem;
}
.honor-wrapper {
  padding-bottom: 0;
}
.honor-box {
  margin-bottom: 2.8125rem;
}
.honor-box .honor-image {
  width: 100%;
  height: 15rem;
  margin-bottom: 1.8125rem;
  overflow: hidden;
}
.honor-box .honor-image:hover img {
  transform: scale(1.1);
}
.honor-box .honor-image img {
  width: 100%;
  height: 15rem;
  object-fit: cover;
  transition: all .3s ease;
}
.honor-box .hornor-description {
  font-size: 0.875rem;
  color: #666;
  line-height: 1.875rem;
  background: #e4ecf0;
  margin-bottom: 1.25rem;
  padding: 1.875rem 1.875rem 1.875rem 2.1875rem;
  transition: all .3s ease;
}
.honor-box .hornor-description:hover {
  transform: translateY(-10px);
}
.honor-box .honor-list {
  display: flex;
  flex-flow: wrap;
  width: 100%;
  margin-bottom: 2.5rem;
}
.honor-box .honor-list .item {
  flex: 0 0 18.875rem;
  width: 100%;
  height: 3.75rem;
  line-height: 3.75rem;
  font-size: 0.875rem;
  color: #666;
  background: #f4f4f4;
  margin-right: 1rem;
  padding-left: 1.25rem;
  margin-bottom: 1.25rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  padding-right: 3px;
  transition: all .3s ease;
}
.honor-box .honor-list .item:before {
    position: relative;
    display: inline-block;
    width: 0.9375rem;
    height: 1.125rem;
    background: url(../images/icon-file.png) no-repeat;
    margin-right: 0.9375rem;
    top: 4px;
}
.honor-box .honor-list .item:hover {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.honor-box .honor-list .item:nth-child(3n) {
  margin-right: 0;
}
.honor-box .honor-list .item i {
  position: relative;
  display: inline-block;
  width: 0.9375rem;
  height: 1.125rem;
  background: url('../images/icon-file.png') no-repeat;
  margin-right: 0.9375rem;
  top: 4px;
}
.cooperation-wrapper {
  padding-bottom: 5.5rem;
}
.cooperation-box .cooperation-list .item {
  display: flex;
  flex-flow: wrap;
  overflow: hidden;
  transition: all .3s ease;
  margin-bottom: 1.25rem;
}
.cooperation-box .cooperation-list .item:hover {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  transform: translateY(-10px);
}
.cooperation-box .cooperation-list .item .img-box {
  flex: 0 0 20rem;
}
.cooperation-box .cooperation-list .item .img-box a {
  display: block;
  width: 100%;
}
.cooperation-box .cooperation-list .item .img-box a img {
  width: 100%;
  height: 14rem;
  object-fit: cover;
}
.cooperation-box .cooperation-list .item .info-box {
  flex: 1;
  background: #f8f8f8;
  padding: 1.8125rem 2.5rem 1.6875rem 1.875rem;
}
.cooperation-box .cooperation-list .item .info-box:hover .name {
  color: #1c5e96;
}
.cooperation-box .cooperation-list .item .info-box:hover .go {
  transform: scale(1.1);
}
.cooperation-box .cooperation-list .item .info-box .name {
  /*display: block;
  font-size: 1.3rem;
  color: #443c4b;
  margin-bottom: 1.75rem;*/
  display:-webkit-box;
  font-size:1.375rem;
  color:#443c4d;
  height:3.6rem;
  line-height:1.8rem;
  overflow:hidden;
  margin-bottom:0.75rem;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2;
}
.cooperation-box .cooperation-list .item .info-box .desc {
  font-size: 1rem;
  color: #666666;
  line-height: 1.875rem;
  padding-left:0.625rem;
  margin-bottom: 1.075rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.cooperation-box .cooperation-list .item .info-box .date span {
  display: inline-block;
  font-size: 1.125rem;
  color: #666;
}
.cooperation-box .cooperation-list .item .info-box .date .go {
  display: inline-block;
  width: 1.3125rem;
  height: 0.8125rem;
  background: url('../images/icon-coo.png') no-repeat;
  float: right;
  position: relative;
  top: 0.125rem;
  transition: all ease .3s ;
}
.cooperation-box .number {
  margin-top: 4.0625rem;
}
.job-wraper {
  padding-bottom: 4.375rem;
}
.join-box .title {
  font-size: 1.5rem;
  color: #1c5e96;
  text-align: center;
  margin-bottom: 2.1875rem;
  margin-top: -0.3125rem;
}
.join-box .job-list {
  display: flex;
  flex-flow: wrap;
  margin-bottom: 0.625rem;
}
.join-box .job-list .item {
  flex: 0 0 18.375rem;
  margin-right: 1.6875rem;
  margin-bottom: 1.8125rem;
  background: #f7f7f7;
  padding-bottom: 2.0625rem;
  cursor: pointer;
  transition: all .3s ease;
}
.join-box .job-list .item:nth-child(3n) {
  margin-right: 0;
}
.join-box .job-list .item:hover {
  transform: translateY(-10px);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.join-box .job-list .item:hover .info-box .user {
  background: url('../images/icon-user-active.png') no-repeat;
}
.join-box .job-list .item:hover .info-box .desc .job-name {
  color: #1c5e96;
}
.join-box .job-list .item:hover .detail-box .see {
  background: #1c5e96;
}
.join-box .job-list .item .info-box {
  border-bottom: 1px solid #dedede;
  padding-top: 1.4375rem;
  padding-left: 2.5625rem;
  padding-bottom: 1.1875rem;
  display: flex;
}
.join-box .job-list .item .info-box .user {
  flex: 0 0 2.8125rem;
  display: inline-block;
  width: 100%;
  height: 2.8125rem;
  margin-top: 0.5625rem;
  background: url('../images/icon-user.png') no-repeat;
}
.join-box .job-list .item .info-box .desc {
  flex: 0 0 13.25rem;
  padding-left: 2rem;
}
.join-box .job-list .item .info-box .desc .date {
  font-size: 0.875rem;
  color: #999;
}
.join-box .job-list .item .info-box .desc .job-name {
  font-size: 1.2rem;
  color: #666;
  margin: 0.3125rem 0 3px;
  height: 3.196rem;

}
.join-box .job-list .item .info-box .desc .address {
  font-size: 0.875rem;
  color: #999;
}
.join-box .job-list .item .detail-box {
  padding-left: 2.5625rem;
  padding-top: 1.375rem;
  padding-right: 2.625rem;
}
.join-box .job-list .item .detail-box .desc-box {
  text-align: left;
  margin-bottom: 1.3125rem;
}
.join-box .job-list .item .detail-box .desc-box p {
  font-size: 0.875rem;
  color: #666;
  margin-bottom: 1.125rem;

}
.join-box .job-list .item .detail-box .desc-box .desc {
  font-size: 0.875rem;
  color: #999;
  line-height: 1.75rem;
  word-break:break-all;
  display:-webkit-box;
  -webkit-line-clamp:3;
  -webkit-box-orient:vertical;
  overflow:hidden;

}
.join-box .job-list .item .detail-box .see {
  display: inline-block;
  margin: 0 auto;
  width: 9.375rem;
  height: 3.125rem;
  line-height: 3.125rem;
  background: #666;
  border-radius: 5px;
  color: #fff;
  text-align: center;
  font-size: 0.875rem;
}
.contact-box .contact-title {
  width: 100%;
  font-size: 1.5rem;
  color: #fff;
  height: 3.75rem;
  line-height: 3.75rem;
  padding-left: 1.6875rem;
  margin-bottom: 0.625rem;
  background: #1c5e96;
}
.contact-box .contact-title.other {
  background: #29a0c4;
  margin-top: 1.5rem;
}
.contact-box .contact-title span {
  font-size: 1.125rem;
  letter-spacing: 0;
  margin-left: 0.9375rem;
}
.contact-box .first-box {
  display: flex;
  margin-bottom: 0.625rem;
  transition: all .3s ease;
}
.contact-box .first-box:hover {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  transform: translateY(-5px);
}
.contact-box .first-box .img {
  flex: 0 0 16.875rem;
  position: relative;
}
.contact-box .first-box .img img {
  width: 100%;
  /*height: 15rem;*/
  height: 12rem;
  object-fit: cover;
}
.contact-box .first-box .img p {
  width: 100%;
  position: absolute;
  color: #fff;
  font-size: 1.125rem;
  left: 0;
  bottom: 0;
  z-index: 10;
  text-align: center;
  background: rgba(0, 0, 0, 0.6);
  padding: 8px 1.125rem;
}
    .contact-box .first-box .info-box {
        flex: 0 0 41.875rem;
        width: 100%;
        /*height: 15rem;*/
        height: 12rem;
        background: #f1f7fc;
        /*padding-top: 1.625rem;*/
        padding-top: 1.025rem;
        padding-bottom: 2rem;
        padding-left: 3.3125rem;
        padding-right: 1.25rem;
        overflow: hidden;
    }
.contact-box .first-box .info-box p {
  font-size: 0.875rem;
  color: #666;
  margin-bottom: 0.75rem;
position: relative;
    padding-left: 3.95rem;
    line-height: 1.3;
}
.contact-box .first-box .info-box p span{
    display:inline-block;
    width:3.2rem;
   position: absolute;
    left: -0.5rem;
   
}
.contact-box .first-box .info-box p em {
    display: inline-block;
    position: absolute;
    left: 3.2rem;
}
.contact-box .other-box {
  background: #f1f7fc;
  margin-bottom: 0.625rem;
  display: flex;
  transition: all .3s ease;
}
.contact-box .other-box:hover {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  transform: translateY(-5px);
}
.contact-box .other-box .left-box {
  flex: 0 0 14.75rem;
  width: 100%;
  height: 15rem;
  padding-top: 2.5rem;
  padding-left: 3.625rem;
  position: relative;
}
.contact-box .other-box .left-box:after {
  content: '';
  display: inline-block;
  width: 1px;
  height: 8.1875rem;
  background: #b5ddeb;
  position: absolute;
  top: 2.875rem;
  right: 0;
  z-index: 10;
}
.contact-box .other-box .left-box .cn-name {
  margin-bottom: 0.625rem;
}
.contact-box .other-box .left-box .en-name {
  position: relative;
  padding-bottom: 2.1875rem;
}
.contact-box .other-box .left-box .en-name:after {
  content: '';
  display: inline-block;
  height: 2px;
  width: 1.4375rem;
  background: #1c5e96;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
}
.contact-box .other-box .left-box .cn-name,
.contact-box .other-box .left-box .en-name {
  font-size: 1.125rem;
  color: #1c5e96;
}
.contact-box .other-box .info-box {
  flex: 0 0 44rem;
  width: 100%;
  height: 15rem;
  padding-top: 3.125rem;
  padding-bottom: 2rem;
  padding-left: 3.3125rem;
  padding-right: 12.8125rem;
}
.contact-box .other-box .info-box p {
  font-size: 0.875rem;
  color: #666;
  margin-bottom: 0.75rem;
}
.contact-box .address-list {
  display: flex;
  margin-top: 2.1875rem;
}
.contact-box .address-list .item {
  width: 100%;
}
.contact-box .address-list .item .name {
  font-size: 1.125rem;
  color: #1c5e96;
  margin-bottom: 1.25rem;
}
.contact-box .address-list .item p {
  font-size: 0.875rem;
  color: #666;
  margin-bottom: 0.9375rem;
}
.contact-box .address-list .item:first-child {
  flex: 0 0 17.9375rem;
}
.contact-box .address-list .item:nth-child(2) {
  flex: 0 0 19.625rem;
}
.contact-box .address-list .item:last-child {
  flex: 0 0 21.1875rem;
}
.contact-wrapper {
  padding-bottom: 4.4375rem;
}
.message-wrapper {
  padding-bottom: 0;
}
.message-box {
  margin-bottom: 6.25rem;
}
.message-box .caption {
  font-size: 1.5rem;
  color: #333;
  margin-bottom: 1.4375rem;
}
.message-box .group {
  display: flex;
  margin-bottom: 1.25rem;
}
.message-box .group .txt {
  flex: 0 0 18.75rem;
  height: 3rem;
  line-height: 3rem;
  margin-right: 1.25rem;
}
.message-box .group .txt::-webkit-input-placeholder {
  font-size: 14px;
  color: #999;
}
.message-box .group .txt:last-child {
  margin-right: 0;
}
.message-box .group .txt,
.message-box .group .txtarea {
  width: 100%;
  font-size: 14px;
  color: #999;
  padding: 0 1.25rem;
  background: #fafafa;
  border: 1px solid #eeeeee;
}
.message-box .group .txtarea {
  flex: 0 0 100%;
  height: 15rem;
  margin-bottom: 1.875rem;
  padding: 1.125rem;
}
.message-box .form-btn {
  font-size: 0;
  text-align: center;
}
.message-box .form-btn a {
  display: inline-block;
  width: 10rem;
  height: 3rem;
  line-height: 3rem;
  margin-right: 1.25rem;
  font-size: 0.875rem;
  color: #999;
  background: #eee;
  transition: all .3s ease;
}
.message-box .form-btn a:hover {
  transform: translateY(-3px);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.message-box .form-btn a.submit {
  color: #fff;
  background: #1c5e96;
}
.market-box .market-content {
  background: #f7f7f7;
  padding: 2.5rem 3.5rem 3.5rem 3.125rem;
}
.market-box .market-content .name {
  font-size: 1.875rem;
  color: #333;
  margin-bottom: 2rem;
}
.market-box .market-content .content-box {
  display: flex;
}
.market-box .market-content .content-box .content {
  flex: 0 0 32.5rem;
  margin-right: 2.0625rem;
  width: 100%;
  font-size: 0.875rem;
  color: #666;
  line-height: 1.875rem;
}
.market-box .market-content .content-box .content .box-1 {
  margin-bottom: 15px;
}
.market-box .market-content .content-box .content .box-2 {
  margin-bottom: 4rem;
}
.market-box .market-content .content-box .content .box-3 {
  margin-bottom: 10px;
}
.market-box .market-content .content-box .content .box-4 {
  margin-bottom: 0.625rem;
}
.market-box .market-content .content-box .content .box-5 {
  margin-bottom: 10px;
}
.market-box .market-content .content-box .content .box-6 {
  margin-bottom: 120px;
}
.market-box .market-content .content-box .content .box-7 {
  margin-bottom: 0.9375rem;
}
.market-box .market-content .content-box .img-box {
  flex: 0 0 17.625rem;
  width: 100%;
}
.market-box .market-content .content-box .img-box img {
  width: 100%;
  height: 12.4375rem;
  object-fit: cover;
  margin-bottom: 2.1875rem;
  transition: all .3s ease;
}
.market-box .market-content .content-box .img-box img:hover {
  transform: translateY(-5px);
}
.pro-slide {
  margin-top: 2.5rem;
}
.canlendar-box > .title {
  width: 100%;
  background: #1c5e96;
  height: 3.75rem;
  line-height: 3.75rem;
  display: flex;
  justify-content: space-between;
  padding: 0 0.75rem;
}
.canlendar-box > .title a,
.canlendar-box > .title span {
  color: #fff;
  cursor: pointer;
  display: block;
  width: 100%;
  font-size: 1.125rem;
  flex: 0 0 6.75rem;
}
.canlendar-box > .title a i,
.canlendar-box > .title span i {
  font-size: 1.5rem;
  position: relative;
  top: 0.1875rem;
}
.canlendar-box > .title a.last-year i,
.canlendar-box > .title span.last-year i {
  margin-right: 12px;
}
.canlendar-box > .title a.next-year,
.canlendar-box > .title span.next-year {
  text-align: right;
}
.canlendar-box > .title a.next-year i,
.canlendar-box > .title span.next-year i {
  margin-left: 12px;
}
.canlendar-box > .title a.now,
.canlendar-box > .title span.now {
  flex: 1;
  text-align: center;
}
.canlendar-box .canlendar-month-list .canlendar {
  display: flex;
  flex-flow: wrap;
}
.canlendar-box .canlendar-month-list .item {
  flex: 0 0 450px;
  width: 100%;
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 2rem;
}
.canlendar-box .canlendar-month-list .item:nth-child(odd) {
  flex: 0 0 30.375rem;
  padding-right: 36px;
}
.canlendar-box .canlendar-month-list .item:nth-last-child(2),
.canlendar-box .canlendar-month-list .item:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.canlendar-box .canlendar-month-list .item > .name {
  font-size: 1rem;
  /*color: #333;*/
  color: #1c5e96;
 font-weight: bold;

  text-align: center;
  margin: 1.8125rem auto 0.875rem;
}
.canlendar-box .canlendar-month-list .item > .name span {
  display: inline-block;
  margin-left: 1.25rem;
}
.canlendar-box .canlendar-month-list .item .content table {
  margin-bottom: 1.6875rem;
}
.canlendar-box .canlendar-month-list .item .content table thead tr {
  font-size: 0;
  table-layout: fixed;
}
.canlendar-box .canlendar-month-list .item .content table thead tr th {
  width: 4rem;
  height: 2.0625rem;
  font-size: 0.875rem;
  color: #666;
  text-align: center;
  background: #f8f8f8;
  border-right: 1px solid #eeeeee;
}
.canlendar-box .canlendar-month-list .item .content table thead tr th:first-child,
.canlendar-box .canlendar-month-list .item .content table thead tr th:last-child {
  background: #f3f3f3;
}
.canlendar-box .canlendar-month-list .item .content table tbody tr td {
  width: 4rem;
  /*height: 2.9375rem;*/
  height: 2.6375rem;
  font-size: 0.875rem;
  color: #333;
  background: #fff;
  text-align: center;
}
.canlendar-box .canlendar-month-list .item .content table tbody tr td:first-child,
.canlendar-box .canlendar-month-list .item .content table tbody tr td:last-child {
  background: #f3f3f3;
}
.canlendar-box .canlendar-month-list .item .content table tbody tr td.on {
  background: #29a0c4;
  color: #fff;
}
.canlendar-box .canlendar-month-list .item .content .canlendar-label {
  position: relative;
}
.canlendar-box .canlendar-month-list .item .content .canlendar-label:before {
  content: '';
  display: block;
  width: 2px;
  height: 96%;
  background: #29a0c4;
  position: absolute;
  left: 0;
  top: 2%;
  z-index: 10;
}
.canlendar-box .canlendar-month-list .item .content .canlendar-label .item-box {
  padding-left: 2rem;
  margin-bottom: 0.9375rem;
}
.canlendar-box .canlendar-month-list .item .content .canlendar-label .item-box .date {
  font-size: 1.125rem;
  font-weight: 700;
  color: #1c5e96;
  margin-bottom: 0.625rem;
}
.canlendar-box .canlendar-month-list .item .content .canlendar-label .item-box .name {
  margin-bottom: 0.5rem;
}
.canlendar-box .canlendar-month-list .item .content .canlendar-label .item-box .name,
.canlendar-box .canlendar-month-list .item .content .canlendar-label .item-box .address {
  font-size: 0.875rem;
  color: #333;
  margin-bottom:0.625rem;
}
.exhibition-box {
  padding-bottom: 3.125rem;
}
@media screen and (max-width: 47.9375rem) {
  .pro-banner .swiper-slide {
    height: 11.875rem;
  }
  .pro-banner .swiper-slide img {
    height: 11.875rem;
  }
  .pro-banner .swiper-slide .info-box {
    width: 100%;
    margin: 0 auto;
    padding: 4.375rem 3%;
  }
  .pro-banner .swiper-slide .info-box .en-name {
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 0.3125rem;
  }
  .pro-banner .swiper-slide .info-box .cn-name {
    font-size: 0.875rem;
  }
  .page-container .content {
    padding: 0.625rem;
  }
  .page-container .content .title {
    font-size: 0.875rem;
    letter-spacing: 0.3125rem;
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem;
  }
  .page-container .content .title span {
    padding-left: 0.625rem;
  }
  .page-container .content .title:before {
    height: 1.1875rem;
    width: 2px;
    top: 0;
  }
  .page-container .content .content-box {
    font-size: 0.75rem;
    line-height: 1.25rem;
  }
  .page-container .content.information-content {
    padding-bottom: 1.8125rem;
  }
  .page-container .content .information-show-box {
    margin-bottom: 1.875rem;
  }
  .page-container .content .information-show-box .item {
    margin-bottom: 0.625rem;
  }
  .page-container .content .information-show-box .item .date {
    flex: 0 0 5rem;
    height: 3.75rem;
  }
  .page-container .content .information-show-box .item .date .day {
    font-size: 1.25rem;
    padding-top: 0.5rem;
    margin-bottom: 0.3125rem;
  }
  .page-container .content .information-show-box .item .date p {
    font-size: 0.75rem;
  }
  .page-container .content .information-show-box .item .info-box {
    flex: 1;
    padding-lefT: 0.625rem;
  }
  .page-container .content .information-show-box .item .info-box .name {
    font-size: 0.875rem;
    padding-top: 0.3125rem;
    margin-bottom: 0.625rem;
  }
  .page-container .content .information-show-box .item .info-box .desc {
    font-size: 0.75rem;
    line-height: 1.25rem;
  }
  .product {
    padding-bottom: 1.875rem;
  }
  .product .nav_pull span {
    text-indent: 2rem;
  }
  .product .nav_pull ul li {
    padding-left: 1rem;
  }
  .product .nav_pull ul li.on {
    padding-left: 1.75rem;
  }
  .product .nav_pull ul li .hide-box a {
    padding-left: 0;
  }
  .product-container .cat-wrapper .cat-box {
    margin-bottom: 1.25rem;
  }
  .product-container .cat-wrapper .cat-box .first-cat-title {
    font-size: 0.875rem;
    padding: 0.5625rem 0 0.6875rem;
    margin-bottom: 0.625rem;
  }
  .product-container .cat-wrapper .cat-box .first-cat-title:after {
    content: '';
    display: inline-block;
    width: 4.1875rem;
    height: 0.1875rem;
    background: #1c5e96;
    position: absolute;
    left: 0;
    bottom: -1px;
  }
  .product-container .cat-wrapper .cat-box .second-cat-title {
    font-size: 0.75rem;
    margin-bottom: 0.9375rem;
    padding-left: 0.9375rem;
  }
  .product-container .cat-wrapper .cat-box .second-cat-title:before {
    content: '';
    display: inline-block;
    width: 0.4375rem;
    height: 0.6875rem;
    background: url('../images/angle-right-3.png') no-repeat;
    top: 4px;
    background-size: 80%;
  }
  .product-container .cat-wrapper .cat-box .list a {
    flex: 0 0 50%;
    font-size: 0.75rem;
    padding-left: 0.625rem;
    margin-bottom: 0.625rem;
  }
  .product-container .cat-wrapper .cat-box .list a:nth-child(4n) {
    flex: 0 0 50%;
  }
  .product-container .cat-wrapper .cat-box .list a:before {
    top: 6px;
  }
  .product-container .pros-img .slick {
    width: 100%;
    height: 11.875rem;
  }
  .product-container .pros-img .slick img {
    width: 100%;
    height: 11.875rem;
  }
  .product-container .pros_rg .top .pro-title {
    width: 100%;
    margin-top: 1.875rem;
    height: auto;
    padding: 0 3%;
  }
  .product-container .pros_rg .top .pro-title .h6 {
    font-size: 1rem;
    margin-bottom: 0.625rem;
  }
  .product-container .pros_rg .top .pro-title .h6 a {
    background: #ffbb02;
    font-size: 0.75rem;
    height: 1.5625rem;
    line-height: 1.5625rem;
    top: 0;
    padding: 0 0.625rem;
  }
  .product-container .pros_rg .top .pro-title .h6 a i {
    top: 3px;
    height: 13px;
    background-size: 77%;
  }
  .product-container .pros_rg .top .pro-title .p {
    height: auto;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7;
    text-align: justify;
    overflow: hidden;
  }
  .product-container .pros_rg .top .pro-title .btn {
    margin-top: 0.625rem;
  }
  .product-container .pro-tit span {
    font-size: 1rem;
  }
  .product-container .recover-box {
    margin-bottom: 0;
  }
  .product-container .recover-box .item {
    display: flex;
    margin-bottom: 0.9375rem;
  }
  .product-container .recover-box .item:hover .info-box {
    padding-left: 10px;
  }
  .product-container .recover-box .item .icon {
    flex: 0 0 70px;
    width: 100%;
    height: 70px;
    background: #3e9cc2;
    text-align: center;
    padding-top: 0.9375rem;
  }
  .product-container .recover-box .item .icon img {
    width: 2.5rem;
    height: 2.5625rem;
    object-fit: contain;
  }
  .product-container .recover-box .item .info-box {
    flex: 1;
    padding-left: 5px;
    padding-right: 5px;
  }
  .product-container .recover-box .item .info-box .name {
    font-size: 14px;
    color: #333;
    margin-top: 10px;
  }
  .product-container .recover-box .item .info-box .desc {
    font-size: 0.75rem;
    line-height: 18px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  .product-container .proinfo-box {
    margin-bottom: 0.625rem;
  }
  .product-container .proinfo-box .title {
    padding-top: 0;
    margin-bottom: 0.9375rem;
  }
  .product-container .proinfo-box .img-box {
    margin-bottom: 0.9375rem;
  }
  .product-container .proinfo-box .img-box img {
    height: auto;
  }
  .product-container .proinfo-box .content {
    font-size: 0.75rem;
    line-height: 1.25rem;
  }
  .product-container .proinfo-box .target-link-box {
    margin-top: 0.9375rem;
  }
  .product-container .proinfo-box .target-link-box p {
    font-size: 0.875rem;
    color: #666;
    font-weight: 700;
    margin-bottom: 1.0625rem;
  }
  .product-container .proinfo-box .target-link-box a {
    display: inline-block;
    width: 100px;
    height: 1.875rem;
    line-height: 1.875rem;
    font-size: 0.75rem;
  }
  .history .company-history-box {
    margin-bottom: 3.125rem;
    position: relative;
    padding-top: 0.75rem;
  }
  .history .company-history-box:before {
    left: 1.25rem;
  }
  .history .company-history-box .item {
    padding-left: 2.8125rem;
    margin-bottom: 1.875rem;
  }
  .history .company-history-box .item .year {
    font-size: 1.125rem;
  }
  .history .company-history-box .item .year:before {
    left: -1.9375rem;
    top: 2px;
  }
  .history .company-history-box .item p {
    font-size: 0.75rem;
    margin-top: 0;
  }
  .history .company-history-box .item:hover .year:before {
    width: 1.125rem;
    height: 1.125rem;
    background: #29a0c4;
    border-radius: 50%;
    left: -60px;
    top: 6px;
  }
  .mission-wrapper {
    padding-bottom: 1.875rem;
  }
  .mission-box {
    padding: 0 3%;
  }
  .mission-box .content {
    padding-top: 0.9375rem;
  }
  .mission-box .content .title {
    font-size: 1rem;
    margin-bottom: 0.9375rem;
    text-align: center;
  }
  .mission-box .content .mission-list .item {
    margin-bottom: 0.9375rem;
  }
  .mission-box .content .mission-list .item .img {
    flex: 0 0 1.875rem;
    margin-right: 0.625rem;
    padding-top: 0;
  }
  .mission-box .content .mission-list .item .img img {
    height: 1.875rem;
  }
  .mission-box .content .mission-list .item .info-box .name {
    font-size: 0.875rem;
  }
  .mission-box .content .mission-list .item .info-box .desc {
    font-size: 0.75rem;
    line-height: 1.25rem;
  }
  .team-wrapper {
    padding-bottom: 1.875rem;
  }
  .team-box .team-description {
    font-size: 0.9375rem;
    line-height: 1.25rem;
    margin-bottom: 1.25rem;
    margin-top: 0;
  }
  .team-box .team-list-box .item {
    flex-flow: wrap;
    margin-bottom: 0.9375rem;
  }
  .team-box .team-list-box .item .img-box {
    flex: 0 0 100%;
  }
  .team-box .team-list-box .item .img-box img {
    height: 8.125rem;
  }
  .team-box .team-list-box .item .info-box {
    flex: 0 0 100%;
    padding: 5%;
    height: auto;
  }
  .team-box .team-list-box .item .info-box .desc {
    font-size: 0.75rem;
    line-height: 1.25rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
  }
  .honor-box {
    margin-bottom: 1.25rem;
    margin-top: 0.625rem;
  }
  .honor-box .honor-image {
    width: 100%;
    height: 7.5rem;
    margin-bottom: 1.25rem;
  }
  .honor-box .honor-image img {
    width: 100%;
    height: 7.5rem;
  }
  .honor-box .hornor-description {
    font-size: 0.75rem;
    line-height: 1.25rem;
    margin-bottom: 0.9375rem;
    padding: 5%;
  }
  .honor-box .honor-list {
    margin-bottom: 0.625rem;
  }
  .honor-box .honor-list .item {
    flex: 0 0 49%;
    height: 2.5rem;
    line-height: 2.5rem;
    font-size: 0.75rem;
    padding-left: 0.3125rem;
    margin-bottom: 2%;
  }
  .honor-box .honor-list .item:nth-child(odd) {
    margin-right: 1%;
  }
  .honor-box .honor-list .item:nth-child(even) {
    margin-left: 1%;
    margin-right: 0;
  }
  .honor-box .honor-list .item i {
    width: 0.625rem;
    height: 0.875rem;
    background-size: 100%;
    margin-right: 0;
    top: 2px;
  }
  .cooperation-wrapper {
    padding-bottom: 1.875rem;
  }
  .cooperation-box .cooperation-list .item {
    margin-bottom: 0.9375rem;
    flex-flow: wrap;
  }
  .cooperation-box .cooperation-list .item:hover {
    transform: translateY(-5px);
  }
  .cooperation-box .cooperation-list .item .img-box {
    flex: 0 0 100%;
  }
  .cooperation-box .cooperation-list .item .img-box a img {
    height: 9.375rem;
    object-fit: cover;
  }
  .cooperation-box .cooperation-list .item .info-box {
    flex: 0 0 100%;
    padding: 5%;
  }
  .cooperation-box .cooperation-list .item .info-box .name {
    font-size: 1rem;
    margin-bottom: 0.625rem;
  }
  .cooperation-box .cooperation-list .item .info-box .desc {
    font-size: 0.8125rem;
    line-height: 1.25rem;
    padding-left: 0.3125rem;
    margin-bottom: 0.9375rem;
  }
  .cooperation-box .cooperation-list .item .info-box .date span {
    font-size: 0.75rem;
  }
  .cooperation-box .cooperation-list .item .info-box .date .go {
    width: 15px;
    height: 10px;
    background-size: contain;
    top: 0.125rem;
  }
  .cooperation-box .number {
    margin-top: 1.875rem;
  }
  .job-wraper {
    padding-bottom: 1.875rem;
  }
  .join-box .title {
    font-size: 1rem;
    margin-bottom: 1.25rem;
    margin-top: 1.25rem;
  }
  .join-box .job-list {
    margin-bottom: 0.625rem;
  }
  .join-box .job-list .item {
    flex: 0 0 100%;
    margin-right: 0;
    margin-bottom: 1.25rem;
    padding-bottom: 1.25rem;
  }
  .join-box .job-list .item:hover {
    transform: translateY(-5px);
  }
  .join-box .job-list .item .info-box {
    padding-top: 1.5625rem;
    padding-left: 1.25rem;
    padding-bottom: 0.625rem;
    display: flex;
  }
  .join-box .job-list .item .info-box .user {
    flex: 0 0 2.8125rem;
    display: inline-block;
    width: 100%;
    height: 2.8125rem;
    margin-top: 0.5625rem;
    background: url('../images/icon-user.png') no-repeat;
  }
  .join-box .job-list .item .info-box .desc {
    flex: 1;
    padding-left: 0.625rem;
  }
  .join-box .job-list .item .info-box .desc .date {
    font-size: 12px;
  }
  .join-box .job-list .item .info-box .desc .job-name {
    font-size: 1rem;
    height:auto;
  }
  .join-box .job-list .item .info-box .desc .address {
    font-size: 0.75rem;
  }
  .join-box .job-list .item .detail-box {
    padding-left: 1.25rem;
    padding-top: 1.5625rem;
    padding-right: 0.625rem;
  }
  .join-box .job-list .item .detail-box .desc-box {
    margin-bottom: 1.875rem;
  }
  .join-box .job-list .item .detail-box .desc-box p {
    font-size: 0.875rem;
    margin-bottom: 0.625rem;
  }
  .join-box .job-list .item .detail-box .desc-box .desc {
    font-size: 0.75rem;
    line-height: 1.25rem;
    -webkit-line-clamp: 2;
  }
  .join-box .job-list .item .detail-box .see {
    width: 6.25rem;
    height: 1.875rem;
    line-height: 1.875rem;
    font-size: 0.75rem;
  }
  .contact-box .contact-title {
    font-size: 1rem;
    letter-spacing: 0.3125rem;
    height: 2.5rem;
    line-height: 2.5rem;
    padding-left: 1.25rem;
    margin-bottom: 0.625rem;
    margin-top: 0.625rem;
  }
  .contact-box .contact-title.other {
    margin-top: 0.625rem;
  }
  .contact-box .contact-title span {
    font-size: 0.875rem;
    margin-left: 0.625rem;
  }
  .contact-box .first-box {
    margin-bottom: 10px;
    flex-flow: wrap;
  }
  .contact-box .first-box .img {
    flex: 0 0 100%;
  }
  .contact-box .first-box .img img {
    height: 120px;
  }
  .contact-box .first-box .img p {
    font-size: 0.875rem;
    line-height: 2.1875rem;
  }
  .contact-box .first-box .info-box {
    flex: 0 0 100%;
    height: auto;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .contact-box .first-box .info-box p {
    font-size: 0.75rem;
    margin-bottom: 0.625rem;
  }
  .contact-box .other-box {
    margin-bottom: 0.625rem;
    flex-flow: wrap;
  }
  .contact-box .other-box .left-box {
    flex: 0 0 100%;
    height: auto;
    padding-top: 1.25rem;
    padding-left: 1.25rem;
  }
  .contact-box .other-box .left-box:after {
    height: 7.5rem;
    top: 1.25rem;
  }
  .contact-box .other-box .left-box .cn-name {
    margin-bottom: 0.625rem;
  }
  .contact-box .other-box .left-box .en-name {
    padding-bottom: 0.9375rem;
  }
  .contact-box .other-box .left-box .en-name:after {
    width: 1.25rem;
  }
  .contact-box .other-box .left-box .cn-name,
  .contact-box .other-box .left-box .en-name {
    font-size: 0.9375rem;
  }
  .contact-box .other-box .info-box {
    flex: 0 0 100%;
    height: auto;
    padding-top: 1.875rem;
    padding-bottom: 1.25rem;
    padding-left: 1.25rem;
    padding-right: 0.625rem;
  }
  .contact-box .other-box .info-box p {
    font-size: 0.75rem;
    margin-bottom: 0.625rem;
  }
  .contact-box .address-list {
    flex-flow: wrap;
    margin-top: 1.25rem;
  }
  .contact-box .address-list .item {
    flex: 0 0 100%;
    width: 100%;
    margin-bottom: 10px;
  }
  .contact-box .address-list .item .name {
    font-size: 0.875rem;
    margin-bottom: 0.625rem;
  }
  .contact-box .address-list .item p {
    font-size: 0.75rem;
    margin-bottom: 0.625rem;
  }
  .contact-wrapper {
    padding-bottom: 0.9375rem;
  }
  .message-box {
    margin-bottom: 1.875rem;
  }
  .message-box .caption {
    font-size: 1rem;
    margin-bottom: 10px;
    margin-top: 0.9375rem;
  }
  .message-box .group {
    flex-flow: wrap;
    margin-bottom: 0;
  }
  .message-box .group .txt {
    flex: 0 0 100%;
    height: 1.875rem;
    line-height: 1.875rem;
    margin-right: 0;
  }
  .message-box .group .txt::-webkit-input-placeholder {
    font-size: 0.8125rem;
  }
  .message-box .group .txt,
  .message-box .group .txtarea {
    width: 100%;
    font-size: 0.8125rem;
    padding: 0 0.9375rem;
    margin-bottom: 10px;
  }
  .message-box .group .txtarea {
    flex: 0 0 100%;
    height: 7.5rem;
    margin-bottom: 0.625rem;
    padding: 0.9375rem;
  }
  .message-box .form-btn {
    margin-top: 20px;
  }
  .message-box .form-btn a {
    width: 6.875rem;
    height: 1.875rem;
    line-height: 1.875rem;
    margin-right: 0.625rem;
    font-size: 0.8125rem;
  }
  .market-box .market-content {
    padding: 5%;
  }
  .market-box .market-content .name {
    font-size: 1rem;
    margin-bottom: 1.25rem;
  }
  .market-box .market-content .content-box {
    flex-flow: wrap;
  }
  .market-box .market-content .content-box .content {
    flex: 0 0 100%;
    margin-right: 0;
    font-size: 0.75rem;
    line-height: 20px;
  }
  .market-box .market-content .content-box .content .box-1 {
    margin-bottom: 15px;
  }
  .market-box .market-content .content-box .content .box-2 {
    margin-bottom: 1rem;
  }
  .market-box .market-content .content-box .content .box-3 {
    margin-bottom: 10px;
  }
  .market-box .market-content .content-box .content .box-4 {
    margin-bottom: 0.625rem;
  }
  .market-box .market-content .content-box .content .box-5 {
    margin-bottom: 10px;
  }
  .market-box .market-content .content-box .content .box-6 {
    margin-bottom: 1rem;
  }
  .market-box .market-content .content-box .content .box-7 {
    margin-bottom: 0.9375rem;
  }
  .market-box .market-content .content-box .img-box {
    flex: 0 0 100%;
    margin-top: 1.25rem;
  }
  .market-box .market-content .content-box .img-box img {
    width: 100%;
    height: auto;
    object-fit: contain;
    margin-bottom: 1.25rem;
  }
  .pro-slide {
    margin-top: 1.875rem;
  }
}
@media screen and (max-width: 47.9375rem) {
  .product-container .proinfo-box .target-link-box {
    margin-top: 0.9375rem;
  }
  .product-container .proinfo-box .target-link-box p {
    font-size: 0.875rem;
    color: #666;
    font-weight: 700;
    margin-bottom: 1.0625rem;
  }
  .product-container .proinfo-box .target-link-box a {
    display: inline-block;
    width: 90px;
    height: 1.875rem;
    line-height: 1.875rem;
    font-size: 0.75rem;
  }
  .canlendar-box {
    margin-top: 1.25rem;
  }
  .canlendar-box > .title {
    width: 100%;
    background: #1c5e96;
    height: 2.5rem;
    line-height: 2.5rem;
    padding: 0 0.625rem;
  }
  .canlendar-box > .title a,
  .canlendar-box > .title span {
    font-size: 0.875rem;
    flex: 0 0 6.75rem;
  }
  .canlendar-box > .title a i,
  .canlendar-box > .title span i {
    font-size: 0.9375rem;
    top: 0.1875rem;
  }
  .canlendar-box > .title a.last-year i,
  .canlendar-box > .title span.last-year i {
    margin-right: 12px;
  }
  .canlendar-box > .title a.next-year,
  .canlendar-box > .title span.next-year {
    text-align: right;
  }
  .canlendar-box > .title a.next-year i,
  .canlendar-box > .title span.next-year i {
    margin-left: 12px;
  }
  .canlendar-box .canlendar-month-list .canlendar {
    display: flex;
    flex-flow: wrap;
  }
  .canlendar-box .canlendar-month-list .item {
    flex: 0 0 100%;
    padding-bottom: 0.9375rem;
  }
  .canlendar-box .canlendar-month-list .item:nth-child(odd) {
    flex: 0 0 100%;
    padding-right: 0;
  }
  .canlendar-box .canlendar-month-list .item:nth-last-child(2),
  .canlendar-box .canlendar-month-list .item:last-child {
    border-bottom: 0;
    padding-bottom: 0;
  }
  .canlendar-box .canlendar-month-list .item > .name {
    font-size: 0.875rem;
    margin: 0.9375rem auto 0.3125rem;
  }
  .canlendar-box .canlendar-month-list .item > .name span {
    margin-left: 0.3125rem;
  }
  .canlendar-box .canlendar-month-list .item .content table {
    margin-bottom: 1.25rem;
  }
  .canlendar-box .canlendar-month-list .item .content table thead tr th {
    width: 4rem;
    height: 2.0625rem;
    font-size: 0.875rem;
    color: #666;
    text-align: center;
    background: #f8f8f8;
    border-right: 1px solid #eeeeee;
  }
  .canlendar-box .canlendar-month-list .item .content table thead tr th:first-child,
  .canlendar-box .canlendar-month-list .item .content table thead tr th:last-child {
    background: #f3f3f3;
  }
  .canlendar-box .canlendar-month-list .item .content table tbody tr td {
    width: 4rem;
    height: 2.9375rem;
    font-size: 0.875rem;
    color: #333;
    background: #fff;
    text-align: center;
  }
  .canlendar-box .canlendar-month-list .item .content table tbody tr td:first-child,
  .canlendar-box .canlendar-month-list .item .content table tbody tr td:last-child {
    background: #f3f3f3;
  }
  .canlendar-box .canlendar-month-list .item .content table tbody tr td.on {
    background: #29a0c4;
    color: #fff;
  }
  .canlendar-box .canlendar-month-list .item .content .canlendar-label .item-box {
    padding-left: 0.9375rem;
    margin-bottom: 0.625rem;
  }
  .canlendar-box .canlendar-month-list .item .content .canlendar-label .item-box .date {
    font-size: 0.875rem;
    margin-bottom: 0.625rem;
  }
  .canlendar-box .canlendar-month-list .item .content .canlendar-label .item-box .name {
    margin-bottom: 0.625rem;
  }
  .canlendar-box .canlendar-month-list .item .content .canlendar-label .item-box .name,
  .canlendar-box .canlendar-month-list .item .content .canlendar-label .item-box .address {
    font-size: 0.75rem;
  }
  .exhibition-box {
    padding-bottom: 3.125rem;
  }
  .about-box {
    padding-bottom: 1.875rem;
  }
  .company-about-box .company-info-box {
    flex-flow: wrap;
    margin-bottom: 1.875rem;
    margin-top: 1.25rem;
  }
  .company-about-box .company-info-box .img-box {
    flex: 0 0 100%;
    margin-right: 0;
  }
  .company-about-box .company-info-box .img-box img {
    width: 100%;
    height: 11.875rem;
    object-fit: contain;
  }
  .company-about-box .company-info-box .info-box {
    flex: 0 0 100%;
    margin-top: 20px;
    padding: 0 0.625rem;
  }
  .company-about-box .company-info-box .info-box .name {
    font-size: 0.875rem;
    margin-bottom: 0.625rem;
  }
  .company-about-box .company-info-box .info-box > .desc {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
  .company-about-box .company-info-box .info-box .company-team {
    margin-top: 1.25rem;
  }
  .company-about-box .company-info-box .info-box .company-team .title {
    font-size: 0.875rem;
  }
  .company-about-box .company-info-box .info-box .company-team .desc {
    margin-top: 0.9375rem;
    font-size: 0.875rem;
    line-height: 1.875rem;
    text-align: justify;
  }
  .company-about-box .company-service {
    flex-flow: wrap;
    margin-bottom: 1.25rem;
  }
  .company-about-box .company-service .info-box {
    flex: 0 0 100%;
    padding: 0.625rem;
    margin-bottom: 1.25rem;
  }
  .company-about-box .company-service .info-box .name {
    font-size: 0.875rem;
    margin-bottom: 0.625rem;
  }
  .company-about-box .company-service .info-box .desc {
    font-size: 0.75rem;
    line-height: 1.25rem;
  }
  .company-about-box .company-service .img-box {
    flex: 0 0 100%;
  }
  .company-about-box .company-service .img-box img {
    height: 9.375rem;
    object-fit: contain;
  }
  .company-about-box .responsebility {
    width: 100%;
    padding: 0 0.625rem;
  }
  .company-about-box .responsebility .name {
    font-size: 14px;
    margin-bottom: 0.625rem;
  }
  .company-about-box .responsebility .desc {
    font-size: 0.75rem;
    line-height: 1.25rem;
  }
}
@media screen and (max-width: 20rem) {
  .canlendar-box .canlendar-month-list .item {
    padding-bottom: 0.9375rem;
  }
  .canlendar-box .canlendar-month-list .item .content table {
    margin-bottom: 0.9375rem;
  }
  .canlendar-box .canlendar-month-list .item .content table thead tr th {
    width: 3.125rem;
    height: 1.5625rem;
    font-size: 0.75rem;
  }
  .canlendar-box .canlendar-month-list .item .content table tbody tr td {
    width: 3.125rem;
    height: 1.5625rem;
    font-size: 12px;
  }
  .exhibition-box {
    padding-bottom: 3.125rem;
  }
}
