@charset "utf-8";
/*子类*/
.subNav {
  margin-top: 3em;
  text-align: center;
}
@media (max-width: 767px) {
  .subNav {
    margin-top: 0.5rem;
    font-size: 14px;
  }
}
.subNav a,
.subNav li {
  cursor: pointer;
  background-color: #fff;
  color: #666666;
  padding: 0 2.4em 0;
  margin: 1em 0.6em 0;
  display: inline-block;
  line-height: 2.8em;
}
@media (max-width: 767px) {
  .subNav a,
  .subNav li {
    margin: 1rem 0.1em 0;
    padding: 0 0.9em;
  }
}
.subNav a:hover,
.subNav li:hover {
  color: #2e75b6;
}
.subNav a.cur,
.subNav li.cur {
  background-color: #2e75b6;
  color: #fff;
}
.newtBox {
  margin-top: 5%;
  background-color: #fff;
}
@media (max-width: 767px) {
  .newtBox {
    margin-top: 1.5rem;
  }
}
.swiper-new .item {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
@media (max-width: 767px) {
  .swiper-new .item {
    display: block;
  }
}
.swiper-new .item .pic {
  width: 50%;
}
.swiper-new .item .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .swiper-new .item .pic {
    width: 100%;
    height: 60vw;
  }
}
.swiper-new .item .txt {
  margin-right: 6.2%;
  width: 37.6%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
@media (max-width: 767px) {
  .swiper-new .item .txt {
    display: block;
    margin: 0;
    width: auto;
    padding: 1.5rem 1rem;
    border-top: 4px solid #2e75b6;
  }
}
.swiper-new .item .txt .name {
  margin-top: 3%;
  color: #000;
}
.swiper-new .item .txt .name a {
  color: #000;
}
.swiper-new .item .txt .name a:hover {
  color: #2e75b6;
}
.swiper-new .item .txt .about {
  color: #2e75b6;
}
.swiper-new .item .txt .btnMoreWhite {
  margin-top: 14%;
}
.swiper-new .item .txt .line {
  margin-bottom: 8%;
  width: 100%;
  background-color: #2e75b6;
  height: 4px;
}
@media (max-width: 767px) {
  .swiper-new .item .txt .line {
    display: none;
  }
}
.swiper-new > .swiper-pagination-bullets,
.swiper-new .swiper-pagination-custom,
.swiper-new .swiper-pagination-fraction {
  text-align: left;
  bottom: 1.4em;
}
.swiper-new > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 0.6em;
}
.swiper-new > .swiper-pagination-bullets .swiper-pagination-bullet:first-child {
  margin-left: 2em;
}
.swiper-new .swiper-pagination-bullet {
  background-color: #fff;
  opacity: 0.5;
}
.swiper-new .swiper-pagination-bullet-active {
  background-color: #fff;
  opacity: 1;
}
/*新闻中心列表*/
.searchBox {
  margin-top: 3.7%;
  text-align: right;
  position: relative;
  z-index: 0;
}
@media (max-width: 767px) {
  .searchBox {
    text-align: left;
    padding-right: 3.5em;
  }
}
.searchBox .inputW {
  margin-right: 2em;
  padding: 0 2.2em;
  border: 1px solid #d0d0d0;
  display: inline-block;
}
@media (max-width: 767px) {
  .searchBox .inputW {
    display: block;
    margin-right: 0;
    padding: 0 1em;
    margin-bottom: 0.5em;
  }
}
.searchBox .input {
  width: 13em;
  line-height: 3.5em;
  height: 3.5em;
  border: 0;
  outline-width: 0;
}
@media (max-width: 767px) {
  .searchBox .input {
    width: 100%;
  }
}
.searchBox .btn-search-s {
  cursor: pointer;
  color: #666;
  display: inline-block;
}
@media (max-width: 767px) {
  .searchBox .btn-search-s {
    position: absolute;
    bottom: 0;
    right: 0;
  }
}
.searchBox input::-webkit-input-placeholder {
  color: #d4d4d4;
}
.searchBox input::-moz-placeholder {
  color: #d4d4d4;
}
.searchBox input:-ms-input-placeholder {
  color: #d4d4d4;
}
.newiBox {
  width: 100%;
  margin-top: 2%;
  margin-bottom: 6.6%;
}
@media (max-width: 991px) {
  .newiBox {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
}
.newiBox .titleBox {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  text-align: left;
}
.newiBox .titleBox .en {
  line-height: 1.2;
  color: #2e75b6;
}
.newiBox .titleBox .title {
  line-height: 1.5;
  color: #333;
  font-weight: bold;
}
.newiBox .list ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.newiBox .list li {
  width: 31.25%;
  margin-right: 3.1%;
  margin-top: 3.1%;
  border-bottom: 1px solid #e6e6e6;
}
@media (max-width: 767px) {
  .newiBox .list li {
    width: 47%;
    margin-right: 6%;
    margin-top: 1rem;
  }
}
.newiBox .list li:hover {
  border-bottom: 1px solid #fff;
  background-color: #fff;
}
.newiBox .list li .txt {
  text-align: left;
  padding: 5.5% 8% 5.6%;
}
.newiBox .list li .name {
  font-weight: bold;
  color: #333;
  line-height: 1.5em;
  height: 1.5em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
@media (max-width: 767px) {
  .newiBox .list li .name {
    height: 3em;
    -webkit-line-clamp: 2;
  }
}
.newiBox .list li .name a {
  color: #333;
}
.newiBox .list li .name a:hover {
  color: #2e75b6;
}
.newiBox .list li .intro {
  margin-top: 2%;
  color: #838383;
  line-height: 1.5;
  max-height: 3em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media (max-width: 767px) {
  .newiBox .list li .intro {
    display: none;
  }
}
.newiBox .list li .about {
  margin-top: 5%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.newiBox .list li .about .date {
  color: #666;
}
.newiBox .list li .about .btnMore {
  color: #333;
}
.newiBox .list li .about .btnMore:hover {
  color: #2e75b6;
}
.newiBox .list li:nth-child(3n) {
  margin-right: 0;
}
@media (max-width: 767px) {
  .newiBox .list li:nth-child(3n) {
    margin-right: 6%;
  }
}
@media (max-width: 767px) {
  .newiBox .list li:nth-child(2n) {
    margin-right: 0;
  }
}
.newiBox .list li .pic {
  position: relative;
  z-index: 0;
  padding-top: 61%;
  overflow: hidden;
  display: block;
  cursor: pointer;
}
.newiBox .list li .pic img {
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  object-fit: cover;
  transition: all 1s;
}
.newiBox .list li .pic img:hover {
  -ms-transform: scale(1.05, 1.05);
  -webkit-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
}
.newiBox .list li .pic .c-pic1 {
  z-index: 0;
}
.newiBox .list li .pic .c-pic2 {
  z-index: 2;
}
/*新闻详情*/
.detailMain {
  margin: 3% auto 7.5%;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .detailMain {
    display: block;
    margin: 1.5rem auto 3rem;
  }
}
.detailBox {
  width: 62.5%;
}
@media (max-width: 767px) {
  .detailBox {
    width: 100%;
  }
}
.detailBox .about {
  margin-top: 1.5em;
  display: flex;
  justify-content: space-between;
}
.detailBox .about .share {
  color: #8E8E8E;
}
.detailBox .about .share span {
  margin-right: 1.5em;
  display: inline-block;
  vertical-align: middle;
}
.detailBox .about .share a {
  display: inline-block;
  margin-right: 1.5em;
}
.detailBox .about .share img {
  display: inline-block;
  vertical-align: middle;
}
.detailBox .about .goback::after {
  margin-left: 0.3em;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f0ca";
}
.detailBox .date {
  color: #8e8e8e;
}
.detailBox .title {
  color: #000;
}
.detailBox .content {
  border-bottom: 1px solid #d9d9d9;
  margin-top: 1em;
  color: #666;
  line-height: 1.5;
  padding-bottom: 7%;
}
.detailBox .content img {
  max-width: 100%;
  height: auto;
}
.detailBox .pageturn {
  padding-top: 3.8%;
}
.detailBox .pageturn .item {
  margin-top: 0.5em;
  color: #a9a9a9;
}
.detailBox .pageturn .item a {
  color: #a9a9a9;
}
.detailBox .pageturn .item a:hover {
  color: #333;
}
.side {
  margin-top: 2em;
  width: 30%;
}
@media (max-width: 767px) {
  .side {
    width: 100%;
    margin-top: 3rem;
  }
}
.side .list li {
  padding: 5.6% 0;
  border-bottom: 1px dotted #c6c6c6;
}
.side .list li .date {
  color: #8E8E8E;
}
.side .list li .name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  *white-space: nowrap;
}
.side .title {
  font-weight: bold;
}
/*产品中心*/
.proiBox {
  width: 100%;
  margin-top: 2%;
  margin-bottom: 6.6%;
}
@media (max-width: 767px) {
  .proiBox {
    margin-top: 0.5rem;
    margin-bottom: 1.5rem;
  }
}
.proiBox .list {
  display: none;
}
.proiBox .list.show {
  display: block;
}
.proiBox .list ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.proiBox .list li {
  width: 31.25%;
  margin-right: 3.1%;
  margin-top: 3.1%;
}
@media (max-width: 767px) {
  .proiBox .list li {
    width: 100%;
    margin-right: 0;
    margin-top: 1rem;
  }
}
.proiBox .list li .item {
  background-color: #fff;
  padding: 9% 8% 11%;
}
@media (max-width: 767px) {
  .proiBox .list li .item {
    padding: 1.5rem 1rem 1rem;
  }
}
.proiBox .list li .txt {
  text-align: center;
  padding: 7% 0 7%;
}
@media (max-width: 767px) {
  .proiBox .list li .txt {
    padding: 0 0 1rem;
  }
}
.proiBox .list li .name {
  font-weight: bold;
  color: #333;
  line-height: 1.5em;
  height: 1.5em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.proiBox .list li .name a {
  color: #333;
}
.proiBox .list li .name a:hover {
  color: #2e75b6;
}
.proiBox .list li .btnMoreWhite {
  margin-top: 6%;
}
@media (max-width: 767px) {
  .proiBox .list li .btnMoreWhite {
    margin-top: 1rem;
  }
}
.proiBox .list li:nth-child(3n) {
  margin-right: 0;
}
@media (max-width: 767px) {
  .proiBox .list li:nth-child(3n) {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .proiBox .list li:nth-child(2n) {
    margin-right: 0;
  }
}
.proiBox .list li .pic {
  position: relative;
  z-index: 0;
  padding-top: 61%;
  overflow: hidden;
  display: block;
  cursor: pointer;
}
.proiBox .list li .pic img {
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  object-fit: contain;
  transition: all 1s;
}
.proiBox .list li .pic .c-pic1 {
  z-index: 0;
}
.proiBox .list li .pic .c-pic2 {
  z-index: 2;
}
/*产品详情*/
.proDetail {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 6.8% 0 7.8%;
}
@media (max-width: 767px) {
  .proDetail {
    display: block;
    padding: 3rem 0 ;
  }
}
.proDetail .txt {
  width: 37%;
}
@media (max-width: 767px) {
  .proDetail .txt {
    width: 100%;
  }
}
.proDetail .txt .en {
  color: #2e75b6;
  text-transform: uppercase;
}
.proDetail .txt .name {
  color: #333;
}
.proDetail .txt .intro {
  line-height: 2.25;
  margin-top: 6.4%;
  color: #8c8c8c;
}
@media (max-width: 767px) {
  .proDetail .txt .intro {
    margin-top: 3.2%;
  }
}
.proDetail .txt .btnMoreWhite {
  margin-top: 13.5%;
}
@media (max-width: 767px) {
  .proDetail .txt .btnMoreWhite {
    margin-top: 6.5%;
  }
}
.proDetail .picb {
  width: 50%;
  background-color: #f9f9f9;
}
@media (max-width: 767px) {
  .proDetail .picb {
    width: 100%;
    margin-top: 1.5rem;
  }
}
.proDetail .picb .pic {
  position: relative;
  z-index: 0;
  margin: 5%;
  padding-top: 62.7%;
}
.proDetail .picb img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.proDetail .picSwiper {
  width: 54%;
  background-color: #f9f9f9;
  position: relative;
  z-index: 0;
}
@media (max-width: 767px) {
  .proDetail .picSwiper {
    width: 100%;
    margin-top: 1.5rem;
  }
}
.proDetail .picSwiper .swiper-prod {
  position: relative;
  z-index: 0;
  width: 100%;
  margin: 0 auto;
}
.proDetail .picSwiper .swiper-prod .pic {
  margin: 0 auto;
  width: 77%;
  padding-top: 50%;
  position: relative;
  z-index: 0;
  background-color: #f9f9f9;
}
.proDetail .picSwiper .swiper-prod .pic img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.proDetail .picSwiper .swiper-pros {
  background: #e6e6e6;
  border: 0.1rem solid #e6e6e6;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 1580px) {
  .proDetail .picSwiper .swiper-pros {
    border: 0.2rem solid #e6e6e6;
  }
}
.proDetail .picSwiper .swiper-pros .swiper-slide {
  width: 192px;
  cursor: pointer;
}
@media (max-width: 1580px) {
  .proDetail .picSwiper .swiper-pros .swiper-slide {
    width: 2rem;
  }
}
@media (max-width: 767px) {
  .proDetail .picSwiper .swiper-pros .swiper-slide {
    width: 4.1rem;
  }
}
.proDetail .picSwiper .swiper-pros .item {
  border: 4px solid #fff;
  width: auto;
  background-color: #fff;
}
@media (max-width: 1580px) {
  .proDetail .picSwiper .swiper-pros .item {
    border-width: 0.04rem;
  }
}
.proDetail .picSwiper .swiper-pros .swiper-slide-active .item {
  border-color: #2e75b6;
}
.proDetail .picSwiper .swiper-pros .pic {
  margin: 0 auto;
  width: 100%;
  padding-top: 67%;
  position: relative;
  z-index: 0;
}
.proDetail .picSwiper .swiper-pros .pic img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.proDetail .picSwiper .swiper-button-next,
.proDetail .picSwiper .swiper-button-prev {
  position: absolute;
  top: 50%;
  margin-top: -0.75em;
  width: 1.5em;
  padding-top: 1.5em;
  height: 0;
  background: center center no-repeat;
  background-size: contain ;
}
@media (max-width: 767px) {
  .proDetail .picSwiper .swiper-button-next,
  .proDetail .picSwiper .swiper-button-prev {
    width: 1em;
    padding-top: 1em;
  }
}
.proDetail .picSwiper .swiper-button-next {
  right: 6%;
  background-image: url(/public/static/modules/cms/images/arrow5_right.png);
}
.proDetail .picSwiper .swiper-button-prev {
  left: 6%;
  background-image: url(/public/static/modules/cms/images/arrow5_left.png);
}
.proDetail .picSwiper .swiper-button-next:hover {
  background-image: url(/public/static/modules/cms/images/arrow6_right.png);
}
.proDetail .picSwiper .swiper-button-prev:hover {
  background-image: url(/public/static/modules/cms/images/arrow6_left.png);
}
.paramBox {
  background: url(/public/static/modules/cms/images/parambg.jpg) no-repeat center center;
  background-size: cover;
  text-align: center;
}
.paramBox .container {
  padding-top: 5%;
  padding-bottom: 7%;
}
@media (max-width: 767px) {
  .paramBox .container {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.paramBox .title {
  color: #333;
}
.paramBox .en {
  text-transform: uppercase;
  color: #2e75b6;
}
.paramBox .list {
  margin-top: 3.2%;
}
@media (max-width: 767px) {
  .paramBox .list {
    font-size: 12px;
  }
}
.paramBox .list table {
  padding: 0;
  border: 0;
  max-width: 742px;
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
  border-left: 1px solid #e5e5e5;
  border-top: 1px solid #e5e5e5;
}
.paramBox .list th {
  padding: 1.1em 1em;
  font-weight: normal;
  background-color: #2e75b6;
  color: #fff;
  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
@media (max-width: 767px) {
  .paramBox .list th {
    padding: 1.1em 0.3em;
    font-size: 12px;
  }
}
.paramBox .list td {
  padding: 1.1em 1em;
  color: #2e75b6;
  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
@media (max-width: 767px) {
  .paramBox .list td {
    padding: 1.1em 0.3em;
  }
}
.paramBox .list th:nth-child(1) {
  width: 36%;
}
.paramBox .listdz table {
  max-width: 1246px;
}
.paramBox .listdz th:nth-child(1) {
  width: auto;
}
.paramBox .listFL table {
  max-width: 1010px;
}
.paramBox .listFL th:nth-child(1) {
  width: auto;
}
.scenBox .container {
  padding-top: 5%;
  padding-bottom: 7%;
}
@media (max-width: 767px) {
  .scenBox .container {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.scenBox .title {
  color: #333;
}
.scenBox .en {
  text-transform: uppercase;
  color: #2e75b6;
}
.scenBox .list ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.scenBox .list li {
  background-color: #f5f5f5;
  width: 31.25%;
  margin-right: 3.1%;
  margin-top: 3.1%;
  text-align: center;
}
@media (max-width: 767px) {
  .scenBox .list li {
    width: 100%;
    margin-right: 0;
    margin-top: 1rem;
  }
}
.scenBox .list li .name {
  margin: 6% 1em 0;
  color: #333;
  line-height: 1.5em;
  padding-bottom: 6%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  *white-space: nowrap;
}
.scenBox .list li .name a {
  color: #333;
}
.scenBox .list li .name a:hover {
  color: #2e75b6;
}
.scenBox .list li .pic {
  background-color: #fff;
  position: relative;
  z-index: 0;
  padding-top: 59.6%;
  overflow: hidden;
  display: block;
  cursor: pointer;
}
.scenBox .list li .pic video {
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  object-fit: cover;
}
.scenBox .list li .pic img {
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  object-fit: cover;
  transition: all 1s;
}
.scenBox .list li .pic img:hover {
  -ms-transform: scale(1.05, 1.05);
  -webkit-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
}
.scenBox .list li .pic .c-pic1 {
  z-index: 0;
}
.scenBox .list li .pic .c-pic2 {
  z-index: 2;
}
.scenBox .list li:nth-child(3n) {
  margin-right: 0;
}
@media (max-width: 767px) {
  .scenBox .list li:nth-child(3n) {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .scenBox .list li:nth-child(2n) {
    margin-right: 0;
  }
}
/*产品详情新增内容*/
.proNewBox {
  text-align: center;
}
.proNewBox .container {
  padding-top: 4.7%;
  padding-bottom: 5.7%;
}
@media (max-width: 767px) {
  .proNewBox .container {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.proNewBox .title {
  color: #333;
}
.proNewBox .en {
  text-transform: uppercase;
  color: #2e75b6;
}
.proNewBox .con {
  max-width: 810px;
  margin: 2% auto 0;
  line-height: 2.2;
  color: #666;
}
.proNewBox .con img {
  max-width: 100%;
  height: auto;
}
.recoBox {
  background: #f9f9f9;
}
.recoBox .container {
  padding-top: 5%;
  padding-bottom: 7%;
}
@media (max-width: 767px) {
  .recoBox .container {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.recoBox .title {
  color: #333;
}
.recoBox .en {
  text-transform: uppercase;
  color: #2e75b6;
}
.swiper-reco {
  margin-top: 3.4%;
}
@media (max-width: 767px) {
  .swiper-reco {
    margin-top: 1.5rem;
  }
}
.swiper-reco .swiper-slide a {
  display: block;
  background-color: #fff;
  padding: 12% 10.8% 6%;
}
.swiper-reco .swiper-slide .name {
  text-align: center;
}
.swiper-reco .swiper-slide .pic {
  margin-top: 2%;
  position: relative;
  z-index: 0;
  padding-top: 93.5%;
  overflow: hidden;
  display: block;
  cursor: pointer;
}
.swiper-reco .swiper-slide .pic img {
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  object-fit: contain;
}
.swiper-reco .swiper-slide a:hover {
  color: #333;
}
.swiper-reco .proBar {
  height: 1px;
  margin-top: 4.4%;
  margin-bottom: 6px;
  background: #c7c7c7;
}
.swiper-reco .proBar span {
  display: block;
  margin: 0 auto 0 0;
  background: #2e75b6;
  height: 1px;
  width: 25%;
  position: relative;
  z-index: 0;
  transition: all 1s;
}
.swiper-reco .proBar span i {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: -6px;
  width: 12px;
  height: 12px;
  background-color: #2e75b6;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.swiper-reco .swiper-pagination {
  margin-top: 4.6%;
  width: 100%;
  position: static;
  height: 1px;
  background: #c7c7c7;
}
@media (max-width: 767px) {
  .swiper-reco .swiper-pagination {
    width: 100%;
  }
}
.swiper-reco .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  height: 1px;
  top: 0;
  background: #2e75b6;
}
.swiper-reco .swiper-pagination-progressbar .swiper-pagination-progressbar-fill:after {
  display: block;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
  height: 30px;
  background: #2e75b6;
}
/*企业荣誉*/
.honorBox {
  width: 100%;
  margin-top: 1.2%;
  margin-bottom: 6.6%;
}
@media (max-width: 991px) {
  .honorBox {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
}
.honorBox .list ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.honorBox .list li {
  width: 17.7%;
  margin-right: 2.8%;
  margin-top: 3.1%;
}
@media (max-width: 767px) {
  .honorBox .list li {
    width: 48.6%;
    margin-top: 1rem;
  }
}
.honorBox .list li .txt {
  text-align: center;
  padding: 7% 0 0;
}
.honorBox .list li .name {
  color: #333;
  line-height: 1.5em;
  height: 1.5em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.honorBox .list li:nth-child(5n) {
  margin-right: 0;
}
@media (max-width: 767px) {
  .honorBox .list li:nth-child(5n) {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .honorBox .list li:nth-child(2n) {
    margin-right: 0;
  }
}
.honorBox .list li .picb {
  padding: 5%;
  background-color: #fff;
}
.honorBox .list li .picp {
  display: none;
}
.honorBox .list li .pic {
  position: relative;
  z-index: 0;
  padding-top: 144%;
  overflow: hidden;
  display: block;
  cursor: pointer;
}
.honorBox .list li .pic img {
  display: block;
  width: auto;
  height: auto;
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  object-fit: contain;
}
.honorBox .list li .pic .c-pic1 {
  z-index: 0;
}
.honorBox .list li .pic .c-pic2 {
  z-index: 2;
}
/*企业荣誉 弹出大图*/
.honorPopup {
  position: fixed;
  z-index: 4000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  display: none;
  align-items: center;
  justify-content: center;
}
.honorPopup .picBox {
  width: 64%;
  margin: 0 auto;
  position: relative;
  z-index: 0;
}
@media (max-width: 767px) {
  .honorPopup .picBox {
    width: auto;
  }
}
.honorPopup .picBox .swiper-honors {
  width: 54%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .honorPopup .picBox .swiper-honors {
    width: auto;
    margin: 0 2rem;
  }
}
.honorPopup .picBox .swiper-honors .pic {
  margin: 0 auto;
  width: 90%;
  padding-top: 127%;
  position: relative;
  z-index: 0;
}
.honorPopup .picBox .swiper-honors .pic img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.honorPopup .picBox .swiper-button-next,
.honorPopup .picBox .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 3.5em;
  padding-top: 3.5em;
  background: center center no-repeat;
  background-size: contain ;
}
@media (max-width: 767px) {
  .honorPopup .picBox .swiper-button-next,
  .honorPopup .picBox .swiper-button-prev {
    width: 2em;
    padding-top: 2em;
  }
}
.honorPopup .picBox .swiper-button-next {
  right: 0;
  background-image: url(/public/static/modules/cms/images/arrow9_right.png);
}
.honorPopup .picBox .swiper-button-prev {
  left: 0;
  background-image: url(/public/static/modules/cms/images/arrow9_left.png);
}
.honorPopup .picBox .swiper-button-next:hover {
  background-image: url(/public/static/modules/cms/images/arrow4_right.png);
}
.honorPopup .picBox .swiper-button-prev:hover {
  background-image: url(/public/static/modules/cms/images/arrow4_left.png);
}
/*联系我们*/
.contBox {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  margin: 4.4% auto 8%;
}
@media (max-width: 767px) {
  .contBox {
    display: block;
    margin: 3rem 0 ;
  }
}
.contBox .txt {
  width: 30%;
  padding: 5% 0;
  margin-left: 9.7%;
}
@media (max-width: 767px) {
  .contBox .txt {
    width: 100%;
    margin-left: 0;
  }
}
.contBox .txt .en {
  color: #2e75b6;
}
.contBox .txt .line {
  width: 2em;
  height: 1px;
  background-color: #2e75b6;
  margin: 4% auto 0 0;
}
.contBox .txt .name {
  line-height: 1.3;
  color: #333;
  font-weight: bold;
}
.contBox .txt .intro {
  line-height: 1.5;
  margin-top: 8%;
  color: #333;
}
@media (max-width: 767px) {
  .contBox .txt .intro {
    margin-top: 3.2%;
  }
}
.contBox .txt .intro li {
  padding: 0.5em 0;
}
.contBox .txt .btnMoreWhite {
  margin-top: 13.5%;
}
@media (max-width: 767px) {
  .contBox .txt .btnMoreWhite {
    margin-top: 6.5%;
  }
}
.contBox .mapb {
  width: 59%;
}
@media (max-width: 767px) {
  .contBox .mapb {
    width: 100%;
  }
}
.contBox .mapb .map {
  position: relative;
  z-index: 0;
  height: 100%;
}
@media (max-width: 767px) {
  .contBox .mapb .map {
    height: 100%;
    padding-top: 55.6%;
  }
}
.contBox .mapb img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.messBox {
  background: #F7F7F7 url(../images/messbg.jpg) center center no-repeat;
  background-size: cover;
  text-align: center;
}
.messBox .container {
  padding-top: 6.8%;
  padding-bottom: 8% ;
}
@media (max-width: 767px) {
  .messBox .container {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.messBox .title {
  color: #333;
}
.messBox .en {
  text-transform: uppercase;
  color: #2e75b6;
}
.messBox .con {
  width: 78%;
  margin: 1.6% auto 0;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
@media (max-width: 767px) {
  .messBox .con {
    width: 100%;
    display: block;
  }
}
.messBox .conL {
  width: 48.8%;
}
@media (max-width: 767px) {
  .messBox .conL {
    width: 100%;
  }
}
.messBox .conR {
  width: 48.8%;
  display: flex;
  align-items: stretch;
}
@media (max-width: 767px) {
  .messBox .conR {
    width: 100%;
  }
}
.messBox .inputW {
  padding: 0 6.5%;
  margin-top: 1.5em;
  border: 1px solid #fff;
  background-color: #fff;
}
.messBox .inputW .input {
  color: #666;
  width: 100%;
  border: 0;
  outline-width: 0;
  line-height: 4;
  height: 4em;
}
.messBox .textareaW {
  flex: 1;
  padding: 1em 6.5%;
  margin-top: 1.5em;
  border: 1px solid #fff;
  background-color: #fff;
}
.messBox .textareaW .textarea {
  width: 100%;
  border: 0;
  outline-width: 0;
  line-height: 1.5;
  height: 100%;
}
@media (max-width: 767px) {
  .messBox .textareaW {
    height: 12em;
  }
}
.messBox input::-webkit-input-placeholder,
.messBox textarea::-webkit-input-placeholder {
  color: #D1D1D1;
}
.messBox input::-moz-placeholder,
.messBox textarea::-moz-placeholder {
  color: #D1D1D1;
}
.messBox input:-ms-input-placeholder,
.messBox textarea:-ms-input-placeholder {
  color: #D1D1D1;
}
.messBox .on {
  border: 1px solid #6998c5;
}
.messBox .on input::-webkit-input-placeholder,
.messBox .on textarea::-webkit-input-placeholder {
  color: #666;
}
.messBox .on input::-moz-placeholder,
.messBox .on textarea::-moz-placeholder {
  color: #666;
}
.messBox .on input:-ms-input-placeholder,
.messBox .on textarea:-ms-input-placeholder {
  color: #666;
}
.messBox .btnW {
  margin-top: 5.6%;
}
.messBox .btnW .btn {
  cursor: pointer;
  display: inline-block;
  padding: 0 3.5em;
  color: #fff;
  line-height: 3.1em;
  background-color: #2e75b6;
  -moz-border-radius: 1.6em;
  -webkit-border-radius: 1.6em;
  border-radius: 1.6em;
}
/*公司简介*/
.introBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 7% 0 4.6%;
}
@media (max-width: 767px) {
  .introBox {
    display: block;
    padding: 3rem 0 1.5rem;
  }
}
.introBox .txt {
  width: 44.3%;
  padding: 2% 0;
}
@media (max-width: 767px) {
  .introBox .txt {
    width: 100%;
    padding: 1.5rem 0 0;
  }
}
.introBox .txt .en {
  color: #2e75b6;
  text-transform: uppercase;
}
.introBox .txt .name {
  line-height: 1.5;
  color: #333;
}
.introBox .txt .name2 {
  margin-top: 1.2%;
  line-height: 2;
  color: #333;
  text-indent: 1.58em;
}
.introBox .txt .intro {
  line-height: 2.25;
  margin-top: 6%;
  color: #666;
  text-indent: 2em;
}
@media (max-width: 767px) {
  .introBox .txt .intro {
    margin-top: 3.2%;
  }
}
.introBox .txt .intro li {
  padding: 0.5em 0;
}
.introBox .picb {
  width: 48%;
}
@media (max-width: 767px) {
  .introBox .picb {
    width: 100%;
  }
}
.introBox .picb .pic {
  position: relative;
  z-index: 0;
  padding-top: 63.6%;
}
.introBox .picb img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.dataBox {
  position: relative;
  z-index: 2;
  padding: 3.5em 3% 3.5em;
  margin-bottom: -6em;
  background: #fff;
  -moz-box-shadow: 0 0.5em 2.5em rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0 0.5em 2.5em rgba(0, 0, 0, 0.08);
  box-shadow: 0 0.5em 2.5em rgba(0, 0, 0, 0.08);
}
@media (max-width: 767px) {
  .dataBox {
    padding: 3.5em 0 3.5em;
    margin-bottom: 0;
    margin-left: 1rem;
    margin-right: 1rem;
    width: auto;
  }
}
.dataBox .list ul {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  text-align: center;
}
@media (max-width: 767px) {
  .dataBox .list ul {
    flex-wrap: wrap;
  }
}
.dataBox .list li {
  color: #999;
}
@media (max-width: 767px) {
  .dataBox .list li {
    width: 50%;
  }
}
.dataBox .list li .t1 {
  color: #2e75b6;
}
.dataBox .list li .t2 {
  margin-top: 0.8em;
}
.dataBox .list li b {
  line-height: 1em;
  color: #2e75b6;
  vertical-align: top;
}
@media (max-width: 767px) {
  .dataBox .list li b {
    font-size: 24px;
  }
}
.dataBox .list li i {
  display: inline-block;
  margin-left: 0.2em;
  font-style: normal;
  vertical-align: top;
}
.dataBox .list li:nth-child(1) {
  min-width: 6em;
}
@media (max-width: 767px) {
  .dataBox .list li:nth-child(1) {
    margin-bottom: 1.5rem;
    width: 35%;
  }
}
.dataBox .list li:nth-child(2) {
  min-width: 12em;
}
@media (max-width: 767px) {
  .dataBox .list li:nth-child(2) {
    margin-bottom: 1.5rem;
    width: 65%;
  }
}
.dataBox .list li:nth-child(3) {
  min-width: 8em;
}
@media (max-width: 767px) {
  .dataBox .list li:nth-child(3) {
    width: 35%;
  }
}
.dataBox .list li:nth-child(4) {
  min-width: 14em;
}
@media (max-width: 767px) {
  .dataBox .list li:nth-child(4) {
    width: 65%;
  }
}
/*区位优势*/
.locaBox {
  background-color: #f8f8f8;
}
.locaBox .container {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  padding-top: 11%;
  padding-bottom: 7.6%;
}
@media (max-width: 767px) {
  .locaBox .container {
    display: block;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.locaBox .txt {
  width: 36.2%;
  margin-left: 11.8%;
  padding: 9.4% 0 10.6%;
}
@media (max-width: 767px) {
  .locaBox .txt {
    width: 100%;
    padding: 0;
    margin-left: auto;
  }
}
.locaBox .txt .en {
  color: #2e75b6;
  text-transform: uppercase;
}
.locaBox .txt .name {
  line-height: 1.5;
  color: #333;
}
.locaBox .txt .name2 {
  margin-top: 5%;
  line-height: 2;
  color: #333;
}
.locaBox .txt .intro {
  line-height: 1.5;
  margin-top: 2%;
  color: #666;
}
@media (max-width: 767px) {
  .locaBox .txt .intro {
    margin-top: 3.2%;
  }
}
.locaBox .txt .intro li {
  padding: 0.2em 0 0.2em 1em;
  position: relative;
  z-index: 0;
}
.locaBox .txt .intro li:before {
  position: absolute;
  left: 0;
  top: 0.8em;
  display: block;
  content: "";
  width: 4px;
  height: 4px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #0263c8;
}
.locaBox .picb {
  width: 41.5%;
  margin-right: 8.6%;
}
@media (max-width: 767px) {
  .locaBox .picb {
    margin-top: 1.5rem;
    width: 100%;
    margin-right: auto;
  }
}
.locaBox .picb .pic {
  position: relative;
  z-index: 0;
  padding-top: 98.5%;
}
.locaBox .picb img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
/*寄语*/
.charBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8.7% 0 8.1%;
}
@media (max-width: 767px) {
  .charBox {
    display: block;
    padding: 3rem 0 ;
  }
}
.charBox .txt {
  width: 55.5%;
  padding: 2% 0;
}
@media (max-width: 767px) {
  .charBox .txt {
    width: 100%;
    padding: 0;
  }
}
.charBox .txt .en {
  color: #2e75b6;
  text-transform: uppercase;
}
.charBox .txt .name {
  line-height: 1.5;
  color: #333;
  margin-right: 13.3%;
}
@media (max-width: 767px) {
  .charBox .txt .name {
    margin-right: auto;
  }
}
.charBox .txt .intro {
  line-height: 2.25;
  margin-right: 13.3%;
  margin-top: 3%;
  color: #666;
}
@media (max-width: 767px) {
  .charBox .txt .intro {
    margin-top: 3.2%;
    margin-right: auto;
  }
}
.charBox .txt .author {
  margin-top: 3%;
  color: #666;
  border-bottom: 1px solid #c7c7c7;
}
.charBox .txt .author span {
  padding-right: 2em;
  position: relative;
  z-index: 0;
  bottom: -0.8em;
  display: inline-block;
  background-color: #fff;
}
.charBox .picb {
  width: 44.5%;
}
@media (max-width: 767px) {
  .charBox .picb {
    width: 100%;
    margin-top: 3rem;
  }
}
.charBox .picb .pic {
  position: relative;
  z-index: 0;
  padding-top: 58.6%;
}
.charBox .picb img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
/*企业文化*/
.cultBox .container {
  padding-top: 7.2%;
  padding-bottom: 9.3%;
  position: relative;
  z-index: 0;
}
@media (max-width: 767px) {
  .cultBox .container {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.cultBox .en {
  color: #2e75b6;
  text-transform: uppercase;
}
.cultBox .name {
  line-height: 1.5;
  color: #333;
}
.cultBox .list {
  margin-top: 3.7%;
  padding-top: 44%;
  height: 0;
  position: relative;
  z-index: 0;
  text-align: center;
  background: #727f99 url(../images/cult.jpg) center center no-repeat;
  background-size: cover;
}
@media (max-width: 767px) {
  .cultBox .list {
    padding-top: 88%;
  }
}
.cultBox .list ul {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .cultBox .list ul {
    flex-wrap: wrap;
  }
}
.cultBox .list ul li {
  flex: 1;
  color: #fff;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  transition: all 0.5s;
}
.cultBox .list ul li .dot {
  width: 3em;
  height: 3em;
  background: url(/public/static/modules/cms/images/dot.png) center center no-repeat;
  background-size: contain;
  display: block;
}
.cultBox .list ul li .pic {
  width: 4.5em;
  height: 4.5em;
  object-fit: contain;
  display: none;
}
@media (max-width: 767px) {
  .cultBox .list ul li .pic {
    width: 3em;
    height: 3em;
  }
}
.cultBox .list ul li .line {
  display: inline-block;
  height: 2px;
  width: 1.3em;
  background-color: #fff;
  margin-top: 5%;
  display: none;
}
.cultBox .list ul li .title {
  color: #fff;
  margin-top: 4%;
  display: none;
}
@media (max-width: 767px) {
  .cultBox .list ul li .title {
    font-size: 16px ;
  }
}
.cultBox .list ul li .intro {
  color: #fff;
  margin-top: 2.8%;
  display: none;
}
@media (max-width: 767px) {
  .cultBox .list ul li .intro {
    font-size: 12px ;
  }
}
.cultBox .list ul li:nth-child {
  border-right: 0 ;
}
@media (max-width: 767px) {
  .cultBox .list ul li {
    width: 50%;
    flex: initial;
  }
  .cultBox .list ul li:nth-child(1),
  .cultBox .list ul li:nth-child(2) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
}
.cultBox .list ul li:hover {
  background-color: #2e75b6;
}
.cultBox .list ul li:hover .dot {
  display: none;
}
.cultBox .list ul li:hover .pic {
  display: block;
}
.cultBox .list ul li:hover .line {
  display: block;
}
.cultBox .list ul li:hover .title {
  display: block;
}
.cultBox .list ul li:hover .intro {
  display: block;
}
/*发展历程*/
.deveBox {
  background-color: #f8f8f8;
}
.deveBox .container {
  padding-top: 7.2%;
  padding-bottom: 9.3%;
  position: relative;
  z-index: 0;
}
@media (max-width: 767px) {
  .deveBox .container {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.deveBox .en {
  color: #2e75b6;
  text-transform: uppercase;
  text-align: center;
}
.deveBox .name {
  line-height: 1.5;
  color: #333;
  text-align: center;
}
.deveBox .yearBox {
  margin-top: 2%;
}
@media (max-width: 767px) {
  .deveBox .yearBox {
    font-size: 16px;
  }
}
.deveBox .yearBox ul {
  color: #999;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
}
.deveBox .yearBox ul li {
  cursor: pointer;
  font-weight: bold;
  padding: 0 3.3%;
  line-height: 4em;
  position: relative;
  z-index: 0;
}
.deveBox .yearBox ul li::after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  content: "";
  background-color: #d9d9d9;
}
.deveBox .yearBox ul li::before {
  z-index: 2;
  position: absolute;
  bottom: -0.38em;
  left: 50%;
  margin-left: -0.38em;
  height: 0.76em;
  width: 0.76em;
  content: "";
  background-color: #d9d9d9;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  transition: all 0.2s;
}
.deveBox .yearBox ul li:first-child::after {
  left: 50%;
}
.deveBox .yearBox ul li:last-child::after {
  right: 50%;
}
.deveBox .yearBox ul li span {
  transition: all 0.2s;
}
.deveBox .yearBox ul .cur {
  color: #2e75b6;
}
.deveBox .yearBox ul .cur span {
  display: block;
  -ms-transform: scale(2, 2);
  /* IE 9 */
  -webkit-transform: scale(2, 2);
  /* Safari */
  transform: scale(2, 2);
  /* 标准语法 */
  -ms-transform-origin: 50% 60% 0;
  -webkit-transform-origin: 50% 60% 0;
  transform-origin: 50% 60% 0;
}
@media (max-width: 767px) {
  .deveBox .yearBox ul .cur span {
    -ms-transform: scale(1.2, 1.2);
    /* IE 9 */
    -webkit-transform: scale(1.2, 1.2);
    /* Safari */
    transform: scale(1.2, 1.2);
    /* 标准语法 */
  }
}
.deveBox .yearBox ul .cur::before {
  bottom: -0.5em;
  margin-left: -0.5em;
  height: 0.9em;
  width: 0.9em;
  background-color: #2e75b6;
  border: 0.1em solid #d0deeb;
}
.deveBox .conz {
  margin-top: 3.7%;
}
@media (max-width: 767px) {
  .deveBox .conz {
    margin-top: 1.5rem;
  }
}
.deveBox .conz .con {
  background-color: #fff;
  display: flex;
  display: none;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
.deveBox .conz .con .pic {
  width: 50%;
  position: relative;
  z-index: 0;
  min-height: 300px;
}
.deveBox .conz .con .pic img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .deveBox .conz .con .pic {
    width: 100%;
    padding-top: 51%;
  }
}
.deveBox .conz .con .txt {
  padding: 3.5% 0;
  width: 37%;
  margin-right: 4%;
}
@media (max-width: 767px) {
  .deveBox .conz .con .txt {
    width: 100%;
    margin-right: auto;
    padding: 1.5rem 0;
  }
}
.deveBox .conz .con .txt ul {
  height: 16.5em;
  overflow: hidden;
}
.deveBox .conz .con .txt li {
  line-height: 1.5em;
  position: relative;
  z-index: 0;
  padding: 0.9em 0 0.9em 1em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  *white-space: nowrap;
}
.deveBox .conz .con .txt li .date {
  display: inline-block;
  width: 2.5em;
  text-align: center;
  margin-right: 2em;
  font-weight: bold;
  color: #2e75b6;
}
@media (max-width: 767px) {
  .deveBox .conz .con .txt li .date {
    margin-right: 0.8em;
  }
}
.deveBox .conz .con .txt li:before {
  position: absolute;
  left: 0;
  top: 1.4em;
  display: block;
  content: "";
  width: 6px;
  height: 6px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #0263c8;
}
@media (max-width: 767px) {
  .deveBox .conz .con .txt ul {
    margin: 0 1rem;
  }
}
.deveBox .conz .con:nth-child(1) {
  display: flex;
}
/*公司简介荣誉轮播*/
.honorsBox {
  background-color: #f8f8f8;
}
.honorsBox .container {
  padding-top: 7.2%;
  padding-bottom: 9.3%;
  position: relative;
  z-index: 0;
}
.honorsBox .swiper-honor {
  margin: 0 6.2%;
}
@media (max-width: 767px) {
  .honorsBox .swiper-honor {
    margin: 1.5rem 8% 0;
  }
}
.honorsBox .swiper-honor .swiper-slide .picb {
  padding: 5%;
  background-color: #fff;
}
@media (max-width: 767px) {
  .honorsBox .swiper-honor .swiper-slide .picb {
    margin: 0 6%;
  }
}
.honorsBox .swiper-honor .swiper-slide .picp {
  display: none;
}
.honorsBox .swiper-honor .swiper-slide .pic {
  position: relative;
  z-index: 0;
  padding-top: 144%;
  overflow: hidden;
  display: block;
  cursor: pointer;
}
.honorsBox .swiper-honor .swiper-slide .pic img {
  display: block;
  width: auto;
  height: auto;
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  object-fit: contain;
}
.honorsBox .swiper-honor .swiper-slide .pic .c-pic1 {
  z-index: 0;
}
.honorsBox .swiper-honor .swiper-slide .pic .c-pic2 {
  z-index: 2;
}
.honorsBox .swiper-button-next,
.honorsBox .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 3.5%;
  padding-top: 3.5%;
  background: center center no-repeat;
  background-size: contain ;
}
@media (max-width: 767px) {
  .honorsBox .swiper-button-next,
  .honorsBox .swiper-button-prev {
    width: 6%;
    padding-top: 6%;
  }
}
.honorsBox .swiper-button-next {
  right: 0;
  background-image: url(/public/static/modules/cms/images/arrow3_right.png);
}
@media (max-width: 767px) {
  .honorsBox .swiper-button-next {
    right: 1rem;
  }
}
.honorsBox .swiper-button-prev {
  left: 0;
  background-image: url(/public/static/modules/cms/images/arrow3_left.png);
}
@media (max-width: 767px) {
  .honorsBox .swiper-button-prev {
    left: 1rem;
  }
}
.honorsBox .swiper-button-next:hover {
  background-image: url(/public/static/modules/cms/images/arrow4_right.png);
}
.honorsBox .swiper-button-prev:hover {
  background-image: url(/public/static/modules/cms/images/arrow4_left.png);
}
.honorsBox .swiper-pagination {
  margin-bottom: 6%;
  width: 100%;
  position: static;
  height: 1px;
  background: #c7c7c7;
  display: flex;
}
@media (max-width: 767px) {
  .honorsBox .swiper-pagination {
    width: 100%;
  }
}
.honorsBox .proBar {
  height: 1px;
  margin-bottom: 6%;
  background: #c7c7c7;
}
.honorsBox .proBar span {
  display: block;
  margin: 0 auto 0 0;
  background: #2e75b6;
  height: 1px;
  width: 25%;
  position: relative;
  z-index: 0;
  transition: all 1s;
}
.honorsBox .proBar span i {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: -6px;
  width: 12px;
  height: 12px;
  background-color: #2e75b6;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.honorsBox .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  height: 1px;
  top: 0;
  background: #2e75b6;
}
.honorsBox .swiper-pagination-progressbar .swiper-pagination-progressbar-fill:after {
  display: block;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
  height: 30px;
  background: #2e75b6;
  transform: translate3d(0px, 0px, 0px) scaleX(0.166667) scaleY(1);
}
.honorsBox .swiper-pagination-bullet {
  flex: 1;
  display: block;
  height: 1px;
  border-radius: 0;
  background: #c7c7c7;
}
.honorsBox .swiper-pagination-bullet-active,
.honorsBox .on {
  background-color: #2e75b6;
  opacity: 1;
}
.honorsBox .swiper-pagination-bullet-active {
  position: relative;
  z-index: 0;
}
.honorsBox .swiper-pagination-bullet-active:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: -6px;
  width: 12px;
  height: 12px;
  background-color: #2e75b6;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
/*研发团队*/
.rdBox {
  padding: 3.6% 0 11.8%;
  position: relative;
  z-index: 0;
}
@media (max-width: 767px) {
  .rdBox {
    padding: 3rem 0 ;
  }
}
.rdBox .bluebg {
  position: absolute;
  z-index: -1;
  content: "";
  display: block;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 48%;
  background-color: #2e75b6;
}
@media (max-width: 767px) {
  .rdBox .bluebg {
    height: 30%;
  }
}
.rdBox .en {
  color: #2e75b6;
  text-transform: uppercase;
  text-align: center;
}
.rdBox .name {
  line-height: 1.5;
  color: #333;
  text-align: center;
}
.rdBox .swiper-tech {
  margin-top: 4.4%;
}
@media (max-width: 767px) {
  .rdBox .swiper-tech {
    margin-top: 1.5rem;
  }
}
.rdBox .swiper-tech .item {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
@media (max-width: 767px) {
  .rdBox .swiper-tech .item {
    display: block;
  }
}
.rdBox .swiper-tech .item .pic {
  width: 41.5%;
  padding-top: 41.5%;
  position: relative;
  z-index: 0;
  height: 0;
}
.rdBox .swiper-tech .item .pic img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .rdBox .swiper-tech .item .pic {
    width: 100%;
    padding-top: 100%;
    margin-top: 1.5rem;
  }
}
.rdBox .swiper-tech .item .txt {
  width: 50%;
  color: #333;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .rdBox .swiper-tech .item .txt {
    display: block;
    margin: 0;
    width: auto;
  }
}
.rdBox .swiper-tech .item .txt .tBox1 {
  text-align: left;
}
.rdBox .swiper-tech .item .txt .tBox2 {
  margin-top: 6.6%;
  flex: 1;
  background-color: #fff;
  position: relative;
  z-index: 0;
  text-align: left;
  -moz-box-shadow: 0 0 1.1em rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 0 1.1em rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 1.1em rgba(0, 0, 0, 0.05);
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .rdBox .swiper-tech .item .txt .tBox2 {
    margin-top: 1.5rem;
  }
}
.rdBox .swiper-tech .item .txt .tBox2 .qu_1 {
  position: absolute;
  width: 6%;
  padding-top: 6%;
  left: 11.7%;
  top: 14%;
  background: url(/public/static/modules/cms/images/qu1.png) center center no-repeat;
  background-size: contain;
}
.rdBox .swiper-tech .item .txt .tBox2 .qu_2 {
  position: absolute;
  width: 6%;
  padding-top: 6%;
  right: 11.7%;
  bottom: 14%;
  background: url(/public/static/modules/cms/images/qu2.png) center center no-repeat;
  background-size: contain;
}
.rdBox .swiper-tech .item .txt .names {
  color: #2e75b6;
  margin-right: 4em;
}
.rdBox .swiper-tech .item .txt .intro {
  margin-top: 2.8%;
  line-height: 1.8em;
  margin-right: 4em;
}
.rdBox .swiper-tech .item .txt .intro2 {
  width: 58%;
  margin: 0 auto;
  line-height: 1.8em;
  max-height: 9em;
  overflow-x: hidden;
  overflow-y: auto;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
@media (max-width: 767px) {
  .rdBox .swiper-tech .item .txt .intro2 {
    margin: 15% auto;
    max-height: initial;
    -webkit-line-clamp: initial;
    overflow-y: initial;
  }
}
.rdBox .swiper-tech .item .txt .line {
  margin: 3% auto 0 0;
  width: 2em;
  background-color: #2e75b6;
  height: 2px;
}
.rdBox .swiper-tech .swiper-button-next,
.rdBox .swiper-tech .swiper-button-prev {
  position: absolute;
  top: 0;
  margin-top: 0;
  width: 3.5%;
  padding-top: 3.5%;
  height: 0;
  background: #fff center center no-repeat;
  background-size: contain ;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .rdBox .swiper-tech .swiper-button-next,
  .rdBox .swiper-tech .swiper-button-prev {
    width: 6%;
    padding-top: 6%;
  }
}
.rdBox .swiper-tech .swiper-button-next {
  right: 50%;
  background-image: url(/public/static/modules/cms/images/arrow3_right.png);
}
@media (max-width: 767px) {
  .rdBox .swiper-tech .swiper-button-next {
    right: 0;
  }
}
.rdBox .swiper-tech .swiper-button-prev {
  right: 50%;
  margin-right: 4.3%;
  left: auto;
  background-image: url(/public/static/modules/cms/images/arrow3_left.png);
}
@media (max-width: 767px) {
  .rdBox .swiper-tech .swiper-button-prev {
    right: 0;
    margin-right: 8%;
  }
}
.rdBox .swiper-tech .swiper-button-next:hover {
  background-image: url(/public/static/modules/cms/images/arrow4_right.png);
}
.rdBox .swiper-tech .swiper-button-prev:hover {
  background-image: url(/public/static/modules/cms/images/arrow4_left.png);
}
.rdBox .swiper-tech .swiper-pagination {
  position: absolute;
  width: auto;
  font-size: 20px;
  top: 12%;
  right: 50%;
  bottom: auto;
  left: auto;
  color: #2e75b6;
}
@media (max-width: 767px) {
  .rdBox .swiper-tech .swiper-pagination {
    right: 0;
    top: 0;
    margin-top: 8%;
  }
}
.rdBox .swiper-tech .swiper-pagination-current {
  font-size: 1.5em;
}
/*团队介绍*/
.teamBox {
  position: relative;
  z-index: 0;
  padding: 15% 0;
  background-color: #000;
}
@media (max-width: 767px) {
  .teamBox {
    padding: 3rem 0;
  }
}
.teamBox .pic {
  position: absolute;
  z-index: -1;
  opacity: 0.6;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.teamBox .txt {
  color: #fff;
  text-align: center;
  line-height: 1.5;
}
.teamBox .txt .line {
  background-color: #fff;
  width: 2em;
  height: 2px;
  display: block;
  margin: 1.2% auto 0;
}
@media (max-width: 767px) {
  .teamBox .txt .line {
    margin-top: 0.5rem;
  }
}
.teamBox .txt .intro {
  margin-top: 3.2%;
  letter-spacing: 0.1em;
}
.teamBox .txt .intro span {
  display: inline-block;
}
@media (max-width: 767px) {
  .teamBox .txt .intro {
    margin-top: 1.5rem;
  }
}
/*目标一直  不断进取*/
.targBox {
  padding: 10% 0;
}
@media (max-width: 767px) {
  .targBox {
    display: block;
    padding: 3rem 0;
  }
}
.targBox .list ul {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .targBox .list ul {
    display: block;
  }
}
.targBox .list li {
  cursor: pointer;
  position: relative;
  z-index: 0;
  width: 50%;
  flex: 1;
}
@media (max-width: 767px) {
  .targBox .list li {
    width: auto;
  }
}
.targBox .list li .pic {
  position: relative;
  z-index: 0;
  padding-top: 64%;
  height: 0;
  background-color: #000;
}
.targBox .list li .pic img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.targBox .list li .txt {
  position: absolute;
  z-index: 2;
  opacity: 1;
  left: 5%;
  top: 5%;
  width: 90%;
  height: 90%;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 1s;
  flex-direction: column;
}
.targBox .list li .txt .t1 {
  text-align: center;
}
.targBox .list li .txt .t2 {
  margin-top: 2.6%;
  text-align: center;
}
.targBox .list li .txt2 {
  position: absolute;
  z-index: 1;
  opacity: 0;
  left: 5%;
  top: 5%;
  width: 90%;
  height: 90%;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  transition: all 1s;
}
.targBox .list li .txt2 .tb {
  line-height: 2.5em;
  display: inline-block;
  padding: 0 1.5em;
  color: #2d87d1;
  background-color: rgba(255, 255, 255, 0.6);
  -moz-border-radius: 1.3em;
  -webkit-border-radius: 1.3em;
  border-radius: 1.3em;
}
.targBox .list li .picMask {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  transition: all 1s;
}
.targBox .list li:hover .txt {
  z-index: 1;
  opacity: 0;
}
.targBox .list li:hover .txt2 {
  z-index: 2;
  opacity: 1;
}
.targBox .list li:hover .picMask {
  opacity: 0;
}
/*生产基地*/
.baseBox {
  background-color: #f8f8f8;
}
.baseBox .baseCon {
  padding: 5% 0 7.2%;
}
@media (max-width: 767px) {
  .baseBox .baseCon {
    padding: 3rem 0 ;
  }
}
.baseBox .en {
  color: #2e75b6;
  text-transform: uppercase;
  text-align: center;
}
.baseBox .name {
  line-height: 1.5;
  color: #333;
  text-align: center;
}
.baseBox .con {
  margin-top: 4.5%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff url(../images/basebg.png) right top no-repeat;
  background-size: 20.3% auto;
}
@media (max-width: 767px) {
  .baseBox .con {
    display: block;
    margin-top: 1.5rem;
    padding-bottom: 3rem;
  }
}
.baseBox .txt {
  width: 50%;
  padding: 2% 0;
}
@media (max-width: 767px) {
  .baseBox .txt {
    width: 100%;
    padding: 1.5rem 0 0;
  }
}
.baseBox .txt .intro {
  line-height: 1.8;
  width: 61%;
  margin: 0 auto;
  color: #666;
}
@media (max-width: 1580px) {
  .baseBox .txt .intro {
    font-size: 16px;
    width: 70%;
  }
}
@media (max-width: 1260px) {
  .baseBox .txt .intro {
    font-size: 14px;
    width: 80%;
  }
}
@media (max-width: 767px) {
  .baseBox .txt .intro {
    width: auto;
    margin: 0 1rem;
  }
}
.baseBox .picb {
  width: 50%;
}
@media (max-width: 767px) {
  .baseBox .picb {
    width: 100%;
  }
}
.baseBox .picb .pic {
  position: relative;
  z-index: 0;
  padding-top: 62%;
}
.baseBox .picb img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
/*工作氛围*/
.workBox {
  padding: 5.6% 0 11%;
  position: relative;
  z-index: 0;
}
@media (max-width: 767px) {
  .workBox {
    padding: 3rem 0 ;
  }
}
.workBox .en {
  color: #2e75b6;
  text-transform: uppercase;
  text-align: center;
}
.workBox .name {
  line-height: 1.5;
  color: #333;
  text-align: center;
}
.workBox .con {
  margin-top: 3.4%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.workBox .con .bar {
  width: 23.2%;
}
.workBox .con .bar .swiper-num {
  width: 2.3em;
  height: 2.3em;
  line-height: 2.3em;
  text-align: center;
  margin: 6% auto 0;
  color: #fff;
  background-color: #2e75b6;
  overflow: hidden;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.workBox .con .bar .btnW {
  text-align: center;
  margin-top: 25%;
}
.workBox .con .bar .btnW .swiper-button-next,
.workBox .con .bar .btnW .swiper-button-prev {
  position: static;
  display: inline-block;
  width: 0.65em;
  padding-top: 0.65em;
  height: 0;
  background: center center no-repeat;
  background-size: contain ;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.workBox .con .bar .btnW .swiper-button-next {
  right: 50%;
  background-image: url(/public/static/modules/cms/images/arrow5_right.png);
}
.workBox .con .bar .btnW .swiper-button-prev {
  right: 50%;
  margin-right: 1.1rem;
  left: auto;
  background-image: url(/public/static/modules/cms/images/arrow5_left.png);
}
.workBox .con .bar .btnW .swiper-button-next:hover {
  background-image: url(/public/static/modules/cms/images/arrow6_right.png);
}
.workBox .con .bar .btnW .swiper-button-prev:hover {
  background-image: url(/public/static/modules/cms/images/arrow6_left.png);
}
@media (max-width: 767px) {
  .workBox .con {
    margin-top: 1.5rem;
  }
}
.workBox .swiper-work {
  width: 76.7%;
}
.workBox .swiper-work .swiper-slide {
  width: 57%;
  margin-right: 5.5%;
}
@media (max-width: 767px) {
  .workBox .swiper-work .swiper-slide {
    width: 70%;
  }
}
.workBox .swiper-work .item {
  position: relative;
  z-index: 0;
}
.workBox .swiper-work .item .pic {
  width: 100%;
  position: relative;
  z-index: 0;
  height: 0;
  padding-top: 60%;
  overflow: hidden;
  background-color: #000;
}
.workBox .swiper-work .item .pic img {
  opacity: 1 ;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.workBox .swiper-work .item .txt {
  position: absolute;
  left: 5%;
  top: 5%;
  width: 90%;
  height: 90%;
  color: #fff;
  display: none;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.workBox .swiper-work .item:hover .pic img {
  opacity: 0.5;
}
.workBox .swiper-work .item:hover .txt {
  display: flex;
}
/*薪酬福利*/
.beneBox {
  padding: 5.8% 0;
  background-color: #fff;
}
@media (max-width: 767px) {
  .beneBox {
    padding: 3rem 0 ;
  }
}
.beneBox .en {
  color: #2e75b6;
  text-transform: uppercase;
  text-align: center;
}
.beneBox .name {
  line-height: 1.5;
  color: #333;
  text-align: center;
}
.beneBox .list {
  margin: 2% auto 0;
  width: 72%;
  text-align: center;
}
@media (max-width: 767px) {
  .beneBox .list {
    width: 100%;
    margin: 0.5rem auto 0;
  }
}
.beneBox .list ul {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  flex-wrap: wrap;
}
.beneBox .list ul li {
  margin-top: 3.6%;
  width: 20%;
}
@media (max-width: 767px) {
  .beneBox .list ul li {
    margin-top: 1rem;
  }
}
.beneBox .list ul li .nameb {
  margin: 8.7% 0.3em 0;
  color: #333;
}
@media (max-width: 767px) {
  .beneBox .list ul li .nameb {
    font-size: 12px;
  }
}
.beneBox .list ul li .num {
  position: relative;
  z-index: 0;
  background-color: #2e75b6;
  display: block;
  margin: 0 auto;
  width: 2.9em;
  height: 2.9em;
  text-align: center;
  color: #fff;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .beneBox .list ul li .num {
    font-size: 16px;
  }
}
.beneBox .list ul li .num span {
  display: block;
  border: 1px solid #fff;
  width: 2.2em;
  height: 2.2em;
  line-height: 2.2em;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
/*岗位招聘*/
.intoBox {
  background-color: #f8f8f8;
}
.intoBox .container {
  padding-top: 7.5%;
  padding-bottom: 5.9%;
}
@media (max-width: 767px) {
  .intoBox .container {
    padding-top: 3rem ;
    padding-bottom: 3rem;
  }
}
.intoBox .intoCon {
  width: 74%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .intoBox .intoCon {
    width: auto;
  }
}
.intoBox .subNav {
  margin-top: 3%;
}
.intoBox .subNav li {
  padding: 0 4.2%;
  margin: 1em 0.8% 0;
}
@media (max-width: 767px) {
  .intoBox .subNav {
    font-size: 12px;
    margin-top: 0.5rem;
  }
}
.intoBox .en {
  color: #2e75b6;
  text-transform: uppercase;
  text-align: center;
}
.intoBox .name {
  line-height: 1.5;
  color: #333;
  text-align: center;
}
.intoBox .conz {
  margin-top: 6%;
}
@media (max-width: 767px) {
  .intoBox .conz {
    margin-top: 1.5rem;
  }
}
.intoBox .con {
  display: none;
}
.intoBox .con:first-child {
  display: block;
}
.intoBox .con .c-page {
  padding-top: 6.3%;
}
.intoBox .list dl {
  margin-top: 2.6%;
}
@media (max-width: 767px) {
  .intoBox .list dl {
    margin-top: 1rem;
  }
}
.intoBox .list dl dt {
  cursor: pointer;
  line-height: 1.6em;
  padding: 2.2% 4.2%;
  color: #666;
  background-color: #fff;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .intoBox .list dl dt {
    padding: 0.6rem 0.6rem;
  }
}
.intoBox .list dl dt .names {
  float: left;
}
.intoBox .list dl dt .about {
  float: left;
  margin-left: 3%;
}
.intoBox .list dl dt .date {
  margin-left: 1em;
  margin-right: 8.3%;
  float: right;
}
@media (max-width: 767px) {
  .intoBox .list dl dt .date {
    clear: both;
    margin-right: 0;
    margin-top: 0.3rem;
  }
}
.intoBox .list dl dt .arrow {
  margin-top: 0.3em;
  float: right;
  width: 2em;
  height: 1em;
  background: url(/public/static/modules/cms/images/arrow8.png) center center no-repeat;
  background-size: contain;
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  /* IE 9 */
  -webkit-transform: rotate(180deg);
  /* Safari and Chrome */
}
@media (max-width: 767px) {
  .intoBox .list dl dt .arrow {
    margin-top: 0.5em;
    width: 1.4em;
    height: 0.7em;
  }
}
.intoBox .list dl dt:after {
  clear: both;
  display: block;
  content: "";
}
.intoBox .list dl dt:hover {
  color: #fff;
  background-color: #2e75b6;
}
.intoBox .list dl dt:hover .arrow {
  background-image: url(/public/static/modules/cms/images/arrow7.png);
}
.intoBox .list dl dd {
  height: 0;
  overflow: hidden;
  background-color: #fff;
}
.intoBox .list dl dd .txt {
  margin: 0 5%;
  padding: 1.5% 0 4.5%;
  line-height: 1.9;
}
@media (max-width: 767px) {
  .intoBox .list dl dd .txt {
    padding: 0.2rem 0 1.5rem;
    margin: 0 1rem;
  }
}
.intoBox .list dl dd .txt p {
  margin-top: 1em;
}
.intoBox .list dl dd .txt .btnMoreWhite {
  margin-top: 0.5rem;
}
.intoBox .list dl.show dt {
  color: #fff;
  background-color: #2e75b6;
}
.intoBox .list dl.show dt .arrow {
  background-image: url(/public/static/modules/cms/images/arrow7.png);
  transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  /* IE 9 */
  -webkit-transform: rotate(0deg);
  /* Safari and Chrome */
}
.intoBox .list dl.show dd {
  height: auto;
}
/*网站地图*/
.mapBox {
  margin: 5% auto 8%;
  padding: 5%;
  background-color: #fff;
  text-align: center;
  color: #333;
}
@media (max-width: 767px) {
  .mapBox {
    margin: 3rem auto 3rem;
    padding: 1.5rem 1rem;
  }
}
.mapBox .list {
  line-height: 1.7;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
}
@media (max-width: 767px) {
  .mapBox .list {
    display: block;
  }
}
.mapBox .list dl {
  margin: 4% 3% 0;
}
.mapBox .list dl dd {
  margin-top: 1.5em;
}
.mapBox .list dd > ul > li {
  padding-bottom: 0.6em;
}
.mapBox .list ul ul {
  font-size: 0.9em;
}
.mapBox .list ul ul a {
  color: #666;
}
.mapBox .list ul ul a:hover {
  color: #3278b7;
}
.artiBox {
  margin: 5% auto 8%;
  padding: 5.3% 11.7% 7.5%;
  background-color: #fff;
  text-align: center;
  color: #333;
}
@media (max-width: 767px) {
  .artiBox {
    margin: 3rem auto 3rem;
    padding: 1.5rem 1rem;
  }
}
.artiBox .content {
  margin-top: 2.8%;
  color: #666;
  line-height: 1.5;
  text-align: left;
}
@media (max-width: 767px) {
  .artiBox .content {
    margin-top: 1rem;
  }
}
.artiBox .content img {
  max-width: 100%;
  height: auto;
}
.artiBox .content p {
  margin-bottom: 0.6em;
}
/*404*/
.box404 {
  margin: 5% auto 8%;
  background: #fff url(../images/bg404.png) 0 0 no-repeat;
  background-size: 20% auto;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
@media (max-width: 767px) {
  .box404 {
    display: block;
  }
}
.box404 .pic {
  width: 60%;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
@media (max-width: 767px) {
  .box404 .pic {
    display: block;
    width: 80%;
    margin-left: auto;
  }
}
.box404 .pic img {
  display: block;
  width: 100%;
  height: auto;
}
.box404 .txt {
  margin-left: 7%;
  width: 33%;
  padding: 5% 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .box404 .txt {
    display: block;
    width: 90%;
    margin: 0 0 0 auto;
  }
}
.box404 .txt .title {
  font-size: 64px;
  color: #2e75b6;
}
.box404 .txt .intro {
  color: #333;
}
.box404 .txt .btnMoreWhite {
  margin-top: 3.5em;
}
